body {
    font-family: "Manrope", sans-serif;
    word-break: break-word;
    font-size: 16px;
    background-color: #0f161a;
}

.navForAuth .nav-item .nav-link {
    font-family: "Manrope", sans-serif;
}

.authBody {
    background-color: #0f161a;
    min-height: calc(100vh - 200px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.authContent {
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 32px;
}

.authText {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #ccc;
}

.forgetText {
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #ccc;
}

.contentboxone {
    margin-top: 16px;
}

.contentinfo {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #ccc;
    margin-bottom: 16px;
}

.contentinfoMb {
    margin-bottom: 24px;
}

.authText a {
    color: #00baff;
}

.authContent h3 {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #e6e6e6;
    margin-bottom: 16px;
}

.authContent .nextStep {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #e6e6e6;
}

.authContent form input {
    border-radius: 5px;
    border: solid 1px #808080;
    background-color: rgba(255, 255, 255, 0.1);
    height: 45px;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #e6e6e6;
    outline: 0px;
    box-shadow: none;
}

#frmAddCard #promoCode {
    height: 40px;
    color: #ccc;
    /* font-family: "Helvetica Neue", Helvetica, sans-serif; */
    font-size: 16px;
    font-weight: normal;
    border-radius: 8px;
    border: solid 1px #808080;
    background-color: rgba(255, 255, 255, 0.1);
}

.authContent form input:focus,
#frmAddCard #promoCode:focus,
#frmAddCard #promoCode:visited .authContent form input:visited {
    border: solid 1px #fff;
    background-color: rgba(255, 255, 255, 0.1);
    outline: 0px;
    box-shadow: none;
    color: #e6e6e6;
}

.authContent form input::placeholder,
#frmAddCard #promoCode::placeholder {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #b3b3b3;
    opacity: 1;
    /* Firefox */
}

.authContent form input::-ms-input-placeholder,
#frmAddCard #promoCode::-ms-input-placeholder {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #b3b3b3;
}

#frmAddCard #promoCode::placeholder,
#frmAddCard #promoCode::-ms-input-placeholder {
    color: #8e8e8e;
    /* font-family: "Helvetica Neue", Helvetica, sans-serif; */
    font-size: 16px;
    font-weight: normal;
}

.eightPassStyle {
    /* margin-bottom: 1rem !important; */
    background-image: none !important;
    border-color: #dc4c64 !important;
}

.eightPassStyle:focus {
    border-color: #dc4c64 !important;
    box-shadow: 0 0 0 0.25rem rgba(220, 76, 100, 0.25) !important;
    -webkit-box-shadow: 0 0 20px 20px rgba(220, 76, 100, 0.25) inset !important;
}

input:-internal-autofill-selected {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.authContent form .buttonSubmit {
    border-radius: 5px;
    background-color: #00a8e6;
    min-height: 45px;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    box-shadow: none;
    min-width: 150px;
    text-transform: none;
    padding:0;
}

.authContent form .promoApply,
#frmAddCard #applyPromo {
    border-radius: 5px;
    background-color: #00a8e6;
    min-height: 45px;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
}

#frmAddCard #applyPromo {
    min-height: 40px;
    font-weight: 500;
    min-width: 100px;
}

#promo-err-mgs {
    margin-top: .25rem;
}

.authContent form .promoApply:hover,
.authContent form .promoApply:visited,
.authContent form .promoApply:focus,
.authContent form .promoApply:active {
    background-color: #00baff;
    box-shadow: none;
    color: #fff;
}

#cuponOff {
    color: #00baff;
}

.promoCodeSectionPromo {
    display: flex;
    align-items: center;
}

.promoCodeSectionPromo {
    display: inline-flex;
    align-items: center;
    padding: 8px 15px;
    background-color: #efefef;
    border: 1px solid #808080;
    border-radius: 10px;
    color: #030303;
    margin-right: 2px;
}

.promoCodeSectionRemove {
    background-color: transparent !important;
    outline: 0px !important;
    border: 0px !important;

}

.proceedbtn {
    border-radius: 8px;
    background-color: #00a8e6;
    min-height: 45px;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.proceedbtn:hover {
    background-color: #fff;
    box-shadow: none;
    color: #41A1E8;
}

.authContent form .buttonSubmit:hover,
.authContent form .buttonSubmit:active {
    background-color: #fff;
    box-shadow: none;
    color: #fff!important;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), var(--Brand-Color, #00A8E6)!important;
}

.signuplinktext {}

.signuplinktext:hover {
    text-decoration: underline;
    color: #00baff;
}

.signinlinktext:hover {
    text-decoration: underline;
    color: #00baff;
}

.authContent form .buttonSubmit .buttonSubmitSpan {}

.orText {}

.orText h6 {
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.orText h6::before {
    content: "";
    background-color: #808080;
    width: 30px;
    height: 1px;
    position: relative;
    right: 15px;
}

.orText h6::after {
    content: "";
    background-color: #808080;
    width: 30px;
    height: 1px;
    left: 15px;
    position: relative;
}

.forgotPassword {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #ccc;
    /* text-decoration: underline; */
}

.forgotPassword:hover {
    color: #00a8e6;
    text-decoration: underline;
}

.socialLogin img {
    width: 50%;
    max-width: 50px;
    height: auto;
}

.socialLogin {}

.socialLogin h5 {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.socialLogin a {}

.socialLogin a img {}

.footer-links {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.createcontentbox {
    max-width: 512px;
}

/* subcription page */

.content-list {
    list-style: none;
    margin: 20px 0;
}

/* Style each item with logo */
.listcontent {
    color: #fff;
    display: flex;
    align-items: center;
    padding-left: 0px;
    margin-bottom: 15px;
}

.infocontent {
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #e6e6e6;
    margin-bottom: 16px;
}

.ticklogo {
    position: absolute;
    left: -34px;
    top: 2px;
    width: 24px;
    height: 24px;
}

.listcontent {
    position: relative;
}

.sublogo {
    width: 60px;
    height: 60px;
}

.content-list {
    border-bottom: 1px dotted var(--warm-grey);

}

.store-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 49px;
    margin: 20px 0;
}

.store-logo {
    width: 100%;
    height: auto;
}

/* Dotted line below the ul */
.dotted-line {
    border-top: 2px dashed;
    margin: 25px 0;
}

.signUpContent h1 {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.signUpContent h5 {
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 2.28px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    text-align: center;
    color: #fff;
}

.signUpContent h6 {
    color: #fff;
    margin-bottom: 0px;
    text-align: center;
    font-size: 16px;
}

.navForAuth .nav-link.active {
    color: #e6e6e6;
    border-bottom: none;
    position: relative;
}

.navForAuth .nav-link.active {
    color: #26c5ff;
    /* border-color: #26c5ff; */

}

.navForAuth .myAccount {
    position: relative;
    border: none !important;
    background: none !important;
}

.navForAuth .myAccount.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 14px;
    width: calc(100% - 27px);
    height: 1px;
    background-color: #26c5ff;
}

.navForAuth .myAccount.active {
    font-weight: 500!important;
    color: #e6e6e6 !important;
}

#autocompleteResults {
    padding: 0px;
    background-color: rgb(50 57 60);
    margin-top: 3px;
    border-radius: 5px;
    /* padding-top: 5px; */
    position: absolute;
    z-index: 99;
    width: calc(100% - 24px);
    left: 12px;
    top: 48px;
    max-height: 160px;
    overflow: auto
}

.disableInputDiv {
    cursor: not-allowed;
    border: none !important;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #1e282d !important;
    box-shadow: none !important;
    border: solid 1px #1e282d !important;
    !importan;
    !importa;
    !import;
    !impor;
    !impo;
    !imp;
    !im;
    !i;
    !;
}

.address-suggestion {
    margin-bottom: 5px;
    word-break: break-word;
    padding: 10px;
    cursor: pointer;
    width: 100%;
    color: #fff;
}

.address-suggestion:hover {
    background-color: #183342;
}

.address-suggestion:last-child {
    margin-bottom: 0px;
}

.custom-select-icon {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select-dropdown-icon {
    position: absolute;
    right: 38px;
    top: 58%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #b3b3b3;
    font-size: 1rem;
}

.primary-title {
    color: #fff;
    font-size: 24px;
}

.addon-title {
    color: #fff;
    font-size: 24px;


}

@media (max-width: 991.98px) {
    .signUpContent h1 {
        font-size: 28px;
    }

    .signUpContent h5 {
        font-size: 18px;
    }

    .signUpContent h6 {
        font-size: 16px;
    }

    .authContent {
        padding: 15px !important;
    }
}

/* Networkfailmessage page  */

.infocontentone p {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #e6e6e6;
    margin-bottom: 16px;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}
.infocontentone p.mb-3{
    margin-bottom: 20px!important;
}

.accesstext {
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #e6e6e6;
    text-align: center;
    margin-bottom: 14px;
}

.account-link {
    color: #64b5f6;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
}
.account-link:hover{
    text-decoration: underline!important;
}

.account-link:hover {
    color: #64b5f6;
    text-decoration: none;
}

.account-link:active {
    color: #64b5f6;
}

.button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;

}

.button-group {
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 30px;

}

.retry-btn {
    min-width: 150px;
    height: 60px;
    color:#00a8e6;
    padding: 13px 0;
    border-radius: 4px;
    /* border: solid 1px #00a8e6; */
    background-color:#00A8E6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.retry-btn:hover {
    background-color: #00A8E6;
    border-radius: 3px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), var(--Brand-Color, #00A8E6);
}

.signout-btn {

    min-width: 239px;
    height: 60px;
  
    padding: 5px 15px 4px 15px;
    border-radius: 4px;
    border: solid 1px rgba(255, 255, 255, 0.25);
    background-color: rgba(255, 255, 255, 0.10);
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   
}

.signout-btn:hover {
    background-color: #00a8e6;
    background: var(--Negative_hover, rgba(255, 255, 255, 0.25));
    Colors
Color format
RGB
Background colors

Negative_hover

Selection colors

Title


Export






Toolbelt Mode

Draw

Design

Dev Mode

73 / 75;
    border-color: #4b5053;
}

.signout-email {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    white-space: nowrap;


}

.okay-btn {
    width: 150px;
    height: 48px;
    margin: 0 15px;
    padding: 13px 0;
    border-radius: 4px;
    background-color: #1a1a1a;
    border: none;
    cursor: pointer;
}

.okay-btn:hover {
    background-color: #00a8e6;
}

.retry-text,
.signout-text,
.okay-text {
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    font-weight: 600;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.retry-btn:hover .retry-text {
    color: #fff;
}

.signout-btn:hover .signout-text,
.signout-btn:hover .signout-email {
    color: #fff;
}


.okay-btn:hover .okay-text {
    color: #fff;

}

@media (max-width: 768px) {
    .button-group {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .sublogo {
        width: 50px;
        height: 50px;
    }

    .button-group button {
        width: 80%;
        max-width: 300px;
    }

    .button-wrapper {
        margin-top: 30px;
    }

    .accesstext {
        font-size: 24px;
    }

    .infocontentone {
        font-size: 14px;
    }
    .retry-btn{
        min-height: 40px;
        height:auto
    }

}

@media (max-width: 575px) {
    .sublogo {
        width: 40px;
        height: 40px;
    }

    .accesstext {
        font-size: 20px;
    }

    .infocontentone {
        font-size: 14px;
    }

    .button-group button {
        width: 80%;
        max-width: 300px;
    }

}


/* Apply promocode  */

.applyCouponBtn,
.removeCouponBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 45px;
    width: 100%;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    color: #fff;
}

.applyCouponBtn {
    background: var(--Brand-Color, #00A8E6);
}
.applyCouponBtn:hover{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), var(--Brand-Color, #00A8E6);
}

.removeCouponBtn {
    background: #E75D5D;
}
.removeCouponBtn:hover{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), var(--Red, #E75D5D);
}

.hidden {
    display: none !important;
}

.loader svg {
    display: block;
}

#fileterText {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
}

#removebtnText {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
}

.enterPromocodeInput {
    position: relative;
}

.enterPromocodeInput .success-icon {
    position: absolute;
    top: 22px;
    right: 22px;
    transform: translateY(-50%);
    pointer-events: none;
}

.offer-box {
    width: 100%;
    min-height: 39px;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: #3D4346;
    box-sizing: border-box;
}


.offer-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.offer-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.offer-text {
    margin: 0;
    font-size: 14px;
    color: #333;
    line-height: normal;
    color: #B3B3B3;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.applied-text {
    color: var(--Brand-Color, #00A8E6);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.error-applied-text {
    color: var(--Red, #E75D5D);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.enterPromocodeInput {
    width: calc(100% - 135px)
}

.applyCouponBtn.disabled {
    opacity: 0.5;
    background: var(--Brand-Color, #00A8E6);
    cursor: not-allowed;
}

.erorPromocode {
    border: 1px solid #dc4c64 !important;
}



/* Modal box */


/* Background overlay (hidden by default) */
.custom-modal {

    position: fixed;
    z-index: 1000;
    inset: 0;
    /* shorthand for top:0; right:0; bottom:0; left:0 */
    background-color: rgba(0, 0, 0, 0.6);

    /* Center content */
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    /* hidden until shown */
}

.custom-modal-content {
    padding: 24px;
    /* max-width: 450px; */
    width: clamp(280px, 90%, 440px);
    border-radius: 10px;
    text-align: center;
    position: relative;
    border-radius: 8px;
    background: #343434;
    border: 1px solid transparent;
    min-height: 242px;
    display: flex;
    align-items: center;
}

.custom-modal-content h2 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 18px;
}

.custom-modal-content p {
    color: #AEAEAE;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
    text-align: center;
    word-break: break-word;
    line-height: 1.4;
}

.custom-modal-content .cancel,
.custom-modal-content .change,
.custom-modal-content .cancel:active,
.custom-modal-content .change:active {
    display: flex;
    height: 34px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 143px;
    width: 100%;
}

.custom-modal-content .cancel,
.custom-modal-content .cancel:active {
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.10);
    box-shadow: none!important;

}

.custom-modal-content .change,
.custom-modal-content .change:active {
    border-radius: 3px;
    background: #41A1E8;
    box-shadow: none!important;
}

.customOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.70);
    left: 0;
    top: 0;
    border-radius: 8px;
    border: 1px solid #332D2D;
    /* display: none; */
    display: none;
}

.loaderContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';

    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loaderContainer svg {
    animation: spin 1s linear infinite;
    transform-origin: center;
    /* important for smooth rotation */
}

.successIconContainer,
.failedIconContainer {
    margin-bottom: 12px;
    ;
}

.afterSuccessful h2,
.paymentFailed h2 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

.afterSuccessful p,
.paymentFailed p {
    color: #AEAEAE;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}

.afterSuccessful .okey,
.paymentFailed .retry,
.afterSuccessful .okey:active,
.paymentFailed .retry:active {
    border-radius: 3px;
    background: #41A1E8;
    height: 40px;
    padding: 10px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    box-shadow: none;
}

.afterSuccessful .okey:hover,
.paymentFailed .retry:hover,
.custom-modal-content .change:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), var(--Brand-Color, #00A8E6);
    color: #fff;
}

.custom-modal-content .cancel:hover {
    background: rgba(255, 255, 255, 0.25);
    
}
.paymentFailed .cancel,.paymentFailed .cancel:active{
    height:40px;
  }

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

/* end of modal */

.addCardContainer h2 {
    font-size: 12px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: calc(100% - 80px);
    /* margin-bottom:6px!important; */
}

.addCardContainer h2.text-success {
    color: #14A44D !important;
}

.addCardContainer h2.text-danger,
.addCardContainer .text-danger {
    color: rgba(204, 82, 82, 1) !important;
}

.addCardContainer p,
.canceled-pkg-info {
    color: #808080 !important;
    font-size: 10px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: calc(100% - 80px);
}

.addCardContainer p .highlight {
    color: #41A1E8 !important;
}

.addCardContainer .amount {
    text-align: right;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* margin-bottom: 6px; */
}

.addCardContainer button img,
.addCardContainer button {
    width: 14px !important;
    height: 14px !important;
    margin-bottom: 0 !important;
}

.addCardContainer button {
    display: flex !important;
    align-items: center;
}

.current-pkg h2,
.current-pkg .amount span {
    color: #B3B3B3;
}

.current-pkg .addCardContainer .mb-1:nth-last-of-type() {
    margin-bottom: 0px !important;
}

.current-pkg .addCardContainer .mb-1,
.addCardContainer .mb-1 {
    margin-bottom: 12px !important;
}

.packageBtnRemove {
    background: #333 !important;
    border: 1px solid #333 !important;
    color: #cccc !important;
}

.packageBtnRemove:hover {
    background-color: #009fd9 !important;
    border-color: #009fd9 !important;
    color: #e6e6e6 !important;
}

#searchCoupon:disabled {
    cursor: not-allowed;
}

.current-pkg .currentTotal,
.current-pkg .currentAmount,
.changes-pkg .changes {
    color: #fff !important;
}

.amountContainer .resume-package,
.amountContainer .remove-package {
    position: absolute;
    right: -18px;
}

.amountContainer {
    position: relative;
}

.clickpurchaseBtn:disabled {
    background: #00a8e6;
    color: #fff;
}


.logo-container a{
    padding: 14px;
    background: #fff;
    border-radius: 100%;
    width:60px;
    height:60px;
    display:flex ;
    align-items: center;
    justify-content: center;

}
.logo-container.mb-4{
    margin-bottom: 27px!important;
}
 .was-validated #searchCoupon.form-control:valid, #searchCoupon.form-control.is-valid{
    border: solid 1px #808080;
    box-shadow: none!important;
}


/* Mobile screens */
@media (max-width: 576px) {
    .offer-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px;
        gap: 6px;
        font-size: 13px;
    }

    .enterPromocodeInput {
        width: 100%;
    }
}