html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    color: var(--bs-body-color);
}

.form-group {
    margin-bottom: 12px;
}

.control-label {
    /*font-weight: 500;*/
}
.form-control, .form-select {
    color: #495057;
    font-size: .875rem;
}
    .form-control:focus, .form-select:focus {
        box-shadow: 0 0 0 0.25rem rgb(239 239 239);
        border: 1px solid #ced4da;
    }

.input-validation-error {
    border: 1px dotted red;
}
    .input-validation-error:focus {
        border-color: #dc7a7a;
        box-shadow: 0 0 0 0.25rem rgb(246 185 181);
    }

.validationMessage {
    color: red;
    font-size: .9rem;
}
.validationElement {
    border: 1px dotted red;
}
    .validationElement:focus {
        border-color: #dc7a7a;
        box-shadow: 0 0 0 0.2rem rgb(246 185 181);
    }

i.bi {
    font-size: 1.5rem;
}
i.bi-md {
    font-size: 1.1em;
}
i.bi-lg {
    font-size: 1.7rem;
}

i.bi-xl {
    font-size: 2.0rem;
}
td {
    vertical-align: middle!important;
}

.card-title-desc {
    color: #9599ad;
    margin-bottom: 15px;
}

.card-title {
    font-size: 1.3rem;
    margin: 0 0 7px 0;
    color:rgb(73, 80, 87) 
}

.hr-dashed {
    border-top: dashed 1px;
    color: var(--bs-gray-400);
    background-color: unset;
}

#anketum-data .form-check-input:disabled ~ .form-check-label, #anketum-data .form-check-input[disabled] ~ .form-check-label,
#anketum-data .form-check-input:disabled {
    opacity: .85 !important;
}
#anketum .check-group.error .form-check-input {
    border: 2px solid rgb(255 0 0 / 60%) !important;
}

/* Chrome, Safari, Edge, Opera */
form#NextActionOTP input::-webkit-outer-spin-button,
form#NextActionOTP input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
form#NextActionOTP input[type=number] {
    -moz-appearance: textfield;
}

#NextActionOTP .digit {
    color: #495057;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
}

.select2-container .select2-selection--single {
    height: 35px!important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
}
.select2-selection__clear {
    color: indianred;
}

.input-group > .btn {
    border-color: #ced4da !important;
}
    .input-group > .btn:hover {
        background-color: #dbdbdb !important;
    }

.input-group ul {
    background-color: rgb(246, 246, 246);
    width: -webkit-fill-available;
}


/* Chrome, Safari, Edge, Opera */
form#RequirementForm input::-webkit-outer-spin-button,
form#RequirementForm input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
form#RequirementForm input[type=number] {
    -moz-appearance: textfield;
}
.offcanvas-5 {
    width: 500px!important;
}

.dataTable-input, .dataTable-selector {
    border: 1px solid #ced4da;
    font-weight: 400;
    line-height: 1.5;
    font-size: .875rem;
    border-radius: 0.25rem;
}
    .dataTable-input:focus, .dataTable-selector:focus,
    .dataTable-input:focus-visible, .dataTable-selector:focus-visible {
        box-shadow: 0 0 0 0.25rem rgb(239 239 239);
        border: 1px solid #ced4da;
        outline: 1px solid #ced4da;
    }

.dataTable-table > tbody > tr > td {
    padding: 3px 6px;
}

body {
    font-size: 0.9rem;
}

.sweet-alert {
    border: 1px solid #dee2e6;
}

.hr-horizontal-gradient {
    margin: 20px 0;
    padding: 0;
    height: 4px !important;
    border: none;
    background: linear-gradient(45deg, #333, #ddd);
}

.hr-sloping-lines {
    margin: 0;
    padding: 0;
    height: 10px !important;
    border: none;
    box-sizing: border-box;
    background-position: 50%;
    color: orange;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="3px" height="3px" viewBox="0 0 3 3" fill="darkorange"><polygon points="0,0.5 0,1.5 1.5,3 2.5,3"></polygon><polygon points="2.5,0 1.5,0 3,1.5 3,0.5"></polygon></svg>');
    background-size: 8px 8px;
    background-color: unset;
}

.vacancy-name {
    color: #faa83c;
    font-size: 1.3rem !important;
    text-decoration: underline;
}
.vacancy-department-name {
    font-size: 1.1rem !important;
    font-style: italic;
}

.bd-callout + .bd-callout {
    margin-top: -0.25rem;
}

.bd-callout-warning {
    border-left-color: #f0ad4e !important;
    color: #f68700;
}

.bd-callout {
    padding: 1.25rem;
    /*margin-top: 1.25rem;*/
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: 0.35rem;
    border-radius: 0.35rem;
}
.chart-container {
    color: #f68700;
}

.daterange i {
    position: absolute;
    bottom: 10px;
    right: 24px;
    top: auto;
    cursor: pointer;
}

.btn-outline-secondary.dropdown-toggle.show {
    background-color: #c1c1c2;
}

.text-decor-none  {
    text-decoration: none!important;
}

@media only screen and (max-width: 922px) {
    input[type="file"][capture="user"] {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    /*input[type="file"][capture="user"] {
        display: none;
    }*/
}

.embedded-video-large__button {
    background-color: transparent;
    border: none;
    left: 50%;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%,-50%);
}
.embedded-video-large {
    background-color: #1f1f1f;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    display: inline-block;
    height: 300px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    width: 550px;
}
    .embedded-video-large svg {
        fill: #b3261e;
        height: 4rem;
        opacity: .7;
        transform: scale(.95,.82);
        transition: opacity 400ms;
        width: 4rem;
        z-index: 1;
    }
    .embedded-video-large .title {
        box-sizing: border-box;
        background-color: rgba(0, 0, 0, 0.55);
        bottom: 0;
        color: #ffffff;
        font-family: 'Google Sans', 'Google Sans Text', Roboto, sans-serif;
        font-size: 1rem;
        font-weight: 500;
        margin: 0;
        padding: 0.625rem;
        position: absolute;
        width: 100%;
    }

.video {
    display: flex;
    justify-content: space-around;
    margin-bottom: 15px;
}
