@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
*{
    margin:0px;
    padding:0px;
    font-size:15px;
}
/* Hide scrollbar for Chrome, Safari and Opera */
*::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
*{
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.theme-background{
    background-color: #e0e0e075;
    height: 100vh;
    width: 100%;
    overflow-y: scroll;
}
.text-primary{
    color: #3385d9 !important;
}
.text-info{
    color: #99c2ec !important;
}
.btn-primary{
    background-color: #3385d9 !important;
}
.btn-warning{
    color:white !important;
}
.btn-info{
    background-color: #99c2ec !important;
}
.btn-success{
    background-color: #33b249;
    border-color: #33b249;
}
.theme-bg{
    background-color: #33b249 !important;
    color:white;
}
.theme-bg-2{
    background-color: #99c2ec !important;
    color:white;
}
.theme-color{
    color: #33b249 !important;
}
.form-group{
    margin: 20px 0px 20px 0px;
}
.form-group .placeholder{
    position: relative;
}
.form-group .placeholder label{
    position: absolute;
    left: 15px;
    bottom: 7px;
    color:#b4acac;
    background-color: white;
}
.form-group .placeholder.addr label{
    position: absolute;
    left: 15px;
    bottom: 30px;
    color:#b4acac;
    background-color: white;
}
.form-group .placeholder i{
    position: absolute;
    right: 15px;
    bottom: 7px;
}
a{
    text-decoration: none;
}
.fw-5{
    font-weight: 500;
}
.fw-7{
    font-weight: 700;
}
.login_bottom{
    position:sticky;
    bottom:0px;
}
form#login{
    display: flex;
    flex-direction: column;
}
.form-control:focus {
    border-color: #33b24957;
    box-shadow: 0 0 0 0.25rem #33b24957;
}
.choose-getin{
    width:60%;
    height:40px;
    border-radius:60px;
    background-color: #9e9e9e8f;
}
.choose-getin a{
    border-radius:60px;
    color:white;
    height: 100%;
    padding: 6px;
}
.help-block {
    color: red;
}
.form-group.has-error .form-control{
    border:1px solid red;
}
#adpro{
    border-left: 3px solid green;
    background: #92ee74;
    color: green;
}
.back{
    font-size: 30px;
    font-weight: 500;
    width:25%;
    padding-left: 10px;
}
.nav-header h3{
    width:50%;
}
.nav-header .nav-profile{
    width:25%;
    text-align: right;
    padding-right: 10px;
}
.nav-header{
    position:fixed;
    z-index: 100;
    top:0px;
    width:100vw;
    background-color: #33b249 !important;
    color:#fff;
    display: flex;
    align-items: center;
}
.bottom-tab{
    position:fixed;
    z-index: 100;
    bottom:0px;
    width:100vw;
    background-color: #33b249 !important;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
aside{
    background-color: white;
    height: 100%;
    width: 80%;
    position: fixed;
    z-index: 102;
    display: none;
}
.bottom-tab a i{
    font-size: 30px;
    font-weight: 500;
    width:25%;
    color:white;
    opacity: 0.5;
}
.nav-header a img{
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 2px solid white;
    background:white;
}
.mt{
    margin:55px 10px;
}
.layer{
    width:100%;
    height: 100%;
    position: fixed;
    z-index: 101;
    display: none;
    background: #0000009c;
}
aside #section_1{
    height: 10%;
}
aside #section_2{
    height: 90%;
    overflow: scroll;
}
.sidebar_line i{
    font-size: 18px;
    color: white;
    height: 40px;
    justify-content: center;
    display: flex;
    align-items: center;
    vertical-align: middle;
    width: 40px;
    border-radius: 100%;
    background: #33b249;
}
a .sidebar_line.active{
    border-right: 5px solid #33b249;
    color: white;
    background: #67f680;
}
a{
    color: #33b249 !important;
}
.bottom-tab a i.active{
    opacity: 1 !important;
}
.profile_image{
    height: 150px;
    width: 150px;
    border-radius: 100%;
    border: 2px solid #dfdfdf;
    position: relative;
}
.profile_image label{
    height: 150px;
    width: 150px;
    border-radius: 100%;
    position:absolute;
    top: -2px;
    left: -2px;
    background: #21252969;
    display: none;
}
.profile_image label i{
    position:absolute;
    font-size:30px;
    top: 35%;
    left: 40%;
    color: white !important;
}
.profile_image label:active{
    background:#212529cc;
}
#profile_name{
    border: none;
    border-bottom: 2px solid #33b249;
    width: fit-content;
    display: none;
}
#profile_name:focus {
    box-shadow: none !important;
}
#profileone .save_profile{
    display: none;
}
.save_profile i{
    font-size: 30px;
}
.combine_input p,.combine_input p i{
    font-size:25px;
}

.combine_input .form-group input{
    font-size:15px;
}
.logout-outlay i{
    font-size: 25px;
    color:white;
}
.mb{
    margin-bottom:10px;
}
.img-upload{
    width:100%;
    height: 100px;
    border:1px solid #ced4da;
}
.list_content_box{
    padding:10px;
    background:white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius:5px;
    margin:10px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:100%;
}
#count-product{
    padding: 5px 10px;
    border-radius: 100%;
    color: white;
}
.select2-dropdown.select2-dropdown--below{
    z-index: 1500;
}
.select2-container .select2-selection--single{
    height: 35px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    line-height: 30px !important;
}
.select2{
    width: 100% !important;
}
.select2-container--default .select2-selection--single{
    border: 1px solid #ced4da !important;
}
input{
    color:#212529 !important;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.scroll_category::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .scroll_category {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  .list_content_box_1{
    padding:10px;
    background:white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius:5px;
    margin:10px 0px;
    width:100%;
  }
input[type="radio"] {
    display: none;
}

/* Style the labels to appear as buttons */
.radio_button {
    display: inline-block;
    padding: 5px 10px;
    background-color: #eaeaea;
    color: #333;
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 4px;
}

/* Style the checked label */
input[type="radio"]:checked + .radio_button {
    background-color: green;
    color: #fff;
}
/* Filter */
.filter_section{
    height: 60vh;
    width: 100vw;
    position: fixed;
    bottom: 0px;
    background: linear-gradient(45deg, #33b249, #67f680);
    padding: 10px;
    z-index: 102;
    display: none;
    border-radius: 20px 20px 0px 0px;
}
.filter_section .filter_head {
    border-bottom:1px solid white;
    height: 10%;
}
.filter_section .filter_body {
    height: 65%;
}
#balance_view_box{
    padding:10px;
    background-color: white;
}
#deposit_view_box{
    padding:10px;
    background-color: white;
}
.filter_footer div{
    border:1px solid white;
}
.c-dashboardInfo {
    margin-bottom: 15px;
  }
  .c-dashboardInfo .wrap {
    background: #ffffff;
    box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 40px 25px 20px;
    height: 100%;
  }
  .c-dashboardInfo__title,
  .c-dashboardInfo__subInfo {
    color: #6c6c6c;
    font-size: 1.18em;
  }
  .c-dashboardInfo span {
    display: block;
  }
  .c-dashboardInfo__count {
    font-weight: 600;
    font-size: 2.5em;
    line-height: 64px;
    color: #323c43;
  }
  .c-dashboardInfo .wrap:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: "";
  }
  
  .c-dashboardInfo:nth-child(1) .wrap:after {
    background: linear-gradient(82.59deg, #00c48c 0%, #00a173 100%);
  }
  .c-dashboardInfo:nth-child(2) .wrap:after {
    background: linear-gradient(81.67deg, #0084f4 0%, #1a4da2 100%);
  }
  .c-dashboardInfo:nth-child(3) .wrap:after {
    background: linear-gradient(69.83deg, #0084f4 0%, #00c48c 100%);
  }
  .c-dashboardInfo:nth-child(4) .wrap:after {
    background: linear-gradient(81.67deg, #ff647c 0%, #1f5dc5 100%);
  }
  .c-dashboardInfo__title svg {
    color: #d7d7d7;
    margin-left: 5px;
  }
  .MuiSvgIcon-root-19 {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 24px;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    user-select: none;
    flex-shrink: 0;
  }
  .special-bg-success{
    padding: 5px;
    background: #33b24952;
    border-left: 5px solid green;
    color: green;
  }
  .body-invoice{
    border: 2px double green;
  }
  .bg-image-print{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 150px;
  }
  .dechoutline{
    border: 2px solid green;
    border-radius: 15px;
  }
  .border-bottom-green{
    border-bottom: 2px solid green;
  }
  .border-right-green{
    border-right: 2px solid green;
  }