/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23 дек. 2022 г., 09:23:54
    Author     : OnlineHack
*/


.flash-alert {
    width: 300px;
    position: fixed;
    top: 10px;
    left: 50%;
    margin-left: -150px;
    z-index: 99999;
}
.was-validated .form-control:valid ~ .invalid-feedback,
.was-validated .form-control:valid ~ .invalid-tooltip,
.form-control.is-valid ~ .invalid-feedback,
.form-control.is-valid ~ .invalid-tooltip,
.was-validated .custom-select:valid ~ .invalid-feedback,
.was-validated .custom-select:valid ~ .invalid-tooltip,
.custom-select.is-valid ~ .invalid-feedback,
.custom-select.is-valid ~ .invalid-tooltip {
    display: none;
}
.invalid-feedback {
    display: none;
}
.was-validated .invalid-feedback {
    display: block;
}
#needs-validation .label {
    border-color: transparent;
    border-radius: 0 0 .25em .25em !important;
}
a.language-flag {
    display: inline-block;
    width: 32px;
    height: 26px;
    border: 1px #e4e4e4 solid;
    padding: 0px 3px 3px;
    background: #f4f4f4;
    margin: 5px 2px;
    text-align: center;
}
a.language-flag span.flag-icon {
    width: 24px;
    height: 18px;
}

html, body {
    background-color: #f7f7f7;
}
.login-box, .register-box {
    background: #fff;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 5px 10px 8px #d9d9d9;
    width:400px;
    margin: 2% auto;
}
@media (max-width: 600px)
{
    .login-box, .register-box {
        width:100%!important;
    }
}

.login-title {
    margin-top:10px
}
.login-box-body, .register-box-body {
    padding: 0px 0px 20px 0px;
}
.login-box-msg {
    font-size:24px
}
.login-bottom {
    width:400px;
    margin: 2% auto;
    padding: 5px;
    margin-top: -20px;
}
.brand {
    padding: 0;
    font-weight: 300;
    flex: 1;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #eee;
background: #f8f8f8;
    padding: 5px;
}
.brand small {
    font-size: 14px;
    font-weight: 500;
}
.align-items-center {
    align-items: center!important;
}
.d-flex {
    display: flex!important;
}
 .brand .logo {
    background-color: var(--app-theme);
    height: 40px;
    position: relative;
    font-size: 0;
    border-radius: 6px;
    margin-right: 0.703125rem;
}
.logo img {
    height: 40px;
}
.bottom-width {
    width:100%
}
.p-l-5 {
    padding-left: 5px
}
.p-r-5 {
    padding-right: 5px
}
.ribbon {
    position: absolute;
    right: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
  }
  .ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#2989d8 0%, #1e5799 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; right: -21px;
  }
  .ribbon span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #1e5799;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #1e5799;
  }
  .ribbon span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #1e5799;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #1e5799;
  }
.has-feedback .form-control {
    padding-left: 42.5px;
    padding-right: 0px;
}
.form-control-feedback {
    left:0;
}
.my-toggle {
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    color: #888;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    margin-right: 5px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-transform: uppercase;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #e8f0fe;
    z-index: 10;
    position: relative;
}
.hideShowPassword-field {
    margin: 0px; padding-right: 0px;
}
.divider {
    font-family: "Share Tech Mono", monospace;
    color: #adadad;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom:10px;
    white-space:nowrap;
}

.divider::before,
.divider::after {
    content: '';
    display: block;
    height: 0.09em;
    min-width: 90px;
}

.divider::before {
  background: linear-gradient(to right, rgba(240,240,240,0), #ddd);
  margin-right: 4vh;
}
.divider::after {
    background: linear-gradient(to left, rgba(240,240,240,0), #ddd);
    margin-left: 4vh;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    background:#fff;
    padding-bottom:10px
}
.nav-fill .nav-item, .nav-fill>.nav-link {
    flex: 1 1 auto;
    text-align: center;
}
.nav-pills .nav-item {
    min-width:70px !important;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 5px 5px;
    border: none
}
.nav>li>a span {
    display:block;
    font-size:12px;
}

.box-loader-overlay {
    background: #87878710; height:100%; width:100%;position: absolute;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background-color: #f6f7f8;
    background: linear-gradient(to right, #9a9a9a91 8%, #78777785 18%, #9a9a9a91 33%);
    background-size: 800px 104px;
    z-index:99;
    top: 0;
    left: 0;
}
.box-loader-overlay div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    padding: 10px 40px 10px 40px;
    border-radius: 5px;
    color: #fff;
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -800px 0
  }
  100% {
    background-position: 800px 0
  }
}

.message-protect {
    padding: 0px 20px 20px 20px !important;
}

.login-box-msg {
    font-size: 14px;
}

.login-box-protect {
    position:relative;
}

.fa-spin {
    -webkit-animation: fa-spin 0.5s infinite linear;
    animation: fa-spin 0.5s infinite linear;
}

@keyframes fa-spin
{ 
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}