/*
::  1.0 General Reset & Setup
-------------------------------------------

::  2.0 Page Options
-------------------------------------------
	2.1  Fixed Header
	2.2  Fixed Sidebar
	2.3  Minified Sidebar


::  3.0 Page Structure
-------------------------------------------
3.1  Page Loader
	3.2  Page Header
	3.3  Page Sidebar
	3.4  Page Content
	3.5  Page Footer
	3.6  Page Top Menu

::  4.0 Components
-------------------------------------------
	4.1  Component - Form Elements
	4.2  Component - Dropdown Menu
	4.3  Component - Tooltip
	4.4  Component - Alert
	4.5  Component - Note Setting
	4.6  Component - Badge & Label Setting
	4.7  Component - Pagination & pager
	4.8  Component - Progress bar
	4.9  Component - Nav Setting
	4.10 Component - Nav Tabs
	4.11 Component - Nav Pills
	4.12 Component - Tab Content
	4.13 Component - Accordion Panel
	4.14 Component - Button
	4.15 Component - Panel
	4.16.Component - Panel - Panel Expand
	4.17 Component - Panel - Panel loading
	4.18 Component - Modal Setting
	4.19 Component - Media Object
	4.20 Component - Table
	4.21 Component - Well
	4.22 Component - Jumbotron
	4.23 Component - List Group
	4.24 Component - Carousel
	4.25 Component - Code
	4.26 Component - Popover
	4.27 Component - Caret
	4.28 Component - Lead
	4.29 Component - List Inline
	4.30 Component - Blockquote
	4.31 Component - Close Button
	4.32 Component - Inverse List Group Item
	4.33 Component - Material Icon
	4.34 Component - CSS Checkbox
	4.35 Component - CSS Radio Button
	4.36 Component - Cards
	4.37 Component - Breadcrumb

::  5.0 Plugins
-------------------------------------------
	5.1  Plugin - jQuery Draggable
	5.2  Plugin - Slimscrollbar
	5.3  Plugin - Gritter Notification
	5.4  Plugin - Data Table
	5.5  Plugin - Datepicker
	5.6  Plugin - Colorpicker

::  6.0 Widgets
-------------------------------
	6.1  Widget - General Setting
	6.2  Widget - Media Message
	6.3  Widget - Stats
	6.4  Widget - Todolist
	6.5  Widget - Theme Panel
	6.6  Widget - Chart
	6.7  Widget - Registered Users List
	6.8  Widget - Chat List
	6.9  Widget - Unlimited Nav Tabs
	6.10 Widget - Widget List
	6.11 Widget - Widget Chat
	6.12 Widget - Widget Input
	6.13 Widget - Widget Todolist
	6.14 Widget - Widget Map
	6.15 Widget - Widget Icon
	6.16 Widget - Widget Image
	6.17 Widget - Widget Card
	6.18 Widget - Widget Chart
	6.19 Widget - Widget Table

::  7.0 Pages
-------------------------------
	7.1  Page - Search Result
	7.2  Page - Vector / Google Map
	7.3  Page - Invoice
	7.4  Page - Login
	7.5  Page - Gallery
	7.6  Page - 404 Error
	7.7  Page - Timeline
	7.8  Page - Coming Soon
	7.10 Page - Email Inbox
	7.11 Page - Email Detail
	7.12 Page - Email Compose
	7.14 Page - Profile

::  8.0 Predefined CSS Setting
-------------------------------------------
	8.1 Predefined Classes */

/* -------------------------------
	1.0 General reset & setup
------------------------------- */
html {
    height: 100%;
}

body {
    background-color: #f0f1f5;
    font-size: 16px;
    font-family: Arial,'Open Sans', "Helvetica Neue",Helvetica,sans-serif;
    color: #111111;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.15;
    min-height: 100%;
}

a {
    color: #0074f8;
}

label {
    font-weight: bold;
    margin-bottom: 4px;
}

.hoya-banner {
    width: 100%;
    height: 357px;
    border-radius: 8px;
}

input:read-only {
    background-color: white !important;
}

.hoya-banner img {
    width: 100%;
    height: 100%;
}

.hoya-icon-title {
    width: 80px;
    height: 80px;
}

    .hoya-icon-title img {
        width: 100%;
        height: 100%;
    }

.hoya-card-subtitle {
    font-weight: bold;
    font-size: 20px;
    color: #364658;
    text-transform: uppercase;
}

.hoya-border-8 {
    border-radius: 8px;
}

.hoya-border {
    border-radius: 4px;
    border: solid 1px #364658;
}

.hoya-border-tr-top {
    border-top: 8px solid #f1f1f1 !important;
}

.hoya-h-80 {
    height: 80px;
    box-sizing: border-box;
}

.hoya-line-height {
    line-height: 1.7;
}

.hoya-card-height {
    height: 450px;
}

.hoya-hide {
    display: block;
    width: 30px;
    height: 15px;
    background: url(/images/icon-collapse-tb.svg);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

    .hoya-hide.active {
        background: url(/images/icon-expand-tb.svg);
        background-size: contain;
        background-repeat: no-repeat;
    }
/* -------------------------------
	2.0 Page Option
-------------------------------  */

/* 2.1 Option - Fixed Header */
.page-header-fixed .header {
    position: fixed;
}


/* 2.2 Option - Fixed Sidebar */

.page-sidebar-fixed .sidebar {
    position: fixed;
}

/* 2.3 Option - Minified Sidebar */
.page-sidebar-minified .sidebar {
    width: 80px;
}

    .page-sidebar-minified .sidebar span, .page-sidebar-minified .nav-profile {
        display: none;
    }

    .page-sidebar-minified .sidebar .logo {
        padding-left: 5px;
        padding-right: 5px;
        width: 80px;
    }

        .page-sidebar-minified .sidebar .logo img {
            width: 70px;
            height: 40px;
        }

.page-sidebar-minified .header {
    left: 80px;
    width: calc(100% - 80px);
}

.page-sidebar-minified .content {
    margin-left: 80px;
}

.page-sidebar-minified .header .navbar-header {
    width: calc(100% - 80px);
    min-width: 920px;
}

.page-sidebar-minified .sidebar .nav li .has-sub {
    background: white;
    position: fixed;
    left: 81px;
    margin-top: -47px;
    box-shadow: 3px 0 4px 0 rgba(220, 151, 151, 0.1);
    padding-left: 16px;
    padding-right: 16px;
    z-index: 999;
}

    .page-sidebar-minified .sidebar .nav li .has-sub span {
        display: block;
    }

.page-sidebar-minified .sidebar a[aria-expanded="true"] .icon-collapse {
    transform: rotate(0);
}
/* -------------------------------
   3.0 Page Structure
------------------------------- */

/* 3.2 Page Header */
.header {
    position: relative;
    top: 0;
    z-index: 99;
    margin-bottom: 0;
    padding: 0;
    transition: box-shadow .2s linear;
    background-color: #ffffff;
    height: 72px;
    align-items: center;
    display: flex;
    box-shadow: 0 0 24px rgba(0,0,0,0.15);
    left: 240px;
    width: calc(100% - 240px);
}

.sidebar .logo {
    height: 72px;
    padding-left: 55px;
    padding-right: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 3px 0 4px 0 rgba(220, 151, 151, 0.1);
    width: 240px;
}

.sidebar .logo-img {
    width: 105px;
    height: 24px;
}

.header:before,
.header:after {
    content: '';
    display: table;
    clear: both;
}

.header .navbar-toggle {
    position: relative;
    background-color: transparent;
    border: none;
    outline: none;
}

    .header .navbar-toggle svg {
        height: 40px;
        width: 40px;
    }

    .header .navbar-toggle:hover svg .toggled-cls-1,
    .header .navbar-toggle:focus svg .toggled-cls-1 {
        fill: #1076bc;
    }

    .header .navbar-toggle:hover svg .toggled-cls-2,
    .header .navbar-toggle:focus svg .toggled-cls-2 {
        fill: #ffffff;
    }

.header .navbar-header {
    display: flex;
    justify-content: space-between !important;
    padding: 0 24px;
    align-items: center;
    height: 100%;
    width: 100%;
}

.header .navbar-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
}

.header .navbar-right .label {
    position: absolute;
    top: -6px;
    right: -6px;
    display: block;
    background: #ff0034;
    line-height: 12px;
    font-weight: 600;
    color: #fff;
    padding: .2em .4em;
    border-radius: 4px;
    font-size: 11px;
}

.header .dropdown-notification {
    position: relative;
    margin-right: 32px;
}

    .header .dropdown-notification .dropdown-toggle::after {
        display: none;
    }

.header .navbar-right .dropdown-toggle:hover::after, .header .navbar-right .dropdown-toggle:hover svg, .header a[aria-expanded="true"] svg {
    color: #0074f8;
    fill: #0074f8;
}

.header .navbar-right .dropdown-toggle:hover .icon-notification, .header a[aria-expanded="true"] .icon-notification {
    -ms-transform: scale(1.3); /* IE 9 */
    -webkit-transform: scale(1.3); /* Safari 3-8 */
    transform: scale(1.3);
    transition: 0.1s;
}

.header .navbar-center .nav-link {
    text-transform: uppercase;
    height: 80px;
    padding-bottom: 0;
    padding-top: 0;
    display: flex;
    justify-content: center;
}

    .header .navbar-center .nav-link span {
        margin-left: 8px;
        font-size: 14px;
    }

    .header .navbar-center .nav-link .icon-header {
        fill: #364658;
    }

.header .icon-header .cls-1 {
    opacity: 0;
    fill: none;
}

.header .navbar-center .nav-link .header-border-hover {
    width: 40px;
    height: 4px;
}

.header .navbar-center .nav-link:hover .header-border-hover, .header .navbar-center .nav-link:active .header-border-hover,
.header .navbar-center .nav-link.active .header-border-hover {
    background: #1076bc;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4px;
}

.header .navbar-center .nav-link:hover .icon-header, .header .navbar-center .nav-link:hover,
.header .navbar-center .nav-link:active .icon-header, .header .navbar-center .nav-link:active,
.header .navbar-center .nav-link.active, .header .navbar-center .nav-link.active .icon-header {
    fill: #1076bc;
    color: #1076bc;
    font-weight: bold;
}

.header .navbar-center .nav-link .my-auto span, .header .navbar-center .nav-link .my-auto svg {
    margin-top: 8px;
}

.header a {
    color: #111111;
    text-decoration: none;
}
/* 3.3. Page Sidebar */
.sidebar {
    width: 240px;
    background-color: #ffffff;
    height: 100%;
    box-shadow: 3px 0 4px 0 rgba(220, 151, 151, 0.1);
    z-index: 1000;
    top: 0;
}

    .sidebar .sidebar-scroll {
        overflow-y: auto;
        height: calc(100% - 72px);
    }

    .sidebar a {
        color: #111111;
        text-decoration: none;
    }

        .sidebar a:hover {
            text-decoration: none;
        }

    .sidebar .nav-profile {
        border-top: solid 1px #dee5ed;
        padding: 24px 16px 16px 16px;
    }

    .sidebar .dropdown-toggle::after {
        margin-left: 16px;
    }

    .sidebar li {
        position: relative;
        display: inline-block;
    }

    .sidebar .nav a {
        position: relative;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .sidebar .has-sub > a::after, .sidebar .has-sub > a::before {
        position: absolute;
        content: '';
    }

    .sidebar .has-sub > a:hover::before, .sidebar .list-group a.active::before {
        background: #0074f8;
        width: 4px;
        height: 24px;
        left: -16px;
        top: 12px;
        bottom: 0;
    }

    .sidebar .has-sub > a:hover, .sidebar .has-sub > a.active, .sidebar .has-sub > a:hover i, .sidebar .has-sub > a.active i,
    .sidebar ul li a:hover .icon-sidebar, .sidebar ul li a:hover, .sidebar ul li a:hover .icon-collapse, .sidebar ul li a.active, .sidebar ul li a.active svg {
        color: #0074F8;
        fill: #0074F8;
    }

    .sidebar .has-sub > a i {
        font-size: 10px;
        margin-right: 14px;
        color: #7b8fa5;
        padding-top: 3px;
    }

    .sidebar .nav a[aria-expanded="true"] .icon-sidebar, .sidebar .nav a[aria-expanded="true"] {
        fill: #364658 !important;
        color: #364658 !important;
    }

    .sidebar .dropdown-toggle:hover::after {
        color: #0074f8;
    }

    .sidebar a[aria-expanded="true"] .icon-collapse {
        transform: rotate(90deg);
        transition: 0.1s;
        fill: #0074F8;
    }

    .sidebar a[aria-expanded="false"] .icon-collapse {
        transition: 0.1s;
        fill: #364658;
    }

.sidebar-border-bottom {
    border-bottom: solid 1px #dee5ed;
}

.sidebar .nav-item {
    padding-left: 16px;
    padding-right: 10px;
}

.sidebar .list-group {
    width: 100%;
}
/* 3.4 Page Content */
.content {
    margin-left: 240px;
    padding: 16px 24px;
}

/* 4.0 Components */

/* 4.1 Form Element */
.form-control {
    height: 32px;
    border-radius: 4px;
    border: solid 1px #364658;
}

input, select, .custom-select, .form-control, textarea {
    color: #111111;
}

::placeholder {
    color: #b7c4d2 !important;
}

.custom-select {
    height: 32px;
    border-radius: 4px;
    line-height: 1.15;
    border: solid 1px #364658;
}

.custom-select {
    background: #FFF url(/images/icon-custom-select.svg)no-repeat right .5rem center;
    background-size: 10px 10px;
    padding: 6px 8px;
}

.custom-icon-callender {
    background-image: url(/images/icon-calendar.svg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 40px 20px;
}

.custom-icon-percent {
    background-image: url(/images/icon-percent.svg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 30px 14px;
    ;
}

.hoya-form-border {
    border: 1px solid black;
    box-sizing: border-box;
    border-radius: 4px;
}

.form-popup-control {
    border-radius: 4px;
    box-sizing: border-box;
    height: 40px;
    border: solid 1px #364658;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
}

.form-login-control {
    box-sizing: border-box;
    border: none;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
}

.custom-checkbox {
    line-height: 1.6;
}

    .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
        background-color: #1076bc;
    }

.hoya-content-bg {
    position: relative;
    width: 64vw;
    float: left;
    background: url(/images/background-login.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 620px;
    height: 100vh;
}

.hoya-content-login {
    position: relative;
    width: calc(100% - 64vw);
    float: right;
    background: #f0f1f5;
}

/*4.2 Dropdown Menu*/
.header .dropdown-menu, .sidebar .dropdown-menu {
    padding: 0;
    border-color: #0074F8;
    top: 8px !important;
}

    .header .dropdown-menu::after, .sidebar .dropdown-menu::after {
        content: '';
        position: absolute;
        top: 0;
        right: 47%;
        background: white;
        border-top: 1px solid #0074f8;
        border-left: 1px solid #0074f8;
        width: 8px;
        height: 8px;
        transform: translate(-50%,-50%) rotate(45deg);
        z-index: -1;
    }

.header .dropdown-menu-right::after, .sidebar .dropdown-menu-right::after {
    right: 2%;
}

.header .dropdown-menu .dropdown-item, .sidebar .dropdown-menu .dropdown-item {
    border-bottom: solid 1px #0074F8;
    padding: 8px;
}

.dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #0074F8;
    color: #ffffff;
}

.content .dropdown-toggle {
    background: #dee5ed;
}

.dropdown-menu.media-list {
    width: 416px;
    padding: 0;
    border: none;
    background-color: #dee5ed;
    padding-left: 8px;
    padding-right: 8px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.08);
}

    .dropdown-menu.media-list .media > a {
        background-color: #ffffff;
        border-radius: 4px;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
        width: 100%;
        padding: 8px;
        margin-bottom: 8px;
    }

    .dropdown-menu.media-list .dropdown-header {
        color: #111111;
        font-weight: bold;
        padding: 8px 0;
        font-size: 16px;
    }

    .dropdown-menu.media-list .dropdown-footer {
        margin-top: 16px;
        margin-left: -8px;
        margin-right: -8px;
        background-color: #ffffff;
        padding-top: 8px;
        padding-bottom: 8px;
    }

.header .navbar-nav > li > .dropdown-menu.media-list .media-heading {
    font-weight: bold;
    margin: 0;
    line-height: 16px;
    font-size: 16px;
    margin-bottom: 8px;
}

.header .navbar-nav > li > .dropdown-menu.media-list i {
    font-size: 8px;
    color: #0074f8;
    margin-top: 4px;
    margin-right: 8px;
}

.dropdown-menu.media-list::after {
    border-color: #dee5ed;
    background-color: #dee5ed;
    right: 1%;
}

.alert-success {
    font-size: 12px;
    color: black;
    background: transparent;
    border: none;
}
/*4.6 Badge & Label Setting*/
.badge-success {
    background: #66c843;
    border-radius: 8px;
    font-size: 14px;
    padding: 4px 8px;
    height: 24px;
    line-height: 1.15;
}

.badge-success-1 {
    color: white;
    background: #26b186;
    border-radius: 8px;
    font-size: 14px;
    padding: 4px 8px;
    height: 24px;
    line-height: 1.15;
}

.badge-success-2 {
    color: white;
    background: #36abc4;
    border-radius: 8px;
    font-size: 14px;
    padding: 4px 8px;
    height: 24px;
    line-height: 1.15;
}

.badge-review {
    background: #39d6a6;
    border-radius: 8px;
    color: white;
    font-size: 14px;
    padding: 4px 8px;
    height: 24px;
    line-height: 1.15;
}

.badge-below-1 {
    background: #c84843;
    border-radius: 8px;
    color: white;
    font-size: 14px;
    padding: 4px 8px;
    height: 24px;
    line-height: 1.15;
}

.badge-below-2 {
    background: #d48940;
    border-radius: 8px;
    color: white;
    font-size: 14px;
    padding: 4px 8px;
    height: 24px;
    line-height: 1.15;
}

.badge-below-3 {
    background: #b7c843;
    border-radius: 8px;
    color: white;
    font-size: 14px;
    padding: 4px 8px;
    height: 24px;
    line-height: 1.15;
}

.badge-below-4 {
    background: #66c843;
    border-radius: 8px;
    color: white;
    font-size: 14px;
    padding: 4px 8px;
    height: 24px;
    line-height: 1.15;
}

.badge-ahead {
    background: #b7c843;
    border-radius: 8px;
    padding: 4px 8px;
    height: 24px;
    font-size: 14px;
    line-height: 1.15;
    color: white;
}

.badge-primary {
    background: #2864a8;
    border-radius: 8px;
    padding: 4px 8px;
    height: 24px;
    font-size: 14px;
    line-height: 1.15;
}

.badge-danger {
    background: #c84843;
    border-radius: 8px;
    font-size: 14px;
    padding: 4px 8px;
    height: 24px;
    line-height: 1.15;
}

.badge-warning {
    background: #67318e;
    border-radius: 8px;
    font-size: 14px;
    padding: 4px 8px;
    height: 24px;
    line-height: 1.15;
    color: white;
}

.badge-light {
    background: white;
    width: 64px;
    height: 32px;
    border-radius: 4px;
    display: block;
    border: solid 1px #364658;
    font-size: 14px;
    padding: 4px 8px;
    height: 24px;
    line-height: 1.15;
}

.badge-status {
    background: #a5bad0;
    border-radius: 8px;
    font-size: 14px;
    padding: 4px 8px;
    height: 24px;
    line-height: 1.15;
    color: white;
}

.badge-info {
    background: #0074f8;
    font-weight: bold;
    font-size: 14px;
    padding: 4px 8px;
    height: 24px;
    line-height: 1.15;
}
/*4.7  Component - Pagination & pager*/
.table-footer {
    margin-top: 24px;
}

    .table-footer .page-link {
        padding-top: 7px;
        padding-bottom: 7px;
        height: 32px;
        background: white;
        margin-left: 4px;
        margin-right: 4px;
        border-radius: 4px;
        color: #5d5d5d;
        border: solid 1px #5d5d5d;
        vertical-align: middle;
        font-size: 14px;
        display: inline-block;
    }

    .table-footer .page-item svg .cls-1, .table-footer .page-item svg .cls-2 {
        fill: #111111;
        stroke: #111111;
    }

    .table-footer .page-item.disabled svg .cls-1, .table-footer .page-item.disabled svg .cls-2, .table-footer .page-item.disabled svg,
    .table-footer .page-item:disabled svg .cls-1, .table-footer .page-item:disabled svg .cls-2 {
        fill: #b7c4d2;
        stroke: #b7c4d2
    }

    .table-footer .page-item.disabled .page-link, .table-footer .page-item:disabled .page-link {
        border-color: #b7c4d2;
    }

    .table-footer .page-item:last-child .page-link {
        margin-right: 0;
    }

    .table-footer .page-item.active .page-link {
        background: #1076bc;
        border: solid 1px #1076bc;
        font-weight: bold;
        color: white;
    }

    .table-footer .float-left {
        line-height: 32px;
    }
/*4.20* Table*/

tbody tr {
    border-radius: 4px;
    background-color: #f1f1f1;
    border-bottom: 6px solid white;
    border-top: 2px solid white;
}

    tbody tr.selected {
        color: white;
        background: #0074F8;
    }

.table td, .table th {
    padding: 4px 16px;
    vertical-align: middle;
    word-break: break-word;
}

.table .btn-group {
    height: 32px;
}

    .table .btn-group .btn {
        font-size: 14px;
        font-weight: bold;
        height: 30px;
    }

.hoya-sorting {
    width: 12px;
    height: 12px;
    margin-left: 4px;
    background: url(/images/icon-sort.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

table tr td:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

table tr td:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
/* 4.14 Button */
.btn {
    box-sizing: border-box;
    height: 40px;
    font-weight: bold;
    line-height: 1.15;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.btn-primary {
    background: #1076bc;
    color: white;
    font-weight: bold;
    font-size: 14px;
}

.btn-outline-secondary {
    border-radius: 4px;
    border: solid 1px #111111;
    background-color: #dee5ed;
    font-weight: bold;
    color: #111111;
    box-shadow: none;
    font-size: 14px;
    height: 32px;
}

.btn-light {
    font-weight: bold;
    font-size: 14px;
}

.hoya-pop-up-btn {
    border: 1px solid #111111;
    font-weight: bold;
    background: #dee5ed;
    box-shadow: none;
}

.hoya-action-btn {
    height: 32px;
    box-shadow: none;
    background: white;
}

.btn-group.hoya-group {
    border: 1px solid #364658;
    box-sizing: border-box;
    border-radius: 4px;
}

.btn-dropdown-custom {
    border: 1px solid black;
    border-left: none;
    box-shadow: none;
    background: #ffffff !important;
}
/* 4.18 Modal Setting */
.modal-footer {
    background: #f2f2f2;
    border-radius: 4px;
}

.modal-header {
    border: none;
}

.modal-content {
    border-radius: 8px;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.4);
    background: white;
}

.modal-header .close {
    padding: 0.2rem 0.5rem;
    margin: -1.5rem -1.7rem -1rem auto;
    color: #111111;
}
/*4.20* Table*/
tbody tr {
    border-radius: 4px;
    background-color: #f1f1f1;
    border-bottom: 4px solid white;
}

.hoya-sorting {
    width: 12px;
    height: 12px;
    margin-left: 4px;
    background: url(/images/icon-sort.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}
/* 4.26 Popover */
.popover {
    background-color: #AFE89A;
    border-color: #AFE89A;
    color: #111111;
    max-width: 320px;
    font-size: 16px;
    font-family: Arial,'Open Sans', "Helvetica Neue",Helvetica,sans-serif;
}

.popover-body {
    color: #111111;
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
    border-bottom-color: #AFE89A;
}
/* 4.33 Icon */
.icon-collapse {
    height: 8px;
    width: 4.8px;
}

    .icon-collapse.rotate-icon:active {
        transform: rotate(90deg)
    }

.icon-header {
    width: 16px;
    height: 16px;
}

.icon-sidebar {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    fill: #364658;
}

.icon-language {
    height: 24px;
    width: 24px;
    margin-right: 7px;
}

.icon-language-login {
    fill: #111111;
    height: 24px;
    width: 24px;
    margin-right: 7px;
}

.icon-notification {
    height: 21px;
    width: 21px;
}

.icon-paging {
    width: 6px;
    height: 14px;
}

.hoya-round {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: #7b8fa5;
    text-align: center;
    color: white;
    font-size: 14px;
    line-height: 1.4;
    border-radius: 50%;
}

.hoya-icon-modify-location {
    background: url(/images/icon-modify-location.svg);
    background-size: cover;
}

.hoya-icon-add-new-title {
    background: url(/images/icon-add-new-title.svg);
    background-size: cover;
}

.hoya-icon-add-new-location {
    background: url(/images/icon-add-new-location.svg);
    background-size: cover;
}
/*4.36 Cards*/
.card {
    border-radius: 4px;
    padding: 16px 24px 32px;
    border: none;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}
/*4.37 Breadcrumb*/
.breadcrumb {
    background: none;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    color: #0074f8;
    margin-bottom: 16px;
}

.breadcrumb-item.active {
    color: #5d5d5d;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 16px;
}

    .breadcrumb-item + .breadcrumb-item::before {
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        color: #5d5d5d;
        font-size: 10px;
        padding-right: 16px;
    }

/* 7.0 Page */
/* 7.4 Login */
.hoya-logo {
    width: 230px;
    height: 120px;
    background: url(/images/logo-hoya.svg);
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateX(-10%);
}

.hoya-padding {
    padding: 48px 8px 48px 8px;
}

.hoya-login-wrapper {
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
}

.hoya-login {
    width: 350px;
    box-sizing: border-box;
    min-height: 620px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: calc((100% - 64vw)/2);
}

.hoya-login-content {
    width: 100%;
}

.avana-button-attachment {
    border-radius: 4px;
    border: solid 1px #111111;
    background-color: #dee5ed;
}

.avana-select-button {
    border-radius: 4px;
    background-color: #36abc4;
    color: white;
    padding: 2px 4px;
    font-size: 12px;
    font-weight: bold;
}

.avana-sub-table {
    padding: 0px 0px 0px 40px !important;
}

.hoya-icon-sm {
    width: 16px;
    height: 16px;
}

.hoya-icon-md {
    width: 32px;
    height: 32px;
}

.hoya-icon-lg {
    width: 40px;
    height: 40px;
}

.hoya-user {
    background: url(/images/icon-user.svg);
    background-size: cover;
}

.effect-btn {
    cursor: pointer;
}

    .effect-btn:hover {
        transition: .5s;
        box-shadow: inset 100px 100px 100px rgb(230, 230, 230);
    }

.hoya-add-user {
    background: url(/images/icon-add-user-profile.svg);
    background-size: cover;
}

.hoya-view-user {
    background: url(/images/icon-view-user-profile.svg);
    background-size: cover;
}

.hoya-import {
    background: url(/images/icon-import.svg);
    background-size: cover;
}

.hoya-password {
    background: url(/images/icon-password.svg);
    background-size: cover;
}

.hoya-link:hover {
    text-decoration: none;
}

.hoya-link-border-bottom {
    border-bottom: 1px solid #0074F8;
}

.hoya-eye {
    position: absolute;
    width: 38px;
    height: 38px;
    right: 1px;
    bottom: 0;
    cursor: pointer;
}

    .hoya-eye::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%) rotate(45deg);
        width: 16px;
        height: 16px;
        background: #111111;
        border-top-left-radius: 12px;
        border-bottom-right-radius: 12px;
    }

    .hoya-eye::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 10px;
        height: 10px;
        background: #111111;
        border-radius: 50%;
        box-sizing: border-box;
        border: 4px solid white;
    }

.hoya-visible {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-45deg);
    width: 2px;
    height: 25px;
    background: #111111;
    z-index: 1;
    display: none;
}

    .hoya-visible.active {
        display: block;
    }

.hoya-relative {
    position: relative;
    height: auto;
}

.hoya-absolute {
    position: absolute;
    top: 0;
    margin-top: 4px;
}

.hoya-recover {
    background: url(/images/icon-recover-password.svg);
    border-radius: 4px;
}

.has-error .error-custom {
    position: absolute;
    margin-top: 5px;
    font-size: 15px;
    color: red;
    display: block;
}

.form-group {
    margin-bottom: 32px;
    position: relative;
}

.border-input-error {
    border: 1px solid red;
}

.error-custom {
    position: absolute;
    margin-top: 5px;
    color: #ff0034;
    font-size: 15px;
    font-style: italic !important;
    font-weight: 400 !important;
}

.hoya-change {
    background: url(/images/icon-change-password.svg);
    border-radius: 4px;
}

.hoya-view-unit {
    background: url(/images/icon-view-unit.svg);
    border-radius: 4px;
}

.hoya-user-profile {
    background: url(/images/icon-select-user-profile.svg);
    border-radius: 4px;
}

.hoya-reassign {
    background: url(/images/icon-reassign.svg);
    border-radius: 4px;
}

.hoya-create {
    background: url(/images/icon-create.svg);
    border-radius: 4px;
}

.hoya-detail {
    background: url(/images/icon-detail.svg);
    border-radius: 4px;
}

.avana-icon {
    height: 24px;
    width: 24px;
    cursor: pointer;
}

.avana-icon-inactive {
    height: 18px;
    width: 18px;
    cursor: pointer;
}

.avana-form-custom {
    border: 1px solid #364658;
    border-radius: 4px;
}

.avana-tempalte {
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
    color: #0074f8;
}

.hoya-user-profile-list {
    background: url(/images/icon-user-profile-listing.svg);
    border-radius: 4px;
}

.hoya-e-appraisal-success {
    background: url(/images/icon-success.svg);
    border-radius: 4px;
}

.hoya-e-appraisal-confirm {
    background: url(/images/icon-confirm.svg);
    border-radius: 4px;
}

.e-appraisal-title-active label[aria-expanded="true"]:hover {
    color: #0074f8;
}

.e-appraisal-button-success {
    width: 20%;
    background: #1076bc;
    ;
}

.e-appraisal-button-select-item {
    width: 80%;
    border: none;
}

    .e-appraisal-button-select-item:nth-child(1) {
        background-color: #c84843;
    }

    .e-appraisal-button-select-item:nth-child(2) {
        background-color: #d48940;
    }

    .e-appraisal-button-select-item:nth-child(3) {
        background-color: #b7c843;
    }

    .e-appraisal-button-select-item:nth-child(4) {
        background-color: #66c843;
    }

    .e-appraisal-button-select-item:nth-child(5) {
        background-color: #39d6a6;
    }

.e-appraisal-message {
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #111111;
}

.e-appraisal-badge {
    background: #ec6003;
    border-radius: 8px;
    font-size: 16px;
    padding: 8px;
    color: white;
}

.e-appraisal-modal-select-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.e-appraisal-title {
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
    color: #111111;
}

.e-appraisal-result {
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
    color: #111111;
}

.e-appraisal-percent {
    width: 44px;
    height: 24px;
    border-radius: 7px;
    background-color: #0074f8;
}

.e-appraisal-badge-percent {
    background: #364658;
    border-radius: 8px;
    font-size: 14px;
    color: white;
}

.e-appraisal-wrap {
    flex-wrap: wrap;
}

.e-appraisal-nowrap {
    display: flex;
    flex-wrap: nowrap;
}

.e-appraisal-margin {
    margin-left: -16px;
}

.e-appraisal-total-A {
    width: 96px;
    height: 27px;
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #1076bc;
    ;
}

.e-appraisal-level-1 {
    background: #c84843 !important;
}

.e-appraisal-level-2 {
    background: #d48940 !important;
}

.e-appraisal-empty {
    width: 331px;
    height: 80px;
    border-radius: 4px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.e-appraisal-level-3 {
    background: #b7c843 !important;
}

.e-appraisal-level-4 {
    background: #66c843 !important;
}

.e-appraisal-level-5 {
    background: #39d6a6 !important;
}

.e-appraisal-level-width {
    width: 26px;
}

.e-appraisal-icon {
    height: 26px;
    width: 26px;
    cursor: pointer;
}

.e-appraisal-align-text {
    vertical-align: baseline !important;
}

.e-appraisal-subtitle {
    font-size: 20px;
    font-weight: normal;
    font-style: italic;
    color: #111111;
}

.e-appraisal-fb-manage {
    background: #f0f1f5;
}

.e-appraisal-between {
    border: 0.5px solid #364658;
    height: 20px;
    margin-top: 6px;
}

.e-appraisal-text {
    color: white;
}

.e-appraisal-border-box {
    border: none !important;
}
/* 8.0 Predefined CSS Setting

8.1 Predefined Classe */
.flex-center-x {
    display: flex;
    justify-content: center;
}

.flex-center-y {
    display: flex;
    align-items: center;
}

.flex-middle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.line-h-40 {
    line-height: 40px;
}

.f-s-14 {
    font-size: 14px;
}

.f-s-18 {
    font-size: 18px;
}

.color-green {
    color: #0074f8 !important;
}

.hoya-mb-64 {
    margin-bottom: 64px;
}

.hoya-mt-120 {
    margin-top: 120px;
}

.hoya-ml--8 {
    margin-left: -8px;
}

.hoya-pt-32 {
    padding-top: 32px;
}

.hoya-plbr-32 {
    padding-left: 32px;
    padding-bottom: 32px;
    padding-right: 32px;
}

.hoya-plbr-24 {
    padding-left: 24px;
    padding-bottom: 24px;
    padding-right: 24px;
}

.hoya-plbr-8 {
    padding-bottom: 8px;
}

.hoya-pb-32 {
    padding-bottom: 32px;
}

.hoya-px-32 {
    padding-left: 32px;
    padding-right: 32px;
}

.hoya-ml-32 {
    margin-left: 32px;
}

.hoya-mb-32 {
    margin-bottom: 32px;
}


.hoya-mt-32 {
    margin-top: 32px;
}

.hoya-mr-32 {
    margin-right: 32px;
}

.hoya-background {
    background: url(/images/background-login.png);
    background-size: cover;
    background-position: right;
    width: 100%;
    height: 100%;
}

.hoya-title-32 {
    font-size: 32px;
    font-weight: bold;
}

.hoya-title-40 {
    font-size: 40px;
    font-weight: bold;
}

.hoya-title-24 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.17;
}

.hoya-note {
    line-height: 1.13;
}

.hoya-char {
    color: #ff0034;
    margin-left: 4px;
    margin-top: -6px;
}

.hoya-label {
    line-height: 1.15;
    font-weight: bold;
}

.hoya-link {
    line-height: 1.15;
    color: #0074F8 !important;
    cursor: pointer;
}

.hoya-font-12 {
    font-size: 12px;
}

.hoya-font-14 {
    font-size: 14px;
}

.hoya-font-18 {
    font-size: 18px;
}

.hoya-font-16 {
    font-size: 16px;
}

.hoya-font-20 {
    font-size: 20px;
}

.hoya-font-24 {
    font-size: 24px;
}

.hoya-font-32 {
    font-size: 32px;
}

.hoya-border-input {
    border: 1px solid black;
    border-right: none;
}

.hoya-number-input {
    width: 40px !important;
}

.hoya-w-160 {
    width: 160px;
}

.form-md {
    width: 240px;
}

.form-mdl {
    width: 176px;
}

.form-sm {
    width: 80px;
}

.hoya-error-text {
    color: #ff0034;
}

.hoya-center-item-1 {
    position: absolute;
    right: 0;
    top: -100%;
}

.hoya-center-item-2 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.hoya-error-border {
    border-radius: 4px;
    border: 1px solid #ff0034;
}

.border-input {
    border: 1px solid black;
}

.hoya-mt-auto {
    margin-top: 48px;
}

@media (max-width: 1800px) {
    .hoya-card-height {
        height: 500px;
    }
}

@media (max-width: 1700px) {
    .hoya-card-height {
        height: 600px;
    }
}

@media (max-width: 1500px) {
    .hoya-card-height {
        height: 650px;
    }

    .hoya-banner {
        height: 275px;
    }
}

@media (max-width: 1379px) {
    .header .navbar-center .nav-link .my-auto {
        flex-direction: column !important;
        display: flex;
    }

    .hoya-card-height {
        height: 750px;
    }

    .hoya-banner {
        height: 200px;
    }
}

@media (max-width: 1300px) {

    .hoya-banner {
        height: 275px;
    }
}

@media (max-width: 1199px) {
    .header .navbar-center .nav-link .my-auto span {
        display: none;
    }

    .hoya-card-height {
        height: 500px;
    }

    .hoya-banner {
        height: 180px;
    }
}

@media (max-width: 900px) {
    .header .navbar-center .nav-link .my-auto span {
        display: none;
    }
}

@media (max-width: 768px) {
    .header .navbar-center .nav-link .my-auto span {
        display: none;
    }

    .hoya-card-height {
        height: auto;
    }

    .hoya-login {
        width: 100%;
        margin-left: 0;
        left: 0;
        padding: 5% 5% 0 5%;
    }

    .hoya-mt-120 {
        margin-top: 87px;
    }
}

@media (max-width:414px) {
    .hoya-content-bg {
        display: none;
    }

    .hoya-content-login {
        float: none;
        position: absolute;
        height: 100%;
        width: 100%;
    }
}

@media (max-height: 812px) {
    .hoya-background {
        height: 120vh;
    }

    .hoya-mb-64 {
        margin-bottom: 48px;
    }

    .hoya-mt-120 {
        margin-top: 24px;
    }

    .hoya-mt-auto {
        margin-top: 24px;
    }
}

@media (max-height: 700px) {
    .hoya-background {
        height: 130vh;
    }

    .hoya-mb-64 {
        margin-bottom: 24px;
    }

    .hoya-mt-120 {
        margin-top: 24px;
    }

    .hoya-mt-auto {
        margin-top: 24px;
    }
}

@media (max-height: 530px) {
    .hoya-background {
        height: 130vh;
    }

    .hoya-mb-64 {
        margin-bottom: 8px;
    }

    .hoya-mt-120 {
        margin-top: 8px;
    }

    .hoya-mt-auto {
        margin-top: 8px;
    }
}

@media (max-height: 370px) {
    .hoya-background {
        height: 170vh;
    }
}

@media (max-height: 300px) {
    .hoya-background {
        height: 200vh;
    }
}

@media (max-height: 180px) {
    .hoya-background {
        height: 270vh;
    }
}

@media (max-height: 130px) {
    .hoya-background {
        height: 350vh;
    }
}

@media (max-height: 100px) {
    .hoya-background {
        height: 440vh;
    }
}

.hoya-drop-btn-up {
    position: absolute;
    top: 5%;
    height: 14px;
    width: 25px;
    right: 2%;
    background: #dee5ed;
    border: none;
    border-bottom: .5px solid white;
    cursor: pointer;
}

.hoya-drop-btn-down {
    position: absolute;
    bottom: 5%;
    height: 14px;
    width: 25px;
    right: 2%;
    background: #dee5ed;
    border: none;
    cursor: pointer;
}

.hoya-drop-btn-up::after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    background: url(/images/ico_dropup.svg);
    background-repeat: no-repeat;
    top: 70%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.hoya-drop-btn-down::after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    background: url(/images/ico_dropdown.svg);
    background-repeat: no-repeat;
    top: 70%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.hoya-zoom {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}

    .hoya-zoom.zoom-in {
        background: url(/images/icon-zoom-in.svg);
    }

    .hoya-zoom.zoom-out {
        background: url(/images/icon-zoom-out.svg);
    }

.hoya-active {
    border-left: 4px solid #0074F8;
    margin-left: -16px;
    padding-left: 10px;
}

.hoya-down-btn {
    width: 24px;
    height: 24px;
    border: none;
    background: url(/images/icon-import.svg);
    background-size: cover;
    cursor: pointer;
}

.hoya-modify-btn {
    width: 24px;
    height: 24px;
    border: none;
    background: url(/images/icon-modify.svg);
    background-size: cover;
    cursor: pointer;
}

.hoya-addnew-btn {
    width: 24px;
    height: 24px;
    border: none;
    background: url(/images/icon-add.svg);
    background-size: cover;
    cursor: pointer;
}

.hoya-clear-btn {
    width: 24px;
    height: 24px;
    border: none;
    background: url(/images/icon-clear.svg);
    background-size: cover;
    cursor: pointer;
}

.hoya-del-btn {
    width: 24px;
    height: 24px;
    border: none;
    background: url(/images/icon-delete.svg);
    background-size: cover;
    cursor: pointer;
}

.hoya-help-btn {
    width: 24px;
    height: 24px;
    border: none;
    background: url(/images/icon-help.svg);
    background-size: cover;
    cursor: pointer;
}

.hoya-finish-btn {
    width: 24px;
    height: 24px;
    border: none;
    background: url(/images/icon-finish.svg);
    background-size: cover;
    cursor: pointer;
}

.hoya-opacity {
    opacity: 0.5;
}

.hoya-splash {
    background: #1076bc;
}

.hso {
    width: 160px;
}

.hso-img {
    width: 100%;
    height: 90px;
    background: url(/images/img-hso.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.hso-title {
    font-size: 24px;
    text-align: center;
    color: white;
}

.error-message {
    width: 800px;
    height: 400px;
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.error-message-title {
    width: 100%;
    height: 160px;
    background: #ec6003;
    position: relative;
}

    .error-message-title::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 150px;
        height: 130px;
        background: url(/images/icon-error.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }

.error-message-content {
    text-align: center;
}

.hoya-error-message-title {
    font-size: 48px;
    font-weight: bold;
    color: #ec6003;
}

.hoya-error-message-content {
    font-size: 24px;
    font-weight: bold;
    color: #111111;
}

.hoya-pop-h {
    height: auto;
    max-height: 400px;
}

.page-error {
    width: 800px;
    height: 800px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.page-success {
    width: 800px;
    height: 626px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.content-error {
    position: absolute;
    width: 400px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.hoya-error-title {
    margin-top: 64px;
    text-align: center;
    color: #1076bc;
}

.hoya-success-title {
    font-size: 32px;
    font-weight: bold;
    color: #66c843;
    text-transform: uppercase;
}

.img-error {
    width: 100%;
    height: 300px;
    background: url(/images/img-404-error.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.img-error-first {
    width: 100%;
    height: 300px;
    background: url(/images/img-error.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.img-success {
    width: 100%;
    height: 300px;
    background: url(/images/img-success.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.hoya-center-x {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.hoya-error-btn {
    width: 165px;
    font-size: 32px;
    line-height: 0.7;
    color: white;
    font-weight: bold;
    border-radius: 8px;
    background: #ec6003;
}

.hoya-month {
    width: 100px;
    position: relative;
}

.hoya-12-months {
    width: 1200%;
    height: 100%;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
}

.hoya-11-months {
    width: 1100%;
    height: 100%;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
}

.hoya-10-months {
    width: 1000%;
    height: 100%;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
}

.hoya-9-months {
    width: 900%;
    height: 100%;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
}

.hoya-8-months {
    width: 800%;
    height: 100%;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
}

.hoya-7-months {
    width: 700%;
    height: 100%;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
}

.hoya-6-months {
    width: 600%;
    height: 100%;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
}

.hoya-5-months {
    width: 500%;
    height: 100%;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
}

.hoya-4-months {
    width: 400%;
    height: 100%;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
}

.hoya-3-months {
    width: 300%;
    height: 100%;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
}

.hoya-2-months {
    width: 200%;
    height: 100%;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
}

.hoya-1-month {
    width: 100%;
    height: 100%;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
}

.hoya-blue-bg {
    background: #2864a8;
}

.hoya-green-bg {
    background: #66c843;
}

.hoya-red-bg {
    background: #ff0034;
}

.hoya-light-red-bg {
    background: rgb(221, 25, 18,0.5);
}

.hoya-light-blue-bg {
    background: #92b2e8;
}

.hoya-light-green-bg {
    background: rgb(6, 151, 62,0.5);
}

.hoya-1-month.hoya-1,
{
    transform: translateX(30%);
}

.hoya-1-month.hoya-2 {
    transform: translateX(60%);
}

.hoya-1-month.hoya-3 {
    transform: translateX(90%);
}

.hoya-sub-item {
    background: #e2e2e2;
}

.hoya-btn-clear {
    position: absolute;
    right: 1%;
    top: 50%;
    width: 20px;
    height: 20px;
    border: none;
    background: url(/images/icon-clearr.svg);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: translateY(-50%);
}

.hoya-btn-arrow {
    position: absolute;
    right: 6%;
    top: 50%;
    width: 5px;
    height: 5px;
    border: none;
    background: url(/images/icon-arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: translateY(-50%) rotate(180deg);
    transition: .5s;
    outline: none;
}

.hoya-btn-arrow-1 {
    position: absolute;
    left: 8px;
    top: 30px;
    width: 8px;
    height: 8px;
    border: none;
    background: url(/images/icon-collapse.svg);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: translateY(-50%) rotate(90deg);
    transition: .5s;
    outline: none;
}

.hoya-btn-arrow.active {
    outline: none;
    transition: .5s;
    transform: rotate(0deg);
}

.hoya-btn-arrow-1.active {
    position: absolute;
    left: 8px;
    top: 27px;
    width: 5px;
    height: 5px;
    border: none;
    background: url(/images/icon-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: translateY(-50%) rotate(0deg);
    transition: .5s;
    outline: none;
}

.hoya-textarea {
    line-height: 0.8;
    border: 1px solid black;
    border-radius: 4px;
    box-sizing: border-box;
}

.hoya-black-text {
    color: #111111;
    padding-top:2px;
}

.hoya-green-text {
    color: #26b186;
}

.hoya-light-green-text {
    color: #66c843;
}

.hoya-blue-text {
    color: #2864a8;
}

.hoya-red-text {
    color: #c84843;
}

.hoya-purple-text {
    color: #67318e;
}

.hoya-table-title-edit {
    width: 270px;
}

@media only screen and (max-width: 1850px) {
    .hoya-table-title {
        width: 250px;
    }

    .hoya-table-title {
        width: 260px;
    }
}

@media only screen and (max-width: 1810px) {
    .hoya-table-title {
        width: 260px;
    }
}

@media only screen and (max-width: 1800px) {
    .hoya-card-height {
        height: 500px;
    }

    .hoya-table-title {
        width: 260px;
    }
}

@media only screen and (max-width: 1775px) {
    .hoya-table-title {
        width: 270px;
    }
}

@media only screen and (max-width: 1720px) {
    .hoya-table-title {
        width: 280px;
    }
}

@media only screen and (max-width: 1665px) {
    .hoya-table-title {
        width: 290px;
    }
}

@media only screen and (max-width: 1640px) {
    .hoya-table-title {
        width: 300px;
    }
}

@media only screen and (max-width: 1620px) {
    .hoya-table-title {
        width: 305px;
    }
}

@media only screen and (max-width: 1600px) {
    .hoya-table-title {
        width: 305px;
    }
}

@media only screen and (max-width: 1575px) {
    .hoya-table-title {
        width: 320px;
    }
}

@media only screen and (max-width: 1565px) {
    .hoya-table-title {
        width: 320px;
    }
}

@media only screen and (max-width: 1540px) {
    .hoya-table-title {
        width: 330px;
    }
}

@media only screen and (max-width: 1525px) {
    .hoya-table-title {
        width: 340px;
    }
}

@media only screen and (max-width: 1500px) {
    .hoya-card-height {
        height: 650px;
    }

    .hoya-banner {
        height: 275px;
    }

    .hoya-table-title {
        width: 350px;
    }
}

@media only screen and (max-width: 1475px) {
    .hoya-table-title {
        width: 370px;
    }
}

@media only screen and (max-width: 1450px) {
    .hoya-table-title {
        width: 370px;
    }
}

@media only screen and (max-width: 1447px) {
    .hoya-table-title {
        width: 380px;
    }
}

@media only screen and (max-width: 1430px) {
    .hoya-table-title {
        width: 405px;
    }
}

@media only screen and (max-width: 1390px) {
    .hoya-table-title {
        width: 420px;
    }
}

@media only screen and (max-width: 1379px) {
    .header .navbar-center .nav-link .my-auto {
        flex-direction: column !important;
        display: flex;
    }

    .hoya-card-height {
        height: 750px;
    }

    .hoya-banner {
        height: 200px;
    }

    .hoya-table-title {
        width: 435px;
    }
}

@media only screen and (max-width: 1300px) {

    .hoya-banner {
        height: 275px;
    }
}

@media only screen and (max-width: 1024px) {
    .hoya-table-title {
        width: 450px;
    }

    .hoya-table-title {
        width: 435px;
    }
}

@media only screen and (max-width: 1199px) {
    .header .navbar-center .nav-link .my-auto span {
        display: none;
    }

    .hoya-card-height {
        height: 500px;
    }
}

@media only screen and (max-width: 1024px) {
    .header .navbar-center .nav-link .my-auto span {
        display: none;
    }

    .hoya-banner {
        height: 180px;
    }
}

@media only screen and (max-width: 900px) {
    .header .navbar-center .nav-link .my-auto span {
        display: none;
    }
}

1024px)


@media only screen and (max-width: 768px) {
    .header .navbar-center .nav-link .my-auto span

{
    display: none;
}

.hoya-card-height {
    height: auto;
}

}

@media (min-width: 650px) and (max-width: 1024px) {
    .hoya-content-login {
        width: 350px;
        float: left;
    }

    .hoya-login {
        position: relative;
        top: 0;
        left: 0;
        margin-left: 0;
        padding-left: 10px;
    }

    .hoya-content-bg {
        width: calc(100% - 395px);
    }
}

@media (max-width: 649px) {
    .hoya-content-bg {
        display: none;
    }

    .hoya-content-login {
        float: none;
        position: absolute;
        left: 0px;
        min-height: 620px;
        height: 100%;
        width: 100%;
        top: 0;
        transform: none;
    }

    .hoya-login {
        overflow: hidden;
        top: 0px;
    }

    .hoya-mt-auto {
        margin-top: 37px;
    }

    .hoya-content-bg {
        display: none;
    }
}

.ng-progress-bar {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    zoom: 1;
    opacity: 0;
}

.ng-bar-placeholder {
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #d3d3d3;
}

.ng-bar {
    width: 1px;
    height: 100%;
    background-color: red;
}

/*Language Flag*/
.flag-default {
    height: 24px;
    width: 24px;
    float: left;
    margin-right:5px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.flag-en {
    background-image:url(../../images/en-flag.svg);
}

.flag-cn {
    background-image: url(../../images/cn-flag.svg);
}

.flag-th {
    background-image: url(../../images/th-flag.svg);
}
