/*cusstom_style Proxy*/
/*-------------------------------------------*/
body {
    font-family: "Prompt", sans-serif;
}

/*-------------------------------------------*/
/*fontsiz*/
h1, h2, h3, h4, h5, h6 {
    font-family: "Prompt", sans-serif;
}

/*-------------------------------------------*/
/*fontsiz*/
p {
    font-family: "Prompt", sans-serif;
}

/*-------------------------------------------*/
/*fontsiz*/
span {
    font-family: "Prompt", sans-serif;

}

/*-------------------------------------------*/
/*size logo header*/
.main-menu .navbar-header .navbar-brand .brand-logo img {
    max-width: 70px;
    margin-bottom: 10px;

}

/*-------------------------------------------*/
/*color all*/
.btn-proxy-default {

}

th {
    text-align: center;
}

/*-------------------------------------------*/
/*lodaing*/
#overlay {
    background: #000000;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .80;
}


.spinner {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid firebrick;
    border-right-color: transparent;
    border-radius: 50%;
}


@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

pre {
    background-color: ghostwhite;
    border: 1px solid silver;
    padding: 10px 20px;
    height: 500px;
}

.json-key {
    color: black;
}

.json-value {
    color: red;
}

.json-string {
    color: green;
}

/*-------------------------------------------*/

/*Page Lookup*/
.btn-initials {
    margin-right: 10px;
}


/*-------------------------------------------*/
.icon-view, .icon-edit {
    height: 15px;
}


/*hide input add cert*/
.provider-type, .hash-alg, .slot-name, .pass-phrase, .upload-file, .cert-alias, .cert-pwd {
    display: none;
}


/*pages approve*/
#originalimage, #currentimage {
    width: 100%;
    height: 100%;
    max-width: 200px;
    max-height: 165px;

}

.border-liveness {
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}

.textdiscrip {
    margin-left: 10px;
    margin-right: 10px;
}

.textborder {
    height: 145px;
}

.border-title {
    margin-bottom: 10px;
}

.linehr {
    width: 100%;
    margin-bottom: 10px;
}

hr.line-center-img {
    width: 1px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0rem;
}

hr.linedata {
    width: 100%;
    background-color: #d8d6de;
    margin-top: 10px;
}

.img-tisco {
    height: 50px;
    margin-top: 5px;
}

.logomenu {
    height: 35px;
}

.main-menu .navbar-header .navbar-brand .brand-text {
    color: #1369b0;
}

/*table*/
#cert-table, #service-table, #role-table {
    overflow: auto;
    width: 100%;
    position: relative;
}

.menuright {
    width: 100px;
}

.checkright {
    margin-left: 50px;
}


#imgbackuround-error {
    background-image: url("../images/pages/img-error-test1.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    height: 607px;
    margin-top: 20px;

}

.text-in-img {
    padding-top: 18%;
}

.text-in-img .head2 {
    color: #000000;
    font-size: 70px;
}

.text-in-img .head1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: bold;
}

.text-in-img .detail1 {
    color: #000000;
    font-size: 20px;
}

.custom {
    color: #ea5455;
}

.overflow-y {
    height: 600px;
    overflow-y: scroll;
}

.overflow-classroom {
    height: 500px;
    overflow-y: scroll;
}

.overflow-addTeacher {
    height: 450px;
    overflow-y: scroll;
}


.logo-footer {
    width: auto;
    height: 150px;
}

@media (max-width: 768px) {
    .content-header-right .breadcrumb-right {
        float: right;
    }

}

.logo_login {
    width: auto;
    height: 150px;
}

.inline-container p,
.inline-container i {
    display: inline;
    margin-right: 5px; /* Adjust margin as needed for spacing */
}

.scrollNt {
    height: 250px;
    overflow-y: scroll;
}


/*ตารางสอน*/
.bg-light-gray {
    background-color: #f7f7f7;
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}


.bg-sky.box-shadow {
    box-shadow: 0px 5px 0px 0px #00a2a7
}

.bg-orange.box-shadow {
    box-shadow: 0px 5px 0px 0px #af4305
}

.bg-green.box-shadow {
    box-shadow: 0px 5px 0px 0px #4ca520
}

.bg-yellow.box-shadow {
    box-shadow: 0px 5px 0px 0px #dcbf02
}

.bg-pink.box-shadow {
    box-shadow: 0px 5px 0px 0px #e82d8b
}

.bg-purple.box-shadow {
    box-shadow: 0px 5px 0px 0px #8343e8
}

.bg-lightred.box-shadow {
    box-shadow: 0px 5px 0px 0px #d84213
}


.bg-sky {
    background-color: #02c2c7
}

.bg-orange {
    background-color: #e95601
}

.bg-green {
    background-color: #5bbd2a
}

.bg-yellow {
    background-color: #f0d001
}

.bg-pink {
    background-color: #ff48a4
}

.bg-purple {
    background-color: #9d60ff
}

.bg-lightred {
    background-color: #ff5722
}

.padding-15px-lr {
    padding-left: 15px;
    padding-right: 15px;
}

.padding-5px-tb {
    padding-top: 5px;
    padding-bottom: 5px;
}

.margin-10px-bottom {
    margin-bottom: 10px;
}

.border-radius-5 {
    border-radius: 5px;
}

.margin-10px-top {
    margin-top: 10px;
}

.font-size14 {
    font-size: 14px;
}

.text-light-gray {
    color: #d6d5d5;
}

.font-size13 {
    font-size: 13px;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

/*end */
.scrollSchedule {
    height: 600px;
    overflow-y: scroll;
}

.tableSchedule {
    /*width: 250px;*/
    text-align: left;
}

#exportSchedule {
    width: 100%;
    height: 100%;
    overflow: visible; /* Ensure content isn't clipped */
    background-color: #ffffff; /* Ensure white background */
}

.span-classroom {
    text-align: left;
    color: #4B4B62;
    border-radius: 5px;
    font-size: 15px;
    padding: 5px 10px;
    margin-bottom: 10px;
    opacity: 80;
    background-color: #E2E2F6;
    width: 200px;
    border-left: 5px solid #5B5DA5;
    padding-left: 10px; /* ขยับเนื้อหาให้ออกห่างจากแทบ */

}

/*.width-classroom{*/
/*    width: 200px;*/
/*}*/
@media (max-width: 576px) {
    .span-classroom {
        font-size: 13px;
    }
}

.status-active {
    background-color: rgba(115, 103, 240, 0.12);
    display: inline-block;
    padding: 0.3rem 0.5rem;
    font-size: 85%;
    font-weight: 600;
    line-height: 1;
    color: #7367f0 !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.358rem;


}

.status-inactive {
    background-color: rgba(232, 41, 41, 0.07);
    display: inline-block;
    padding: 0.3rem 0.5rem;
    font-size: 85%;
    font-weight: 600;
    line-height: 1;
    color: #b10909 !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.358rem;
}

.status-studying {
    background-color: rgba(255, 159, 67, 0.12);
    display: inline-block;
    padding: 0.3rem 0.5rem;
    font-size: 85%;
    font-weight: 600;
    line-height: 1;
    color: #ff9f43 !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.358rem;
}

.status-complete {
    background-color: rgba(40, 199, 111, 0.12);
    display: inline-block;
    padding: 0.3rem 0.5rem;
    font-size: 85%;
    font-weight: 600;
    line-height: 1;
    color: #28c76f !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.358rem;
}

.view-classroom {
    margin-right: 5px;
}

