:root {
    --primary: #4267b2;
    --secondary: #214276;
    --light: #fbf6f5;
    --dark: #091E3E;
}


html {
    font-size: 14px;
}



@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
   
    font-family: "Nunito",sans-serif;
}

/* Spinner */

.spinner {
    width: 40px;
    height: 40px;
    background: #4267b2;
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px);
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
}

    #spinner.show {
        transition: opacity 0.5s ease-out, visibility 0s linear 0s;
        visibility: visible;
        opacity: .8;
    }

.icon-refresh {
    background: #cfe2ff;
    color: #084298;
    cursor: pointer;
    padding: 5px;
    border-radius: 5px;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
}

    .btn-primary:hover {
        box-shadow: inset 0 0 0 0 #fd4a18;
    }

    .btn-secondary:hover {
        box-shadow: inset 0 0 0 0 var(--secondary);
    }

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}


.btn-primary {
    color: #fff;
    background-color: #4267B2;
    border-color: #ccc;
}




.basic-tab-one {
    border: 1px solid #dee6f5;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    border-radius: 2px;
}

    .basic-tab-one h5 {
        padding: 9px 0px;
        border-bottom: 1px solid #4267b2;
        font-size: 14px;
        margin: 0px;
        background-color: #4267b2;
        color: #fff;
    }

    .basic-tab-one ul {
        padding: 0px 10px;
        list-style-type: none;
        margin-bottom: 5px;
    }

        .basic-tab-one ul li {
            padding: 3px 0;
            border-bottom: 1px solid #dee6f5;
            display: flex;
            justify-content: space-between;
        }

            .basic-tab-one ul li:first-child {
                margin-top: 5px;
            }

            .basic-tab-one ul li:last-child {
                border-bottom: none;
            }

    .basic-tab-one .form-check-input:checked {
        background-color: #4267b2;
        border-color: #4267b2;
    }



.tab-foot .form-check input {
    width: 18px;
    height: 18px;
}

.tab-foot {
    border: 1px solid #dee6f5;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    border-radius: 2px;
    min-height: 100px;
}

.inner-div-cal {
    background-color: #fff;
    padding: 10px 10px;
    border-radius: 13px;
    position: relative;
    margin-top: -29px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}



.inner-page-section {
    padding: 20px;
    background-color: #dee6f5;
    border: 1px dashed #dee6f5;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    background-color: #4267b2;
    border: 1px solid #4267b2;
    border-radius: 2px;
}

text.highcharts-title {
    display: none;
}

.hr {
    border-top: 1px solid #dee6f5;
}

.calulator-table th {
    font-size: 1rem;
    padding-left: 10px;
    color: #fff;
    background-color: #4267b2;
    font-weight: normal;
    font-weight: 500;
}

.calulator-table {
    display: table;
    font-size: 14px;
    color: #232325;
    font-weight: 500;
}

body {
    background: #f5f5f5;
}

.stepper-container2 {
    background: #fff;
}

.basic-tab-one {
    border: 1px solid #dee6f5;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    border-radius: 2px;
    min-height: 114px;
}

.tooltip-inner {
    background-color: #4267b2 !important;
    color: #fff;
    width: 320px;
    margin-bottom: 5px;
}



.tooltip.bottom .tooltip-arrow {
    top: -10px;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #f00; /* black */
    border-width: 0 5px 5px;
}

.stepper-container2 label {
    display: inline-block;
    font-size: 14px;
    color: #232325;
    font-weight: 500;
}

.main-footer a {
    text-decoration: none;
}

.footer-container {
    background: #061429;
}
.footer-container a{
    background: #061429;
    text-decoration: none;
}

.form-control {
    border-radius: 0;
    border-color: #c3d2e1 !important;
}
.form-select {
    border-color: #c3d2e1 !important;
}
.btn {
    border-radius: 0;
}


.card .card-body {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    min-height: 100px !important;
    cursor: pointer;
}
.dt_table th {
    background-color: #dee6f5 !important;
    color: #232325 !important;
}


@media (min-width:991px) {
    .main-footer .footer-left {
        padding-left: 260px;
    }
}

body.sidebar-mini .main-sidebar .sidebar-menu > li ul.dropdown-menu li a {
    height: auto !important;

}

/**bt cal**/
.ical-grp {
    position: relative;
}

    .ical-grp .bi {
        position: absolute;
        padding: 10px;
        pointer-events: none;
    }

    .ical-grp .bi {
        right: 0px;
    }

    .ical-grp input {
        padding-right: 30px;
        background-color: #fff !important;
    }

.datepicker {
    border: 1px solid #eee !important;
}
.form-group {
    margin-bottom: 15px !important;
}

.card-body, .card .card-footer {
    background-color: transparent;
    padding: 20px 15px !important;
}
/***END***/

.icon-container {
    align-items: center;
    display: flex;
    justify-content: center;
    background: #506ea8;
    height: 70px;
    width: 70px;
    border-radius: 5px;
}
.icon-container-d {
    align-items: center;
    display: flex;
    justify-content: center;
    background: transparent;
    height: 50px;
    width: 50px;
    border-radius: 5px;
}

@media (max-width:575px) {
    .col-xs-4 {
        width:20%;
    }
    .col-xs-8 {
        width: 80%;
    }
    .btn-save-draft {
        margin-top: 10px
    }
}
/***END***/

div.dt-container .dt-paging .dt-paging-button.current {
    border: 1px solid #4267b2 !important;
}
.btn-save-draft {
    margin-top: 30px
}

.form-control:disabled {
    background-color: #e9ecef !important;
}

/*.form-group:has(> i-disabled){
    position:relative;
}*/

.i-disabled {
    width: 100%;
    height: 43px;
    background: rgb(165 180 196 / 27%);
    position: absolute;
    top: 32px;
    left: 0;
}
.btn-top-margin {
    margin-top: 35px !important;
}
.Business_box h5.card-title {
    min-height: 68px;
}
.frm-btn a {
    margin-right: 10px;
}
.text-align-l {
    text-align: left;
}

.text-align-c {
    text-align: center;
}

.text-align-r {
    text-align: right;
}

@media (max-width:768px) {
    .text-align-l {
        text-align: center;
        margin-top: 5px;
    }

    .text-align-c {
        text-align: center;
        margin-top: 5px;
    }

    .text-align-r {
        text-align: center;
        margin-top: 5px;
    }
}
.main-sidebar .sidebar-menu li {
    border-bottom: 1px solid #dee6f5;
    padding-top: 5px;
}

#Tblchecklist label {
    margin-right:30px;
}

/*#admin-dash-auth .card-body.boxP {
    background-image: url(../img/arches.png) !important;
}*/

.main-sidebar {
   
    z-index: 99999999 !important;
}

.select-readonly {
    pointer-events: none;
    background-color: #e9ecef !important; /* Grey background like a disabled field */
}



@media (min-width: 769px) {
    .popUp3d {
        height: calc(100% - 20px) !important;
    }
}