/*----Page----*/
.mr-1{
    margin-right: 5px;
}
.mr-2{
    margin-right: 10px;
}
.mr-3{
    margin-right: 15px;
}

.is-loading .spinner-grow {
    width: 1.5rem;
    height: 1.5rem;
    color: #007a6e8f!important;
    top: 10px!important;
}
.app-content .side-app,
.closed-leftmenu
.app-content .side-app,
.hover-submenu .app-content .side-app,
.hover-submenu1 .app-content .side-app,
.icontext-menu .app-content .side-app {
    padding: 0;
}
.swift_span{
    color: red;
}
.page-header {
    margin: 1rem 0 1rem;
}
/*  IOS Checkbox*/
input[type="checkbox"].tgl-ios {
    position: absolute;
    margin: 8px 0 0 16px;
}
input[type="checkbox"].tgl-ios + label {
    position: relative;
    padding: 13px 0 0 50px;
    line-height: 2.0em;
}
input[type="checkbox"].tgl-ios + label:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 50px; /* x*5 */
    height: 24px; /* x*3 */
    border-radius: 16px; /* x*2 */
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
input[type="checkbox"].tgl-ios + label:after {
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 24px; /* x*3 */
    height: 24px; /* x*3 */
    border-radius: 16px; /* x*2 */
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
input[type="checkbox"].tgl-ios + label:hover:after {
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
input[type="checkbox"].tgl-ios:checked + label:after {
    margin-left: 26px;
}
input[type="checkbox"].tgl-ios:checked + label:before {
    background: #92f3e4;
}

/* SMALL */

input[type="checkbox"].tgl-ios-sm {
    margin: 5px 0 0 10px;
}
input[type="checkbox"].tgl-ios-sm + label {
    position: relative;
    padding: 0 0 0 32px;
    line-height: 1.3em;
}
input[type="checkbox"].tgl-ios-sm + label:before {
    width: 25px; /* x*5 */
    height: 15px; /* x*3 */
    border-radius: 10px; /* x*2 */
}
input[type="checkbox"].tgl-ios-sm + label:after {
    width: 15px; /* x*3 */
    height: 15px; /* x*3 */
    border-radius: 10px; /* x*2 */
}
input[type="checkbox"].tgl-ios-sm + label:hover:after {
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
input[type="checkbox"].tgl-ios-sm:checked + label:after {
    margin-left: 10px; /* x*2 */
}

/* LARGE */

input[type="checkbox"].tgl-ios-lg {
    margin: 10px 0 0 20px;
}
input[type="checkbox"].tgl-ios-lg + label {
    position: relative;
    padding: 7px 0 0 60px;
    line-height: 2.3em;
}
input[type="checkbox"].tgl-ios-lg + label:before {
    width: 50px; /* x*5 */
    height: 30px; /* x*3 */
    border-radius: 20px; /* x*2 */
}
input[type="checkbox"].tgl-ios-lg + label:after {
    width: 30px; /* x*3 */
    height: 30px; /* x*3 */
    border-radius: 20px; /* x*2 */
}
input[type="checkbox"].tgl-ios-lg + label:hover:after {
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
input[type="checkbox"].tgl-ios-lg:checked + label:after {
    margin-left: 20px; /* x*2 */
}


@media (min-width: 992px){
    .horizontal .hor-header .container,
    .horizontal .horizontal-main .container,
    .horizontal .main-content.hor-content .container {
        max-width: 95% !important;
        padding: 0;
    }
}

.form-control {
    border-radius: 3px;
    border: 1px solid #007a6e42;
    height: 44px;
    font-weight: 600;
    font-size: 0.85rem;
    color: #006258;
    background-color: #efffef00;
}

.checkbox-group {
    position: relative;
    display: flex;
    vertical-align: middle;
    height: 44px;
    top: 3px;
    align-items: center;
    justify-content: center;
}

span.custom-control-label::before {
    color: #606060;
    background-color: rgb(0 122 110);
    border-radius: 5px;
    height: 20px;
    width: 20px;
}

span.custom-control-label::after {
    color: #606060;
    background-color: rgb(0 122 110);
    height: 20px;
    width: 20px;
}

.custom-checkbox-md .custom-control-label::before,
.custom-checkbox-md .custom-control-label::after{
    top: 0.435rem;
    width: 1.25rem;
    height: 1.25rem;
}

.bangla{
    font-family: Kalpurush, serif;
    font-weight: normal;
}

.form-control:focus {
    background-color: #4ecc4812;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #f7f7f7!important;
    opacity: 1;
}

button.btn.dropdown-toggle.btn-light,
button.btn.dropdown-toggle.bs-placeholder.btn-light {
    background: #efffef00;
    border: 1px solid #007a6e42;
    outline: 0!important;
    -webkit-appearance: none;
    font-weight: 600;
    font-size: 0.85rem;
    color: #006258;
}

.bootstrap-select >.dropdown-toggle:after {
    margin-top: -6px;
    color: #009a8bc2;
    border-top: 0.6em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
}


.form-floating>label {
    padding: 0.31rem;
    opacity: 0.85;
    top: 3px;
}

.form-floating >.form-control {
    padding: 0.5rem;
}


.dataTables_filter .form-control{
    height: calc(1.8125rem + 2px);
}

.table .form-control{
    height: 37px;
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: calc(2.67rem + 2px);
    line-height: 1.25!important;
    padding-top: 1.325rem!important;
}


.floating-label {
    position:relative;
    margin-bottom:20px;
}
.floating-select:focus ~ label ,
.floating-select:not([value=""]):valid ~ label {
    top:-18px;
    font-size:14px;
}

/*-------------------Custom Confirm Button------------------*/
#confirm {
    display: none;
    z-index: 1000; /* Add a higher z-index value */
}
#confirm > div:first-of-type {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 999; /* Add a higher z-index value */
}
#confirm > div:last-of-type {
    padding: 10px 20px;
    background: white;
    position: absolute;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    box-shadow: 0 1px 16px #9d9d9d;
    min-width: 300px;
    min-height: 100px;
    z-index: 1001; /* Add a higher z-index value */

}

#confirmMessage {
    text-align: center;
    font-size: 15px;
}

#confirm > div:last-of-type div:first-of-type {
    min-width: 150px;
    padding: 10px;
}
#confirm > div:last-of-type div:last-of-type {
    text-align: right;
}


#confirm #confirmYes {
    padding: 1px 10px;
    border-radius: 0;
    border: 0;
    background: #0e574f;
    color: #fff;
    width: 50px;
    box-shadow: 1px 1px 11px #0e574f;
}

#confirm #confirmNo {
    padding: 1px 10px;
    border-radius: 0;
    border: 0;
    background: #ff6b6b;
    color: #fff;
    width: 50px;
    box-shadow: 1px 1px 11px #ff6b6b;
}



/* -------------------active state------------------ */
.form-floating>.select2:focus,
.form-floating>.select2:not(:placeholder-shown) {
    padding-top: 0.1rem!important;
    padding-bottom: 0.15rem!important;
    margin-top: -1px;
}

/* ----------------------active state------------- */
.floating-select:focus ~ {
    -webkit-animation: inputHighlighter 0.3s ease;
}

.bootstrap-select >.dropdown-toggle{
    height: 43px;
    padding-top: 13px!important;
    padding-left: 7px;
}

.table .bootstrap-select >.dropdown-toggle{
    height: 37px;
    padding-top: 0.375rem!important;
    padding-left: 7px;
}


/*-----------Steps Css--------------------*/
@media (min-width: 992px){
    .wizard >.steps {
        padding: 11px;
        width: calc(100% - 133px);
    }
    .wizard >.steps >ul li+li {
        margin-left: 20px;
    }
    .wizard>.steps .current a {
        color: var(--primary-bg-color)!important;
    }
}


.mouse-tooltip {
    position: absolute;
    background: #4e6a4d;
    border-radius: 1px 7px 7px 7px;
    padding: 2px 12px;
    color: #fff;
}

.sidebar-mini .app-sidebar {
    width: 270px;
}

img.header-brand-img.light-logo1 {
    width: 70%;
}

.side-menu__item {
    padding: 5px 20px;
    font-size: 16px;
}

.app-sidebar li.slide {
    background: #f1f1f1;
}

li.side-menu-label.is-expanded {
    background: #e9e9e9;
}

.closed-leftmenu .slide-item, .slide-item {
    padding: 4px 8px;
}

.login-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*-----------Loader Animation----------*/
#global-loader {
    background: #000000;
}



.loader-circle-9 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: transparent;
    border: 3px solid #1b3f3a;
    border-radius: 50%;
    text-align: center;
    line-height: 64px;
    font-family: sans-serif;
    font-size: 15px;
    color: #429387;
    text-transform: uppercase;
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
}
.loader-circle-9:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0 solid transparent;
    border-top: 2px solid #09ad95;
    border-right: 2px solid #09ad95;
    border-radius: 50%;
    animation: animateC .5s linear infinite;
}
.loader-circle-9 span {
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    left: 50%;
    width: 50%;
    height: 6px;
    background: transparent;
    transform-origin: left;
    animation: animate 3s linear infinite;
}
.loader-circle-9 span:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #09ad95;
    top: -6px;
    right: -8px;
    box-shadow: 0 0 20px #09ad95;
}


.CodeMirror {
    /*height: 45px;
    height: 100px;*/
    height: auto;
    border-radius: 3px;
    border: 1px solid #007a6e42;
    font-weight: 600;
    font-size: 0.85rem;
    color: #006258;
    background-color: #efffef00;
}
.codemirror-status-bar {
    padding: 1px;
    font-size: 10px;
    color: #bbb8b8;
    width: 100%;
    display: block;
    border-radius: 0 0 4px 4px;
    margin-bottom: 5px;
    position: absolute;
}

.CodeMirror-code {
    margin-top: 14px;
}


.codemirror-label {
    position: absolute;
    background: #f9f8f8;
    width: 100%;
    color: #73788f;
    font-size: 12px;
    padding: 3px 0;
}


.cursor-wait {
    cursor: wait!important;
}

.cursor-default{
    cursor: default!important;
}


.spinner-border-sm {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: -0.2em;
    border: 0.25em solid #fff;
    border-right-color: #008cb5;
    border-radius: 50%;
    -webkit-animation: .5s linear infinite spinner-border;
    animation: .5s linear infinite spinner-border;
}


@keyframes animateC {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes animate {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}


*::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 10px;
    border: 2px solid #3db2a7;
}

body ::-webkit-scrollbar {
    width: 4px!important;
    height: 6px;
    transition: background .3s;
}
