.m-b-5 {
  margin-bottom: 5px;
}

.table-responsive {
  width: 98% !important;
  margin: auto;
}

body {
  font-family: -apple-system,BlinkMacSystemFont,Roboto,"Noto Sans","Segoe UI","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 12px;
}

.breadcrumb li a {
  color: #424242;
}

  .breadcrumb li a:hover {
    color: #9D6E57;
  }

h1, h2, h3, h4, h5, h6, p, a, span {
  color: #424242;
}

  a:hover {
    color: #9D6E57;
    text-decoration: none;
  }

.cl1 {
  color: #9D6E57;
}

.cl2 {
  color: #EAD4AC;
}

.cl3 {
  color: #D49866;
}

.cl4 {
  color: #636051;
}

.cl-card {
  color: #FFF4E0;
}

.dark1 {
  color: #3A3B3F;
}

.dark2 {
  color: #585768;
}

.dark3 {
  color: #66788A;
}

.blue {
  color: #286AA1;
}

.bg1 {
  background: #9D6E57;
}

.bg2 {
  background: #EAD4AC;
}

.bg3 {
  background: #D49866;
}

.bg4 {
  background: #636051;
}

.bg-dark1 {
  background: #3A3B3F;
}

.bg-dark2 {
  background: #585768;
}

.bg-dark3 {
  background: #66788A;
}

.bg-blue {
  background: #286AA1;
}

.bg-card {
  background: #FFF4E0;
}

.boder-card {
  border-color: #D6BB8C;
}

.hov-white:hover {
  color: #fff;
}

.btn-dismis {
  font-size: 24px !important;
  margin-top: -3px;
  opacity: 0.9;
  font-weight: 400;
}
.icon-clear-input {
  position: absolute;
  top: 8px;
  right: 12px;
  cursor: pointer;
}
/* -------------------------Ratio------------------------- */
.text-bold{
  font-weight: 600;
}
.text-line {
  border-bottom: 1px solid #000000;
}
.box-cash p {
  margin: 0;
  width: calc(100%/3);
  display: inline-block;
}
.image-box {
  position: relative;
  overflow: hidden;
}

  .image-box::before {
    content: "";
    display: block;
    padding-top: 100%; /* initial ratio of 1:1*/
  }

  .image-box .image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-size: cover;
    background-position: center;
  }

  .image-box.ratio-1-1::before {
    padding-top: 100%;
  }

  .image-box.ratio-2-1::before {
    padding-top: 50%;
  }

  .image-box.ratio-1-2::before {
    padding-top: 200%;
  }

  .image-box.ratio-3-4:before {
    padding-top: 150%;
  }

  .image-box.ratio-4-3:before {
    padding-top: 75%;
  }

  .image-box.ratio-5-3:before {
    padding-top: 60%;
  }

  .image-box.ratio-16-9:before {
    padding-top: 56.25%;
  }
.pointer{
  cursor: pointer!important;
}
.image-box-sm {
  width: 64px;
}
.padding-3{
  padding: 3px!important;
}
/* -------------------------Close ratio------------------------- */
/* -------------------------Cut Text---------------------------- */
.text-1line {
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-2line {
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-3line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* ------------------------Close Cut Text----------------------- */
.bg-summary {
  background-color: #EAD4AC!important;
}
.bg-summary-success {
  background-color: #73ecd1 !important;
}
.mm-collapse.mm-show{
  height: unset!important;
}

.bg-white{
  background-color: #ffffff!important;
}

.app-theme-white.app-container {
  background: #EAD4AC;
}

  .app-theme-white.app-container.bg-page-table {
    background: #FFF4E0;
  }

  .app-theme-white.app-container.bg-dashboard {
    /*background: url('../images/bg-dashboard.svg') no-repeat top right #EAD4AC;*/
    background-size: 50%;
  }

.app-header .app-header__content .header-menu .nav-link {
  color: #585768;
}

.app-theme-white .app-footer .app-footer__inner, .app-theme-white .app-header {
  background: #F6E8CC;
}

.logo {
  max-width: 160px;
  max-height: 40px;
}

.closed-sidebar .logo {
  display: none;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background-color: #66788A;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: #66788A;
}

.app-header .app-header__content .header-menu .nav-link i {
  color: #585768;
}

.dropdown-menu .dropdown-item {
  font-size: 13px;
}

.dropdown-item:hover, .dropdown-item:focus {
  background-color: #fff5e4;
}

.dropdown-item:active {
  background-color: #9D6E57;
}

.app-theme-white .app-sidebar {
  background: #9d6e57;
}

.vertical-nav-menu ul {
  padding: 0 0 0 2rem;
  margin-bottom: 1.2rem;
}

.vertical-nav-menu > li {
  border-bottom: 1px solid #8A5A43;
}

  .vertical-nav-menu > li:last-child {
    border-bottom: 0;
  }

.vertical-nav-menu li a {
  line-height: 3.4rem;
  height: 3.4rem;
  padding: 0 1.5rem 0 45px;
  color: #EAD4AC;
  margin: .1rem 0;
  border-radius: 0;
}

.vertical-nav-menu i.metismenu-state-icon, .vertical-nav-menu i.metismenu-icon {
  opacity: 1;
}

.vertical-nav-menu li a:hover {
  background: transparent;
  color: #fff;
}

.vertical-nav-menu li a.mm-active {
  color: #fff;
  background: transparent;
}

.vertical-nav-menu ul > li > a {
  color: #EAD4AC;
  padding: 0 .7rem;
}

.vertical-nav-menu ul:before {
  width: 1px;
  background: #8A5A43;
}

.vertical-nav-menu ul > li > a:hover {
  color: #fff;
}

.vertical-nav-menu ul > li > a.mm-active:before {
  content: "";
  width: 18px;
  height: 1px;
  background: #8A5A43;
  position: absolute;
  left: -12px;
  top: 16px;
}

.vertical-nav-menu ul > li > a.mm-active, .vertical-nav-menu li.mm-active > a {
  color: #fff;
  background: transparent;
  font-weight: bold;
}

.vertical-nav-menu i.metismenu-state-icon, .vertical-nav-menu i.metismenu-icon {
  font-size: 1.1rem;
}

.form-control {
  background: transparent;
  border: 1px solid #D8C29A;
}

  .form-control:focus {
    color: #495057;
    outline: 0;
    box-shadow: 0 0 0 1px #EAD4AC;
    border-color: #9D6E57;
  }

.card {
  border-radius: 6px;
  background: #FFF4E0;
  border: 1px solid #D6BB8C;
}
.card-header, .card-title {
  color: #3A3B3F;
}
.widget-content .widget-content-left .widget-heading {
  margin-right: 15px;
  max-width: 180px;
}

.card-header {
  background: transparent;
  height: 1.5rem;
}
.card-header-tab{
  height: 2.5rem;
}
  .widget-content .widget-content-wrapper{
    font-size: 13px;
  }
  .widget-content .widget-numbers{
    font-size: 16px!important;
  }
.card-header > .nav .nav-link.active, .card-header > .nav .nav-link:hover {
  color: #9d6e57;
}
    .card-header > .nav .nav-link.active::before {
      background: #9b6c56;
    }
    .card-header.card-header-tab .nav {
      width: auto;
      margin-left: 0;
      margin-right: auto;
      left: 0;
    }
body .ui-multiselect .ui-multiselect-label{
  max-height: 27px;
}
.card-footer {
  background: transparent;
}

.only-text-card {
  box-shadow: none;
  border: 0;
  border-right: 1px solid #9D6E57;
  border-bottom: 1px solid #9D6E57;
}

.right-tkct a.col-6 {
  padding: 0;
}

.left-tkct {
  padding: 40px;
  border: 1px solid #9D6E57;
}

.card-ctct {
  width: 174px;
  height: 174px;
  background: #9D6E57;
  border-radius: 50%;
}

  .card-ctct .card-body {
    padding-top: 60px;
  }



.sd-title {
  border-left: 4px solid #9D6E57;
  height: 2.5rem;
}

.box-news-right {
  border-radius: 0 6px 6px 0;
}

.modal-dialog {
  background: #F6E8CC;
}

.border-cl01 {
  border-color: #8A5A43 !important;
}

.box-tk-ct {
  height: 100%;
}

.h-100 {
  height: 100% !important;
}

.table-hover tbody tr:hover {
  background-color: #fff;
}

.sd-label {
  margin-bottom: 0;
  font-weight: normal;
  text-transform: none;
  padding: 2px 4px;
  font-size: 11px;
  z-index: 10;
}

.card-header-title{
  width:100%;
  text-align:center;
}

.table-header {
  height: 4rem;
}

.select2-container {
  width: 100% !important;
}

  .select2-container .select2-selection--single {
    height: 31px;
    background: transparent;
  }

.select2-container--default .select2-selection--single {
  border: 1px solid #D8C29A;
  border-radius: .2rem;
}

.money-number {
  font-size: 0.7rem;
}

h6, .h6 {
  font-size: 0.9rem;
}

.pagination li a {
  border: 0;
  color: #585768;
  background: transparent;
}

  .pagination li a:hover {
    color: #9d6e57;
    border-radius: 4px;
  }

.page-item.active .page-link, .pagination .active.page-number .page-link {
  background-color: #9d6e57;
  border-color: #9d6e57;
  border-radius: 4px;
}

.header-menu li.open .dropdown-menu, .widget-content-left .open .dropdown-menu {
  display: block;
}

#chart {
  margin: 0px auto;
  width: 100%;
}

.dropdown-menu {
  padding: 0;
  border: 0;
  font-size: .8rem;
}

.custom-dropdown {
  top: 15px !important;
}

.custom-create-drop{
  min-width: 320px;
}

.ct-dropdown-menu {
  min-width: 450px;
  border: 0;
  top: 15px !important;
}

.tt-dropmenu {
  background: #F6FAFF;
  padding: 14px;
}

.tb-dropdown-menu {
  min-width: 300px;
  border: 0;
  top: 15px !important;
}

  .tb-dropdown-menu .tt-dropmenu {
    background: #FFF4E9;
  }

.fixed-box-dropdown {
  max-height: 60vh;
  overflow-y: auto;
}

.modal {
  padding-right: 0 !important;
}

.right-modal .modal-dialog {
  margin: 0;
  float: right;
}

.right-modal .modal-content {
  border: 0;
  border-radius: 0;
  height: 100vh;
  width: 360px;
}

.right-modal .modal-body {
  overflow-y: auto;
  background: #f1f6ff;
  padding: 10px;
}

.right-modal .row {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.arrow-left::before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid white;
}

.icon-circle {
  width: 26px;
  height: 26px;
  padding: 0;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
}

.icon-circle-lg {
  width: 36px;
  height: 36px;
  line-height: 36px;
}

.badge-tb {
  position: absolute;
  top: -8px;
  left: 12px;
}

.closed-sidebar .app-sidebar .app-sidebar__inner ul.mm-show {
  display: none;
}

.closed-sidebar .scrollbar-sidebar:hover ul.mm-show {
  display: block;
}

.breadcrumb {
  background: transparent;
  padding: 0;
  margin-top: -15px;
}

.table-btn-addnew {
  height: 4rem;
  width: 4rem;
}

.table th, .table td {
  border-top: 1px solid #D9CAB0;
}

.table th {
  border-top: 0;
}

.table thead th {
  border-bottom: 1px solid #D9CAB0;
}

.table-footer {
  background: #F6E8CE;
  border-radius: 0 0 6px 6px;
}

.table-header {
  background: #fff0d4;
  border-radius: 6px;
  border: 1px solid #fde4d7;
  border-left: none;
}

.badge-small {
  padding: 4px 6px;
  font-size: 10px;
}

.list-group-item {
  background: transparent;
  color: #424242;
  padding: .75rem 1.25rem .30rem!important;
}

  .list-group-item:hover {
    color: #9D6E57;
  }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 1px solid rgba(0,0,0,0.125);
}

.dropdown-menu {
  background: #fff9ee;
}

.form-inline {
  flex-flow: row;
}
.card-total {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
  .card-total h5 {
    margin: 10px 0 !important;
    font-size: 13px;
    max-width: 240px;
    padding: 5px;
    border-left: 3px solid #9D6E57;
  }

.card-footer h5 {
  margin: 0 !important;
  font-size: 13px;
}

  .card-footer h5 button {
    float: left;
  }

.app-footer {
  padding: 0 30px;
}

.app-footer__inner {
  border-top: 1px solid #D8C29A;
}

.card.mb-3 {
  margin-bottom: 15px !important;
}

body .ui-tabview.ui-tabview-top .ui-tabview-nav li.ui-state-active a span,
body .ui-tabview.ui-tabview-top .ui-tabview-nav li.ui-state-active:hover a span{
  color: #ffffff;
}
body .ui-tabview .ui-tabview-panels{
  padding: 0!important;
}

.txt-codelicense {
  color: #9d6e57;
  font-weight: 400;
  font-size: 14px;
  float: right;
}
.app-main .app-main__inner {
  padding: 15px 15px 0;
}
.box-license {
  width: calc(100% - 300px);
  flex: 0 0 calc(100% - 300px);
}
.ant-select-tree {
  max-height: 400px;
}
.ant-select-open .ant-select-selection, .ant-select-selection--multiple {
  padding-bottom: 0 !important;
  min-height: 30px !important;
  max-height: 30px !important;
  overflow: auto;
  border-color: #d8c29a !important;
}
.ant-select-selection__rendered {
  line-height: 28px!important;
}
.ant-select-focused .ant-select-selection, .ant-select-selection:active, .ant-select-selection:focus{
  box-shadow:none!important;
}
.select-overflow {
  max-height: 28px;
  max-width: 210px;
}
  .select-overflow > .ng-select-container{
    max-height: 28px;
    overflow-y: auto!important;
  }
    .select-overflow > .ng-select-container > .ng-value-container {
      max-height: 28px;
    }
      .select-overflow > .ng-select-container > .ng-value-container > .ng-placeholder {
        top: 3px;
      }
      .bg-notify {
        width: 300px;
        max-width: 300px;
        height: 100vh;
        overflow-y: auto;
        position: fixed;
        right: 0px;
        top: 0px;
        background: #FDEED3;
        padding: 90px 15px;
        border-left: 1px solid #D8C29A;
      }
body .ui-multiselect {
  border-color: #d8c29a!important;
}
.ng-dropdown-panel .ng-dropdown-panel-items{
  max-height:300px!important;
}

.box-highlight{
  background: #d1f7ff;
}


.ng-placeholder,
::placeholder {
  font-size: 11px;
  color: #aaa!important;
}

.box-notify {
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 8px;
  min-height: 280px;
  cursor: pointer;
  min-height: 210px;
}
  .box-notify:hover {
    background: #FFF4E0;
    box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.15);
    transition: all 0.2s;
  }
  .box-notify > .text {
    padding-right: 80px;
    display: inline-block;
    float: left;
    max-width: 230px;
  }
    .box-notify > .text > h5 {
      color: #9D6E57;
      text-transform: uppercase;
      margin-bottom: 15px;
    }
    .box-notify > .text > i {
      color: #FFFFFF;
      font-size: 46px;
      padding: 10px 32px;
      background: #9D6E57;
      box-shadow: 0px 15px 21px rgba(0, 0, 0, 0.16);
      border-radius: 6px;
      float: left;
      font-weight: 600;
      font-style: normal;
    }
  .box-notify > .img {
    width: 130px;
    position: absolute;
    right: 15px;
    margin-top: 30px;
  }
  .box-notify > .img > img {
    width: 100%;
  }

.right-ct-dashboard {
  width: 300px;
  height: 100vh;
  overflow-y: auto;
  position: fixed;
  right: 0px;
  top: 0px;
  background: #FDEED3;
  padding: 90px 15px;
  border-left: 1px solid #D8C29A;
}

  .right-ct-dashboard .card {
    background: transparent;
    box-shadow: none;
  }

    .right-ct-dashboard .card:hover {
      background: #FFF4E0;
      box-shadow: 0px 1rem .5rem rgba(4,9,20,0.03);
    }
body .ui-helper-reset{
  margin-bottom: 15px;
}
body .ui-accordion .ui-accordion-header{
  margin-bottom: 0!important;
}
  body .ui-accordion .ui-accordion-header a {
    background: #fff0d4 !important;
    font-weight: 500 !important;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1) !important;
    border-radius: 4px !important;
    border: none !important;
    font-style: italic;
  }

  body .ui-accordion .ui-accordion-header:not(.ui-state-disabled).ui-state-active a,
  body .ui-accordion .ui-accordion-header:not(.ui-state-disabled).ui-state-active:hover a {
    background-color: #fff0d4 !important;
    color: #585768 !important;
  }
  body .ui-accordion .ui-accordion-header:not(.ui-state-disabled).ui-state-active a .ui-accordion-toggle-icon {
    color: #585768 !important;
  }
body .ui-accordion .ui-accordion-content {
  background-color: #fff0d4 !important;
  border: none !important;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}
.ui-accordion-content-wrapper{
  margin-bottom:5px!important;
}
.ui-accordion .ui-accordion-header{
  padding: 0!important;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove svg {
  margin-top: -6px;
}
.ct-dashboard {
  width: calc(100% - 300px);
}

.box-object {
  min-height: 34px;
  border-bottom: 1px solid #d9cab0;
  float: left;
  width: 100%;
  height: 100%;
  padding: 10px 0 3px 0;
}
  .box-object i {
    font-size: 12px;
    position: absolute;
    left: 15px;
  }
  .box-object h5 {
    font-weight: 400 !important;
    font-size: 13px !important;
    float: left;
    width: 100%;
    padding-left: 100px;
    margin: 0;
  }

  .number-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 64px;
    height: 64px;
    font-size: 36px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 15px;
    left: 15px;
    border: 2px solid #8A5A43;
  }
  .chat-box-wrapper {
    display: flex;
    clear: both;
    padding: .3rem 0
  }

  .chat-box-wrapper+.chat-box-wrapper {
    padding-top: 0
  }

  .chat-box-wrapper .chat-box {
    box-shadow: 0 0 0 transparent;
    position: relative;
    opacity: 1;
    background: #e0f3ff;
    border: 0;
    padding: .35rem 1.5rem;
    border-radius: 30px;
    border-top-left-radius: .25rem;
    flex: 1;
    display: flex;
    max-width: 50%;
    min-width: 100%;
    text-align: left; 
  }

  .chat-box-wrapper .chat-box+small {
    text-align: left;
    padding: .25rem 0 0;
    margin-left: 1.5rem;
    display: block
  }

  .chat-box-wrapper.chat-box-wrapper-right {
    text-align: right;
    float: right;
  }

  .chat-box-wrapper.chat-box-wrapper-right .chat-box {
    border-radius: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: .25rem;
    margin-left: auto;
    white-space: break-spaces;
  }

  .chat-box-wrapper.chat-box-wrapper-right .chat-box+small {
    text-align: right;
    margin-right: 1.5rem;
    margin-left: 0
  }

  .chat-box-wrapper .avatar-icon img{
    width: 40px;
    max-height: 40px;
    border-radius: 5px;
  }
  .set-password i{
    font-size: 10px;
  }
  .input-password{
    display: flex;
  }
  .input-password .form-control{    
    margin-right: 5px;
    text-align: center;
  }
  .input-password .form-control:last-child{
    margin-right: 0;
  }

    @media (min-width: 993px) {
    }

@media (min-width: 1200px) {
  .right-ct-dashboard {
    width: 250px;
  }

  .ct-dashboard {
    width: calc(100% - 250px);
  }

  .number-item {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
  .content-tk-ct .card-title {
    font-size: .5rem;
  }

  .card-body a {
    font-size: 13px;
  }

  .image-box-sm {
    width: 50px;
  }

  .rounded-circle{
    height: 40px;
    width: 40px;
    object-fit: cover;
  }

  .box-addNew-ct {
    padding-left: 10px;
    padding-right: 10px;
  }

    .box-addNew-ct img {
      max-width: 44px;
    }

    .box-addNew-ct .col-lg {
      padding-left: 5px;
      padding-right: 5px;
    }

  .left-tkct {
    padding: 20px;
    border: 1px solid #9D6E57;
  }

  .card-ctct {
    width: 110px;
    height: 110px;
    background: #9D6E57;
    border-radius: 50%;
  }

    .card-ctct .card-body {
      padding-top: 30px;
    }
}


@media (min-width: 1600px) {
  .right-ct-dashboard {
    width: 300px;
  }

  .ct-dashboard {
    width: calc(100% - 300px);
  }

  .number-item {
    width: 64px;
    height: 64px;
    font-size: 36px;
  }
  .content-tk-ct .card-title {
    font-size: .88rem;
  }

  .card-body a {
    font-size: 16px;
  }

  .image-box-sm {
    width: 64px;
  }

  .box-addNew-ct {
    padding-left: 0;
    padding-right: 0;
  }

    .box-addNew-ct img {
      max-width: 70px;
    }

    .box-addNew-ct .col-lg {
      padding-left: 15px;
      padding-right: 15px;
    }

  .left-tkct {
    padding: 40px;
    border: 1px solid #9D6E57;
  }

  .card-ctct {
    width: 174px;
    height: 174px;
    background: #9D6E57;
    border-radius: 50%;
    margin-right: 0px !important;
    padding-right: 0px !important;
  }

    .card-ctct .card-body {
      padding-top: 60px;
    }
}

@media (max-width: 992px) {
  .app-main .app-main__inner {
    padding: 15px 15px 0;
  }

  .app-header .app-header__content {
    visibility: visible;
    opacity: 1;
    box-shadow: none;
    position: absolute;
    left: 38px;
    width: 180px;
    top: 0;
    transition: all .2s;
    background: transparent;
    border-radius: 50px;
    padding: 0 10px;
    overflow: hidden;
  }

    .app-header .app-header__content .app-header-left .nav {
      display: flex;
    }

  .remove-boder-right {
    border-right: 0;
  }

  .remove-boder-bottom {
    border-bottom: 0 !important;
  }

  .app-footer {
    padding: 0 10px;
    height: auto;
  }

    .app-footer .app-footer__inner {
      height: auto;
      text-align: center;
    }

  .box-news-right {
    border-radius: 0 0 6px 6px;
  }

  .box-addNew-ct {
    padding-left: 10px;
    padding-right: 10px;
  }

    .box-addNew-ct img {
      max-width: 44px;
    }

    .box-addNew-ct .col-lg {
      padding-left: 5px;
      padding-right: 5px;
    }

  .table-header {
    height: auto;
  }

  .btn-search-mobile {
    width: 100%;
  }

  .left-ft-table {
    margin-bottom: 15px;
  }

    .left-ft-table .form-control {
      max-width: 60px;
      margin-left: auto !important;
    }

  .app-header .app-header__content .header-btn-lg {
    display: none;
  }

  .app-header .app-header__logo {
    display: flex;
  }

  .app-header__menu, .app-header__mobile-menu {
    padding: 0 1rem;
  }

  .app-header__logo {
    padding: 0;
    width: 140px;
  }

  .logo {
    max-width: 120px;
    max-height: 30px;
  }

  .dropdown-menu {
    position: fixed !important;
    z-index: 50;
    left: -2px !important;
    top: 60px !important;
    width: 100% !important;
    transform: translateY(0%) !important;
    min-width: 10px !important;
  }
}


@media only screen and (max-width: 767.98px) {
  .right-ct-dashboard {
    width: 100%;
    height: auto;
    position: relative;
    border-left: 0px;
  }

  .ct-dashboard {
    width: 100%;
  }
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }

  .app-main .app-main__inner {
    padding: 15px 10px 0;
  }

  .app-header .app-header__content {
    visibility: visible;
    opacity: 1;
    box-shadow: none;
    position: absolute;
    left: 38px;
    width: 180px;
    top: 0;
    transition: all .2s;
    background: transparent;
    border-radius: 50px;
    padding: 0 10px;
    overflow: hidden;
  }

    .app-header .app-header__content .app-header-left .nav {
      display: flex;
    }

  .remove-boder-right {
    border-right: 0;
  }

  .remove-boder-bottom {
    border-bottom: 0 !important;
  }

  .app-footer {
    padding: 0 10px;
    height: auto;
  }

    .app-footer .app-footer__inner {
      height: auto;
      text-align: center;
    }

  .box-news-right {
    border-radius: 0 0 6px 6px;
  }

  .box-addNew-ct {
    padding-left: 10px;
    padding-right: 10px;
  }

    .box-addNew-ct img {
      max-width: 44px;
    }

    .box-addNew-ct .col-lg {
      padding-left: 5px;
      padding-right: 5px;
    }

  .table-header {
    height: auto;
  }

  .btn-search-mobile {
    width: 100%;
  }

  .left-ft-table {
    margin-bottom: 15px;
  }

    .left-ft-table .form-control {
      max-width: 60px;
      margin-left: auto !important;
    }

  .app-header .app-header__content .header-btn-lg {
    display: none;
  }

  .app-header .app-header__logo {
    display: flex;
  }

  .app-header__menu, .app-header__mobile-menu {
    padding: 0 1rem;
  }

  .app-header__logo {
    padding: 0;
    width: 134px;
  }

  .logo {
    max-width: 120px;
    max-height: 30px;
  }

  .dropdown-menu {
    position: fixed !important;
    z-index: 50;
    left: -2px !important;
    top: 60px !important;
    width: 100% !important;
    transform: translateY(0%) !important;
    min-width: 10px !important;
  }

  .breadcrumb {
    margin-top: 0;
  }

  .closed-sidebar .logo {
    display: flex;
  }

  .closed-sidebar:not(.closed-sidebar-mobile) .app-header .app-header__logo {
    width: 134px;
  }

  .box-tk-ct {
    flex-direction: column;
  }
  .bg-notify{
    margin: 0;
  }
  .box-license {
    flex: 100%;
  }
  .bg-notify{
    width: 100%;
    max-width: 100%;
  }
  .card-total{
    display:block;
  }
  .card-total h5{
    max-width: 100%;
  }
}

.item-question *{
  font-size: 14px;
}
body .ui-accordion{
  margin-bottom: 0 !important;
}

body .list-question .ui-accordion .ui-accordion-header{
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
}
body .list-question .ui-accordion .ui-accordion-header a{
  box-shadow: none !important;
  width: 100%;
  height: 100%;
}
body .list-question .ui-accordion .ui-accordion-header a .ui-accordion-toggle-icon{
  position: absolute;
  right: 0;
}
body .list-question .ui-accordion .ui-accordion-content{
  padding-right: 50px !important;
  padding-top: 5 !important;
}