@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Bold.woff2') format('woff2'), url('../fonts/Manrope-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Light.woff2') format('woff2'), url('../fonts/Manrope-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-ExtraBold.woff2') format('woff2'), url('../fonts/Manrope-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-ExtraLight.woff2') format('woff2'), url('../fonts/Manrope-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Regular.woff2') format('woff2'), url('../fonts/Manrope-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Medium.woff2') format('woff2'), url('../fonts/Manrope-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-SemiBold.woff2') format('woff2'), url('../fonts/Manrope-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Manrope' !important;
    background: white;
    background-position: center;
    background-size: cover;
}

.main-content {
    text-align: left;
    padding: 2px;
}

    .main-content h2 {
        font-weight: 400;
        margin-top: 20px;
        color: #23232D;
    }

    .main-content p {
        color: #676767;
        font-size: 19px;
    }

.main {
    height: 100vh;
}

.auth-container.auth-container {
    max-width: unset;
    background-color: transparent;
    margin-top: 0px;
    border-radius: 0;
    padding: 0;
    color: #2F2F3B;
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: none !important;
    width: auto;
}


.auth-container h2 {
    margin-top: 10px;
    font-weight: 400;
    margin-bottom: 13px;
    font-size: 20px;
    color: #2F2F3B;
}

.form-control {
    border-radius: 30px !important;
    padding-left: 45px;
    height: 50px;
    font-size: 18px;
    background: #E8E5E5 !important;
}

.input-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #495057;
    z-index: 9;
}

.input-group {
    position: relative;
    margin-bottom: 0;
}

.btn-orange {
     background: radial-gradient(#F4A533, #F47D35); 
   /* background: #1E1E1E !important;*/
    border: none;
    border-radius: 30px;
    width: 100%;
    padding: 12px 20px;
    font-weight: 500;
    color: white !important;
    font-size: 16px;
    margin-top: 19px !important;
}

    .btn-orange:hover {
        opacity: 0.9;
    }
    .btn-orange svg {
        margin-left: 5px;
    }

    .social-buttons {
        display: flex;
        justify-content: center;
        gap: 3px;
        margin-top: 20px;
        font-size: 13px;
        margin-bottom: 10px;
    }

    .social-buttons svg {
        width: 31px;
        height: 31px;
        cursor: pointer;
        padding: 6px;
        border-radius: 4px;
    }

.divider {
    color: #000;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
}

    .divider::before,
    .divider::after {
        content: "";
        position: absolute;
        height: 1px;
        background: #ccc;
        top: 50%;
        width: 45%;
    }

    .divider::before {
        left: 0;
    }

    .divider::after {
        right: 0;
    }

.otp-input {
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 24px;
    border: none;
    border-radius: 10px;
    background-color: #E8E5E5 !important;
    color: black;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

    .otp-input:focus {
        outline: none;
        box-shadow: 0 0 0 2px #f9a602;
    }

.resend-section {
    margin-top: 9px;
    font-size: 14px;
    justify-content: space-between;
    padding-right:10px
}

    .resend-section span {
        color: #566C7A;
        display: none;
    }

hr {
    margin: 1.5rem 0;
}

.resend-link {
    color: #343434 !important;
    font-weight: 400;
    margin: 0 5px;
    cursor: pointer;
    text-decoration: none;
    display: block !important;
}

.resend-section .timer {
    color: #F47D35;
    font-weight: 500;
    display: block !important;
}
.timer1 {
    color: #F47D35;
    font-weight: 500;
}
.term {
    color: #304065 !important;
    text-decoration: none;
}

.termc {
    display: flex;
    justify-content: center;
    gap: 5px;
    padding-left: 3px;
    font-size: 11px;
    margin-top: 6px;
    align-items: center;
}

.signin-text {
    display: flex;
    justify-content: center;
    gap: 5px;
    padding-left: 3px;
    font-size: 15px;
    margin-top: 6px;
    color:black
}

.smalltext {
    font-size: 15px;
    color: #566C7A;
    margin-bottom: 0;
}

.rightcont {
    display: flex;
    flex-direction: column;
    width: max-content;
}
/* -----------------DASHBOARD----------------- */
body {
    margin: 0;
    padding: 0;
    height: 100vh;
}

.container-custom {
    max-width: 95%;
    margin: auto;
    padding: 16px;
    position: relative;
}

.container-custom1 {
    max-width: 95%;
    margin: auto;
    padding: 16px;
    position: relative;
    top: 12%;
}

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 4px;
}

    .top-bar img.logo {
        height: 30px;
    }

/* Side Menu */
.side-menu {
    position: fixed;
    top: 0;
    left: -250px;
    width: 220px;
    height: 100%;
    background-color: #1f3b4d;
    color: white;
    padding: 20px;
    z-index: 1001;
    transition: left 0.3s ease;
}

    .side-menu.active {
        left: 0;
    }

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
    display: none;
}

    .menu-overlay.active {
        display: block;
    }
/*
.card-name {
    font-size: 12px;
    color: #566C7A;
    margin-top: 16px;
    margin-bottom: 6px;
}

.card-name-edit {
    font-weight: 500;
    font-size: 17px;
    color: #000;
}

    .card-name-edit i {
        font-size: 14px;
        margin-left: 4px;
    }

.profile-card {
    border-radius: 20px;
    box-shadow: none;
    background: white;
    
}

.card-header {
    background-color: #1f3b4d;
    height: 137px;
    position: relative;
    border-radius: 20px 20px 0 0 !important;
}

.logo-edit {
    position: relative;
    background: #f1f1f1;
    border-radius: 12px;
    font-size: 12px;
    padding: 2px 8px;
    color: #676767;
}

.profile-image {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 96px;
    left: 16px;
    border: 2px solid white;
    font-size: 28px;
    box-shadow: 0px 0px 28.9px 0px rgba(0, 0, 0, 0.25);
}

    .profile-image img {
        width: 70px;
        height: 70px;
        object-fit: contain;
    }

.card-body {
    margin-top: 40px;
    padding: 16px;
}

    .card-body h5 {
        margin-bottom: 6px;
        font-weight: 600;
        color: black;
    }

    .card-body p {
        font-size: 13px;
        color: #757575;
        margin: 0;
    }

.email-box {
    margin-top: 12px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #333;
    border-bottom: 3px dotted #DFE1EA;
    padding-bottom: 14px;
}
*/

.fab-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(to right, #17378C, #09297B);
    color: white;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 8px;
    right: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.side-menu .close-btn {
    font-size: 22px;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}

.rotate {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

#caretIcon {
    transition: transform 0.3s ease;
    padding-left: 0;
}

#profileToggle.dropdown-toggle::after, .bottom .dropdown-toggle::after {
    display: none;
}

.editoption {
    display: flex;
    align-items: center;
    color: white;
    padding: 10px 15px;
    justify-content: space-between;
}

.cardpreview .editoption {
    justify-content: end;
}

.profileicon svg {
    width: 50px;
    height: 50px;
    color: #676767;
}

.profileedit {
    position: absolute;
    bottom: -5px;
    right: -11px;
    border-radius: 100px;
    background: #FFF;
    box-shadow: 0px 0px 28.9px 0px rgba(0, 0, 0, 0.25);
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #676767;
}

.card-box {
    background: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 270px;
    justify-content: space-between;
}


.email-text {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.bottom {
    display: flex;
    justify-content: end;
    padding: 10px 0 0;
}

.more-icon {
    font-size: 1.3rem;
    cursor: pointer;
    color: #999;
    width: 20px;
    height: 28px;
    background: #ffffff;
    border-radius: 7px;
}

.emailtext {
    background: linear-gradient(to right, #00c6ff, #0072ff);
    color: white;
    border-radius: 4px;
    padding: 3px;
}

.jobdetail {
    max-height: 120px;
    overflow: auto;
}

.menuitem {
    padding-left: 0px;
}

    .menuitem li {
        padding: 10px 0;
        border-bottom: 1px solid #3c5a6d;
    }


.dropdown-content a {
    color: #676767;
    padding: 12px 16px;
    text-decoration: none;
    font-size: 12px;
}

.dropdown a:hover {
    background-color: #f1f1f1
}

.show {
    display: block;
}

.editmodal {
    background: #EAEEF6;
}

.color-box {
    width: 25px;
    height: 25px;
    border-radius: 20px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.color-picker-icon input[type="color"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.color-picker-icon {
    width: 25px;
    height: 25px;
    border-radius: 20px;
    border: 0;
    background-image: url(https://cdn-icons-png.flaticon.com/512/1827/1827951.png);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    position: relative;
}

.choosecolor {
    background: white;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 15px;
}

    .choosecolor:last-child {
        margin-bottom: 0px;
    }

.radio-label input[type="radio"] {
    display: none;
}

.radio-label {
    display: flex;
    align-items: center;
    margin: 10px 0;
    cursor: pointer;
    position: relative;
}

.custom-radio {
    width: 19px;
    height: 19px;
    border: 2px solid #000;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
}

.radio-label input[type="radio"]:checked + .custom-radio {
    border-color: orange;
}

    .radio-label input[type="radio"]:checked + .custom-radio::after {
        content: '';
        width: 10px;
        height: 10px;
        background: orange;
        border-radius: 50%;
        position: absolute;
        top: 3px;
        left: 3px;
    }

.file-box {
    margin-left: 28px;
    display: none;
}

    /* Optional: style file input container */
    .file-box input[type="file"] {
        font-size: 14px;
        padding: 6px;
        border-radius: 6px;
        background: #fff;
    }

.custom-file-input {
    /* color: transparent; */
}

    .custom-file-input::-webkit-file-upload-button {
        display: none;
    }

/* .custom-file-input::before {
	content: " Choose File";
    color: #fff;
    display: inline-block;
    background: #1d1d1d;
    padding: 10px 22px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 400;
    border-radius: 2px;
    outline: none;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
.custom-file-input:focus {
	outline: none !important;

}
.custom-file-input:active::before {
	    transform: scale(.9) translate(0px, 2px);
	   box-shadow:  inset 4px 4px 5px 0px rgba(0, 0, 0, 0.20);
	   
} */

.file-box {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input::before {
    content: 'Choose File';
    display: inline-block;
    background: #555 url(~/files/image/upload1.png) no-repeat;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    margin-right: 10px;
    background-size: 26px 25px;
    padding: 10px 25px;
    background-position: left;
}

.custom-file-input {
    cursor: pointer;
    font-size: 14px;
}

.file-name {
    font-size: 14px;
    color: #333;
    margin-left: 10px;
    display: none;
}

.bannerimg {
    justify-content: end;
    display: flex;
    margin-top: 0;
}

    .bannerimg img {
       /* border-radius: 500px 500px 0px 0px;*/
        overflow: hidden;
        /*height: 500px;
        width: 430px;*/
    }

.mobilelogo {
    display: none;
}

.wrapper {
    align-items: center;
}

.destoponly {
    display: block;
}

.social-buttons a {
    display: flex;
    text-decoration: none;
    align-items: center;
    gap: 0;
    background: #E8E5E5;
    color: #676767;
    padding: 0px 6px 0px 0px;
    border-radius: 3px;
    white-space: nowrap;
    font-size: 14px;
}


.desktoplogo {
    position: absolute;
    left: 22%;
    top: 3%;
    width: 128px;
}

.mobileonly {
    display: none;
}

.otp-input {
    margin-top: 20px;
}

.mobilemargin {
    margin-top: 10px;
}

.mobilemargin1 {
    margin-top: 10px;
}

.fordesktop {
    display: flex;
    gap: 10px
}

.form-check-input {
    width: 20px;
    height: 20px;
    border: 1px solid grey;
}

.card-stack {
    position: relative;
    width: 100%;
    height: 479px;
}

    .card-stack .card {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        transition: all 0.4s ease;
        cursor: pointer;
        padding: 0;
        box-sizing: border-box;
        color: white;
        display: flex;
        flex-direction: column;
        font-size: 18px;
        margin-bottom: 0;
    }

/* Individual colors per card */
/* .card.professional {
  background: #333;
} */

.card.personal .card-header {
    background: #007bff;
}

.card.custom .card-header {
    background: orange;
}

.bottom1 {
    display: flex;
    justify-content: space-between;
    padding: 10px 0 0;
}

.card-header h3 {
    font-size: 13px;
    text-align: center;
    margin-bottom: 0;
    color: white;
}

.desktopview {
    display: flex;
}

.desktopview1 {
    display: block;
}

.mobileview {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .resend-section {
        padding-right: 0px;
        gap: 6px;
    }
    .social-buttons a span {
        display: none
    }
    .bannerimg {
        display: none;
    }

    .main-content {
        text-align: center;
        padding: 16px 20px;
        padding-bottom: 0;
    }

    .mobilelogo {
        display: inline-block;
        width: 100px;
    }

    .wrapper {
        align-items: unset;
        display: block;
        margin: 0;
    }

    .rightcont {
        display: flex;
        height: 100%;
        flex-direction: column;
        width: 100%;
    }

    .height100 {
        height: 100%;
        padding: 0;
    }

    .auth-container.auth-container {
        max-width: 100%;
        /* background-color: #1f3b4d;*/
        /* margin: auto; */
        margin-top: 0px;
        border-radius: 58px 58px 0 0;
        padding: 0px 30px;
        color: white;
        text-align: center;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .divider {
        display: block;
    }

    .main-content h2 {
        font-weight: 700;
        margin-top: 20px;
    }

    .auth-container h2 {
        font-weight: 500;
        margin-bottom: 18px;
        font-size: 21px;
        margin-top: 14px;
        color: #23232D;
    }

    .destoponly {
        display: none;
    }


    .social-buttons svg {
        width: 30px;
        height: 30px;
    }

    .social-buttons a {
        /*padding-right: 3px;*/
        padding: 4px 6px 4px 2px;
    }

    .desktoplogo {
        display: none;
    }



    .resend-section span {
        color: #566C7A;
        display: inline-flex !important;
    }

    .main-content p {
        font-size: 18px;
        margin-bottom: 0;
    }

    .mobileonly {
        display: block;
    }

    .otp-input {
        margin-top: 16px;
    }

    .signin-text {
        display: flex;
        justify-content: center;
        gap: 5px;
        padding-left: 3px;
        font-size: 11px;
        margin-top: 6px;
    }

    .smalltext {
        font-size: 11px;
        color: #566C7A;
    }

    .mobilemargin {
        margin-top: 0px;
    }

    .mobilemargin1 {
        margin-top: 11px;
    }

    .term {
        /* color: #9DA2FB !important; */
        text-decoration: none;
    }

    .fordesktop {
        display: block;
        gap: 10px;
    }

    .desktopview {
        display: none !important;
    }

    .desktopview1 {
        display: none !important;
    }

    .mobileview {
        display: flex !important;
    }

    .bannerimg img {
        border-radius: 0px;
        height: auto;
        width: 90%;
    }

    .main {
        height: 100%;
    }

    body {
        height: 100%;
        overflow-x: hidden;
        overflow: auto
    }

    .otp-input {
        width: 40px;
        height: 40px;
    }

    .otp-input {
        background-color: #E8E5E5 !important;
    }
}
