/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/*# sourceMappingURL=custom.css.map */
.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 28px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2515b6;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

/*
============================================================================
DatetheRealMe Professional Theme - Eliminate Orange CSS Variables
============================================================================
*/

/* Override CSS Custom Properties (Variables) at Root Level */
html {
    --theme-color: #2c4a47 !important; /* Sophisticated Teal instead of orange */
    --theme-color-light: #7dc4c1 !important; /* Fresh Mint instead of orange */
    --theme-active-text-color: #ffffff !important; /* White text */
    --border-radius: 8px !important; /* Modern radius */
}

:root {
    --theme-color: #2c4a47 !important; /* Sophisticated Teal */
    --theme-color-light: #7dc4c1 !important; /* Fresh Mint */
    --theme-active-text-color: #ffffff !important; /* White text */
}

/* Light Sidebar for Readability */
.sidebar,
.main-sidebar {
    background-color: #f8f3f0 !important; /* Warm Cream - readable background */
    border-right: 2px solid #2c4a47 !important;
}

.sidebar-menu li a,
.nav-sidebar .nav-link,
.sideBarli a {
    color: #2c4a47 !important; /* Dark teal for excellent readability */
    background-color: transparent !important;
}

.sidebar-menu li a:hover,
.nav-link:hover,
.sideBarli:hover a {
    color: #2c4a47 !important; /* Keep dark teal - NO ORANGE */
    background-color: #7dc4c1 !important; /* Fresh Mint hover background - visible text */
}

.sidebar-menu li.active a,
.nav-link.active,
.sideBarli.active a {
    color: #ffffff !important; /* White text on active */
    background-color: #2c4a47 !important; /* Sophisticated teal active background */
}

/* Override specific orange elements */
.card-icon2 {
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    font-size: 22px !important;
    margin: 5px 0px !important;
    box-shadow: 2px 2px 10px 0 rgba(44, 74, 71, 0.2) !important;
    border-radius: 10px !important;
    background: #2c4a47 !important; /* Sophisticated Teal instead of orange */
    background-color: #2c4a47 !important; /* Override rgb(255, 86, 34) */
    background-image: none !important; /* Remove any background images */
    text-align: center !important;
    color: #ffffff !important;
}

.mainbg {
    background-image: linear-gradient(#2c4a47, #3d5d59) !important; /* Sophisticated Teal gradient */
    background-color: #2c4a47 !important;
}

.card-icon2.mainbg {
    background: linear-gradient(#2c4a47, #3d5d59) !important; /* Sophisticated Teal gradient */
    background-image: linear-gradient(#2c4a47, #3d5d59) !important;
    color: #ffffff !important;
}

/* Professional styling */
body { 
    background-color: #ffffff !important; 
}

.card-header { 
    background-color: #f8f3f0 !important; 
    color: #2c4a47 !important; 
}

.btn-primary { 
    background-color: #2c4a47 !important; 
    color: #ffffff !important; 
}

.btn-success { 
    background-color: #7dc4c1 !important; 
    color: #2c4a47 !important; 
}

.table thead th { 
    background-color: #2c4a47 !important; 
    color: #ffffff !important; 
}
