@import url('icons.css');

:root {
    --vs-search-input-placeholder-color: #929dab;
    --vs-font-size: 0.875rem;
    --vs-line-height: 1.4285714286;
}

#main {
    --productive-color: #52b788 !important;
    --break-color: #c9184a !important;
    --bs-gray-500: #929dab !important;
}

/* sizes */
.v-min-height {
    min-height: var(--mh) !important;
}

.v-height {
    height: var(--h) !important;
}

.mh-100 {
    min-height: 100vh;
}

.flex-none {
    align-self: flex-start;
    flex: none !important;
    width: 100% !important;
}

.page-header {
    --tblr-page-padding-y: .5rem;
}

.page-body {
    margin-top: 1rem;
}

.card-header {
    padding: 10px 20px !important;
    font-weight: bold;
}


/* scroll */
.scroll-y {
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #9c9797 #f5f5f5;
}

.scroll-y::-webkit-scrollbar-thumb {
    background-color: #9c9797;
    border-radius: 10px;
    border: 2px solid #f5f5f5;
}

/* btn */
.btn.btn-xs {
    padding: .25rem .4rem !important;
    font-size: .8rem !important;
    line-height: .5 !important;
    border-radius: .2rem !important;
}

/* INPUT */
.input-group:focus-within,
.form-control:focus-within {
    outline: none !important;
    box-shadow: 0 0 0 1px rgba(9, 62, 143, .25) !important;
}

.form-selectgroup-input:checked+.form-selectgroup-label .form-selectgroup-check {
    background-size: 1rem !important;
}

.form-selectgroup-check {
    width: 1rem !important;
    height: 1rem !important;
}

.disabled {
    color: #d5d5d5;
}

.is-error {
    border-color: red;
    background-color: #FCF0F0 !important;
    outline: none !important;
}

.is-error:focus {
    outline: none !important;
    border-color: red !important;
    box-shadow: 0 0 0 1px red !important;
    background-color: #FCF0F0 !important;
}

.alert-text-title {
    font-size: 20px;
}

.riseup-text {
    color: var(--tblr-body-color);
}

.up-txt {
    color: #ea5400 !important
}


/* profile change image */
.profile-change {
    height: 80px;
    width: 80px;
}

.profile-change img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
}

.profile-change:hover .profile-level {
    display: block;
}

.profile-level {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #0d0d0d9c;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    cursor: pointer;
}

.profile-level i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 25px;
}

.change-pass-bg {
    height: 80px;
}

.author-avatar {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.profile-active-nav {
    background-color: #434995;
    color: #fff;
}

.nav-item .active {
    background: #12497e !important;
    color: #fff !important;
}

.nav-item .active i {
    color: #74c6ff !important;
}

::selection {
    background: var(--tblr-info-border-subtle);
}

.mx-datepicker {
    width: 100% !important;
    background-color: var(--tblr-bg-forms);
}

.mx-input-wrapper input {
    background-color: var(--tblr-bg-forms) !important;
    color: var(--tblr-body-color) !important;
}

/* .mx-input {
    height: 31px !important;
} */
.vs__search,
.vs__search:focus {
    font-size: .875rem !important;
    margin: 4px 0px 0px 0px !important;
}

.vs--searchable .vs__dropdown-toggle {
    border-radius: .25rem !important;
    border: var(--tblr-border-width) solid var(--tblr-border-color) !important;
}