/* Minification failed. Returning unminified contents.
(397,38): run-time error CSS1046: Expect comma, found '200'
(397,46): run-time error CSS1046: Expect comma, found '/'
(457,37): run-time error CSS1046: Expect comma, found '0'
(457,41): run-time error CSS1046: Expect comma, found '/'
(1121,36): run-time error CSS1046: Expect comma, found '0'
(1121,40): run-time error CSS1046: Expect comma, found '/'
(1195,39): run-time error CSS1046: Expect comma, found '0'
(1195,43): run-time error CSS1046: Expect comma, found '/'
 */
@font-face {
    font-family: 'THSarabunPSK';
    src: url('../assets/font/THSarabunPSK.eot?#iefix') format('embedded-opentype'), url('../assets/font/THSarabunPSK.woff') format('woff'), url('../assets/font/THSarabunPSK.ttf') format('truetype'), url('../assets/font/THSarabunPSK.svg#THSarabunPSK') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'THSarabunPSK', sans-serif !important;
    padding-top: 70px;
    padding-bottom: 0px;
    position: relative;
    background: transperent;
    font-size: 22px;
    letter-spacing: 0.2px;
}

body.page-theme {
    background: #F9F9FF;
}

body.page-theme:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../assets/Images/page/theme-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    z-index: -1;
}


/*--------------------------------------- 
    Text
---------------------------------------*/
p, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

a {
    color: #484848;
    transition: all ease .3s;
}

a:hover {
    color: #de5c8e !important;
    text-decoration: none;
}

.text-red-b {
    color: #db3545;
    font-weight: bold;
}

.text-pink-b {
    color: #de5c8e;
    font-weight: bold;
}

.text-green-b {
    color: #16a398;
    font-weight: bold;
}

button:focus {
    outline: 0px auto -webkit-focus-ring-color;
}

input:-webkit-autofill::first-line {
    font-family: 'THSarabunPSK', sans-serif;
    font-size: 22px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 20px;
    padding-right: 20px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}


/*--------------------------------------- 
    Margin & Padding
---------------------------------------*/
.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-5 {
    margin-top: 5px;
}

.p-0 {
    padding: 0px;
}

/*--------------------------------------- 
    Layout
---------------------------------------*/
section {
    padding: 0px 0px 20px;
    height: auto;
}

.clear-none {
    clear: none;
    flex: none;
    float: left;
}

.item-middle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ul-nonestyle {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.item-2-col li {
    width: 50%;
    padding: 1%;
    display: inline-block;
    float: left;
    clear: none;
}

ul.item-3-col li {
    width: 33.33333333%;
    padding: 1%;
    display: inline-block;
    float: left;
    clear: none;
}

ul.item-4-col li {
    width: 25%;
    padding: 1%;
    display: inline-block;
    float: left;
    clear: none;
}

ul.item-5-col li {
    width: 20%;
    padding: 5px;
    display: inline-block;
    float: left;
}

/*--------------------------------------- 
    Image
---------------------------------------*/
.img-100 {
    width: 100%;
}

.img-icon {
    height: 22px;
    color: #fff;
}

.btn .img-icon {
    margin-top: -3px;
    margin-right: 5px;
}

/*--------------------------------------- 
    Button
---------------------------------------*/
.btn {
    font-size:22px;
    margin: 0px;
    min-width: 100px;
    border-radius: 5px;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
    border: none;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    padding: 4px 10px;
    letter-spacing:1px;
}
/*--- button theme ---------*/
.btn-main {
    background: #de5c8e;
    color: #fff !important;
}

.btn-main:hover {
    background: #444;
    color: #fff !important;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}

.btn-main-border {
    background: #f1f1f1;
    color: #de5c8e !important;
    border: 1px solid #de5c8e;
}
.btn-main-border:hover {
    background: #fde1eb;
    color: #de5c8e !important;
    border-color: #de5c8e;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}
.btn-mini {
    box-shadow: none;
    width: 50px;
    height: 40px;
    min-width: 50px;
    margin: -2px 0px 0px 5px;
}
/*--- button Add ---------*/
.btn-add {
    background: #1bc5ba;
    color: #fff !important;
}

.btn-add:hover {
    background: #16a398;
    color: #fff !important;
}

/*--- button Import ---------*/
.btn-import {
    background: #3d85f1;
    width: auto;
    padding: 3px 10px;
    border: 2px solid #26a6d1;
    font-weight: bold;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
}
.btn-import:hover {
    background: #2166ce;
    border-color: #2166ce;
    color: #fff !important;
}

/*--- button Export ---------*/
.btn-export {
    background: #fff;
    width: auto;
    padding: 3px 10px;
    border: 2px solid #3d85f1;
    font-weight: bold;
    color: #3d85f1 !important;
    cursor: pointer;
    display: inline-block;
}
    .btn-export:hover {
        background: #aaa;
        border-color:#aaa;
        color: #fff !important;
    }

/*--- button Delete ---------*/
.btn-delete {
    background: #b92a2a;
    color: #fff !important;
}

.btn-delete:hover {
    background: #db3545;
    box-shadow: none;
    color: #fff !important;
}

/*--- button Edit ---------*/
.btn-edit {
    background: #eca12f;
    border: 2px solid #eca12f;
    color: #fff !important;
}

.btn-edit:hover {
    background: #ffb037;
    border-color: #ffb037;
    color: #fff !important;
}

/*--- button gray ---------*/
.btn-gray {
    background: #aaa;
    color: #fff !important;
}

.btn-gray:hover {
    background: #444;
    box-shadow: none;
    color: #fff !important;
}

.btn-delete img:hover {
    opacity: 1;
}

.btn-tools {
    display: inline-block;
    width: 35px;
    height: 32px;
    padding: 2px 0px 0px;
    border-radius: 10px;
    text-align: center;
    float: left;
    clear: none;
    margin-right: 2px;
}
.btn-tools.edit {
    background: #ffba5e;
}
.btn-tools.delete {
    background: #d23c3c;
}
.btn-tools.white {
    background: #fff;
}
.btn-tools.pink, .btn-tools.view {
    background: #de5c8e;
}
.btn-tools:hover {
    background: #444;
}
/*--------------------------------------- 
    Form
---------------------------------------*/
.head-form {
    padding-bottom:5px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.head-form h3 {
    font-size:26px;
    display:inline-block;
    margin:5px 0px;
}
.head-form .btn-group {
    float:right;
    margin-right:-10px;
    z-index:1;
}
.btn-item {
    text-align:right;
    padding-right:5px;
}
.sub-head h4 {
    color: #de5c8e;
}
.form-group {
    padding:0px 15px;
    margin-bottom: 5px;
    position: relative;
}

.form-control {
    font-size: 22px;
    color: #495057;
    background-color: rgba(255,255,255,0.8);
    width: 100%;
    max-width: 100%;
    padding: 3px 5px;
    height: 38px;
}

.form-control:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
    color: #495057;
    background-color: #fff;
    border-color: #de5c8e;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgb(194 200 255 / 70%);
}
.form-control[readonly] {
    background:#fff;
    cursor:auto;
    transition:all ease .3s;
}
.form-control[readonly]:focus, .form-control[readonly]:hover {
    border-color: #ced4da;
    background: #f5f5f5;
    box-shadow: none;
}
.btn-outline-secondary {
    color: #6c757d;
    border-color: #ccc;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle,
.btn-outline-secondary:hover {
    color: #495057;
    background-color: #f7fafc;
    border-color: #ffbad5;
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: #f9f9f9;
    border-color: #eee;
}

.form-group label {
    font-weight: bold;
    margin-right: 8px;
    display:inline-block;
    margin-bottom:2px;
    padding:5px 0px;
}
.search-fill input{
    width:320px;
    max-width:100%;
}

.form-control.input-year {
    min-width: 78px;
}
.footer-form {
    text-align:center;
    padding:10px 15px 10px;
}
.action-layout {
    width: 98%;
    display: inline-block;
    text-align: center;
    background: #fff;
    padding: 10px 15px 15px;
    position: fixed;
    left: 1%;
    bottom: 0px;
    box-shadow: 0px -5px 10px rgb(0 0 0 / 10%);
    border-radius: 25px 25px 0px 0px;
    z-index: 1;
}
/*--------------------------------------- 
    Main-Layout
---------------------------------------*/
body.page-theme .container {
    width: 100% !important;
    max-width: 100%;
}

body.page-theme .body-content {
    min-height: calc(100vh - 110px);
}

/*------------------------------------ 
    Main Menu 
 ------------------------------------*/
.page-theme header {
    background: #fff;
    box-shadow: 3px 2px 4px rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    height:62px;
    z-index: 1030;
    width: 100%;
}
.page-theme .nav-custom {
    padding:0px;
}
.nav-custom .navbar-collapse {
    display:inline-block !important;
    float:right;
}
.page-theme .navbar-brand {
    padding:0px;
}
.page-theme .navbar-brand .logo {
    height: 55px;
}
.page-theme .navbar-nav {
    display: inline-block;
    float: right;
}
.page-theme .navbar-nav > li {
    display: inline-block;
    font-weight:bold;
    color:#989898;
    padding:15px 8px;
    text-align:center;
}
.page-theme .navbar-nav > li a{
    padding:0px!important;
}
.page-theme .navbar-nav > li.active {
    color:#fff;
    background:#de5c8e;
}
.page-theme .navbar-nav > li.active a {
    color: #fff!important;
}
.page-theme header .menu-right {
    float: right;
    display: inline-block;
    padding: 12px 10px 0px;
}
.page-theme .menu-right > ul {
    margin-bottom:0px;
    padding-left:0px;
}
.page-theme .menu-right > ul > li {
    display: inline-block;
    float: left;
}

.page-theme .menu-right .text-user-name {
    color: #737373 !important;
    text-decoration: none;
    font-weight: bold;
    font-size: 22px;
    display:inline-block;
    text-align:right;
    overflow: hidden;
    text-overflow: ellipsis;
    /*display: -webkit-box;*/
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 120px;
    margin-right: 10px;
}

.menu-right .menu-icon span {
    color: #de5c8e;
    padding-right: 5px;
    font-size: 22px;
    font-weight: bold;
}

.nav-custom .navbar-toggler {
    float: left;
}

.navbar-toggler {
    background-color: #eaa1a2;
    border: none;
}
.navbar-toggler-icon {
    background-image:url('../Assets/Images/icon/menu-w.png');
}
/*---------------------------------------
    Home Page
----------------------------------------*/
.frame-item {
    display: inline-block;
    width: 100%;
    background: rgba(255,255,255,1);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    border-radius: 8px;
    min-height: 115px;
    padding: 5px;
    /*overflow: hidden;*/
    z-index: 1;
    position: relative;
}

.frame-item h4.title {
    padding: 12px 10px;
    margin-bottom: 0px;
    border-bottom: 1px solid #eee;
    font-weight: bold;
}
.flatpickr-day {
    font-size:22px;
}
span.flatpickr-weekday {
    font-size: 22px!important;
}

/*--- Tab Menu ---------*/
.tab-menu .collapse:not(.show) {
    display: block;
}

.tab-menu > ul > li {
    padding: 0px;
}

.tab-menu > ul > li > a.tab-link {
    display: inline-block;
    font-size:24px;
    width: 100%;
    text-align: center;
    padding: 10px;
    border-radius: 5px 5px 0px 0px;
    background: #dcdcdc;
    color:#898989;
    border: 1px solid #eee;
    border-bottom: none;
    position: relative;
    z-index: 0;
    margin-bottom: -2px;
    cursor: pointer;
    font-weight: bold;
    line-height:26px;
}

.tab-menu > ul > li > a.tab-link:hover {
    color: #de5d8f;
    background: #ececec;
}

.tab-menu > ul > li > a.tab-link.active {
    background: #fff;
    font-weight: bold;
    z-index: 2;
    border: none;
    color: #de5d8f;
    box-shadow: 0px -5px 5px rgba(0,0,0,0.04);
}

.tab-form {
    border-radius: 0px 8px 8px 8px;
}


/*---------------------------------------
    Table
----------------------------------------*/
.search-group {
    padding: 0px 15px 0px;
}
.search-group .form-group {
    margin-bottom: 5px;
}
.search-group .button-search, .search-group .button-other {
    text-align: right;
}
.search-group .button-search {
    padding-right: 7%;
}
.search-result .topic {
    font-weight: bold;
    background: #de5c8e;
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
    display: inline-block;
    width: 100%;
    color: #fff;
    line-height:26px;
    /*padding-right:11px;*/ 
}

.search-result .topic > table {
    overflow: hidden;
    /*border-radius: 5px 5px 0px 0px;*/
}

.search-result .topic td {
    padding: 5px 5px;
    vertical-align: text-top;
    text-align: center;
    border-right: 1px solid #ff7aad;
    height: 44px;
    line-height:25px;
    vertical-align: middle;
}

.search-result .detail {
    text-align: left;
    max-height: 480px;
    overflow-y: auto;
    display: block;
    width: 100%;
    border: 1px solid #de5c8e;
    border-top: none;
    border-radius: 0px 0px 5px 5px;
    padding-top: 0px;
    line-height: 25px;
}

.search-result .detail td {
    padding: 5px;
    border-top: none;
    word-break: break-word;
    vertical-align: top;
    border-right:1px solid #e1e1e1;
}
.search-result .detail tr:nth-child(odd) {
    background: #ffffff;
}
.search-result .detail tr:nth-child(even) {
    background: #f5f5f5;
}

    .search-result .detail tr {
    cursor: pointer;
    transition: all ease .3s;
}

.search-result .detail tr:hover {
    background: #ffe8f1;
    font-weight:bold;
}

.topic td.tools, .detail td.tools, td.topic-tools, td.detail-tools {
    width: 88px;
    text-align: right;
}

.layout-setting .topic.topic-mobile {
    display: none;
    width: 100%;
}


/*------------Table Pageinations------------*/
.search-result-footer {
    margin-top:10px;
}
.search-result-footer .status-data p {
    font-size:20px;
    font-weight:bold;
    padding:0px 15px;
    color: #989898;
    letter-spacing:0.8px;
}
.search-result-footer .page-number {
    text-align: right;
}
.search-result-footer .pagination-sm .page-link, .three-dots > span {
    padding: 0px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    border: none;
    font-size: 22px;
    font-weight: bold;
    border-radius: 5px !important;
    margin-right: 3px;
    color: #de5c8e;
}
.three-dots > span {
    width: 15px;
    display: inline-block;
    font-size:25px;
}
.search-result-footer .pagination-sm .page-item:first-child .page-link, .pagination-sm .page-item:last-child .page-link {
    font-size:32px;
}
.search-result-footer .page-number .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #de5c8e;
    border-color: none;
}
.search-result-footer .page-number .page-item.active .page-link:hover {
    color:#fff!important;
}

/*--- Form ---------*/
.form-page .frame-item label {
    font-weight: bold;
    margin-bottom: 2px;
}

.form-page .fill-name {
    width: 98px;
    padding: 7px 0px 7px 10px;
    font-weight: bold;
    float: left;
    clear: none;
    text-align: right;
}

.form-page .fill {
    width: calc(100% - 98px);
    padding: 0px 10px;
    float: left;
    clear: none;
}

.width-auto .fill-name, .width-auto .fill {
    min-width: 30px;
    width: auto;
    display: inline-block;
}

.width-auto .fill {
    min-width: calc(100% - 30px);
}

.form-inline-block td.label{
    font-weight:bold;
    text-align:right;
    padding:0px 8px;
    line-height:24px;
}
ul.add-list > li {
    position:relative;
}
ul.add-list > li .btn-tools {
    position: absolute;
    bottom: 6px;
    right: 5px;
    cursor:pointer;
}
ul.add-list > li {
    padding: 15px 5px 40px 5px;
    border-radius: 10px;
}
ul.add-list > li:nth-child(odd) {
    background: #fff;
}
ul.add-list > li:nth-child(even) {
    background: #eee;
}
.form-inline-block td.input > .form-control {
    margin-bottom: 8px;
}
/*------------Checkbox Style-----------*/
input[type="checkbox"].checkbox {
    position: absolute;
    top: 5px;
    left: 0px;
    height: 20px;
    width: 20px;
    opacity: 0;
    z-index: 1;
}

.checkboxmark {
    width: 20px;
    height: 20px;
    background: #DEDEDE;
    border: 1px solid #ccc;
    border-radius: 5px;
    top: 4px;
    left:0px;
    display: inline-block;
    position: absolute;
}

    .checkboxmark img {
        display: none;
        height: 16px;
        margin: 1px auto 0px;
    }

input[type="checkbox"]:checked.checkbox ~ .checkboxmark img {
    display: block;
}

input[type="checkbox"]:checked.checkbox ~ .checkboxmark {
    background: #db5f8e;
    border: 1px solid #db5f8e;
}

/*------------Radio Style-----------*/
.radio {
    display: table;
    margin: 0 auto;
    line-height: 20px;
}

    .radio input[type="radio"] {
        position: absolute;
        opacity: 0;
    }

    .radio label span.img-circle {
        width: 24px;
        height: 24px;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 50%;
        margin-top: 3px;
        display: inline-block;
        position: relative;
    }

    .radio label {
        margin-bottom: 0px;
        cursor: pointer;
    }

        .radio label span.img-circle:before {
            position: absolute;
            content: '';
            background-image: url('../Assets/Images/icon/check-w.png');
            background-size: 14px;
            background-repeat: no-repeat;
            background-position: center;
            display: none;
            width: 24px;
            height: 24px;
            left: -1px;
            top: -1px;
            z-index: 1;
        }

        .radio label span.img-circle:after {
            content: "";
            position: absolute;
            height: 24px;
            width: 24px;
            left: -1px;
            top: -1px;
            border-radius: 50%;
        }

    .radio input[type="radio"]:checked ~ label span.img-circle:after,
    .radio input[type="radio"]:checked ~ label span.img-circle:before {
        display: block;
    }

    .radio input[type="radio"]:checked ~ label span.img-circle:after {
        background: #db5f8e;
        border: 1px solid #db5f8e;
    }

    .radio label p.show-m {
        margin-bottom: 0px;
        display: none;
    }

.limit-view {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 545px;
    position: relative;
    padding-top: 8px;
    border-radius: 10px;
}

/*Home News*/
.news-group .news-item .news-img {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    transition: all ease .5s;
}
.news-group .news-item a .news-img img {
    transition: all ease .5s;
}
.news-group .news-item a:hover .news-img img {
    transform:scale(1.1);
}
.news-group .news-item a:hover .news-img {
    box-shadow: 10px 10px 10px rgba(0 0 0 /15%);
}

/* Modal*/
.modal-full {
    max-width: 100%;
    padding: 0px 40px;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
h4.modal-title {
    display: inline-block;
}
.modal-body {
    display: inline-block;
    width:100%;
}
.modal-body .col-form-label {
    font-weight:bold;
}
.modal-footer {
    padding: 8px 15px;
}
.alert-img img {
    height: 120px;
    margin-bottom: 30px;
}

/*------------- Page Error-------------*/
.frame-error {
    position: relative;
    height: auto;
    margin:0px;
    padding-top:0px;
}
body.frame-error:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../assets/Images/page/theme-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    z-index: -1;
}
.frame-error section.layout {
    min-height: calc(100vh - 38px);
}

.error_detail {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -55%);
    width: 100%;
}

    .error_detail .number {
        font-size: 70px;
        font-weight: bold;
    }

    .error_detail .textgroup .number {
        font-size: 100px;
        line-height: normal;
        font-weight: bold;
        color: #de5c8e;
    }

    .error_detail .textgroup .text {
        line-height: 40px;
        color: #de5c8e;
        font-weight: bold;
        font-size:28px;
    }

        .error_detail .textgroup .text.header-margin {
            margin-top: 10px;
            margin-bottom: 25px;
        }

    .error_detail .textgroup .btn-theme {
        margin-bottom: 12px;
    }

/*---------------------------------------
    Atteach
----------------------------------------*/
.atteach-box {
    display:inline-block;
    width:100%;
    position:relative;
}
.atteach-box input {
    padding-right:30px;
}
.atteach-box > .btn-tools {
    position:absolute;
    bottom: auto !important;
    top: 2px !important;
    right: 0px !important;
    padding: 0px;
    opacity:.4;
    z-index:1;
}
.atteach-box > .btn-tools:hover {
    background: transparent;
    opacity:1;
}
/*---------------------------------------
Footer
----------------------------------------*/
footer {
    background: transparent;
    padding: 7px 30px 5px;
    text-align: right;
}
footer p {
    font-size: 16px;
    color: #737373;
    margin: 0px;
}

/*--- go on top ---------*/
.btnGoTop {
    border-style: solid;
    border-radius: 8px;
    padding: 4px 7px 10px 7px;
    border-color: transparent;
    opacity: .5;
    background: #de5c8e;
    margin-bottom: 12px;
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    height: 35px;
    width: 35px;
    box-shadow: 5px 5px 10px rgb(0 0 0 / .2);
    transition: all ease 0.3s;
    text-align: center;
    overflow: hidden;
}

    .btnGoTop i {
        position: absolute;
        left: 10px;
        top: 8px;
        font-size: 22px;
        color: #fff;
    }

    .btnGoTop:before {
        content: '';
        position: absolute;
        background: #de5c8e;
        height: 0;
        width: 100%;
        left: 0px;
        top: 100px;
        transition: all ease .3;
        opacity: 0;
    }

    .btnGoTop:hover {
        opacity: .95;
    }

        .btnGoTop:hover:before {
            top: 0px;
            height: 100%;
            opacity: 1;
        }


/*--------------------------------------------------------
    Start: Responsive
----------------------------------------------------------*/
@media (max-width: 1199px) and (min-height: 769px) {

}

@media (max-width: 1199px) and (max-height: 769px) {
}

@media (max-width: 1199px) {
    .navbar .full-width.container {
        padding: 0px;
    }

    a.navbar-brand {
        position: absolute;
        top: 3px;
        left: 100px;
    }

    .navbar-brand img.logo {
        height: 45px;
    }

    .navbar-expand-sm .navbar-toggler {
        display: inline-block;
        margin: 12px 0px 0px 15px;
    }

    .navbar-expand-sm .navbar-collapse {
        background: #fff;
        width: 100%;
        z-index: 999;
        left: 0px;
        position: absolute;
        top: 62px;
        box-shadow: 0px 6px 6px rgb(0 0 0 / 8%);
        border-top: 1px solid#ecd5de;
    }

    .collapse:not(.show) {
        display: none !important;
    }

    .navbar-nav {
        width: 100%;
    }

    .page-theme .navbar-nav > li {
        margin: 0px;
        width: 100%;
        display: block;
        padding: 6px 15px;
        text-align: left;
        border-bottom: 1px solid #ecd5de;
    }

        .page-theme .navbar-nav > li.active {
            color: #fff;
            background: #eaa1a2;
        }


    .search-result {
        overflow: hidden;
        overflow-x: scroll;
    }
    .search-result table {
        width: 1399px;
        direction: ltr;
     }
    .search-result .detail,.search-result .topic {
        direction: rtl;
    }

    .tab-list.collapse {
        display: inline-block !important;
        width: 100%;
        margin-bottom: -12px;
    }

    .tab-list.collapse > li {
        width: 33.33333333%;
    }
    .tab-list.collapse > li:nth-child(4), .tab-list.collapse > li:nth-child(5) {
        display:none;
    }
}

@media (max-width: 991px) {
    ul.item-3-col > li{
        width:100%;
    }
    ul.item-5-col > li {
        width: 33.33333333%;
    }
    .page-theme .menu-right .text-user-name {
        width: 200px;
    }
    .head-form .btn-group {
        float: right;
        margin-right: -10px;
    }
    .form-inline-block td.label, .form-inline-block td.input {
        width: 100% !important;
        display: inline-block;
        text-align: left;
    }
    .sub-head {
        max-width:100%;
        flex:none;
        padding-left:5px;
    }
}

/* iPad*/
@media (max-width: 769px) {
    ul.item-5-col li, .count-status ul.item-4-col > li {
        width: 50%;
    }
}

@media (max-width: 769px) and (max-height: 481px) {
}

@media (max-width: 767px) {
    .navbar .menu-right .menu-icon span {
        display: none;
    }
    .modal-full {
        max-width: 100%;
        padding: 0px 15px;
    }
    .search-result-footer .status-data, .search-result-footer .page-number {
        text-align: center;
    }
    .search-result-footer .status-data p {
        margin-bottom:0px;
    }
    .search-result-footer .page-number {
        margin-bottom:15px;
    }
}

/* Smartphone*/
@media (max-width: 569px) {
    ul.item-5-col > li, .count-status ul.item-4-col > li {
        width: 100%;
    }   
}

@media (max-width: 481px) {
    .btn {
        min-width: 80px;
    }
    .btn-mini {
        min-width: 40px;
    }
    .page-theme header {
        height: 60px;
    }

    a.navbar-brand {
        left: 85px;
    }

    .page-theme .navbar-brand .logo {
        height: 46px;
    }

    .navbar-expand-sm .navbar-collapse {
        top: 59px;
    }

    .page-theme .menu-right .text-user-name {
        max-width: 100px;
    }

    .form-group label{
        width:100%;
    }
    .search-fill input {
        width: 100%;
    }
    .tab-list.collapse > li {
        width: 50%;
    }

    .tab-list.collapse > li:nth-child(3) {
        display: none;
    }
}

@media (max-width: 414px) {
}

/* iPhone6*/
@media (max-width: 376px) {
    .search-result-footer .status-data {
        padding:0px;
    }
    .search-result-footer .status-data p {
        padding: 0px;
    }
}

/* iPhone4,5*/
@media (max-width: 321px) {
    a.navbar-brand {
         display:none;
    }
}

/*--------------------------------------------------------
    End: Responsive
----------------------------------------------------------*/

html {
    scroll-behavior: smooth;
}

.custom-scrollbar-css::-webkit-scrollbar {
    width: 6px;
}

.custom-scrollbar-css::-webkit-scrollbar {
    height: 6px;
}

.custom-scrollbar-css::-webkit-scrollbar-track {
    background: #e3e3e3;
}

.custom-scrollbar-css::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background-color: #737373;
}

.loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 100;
    text-align: center;
    display: none;
}

    .loading:before {
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        left: 0px;
        top: 0px;
        background-image: url('/Assets/images/loader.svg');
        background-position: 50% 47%;
        background-size: 80px;
        background-repeat: no-repeat;
    }

.loading-text {
    position: absolute;
    top: 54%;
    left: 0px;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
}

input:-webkit-autofill::first-line {
    font-size:22px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown a.nav-link {
    color: #484848 !important;
    cursor: pointer;
}

.dropdown a.nav-link:hover {
    color: #de5c8e !important;
    cursor: pointer;
}

.dropdown.active a.nav-link {
    color: #fff !important;
    background-color: #de5c8e;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    left: 0;
    padding-left: 0;
}

.page-theme .navbar-nav > li.dropdown .dropdown-content a.nav-link, .page-theme .navbar-nav > li.dropdown.active .dropdown-content a.nav-link {
    color: #484848 !important;
    padding: 0px 16px !important;
    background-color: #fff;
}

.page-theme .navbar-nav > li.dropdown .dropdown-content a.nav-link:hover, .page-theme .navbar-nav > li.dropdown.active .dropdown-content a.nav-link:hover {
    color: #fff !important;
    background-color: #de5c8e;
}

.dropdown:hover .dropdown-content {
    display: block;
}
* {
    margin: 0;
    padding: 0;
}

.svg-box {
    display:inline-block;
    position: relative;
    width:150px;
}

.success-stroke {
    stroke:#5faf0c;
    width: 100%;
}

.cross-stroke {
    stroke: #FF6245;
    width: 100%;
}

.alert-stroke {
    stroke: #f32a2a;
    width: 100%;
}

.circular circle.path {
    stroke-dasharray: 330;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    opacity: 0.8;
    animation: 0.7s draw-circle ease-out;
}

/*------- Checkmark ---------*/
.checkmark{
	stroke-width: 6.25;
    stroke-linecap: round;
	position:absolute;
    top: 56px;
    left: 49px;
    width: 52px;
    height: 40px;
}

.checkmark path {
    animation: 1s draw-check ease-out;
}

@keyframes draw-circle {
    0% {
        stroke-dasharray: 0,330;
        stroke-dashoffset: 0;
        opacity: 1;
    }

    80% {
        stroke-dasharray: 330,330;
        stroke-dashoffset: 0;
        opacity: 1;
    }

    100%{
        opacity: 0.4;
    }
}

@keyframes draw-check {
    0% {
        stroke-dasharray: 49,80;
        stroke-dashoffset: 48;
        opacity: 0;
    }

    50% {
        stroke-dasharray: 49,80;
        stroke-dashoffset: 48;
        opacity: 1;
    }

    100% {
        stroke-dasharray: 130,80;
        stroke-dashoffset: 48;
    }
}

/*---------- Cross ----------*/

.cross {
    stroke-width:6.25;
    stroke-linecap: round;
    position: absolute;
    top: 54px;
    left: 54px;
    width: 40px;
    height: 40px;
}

.cross .first-line {
    animation: 0.7s draw-first-line ease-out;
}

.cross .second-line {
    animation: 0.7s draw-second-line ease-out;
}

@keyframes draw-first-line {
    0% {
        stroke-dasharray: 0,56;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 0,56;
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dasharray: 56,330;
        stroke-dashoffset: 0;
    }
}

@keyframes draw-second-line {
    0% {
        stroke-dasharray: 0,55;
        stroke-dashoffset: 1;
    }

    50% {
        stroke-dasharray: 0,55;
        stroke-dashoffset: 1;
    }

    100% {
        stroke-dasharray: 55,0;
        stroke-dashoffset: 70;
    }
}

.alert-sign {
    stroke-width:6.25;
    stroke-linecap: round;
    position: absolute;
    top: 40px;
    left: 68px;
    width: 15px;
    height: 70px;
    animation: 0.5s alert-sign-bounce cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

    .alert-sign .dot {
        stroke: none;
        fill: #f32a2a;
    }

@keyframes alert-sign-bounce {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        transform: scale(0);
        opacity: 1;
    }

    100% {
        transform: scale(1);
    }
}

