@font-face {
    font-family: 'Sarabun';
    src: url('fonts/Sarabun-Regular.woff2') format('woff2'),
        url('fonts/Sarabun-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Sarabun-SemiBold';
    src: url('fonts/Sarabun-SemiBold.woff2') format('woff2'),
        url('fonts/Sarabun-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body{
    font-family: 'Sarabun';
    font-size: 14px;
    color: #333;
}
#dataTable_wrapper .btn{
    font-size: .85rem;
}
.tox-promotion{
    display: none;
}
.btn{
    font-size: .9rem;
}
.card-header{
    color: #3a3a3a;
}
.bg-black{
    background: #333;
}
.form-logo{
    text-align: center;
}
.form-logo img{
    width: 250px;
}
.form-user label{
    font-size: 1.1rem;
    color: #000;
}
.form-user input{
    font-size: 1rem;
}
.form-user .btn{
    font-size: 1rem;
}

.bootstrap-select{
    border: 1px solid #d1d3e2!important;
}
.nav-item.active{
   background: #2196F3; 
}

input[type="date"]{
    position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator {

    height: auto;
    width: 100%;
    background:transparent;
    color: transparent;
    cursor: pointer;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;

    /*background: transparent;
    height: auto;
    width: auto;
    cursor: pointer;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    color: transparent;*/
}


input[type="file" i] {
}
.delRow{
    cursor: pointer;

}

page {
    position: relative;
    background: white;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
    box-shadow: 0 0 0.5cm rgba(0,0,0,0.5); 
}
page[size="A4"]{  
    width: 23cm;
    height: 29.7cm; 
}
page[size="A4"][layout="landscape"] {
    width: 29.7cm;
    height: 21cm;  
}
page[size="A3"] {
  width: 29.7cm;
  height: 42cm;
}
page[size="A3"][layout="landscape"] {
  width: 42cm;
  height: 29.7cm;  
}
page[size="A5"] {
  width: 14.8cm;
  height: 21cm;
}
page[size="A5"][layout="landscape"] {
  width: 21cm;
  height: 14.8cm;  
}
page[size="A4auto"]{  
    width: 23cm;
    height: auto; 
}


@media print {
  body, page {
    margin: 0;
    box-shadow: 0;
  }
}

.scroll-x{
    overflow-x:scroll;
    width:100%;
}

#printQuoitation{
    padding: 1cm;
    font-size: 13px;
}

#printQuoitation .page-title{
    font-size: 1.8rem;
    text-align: center;
}

#printQuoitation .page-title2{
    font-size: 1.5rem;
    text-align: center;
}

#printQuoitation .page-line{
    height: 20px;
    width: 180px;
    border-bottom: 1px dashed #000;
    margin-bottom: 10px;
}
#printQuoitation .page-line2{
    height: 30px;
    width: 180px;
    border-bottom: 1px solid; #000;
    margin-bottom: 10px;
}
#printQuoitation .page-line3{
    height: 20px;
    width: 200px;
    margin-top: 20px;
}

#printQuoitation table th{
    text-align: center;

}
.font-date{
    font-size: 14px;
}

.color-red{
    color: #F00;
}
.color-w{color: #FFFF;}

.table {color: #333;}

input.largerCheckbox {
    width: 15px;
    height: 15px;
}

table.table-products tr td{
    word-wrap: break-word;  
}
table.table-products {
    word-wrap:break-word;
    table-layout: fixed;"
}
table.table-view tr th ,table.table-view tr td{padding:5px 5px;}

tfoot tr td.bornone{
    border:none !important;
}
.tabel-bornone{
    border: none;
}

.selectpicker{
    z-index: 100;
}
label{
    margin-bottom: 0;
    margin-top: 5px;
}



.horizontal-scroll-wrapper{
    width: 1200px;
    height: 400px;
    overflow-x: scroll;
}


.last-footer{
    position: absolute;
    bottom: 20px;
    width: 80%;
    text-align: left;
}

.dotted-line{
    display: inline-block;
    width: 200px;
    border-bottom: 1px dashed #CCC;
    text-indent: 0;
    padding-left: 15px;
}


.dfileUp{
    display: none;
}
.dfilesUp{
    display: none;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 5px;
}

.table-fare{
    font-size: 11px;
}
.table-fare tr td{
    padding: .5rem 5px;
}
.table-fare th{
    padding: .5rem 5px;
}

.callStatus{
    cursor: pointer;
}

tr.odd{
    background:#f8f9fc ;
}

.sub-title{
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #6b6d7d;
    text-decoration: underline;
}



#myTabContent a{
    cursor: pointer;
}
#myTabContent{
    line-height: 1.8;
    font-size: 16px;
}


#dataTable{
    zoom: 95%;
}

.card-search label{
    margin-bottom: .35rem;
    font-size:1rem;
    font-family: 'Sarabun-SemiBold';

}

.btn-search{
    font-size: 1rem;
    font-family: 'Sarabun-SemiBold';
}


.btn-purple{color:#fff;background-color:#6f42c1;border-color:#6f42c1}
.btn-purple:hover{color:#fff;background-color:#e02d1b;border-color:#d52a1a}
.btn-purple.focus,.btn-purple:focus{color:#fff;background-color:#e02d1b;border-color:#d52a1a;box-shadow:0 0 0 .2rem rgba(235,101,88,.5)}
.btn-purple.disabled,.btn-purple:disabled{color:#fff;background-color:#6f42c1;border-color:#6f42c1}
.btn-purple:not(:disabled):not(.disabled).active,
.btn-purple:not(:disabled):not(.disabled):active,
.show>.btn-purple.dropdown-toggle{color:#fff;background-color:#d52a1a;border-color:#ca2819}
.btn-purple:not(:disabled):not(.disabled).active:focus,
.btn-purple:not(:disabled):not(.disabled):active:focus,
.show>.btn-purple.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(235,101,88,.5)}

.btn-outline-purple{color:#6f42c1;border-color:#6f42c1}
.btn-outline-purple:hover{color:#fff;background-color:#6f42c1;border-color:#6f42c1}
.btn-outline-purple.focus,.btn-outline-purple:focus{box-shadow:0 0 0 .2rem rgba(78,115,223,.5)}
.btn-outline-purple.disabled,.btn-outline-purple:disabled{color:#6f42c1;background-color:transparent}
.btn-outline-purple:not(:disabled):not(.disabled).active,
.btn-outline-purple:not(:disabled):not(.disabled):active,
.show>.btn-outline-purple.dropdown-toggle{color:#fff;background-color:#6f42c1;border-color:#6f42c1}
.btn-outline-purple:not(:disabled):not(.disabled).active:focus,
.btn-outline-purple:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-purple.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(78,115,223,.5)}


.btn-pink{color:#fff;background-color:#e83e8c;border-color:#e83e8c}
.btn-pink:hover{color:#fff;background-color:#e91e63;border-color:#e91e63}
.btn-pink.focus,.btn-pink:focus{color:#fff;background-color:#e91e63;border-color:#e91e63;box-shadow:0 0 0 .2rem rgba(235,101,88,.5)}
.btn-pink.disabled,.btn-pink:disabled{color:#fff;background-color:#e83e8c;border-color:#e83e8c}
.btn-pink:not(:disabled):not(.disabled).active,
.btn-pink:not(:disabled):not(.disabled):active,
.show>.btn-pink.dropdown-toggle{color:#fff;background-color:#e91e63;border-color:#e91e63}
.btn-pink:not(:disabled):not(.disabled).active:focus,
.btn-pink:not(:disabled):not(.disabled):active:focus,
.show>.btn-pink.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(235,101,88,.5)}

.btn-outline-pink{color:#e83e8c;border-color:#e83e8c}
.btn-outline-pink:hover{color:#fff;background-color:#e83e8c;border-color:#e83e8c}
.btn-outline-pink.focus,.btn-outline-pink:focus{box-shadow:0 0 0 .2rem rgba(78,115,223,.5)}
.btn-outline-pink.disabled,.btn-outline-pink:disabled{color:#e83e8c;background-color:transparent}
.btn-outline-pink:not(:disabled):not(.disabled).active,
.btn-outline-pink:not(:disabled):not(.disabled):active,
.show>.btn-outline-pink.dropdown-toggle{color:#fff;background-color:#e83e8c;border-color:#e83e8c}
.btn-outline-pink:not(:disabled):not(.disabled).active:focus,
.btn-outline-pink:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-pink.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(78,115,223,.5)}


.btn-orange{color:#fff;background-color:#fd7e14;border-color:#fd7e14}
.btn-orange:hover{color:#fff;background-color:#f57102;border-color:#f57102}
.btn-orange.focus,.btn-orange:focus{color:#fff;background-color:#f57102;border-color:#f57102;box-shadow:0 0 0 .2rem rgba(245,133,2,.5)}
.btn-orange.disabled,.btn-orange:disabled{color:#fff;background-color:#fd7e14;border-color:#fd7e14}
.btn-orange:not(:disabled):not(.disabled).active,
.btn-orange:not(:disabled):not(.disabled):active,
.show>.btn-orange.dropdown-toggle{color:#fff;background-color:#f57102;border-color:#f57102}
.btn-orange:not(:disabled):not(.disabled).active:focus,
.btn-orange:not(:disabled):not(.disabled):active:focus,
.show>.btn-orange.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(245,133,2,.5)}

.btn-outline-orange{color:#fd7e14;border-color:#fd7e14}
.btn-outline-orange:hover{color:#fff;background-color:#fd7e14;border-color:#fd7e14}
.btn-outline-orange.focus,.btn-outline-orange:focus{box-shadow:0 0 0 .2rem rgba(245,133,2,.5)}
.btn-outline-orange.disabled,.btn-outline-orange:disabled{color:#fd7e14;background-color:transparent}
.btn-outline-orange:not(:disabled):not(.disabled).active,
.btn-outline-orange:not(:disabled):not(.disabled):active,
.show>.btn-outline-orange.dropdown-toggle{color:#fff;background-color:#fd7e14;border-color:#fd7e14}
.btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-orange.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(245,133,2,.5)}


/* text-decoration: underline;
    text-decoration-style: dotted;
.sidebar .nav-item .collapse .collapse-inner .collapse-item,.sidebar .nav-item .collapsing .collapse-inner .collapse-item {
    padding: .5rem .75rem;
    margin: 0;
    display: block;
    color: #FFF;
    text-decoration: none;
    border-radius: .35rem;
    white-space: nowrap
}
.sidebar .nav-item .collapse .collapse-inner .collapse-item.active, .sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
    color: #FFF;
    font-weight: 700;
}
.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover, .sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
    background-color: #000;
}
*/


.icon-badge-group .icon-badge-container{
    display: inline-block;
    margin-left: 15px;
}
.icon-badge-group .icon-badge-container:first-child{
    margin-left: 0
}
.icon-badge-container {
    position: relative;
    display: inline-block;
}
.icon-badge-icon {
    font-size: 23px;
    position: relative;
}
.icon-badge {
    background-color: red;
    font-size: 12px;
    color: white;
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 35%;
    position: absolute;
    top: -12px;
    right: -10px;
}



#cookie-pdpa{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #EAEAEA;
    min-height: 50px;
    padding: 1rem 0;
}





.sub2-title{
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #6b6d7d;
}
.card-regis label{
    font-size: .9rem;

}


@media (min-width: 768px) {

    .sub2-title{
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 1.5rem;
        color: #6b6d7d;
    }
    .card-regis label{
        font-size: 1rem;
    }



}