<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#cart-duration-modal .modal-title{
    color: #111111;
    font-size: 24px;
    text-align: center;
    margin-top: -31px;
    margin-bottom: 10px;
}

#cart-duration-modal .modal-body{
    min-height: 90px;
    padding: 15px 30px 40px;
}

#cart-duration-modal .btn-wrapper{
    width: 100%;
    text-align: center;
}

#cart-duration-modal .btn-wrapper a{
    background: #000000;
    padding: 8px 20px;
    font-size: 16px;
}

#cart-duration-modal .btn-wrapper a:focus,
#cart-duration-modal .btn-wrapper a:active:focus,
#cart-duration-modal .btn-wrapper a:hover{
    color: #ffffff;
}

#cart-duration-modal .modal-header{
    height: 0;
    padding: 0;
    border: 0;
}
#cart-duration-modal .modal-title{
    color: #111111;
    font-size: 24px;
    text-align: center;
    margin-top: -31px;
    margin-bottom: 10px;
}

#cart-duration-modal .modal-body .description{
    text-align: center;
    font-size: 18px;
    color: #606060;
    margin-bottom: 35px;
}

#cart-duration-modal .modal-dialog .close {
    margin-top: 0;
    margin-right: 10px;
    font-size: 35px;
}</pre></body></html>