@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    box-sizing: border-box;
}

body {
    /* background: #33363D; */
    color: #000;
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

ul,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.mt-72 {
    margin-top: 72px;
}

.pt_56 {
    padding-top: 56px;
}

.pb_60 {
    padding-bottom: 60px;
}

.fs_10 {
    font-size: 10px;
}

.fs_12 {
    font-size: 12px;
}

.fs_14 {
    font-size: 14px;
}

.fs_16 {
    font-size: 16px;
}

.fs_24 {
    font-size: 24px;
}

.fs_28 {
    font-size: 28px;
}

.fs_32 {
    font-size: 32px;
}

.fw_300 {
    font-weight: 300;
}

.fw_400 {
    font-weight: 400;
}

.fw_500 {
    font-weight: 500;
}

.fw_600 {
    font-weight: 600;
}

.fw_700 {
    font-weight: 700;
}

.black_text {
    color: #1A1919;
}

.black2_text {
    color: #3D3D3D;
}

.gray_text {
    color: #252C32;
}

.light_gray {
    color: #6E7C87;
}

.bg_light_primray {
    background: #EEF3FF;
}

.green_text {
    color: #4F9C20;
}

.green-bg {
    background: #EBFAE2;
}

.primray_text {
    color: #3069FE;
}

.primray_text_700 {
    color: var(--Primary-700, #14367B)
}

.light-blue-text {
    color: #4FC3F7;
}

.lh_normal {
    line-height: normal;
}

.lh_16 {
    line-height: 16px;
}

.lh_18 {
    line-height: 18px;
}

.lh_20 {
    line-height: 20px;
}

.lh_24 {
    line-height: 24px;
}

.login-section {
    background: linear-gradient(135deg, #EFF6FF 0%, #EEF2FF 100%), #FFF;
    padding: 82px 0;
}

.login-section .login-card {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}

.login-detail {
    width: 100%;
    margin: 0 auto;
    background: #FFF;
    padding: 55px 70px 30px;

    box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.divider {
    display: flex;
    align-items: center;
    text-align: center;
    color: #888;
    /* optional - text color */
    font-size: 14px;
}

.divider::before,
.divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #e0e0e0;
    margin: 0 10px;
}

.main-login {
    /* border: 1px solid #E4E4E7; */
    border-radius: 8px;
    padding: 17px 0;
}

.signup-btn {
    border-radius: 8px;
    background: #48ADE0 !important;
    border: none !important;
}

.login-section .log-colom1 {
    /* height: 100vh; */
    width: 100%;
    max-width: 512px;
    display: flex;
    align-items: center;

    /* padding-bottom: 30px; */
}

.login-section .log-colom2 {
    background: linear-gradient(135deg, #DBEAFE 0%, #E0E7FF 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-section .login-img {
    width: 100%;
    max-width: 500px;
}

.login-section .login-form {
    padding-top: 30px;

}

.login-form input {
    width: 100%;
    border-radius: 10px;
    border: 1.5px solid #000;
    padding: 11px;
    background: transparent;
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.login-form label.error {
    position: absolute;
    font-size: 14px;
    top: 100%;
    color: rgb(238, 44, 44);
    left: 0;
}


.main-profile {
    border-radius: 8px;
    border: 1px solid #B3E5FC;
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(79, 195, 247, 0.10);
}

/* edit-profile-img */
.profile-img-bg {

    border-radius: 9999px;
    /* opacity: 0.75; */
    background: linear-gradient(90deg, #B3E5FC 0%, #4FC3F7 50%, #29B6F6 100%);
    /* filter: blur(2px); */
    width: fit-content;
    padding: 5px;
    width: 100px;
    height: 100px;

}

.input-with-icon {
    position: relative;
    width: 100%;
}

.input-with-icon svg {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    pointer-events: none;
}

.input-with-icon input {
    padding-left: 40px;
    height: 45px;
    border: 1.5px solid #000;
    border-radius: 8px;
    width: 100%;
}

.profile-btn {
    margin-top: 32px;
    border: 1px solid rgba(179, 229, 252, 0.30);
    background: #FFF;
    gap: 16px;
}

.profile-btn .nav-link {
    color: #71717A;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    border-radius: 0;
    padding: 14px 16px;
}

.nav-pills .nav-link.active {
    color: #29B6F6;
    border-bottom: 2px solid #29B6F6;
    background: transparent;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.main-setting {
    border-radius: 8px;
    border: 1px solid rgba(179, 229, 252, 0.50);
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    /* padding: 25px; */
    margin-bottom: 30px;
}

/* @media (max-width: 991px) {
    .assigned-main .repoter-main {
        height: 100%;
    }
} */
@media (min-width: 576px) {
    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        max-width: 515px;
    }
}
@media (max-width: 768px) {
    .login-detail {
        padding: 55px 30px 30px;
    }
}
@media (max-width: 576px) {
    .fs_md_28 {
        font-size: 28px;
    }

    .log-colom1 {
        padding-bottom: 0;
    }
    .profile-btn {
        gap: 0px;
        padding: 10px;
    }
    
    .profile-btn .nav-link {
        padding: 0px 0px;
    }
}