﻿.modal_s {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    text-align: left
}

.modal_s-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    /*border: 1px solid #888;*/
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 80%;
    border-radius: 0.3rem;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.modal_s-sm {
    width: 441px;
}

.modal_s-md {
    width: 800px;
}

@media (max-width: 800px) {
    .modal_s {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .modal_s-sm {
        width: 94%;
    }

    .modal_s-md {
        width: 94%;
    }
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.modal_s-close {
    color: #303840;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 6px;
    top: 0px;
    z-index: 2;
}

    .modal_s-close:hover,
    .modal_s-close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modal_s-header {
    display: block;
    padding: 15px;
    background-color: #ffffff;
    color: #343a40;
    border-bottom: 1px solid #e9ecef;
    position: relative
}

    .modal_s-header h4 {
        font-weight: bold
    }

.modal_s-body {
    padding: 15px;
}

.modal_s-footer {
    border-top: 1px solid #e9ecef;
    display: block;
    padding: 15px;
    background-color: #ffffff;
    color: white;
}
.modal_set_al_bd {
    display: none;
    position: fixed;
    z-index: 99999999999999999999999999999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.bg_text_set_al_bd {
    background-color: white;
    color: #0e5077;
    font-weight: bold;
    font-size: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 300px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    border-radius: 5px;
    font-family: 'Prompt', sans-serif;
}

.progress {
    position: relative;
    height: 4px;
    display: block;
    width: 100%;
    background-color: #acece6;
    border-radius: 2px;
    background-clip: padding-box;
    margin: 0.5rem 0 1rem 0;
    overflow: hidden;
}

    .progress .indeterminate {
        background-color: #26a69a;
    }

        .progress .indeterminate:before {
            content: "";
            position: absolute;
            background-color: inherit;
            top: 0;
            left: 0;
            bottom: 0;
            will-change: left, right;
            -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
            animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
        }

        .progress .indeterminate:after {
            content: "";
            position: absolute;
            background-color: inherit;
            top: 0;
            left: 0;
            bottom: 0;
            will-change: left, right;
            -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
            animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
            -webkit-animation-delay: 1.15s;
            animation-delay: 1.15s;
        }

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}
.text-dark-1 {
    color: #343a40 !important;
    font-family: "Kanit" !important;
}
.sh_btn_1{
    box-shadow: 0 4px 8px 0 rgb(236 90 49 / 30%);
}
.min-h-block{
    min-height: calc(100vh - 290px);
}