.toastify {
    padding: 12px 20px;
    color: #ffffff;
    display: inline-block;
    background: var(--main);
    position: fixed;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    max-width: calc(50% - 20px);
    z-index: 2147483647;
}

.mess-inner {
   padding-right: 30px;
}

.toastify.on {
    opacity: 1;
}

.toastify .toast-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding: 0;
    border: 0;
    background: transparent;
    color:#fff;
    font-size:0;
    &::before{
        width:20px;
        height:20px;
        content:'\E814';
        font-family:"jws_icon";
        font-size:20px;
    }
}

.toast-close img {
    display: none !important;
}


.toastify-right {
    right: 15px;
}

.toastify-left {
    left: 15px;
}

.toastify-top {
    top: -150px;
}

.toastify-bottom {
    bottom: -150px;
}

.toastify-rounded {
    border-radius: 25px;
}

.toastify-avatar {
    width: 1.5em;
    height: 1.5em;
    margin: -7px 5px;
    border-radius: 2px;
}

.toastify-center {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content;
    max-width: -moz-fit-content;
}


.media-modal-content {
    border-radius: 10px;
}

.media-frame-title h1 {
    font-family: var(--font-body);
    letter-spacing: unset;
}

.media-attachments-filter-heading, .media-frame-menu-heading {
     font-family: var(--font-body);
    letter-spacing: unset;
}

.media-modal-content .media-frame select.attachment-filters {
    width: 100% !important;
    max-width: 100%;
}

.image-details .media-embed h2, .media-sidebar h2 {
  letter-spacing: unset;  
}

.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {
    color: var(--btn-bgcolor);
    background: var(--btn-bgcolor2);
    border: 0;
    font-size: 14px;
    font-weight: 500;
}

body .wp-core-ui .attachment.details {
    box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 7px var(--accent);
}

body .wp-core-ui .attachment.details .check, .wp-core-ui .attachment.selected .check:focus, .wp-core-ui .media-frame.mode-grid .attachment.selected .check { 
    background-color: var(--accent);
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--accent);
}
.media-modal-content.is-demo .media-frame {
    opacity: 0.3;
    pointer-events: none;  
}
.media-modal-content.is-demo > .demo-text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 40px;
    transform: translate(-50%,-50%);
    text-align: center;
}

#pac-input {
    margin-bottom: 15px;
}
.ui-sortable-handle {
    background-color: #ffffff;
}

@media print {
  .elementor-button {
    display: none !important;
  }
  table thead {
        background: #07242b1a;
    font-weight: 700;
    
  }
}