@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700&display=swap');

*,
*::after,
*::before {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

a {
    outline: none;
    color: #7d8597;
}

    a:hover {
        color: #001233;
        text-decoration: none;
    }

.link-item.active svg,
.link-item.active svg g,
.link-item:hover svg,
.link-item:hover svg g {
    stroke: #001233;
}

ul,
ol {
    list-style: none;
    padding-left: 0;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    color: #7d8597;
    background-color: #f4f5f6;
    font-weight: 500;
    line-height: 1.5;
    padding-top: 95px;
    overflow-x: hidden;
    margin-bottom: 42px;
}

.transition,
a,
a svg,
a svg g,
.form-label-group label,
.actions,
.slide,
.custom-elements .search,
.acc-arrow,
.details-slide {
    transition: all ease-in-out 0.3s;
}

.normal {
    font-weight: normal !important;
}

.medium {
    font-weight: 500 !important;
}

.semibold {
    font-weight: 600 !important;
}

.bold {
    font-weight: 700 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.font-lg {
    margin-bottom: 0;
    color: #001233;
    font-weight: 700;
    line-height: 1.5;
}

h1,
.h1,
.font-lg {
    font-size: 30px;
}

h2,
.h2 {
    font-size: 20px;
}

h3,
.h3 {
    font-size: 18px;
}

h4,
.h4 {
    font-size: 16px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6,
.font-sm {
    font-size: 12px;
}

.font-md {
    font-size: 16px;
    line-height: 1.5;
}

.grid-margin {
    margin-bottom: 30px;
}

.common-card {
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 16px 30px 20px 30px;
    position: relative;
}

    .common-card h2 {
        margin-bottom: 16px;
    }

.common-padding-16-30 {
    padding: 16px 30px;
}

.common-padding-30 {
    padding: 30px;
}

.common-padding-x-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.common-padding-y-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.common-padding-24 {
    padding: 24px;
}

.common-padding-y-24 {
    padding-top: 24px;
    padding-bottom: 24px;
}

.common-padding-x-24 {
    padding-left: 24px;
    padding-right: 24px;
}

.common-padding-top-24 {
    padding-top: 24px;
}

.common-padding-bottom-24 {
    padding-bottom: 24px;
}

.text-danger {
    color: #d62839 !important;
}

.text-success {
    color: #06a77d !important;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.border-bottom {
    border-bottom: 1px solid #f0f2f7 !important;
}

.cm-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: -24px;
    margin-right: -24px;
    padding: 0 24px;
    border-bottom: 1px solid #f0f2f7;
    padding-bottom: 16px;
}

.table .thead-light th {
    color: #7d8597;
    background-color: #fafbff;
    border-color: transparent;
    font-size: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #f0f2f7;
    font-weight: 700;
    letter-spacing: 1px;
}

.table td,
.table th {
    padding: 9px 0;
    vertical-align: middle;
    border-top: 1px solid #f0f2f7;
    padding-right: 10px;
    font-weight: 500;
}

.table td {
    color: #33415c;
}

.my-order-wrap .table td a {
    color: #33415c;
}

    .my-order-wrap .table td a:hover {
        /* color: #fb8500;*/
        color: #2f579f;
    }

.table td:last-child {
    padding-right: 0;
}

.gray-1 {
    color: #5c677d !important;
}

.font-xs {
    font-size: 10px;
}

.awaiting {
    color: #7d8597 !important;
}

.issue-found {
    color: #d62839 !important;
}

.checkin-progress {
    color: #0aaeff !important;
}

.done {
    color: #06a77d !important;
}

header {
    background-color: #ffffff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 32px;
    position: relative;
    z-index: 1;
}

.notification {
    position: relative;
    display: inline-block;
}

    .notification .notification-ic {
        position: absolute;
        top: -1px;
        right: -2px;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        background: #06a77d;
        display: inline-block;
        border: solid 2px #ffffff;
    }

.indicate {
    margin-bottom: 12px;
}

.avatar {
    vertical-align: middle;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.avatar-md {
    width: 40px;
    height: 40px;
}

nav li {
    margin-right: 24px;
}

.link-item {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 2px solid transparent;
}

    .link-item:hover,
    .active.link-item {
        border-color: #2f579f;
        color: #001233;
    }

    .link-item svg {
        margin-right: 6px;
    }

.btn {
    font-size: 14px;
    padding: 9px 16px;
    line-height: 20px;
    border-radius: 6px;
    font-weight: 600;
    text-align: center;
    justify-content: center;
}

    .btn:focus,
    .form-control:focus {
        box-shadow: none !important;
    }

.form-control:focus {
    border-color: #7d8597;
}

.text-primary {
  /*  color: #fb8500 !important;*/
}

.btn-primary {
    /*   color: #fff;*/
    background-color: #2f579f;
    border-color: #005cbf;
}

    .btn-primary:hover,
    .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active,
    .show > .btn-primary.dropdown-toggle,
    .btn-primary.focus,
    .btn-primary:focus {
        /*color: #fff;
    background-color: #e27800;
    border-color: #e27800;*/
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf;
    }

.btn-trans {
    border: solid 1px #005cbf !important;
    color: #2f579f !important;
}

    .btn-trans:hover,
    .btn-trans:not(:disabled):not(.disabled).active,
    .btn-trans:not(:disabled):not(.disabled):active,
    .show > .btn-trans.dropdown-toggle,
    .btn-trans.focus,
    .btn-trans:focus {
        /*color: #fff;
    background-color: #e27800;
    border-color: #e27800;*/
        color: white !important;
        background-color: #0062cc;
        border-color: #005cbf;
    }

.btn-white {
    border-color: #ced2de;
    color: #5c677d;
    background-color: #fff;
}

.btn-white-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    /*color: #fb8500 !important;*/
    color :#2f579f;
    font-size: 12px;
}

.btn-with-ic img {
    margin-right: 6px;
}

.btn-with-ic {
    display: inline-flex;
    align-items: center;
}

.btn-sm {
    font-size: 12px;
    padding: 5px 11px !important;
}

.main-actions .btn {
    margin-left: 8px;
}

.notification-wrap {
    margin: 0 24px;
}

.container-fluid {
    padding-right: 32px;
    padding-left: 32px;
}

.form-control,
select.form-control:not([size]):not([multiple]) {
    height: 40px;
    padding: 10px 12px;
    border-radius: 6px;
    border: solid 1px #ced2de;
    background-color: #ffffff;
    color: #33415c;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    width: 100%;
}

    .form-control:disabled,
    .form-control[readonly] {
        background-color: #f0f2f7;
        opacity: 1;
        border-width: 0;
    }

        .form-control:disabled + label,
        .form-control[readonly] + label {
            background-color: transparent;
            color: #979dac;
        }

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group {
    position: relative;
}

    .form-label-group label {
        position: absolute;
        top: 8px;
        left: 16px;
        background-color: #fff;
        margin: 0;
        font-size: 14px;
        font-weight: 500;
        padding: 0 4px;
    }

.label {
    font-size: 14px;
    font-weight: 500;
}

.form-label-group > .form-control:focus ~ label,
.form-label-group > .form-control:not(:placeholder-shown) ~ label,
.form-label-group > .form-select ~ label {
    top: -9px;
    margin: 0;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
}

.input-sm {
    height: 32px;
    padding: 6px 12px;
    font-size: 12px
}

.all-project-wrap {
    padding-bottom: 32px;
}

.statistics-col img {
    margin-bottom: 12px;
}

.col:last-child .statistics-col {
    border-right: 0;
}

.link {
    font-size: 12px;
    color: #fb8500;
    font-weight: 600;
}

    .link:hover {
        color: #fb8500;
    }

.statistics-col .link {
    margin-top: 6px;
}

.statistics-col {
    margin-left: -15px;
    margin-right: -15px;
    border-right: 1px solid #f0f2f7;
    border-radius: 0;
}

.statistics .col:first-child .statistics-col {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.statistics .col:last-child .statistics-col {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

tr:hover .actions {
    opacity: 1;
}

.actions {
    margin-left: 15px;
    opacity: 0;
}

    .actions a {
        margin: 0 4px;
    }

footer {
    padding: 12px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 42px;
}

    footer p {
        font-size: 12px;
    }

.custom-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%237D8597' fill-rule='nonzero'%3E%3Cg%3E%3Cg%3E%3Cpath d='M8.56 9.854l3-3c.196-.196.196-.512 0-.708-.093-.093-.22-.146-.353-.146h-6c-.276 0-.5.224-.5.5 0 .133.053.26.147.354l3 3c.195.195.511.195.707 0z' transform='translate(-1167 -108) translate(960 96) translate(207 12)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 16px;
    padding-right: 30px !important;
}

.status {
    height: 6px;
    width: 6px;
    background: red;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
}

td .status {
    margin-right: 8px;
}

.status.verified {
    background-color: #06a77d;
}

.status.hold {
    background-color: #fdc500;
}

.status.issues-found {
    background-color: #d62839;
}

.status.verified {
    background-color: #06a77d;
}

.tooltip {
    font-size: 12px;
    font-weight: 500;
    font-family: 'Mulish', sans-serif;
}

.tooltip-inner {
    background-color: #33415c !important;
}

.tooltip.in {
    opacity: 1 !important;
}

.tooltip.bs-tooltip-top .arrow:before,
.tooltip.bs-tooltip-bottom .arrow:before,
.tooltip.bs-tooltip-left .arrow:before,
.tooltip.bs-tooltip-right .arrow:before {
    border-top-color: #33415c !important;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #33415c;
}

.tooltip.show {
    opacity: 1;
    /* .9 = 90% background-color, 1 = 100% background-color */
}

.mw-none {
    max-width: none;
}

.common-card .link-item,
.nav-tabs .link-item {
    padding-top: 0;
    padding-bottom: 13px;
    font-weight: 600;
}

.nav-item {
    /* margin-right: 24px;*/
}

.nav-tabs {
    /* border-bottom: none;*/
}

.form-header {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
    border-bottom: 1px solid #f0f2f7;
    margin-bottom: 12px;
}

.form-group {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.mx-n10 {
    margin-left: -10px;
    margin-right: -10px;
}

.mx-n30 {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
}

.text-group-item {
    padding: 0;
}

    .text-group-item .form-control {
        border: none !important;
    }

.text-group {
    border-radius: 6px;
    border: solid 1px #ced2de;
}

.item-1 {
    border-right: 1px solid #ced2de;
}

.gray-2 {
    color: #979dac !important;
}

.text-group select {
    color: #979dac !important;
}

.date-control {
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg stroke='%237D8597'%3E%3Cg%3E%3Cg%3E%3Cpath d='M3 3h10c.552 0 1 .448 1 1v9c0 .552-.448 1-1 1H3c-.552 0-1-.448-1-1V4c0-.552.448-1 1-1zm2-2v4m6-4v4M1.5 7h13' transform='translate(-852 -365) translate(650 345) translate(202 20)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") 94% 50% no-repeat;
}


/* [type="date"]::-webkit-inner-spin-button {
    color: red;
}

[type="date"]::-webkit-calendar-picker-indicator {
    color: red;
} */

textarea {
    height: 80px !important;
}

.min-h-681 {
    min-height: 681px;
    padding-bottom: 60px !important;
}

.min-h-557 {
    min-height: 557px;
    padding-bottom: 60px;
}

.min-h-480 {
    min-height: 480px;
    padding-bottom: 60px;
}

.slide {
    position: fixed;
    right: -100%;
    width: 380px;
    max-width: 100%;
    top: 64px;
    bottom: 0;
    border-radius: 0;
    margin-bottom: 0 !important;
    z-index: 1030;
}

.slide-open {
    right: 0;
}

.slide-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
}

.slide-bottom .btn {
    margin-left: 8px;
}

.slide-content {
    height: calc(100vh - 200px);
    overflow: auto;
}

.slide-bottom {
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid #f4f5f6;
}

.slide-content .form-control {
    width: 40px;
    height: 40px;
    padding: 10px;
    text-align: center;
}

.dark1 {
    color: #33415c;
}

.slide-content li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.content-bottom {
    position: absolute;
    bottom: 20px;
}

.ic {
    width: 32px;
    min-width: 32px;
    height: 32px;
    background: #fff3e6;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.file-upload {
    padding: 16px;
    border: 1px dotted #fb8500;
    width: 100%;
    border-radius: 6px;
    display: flex;
    cursor: pointer;
    margin-bottom: 0;
}

    .file-upload .ic {
        margin-right: 12px;
    }

.text-underline {
    text-decoration: underline;
}

.down-upload-list li img {
    margin-right: 4px;
}

.down-upload-list {
    margin-top: 8px;
}

.uploading-process svg {
    width: 1.4rem;
    position: relative;
}

.uploading-process {
    display: inline-flex;
    position: relative;
    margin-left: 8px;
}

    .uploading-process::before {
        content: "";
        position: absolute;
        left: 2px;
        right: 0;
        top: 2px;
        border-radius: 100%;
        height: 18px;
        border: 1px solid #f0f2f7;
        width: 18px;
    }

.ic-10 {
    background: #919eab;
    height: 12px;
    width: 12px;
    display: inline-block;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 9px;
}

.remove-file {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 0;
    display: flex;
    width: 1rem;
    height: 1rem;
    margin-top: 0.32rem;
    margin-left: 0.32rem;
}

    .remove-file svg {
        width: auto;
        position: static;
    }

.uploding-wrap {
    margin-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
}

    .uploding-wrap li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 1px solid #f0f2f7;
        padding: 5px 6px;
        border-radius: 6px;
        margin-bottom: 4px;
    }

.uploding-left img {
    margin-right: 4px;
}

.uploading-right,
.uploding-left {
    display: flex;
    align-items: center;
    width: 50%;
}

.uploding-left {
    width: 60%;
}

    .uploding-left span {
        word-wrap: anywhere;
    }

.uploading-right {
    justify-content: flex-end;
}

.uploaded > svg path {
    stroke: none;
}

.uploading-process.uploaded::before {
    display: none;
}

.close {
    position: absolute;
    top: 8px;
    opacity: 1;
    right: 15px;
}

.modal-head {
    margin-bottom: 8px;
}

.modal-bottom .btn {
    margin-left: 8px;
}

.modal-bottom {
    text-align: right;
}

.modal-data {
    margin-bottom: 29px;
}

.toast {
    display: inline-flex;
    align-items: center;
    padding: 9px 12px;
    border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #06a77d;
    background-color: #ffffff;
    min-width: 280px;
    max-width: 400px;
    justify-content: space-between;
    position: fixed;
    top: 78px;
    right: 16px;
}

    .toast.show {
        display: flex;
    }

    .toast img {
        margin-right: 6px;
    }

    .toast.success,
    .success-border {
        border-color: #06a77d;
    }

.error {
    font-size: 12px;
    color: #d62839;
}

.requered-star {
    font-size: 10px;
}


/* datepicker */

.daterangepicker {
    font-family: 'Mulish', sans-serif;
    border-radius: 6px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #ced2de;
}

    .daterangepicker select.monthselect,
    .daterangepicker select.yearselect,
    .daterangepicker .calendar-table th.month {
        margin-right: 0;
        width: auto;
        appearance: none;
        border: none;
        background-color: transparent;
        font-size: 16px !important;
        color: #001233;
        font-weight: 600;
        padding: 0;
        margin: 0 -2px;
    }

    .daterangepicker .calendar-table table {
        border-collapse: separate;
    }

    .daterangepicker .calendar-table .next span,
    .daterangepicker .calendar-table .prev span {
        border: solid #5c677d;
        border-width: 0 1px 1px 0;
    }

    .daterangepicker .calendar-table th,
    .daterangepicker .calendar-table td {
        white-space: nowrap;
        text-align: center;
        vertical-align: middle;
        min-width: 32px;
        width: 32px;
        height: 22px;
        line-height: 24px;
        font-size: 14px;
        border-radius: 4px;
        border: 1px solid transparent;
        white-space: nowrap;
        cursor: pointer;
    }

    .daterangepicker td.off,
    .daterangepicker td.off.in-range,
    .daterangepicker td.off.start-date,
    .daterangepicker td.off.end-date {
        background-color: #fff;
        border-color: transparent;
        color: #979dac;
    }

.calendar-table thead tr:last-child th {
    font-weight: 700;
    color: #33415c;
    text-transform: uppercase;
    font-size: 12px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    border: solid 1px #fb8500;
    background-color: #ffffff;
    color: #fb8500;
}

.daterangepicker td.active {
    background-color: #ffffff !important;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background-color: #F0F2F7;
}

.daterangepicker td.in-range {
    background-color: #f0f2f7;
    color: #5c677d;
}

.daterangepicker .drp-buttons {
    border-top-color: #f0f2f7;
}

    .daterangepicker .drp-buttons .btn {
        font-weight: 600;
    }

.dropdown-menu {
    width: 320px;
    border-radius: 6px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #ced2de;
    background-color: #ffffff;
    margin-top: 4px;
    padding: 0;
}

.dropdown-item {
    font-size: 14px;
    font-weight: 500;
    color: #33415c;
    text-transform: capitalize;
    padding: 10px 15px;
}

.company-name {
    color: #33415c;
    font-weight: 600;
}

.company-email {
    font-size: 12px;
    color: #5c677d;
    line-height: 16px;
}

.company-logo {
    margin-right: 12px;
}

.dropdown-header {
    border-bottom: 1px solid #f0f2f7;
    padding-bottom: 16px;
    padding-top: 16px;
    pointer-events: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fb8500;
    text-decoration: none;
    background-color: transparent;
}

.tag {
    display: inline-block;
    font-size: 10px;
    color: #5c677d;
    font-weight: 700;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ced2de;
    padding: 2px 6px;
    line-height: 15px;
}

.tag-sucssess {
    border-color: #06a77d;
    color: #06a77d;
}


/* my order page */

.header-data-col {
    margin-left: 8px;
}

.my-order-wrap {
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    position: relative;
}

.custom-switch .custom-control-label::before {
    right: -2.25rem;
    left: inherit;
    width: 2rem;
    background-color: #ced2de;
    border: none;
}

.custom-switch .custom-control-label::after {
    right: calc(-2.19rem + 2px);
    left: inherit;
    top: calc(.3rem + 2px);
    width: calc(0.75rem - 2px);
    height: calc(0.75rem - 2px);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(-.99rem);
    transform: translateX(-.99rem);
}

.custom-switch {
    padding-right: 2.25rem;
    padding-left: 0;
    display: inline-block;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #fb8500;
    background-color: #fb8500;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.my-order-header {
    padding: 16px 24px;
    border-bottom: 1px solid #f0f2f7;
}

.my-order-footer {
    padding: 10px 24px;
    border-top: 1px solid #f0f2f7;
    align-items: center;
}

.custom-control-label {
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
}

.flex-1 {
    flex: 1;
}

.input-sm::-webkit-input-placeholder {
    color: #979dac;
    opacity: 1;
    text-transform: capitalize;
}

.input-sm:-ms-input-placeholder {
    color: #979dac;
    opacity: 1;
    text-transform: capitalize;
}

.input-sm::-ms-input-placeholder {
    color: #979dac;
    opacity: 1;
    text-transform: capitalize;
}

.input-sm::-moz-placeholder {
    color: #979dac;
    opacity: 1;
    text-transform: capitalize;
}

.input-sm::placeholder {
    color: #979dac;
    opacity: 1;
    text-transform: capitalize;
}

.custom-control.custom-checkbox {
    display: inline-block;
    vertical-align: middle;
    margin: 0 !important;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 3px;
}

.custom-control-label::before {
    border: #ced2de solid 1px;
}

.my-order-main .table th {
    padding-top: 4px;
    padding-bottom: 4px;
    vertical-align: middle;
}

.my-order-main .table td {
    padding: 8px 8px 8px 0;
}

.my-order-main .actions {
    opacity: 1;
}

.sorting {
    display: inline-flex;
    flex-direction: column;
    height: 15px;
    width: 15px;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    align-content: center;
    position: relative;
}

    .sorting .active {
        position: absolute;
        height: 10px;
        width: 10px;
        background: #fb8500;
        border-radius: 50%;
        top: -1px;
        right: -3px;
        border: 2px solid #fff;
    }

    .sorting .sorting_asc,
    .sorting .sorting_desc {
        width: 8px;
    }

.progress {
    height: 4px;
    background-color: #e9ecef;
    border-radius: 3px;
    width: 88px;
}

.h-center-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.progress-bar {
    background-color: #06a77d;
}

.status-with-dot {
    font-size: 10px;
    font-weight: 600;
    line-height: 1.5;
    white-space: nowrap;
    position: relative;
}

    .status-with-dot::before {
        height: 6px;
        width: 6px;
        background: gray;
        border-radius: 50%;
        display: inline-block;
        content: "";
        margin-right: 6px;
    }

.unable-verify {
    color: #fb8500;
}

    .unable-verify::before {
        background-color: #fb8500;
    }

.minor-discrepancy {
    color: #fdc500;
}

    .minor-discrepancy::before {
        background-color: #fdc500;
    }

.discrepancy-verification {
    color: #d62839;
}

    .discrepancy-verification::before {
        background-color: #d62839;
    }

.positive-verification {
    color: #06a77d;
}

    .positive-verification::before {
        background-color: #06a77d;
    }

.custom-select-sm {
    height: 28px;
    padding: 4px 3px;
    width: 64px !important;
    font-size: 12px;
    background-position: calc(100% - 5px) center;
    box-shadow: none !important;
}

.my-order-footer .custom-select-sm {
    margin: 0 4px;
}

.custom-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

    .custom-pagination li {
        margin: 0 7px;
    }

        .custom-pagination li a {
            font-size: 12px;
            display: flex;
        }

        .custom-pagination li.active a {
            color: #001233;
            font-weight: 600;
        }

.toast.error {
    border-color: #d62839;
}

.close-toast {
    margin-left: 15px;
}

.shorting-dropdown {
    position: absolute;
    top: 18px;
    width: 200px;
    border-radius: 6px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #ced2de;
    background-color: #ffffff;
    padding: 8px 0;
    left: -50px;
    display: none;
}

    .shorting-dropdown li {
        padding: 4px 16px;
    }

.shorting-title {
    font-size: 10px;
    color: #33415c;
    font-weight: 700;
}

.open-dd {
    display: block;
    z-index: 1;
}

.shorting-dropdown .custom-control-label {
    color: #33415c;
    text-transform: none;
    font-weight: 500;
    letter-spacing: normal;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cg fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg stroke='%23FFF'%3E%3Cg%3E%3Cpath d='M1 5L3 8 9 2' transform='translate(-3 -3) translate(3 3)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: auto;
}

.box-shadow-common {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #979dac;
    background-color: #f0f2f7;
    border-color: #f0f2f7;
}

.daterangepicker .drp-selected {
    display: none;
}

.search-ic-for-mobile {
    display: none;
}

.my-order-main tr:hover {
    background-color: #fafbff;
}

.status-with-ic {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}

    .status-with-ic img {
        margin-left: 6px;
    }

.oval {
    width: 4px;
    height: 4px;
    margin-right: 6px;
    border-radius: 50%;
    background-color: #ced2de;
    display: inline-block;
}

.details-slide {
    box-shadow: -4px 0 12px 0 rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    position: fixed;
    right: 0;
    top: 64px;
    z-index: 1030;
    width: 625px;
    max-width: 100%;
    right: -100%;
    overflow-x: hidden;
}

.box-shadow-common-4 {
    box-shadow: -4px 0 12px 0 rgba(0, 0, 0, 0.08);
}

.details-open {
    right: 0;
}

.bg-light {
    background-color: #fafbff;
}

.details-status {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: normal;
}

    .details-status > span {
        margin-right: 6px;
    }

.details-content {
    overflow: auto;
    height: calc(100vh - 271px);
}

.acc-header-link {
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f0f2f7;
    cursor: pointer;
    font-weight: 600;
    color: #33415c;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.acc-header-right,
.acc-title-text {
    position: relative;
}

.acc-body {
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
}

    .acc-body::before {
        content: "";
        position: absolute;
        background: #f0f2f7;
        height: 1px;
        left: -100px;
        right: 0;
        width: 200%;
        bottom: 0;
        z-index: 1;
    }

.location-row td {
    padding-right: 35px;
}

.acc-header-link[aria-expanded="true"] .acc-arrow {
    transform: rotate(180deg);
}

.acc-header-link[aria-expanded="true"]::before {
    content: "";
    position: absolute;
    left: -300px;
    right: 0;
    top: 0;
    bottom: 0;
    width: 328%;
    background: #fafbff;
    box-shadow: inset 0 -1px 1px 0 rgba(0, 0, 0, 0.05);
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.details-head-right .btn-sm {
    display: inline-flex;
    padding: 7px 11px !important;
    margin-left: 4px;
}

.details-head-bottom {
    justify-content: space-between;
}

#Communications tr td:last-child,
#Communications tr th:last-child {
    text-align: center;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    background-color: #2f579f;
}

.nav-tabs-boxed .tab-content {
    padding: .75rem 1.25rem;
    border: 1px solid;
    border-radius: 0 .25rem .25rem .25rem;
    color: #768192;
    background-color: #fff;
    border-color: #d8dbe0;
}
