/* Chrome, Safari */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track-piece  {
  background-color: #C2D2E4;
}
::-webkit-scrollbar-thumb:vertical {
  height: 30px;
  background-color: #0A4C95;
}
.card-action.card-fullscreen{
  z-index: 1089 !important;
  overflow-y: scroll !important;
  overflow-x: hidden !important;
}
/*page chat*/
.app-chat .app-chat-history{
  position: relative;
  height: calc(100vh - 1.5rem) !important;
}
.light-style .app-chat .app-chat-history .chat-history-body .chat-history .chat-message.chat-message-right .chat-message-text{
  color: #000000 !important;
  background-color: #ffffff !important;
  width: 910px;
}
.chat-message .chat-message-text {
  color: #000000;
  background-color: #effdde !important;
}
.app-chat .app-chat-history .chat-history-body{
  /*height:auto !important;*/
  overflow-y: scroll; !important;
}

/*page chat*/

.template-customizer-open-btn{
  top:50% !important;
  right:10px !important;
}
.light-style #toast-container{
  position: fixed !important;
  width: 320px !important;
  left: auto !important;
  right: calc(50% - 160px) !important;
}
.preloaderTags {
  display:none;
  background-image:url("loding2.gif") ;
  background-size:30px 30px;
  width: 30px;
  height: 30px;
  background-repeat:no-repeat;
  float: left;
  margin-right: 5px;
  margin-top: -15px;
}
.preloader {
  display:none;
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  z-index: 999999999;
  background:rgba(1,1,1,0.3);
}

.preloader .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px)
}

.loader, .loader__figure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.loader {
  overflow: visible;
  padding-top: 2em;
  height: 0;
  width: 2em
}

.loader__figure {
  background-image:url("loding2.gif") ;
  background-size:130px 130px;
  width: 130px;
  height: 130px;
  background-repeat:no-repeat;
  /*box-sizing: border-box;*/
  /*border: 0 solid #1976d2;*/
  /*border-radius: 50%;*/
  /*-webkit-animation: loader-figure 1.15s infinite cubic-bezier(.215, .61, .355, 1);*/
  /*-moz-animation: loader-figure 1.15s infinite cubic-bezier(.215, .61, .355, 1);*/
  /*animation: loader-figure 1.15s infinite cubic-bezier(.215, .61, .355, 1)*/
}

.loader__label {
  float: left;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin:60px 0 0 50%;
  padding: 5px;
  width:200px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.5em;
  color: #1976d2;
  border-radius: 5px;
  background-color: white;
  text-align: center;
  -webkit-animation: loader-label 1.15s infinite cubic-bezier(.215, .61, .355, 1);
  -moz-animation: loader-label 1.15s infinite cubic-bezier(.215, .61, .355, 1);
  animation: loader-label 1.15s infinite cubic-bezier(.215, .61, .355, 1)
}

@-webkit-keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #1976d2
  }
  29% {
    background-color: #1976d2
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent
  }
}

@-moz-keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #1976d2
  }
  29% {
    background-color: #1976d2
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent
  }
}

@keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #1976d2
  }
  29% {
    background-color: #1976d2
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent
  }
}

@-webkit-keyframes loader-label {
  0%, 100% {
    opacity: .25
  }
  30% {
    opacity: 1
  }
}

@-moz-keyframes loader-label {
  0%, 100% {
    opacity: .25
  }
  30% {
    opacity: 1
  }
}

@keyframes loader-label {
  0%, 100% {
    opacity: .25
  }
  30% {
    opacity: 1
  }
}

.mds-bs-persian-datetime-picker-popover{
  max-width: 100% !important;
}
.mds-bs-dtp-container table table tbody.days td[data-day][data-selectedday] {
  background-color: #96daff;
}


.clear-icon {
  position: absolute;
  top: 27px;
  left: 17px;
  cursor: pointer;
  color: #999;
  font-size: 18px;
  z-index: 5;
  background-color: #e3e3e3cc;
  width: 20px;
  height: 23px;
  text-align: center;
  align-content: center;
  vertical-align: middle;
  border-radius: 3px;
}
.clear-icon:hover {
  color: red;
  background-color: rgba(255, 224, 224, 0.8);
}
.mds-bs-dtp-container table table tbody.days td[data-day][data-mds-dtp-selected-day]{
  color: blue !important;
  background-color: #96daff !important;
}
