@import "main.css";

a.category-item {
    text-decoration: none;
}
a.category-item.active {
    color: green !important;
}

.dropdown-category .dropdown-toggle::after {
    display: none;
}

/*main style start*/
 p, h1, h2, h3, h4, h5 {
     padding-bottom: 0;
     margin-bottom: 0;
 }
 button, a, .btn{
     outline: none;
     box-shadow: none;
 }
 .rounded-5 {
     border-radius: .5rem;
 }
 .mt-100{
     margin-top: 100px;
 }
 .bg_shape{
     position: absolute;
     bottom: 0;
 }
 .bg_reverse{
     transform: rotate(180deg);
     top: 0;
     bottom: auto;
 }
 .sidebar-left{
     width: 300px;
     height: 100%;
 }
 .main-content{
     width: 100%;
 }
 .navbar-custom{
     background-color: #2e3030;
     height: 100%;
     align-items: baseline;
 }
 .bg_shape img{
     max-width: 100%;
 }
 .bg_main{
     background: rgba(243, 156, 18, .5);
 }
 .navbar-custom .navbar-nav{
     margin-top: 10px;
 }
 .navbar-custom li{
     margin-bottom: 10px;
     border-radius: 5px;
     display: flex;
     align-items: center;
 }
 .navbar-custom li .count{
    font-size: 12px;
  display: inline-block;
  padding: 0 5px;
  height: 20px;
  color: #fff;
  border: 1px solid #444;
     background: red;
     margin-right: 5px;
 }
 .navbar-custom li:hover{
     display: flex;
     align-items: center;
     background-color: #4e5252;
     cursor: pointer;
 }
 .navbar-custom .nav-item.active{
    background-color: #f39c12;
 }
 .navbar-custom .nav-item.active a{
     color: #fff;
 }
 .navbar-custom li a.active{
  color: #f2b149;
}
  .navbar-custom li a.active i{
  color: #f2b149;
}
 .navbar-custom li i{
     padding-right: 10px;
     width: 20px;
     height: 20px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #fff;
 }

 .navbar-custom li a{
     display: flex;
     align-items: center;
     padding: 5px 10px !important;
     font-size: 16px;
     color: #ddd;
     text-decoration: none;
 }
 .navbar-custom li a:hover{
     color: #ddd;
 }
 .navbar-custom li a.active:hover {
     color: #f2b149;
 }
 .logo-link-sm{
     display: none;
 }
 .bg_dodgerblue{
     background-color: dodgerblue;
 }
 .bg_card-head{
     background-color: #555;
 }
 .card.active .btn-primary{
    background-color: green;
    border-color: darkgreen;
    color: white;
 }
  .card.active .btn-primary:hover {
    box-shadow: 0 1px 0 darkgreen;
 }
  .card.active .card-title {
      color: darkgreen;
  }
 main{
     min-height: 100%;
 }
 .input-group{
     flex-wrap: nowrap;
     flex-direction: column;
 }
 .form-control.is-invalid {
     border-radius: .25rem !important;
 }
 .form-control{
     outline: none;
 }
 .form-control:focus{
     box-shadow: none;
 }
 .color_purple{
     color: #5e5bf0;
 }
 .color_dark{
     color: #000;
 }
 .color_black{
     color: #0E0833;
 }
 .color_ligtgrey{
     color: lightgrey;
 }
 .color_white{
     color: #fff;
 }
 .color_white:hover{
     color: #fff;
 }
 .typography_h1{
     font-size: 36px;
     font-weight: 700;
 }
 .typography_h2{
     font-size: 30px;
     font-weight: 900;
 }
 .typography_h3{
     font-size: 28px;
     font-weight: 900;
 }
 .typography_h5{
     font-size: 24px;
     font-weight: 500;
 }
 .typography_title-3{
     font-size: 18px;
     font-weight: 500;
     color: rgba(0, 0 ,0, .7);
 }
 .typography_title-2{
     font-size: 20px;
     font-weight: 500;
     font-style: italic;
     color: rgba(0, 0 ,0, .7);
 }
 .typography_small{
     font-size: 12px;
     font-weight: 400;
 }
 .btn:focus{
     box-shadow: none !important;
 }
 .btn.btn_primary{
     background-color: #5165CF;
     box-shadow: -3px -3px 10px 0 rgba(90, 49, 152, 0.20) inset, 3px 4px 8px 0 rgba(255, 255, 255, 0.20) inset;
     padding: 5px 20px;
     font-size: 16px;
     font-weight: 700;
     color: #fff;
 }
 .btn.btn_primary:focus, .btn.btn_primary:active{
     box-shadow: -3px -3px 10px 0 rgba(90, 49, 152, 0.20) inset, 3px 4px 7px 0 rgba(90, 49, 152, 0.24) inset;
 }
 .btn.btn_second{
     background-color: transparent;
     padding: .25rem .5rem;
      font-size: .875rem;
      border-radius: .2rem;
     color: #000;
     font-weight: 600;
     border-color: #5165CF;
 }
 .btn.btn_second:focus, .btn.btn_second:active, .btn.btn_second:hover{
     background-color: #5165CF;
     color: #fff;
     transition: all .2s;
 }
 .btn.btn_green{
     background-color: transparent;
     padding: .25rem .5rem;
      font-size: 1.25rem;
      border-radius: .3rem;
     color: #000;
     font-weight: 600;
     border: 2px solid #67C8A3;
     display: flex;
     align-items: center;
     justify-content: center;
 }
 .btn.btn_green:focus, .btn.btn_green:active, .btn.btn_green:hover{
     background-color: #67C8A3;
     color: #fff;
     transition: all .2s;
 }
 .btn.btn_grey{
     background-color: transparent;
     padding: .25rem .5rem;
      font-size: 1.25rem;
      border-radius: .3rem;
     color: #000;
     font-weight: 600;
     border: 2px solid lightgrey;
     display: flex;
     align-items: center;
     justify-content: center;
 }
 .btn.btn_grey:focus, .btn.btn_grey:active, .btn.btn_grey:hover{
     background-color: lightgrey;
     transition: all .2s;
 }
 .burger-side{
     display: none;

 }
 .burger{
     cursor: pointer;
     height: 20px;
     width: 20px;
     display: flex;
     flex-direction: column;
     justify-content: center;
 }
 .burger .burger-line{
     width: 20px;
     height: 2px;
     background-color: #fff;
     margin-bottom: 4px;
 }
 .burger .burger-line:last-child{
     margin-bottom: 0;
 }
 .fa-green{
     color: #67C8A3;
 }
 @media (max-width: 991px) {
     .sidebar-left {
         height: 60px;
         background-color: #2e3030;
         transition: .2s all;
         position: fixed;
         width: 100%;
         display: flex;
         align-items: center;
         justify-content: space-between;
         z-index: 10;
     }
     .menu-active{
         overflow-y: hidden;
     }
     .logo-link-sm{
        display: block;
         padding: 10px 0 10px 15px;
    }
     .burger-side{
         padding-top: 20px;
         display: flex;
         justify-content: flex-end;
         align-items: center;
         padding-right: 20px;
     }
     .burger-side .burger{
         text-align: center;
     }
     .burger-side.active{
         position: absolute;
         top: 5px;
         right: 10px;
         width: 30px;
         height: 30px;
         padding-top: 0;
         background-color: rgba(243, 156, 18, 1);
         z-index: 2110;
         padding-right: 0;
         display: flex;
         align-items: center;
         justify-content: center;
     }
     .burger-side.active .burger .burger-line:first-child{
         transform: translateY(3px) rotate(45deg);
     }
     .burger-side.active .burger .burger-line:nth-child(2){
         display: none;
     }
     .burger-side.active .burger .burger-line:last-child{
         transform: translateY(-3px) rotate(-45deg);
     }
     .sidebar-left  header .navbar{
         display: none;
     }
     .sidebar-left.active {
         height: 100%;
         transition: .2s all;
         background-color: #2e3030;
     }
     .sidebar-left.active header .navbar{
         display: block;
     }
     .sidebar-left.active header {
         width: 100%;
         box-shadow: none;
     }
     .sidebar-left.active .logo-link-sm{
         display: none;
     }

 }
 @media (max-width: 767px) {
     .container{
         max-width: 100%;
         padding: 0 15px;
     }
 }
 /*main style end*/

/*header start*/
 header .navbar{
     padding: 10px 0;
 }
 /*header end*/

/*Login start*/
 .Login_area{
     display: flex;
     flex-direction: column;
     justify-content: center;
     height: 100%;
     padding: 60px 0;
     position: relative;
 }

 .Login_area .appointment {
     border-radius: 20px;
     padding: 20px 30px;
     background-color: #fff;
     box-shadow: 2px 2px 15px 0 rgba(139, 92, 209, 0.20);
 }
 .Login_area .sign-up-form {
     margin-top: 60px;
 }
 .Login_area .block_show{
     position: relative;
     z-index: 2;
     padding: 40px 15px;
 }
 .Login_area form .help-div {
     font-weight: 600;
     font-size: 14px;
     color: #8F60D6;
     opacity: .8;
 }
 .Login_area form .form-group label{
     font-size: 14px;
     font-weight: 600;
     padding-bottom: 5px;
     color: #0E0833;
 }

 @media (max-width: 1199px) {
     .Login_area{
         padding: 60px 0;
     }
 }
 @media (max-width: 575px) {
     .Login_area .sign-up-form{
         margin-top: 30px;
     }
     .mt-100{
         margin-top: 60px;
     }
     .sidebar-left{
         position: absolute;
         height: 60px !important;
     }
     .sidebar-left.active{
         height: 100% !important;
         width: 320px;
         z-index: 5;
     }
 }
 /*Login end*/

 /*Tables style start*/
 .tables{
     padding: 80px 0 30px 0;
     min-height: 100%;
 }
 .tables .active-list {
     border-radius: 10px;
 }
 .tables .card {
     min-height: 150px;
 }
 .tables .card .card-body {
     display: flex;
     flex-direction: column;
     justify-content: space-between;
 }

 .tables .modal .modal-content{
     border-radius: 15px;
     background-color: ghostwhite;
 }
 .tables .form-group label {
     font-size: 14px;
     font-weight: 600;
     padding-bottom: 5px;
     color: #0E0833;
 }

 #category-list-container .btn-outline-dark:hover .category-item {
     color: white!important;
 }

  /*Tables style end*/