/* Colour theme*/
.btn.btn-icon i {
    margin-left: 1px !important;
}

.btn-violet, .btn-light-violet, .btn-info, .btn-success, .btn-warning, .btn-danger, .btn-primary, .btn-secondary, .btn-light, .btn-dark, .btn-link, .btn-outline-info, .btn-outline-success, .btn-outline-warning, .btn-outline-danger, .btn-outline-primary, .btn-outline-secondary, .btn-outline-light, .btn-outline-dark {
    letter-spacing: 1px !important;
}

.btn.btn-violet {
    color: #fff !important;
    background-color: #6B59A5 !important;
    border-color: #6B59A5 !important;
}

    .btn.btn-violet i {
        color: #ffffff;
    }

    .btn.btn-violet:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-violet:not(:disabled):not(.disabled).active i, .show > .btn.btn-violet.dropdown-toggle i, .show .btn.btn-violet.btn-dropdown i {
        color: #ffffff;
    }

.btn.btn-light-violet {
    color: #6B59A5 !important;
    background-color: #f5e7eb !important;
    border-color: #f5e7eb !important;
}

    .btn.btn-light-violet:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light-violet:focus:not(.btn-text), .btn.btn-light-violet.focus:not(.btn-text) {
        color: #ffffff !important;
        background-color: #6B59A5 !important;
        border-color: transparent !important;
    }

    .btn.btn-light-violet i {
        color: #6B59A5 !important;
    }

    .btn.btn-light-violet:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-light-violet:focus:not(.btn-text) i, .btn.btn-light-violet.focus:not(.btn-text) i {
        color: #FFFFFF !important;
    }

.bg-light-violet {
    background-color: #f5e7eb !important;
}

.text-violet {
    color: #6B59A5 !important;
}

.spinner.spinner-violet:before {
    border: 2px solid #6B59A5;
    border-right: 2px solid transparent;
}

.btn.btn-hover-violet:not(:disabled):not(.disabled).active, .btn.btn-hover-violet:not(:disabled):not(.disabled):active:not(.btn-text), .show .btn.btn-hover-violet.btn-dropdown, .show > .btn.btn-hover-violet.dropdown-toggle {
    color: #fff !important;
    background-color: #6B59A5 !important;
    border-color: #6B59A5 !important;
}

.btn.btn-hover-violet.focus:not(.btn-text), .btn.btn-hover-violet:focus:not(.btn-text), .btn.btn-hover-violet:hover:not(.btn-text):not(:disabled):not(.disabled) {
    color: #fff !important;
    background-color: #6B59A5 !important;
    border-color: #6B59A5 !important;
}

.spacing-table {
    border-collapse: collapse;
}

    .spacing-table tbody tr:not(:last-child) td {
        border-bottom: 20px solid transparent;
    }

.text-hover-violet, a.text-hover-violet {
    -webkit-transition: color .15s ease,background-color .15s ease,border-color .15s ease,-webkit-box-shadow .15s ease;
    transition: color .15s ease,background-color .15s ease,border-color .15s ease,-webkit-box-shadow .15s ease;
    transition: color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease;
    transition: color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease,-webkit-box-shadow .15s ease
}

    .text-hover-violet:hover, a.text-hover-violet:hover {
        -webkit-transition: color .15s ease,background-color .15s ease,border-color .15s ease,-webkit-box-shadow .15s ease;
        transition: color .15s ease,background-color .15s ease,border-color .15s ease,-webkit-box-shadow .15s ease;
        transition: color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease;
        transition: color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease,-webkit-box-shadow .15s ease;
        color: #6B59A5 !important
    }

        .text-hover-violet:hover i, a.text-hover-violet:hover i {
            color: #6B59A5 !important
        }

        .text-hover-violet:hover .svg-icon svg g [fill], a.text-hover-violet:hover .svg-icon svg g [fill] {
            -webkit-transition: fill .3s ease;
            transition: fill .3s ease;
            fill: #6B59A5
        }

        .text-hover-violet:hover .svg-icon svg:hover g [fill], a.text-hover-violet:hover .svg-icon svg:hover g [fill] {
            -webkit-transition: fill .3s ease;
            transition: fill .3s ease
        }
/*end color theme*/

.cusSelect2 img {
    position: absolute;
    z-index: 9;
    left: 10px;
}

.cusSelect2 {
    position: relative;
}

    .cusSelect2 .select2-selection {
        padding-left: 30px;
        border-radius: 6px;
    }

    .cusSelect2 .select2-container {
        min-width: 230px !important;
    }

.cusSelect2 {
    margin-right: 10px;
}

.cus-timeline-item {
    border-bottom: 0.5px dashed #C9C9C9;
    border-top: 0.5px dashed #C9C9C9;
    margin-bottom: -1px !important;
    padding: 5px 0;
}

.timeline.timeline-6:before {
    content: '';
    position: absolute;
    left: 70px;
    width: 1px;
    top: 0;
    bottom: 0;
    background-color: #C9C9C9;
}

.appointment-details {
    color: #FFFFFF;
    font-size: 14px;
}

    .appointment-details span {
        font-size: 14px;
        border-left: 1px solid rgba(255, 255, 255, 0.5);
        padding-left: 10px;
        margin-left: 10px;
    }

.cus-num {
    vertical-align: middle;
    padding-left: 10px;
}

.cus-cases-bx li .navi-text {
    display: flex;
    align-items: center;
}

    .cus-cases-bx li .navi-text i {
        font-size: 14px;
        font-style: normal;
        color: rgba(70, 78, 95, 0.8);
        padding-left: 10px;
    }

    .cus-cases-bx li .navi-text .label.label-inline {
        padding: 0.1rem 0.45rem;
        border-radius: 0.42rem;
        height: 11px;
    }

.input-icon.search-input input {
    min-width: 440px;
    height: 45px;
    background: rgba(243, 246, 249, 0.5);
    border-radius: 6px;
}

.filter-container-1 {
    padding: 0 27px;
    text-align: right;
    margin-top: -80px;
    margin-bottom: 40px;
}

.font-size-increase {
    font-size: 26px !important;
}

.manage-button {
    flex-direction: row;
    justify-content: space-between;
}

.color-change {
    color: grey !important;
}

.cusBtnAction {
    width: 28px !important;
    height: 28px !important;
}

    .cusBtnAction i {
        font-size: 14px !important;
    }

.detailsCus {
    padding: 6px 0px 0px 0px !important;
}

.mr1rem {
    margin-right: 1rem !important;
}

.wordWrapAll {
    word-break: break-all;
}

.uppercaseLetter {
    text-transform: uppercase;
}

.swal2-content .swal2-select {
    border: 1px solid #e4e6ef !important;
    border-radius: 5px !important;
}

    .swal2-content .swal2-select:focus-visible {
        outline: none !important;
    }

.login-page-bg {
    background-size: cover;
}

.cusDrpdown {
    background-color: #ffffff;
}

    .cusDrpdown a:hover {
        background-color: #c9f7f5;
        color: #0cb5ae !important;
    }

.border-dashed {
    border: 1px dashed #fff !important;
    border-color: #1bc5bd !important;
}

.border-dash {
    border-radius: 10px !important;
    border: 1px dashed #fff !important;
    border-color: #babac5 !important;
}

.fixed-button {
    transform: translate3d(1000px, 76px, 0px) !important;
}

.cus-card {
    padding: 0rem 2.25rem !important;
}

.cus-color {
    color: #3f4254;
}

.cus-add {
    padding: 3.5rem 2rem;
}

.cus-padding {
    padding: 0rem 0rem !important;
    padding-left: 0px !important;
}

.timeline.timeline-6.cus-timeline {
    height: 309px;
    overflow-y: auto;
}

.cus-timeline::-webkit-scrollbar {
    width: 5px !important;
    border-radius: 20px;
    height: 0px !important;
}

.cus-timeline::-webkit-scrollbar-thumb {
    background: rgb(153 153 153 / 40%) !important;
}

.cusSelect2 select {
    padding: 0.65rem 2.0rem !important;
}

.loginBG {
    position: relative;
}

    .loginBG:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        background-image: url(../images/LoginImage2.png);
        background-repeat: no-repeat;
        background-position: top right;
        background-size: cover;
        z-index: 9;
        width: 100%;
    }

.cusicon i {
    font-size: 2.05rem !important;
}

.grecaptcha-badge {
    z-index: 99;
}

i.ki.ki-close.icon-xs.text-muted {
    position: relative;
    top: 0.924px;
    left: -0.4px;
}

.bg-cussky {
    background-color: #00A3FF !important;
}

.nav .nav-link.active, .nav .nav-link:hover:not(.disabled), .nav .show > .nav-link {
    -webkit-transition: color .15s ease,background-color .15s ease,border-color .15s ease,-webkit-box-shadow .15s ease;
    transition: color .15s ease,background-color .15s ease,border-color .15s ease,-webkit-box-shadow .15s ease;
    transition: color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease;
    transition: color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease,-webkit-box-shadow .15s ease;
    color: #01A8A1
}

.nav.nav-tabs.nav-tabs-line .nav-link.active, .nav.nav-tabs.nav-tabs-line .nav-link:hover:not(.disabled), .nav.nav-tabs.nav-tabs-line .show > .nav-link {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #01A8A1;
    -webkit-transition: color .15s ease,background-color .15s ease,border-color .15s ease,-webkit-box-shadow .15s ease;
    transition: color .15s ease,background-color .15s ease,border-color .15s ease,-webkit-box-shadow .15s ease;
    transition: color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease;
    transition: color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease,-webkit-box-shadow .15s ease
}

.cus-dd-style .dropdown-toggle {
    padding-left: 35px;
}

.cus-dd-style .dropdown-menu {
    min-width: fit-content;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #1bc5bd;
}
/*body.modal-open {
    overflow: hidden;
    position: fixed;
}*/

.no-hover {
    pointer-events: none;
}
.parivaLogoContainer {
    width: 100px;
}
.footerAdjust{
    justify-content:flex-end;
}
.justifyres{
    justify-content:end;
}
.wordWrapNoWrap{
    word-wrap:break-word;
}
.h-auto{
    height: auto;
}
.header-fixed.header-mobile-fixed.modal-open {
    overflow: hidden !important;
}
.d-flexCuslan{
    display:flex;
}
.ml4Cus{
    margin-right:10px;
}
.modalCustomcss .modal-body {
    max-height: calc(100vh - 19rem);
}
.add-child-personal-section {
    background: linear-gradient(180deg, #2A1C56 0%, #6B59A5 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
.add-child-personal-section .header{
    background-color: rgba(255, 255, 255, 0.1);
    height: 100px;
}
.login-bg-custom {
    background: rgba(250, 216, 233, 1);
}
.partner-image {
width: 100px;
}
@media screen and (max-width:991px) {
    .card.card-custom > .card-header.card-header-tabs-line .nav .nav-link {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .ChartContainer .apexcharts-canvas {
        width: 100% !important
    }

        .ChartContainer .apexcharts-canvas svg {
            width: 100% !important;
        }

    .ChartmainContainer .expand-trigger div {
        width: 100% !important;
    }

    .ChartmainContainer .contract-trigger:before {
        width: 100%;
    }

    .footerAdjust {
        justify-content: center;
    }

    .justifyres {
        justify-content: start;
    }

    .mbres {
        margin-bottom: 1.75rem;
    }

    .justify-content-between-res {
        justify-content: space-between;
    }

    .tableRes {
        display: flex;
        justify-content: end;
    }

    .d-flexCuslan {
        display: block;
    }

    .ml4Cus {
        margin-right: 0px;
    }

    .modalCustomcss .modal-body {
        max-height: calc(100vh - 22rem);
    }
}
@media screen and (max-width:768px){
    
    .radioCustom > input {
        width: -webkit-fill-available;
    }
}