@import url(https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap);
body.vertical-layout.vertical-menu-modern .horizontal-menu-wrapper {
  display: none;
}

body {
  overflow-x: hidden;
}

.horizontal-menu > .main-menu {
  display: none;
}
.horizontal-menu .fixed-top {
  left: 0;
}

html body.navbar-static .app-content .header-navbar {
  background: transparent;
  box-shadow: none !important;
}

@media (max-width: 575.98px) {
  body.vertical-layout:not(.horizontal-layout).navbar-floating .header-navbar {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }
}
button svg {
  min-width: 15px;
  max-width: -moz-min-content;
  max-width: min-content;
}

.navigation li {
  margin: 5px 0px;
}

.ql-editor {
  min-height: 150px !important;
}

.main-menu .navbar-header .navbar-brand .brand-text {
  font-size: 1.25rem !important;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  border-radius: 10px;
  background-color: rgba(245, 245, 245, 0.0588235294);
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: rgba(245, 245, 245, 0);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.1);
  background-color: rgba(222, 16, 88, 0.4196078431);
}

.card-congratulations {
  overflow: hidden;
}

.user-profile-sidebar.chats {
  width: 100%;
}

.user-profile-sidebar-area.chats {
  height: 75% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

#frames {
  flex-direction: column;
}

.reply-img-holder {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.reply-img-holder .reply-img {
  max-width: 35%;
  max-height: 40rem;
}

@media (max-width: 575.98px) {
  div.dataTables_wrapper {
    overflow: hidden !important;
  }
}
.table tbody:first-of-type td {
  white-space: nowrap;
}

.main-menu-content {
  margin-top: 20px;
}

.side-bar-icon svg {
  position: unset !important;
  top: 0px !important;
  vertical-align: unset !important;
}

i.side-bar-icon {
  font-size: 10px !important;
}

.dt-button {
  -webkit-appearance: button;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid #9ec5e5;
  padding: 0.786rem 1.5rem;
  font-size: 1rem;
  line-height: 1;
  border-radius: 0.358rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, background 0s, border 0s;
  box-shadow: none;
  font-weight: 500;
  background-color: transparent;
  color: #83b5de;
}

.add-button {
  top: 15px;
  right: 25px;
  position: absolute;
}

.modal-slide-in .close {
  top: 0.4rem !important;
}

.invalid-tooltip {
  top: unset !important;
}

.custom-divider .divider .divider-text:before,
.custom-divider .divider .divider-text:after {
  border-top: 5px solid rgba(63, 139, 201, 0.7803921569);
  top: 45%;
}

.custom-checkbox-1 {
  background-color: #d6d6d6;
  display: block;
  margin: 10px 0;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.custom-checkbox-1 label {
  padding: 12px 30px;
  margin: 0px !important;
  width: 100%;
  display: block;
  text-align: left;
  color: #3c454c;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
}
.custom-checkbox-1 label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background-color: #de1058;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
.custom-checkbox-1 label:after {
  width: 32px;
  height: 32px;
  content: "";
  border: 2px solid #d1d7dc;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}
.custom-checkbox-1 input:checked ~ label {
  color: #fff;
}
.custom-checkbox-1 input:checked ~ label:before {
  transform: translate(-50%, -50%) scale3d(100, 100, 1);
  opacity: 1;
}
.custom-checkbox-1 input:checked ~ label:after {
  background-color: #54e0c7;
  border-color: #54e0c7;
}
.custom-checkbox-1 input {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

.checkbox-holder {
  margin: 50px auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
}

.modal p {
  white-space: break-spaces;
}

table,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
label,
.main-menu.menu-light .navigation li a {
  color: #000000 !important;
}

.main-menu .navbar-header .navbar-brand .brand-text {
  color: #3585c6 !important;
}

.dark-layout label {
  color: #f7f7f7 !important;
}

.main-menu.menu-light .navigation > li ul .active > a,
.dark-layout h1,
.dark-layout h2,
.dark-layout h3,
.dark-layout h4,
.dark-layout h5,
.dark-layout h6,
.main-menu.menu-light .navigation > li.active > a {
  color: #f7f7f7 !important;
}

.vertical-layout.vertical-menu-modern .main-menu .navigation li a {
  font-weight: bold;
  font-family: "Quicksand";
  font-size: 13px;
}
