.login-container {
    width: 400px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.form-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.5rem;
    color: #495057;
}

.container-custom {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.authentication {
    position: absolute;
    content: "";
    background-image: url("/resources/img/6.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.authentication-icon {
    height: 50px;
}

.base-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.bottom-footer, .top-footer {
    text-align: center;
}

.navbar-brand {
    font-weight: bold;
    font-size: 1.5rem;
}

.navbar-nav .nav-link {
    font-size: 1rem;
    padding: 0.5rem 1rem;
}

.nav-link.active {
    color: #fff !important;
    border-bottom: 1px solid white;
    font-weight: bold;
}

.dropdown-menu {
    border-radius: 8px;
}

body {
    background-color: #f7f7f7;
    font-family: "Montserrat", sans-serif;
}

.bg-black {
    background-color: rgb(18 18 18) !important;
}

.images-custom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 1em 0 1em 0;
    justify-content: space-around;
}

.images-container-gallery {
    padding: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.images-container-gallery img {
    border-radius: 10px;
    width: 400px;
    max-height: 400px;
    box-shadow: 10px 10px 10px -13px rgba(0, 0, 0, 0.75);
}

.img-container {
    width: 100px;
    height: 100px;
    border: 1px solid grey;
    border-radius: 10px;
    padding: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 10px 10px 10px -13px rgba(0, 0, 0, 0.75);
    margin-bottom: 5px;
}

.img-container img {
    margin: 1em 0 1em 0;
    mix-blend-mode: darken;
}

.header-container {
    min-height: 200px;
}

.col-primary {
    color: #3f4b62;
}

.col-secondary {
    color: #2fb688;
}

.col-ternary {
    color: #8f0000;
}

.col-quadrary {
    color: #007710;
}

.link {
    color: #767676;
    text-decoration: none;
    text-transform: uppercase;
}

.link:hover {
    color: #4a4a4a;
}

.indent30 {
    text-indent: 30px;
}

.button-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 0.7em;
    border: none;
    outline: none;
    background-color: #5088ff;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

.button-top:hover {
    background-color: #555;
}

.icon-nav {
    margin-right: 10px;
    display: none;
    font-size: large;
}

.navigation-links {
    display: block;
}

.burger-navigation {
    height: 30px;
    background: lightgray;
    display: none;
}

.btn-custom {
    background-color: #3b3bff;
}

.btn-custom:hover {
    background-color: white;
    color: black;
    border-color: black;
}

.mb-3 input, .mb-3 textarea {
    font-size: 0.7em;
}

@media screen and (max-width: 600px) {
    .images-container-gallery img {
        width: 200px;
        max-height: 200px;
    }

    .images-custom {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        justify-items: center;
    }
}

@media screen and (max-width: 800px) {
    .header-container {
        display: none;
    }

    .icon-nav {
        display: block;
        position: absolute;
        right: 10px;
    }

    .navigation-links {
        display: none;
    }

    .burger-navigation {
        display: block;
    }
}

.dropdown-toggle::after {
    display: none !important;
}

.task-status {
    padding: 3px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    color: white;
    width: max-content;
}

.task-pending {
    background: #0ab117;

}

.task-overdue {
    background: #ff3333;
}

.task-completed {
    background: #5c5cff;
}

.modal-custom {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
}

.form-title-custom {
    font-size: 1.1em;
    font-weight: bold;
}

.pagination {
    text-align: right;
    margin-bottom: 1.5em;
    display: block;
    justify-content: flex-end;
}

.pagination > .btn {
    margin-right: 5px;
}

.pagination .bounds {
    margin: 0 10px 0 5px;
    font-size: 0.85em;
    vertical-align: top;
    padding: 0.7em;
    display: inline-block;
}

.pagination:last-child {
    margin-bottom: 0;
}

.filter-panel {
    padding-left: 10%;
    position: relative;
    border: 1px solid #d9d9d9;
    margin-bottom: 1.1em;
    border-radius: 5px;
}

.filter-panel > i, .filter-panel > .number {
    position: absolute;
    width: 10%;
    left: 0;
    height: 100%;
    background: #edebeb;
    color: #8f8f8f;
    box-sizing: border-box;
    padding: 10px;
    font-size: 2em;
    text-align: center;
    border-radius: 5px 0 0 5px;
}

.filter-panel > i:before, .filter-panel > .number:before {
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(50% - 0.5em);
}

.filter-panel > div {
    padding: 1.1em;
    padding-bottom: 0;
}

.dropdown-label {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #737373;
}

.uppercase {
    text-transform: uppercase !important;
}

.checked-icon {
    position: absolute;
    content: "";
    background-image: url("/resources/img/checked.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.un-checked-icon {
    position: absolute;
    content: "";
    background-image: url("/resources/img/line.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    margin-left: -4px;
}

.icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.table-custom-a > tbody > tr > td {
    vertical-align: middle;
    text-align: center;
}

.check-box-container {
    display: inline-block;
}

/* Hide the browser's default checkbox */
.check-box-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    height: 2em;
    width: 2em;
    background-color: #a6ada140;
    border-radius: 50%;
    border: solid #dbdbdb 3px;
}

/* On mouse-over, add a grey background color */
.check-box-container:hover input ~ .checkmark {
    background-color: #959894;
}

/* When the checkbox is checked, add a blue background */
.check-box-container input:checked ~ .checkmark {
    background-color: #2fb688;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check-box-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-box-container .checkmark:after {
    left: 8px;
    top: 4px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-duration: 500ms;
}

.checkmark-text {
    display: flex;
    align-items: center;
    height: 2em;
    margin-left: 40px;
}

.checkmark-text-title {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9em;
}

.checkmark-text-desc {
    display: block;
    margin-left: 10px;
    font-size: 0.8em;
    font-style: italic;
}

.warning-header {
    display: flex;
    flex-direction: column;
}

.warning-header > i {
    font-size: 50px;
    color: #d70d0d;
}

.warning-title {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    padding: 0;
    line-height: 40px;
    display: block;
}

.modal-close-button {
    position: absolute;
    right: 10px;
    top: 10px;
}

.nav-tab {
    display: flex;
    align-items: center;
}

.error-page {
    margin-top: 2em;
    margin-bottom: 2em;
}

.error-page h1 {
    color: #838383;
    text-transform: uppercase;
    margin-top: 1em;
}

.error-page h3 {
    margin-bottom: 2em;
}

.none {
    display: none !important;
}


.change-pic-button {
    position: absolute;
    right: 10px;
    top: 10px;
}

.form-group {
    margin-bottom: 1rem;
}

.form-label-small {
    font-size: 14px;
    color: grey;
}

.header > h2 {
    font-size: 15px;
    margin-top: 15px;
}

.password-mask {
    -webkit-text-security: disc;
    text-security: disc;
}

.action {
    width: 50px;
}

.warning-header .sa-icon.sa-warning {
    border-color: #F8BB86;
}

.warning-header .sa-icon.sa-warning .sa-body {
    position: absolute;
    width: 5px;
    height: 47px;
    left: 50%;
    top: 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #F8BB86;
}

.warning-header .sa-icon.sa-warning .sa-dot {
    position: absolute;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: -3px;
    left: 50%;
    bottom: 10px;
    background-color: #F8BB86;
}

.warning-header .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 10px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box;
}

@-webkit-keyframes pulseWarning {
    0% {
        border-color: #F8D486;
    }
    100% {
        border-color: #F8BB86;
    }
}

@keyframes pulseWarning {
    0% {
        border-color: #F8D486;
    }
    100% {
        border-color: #F8BB86;
    }
}

.pulseWarning {
    -webkit-animation: pulseWarning 0.75s infinite alternate;
    animation: pulseWarning 0.75s infinite alternate;
}

@-webkit-keyframes pulseWarningIns {
    0% {
        background-color: #F8D486;
    }
    100% {
        background-color: #F8BB86;
    }
}

@keyframes pulseWarningIns {
    0% {
        background-color: #F8D486;
    }
    100% {
        background-color: #F8BB86;
    }
}

.pulseWarningIns {
    -webkit-animation: pulseWarningIns 0.75s infinite alternate;
    animation: pulseWarningIns 0.75s infinite alternate;
}
.btn-custom-disabled {
    pointer-events: none !important;
    color: #8b8b8b !important;
    border-color: #c7c7c7 !important;
    background-color: #f7f7f7 !important;
}

.knob {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: conic-gradient(
            var(--knob-color) 0% var(--knob-value),
            #e0e0e0 var(--knob-value) 100%
    );
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.knob::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: white;
    box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.1);
}

.knob::after {
    content: attr(data-knob-content);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: bold;
    color: var(--knob-color);
    display: var(--knob-percent-display);
}
.disabled-layer {
    background: #f3f3f3;
    border: 1px solid #e1e1e1;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 100;
    opacity: 0.5;
}

.text-col-blue {
    color: #007bff;
}

.no-margin {
    margin: 0 !important;
}

.activity-buttons {
    display: flex;
    align-items: center;
    opacity: 0;
    position: absolute;
    right: 0;
    top: -32px;
    background: white;
    transition: ease-in-out 0.3s;
}

.activity-buttons {
    pointer-events: none;
}

/*.activity-item:hover {*/
/*    cursor: zoom-in;*/
/*}*/

.activity-item {
    position: relative;
}

.activity-item:hover .activity-buttons {
    opacity: 1;
    pointer-events: auto;
}

.modal-custom-full {
    margin-right: 41px !important;
    margin-left: 20em !important;
    max-width: 100% !important;
}

@media screen and (max-width: 1200px) {
    .modal-custom-full {
        margin-left: 31px !important;
        margin-right: 31px !important;
    }
}

.overlay-modal-button {
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    width: 100%;
    height: calc(100% - 5px);
}

.overlay-modal-button:hover {
   background: rgba(0, 0, 0, 0.04);
}

button:focus {
     outline: 0 !important;
}

.disqualified {
    background: #ff86921a;
}
.disqualified:hover {
    background: rgba(255, 113, 127, 0.1) !important;
}

.didnotfinished {
    background: rgb(247 215 48 / 10%);
}
.didnotfinished:hover {
    background: rgb(247 215 48 / 10%) !important;
}

.close-button-absolute {
    position: absolute;
    right: 9px;
    top: 6px;
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
    color: #468847;
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
}

.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;

    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
    opacity: 1;
}

.custom-line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.error-import-message {
    font-size: 10px;
    font-style: italic;
    color: red;
}

.td-errored {
    background : #ffdcdc !important;
}

.top-div-import {
    min-height: 20px;
}

.user-valid {
    background: #ddffdd !important;
}

.template-selected {
    background: #e7ffe3 !important;
}

.activity-buttons-create {
    display: flex;
    align-items: center;
    opacity: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    background: white;
    transition: ease-in-out 0.3s;
    pointer-events: none;
}

.activity-item-create:hover .activity-buttons-create {
    opacity: 1;
    pointer-events: auto;
}

.divTable{
    display: table;
    width: 100%;
}
.divTableRow {
    display: table-row;
}
.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}
.divTableCell, .divTableHead {
    border: 1px solid #e3e3e3;
    display: table-cell;
    padding: 3px 10px;
}
.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}
.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}
.divTableBody {
    display: table-row-group;
}

.btn-small {
    width: 25px;
    height: 25px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.timeline-title-container {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
}

.timeline-title-custom {
    font-size: 20px;
    font-weight: 400;
}

.activity-item-completed {
    background: #4cbbff24;
}

.activity-item-completed:hover {
    background: #007bff2e !important;
}

.selected-drop {
    background: aliceblue !important;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 0.25rem;
    padding: 0.4rem 0.75rem;
    font-weight: 600;
    font-size: 0.9rem;
    font-family: 'Segoe UI', sans-serif;
    color: white;
    background-color: gray;
    margin: 0.5rem;
    text-transform: uppercase;
    gap: 7px;
}

.team-icon {
    content: "";
    background-image: url("/resources/img/event/team.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin-left: -4px;
}

.user-single-icon {
    content: "";
    background-image: url("/resources/img/event/team-a.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin-left: -4px;
}

.center-whole-size {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.no-data-placeholder {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 98%;
    height: 100%;
    background: white;
    z-index: 1;
}

.progress-bar-data {
    display: flex;
    background: transparent;
    height: 20px;
    border-radius: 3px;
    font-size: 11px;
    align-items: center;
    justify-content: flex-end;
    padding-right: 5px;
    color: #cacaca;
}

.padding-8 {
    padding: 8px;
}

.table-user-data {
    border-collapse: collapse;
    width: 100%;
}

.table-user-data td,
.table-user-data th {
    padding: 8px 12px;
}

.table-user-data tr:not(:last-child) {
    border-bottom: 1px solid #d7d7d7;
}

.badge-user-status {
    border-radius: 4px;
    padding: 5px;
    text-align: center;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-light-gray {
    background-color: #E0E0E0 !important;
}

.bg-light-yellow {
    background-color: #FFEE58 !important;
}

.bg-green {
    background-color: #66BB6A !important;
}

.bg-light-blue {
    background-color: #4FC3F7 !important;
}

.bg-dark-blue {
    background-color: #3e61ef !important;
}

.bg-dark-gray {
    background-color: #757575 !important;
}

.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: -.3em;
    top: -.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: .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: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}

.rtl .toast-close-button {
    left: -.3em;
    float: left;
    right: .3em;
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.toast-top-center {
    top: 12px;
    right: 0;
    width: 100%;
}

.toast-bottom-center {
    bottom: 12px;
    right: 0;
    width: 100%;
}

.toast-top-full-width {
    top: 12px;
    right: 0;
    width: 100%;
}

.toast-bottom-full-width {
    bottom: 12px;
    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 * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    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;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: #FFF;
    opacity: .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 {
    -moz-box-shadow: 0 0 12px #000;
    -webkit-box-shadow: 0 0 12px #000;
    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: .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: -.2em;
        top: -.2em;
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .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: -.2em;
        top: -.2em;
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .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;
    }
}
