@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.ng-confirm.ng-confirm-dark {
    font-family: Montserrat, sans-serif !important;
    letter-spacing: 0.05em;
}
.ng-confirm.ng-confirm-dark .ng-confirm-bg {
    background-color: #0a0e1a;
    opacity: .55;
}

.ng-confirm.ng-confirm-dark .ng-confirm-box {
    background: linear-gradient(180deg, rgba(45, 98, 158, 0.92) 0%, rgba(31, 69, 112, 0.92) 100%);
    box-shadow: none;
    border-radius: 1vh;
    padding: 4vh 4vh 4vh 4vh;
}

.ng-confirm.ng-confirm-dark .ng-confirm-box:has(.login-actions) {
    padding-bottom: 1vh;
}

.ng-confirm.ng-confirm-dark .panel {
    background: rgba(45, 98, 158, 0.52);
}

.ng-confirm.ng-confirm-dark .panel-default {
    border-color: #2c619c;
}

.ng-confirm thead td, .ng-confirm th {
    font-weight: bold;
    background-color: #2c619c;
}

.ng-confirm.ng-confirm-dark .ng-confirm-box * {
    color: #fff !important;
}

.ng-confirm.ng-confirm-dark .register-terms label {
    font-weight: 400;
    font-size: 0.90em;
}

.ng-confirm.ng-confirm-dark form > a {
    font-size: 0.90em;
    display: flex;
    justify-content: center;
}

.ng-confirm.ng-confirm-dark .ng-confirm-closeIcon {
    top: 10px !important;
    right: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ng-confirm.ng-confirm-dark .ng-confirm-closeIcon span {
    color: #fff !important;
    font-size: 28px;
}

.ng-confirm.ng-confirm-dark .ng-confirm-title-c {
    padding-bottom: 8px !important;
    text-align: left;

}

.ng-confirm.ng-confirm-dark .ng-confirm-title {
    font-size: 24px;
    letter-spacing: 0.045em;
    font-weight: 600;
    line-height: 1.3;
}

.ng-confirm.ng-confirm-dark .ng-confirm-content-pane {
    margin-bottom: 0;
}

.ng-confirm.ng-confirm-dark .tag-list {
    margin-top: -10px;
}

.ng-confirm.ng-confirm-dark .form-control,
.ng-confirm.ng-confirm-dark tags-input,
.settings_container textarea,
.ng-confirm.ng-confirm-dark .promo-code-controls input {
    border: none;
    background: #627d9dcc;
    border-radius: 25px;
    color: #fff;
    padding: 10px 18px;
    font-size: 14px;
    height: auto;
}

.ng-confirm.ng-confirm-dark #userAccount_container input,
.ng-confirm.ng-confirm-dark #userAccount_container label {
    font-size: 12px;
}

.ng-confirm.ng-confirm-dark #purchase .dropdown .dropdown-menu {
    background: transparent;
}
.ng-confirm.ng-confirm-dark #purchase .dropdown .dropdown-menu button {
    margin-bottom: 0.35vh;
}

.ng-confirm.ng-confirm-dark #userSubscriptions_container .panel-default>.panel-heading {
    background: #627d9d;
}

.ng-confirm.ng-confirm-dark .form-control:-webkit-autofill,
.ng-confirm.ng-confirm-dark .form-control:-webkit-autofill:hover,
.ng-confirm.ng-confirm-dark .form-control:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px rgba(98, 125, 157, 0.92) inset;
    -webkit-text-fill-color: #fff;
    transition: background-color 5000s ease-in-out 0s;
}

.ng-confirm.ng-confirm-dark #purchase .email {
    box-shadow: none;
}

.ng-confirm.ng-confirm-dark #purchase #pay {
    border: none;
}

.ng-confirm.ng-confirm-dark #stripe-card.StripeElement,
.ng-confirm.ng-confirm-dark #purchase .email input {
    border-radius: 25px;
}

.ng-confirm.ng-confirm-dark .form-control::placeholder,
.settings_container textarea::placeholder,
.settings_container input::placeholder,
.ng-confirm.ng-confirm-dark .promo-code-controls input::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

.ng-confirm.ng-confirm-dark .ng-confirm-content span {
    color: rgba(255, 255, 255, 0.75) !important;
}

.ng-confirm.ng-confirm-dark #purchase .email input {
    color: #000000 !important;
}

.ng-confirm.ng-confirm-dark #purchase .purchase-option-item label:has(input:checked) {
    border-color: #ffffff !important;
    border-radius: 25px;
}
.ng-confirm.ng-confirm-dark #purchase .purchase-option-item label:has(input:checked) span {
    color: #fff !important;
}

.ng-confirm.ng-confirm-dark #userDevices_container table {
    margin-bottom: 5px;
}

.ng-confirm.ng-confirm-dark .form-control:focus {
    outline: none;
    box-shadow: none;
}

.ng-confirm.ng-confirm-dark .forgot-pass-error,
.ng-confirm.ng-confirm-dark #userAccount_container .error,
.ng-confirm.ng-confirm-dark #purchase .error,
.ng-confirm.ng-confirm-dark .register-error,
.ng-confirm.ng-confirm-dark .login-data-error > p {
    color: #ff6b6b !important;
    font-size: 13px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.ng-confirm.ng-confirm-dark .grecapture-tandcs,
.ng-confirm.ng-confirm-dark .grecapture-tandcs > a {
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 10px;
}

.ng-confirm.ng-confirm-dark .ng-confirm-buttons .btn-back {
    display: none !important;
}

.ng-confirm.ng-confirm-dark .ng-confirm-buttons,
.ng-confirm.ng-confirm-dark .login-actions__buttons {
    width: 100%;
    float: none;
    display: flex;
    justify-content: center;
    flex-flow: column;
    padding: 5px 0 0;
    gap: 0.5vh;
}

.ng-confirm.ng-confirm-dark .login-actions__buttons {
    width: 100%;
}

.ng-confirm.ng-confirm-dark .ng-confirm-box .ng-confirm-buttons button:not(#gpay-button-online-api-id),
.ng-confirm.ng-confirm-dark #userAccount_container button:not(#gpay-button-online-api-id),
.add-scene-modal button:not(#gpay-button-online-api-id),
.ng-confirm.ng-confirm-dark .ng-confirm-content button:not(#gpay-button-online-api-id),
.ng-confirm.ng-confirm-dark #purchase #pay:not(#gpay-button-online-api-id) {
    background: #0165B9 !important;
    border: none;
    border-radius: 25px;
    color: #fff;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    text-transform: none;
    letter-spacing: 0;
}

.ng-confirm.ng-confirm-dark .ng-confirm-box .ng-confirm-buttons button.btn-blue-transparent:not(#gpay-button-online-api-id) {
    background: transparent !important;
    border: 3px solid #0165B9 !important
}

.ng-confirm.ng-confirm-dark .login-actions .login-actions__buttons button {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    flex-flow: row;
    background: #0165B9 !important;
    border: none;
    border-radius: 25px;
    margin-bottom: 10px;
    color: #fff;
    padding: 10px 22px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    text-transform: none;
    letter-spacing: 0;
}

.ng-confirm.ng-confirm-dark #userDevices_container button {
    background: #0165B9 !important;
    border: none;
    border-radius: 25px;
    color: #fff;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    text-transform: none;
    letter-spacing: 0;
}

.ng-confirm.ng-confirm-dark .ng-confirm-box .ng-confirm-buttons button:hover {
    background: #014f94;
}

.ng-confirm.ng-confirm-dark .ng-confirm-box .ng-confirm-buttons button:disabled {
    opacity: 0.5;
}

.ng-confirm.ng-confirm-dark .ng-confirm-box .ng-confirm-buttons button img {
    height: 18px;
    margin-right: 6px;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .ng-confirm.ng-confirm-dark .ng-confirm-bg {
        opacity: .75;
    }
    .ng-confirm.ng-confirm-dark .ng-confirm-content .promo-code-controls button:not(#gpay-button-online-api-id) {
        font-size: 0.95em;
    }
    .ng-confirm.ng-confirm-dark .ng-confirm-box {
        padding: 2.5vh;
    }
}