.fontatas {
    white-space: nowrap;
    text-align: left !important;
    font-family: 'Inter', sans-serif !important;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    color: rgba(255, 255, 255, 1) !important;
    /* letter-spacing: 0.91px; */
    text-transform: uppercase;
}

.fontatas.scrolled {
    text-align: left !important;
    font-family: 'Inter', sans-serif !important;
    color: #1a3b70 !important;
}

.navbarcolor {
    background-color: transparent;
    border-color: transparent;
    transition: 0.3s;
}

.navbarcolor.scrolled {
    background-color: white !important;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.tlt {
    cursor: pointer;
    margin-left: 15px;
    background-color: #1a3b70;
    padding: 5px !important;
    color: #fff !important;
    top: 12px;
}

.tlt.scrolled {
    cursor: pointer;
    margin-left: 15px;
    background-color: #1a3b70;
    padding: 5px !important;
    color: white !important;
    top: 8px;
}

.tlt.scrolled:hover {
    background-color: #1a3b70 !important;
}

.active .fontatas {
    background-color: transparent !important;
    padding-bottom: 5px;
    border-bottom: 3px solid white;
}

.active .fontatas.scrolled {
    background-color: transparent !important;
    padding-bottom: 5px;
    border-bottom: 3px solid rgba(250, 166, 26, 1);
}


.sub1:hover .submenu a {
    display: block;
}

.submenu {
    background-color: #1a3b70;
    border-radius: 10px;
    left: 10px;
    min-width: 170px;
    position: absolute;
}

.submenu a {
    font-family: 'Inter', sans-serif !important;
    color: white;
    font-size: 15px;
    display: none;
    transition: 0.3s all;
}

.block {
    display: block;
}

.subtlt {
    background-color: #1a3b70;
    border-radius: 10px;
    left: 10px;
    top: 50px;
    width: 80px;
    position: absolute;
}

.subtlt a {
    cursor: pointer;
    font-family: 'Inter', sans-serif !important;
    color: white;
    font-size: 15px;
    display: none;
    transition: 0.3s all;
}

.newradio {
    border: 1px solid grey;
    border-radius: 7px;
    margin: 10px 0 10px 20px;
    padding: 20px 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.newradio>h4 {
    width: 100%;
}

.newradio>img {
    /* width: 75px; */
    height: 75px;
}

.col-radio {
    width: 75%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: auto;
    grid-template-rows: 200px;
    margin-bottom: 30px;
}

.col-radio-sign-company {
    width: 86%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: auto;
    grid-template-rows: 200px;
    margin-bottom: 30px;
}

.col-radio-sign-company-nomargin {
    width: 90%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0;
    grid-template-rows: 200px;
    margin-bottom: 30px;
}

.thin-shadow {
    box-shadow: 5px 5px 5px 2px rgba(212, 212, 212, 0.5);
}

.vendor-input-group .input-icon {
    position: absolute !important;
    top: 9px;
    right: 1em;
    font-size: 1.5em;
}

.vendor-input-group .spandrop {
    top: 1em;
}

.vendor-container {
    width: 86%;
    margin: auto;
}

.vendor-input,
select.vendor-input {
    border: 1px solid black;
    padding: 15px 20px;
    width: 100%;
    border-radius: 10px;
    outline: none;
    appearance: none;
}


select.disabled,
.selectize-disabled,
input[type="text"].disabled,
input[type="email"].disabled,
input[type="password"].disabled,
input[type="number"].disabled {
    background-color: #cecece !important;
    cursor: no-drop;
}


.p-medium {
    padding: 20px 25px;
}

.vendor-box {
    background-color: #f9f9f9 !important;
    padding: 5px 20px 25px;
    border-radius: 20px;
    margin: 25px auto;
}

.vendor-sub-box {
    background-color: #efefef;
    border-radius: 20px;
    padding: 20px;
    width: 80%;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-50 {
    margin-bottom: 50px;
}

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

.black-line {
    width: 100%;
    height: 1px;
    background-color: black;
}

.vendor-selectize {
    padding: 25px;
}

.vendor-selectize>* {
    top: 5px;
    left: 3px;
    position: absolute;
    border: none !important;
    box-shadow: none !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-4-5 {
    margin-top: 2rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

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

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.--height-40 {
    height: 40px;
}

.--height-48 {
    height: 48px !important;
}

.--border-10 {
    border-radius: 10px !important;
}

.--reset-input {
    color: red;
    position: absolute;
    right: 4.5em;
    top: 0.75em;
    z-index: 5;
}

.--reset-input-2 {
    position: absolute;
    top: 50%;
    right: 30px;
    cursor: pointer;
    color: red;
}

.table-borderless>tbody>tr>td,
.table-borderless>tbody>tr>th,
.table-borderless>tfoot>tr>td,
.table-borderless>tfoot>tr>th,
.table-borderless>thead>tr>td,
.table-borderless>thead>tr>th {
    border: none;
}

.word-break-all {
    word-break: break-word;
}

.required-field {
    color: red;
}

.required-field::before {
    content: "*";
}

.cursor-block {
    cursor: default !important;
}