:root{
    --body-light: #f9f9f9;
    --primary-font: 'Inter', sans-serif;
    --app-content-border-color: #F1F1F4;
    /* --primary-color: #fd5e44; */
    --primary-color: #7371fc;
    --secondary-color:#ff6700;
    --app-separator-border: #DBDFE9;
    --blue-alternate: #3e6feb;
    --blue-alternate-light: #f2fcfb;
    --primary-shadow:rgba(103, 136, 243, 0.18);
    --text-secondary : #079b42;

}
#autoSubmitForm label{
    margin-bottom: 3px;
    margin-top: 18px;
    padding-left: 3px;

}
#autoFilterForm label{
    margin-bottom: 3px;
    margin-top: 18px;
    padding-left: 3px;

}
a.btn.btn-sm.d-block.btn-outline-secondary {
    color: #fff;
    border-color: #657081;
    background: #657081;
}

.add-btn{
    position: absolute;
    right: 10px;
    top: 6px;
    color: #fff;
    font-size: 18px;
    background: #00c500;
    padding: 0px 7px;
    border-radius: 22px;
}
.add-btn:hover{
    background: #089408;
    color: #fff;
}
body{
    font-family: var(--primary-font);
}
.text-primary-400{
    color:greenyellow;
}
.text-green{
    color: var(--text-secondary) !important;
}
.btn-outline-primary:focus, .btn-outline-primary.focus{
    box-shadow:0 0 0 .2rem var(--primary-shadow) !important;
}
.text-primary{
    color: var(--primary-color) !important;
}
.btn-secondary{
    color: #fff !important;
    background-color: #ff6700;
    border-color: #ff6700;
}
[data-theme-style="light"].app .text-blue-800{
    color: var(--blue-alternate) !important;
}
[data-theme-style="light"].app .bg-blue-900{
    background-color: var(--blue-alternate) !important;
}
[data-theme-style="light"].app .bg-blue-50{
    background-color: var(--blue-alternate-light) !important;
}
/* [data-theme-style="light"].app a{
    color: var(--primary-color);
} */
[data-theme-style="light"].app {
	background: var(--body-light);
}
.app-main-content{
    /* min-height: 650px; */
    min-height: 100vh;
    background:#ffffff57 !important;
    padding-top: 85px !important;
}
[data-theme-style="light"].app .app-sidebar{
    background:var(--white); 
    /* border-right: 1px solid var(--app-separator-border); */
    border-right: transparent;
}
[data-theme-style="light"].app .app-sidebar-links > li > a{
    background:transparent; 
    color: var(--gray-800);
    /* text-align: center; */
    font-weight: 400;
    font-size: 16px;
}
[data-theme-style="light"].app .app-sidebar-title a{
    font-family: var(--primary-font);
    font-weight: 700;
}
[data-theme-style="light"].app .app-sidebar-title a{
    color: var(--gray-800);
}
[data-theme-style="light"].app .app-sidebar-links > li > a:hover{
    background-color: #fff;    
    color: var(--blue-alternate);
    
}
[data-theme-style="light"].app .app-sidebar .app-sidebar-links > li > a:hover{
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    color: var(--primary-color);
    border-radius: 10px;
}

[data-theme-style="light"].app .app-sidebar-links > li {
    padding: 0.15rem 0;
}
[data-theme-style="light"].app .app-sidebar-links > li.active > a:not(.default){
    /* background-color: var(--body-light);
    border: 1px solid var(--app-separator-border); */
    background-color: var(--primary-color);
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 10px;
    color: #fff;
    overflow: hidden;
    position: relative;
}
[data-theme-style="light"].app .app-sidebar-links{
    margin-left: 1rem;
    margin-right: 1rem;
}
/* [data-theme-style="light"].app .card, [data-theme-style="light"].app .table-custom-container{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    border: 1px solid var(--app-content-border-color);
    border-radius: 1rem;
} */
[data-theme-style="light"].app .app-sidebar-footer-text {
    color: var(--gray-800);
}
[data-theme-style="light"].app .sidebar-footer{
    border-top: 1px solid #DBDFE9;
}
.btn {
    padding: .5rem 1rem;
    border-radius: 0.7rem !important;
}
[data-theme-style="light"].app .btn-primary{
    background-color: var(--secondary-color);
    border-color: var(--secondary-color) !important;
    color: var(--white);
    
}
[data-theme-style="light"].app .btn-outline-primary {
    color: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: 0.7rem !important;
}
[data-theme-style="light"].app .btn-outline-primary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white);
}
[data-theme-style="light"].app .dropdown-item{
    color: var(--gray-800);
    font-size: 90%;
}
[data-theme-style="light"].app table td a{
    color: var(--gray-900);
    font-weight: 500;
}
[data-theme-style="light"].app table td{
    padding: 0.5rem 0.75rem;
    font-size: 90%;
}
[data-theme-style="light"].app table td a:hover{
    color: var(--primary-color);
}
[data-theme-style="light"].app table td .btn {
    padding: 0.5rem 0.5rem;
    line-height: 1;
}
[data-theme-style="light"].app .dropdown .dropdown-menu {
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    border-radius: 0.75rem;
}
[data-theme-style="light"].app .dropdown .dropdown-menu .dropdown-item{
    padding: .5rem 0.5rem;
}
[data-theme-style="light"].app .text-primary-600{
    color: var(--primary-color) !important; 
}
[data-theme-style="light"].app .app-footer{
    border: 0;
    /* border-top: 1px solid var(--app-separator-border); */
    border-top: 1px solid transparent;
    border-radius: 0;
    padding: 0.5rem 0.75rem;
}
[data-theme-style="light"].app .app-footer a{
    color: var(--gray-700);
    font-size: 90%;
}
[data-theme-style="light"].app .app-footer a:hover{
    color: var(--primary-color);
}
[data-theme-style="light"].app .daterangepicker .ranges li.active {
    background-color: var(--primary-color);
}
[data-theme-style="light"].app .daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: var(--primary-color);
}
[data-theme-style="light"].app .card .card-title a{
    color: var(--gray-900);
}
[data-theme-style="light"].app .card .card-title a:hover{
    color: var(--primary-color);
}
[data-theme-style="light"].app .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background-color: var(--primary-color);
}
[data-theme-style="light"].app .btn-custom, [data-theme-style="light"].app .account-header-navbar .nav-link, .btn-custom{
    min-width: auto;
    color: var(--gray-800);
}
[data-theme-style="light"].app .btn-custom.active, [data-theme-style="light"].app .account-header-navbar .nav-link.active {
    background: var(--primary-shadow);
    color: #1b1b1b !important;
    font-weight: 600;
    border-radius: 10px;
}
[data-theme-style="light"].app .dropdown-item.active, .dropdown-item:active{
    background-color: var(--primary-color);
    color: var(--white);
}
[data-theme-style="light"].app .icon-shape {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    width: 3rem;
    height: 3rem;
    border-radius: 14px !important;
    margin: 2px ;
    
}
 .bit-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    width: 3rem;
    height: 3rem;
    border-radius: 14px !important;
    margin: 2px ;
    background-color: #F1F1F4 !important;
    background: linear-gradient(45deg, #90b5f9, #00000012) !important;
}
.dash-card:hover{
transform: translateY(-8px);
transition: 0.3s;
}

.card-footer:hover .move{
    transform: translateX(10px);
    transition: 0.4s;
    }
.card{
    box-shadow: 0px 4px 20px 0px rgba(44, 101, 144, 0.1);
    border: 0px;
    /* border-radius: 15px; */
    border-radius: 20px;
    background: #ffff;
}
/* .card-main-body {
    box-shadow: 0px 4px 20px 0px rgba(44, 101, 144, 0.1);
    border: 0px;
    border-radius: 15px;
    padding: 20px;
    background: #ffff;
    position: relative;
    overflow: hidden;
} */
.wel-card .card-main-body {
    box-shadow: 0px 4px 20px 0px rgba(44, 101, 144, 0.1);
    border: 0px;
    border-radius: 15px;
    padding: 30px 18px;
    background: #ffff;
    position: relative;
    overflow: hidden;
}
.wel-card .card-main-body1 {
    box-shadow: 0px 4px 20px 0px rgba(44, 101, 144, 0.1);
    border: 0px;
    border-radius: 15px;
    padding: 16px;
    background: #ffff;
    position: relative;
    overflow: hidden;
}

.card-main-body .h6 {
    color: #000 !important;

}
.card-main-body .h3 {
    color: #3b3b3b !important;
    font-size: 42px;
}
.txt{
    color: #000 !important;
}
.upper-head{
    display: flex;
    justify-content: center;
}




.top-header .svg{
    color: var(--primary-color);
    /* font-size: 90px;
    position: absolute;
    right: -4px;
    top: 49px;
    opacity: 0.45; */
    opacity: 0.45;
    font-size: 34px;
    position: absolute;
    right: 15px;
    top: 15px;
}

.borders-left{
    padding-left: 15px;
    border-left:3px solid var(--primary-color);
}
.tool-svg{
    /* font-size: 55px;
    position: absolute;
    opacity: 0.3;
    top: 21px;
    right: 10px; */
    font-size: 14px;
    /* position: absolute; */
    opacity: 1;
    top: 21px;
    border: 1px dashed var(--primary-color);
    padding: 8px 6px;
    border-radius: 30px;
}

.table th, .table td{
    border-top: none;
}
table{
    /* border-collapse: separate;
    border-spacing: 0px 6px; */

}
.table-custom tbody tr{
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    /* border-top: 5px double #f1f1f1; */
    border-top: 1px dashed #f1f1f1;
}
.table-custom{
    background-color: #f9f9f9;   
}
.progress-bar{
    background-color: #10b74d;
}
.progress{
    height: 10px !important;
}
.form-control:focus{
    background-color: #fff;
    border-color: rgb(115 113 252);
    outline: 1px solid transparent;
    box-shadow:  0 0 0 .2rem rgb(115 113 252 / 10%) !important;
}
.card-table{
    padding: 10px;
    border-radius: 12px;
    /* border: 1px solid rgba(99, 102, 241, .35); */
    background: linear-gradient(45deg, #e7e7e7a6, transparent);
}
.bg-shade-linear{
    /* background: linear-gradient(45deg, #3e6febf5, transparent) !important;
    border: 1px solid #3e6febf5 !important; */
    /* background: var(--primary-color); */
    background: #7f7f7f;
}
.checkdiv{
    background: #fff;
    padding: 5px;
    border-radius: 100px;
}
.bottomline{
    padding: 10px 15px;
    /* border-bottom: 1px dashed rgba(99, 102, 241, .35); */
    background: linear-gradient(45deg, #e7e7e785, transparent);
    border-radius: 16px;
    margin-top: 10px;
}
.bottomline svg{
    padding-bottom: 10px;
    font-size: 22px;
}
.bottomline i{
    padding-bottom: 5px;
    font-size: 18px;
}
.circle{
    border: 1px solid #9f9f9f;
    padding: 5px;
    border-radius: 100px;
}
.app-navbar {
    min-height: 70px;
    border-bottom: 0px !important;
    /* background: #fafbfe !important; */
    background: #fff !important;
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 99;
}
.dashcard {
    background: var(--primary-color);
    /* padding: 60px 45px;  */
    /* padding: 48px 35px;  */
    padding:20px 30px; 
    margin-bottom: 0px;
    overflow: hidden;
}
.line-text{
    font-size: 15px;
}
.dashcard h5 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}
.dashcard span {
    color: #fff !important;
    font-size: 15px;
    font-weight: 400;
}
.dashcard .dashimg{
    position: absolute;
    width: 120px;
    right: 20px;
    bottom: 0;
}
.btn-dark{
    background: #322e2d;
    color: #fff !important;
    border-color: #322e2d82;
}
.shade-cut{
    border-radius: 100%;
    height: 250px;
    width: 250px;
    background: #ffffff21;
    position: absolute;
    z-index: 0;
    right: -26px;
    bottom: -54px;
}
.shade-cut1{
    border-radius: 100%;
    height: 120px;
    width: 120px;
    background: #ffffff21;
    position: absolute;
    z-index: 0;
    left: -30px;
    top: -30px;
}
.shade-cut9{
    border-radius: 100%;
    height: 220px;
    width: 220px;
    background: var(--primary-color);
    opacity: 0.2;
    position: absolute;
    z-index: 0;
    right: -40px;
    top: -40px;
}
.shade-cut99{
    border-radius: 100%;
    height: 180px;
    width: 180px;
    background: var(--primary-color);
    opacity: 0.2;
    position: absolute;
    z-index: 0;
    right: -26px;
    top: -26px;
}
.shade-cut11{
    border-radius: 100%;
    height: 180px;
    width: 180px;
    background: var(--primary-color);
    opacity: 0.2;
    position: absolute;
    z-index: 0;
    right: -26px;
    bottom: -26px;
}
.shade-cutd{
    border-radius: 100%;
    height: 150px;
    width: 150px;
    background: var(--primary-color);
    opacity: 0.1;
    position: absolute;
    z-index: 0;
    right: -23px;
    bottom: -112px;
}
.shade-cutdd{
    border-radius: 100%;
    height: 150px;
    width: 150px;
    background: var(--primary-color);
    opacity: 0.1;
    position: absolute;
    z-index: 0;
    right: -115px;
    bottom: -43px;
}
.wel-card .head{
    font-size: 16px;
    color: #646464 !important;
    font-weight: 500;
    margin-top: 15px;
}

.btn-light{
    border-color: var(--secondary-color) !important;  
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    color: var(--secondary-color);

}
.btn-light:hover{
    background-color: var(--secondary-color);
    color: #fff;
}
[data-theme-style="light"].app .app-sidebar-links > li.active > a:not(.default)::before{
    content: "";
    z-index: 99;
    position: absolute;
    height: 55px;
    width: 55px;
    right: -3px;
    top: 13px;
    /* background-color: #ffffff47; */
    background-color: #ffffff47;
    border-radius: 100px;

}
[data-theme-style="light"].app .app-sidebar-links > li.active > a:not(.default)::after{
    content: "";
    z-index: 99;
    position: absolute;
    height: 55px;
    width: 55px;
    right: -25px;
    top: -27px;
    background-color: #ffffff47;
    border-radius: 100px;

}
.icon-div{
    color: var(--primary-color) !important;
    font-size: 15px;
    padding: 0;
    border: 1px dashed;
    border-radius: 34px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.head-primary{
    color: var(--primary-color) !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}
.custom-control-input:checked~.custom-control-label::before{
    border-color: var(--primary-color);
    background-color: var(--primary-color);
}
.btn-primary:focus, .btn-primary.focus{
    box-shadow: 0 0 0 .2rem var(--primary-shadow);
}
.carousel-indicators{
    bottom: -70px !important;
}
.carousel-indicators [data-bs-target]{
    width: 13px !important;
    height: 0px !important;
    background-clip: initial !important;
    border-radius: 100px !important;
    border-top: 3px solid transparent !important;
}
.button-clip{
    background: #f7f7f7;
    padding: 9px 20px;
    border-radius: 10px;
}
.form-control {
    border-radius: 12px !important;
    /* background: #f7f7f7; */
    /* border: none; */
}
.headcut{
    /* background: #f7f7f7; */
    background: #fff;
    padding: 16px;
    border-radius: 15px;
}
.select2-container--default .select2-selection--single{
    border-radius: 12px !important;
    /* background: #f7f7f7;
    border: none; */
}
.pickr .pcr-button{
    border-radius: 12px !important;
    overflow: hidden;
}
.border-gray-50 {
    border-color: #ebebeb  !important;
}
.nav-tabs{
    border-bottom: transparent !important;    
}
.nav-link{
    margin: 0px 5px;
    font-size: 18px;
    font-weight: 500;

}
.nav-tabs .nav-link.active{
    background-color: var(--secondary-color) !important;
    color: #fff !important;
    border-radius: 10px;
    border: none;
    
}
.nav-tabs .nav-link{
    font-size: 18px;
    font-weight: 500;
    color: #303030;
}
.nav-tabs .nav-link:hover, .nav-tabs {
    border-color: #f1f2f4;
    background: #efefef;
    border-radius: 10px;


}
.content-box{
    /* background: #ffffff85;
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #fff; */
}
.btn:focus, .btn.focus{
    box-shadow: 0 0 0 .2rem var(--primary-shadow);
}
.bottomline large{
    display: grid;
}
.hightlight{
    background: rgb(255 230 0 / 18%);
    padding: 5px 25px 5px 10px;
    font-size: 16px !important;
    border-radius: 30px;
}
.nav-tabs {
    border-bottom: transparent !important;
    background: #fff;
    width: fit-content;
    padding: 10px;
    border-radius: 15px;
}
.dot-btn{
    border: 2px solid #c1c1c1;
    padding: 4px 7px;
    border-radius: 100px !important;
}
.left-side::before{
    content: "";
    z-index: 9;
    position: absolute;
    height: 50px;
    width: 4px;
    left: 0px;
    top: 26px;
    background-color: var(--secondary-color);
    
}
.copy-btn{
    background: #fff;
    box-shadow: 0px 4px 20px 0px rgba(44, 101, 144, 0.1);
    border-radius: 100px !important;
    padding: 4px 8px;
    border: 1px solid #c7c7c7;
}

.input-group-text{
    padding: 7px 20px !important;
    margin-right: -7px !important;
    border-color: #f7f7f7 !important;
    background: #f3f3f3 !important;
    border-radius: 12px;
}
.profile-box{
    background: #f5f5f5;
    padding: 4px 20px 4px 10px !important;
    border-radius: 101px;
}
.shade-btn{
    background: #f5f5f5;
    border-radius: 101px;
    padding: 15px 33px !important; 
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-color);

}
.daterangepicker{
    direction: rtl !important;
}
.shade-btn:hover{
    background: var(--primary-color);
    color: #fff;
    text-decoration: none;
}
.shade-btn:hover i{
    background: var(--primary-color);
    color: #fff !important;
    text-decoration: none;
}
.icon-box{
    padding: 10px;
    border: 1px solid #bfbfbf;
    border-radius: 10px;
    margin-right: 16px;
    font-size: 24px;
}
.wel-card .card-main-body1:hover .icon-box{
    background: #3b3b3b;
    color: #fff;
    border: 1px solid #3b3b3b;
}
.copy-btn1 {
    background: #fff;
    box-shadow: 0px 4px 20px 0px rgba(44, 101, 144, 0.1);
    border-radius: 100px !important;
    padding: 4px 6px;
    border: 1px solid #c7c7c7;
}
#cc-main .pm__btn{
    background: var(--secondary-color) !important;
}
#cc-main .section__toggle:checked~.toggle__icon{
    background: var(--secondary-color) !important;
}
.app-sidebar i{
    color: var(--primary-color) !important;
}
[data-theme-style="light"].app .app-sidebar-links > li.active > a:not(.default) i{
    color: #fff !important;
}