body {
    font-weight: 700 !important;
    background-color: #e8e8e8 !important;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    color: rgb(255 255 255);

    border-color: #002c60;
    background: #002c60;
}

.bg-primary {
    background: #002c60;
}

a,
a:hover,
.text-primary {
    color: #002c60;
    text-decoration: none;
}

button.btn.btn-light.text-primary {
    color: #002c60 !important;
}

.btn,
.card,
.badge {
    border-radius: 0px !important;
}

.navbar-toggler {
    border-radius: 0px;
    color: white !important;
    background-color: transparent;
}

.sidebar-dark {
    background: #002c60;
}

.sidebar-dark.nav-left-sidebar .navbar-nav .nav-link:focus,
.sidebar-dark.nav-left-sidebar .navbar-nav .nav-link.active {
    background: #002c60;
}

.sidebar-dark.nav-left-sidebar .submenu .nav .nav-item .nav-link:hover {
    background-color: #002c60;
}

.sidebar-dark.nav-left-sidebar .navbar-nav .nav-link {
    color: white;
    opacity: 0.9;
}

.nav-left-sidebar .navbar-nav .nav-item {
    background: #002c60;
}

.nav-divider {
    text-align: right;
    color: #fff !important;
    font-family: "Cairo", "Arial", sans-serif;
}

.font-primary {
    font-family: "Cairo", "Arial", sans-serif;
}

.sidebar-dark.nav-left-sidebar .nav-link i {
    margin-left: 10px;
}

.nav-left-sidebar .navbar-nav .nav-item {
    text-align: right;
}

.card {
    border-radius: 0px;
    border: none;
    -webkit-box-shadow: 0 1px 3px -2px #1a2b49;
    box-shadow: 0 0.5px 4px -2px #1a2b49;
}

/* custom form style */

.form-control {
    border-radius: 2px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.2);
}

.form-control:focus {
    box-shadow: 0 1px 5px -2px #1a2b49;
    border-bottom: 1px solid #1a2b49;
}

.form-group label {
    color: #616161;
}

.input-group-addon {
    border: none;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #147edd;
}

.has-success .form-control {
    border-color: #147edd;
}

.has-success .form-control:focus {
    border-color: #e25431;
    box-shadow: 0 1px 5px -2px #c8e6c9;
}

.has-success .input-group-addon {
    color: #147edd;
    border-color: #147edd;
    background-color: #c8e6c9;
}

.has-success .form-control-feedback {
    color: #147edd;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #ff9800;
}

.has-warning .form-control {
    border-color: #ff9800;
}

.has-warning .form-control:focus {
    border-color: #cc7a00;
    box-shadow: 0 1px 5px -2px #ffe0b2;
}

.has-warning .input-group-addon {
    color: #ff9800;
    border-color: #ff9800;
    background-color: #ffe0b2;
}

.has-warning .form-control-feedback {
    color: #ff9800;
}

.bg-warning,
.alert-warning {
    background-color: #ff9800 !important;
}

.bg-light-warning {
    background-color: #cbffbb !important;
}

.alert-success {
    background: #01be56 !important;
}

.alert-secondary {
    background: #dddddd !important;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #147edd;
}

.has-error .form-control {
    border-color: #147edd;
}

.has-error .form-control:focus {
    border-color: #ea1c0d;
    box-shadow: 0 1px 5px -2px #ffcdd2;
}

.has-error .input-group-addon {
    color: #147edd;
    border-color: #147edd;
    background-color: #ffcdd2;
}

.has-error .form-control-feedback {
    color: #147edd;
}

/* custom form style */
.alert {
    border-radius: 0;
    box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.2);
}

.dataTables_info,
p {
    font-family: "Cairo", "Arial", sans-serif;
}

.btn-info {
    background-color: #19bde0 !important;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #002c60 !important;
    border-color: #002c60 !important;
}

ul.nav.flex-column {
    background-color: #002c60 !important;
}

.modal-content {
    border-radius: 0px !important;
    border: none !important;
    box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.32);
}

.modal-backdrop {
    background-color: rgba(38, 166, 251, 0.7) !important;

    opacity: 0.9 !important;
}

.btn {
    color: black;
}

.modal-header {
    border: none !important;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px grey;
    border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #002c60;
    border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #002c60;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #002c60 !important;
    color: white;
}

.select2-results__option,
.select2-selection__rendered {
    text-align: right !important;

    font-family: "Cairo", "Arial", sans-serif;
}

.select2-container--default .select2-selection--single {
    border-radius: 2px;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.2);
}

.select2-container--default .select2-selection--single::focus {
    border-radius: 2px;
    border: none;
    box-shadow: 0 1px 5px -2px #00799e;
    border-bottom: 1px solid #00799e;
}

select.form-control {
    text-align: right !important;
}

.vgt-wrap.rtl .vgt-table th.sortable button:after {
    content: none;
}

.vgt-wrap.rtl .vgt-table th.sortable button::before {
    content: none;
}

.footer__row-count__label {
    display: none !important;
}

.vgt-selection-info-row__actions.vgt-pull-right {
    float: left !important;
}

.btn-warning {
    background-color: #ff9800 !important;
    border-color: #ff9800 !important;
}

.btn-dark-red {
    background-color: #bd0600 !important;
}


.modal-full-screen {
    padding: 0 !important;
}

.modal-dialog-full-screen {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal-content-full-screen {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-body-full-screen {
    overflow-y: auto;
}

.border-top {
    border-top: 4px solid #ffffff !important;
}

.border-top-primary {
    border-top-color: #1a2b49 !important;
}

.border-top-success {
    border-top-color: #008000 !important;
}

.border-top-info {
    border-top-color: #00a2ff !important;
}

.border-top-warning {
    border-top-color: #ff9900 !important;
}

.border-top-purple {
    border-top-color: #8400ff !important;
}

.border-top-danger {
    border-top-color: #c20000 !important;
}

.logintrans {
    transition: 500ms;

}

.text-dark {
    color: black !important;
}

.btn-primary,
.btn-info,
.btn-success,
.btn-danger,
.btn-warning,
.btn-dark-red,
.btn-secondary {
    color: #fff !important;
}

div.dataTables_wrapper {
    direction: rtl;
}

.bg-auth {
    background-size: cover;
    background-repeat: no-repeat;
}

.sortable,
.footer__navigation {
    font-family: "Cairo", "Arial", sans-serif;
}

/* loading page */
#loading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.9;
    background-color: #fff;
    z-index: 99;
}

#loading-image {
    z-index: 100;
}

/* loading page */
.text-bold {
    font-weight: bold;
}

ul.navbar-nav.flex-column {
    padding-right: 0px !important;
}

.list-group {
    padding-right: 0px !important;
}

li {
    font-family: 'Cairo', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.thead-primary th {
    background-color: #002c60 !important;
    border-color: #002c60 !important;
    color: white !important;
}

.bg-warning-light {
    background-color: #fffee9 !important;
}

.card-primary {
    /* border-color: #002c60 !important; */
    border-bottom: 5px solid #002c60 !important;
}

.badge-primary-light {
    /* border-color: #002c60 !important; */
    background-color: #e7f5ff !important;
    color: #002c60 !important;
}

.card-warning {
    border-bottom: 5px solid #ff9800 !important;
}

.card-danger {
    border-bottom: 5px solid #d80707 !important;
}

.card-success {
    border-bottom: 5px solid #28a745 !important;
}

.card {
    position: relative !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    min-width: 0 !important;
    word-wrap: break-word !important;
    border-radius: .25rem !important;
    margin-bottom: 1.25rem;
    -webkit-box-shadow: 0 2px 4px rgb(15 34 58 / 12%);
    box-shadow: 0 2px 4px rgb(15 34 58 / 12%)
}

.card-header {
    padding: .75rem 1.25rem !important;
    margin-bottom: 0 !important;
    background-color: rgb(251 251 251);
    border-bottom: 0.2px solid #f6f6f6 !important;
}

.table {
    color: #495057;
    border-color: #f5f6f8;
    background-color: #f8f9fa;
}

.btn {
    border-radius: 10px !important;
    -webkit-box-shadow: 0 2px 4px rgb(15 34 58 / 12%) !important;
    box-shadow: 0 2px 4px rgb(15 34 58 / 12%) !important;
    transition: 3ms;
    margin-right: 3px;
    margin-left: 3px;
}

.btn:hover {
    transform: scale(0.99);
}

/* notification */
.top-text-block {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: inherit !important;
    border-bottom: 1px solid #f4f4f4;
    position: relative;
}

.top-text-block:hover:before {
    content: '';
    width: 4px;
    background: #002c60;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}

.top-text-block.unread {
    background: #ffc;
}

.top-text-block .top-text-light {
    color: #999;
    font-size: 0.8em;
}

.top-head-dropdown .dropdown-menu {
    width: 350px;
    height: 300px;
    overflow: auto;
}

.top-head-dropdown li:last-child .top-text-block {
    border-bottom: 0;
}

.topbar-align-center {
    text-align: center;
}

.loader-topbar {
    margin: 5px auto;
    border: 3px solid #ddd;
    border-radius: 50%;
    border-top: 3px solid #666;
    width: 22px;
    height: 22px;
    -webkit-animation: spin-topbar 1s linear infinite;
    animation: spin-topbar 1s linear infinite;
}

@-webkit-keyframes spin-topbar {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin-topbar {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* notification */


.text-small {
    font-size: 10px;
}

li.bg-notification-light {
    background: #f5f5f5;
}

span.badge.badge-pill.badge-danger {
    border-radius: 100px !important;
}

.bg-light-danger {
    background-color: rgb(255, 200, 200) !important;
}

.modal-backdrop {
    background-color: #bc2900af !important;
}

html {
    scroll-behavior: smooth;
}

.float {
    position: fixed;
    cursor: pointer;
    display: block;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: rgb(1, 110, 174);
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    z-index: 999999;
    box-shadow: 2px 2px 3px #999;
}

.float i {
    cursor: pointer;
    color: #FFF !important;
}

.float2 {
    border: none !important;
    position: fixed;
    cursor: pointer;
    display: block;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 120px;
    background-color: rgb(0, 159, 32);
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    z-index: 999999;
    box-shadow: 2px 2px 3px #999;
}

.float2 i {
    cursor: pointer;
    color: #FFF !important;
}

.my-float {
    margin-top: 22px;
}

.my-float2 {
    margin-top: 22px;
}

.flight-all-parcel {
    max-height: 400px !important;
    overflow-y: auto;
}

.crosshair {
    cursor: crosshair;
}

.is-paid {
    background: rgb(0, 151, 0);
    color: white;
    padding: 10px;
    left: -0.75rem;
    right: -0.75rem;
    top: -0.75rem;
    bottom: -1.9rem;
    padding: 0.75rem;
}

.wrap {
    display: block;
    position: relative;
    width: 100%;
}

.table .thead-light th {
    color: #495057;
    background-color: #f7fbff;
    border-color: #0027be4f;
}

.Div1 {
    width: 45%;
    background-color: transparent;
    margin-right: 5px;
    min-height: 50px;
    position: fixed;
    left: 0%;
    bottom: 0%;
    padding: 10px;
}

@media screen and (max-width: 600px) {
    .Div1 {
        display: none !important;
    }
}

.btn-primary,
.bg-primary {
    background: #4c3794 !important
}

.btn-danger,
.bg-danger {
    background: rgb(255, 0, 0);
}

.btn-info,
.bg-info {
    background: rgb(42, 162, 154);
}

.btn-success,
.bg-success {
    background: rgb(15, 155, 50);
}

.btn-warning,
.bg-warning {
    background: rgb(242, 169, 12);
}

html {
    height: 100% !important;
}
.splash-container-100 {
    width: 100%;
    max-width: 850px !important;
    padding: 15px;
    margin: auto;
}
.sidebar-dark {
    background-image: url(/assets/images/bg-menu.jpg?v=234543);
    background-repeat: no-repeat;
    background-size: cover;
}

tr.bg-danger.text-white a.text-primary {
    color: #fff !important;
}
tr.bg-danger.text-white span {
    color: #fff !important;
}
tr.bg-danger.text-white small {
    color: #fff !important;
}
.bg-danger div {
    color: #fff !important;
}
.nav-left-sidebar .navbar-nav .nav-item , .sidebar-dark.nav-left-sidebar .navbar-nav .nav-link:focus, .sidebar-dark.nav-left-sidebar .navbar-nav .nav-link.active,ul.nav.flex-column,.nav-left-sidebar .submenu{
    background-color: transparent !important;
}
input.form-control ,.select2,.vs__dropdown-toggle,textarea.form-control , select{
    border: 2.5px solid #00007c !important;
}
.form-group label {
    color: #00337b !important;
}


table th {
    background: #edf5fe  !important;
    color: #000958 !important;
}

.bg-danger th.text-white {
    background: #9e0000 !important;
}
.bg-light-danger{
    background: #ffc1c1 !important;
    color: #9e0000 !important;
}
.bg-light-warning{
    background: #fff5db !important;
    color: #855701 !important;
}

.parcel-records{
    color: #000958 !important;  
}
.pdark{
    color: #000958 !important;  
}
.product-colors input[type=checkbox], input[type=radio]{
    display: inline-block;
}