body {
    font-family: 'Poppins' !important;
}

.mw100 {
    max-width: 100%;
}

.my-5 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.frame {
    height: 100%; /* Can be anything */
    width: 100%; /* Can be anything */
    position: relative;
    margin-top: 0rem !important;
}

.frame img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@media only screen and (max-width: 767px) {
    .sign {
        background: none;
    }
    .mw100 {
        margin-bottom: 20px !important;
    }
    .frame {
        margin-top: 0 !important;
    }
    .my-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
}

@media only screen and (max-width: 87.5rem) {
    .dlabnav {
        /* width: 23rem; */
    }
    .nav-header {
        width: 5rem;
    }
}

@media only screen and (max-width: 47.9375rem) {
    [data-sidebar-style="overlay"] .dlabnav .metismenu > li > a {
        font-size: 1.2rem;
    }
}

.logo-abbr {
    max-width: 20px;
}

.header .header-content:after {
    background: none;
}

[data-sidebar-style="full"][data-layout="vertical"] .dlabnav .metismenu > li > a {
    font-size: .9rem;
}

.img-fluid {
    max-width: 150px;
}

#badgePreview {
    border: 1px solid #dbdbdb;
    border-radius: 5px;
}

#badgePreview img{
    border-radius: 3px;
}

[data-sidebar-position="fixed"][data-layout="vertical"] .nav-header {
    border-top-right-radius: 0;
}

[data-layout="vertical"] .dlabnav {
    border-bottom-right-radius: 0;
}

.dlabnav .metismenu > li > a {
    color: #162449;
}

.dlabnav .metismenu > li > a i {
    color: #162449;
}

.dlabnav .metismenu > li > a:hover {
    background-color: #162449;
    color: #FCB628;
}

.dlabnav .metismenu > li.mm-active > a {
    background-color: #162449;
    color: #FCB628;
}

[data-sidebar-style="full"][data-layout="vertical"] .dlabnav .metismenu > li.mm-active > a i {
    color: #FCB628;
}

.dlabnav .metismenu > li > a:hover i {
    color: #FCB628;
}

.dropdown-menu .dropdown-item {
    color: #162449;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #162449;
}
.dropdown-menu .dropdown-item:hover span{
    color: #FCB628 !important;
}

.btn-ds {
    background-color: #162449;
    color: #FCB628;
    border-color: #162449;
}

.btn-ds:hover {
    color: #FCB628;
}

.page-titles .breadcrumb li.active a {
    color: #f19d1b;
}

.page-titles .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    color: #f19d1b;
}

.header-profile img {
    border: 3px solid #FCB628;
}

.bg-primary {
    background-color: #f19d1b !important;
}

.content-body {
    padding-right: 0;
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu > li.mm-active > a {
    background-color: #162449;
    color: #f19d1b;
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu > li.mm-active > a i {
    color: #f19d1b;
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu > li > a:hover {
    background-color: #162449;
    color: #f19d1b;
}

@media only screen and (max-width: 87.5rem) {
    .nav-header {
        width: 5rem;
    }
    .dlabnav {
        /* width: 23rem; */
    }
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .nav-header .nav-control .hamburger .line {
    background-color: #f19d1b;
}

input[type="text"]::-webkit-input-placeholder {
    color: #ddd;
  }

.circle-btn {
    position: relative;
    top: 0;
    float: right;
    background-color: #f19d1b;
    padding: 5px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}

.circle-btn a {
    color: #fff;
}

.bolder {
    font-weight: bold;
}

/*********** TREE TABLE **************/
.tree-table-wrap {
    width: 100%;
  }
  
  .tree-table {
    border: 1px solid #f1f1f1;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
  }
  .tree-table th {
    color: #333;
    text-align: center;
    padding: 10px 0;
    background: #fafafa;
    font-size: 13px;
    border: 1px solid #f1f1f1;
  }
  .tree-table td {
    border: 1px solid #f1f1f1;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .tree-table tr td:first-child {
    overflow: initial;
  }
  .tree-table-space-block {
    border: 1px solid transparent;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 21px;
    text-align: center;
    vertical-align: top;
    font-size: 19px;
    position: relative;
    box-sizing: border-box;
    margin-top: 7px;
    border-radius: 50%;
  }
  .tree-table tr td .tree-table-space-block:first-child {
    margin-left: 7px;
  }
  .tree-table-space-block.btn-toggle {
    border: 1px solid #d9d9d9;
    position: relative;
    cursor: pointer;
    width: 22px;
    height: 22px;
    z-index: 10;
  }
  .tree-table-space-block.btn-toggle.is-close {
    background: #f1f1f1;
    border: 1px solid transparent;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .tree-table-space-block:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 36px;
    background: #d9d9d9;
    left: 50%;
    top: -27px;
    z-index: -1;
  }
  
  .tree-table-space-block i {
    display: block;
    width: 3px;
    height: 3px;
    margin-left: 8px;
    margin-top: 7px;
    background: #d9d9d9;
    border-radius: 50%;
  }
  
  .tree-table-space-block.btn-toggle:before {
    display: none;
  }
  .tree-table-space-block.last-block:before {
    display: none;
  }
  
  .tree-table-space-block.last-block:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    background: #d9d9d9;
    top: 50%;
    margin-top: -1px;
    left: -10px;
  }
  .tree-table-space-block.btn-toggle:after {
    display: none;
  }
  .tree-table tr td .tree-table-space-block:first-child:after {
    display: none;
  }
  
  .tree-table-td-content {
    display: inline-block;
    padding: 7px;
  }
  
  .hidden {
    display: none;
  }
  .show {
    visibility: visible;
  }
/*********** TREE TABLE **************/

.header {
    background: #fff;
    box-shadow: 0px .5px 5px rgb(3 18 26 / 15%)
}

.header.is-fixed {
    backdrop-filter: none;
    background: #fff;
}

.form-control:disabled, .form-control[readonly] {
    background: #e9ecef !important;
}

[data-sidebar-style="overlay"] .dlabnav .metismenu > li > a {
    color: #162449;
}

[data-sidebar-style="overlay"] .dlabnav .metismenu > li > a {
    font-size: 1rem;
}

.nice-select .list {
    background-color: #fff;
    border: .5px solid #999;
    box-shadow: rgb(100 100 111 / 20%) 0rem 0.4375rem 1.8125rem 0rem;
}

.nice-select .list {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 0 1px rgb(68 68 68 / 11%);
    box-sizing: border-box;
    margin-top: 1px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

/* For summernote override unordered and order list */
.note-editable ul{
    list-style: disc !important;
    list-style-position: inside !important;
}

.note-editable ol {
    list-style: decimal !important;
    list-style-position: inside !important;
}

.note-editable ul li{
    list-style: disc !important;
    list-style-position: inside !important;
}

.note-editable ol li{
    list-style: decimal !important;
    list-style-position: inside !important;
}

.text-comment-count {
    font-weight: normal;
    font-size: 14px;
    text-decoration: underline;
}
.text-comment-count:hover {
    text-decoration: underline !important;
}

.input-group-reply {
    background: #dbd8d8;
    padding: 7px;
    padding-bottom: 0;
    margin-bottom: 6px;
    border-radius: 7px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #dbdbdb !important;
    border-radius: 10px !important;
}

.select2-container .select2-selection--single {
    height: 52px !important; 
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 50px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 15px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -15px;
    margin-top: 8px;
}

.select2-container--open .select2-dropdown--below {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}