@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root{
    --gredient-color:linear-gradient(#438a57,#20522E);
    --primary-color:#20522E;
    --secondary-color:#a7bab042;
    --basic-white:#fff;
    --basic-black:000;
    --gray-300:#ECECEC;
    --bg-card:#cdc0c0;
    --red:rgb(194, 2, 2);
    --green:rgb(4, 190, 4);
}
.page-wrapper{
    max-width: 1920px;
    margin: 0 auto;
    background-color: #20522E;
    min-height: 100vh;
    font-family: 'Poppins', sans-serif;
}
.page-wrapper .col-6{
    width: 50% !important;
}
ul{
    padding-left: 0;
}
li{
    list-style-type: none;
}
p{
    margin-bottom: 0;
}
.btn{
    font-size: 14px;
    padding: 0;
}

.menu-wrap{
    height: 100vh;
    display: grid;
    align-items: center;
    background: var(--gredient-color);
    padding: 20px;
}
.menu-wrap .menu-item .menu-link-wrap{
    display: grid;
    gap: 5px;
}
.menu-wrap .menu-item .menu-link-wrap .menu-link{
    font-size: 14px;
    font-weight: 400;
    color: var(--bg-card);
    padding: 8px 30px;
}
.menu-wrap .menu-item .menu-link-wrap .menu-link.active{
    background: var(--secondary-color);
    border-radius: 3px;
}
.menu-wrap .menu-item .menu-link-wrap .menu-link .sub-menu-link-wrap{
    padding-left: 30px;
}
.nav-content-wrap{
    padding: 10px 0;
}
.nav-content-wrap::after{
    content: "";
    position: absolute;
    width: 1618px;
    border: 1px solid var(--bg-card);
    top: 65px;
    right: -44px;
    transform: translate(-2%, 10%);
}
.title-1-wrap .title-1{
    font-weight: 600;
    padding-bottom: 15px;
}
.nav-content-wrap .profile-wrap{
    width: 45px;
    height: 45px;
    display: block;
    margin: 0 0 0 auto;
}
.nav-content-wrap .profile-wrap .profile-img{
    width: 100%;
    height: 100%;
}
.main-content .border-btn .btn-secondary{
    background: var(--basic-white);
    color: var(--basic-black);
    border-radius: 3px;
    padding: 4px 18px;
}
.main-content .border-btn .btn:first-child:active,.main-content .border-btn .btn:first-child:hover{
    background: var(--basic-white);
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}
.card-content{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 15px;
    border: none;
    margin-bottom: 25px;
}
.title-2-wrap .title-2{
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}
.text-wrap .text{
    font-size: 14px;
    padding-top: 10px;
}
.highlight-text .text{
    font-weight: 600;
    font-size: 20px;
}
.green-text{
    color: var(--green) !important;
}
.red-color{
    color: var(--red) !important;
}
.font-uppercase{
    text-transform: uppercase;
}
tr {
    border-style: hidden !important;
}
.width-100{
    width: 100px;
}
.border-0{
    border: none;
}
.box-shadow{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.table .thead-light tr th{
    background: var(--gray-300);
}
.btn-font{
    font-size: 14px;
}
.btn-wrap .btn-round{
    padding: 4px 18px;
    border-radius: 20px;
    border: none;
    color: var(--basic-black);
    background: var(--gray-300);
}
.btn-wrap .btn-round.active, .btn-wrap .btn-round:hover{
    background: var(--gredient-color);
    color: var(--basic-white);
} 
.btn-wrap .btn-green{
    padding: 5px 18px;
    border-radius: 3px;
    border: none;
    color: var(--basic-white);
    background: var(--primary-color);
}
.btn-wrap .btn-green:active, .btn-wrap .btn-green:hover{
   background: var(--basic-white);
   border: 1px solid var(--primary-color);
   color: var(--primary-color);
}
.select-btn select{
    border: none;
}
.select-btn select:focus-visible{
    border: none;
}
.select-btn div{
    width: 8px;
    height: 8px;
    background-color: red;
    /* padding: 0px 10px; */
    border-radius: 50%;
    display: inline-block;
}
table .img-wrap {
    width: 50px;
    height: 50px;
    border-radius: 10px;
}
table .img-wrap img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
table tbody tr{
    vertical-align: baseline;
}
.menu-item .img-wrap{
    width: 160px;
    height: 160px;
}
.menu-item .img-wrap img{
    width: 100%;
    height: 100%;
    border-radius: 2px;
}
.gap-between{
    gap: 160px;
}
.T-fix-width{
    width: 700px;
}
.c-width{
    width: 457px;
    margin: auto;
}
.card .label-text{
    font-size: 14px;
    padding-bottom: 5px;
}
.card .input-box:focus{
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.25rem rgba(2, 116, 53, 0.25);
}
.input-box-group{
    margin-bottom: 70px;
}
/* --------------------------toggle-css--------------- */
.toggle {
    position: relative;
  }
  
  .toggle input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .toggle .onoff {
    color: #fff;
    font-size: 6em;
    text-align: center;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .slider {
    position: relative;
    display: block;
    cursor: pointer;
    background-color: var(--gray-300);
    transition: 0.4s;
    width: 40px;
    height: 19px;
  }
  
  .slider:before {
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    background-color: #fff;
    transition: 0.4s;
    top: 2px;
    left: 1px;
  }
  
  input:checked + .slider {
    background-color: var(--primary-color);
    /* box-shadow: 0 0 12px var(--primary-color); */
  }
  
  input:checked + .slider:before {
    transform: translateX(23px);
  }
  
  .slider.round {
    border-radius: 20px;
  }
  .slider.round::before {
    border-radius: 20px;
  }
  /* --------------------------------togglr-css-end-------------------- */
 
