

/*NAVBAR RELATED CSS*/

.navbar-brand-box {
    text-align: center;
}

body[data-sidebar=dark] .navbar-brand-box {
    background: #0a0e22;
}

.navbar-header .dropdown.show .header-item.initial-dropdown, .initial-dropdown {
    width: 40px;
    height: 40px;
    background: #d55293;
    color: white;
    border-radius: 15%;
    font-size: 12px;
}

.header-item.initial-dropdown:hover {
    color: white;
    background: #5c294f;
}

.navbar-header .dropdown-item:hover, 
.navbar-header .dropdown-item:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #5c294f;
}

.navbar-header .dropdown-item.text-danger:hover, 
.navbar-header .dropdown-item.text-danger:focus {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #ff3d60 !important;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #d55293;
    border-color: #d55293;
}

/*SIDEBAR RELATED CSS*/

body[data-sidebar=dark] .vertical-menu {
    background: #0a0e22;
}

body[data-sidebar=dark] .menu-title,
body[data-sidebar=dark] #sidebar-menu ul li a,
body[data-sidebar=dark] #sidebar-menu ul li a i,
body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a {
    color: #ffffff;
}

body[data-sidebar=dark] #sidebar-menu ul li a:hover,
body[data-sidebar=dark] #sidebar-menu ul li a:hover i,
body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a:hover {
    color: #d55293;
}

/*LOGO RELATED CSS*/

.logo-front {
    color: #d55293;
}

.logo-rear {
    color: #d55293;
}

.logo-sm {
    font-size: 18px;
}

.logo-lg {
    font-size: 24px;
}

/*BUTTON RELATED CSS*/

.btn-primary {
    color: #fff;
    background-color: #d55293;
    border-color: #d55293;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:not(:disabled):not(.disabled):active, 
.btn-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #5c294f;
    border-color: #5c294f;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #5c294f;
    border-color: #5c294f;
    box-shadow: 0 0 0 0.15 rem rgba(92, 41, 79, 0.5);
}

.custom-action-btn {
  background: transparent;
  border: none;
}

.custom-remove-btn {
  background-color: transparent;
  border: none;
}

/*TEXT RELATED CSS*/

.text-primary,
a.text-primary:hover,
a.text-primary:focus {
    color: #d55293 !important;
}

.text-white {
    color: #ffffff !important;
}

.text-red {
    color: #dc3545 !important;
}

.text-orange {
    color: #ffcd85 !important;
}

.text-yellow {
    color: #e6e600 !important;
}

.text-violet {
    color: #e3b7eb !important;
}

.text-l-green {
    color: #39e600 !important;
}

.text-grey {
    color: #8c8c8c !important;
}

.text-d-grey {
    color: #404040 !important;
}

.text-blue {
    color: #0099ff !important;
}

.text-brown {
    color: #ac7339 !important;
}

.text-pink {
    color: #ffb3cc !important;
}

.text-green {
    color: #009900 !important;
}

.text-black {
    color: #000000 !important;
}

.text-maroon {
    color: #800040 !important;
}

.text-turquoise {
    color: #009999 !important;
}

.required-field {
  font-size: 8px;
  color: #d55293;
  position: absolute;
  top: 2px;
}

/*OTHER CSS*/

.margin-auto {
    margin: auto;
}

.auth-form-group-custom .auti-custom-input-icon {
    color: #d55293;
}

.pad-0 {
    padding: 0;
}

.m-h-125 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}

.m-v-125 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.m-h-0 {
    margin-left: 0rem;
    margin-right: 0rem;
}

.m-v-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
}

.mt-2-5 {
    margin-top: 0.75rem !important;
}

.card-title-background {
    background: #d55293;
}

.authentication-bg {
    background-image: url("/images/auth-bg.png");
}

.desktop-view {
  display: block;
  padding: 0 24px 24px 24px;
}

.mobile-view {
  display: none;
  padding: 0 24px 24px 24px;
}

.mobile-dropdown {
  text-align: center;
  box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
}

.loading-animation {
    color: #d55293;
}

.loading-animation,
.loading-animation div {
    box-sizing: border-box;
}

.loading-animation {
    display: inline-block;
    position: fixed;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    z-index: 9999;
}

.loading-animation div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: currentColor;
    -webkit-animation: loading-animation 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
            animation: loading-animation 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.loading-animation div:nth-child(1) {
    left: 8px;
    -webkit-animation-delay: -0.24s;
            animation-delay: -0.24s;
}

.loading-animation div:nth-child(2) {
    left: 32px;
    -webkit-animation-delay: -0.12s;
            animation-delay: -0.12s;
}

.loading-animation div:nth-child(3) {
    left: 56px;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
}

@-webkit-keyframes loading-animation {
    0% {
        top: 8px;
        height: 96px;
    }
    50%, 100% {
        top: 24px;
        height: 64px;
    }
}

@keyframes loading-animation {
    0% {
        top: 8px;
        height: 96px;
    }
    50%, 100% {
        top: 24px;
        height: 64px;
    }
}

.loading-bg {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 999;
    overflow-y: hidden;
    position: fixed;
}

.toggle-password {
    position: relative;
    top: 0px;
    float: right;
    cursor: pointer;
}

.custom-password-input {
    padding: 0;
    border: none;
    width: 90%;
    position: relative;
    top: 0px;
}

.custom-password-input:active,
.custom-password-input:focus,
.custom-password-input:hover {
    outline: none;
    border: none;
}

@media (max-width: 768px) {
  .desktop-view {
    display: none;
  }

  .mobile-view {
    display: block;
  }
  .mobile-dropdown .index-btn {
    margin: 5px;
    font-size: 12px;
    min-width: unset;
    width: 80%;
  }

  .index-btn {
    margin: 5px;
  }
}

