@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "feather";
    background-color: transparent;
    transition: 500ms;
    /* overflow: hidden; */
}

:root {
    --color01: #314584;
    --color02: #ff3946;
}

.padding-t-b {
    padding-top: 100px;
    padding-bottom: 100px;
}

a {
    text-decoration: none;
}


#main-box-s-4 #head-box label {
    border: 2px solid;
    border-width: 0px 0px 2px 0px;
    margin-bottom: 15px;
    margin-left: 10px;
}

/* Form */
#main-box-s-4 form{
    padding: 35px 0px;
}
#main-box-s-4 button {
    border: 1px solid;
    border-radius: 0.25rem;
    padding: 5px 20px;
    
}

#main-box-s-4 button:not(:last-child){
    margin-bottom: 15px;
}


#main-box-s-4 label a {
    border: 1px solid #000;
    border-radius: 50px;
    padding: 10px 11px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    background-color: #00000012;
}

#main-box-s-4 .btn-submit {
    display: flex;
}

#main-box-s-4 .btn-submit button {
    margin: 0;
}

#main-box-s-4 .btn-submit .fa-regular.fa-file-excel {
    font-size: 30px;
}

#main-box-s-4 #excel {
    margin: 0;
}

#main-box-s-4 #excel-g {
    margin-right: 35px;
}

#main-box-s-4 .g-c .col-form-label {
    margin-left: 40px
}

#main-box-s-4 .g-s .form-select {
    margin-left: 15px;
}




/* hr */

#main-box-s-4 hr:not([size]) {
    height: 2px;
    opacity: 1;
}



/* Confirm-m */

.confirm-m-s-4 {
    padding: 20px 0px;
}

.confirm-m-s-4 .row {
    border: 1px solid;
    border-radius: 15px;
    padding: 10px;
}

.confirm-m-s-4 .btn-m button {width: 100%;border: 0;border-radius: 2px;padding: 5px;}

.confirm-m-s-4 .btn-m {
    width: 100%;
    outline: 0;
}

#yes-s-4 {
    background-color: #40e988;
}

#no-s-4 {
    background-color: #ff6666;
}


/* Confirm-m-choice */

.confirm-m-choice-s-4 {
    padding: 20px 0px;
}

.confirm-m-choice-s-4 .row {
    border-radius: 15px !important;
    padding: 10px !important;
    background-color: #fff !important;
}

.confirm-m-choice-s-4 .btn-m button {width: 100%;border: 0;border-radius: 2px;padding: 5px;}

.confirm-m-choice-s-4 .btn-m {
    width: 100%;
    outline: 0;
}

#yes-choice-s-4 {
    background-color: #40e988;
}

#no-choice-s-4 {
    background-color: #ff6666;
}
