@font-face {
    font-family: 'Peyda Regular';
    src: url(/fonts/IRANSansX-DemiBold.woff2?b4cec449e15b919c840b72ee83dc0371) format('woff2'),
    url(/fonts/IRANSansX-DemiBold.woff?31a79b84b88935730a1d5acfb6ebe633) format('woff'),
    url(/fonts/IRANSansX-DemiBold.ttf?34d72aaaf50def5f71cfdea9a6b86af7) format('truetype');
    font-display: swap;
}

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

.bg-custom{
    background-color: #1775FC !important;
}
.bg-light-custom{
    background-color: #EFF6FF !important;
}
.text-custom{
    color: #1775FC !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::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #74192B;
    position: absolute;
    top: -5px;
    right: -5px;
    border-radius: 50%;
}

.calendar tbody td .days.selected {
    border: 2px solid #74192B;
    color: #74192B !important;
}

.calendar tbody td .days.full {
    background-color: #f8d7da !important;
    color: #d37f7f !important;
    cursor: not-allowed !important;
    opacity: 0.8;
}

.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;
}

.select-time:has(input[type='radio']:checked){
    color: #74192B !important;
    border-color: #74192B !important;
}

.select-time.disabled{
    color: #d3d3d3 !important;
    cursor: not-allowed;
}


#login-modal .modal-dialog {
    width: 85% !important;
    margin: auto;
}
.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;
}

.patient-field-title {
    position: absolute;
    top: -15px;
    right: 30px;
    padding: 5px 20px;
    color: #fff;
    border-radius: 5px;
}




/* کانتینر پس‌زمینه */
.bg-cover-mobile {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* تصویر تمام صفحه */
.bg-cover-mobile::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
}

/* لایه بلر */
.bg-cover-mobile::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.3); /* لایه نیمه شفاف برای ملایم تر شدن */
    z-index: 1;
}

.bg-cover-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
}




/*multi-step-form-design*/

.bg-cover-mobile {
    z-index: 9999;
    height: 94vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* فرم با z-index بالا */
.bg-cover-mobile .multi-step-form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 500px;
    height: 100%;
    z-index: 10000;
}

/* محتوای فرم وسط */
.bg-cover-mobile .form-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: .5;
    padding: 20px;
}
.bg-cover-mobile .form-footer {
    padding: 20px;
    background: #1c1c1c2b;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
}

/* لیبل‌ها */
.bg-cover-mobile label.block {
    font-weight: 600;
    font-size: 1.3rem;
    margin-bottom: 0.75rem;
    color: #333;
}
.bg-cover-mobile .input-group-text {
    background: var(--bs-primary);
    color: #fff;
    border: unset !important;
}

/* فیلدها */
.bg-cover-mobile .option-box,
.bg-cover-mobile .option-box-select,
.bg-cover-mobile .option-box-input,
.bg-cover-mobile textarea {
    border: 1.5px solid var(--bs-primary);
    border-radius: 6px;
    padding: 1.2rem;
    font-size: 1.15rem;
    background: none;
    transition: border-color 0.3s;
    width: 100%;
    cursor: pointer;
}
.bg-cover-mobile .input-group:focus-within input,
.bg-cover-mobile .option-box-input:focus,
.bg-cover-mobile textarea:focus,
.bg-cover-mobile .option-box-select:focus {
    border-color: var(--bs-primary);
    outline: none;
}

.bg-cover-mobile .invalid-feedback {
    background: #ffe5e5;    /* پس‌زمینه ملایم قرمز */
    color: #d32f2f;         /* متن قرمز پررنگ */
    font-size: 1rem;        /* کمی بزرگتر */
    padding: 0.6rem 1rem;   /* فاصله داخل */
    border-radius: 6px;     /* کمی گرد */
    margin-top: 0.7rem;     /* فاصله از فیلد بالا */
    line-height: 1.5;
    text-align: center;
}
.bg-cover-mobile .option-box-input:focus {
    background: unset !important;
    border-color: #000000;
}
.bg-cover-mobile .option-box-input {
    color: #000000 !important;
}

.bg-cover-mobile .option-box-input::-moz-placeholder {
    color: #474747; /* or any color you want */
}

.bg-cover-mobile .option-box-input::placeholder {
    color: #474747; /* or any color you want */
}
.bg-cover-mobile .button {
    background: var(--bs-primary);
    color: #fff !important;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: unset !important;
    text-align: center;
}
.bg-cover-mobile .button i{
    color:#ffffff;
}
.bg-cover-mobile .button.prev {
    border-left: 1px solid #fff;
    border-bottom-right-radius:5px;
    border-top-right-radius:5px;
}
.bg-cover-mobile .button.next {
    border-bottom-left-radius:5px;
    border-top-left-radius:5px;
}
.bg-cover-mobile .form-footer:not(:has(.prev)) .button.next {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

/* progress ultra thin با درصد وسط */
.bg-cover-mobile .progress-bar-container {
    position: relative;
    height: 25px;
    background: rgba(38, 41, 35, 0.35);
    border-radius: 3px;
    overflow: hidden;
    justify-content: center;
    display: flex;
    align-items: center;
}
.bg-cover-mobile .progress-bar-fill {
    height: 25px;
    background: var(--bs-primary);
    width: 0;
    transition: width 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
    font-size: 0.85rem;
    position: absolute;
    right: 0;
}
.bg-cover-mobile .progress-bar-fill:empty::after {
    content: attr(data-percent);
}

.option-box:has(input[type="radio"]),
.option-box:has(input[type="checkbox"]){
    margin-bottom: 10px;
}

.option-box:has(input[type="radio"]:checked) .checked,
.option-box:has(input[type="checkbox"]:checked) .checked{
    display: flex;
}

.option-box:has(input[type="radio"]) .checked,
.option-box:has(input[type="checkbox"]) .checked{
    color: #fff;
    display: none;
    width: 30px;
    height: 30px;
    background: var(--bs-primary);
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.option-box:has(input[type="radio"]:checked),
.option-box:has(input[type="checkbox"]:checked){
    border: 2px solid var(--bs-primary);
}

.option-box .counter {
    width: 30px;
    height: 30px;
    display: block;
    background: var(--bs-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.days.not-selectable {
    background: #e6e6e6;
    color: #b3b3b3 !important;
}

/* Appointment Management Styles - Unique Prefix: apt-mgmt */
.apt-mgmt-appointments-btn {
    background: none;
    border: none;
    color: #667eea;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 8px;
    border-radius: 8px;
}

.apt-mgmt-appointments-btn:hover {
    color: #5a67d8;
    background: rgba(102, 126, 234, 0.1);
    transform: scale(1.1);
}

.apt-mgmt-appointments-btn:active {
    transform: scale(0.95);
}

.apt-mgmt-btn-content {
    display: flex;
    align-items: center;
    gap: 8px;
}

.apt-mgmt-appointments-btn i {
    font-size: 1.5rem;
}

.apt-mgmt-btn-text {
    display: none;
}

.apt-mgmt-logout-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    background: none;
    color: #64748b;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 8px;
    border-radius: 8px;
}

.apt-mgmt-logout-btn:hover {
    color: #ef4444;
    background: rgba(239, 68, 68, 0.1);
    transform: scale(1.1);
}


/* Modal Styles */
.apt-mgmt-modal-content {
    border: none;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.apt-mgmt-modal-header {
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    padding: 1.5rem;
}

.apt-mgmt-header-content {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.apt-mgmt-header-icon {
    width: 50px;
    height: 50px;
    background: #667eea;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.apt-mgmt-header-icon i {
    color: white;
    font-size: 1.25rem;
}

.apt-mgmt-header-text h5 {
    margin: 0;
    color: #1e293b;
    font-weight: 600;
    font-size: 1.25rem;
}

.apt-mgmt-header-text p {
    margin: 0.5rem 0 0 0;
    color: #64748b;
    font-size: 0.9rem;
}

.apt-mgmt-btn-close-custom {
    width: 36px;
    height: 36px;
    border: none;
    background: #f1f5f9;
    border-radius: 8px;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.apt-mgmt-btn-close-custom:hover {
    background: #e2e8f0;
    color: #475569;
}

.apt-mgmt-modal-body {
    padding: 1.5rem;
    background: #ffffff;
}

/* Appointments List Styles */
.apt-mgmt-appointments-list {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: space-between;
  }

.apt-mgmt-appointment-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.25rem;
    transition: all 0.3s ease;
    width: 32%;
}

.apt-mgmt-appointment-item:hover {
    border-color: #cbd5e1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.apt-mgmt-appointment-info {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.apt-mgmt-appointment-info > div {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.apt-mgmt-appointment-info i {
    color: #667eea;
    font-size: 1rem;
    width: 16px;
}

.apt-mgmt-appointment-info strong {
    color: #1e293b;
    font-weight: 600;
    font-size: 0.95rem;
}

.apt-mgmt-appointment-status {
    margin-bottom: 1rem;
}

.apt-mgmt-status-badge {
    padding: 0.4rem 0.8rem;
    border-radius: 16px;
    font-weight: 600;
    font-size: 0.75rem;
}

/* Status Badge Styles */
.apt-mgmt-status-badge.status-warning {
    background: #fef3c7;
    color: #92400e;
    border: 1px solid #f59e0b;
}

.apt-mgmt-status-badge.status-success {
    background: #d1fae5;
    color: #065f46;
    border: 1px solid #10b981;
}

.apt-mgmt-status-badge.status-danger {
    background: #fee2e2;
    color: #991b1b;
    border: 1px solid #ef4444;
}

.apt-mgmt-status-badge.status-info {
    background: #dbeafe;
    color: #1e40af;
    border: 1px solid #3b82f6;
}

.apt-mgmt-status-badge.status-secondary {
    background: #f1f5f9;
    color: #475569;
    border: 1px solid #94a3b8;
}

.apt-mgmt-status-badge.status-primary {
    background: #e0e7ff;
    color: #3730a3;
    border: 1px solid #6366f1;
}

.apt-mgmt-status-badge.status-light {
    background: #f8fafc;
    color: #334155;
    border: 1px solid #cbd5e1;
}

.apt-mgmt-status-badge.status-dark {
    background: #1e293b;
    color: #f8fafc;
    border: 1px solid #475569;
}

.apt-mgmt-appointment-actions {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.apt-mgmt-appointment-actions .btn {
    border-radius: 8px;
    font-weight: 500;
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
    transition: all 0.3s ease;
}

.apt-mgmt-appointment-footer {
    padding-top: 0.75rem;
    border-top: 1px solid #f1f5f9;
}

.apt-mgmt-appointment-footer small {
    color: #64748b;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Loading and Empty States */
.apt-mgmt-spinner-border {
    width: 2.5rem;
    height: 2.5rem;
    color: #667eea;
}

.apt-mgmt-text-center {
    padding: 2rem 1rem;
}

.apt-mgmt-text-center i {
    color: #cbd5e1;
    margin-bottom: 1rem;
}

.apt-mgmt-text-center h5 {
    color: #64748b;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.apt-mgmt-text-center p {
    color: #94a3b8;
    margin-bottom: 1.5rem;
}

.apt-mgmt-text-center .btn {
    border-radius: 8px;
    font-weight: 500;
    padding: 0.6rem 1.2rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .apt-mgmt-appointments-btn {
        font-size: 1.25rem;
        padding: 6px;
    }

    .apt-mgmt-logout-btn {
        font-size: 1.25rem;
        padding: 6px;
    }

    .apt-mgmt-modal-dialog {
        margin: 1rem;
    }

    .apt-mgmt-modal-header {
        padding: 1.25rem;
    }

    .apt-mgmt-modal-body {
        padding: 1.25rem;
    }

    .apt-mgmt-header-content {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }

    .apt-mgmt-header-icon {
        width: 40px;
        height: 40px;
    }

    .apt-mgmt-appointment-status {
        text-align: center;
        margin-bottom: 1rem;
    }

    .apt-mgmt-appointment-actions {
        justify-content: center;
        gap: 2px;
    }
    .apt-mgmt-appointment-item {
        width: 100%;
    }
}

.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;
  }
}
