body {
    font-family: 'Poppins', sans-serif;
    position: relative;
    background: #f8f9fa;
    
}
.dark-theme {
    color: white;
    background-color: black;
}

.checkbox {
  opacity: 0;
  position: absolute;
}

.label {
  width: 50px;
  height: 26px;
  background-color:#111;
  display: flex;
  border-radius:50px;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  position: relative;
  transform: scale(1.5);
}

.ball {
  width: 20px;
  height: 20px;
  background-color: white;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  transition: transform 0.2s linear;
}

/*  target the elemenent after the label*/
.checkbox:checked + .label .ball{
  transform: translateX(24px);
}

.fa-moon {
  color: pink;
}

.fa-sun {
  color: yellow;
}
p {
    color: #707070;
    font-size: 17px;
    font-weight: 400;
}
a {
    color: #F9B01E;
    font-weight: 700;
}

a , button , li , .dropdown-menu li , input , .btn{
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
    -ms-transition: all 0.45s;
    transition: all 0.45s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav {
    padding-top: 100px;
}

img {
    max-width: 100%;
    height: auto;
}

.media i {
    color: #B8B8B8;
}
h1{
    font-size: 38px;
    font-weight: 600; 
}
h2{
    font-size: 30px;
    font-weight: 600; 
}
h3{
    font-size: 26px;
    font-weight: 600; 
}
h4{
    font-size: 20px;
    font-weight: 600; 
}
h5{
    font-size: 18px;
    font-weight: 700;
}
h6{
    font-size: 18px;
    font-weight: 500;
}
.text-secondary{
    color: #B8B8B8;
}
.text-primary{
    color: #0E75BA !important;
}
.text-warning{
    color: #F9B01E;
}
button:focus{
	outline: none !important;
}
.table-dark {
    color: #fff;
    background-color: #6a7c8d;
}
/* To remove default dropdown arrow icon */
.dropdown-toggle::after {
    display: none;
}

.btn {
    font-size: 14px;
}

.login-bg {
    background: url(../img/login_bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login-card {
    margin-top: 30%;
    padding: 10px 30px 40px 30px;
}

.login-card .card-header {
    background: none;
    border: none;
}

.btn-primary {
    background: #2AA4DD;
    border-color: #2AA4DD;
}

.login-card h5 {
color: #0E75BA;
margin:10px 0 30px 0;
    font-size: 25px;
}


.input-group-text {
    background: none;

}



.input-group-lg > .form-control:not(textarea), .input-group-lg > .custom-select {
    height: 44px;
}

.input-group-lg > .form-control, .input-group-lg > .custom-select, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn {

    font-size: 12px;


}

.input-group-lg i {
    font-size: 20px;
}

/* navbar */
.sb-sidenav-light .sb-sidenav-menu .nav-link{
    padding: 2px 20px;
    
  color: #707070;
  font-weight: 500;
  }
.sb-sidenav-light .sb-sidenav-menu .nav-link.active {
    background-color: #2AA4DD;
    border-radius: 0px 50px 50px 0px;
    color: #fff;
  }
.sb-sidenav-light .sb-sidenav-menu .nav-link:hover {
    background-color: #2AA4DD;
    border-radius: 0px 50px 50px 0px;
    color: #fff;
  }

  .topnav{
      border-bottom: 2px solid #E9E9E9;
      background: #F2F4F4;
  }
  #sidebarToggle{
      display: none;
  }
  /* search bar */
/* Bootstrap 4 text input with search icon */
#sm-logo{
    display: none;
}
.has-search .form-control {
    padding-left: 2.375rem;
    border-radius: 25px;

}

.bell_icon {
    height: 42px ;
    width: 42px;
    border-radius: 100%;
    border: 1px solid #B8B8B8;
    color: #2AA4DD;
    margin-left: 20px;
    text-align: center;
    padding-top: 7px;
}
.notification-badge{
    top: -17px !important;
    left: -23px;
}
.notificationdrop{
    min-width: 340px;
    text-align: center;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #2AA4DD;
}

.has-search{
    position: relative;
}
.custom-search{
    position: absolute;
    z-index: 1000;
    background-color: #ffffff;
    padding: 15px 10px;
    min-width: 480px;
    right: 3px;
    top: 50px;
    box-shadow: 2px 2px 8px #eebc08;
    display: none;
}
.search-item a{
    color: #000000;
    font-weight: 500;
    color: #0E75BA;
}
 /*top nav Avatar */
 .nav-avatar {
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border-radius: 50%;
  } 
 
 /*in tables(client table) Avatar */
 .table-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
   /*in card(employee) Avatar */
 .card-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
  }   

/* bootstrap cards borders and shadows */
.card{
   box-shadow: 0 8px 10px 0 rgba(0,0,0,0.1);
   border-radius: 8px; 
}
.no-border{
    border: none;
}

/*Timeline at admin dashboard*/
#moneytrail_graph{
    display: block !important;
    min-height: 423px;
    overflow-x: auto;
}
ul.timeline {
    list-style-type: none;
    position: relative;
  }
  ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
  }
  ul.timeline > li {
    margin: 35px 0;
    padding-left: 20px;
  }
  ul.timeline > li:before {
    content: ' ';
    background: #F9B01E;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #F9B01E;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
  }

  /* Avatar */
  .avatar {
    vertical-align: middle;
    width: 100px;
    height: 100px;
    border-radius: 50%;
  }
  /* Admin Employee Profit here */
  .uploadPhoto{
      margin-left: 100px;
  }

  /*Tables*/
.table-responsive {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
}

.buttons {
    margin: 40px 0;
}

.btn-success {
    background: #E1FBE2;
    border-color: #E1FBE2;
    color: #009106 !important;
}



.btn-danger {
    background: #FBE5DD;
    border-color: #FBE5DD;
    color: #CE0000 !important;
}

.btn-success:hover , .btn-danger:hover{
    color: #fff !important;
}

.modal-content {
    padding: 40px;
}

/* team management page */
.user-title{
   font-size: 30px;
   font-weight: 500;
   color: #000000;
}
.user-location{
    font-weight: 300;
 }
 /* material design icons sizing */
 /* .material-icons { 
    line-height: 1.5;
   } */
.material-icons.md-80 { 
    font-size: 80px;
    color: #707070;
}
.align-icon{
    position: relative;
    top: 6px;
}
/* Cursor pointer */
.cursor-pointer{
    cursor: pointer;
}
/* client profile for appointments and cases */
.client-detail{
    background-color: #ffffff;
    padding: 30px;
}

/* edit case page */
.card-img, .card-img-top, .card-img-bottom {
    flex-shrink: 0;
    width: 50%;
}
.payment{
    background-color: #F2F4F4;
    border: 1px solid #d4d9df;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 20px;
}

/* Book now at login page */
.booking-link{
    position: fixed;
    bottom: 25px;
    left: 25px;
}

/* Media Queries */
@media screen and (max-width: 1440px) and (min-width: 1092px) {
    .card .md-80{
        font-size: 50px;
    }
    .card h3{
        font-size: 18px;
    }
    
}
@media screen and (max-width: 992px) {
    .navbar-brand{
        padding-top: 0;
        padding-bottom: 0;
    }
    #lg-logo{
        display: none;
    }
    #sm-logo{
        display: block;
        text-align: center;
    }
    .booking-link{
        bottom: auto;
        top: 25px;
    }
}
@media screen and (max-width: 768px) {
    #sidebarToggle{
        display: block;
    }
    .nav-avatar {
        width: 55px;
        height: 33px;
      }
    h3.welcome-note{
        font-size: 18px;
    }
    .navbar .bg-white{
        background-color: transparent !important;
    }
    .custom-search{
    min-width: 280px;
}
}
@media screen and (max-width: 435px) {
    
    .nav-avatar {
        width: 85px;
        height: 33px;
      }
    .notificationdrop{
        min-width: 215px;
    }
    .has-search .form-control{
        min-width: 200px;
        display: block;
    }
}

@media screen and (max-width: 380px){
    .nav-avatar {
        width: 135px;
        height: 30px;
    }
    h3.welcome-note{
        font-size: 14px;
    }
    .list-inline-item{
        margin-top: 5px;
    }
    
}

/* Print only view appointment*/
@media print
{
    body {
      visibility: hidden;
      
    }
    .contentToPrint {
      margin-top: -400px;
      visibility: visible;
      font-size:30px;
      font-weight: 600;
    }
    .print-header{
        display:block !important;
    }
    .contentToPrint p{
        font-size: 27px;
    }
    /*.contentToPrint {*/
    /*  position: absolute;*/
    /*  left: 0;*/
    /*  top: 0;*/
    /*}*/
    .modal-lg, .modal-xl {
      max-width: 1266px;
  }
  .print-right{
      text-align:right;
  }
  .no-print{
      visibility: hidden;
  }
  }
  
  .progress { position:relative; width:100%; height: auto; line-height: 2; background-color: #9e9797;}
  .bar { background-color: #ffc107; width:0%; height:20px; }
  .percent { position:absolute; display:inline-block; left:50%; color: #000000;}
 /*Datatable export buttons*/
 .dt-buttons{
     margin-left:15px;
     
 }
 [data-theme="dark"] {
  background-color: #111 !important;
  color: #eee;
}
  