.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: #DE3654;
  position: absolute;
  top: 2px;
}

.margin-auto {
    margin: auto;
}

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

.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: #DE3654;
}

.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: #fc9414;
}

.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;
    animation: loading-animation 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

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

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

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

@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;
  }
}

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

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

.header-item.initial-dropdown:hover,
.header-item.initial-dropdown:active,
.header-item.initial-dropdown:focus {
  color: white;
  background: #252b3b !important;
}

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

.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: #fc9414;
  border-color: #fc9414;
}

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: #fc9414;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.valid-tooltip,
.invalid-tooltip {
  right: 0;
}

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

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

.a-btn {
    padding: 1px 6px;
}

#fixed-back-button {
    bottom: 0;
    padding: 20px calc(24px / 2);
    position: fixed;
    right: 0;
    height: 60px;
    z-index: 888;
    border-radius: 0;
    width: 120px;
    color: white;
    background-color: #fc9414;
}

#fixed-back-button:hover,
#fixed-back-button:active,
#fixed-back-button:focus {
    background-color: #252b3b !important;
}

.footer {
    position: fixed !important;
    z-index: 99;
}

.form-group {
    margin-bottom: 1rem;
}

.font-size-16 {
    font-size: 16px !important;
}

.ck-editor__editable_inline {
    min-height: 200px;
}

.tox-promotion {
    display: none !important;
}

.tox.tox-tinymce.tox-fullscreen {
  background-color: #fff !important;
  z-index: 9999;
}

.tox.tox-tinymce.tox-fullscreen .tox-edit-area iframe {
  background-color: #fff !important;
}

#preview-wrapper:fullscreen {
  width: 100% !important;
  height: 100% !important;
}

#preview-wrapper:fullscreen iframe {
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 480px) {
    .footer {
        font-size: 10px;
        padding-left: 5px;
    }
}
