﻿body {
    background: #EEEFEF;
}

.payment-page {
    height: 100vh;
}

    .payment-page .login-page-form {
    }

.packages {
    display: none;
}

.payment-buttons {
    text-align: center;
    max-width: 500px;
    margin: 30px auto 0;
}

    .payment-buttons .btn {
        width: 100%;
        box-shadow: none;
        background: rgba(170, 170, 170, 0.3);
        color: #435C65;
    }

        .payment-buttons .btn:hover {
            background: rgba(170, 170, 170, 0.5);
        }

.payment-form {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
}

.iframe-container iframe {
    display: block;
    margin: 0;
    border: none;
    width: 100%;
    /*height: 420px;*/
}

.payment-form .login-page-form-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    color: #263238;
    margin: 0 0 3px;
}

.payment-form .login-page-form-subtitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #263238;
    margin: 0 0 20px;
}

    .payment-form .login-page-form-subtitle span {
        color: #1CA8D9;
        font-weight: 700;
    }

    .payment-form .login-page-form-desc {
        font-size: 20px;
        margin: 1rem 0;
    }

.modal-package .modal-header {
    background: #ffffff;
    padding: 24px 30px 2px;
    border: none;
    margin: 0;
}

.modal-package .close {
    position: absolute;
    right: 24px;
    top: 24px;
    z-index: 150;
}

[dir="rtl"] .modal-package .close {
    right: auto;
    left: 25px;
}

.modal-package .close:before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 2.41714L21.5829 0L12 9.58286L2.41714 0L0 2.41714L9.58286 12L0 21.5829L2.41714 24L12 14.4171L21.5829 24L24 21.5829L14.4171 12L24 2.41714Z' fill='%23263238'/%3E%3C/svg%3E");
}

.modal-package .modal-content {
    padding: 0;
}

.modal-package .modal-body {
    padding: 60px 20px 30px;
    margin: 0 28px;
    direction: rtl;
    scrollbar-width: thin;
}

    .modal-package .modal-body::-webkit-scrollbar {
        width: 6px;
        background: none;
    }

    .modal-package .modal-body::-webkit-scrollbar-button {
        height: 20px;
        background: none;
    }

    .modal-package .modal-body::-webkit-scrollbar-thumb {
        width: 6px;
        background: rgba(38, 50, 56, 0.3);
        border-radius: 3px;
    }

.modal-package .modal-body-inner {
    direction: ltr;
}

[dir="rtl"] .modal-package .modal-body {
    direction: ltr;
}

[dir="rtl"] .modal-package .modal-body-inner {
    direction: rtl;
}


@media (max-width: 991px) {
    .modal-package .getstarted-heading {
        display: block;
        margin-bottom: 24px;
    }
}

@media (max-width: 767px) {
    .modal-package .modal-body {
        padding: 30px 15px 30px 9px;
        margin: 0 2px;
    }

    [dir="rtl"] .modal-package .modal-body {
        padding: 30px 9px 30px 15px;
    }

    .modal-package .close {
        right: 5px;
        top: 5px;
        background: #fff;
        border-radius: 15px;
    }

    [dir="rtl"] .modal-package .close {
        right: auto;
        left: 5px;
    }

    .modal-package .project-content {
        box-shadow: 0 5px 10px rgba(38, 50, 56, 0.15)
    }
}

@media (max-width: 400px) {
    .iframe-container iframe {
        height: 590px;
    }
}

