* {
  scrollbar-width: thin;
  scrollbar-color: #F84754 transparent;
}
*::-webkit-scrollbar {
  width: 1rem;
}
*::-webkit-scrollbar-track {
  background: transparent;
}
*::-webkit-scrollbar-thumb {
  background-color: #F84754;
}
body.task-login {
  height: auto;
  overflow: auto;
}
.login {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 75px 0;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ebedf7;
}
.login > img,
.login > svg {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  width: 100%;
  max-width: 1300px;
  height: auto;
  opacity: 0.05;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .login > img,
  .login > svg {
    display: none;
  }
}
.login > svg > path {
  fill: #2e0f58;
}
.login-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 110;
  width: 100%;
  height: 75px;
  display: flex;
  padding: 0 20px;
  flex-direction: column;
  justify-content: center;
  background-color: #2e0f58;
}
.login-logo > a {
  display: block;
  width: 200px;
  text-decoration: none;
}
.login-logo > a > img {
  display: block;
  width: 100%;
}
.login-logo > a > span {
  display: block;
  font-size: 13px;
  color: #ffffff;
  line-height: 1;
}
.login-logo > a > span > strong {
  font-weight: 400;
  color: #F84754;
}
.login-logo > a:hover {
  text-decoration: none;
}
.login-container {
  width: 100%;
  max-width: 550px;
  padding: 0 30px;
  overflow: auto;
}
@media (max-width: 767px) {
  .login-container {
    max-width: 530px;
    padding: 0 20px;
  }
}
.login-content {
  padding: 50px 0;
}
.login-box {
  position: relative;
  padding: 45px;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .login-box {
    padding: 30px 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  }
}
.login-box > h1 {
  font-weight: 300;
  text-align: center;
  margin-bottom: 30px;
  color: #2e0f58;
  font-size: 30px;
}
.login-box > h1 > strong {
  font-weight: 500;
}
.login-powered {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.login-powered > p {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  font-size: 13px;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.25);
}
.login-powered > p > a > img {
  display: block;
  width: 20px;
  margin-left: 10px;
}
#login-form {
  margin: 0 auto;
  top: 0;
  width: 100;
  max-width: 400px;
  position: relative;
}
#login-form table td {
  padding: 0;
}
#login-form .form-group {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #login-form .form-group {
    margin-bottom: 15px;
  }
}
#login-form .input-group-text {
  border-radius: 0;
}
#login-form input {
  padding: 10px 14px;
  height: auto;
  height: 48px;
  line-height: 48px;
  border-radius: 0;
  font-weight: 400;
  color: #2e0f58 !important;
  background-color: #ffffff;
}
#login-form input::placeholder {
  color: #1f0a3c;
}
#login-form input:focus {
  box-shadow: none;
}
#login-form input:focus-visible {
  text-shadow: none;
}
#login-form select {
  border-radius: 0;
  color: #2e0f58;
}
#login-form select:focus {
  box-shadow: none;
  border-color: #F84754;
}
#login-form button {
  border-radius: 0;
  padding: 10px 15px;
}
#layout-menu .popover-header img {
  width: 40px;
}
input[type="radio"],
input[type="checkbox"] {
  accent-color: #F84754;
}
html.dark-mode .custom-switch .custom-control-label:before {
  border-color: #451684;
  background-color: #1f0a3c;
}
html.dark-mode .custom-switch .custom-control-label:after {
  background-color: #ffffff;
}
html.dark-mode .custom-switch .custom-control-input:checked:disabled ~ .custom-control-label:before {
  border-color: #451684;
  background-color: #451684;
}
html.dark-mode .custom-switch .custom-control-input:checked:disabled ~ .custom-control-label:after {
  background-color: #ffffff;
}
.ui-widget-content .ui-icon.ui-resizable-se {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+CiAgPHBhdGggZmlsbD0iI2NlZDRkYSIgZD0iTTYuNyAxNkwxNiA2LjdWNS4zTDUuMyAxNnpNOS43IDE2TDE2IDkuN1Y4LjNMOC4zIDE2ek0xMi43IDE2bDMuMy0zLjN2LTEuNEwxMS4zIDE2ek0xNS43IDE2bC4zLS4zdi0xLjRMMTQuMyAxNnoiLz4KPC9zdmc+Cg==);
}
.menu.pagenav .pagenav-text {
  color: #2e0f58;
}
.form-control {
  border-color: #ced3eb;
}
.form-control::placeholder {
  opacity: 1;
  color: #1f0a3c !important;
  transition: all 0.35s ease;
}
.form-control:focus {
  box-shadow: none;
}
.form-control:focus::placeholder {
  opacity: 0;
}
.form-control:disabled {
  background-color: #ced3eb;
}
.input-group .icon.input-group-text {
  border-color: #ced3eb;
}
.input-group-prepend .icon {
  border-color: #ced3eb;
}
.custom-select {
  border-color: #ced3eb;
}
.custom-switch .custom-control-label:before {
  border-color: #ced3eb;
}
.custom-switch .custom-control-label:after {
  background-color: #ced3eb;
}
.custom-switch input:disabled + .custom-control-label:before {
  border-color: #ced3eb;
}
.custom-switch input:disabled + .custom-control-label:after {
  background-color: #ced3eb;
}
.popover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.messagelist td.subject span.fromto {
  color: #716687;
}
.tox.tox-tinymce {
  border-color: #ced3eb !important;
}
.tox .tox-toolbar {
  border-color: #ced3eb !important;
}
.tox .tox-toolbar-overlord > div {
  background: url("data:image/svg+xml,%3Csvg height='33px' viewBox='0 0 40 33px' width='40' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='32px' width='100' height='1' fill='%23ced3eb'/%3E%3C/svg%3E") #ffffff !important;
}
.tox .tox-tbtn {
  color: #2e0f58;
}
.tox .tox-tbtn :focus:not(.tox-tbtn--disabled) {
  color: #2e0f58;
}
.tox .tox-tbtn:focus {
  background: #ced3eb !important;
}
.tox .tox-tbtn:hover {
  border-color: #ced3eb !important;
  background: #ced3eb !important;
}
.tox .tox-tbtn:hover .tox-icon svg path {
  fill: #F84754;
}
.tox .tox-tbtn--enabled {
  background: #ced3eb !important;
}
.tox .tox-tbtn .tox-icon svg path {
  fill: #2e0f58;
}
.tox .tox-tbtn__select-chevron svg path {
  fill: #2e0f58;
}
.tox .tox-split-button:hover {
  box-shadow: 0 0 0 1px #ced3eb inset !important;
}
.tox .tox-split-button__chevron svg path {
  fill: #2e0f58;
}
.tox .tox-collection__list .tox-collection__group {
  border-color: #ced3eb !important;
}
.tox .tox-collection--list .tox-collection__item--active {
  background-color: #ced3eb !important;
}
.tox .tox-collection__item-checkmark svg path {
  fill: #2e0f58;
}
.tox .tox-menu {
  border-color: #ced3eb !important;
}
.tox .tox-pop.tox-pop--top:before,
.tox .tox-pop.tox-pop--top:after {
  border-bottom-color: #ced3eb;
}
.tox .tox-pop__dialog {
  border-color: #ced3eb;
}
.tox .tox-button--naked:focus:not(:disabled),
.tox .tox-button--naked.tox-button--icon:hover:not(:disabled) {
  border-color: transparent;
}
.tox .tox-button--naked:disabled {
  border: transparent;
}
.tox .tox-color-input span::before {
  background-color: #ffffff;
}
.tox .tox-toolbar__group:not(:last-of-type) {
  border-color: #ced3eb !important;
}
.tox .tox-dialog,
.tox .tox-dialog__header,
.tox .tox-dialog__body,
.tox .tox-dialog__footer,
.tox .tox-dialog__title {
  border-color: #ced3eb;
}
.tox .tox-menu {
  border-color: #ced3eb;
}
.tox .tox-collection__item:not(:last-child) {
  border-bottom: 1px solid #ced3eb;
}
.tox .tox-collection--grid .tox-collection__item {
  border: 0;
}
.btn:focus {
  box-shadow: none !important;
}
.btn-link:hover {
  color: #f61626;
}
.nav-tabs {
  border-bottom-color: #ced3eb;
}
.nav-tabs .nav-link {
  color: #1f0a3c;
  border-bottom: none !important;
}
.nav-tabs .nav-link.active {
  color: #1f0a3c;
  border-color: #ced3eb #ced3eb transparent;
}
.nav-tabs .nav-link:hover {
  border-color: #ced3eb #ced3eb transparent;
}
.input-group-text {
  border-color: #ced3eb;
}
