.VaildationSpan {
    color: #dc3545 !important;
    display: none !important;
    margin-right: 0px;
}

.showSpan {
    margin-right: 0px !important;
}

.showSpan {
    color: #dc3545 !important;
    display: block !important;
    font-size: 0.8rem;
}

.VaildationSpan2 {
    padding: 0px 15px;
    margin-bottom: 0.2rem;
    font-size: 0.8rem;
}

.MainLoader .spinner {
    --size: 88px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    perspective: 800px;
    margin: 0 auto;
}

.MainLoader .inner {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid transparent;
}

    .MainLoader .inner.one {
        left: 0;
        top: 0;
        animation: rotate-one 1s linear infinite;
        border-bottom: 3px solid #68ad1f;
    }

    .MainLoader .inner.two {
        right: 0;
        top: 0;
        animation: rotate-two 1s linear infinite;
        border-right: 3px solid #ee9307;
    }

    .MainLoader .inner.three {
        right: 0;
        bottom: 0;
        animation: rotate-three 1s linear infinite;
        border-top: 3px solid #1f952c;
    }

@keyframes rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

.MainLoader {
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 10000;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.8);
    padding-top: 40vh;
    display: none;
}
/*end pages loader*/
/*Start Model Update*/
.PopUpSave {
    background-color: #0c8e2f !important;
    border: 0 !important;
}

.PopUpCancel, .PopUpSave {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #3085d6;
    color: #fff;
    font-size: 1.0625em;
    /* margin: .3125em; */
    padding: .4em 1em;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100px;
}

.PopUpCancel {
    background-color: #d14629;
}

    .PopUpCancel:hover {
        background-color: #bd4127;
    }

.PopUpSave {
    background-color: #0c8e2f !important;
    border: 0 !important
}

    .PopUpSave:hover {
        background-color: #0a7928 !important;
    }

        .PopUpSave:disabled, .PopUpSave:hover:disabled, .PopUpCancel:disabled, .PopUpCancel:hover:disabled {
            background-color: #d2cdcb !important;
            color: #080808 !important;
            border: 0px solid #bdbbbb !important;
        }
/*end Model Update*/
.showSpan, .validationError, .cutomerUserEmailAddressExist, .cutomerUserNameAddressExist {
    color: #F44336 !important;
    display: block !important;
    font-size: 0.6rem;
    font-weight: bold;
}

.cutomerUserEmailAddressInputLoader, .cutomerUserNameAddressInputLoader {
    display: none;
    position: absolute;
    top: 11px;
    right: 20px;
}

.cardcreateseect .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding-right: 10px;
}

.searchBtn {
    margin-top: 4px;
    margin-left: 10px;
    margin-right: 10px;
}

.addNewProvider {
    width: 157px !important;
    float: right;
    margin: 10px 10px;
}

.text-dark-500.MaxWidth {
    width: 260px;
    white-space: initial;
}

.CardMinHeight {
    min-height: 154px;
}

.CardMinHeight2 {
    min-height: 190px;
}

.CardMinHeight3 {
    min-height: 364px;
}

.CardMinHeight4 {
    min-height: 166px;
}

.preloaderDiv {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    position: absolute;
    z-index: 99999;
    background: #fffffff5;
}

.lds-rippleDiv {
    display: inline-block;
    position: relative;
    width: 104px;
    position: absolute;
    top: calc(50% - 3.5px);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.DashboardMainDiv .card {
    position: relative;
}

.text-success {
    color: #23912e !important;
}

.bg-light-success {
    background-color: #23912e14 !important;
}

.text-danger {
    color: #f05623 !important;
}

.SMIcons .p-2 {
    padding: 0.28rem !important;
}

.SMIcons .fs-6 {
    font-size: 1rem !important;
}

.SMIcons .fs-2 {
    font-size: .65rem !important;
}

.SMIcons .fs-3 {
    font-size: .75rem !important;
}

.GrayColor .text-danger {
    color: #9398a3 !important;
}

.GrayColor .bg-light-danger {
    background-color: #585c6617 !important;
}

.LightGreenColor .text-primary {
    color: #15af9e !important;
}

.LightGreenColor .bg-light-primary {
    background-color: #15af9e1f !important;
}

.noData {
    display: none;
}

.ProviderNoData {
    width: 100%;
    height: 200px;
    display: none;
    justify-content: center;
    align-items: center;
}

.ParentDiv > div:nth-child(2) .bg-light-primary {
    background-color: #23912e14 !important;
}

.ParentDiv > div:nth-child(2) .text-primary {
    color: #23912e !important;
}


.ParentDiv > div:nth-child(3) .bg-light-primary {
    background-color: rgba(var(--bs-light-warning-rgb),var(--bs-bg-opacity)) !important;
}

.ParentDiv > div:nth-child(3) .text-primary {
    color: rgba(var(--bs-warning-rgb),var(--bs-text-opacity)) !important;
}

.ParentDiv2 > tr:nth-child(2) .bg-light-danger {
    background-color: rgba(var(--bs-light-primary-rgb),var(--bs-bg-opacity)) !important;
}

.ParentDiv2 > tr:nth-child(2) .text-danger {
    color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity)) !important;
}

.ParentDiv2 > tr:nth-child(3) .bg-light-danger {
    background-color: rgba(var(--bs-light-warning-rgb),var(--bs-bg-opacity)) !important;
}

.ParentDiv2 > tr:nth-child(3) .text-danger {
    color: rgba(var(--bs-warning-rgb),var(--bs-text-opacity)) !important;
}

.CaseReassigne {
    background: #f3e2ff !important;
}

.CaseReassigneText {
    color: #a74de9 !important;
}
.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label { 
    opacity: 1;
}

.md-form .form-text {
    font-size: 9px;
}
.addMrB{
    margin-bottom:10px
}
.ParentDiv3 > tr:nth-child(even) i.ti {
    color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity)) !important;
}
.ParentDiv3 > tr:nth-child(even) .rounded-5 {
    background-color: rgba(var(--bs-light-primary-rgb),var(--bs-bg-opacity)) !important;
}
.InputAutoDiv{
    position:relative;
}
.InputAutoDiv .providerdiv label {
    top: -8px;
}
.PackageDiv .radiobtuuotn label {
    width: 37.5%;
} 
.BorderLeft {
    border-left: 2px solid #f6f9fc;
}
.PackageDiv .card-title {
    justify-content: center;
}
.PackageDiv .radiobtuuotn img{
/*    background-color: #ffffffed;
*/    display: block;
    padding: 5px;
    width: 110px;
    margin-bottom: 0px;
    border-radius: 5px;
}
.PackageDiv .radiobtuuotn .logowhite {
    display: none;
}
.btn-check:checked + .btn .logowhite, .btn.active .logowhite, .btn.show .logowhite, .btn:first-child:active .logowhite,
:not(.btn-check) + .btn:active .logowhite {
    display: block !important;
}

.btn-check:checked + .btn .otherlogo, .btn.active .otherlogo, .btn.show .otherlogo, .btn:first-child:active .otherlogo,
:not(.btn-check) + .btn:active .otherlogo {
    display: none !important;
}


.leftbutos .btn-check:checked + .btn, .leftbutos .btn.active, .leftbutos .btn.show, .leftbutos .btn:first-child:active,
.leftbutos :not(.btn-check) + .btn:active {
    border-color: #e5960e;
    background: #e5960e;
}
/*    .InputAutoDiv .providerdiv label {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        height: 100%;
        padding: 0.75rem 10px;
        overflow: hidden;
        text-align: start;
        text-overflow: ellipsis;
        white-space: nowrap;
        pointer-events: none;
        border: var(--bs-border-width) solid transparent;
        transform-origin: 0 0;
        transition: opacity .1s ease-in-out,transform .1s ease-in-out;
        color: #5e5a5a;
        font-weight: 500; 
        letter-spacing: unset; 
        font-size: inherit;
    }
.InputAutoDiv > .form-control:focus ~ label {
    color: rgba(var(--bs-body-color-rgb),.65);
    transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
    font-weight: bold;
    color: #000;
    letter-spacing: -0.1px;
}
.InputAutoDiv > .form-control:focus ~ label::after {
    position: absolute;
    inset: 1rem 8px;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: transparent;
    border-radius: 7px;
}*/
.cardcontainer
{
    padding: 20px 10px;
    border: 1px solid #e7e7e7;
    background: rgba(255,255,255,0.6);
    border-radius:10px;
    display:flex;
}


.PackageDiv .radiobtuuotn label {
    width: 49%;
}

.cardcontainer {

    justify-content: space-between;
}

.PackageDiv .radiobtuuotn label {
    width: 49%;
    min-width: 150px;
}
.cardcontainer {
    justify-content: space-between;
    flex-direction: column;
}

.PackageDiv .cardcontainer .card-title {
    justify-content: flex-start; 
}

.PackageDiv .cardcontainer .card-title {
    justify-content: flex-start;
    padding-left: 15px;
    border-bottom: 1px solid #d6e8e1;
    color: #797070 !important;
    padding-bottom: 10px !important;
}


.cardcontainer {
    justify-content: space-between;
    flex-direction: column;
}

.cardcontainer {
    justify-content: space-between;
}

.cardcontainer {
    padding: 8px 14px;
    border: 1px solid #f5f5f5;
    background: rgba(255,255,255,0.4);
    border-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    display: flex;
}
.PackageDiv .pricelist .radiobtuuotn label {
    padding-top: 12px;
    width: 100%;
    min-width: 70px;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}


.PackageDiv .pricelist .radiobtuuotn label .h5, .PackageDiv .pricelist .radiobtuuotn label h5 {
        font-size: 0.8975rem;
}

    .PackageDiv .pricelist .radiobtuuotn label h5.text-muted {
        font-size: 0.8375rem;
    }


.claimprice .btn-check:checked + .btn, .claimprice .btn.active, .claimprice .btn.show, .claimprice .btn:first-child:active, .claimprice :not(.btn-check) + .btn:active {
    background: #fff;
    color: #4e391c !important;
    border: 2px solid #FF9800 !important;
}

    .claimprice .btn-check:checked + .btn *, .claimprice .btn.active *, .claimprice .btn.show *,
    .claimprice .btn:first-child:active *, .claimprice :not(.btn-check) + .btn:active * {
        color: #FF9800 !important;
    }

.wizard > .content > .body .radiobtuuotn label
{
    box-shadow:none;
}

.radiobtuuotn label {
    background-color: rgba(255, 255, 255,0.9);
    border: 1px solid #e7e7e7 !important;
}
.sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link.active {
    background-color: #eaecec !important;
    color: #020d14 !important;
}

.linkcolor {
    color: #8975b2;
    /* border: 1px solid #41b128; */
    font-size: 10.3px !important;
    background: #ffffff;
}

.btn-info {
    background: #5083cb;
}



.dataTables_filter, .dataTables_length, .dataTables_filter, .dataTables_length, .dt-buttons {
    background: #fff;
}
.sidebar-nav ul .sidebar-item .first-level .sidebar-item > .sidebar-link {
    padding: 11px 10px !important;
    border-radius: 7px;
    font-size: 12px;
    gap: 10px;
    color: #848383;
}