:root {
    --color-primary: #B9885A;
    /* theme color */
    --color-second: #34BCB5;
    /* second theme color */
    --color-third: #FFF;
    /* white color */
    --color-fifth: #ce5148;
    /* red color */
    --color-six: #b9b91c;
    /* yellow color */
    --color-seven: #b7aeae;
    --color-red-2: rgba(229, 115, 115, .3);
    --color-border-top-red: 3px solid #ff3535;
    --background-transparent-primary: rgba(185, 136, 90, .2);
    --background-transparent-primary-dark: rgba(173, 127, 84, 1);
    --background-transparent-primary-font: rgba(173, 127, 84, 1);
    --background-transparent-fifth: rgba(229, 115, 115, .3);
    --background-transparent-fifth-dark: rgba(206, 81, 72, 1);
    --border: 1px solid #ced4da;
    --border-color: #CCC;
    --border-left: 1px solid #CCC;
    --border-radius: 3px;
    --box-shadow: 0 0 5px #CCC;
    --shadow: 0 0 10px #CCC;
    --fullwidth: 100%;
    --form-padding: .3em .7em;
    --index-wording-odd-background: #E9FDE8;
    --index-wording-odd-color: #559D4E;
    --index-wording-even-background: #C7ECFE;
    --index-wording-even-color: #51B7E8;
}

html {
    font-family: sans-serif;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-size: 14px;
    font-weight: 500;
    /* font-family: 'Nunito Sans', sans-serif;
  font-family: 'Noto Sans', sans-serif;
  font-family: 'Muli', sans-serif; */
    font-family: 'Montserrat', sans-serif;
    color: #000;
    background: #f6f6f6;
    line-height: 1.5;
}

b {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    letter-spacing: .6px;
}

h1 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 3px;
}

h2 {
    font-size: inherit;
    font-size: .6rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0;
}


/* Card or List title */

h3 {
    font-size: .6rem;
    margin-bottom: 3px;
}


/* Subtitle */

h4 {
    font-size: .6rem;
    margin-bottom: 5px;
    color: inherit;
}


/* Customise font */

h5 {}


/* Main data point */

h6 {
    font-size: .65rem;
    margin-bottom: 5px;
}

label {
    margin-bottom: 0;
    color: initial;
}

a {
    color: inherit;
}

p {
    color: #888;
}

strong {
    font-weight: 600;
}

ul {
    margin-bottom: 0;
}

ul li {
    display: inline-block;
}

form label {
    margin-top: 1em;
    margin-bottom: 7px;
}

form label:first-child {
    margin-top: 0;
}

.svg-primary {
    width: 17px;
    color: #888;
}

i.action,
.action {
    cursor: pointer;
}

/*.labeling-currency::before {
    content: 'RM ';
}*/

.dropdown {
    cursor: pointer;
}

.drop-down {
    left: 0 !important;
    transform: translate3d(0px, 50px, 0px) !important;
    border-radius: 3px;
}

.dropdown ul {
    padding: .3em .5em;
}

.dropdown li a {
    display: block;
}

.dropdown li a i {
    margin-right: 0.3125rem;
    font-size: 0.75rem;
    position: relative;
    top: 2px;
    color: #333;
}

.dropdown li a span {
    transition: all .2s;
}

.dropdown-menu {
    width: 12rem;
}

.dropdown-menu .dropdown-content-body ul li {
    display: block;
    margin-bottom: 0;
    padding: .5em 1em !important;
}

.dropup .dropdown-menu.show {
    width: 130px;
    top: -7px !important;
}

.li-action {
    display: inline-block;
    cursor: pointer;
}

.li-action .dropdown-menu {
    min-width: 8rem;
    border-radius: 3px;
}

.li-action .dropdown-menu .dropdown-item {
    width: initial;
    padding: 0.25rem 1rem;
    cursor: pointer;
    color: #000;
}

.dropdown-item {
    font-style: normal;
}

.display-group {
    padding: 1em 0;
    border-bottom: 1px solid #ccc;
}

.display-group:first-child {
    padding-top: 0;
}

.display-group:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.display-group label {
    font-weight: 600;
    color: initial;
}

.display-group p {
    margin-bottom: 0;
}

.login-info {
    margin-right: 0 !important;
}

.header-profile-pic {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    overflow: hidden;
}

.form-group {
    position: relative;
}

.form-group-display {
    margin-bottom: 8px;
}

.form-group .row label {
    margin-top: .4em;
}

.form-group.flex {
    display: flex;
}

.form-group.flex label {
    margin-top: .5em;
}

.form-group.flex .remove-right-padding,
.pr-0 {
    padding-right: 0;
}

.form-group label.required::before,
.form-group.flex label.required::before {
    content: '* ';
    position: relative;
    color: #888;
}

.form-group .col-md-1 {
    text-align: right;
}

.form-group .col-md-8 label {
    font-weight: 400 !important;
}

.form-control {
    height: 34px;
    min-height: initial;
    font-size: inherit;
    border-radius: 3px;
    padding: var(--form-padding);
    color: #000;
}

.form-control:focus {
    border-color: rgba(0, 0, 0, .35);
}

.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus,
.form-control:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s !important;
}

.select2-hidden-accessible,
.select2-container--default .select2-selection--multiple {
    border: var(--border) !important;
    border-radius: var(--border-radius) !important;
}

@media (max-width: 1600px) {
    .form-control {
        padding: .3em .7em;
    }
}

.in-display {
    border: none;
    background: transparent !important;
}


/* Radio Button */

.radio-block {
    display: inline-block;
    position: relative;
    margin-right: 1.3em;
    padding-left: 23px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-block input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */

.radio-block:hover input~.checkmark {
    background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.radio-block input:checked~.checkmark {
    background-color: var(--color-primary);
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.radio-block input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.radio-block .checkmark:after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 6px;
    height: 6px;
    margin: auto;
    border-radius: 50%;
    background: white;
}


/* End Radio Button */


/* Checkbox */

.checkbox-block {
    display: block;
    position: relative;
    padding-left: 23px;
    line-height: 1.3;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.checkbox-block input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkbox-block .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #ced4da;
    border-radius: 0;
}


/* On mouse-over, add a grey background color */

.checkbox-block:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.checkbox-block input:checked~.checkmark {
    background-color: var(--color-primary);
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkbox-block .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.checkbox-block input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.checkbox-block .checkmark:after {
    left: 0;
    right: 0;
    top: -2px;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

input[type=checkbox] {
    -webkit-appearance: checkbox;
}


/* End Checkbox */

.parsley-errors-list {
    margin-top: .5em;
    color: red;
}

.custom-parsley {
    display: none;
}

.round-corner {
    border-radius: var(--border-radius);
}

.circle {
    border-radius: 50%;
    border-style: solid;
    border-width: 0.2rem;
}

.border-primary {
    border-color: var(--color-primary) !important;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-right: 20px solid var(--color-fifth);
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid var(--color-primary);
}

.error-box {
    display: none;
    color: inherit;
    border: 1px solid var(--color-fifth);
    margin-bottom: 2.5em;
    padding: 1.5em;
    font-weight: 600;
    color: var(--color-fifth);
    box-shadow: 0 0 5px #BBB;
    border-radius: var(--border-radius);
    background: var(--color-red-2);
}

.error-message-box {
    display: none;
    border: 1px solid var(--background-transparent-fifth-dark);
    margin-bottom: 2.5em;
    padding: 1.5em;
    font-weight: 500;
    /* box-shadow: 0 0 5px #BBB; */
    border-radius: var(--border-radius);
    background: var(--background-transparent-fifth);
    color: var(--background-transparent-fifth-dark);
}

@media (min-width: 1200px) {
    .error-message-box {
        padding: 1.3em 1.5em;
    }
}

.in-with-icon {
    padding-left: calc(0.6rem + 40px);
}

.in-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: inherit;
    width: 45px;
    height: 100%;
    font-size: .5rem;
    font-weight: 600;
    background: #f6f6f6;
    border: 1px solid #ced4da;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #A39D80;
    //background: #A39D80;
    //color: #fff
}

.in-icon-group {
    position: relative;
}

.in-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ul-filter {
    margin-bottom: 0;
    /* same as h2*/
}

.ul-filter span {
    margin-left: .5em;
}

.ul-filter li {
    margin-left: .5em;
}

.sub-info {
    font-size: 15px;
}

.medium-profile {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    overflow: hidden;
}

.handle {
    width: 2%;
    cursor: all-scroll
}

.remarks {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0;
    color: #888;
    line-height: 2;
}

.remarks.without-asterisk::before {
    display: none;
}

.remarks::before {
    content: '* ';
}

.modal.notice .modal-body {
    background: var(--background-transparent-fifth);
    border: 1px solid var(--background-transparent-fifth-dark);
    border-radius: var(--border-radius);
}

.modal.notice .modal-body strong {
    color: var(--background-transparent-fifth-dark);
}

.modal.notice .modal-body p {
    color: var(--background-transparent-fifth-dark);
}

.modal.notice .modal-body .btn {
    margin: auto;
    border: 1px solid var(--background-transparent-fifth-dark);
    color: var(--background-transparent-fifth-dark);
}

.modal-body .remarks {
    color: #888;
}

.modal-body strong {
    font-weight: 600;
    color: var(--color-primary);
}

.modal-dialog-40 {
    max-width: initial !important;
    width: 40% !important;
}


/* Button */

.btn {
    position: relative;
    min-height: 25px;
    height: 34px;
    font-size: inherit;
    font-weight: inherit;
    margin-bottom: 0;
    padding: 8px 23px;
    border: none;
    border-radius: 3px;
    line-height: 1;
}

.btn i {
    margin-right: .5em;
}


/* button primary */

.btn-typea {
    min-width: 120px;
    background: var(--color-primary);
    color: #FFF
}

.btn-typea.cancel {
    text-decoration: underline;
    background: transparent;
}


/* button outside card */

.btn-typeb {
    font-size: inherit;
    margin-left: .7em;
    border: 1px solid var(--color-primary);
    background: #FFF;
    color: var(--color-primary) !important;
}

a.btn-typeb:hover {
    color: var(--color-primary)
}

.btn.disabled,
.btn:disabled {
    background: #DDD;
    color: #9c9c9c !important;
    border: none;
    opacity: 1;
}


/* button use in table */

.btn-typec {
    margin-left: .35em;
    margin-right: .35em;
}


/* button without box */

.btn-typed {
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    color: #A39D80;
}


/* add things button use in append*/

.btn-typef {
    height: auto;
    margin-top: 1em;
    padding: 0;
    background: none;
    color: var(--color-primary);
}

.btn-typef.line {
    box-shadow: none;
    background: transparent;
}

.btn-table-action {
    margin: 0 .5em 0 0;
    line-height: 1.3;
}

.delete {
    color: #EF6A59 !important;
}

.btn-typec i {
    font-size: .8rem;
    margin-right: .7em;
}

.col-20 {
    flex: 0 0 20%;
    max-width: 20%;
}


/* theme color */

.bg-primary {
    background: var(--color-primary) !important;
    color: #fff;
}

.color-primary {
    color: var(--color-primary);
}

.color-fifth {
    color: var(--color-fifth);
}

.btn.bg-primary:hover,
.btn.bg-primary:focus,
.btn.bg-primary:active {
    background: #A39D80 !important;
    color: #fff !important;
}


/* button white */

.bg-second {
    background: var(--color-second) !important;
    color: #A39D80 !important;
}

.bg-seven {
    background: var(--color-seven) !important;
    color: #FFF !important;
    /* box-shadow: 3px 3px 10px #e2d6d6; */
}


/* red color */

.bg-third {
    background: #ef4949;
    color: #FFF;
}

.bg-fifth {
    background: var(--color-fifth);
    color: #FFF;
}

.bg-six {
    background: var(--color-six);
    color: #FFF;
}


/* disabled color or span remarks */

.bg-four {
    background: #CCC;
    color: #FFF;
}

.btn-action {
    border: none;
    background: none;
    cursor: pointer;
}

.btn-action:focus {
    outline: none;
}

.btn-action i {
    font-size: .87rem;
    margin-left: .3rem;
    margin-right: .3rem;
}

.btn .form-control:hover {
    background: #A39D80 !important;
    background: #FFF !important;
}

.fa-edit {
    color: #78A36E;
}

.content-body {
    min-height: initial !important;
    margin-top: 6em;
    margin-bottom: 8em;
    margin-left: auto;
    margin-right: auto;
}

.title-panel {
    padding: .9em 2em .9em 2em;
    border-bottom: 1px solid #ccc;
}

.container {
    width: 100%;
    margin: auto;
}

.container-90 {
    width: 90%;
}

.container-85 {
    width: 85%;
}

@media (min-width: 1200px) {
    .container {
        max-width: initial;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 100%;
    }
}

.container-80 {
    width: 80%;
}

.container-75 {
    width: 75%;
}

.container-70 {
    width: 70%;
}

.container-60 {
    width: 60%;
}

.container-50 {
    width: 50%;
}

.container-large {
    width: 70%;
}

.container-medium {
    width: 50%;
    max-width: 800px;
}

.container-55 {
    width: 55%;
}

.container-45 {
    width: 45%;
}

.container-40 {
    width: 40%;
}

@media (max-width: 1600px) {
    .container.with-responsive {
        width: 100%;
    }
    .container.max-80 {
        width: 80%
    }
    .container.max-75 {
        width: 75%
    }
    .container.max-70 {
        width: 70%
    }
    .container.max-60 {
        width: 60%
    }
    .container.max-55 {
        width: 55%
    }
}

.container.with-float-panel {
    margin-bottom: 8em;
}

.content-panel {
    padding: 2em 2.5em;
}

@media (max-width: 1700px) {
    .content-panel {
        padding: 1.7em;
    }
}


/* .content-panel form{
  margin-top: 1em;
} */

.untitled-panel {
    padding-bottom: 1em;
}

.card {
    display: block;
    padding: 0;
    border-radius: var(--border-radius);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 30px;
    margin-left: auto;
    margin-right: auto;
}

.card.with-content {
    padding: 2em;
}

.card.with-content p {
    margin-bottom: 0;
}

.card-medium {
    width: 50%;
}

.card-75 {
    width: 75%
}

.card-70 {
    width: 70%
}

.card-65 {
    width: 65%
}

@media screen and (min-width: 1600px) {
    .card-medium {
        width: 45%;
    }
}

@media screen and (max-width: 1600px) {
    .card-75,
    .card-70,
    .card-65 {
        width: 100%
    }
}

.card-small {
    width: 40%;
}

.card-section-title {
    padding: 1.5em;
}

.card-pop {
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    height: 100vh;
    z-index: 999;
}

.card-data {
    padding: 1.5em;
}

.card-tab {
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.card-color {
    background: #A39D80;
}

.card-color h3,
.card-color h4,
.card-color h5,
.card-color h6,
.card-color label,
.card-color p {
    color: #fff;
}

.list-card {
    padding: 1em 1.5em;
}

.list-card .btn {
    padding: 3px 18px;
    margin-top: 0;
}

.tab-content {
    padding: 2em;
    /* same as card padding */
    /* background: #fff; */
}

.header-new {
    position: fixed;
    /* width: calc(100% - 3.2rem) !important; */
    width: 100% !important;
    height: 65px;
    margin-left: 0 !important;
    background: #FFF !important;
    box-shadow: 3px 0 10px #ccc;
    z-index: 9999;
}

.header-new ul li {
    display: inline-block;
    height: 100%;
    /* margin-left: .7em;
  margin-right: .7em; */
    vertical-align: middle;
}

.header-new ul li svg {
    width: 20px;
    stroke-width: 1.5;
}

.header-new li a:hover,
.header-new li span:hover,
.header-new li.nav-active{
    color: var(--color-primary);
}

.header-right .dropdown:last-child .dropdown-menu {
    left: initial !important;
}

.header-new .container-fluid {
    display: flex;
    height: 100%;
    align-items: center;
}

.mt-3,
.my-3 {
    margin-top: 3rem !important;
}

.header-left {
    float: none;
    display: flex;
    align-items: center;
    width: 7%;
    height: 100%;
    margin-left: initial;
}

@media (max-width: 1600px) {
    .header-left {
        width: 15%;
    }
}

.header-menu {
    width: 75%;
}

.header-menu li {
    margin-right: 1em
}

.header-right {
    display: flex;
    justify-content: flex-end;
    float: none;
    width: 15%;
    line-height: initial;
    margin-top: initial;
    height: initial;
}

.header-right .position-relative {
    width: 50px;
}

.header-right::after {
    clear: both;
}

.header-logo {
    width: 110px;
}

.header-menu .dropdown-menu {
    width: 280px;
}

.profile-pic-box {
    position: absolute;
    top: -.7em;
    left: 0;
    width: 38px;
    height: 38px;
    border-radius: 5px;
    overflow: hidden;
}

.adjust-menu {
    opacity: 0;
    width: 50px;
}

.nav-header {
    width: 10rem;
    height: 3.5rem;
}

.nav-control {
    display: none;
}

[data-nav-headerbg="color_1"] .nav-header {
    display: flex;
    display: none;
    align-items: center;
    justify-content: center;
    background: #78A36E;
}

.hamburger .toggle-icon {
    font-size: .9rem;
}

.header-left .input-group {
    display: flex;
    align-items: center;
    margin-top: 0;
}

.input-group-text {
    padding-right: .5rem !important;
}

.header-right .icons .user-img {
    top: 0;
}

.header-right .icons .user-img img {
    width: 50px;
    height: 50px;
    border: 0;
}

.header-right .icons .user-img .activity {
    display: none;
}

.nav-header .brand-logo a {
    padding: 0;
}


/* Side bar*/

[data-sibebarbg="color_1"] .nk-sidebar .metismenu {
    background: transparent;
}

.nk-sidebar .metismenu>li a>i {
    font-size: .85rem;
    padding: 0;
}

.nk-sidebar .metismenu>li.active>a {
    background: #fff;
}

.nk-sidebar {
    display: none;
    position: fixed;
    top: 0;
    width: 3.1rem;
    padding-top: 1.5em;
    background: #fff;
    text-align: center;
    box-shadow: -2px 0 10px #a99de7;
}

.nk-sidebar .logo {
    width: 75%;
    margin-bottom: 2em;
}

.nk-sidebar .metismenu a {
    padding-left: 0;
    padding-right: 0;
}


/* table */

.table thead th,
.table tbody td {
    padding: .85em 1em;
}

.table thead th {
    font-weight: 500;
}

.table tbody td {
    color: initial;
}

.table td,
.table th {
    border-color: #ccc;
}

.table-standard thead tr th {
    font-weight: 600;
}

.table-standard tbody tr:nth-child(odd) .index-wording {
    background: var(--index-wording-odd-background);
    color: var(--index-wording-odd-color);
}

.table-standard tbody tr:nth-child(even) .index-wording {
    background: var(--index-wording-even-background);
    color: var(--index-wording-even-color);
}

table.dataTable thead th,
table.dataTable thead td {
    color: inherit;
    font-weight: 500 !important;
    border-bottom: 1px solid #ddd !important;
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}

table.dataTable thead th,
table.dataTable thead td {
    font-weight: 600 !important;
}

table.dataTable tbody tr td:first-child {
    width: 3%;
}

table.dataTable thead th:nth-child(2) {
    width: 19% !important;
}

table.dataTable thead th:nth-child(3) {
    width: 15% !important;
}

table.dataTable tbody tr.void{
    background: rgba(206, 81, 72, .2);
}

table.dataTable.no-footer {
    width: 100% !important;
    margin-top: 4em;
    margin-bottom: 1em !important;
    border-bottom: 1px solid #ddd !important;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
    background-color: transparent !important;
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: transparent !important;
}

table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: transparent !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 1em 1.2em !important;
    vertical-align: top;
}

table.dataTable tbody td {
    /* height: 70px;
  vertical-align: top; */
    color: initial;
    /* border-bottom: 1px solid #DDD; */
}

table.dataTable tbody td .action {
    cursor: pointer;
}

table.dataTable tbody .li-action {
    width: 23px;
    height: 23px;
    margin-left: .3em;
    text-align: center;
}

table.dataTable tbody .dropdown>i {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
}

table.dataTable tbody .dropdown>svg {
    position: absolute;
    left: 0;
    right: 0;
}

table.dataTable tbody .dropdown a>svg {
    margin-top: -3px;
    margin-right: .5em;
}

.dataTables_length select {
    border: var(--border);
    border-radius: var(--border-radius);
    width: 80px;
    height: 33px;
    padding: 0 .5em;
    margin: 0 5px;
}

.dataTables_filter input {
    width: 250px;
    height: 33px;
    padding-left: .7em;
    padding-right: .7em;
    border: var(--border);
    border-radius: var(--border-radius);
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    background: transparent !important;
    border: 1px solid #C5C5C5;
}

.dataTable span.main {
    display: block;
}

.dataTable span.sub {
    display: block;
    color: #888;
}

.th-index {
    width: 3%;
    padding-right: 0;
}

.th-main {
    width: 25%;
}

.td-right {
    text-align: right;
}

.td-multiline span {
    display: block;
    color: initial;
    margin-bottom: 0px;
}

.td-multiline p {
    color: #76838f;
    margin-bottom: 0;
}

.td-subitem {
    display: block;
    width: 100%;
    margin-top: .3em;
    font-size: 10px;
    color: #76838f;
}

table.dataTable tbody td i {
    color: #76838f;
}

.index-wording {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-bottom: 0;
    font-size: .45rem;
    font-weight: 600;
    background: #F4F5FA;
    color: #A39D80;
    border-radius: 5px;
}

tbody .index-wording:nth-child(odd) {
    background: var(--index-wording-odd-background);
    color: var(--index-wording-odd-color);
}

table .even .index-wording {
    background: var(--index-wording-even-background);
    color: var(--index-wording-even-color);
}

.indicator {
    display: inline-block;
    padding: 1px .8em;
    border-radius: 3px;
    color: #FFF;
}


/* main color */

.indicator-primary {
    background: var(--color-primary);
}


/* red */

.indicator-fifth {
    background: var(--color-fifth);
}

.indicator-third {
    background: #FFAA0F;
}


/* yellow */

.indicator-second {
    background: var(--color-second);
}

.indicator.top {
    display: block;
    margin-bottom: 3px;
}

.indicator-status {
    border-radius: 3px;
    padding: 2px .8em;
}

.indicator-status.primary {
    background: var(--color-primary);
    color: #FFF;
}

.indicator-status.second {
    background: #C5C5C5;
    color: #FFF;
}

.indicator-status.third {
    background: #FFAA0F;
    color: #FFF;
}

.indicator-status.fifth {
    background: var(--color-fifth);
    color: #FFF;
}

.indicator-status.sixth {
    background: var(--color-fifth);
    color: #FFF;
}

.indicator-bullet {
    font-weight: 600;
}

.indicator-bullet::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: var(--color-primary);
    margin-left: .7em;
    border-radius: 50%;
}

.sp-main,
.sp-sub {
    display: block;
}

.sp-main.main-title {
    font-weight: 600;
    color: var(--color-primary);
}

.sp-user-status {
    padding: 3px 15px;
    border-radius: 3px;
}

.sp-sub {
    color: #888;
}


/* Tab */

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-link.active {
    border: none;
    background: #fff;
}

.nav-tabs .nav-link {
    margin-right: .5em;
    background: #A39D80;
    color: #fff;
}


/* End tab */


/* Summary Panel */

.summary-panel {
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    padding: 1.5em;
}

.summary-panel label {
    position: absolute;
    top: -2.35em;
    left: .5em;
    display: flex;
    align-items: center;
    background: #fff;
    color: #888;
    padding: 0 10px;
}

.summary-panel i {
    font-size: 18px;
    margin-right: .5em;
}

.summary-panel h3 {
    font-size: 19px;
    font-weight: 500;
}

.summary-panel .summary-unit {
    font-size: 14px;
}

.col-summary {
    display: flex;
    align-items: center;
    border-right: 1px solid #CCC;
    padding-left: 1.5em;
    padding-right: 1.5em;
    width: 16%;
    position: relative;
}

.col-summary img {
    width: 42px;
    float: left;
    margin-top: 5px;
    margin-right: 1em;
}

.statistic-wording {
    font-size: .25rem;
    margin-bottom: 0;
    color: #689F38;
}

.summary-panel .col-summary:last-child {
    border-right: none;
}

.col-summary-action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.col-summary-action .btn-typeb {
    margin-bottom: 0;
}


/* End Summary Panel*/

.bottom-float-panel {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 1.2em 3em;
    background: #FFF;
    border-top: 1px solid #CCC;
}

.bottom-float-panel .container {
    padding-left: 0;
    padding-right: 0;
}

.bottom-float-panel .btn-action-panel {
    text-align: right;
}

.bottom-float-panel .btn-action-panel .btn {
    margin: 0;
    margin-left: .5em;
}

.bottom-float-panel .row {
    align-items: center;
}

.bottom-float-panel * {
    margin-top: 0;
    margin-bottom: 0;
}

.bottom-float-panel label {
    margin-right: .5em;
}

.bottom-float-panel .amount-panel h6 {
    display: inline-block;
    margin-right: 1.5em;
}

.modal-manage .modal-content {
    padding: 0;
}

.modal-manage h2 {
    margin-bottom: 2em;
}

.modal-manage .close {
    position: absolute;
    right: .5em;
    font-size: initial;
    font-weight: 400;
    opacity: 1;
}

.modal-manage.modal-dialog .modal-content h2 {
    margin-bottom: 2em;
}

.modal-manage.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 35%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal-manage .modal-dialog .modal-content {}

.modal-manage.modal.right .modal-content {
    height: 100%;
    border-radius: 0;
    overflow-y: auto;
}

.modal.right .modal-header {
    padding-top: .9em;
    padding-bottom: .9em;
}

.modal.right .modal-body {
    padding: 1.5em;
}

.modal-body p {
    margin-bottom: 0;
    color: #000;
}

.modal-body {
    padding: 2em;
}

.modal-button-panel {
    display: flex;
    justify-content: flex-end;
    margin-top: 3em;
}

.modal-button-panel button {
    margin-left: .5em;
}


/*Right*/

.modal.right.fade .modal-dialog {
    right: -35%;
    -webkit-transition: opacity 0.2s linear, right 0.2s ease-out;
    -moz-transition: opacity 0.2s linear, right 0.2s ease-out;
    -o-transition: opacity 0.2s linear, right 0.2s ease-out;
    transition: opacity 0.2s linear, right 0.2s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}


/* Modal Box */

.modal-content {
    border: none;
    border-radius: 3px;
    position: relative;
    top: 40px;
}

.modal-dialog h2 {
    margin-bottom: 0;
}

.modal-header {
    padding: .5em 1rem;
    align-items: center;
}

.modal-header .close {
    font-size: 1.8rem;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.modal-content .btn-panel {
    display: flex;
    justify-content: flex-end;
    margin-top: 2em;
}

.modal-content .btn-panel .btn {
    margin-top: 0;
    margin-left: 1em;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 550px;
    }
}

.modal-right {
    padding-right: 0 !important;
}

.modal-right .modal-dialog {
    width: 20%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 0;
}

.modal-right .modal-content {
    height: 100vh;
    border-radius: 0;
}


/* End Modal Box */


/* Common */

.clear {
    clear: both;
}

.pull-left {
    float: left;
}

.float-right {
    float: right;
}

.text-right {
    text-align: right;
}

.text-uppercase {
    text-transform: uppercase;
}

.flex-center {
    display: flex;
    align-items: center;
}

.fit-img {
    width: 100%;
    /* height: 100%; */
    object-fit: contain;
    vertical-align: initial;
}

.seperator {
    width: 100%;
    height: 1px;
    background: #CCC;
}

.frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    vertical-align: initial;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

.line-through {
    text-decoration: line-through;
}

.underline {
    text-decoration: underline;
}

.vcenter {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.ellipsis {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    -webkit-line-clamp: 2;
}

.ellipsis-3 {
    -webkit-line-clamp: 3;
}

.unpad-right {
    padding-right: 0;
}

.hide {
    display: none;
}

.flex-box {
    display: flex;
    align-items: center;
}

svg.big {
    width: 37px;
    height: 37px;
    stroke-width: 1.5;
    color: var(--color-primary);
}

.tiny {
    font-size: 12px;
}


/* End Common*/


/* Pie */

.pie_progress__svg {
    overflow: initial !important;
}

.pie_progress__svg svg {
    overflow: initial !important;
}


/* End Pie*/


/* Select2 plugin */

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    height: 34px !important;
    padding: var(--form-padding);
    border: 1px solid #ced4da !important;
    border-radius: 3px !important;
    line-height: 1.5;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
    line-height: 1.85 !important;
}

.select2-results__option {
    width: 100%;
    padding: 0.3rem 0.6rem !important;
    color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 1.2em;
    padding-right: 1.2em;
    border-left: var(--border-left);
}

.select2-search--dropdown {
    padding: .6rem .6rem 0 .6rem !important;
}

.select2-dropdown {
    border: var(--border) !important;
    border-top: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 3px !important;
    border: 1px solid #ced4da !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: var(--border) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #F6F6F6 !important;
    border-radius: var(--border-radius) !important;
}


/* End Select2 Plugin */


/* Color */

.theme-red-bg {
    background: red;
    color: #FFF;
}

.theme-grey-bg {
    background: #f9c5c5;
    color: #FFF;
}

.theme-white-bg {
    background: #FFF !important;
    border: 1px solid #CCC !important;
    color: #000;
}

.theme-red-green {
    background: green;
    color: #FFF;
}


/* End Color */

.not-found-box {
    display: none;
    text-align: center;
}

.not-found-box img {
    width: 45px;
    margin-bottom: .5em;
}

.not-found-box p {
    margin-bottom: 0;
}

.info-summary {
    background: var(--color-primary) !important;
    color: #FFF !important;
    margin-bottom: .8em !important;
    border-radius: var(--border-radius);
    border-bottom: 1px solid #CCC;
    text-align: center;
}

.info-summary label {
    font-weight: 600;
    color: #FFF;
    padding: .5em 0 !important;
    /* margin-bottom: 5px; */
}

.content-panel .panel-section:nth-last-child(1) {
    border-bottom: 0 !important;
}

.panel-section {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #C5C5C5;
}

.panel-section h3 {
    margin-bottom: 1.5em;
}

.modal .panel-section:last-child {
    border-bottom: none;
}

.btn-dropdown-action {
    width: 34px;
    height: 34px;
    padding: 0;
}

.btn-dropdown-action i {
    margin-right: 0;
}

.btn-dropdown-action::after {
    display: none !important;
}

.dropdown-menu.show {
    border-radius: var(--border-radius);
    padding-top: 5px;
    padding-bottom: 5px;
}

.dropdown-menu li {
    width: 100%;
    cursor: pointer;
    padding: 10px 1em;
    color: initial;
}

.dropdown-menu li:hover {
    background: #F1F1F1;
}

.dropdown-menu li i {
    margin-right: .75em;
}

.ui-datepicker .ui-datepicker-header{
    background: #FFF;
}

.ui-datepicker {
    width: 24em !important;
}

.ui-datepicker td span,
.ui-datepicker td a {
    padding: 10px !important;
    background: var(--color-third) !important;
}

.ui-datepicker .ui-datepicker-title select{
    border: var(--border);
    border-radius: var(--border-radius);
    padding: 0 .5em;
    margin: 0 5px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    color: inherit !important;
}

.tooltip-inner {
    font-size: inherit;
    /* background-color: #00acd6 !important; */
    /*!important is not necessary if you place custom.css at the end of your css calls. For the purpose of this demo, it seems to be required in SO snippet*/
    color: #fff;
    border-radius: var(--border-radius);
}

.tooltip.top .tooltip-arrow {
    /* border-top-color: #00acd6; */
}

.tooltip.right .tooltip-arrow {
    /* border-right-color: #00acd6; */
}

.tooltip.bottom .tooltip-arrow {
    /* border-bottom-color: #00acd6; */
}

.tooltip.left .tooltip-arrow {
    /* border-left-color: #00acd6; */
}

.filter-panel {
    display: none;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    padding: 1em 1.5em 1.5em 1.5em;
    background: #F1F1F1;
    border: 1px solid #CCC;
    border-radius: var(--border-radius);
}

.filter-panel .col-btn-filter {
    float: right;
}

.filter-panel .checkbox-block .checkmark{
    background-color: #FFF;
    border: var(--border);
}

.filter-panel .checkbox-block{
    margin-top: 10px;
}

.filter-panel .col-md-2 label:first-child{
    font-weight: 600;
}

.filter-panel .dataTables_length select {
    width: fit-content;
    margin: 0;
    background: white;
}
.filter-panel .dataTables_length {
    margin: 0;
}


.btn-filter {
    line-height: 1.3;
}

.btn-filter svg, .btn-typeb svg {
    stroke-width: 2;
    width: 16px;
    height: auto;
    margin-top: -3px;
    margin-right: .5em;
}


/* Loading */

.loading {
    position: relative;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #FFF;
    margin-left: auto;
    margin-right: auto;
    color: var(--color-primary);
    animation: dotFlashing 1s infinite linear alternate;
    animation-delay: .5s;
}

.loading::before,
.loading::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
}

.loading::before {
    left: -10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #FFF;
    color: var(--color-primary);
    animation: dotFlashing 1s infinite alternate;
    animation-delay: 0s;
}

.loading::after {
    left: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #FFF;
    color: var(--color-primary);
    animation: dotFlashing 1s infinite alternate;
    animation-delay: 1s;
}

@keyframes dotFlashing {
    0% {
        background-color: var(--color-primary);
    }
    50%,
    100% {
        background-color: #FFF;
    }
}


/* End loading */

.dropzone {
    display: none !important;
    position: relative !important;
    align-items: center !important;
    justify-content: center !important;
    height: 250px !important;
    margin-top: 1.5em !important;
    border: 1px dashed #CCC !important;
    border-radius: var(--border-radius) !important;
    background: #F1F1F1 !important;
}

.dropzone.active {
    display: flex !important;
}

.dropzone-message {
    text-align: center;
}

.dropzone-message i {
    display: block;
    font-size: 46px;
    color: var(--color-primary);
    margin-bottom: 10px;
}

.dropzone label {
    margin-top: 0;
    margin-bottom: 0;
}

.dropzone button {
    margin-top: .5em;
}

.dz-default {
    display: none !important;
}


/* TERMS AND CONDITIONS */

.terms-conditions p:first-child {
    margin-top: 0;
}

.terms-conditions p {
    margin: 1em 0;
}

.terms-conditions li {
    margin-left: 1em;
    margin-bottom: 5px;
    padding-left: .3em;
    list-style: inherit;
}


/* END TERMS AND CONDITIONS */


/* TABLE ELEMENT */

.li-action svg {
    width: 17px;
    margin-left: auto;
    margin-right: auto;
    color: #888;
    stroke-width: 1.7;
}


/* END TABLE ELEMENT */


/* LIST */

.list {
    padding: 1em 0;
    border-bottom: 1px solid #CCC;
}

.list .li-action {
    margin-left: .8em;
}

.list .li-action svg {
    margin: 0;
}

.list p {
    margin: 0;
}

.list .indicator {
    /* display: block; */
    max-width: fit-content;
}

.btn-mark-default {
    font-weight: 500;
    padding: 3px 10px;
    border: var(--border);
    border-radius: var(--border-radius);
    background: #FFF;
}


/* END LIST */


/* MENU SETTINGS */

.menu-settings {
    padding: 1.5em;
}

.menu-settings ul {
    margin-bottom: 1em;
}

.menu-settings h2 {
    margin: 2em 0 1em 0;
}

.menu-settings h2:first-child {
    margin-top: 0;
}

.menu-settings li {
    display: block;
    padding: .8em 0;
    border-bottom: 1px solid var(--border-color);
}


/* END MENU SETTINGS */

.float-symbol {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: #F1F1F1;
    border: 1px solid var(--border-color);
}

.float-symbol.right {
    right: 15px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.right-input {
    margin-left: 20%;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.lbl-no-data {
    display: none;
    margin-bottom: 1em;
}

div *::-webkit-scrollbar {
    width: 7px !important;
}


/* Track */

div *::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
}


/* Handle */

div *::-webkit-scrollbar-thumb {
    background: #B3B3B3 !important;
    border-radius: 10px;
}


/* Handle on hover */

div *::-webkit-scrollbar-thumb:hover {
    background: #005584 !important;
}


/* Input type number spinner */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}


/* TOOLTIPS */

.tooltip-inner {
    /* width: 300px !important; */
    /* max-width: 230px !important; */
    background-color: #FFF !important;
    color: #000 !important;
    padding: 1em;
    border-top: 3px solid var(--color-primary);
    box-shadow: 0 0 5px #CCC;
    font-family: 'Montserrat', sans-serif;
    text-align: left !important;
    margin-bottom: 1em;
    opacity: 1;
}

.tooltip {
    position: relative;
    display: inline-block;
    opacity: 1 !important;
    /* background-color: #FFF !important; */
    /* background: #fff; */
    /* border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
    /**!*/
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    display: none;
    /* border-top-color: #FFF !important; */
    /* top: -1em !important; */
}


/* Tooltip text */


/* .tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #FFF;
  background: #FFF !important;
  color: #000 !important;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
} */


/* Show the tooltip text when you mouse over the tooltip container */


/* .tooltip:hover .tooltiptext {
  visibility: visible;
} */

.message-box {
    margin-bottom: 1em;
    padding: 1.5em;
    border-radius: var(--border-radius);
}

.green-box {
    background: var(--background-transparent-primary);
    color: var(--background-transparent-primary-font);
}

.red-box {
    background: var(--background-transparent-fifth);
    color: var(--background-transparent-fifth-dark);
}

.standard-feather {
    width: 18px;
    height: 18px;
    stroke-width: 1.5;
}


/* .img-container img {
  width: 100%;
}

#image{
  max-width: 100%;
  max-width: 100%;
  object-fit: cover;
} */

img {
    display: block;
    /* This rule is very important, please don't ignore this */
    max-width: 100%;
}

.rp-0 {
    padding-right: 0;
}

.pointer {
    cursor: pointer;
}


/* Modal Display Template */

#modalShowAllTemplates .modal-dialog {
    max-width: 85%;
}

#modalShowAllTemplates h3 {
    margin-bottom: 2em;
}

#modalShowAllTemplates .modal-dialog .col-md-4 {
    padding-bottom: 2.5em;
}

#modalShowAllTemplates .col-md-4:first-child,
#modalShowAllTemplates .col-md-4:nth-child(2),
#modalShowAllTemplates .col-md-4:nth-child(4),
#modalShowAllTemplates .col-md-4:nth-child(5) {
    border-right: 1px solid var(--border-color);
}

.template-row-box {
    display: flex;
    align-items: center;
    margin-bottom: .8em;
}

.template-row-box label {
    width: 70px;
    height: 25px;
    background: var(--background-transparent-primary);
    color: var(--background-transparent-primary-dark);
    text-align: center;
    margin-right: .8em;
    border-radius: var(--border-radius);
    line-height: 1.8;
}

.lbl-upload{
    margin-bottom: 0;
    line-height: 2.1;
}

.li-change {
    position: relative;
    float: right;
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    border-radius: var(--border-radius);
    margin-left: .5em;
    color: #FFF;
    padding: 3px 1em;
    cursor: pointer !important;
}

.edit-upload{
    position: absolute;
    width: 90px;
    cursor: pointer;
    opacity: 0;
}

.informative-filter-panel{
    float: right;
}

.informative-filter-panel .informative-indicator{
    margin-right: .5em;
}

.informative-indicator{
    position: relative;
}

.informative-indicator::before{
    content: '';
    position: absolute;
    top: 3px;
    left: -1.5em;
    width: 14px;
    height: 14px;
    background: rgba(206, 81, 72, .2);
    border-radius: 50%;

}

.vertical-center {
    margin: 0;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.list-link {
    padding: 0.6rem;
    margin: 0px;
    display: block;
    width: 100%;
    height: 100%;
}

.badge-branding-outline {
    border: 0.1rem solid var(--color-primary);
    color: var(--color-primary);
}


.badge-red-outline {
    border: 0.1rem solid var(--color-fifth);
    color: var(--color-fifth);
}

.border-red {
    border-color: var(--color-fifth) !important;
}

.bg-primary {
    background-color: var(--color-primary);
    color: #FFF
}

.file-input-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    cursor: pointer !important;
    opacity: 0;
}
