:root {
  --main-link-color: #2E323A;
  --main-bg-color: #1E3E78;
  --main-box-color: #D3CAC5;
  --main-text-box-color: #2E323A;
  --card-border-color: #9e9995;
}

body {
  background-color: var(--main-bg-color);
  /* font-family: "Averta", "Segoe UI", arial; */
  font-family: "Maven Pro", "Segoe UI", sans-serif;
  color: #fff;
  font-size: 13px;
}

.main-sidebar {
  background-color: var(--main-bg-color);
}

/* .navbar {
  background-color: #1E3E78;
} */

.full-height {
  height: calc(100vh - 100px);
}

.full-height-50 {
  height: calc((100vh - 120px) / 2);
}

.navbar-bg {
  background-color: var(--main-bg-color);
}

.navbar .nav-link.nav-link-user {
  font-weight: 400;
}

.logo-login {
  width: 260px;
  margin-bottom: 50px;
}

.card {
  background-color: var(--main-box-color);
  border-radius: 7px;
  border-bottom-right-radius: 25px;
  -webkit-box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.15);
  box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.15);
  color: var(--main-text-box-color);
  margin-bottom: 20px;
}

.skydesk-rounded {
  background-color: var(--main-box-color);
  border-radius: 7px;
  border-bottom-right-radius: 25px;
  color: var(--main-text-box-color);
}

.card .card-header h4 {
  color: var(--main-text-box-color);
  font-size: 15px;
}

.main-sidebar .sidebar-menu li a:hover {
  background-color: transparent;
  opacity: 0.3;
}

a.close-menu {
  display: none !important;
}

.sidebar-show2 a.close-menu,
.sidebar-show a.close-menu {
  display: flex !important;
}

.sidebar-show2 a.open-menu,
.sidebar-show a.open-menu {
  display: none !important;
}

li.open-menu-item {
  border-top: 1px solid #193668;
}

.main-sidebar .sidebar-menu li a.active i {
  background-color: #73C9EB;
}

.card .card-header {
  border: none;
  min-height: 60px;
}

.card h4 {
  font-size: 15px;
  color: var(--main-text-box-color);
  font-weight: bold;
}

.card h6 {
  font-size: 13px;
  margin-bottom: 0;
  color: var(--main-text-box-color);
  font-weight: 400;
}

.tooltip.show {
  opacity: 1 !important;
}

.tooltip-inner {
  background-color: #2e323a !important;
}

.tooltip-small {
  top: -1px !important;
}

.tooltip-small .tooltip-inner {
  padding: 2px 7px;
  font-size: 8px;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-left .tooltip-arrow::before {
  border-left-color: #2E323A !important;
}


.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #2E323A !important;
}

.tooltip-small.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.tooltip-small.bs-tooltip-end .tooltip-arrow::before {
  top: 3px;
  right: 0px;
  border-width: .2rem .2rem .2rem 0;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-left .tooltip-arrow::before {
  border-top-color: #2E323A !important;
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-left .tooltip-arrow::before {
  border-bottom-color: #2E323A !important;
}

.card hr {
  border-top-color: var(--card-border-color);
  color: var(--card-border-color);
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.uppercase {
  text-transform: uppercase;
}

#skydesk-body.sidebar-mini .main-sidebar,
.sidebar-show .main-sidebar {
  top: 73px;
}

/* #skydesk-body.sidebar-mini .main-sidebar .sidebar-menu > li {
  padding: 0;
} */

.navbar .nav-link {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.navbar .nav-link:hover {
  opacity: 0.4;
}

.navbar .nav-link.nav-link-icon-text {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.navbar .nav-link.nav-link-icon-text i {
  margin-right: 8px;
}

.navbar-logo {
  height: 30px;
  width: 170px;
  margin-right: 10px;
}

.main-sidebar, .navbar, .main-content, .main-footer {
  /* transition: none; */
}

.main-content {
  transition: none !important;
}

@media (min-width: 1024px) {
  #skydesk-body.sidebar-mini .main-content,
  #skydesk-body.sidebar-mini .main-footer {
    padding-left: 75px !important;
  }

  li.menu-bar {
    display: none;
  }

  .sidebar-show2 .main-sidebar {
    position: absolute;
    top: 73px;
  }
}

@media (max-width: 1024px) {
  .main-sidebar {
    left: -250px;
  }

  .sidebar-show .main-sidebar {
    left: 0px;
  }
}

/*
#skydesk-body.sidebar-mini .main-content,
#skydesk-body.sidebar-mini .main-footer {
  padding-left: 85px;
} */

.dropdown-list-left-line {
  border-left: 1px solid #193668;
  padding-left: 20px;
  margin-left: 20px;
}

@media (max-width: 1024px) {
  .dropdown-list-left-line {
    padding-left: 7px;
    margin-left: 7px;
  }
}

.card-body p {
  margin-bottom: 0.75rem;
}

.user-line1,
.user-line2 {
  line-height: normal;
  margin-bottom: 0;
}

.user-line2 {
  font-size: 12px;
}

.nav-link-user img {
  vertical-align: top;
}

.navbar .nav-link.nav-link-lg div {
  margin-top: 5px;
}

div.skydesk-bg {
  position: relative;
  background-color: inherit !important;
  z-index: 1;
}

div.skydesk-bg:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border-bottom-right-radius: 25px;
  left: 0;
  opacity: 0.3;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  background: url(../img/message-box-bg.png) rgb(253 251 249);
  /* background-size: 50%; */
  background-size: 400px;
  background-attachment: fixed;
  /* -webkit-mask:radial-gradient(circle at 50% 50%, #fff, transparent 75%);
  mask:radial-gradient(circle at 50% 50%, #fff, transparent 75%); */
  /* box-shadow: inset 0px 0px 120px 60px #bfb4a9; */
  box-shadow: inset 0px 0px 10vw 3vw #D3CAC5;
}

.skydesk-conversation-container,
.skydesk-conversation-container-50,
.skydesk-conversation-container {
  /* max-height: 100px; */
  max-height: calc(100vh - 100px - 135px - 100px);
  overflow-y: auto;
  /* padding-right: 10px; */
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;
  height: 100%;
}

.skydesk-conversation-container-50 {
  max-height: calc(((100vh - 100px) / 2) - 135px - 20px);
}

.skydesk-conversation-container.locked {
  max-height: calc(100vh - 100px - 120px);
}

/* width */
.skydesk-conversation-container::-webkit-scrollbar,
.skydesk-conversation-container-50::-webkit-scrollbar {
  width: 0px;
  border-radius: 3px;
}

/* Track */
.skydesk-conversation-container::-webkit-scrollbar-track,
.skydesk-conversation-container-50::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
.skydesk-conversation-container::-webkit-scrollbar-thumb,
.skydesk-conversation-container-50::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.skydesk-conversation-container::-webkit-scrollbar-thumb:hover,
.skydesk-conversation-container-50::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.skydesk-conversation-container-50:after,
.skydesk-conversation-container:after {
  clear: both;
}

.skydesk-message {
  clear: both;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
  margin: 8px 0;
}

.skydesk-message .skydesk-message-context {
  background-color: #fff;
  padding: 15px;
  color: #000;
  border-radius: 5px;
  min-width: 200px;
  position: relative;
  max-width: 85%;
  clear: both;

  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}

.skydesk-message .skydesk-message-context:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}

.skydesk-message.received {
  float: left;
}

.skydesk-message h5 {
  font-size: 10px;
  width: 100%;
}

.skydesk-message.received .skydesk-message-context:after {
  border-width: 5px 6px 5px 0;
  border-color: transparent #fff transparent transparent;
  top: 9px;
  left: -6px;
}

.skydesk-message.sent {
  float: right;
  flex-direction: row-reverse;
}

.skydesk-message.sent .skydesk-message-context {
  color: #fff;
}

.skydesk-message.sent .skydesk-message-context a.skydesk-message-file {
  color: #fff;
}

.skydesk-message.sent .skydesk-message-context {
  background-color: #8C8176;
}

.skydesk-message.sent .skydesk-message-context:after {
  border-width: 5px 6px 5px 6px;
  border-color: transparent transparent transparent #8C8176;
  top: 9px;
  right: -12px;
}

.skydesk-message .skydesk-message-metadata {
  font-size: 10px;
  opacity: 0.5;
  margin-top: 14px;
}

.skydesk-message.sent .skydesk-message-metadata {
  opacity: 0.8;
}

.skydesk-message-contact {
  width: 45px;
  height: 32px;

  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}

.skydesk-message-header-subject {
  font-weight: bold;
  margin-bottom: 10px;
}

.skydesk-message-mail-context {
  background-color: #f9f9f9;
  padding: 15px;
  margin-top: 10px;
}

.skydesk-message.sent .skydesk-message-contact {
  text-align: right;
}

.skydesk-message-contact-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.skydesk-message .skydesk-message-contact.icon i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  padding: 4px 5px;
  font-size: 21px;
  text-align: center;
  color: #fff;
}

.icon-message-metadata-small.icon i {
  border-radius: 50%;
  padding: 2px 3px;
}

.icon-message-metadata-small.icon-whatsapp i,
.skydesk-message .skydesk-message-contact.icon-whatsapp i {
  background-color: #1CC940;
}

.icon-message-metadata-small.icon-mail i,
.skydesk-message .skydesk-message-contact.icon-mail i {
  background-color: #0092FF;
  padding: 6px 5px;
}

.icon-message-metadata-small.icon-viber i,
.skydesk-message .skydesk-message-contact.icon-viber i {
  background-color: #665CAC;
  padding: 6px 5px;
}

.icon-message-metadata-small.icon-facebook-messenger i,
.skydesk-message .skydesk-message-contact.icon-facebook-messenger i {
  background-color: #0084ff;
  padding: 6px 5px;
}

div.card:not(.no-scroll) {
  overflow-y: scroll;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;
}

div.card:not(.no-scroll)::-webkit-scrollbar {
  width: 0;
}

div.card:not(.no-scroll) ::-webkit-scrollbar-track {
  background: transparent;
}

.no-scroll {
  overflow: hidden !important;
}

.skydesk-send-message {
  /* margin-top: 50px; */
  position: absolute;
  bottom: 20px;
  width: 100%;
  right: 0;
  left: 0;
  padding-left: 20px;
  padding-right: 20px;
  height: 115px;
}

.skydesk-send-message.small {
  height: 90px;
}

.skydesk-send-message.locked {
  height: 20px;
}

.skydesk-send-message .skydesk-send-message-form {
  border-top: 1px solid var(--card-border-color);
}

.skydesk-send-message-textarea {
  border: none;
  background-color: transparent;
  color: var(--main-text-box-color);
  width: 100%;
  /* height: 40px; */
  outline: none;
  padding: 7px 0;
  /* resize: none; */
}

.skydesk-send-message-textarea::placeholder {
  color: var(--main-text-box-color);
  opacity: 0.5;
}

.skydesk-button i {
  font-size: 17px;
  margin-right: 3px;
  vertical-align: top;
}

.skydesk-button-medium i {
  font-size: 14px;
  margin-right: 3px;
  vertical-align: middle;
}

.skydesk-button-small i {
  font-size: 9px;
  margin-right: 3px;
}

.skydesk-button-ligth i {
  font-size: 15px;
}

.skydesk-button,
.skydesk-button-small,
.skydesk-button-medium,
.skydesk-button-ligth {
  padding: 4px 11px;
  line-height: 15px;
  background-color: #2E323A;
  border-radius: 8px;
  border: none;
  text-transform: uppercase;
  font-size: 10px;
  color: #fff;
  outline: none;
  transition: 0.3s all;
  margin-right: 3px;
}

.skydesk-button:last-child,
.skydesk-button-small:last-child,
.skydesk-button-ligth:last-child {
  margin-right: 0px;
}

.skydesk-button-medium {
  font-size: 13px;
}

.skydesk-button-ligth {
  background-color: #fff;
  color: #2E323A;
  line-height: 19px;
  padding: 8px 12px 5px;
  font-size: 9px;
}

.skydesk-button {
  padding: 8px 12px 5px;
  font-size: 14px;
  line-height: 19px;
}

.skydesk-button:hover,
.skydesk-button-medium:hover,
.skydesk-button-small:hover,
.skydesk-button-ligth:hover {
  opacity: 0.7;
}

.skydesk-message-files {
  margin-top: 10px;
  margin-bottom: -15px;
}

.skydesk-message-files .skydesk-message-file i {
  font-size: 26px;
  vertical-align: middle;
}

.skydesk-message-files .skydesk-message-file {
  opacity: 0.5;
  text-decoration: none;
  white-space: nowrap;
  line-height: 35px;
}

.skydesk-message-files .skydesk-message-file:hover {
  opacity: 0.3;
}

.skydesk-comment {
  margin-bottom: 10px;
}

.skydesk-comment .skydesk-comment-datetime {
  font-size: 10px;
  float: right;
  margin-top: 3px;
  font-weight: 400;
}

.skydesk-comment-avatar,
.skydesk-avatar {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  line-height: 23px;
}

.skydesk-comment-avatar img,
.skydesk-avatar img {
  border-radius: 50%;
  width: 24px;
  vertical-align: bottom;
  /* margin-top: -4px; */
  margin-right: 4px;

}

.skydesk-comment-title {
  text-transform: none;
  font-weight: bold;
  display: inline-block;
  margin-left: 10px;
}

.skydesk-comment .skydesk-comment-text {
  font-size: 11px;
  margin-left: 32px;
  margin-top: 0px;
}

.skydesk-comment-footer {
  font-size: 10px;
  margin-top: 5px;
  color: #8C8074;
  margin-left: 32px;
}

.skydesk-comment .skydesk-comment-reply-button {
  margin-left: 28px;
  color: var(--main-text-box-color);
  opacity: 0.6;
  font-size: 10px;
  text-decoration: none;
}

.skydesk-comment .skydesk-comment-reply-button i {
  font-size: 10px;
}

.skydesk-comment .skydesk-comment-reply-button:hover {
  opacity: 0.7;
}

.skydesk-comment.level-2 {
  margin-left: 13px;
}

.skydesk-comment.level-3 {
  margin-left: 26px;
}

.skydesk-send-comment {
  border-top: 1px solid var(--card-border-color);
}

.communication-channel {
  font-size: 11px;
  margin-bottom: 10px;
}

.communication-channel .item {
  padding: 0 1rem;
}

.communication-channel .item.right-border {
  border-right: 1px solid var(--card-border-color);
}

.skydesk-tags {
  padding-top: 5px;
}

.skydesk-tag {
  border: 1px solid #A59790;
  border-radius: 6px;
  text-transform: uppercase;
  padding: 3px 15px;
  font-size: 10px;
  line-height: 26px;
  cursor: pointer;
  position: relative;
}

.skydesk-tag:hover:after {
  content: '\f00d';
  position: absolute;
  top: -7px;
  right: -4px;
  background-color: var(--main-text-box-color);
  width: 12px;
  height: 12px;
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  color: #fff;
  border-radius: 50%;
  line-height: 13px;
  font-size: 8px;
  font-weight: 500;
}

.skydesk-tag.red {
  background-color: rgb(197, 0, 0);
  border: 1px solid rgb(197, 0, 0);
}

.skydesk-tag.blue {
  background-color: rgb(0, 69, 160);
  border: 1px solid rgb(0, 69, 160);
}

.skydesk-tag.green {
  background-color: rgb(0, 107, 57);
  border: 1px solid rgb(0, 107, 57);
}

/* div.skydesk-bg {
  background: url(../img/bg.png) floralwhite;
  background-size: cover;
  -webkit-box-shadow: inset 0px 0px 15px 7px rgba(0,0,0,0.58);
  box-shadow: inset 0px 0px 15px 7px rgba(0,0,0,0.58);
} */


/* .main-sidebar:after {
  content: '';
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #000;
} */


.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-right: 8px;
  padding-left: 8px;
}

.row {
  margin-right: -8px;
  margin-left: -8px;
}

.navbar .nav-link.nav-link-lg i {
  font-size: 24px;
}

.notifications .dropdown.dropdown-list-toggle a.nav-link {
  margin-top: 4px;
}

.dropdown.dropdown-list-toggle a.nav-link i:before {
  vertical-align: middle;
}

.navbar .nav-link.nav-link-user img {
  width: 39px;
}

.notification-number {
  position: absolute;
  background-color: #7AC243;
  width: 13px;
  height: 13px;
  font-size: 8px;
  text-align: center;
  line-height: 15px;
  border-radius: 50%;
  top: 6px;
  right: 5px;
}

.text-bold {
  font-weight: bold !important;
}

.text-left {
  text-align: left;
}

.menu-bar {
  margin-top: 5px;
}

.card .card-header,
.card .card-body,
.card .card-footer {
  padding: 25px
}

.dropdown-menu {
  right: 0;
}

.dropdown-menu-left {
  right: auto !important;
  left: 0 !important;
}

.dropdown-menu-right {
  right: 0px !important;
  left: auto !important;
}

.dropdown-menu-right:after {
  content: "";
  position: absolute;
  top: -6px;
  right: 16px;
  border-bottom: 6px solid #2E333B;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.dropdown-menu-left:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 16px;
  border-bottom: 6px solid #2E333B;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.dropdown-menu.show {
  margin-top: 10px;
}

.dropdown-menu {
  background-color: #2E333B;
}

.dropdown-item {
  color: #fff;
}

.login-page {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
}

.login-page a {
  color: var(--main-link-color) !important;
  text-decoration: none;
  transition: 0.4s all;
}

.login-page a:hover {
  color: var(--main-link-color) !important;
  opacity: 0.7;
}

.form-control,
.input-group-text,
.custom-select,
.custom-file-label {
  border-radius: 10px;
}

.login-page .form-control,
.login-page .input-group-text,
.login-page .custom-select,
.login-page .custom-file-label {
  background-color: transparent;
  border-color: #e4e6fc !important;
}

.login-page .form-control.is-invalid,
.login-page .input-group-text.is-invalid,
.login-page .custom-select.is-invalid,
.login-page .custom-file-label.is-invalid {
  border-color: #fc544b !important;
}

.login-page .form-control::placeholder {
  color: #ffffff69;
}

.skydesk-login-button {
  width: 100%;
  text-transform: uppercase;
  background-color: var(--main-bg-color);
  border: none;
  font-size: 15px;
  transition: 0.3s all;
  border-radius: 8px;
  padding: 5px;
  font-weight: 700;
}

.skydesk-login-button:hover {
  background-color: var(--main-bg-color) !important;
  opacity: 0.7;
}

.input-group-text,
select.form-control:not([size]):not([multiple]),
.form-control:not(.form-control-sm):not(.form-control-lg) {
  padding: 2px 6px;
  height: 30px;
  border: 1px solid #C5C0B9;
}

/* .form-control:focus,
.input-group-text:focus,
.custom-select:focus,
.custom-file-label:focus {
  border: 1px solid #C5C0B9;
} */

textarea.form-control {
  height: auto !important;
}

.login-footer-text {
  color: #969696;
  font-size: 11px;
}

.text-footer a {
  color: #969696 !important;
}

.text-footer a:hover {
  color: #969696 !important;
  opacity: 0.5;
}

.dropdown-divider {
  border: none !important;
  margin: .2rem 0;
}

.status-normal,
.status-green,
.status-yellow,
.status-red,
.status-black {
  font-size: 10px !important;
  margin-top: 3px !important;
}

i.special-margin {
  margin-top: 0px !important;
}

a.dropdown-item {
  padding: 8px 8px !important;
  line-height: 1;
}

.status-green {
  color: #8CCE52;
}

.status-black {
  color: #2E333B;
}

.status-yellow {
  color: #F4CE75;
}

.text-box .datetime {
  color: #8C8176;
  font-size: 80%;
}

.status-red {
  color: #EA7575;
}

.text-right {
  text-align: right;
}

.dropdown-list .dropdown-item .dropdown-item-desc {
  color: #fff;
  margin-left: 48px;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  background-color: #545c69;
}

.dropdown-list .dropdown-item.dropdown-item-unread,
.dropdown-list .dropdown-item {
  background-color: transparent !important;
  border-bottom: 1px solid #34393F;
  padding: 10px 20px !important;
  font-weight: 300;
}

.dropdown-list .dropdown-item:first-child {
  margin-top: 20px;
}

.dropdown-list .dropdown-item p {
  line-height: 17px;
}

.dropdown-list .dropdown-item .dropdown-item-avatar {
  width: 32px;
}

.dropdown-list .dropdown-item .dropdown-item-avatar img {
  width: 32px;
}

.dropdown-list .dropdown-item .time {
  text-transform: none !important;
  font-weight: 300 !important;
  color: #8C8074 !important;
}

.dropdown-footer {
  text-transform: uppercase;
}

.dropdown-footer a {
  color: #D3CAC5;
  transform: 0.3s all;
  font-size: 12px;
  text-decoration: none;
  font-weight: 700 !important;
}

.dropdown-footer a:hover {
  color: #D3CAC5;
  opacity: 0.7;
}

.dropdown-list-toggle.show .dropdown-toggle::after {
  border-top: 0 !important;
  border-bottom: .3em solid !important;
}

.alert-skydesk {
  background-color: #F9E2B9;
  color: #2E333B;
}

.alert {
  font-size: 12pt;
  text-align: center;
}

.alert i[class^='fa'] {
  font-size: 25px;
  vertical-align: top;
}

.alert a {
  color: #2E333B !important;
  font-weight: normal;
  transition: 0.3s all;
}

.alert a:hover {
  opacity: 0.6;
}

h2 {
  font-weight: 200;
}

.skydesk-big-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  line-height: 126px;
  text-align: center;
}

.skydesk-big-icon i {
  font-size: 52px;
  color: #fff;
}

.skydesk-big-icon-blue {
  background-color: #73C9EB;
}

.skydesk-big-icon-red {
  background-color: #EA7575;
}

.skydesk-big-icon-green {
  background-color: #A0CC66;
}

.skydesk-big-number {
  font-size: 46px;
  font-weight: bold;
  margin-top: 13px
}

.skydesk-big-number-title {
  font-size: 18px;
  line-height: 20px;
  margin-top: 29px;
  font-weight: bold;
}

.skydesk-dashboard-list .status {
  margin-top: 15px;
}

@media (max-width: 475px){
  .skydesk-big-icon {
    width: 75px;
    height: 75px;
    line-height: 95px;
  }

  .skydesk-big-icon i {
    font-size: 38px;
  }

  .skydesk-big-number {
    margin-top: 2px;
  }

  .skydesk-big-number-title {
    margin-top: 18px;
  }
}

.title-number {
  width: 18px;
  height: 18px;
  background-color: #2E333B;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  font-size: 8px;
}

.skydesk-user {
  line-height: 15px;
  border-radius: 4px;
  padding-right: 5px;
  padding-left: 3px;
  margin-top: 2px !important;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 2px !important;
}

.skydesk-user.active {
  background-color: #00000014 !important;
}

.skydesk-user-status,
.skydesk-user-text,
.skydesk-user-text-with-number {
  margin-left: 30px;
  font-size: 80%;
  color: #8C8074;
}

.skydesk-user-text-with-number {
  position: relative;
  padding-right: 13px;
}

.skydesk-user-text-msgs-number {
  position: absolute;
  top: 0;
  right: 0;
}

.skydesk-user-datetime {
  font-size: 10px;
  float: right;
  margin-top: 3px;
  font-weight: 400;
  color: #8C8074;
  text-transform: none;
}

.skydesk-user-datetime i {
  margin-left: 4px;
  margin-right: 4px;
}

ul.side-bar-list {
  list-style-type: none;
  padding-left: 0;
  font-size: 14px;
}

.card a {
  text-decoration: none;
  color: var(--main-text-box-color);
  transition: all 0.3s;
}

.card a:hover {
  opacity: 0.6;
}

.table td,
.table th {
  height: auto !important;
  padding: 10px 25px !important;
  border-bottom: 1px solid #C6C0BA;
  color: #2E333B;
}

.table td:first-child,
.table th:first-child {
  padding-left: 2px !important;
}

.table td:last-child,
.table th:last-child {
  padding-right: 2px !important;
}

.table thead th {
  background-color: transparent !important;
}

.modal-content {
  background-color: var(--main-box-color);
  border-radius: 7px;
  border-bottom-right-radius: 25px;
  color: #2E333B;
}

/* label {
  text-transform: uppercase;
} */


.form-control, .form-select {
  background-color: #E5E0DC;
  border: 1px solid #C5C0B9;
  border-radius: 8px;
  font-size: 13px;
}

.modal .form-control:focus,
.modal .input-group-text:focus,
.modal .custom-select:focus,
.modal .custom-file-label:focus {
  border: 1px solid #C5C0B9;
  background-color: #fff;
}

.fa-big {
  font-size: 35px;
}


.agent-profile-image {
  width: 75px;
}

.agent-status {
  font-size: 80%;
}

.agent-circle {
  border-radius: 50%;
  background-color: #B0A69E;
  font-size: 23px;
  width: 40px;
  height: 40px;
  min-width: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
}

.agent-data-text {
  margin-top: 7px;
}

.agent-data-box {
  line-height: 13px;
}

.agent-data-box {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #C6C0BA;
}

.agent-data-box:last-child {
  border-bottom-width: 0;
}

.text-light {
  font-weight: 200;
}

.fixed-navbar nav.navbar,
.fixed-navbar .main-sidebar {
  position: fixed !important;
}

.table-search-field {
  position: relative;
  display: inline-block;
}

.table-search-field .search-table-input {
  border: 1px solid #C6C0BA;
  border-radius: 5px;
  background-color: transparent;
  outline: none;
  padding: 2px 20px 2px 5px;
}

.table-search-field .search-table-input:focus {
  border-color: #b8b1a9;
}

.table-search-field i {
  position: absolute;
  right: 7px;
  top: 7px;
}

.mt-m1 {
  margin-top: -.25rem!important;
}

.profile-card {
  min-width: 300px;
  max-width: 350px;
  width: 100%;
  float: left;
  margin-right: 17px;
}

.text-size-20 {
  font-size: 20px;
}

.text-size-11 {
  font-size: 11px;
}

.small, small {
  font-size: .800em;
  font-weight: 500;
}

.lh-15 {
  line-height: 15px;
}

.skydesk-stat-title {
  margin-top: 6px;
}

.skydesk-stat-value {
  margin-top: 20px;
  white-space: nowrap;
}

.skydesk-stat-value i {
  font-size: 18px;
}

.skydesk-stat-value img {
  width: 20px;
}

.skydesk-bar {
  background-color: #B0A69E;
  width: 100%;
  height: 6px;
  position: relative;
}

.skydesk-bar-line {
  position: absolute;
  right: 0;
  height: 100%;
}

.skydesk-bar-line.green {
  background-color: #8CCE52;
}

.skydesk-bar-line.red {
  background-color: #EA7575;
}

.skydesk-bar-box {
  border-bottom: 1px solid #C6C0BA;
  padding-bottom: 30px;
  margin-bottom: 35px;
}

#myBarChart {
  border-bottom: 1px solid #C6C0BA;
}

.no-wrap {
  white-space: nowrap;
}

.text-color-secondary {
  color: #8C8074 !important;
}

.submenu-data {
  /* display: none; */
  transform-origin: top;
  transform: scaleY(0);
  overflow: hidden;
  height: 0;
  transition: height, 0.3s ease-in-out;
}

.submenu-data.active {
  transform: scaleY(1);
  height: auto;
}

.text-red {
  color: #EA7575;
}

.text-size-12 {
  font-size: 12px;
}

.daterangepicker:before {
  display: none;
}

.daterangepicker:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 16px;
  border-bottom: 6px solid #2E333B;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.daterangepicker {
  background-color: #2E333B;
  border-color: #2E333B;
  color: #fff;
  font-family: "Maven Pro", "Segoe UI", sans-serif;
}

.daterangepicker .calendar-table {
  background-color: #2E333B;
  border-color: #2E333B;
}

.daterangepicker td.off {
  background-color: #2E333B;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  border-color: #fff;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #8C8074;
}

.daterangepicker td.in-range,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date,
.daterangepicker td.start-date {
  background-color: #B0A69E;
  color: #fff;
}

.daterangepicker .drp-buttons {
  border-top-color: #ffffff3b;
}

.datepicker-input {
  border: 1px solid #153367;
  background-color: transparent;
  color: #fff;
  border-radius: 3px;
  padding: 2px 12px;
  margin-top: -1px;
  font-size: 12px;
  width: 175px;
  outline: none;
}

.daterangepicker .ranges ul {
  padding: 8px 0px;
}

.ranges li {
  color: #fff;
}

.daterangepicker .ranges li {
  padding: 4px 13px;
}

.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
  background-color: #8C8074;
}

.daterangepicker .drp-buttons .btn {
  background-color: transparent;
  color: #D3CAC5;
  transition: 0.5s all;
  text-transform: uppercase;
}

.daterangepicker .drp-buttons .btn:hover {
  background-color: transparent;
  opacity: 0.7;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left-color: #ffffff3b;
}

.open-submenu {
  position: relative;
}

.open-submenu .title-number {
  position: absolute;
  top: 0px;
  margin-left: 3px;
}

.skydesk-message h5.text-capitalize {
  width: 100%;
  font-size: 11px;
}


.simplebar-placeholder {
  display: none;
}

table.announcments-tabel thead tr th:first-child,
table.announcments-tabel tbody tr td:first-child {
  text-align: right !important;
  padding-right: 0px !important;
  padding-top: 7px !important;
}

table.announcments-tabel thead tr th:nth-child(2),
table.announcments-tabel tbody tr td:nth-child(2) {
  width: 13%;
  min-width: 150px;
  padding-left: 10px !important;
}

table.announcments-tabel tbody tr td:nth-child(3) {
  width: 20%;
  min-width: 200px;
}

table.announcments-tabel tbody tr td:nth-child(5) {
  min-width: 150px;
}

table.announcments-tabel tbody tr td {
  vertical-align: top !important;
}

.alert-box {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  padding: 0 50px;
}

.alert-box .alert-close i {
  font-size: 15px;
  vertical-align: middle;
}
