* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    margin: 0;
    overflow-x: hidden;
}

.wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

main {
    flex-grow: 1;
}

.main-wrapper {
    padding: 20px 120px;
    margin-top: 60px;
}

header {
    width: 100%;
    height: 5rem;
    background: #FFFFFF;
    border: 1px solid #9097A133;
    box-shadow: 0px 6px 250px 0px #00000026;
    position: fixed;
    top: 0px;
    z-index: 1000;
}

header nav {
    /*/ margin-bottom:0px;*/
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 6rem !important;
    /* Adequate padding */
}

header .nav-link {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 0.75rem;
    color: #333333;
    margin-right: 10px;
}

header .navbar-brand img {
    width: 100px;
}

.country-selecter,
.language-selecter {
    border: 1px solid #DDD8E8;
    border-radius: 50%;
}

.country-selecter img,
.language-selecter img {
    width: 20px;
    height: 20px;
}

.nav-item button {
    width: 6rem;
    height: 2.2rem;
    border: 1px solid #5C5C6524;
    border-radius: 4px;
    background-color: #DD6643;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 0.6rem;
    color: #fff;
}

.login-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* min-height: calc(100vh - 120px); */
}

.image-wrapper {
    height: calc(100vh - 120px);
    background-size: cover, cover;
    background-position: center, center;
}

.login-content-wrapper h1 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 1.8rem;
    text-align: center;
    color: #3B4048;
}

.login-content-wrapper h1 span {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 1.8rem;
    color: #3B4048;
}

.top-content {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 0.8rem;
    text-align: center;
    /* padding: 0 130px; */
    color: #474747;
    width: 28rem;
}

.country-wrapper {
    width: 18rem;
    height: 3.8rem;
    border-radius: 40px;
    border-width: 1px;
    border: 1px solid #DDD8E8
}

.country-selecter-btn {
    width: 8rem;
    height: 2.8rem;
    background-color: #DD6643;
    box-shadow: 0px 6px 30px 0px #C3604359;
    border: 1px solid #DD6643;
    color: #fff;
    font-family: Montserrat;
    border-radius: 32px;
    font-size: 0.7rem;
}

.country-selecter-btn img {
    width: 18px;
    height: 18px;
    margin-right: 4px;
}

.login-form {
    padding: 0px 120px;
}

.login-form label {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 20px;
    color: #8A92A6;
}

.login-form .form-control {
    border: 1.5px solid #A3ADC180;
    height: 44px;
    padding: 18px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 0.8rem;
    color: #5C6271;
}

.login-form .form-control::placeholder {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 0.8rem;
    color: #8A92A6B2;
}

.login-form button {
    width: 22rem;
    height: 2.5rem;
    border-radius: 4px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 0.8rem;
    text-align: center;
    vertical-align: middle;
    background-color: #DD6643;
    color: #FFFFFF;
    border: 1px solid #DD6643;
}


.form-control:focus {
    color: none;
    background-color: none;
    border-color: #DD6643;
    box-shadow: none;
}

.form-check-input:focus {
    border-color: #DD6643;
    box-shadow: none;
}

.form-check-input:checked {
    background-color: #DD6643;
    border-color: #DD6643;
}

.forget-username-link {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 0.9rem;
    color: #DD6643;
    text-decoration: none;
}

.terms-link {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 0.75rem;
    color: #8A92A6;
    text-decoration: none;
}

.register-link {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 0.9rem;
    color: #3B4048;
}

.register-link a {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 0.9rem;
    color: #DD6643;
    text-decoration: none;
}

/*   organistion css */
.organisation-form label {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 20px;
    color: #8A92A6;
    margin-bottom: 2px !important;
}

.organisation-form .form-control,
.form-select {
    border: 1.5px solid #A3ADC180;
    height: 44px;
    padding: 6px 18px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 0.8rem;
    color: #5C6271;
    border-radius: 4px;
}

.form-control:focus,
.form-select:focus {
    color: none;
    background-color: none;
    border-color: #DD6643;
    box-shadow: none;
}

.organisation-form .form-control::placeholder,
.form-select::placeholder {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 0.8rem;
    color: #8A92A6B2;
}

.select-placeholder-color {
    color: #8A92A6B2 !important;
}

.image-cover-select {
    height: 14rem;
    background-color: #DD664326;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1.5px dashed #DD664399;
    border-radius: 20px;
    padding: 0px 60px;
    position: relative;
    height: 100%;
}

.image-cover-select h1 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 1rem;
    color: #DD6643;
    margin-bottom: 2px;
}

.image-cover-select p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 0.7rem;
    text-align: center;
}

.image-cover-select img {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
}

.image-cover-select-icon img {
    width: 24px;
    height: 24px;
    margin-bottom: 0px;
}

.image-cover-select-icon {
    position: absolute;
    bottom: -30px;
    width: 4rem;
    height: 4rem;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
}

.create-organization-images {
    height: 14rem;
}

.image-cover-select-icon-inner {
    border: 1.5px dashed #D1D0D3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 3.4rem;
    height: 3.4rem;
    background-color: #F5F6FA;
}

.amenities-box span {
    width: fit-content;
    height: 2.4rem;
    background-color: #645E700F;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 16px;
    border-radius: 10px;
    font-size: 0.7rem;
    border: 1px solid #645E7033;
    font-family: Montserrat;
    font-weight: 500;
    color: #645E70;
}

.amenities-box-active {
    background-color: #DD664333 !important;
    color: #DD6643 !important;
    border: none !important;
}

.organisation-submit-button,
.create-party-submit-button {
    width: 20rem;
    height: 3.6rem;
    background-color: #DD6643;
    border: none;
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 0.9rem;
    border-radius: 4px;
}

/* create-party-css */

.create-party-form label {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 20px;
    color: #8A92A6;
    margin-bottom: 2px !important;
}

.create-party-form .form-control,
.form-select {
    border: 1.5px solid #A3ADC180;
    height: 44px;
    padding: 6px 18px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 0.8rem;
    color: #5C6271;
    border-radius: 4px;
}

.create-party-form .form-control:focus,
.create-party-form .form-select:focus {
    color: none;
    background-color: none;
    border-color: #DD6643;
    box-shadow: none;
}

.create-party-form .form-control::placeholder,
.form-select::placeholder {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 0.8rem;
    color: #8A92A6B2;
}


.party-images {
    height: 11rem;
    background-color: #DD664326;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1.5px dashed #DD664399;
    border-radius: 20px;
    padding: 0px 40px;
    position: relative;
}

.party-images h1 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 1rem;
    color: #DD6643;
    margin-bottom: 2px;
}

.party-images p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 0.7rem;
    text-align: center;
}

.party-images img {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
}

.create-part-header h1 {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 1.2rem;
    color: #3B4048;
}

.create-part-header span {
    font-weight: 700;
}

.create-part-header p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 1rem;
}

.amenities-wrapper h2 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 1.2rem;
}

.filter-links a {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 1rem;
    color: #3B4048;
    text-decoration: none;
    border-right: 1px solid rgba(59, 64, 72, 0.1);
    padding: 0 12px;
}

.create-party-button button {
    background-color: #dd6643;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 20px;
    border: 1px solid #5C5C6524;
    font-size: 0.7rem;
    font-family: Montserrat;
    font-weight: 600;
    border-radius: 4px;
}

.create-party-button button img {
    width: 18px;
    height: 18px;
    margin-right: 4px;
}

.search-container {
    display: flex;
    align-items: center;
    width: 100%;
    /*max-width: 400px;*/
    max-width: 296px;
    background-color: #FFFFFF99;
    border: 1px solid #DDD8E8;
    border-radius: 30px;
    padding: 4px 6px;
}

.search-container img {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    margin-left: 10px;
}

.search-container input[type="text"] {
    border: none;
    outline: none;
    background: transparent;
    flex: 1;
    font-size: 0.7rem;
    font-family: Montserrat;
    font-weight: 500;
}

.search-container input[type="text"]::placeholder {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 0.6rem;
    color: #9791A4;
}

.search-container button {
    padding: 8px 30px;
    font-size: 0.6rem;
    background-color: #dd6643;
    color: #fff;
    border-radius: 25px;
    border: none;
    display: flex;
    align-items: center;
    font-family: Montserrat;
    font-weight: 500;
}

.search-header h2 {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 1.2rem;
    color: #3B4048;
    margin-bottom: 2px;
}

.search-header h2 span {
    font-weight: 700;
}

.search-header p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 0.8rem;
    color: #3B4048;
}

@media only screen and (max-width: 599px) {

    .image-wrapper {
        height: 10rem;
    }

    .login-content-wrapper h1 {
        font-size: 1.2rem;
    }

    .login-content-wrapper h1 span {
        font-size: 1.2rem;
    }

    .login-form label {
        font-size: 0.7rem;
        line-height: 20px;
    }

    .login-form .form-control {
        font-size: 0.7rem;
    }

    .forget-username-link {
        font-size: 0.8rem;
    }

    .top-content {
        font-size: 0.8rem;
        width: 18rem;
    }

    .register-link {
        font-size: 0.8rem;
    }

    .login-form button {
        width: 21rem;
    }

    header nav {
        padding: 0 10px !important;
    }

    header .navbar-brand img {
        width: 80px;
    }

    header {
        height: 3.5rem;
    }

    .content-wrapper h1 {
        font-size: 1.2rem;
    }

    .content-wrapper h1 span {
        font-size: 1.4rem;
    }

    .top-content {
        font-size: 0.7rem;
    }

    .country-wrapper {
        width: 17rem;
        height: 3rem;
    }

    .country-selecter-btn {
        width: 8rem;
        height: 2.2rem;
        font-size: 0.7rem;
    }

    .main-wrapper {
        padding: 12px 18px;
    }

    /* create-party-css */
    .party-images {
        margin-bottom: 12px;
    }

    .party-images h1 {
        font-size: 0.9rem;
    }

    .party-images p {
        font-size: 0.6rem;
    }

    .party-images img {
        width: 34px;
        height: 34px;
    }

    .create-part-header h1 {
        font-family: Montserrat;
        font-weight: 400;
        font-size: 1rem;
        color: #3B4048;
    }

    .create-part-header span {
        font-weight: 700;
    }

    .create-part-header p {
        font-size: 0.8rem;
    }

    .organisation-submit-button,
    .create-party-submit-button {
        width: 100%;
        height: 3rem;
        font-size: 0.8rem;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .main-wrapper {
        padding: 16px 60px;
    }

    .party-images {
        margin-bottom: 12px;
    }

    .image-wrapper {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .main-wrapper {
        padding: 16px 80px;
    }

    .party-images {
        margin-bottom: 12px;
    }

    .login-content-wrapper h1 {
        font-size: 1.6rem;
    }

    .login-content-wrapper h1 span {
        font-size: 1.6rem;
    }

    .login-form label {
        font-size: 0.8rem;
        line-height: 20px;
    }

    .login-form .form-control {
        font-size: 0.8rem;
    }

    .forget-username-link {
        font-size: 0.9rem;
    }

    .top-content {
        font-size: 0.8rem;
        width: 24rem;
    }

    .register-link {
        font-size: 0.9rem;
    }

    .login-form button {
        width: 20rem;
    }

    .login-form {
        padding: 0px 60px;
    }
}


/*---------------Loader---------------*/
#overlay {
    background: black;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .80;
}

.spinner {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid firebrick;
    border-right-color: transparent;
    border-radius: 50%;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}