* {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
    margin-top: 0;
}
:root {
    --color-primary: #81c5be;
}
img {
    max-width: 100%;
}
/* !! */

body {
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    margin: 0 auto;
    font-family: "Poppins", sans-serif;
}

.my-custom-container {
    width: 70% !important;
    margin: 0 auto;
}

/*input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: white !important;
}*/
/* NAVBAR */
.custom-logo {
    width: 15% !important;
    display: flex;
    align-items: end;
    gap: 10px;
    padding-left: 10px;
}

.logo1 {
    width: 20%;
}

.logo2 {
    width: 75%;
}

.input-search {
    width: 100%;
    padding: 0px 15px;
    border: 2px solid var(--color-primary);
    border-radius: 30px;
    background: transparent;
    color: #757575;
    font-size: 14px;
    height: 33px;
}

    .input-search::placeholder {
        color: #757575;
    }

    .input-search:focus {
        outline: none;
    }

.position-relative {
    position: relative;
}

.searching-btn {
    position: absolute;
    right: 10px;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #212529;
    font-size: 15px;
    cursor: pointer;
}

    .searching-btn .fa-search {
        font-size: 15px;
    }

.custom-search {
    border: none;
    color: white;
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-bar {
    width: 70%;
}

.search-icon {
    font-size: 20px;
    color: #212529;
}

.user-img {
    width: 24px;
}

.search-bar-parent {
    width: 70% !important;
    padding-right: 2px;
}

.user-form {
    width: 15%;
    text-align: end;
    padding-right: 10px;
}

/* NAVBAR END */

.banner-bg {
    background-image: linear-gradient( 94.31deg, rgba(0, 0, 0, 0.469463) 8.05%, rgba(0, 0, 0, 0.469463) 135.78% ), url('../../image/login/GBN-Background-1.JPG');
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    height: 100vh;
}

/* FOOTER */

.footer-section {
    background-color: var(--color-primary);
    color: white;
    text-align: center;
}

.size-footer {
    font-size: 25px;
}

.size-2024 {
    font-size: 15px;
}

.footer-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    flex-wrap: wrap;
}

    .footer-nav a {
        font-size: 13px;
        color: white;
        padding: 0 15px;
        text-decoration: none;
    }

        .footer-nav a:not(:last-child) {
            border-right: 1px solid white;
        }

        .footer-nav a:hover {
            text-decoration: underline;
        }

.modal-header-custom {
    font-size: 25px;
    font-weight: 600;
}

.input-wrapper {
    width: 60%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.custom-label {
    width: fit-content;
    color: #212529;
    font-weight: 700;
    font-size: 14px;
}

.input-custom {
    width: 100%;
    padding: 7px 10px;
    border: none;
    border-radius: 20px;
    box-shadow: 0px 0px 7px 2px #00000040;
}

    .input-custom:focus {
        outline: none;
        border: none;
    }

.checkbox-link-wrapper {
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.remeber-me {
    font-size: 10px;
}

.forgot-password {
    font-size: 10px;
    color: var(--color-primary);
    font-style: italic;
}

.custom-search-button-login {
    background: var(--color-primary);
    border-radius: 20px;
    color: white !important;
    font-weight: 700;
    font-size: 14px;
    width: 30%;
}

    .custom-search-button-login:hover {
        background: var(--color-primary) !important;
        color: white !important;
    }

    .custom-search-button-login:active {
        background: var(--color-primary) !important;
        color: white !important;
    }

.or {
    font-size: 12px;
}

.social-links {
    width: 60%;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 auto;
}

.google-link {
    justify-content: center;
    gap: 5px;
    box-shadow: 0px 0px 7px 2px #00000040;
    width: 42.5%;
    border-radius: 15px;
    padding: 15px 10px;
    font-size: 12px;
}

    .google-link img {
        width: 25%;
    }

    .google-link span {
        margin-left: 5px;
    }

.read-review-btn {
    background: white;
    border-radius: 100px;
    color: black !important;
    border: 3px solid var(--color-primary);
    height: 30px;
    font-size: 12px !important;
    justify-content: center;
    align-items: center;
    text-wrap: nowrap;
    display: flex;
    width: 167px;
}

    .read-review-btn:hover {
        border: 3px solid var(--color-primary) !important;
    }

.terms {
    font-size: 10px;
    font-weight: 500;
}

.bolded {
    font-weight: 700;
}

.modal-body {
    width: 95%;
    margin: 0 auto;
}

.modal-w {
    max-width: 70%;
}

.modal-header {
    border-bottom: none;
}

.modal-title {
    font-weight: 500;
}

.input-wrapper-register {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.note {
    font-size: 12px;
    font-style: italic;
}

.add-photo-btn {
    color: black !important;
    background: white;
    font-size: 14px !important;
    border-radius: 15px;
    border: 2px solid var(--color-primary);
    padding: 20px 15px;
    font-weight: 700;
}

    .add-photo-btn:hover {
        border: 2px solid var(--color-primary) !important;
    }

.re-size {
    resize: none;
    height: 150px;
}
.fa-sync-alt {
    background-color: var(--color-primary) !important;
    color: #fff;
    border-color: var(--color-primary);
}
    .fa-sync-alt:hover {
        background-color: #fff !important;
        color: var(--color-primary);
        border-color: var(--color-primary);
    }
.captcha-style {
    background-color: var(--color-primary);
    color: white;
    border-radius: 15px;
    width: 50%;
}

.captchaLabel {
    display: flex;
    justify-content: center;
    align-items: center;
    text-wrap: nowrap;
}

.captchaInput {
    width: 100%;
    border: none;
    border-radius: 15px;
    padding: 2px 10px;
    outline: none;
}

.captha-group {
    width: fit-content;
}

.custom-search-button-reg {
    background: var(--color-primary);
    border-radius: 15px;
    color: white !important;
    font-weight: 700;
    border: none;
    padding: 10px 20px;
    font-size: 16px !important;
}

    .custom-search-button-reg:hover {
        background: var(--color-primary);
    }

    .custom-search-button-reg:active {
        background: var(--color-primary) !important;
    }

    .custom-search-button-reg:focus {
        background: var(--color-primary);
    }

    .custom-search-button-reg:focus-visible {
        background: var(--color-primary);
    }

.register-modal-closebtn {
    position: absolute;
    right: -12px;
    top: 12px;
}
/* FOOTER END */

.validation-summary-errors ul {
    padding-left:0 !important;
    list-style: none;
}
.sub-modal-tile {
    font-size: 25px;
    font-weight: 500;
}
.form-select {
    display: block;
    width: 100%;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/* _____________MEDIA ____________________ */
@media only screen and (min-width: 1px) and (max-width: 319px) {
    .user-form {
        display: none;
    }

    .my-custom-container {
        width: 100% !important;
    }

    .input-search {
        font-size: 12px;
    }

    .search-bar {
        width: 98%;
    }

    .search-icon {
        font-size: 18px;
    }

    .user-img {
        width: 20px;
    }

    .custom-logo {
        width: 40% !important;
    }

    .footer-nav a {
        font-size: 10px;
    }

    .size-footer {
        font-size: 18px;
    }

    .size-2024 {
        font-size: 12px;
    }

    .footer-nav a:nth-child(3),
    .footer-nav a:nth-child(5) {
        border-right: none;
    }

    .modal-header-custom {
        font-size: 20px;
    }

    .input-wrapper {
        width: 95%;
    }

    .custom-label {
        font-size: 13px;
    }

    .checkbox-link-wrapper {
        width: 95%;
    }

    .custom-search-button-login {
        width: 60%;
    }

    .social-links {
        width: 95%;
    }

    .read-review-btn {
        padding: 15px 25px;
        color: var(--color-primary) !important;
        font-weight: 700;
    }

    .modal-w {
        max-width: 100%;
    }

    .modal-title {
        font-size: 18px;
        display: flex;
        margin: 0 auto;
    }

    .sub-modal-tile {
        font-size: 12px;
    }

        .sub-modal-tile span {
            font-size: 12px;
        }
}

@media only screen and (min-width: 320px) and (max-width: 425px) {
    .user-form {
        display: none;
    }

    .my-custom-container {
        width: 100% !important;
    }

    .input-search {
        font-size: 12px;
    }

    .search-bar {
        width: 98%;
    }

    .search-icon {
        font-size: 18px;
    }

    .user-img {
        width: 20px;
    }

    .custom-logo {
        width: 45% !important;
    }

    .footer-nav a {
        font-size: 10px;
    }

    .size-footer {
        font-size: 18px;
    }

    .size-2024 {
        font-size: 12px;
    }

    .footer-nav a:nth-child(3),
    .footer-nav a:nth-child(6) {
        border-right: none;
    }

    .modal-header-custom {
        font-size: 20px;
    }

    .input-wrapper {
        width: 95%;
    }

    .custom-label {
        font-size: 13px;
    }

    .checkbox-link-wrapper {
        width: 95%;
    }

    .custom-search-button-login {
        width: 60%;
    }

    .social-links {
        width: 95%;
    }

    .read-review-btn {
        padding: 15px 25px;
        color: var(--color-primary) !important;
        font-weight: 700;
        width: 194px;
    }

    .modal-w {
        max-width: 100%;
    }

    .modal-title {
        display: flex;
        margin: 0 auto;
    }

    .sub-modal-tile {
        font-size: 11px;
    }

        .sub-modal-tile span {
            font-size: 11px;
        }

    .add-photo-btn {
        font-size: 12px !important;
        padding: 15px 7px;
    }

    .register-modal-closebtn {
        position: absolute;
        right: 0px;
        top: 10px;
    }
}

@media only screen and (min-width: 426px) and (max-width: 600px) {
    .user-form {
        display: none;
    }

    .my-custom-container {
        width: 100% !important;
    }

    .input-search {
        font-size: 12px;
    }

    .search-bar {
        width: 98%;
    }

    .search-icon {
        font-size: 18px;
    }

    .user-img {
        width: 20px;
    }

    .custom-logo {
        width: 35% !important;
    }
    .register-modal-closebtn {
        position: absolute;
        right: 0px;
        top: 10px;
    }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
    .user-form {
        display: none;
    }

    .search-bar {
        width: 98%;
    }

    .w-95 {
        width: 95%;
    }

    .my-custom-container {
        width: 100% !important;
    }

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

    .hidden {
        display: none;
    }

    .custom-logo {
        width: 30% !important;
    }
    .register-modal-closebtn {
        position: absolute;
        right: 0px;
        top: 10px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    .user-form {
        display: none;
    }

    .my-custom-container {
        width: 100% !important;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1199px) {
    .my-custom-container {
        width: 90% !important;
    }

    .user-form {
        width: 15%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
}

@media only screen and (min-width: 1301px) and (max-width: 1440px) {
}
