@font-face {
    font-family: 'Peyda Regular';
    src: url(/fonts/IRANYekanRegular.woff2?4950dd54432f3129c41c05cdb542b70f) format('woff2'),
    url(/fonts/IRANYekanRegular.woff?7112db08ea05f8d4336597e815d18758) format('woff'),
    url(/fonts/IRANYekanRegular.ttf?481487110844ee72abe686adb0b5c6c6) format('truetype');
    font-display: swap;
}

body {
    font-family: 'Peyda Regular', sans-serif !important;
}

.fc-button-group {
    width: 100%;
}

.fc-toolbar-chunk {
    width: 100%;
}

.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
    background-color: unset !important;
    color: #000000 !important;
}

.daily-event-list .item {
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
}

.daily-event-list .item .title {
    border-radius: 10px 0 10px 10px;
    border-right-style: solid !important;
    border-right-width: 3px !important;
}

jdp-container {
    padding: 10px 50px !important;
}

.jdp-day-name {
    background: unset !important;
}

.jdp-day:not(.not-in-month), .jdp-day:not(.holly-day) {
    background: #F1F1F2 !important;
}

.jdp-day.holly-day {
    background-color: #EEF6FF !important;
    color: #3E97FF !important;
}

.jdp-month select {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
}

.jdp-day {
    max-width: 13% !important;
}

.calendar tbody td .days.today{
    color: #fff !important;
}

.calendar tbody td .days.selected {
    border: 1px solid #0d6efd;
}

.calendar .calendar_day_event_item {
    width: 5px;
    height: 5px;
    display: block;
    border-radius: 50%;
}

.week-days-wrapper {
    z-index: 2;
    align-items: stretch;
}

.week-days-wrapper .days {
    position: relative;
}

.week-days-wrapper .days::after {
    content: "";
    height: 100%;
    width: 2px;
    display: block;
    background: #f0f0f0;
    position: absolute;
    left: 20px;
    top: 45px;
}

.timeline-container::before {
    content: "";
    width: 124%;
    height: 7px;
    position: absolute;
    z-index: 9;
    border-bottom: 2px solid #f0f0f0;
    top: 53px;
}

.timeline-container {
    position: relative;
    background: white;
    overflow-x: hidden;
}

.timeline-container .event-wrapper {
    display: flex;
    flex-direction: column;
    width: 50px;
    padding: 10px;
    border-radius: 10px 0 10px 10px;
    border-right-style: solid;
    z-index: 3 !important;
    position: absolute;
    align-items: center;
}

.time-wrapper {
    position: absolute;
    right: 20px;
    top: 80px;
    gap: 90px;
}

.time-wrapper .times {
    position: relative;
}

.time-wrapper .midTime {
    z-index: 2;
    right: 0;
    width: 100%;
    position: absolute;
}

.time-wrapper .midTime.start {
    color: rgba(90, 171, 209, 0.77);
}

.time-wrapper .midTime.start:after {
    background: rgba(90, 171, 209, 0.77);
}

.time-wrapper .midTime.end {
    color: rgba(248, 123, 123, 0.77);
}

.time-wrapper .midTime.end:after {
    background: rgba(248, 123, 123, 0.77);
}

.time-wrapper .midTime:after {
    content: "";
    width: 93%;
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
}

.time-wrapper .times:after {
    content: "";
    width: 93%;
    height: 2px;
    display: block;
    background: #f0f0f0;
    position: absolute;
    left: 0;
    top: 10px;

}

.timeline-container .event-title {
    width: 40px !important;
    text-overflow: ellipsis;
    overflow: hidden;
    text-wrap: nowrap;
    margin-bottom: 10px;
}
.timeline-container .week-days-wrapper .days bi{
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.timeline-container .week-days-wrapper .days.today bi {
    background-color: #0d6efd;
    color: #fff;
}
.timeline-container .week-days-wrapper .days.past bi {
    color: #d3d3d3;
}
.tempus-dominus-widget {
    direction: ltr;
}

.rtl{
    direction: rtl !important;
}

.ltr{
    direction: ltr !important;
}
.short-text{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.select2-results {
    direction: rtl !important;
}



.loading-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    top: 0;
    left: 0;
    z-index: 99999;
    border-radius: 10px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
/*loader*/
lds-ellipsis,
.lds-ellipsis div {
    box-sizing: border-box;
}
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ellipsis div {
    position: absolute;
    top: 33.33333px;
    width: 13.33333px;
    height: 13.33333px;
    border-radius: 50%;
    background: #0351a9;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}
progress {
    width: 100%;
    border: unset;
    border-radius: 5px;
}



.grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.grid-line-horizontal {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
}

.grid-line-vertical {
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
}

/* Additional gradient overlay */
.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(30, 40, 100, 0.2) 0%, rgba(10, 10, 20, 0.5) 70%);
    z-index: 0;
}
.stars {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.star {
    position: absolute;
    background-color: #ffffff;
    border-radius: 50%;
    opacity: 0.3;
}

.search-wrapper{
    position: fixed;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(83, 83, 83, 0.83);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: all linear 0.2s;
}
.search-wrapper.searching{
    background-color: #ffffff !important;
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
    height: 100% !important;
}
.search-wrapper.active{
    opacity: 1;
    visibility: visible;
}
#header_offcanvas .form-check-input:not(:checked)[type="checkbox"]::before,#select-tags .form-check-input:not(:checked)[type="checkbox"]::before {
    content: "\e99f";
    font-family: keenicons-outline !important;
    font-style: normal;
    font-weight: 400;
    font-variant:
        normal;
    text-transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d3d3d3;
}

.rounded-custom{
    border-radius: 15px !important;
}

.otp-code-input {
    background: unset !important;
    border: 1px solid rgba(217, 217, 217, 1) !important;
    border-radius: 20px !important;
    width: 60px !important;
    height: 60px;
}

.drp-calendar.left.single {
    direction: rtl;
}

.toast-title {
  font-weight: 700;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a, .toast-message label {
  color: #FFF;
}

.toast-message a:hover {
  color: #CCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}

.toast-close-button:focus, .toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}

#toast-container * {
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}

#toast-container > div:hover {
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}

#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}

#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}

#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}
