@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

*, ::after, ::before {
    box-sizing: border-box;
} 

body {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 160%;
    margin: 0;
}

img {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

button {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
}

input:focus,
textarea:focus {
    outline: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
}

.m-0 {
    margin: 0;
}

.mx-auto {
    margin: 0 auto;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-15 {
    margin-bottom: 1.5rem;
}

.py-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.relative {
    position: relative;
}

.inline-block {
    display: inline-block;
}

.flex {
    display: flex;
}

.grid {
    display: grid;
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fw600 {
    font-weight: 600;
}

.fw700 {
    font-weight: 700;
}

.size20 {
    font-size: 20px;
}

.size24 {
    font-size: 24px;
}

.basic-20 {
    flex-basis: 20px;
    flex-shrink: 0;
}

.basic-150 {
    flex-basis: 150px;
    flex-shrink: 0;
}

.basic-200 {
    flex-basis: 200px;
    flex-shrink: 0;
}

.basic-300 {
    flex-basis: 300px;
    flex-shrink: 0;
}

.flex-auto {
    flex: auto;
}

.f-wrap {
    flex-wrap: wrap;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-1B2C43 {
    color: #1B2C43;
}

.text-007aff {
    color: #007aff;
}

.text-020a1c {
    color: #020a1c;
}

.text-E3313C {
    color: #E3313C;
}

.text-6F7A8A {
    color: #6F7A8A;
}

.content-between {
    justify-content: space-between;
}

.content-center {
    justify-content: center;
}

.content-end {
    justify-content: end;
}

.items-center {
    align-items: center;
}

.seft-center {
    align-self: center;
}

.max-w500 {
    max-width: 500px;
    margin: 0 auto;
}

.wrap {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.208333) 0%, #A6CDFF 100%);
}

.wrap::after{
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 458' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M681.6 457.04C681.6 457.04 691.776 365.648 744.96 363.152C798.144 360.656 820.992 345.488 831.168 314.96C841.344 284.432 879.36 221.072 963.072 231.248C1046.78 241.424 1084.8 228.752 1115.33 193.232C1145.86 157.712 1163.52 99.3439 1226.88 104.528C1290.24 109.52 1325.76 124.88 1353.79 94.352C1381.63 63.824 1394.3 0.463989 1440 0.463989V458L681.6 457.04Z' fill='white'/%3E%3Cpath opacity='0.2' d='M1377.22 160.208C1338.62 218.384 1314.62 200.72 1253.76 200.72C1192.9 200.72 1136.26 203.024 1084.03 252.176C1031.81 301.52 1005.12 333.776 934.656 336.464C790.08 341.84 734.784 454.544 723.84 458C723.84 458 1243.2 458 1440 458V97.808C1418.3 110.864 1396.61 130.832 1377.22 160.208Z' fill='%230057DA'/%3E%3Cpath opacity='0.13' d='M1004.74 356.432C981.504 347.216 912 379.472 859.776 328.784C807.552 277.904 807.552 273.296 694.464 296.528C581.376 319.568 558.144 190.16 436.416 190.16C314.688 190.16 334.848 208.592 259.584 120.848C184.128 33.104 148.608 105.872 90.6242 91.8559C32.6402 77.8399 10.1762 23.696 10.1762 23.696L1.53624 19.088C0.960244 18.32 0.576244 17.552 0.000244141 16.976V458H1056.96C1056.96 458 1027.97 365.648 1004.74 356.432Z' fill='%239FB6FF'/%3E%3Cpath opacity='0.2' d='M963.072 393.104C939.264 390.416 912 408.656 859.776 376.784C807.552 344.912 807.552 342.032 694.464 356.432C581.376 371.024 558.144 289.808 436.416 289.808C314.688 289.808 334.848 301.328 259.584 246.224C184.128 191.12 174.336 228.56 103.296 238.736C45.1202 247.184 10.1762 185.36 10.1762 185.36L1.53624 182.48C0.960244 182.096 0.576244 181.52 0.000244141 181.136V458H1005.12C1005.12 458 1012.8 398.864 963.072 393.104Z' fill='%230057DA'/%3E%3C/svg%3E");
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 1;
    
}

.form-wrap {
    width: 457px;
    background: white;
    box-shadow: 1px 4px 6px rgba(0, 127, 243, 0.2);
    border-radius: 10px;
    position: relative;
    z-index: 3;
    padding: 45px 34px;
}

.form-wrap .header-logo {
    position: relative;
}

.form-wrap .header-logo::after {
    content: "";
    border-bottom: 1px dashed #D9E1EC;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}

.form-wrap .header-logo::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    z-index: 1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='none'%3E%3Ccircle cx='15' cy='15' r='15' fill='%2301AA81'/%3E%3Cpath d='M22.156 9.076a1.066 1.066 0 0 0-.757-.326 1.04 1.04 0 0 0-.758.326l-7.952 8.21-3.34-3.456a1.062 1.062 0 0 0-1.542.027 1.13 1.13 0 0 0-.307.802 1.155 1.155 0 0 0 .333.79l4.098 4.225a1.067 1.067 0 0 0 .758.326 1.041 1.041 0 0 0 .758-.326l8.71-8.98a1.129 1.129 0 0 0 0-1.618Z' fill='%23fff'/%3E%3C/svg%3E");
}

.form-wrap .header-logo .logo {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: #F0F3F5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.form-wrap .logo {
    text-align: center;
}

.form-wrap .title {
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    color: #1B2C43;
    text-align: center;
    margin: 30px 0;
}

.ui-label {
    color: #1B2C43;
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
}

.form-wrap .ui-label {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
}

.ui-input {
    background: #FFFFFF;
    border: 1px solid #D9E1EC;
    border-radius: 4px;
    display: block;
    position: relative;
    font-size: 14px;
    width: 100%;
    padding: 6px 12px;
    height: 40px;
}

textarea.ui-input {
    height: auto;
}

.form-wrap .ui-input {
    height: 52px;
    padding: 10px;
}

.form-wrap .relative .ui-input {
    padding: 10px 10px 10px 38px;
}

.ui-input::placeholder {
    color: #A7B3C4;
}

.ui-button {
    width: auto;
    min-width: 120px;
    height: 40px;
    color: #435267;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #D9E1EC;
    transition: all 0.3s ease;
}

.ui-button:hover {
    background: #227ef4;
    color: #fff;
}

.ui-submit {
    background: #0063E2;
    color: #fff;
}

.form-wrap .ui-button {
    width: 100%;
    height: 52px;
    color: #fff;
    background: #0063E2;
    box-shadow: 1px 4px 6px rgba(0, 127, 243, 0.2);
    font-size: 18px;
    border: none;
}

.form-wrap .ui-button:hover {
    background: #035ccd;
}

.form-wrap .link {
    display: flex;
    gap: 4px;
    justify-content: space-between;
}

.form-wrap .link a {
    text-decoration: none;
    font-weight: 500;
    color: #0063E2;
}

.form-wrap .link a:hover {
    text-decoration: underline;
}

.input-group-text {
    position: absolute;
    z-index: 1;
    top: 16px;
    left: 18px;
}

.main-wrap {
    height: 100vh;
    background-color: #F3F5FB;
    position: fixed;
    width: 100%;
}

.header {
    width: 100%;
    height: 80px;
    background-color: #fff;
    padding: 0 20px;
    box-shadow: 0px 0px 6px rgba(162, 195, 221, 0.21);
    position: relative;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-body {
    display: flex;
    height: calc(100% - 80px);
}

.left-nav-menu {
    width: 310px;
    background-color: #fff;
    padding: 40px 24px 24px;
}

.left-nav-menu a {
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 44px;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 4px;
    margin-bottom: 4px;
    transition: all 0.3s ease;
}

.left-nav-menu a svg {
    color: #B9C2CD;
}

.left-nav-menu a span {
    color: #435267;
}

.left-nav-menu li.active a,
.left-nav-menu li:hover a {
    background-color: #0063E2;
}

.left-nav-menu li.active a span,
.left-nav-menu li:hover a span,
.left-nav-menu li.active a svg,
.left-nav-menu li:hover a svg {
    color: #fff;
}

.wrapper {
    display: flex;
    height: 100%;
    width: 100%;
}

.content-page {
    width: 100%;
    overflow-y: auto;
    padding: 32px;
}

.content-page .content-wrapper {
    max-width: 1024px;
    left: 0;
    right: 0;
    margin: auto;
}

.page-name {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    margin-bottom: 24px;
}

.page-name .btn-back {
    bottom: -2px;
    left: 0;
    cursor: pointer;
    margin-right: 12px;
    position: relative;
}

.page-title {
    font-size: 20px;
    font-weight: 700;
    height: 75%;
}

.page-name-sub {
    color: #435267;
    margin-bottom: 24px;
    margin-left: 28px;
}

.box-content {
    margin: auto;
    background-color: #fff;
    border-radius: 12px;
    padding: 1.5rem;
}

.decoration-none {
    text-decoration: none;
}

.border-b {
    border-bottom: 1px solid #D9E1EC;
}

.gap10 {
    gap: 10px;
}

.gap26 {
    gap: 26px;
}

.item-setting {
    background: #FFFFFF;
    border: 1px solid #D9E1EC;
    border-radius: 8px;
    text-align: center;
}

.setting-name {
    background: #F0F3F5;
    border-bottom: 1px solid #D9E1EC;
    border-radius: 8px 8px 0px 0px;
    color: #1B2C43;
    font-weight: 500;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.setting-content {
    padding: 20px;
}

.setting-icon {
    color: #1B2C43;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.item-setting .ui-button {
    width: 100%;
}

.item-setting .ui-button:hover {
    border-color: #0063E2;
    color: #0063E2;
    background-color: #fff;
}

.setting-box {
    background: #FFFFFF;
    border: 1px solid #D9E1EC;
    border-radius: 4px;
    padding: 20px;
}

.suggested-item {
    background: #F0F3F5;
    color: #1B2C43;
    border-radius: 4px;
    padding: 5px 10px;
    cursor: pointer;
}

.suggested-more {
    background: #6F7A8A;
    color: #fff;
}

.user-dropdown {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #D9E1EC;
    border-radius: 20px;
    height: 40px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 4px;
    padding-right: 10px;
    cursor: pointer;
}

.user-dropdown .image {
    background: #F5F9FE;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.user-dropdown .image img {
    object-fit: scale-down;
}

.user-dropdown .name {
    color: #1B2C43;
    font-weight: 600;
    font-size: 14px;
}

.sub-dropdown {
    box-shadow: 0px 2px 20px rgb(0 117 225 / 8%);
    border-radius: 8px;
    padding: 12px 22px;
    position: absolute;
    width: 100%;
    min-width: 200px;
    background: #fff;
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all ease;
    top: calc(100% + 6px);
    right: 0;
}

.sub-dropdown a {
    display: flex;
    gap: 15px;
    padding: 10px 0;
    align-items: center;
    text-decoration: none;
}

.sub-dropdown svg {
    flex-basis: 20px;
}

.user-dropdown:hover .sub-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

input.ui-checkbox[type="checkbox"] {
    position: relative;
    width: 60px;
    height: 30px;
    -webkit-appearance: none;
    appearance: none;
    background: #D9E1EC;
    outline: none;
    border-radius: 2rem;
    cursor: pointer;
}
  
input.ui-checkbox[type="checkbox"]::before {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}
  
input.ui-checkbox[type="checkbox"]:checked::before {
    transform: translateX(100%);
    background: #fff;
}
  
input.ui-checkbox[type="checkbox"]:checked {
    background: #34C759;
}

input.ui-checkbox2{
    height:16px;
    width:16px;
    accent-color: #0063E2;
}

.noti-wrap {
    width: 530px;
    background: #FFFFFF;
    border-radius: 20px;
    position: relative;
    z-index: 20;
}

.noti-title {
    height: 56px;
    background: #F5F9FE;
    border-radius: 20px 20px 0px 0px;
    color: #1B2C43;
    font-weight: 700;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.noti-content {
    padding: 30px;
}

.main-wrap .noti-wrap {
    margin: auto;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(27,44,67,70%);
}

.validation-summary-errors, .text-red {
    color: #E3313C;
}
@media only screen and (max-width: 1140px) {
    .main-wrap .grid-cols-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 991px) {
    .main-wrap .basic-150, .basic-200, .basic-300 {
        flex-basis: 100px;
        text-align:center;
    }

    .left-nav-menu {
        width: 105px;
    }

    .left-nav-menu a span {
        display: none;
    }

    .main-wrap .grid-cols-4 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 550px) { 
    .main-wrap .flex {
        flex-direction: column;
    }

    .main-wrap .basic-150, .basic-200, .basic-300 {
        flex-basis: unset;
        align-self: flex-start;
    }

    .noti-wrap {
        width: 330px;
    }
}