html,
body {
    font-family: source-sans-pro, sans-serif;
}

.yellowGradient {
    background-image: linear-gradient(180deg, #f0e020 0%, #e5b219 100%);
    height: 688px;
    width: 90%;
    border-bottom-right-radius: 20px;
    margin-left: -10px;
    margin-top: -10px;
}

.yellowGradientSmall {
    background-image: linear-gradient(180deg, #f0e020 0%, #e5b219 100%);
    height: 316px;
    width: 90%;
    border-bottom-right-radius: 20px;
    margin-left: -10px;
    margin-top: -10px;
}

.ImgGradient {
    background-image: linear-gradient(to left, rgba(245, 246, 252, 0.2), rgba(0, 0, 0, 1)), url("/images/rooms/Braamlofts_single_1_6.png");
    background-repeat: no-repeat;
    height: 740px;
    width: 90%;
    border-bottom-right-radius: 20px;
    margin-left: -10px;
    margin-top: -10px;
    background-size: 100% 100%;

    .loginHeaderImg {
        .bookingHead2 {
            color: #fff;
            font-size: 40px;
            text-align: left;
        }
    }
}

.container {
    width: 75%;
    margin: auto;
}

.errorBorder {
    border: 1px solid red !important;
}

.hidden {
    display: none !important;
}

.greenBorder {
    border: 2px solid #6abc0b !important;
}

.yellowBorder {
    border: 2px solid #f0e020 !important;
}

.redBorder {
    border: 2px solid red !important;
}

#yellowClock {
    color: #f0e020 !important;
}

.footer {
    width: 100%;

    .footerBanner {
        height: 287px;
        background-color: #e74f26;
        width: 91%;
        float: right;
        border-bottom-left-radius: 70px;
        // margin-right: -2px;

        .footerHeader {
            color: #ffffff;
            font-size: 28px;
            font-weight: 900;
            line-height: 85px;
            text-align: left;
        }

        .footerSubHeader {
            color: #ffffff;
            font-size: 21px;
            font-weight: 400;
            line-height: 28px;
            text-align: left;
            max-width: 250px;
        }

        .linkHeader {
            color: #ffffff;
            font-size: 18px;
            font-weight: 600;
            line-height: 80px;
            text-align: left;
        }

        .link {
            color: #ffffff;
            font-size: 18px;
            font-weight: 300;
            line-height: 30px;
            text-align: left;
        }
    }

    .footerRights {
        opacity: 0.44;
        color: #77798b;
        font-size: 18px;
        font-weight: 600;
        line-height: 40px;
        text-align: center;
        width: 100%;
        margin: auto;
    }
}

.footerClearfix {
    height: 290px;
}

.centerContent {
    justify-content: center;
    align-items: center;
    height: 86px;

    .name {
        padding-left: 175px;
    }
}

#stickyNavbar {
    overflow: hidden;
    height: 86px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    z-index: 10;
    overflow: overlay;

    a {
        display: block;
        color: #464749;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        text-transform: uppercase;

        &:hover {
            font-weight: bold;
            color: black;
        }

        .active {
            background-color: #04aa6d;
            color: white;
        }
    }
}

.navBar {
    padding-top: 33px;
    width: 100%;
    height: 100px;

    .leftMenu {
        display: flex;
        flex-direction: row;
        width: 50%;
        float: left;
    }

    .rightMenu {
        display: flex;
        flex-direction: row-reverse;
        width: 50%;
        float: left;

        .menuButton {
            width: 180px;
            height: 37px;
            background-color: transparent;
            text-transform: uppercase;
            border: 1px solid #464749;
            border-radius: 7px;
            margin-right: 10px;

            i {
                float: right;
                padding-right: 5px;
            }
        }

        .contactButton {
            width: 180px;
            height: 37px;
            border-radius: 7px;
            background-color: #e74f26;
            color: #fff;
            text-transform: uppercase;
            border: none;
            text-align: center;
            line-height: 37px;
            text-decoration: none;
        }
    }
}

.loginHeader {
    margin-top: 35px;

    .booking {
        color: #464749;
        font-size: 72px;
        font-weight: 900;
        line-height: 103px;
        text-align: left;
    }

    .booking_app {
        color: #464749;
        font-size: 40px;
        font-weight: 900;
        line-height: 46px;
        text-align: left;
        width: 57%;
    }

    .bookingSub {
        color: #464749;
        font-size: 33px;
        font-weight: 400;
    }

    .appBtn {
        border-radius: 7px;
        border: 1px solid #707070;
        background-color: #707070;
        width: 436px;
        color: #ffffff;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        padding: 10px;
        float: right;
        margin-top: -120px;
        cursor: pointer;
    }

    .bookingText {
        color: #464749;
        font-size: 28px;
        font-weight: 400;
        line-height: 36px;
        text-align: left;
    }
}

.appRow {
    width: 48%;
    margin-right: 1%;
    float: left;
}

.updateProfile {
    color: #464749;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid #464749;
    padding: 10px;
    margin: 5px;
    width: 48%;
    cursor: pointer;
}

.cards {
    width: 100%;
    padding-top: 22px;

    .customWhiteCard {
        width: 100%;
        float: left;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        border-radius: 10px;
        background-color: #f8f8f8;
        padding: 20px;

        @media only screen and (min-width: 768px) {
            padding: 39px 50px;
        }

        .actionItemList,
        .commentItemList {
            max-height: 350px;
            overflow: auto;
        }

        .infoBlock {
            border-radius: 10px;
            border: 1px solid #c3c3c3;
            background-color: #ffffff;
            margin: 10px;

            .responsible {
                border-bottom: 1px solid #ccc;
                padding: 20px;
                display: flex;

                .admin {
                    border-radius: 5px;
                    background-color: #1cb915;
                    border: none;
                    color: #ffffff;
                    font-size: 11px;
                    font-weight: 400;
                    line-height: 18px;
                    text-transform: uppercase;
                    padding: 2px 10px;
                    margin-left: 10px;
                }

                .applicant {
                    border-radius: 5px;
                    background-color: #f1cc3e;
                    border: none;
                    color: #ffffff;
                    font-size: 11px;
                    font-weight: 400;
                    line-height: 18px;
                    text-transform: uppercase;
                    padding: 2px 10px;
                    margin-left: 10px;
                }

                .datetime {
                    width: 100%;
                    text-align: end;
                }
            }

            .information {
                padding: 20px;
                overflow-wrap: break-word;
            }
        }

        .section {
            padding: 20px 20px 82px 20px;
            border-bottom: 2px solid #efefef;
            width: 100%;

            .label {
                width: 90%;
                float: left;
            }

            .banner {
                width: 100%;
                float: left;

                button {
                    color: #101010;
                    font-size: 11px;
                    font-weight: 400;
                    line-height: 18px;
                    text-transform: uppercase;
                    border: 1px solid #101010;
                    background-color: transparent;
                    padding: 10px;
                    border-radius: 10px;
                    cursor: pointer;
                }

                .error {
                    border: none;
                    background-color: #e74f26;
                    color: #fff;
                }
            }

            .status {
                width: 10%;
                float: left;
            }

            .button {
                border-radius: 50%;
                height: 29px;
                width: 29px;
                border: 3px solid #cecece;
            }

            .approved {
                background-image: linear-gradient(140deg, #94ff64 0%, #1cb915 100%);
            }

            .action {
                background-image: linear-gradient(140deg, #ffec5c 0%, #ffbb3c 100%);
            }

            .rejected {
                background-image: linear-gradient(140deg, #ff5c5c 0%, #b72626 100%);
            }
        }

        .reminder {
            background-color: #e74f26;
            border-radius: 7px;
            color: #ffffff;
            font-size: 14px;
            font-weight: 400;
            line-height: 18px;
            text-transform: uppercase;
            border: none;
            padding: 10px;
            float: right;
            cursor: pointer;
        }

        .cardSubHeader {
            color: #464749;
            font-size: 21px;
            font-weight: 400;
            line-height: 28px;
            text-align: left;

            .info {
                font-weight: bold;
            }
        }

        .bigHeader {
            background-color: #e8e8e8;
            padding: 40px;
            height: 200px;
            border-radius: 10px 10px 0px 0px;
            margin-top: -40px;
            margin-left: -50px;
            margin-right: -50px;
        }

        .buttons {
            display: flex;

            .appBooking {
                color: #464749;
                font-size: 14px;
                font-weight: 400;
                line-height: 18px;
                text-transform: uppercase;
                background-color: transparent;
                border-radius: 10px;
                border: 1px solid #464749;
                padding: 10px;
                margin: 5px;
                width: 48%;
                cursor: pointer;
            }
        }

        .cardSubHeaderGrey {
            color: #9799ab;
            font-size: 21px;
            font-weight: 400;
            line-height: 28px;
            text-align: left;
        }

        .appHeader {
            color: #21232b;
            font-size: 33px;
            font-weight: 400;
            padding-bottom: 10px;

            select {
                float: right;
                margin-right: 15px;
                width: 50%;
                background-color: transparent;
                border-radius: 7px;
                border: 1px solid #c3c3c3;
                padding: 10px;
            }
        }

        .InfoList {
            font-size: 21px;
            font-weight: 300;
            line-height: 26px;
            border-bottom: 1px solid #cfcfcf;
            margin-bottom: 20px;
            padding-bottom: 20px;
        }

        .appSubHeader {
            color: #464749;
            font-size: 16px;
            font-weight: 400;
            line-height: 26px;
        }
    }

    .whiteCard {
        width: 47%;
        float: left;
        height: 409px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        border-radius: 10px;
        background-color: #f8f8f8;
        padding: 39px 50px;

        .cardList {
            color: #000000;
            font-size: 21px;
            font-weight: 300;
            line-height: 26px;
            margin-top: -20px;
        }

        .editButton {
            font-size: 14px;
            font-weight: 400;
            line-height: 18px;
            background-color: transparent;
            width: 82px;
            height: 37px;
            border-radius: 7px;
            border: 1px solid #c3c3c3;
        }

        .cardHeader {
            color: #464749;
            font-size: 40px;
            font-weight: 600;
            line-height: 55px;
            text-align: left;
        }

        .cardSubHeader {
            color: #464749;
            font-size: 21px;
            font-weight: 400;
            line-height: 28px;
            text-align: left;

            .info {
                font-weight: bold;
            }
        }

        .cardSubHeaderGrey {
            color: #9799ab;
            font-size: 21px;
            font-weight: 400;
            line-height: 28px;
            text-align: left;
        }

        .cardText {
            color: #464749;
            font-size: 14px;
            font-weight: 400;
            line-height: 16px;
            text-align: left;
        }

        .applyButton {
            border-radius: 7px;
            background-color: #e74f26;
            color: #fff;
            text-transform: uppercase;
            width: 100%;
            height: 37px;
            border: none;
            position: relative;
            margin-top: 166px;

            &:hover {
                cursor: pointer;
            }
        }

        .cardForm {
            display: grid;

            .adminHeader {
                color: #21232b;
                font-size: 33px;
                font-weight: 400;
            }

            .adminOutstanding {
                color: #1cb915;
                font-size: 33px;
                font-weight: 900;
            }

            label {
                color: #000000;
                font-size: 21px;
                font-weight: 400;
                text-align: left;
            }

            input {
                width: 368px;
                height: 36px;
                border-radius: 5px;
                background-color: #f0f0f0;
                border: none;
                width: 100%;
            }

            .submitButton {
                color: #000000;
                font-size: 14px;
                font-weight: 400;
                line-height: 18px;
                text-align: center;
                text-transform: uppercase;
                height: 37px;
                background-color: transparent;
                border: 1px solid #c3c3c3;
                border-radius: 7px;
                margin-top: 10px;
                width: 100%;
                cursor: pointer;
            }

            .small {
                width: 203px;
                height: 14px;
                color: #888888;
                font-size: 11px;
                font-weight: 400;
                letter-spacing: 1.03px;
                line-height: 26px;
                text-align: center;
                margin: auto;
            }
        }
    }
}

.paymentBtn {
    color: #464749;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid #464749;
    padding: 10px;
    margin: 5px;
    width: 48%;
    cursor: pointer;
}

.clearSpaceLogin {
    height: 350px;
}

.clearSpaceLoginPage {
    height: 195px;
}

.clearSpaceLoginPageFirst {
    height: 195px;
}

.col-3 {
    width: 25%;
    // float: left;
}

.form-card {
    label {
        color: #000000;
        font-size: 21px;
        font-weight: 300;
        text-align: left;
        display: block;
    }

    input {
        width: 95% !important;
        height: 36px;
        border-radius: 5px;
        background-color: #f0f0f0;
        border-radius: 5px !important;
        border: none;
        padding: 10px;
    }

    select {
        width: 95% !important;
        height: 36px;
        border-radius: 5px;
        background-color: #f0f0f0;
        border-radius: 5px !important;
        // border: none !important;
        border: none;
        padding: 10px;
    }

    .form-field {
        width: 50%;
        float: left;
        height: 88px !important;
    }

    .form-field-big {
        width: 100%;
        float: left;
        height: 88px !important;
    }

    .profileSubmit {
        margin-bottom: 10px;
        background-color: #e74f26;
        color: #fff;
        cursor: pointer;
    }
}

.profileSubmitBtn {
    margin-bottom: 10px;
    background-color: #e74f26;
    color: #fff;
    cursor: pointer;
    width: 95%;
    height: 36px;
    border-radius: 5px !important;
    border: none;
    padding: 10px;
}

.yellowBack {
    background-color: #f1cc3e;
}

.redBack {
    background-color: #e74f26;
}

.greenBack {
    background-color: #50b63a;
    border-radius: 10px !important;
}

.tox .tox-edit-area__iframe {
    background-color: transparent !important;
}

#msform {
    .action-button {
        text-transform: uppercase;
        float: right;
        width: 368px !important;
        height: 37px !important;
        border-radius: 7px !important;
        font-size: 14px;
        font-weight: 400;
        opacity: 1 !important;
    }

    .action-button-previous {
        color: #000000 !important;
        text-transform: uppercase;
        float: left;
        width: 368px !important;
        height: 37px !important;
        border-radius: 7px !important;
        background-color: #fff !important;
        margin-left: 77px !important;
        font-size: 14px;
        font-weight: 400;
        border: 1px solid #c3c3c3 !important;
        opacity: 1 !important;
    }
}

.PaymentLabel {
    display: inline-block;
    background-color: #e74f26;
    color: white !important;
    cursor: pointer;
    width: 526px;
    border-radius: 5px;
    font-weight: 400;
    line-height: 25px;
    text-align: center !important;
    margin-right: 18px;
    padding: 10px;
}

.greenPayment {
    background-color: #6abc0b !important;
}

.roomImgBack {
    background-image: url("../images/rooms/Braamlofts_single_1_.png");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    background-size: 700px 590px;

    .overlayCustom {
        bottom: 0;
        background-image: linear-gradient(to left, rgba(255, 0, 0, 0), rgb(0, 0, 0));
        color: #f1f1f1;
        width: 100%;
        height: 410px;
        opacity: 1;
        color: white;
        padding: 60px;
        z-index: 10;
        border-radius: 10px;
        margin-left: -50px;
        margin-top: -40px;

        .cardSub {
            color: #ffffff;
            font-size: 21px;
            font-weight: 400;
            line-height: 28px;
        }

        .cardHeaderSub {
            color: #ffffff;
            font-size: 36px;
            font-weight: 900;
        }
    }

    .overlay {
        bottom: 0;
        background-image: linear-gradient(to left, rgba(255, 0, 0, 0), rgb(0, 0, 0));
        color: #f1f1f1;
        width: 100%;
        height: 466px;
        opacity: 1;
        color: white;
        padding: 20px;
        z-index: 10;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;

        .cardSubHeaderGrey {
            font-size: 21px;
            font-weight: 400;
            line-height: 28px;
        }

        .roomContactBtn {
            color: #ffffff;
            font-size: 14px;
            font-weight: 400;
            line-height: 18px;
            text-transform: uppercase;
            border: 1px solid #fff;
            border-radius: 10px;
            background-color: transparent;
            padding: 10px;
            width: 100%;
            margin-top: 10px;
            cursor: pointer;
        }
    }
}

.smallerCard {
    height: 580px !important;
    margin-bottom: 30px !important;
}

.whiteYellowCard {
    width: 47%;
    height: 506px;
    background-color: #f8f8f8;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    float: left;
    margin-bottom: 92px;

    .cardBody {
        padding: 30px;
        height: 365px;
        overflow: auto;

        .cardSubHeaderGreyTxt {
            color: #9799ab;
            font-size: 21px;
            font-weight: 400;
            line-height: 28px;
        }

        .cardHeaderBlck {
            color: #000000;
            font-size: 21px;
            font-weight: 400;
            line-height: 28px;
        }
    }

    .cardHeader {
        font-size: 40px;
        font-weight: 600;
        color: #464749;
        line-height: 40px;
        background-image: linear-gradient(180deg, #f0e020 0%, #e5b219 100%);
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        height: 110x;
        padding: 25px;

        .small {
            font-size: 14px;
            font-weight: 400;
            line-height: 18px;
            text-align: right;

            .text {
                padding-right: 20px;
                text-transform: uppercase;
            }

            .circle {
                width: 30px;
                height: 30px;
                background: transparent;
                border: 2px solid #fff;
                border-radius: 50%;
                float: right;
                margin-top: -10px;

                i {
                    margin-top: 7px;
                    margin-right: 8px;
                }
            }
        }
    }

    .appAwait {
        border-bottom: 2px solid #efefef;
        padding: 15px;

        .outstanding {
            border: 1px solid #e74f26;
            padding: 7px;
            border-radius: 10px;
            float: right;
            margin-top: -10px;
            cursor: pointer;

            .text {
                font-size: 14px;
                font-weight: 400;
                line-height: 18px;
                color: #e74f26;
                text-transform: uppercase;
                padding-right: 20px;
            }

            i {
                color: #e74f26;
            }
        }

        .pending {
            border: 1px solid #eece5b;
            padding: 7px;
            border-radius: 10px;
            float: right;
            margin-top: -7px;

            .text {
                font-size: 14px;
                font-weight: 400;
                line-height: 18px;
                color: #eece5b;
                text-transform: uppercase;
                padding-right: 20px;
            }

            i {
                color: #eece5b;
            }
        }

        .approved {
            border: 1px solid #50b63a;
            padding: 7px;
            border-radius: 10px;
            float: right;
            margin-top: -10px;

            .text {
                font-size: 14px;
                font-weight: 400;
                line-height: 18px;
                color: #50b63a;
                text-transform: uppercase;
                padding-right: 20px;
            }

            i {
                color: #50b63a;
            }
        }

        .invalid {
            border-radius: 7px;
            background-color: #e74f26;
            color: #ffffff;
            font-size: 11px;
            font-weight: 400;
            line-height: 18px;
            padding: 5px;
            margin-top: 10px;

            i {
                float: right;
                font-size: 17px;
            }
        }
    }

    .cardHeaderText {
        color: #ffffff;
        font-size: 36px;
        font-weight: 900;
    }

    .greyCardHeader {
        background-color: #efefef !important;
        background-image: none;
    }

    .redCardHeader {
        color: #fff;
        background-color: #e74f26 !important;
        background-image: none;
    }

    .cancelledHeader {
        color: #fff;
        background-color: #787878 !important;
        background-image: none;
    }

    .yellowCardHeader {
        color: #fff;
        background-color: #eece5b !important;
        background-image: none;
    }

    .greenCardHeader {
        color: #fff;
        background-color: #50b63a !important;
        background-image: none;
    }

    .uploadSection {
        height: 93px;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
        border-radius: 10px;
        background-color: #f8f8f8;
        padding: 19px;
        display: flex;

        .uploadFileSection {
            display: flex;
            flex-direction: row-reverse;
            width: 100%;
            margin-top: 14px;
        }

        .uploadName {
            color: #464749;
            font-size: 17px;
            font-weight: 700;
            line-height: 62px;
            width: 220%;
        }

        #bookingFeeUploadTab {
            line-height: 30px !important;
        }

        .uploadLabel {
            display: inline-block;
            background-color: #9a9a9a;
            color: white;
            cursor: pointer;
            width: 99px;
            height: 25px;
            border-radius: 5px;
            font-size: 11px;
            font-weight: 400;
            line-height: 25px;
            text-align: center;
            margin-right: 18px;
        }

        .successLabel {
            display: inline-block;
            background-color: #6abc0b;
            color: white;
            cursor: pointer;
            width: 99px;
            height: 25px;
            border-radius: 5px;
            font-size: 11px;
            font-weight: 400;
            line-height: 25px;
            text-align: center;
            margin-right: 18px;
        }

        .toUploadLabel {
            display: inline-block;
            background-color: #f0e020;
            color: black;
            cursor: pointer;
            width: 99px;
            height: 25px;
            border-radius: 5px;
            font-size: 11px;
            font-weight: 400;
            line-height: 25px;
            text-align: center;
            margin-right: 18px;
        }

        i {
            font-size: 24px;
            color: #e74f26;
        }

        .successful {
            color: #6abc0b;
        }
    }
}

.singleUploadSection {
    height: 90px;
    width: 90%;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    background-color: #f8f8f8;
    padding: 19px;
    display: flex;

    margin-top: 50px;
    margin-bottom: 50px;

    .uploadFileSection {
        display: flex;
        flex-direction: row-reverse;
        width: 100%;
        margin-top: 14px;
    }

    .uploadName {
        color: #464749;
        font-size: 18px;
        font-weight: 700;
        line-height: 62px;
        width: 220%;
    }

    .uploadLabel {
        display: inline-block;
        background-color: #9a9a9a;
        color: white;
        cursor: pointer;
        width: 130px;
        height: 25px;
        border-radius: 5px;
        font-size: 11px;
        font-weight: 400;
        line-height: 25px;
        text-align: center;
        // margin-right: 18px;
    }

    .successLabel {
        display: inline-block;
        background-color: #6abc0b;
        color: white;
        cursor: pointer;
        width: 99px;
        height: 25px;
        border-radius: 5px;
        font-size: 11px;
        font-weight: 400;
        line-height: 25px;
        text-align: center;
        margin-right: 18px;
    }

    i {
        font-size: 24px;
        color: #e74f26;
    }

    .successful {
        color: #6abc0b;
    }
}

.redBannerNotice {
    height: 180px;
    border-radius: 10px;
    background-color: #e74f26;
    margin-left: -60px;
    display: flex;
    padding: 50px;
    margin-bottom: 60px;

    i {
        color: #fff;
        font-size: 55px;
    }

    p {
        color: #fff;
        font-size: 24px;
        font-weight: 600;
        line-height: 28px;
        text-align: left;
        padding-left: 25px;
    }
}

.flex {
    display: flex;
}

.flex-rev {
    flex-direction: row-reverse;
}

.flex-col {
    flex-direction: column;
}

.halfCard {
    width: 77% !important;
    height: 180px !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.paymentSection,
.paymentTwo {
    .header {
        color: #464749;
        font-size: 40px;
        font-weight: 600;
        line-height: 55px;
    }

    .redBottom {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        background-color: #ff0000;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        width: 77%;
        padding: 50px;

        i {
            color: #fff;
            font-size: 45px;
            padding-right: 50px;
        }

        p {
            color: #fff;
            font-size: 24px;
            font-weight: 900;
        }
    }
}

.otherProperties {
    .header {
        font-size: 40px;
        font-weight: 600;
        line-height: 55px;
    }

    .demo-content {
        color: #fff;
        display: flex;
        font-family: Helvetica;
        font-weight: 100;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        border-radius: 3px;
        font-size: 56px;
        height: 250px;
        width: 100%;
    }
}

button:disabled {
    opacity: 0.5;
}

input:read-only {
    opacity: 0.5;
}

.detailsChange {
    float: right;
    padding: 10px;
    background-color: red;
    color: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin: 20px;
}

.buttonSection {
    .download {
        color: #000000;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        text-transform: uppercase;
        border: 1px solid #000;
        background-color: transparent;
        padding: 10px;
        border-radius: 10px;
        width: 368px;
        cursor: pointer;
    }

    .sign {
        color: #ffffff;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        text-transform: uppercase;
        background-color: #e74f26;
        border: none;
        padding: 10px;
        border-radius: 10px;
        width: 368px;
        cursor: pointer;
    }
}

.bookingPage {
    .bookingHeader {
        color: #464749;
        font-size: 40px;
        font-weight: 600;
        line-height: 55px;
    }

    .bookingInfo {
        color: #000000;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.leaseText {
    margin-top: 20px;
    width: 100%;
    height: 300px;
    border: none;
    margin-bottom: 50px;
}

.completeText {
    opacity: 0.6;
    color: #464749;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.appSearchForm {
    margin-top: 80px;

    .searchField {
        width: 33.3%;
        float: left;
        margin-top: 20px;

        select,
        input {
            border-radius: 7px;
            background-color: #f0f0f0;
            border: none;
            width: 90%;
            padding: 10px;
            color: #000000;
            font-size: 14px;
            font-weight: 400;
            line-height: 18px;
        }

        label {
            color: #000000;
            font-size: 21px;
            font-weight: 300;
        }
    }

    .searchTab {
        width: 20%;
        float: left;

        button {
            width: 180px;
            height: 37px;
            border-radius: 7px;
            border: 1px solid #707070;
            background-color: #707070;
            color: #ffffff;
        }
    }

    .indexTab {
        width: 80%;
        float: left;
        border-radius: 10px;
        background-color: #e8e8e8;
        padding: 20px;

        label {
            color: #000000;
            font-size: 14px;
            font-weight: 700;
            line-height: 18px;
        }

        .keys {
            display: contents;

            #indexOne {
                display: flex;
                width: 100%;
                justify-content: flex-end;

                .text {
                    padding: 4px 20px 0px 20px;
                    font-size: 11px;
                    font-weight: 400;
                    line-height: 18px;
                }

                .button {
                    border-radius: 50%;
                    height: 29px;
                    width: 29px;
                    border: 3px solid #cecece;
                }

                .approved {
                    background-image: linear-gradient(140deg, #94ff64 0%, #1cb915 100%);
                }

                .action {
                    background-image: linear-gradient(140deg, #ffec5c 0%, #ffbb3c 100%);
                }

                .rejected {
                    background-image: linear-gradient(140deg, #ff5c5c 0%, #b72626 100%);
                }

                .na {
                    background-image: linear-gradient(140deg, #eaeaea 0%, #cecece 100%);
                }
            }
        }
    }
}

.unallocateBed {
    color: #464749;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 6px;
    border: 1px solid #464749;
    padding: 2px;
    margin: 5px;
    cursor: pointer;
}

@media only screen and (min-width: 768px) {
    .unallocateBed {
        width: 40%;
    }
}

#downloadAllDocs,
#sendMailReminder,
#addOtherDocument,
#waiveThisBookingFee,
#unWaiveThisBookingFee {
    color: #464749;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid #464749;
    padding: 10px;
    margin: 5px;
    width: 30%;
    float: right;
    cursor: pointer;
    margin-top: 50px;
}

.applicationTable {
    width: 100%;

    th {
        background-color: #868686;
        color: #ffffff;
        // max-width: 50px;
        // font-size: 10px;
        font-size: 7px;
        font-weight: 400;
        line-height: 11px;
        text-align: left;
        padding: 10px;
    }

    tr {
        &:hover {
            background-color: #ffffff;
            opacity: 0.9;
            outline: 3px solid black;
            border-radius: 2px;
            cursor: pointer;
        }
    }

    .light {
        background-color: #f5f5f5;
    }

    .dark {
        background-color: #ededed;
    }

    td {
        padding: 10px;
    }

    .first {
        border-top-left-radius: 10px;
    }

    .last {
        border-top-right-radius: 10px;
    }

    .button {
        border-radius: 50%;
        height: 20px;
        width: 20px;
        border: 3px solid #cecece;
    }

    .approved {
        background-image: linear-gradient(140deg, #94ff64 0%, #1cb915 100%);
        margin: auto;
    }

    .action {
        background-image: linear-gradient(140deg, #ffec5c 0%, #ffbb3c 100%);
        margin: auto;
    }

    .rejected {
        background-image: linear-gradient(140deg, #ff5c5c 0%, #b72626 100%);
        margin: auto;
    }

    .na {
        background-image: linear-gradient(140deg, #eaeaea 0%, #cecece 100%);
        margin: auto;
    }
}

.bold {
    font-weight: bold !important;
}

#application_table_wrapper {
    margin-left: -12%;
    width: 126%;
}

.even-row {
    background-color: #ededed !important;
}

.odd-row {
    background-color: #f5f5f5 !important;
}

.bookingBg {
    background-color: #ccc !important;
}

.bigButton {
    border: 3px solid #000 !important;
}

.noBoarder {
    border: none !important;
}

.greyAppSection {
    width: 90%;
    min-height: 270px;
    background-color: #e8e8e8;
    margin-left: -10px;
    border-bottom-right-radius: 20px;

    .container {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .col-3 {
        width: 33.3%;
        margin: 16px 0;
    }

    .subSection {
        padding-top: 20px;
    }

    .listHeader {
        color: #464749;
        font-size: 24px;
        font-weight: 700;
        line-height: 29px;
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);

    .modal-content {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 80%;
    }

    .close {
        color: #aaaaaa;
        float: right;
        font-size: 28px;
        font-weight: bold;

        &:hover,
        &:focus {
            color: #000;
            text-decoration: none;
            cursor: pointer;
        }
    }

    #modalHeader {
        color: #464749;
        font-size: 33px;
        font-weight: 400;
    }

    small {
        color: #464749;
        font-size: 11px;
        font-weight: 400;
        line-height: 28px;
    }

    .button {
        margin: 0px 5px;
        border-radius: 7px;
        border: none;
        padding: 10px;
        color: #ffffff;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        text-transform: uppercase;
        cursor: pointer;
    }

    .rejected {
        background-color: #e74f26;
    }

    .amend {
        background-color: #ffbb3c;
    }

    .approve {
        background-color: #1cb915;
    }

    input {
        background-color: #f0f0f0;
        border-radius: 7px;
        border: none;
        width: 65%;
        padding: 10px;
    }

    .pdfSection {
        margin-top: 50px;

        img {
            width: auto;
            height: auto;
            max-width: 100%;
        }
    }
}

#mailer_table {
    button {
        padding: 10px;
        border: none;
        color: #fff;
        border-radius: 7px;
        background-color: #e74f26;
        cursor: pointer;
    }
}

#lease_table,
#documents_table {
    button {
        padding: 10px;
        border: none;
        color: #fff;
        border-radius: 7px;
        background-color: #e74f26;
        cursor: pointer;
    }

    .await {
        padding: 5px 50px;
        border: none;
        color: #fff;
        border-radius: 7px;
        background-color: #f1cc3e;
        width: 100px;
        text-align: center;
    }

    .approved {
        padding: 10px;
        border: none;
        color: #fff;
        border-radius: 7px;
        background-color: #1cb915;
        width: 100px;
        text-align: center;
    }

    .uploaded {
        padding: 10px;
        border: none;
        color: #fff;
        border-radius: 7px;
        background-color: #ffbb3c;
        width: 100px;
        text-align: center;
    }

    .rejected {
        padding: 10px;
        border: none;
        color: #fff;
        border-radius: 7px;
        background-color: #e74f26;
        width: 100px;
        text-align: center;
    }
}

.outstandingUpload {
    background-color: #e74f26;
    padding: 5px 50px;
    color: #fff;
    border-radius: 7px;
    cursor: pointer;
}

.topnav {
    overflow: hidden;
    background-color: #fff;
    margin-left: 22%;
    margin-top: 18px;

    .name {
        margin-left: 150px;
    }

    a {
        float: left;
        display: block;
        color: #000;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        font-family: source-sans-pro, sans-serif;
        text-transform: uppercase;

        &:hover {
            font-weight: bold;
        }

        .active {
            font-weight: bold;
        }
    }

    .icon {
        display: none;
    }
}

#fullNavbar {
    overflow: hidden;
    height: 86px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    z-index: 10;
    position: relative;
    overflow: overlay;
}

.openMenu {
    height: 500px !important;
}

.rejectedRobot {
    background-image: linear-gradient(140deg, #ff5c5c 0%, #b72626 100%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.pendingRobot {
    background-image: linear-gradient(140deg, #ffec5c 0%, #ffbb3c 100%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.approvedRobot {
    background-image: linear-gradient(140deg, #94ff64 0%, #1cb915 100%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.inactiveBtn {
    padding: 10px;
    border: none;
    color: #fff;
    border-radius: 7px;
    background-color: #e74f26;
    cursor: pointer;
}

.activeBtn {
    padding: 10px;
    border: none;
    color: #fff;
    border-radius: 7px;
    background-color: #94ff64 !important;
    cursor: pointer;
}

.saveTxtMail {
    border: none;
    background-color: green;
    color: #fff;
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.row {
    .lease {
        width: 100%;
        background-color: #ffec5c;
        padding: 10px;
        border: none;
        border-radius: 9px;
        margin-top: 20px;
        cursor: pointer;
        font-size: 20px;

        &:hover {
            background-color: #e5b219;
        }
    }
}

@media only screen and (max-width: 1600px) {
    #moveInSection {
        position: absolute;
        margin-left: 2px;
    }

}

@media only screen and (max-width: 1485px) {
    .cards {
        .customWhiteCard {
            .section {
                padding-bottom: 100px;
            }
        }
    }

    .halfCard,
    .redBottom {
        width: 500px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .col-3 {
        width: 50%;
    }

    .footer {
        .footerBanner {
            height: 480px;
        }
    }

    .whiteYellowCard {
        .appAwait {
            padding-bottom: 50px;

            .invalid {
                margin-top: 50px;
            }

            .outstanding {
                margin-top: 0px;
            }

            .pending {
                margin-top: 0px;
            }
        }
    }

    .cardBody {
        max-height: 440px;
        overflow: auto;
    }

    .topnav {
        margin-left: 10% !important;

        .name {
            margin-left: 0px !important;
        }
    }
}

@media only screen and (max-width: 1250px) {
    .appSearchForm {
        .searchTab {
            width: 100%;
            margin-bottom: 10px;
        }
    }

    .loginHeader {
        .appBtn {
            width: 261px;
        }
    }

    .appSearchForm {
        .indexTab {
            .keys {
                #indexOne {
                    .text {
                        padding: 4px 5px 0px 5px;
                    }
                }
            }
        }
    }

    #progressbar #applicant:before {
        width: 95% !important;
    }

    #progressbar #sponsor:before {
        width: 95% !important;
    }

    #progressbar #nextKin:before {
        width: 95% !important;
    }

    #progressbar #upload:before {
        width: 95% !important;
    }

    #progressbar #booking:before {
        width: 95% !important;
    }
}

@media only screen and (max-width: 1170px) {

    .footerImgs {
        margin-top: 200px;
    }

    .cards {
        .customWhiteCard {

            .actionItemList,
            .commentItemList {
                margin-top: 50px;
            }

            .appHeader {
                select {
                    float: left;
                }
            }

            .section {
                .status {

                    .approved,
                    .action,
                    .rejected {
                        margin-left: 15px;
                    }
                }
            }
        }
    }

    #progressbar {
        display: grid;

        li {
            width: 100%;
            margin: 5px;
        }
    }

    .redBannerNotice {
        height: 240px;
    }
}

@media only screen and (max-width: 1050px) {
    #documents_table {
        .rejected {
            padding: 5px;
        }

        .outstandingUpload {
            padding: 5px 33px;
        }
    }

    .applicationTable {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .appSearchForm {
        .indexTab {
            width: 100%;
            margin-bottom: 20px;
        }
    }

    #documentsCard {
        width: 200%;
        margin-left: -100%;
        margin-top: 1160px !important;
        margin-bottom: 20px;
    }

    #actionListCard {
        width: 200%;
        margin-left: 8px;
    }

    #applicationCard {
        width: 200%;
        margin-left: 8px;
    }

    .cards {
        .customWhiteCard {
            .appHeader {
                select {
                    float: right;
                }
            }
        }
    }

    #bookingRef,
    #studType,
    #statusBarIcon,
    #studType {
        padding: 10px 55px;
    }

    #step1,
    #step2,
    #msform .action-button-previous,
    #step3 {
        float: left !important;
        margin-left: 60px !important;
    }

    #msform #step4.next.action-button {
        float: left !important;
        margin-right: 160px !important;
        margin-left: 60px !important;
    }
}

@media only screen and (max-width: 950px) {
    .room {
        margin-left: 0px !important;
    }

    .mainBlock {
        margin-left: 40px !important;
    }

    .cards {
        .whiteCard {
            width: 100%;
            margin-top: 10px;
            margin-bottom: 50px;
        }
    }

    .yellowGradientSmall {
        height: 380px;
    }

    .whiteYellowCard {
        width: 100%;
    }

    .sign {
        margin-top: 20px;
    }

    .appSearchForm {
        .searchField {
            width: 50%;
        }
    }

    .loginHeader {
        .appBtn {
            width: 206px;
        }
    }
}

#newStudents {
    height: 1800px;
}

#newStudentBur {
    height: 785px;
}

#newStudentSpon {
    height: 800px;
}

#newStudentKin {
    height: 900px;
}

#newStudentDocs {
    height: 1000px;
}

#newStudentPayment {
    height: 1300px;
}

#paymentDetailsSection {
    height: 660px;
}

.smallPayment {
    height: 670px !important;
}

#appVerifyNotify {
    height: 400px;
}

#appRetry {
    height: 470px;
}

#changeStudType {
    height: 1140px;
}

.roomImgApp {
    max-width: 100%;
    margin-left: 10px;
    border-radius: 10px;
    max-height: 250px;
}

#studentAddOther {
    color: #464749;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid #464749;
    padding: 10px;
    margin: 5px;
    width: 100%;
    margin-top: 30px;
    cursor: pointer;
}

#studentAppBody {
    max-height: 420px;
    overflow: auto
}

#newUser .idHeight {
    height: 150px !important
}

#cancelledStudentTag {
    float: right;
    text-transform: uppercase;
    font-weight: 500;
}

#permission_c_1,
#permission_c_2 {
    height: 80px !important;
}

#btn_submit_frm:disabled {
    opacity: 0.5 !important;
    cursor: context-menu;
}

.bankDetails {
    display: flex;
    align-items: stretch;

    .title {
        width: 250px;
        font-size: 20px;
    }

    .value {
        width: 100%;
        font-size: 20px;
        font-weight: bold;
    }
}

.waiveBtn {
    background-color: lightgray;
    padding: 2px;
    border: none;
    cursor: pointer;
}

.waiveAprv {
    background-color: #1cb915;
    color: #fff;
    border: none;
    padding: 3px;
    cursor: pointer;
}

.waiveRej {
    background-color: #e74f26;
    color: #fff;
    border: none;
    padding: 3px;
    cursor: pointer;
}

.generatePdf {
    padding: 10px;
    float: right;
    margin-top: 30px;
    background-color: #1cb915;
    border: none;
    color: #fff;
    border-radius: 10px;
}

.newBookingBtn {
    margin: 30px 0px;
    width: 100%;
    padding: 15px;
    border: none;
    background-color: #ccc;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
}

@media only screen and (max-width: 850px) {
    .footerImgs {
        margin-top: 450px;
    }

    #fullNavbar {
        height: 120px !important;
    }

    .homeSection {
        padding-left: 0px !important
    }

    .contentSection {
        width: 100%;
    }

    .bankDetails {
        flex-direction: column;
    }

    .bookingDashCard {
        height: 865px !important;
    }

    .bookingDashCardBody {
        max-height: 775px !important;
    }

    .mobHidden {
        display: none
    }

    #permission_c_1 {
        height: 220px !important;
    }

    #permission_c_2 {
        height: 270px !important;
    }

    #cancelledStudentTag {
        float: none;
    }

    .flexMobile {
        display: block;
    }

    .signature .jSignature {
        width: 125% !important;
        margin-left: -40px !important;
    }

    .roomImgBack .overlay {
        height: 400px !important;
    }

    .detailsChange {
        margin-top: -5px !important;
        float: none;
        width: 130px;
        margin-left: 0px;
    }

    .payBtnLater {
        margin-top: 597px !important;
    }

    #submitLease {
        margin-top: 10px !important;
    }

    .footerRights {
        margin-top: 450px !important;
    }

    .thisRight {
        margin-top: 0px !important
    }

    #studentAddOther {
        margin-top: 20px;
    }

    .cards .customWhiteCard .buttons .appBooking {
        width: 100%
    }

    #studentAppBody {
        max-height: 330px;
    }

    .roomImgApp {
        margin-left: 0px;
        max-height: 150px;
    }

    .paymentAppOnline {
        margin-top: -30px !important;
    }

    .roomCardAppOnline {
        margin-top: -15px !important;
        height: 485px !important;
    }

    #seconCards .halfCard {
        height: 235px !important;
    }

    .nsfasSize {
        height: 360px !important;
    }

    .bursarySize {
        height: 1700px !important
    }

    .cashSize {
        height: 1760px !important
    }

    #bookingCardDash {
        display: flex;
        flex-direction: column-reverse;
        padding-top: 0px !important
    }

    #newStudentDocs {
        .onlineAppDocs {
            width: 103% !important
        }
    }

    #loginBlockApply {
        height: 370px;
    }

    #cardOnlineAppBooking {
        height: 400px;
        margin-top: -50px;
        margin-bottom: 40px;
    }

    #onlineAppAppDocs {
        margin-bottom: 13px;
    }

    #smallerBooking {
        height: 380px !important;
    }

    #smallerBookingResize {
        height: 465px !important;
    }

    #smallerApplication {
        height: 465px !important
    }

    #studentChangeType {
        float: none;
        margin-left: 0px;
    }

    #changeStudType {
        height: 1600px;
    }

    .loginHeader {
        .booking {
            line-height: 60px;
        }
    }

    .smallPayment {
        height: 1154px !important;
    }

    #seconCards {
        margin-top: 0px;
    }

    #eftCard {
        height: 210px !important
    }

    #paymentDetailsSection {
        // height:1350px;
        height: 1140px;
    }

    #bannerImgIcon {
        height: 40px;
        width: 40px;
    }

    #paymentHeader {
        line-height: 40px;
    }

    #newStudentPayment {
        // height:2200px;
        height: 2040px;
    }

    #newStudentBur {
        height: 1580px;
    }

    #newStudentSpon {
        height: 1515px;
    }

    #newStudentKin {
        height: 1260px;
    }

    #newStudentDocs {
        // height:2000px;
        // height:1540px;
        height: 1550px;
    }

    #labelAddrP {
        width: 200px !important;
    }

    .clearSpaceLoginPageFirst {
        height: 730px;
    }

    .yellowGradient,
    .yellowGradientSmall,
    .greyAppSection {
        width: 98%;
    }

    .cards .whiteCard {
        width: 100% !important;
    }

    .cards .loginBlock {
        width: 110% !important;
    }

    // .footer{
    //     margin-top:750px;
    //   }


    #logincards {
        height: 1000px;
    }

    .redBannerNotice {
        margin-left: 5px !important
    }

    .whiteYellowCard .uploadSection #bookingFeeUploadTab,
    .whiteYellowCard .uploadSection .uploadName {
        font-size: 12px !important;
        line-height: 14px !important;
    }

    .ImgGradient {
        width: 100%;
        height: 580px;
    }

    .cards {
        .whiteCard {
            .cardText {
                font-size: 19px;
                line-height: 21px;
            }
        }
    }

    .applyButton {
        margin-top: 5px !important;
    }

    #loginBlockMain {
        height: 450px;
        margin-bottom: 0px;
        margin-top: -10px;
    }

    .flex {
        flex-direction: column;
    }

    .greyAppSection {
        height: auto !important;
    }

    .cards .customWhiteCard .InfoList {
        font-size: 16px;
        line-height: 19px;
    }

    .cards .customWhiteCard .appHeader {
        font-size: 24px;
    }

    .cards .customWhiteCard .commentItemList {
        margin-left: -25px !important;
        width: 135% !important;
    }

    .cards #documentsCard {
        margin-top: 975px !important
    }

    #downloadAllDocs,
    #waiveThisBookingFee,
    #sendMailReminder,
    #addOtherDocument {
        width: 100%;
        margin-top: 5px !important;
    }

    #addOtherDocument {
        margin-bottom: 30px !important;
    }

    #documentsSectionDisplay {
        margin-top: 85px !important;
    }

    .cards .customWhiteCard .section .banner {
        margin-left: 60px;
        margin-top: -31px !important;
    }

    .greyAppCash {
        height: 755px !important
    }

    .panes {
        display: block !important;
    }

    .left_pane {
        width: 100% !important;
    }

    #editModalHeight {
        height: 615px !important;
    }

    #leaseEditModal {
        height: 485px !important;
    }

    .edit_info_inline .form-field span {
        width: 50% !important;
    }

    #userAddress1,
    #userAddress2 {
        width: 95% !important
    }

    .form-card .form-field {
        width: 100% !important;
    }

    #applicationCard,
    #actionListCard {
        margin-left: 0px
    }

    .cards .customWhiteCard .infoBlock .responsible .admin,
    .cards .customWhiteCard .infoBlock .responsible .applicant {
        margin-top: 0px !important;
        width: 100%;
    }

    .greyAppSection .container {
        flex-direction: column;
    }

    .onlineTabs {
        display: block !important;
    }

    .onlineTabs {
        .tab {
            display: none
        }
    }

    .onlineTabs {
        .active {
            display: block
        }
    }



    .navBar {
        .rightMenu {
            .contactButton {
                width: 150px;
            }
        }
    }

    #documents_table {
        .await {
            padding: 5px;
        }

        .approved {
            padding: 5px;
        }

        .denied {
            padding: 5px;
        }

        .outstandingUpload {
            padding: 5px;
        }
    }

    #approveProfile {
        margin-top: -28px;
        float: left;
    }

    #rejectApplication {
        margin-top: -34px;
        float: left;
    }

    .loginHeader {
        .booking {
            font-size: 48px;
        }
    }

    .greyAppSection {
        .col-3 {
            width: 50%;
        }
    }

    .greyAppSection {
        height: 310px;
    }

    // #documentsCard {
    //     margin-top: 1211px !important;
    // }


    .redBannerNotice {
        width: 100% !important;
        height: 430px !important;
    }

    #newStudents {
        #registerCards {
            // margin-left: -50px;
            width: 100% !important;
        }
    }

    #infoAppOnline {
        line-height: 22px;
        font-size: 20px;
    }

    .paymentSection {
        margin-top: 376px !important;
        width: 100% !important;
    }

    .cards .halfCard,
    .cards .redBottom {
        width: 100% !important;
        margin-top: 0px !important
    }

    .cards .whiteCard .cardSubHeaderGrey {
        font-size: 19px;
    }

    .cards .redBottom {
        margin-top: -50px !important;
    }

    #personalCardItems {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    #newStudents {
        height: 3300px;
    }

    #seconCards {
        // margin-top:300px;
        margin-top: 193px;
    }

    .PaymentLabel,
    .previousStepBtn {
        width: 200px !important;
    }


    .footer .footerBanner {
        height: 740px;
    }

    #msform #step4.next.action-button {
        margin-right: 221px !important;
        margin-left: 7px !important;
    }

    #back4.previous.action-button-previous {
        margin-left: 7px !important;
    }
}

@media only screen and (max-width: 800px) {
    #loginBlockApply {
        height: 320px !important;
    }
}

@media only screen and (max-width: 380px) {
    .cards #loginBlockApply {
        height: 370px !important;
    }
}

@media only screen and (max-width: 660px) {
    .col-3 {
        width: 100%;
        padding-left: 0px !important;
    }

    .footer {
        .footerBanner {
            height: 820px;
        }
    }

    .form-card .form-field {
        width: 100%;
    }

    .footerImgs {
        margin-top: 530px;
        flex-direction: column;
    }
}

@media only screen and (max-width: 530px) {
    .yellowGradient {
        height: 740px;
    }

    .cards {
        .whiteCard {
            .applyButton {
                margin-top: 100px;
            }
        }
    }

    .form-card {
        .form-field {
            width: 100%;
        }
    }

    .appSearchForm {
        .searchField {
            width: 100%;
        }
    }

    .greyAppSection {
        .col-3 {
            width: 100%;
        }
    }

    .greyAppSection {
        height: 444px;
    }

    .appRow {
        width: 100%;
    }

    #documentsCard {
        width: 100%;
        margin-top: 350px !important;
    }

    #actionListCard {
        width: 100%;
    }

    #applicationCard {
        width: 100%;
    }

    .cards {
        .customWhiteCard {
            .appHeader {
                select {
                    float: left;
                    width: 100%;
                }
            }

            .infoBlock {
                .responsible {
                    display: block;

                    .admin,
                    .applicant {
                        float: right;
                        margin-top: -25px;
                    }
                }
            }

            .section {
                padding-bottom: 110px;

                .label {
                    width: 100%;
                }

                .banner {
                    width: 80%;
                    margin-top: 15px;
                }

                .status {
                    width: 20%;
                    margin-top: 15px;
                }
            }
        }
    }

    .appSearchForm {
        .indexTab {
            display: block;
        }
    }
}

@media screen and (max-width: 600px) {

    .topnav a:not(:first-child),
    .dropdown .dropbtn {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }

    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    .topnav.responsive .dropdown {
        float: none;
    }

    .topnav.responsive .dropdown-content {
        position: relative;
    }

    .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
    }

    #fullNavbar {
        height: 100%;
    }

    .loginHeader {
        .booking {
            font-size: 60px;
        }
    }

    .buttonSection {

        .sign,
        .download {
            width: 100%;
        }
    }

    .cards {
        .whiteCard {
            margin-left: 0px !important;
        }
    }

    #lease_table {
        display: block;
        overflow-x: auto;
    }

    #applicationIndex {
        display: block;
    }

    .appSearchForm {
        .indexTab {
            .keys {
                #indexOne {
                    justify-content: flex-start;
                    padding: 5px;
                }
            }
        }
    }

    #lease_table .await,
    #documents_table {
        .sorting_1 {

            .await,
            .rejected,
            .approved {
                background-color: transparent;
                color: #000;
            }
        }
    }

    .whiteYellowCard {
        .appAwait {
            .approved {
                margin-top: 0px;
            }
        }

        .cardHeaderText {
            line-height: 34px;
        }
    }

    #bookingHeaderYellow {
        height: 500px;
    }


}

@media screen and (max-width: 420px) {
    #appStep1 {
        margin-left: -72px !important;
    }

    #applicationType {
        width: 60% !important;
    }

    #registerCards {
        width: 67% !important;
        margin-left: 0px;
    }

    .whiteYellowCard .uploadSection .uploadName {
        line-height: 28px;
    }

    #bookingFeeUploadTab {
        line-height: 20px !important;
    }

    .redBannerNotice {
        width: 63%;
        margin-left: 40px;
        height: 335px;
    }

    .redBannerNotice i {
        font-size: 22px;
    }

    .redBannerNotice p {
        font-size: 15px;
        line-height: 20px;
    }

    #back4.previous.action-button-previous {
        margin-left: 41px !important;
    }

    #msform #step4.next.action-button {
        margin-left: 41px !important;
        margin-right: 180px !important;
    }

    #registerPaymentCards,
    .paymentSection {
        width: 87%;
        height: 450px !important;
    }

    .paymentSection .header {
        line-height: 40px;
    }

    #payBtnReg {
        margin-top: 950px !important;
        margin-left: 6px;
        margin-right: 0px !important;
        float: left !important;
    }

    .halfCard {
        width: 100% !important;
        margin-top: 280px !important;
        height: 300px !important;
    }

    .redBottom {
        width: 100% !important;
        margin-top: -50px;
    }
}

@media screen and (max-width: 380px) {
    .whiteYellowCard {
        .appAwait {
            .approved {
                float: left;
            }
        }
    }

    .form-card .form-field {
        width: 90% !important;
    }

    .loginHeader {
        .booking {
            font-size: 50px;
            line-height: 55px;
        }
    }

    #step1 {
        width: 90% !important;
    }

    #rejectApplication,
    #approveProfile {
        margin-top: 0px;
    }

    .cards {
        .customWhiteCard {
            .section {
                padding-bottom: 130px;

                .label {
                    width: 100%;
                }

                .banner {
                    width: 90%;
                    margin-top: 15px;
                }

                .status {
                    width: 10%;
                    margin-top: 15px;
                }
            }
        }
    }
}

@media screen and (max-width: 350px) {
    .roomImgBack {
        height: 626px !important;
        background-size: 700px 650px;

        .overlay {
            .roomContactBtn {
                padding: 4px;
                margin-top: -10px;
                margin-bottom: 15px;
            }
        }
    }

    .whiteYellowCard {
        .appAwait {
            padding-bottom: 85px;
        }
    }
}

.dashCard {
    width: 23% !important;
    height: 200px !important;
}

#searchButton {
    cursor: pointer;
}

.fieldError {
    border: 1px solid red !important;
}

.edit_info_inline {
    .form-field {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 5px;
        flex-wrap: wrap;

        span {
            width: 40%;
        }

        input,
        select {
            width: 50%;
            background: white;
            padding: 5px;
            border: none;
            border-radius: 7px;
        }
    }
}

.btn_edit_inline,
.btn_save_inline,
.btn_approve_inline {
    &.button {
        margin: 0px 5px;
        border-radius: 7px;
        border: none;
        padding: 10px;
        color: #ffffff;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        text-transform: uppercase;
        cursor: pointer;
    }

    &.rejected {
        background-color: #e74f26;
    }

    &.amend {
        background-color: #ffbb3c;
    }

    &.approve {
        background-color: #1cb915;
    }
}

.signature_container {
    margin-top: 50px;
}

.jSignature {
    width: 50% !important;
    margin: 0 auto !important;
    height: 200px !important;
    border: 2px solid #e9e9e9 !important;
    border-radius: 20px !important;
}

#signed_at {
    border-radius: 7px;
    border: 1px solid #e9e9e9;
    width: 50%;
    padding: 10px;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.onlineForm {
    .formHeading {
        font-weight: 400;
    }
}

.onlineTabs {
    display: flex;

    .tab {
        border: 1px solid #ccc;
        padding: 7px 20px;
        margin: 15px;
        border-radius: 5px;
    }

    .active {
        border: 1px solid #E74F26;
        background-color: #E74F26;
        color: #fff;
        padding: 7px 20px;
        margin: 15px;
        border-radius: 5px;
    }

    .complete {
        border: 1px solid #6ABC0B;
        border-radius: 5px;
        color: #6ABC0B;
    }
}

.previousStepBtn {
    border: 1px solid #ccc;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    width: 360px;
}

.prevBookingTitle {
    margin-top: 5px;
}

.contentSection {
    width: 100%;
    max-width: 400px;
    margin: auto
}

.homeSection {
    padding-left: 6%;
    width: 19%
}

.footerImgs {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}



/*# sourceMappingURL=styles.css.map */