/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

body {
    margin: 50px;
}

/* NOTIFICATION BOX BEGIN */
/* .notfication_box {
    padding: 10px 20px;
    border-radius: 5px;
    max-width: 450px;
    box-sizing: border-box;
    margin: 20px 0;
    display: flex;
    column-gap: 30px;
    align-items: center;
    background: #000;
    position: relative;
} */

/* .notfication_box a.close_btn {
    color: #d30c27;
    font-size: 20px;
    position: absolute;
    top: 5px;
    right: 3%;
    outline: 0 !important;
    box-shadow: none !important;
    padding: 5px;
    background: rgba(255, 255, 255, 0.651);
    box-shadow: rgb(255 255 255 / 7%);
    border-radius: 50px;
}
 */
/* .notfication_box h6 {
    font-size: 15px;
    color: #fff;
}

.notify_icon {
    box-shadow: rgb(255 255 255 / 7%);
    padding: 15px;
    border-radius: 50px;
}

.notify_icon i {
    color: #fff;
    font-size: 25px;
} */

/* NOTIFICATION BOX END */

/* NOTIFICATION DESIGN 1 BEGIN */
/* .primary_notify {
    background: #0c76b2;
} */

/* .primary_notify .notify_icon {
    background: #0b5884a2;
} */

/* NOTIFICATION DESIGN 1 END */

/* NOTIFICATION DESIGN 2 BEGIN */
/* .secondry_notify {
    background: #f0a92d;
} */

/* .secondry_notify .notify_icon {
    background: #ffc96d6e;
} */

/* NOTIFICATION DESIGN 2 END */

/* NOTIFICATION DESIGN 3 BEGIN */
/* .useful_notify {
    background: #21a679;
} */

/* .useful_notify .notify_icon {
    background: #48ffc27f;
} */

/* NOTIFICATION DESIGN 3 END */

/* DANGER DESIGN 1 BEGIN */
/* .del_notify_prim {
    background: #ff3a41;
    clip-path: polygon(10% 0px, 100% 0%, 100% 100%, 10% 100%, 0% 50%);
    justify-content: center;
} */

/* .del_notify_prim .notify_icon {
    background: #ff6167;
} */

/* DANGER DEISGN 1 END */
/* DANGER DESIGN 2 BEGIN */
/* .del_notify_sec {
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
    justify-content: center;
} */

/* .del_notify_sec .notify_icon {
    right: 3%;
} */

/* DANGER DEISGN 2 END */
/* DANGER DESIGN 2 BEGIN */
/* .del_notify_sec {
    background: #f25e1e;
} */

/* .del_notify_sec .notify_icon {
    background: #f5844b;
} */

/* DANGER DEISGN 2 END */
/* DANGER DESIGN 2 BEGIN */
/* .del_notify_use {
    background: #d30c27;
    clip-path: polygon(0% -4%, 102% 0%, 100% 80%, 20% 80%, 12% 100%, 12% 80%, 0 80%);
    min-height: 110px;
    align-items: baseline;
    border-radius: 0;
}

.del_notify_use .notify_icon {
    background: #fa272770;
} */

/* DANGER DEISGN 2 END */

/* WARN DESIGN 1 BEGIN */
/* .warn_notify_prim {
    background: #f0a92d;
}

.warn_notify_prim .notify_icon {
    background: #ffc96d6e;
} */

/* WARN DESIGN 1 END */

/* WARN DESIGN 2 BEGIN */
/* .warn_notify_sec {
    background: #f0a92d;
}

.warn_notify_sec .notify_icon {
    background: #ffc96d6e;
} */

/* WARN DESIGN 2 END */

/* .skeleton {
    background-color: #e2e5e7;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    background-size: 40px 100%;
    background-repeat: no-repeat;
    background-position: left -40px top 0;
    -webkit-animation: shine 1s ease infinite;
    animation: shine 1s ease infinite;
}

.skeleton.notfication_box .notify_icon,
.skeleton h6 {
    position: relative;
}

.skeleton .notify_icon::after,
.skeleton a.close_btn::after,
.skeleton h6::after {
    content: '';
    background: #cccdcd;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50px;
    z-index: 9999; */
/*  */

/* ------------------- */
#toast-container {
    top: 20px !important;
    right: 20px !important;
}

#toast-container>div {
    opacity: 1 !important;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
    filter: alpha(opacity=100) !important;
    border-radius: 4px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15) !important;
    background-image: none !important;
    /* Remove toastr default icons */
    padding: 15px 20px 15px 75px !important;
    position: relative !important;
    background-color: #ffffff !important;
    color: #333333 !important;
    max-width: 450px !important;
    width: auto !important;
    min-width: 350px !important;
    border: none !important;
}

#toast-container>.toast-success {
    border-left: 6px solid #2d862d !important;
}

#toast-container>.toast-error {
    border-left: 6px solid #9e1c23 !important;
}

#toast-container>.toast-info {
    border-left: 6px solid #0099cc !important;
}

#toast-container>.toast-warning {
    border-left: 6px solid #e68a00 !important;
}

/* Icon using pseudo-element */
#toast-container>div::before {
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome", sans-serif !important;
    font-weight: 900 !important;
    position: absolute !important;
    left: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-size: 32px !important;
    line-height: 1 !important;
    display: inline-block !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased !important;
}

#toast-container>.toast-success::before {
    content: "\f058" !important;
    color: #2d862d !important;
}

#toast-container>.toast-error::before {
    content: "\f3ed" !important;
    color: #9e1c23 !important;
}

/* fa-shield-halved */
#toast-container>.toast-info::before {
    content: "\f05a" !important;
    color: #0099cc !important;
}

#toast-container>.toast-warning::before {
    content: "\f071" !important;
    color: #e68a00 !important;
}

#toast-container .toast-title {
    font-family: 'Inter', sans-serif !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    margin-bottom: 2px !important;
    color: #000 !important;
}

#toast-container .toast-message {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    color: #444 !important;
    word-wrap: break-word !important;
}

#toast-container .toast-close-button {
    position: absolute !important;
    color: #ccc !important;
    font-weight: 300 !important;
    font-size: 24px !important;
    opacity: 0.6 !important;
    top: 50% !important;
    right: 15px !important;
    transform: translateY(-50%) !important;
    transition: opacity 0.2s !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    float: none !important;
}

#toast-container .toast-close-button:hover {
    color: #888 !important;
    opacity: 1 !important;
}

/* Response for small screens */
@media (max-width: 480px) {
    #toast-container {
        width: 90% !important;
        left: 5% !important;
        right: 5% !important;
    }

    #toast-container>div {
        max-width: 100% !important;
        min-width: 0 !important;
    }
}