﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: var(--font-primary)
}
:root {
    --font-primary: "Inter", sans-serif;
    --text-6: 6px;
    --text-9: 9px;
    --text-10: 10px;
    --text-11: 11px;
    --text-12: 12px;
    --text-13: 13px;
    --text-14: 14px;
    --text-15: 15px;
    --text-16: 16px;
    --text-17: 17px;
    --text-18: 18px;
    --text-20: 20px;
    --text-24: 24px;
    --text-30: 30px;
    --text-35: 35px;
    --text-40: 40px;
    --text-45: 45px;
    --text-50: 50px;
    --text-55: 55px;
    --text-60: 60px;
    --text-64: 64px;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    font-weight: 700;
    margin: 0;
    color: var(--color-dark-4);
}
/*Login*/
.css-1oq19xo {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100vh;
    background: url(/assets/background/login-background.jpg) center center / cover;
}

.css-1oy3crx {
    color: rgb(33, 43, 54);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 8px;
    box-shadow: rgba(145, 158, 171, 0.2) 0px 2px 4px -1px, rgba(145, 158, 171, 0.14) 0px 4px 5px 0px, rgba(145, 158, 171, 0.12) 0px 1px 10px 0px;
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.8);
}

.css-1p7vffv {
    padding: 48px;
}

.css-1i43dhb {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.css-feqhe6 {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    min-width: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    vertical-align: top;
    width: 100%;
}


.form-control {
    width: 100%;
    border: none;
    padding: 10px;
    background: transparent;
    margin: 0
}

.contact-form, .form-select, .select2-container--default .select2-selection--single {
    border: 0;
    outline: none;
    width: 100%;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    line-height: unset;
    padding: 13px 15px;
    color: var(--color-light-1);
    transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-weight: 600;
}
    .contact-form:focus {
        border: 1px solid #21419d !important;
    }

    .contact-form-pl35 {
        padding-left: 35px;
    }
.select2-container .select2-selection--single .select2-selection__rendered
{
    padding:0
}
.select2-container--default .select2-selection--single .select2-selection__rendered
{
    line-height:unset
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 13px;
    right: 7px;
}
.select2-container .select2-selection--single {
    padding: 13px 15px;
    height:unset
}
.select2-dropdown {
    border: 1px solid #e1e1e1;
}
.select2-results
{
    font-size:14px
}
.input-icon {
    position: absolute;
    z-index: 9;
    left: 12px;
    top: 12px;
    color: #8c98a4;
    font-size: 18px;
}
#_showpass {
    position: absolute;
    right: 12px;
    top: 15px;
    z-index: 99;
    font-size: 13px;
}
.css-o5r8np {
    margin: 0px;
    font: inherit;
    color: rgb(0, 167, 111);
    text-decoration: none;
}
.css-7o1287 {
    margin: 0px;
    font-weight: 400;
    font-size: 14px;
    text-align: right;
}
.button.-gradient-1:hover {
    background-color: var(--color-purple-1) !important;
}
.button.-gradient-1:hover {
    background-position: right center !important;
}
.outline-null, .outline-null:focus {
    outline: #fde5e1 solid 3px;
}
.bg-back-log {
    position: absolute;
    left: 25px;
}
.text-account {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    display: flex;
}
    .text-account:before {
        content: "";
        width: 4px;
        height: 25px;
        background: #21419d;
        font-size: 12px;
        margin-right: 10px;
    }
.p168 {
    padding: 16px 8px
}
.w-25
{
    width:25%
}
.outline-null:focus {
    border: 1px solid red !important;
}
input[type="button"]:disabled,
input[type="submit"]:disabled,
input[type="reset"]:disabled {
    opacity: 0.5
}
.file-upload__input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--color-purple-1);
    --bs-btn-border-color: var(--color-purple-1);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--color-purple-1);
    --bs-btn-hover-border-color: var(--color-purple-1);
    --bs-btn-focus-shadow-rgb: 107, 111, 200;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--color-purple-1);
    --bs-btn-active-border-color: var(--color-purple-1);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--color-purple-1);
    --bs-btn-disabled-border-color: var(--color-purple-1);
}

.box-text img {
    object-fit: cover;
    max-height: 100px;
    max-width: 100px;
    width: 100%;
}
.box-text span {
    text-align: center;
    display: block;
    font-size:12px
}
#_pnImgUpload
{
    display:none
}
.-notepass ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap:3px;
}

@media (max-width: 360px) {
    .md\:text-14 {
        font-size: var(--text-12) !important;
    }
}
@media (min-width: 375px) {
    .css-ymzvod, .css-ymzvodrg {
        width: 100vw;
        margin: 0 15px;
    }
    .css-ymzvodrg
    {
        margin:0
    }
    
    .css-1p7vffv {
        padding: 35px 26px;
    }
}

@media (min-width: 900px) {
    .css-ymzvod {
        width: 500px;
    }
    .css-ymzvodrg {
        width: 800px;
    }
}
@media (max-width: 960px) {
    #_signup{
        height: 100%
    }
        .css-1oq19xo .row {
            --bs-gutter-y: 15px;
        }
}
