section.content {
    background-color: #fff;
    height: calc(100vh - (3.5rem + 20px));
}

.sidebar-dark-primary-custom {
    background: #F7F8F9;
    width: 96px;
}

.sidebar-dark-primary-custom .brand-link {
    padding: 0.5rem 0.5rem;
    display: flex;
    align-items: center;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #F89701;
}

[class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-open>.nav-link,
[class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link,
[class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link:focus {
    background-color: #F89701;
}

[class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link p,
.nav-pills .nav-link.active p {
    color: #fff;
}

[class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.tach-don img,
.nav-pills .nav-link.tach-don.active img {
    content: url('../../images/tach-dia-chi_active.png');
}

[class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.dong-gop-y-kien img,
.nav-pills .nav-link.dong-gop-y-kien.active img {
    content: url('../../images/dong-gop-y-kien_active.png');
}

[class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.api img,
.nav-pills .nav-link.api.active img {
    content: url('../../images/api_active.png');
}

ul.nav .nav-item a.nav-link {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 3px;
}

.h1-automatic-address {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
    /* identical to box height, or 121% */

    letter-spacing: -0.02em;

    color: #000000;
}

.download-information {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18rem;
    height: 49px;
    float: right;
    color: #6683F6;
    border-color: #6683F6;
    background-color: white;
    border: 1px solid #6683F6;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 1rem;
}

.download-information:hover {
    color: #6683F6;
    border-color: #6683F6;
}

.download-information img,
.btn-upload-file img {
    margin-right: 0.2rem;
}

.py-3\.5 {
    padding-top: 0.875rem;
    /* 14px */
    padding-bottom: 0.875rem;
    /* 14px */
}

.btn-upload-file {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 43px;
    margin-bottom: 0.5rem;
}

div.alert-custom {
    color: #000000;
    background-color: #F3FDFA;
    border-color: #F3FDFA;
    box-shadow: none;
    border-radius: unset;
}

div.alert-custom h5 {
    color: #159973;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}

.w-full {
    width: 100%;
}

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

.drop-zone {
    background: white;
    border-radius: 5px;
    border: 2px dashed #D0D5DD;
    border-image: none;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

.object-contain {
    object-fit: contain;
    margin-top: 20px;
}

.drop-zone__prompt {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #0D0F11;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
}

.drop-zone__prompt_2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #4B5768;
}

.drop-zone__input {
    display: none;
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__thumb {
    width: 200px;
    ;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
    margin: 1rem;
}

.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
}

h4.select-col-file {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #0D0F11;
}

#modal-select-columns div.modal-dialog {
    max-width: 607px !important;
}

.form-submit-col-file div.card {
    background-color: #F7F8F9;
}

.btn-submit {
    background-color: unset;
    text-align: center;
}

.btn-submit button.btn {
    width: 108px;
    height: 43px;
    background-color: #F89701;
    border-color: #F89701;
}

.text-danger-custom {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #F20000;
}

.col-label-header {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600 !important;
    font-size: 14px;
    line-height: 17px;
    color: #323A46;
}

.col-label-right {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 2.5rem;
}

.action-load-right {
    display: flex;
    flex-direction: row-reverse;
    gap: 1rem;
    align-items: center;
    z-index: 0;
}

.action-load-right div.custom-checkbox label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #0D0F11;
    cursor: pointer;
}

.action-load-right select {
    /* width: 11.75rem; */
    width: -moz-fit-content;
    width: fit-content;
    height: 2.75rem;
    border: 1px solid #A0ABBB;
    border-radius: 4px;
    cursor: pointer;
}

.action-load-right button {
    width: 5.125rem;
    height: 2.5rem;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #64748B;
}

span.order-status-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: -0.02em;
}

span.order-success {
    color: #F89701;
}

span.order-error {
    color: #FF0000;
}

div.show-address{
    margin: 0;
    margin-top: 1rem;
    padding-bottom: 2rem;
}

table#example1,
table#list-administrative {
    cursor: pointer;
}

.page-link {
    color: #4B5768;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0 3px;
    background-color: #F7F8F9;
}
.page-item.disabled .page-link {
    background-color: #F7F8F9 !important;
}

.page-item.active .page-link {
    background-color: #f89701;
    border-color: #F89701;
}

.page-link:focus {
    box-shadow: 0 0 0 0.2rem rgb(248 151 1 / 25%);
}

span.select2-selection--single {
    outline: none;
}

.page-item:first-child .page-link, .page-item:last-child .page-link{
    border-radius: 50%;
}

.page-bottom {
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
}
.page-lenght {
    width: 71px;
}
.page-lenght div.dataTables_length label {
    margin-bottom: 0;
}
.page-pagination {
    width: 84.1%;
}

.page-pagination #example1_paginate,
.page-pagination #list-administrative_paginate {
    float: left;
}

button.btn-download{
    width: 224px;
    height: 43px;
    background: #F89701;
    border-color: #F89701;
    color: #fff;
    box-shadow: none;
}

button.btn-download:hover{
    background: #F89701;
    border-color: #F89701;
    color: #fff;
}

.btn-download:not(:disabled):not(.disabled):active {
    background: #F89701;
    border-color: #F89701;
}

.btn-download:focus,
.btn-download.focus {
      color: #fff;
      background-color: rgb(248, 151, 1);
      border-color: #F89701;
      box-shadow: 0 0 0 0 rgba(248, 151, 1, 0.5);
  }

.btn-download.disabled,
.btn-download:disabled {
      color: #fff;
      background-color: #F89701;
      border-color: #F89701;
  }

.btn-download:not(:disabled):not(.disabled):active,
.btn-download:not(:disabled):not(.disabled).active,
.show>.btn-download.dropdown-toggle {
      color: #fff;
      background-color: #F89701;
      border-color: #F89701;
}

.btn-download:not(:disabled):not(.disabled):active:focus,
.btn-download:not(:disabled):not(.disabled).active:focus,
.show>.btn-download.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(248, 151, 1, 0.5);
}

.come-back {
    display: flex;
    align-items: center;
    padding: 15px 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #007FF9;
    width: 10rem;
}

.header-form{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: -0.02em;
    color: #000000;
}

.header-form span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #A0ABBB;
}

.content-form{
    background-color: #F3FDFA;
}

.content-form__message {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #191D23;
}

.content-form__your_comments {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #191D23;
}

textarea.content-form__content {
    resize: none;
}

.submit-commnet {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    width: 191px;
    height: 43px;
    background: #F89701;
    border-radius: 4px;
}

.select2-container {
    width: 14rem !important;
}

.brand-link {
    border-bottom: 1px solid rgba(75, 84, 92, 0.2) !important;
}

div#example1_wrapper div.row:nth-child(1),
div#list-administrative_wrapper div.row:nth-child(1) {
    padding-bottom: 3rem;
}

div#example1_wrapper div.row:nth-child(2) {
    background-color: #fff;
    position: fixed;
    bottom: 0;
    width: 94%;
    height: 75px;
}

div#list-administrative_wrapper div.row:nth-child(2){
    background-color: #fff;
    position: fixed;
    bottom: 0;
    width: 94%;
    height: 4rem;
}

.btn-submit button.btn:not(:disabled):not(.disabled):active {
    background-color: #F89701;
    border-color: #F89701;
}

#modal-select-columns div.modal-content div.modal-body .card {
    background-color:#F7F8F9;
    box-shadow: unset;
    border: 1px solid #E7EAEE;
}

.loadingspinner {
	pointer-events: none;
	width: 81px;
	height: 81px;
	border: 0.4em solid transparent;
	border-color: #E7EAEE;
	border-top-color: #FEAB2A;
	border-radius: 50%;
	animation: loadingspin 1s linear infinite;
    margin-top: 15px;
}

.box-right {
    display: flex;
}

.box-right div {
    display: flex;
    flex-direction: column;
    margin-right: 1rem;
}

.sap-nhap-chia-tach {
    padding: 6px 12px;
    width: 340px;
    height: 49px;
    border: 1px solid #6683F6;
    border-radius: 4px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #6683F6;
}

.sap-nhap-chia-tach:hover {
    color: #6683F6;
}

.box-right .sap-nhap-chia-tach span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #A0ABBB;
    margin-left: 21px;
    margin-top: 0.5rem;
}

@keyframes loadingspin {
	100% {
		transform: rotate(360deg);
	}
}

@media (min-width: 1024px) {
    .lg\:hidden {
        display: none;
    }
}

/* custom sibar */
.os-content {
    padding: 0 !important;
}

.os-content .nav-link, .os-content nav {
    margin: 0 !important;
}

.os-content nav ul li {
    border-bottom: 1px solid #E7EAEE;
}

.os-content nav ul li a {
    width: 100% !important;
    border-radius: 0 !important;
    padding: 16px 8px;
}
.os-content nav ul li a p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #F89701;
}

body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
    margin-left: 96px;
}

[class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link.active {
    box-shadow: none;
}

.half-circle {
    position: absolute;
    top: 0;
    left: -1.2rem;
    cursor: pointer;
}

body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
    z-index: 1039;
}

.btn-outline-success:hover, .btn-outline-success:not(:disabled):not(.disabled):active {
    color: #19B88B;
    border-color: #19B88B;
    background-color: #FFFFFF;
}

.btn-outline-secondary:hover, .btn-outline-secondary:not(:disabled):not(.disabled):active {
    color: #64748B;
    border-color: #64748B;
    background-color: #FFFFFF;
}

.main-header {
    border-bottom: 2px solid #F7F8F9;
}

select[name='example1_length'] {
    cursor: pointer;
}

@media (max-width: 991.98px) {

    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper,
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer,
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
        margin-left: 0;
    }
}

@media (min-width: 992px){
    .sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand).sidebar-focused, .sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand):hover {
        width: 96px;
        z-index: 1051;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand).sidebar-focused, .sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand):hover .sidebar .nav-sidebar .nav-link p {
        margin-right: 80px;
    }
}

/*popup*/
.no-border {
    border: 0 !important;
    margin: auto;
}

.title-comfirm-delete {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #DC2626;
}

.title-delete-complete {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #059669;
}

.text-comfirm-delete {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #0D0F11;
}

.title-comfirm-download {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #F89701;
}

#modal-default div.modal-dialog {
    width:486px; 
    height: 311px;
}

#modal-default h4 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #0D0F11;
    margin-left: 2rem;
}

.h-43 {
    height: 43px;
}
.w-78 {
    width: 78px;
}

.w-131 {
    width: 131px;
}

.w-175 {
    width: 175px;
}

.mr-24 {
    margin-right: 24px;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 400 !important;
}

.cursor-pointer{
  cursor: pointer;
}

.custom-radio {
    margin-right: 0.5rem;
}

.support-all {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #4B5768;
}

.not-found {
    background-color: #FFEFD7;
    color: #FFEFD7;
    -moz-user-select: none !important;
    -webkit-touch-callout: none!important;
    -webkit-user-select: none!important;
    -khtml-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important;
}

.not-found select {
    width: 100%;
}

.show-number-of-orders {
    display: flex; 
    align-items: center;
}

@media screen and (min-width: 1654px) and (max-width: 1887px) {
    .download-information {
        width: 18rem;
    }
}

@media screen and (max-width: 1366px) {
    .page-pagination {
        width: 74.5%;
    }
}

@media screen and (max-width: 1280px) {
    .page-pagination {
        width: 72.5%;
    }
}

@media screen and (max-width: 1024px) {
    .page-pagination {
        width: 63.5%;
    }

    .action-load-right {
        margin-top: 1rem;
    }
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    box-shadow: none;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #fff;
    cursor: not-allowed;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.flex {
    display: flex;
}

.has-search {
    margin-bottom: 0;
}

.box-search input {
    width: 581px;

}

.search-administrative-units {
    width: 107px;
    background: #F89701;
    border-radius: 4px;
    margin-left: 1rem;
    color: #FFFFFF;
}

#list-administrative {
    margin-top: 2rem !important;
}

.link {
    color: #007FF9 !important;
    text-decoration: none !important;
}

.hidden {
    display: none;
}

.ver {
    width: 44px;
    height: 18px;
    border: 1px solid #B8C0CC;
    border-radius: 99px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    color: #A0ABBB;
    text-align: center;
}

.justify-center {
    justify-content: center;
}


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

.h-16{
    height: 4rem;
}

.tt-menu.tt-open {
    width: 100%;
}

.list-group-item {
    cursor: pointer;
}

.list-group-item:hover {
    background-color: #eaecf0;
}