:root {
    --color-main: #F7941E;
    --color-light-main: rgba(247, 148, 30, .7);
}

.fa-arrow-left {
    color: #F7941E;
    padding-left: 5px
}

.btn-circle.btn-xl {
    width: 40px;
    height: 40px;
    border: 1px solid #dddddd;
}

@media (min-width: 768px){
    .custom-change-password {
        width: 600px !important
    }
}

.w-250px {
    width: 250px;
}

.forgot-password .card .card-header {
    text-transform: none;
}

.default-link {
    color: #0080FF;
}

.edit-profile__body label {
    text-transform: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 5px !important;
    padding: 3px 9px !important;
    margin: 5px;
    background: #f1f1f1 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #f1f1f1 !important;
    border: 1px solid var(--color-main) !important;
    color: #333 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: var(--color-main) !important;
    border: var(--color-main) !important;
    color: white !important;
}
.dataTables_wrapper .dataTables_paginate .disabled:hover, .dataTables_wrapper .dataTables_paginate .disabled {
    background: transparent !important;
    border: transparent !important;
}
table.dataTable.no-footer {
    border-bottom: none;
}
table.dataTable thead th, table.dataTable thead td {
    border-bottom: none;
}

.dataTables_wrapper .dataTables_info {
    padding-top: 5px;
}

.edit-profile__body label {
    text-transform: none;
}

.group-permission-header {
    background: #f7f7f7;
    border: 1px solid #dddddd;
    height: 40px
}

table.dataTable thead .c-action.sorting,
table.dataTable thead .c-action.sorting.sorting_asc,
table.dataTable thead .c-action.sorting.sorting_desc
{
    background-image: none !important;
    pointer-events: none;
}

.select2-selection--multiple{
    overflow: hidden !important;
    height: auto !important;
    min-height: 42px !important;
}

#search-input::-webkit-search-cancel-button{
    position:relative;
    left:10px;
}

.form-title {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f7941e;
    color: #5a5f7d;
}

.custom-label {
    font-weight: 500 !important;
    font-size: 14px !important;
    color: #5a5f7d !important;
}

.custom-title {
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #5a5f7d !important;
}

.type-shipping,
.type-shipping-method {
    display: none;
}

.form .card .card-header {
    margin: 18px 25px;
}

.check-date-extension-layout {
    padding-left: 0
}

.dropdown-menu .dropdown-item {
    text-transform: none;
}

.icon-upload {
    color: #F7941F;
    z-index: 3;
    top: 10px;
    right: 16px;
}

.text-black {
    color: black !important;
}

.navbar-brand {
    margin-right: 0;
}

.exchange-rate {
    padding-top: 9px;
}

.exchange-rate marquee p {
    margin-bottom: 0;
    float: left;
}

.buy {
    color: #4d9e32;
}

.sell {
    color: #d24636;
}

.atbd-breadcrumb__item:last-child span {
    color: #242525;
    font-weight: 500;
}

.atbd-breadcrumb__item a {
    font-weight: 500;
}

.group-permission-header {
    background: #f7f7f7;
    border: 1px solid #dddddd;
    height: 40px
}

.custom-icon-calendar {
    top: 20px !important;
}

.title-sub-contract {
    color: #f7941f;
}

.permission-allow {
    padding: 8px 0;
}

.permission-allow-tag span {
    border-radius: 13px;
}

@media (max-width: 1700px) {
  .exchange-rate {
    padding-left: 90px
  }
}

.nav-icon {
    color: #f7941e !important;
}

.logo-login {
    display: block;
    margin: auto;
    padding-top: 50px;
}

.custom-form-text-color {
    color: #5a5f7d !important
}

.cursor-pointer {
    cursor: pointer !important;
}

.btn-add-surcharge {
    height: 23px;
    padding: 0 2px;
}

.btn-add-surcharge i {
    margin: 4px;
    font-size: 11px;
}

.footer-copyright p a:hover {
    color: #f7941e !important;
}

.white-space-pre {
    white-space: pre !important;
}

.icon-upload {
    line-height: 1 !important;
}

.icon-expand {
    color: #F7941F;
    z-index: 3;
    top: 10px;
    right: 16px;
}

.w-10 {
    width: 10%;
}

.list-settings li a {
    color: #297cff;
}

.max-content {
    width: max-content !important;
}

.disable-bg-color {
    background-color: #F0F0F0 !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #f4f5f7
}

.active-sidebar {
    color: var(--color-main) !important;
}

.hidden-element {
    display: none;
}

#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    }

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.order-bg-opacity-primary, .orderDatatable_actions li a.history:hover {
    background: rgba(32,201,151,.15);
}

.orderDatatable_actions li a.history:hover svg {
    color: #20c997;
}

.w-80px {
    width: 80px;
}

.w-95px {
    width: 95px;
}

.w-165px {
    width: 165px;
}

.mw-120px {
    min-width: 120px;
}

.mw-fit-content {
    min-width: fit-content;
}

.h-43px{
    height: 43px !important;
}

.h-48{
    height: 48px !important;
}

.pt-1px{
    padding-top: 1px !important;
}

.note-modal {
    top: 100px !important;
}

.number-of-line-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.number-of-lines-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shipment-form .surcharge_amount {
    height: 48px;
}

.separate-span-error {
    padding: 5px;
}

.custom-link-info {
    color: #0d6efd !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none;
}

.h-48 {
    height: 48px;
}

.mg-3 .select2-selection__arrow {
    margin-top: -3px;
}

.note-modal-footer {
    height: 50px !important;
}

.table-filter {
    margin-bottom: 15px;
}

.table-filter .title-filter {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.table-filter .select2-selection {
    height: 42px;
}

.disabled-color {
    background-color: #f4f5f7;
    opacity: 1;
}

.max-h-75{
    max-height: 75vh;
}

.max-h-500{
    max-height: 500px;
}

.h-40 {
    height: 40px !important;
}

.h-42 {
    height: 42px !important;
}

.min-h-70 {
    min-height: 70vh;
}

.box-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1) !important
}

.border-radius-4px {
    border-radius: 4px !important
}

.bg-disabled-input {
    background-color: #fff !important
}
.no-drop {
    cursor: no-drop;
}

.contact-information-value {
    color: #3F7CFF;
}

object {
    pointer-events: none;
}

.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -20px;
  position: relative;
  z-index: 2;
}

.slide-login {
    display: block;
    margin: auto;
    height: auto !important;
}