:root {
    --mid_yellow: #f4ac4d;
    --mid_black: #494949;
    --mid_dark_gray: #d9d9d9;
    --light_gray: #f2f2f2;
    --doc-height: 100%;
}
html, body {
    color: #1c1a17;
}
@media screen and (min-width: 1200px){
    .table-responsive{
        overflow: visible;
    }
}

.upload_card_mobile .card{
    flex-grow: 1;
}

body{
    overflow-x: hidden;
}

@media screen and (max-width: 768px){
    .fix-checkmark .checkmark_small{
        left: calc(50% - 15px);
        transform: translateX(calc(50% - 15px));
    }

    .hide_on_mobile{
        display: none;
    }

    .header_img{
        display: none;
    }

    .login-button{
        font-size: 14px !important;
        padding-left: 1.2rem !important;
        padding-right: 1.2rem !important;
    }

    .profil-title{
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
}

.upload_card_mobile .card-body{
    height: 200px;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 48px;
    height: 48px;
    margin: 8px;
    border: 6px solid #f4ac4d;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}
#app{
    max-width: 100vw;
    position: relative;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 1000px){
    .upload_card_mobile{
        display: flex;
        flex-direction: column;
    }

    .upload_card_mobile .image_card{
        height: auto !important;
    }
}

@media screen and (max-width: 1250px) and (min-width: 1100px){
    .upload_card_mobile .image_card{
        height: 250px !important;
    }
}

@media screen and (max-width: 1100px) and (min-width: 1000px){
    .upload_card_mobile .image_card{
        height: 300px !important;
    }
}

body {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: var(--mid_black);
    line-height: 1.7;
}
.btn {
    color: white;
}

.error-text {
    color: red;
    font-size: 12px;
    margin-bottom: 3px;
}

.is-invalid {
    outline: 1px solid red;
}

.long-href {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

#navbarDropdown1 {
    outline: none;
}

.modal div.toolbar {
    display: none !important; /* hide PDF viewer toolbar */
}
.modal #viewerContainer {
    top: 0 !important; /* move doc up into empty bar space */
}

#navbarDropdown {
    outline: none;
    box-shadow: none;
}

#navbarDropdown:focus {
    outline: none;
    box-shadow: none;
}

#dropdownMenuButton::after {
    display: none;
}

#dropdownMenuButton {
    padding-right: 45px !important;
    background: url("/images/arrow_down_invert.svg") no-repeat right #494949;
    background-position: right 20px center;
}

.dropdown:focus {
    outline: none;
    box-shadow: none;
}

.container {
    max-width: 1300px;
}
.login-page .form-control {
    height: auto;
    padding: 8px 10px;
}
td .btn-primary {
    color: #494949;
    border: 1px solid #494949 !important;
    padding: 10px 15px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:disabled,
.btn-primary.disabled {
    border: none;
    background-color: #f4ac4d !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: white;
}
.btn-primary:hover {
    background-color: #f4ac4d;
}
.btn-default {
    color: #1c1a17;
}
.btn-default:hover {
    color: #1c1a17;
}
.btn-primary:focus {
    outline: none;
}
select:focus {
    outline: none;
    box-shadow: none;
}
.form-control:focus {
    outline: none;
    box-shadow: none;
}
.btn-secondary {
    background-color: #494949 !important;
    text-transform: uppercase;
    border-color: #494949 !important;
    letter-spacing: 0.1em;
}
.btn-secondary:hover {
    background-color: #494949 !important;
    border-color: #494949 !important;
    color: white !important;
}
.btn-secondary:focus {
    outline: none;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    background-color: #f2f2f2 !important;
    font-size: 12px !important;
    border-radius: 0.25rem !important;
}
.select2-container--default .select2-selection--single {
    border: 0px solid #aaa !important;
    border-radius: 0.25rem !important;
    font-size: 12px;
}
.select2-dropdown--below {
    border: 1px solid #fff !important;
    border-bottom: 3px solid #fff !important;
    background-color: #f2f2f2 !important;
}
.link {
    color: #494949;
    text-decoration: underline;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}
.btn {
    /*height: 40px;*/
    padding: 6px 20px;
    font-size: 16px !important;
}
.form-label {
    height: 30px;
    padding-left: 10px;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    cursor: default;
    width: 100%;
    display: block;
}
.form-label:disabled {
    color: #494949;
    opacity: 1;
}
.form-control {
    height: 30px;
    padding-left: 10px;
    font-size: 12px;
}
.form-control,
.input-group-text {
    background-color: var(--light_gray);
    border: none;
}

.password-toggle-icon {
    padding: 0px !important;
}
.password-toggle-icon img {
    width: 27px !important;
    margin-left: 1px;
}
.password-toggle-icon .hide-icon {
    display: none;
}
.password-toggle-icon.show-password .show-icon {
    display: none;
}

.password-toggle-icon.show-password .hide-icon {
    display: block;
}

.login-input {
    background-color: white;
    border-bottom: 2px solid var(--mid_black) !important;
    border-color: #8a8a8c !important;
    font-size: 16px !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
}
.login-button {
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    letter-spacing: 0.1em;
    line-height: 20px;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 5px;
}
.button {
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 5px;
}
.login-input::placeholder {
    color: #ADACAC;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 20px;
}
.card,
.card-body {
    border-radius: 10px;
}
#navbarSupportedContent > ul.navbar-nav.ml-auto > li > div > a:hover {
    background-color: var(--mid_yellow);
}
.text-default {
    color: #212529 !important;
}
.text-secondary {
    color: #e2e2e2 !important;
}
.list-group-item.active {
    background-color: var(--mid_yellow);
    border-color: var(--mid_yellow);
}
.btn-inactive {
    background-color: #f2f2f2;
    text-transform: uppercase;
    border-color: #f2f2f2;
    color: #ADACAC;
}
.order-header {
    cursor: pointer;
}
.grid-buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-left: 20px;
    margin-right: 20px;
    justify-content: center;
}
.home_card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.home_card .card-body {
    padding-top: 0;
    padding-bottom: 0;
}
.fire-protection-test {
    height: 100px;
}
.home_card_img {
    margin-top: 4px; /*To counter line height of the card title*/
}
@media screen and (max-width: 500px) {
    .show_on_mobile {
        display: flex;
    }
    .grid-buttons {
        margin-left: 0;
        margin-right: 0;
        grid-template-columns: unset;
        grid-template-rows: repeat(3, 1fr);
    }

    .flex-justify {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    .show_on_mobile_inline {
        display: inline;
    }
    .show_on_desktop,
    .show_on_desktop_inline {
        display: none;
    }
    .home_card {
        width: 160px;
        min-height: 160px;
        height: fit-content;
        font-size: 10px;
        font-weight: 600;
    }
    .home_card_img {
        height: 60px;
    }
    .workers_detail {
        width: 68px;
    }
    .login_card {
        width: 340px;
    }
    .label {
        margin-top: 15px;
    }
    .header_img {
        width: 100%;
        height: 145px;
        object-fit: cover;
    }
    .fire-protection-test {
        height: 50px;
    }
}

@media screen and (min-width: 1000px){
    .language_switcher_container{
        margin-top: 65px;
    }
}

@media screen and (max-width: 1000px){
    .bottom-language-switcher {
       margin-top: 20px;
    }
}

.language_switcher_container{
    position: relative;
}

@media screen and (min-width: 501px) {
    .show_on_desktop {
        display: flex;
    }
    .show_on_desktop_inline {
        display: inline;
    }
    .show_on_mobile,
    .show_on_mobile_inline {
        display: none;
    }
    .home_card {
        width: 250px;
        min-height: 250px;
        height: fit-content;
        font-size: 14px;
        font-weight: 600;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .home_card_img {
        object-fit: contain;
        height: 75px;
    }
    .workers_detail {
        width: 114px;
    }
    .login_card {
        width: 540px;
    }
    .header_img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    .production_menu {
        min-width: 450px;
    }
    .page-card {
        border-radius: 0 10px 10px !important;
    }
}

.home-card-shadow {
    box-shadow: 0 0 0.5rem 0.5rem rgba(0, 0, 0, 0.08) !important ;
}

.checkboxes {
    cursor: pointer;
}
:disabled {
    cursor: no-drop;
}
.order-header {
    position: relative;
}
.order-header-asc-desc::after {
    content: url("/images/arrow_right.png");
    padding-left: 8%;
    position: absolute;
}

.order-header-asc::after {
    padding-left: 6%;
    content: url("/images/arrow_up.png");
    position: absolute;
    bottom: 0.75rem;
}

.order-header-desc::after {
    padding-left: 6%;
    content: url("/images/arrow_down.png");
    position: absolute;
    bottom: 0.75rem;
}

.u-pointer {
    cursor: pointer;
}

.u-noselect {
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}

.btn-default {
    border: 1px solid gray;
    text-transform: uppercase;
    padding: 7px 10px;
    letter-spacing: 0.1em;
}

.btn-card,
.btn-card-active {
    background-color: #f2f2f2;
    text-transform: uppercase;
    border-radius: 12px 12px 0 0 !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 16px;
    line-height: 20px;
}
.btn-card {
    padding-top: 10px;
    color: var(--mid_black);
}
.btn-card-active {
    color: var(--mid_yellow);
    box-shadow: 0px -2px 2px 2px #d4d4d4;
    z-index: 1;
    font-size: 20px;
    line-height: 24px;
}
.custom-control-input:checked ~ .custom-control-label::after {
    background-color: var(--mid_yellow) !important;
}
.custom-control-input ~ .custom-control-label::after {
    background-color: var(--mid_black) !important;
}
.custom-control-input ~ .custom-control-label::before {
    border-color: var(--mid_dark_gray);
    background-color: var(--mid_dark_gray);
}
.custom-control-input:checked ~ .custom-control-label::before {
    border-color: var(--mid_black);
    background-color: var(--mid_black);
}
.checkbox_container {
    cursor: pointer;
    font-size: 17px;
    width: 100%;
    margin-bottom: 0;
}
.checkbox_container input[type="checkbox"],
.checkbox_container input[type="radio"] {
    opacity: 0.001;
    cursor: pointer;
    height: 1px;
    width: 1px;
    border: white;
    color: white;
}

.checkbox_container input[type="checkbox"]:not(.checkmark_small) {
    height: 30px;
    width: 30px;
    position: absolute;
    z-index: 9999;
}

.checkbox_container:not(.small-input-no-placing) {
    position: absolute;
    z-index: 9999;
    top: 0;
}

.checkmark {
    position: absolute;
    /*margin-top: 3px;*/
    height: 30px;
    width: 30px;
    background-color: var(--light_gray);
    border: 1px solid var(--mid_dark_gray);
    border-radius: 5px;
}
.checkmark_small {
    margin-top: 3px;
    height: 21px;
    width: 21px;
}
.checkbox_container input:checked ~ .checkmark {
    background-color: var(--mid_dark_gray);
    background-image: url("/images/checked_checkbox.png");
    background-repeat: no-repeat;
    border: none;
    background-position: center;
    background-size: cover;
}
.font_20 {
    font-size: 20px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}
.font_24 {
    font-size: 24px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    text-transform: uppercase;
}
.font_30 {
    font-size: 30px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
    text-transform: uppercase;
}
.font_14 {
    font-size: 14px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 17px;
    text-transform: uppercase;
}
.ms-options-wrap button {
    background-color: var(--light_gray) !important;
    border: none !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    padding-left: 10px;
    line-height: 1.6;
    color: #1c1a17 !important;
    background-clip: padding-box;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.ms-options-wrap button::after {
    border: none !important;
    content: url("/images/arrow_down.svg") !important;
    border-top: 0;
    top: 25% !important;
    right: 7px !important;
    width: 13px !important;
    margin-left: 0;
    vertical-align: 0.15em;
}
thead th {
    text-transform: uppercase !important;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
}
.search-group > *,
.back-home {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}
.search-group > .form-control {
    border-radius: 4px !important;
    height: 40px;
    font-size: 14px;
}
select {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    padding-right: 25px !important;
}

.table-striped thead tr {
    background-color: var(--light_gray);
}
.table-striped tbody tr {
    background-color: var(--light_gray) !important;
}
.table-striped tbody tr:nth-of-type(odd) {
    /*background-color: rgba(0, 0, 0, 0.05);*/
    background-color: white !important;
}
.table-striped tbody tr td:nth-child(1) {
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    text-transform: uppercase;
}
.table_container {
    max-width: fit-content;
    max-height: fit-content;
}
.table_fixed {
    overflow-x: scroll;
    overflow-y: scroll;
    max-height: 80vh;
}
table:not(.table-fixed-layout) {
    border-collapse: separate;
}
.sticky-header {
    position: sticky;
    top: 0;
    background: white;
    z-index: 10;
}
.sticky-column {
    position: sticky;
    left: 0;
    z-index: 9;
}
.sticky-column.white {
    background-color: white;
}
.sticky-column.grey {
    background-color: #f2f2f2;
}
.background-grey:disabled {
    background-color: var(--light_gray) !important;
}
.hidden {
    visibility: hidden;
    display: none;
}
.navbarDropdown::after {
    content: url("/images/arrow_down.svg") !important;
    border-top: 0;
    margin-left: 0;
    vertical-align: 0.15em;
}

.login-input img {
    width: 20px;
}
.card-body {
    padding: 30px;
}
.border-danger {
    border: 2px solid;
}

.card_body_padding {
    padding: 5%;
}
.label {
    font-family: "Montserrat";
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    /*line-height: 20px;*/
    text-transform: uppercase;
}
.table th {
    padding: 0.65rem !important;
    color: var(--mid_black);
}
.table td {
    padding: 0.45rem !important;
    color: var(--mid_black);
}
.btn-success,
.btn-secondary {
    text-transform: uppercase;
}
.production_menu {
    margin-top: 20px;
    border-radius: 0 0 7px 7px;
    background-color: var(--mid_yellow);
}
.production_menu .dropdown-item {
    display: flex;
    flex-wrap: wrap;
}
.production_menu .dropdown-item > span {
    white-space: initial;
}
.bottom-language-switcher a {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #494949;
}

.startf-btns {
    display: flex;
    flex-direction: column;
}
.startf-btns .btn:first-child {
    flex: 1;
}
.startf-btns .btn:last-child {
    flex: 1;
}

.login-page,
.register-page {
    justify-content: space-between;
    height: 100vh;
    height: var(--doc-height);
}

.login-page div.invisible,
.register-page div.invisible {
    height: 37px;
}
.login_card {
    margin-bottom: 0px;
}
.gdpr {
    margin-bottom: 10px;
}
/* Dekstop */
@media (min-width: 768px) {
    .login_card {
        min-width: 720px;
    }
    .login-card-body input {
        max-width: 464.07px;
        margin: auto;
    }
    .shadow.login_card input,
    .shadow.login_card .fix-width {
        max-width: 466px;
        margin: auto;
    }
    .shadow.login_card .fix-width {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .login-card-body .input-group {
        padding-top: 10px;
    }
    .password-reset {
        margin-top: 39px !important;
    }
    .logo-top {
        margin-top: 10px !important;
    }
    .fix-height {
        height: 15px;
    }
    .register-page .card.shadow.login_card .checkbox_container {
        margin-top: 25px;
    }
    .register-new-email {
        padding-left: 2.5rem !important;
        padding-top: 2rem;
        margin-bottom: -25px !important;
    }
    .register-page label.checkbox_container {
        margin-left: -5px;
    }
    .select-page-logo {
        margin-bottom: 5rem;
    }
    .select-page-buttons {
        margin-top: 6rem !important;
    }
    .navbar {
        min-height: 100px;
    }
    .header_img {
        max-height: 240px;
    }
    .production_menu {
        min-width: 500px !important;
    }
    .dropdown-menu-right {
        min-width: 300px;
    }
    .dropdown-menu-right .dropdown-item {
        padding-top: 10px;
    }
    .production-menu-point {
        margin-right: 19rem !important;
    }
    .row.mb-5.mt-4.mt-md-5.pt-md-5
        .col-md-3.col-6.pb-md-5.mb-md-5.mb-4
        .home_card {
        margin-left: 20px;
    }
    .circle-data {
        text-transform: uppercase;
    }
    .margin-set {
        margin-left: -30px;
    }
    .margin-set-1 {
        margin-left: -10px;
    }
    .margin-set-2 {
        margin-left: -20px;
    }
    .save-profil-btn {
        width: 158px;
        height: 40px;
    }
    .max-width {
        max-width: 1150px;
        margin: auto;
    }
    .password-change .input-group {
        max-width: 466px;
        margin: auto;
        padding-bottom: 20px;
    }
    .language-switcher.password-em {
        padding-top: 2px;
    }
    #productions-table tbody tr td,
    #productions-table th {
        padding-left: 15px !important;
        vertical-align: baseline;
    }
    .production-body-width {
        min-width: 1300px;
    }
    .upload-border {
        width: 1110px;
        height: 138px;
        margin: auto;
        border: none;
    }
    .startf-btns {
        flex-direction: row;
        justify-content: center;
        max-width: 600px;
    }
    .startf-btns .btn:last-child {
        flex: 2;
    }
}
@media (min-width: 1024px) {
    .table-fixed-layout {
        table-layout: fixed;
    }
}
.login-button {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
    padding: 10px 40px;
}
.login-card-body .link {
    text-decoration: none;
}
.main-footer {
    margin-bottom: 10.6px;
    margin-top: 35px;
}
.main-flex-wrapper {
    display: flex;
    min-height: 100vh;
    min-height: var(--doc-height);
    flex-direction: column;
    justify-content: flex-start;
}
.navbar-fixed {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 99999999;
}
.swal2-container {
    z-index: 9999999 !important;
}
.gdpr a,
.main-footer a {
    color: #494949;
}
select {
    -webkit-appearance: none;
}
select:not(.form-label:disabled):not(:disabled) {
    background: url("/images/arrow_down.svg") no-repeat right #f2f2f2;
    background-position: right 10px center;
}
#birth_date::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background: url("/images/bi_calendar-check.svg") no-repeat;
    background-position: 95% 50%;
    width: 20px;
    height: 20px;
    border-width: thin;
}
.shadow.login_card select.without-arrow {
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
}
.btn {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
    letter-spacing: 0.1em;
}
.dropdown-menu-right .dropdown-item {
    color: #494949;
}
.profil-title {
    padding-top: 25px;
    padding-bottom: 50px;
}
.profil-title h1 {
    font-weight: 400;
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
    color: #ffc007;
}
.simple-font {
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 29px;
    align-items: center;
    color: #494949;
}
.strong-font {
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    color: #494949;
}
.edit-profile {
    width: 213px;
    height: 40px;
}
.profile-save,
.bussines-btn {
    width: 158px;
    height: 40px;
    margin-top: -20px;
}
input[name="business_name"],
select[name="business_type_id"],
select[name="bank_id"],
input[name="bank_number"],
input[name="accountable_activity_1"],
input[name="accountable_activity_2"],
input[name="accountable_activity_3"],
.production-body-width input,
.production-body-width select {
    /* max-width:360px; */
    max-height: 30px;
}
.production-body-width .checkbox_container {
    max-width: 395px;
}
.fix-height {
    height: 4rem;
}

.continue-traning-btn {
    width: 271px;
    height: 40px;
}
.prd-page .input-group span {
    width: 150px;
}
.next-btn {
    width: 158px;
    height: 40px;
}
.start-form-btn-business a {
    box-shadow: none;
}
@media (max-width: 575px) {
    .check-btn-businnes a {
        min-height: 65px;
    }
    .border-shadow {
        padding: 0px !important;
    }
    .border-shadow .text-center.m-5 {
        margin: 0.5rem !important;
        padding-bottom: 10px;
    }
    .upload {
        width: 125px !important;
        height: 44px !important;
        font-size: 12px !important;
        line-height: 15px;
        font-weight: 600;
        padding: 6px 15px !important;
    }
    .image_card img {
        max-width: 125px;
        max-height: 93px;
        object-fit: contain;
    }

    .file-upload {
        width: 125px;
        height: 44px;
        font-size: 12px !important;
        line-height: 15px;
        font-weight: 600;
    }
    .check-btn-businnes .btn-group a.btn {
        border-radius: 0.25rem !important;
    }
    .check-btn-businnes .btn-group > a.btn:not(:last-child) {
        margin-left: -1px; /* fixing render error */
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
    .check-btn-businnes .btn-group > a.btn:not(:first-child) {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }
    .card-header .btn-group {
        width: 100%;
    }
    .card-header .btn-group #search-form {
        width: 100%;
    }
    ul.pagination {
        width: 100%;
    }
    li.page-item {
        width: 100%;
    }
    li.page-item > .page-link {
        text-align: center;
    }
    li.page-item > .page-link {
        padding-left: 0;
        padding-right: 0;
    }
    .search-group {
        width: 100%;
    }
    .search-group > * {
        width: 100%;
    }
    .back-home {
        width: 100%;
    }
    .contract_waiting_btns > .btn {
        flex: 1;
        min-width: fit-content;
    }
}
.start-form-btn-business a.btn-inactive {
    background: #f2f2f2;
    border: 1px solid #494949;
    color: #adacac;
}
.start-form-btn-business a.btn-primary {
    background-color: #494949 !important;
    color: white;
    border: 1px solid #494949 !important;
}
.upload {
    font-size: 12px !important;
    line-height: 15px;
    font-weight: 500;
    padding: 5px 20px !important;
    margin-bottom: 8px;
    letter-spacing: 0.1rem;
}
.cv-upload {
    font-size: 12px !important;
    line-height: 15px;
    font-weight: 500;
    padding: 5px 20px !important;
    margin-bottom: 8px;
    letter-spacing: 0.1rem;
}
.file-upload {
    width: 150px;
    height: 25px;
    font-size: 12px !important;
    line-height: 15px;
    font-weight: 600;
}
.border-shadow {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
    padding: 45px;
    border-radius: 5px;
}
.yellow-text {
    color: #ffc007;
}
.submit-form {
    width: 318px;
    height: 40px;
}
.course-card {
    padding-bottom: 100px;
}
.course-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}
.height-empty {
    min-height: 350px;
}
.course-wdt {
    min-width: 1440px !important;
}
#start_test_button {
    width: 236px;
    height: 40px;
}
.test-img {
    text-align: center;
}
.test-img img {
    margin: auto;
}
.finish-btn {
    width: 188px;
}
.password-change h2 {
    padding-bottom: 50px;
}
.password-change {
    padding-top: 50px;
    padding-bottom: 50px;
}
.password-change button {
    width: 158px;
    height: 40px;
}
.password-email {
    padding-top: 5px;
}
.reset-password-input,
.reset-password-form .input-group {
    max-width: 466px;
    margin: auto;
}
.hide-email {
    display: none;
}
.reset-text {
    padding-top: 40px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #1c1a17;
}

.language-switcher.reset-email {
    margin-top: -10px;
}
.production-title {
    font-weight: 400;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    text-transform: uppercase;
    color: #ffc007;
}
.alert {
    word-break: keep-all;
    display: flex;
    width: 100%;
}
.btn.btn-card-active.font_20 {
    background: #494949;
    color: white;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.05em;
}
.create-production {
    width: 374px;
    height: 40px;
}
#productions-table th {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #494949;
    vertical-align: baseline;
}
#productions-table .text-left a,
#users-table .text-right a {
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.25));
    min-width: 107px;
    height: 35px;
    font-weight: 600;
    font-size: 12px !important;
    line-height: 15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #494949;
    padding: 10px 15px !important;
}
#productions-table
    .custom-control-input:checked
    ~ .custom-control-label::before,
#productionDocuments-table
    .custom-control-input:checked
    ~ .custom-control-label::before {
    width: 60px;
    height: 26px;
    background: #494949;
    box-shadow: inset 2px 0px 2px rgba(0, 0, 0, 0.25),
        inset 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}

#productions-table
    .custom-switch
    .custom-control-input:checked
    ~ .custom-control-label::after,
#productionDocuments-table
    .custom-switch
    .custom-control-input:checked
    ~ .custom-control-label::after {
    width: 20px;
    height: 20px;
    background: #ffc007;
    border: 0.5px solid #ffc007;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    transform: translateX(2.1rem);
}
#productions-table .custom-control-input ~ .custom-control-label::before,
#productionDocuments-table
    .custom-control-input
    ~ .custom-control-label::before {
    width: 60px;
    height: 26px;
    background: #d9d9d9;
    box-shadow: inset -2px 0px 2px rgba(0, 0, 0, 0.25),
        inset 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}
#productions-table
    .custom-switch
    .custom-control-input
    ~ .custom-control-label::after,
#productionDocuments-table
    .custom-switch
    .custom-control-input
    ~ .custom-control-label::after {
    width: 20px;
    height: 20px;
    background: #494949;
    border-radius: 10px;
    transform: translateX(0.2rem);
}
#productions-table
    .custom-switch
    .custom-control-input
    ~ .custom-control-label::after,
#productionDocuments-table
    .custom-switch
    .custom-control-input
    ~ .custom-control-label::after {
    margin-top: 1px;
}
.upload-prod-text {
    max-width: 329px;
    max-height: 40px;
    margin: auto;
}
.upload-prod-text h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #494949;
}
.upload-prod-btn {
    width: 184px;
    height: 25px;
    background: #494949;
    border: 1px solid #494949;
    border-radius: 5px;
    font-size: 12px !important;
    line-height: 15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    padding: 5px 15px;
    margin-top: 10px;
}
.create-prod-btn {
    width: 158px;
    height: 40px;
}
.profile-tabs .after.btn-card-active {
    background: #f2f2f2;
    box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.25),
        -2px 0px 4px rgba(0, 0, 0, 0.25);
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffc007;
}
.circle-data a small {
    text-transform: none;
}
.create-template {
    width: 244px;
    height: 40px;
    background: #494949 !important;
    border-radius: 5px;
    border: none !important;
}

.image_card img {
    max-width: 188px;
    max-height: 140px;
    object-fit: contain;
}

@media (max-width: 1100px) {
    .upload {
        width: 100% !important;
        height: fit-content !important;
        font-size: 11px !important;
        line-height: 15px;
        font-weight: 600;
        padding: 6px 13px !important;
    }

    .file-upload {
        width: 155px;
        height: fit-content;
        font-size: 12px !important;
        line-height: 15px;
        font-weight: 600;
    }
}

.bottom-language-switcher {
    position: absolute;
    bottom: 10px;
    right: 4px;
    z-index: 2;
}

.first_letter_capitalized {
    text-transform: lowercase !important;
}

.first_letter_capitalized::first-letter {
    text-transform: capitalize !important;
}

.px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
}

.table-responsive::-webkit-scrollbar:horizontal {
    height: 12px;
}

.table-responsive::-webkit-scrollbar-track {
    height: 5px !important;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

.table-responsive::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #c0c0c0;
}
.scroll-indicator-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.scroll-indicator {
    width: 20px;
    height: 20px;
}

.scroll-table-for-dealmemos {
    position: relative;
}

.scroll-table-for-dealmemos thead th {
    position: sticky;
    top: 0;
    z-index: 1020; /* Higher than default z-index for Bootstrap */
}

.table-header-wrapper::-webkit-scrollbar {
    display: none; /* Hide scrollbar in header */
}

.table-header-wrapper {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;     /* Firefox */
}

.table-body-wrapper {
    max-height: 500px; /* Set your desired max height */
}

.dealmemo-dialog {
    z-index: 99999999999;
}
