
/*    dP   dP                                                                  dP        */
/*    88   88                                                                  88        */
/*  d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b.    88d888b. .d8888b. 88d888b. 88  .dP   */
/*    88   88'  `88 88ooood8 88'`88'`88 88ooood8    88'  `88 88'  `88 88'  `88 88888"    */
/*    88   88    88 88.  ... 88  88  88 88.  ...    88.  .88 88.  .88 88       88  `8b.  */
/*    dP   dP    dP `88888P' dP  dP  dP `88888P' 88 88Y888P' `88888P8 dP       dP   `YP  */
/*                                                  88                                   */
/*                                                  dP					 */

/*		   		        Made by @gilbN					 */
/*			      https://github.com/gilbN/theme.park			 */

/* PLEX ORGANIZR THEME */
  body {
    background: var(--main-bg-color);
  }
  .background,.background-container {
    opacity: 0;
    transition: opacity .5s;
    }
  .MetadataPosterCardOverlay-isActionsMenuOpen-AvHIX .MetadataPosterCardOverlay-background-2EwyB,
  .MetadataPosterCardOverlay-overlay-1uMpL:hover .MetadataPosterCardOverlay-background-2EwyB {
    background: -webkit-radial-gradient(50% 50% farthest-corner,rgba(0, 0, 0, 0.5) 0,#000000 100%) !important;
    background: radial-gradient(farthest-corner at 50% 50%,rgba(0, 0, 0, 0.5) 50%,#000000 100%) !important;
    }
/*Text*/  
  .help-block, .ClaimedServer-messageHeader-3uzatL, .btn-gray, .text-muted label  {
    color: #fff;
}
/*Agents*/ 
  .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: rgba(0, 0, 0, 0.25);
}

/*Modal*/ 
.modal-header, .modal-footer, .modal-body-with-panes, .ModalHeader-modalHeader-1Kf9RW, .EditHomeModalContent-modalBody-2rHN2d, .EditHomeModalContent-footer-10Ix6N {
  background: var(--modal-bg-color);
}
.modal-header, .ModalHeader-modalHeader-1Kf9RW {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.modal-footer, .EditHomeModalContent-footer-10Ix6N {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
/*Modal icon color*/ 
.edit-section-modal .wizard-blocks-group>.wizard-block {
  color: #ffffff;
}

.edit-lock-addon {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.25);
  border-color: #32323200;
}
.well {
  background-color: rgba(0, 0, 0, 0.25);
  border: 1px solid transparent;
}
.files ul li {
  color: #fff;
}
/* This was a tough one :D */
