.passwordtooltext {
    font-size: 10px;
    display: block !important;
    color: #202945 !important;
}

.card-header {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1rem;
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
}

    .card-header .card-title {
        font-size: 20px;
        font-weight: 600;
        color: #202945;
    }

    .card-header.has-extra-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        border-bottom:2px solid white;
        background-color:transparent;
    }

.card-header.has-extra-info .card-title-info,
.card-header.has-extra-info .card-title-extra {
    display: inline-block;
    margin: 0;
}

.card-dynamic-height {
    height: auto;
    /*min-height: 280px;*/
}

.card-fixed-height {
    height: 300px;
    overflow: hidden;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .card-fixed-height {
        height: 330px;
    }
}

/* Turn fixed height to not fixed on tablet screens */
@media only screen and (max-width: 768px) {
    .card-fixed-height {
        height: auto;
        min-height: 280px;
        overflow-y: hidden;
    }
}

/* --Generic-- */

.topheading {
    font-size: 24px;
    font-weight: normal;
    color: #202945;
    margin-bottom: 0;
}

.card-header .card-title {
    font-size: 20px;
    font-weight: 600;
    color: #202945;
}

.left_text {
    font-weight: normal !important;
    font-size: 16px;
}

.float-right {
    font-weight: normal !important;
    font-size: 12px;
}

.payment-price {
    font-size: 40px;
    font-weight: 600;
}

.payment-help-text {
    font-size: 14px;
    font-weight: normal !important;
}


.payment-summary-division {
    color: #202945;
    font-size: 16px;
    font-weight: normal;
    display: flex;
    justify-content: space-between;
}
.payment-summary-division div:nth-child(1) {
    color: #202945;
    font-weight: 600;
}
    .payment-summary-division div:nth-child(2) {
        color: #202945;
        font-weight: 400;
    }
.payment-summary-division div:nth-child(2) b {
    color: #202945;
    font-weight: 400;
}
.paybtn {
    font-size: 13px;
    font-weight: normal;
    width: 166px !important;
    background:linear-gradient(45deg, rgba(32, 41, 69, 1) 65%, rgba(213, 0, 55, 1) 100%);
    color: #FFFFFF;
    border-radius: 30px;
    transition: opacity 0.3s linear;
}

.paybtn:hover {
    transition: all 0.3s;
    background: linear-gradient(45deg, #D50037 65%, #D50037 100%);
    color: #FFFFFF;
    transition: opacity 0.3s linear;
}

.topbox {
    padding: 4px;
    position: fixed;
    right: 0;
    float: right;
    background: none;
    background: #fff;
    width: 100%;
    transition: top ease 0.5s;
    min-height: 51px;
    top: 152px;
    /*border-top: 1px solid #202945;*/
    border-bottom: 1px solid #E5E1E6;
    /* margin-top:5px;*/
}



.sticky .topbox {
    top: 154px;
}

.sticky .topbox2 {
    top: 154px;
}
.topline {
    position: fixed;
    /* border: 1px solid #202945; */
    top: 145px;
    left: 0;
    right: 0;
    display: block;
    z-index: 998;
}

@media only screen and (min-width: 1360px) and (max-width: 1600px) {
    .topbox {
        top: 140px;
    }

    
    .sticky .topbox {
        top: 154px;
    }


    .topline {
        top: 143px;
    }

    .sticky .topline {
        top: 145px;
    }

}

@media only screen and (min-width: 1024px) and (max-width: 1359px) {
    .topbox {
        top: 140px;
    }

    .topbox2 {
        top: 140px;
    }
    .sticky .topbox {
        top: 151px;
    }
    .sticky .topbox2 {
        top: 151px;
    }

    .topline {
        top: 150px;
    }

    .sticky .topline {
        top: 135px;
    }

}


@media only screen and (max-width: 1023px) {
    .topbox {
        top: 55px;
    }
    .prepaid.topbox {
        top: 55px;
    }
    .sticky .topbox {
        top: 55px;
    }


    .topline {
        top: 43px;
    }

    .sticky .topline {
        top: 45px;
    }

}

.text-center font {
    font-size: 14px;
    font-weight: 600;
}

.header {
}

.aboutbill {
    float: right;
    display: block;
    width: 99%;
    text-align: right;
    padding-right: 10%;
}

.aboutbill font {
    font-size: 14px;
}


.topbox .button4 {
    border-radius: 5px;
    width: 127px;
    height: 32px;
}

.topbox .button {
    background-color: #D50037;
    border: none;
    color: white;
    padding: 1px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 2px 2px;
    cursor: pointer;
}

@media only screen and (max-width: 1023px) {
    .Global-menu .active, .active2 {
        display: block !important;
    }
}

/*new dash style*/
.Subarrow {
    float: right;
}


    .Subarrow span i.fa {
        font-size: 20px;
        color: #4f55eb;
        padding-left: 4px;
     /*   margin-right: -13px;*/
    }


/*bill dilog box new styyle*/
.billbox {
    max-width: 100% !important;
}

#defaultModal .modal-content {
    padding: 0px !important;
    margin-right: 10px;
}

#defaultModal h5 {
    font-size: 16px;
}


/* Upgrade Package Card */

.full-width-dropdown {
    width: 100%;
    height: 35px;
}

.full-width-dropdown .dropdown-toggle {
    width: 100%;
}

.full-width-dropdown .dropdown-menu {

}

.labeled-value {
    display: inline-block;
}

.value-label {
    font-size: 12px;
    display: block;
    color: #202945;
    margin-bottom: 2px;
}

.value-text {
    display: block;
    font-size: 14px;
    color: #202945;
}

.align-with-labeled-content {
    margin-top: 17px;
}

/*formyservicesmobileviewcorrection*/
@media only screen and (max-width: 800px) {
    .float-right label {
/*        position: absolute;
        left: 37px;
        top: 34px;
        width: 90px;*/
    }

    #headingOne button .Subarrow {
/*        padding-right: 17px;
*/    }
}

#headingOne button .Subarrow {
/*    padding-right: 17px;
*/}


@media only screen and (max-width: 320px) {

    #defaultModal .modal-content {
        height: 530px !important;
        overflow: hidden !important;
    }
}

@media only screen and (max-width: 550px) {
    #defaultModal .modal-content {
        height: 530px !important;
        overflow: hidden !important;
    }
}

@media only screen and (max-width: 768px) {
    #defaultModal .modal-content {
        height: 530px !important;
        overflow: hidden !important;
    }
}

@media only screen and (max-width: 768px) {
    #defaultModal .modal-content {
        height: 600px !important;
        overflow: hidden !important;
    }
}

@media only screen and (max-width: 1024px) {
    #defaultModal .modal-content {
        height: 600px !important;
        overflow: hidden !important;
    }
}

.myservicespadding {
    padding-top: 10px;
    padding-bottom: 10px;
}

/*scroller style*/
.scrollable-menu::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.scrollable-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.scrollable-menu::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.scrollable-menu::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#accordion .card-body {
    padding-right: 0px;
}

.bootbox.fade:not(.show) {
    opacity: 1
}

.bootbox ~ .modal-backdrop.fade:not(.show) {
    opacity: 0.5
}
.card{
    border-radius:16px;
}