/*
    Created on : 23.06.2022, 00:56:00
    Author     : Alekhnovich Oleg (o.alekhnovich@gmail.com)
*/

/* CUSTOMIZE THE JUMBOTRON
-------------------------------------------------- */
.jumbotron-bg-filter {
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background: #e9ecef;
    background: rgba(0, 0, 0, 0.0);
}

/* PAGINATION
-------------------------------------------------- */
.pagination {
    --bs-pagination-color: #333;
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #61048a;
    --bs-pagination-active-border-color: #61048a;
}

/* CARD
-------------------------------------------------- */
.card-body a {
    color: #61048a;
}

/* MAIN CONTENT
-------------------------------------------------- */
a {
    color: #61048a;
}
.text-violet {
    color: #61048a !important;
}
.text-green {
    color: #67a624 !important;
}
.text-pink {
    color: deeppink !important;
}
.text-blue {
    color: blue !important;
}
.bg-violet {
    background-color: #61048a !important;
}
.bg-green {
    background-color: #67a624 !important;
}
.bg-light {
    background-color: #ecf0f3 !important;
}
.bg-gradient-chat {
    background-image: url("../images/all/bg-gradient-05.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-pattern-chat {
  position: relative;
  z-index: 0;
}
.bg-pattern-chat::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/all/bg-games.svg");
  background-repeat: repeat;
  opacity: 0.1;
  z-index: -1;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #61048a;
    --bs-btn-border-color: #824b99;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #824b99;
    --bs-btn-hover-border-color: #824b99;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #824b99;
    --bs-btn-active-border-color: #824b99;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #61048a;
    --bs-btn-disabled-border-color: #61048a;
}
.btn-outline-success {
    --bs-btn-color: #67a624;
    --bs-btn-border-color: #67a624;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #67a624;
    --bs-btn-hover-border-color: #67a624;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #67a624;
    --bs-btn-active-border-color: #67a624;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #67a624;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #67a624;
    --bs-gradient: none;
}
.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #67a624;
    --bs-btn-border-color: #67a624;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #538122;
    --bs-btn-hover-border-color: #538122;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #538122;
    --bs-btn-active-border-color: #538122;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #67a624;
    --bs-btn-disabled-border-color: #67a624;
}
#msgTextareaAutoResize {
    overflow-y: auto;
    resize: none;
    align-content: center;
    line-height: 1.5em;
    max-height: calc(1.5em * 3 + 1rem);
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #61048a;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.text-bg-success {
    background-color: #61048a !important;
}
.form-control:focus {
  box-shadow: none;
  border-color: #ced4da;
}

.error404 {
    font-size: 5rem;
}
@media (min-width: 390px) {
    .error404 {
        font-size: 7rem;
    }
}
@media (min-width: 576px) {
    .error404 {
        font-size: 10rem;
    }
}
@media (min-width: 768px) {
    .error404 {
        font-size: 14rem;
    }
}
@media (min-width: 1200px) {
    .error404 {
        font-size: 14rem;
    }
}

/* USER ACCOUNT
-------------------------------------------------- */
@media (min-width: 768px) {
    .sidebar .offcanvas-lg {
        position: -webkit-sticky;
        position: sticky;
        top: 48px;
    }
    .navbar-search {
        display: block;
    }
}
.sidebar .nav-link {
    font-size: .875rem;
}
.sidebar .nav-link.active {
    font-weight: 500;
    color: #e64c16 !important;
}
.sidebar-heading {
    font-size: .75rem;
}

/* 3th LEVEL SUBMENU (BOOTSTRAP 5.x)
-------------------------------------------------- */
.dropdown-submenu, .dropdown-item {
    position: relative;
}
.dropdown-submenu > a.dropdown-toggle::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 3px;
    top: 0px;
    bottom: 0px;
    align-self: center;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
}
.dropdown-submenu > .dropdown-menu-end {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 0.1rem;
}
.dropdown-submenu > a.dropdown-toggle.dropdown-toggle-start::after {
    transform: rotate(90deg);
    right: unset;
    left: 0px;
}

/* BUTTON UP
-------------------------------------------------- */
#btn-back-to-top {
    position: fixed;
    bottom: 7px;
    right: 7px;
    display: none;
}

/* SCROLLBAR STYLING
-------------------------------------------------- */
.scroll-box { 
  scrollbar-width: thin;
  scrollbar-color: rgba(204, 204, 204, 0.3) transparent;
}
.scroll-box::-webkit-scrollbar {
  width: 8px;
}
.scroll-box::-webkit-scrollbar-button {
  display: none;
}
.scroll-box::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
.scroll-box::-webkit-scrollbar-thumb {
  background-color: rgba(204, 204, 204, 0.3);
  border-radius: 10px;
  border: 2px solid transparent;
  background-clip: padding-box;
  transition: background-color 0.3s;
}
.scroll-box::-webkit-scrollbar-thumb:hover {
  background-color: rgba(204, 204, 204, 0.5);
}

/* CSS3 EFFECTS
-------------------------------------------------- */
.fade-img {
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;
    opacity: 1;
}
.fade-img:hover {
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;
    opacity: 0.5;
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.blinking {
    animation: blink 1s infinite;
}

/* MEDIA
-------------------------------------------------- */
/*
@media (min-width: 390px) {

}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 1200px) {

}
*/
