@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&display=swap');
body {
    font-family: 'Inter', sans-serif !important;
    background: #02667C url(../assets/images/wavy-2-yellow3.svg) no-repeat top right;
    background-size: cover !important;
    position: relative;
    overflow: hidden;
}

.bgvector {
    position: absolute;
    top: 0;
}
.logo_cell {
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    background: url(../assets/images/asd.png) top center;
    background-size: cover;

}
.logo_cell img {
    max-width: 250px;
}
.container-fluid {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}
.edit-profile__body .form-group label {
    font-size: 14px;
    line-height: 1.4285714286;
    font-weight: 500;
    color: var(--color-dark);
}
.edit-profile__body .form-control {
    height: 48px;
}
.card {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    max-width: 500px;
    align-items: center;
}

.h-vh {
    height: 100vh;
}
.wsgbtn {
    height: 46px;
    font-size: 18px;
    background: #02667C;
    font-weight: 500;
    letter-spacing: 0.5px;
    border: none !important;
}
.wsgbtn:hover,
.wsgbtn:focus {
    background: #000;
    color: #fff !important;
    box-shadow: none;
}
.hamburger,
.hamburger:after,
.hamburger:before {
    background: #fff !important;
}
.wsgbtn:active {
    background: #000 !important;
    color: #fff !important;
    box-shadow: none;
}
.wsgbtn:disabled {
    background: #f3c93f;
    color: #000 !important;
    box-shadow: none;
}
.brdrbtm {
    border-bottom: 1px dashed #ccc;
}

.d-flex-rowsetmain {
    display: flex;
    width: 100%;
    height: 100vh;
    padding: 10px;
}
.col-leftset {
    width: 700px;
    height: 100%;
    display: inline-flex;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    background-image: linear-gradient(45deg,#02667C 0,#048aa8 50%,#02667C 110%);
}
.col-leftset:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../assets/images/wavy-2-yellow3.svg) no-repeat center center;
    z-index: -1;
    background-size: cover;
    transform: rotateY(180deg);
}
.col-righttset {
    width: calc(100% - 700px);
    height: 100%;
    display: inline-flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
    align-items: center;
}
.col-righttset-inner {
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    width: 75%;
    align-items: center;
}
.col-righttset .card-body {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}
.col-righttset-inner h1 {
    font-size: 60px;
    text-align: center;
    margin-bottom: 50px;    
    text-transform: capitalize;
    color: #fff;
    font-weight: 800;
    
}
.col-righttset-inner h1 span {
    font-family: 'Caveat', cursive;
}
.vectorsetgrl {
    position: absolute;
    right: -73px;
    bottom: 0;
    height: 590px;
    transition: 0.5s;
}
.vectorsetgrl img {
    max-height: 100%;
}
.text-end a {
    color: #a3a3a3;
}
.edit-profile__body .form-control:focus {
    box-shadow: 0 0 10px #02667c5c;
    outline: none;
    border-color: #02667C;
}
.mobile {
    display: none;
}
.desktop {
    display: inline-flex;
}
.auth-bottom-links {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    letter-spacing: 0.5px;
}
.auth-bottom-links a {
    margin-left: 5px;
    color: rgb(248, 54, 103);
    font-weight: 500;
}

@media (max-width: 1280px) {
    .col-righttset {
        width: calc(100% - 400px);
    }

    .col-leftset {
        width: 400px;
    }
}
@media (max-width: 991px) {
    .col-righttset {
        width: calc(100% - 260px);
    }
    .col-leftset {
        width: 260px;
    }
    .logo_cell {
        padding: 20px;
        justify-content: center;
    }
    .logo_cell img {
        max-width: 220px;
    }
}
@media (max-width: 767px) {
    .d-flex-rowsetmain {
        flex-direction: column;
        position: relative;
    }
    .col-leftset {
        width: 100%;
        position: absolute;
        height: 100%;
        z-index: -1;
    }
    .vectorsetgrl {
        position: fixed;
        left: 0;
        top: 200px;
    }
    .col-righttset {
        width: 100%;
        height: calc(100% - 100px);
        margin: 100px 0 0 0;
    }
    .vectorsetgrl {
        height: 270px;
        width: 115px;
        right: 0;
    }
    .logo_cell {
        padding: 10px;
    }
    .logo_cell img {
        max-width: 160px;
    }
    .col-righttset-inner h1 {
        margin: 20px 0;
    }
    .col-righttset-inner {
        width: 100%;
        padding-left: 102px;
        padding-right: 50px;
    }
    .col-righttset-inner .card {
        max-width: 100%;
    }
}
@media (max-width: 680px) {
    .vectorsetgrl {
        display: none;
    }
    /* .col-righttset {
        height: auto;
        margin-top: 10px;
    } */
    .col-righttset-inner h1 span {
        font-size: 40px;
        font-weight: 600;
    }
    .col-righttset-inner h1 {
        margin-top: 0;
    }
    .col-righttset-inner {
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-righttset .card-body {
        padding: 20px 16px;
    }
    /* .desktop {
        display: none;
    } */
    /* .col-leftset {
        background: transparent;
        height: 110px;
    } */
    .logo_cell img {
        max-width: 180px;
    }
}

