
/* MAIN */

:root {
    --vz-topnav-item-active-color: #bd1c1c;
    --vz-border-radius: 0.6rem;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    background-color: darkgrey;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* GOOGLE TRANSLATE */
body {
    top: 0px !important;
}

body>.skiptranslate>iframe.skiptranslate {
    display: none !important;
    visibility: hidden !important;
}

html, body {
    font-family: 'Roboto', sans-serif;
    /*font-weight: 400;*/
    /*color: #222;*/
}

* {
    font-family: inherit;
}

/* BACKGROUND */
.profile-wid-bg::before {
    background: rgba(0, 0, 0, 0.6)
}

.auth-one-bg .bg-overlay {
    /* background: -webkit-gradient(linear, left top, right top, from(#41319c), to(#4b38b3)); */
    background: rgba(0, 0, 0, 0.6);
    opacity: .9;
}

/* FORM */
.col-form-label {
    padding-top: calc(0.25rem + var(--vz-border-width));
    padding-bottom: calc(0.25rem + var(--vz-border-width));
}

input.form-control.error {
    border-color: var(--vz-form-invalid-color);
}

.error {
    font-size: .875em;
    color: var(--vz-form-invalid-color);
}

label.error {
    margin-bottom: 0px;
}

p.text-muted {
    font-size: 11px;
}

/* CARD */
.card-title {
    font-weight: 600;
}

/* BUTTON */
.btn {
    border-radius: var(--vz-border-radius);
}
.btn-close {
    --vz-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}

/* MODAL */

.modal-content {
    border: unset;
}

/* SELECT 2 */
.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 30px;
    top: 4px;
}

.select2-container--default .select2-selection--single {
    border-radius: var(--vz-border-radius);
}

.select2-container .select2-selection--multiple {
    border-radius: var(--vz-border-radius);
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    border-radius: var(--vz-border-radius);
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 0px;
}

.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    background-color: #878a99;
}

.select2-container--disabled .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
}

/* CHECKBOX */
.form-switch-lg .form-check-input {
    top: 4px;
    left: 4px;
}

/* TABLE */
.table>thead {
    color: var(--vz-white);
    background: var(--vz-body-color);
    border-color: var(--vz-border-color);
}

.table>:not(caption)>*>* {
    padding: .5rem .6rem;
}

table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_desc_disabled:before {
    top: 5px;
}

table.dataTable>thead .sorting:after,
table.dataTable>thead .sorting_asc:after,
table.dataTable>thead .sorting_asc_disabled:after,
table.dataTable>thead .sorting_desc:after,
table.dataTable>thead .sorting_desc_disabled:after {
    top: 12px;
}

/* DATATABLE */
div.dataTables_wrapper div.dataTables_paginate {
    margin-top: 5px;
}
div.dataTables_wrapper div.dataTables_filter input {
    border-radius: 8px;
}
div.dataTables_wrapper div.dataTables_length select {
    border-radius: 8px;
}
.dt-buttons :is(button.dt-button,div.dt-button,a.dt-button,input.dt-button) {
    border-radius: 8px;
}

/* BUTTON */
.btn-group-sm>.btn,
.btn-sm {
    --vz-btn-font-size: unset;
}

/* ACCOURDION */
.accordion .accordion-button {
    font-size: 14px;
    color: var(--vz-card-title-color);
}

.lefticon-accordion .accordion-button::after {
    top: 18px;
}

.accordion .accordion-body {
    color: unset;
}

/* NAV */
.nav-link {
    color: #878a99;
}

.border-0 {
    border: 0 !important;
    -webkit-box-shadow: 0 0px 0px rgba(56, 65, 74, .1) !important;
    box-shadow: 0 0px 0px rgba(56, 65, 74, .1) !important;
}

/* COUNTDOWN */
#countdown-bar-container {
    width: 100%;
    background-color: #eee;
    height: 10px;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 10px;
}

#countdown-bar {
    height: 100%;
    background-color: #4332a0;
    width: 100%;
    transition: width 1s linear;
}
