html, body, h1, h2, h3, h4, h5, h6, div, p, a, li, span, tr, td, .h1, .h2, .h3, .h4, .h5, .h6, tspan {
    font-family: 'Sarabun', serif !important;
    line-height: 1.7;
}

b, th, .text-bold, .tx-bold {
    font-family: 'Sarabun', serif !important;
}

.authincation {
    background: #FFFFFF url("/images/P1.jpg") top center no-repeat;
    background-size: cover;
}

.btn {
    padding: 1rem 0.75rem;
    font-weight: normal !important;
}

.form-control {
    border: 1px solid #CCC;
    color: #666666;
}
.form-control:hover, .form-control:focus, .form-control.active {
    color: #666666;
}
.form-control:focus {
    color: #666666;
    background-color: #fff;
    border-color: #f68b7a;
}
.note-editor.note-frame {
    border-color: #CCC;
}
.line-clamp2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-clamp1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message {
    font-size: 1rem !important;
    line-height: 1.4;
    font-weight: normal !important;
}
.dropify-message .file-icon p {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: normal !important;
}
.dropify-wrapper {
    border: 1px solid #CCC;
}
.dropify-wrapper .dropify-errors-container ul {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.card_media p {
    margin-bottom: 0 !important;
}
.bootstrap-select .btn {
    border: 1px solid #CCC !important;
}
.toast-success {
    background-color: #51a351;
}
#toast-container>div {
    box-shadow: none;
    opacity: 1;
}
#toast-container>div:hover {
    box-shadow: none;
    opacity: 1;
}
a.card-podcasts:hover,
a.card-contents:hover,
div.card-contents:hover {
    background-color: #efefef;
}
a.card-podcasts:hover img.card-img-top.img-fluid.border,
a.card-contents:hover img.card-img-top.img-fluid {
    border: 1px solid #EFEFEF !important;
}
a.card.shadow-sm.card-podcasts:hover {
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 20%) !important;
}
a.card.card-content:hover,
div.card.card-content:hover {
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 20%) !important;
}

.table-trackheader {
    background-color: #FE5000;
}
.table-trackheader th {
    color: #fff;
    font-weight: 600 !important;
}
.track-desc {
    color: #6a6a6a !important;
}
tr.table-tracks td {
    border: none;
}
.table-hover tbody tr:hover {
    background-color: #FE634E;
    transition: all 0.3s ease-in-out;
}
.table-hover tbody tr:hover .card-text,
.table-hover tbody tr:hover h5
{
    color: #FFF;
    transition: all 0.3s ease-in-out;
}
.table-hover tbody tr:hover .track-desc {
    color: rgba(255,255,255,1) !important;
    transition: all 0.3s ease-in-out;
}
.table-hover tbody tr:hover .download-link {
    color: rgba(255,255,255,1) !important;
    transition: all 0.3s ease-in-out;
}

tr.table-tracks:hover td:first-child {
    border-radius: 10px 0 0 10px !important;
}
tr.table-tracks:hover td:last-child {
    border-radius: 0 10px 10px 0 !important;
}
a.download-link {
    color: #6a6a6a;
}
.form-control.is-invalid {
     border: 1px solid rgba(255, 72, 12, 1) !important;
}
.btn-homedownload {
    padding: 5px 20px;
}
.btn:focus, .btn.focus {
    box-shadow: none !important;
}
.border-tpbs {
    border-color: #FE5000;
}
input::-moz-placeholder {
    color: #CCC !important;
}
input:-ms-input-placeholder {
    color: #CCC !important;
}
input::placeholder {
    color: #CCC !important;
}
.dropdown-menu {
    border-radius: 0px;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    /*outline: thin dotted #333!important;*/
    outline: 5px auto #FE5000 !important;
    outline-offset: 0px;
}
.select2-container .select2-selection--multiple {
    min-height: 40px;
    color: #7e7e7e;
    border-radius: 0 !important;
    border: 1px solid #CCC !important;
    padding: 0.3rem 0.1rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #FE5001;
    border: 1px solid #FE5001;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    color: #FFF;
    padding: 2px 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

