﻿body {
    background-color: #171e32;
    font-family: Arial !important;
    color: #ddd;
}
.loader_modal {
    color: #fff !important;
}

.loader_modal_content {
    background-color: #171e32;
    border-radius: 4px;
    margin: auto;
    width: 100px !important;
    text-align: center;
    padding-top: 20px;
}

.sy_loader {
    width: 32px !important;
    height: 32px !important;
    border: 4px solid #ddd;
    border-radius: 50%;
    border-top: 4px solid #078143;
    border-right: 4px solid #078143;
    border-bottom: 4px solid #078143;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    margin: auto;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.lblload {
    margin-top: 8px;
}

form {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #283046 !important;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 10px;
}

.divTitle {
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 600
}

.form-control {
    background-color: #171e32;
    color: #ddd;
}

    .form-control:focus {
        color: #ddd;
        background-color: #171e32;
    }
.btn-success {
    background-color: #078143;
    cursor: pointer;
    min-width: 100px;
}

.btn-warning {
    cursor: pointer;
}
.btn-success, .btn-warning, .btn-primary{
    cursor:pointer;
}
.swal2-html-container, .swal2-title {
    color: white !important;
}

.swal2-html-container, .swal2-text {
    color: white !important;
}
@media only screen and (max-width : 560px) {
    form {
        width: 98% !important;
    }
}
