body {
   
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
}
.error {
    color: white !important;
    margin-top: 10px;
    display: block;
    font-size: 13px;
}
.auth-wrap {
    min-height: 100vh;
    position: relative;
    width: 100%;
}
.auth-wrap .flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.auth-wrap {
    width: 100%;
    padding: 100px 40px;
    background: linear-gradient(122deg, #000, #1ea8f2);
}
.auth-wrap a {
    color: #000;
    font-size: 13px;
}
.auth-btn {
    display: block;
    width: 100%;
    margin-top: 20px;
}
.auth-btn:hover {
    color: #fff !important;
}
.auth-btn {
    background-color: #000;
    color: #fff;
    border-color: #000 !important;
}
.auth {
    max-width: 400px;
    margin: 0 auto;
}
.auth-wrap .m-top {
    box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
    /**transform: matrix(-1, 0, 0, 1, 0, 0);*/
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 40px;
    align-items: center;
}
.auth-wrap .bottom {
    top: auto;
    bottom: 20px;
    display: none;
    box-shadow: none;
}
.auth-wrap .m-top .div {
    color: #667085;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.auth-wrap .m-top .div h6 {
    color: #667085;
    padding-right: 5px;
}
.auth-wrap .bottom .div h6 {
    padding: 0px 5px;
}
.auth-wrap .m-top img {
    width: 100px;
}
.auth-wrap form {
    max-width: 400px;
    margin: auto;
}
.auth-wrap h1 {
    font-size: 25px;
    font-weight: 900;
    margin-top: 50px;
    margin-bottom: 20px;
}
.auth-wrap h5 {
    color: #667085;
    margin-bottom: 30px;
}
.auth-wrap label {
    color: #fff;
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.auth-wrap input,
.auth-wrap select {
    border-color: #d0d5dd !important;
    height: 44px !important;
    font-size: 13px;
    background: transparent;
    color: #fff;
}
.auth-wrap input::placeholder {
    font-size: 13px;
}
input#remember {
    height: auto !important;
}
.auth-wrap .right {
    background: linear-gradient(157.22deg, #f6be4f 13.8%, #68cc58 118.09%);
    display: flex;
    align-items: center;
    color: #fff;
    width: 50%;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    text-align: center;
}
.auth-wrap .right img {
    width: 270px;
    display: block;
}
.auth-wrap .right h2 {
    color: #fff;
    font-size: 25px;
    margin: 10px 0px;
}
.auth-wrap .right p {
    color: #fff;
    font-size: 15px;
    max-width: 500px;
}
.ff {
    display: none;
}
@media (max-width: 768px) {
    .auth-wrap .right {
        display: none;
    }
    .auth-wrap {
        width: 100%;
        padding: 55px 7% 100px;
    }
    .auth-wrap .m-top {
        width: 100%;
        padding: 10px 6%;
    }
    .ff {
        display: block;
        width: 100%;
    }
    .auth-wrap .m-top .div {
        font-size: 12px;
    }
    .auth-wrap h1 {
        font-size: 24px;
    }
}

/*SIGN UP*/
.left {
    overflow: hidden;
    height: 100vh;
}
.left #app {
    height: 100vh;
    overflow: auto;
    padding-bottom: 180px;
}

.left #app::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #f2f2f2;
}

.left #app::-webkit-scrollbar {
    width: 5px;
    height: 10px;
    border-radius: 8px;
    background-color: #f2f2f2;
}
.left #app::-webkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #e4e0ff;
    max-height: 40px !important;
}
.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 20px;
    margin: 20px 0px;
}
@media (max-width: 500px) {
    .grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 0px;
        row-gap: 10px;
        margin: 20px 0px;
    }
    .p-info {
        width: 150px !important;
    }
}
.p-info {
    width: 160px;
    border: 1px solid #d0d5dd;
    box-shadow: 0px 1px 2px rgb(16 24 40 / 5%);
    border-radius: 8px;
    color: #d0d5dd;
    text-align: center;
    padding: 10px;
    font-size: 13px;
    cursor: pointer;
}
.p-info:hover,
.p-info.active {
    color: var(--sec-color);
    border-color: var(--sec-color);
}
.p-info.block {
    display: block;
    width: 100% !important;
    margin-bottom: 20px;
}
.success-wrap {
    max-width: 400px;
    margin: 0 auto;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.phone-wrap {
    position: relative;
}
.phone-wrap img {
    position: absolute;
    top: 9px;
    left: 6px;
}
.phone-wrap input {
    padding-left: 35px;
}
#drop_zone {
    width: 100%;
    border: 1px solid #4d93fe;
    border-radius: 5px;
    background: #fafcff;
    padding: 25px 40px 40px;
    text-align: center;
    cursor: pointer;
}
#drop_zone img {
    width: 45px;
}
#drop_zone p {
    color: #5e44ff;
    font-size: 13px;
}
#drop_zone p strong {
    font-weight: 800;
    color: #015be5;
}
.file-hide {
    display: none;
}
#drop_zone.is-invalid {
    border-color: red;
}
#drop_zone.is-valid {
    border-color: #f6be4f;
}

.file-wrap {
    width: 100%;
    border: 2px solid #4d93fe;
    border-radius: 5px;
    background: #fff;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.file-wrap img {
    width: 20px;
}
.file-wrap div {
    display: flex;
    align-items: center;
}
.file-wrap div img {
    width: 30px;
    margin-right: 7px;
}
.file-wrap p small {
    display: block;
    text-transform: uppercase;
    color: #667085;
    font-size: 13px;
}
