
#preloader {

    position: fixed;

    left: 0;

    right: 0;

    top: 0;

    z-index: 99999;

    background-color: rgba(0, 0, 0, .5);

    height: 100vh;

    width: 100%;

    display: block;

    overflow-y: hidden;

}



.loader_spinner_inside {

    box-sizing: border-box;

    border: 8px solid #f3f3f3;

    border-top-color: #f3f3f3;

    border-top-style: solid;

    border-top-width: 8px;

    border-radius: 50%;

    border-top: 8px solid #3498db;

    width: 60px;

    height: 60px;

    position: absolute;

    left: 0;

    right: 0;

    margin: 0 auto;

    top: 42%;

    animation-name: spin;

    -webkit-animation: spin 1s linear infinite;

    animation: spin 1s linear infinite;

}



@keyframes spin {

    from {

        transform: rotate(0deg);

    }



    to {

        transform: rotate(360deg);

    }

}



.loader_spinner_text {

    display: block;

    margin-top: 60px;

    width: 100%;

    position: fixed;

    left: 0;

    right: 0;

    text-align: center;

    color: #fff;

    top: 44%;

}







.toast {
    position: fixed;
    padding: 5px;
    bottom: -100px;
    left: 50%;
    transition: 0.3s;
    transform: translateX(-50%);
    background: #333!important;
    color: #fff!important;
    font-size: 16px;
    padding: 16px 36px !important;
    text-align: center;
    width: auto;
    z-index: 9999;
}



.toast-body {
    display: flex;
    align-items: center;
}
.toast i {
    margin-right: 10px;
    font-size: 20px;
}
.toast i.green {
    color: #26bc4e;
}
.toast i.red {
    color: #ff4343;
}
.toast i.warning {
    color: #f0ad4e;
}
.toast.show {
    bottom: 30px;
}
.load-btn {
    border: 3px solid #fff;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 3px solid #007bff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}
/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.load-btn-footer {
    border: 3px solid #fff;
    -webkit-animation: spinfooter 1s linear infinite;
    animation: spinfooter 1s linear infinite;
    border-top: 3px solid #007bff;
    border-radius: 50%;
    width: 12px;
    height: 12px;
}
/* Safari */
@-webkit-keyframes spinfooter {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {

        -webkit-transform: rotate(360deg);
    }
}
@keyframes spinfooter {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.user_profile {
    position: absolute;
    right: auto;
    left: auto;
    margin-top: -23px;
}
#preload {
    display: none;
}

.swal-text {
	line-height:25px;
	text-align:center;
}

.swal-modal {
	width: 350px;
}

.swal-icon {
	margin: 5px auto;
}

.swal-icon:first-child {
	margin-top: 15px;
}
.swal-title {
	padding: 11px 0px;
	font-size: 20px;
}

.swal-title:not(:last-child) {
	margin-bottom: 7px;
}

.swal-footer {
	text-align: center;
	margin-top: 0;
	padding: 10px 16px;
}

.swal-button {
	padding:6px 24px
}
