﻿.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    outline: 0;
}

table#DataTable tr:nth-child(even) {
    background-color: #f5f5f5;
}

table#DataTable td {
    font-weight: 500 !important;
    white-space: nowrap;
}

#DataTable thead th {
    position: relative;
    cursor: pointer;
}

    #DataTable thead th::before {
        content: '↑';
        position: absolute;
        top: 53%;
        right: 3px;
        transform: translateY(-50%);
        border: solid transparent;
        border-width: 0 4px 4px;
        opacity: 0.5;
    }

    #DataTable thead th.asc::before {
        opacity: 1;
    }

    #DataTable thead th.desc::before {
        opacity: 0.5;
    }

    #DataTable thead th::after {
        content: '↓';
        position: absolute;
        top: 45%;
        right: 2px;
        transform: translateY(-50%);
        border: solid transparent;
        border-width: 4px 0 0;
        opacity: 0.5;
    }

    #DataTable thead th.asc::after {
        opacity: 0.5;
    }

    #DataTable thead th.desc::after {
        opacity: 1;
    }


table.dataTable tbody th, table.dataTable tbody td {
    white-space: nowrap;
}

.mr-5 {
    margin-right: 5px;
}

.mr-2 {
    margin-right: 2px;
}

.mr-3 {
    margin-right: 3px;
}

.color-white {
    color: #fff !important;
}

.w-40 {
    width: 40%;
}

/*#DataTable thead th {
    min-width: 100px;
    border-radius: 3px;
    background-color: #f36621;*/ /* Adjust the width as needed */
/*}*/

#DataTable thead td {
    min-width: 100px;
    border: none !important;
}

.sorting {
    background-image: none !important;
}

.table > :not(caption) > * > * {
    padding: 0px !important;
    background-color: none !important;
    border-bottom-width: 0px !important;
    box-shadow: none !important;
}

input[disabled], select:disabled, .disabled {
    cursor: not-allowed !important
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

table.dataTable thead .sorting_asc {
    background-image: none !important;
}

table.dataTable thead .sorting_desc {
    background-image: none !important;
}

table .dataTable tbody td {
    border: none !important;
}

table.dataTable td {
    border: none !important;
}

table.dataTable tbody tr {
    vertical-align: middle !important;
}

#DataTable_previous .page-link {
    border-radius: 0px !important;
}

#DataTable_next .page-link {
    border-radius: 0px !important;
}


div.dataTables_wrapper div.dataTables_filter input, #DataTable_filter {
    display: inline-block;
}

div.dataTables_wrapper div.dataTables_length select {
    display: inline-block;
    width: 55%;
}

dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: none !important;
    background-color: none !important;
    background: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: none !important;
    background-color: none !important;
    background: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 3px !important;
    color: black;
}
/* Add the following CSS styles */
.table-striped tbody tr:nth-child(even) {
    background-color: #f7f7f7;
}

/*.animatr:hover  {
    background-color: #35246b !important;
    color: white !important;
    cursor: pointer;
    text-transform: capitalize;
    font-weight: bold;*/
/*box-shadow: rgba(53, 36, 107, 0.2) -1px 1px, 
    rgba(53, 36, 107, 0.2) -2px 2px, 
    rgba(53, 36, 107, 0.2) -3px 3px, 
        rgba(53, 36, 107, 0.2) -4px 4px, 
        rgba(53, 36, 107, 0.2) -5px 5px, 
        rgba(53, 36, 107, 0.2) -5px 0px;*/

/*transform: translate3d(3px, -3px, 0);
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: linear;
}*/


.ng-cloak {
    display: none !important;
}

.dropdown-menu.show {
    display: block;
    background-color: #fbfbfb !important
}

.dropdown-menu li {
    background-color: #35246b !important;
}

    .dropdown-menu li :hover {
        background-color: #f36621 !important;
    }

    .dropdown-menu li a span {
        color: white !important;
    }

.btndropdown {
    background-color: #35246b !important;
    color: white !important;
    border: 1px solid #f36621;
}

.list-icons {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.svg-inline--fa.fa-w-14 {
/*    width: 0.875em !important;*/
    font-size: 15px !important;
}
.Table-greenIcon {
    background: #009688 !important;
    padding: 1px !important;
    border-radius: 50% !important;
    font-size: 14px !important;
    height: 25px !important;
    width: 25px !important;
    display: inline-block !important;
    color: white !important;
    margin-right: 7px !important;
    text-align: center !important
}

.Table-purpleIcon {
    background: #9c27b0 !important;
    padding: 1px !important;
    border-radius: 50% !important;
    font-size: 14px !important;
    height: 25px !important;
    width: 25px !important;
    display: inline-block !important;
    color: white !important;
    margin-right: 7px !important;
    text-align: center !important
}

.Table-RedIcon {
    background: #f44336 !important;
    padding: 2px !important;
    border-radius: 50% !important;
    height: 25px !important;
    width: 25px !important;
    display: inline-block !important;
    color: white !important;
    margin-right: 7px !important;
    text-align: center !important
}

.Table-blueIcon {
    background: #3f51b5 !important;
    padding: 1px !important;
    border-radius: 50% !important;
    font-size: 14px !important;
    height: 25px !important;
    width: 25px !important;
    display: inline-block !important;
    color: white !important;
    margin-right: 7px !important;
    text-align: center !important
}
.nav-group-sub .nav-link {
    padding: 0.625rem 1.25rem 0.625rem 1.5rem;
}

.nav-item-submenu > .nav-link {
    padding-right: 0px !important;
}
/*.nav-sidebar .nav-item {
    margin-left:10px !important
}*/
.nav-sidebar > .nav-item > .nav-link{
    font-weight:400 !important
}
    .nav-sidebar > .nav-item > .nav-link > i, .nav-sidebar > .nav-item > .nav-link > svg {
        color: #383838 !important
    }
.svg-inline--fa {
    /*    margin-right: 10px !important;*/
    /*   margin-top: 3px !important;*/
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    margin-top: 0px !important;
    /*    border: 1px solid #35246b !important;*/
}

.select2-container--default .select2-selection--single {
    min-height: 33px !important;
    border-radius: 15px !important;
    background-color: #fff;
    border-radius: 4px !important;
    height: 33px !important;
    border: 0.8px solid lightgray !important;
    margin-top: 0px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-top: 0px;
    padding-left: 9px;
    padding-right: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-radius: 4px !important;
    border-radius: 4px !important
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer;
    height: 33px;
    width: 100%;
}

.w-30 {
    width: 30%
}

.navbar-brand img {
    height: 32px;
  /*  margin-left: -10px;*/
    margin-top: 9px;
    margin-bottom: 9px;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.preloader {
    width: auto;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999;
    background: white;
    opacity: 0.9;
}

.loader-img {
    margin: 0 auto;
    position: absolute;
    top: 45%;
    left: 45%;
    height: 150px;
    width: auto;
    z-index: 999999;
    animation: blink 2s linear infinite;
}



.iconcolor {
    color: #f36621 !important;
    font-size: 22px !important;
    position: relative;
    top: 2px;
}
/*
.headingcolor {
    color: #35246b !important;
}*/

.row {
    margin: 0px !important;
}
/*.Table-scroller{
    overflow:auto;
    border-radius:12px;
}*/
#DataTable_wrapper > div:nth-child(2) {
    overflow: auto !important;
    height: 70vh
}

#KnockOffTable_wrapper > div:nth-child(2) {
    overflow: auto !important;
    height: 400px
}

.table-striped tbody tr:nth-child(even):hover {
    background: #ece9f6
}

table.dataTable.table-striped > tbody > tr.odd:hover {
    background: #ece9f6
}

a {
    text-decoration: none;
}

.navbar-brand {
    /*  width: 200px;*/
    width: 50px;
    padding: 0px !important;
}

    .navbar-brand img {
        /*height: 25px;*/
        width: 100%;
    
    }

.content-wrapper {
    margin-top: 5rem;
    margin-left: 3px;
}

.content-wrapper {
    margin-top: 3rem;
    /*margin-left: 15rem;*/
}

.sidebar-expand-md:not(.sidebar-component):not(.sidebar-fixed) .sidebar-content {
    position: fixed !important;
    width: inherit !important;
    overflow:auto
}

.sidebar-content {
    padding-top: 3rem;
}

.sidebar-content {
    padding-top: 1rem;
}

.date-input {
    padding-right: 30px; /* To leave space for the calendar icon */
}

/* Adjust the calendar icon position */
.input-group-addon {
    position: absolute;
    right: 0;
    top: 9px;
    bottom: 0;
    width: 26px;
    background-color: transparent;
    border: none;
    pointer-events: none;
    font-size: 10px;
}

    /* Style the calendar icon (Font Awesome) */
    .input-group-addon i {
        font-size: 18px;
        line-height: 30px;
        text-align: center;
        color: #ccc; /* Icon color */
    }

.modal-dialog {
    margin: 0 auto;
    max-width: 90% !important;
}

.modal-icon {
    font-size: 27px !important;
    color: white !important;
    margin-bottom: 2px !important;
}

.navbar {
    padding: 0px;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.preloader {
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 99999;
    background: #fff;
    opacity: 0.6;
}

    .preloader img {
        position: absolute;
        top: 50%;
        left: 43%;
        width: 108px;
        /*height: 107px !important;*/
        text-align: center;
    }

.navbar-light {
    background-color: white;
    padding: 0px 20px;
    /* border-bottom: 2px solid #35246b; */
/*    box-shadow: rgb(225 225 225) -0.05px 1.95px 0.6px;*/
}

.sidebar-light {
    background-color: white;
    color: #637381;
}

    .sidebar-light .nav-sidebar .nav-link {
        color: #3f51b5;
        border-bottom: 0px solid #bdbdbd;
    }

.svg-inline--fa {
    /*   margin-right: 10px;*/
    /*    margin-top: 3px;*/
}

.navbar-light .navbar-nav-link {
    color: #3f51b5 !important
}

.sidebar-light .nav-sidebar .nav-link:not(.disabled):hover {
    color: #637381;
    background-color: whitesmoke;
}

.sidebar-xs .sidebar-main .nav-sidebar > .nav-item:hover {
    color: #637381;
    /*background-color: #f36621;*/
}

.sidebar-xs .sidebar-main.sidebar-light .nav-sidebar > .nav-item:not(.nav-item-open):hover > .nav-link:not(.active):not(.disabled) {
    color: #637381;
    background-color: whitesmoke;
}

.sidebar-xs .sidebar-main.sidebar-light .nav-sidebar > .nav-item-submenu > .nav-group-sub {
    background-color: whitesmoke !important;
    color: #637381;
}

.sidebar-light .nav-sidebar > .nav-item-open > .nav-link:not(.disabled), .sidebar-light .nav-sidebar > .nav-item > .nav-link.active {
    color: #637381;
    background-color: whitesmoke;
}

.sidebar-light .nav-sidebar .nav-item-open > .nav-link:not(.disabled), .sidebar-light .nav-sidebar > .nav-item-expanded:not(.nav-item-open) > .nav-link {
    color: #637381;
    background-color: whitesmoke;
}


.Customebtn {
    border: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    text-transform: uppercase;
    outline: none;
    overflow: hidden;
    position: relative;
    color: white;
    font-weight: 700;
    font-size: 13px;
    padding: 10px;
    /* margin: 0 auto; */
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
    margin-bottom: 10px;
}

.fa-filter {
    font-size: 50px;
    color: #f36621;
}

    .fa-filter:hover {
        cursor: pointer;
    }

.Customebtn span {
    position: relative;
    font-size: 17px;
    z-index: 1;
}

.Customebtn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 150px;
    width: 150px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-98%) translateY(-25%) rotate( 9deg);
    transform: translateX(-98%) translateY(-25%) rotate( 153deg);
}

.Customebtn:hover:after {
    -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
    transform: translateX(-9%) translateY(-25%) rotate(153deg);
}

.btnPrimary {
    background-color: #35246b;
}

    .btnPrimary::after {
        background: #f36621;
    }

.btnSecondary {
    background: #444444;
}

    .btnSecondary::after {
        background: #6c757d;
    }

.btnDanger {
    background: #dc3545;
}

    .btnDanger::after {
        background: #800c23;
    }

.btnSuccess::after {
    background: #35246b;
}

.btnSuccess {
    background-color: #00a172;
}

.color-gray {
    color: #304a52 !important;
}

.color-green {
    color: #00be5e !important;
}

/*.scrollbar {
    height: 450px;
    overflow-y: scroll;
    overflow-x: visible !important;
    padding: 0px;
    margin-top: 10px;
}*/

.table-card table {
    color: #35246b;
}

/*.table.dataTable th {
    position: sticky;
    top: -1px;
    z-index: 1;
    background: #35246b;
    color: white;
    text-align: center !important;
}*/

.Starick::after {
    content: "*";
    color: red;
}

/*table.dataTable td, table.dataTable th {
    border: 1px solid lightgray;
    text-align: center !important;
}*/

.fixed-card-footer {
    background: #e0e0e0;
    padding: 10px;
    position: sticky;
    text-align: right;
    bottom: 0px;
    z-index: 2;
}

.card-header {
    background: #35246b;
    color: #35246b;
    margin-bottom: 10px;
    height: 50px !important;
    padding: 11px;
    color: white;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

    .card-header h4 {
        margin: 0px;
    }

.clickable-style:hover {
    cursor: pointer;
    background-color: #f36621;
    color: white;
}

clickable-style:active {
    cursor: move;
    background-color: #f36621;
    color: white;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 3px;
}

table.dataTable.no-footer {
    border: none;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #383838;
    border-radius: 5px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #13436d;
    }

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.p-10 {
    padding: 10px;
}

.image-upload {
    background: #35246b;
    padding: 4px;
    color: white;
}

    .image-upload:hover {
        cursor: pointer !important;
    }

    .image-upload label:hover {
        cursor: pointer !important;
    }

    .image-upload label {
        margin: 0px !important;
        font-size: 17px;
    }

    .image-upload > input {
        display: none;
    }

.Image-view {
    margin: 25px 0px;
    margin-right: 10px;
    float: left;
    width: 100%;
    height: 80px;
}

    .Image-view img {
        height: 80px;
        width: 80px;
    }

.overlay {
    opacity: 0;
    transition: .3s ease;
    background: linear-gradient(rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.9) 100%);
    position: relative;
    bottom: 79px;
    height: 80px;
    width: 80px;
    text-align: right;
}

.Image-view:hover .overlay {
    opacity: 1;
}

.Image-view .icon-trash {
    color: white;
    font-size: 15px;
    position: relative;
    left: 60px;
    top: -103px;
    opacity: 0;
}

.Image-view:hover .icon-trash {
    opacity: 1;
}

.icon-trash:hover {
    color: #eee;
}

.table td, .table tr {
    border: 1px solid;
    text-align: left !important;
}

/*.table-card-head th {
    border: 1px solid white !important;
}*/

.pull-right {
    float: right !important;
}

.custome-checkbox {
    height: 20px;
    width: 20px;
    position: relative;
    top: 6px;
    left: 3px;
}

.mt-30 {
    margin-top: 30px;
}

.w-100 {
    width: 100%;
}

.btn-light.focus, .btn-light:focus, .btn-light:hover, .btn-light:not([disabled]):not(.disabled).active, .btn-light:not([disabled]):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    color: white;
    background-color: #35246b;
}

.modal-header {
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding: 10px !important;
}

modal-header h5 {
    font-size: 14px !important
}

.modal-title {
    color: white;
}

.close {
    border-radius: 6px;
    background-color: #f36621;
    padding: 3px 10px;
    font-size: 14px;
    color: white;
}

span {
    font-size: 13px;
}

.page-item.active .page-link {
    background-color: #3f51b5;
    border-color: #3f51b5;
}

.image-upload-submit {
    background: none;
    padding: 5px;
    color: black;
    /*width: 140px;*/
    border: 1px solid lightgray;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
}

    .image-upload-submit label i {
        position: relative;
        bottom: 2px;
    }


    .image-upload-submit i {
        font-size: 20px;
    }

.ss-main .ss-single-selected {
    height: 38px !important;
    /*border-radius: 15px;*/
}


#tsum-tabs h1 {
    padding: 50px 0;
    font-weight: 400;
    text-align: center;
}

#tsum-tabs p {
    margin: 0 0 20px;
    line-height: 1.5;
}

#tsum-tabs main {
    min-width: 320px;
    max-width: 800px;
    padding: 50px;
    margin: 0 auto;
    background: #fff;
}

#tsum-tabs section {
    display: none;
    padding: 20px 0 0;
    border-top: 1px solid #ddd;
}

#tsum-tabs input {
    display: none;
}

#tsum-tabs label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    color: #bbb;
    border: 1px solid transparent;
}

    #tsum-tabs label:before {
        font-family: fontawesome;
        font-weight: normal;
        margin-right: 10px;
    }

    #tsum-tabs label[for*='1']:before {
        content: '\f1cb';
    }

    #tsum-tabs label[for*='2']:before {
        content: '\f17d';
    }

    #tsum-tabs label[for*='3']:before {
        content: '\f16b';
    }

    #tsum-tabs label[for*='4']:before {
        content: '\f1a9';
    }

    #tsum-tabs label:hover {
        color: #35246b;
        cursor: pointer;
    }

#tsum-tabs input:checked + label {
    color: #35246b;
    border: 1px solid #ddd;
    border-top: 2px solid #35246b;
    border-bottom: 1px solid #fff;
}

#tsum-tabs #tab1:checked ~ #content1,
#tsum-tabs #tab2:checked ~ #content2,
#tsum-tabs #tab3:checked ~ #content3,
#tsum-tabs #tab4:checked ~ #content4 {
    display: block;
}

.section {
    border: 1px solid gray;
    padding: 20px;
    margin: 20px 0px;
    border-radius: 10px;
    background: #f9f9f9;
}

    .section h4 {
        font-size: 20px;
        margin-bottom: 25px;
    }

@media screen and (max-width: 650px) {
    #tsum-tabs label {
        font-size: 0;
    }

        #tsum-tabs label:before {
            margin: 0;
            font-size: 18px;
        }

    .section h4 {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .page-title {
        padding: 10px 0px 10px 0px;
    }

    .section {
        padding: 10px;
        overflow-x: scroll;
    }
}

@media screen and (max-width: 400px) {
    #tsum-tabs label {
        padding: 15px;
    }
}

.select2-selection--single .select2-selection__arrow:after {
    top: 20%;
    right: -0.125rem;
    margin-top: -.5rem;
    font-size: 21px;
    background: #00946b;
    padding: 7px;
    color: white;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.bgprimary {
    background: #35246b;
}

.bgDanger {
    background: #dc3545;
}

.card-body-icon {
    position: absolute;
    z-index: 0;
    top: -25px;
    right: -25px;
    font-size: 5rem;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 1;
    }
}

@media (min-width: 768px) {
    .card-columns {
        column-count: 2;
    }
}

@media (min-width: 1200px) {
    .card-columns {
        column-count: 2;
    }
}

.card-login {
    max-width: 25rem;
}

.card-register {
    max-width: 40rem;
}

.page-title {
    padding: 10px 0px 10px 0px;
}

.input-group-text .svg-inline--fa {
    margin: 0px;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.pl-10 {
    padding-left: 10px;
}

.mt-38 {
    margin-top: 38px;
}

.mt-10 {
    margin-top: 10px;
}

.pr-10 {
    padding-right: 10px;
}

.form-group {
    margin-bottom: 10px;
}

.select2-container--default .select2-selection--multiple {
    min-height: 38px !important;
    /*border-radius: 15px;*/
}
.select2-container{
    width:100% !important
}
.select2-container--default .select2-selection--single {
    min-height: 33px !important;
    border-radius: 4px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 35px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 35px !important;
    }

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 6px !important;
}

.project-label {
    font-weight: 500;
    font-size: 20px;
    color: gray;
    border-bottom: 1px solid #dddddd;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 20px;
}



.m-t-19 {
    margin: 19px 3px 0px 3px;
}

.m-t-27 {
    margin: 27px 3px 0px 3px;
}

.badge-warning {
    background-color: #ff7043;
    padding: 5px !important;
}

.badge-FlowSattus {
    background-color: #76d5ff5c !important;
    color: black;
}

.badge-Agent {
    background: #4b6e97;
}
.badge-Finance {
    background: #a1005d
}
.badge-Admin {
    background: #d08d2f
}
.badge-Courier {
    background: #e1f0f8;
    color: #2f9dd0
}
.toast-container {
    z-index: 99999;
}

.toast {
    border-radius: 15px;
}

.toast-header {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.card {
    width: 100%;
/*    margin-bottom: 2rem;*/
    /*border-radius: 10px;*/
/*    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;*/
}

.profileCardFooter div {
    display: inline-block;
}

.profileCardFooter {
    background: whitesmoke;
    font-size: 20px;
    padding: 20px;
}

.page-content {
    background: #F4F6F8;
    padding-top:2rem !important
}

.ProfileCard {
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    border: 1px solid lightgray;
    border-radius: 10px;
    padding: 8px;
}

.ProfileCardBody {
    background: #f36621;
    padding: 25px;
    color: white;
    font-size: 20px;
}

.page-title h4 {
    color: #35246b;
}

.form-control {
    border-radius: 4px;
    height: 33px;
    border: 0.8px solid lightgray !important;
    font-size: 14px !important
}

    .form-control:focus {
        border-color: lightgray !important;
        box-shadow: none !important;
        /* box-shadow: 0 0 0 2px rgba(243, 102, 33, 1) !important;*/
    }

.form-select {
    border-radius: 15px;
}

.input-group-text {
    border-radius: 15px;
}

.card-body {
    overflow: auto;
/*    min-height:87vh */
}

.mt-20 {
    margin-top: 20px !important;
}

.sidebar {
    transition: 0.3s !important;
    width: 13.875rem
}

.badge-info {
    color: #fff;
    background-color: #00bcd4;
    padding: 9px !important;
}

.card-title {
    font-weight: bold;
}

.choosebtn {
    border: 1px solid #dddddd;
    padding: 5px;
    width: 100%;
    border-radius: 3px;
}

.navTabsPos {
    position: sticky !important;
    top: -1px !important;
    z-index: 1 !important;
    background: white !important;
    color: white !important;
}

.btn-action {
    background: #00946b;
    padding: 3px;
    color: white;
}

.input-group-addon {
    z-index: 97 !important;
}

.table td, .table th {
    padding: 13px 10px !important;
}

.clickable-style:hover .icon-printer {
    color: white !important;
}

.clickable-style:hover .icon-file-pdf {
    color: white !important;
}


/*Float Button... End Here */
label, tbody, .btn {
    font-weight: 500 !important;
}

 .badge-success{
    background-color: #63e58675 !important;
    /*border: 1px solid #15c515;*/
    color: green;
}

.badge-danger {
    background-color: #e5636375 !important;
    /*border: 1px solid #c51515;*/
    color: #800000;
}

.badge {
    font-size: 13px !important
}

.badge-warning {
    background-color: #f68511 !important
}

.badge-info {
    color: #35246b;
    background-color: #e6dfff;
}

.flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}

    .flex > .Flex-coumn {
        flex: 1 100px;
        align-self: center;
    }

.MultiFlex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}

    .MultiFlex > .MultiFlex-coumn {
        align-self: center;
    }

    .MultiFlex .MultiFlex-coumn-Select {
        margin-left: auto;
    }

        .MultiFlex .MultiFlex-coumn-Select .form-group {
            display: inline-block !important;
            margin-right: 10px;
        }

        .MultiFlex .MultiFlex-coumn-Select select {
            display: inline-block !important;
            margin-right: 10px;
        }

    .MultiFlex .MultiFlex-coumn select {
        display: inline-block !important;
        margin-right: 10px;
    }

    .MultiFlex .MultiFlex-coumn .form-group {
        display: inline-block !important;
        margin-right: 10px;
    }

.MultiFlex-coumn h4 {
    display: inline-block !important
}

.MultiFlex > .MultiFlex-coumn-Select {
    align-self: center;
}

@media(min-width:200px) and (max-width:769px) {

    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        text-align: left;
        margin-bottom: 10px;
    }

    .navbar-brand {
        width: 150px !important;
    }

    .Customebtn {
        font-size: 11px;
        padding: 8px;
    }

    .flex > .Flex-coumn {
        flex: 1 320px;
    }
}

a[type="button"] {
    color: white !important;
}

.required-starig {
    color: red !important;
}
/**First Stat*/
.container1 {
    background: white;
    cursor: pointer;
    border-radius: 15px;
    position: relative;
    padding: 25px 30px;
    color: Red;
}

    .container1::after {
        content: '';
        color: Red;
        border-radius: 15px;
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
        clip-path: circle(10% at 0% 0%);
        transition: all .3s ease-in;
    }

.content1 {
    position: relative;
    z-index: 1;
    transition: all .3s ease-in;
}

.container1:hover::after {
    clip-path: circle(100%);
}

.container1:hover .content1 {
    color: Red;
}
/**End First Card Css*/


/**Start Secod Card Css*/
.container2 {
    background: white;
    cursor: pointer;
    border-radius: 15px;
    position: relative;
    padding: 25px 30px;
    color: #ffb64d;
}

    .container2::after {
        content: '';
        color: #ffb64d;
        border-radius: 15px;
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
        clip-path: circle(10% at 0% 0%);
        transition: all .3s ease-in;
    }

.content2 {
    position: relative;
    z-index: 1;
    transition: all .3s ease-in;
}

.container2:hover::after {
    clip-path: circle(100%);
}

.container2:hover .content2 {
    color: #ffb64d;
}
/**Second Card End*/
/*Third card Start*/
.container3 {
    background: white;
    cursor: pointer;
    border-radius: 15px;
    position: relative;
    padding: 25px 30px;
    color: #35246B;
}

    .container3::after {
        content: '';
        color: #35246B !important;
        border-radius: 15px;
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
        clip-path: circle(10% at 0% 0%);
        transition: all .3s ease-in;
    }

.content3 {
    position: relative;
    z-index: 1;
    transition: all .3s ease-in;
}

.container3:hover::after {
    clip-path: circle(100%);
}

.container3:hover .content3 {
    color: #35246B !important;
}
/*Third card End*/
/*Fourth Card Start*/
.container4 {
    background: white;
    cursor: pointer;
    border-radius: 15px;
    position: relative;
    padding: 25px 30px;
    color: #F36621;
}

    .container4::after {
        content: '';
        color: #F36621;
        border-radius: 15px;
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
        clip-path: circle(10% at 0% 0%);
        transition: all .3s ease-in;
    }

.content4 {
    position: relative;
    z-index: 1;
    transition: all .3s ease-in;
}



.container4:hover .content4 {
    color: #F36621 !important;
}
/**END Fourth*/
/**Green Cotainer*/
.containergreen {
    background: white;
    border-radius: 15px;
    position: relative;
    padding: 25px 30px;
    color: green;
}

    .containergreen::after {
        content: '';
        color: green;
        border-radius: 15px;
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
        clip-path: circle(10% at 0% 0%);
        transition: all .3s ease-in;
    }

.contentgreen {
    position: relative;
    z-index: 1;
    transition: all .3s ease-in;
}

.containergreen:hover::after {
    clip-path: circle(100%);
}

.containergreen:hover .contentgreen {
    color: green;
}
/**Green Container*/
.print-icon {
    color: #f36621;
    font-size: 18px;
    cursor: pointer;
}

.TopContentHeader {
    position: fixed;
    width: -webkit-fill-available;
    padding: 10px;
    z-index: 999;
    top: 43px;
    background: #f4f6f8;
    /* border-bottom-right-radius: 10px; */
    /* border-bottom-left-radius: 10px; */
    /*    border-bottom: 1px solid lightgray;*/
}
.SidepopupFilters {
    position: absolute;
    z-index: 9999;
    right: 1rem;
    width: 20rem;
    max-height: 80vh;
    overflow: auto;
    box-shadow: rgb(171 171 171 / 16%) 0px 1px 4px;
    top: 5rem !important;
}
 
    .TopContentHeader .Flex-coumn .headingcolor {
        font-size: 14px !important
    }

.btn-primary {
    background: #3f51b5;
    border: 0;
}

    .btn-primary:hover {
        /*  background: #f36621;*/
        background: #f36621;
        border: 0;
    }

.btn-secondary {
    background: #5c636a;
    border: 0;
}

.btn {
    font-size: 10px !important
}

.btn-success {
    font-size: 12px;
    border: none;
}

.btn-secondary:hover {
    /* background: #35246b;*/
    background: #686D76;
    border: 0;
}

.form-group label {
    font-size: 14px !important
}

.cardDetails {
    padding: 10px;
    border-radius: 1px;
    background: #ece9f6;
}

    .cardDetails .CashCard, .CardCard, .BTCard, .CreditCard, .DDPCard, .ReturnCard, .CashAmount, .CardAmount, .BtAmount {
        background: #efefef;
        border-radius: 2px;
        padding: 5px 10px;
        display: inline-block;
        margin-right: 5px;
        color: white;
        font-size: 13px;
        min-width: 115px;
        text-align: center;
        margin-bottom: 7px;
        margin-top: 7px;
        box-shadow: 1px 2px 4px 0px gray;
        cursor: pointer
    }

        .cardDetails .CashCard:hover, .CardCard:hover, .BTCard:hover, .CreditCard:hover, .DDPCard:hover, .ReturnCard:hover, .CashAmount:hover, .CardAmount:hover, .BtAmount:hover {
            box-shadow: none !important
        }

    .cardDetails .CashCard {
        background: forestgreen;
    }

    .cardDetails .CardCard {
        background: #c18508;
    }

    .cardDetails .BTCard {
        background: #8c7e32;
    }

    .cardDetails .CreditCard {
        background: #092f84;
    }

    .cardDetails .DDPCard {
        background: #949494;
    }

    .cardDetails .ReturnCard {
        /*position:absolute;*/
        background: #c90301;
    }

    .cardDetails .CashAmount {
        background: forestgreen;
    }

    .cardDetails .CardAmount {
        background: #c18508;
    }

    .cardDetails .BtAmount {
        background: #8c7e32;
    }

    .cardDetails div i, strong {
        font-size: 13px !important;
    }

.Credit {
    color: white;
    background-color: #092f84 !important;
    /*padding: 1px 18px;*/
    border-radius: 2px;
    width: 73px;
    display: inline-block;
    text-align: center
}

.Cash {
    color: white;
    background-color: forestgreen !important;
    /*padding: 1px 18px;*/
    border-radius: 2px;
    width: 73px;
    display: inline-block;
    text-align:center;

}

.PPD {
    color: white;
    background-color: #949494 !important;
    /*padding: 1px 18px;*/
    border-radius: 2px;
    width: 73px;
    display: inline-block;
    text-align: center
}

.BT {
    color: white;
    background-color: #8c7e32 !important;
    /* padding: 1px 29px; */
    border-radius: 2px;
    width: 73px;
    display: inline-block;
    text-align: center
}

.Card {
    color: white;
    background-color: #c18508 !important;
    /*padding: 1px 18px;*/
    border-radius: 2px;
    width: 73px;
    display: inline-block;
    text-align: center
}

.StickyTR {
    color: gray;
    background: white;
    position: sticky;
    top: -4px;
    z-index: 1;
}

    .StickyTR th {
        background: whitesmoke !important
    }

.border-0 {
    border: 0px !important
}

    .border-0 tr, td, th {
        border-bottom: 1px solid lightgray !important;
        border-top: 0px !important;
        border-left: 0px !important;
        border-right: 0px !important
    }

.PrintReport .border-0 tr, td, th {
    border: 0px !important;
}

table tr, th, td {
    font-size: 11px !important
}

.sidebar:not(.sidebar-component) .sidebar-content {
    top: 2.12503rem !important;
}

.shipmentDetailBox {
    display: inline-block;
    border: 1px solid lightgray;
    margin-bottom: 10px;
    border-radius: 7px;
    padding: 10px;
}

    .shipmentDetailBox div {
        display: inline-block
    }

    .shipmentDetailBox span {
        font-weight: bolder;
    }

    .shipmentDetailBox label {
        color: #424141;
    }

    .shipmentDetailBox i, span, label {
        font-size: 12px !important;
    }

    .shipmentDetailBox h4 {
        font-size: 13px !important;
        background: #f1f3f4;
        padding: 10px;
        margin: -10px -10px 15px -10px;
        border-top-right-radius: 7px;
        border-top-left-radius: 7px;
    }

td .badge {
    font-size: 10px !important;
    padding: 6px !important;
    /* width: 117px;*/
    width: 131px;

}

.page-link {
    padding: 2px 10px;
    border-radius: 3px;
    font-size: 12px;
}

div.dataTables_wrapper div.dataTables_info {
    font-size: 12px;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #35246b !important;
    border-color: #35246b !important;
    box-shadow: none !important;
    border: 0;
}

.nav-sidebar .nav-link {
    padding: 10px 0px 10px 12px !important;
    font-size: 13px;
}

.sidebar-xs .sidebar-main {
    width: 3.5rem !important;
    /*padding: 10px 0px !important;*/
}

.modal-body .form-group {
    margin: 0 !important;
}

    .modal-body .form-group label {
        font-size: 12px !important;
    }

.modal-dialog {
    margin-top: 20px;
}

.modal-body {
    max-height: 400px !important;
    overflow: auto !important;
}

.navbar-toggler {
    background-color: #4f2f8a !important;
}

@media (min-width: 200px) and (max-width: 769px) {
    .navbar-brand {
        width: 20px !important;
    }

    .navbar-nav {
        flex-direction: row !important;
    }

    .ShowonMobile {
        display: inline-flex !important;
        flex-basis: auto;
        margin-right: 10px;
    }

        .ShowonMobile .dropdown-menu {
            position: absolute;
            margin: 8px;
        }
}

.ShipmentIvoiceHeader i {
    background: white;
    padding: 8px 4px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    color: #4f2f8a;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    position: relative;
    bottom: 10px;
    margin-right: 8px;
    font-size: 14px;
}

.ShipmentIvoiceHeader {
    background: #ede8ff;
    padding: 15px 15px 20px 15px;
    margin: -16px -16px 10px -16px;
}

    .ShipmentIvoiceHeader .InvoiceTtile {
        display: inline-block;
        text-align: left
    }


.ShipmentIvoiceBody .form-group label {
    font-size: 11px !important;
}

ShipmentIvoiceHeader i, span, div {
    font-size: 13px !important;
}

.CardHeadingIcon {
    background: white;
    padding: 7px 2px;
    border-radius: 50%;
    height: 25px;
    min-width: 25px !important;
    text-align: center;
    color: #4f2f8a;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    position: relative;
    top: 4px;
    margin-right: 0px;
    font-size: 12px;
}

.CardHeadingIconCourier {
    background: white;
    padding: 7px 2px;
    border-radius: 50%;
    height: 25px;
    min-width: 25px !important;
    text-align: center;
    color: #ff8400;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    position: relative;
    top: 4px;
    margin-right: 0px;
    font-size: 12px;
}

.modal-body .form-group {
    margin: 5px 0px !important;
}

.svg-inline--fa.fa-w-20 {
    width: auto !important
}

hr {
    height: 0.3px !important;
    margin: 5px 0 !important;
    background-color: #dfdfdf !important;
    opacity: 1 !important;
}

.ShipmentDetailCard {
    border-radius: 4px !important;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px !important;
    margin-top: -2em !important;
    border: 0px !important
}

    .ShipmentDetailCard .card-body {
        padding: 10px !important;
        min-height: 160px;
    }

    .ShipmentDetailCard .CardTitleIcon .HeadingCircle {
        padding: 2px;
        text-align: center;
        border-radius: 50%;
        height: 20px;
        width: 20px;
        font-size: 10px !important;
        background: #f27233;
        color: white;
        display: inline-block;
        position: relative;
        bottom: -3px;
        margin-right: 3px;
        vertical-align: top;
    }

.forestgreen {
    background: forestgreen !important;
}

.bluebg {
    background: #10528d !important
}

.Redish {
    background: #e9208e !important
}

.Red {
    background: #f23333 !important
}

.DarkGray {
    background: gray !important
}

.DarkGrayColor {
    color: #ffcf17 !important
}

.ThemeBackground {
    background: #4f2f8a !important
}

.CourierThemeBackground {
    background: #ff8400 !important
}

.Orange {
    background: #f27233 !important
}

.OrangeColor {
    color: #f27233 !important
}

.ShipmentIvoiceBody {
    max-height: 500px !important;
}

.modal {
    margin-top: 2rem
}

.ShipmentDetailCard .ItemCardTitle span {
    font-size: 15px !important;
    position: relative;
    top: 4px;
}

.CardActive {
    box-shadow: none !important
}

.badge {
    border-radius: 2px !important
}

.ShipmentDetailCard .badge, .ShipmentIvoiceHeader .badge {
    display: block !important;
    font-size: 10px !important;
    padding: 3px !important;
    width: fit-content !important;
    font-weight: 500 !important
}

.ShipmentIvoiceHeader .InvoiceTtile label, .InvoiceTtile div {
    font-size: 14px !important;
    font-weight: bolder
}

.ShipmentIvoiceHeader .InvoiceTtile .badge {
    font-size: 14px !important;
}

#filePicker {
    display: block !important
}

.ShipmentIvoiceHeader .HeaderTabs {
    padding: 3px 10px;
    /* border: 1px solid lightgray; */
    border-radius: 4px;
    background: white;
    cursor: pointer;
    font-size: 10px !important;
    margin-right: 5px;
}

    .ShipmentIvoiceHeader .HeaderTabs:hover {
        background: #4f2f8a;
        color: white
    }

.activeTabs {
    /*background: whitesmoke !important;*/
    color: #637381
}

.activeTabsTRX {
    background: whitesmoke !important;
    color: #637381
}

.Badge-Delivered {
    background: #4a7166 !important;
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.RefreshDiv {
    animation: slideInRight linear 0.5s;
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.ImprtModelContent {
    background-color: #fff !important;
    border-radius: 16px !important;
    box-shadow: 0 2.8px 2.2px rgb(0 0 0 / 3%), 0 6.7px 5.3px rgb(0 0 0 / 5%), 0 12.5px 10px rgb(0 0 0 / 6%), 0 22.3px 17.9px rgb(0 0 0 / 7%), 0 41.8px 33.4px rgb(255 255 255 / 9%), 0 100px 80px rgb(255 255 255 / 12%);
    width: 40% !important;
    position: absolute !important;
    left: 30% !important;
}

input[type=file] {
    display: none;
}

.fileNameCSS {
    padding: 8px 24px !important;
    margin-top: 14px;
    background: #ffffff;
    border: 2px dashed grey;
    /* box-shadow: 0 2.8px 2.2px rgb(0 0 0 / 3%), 0 6.7px 5.3px rgb(0 0 0 / 5%), 0 12.5px 10px rgb(0 0 0 / 6%), 0 22.3px 17.9px rgb(0 0 0 / 7%), 0 41.8px 33.4px rgb(255 255 255 / 9%), 0 100px 80px rgb(255 255 255 / 12%); */
    color: grey !important;
}

.CloseModalBtn {
    z-index: 999;
}

.FilePickerCSS label {
    color: white !important;
    border-radius: 3px;
    cursor: pointer;
    padding: 4px 4px !important;
    text-align: center;
    color: white !important;
    background: #00946b !important;
    box-shadow: 0 2.8px 2.2px rgb(0 0 0 / 3%), 0 6.7px 5.3px rgb(0 0 0 / 5%), 0 12.5px 10px rgb(0 0 0 / 6%), 0 22.3px 17.9px rgb(0 0 0 / 7%), 0 41.8px 33.4px rgb(255 255 255 / 9%), 0 100px 80px rgb(255 255 255 / 12%);
    width: 69px;
    height: 25px;
}

.downloadTemplate {
    padding: 5px 10px !important;
    margin-top: 0 !important;
    border: none;
    background: #35246b;
    color: white;
    border-radius: 2px;
    line-height: 23px;
    margin: 10px;
    box-shadow: 0 2.8px 2.2px rgb(0 0 0 / 3%), 0 6.7px 5.3px rgb(0 0 0 / 5%), 0 12.5px 10px rgb(0 0 0 / 6%), 0 22.3px 17.9px rgb(0 0 0 / 7%), 0 41.8px 33.4px rgb(255 255 255 / 9%), 0 100px 80px rgb(255 255 255 / 12%);
}

label, tbody, .btn {
    font-weight: 500 !important;
}

.modal-header {
    text-align: center;
    border-bottom: none !important;
    justify-content: center !important;
}

.modal-title {
    color: #013765;
    font-weight: bolder !important;
/*    font-size: 24px;
    padding-top: 12px;
    padding-bottom: 4px;
    display: inline-block;*/
}

.CloseModalBtn {
    background: #f36621;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 45px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 1px 1px 3px #000;
    transition: all .3s;
    height: 45px;
    border-radius: 50%;
    font-size: 25px;
    padding: 8px;
    cursor: pointer;
}


@media (min-width: 200px) and (max-width: 769px) {
    .sidebar-xs .sidebar-main {
        width: 200px !important;
    }
}

table thead tr {
    white-space: nowrap !important
}
/*table tbody tr:hover {
    background: #35246b;
    color: white!important;
}*/
.TRXHistory {
    font-size: 17px;
    color: #1c27bf;
    cursor: pointer;
    padding: 4px 5px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: end !important
}

div#DataTable_filter {
    float: right !important
}

.ActiveTab {
    color: #637381 !important;
    background:whitesmoke !important
}

    .ActiveTab:hover {
        color: #637381 !important
    }

.TotalItem {
    width: fit-content;
    background: white;
    padding: 9px 10px;
    border-radius: 7px;
    float: right;
    box-shadow: 1px 2px 4px -2px gray;
}

.alertify .ajs-header {
    background: #35246b !important;
}

.NA {
    color: darkred !important;
    font-size: 10px !important;
}
/*#region Profile Colors*/

.profile-bg-color-A {
    background-color: #8b0000;
}

.profile-bg-color-B {
    background-color: #4b0082;
}

.profile-bg-color-C {
    background-color: #8b4513;
}

.profile-bg-color-D {
    background-color: #696969;
}

.profile-bg-color-E {
    background-color: #2f4f4f;
}

.profile-bg-color-F {
    background-color: #800080;
}

.profile-bg-color-G {
    background-color: #006400;
}

.profile-bg-color-H {
    background-color: #4682b4;
}

.profile-bg-color-I {
    background-color: #1e90ff;
}

.profile-bg-color-J {
    background-color: #8b4513;
}

.profile-bg-color-K {
    background-color: #ffd700;
}

.profile-bg-color-L {
    background-color: #fffacd;
}

.profile-bg-color-M {
    background-color: #f4a460;
}

.profile-bg-color-N {
    background-color: #556b2f;
}

.profile-bg-color-O {
    background-color: #a52a2a;
}

.profile-bg-color-P {
    background-color: #800080;
}

.profile-bg-color-Q {
    background-color: #ff69b4;
}

.profile-bg-color-R {
    background-color: #006400;
}

.profile-bg-color-S {
    background-color: #008080;
}

.profile-bg-color-T {
    background-color: #ffd700;
}

.profile-bg-color-U {
    background-color: #800080;
}

.profile-bg-color-V {
    background-color: #00fa9a;
}

.profile-bg-color-W {
    background-color: #800080;
}

.profile-bg-color-X {
    background-color: #4682b4;
}

.profile-bg-color-Y {
    background-color: #800080;
}

.profile-bg-color-Z {
    background-color: #ff69b4;
}
/*#endregion Profile Colors*/
.RegionDiv {
    font-size: 11px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 50px;
    text-align: start
}

.ProfileMainDiv {
    display: flex;
    justify-content: center;
    align-items: center;
}

.DiVstyling {
    text-transform: uppercase;
    color: white;
    border-radius: 50px;
    margin-right: 10px;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 32px;
}

.ProfileInnerDiv {
    font-size: 11px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 144px;
    text-align: start
}

#DataTable thead tr th, #ReturnTable thead tr th, #SummaryTable thead tr th {
    background: white !important;
    color: gray !important;
    border-bottom: 1px solid lightgray !important
}

#KnockOffTable thead tr th {
    background: #35246b !important;
    color: white !important
}

.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
    background: #35246b !important;
    color: darkorange !important;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-cancel {
    color: #35246b !important;
    background: #f68511 !important;
}

svg:not(:root).svg-inline--fa {
font-size:14px
}

.radio-group {
    display: flex;
    gap: 25px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 12px;
}

.radio-option {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    user-select: none;
}

    .radio-option input[type="radio"] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.custom-radio {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    border: 2px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    transition: border-color 0.3s ease;
}

/* Colors per status */
.approve .custom-radio {
    border-color: #28a745;
}
/* Green */
.reject .custom-radio {
    border-color: #dc3545;
}
/* Red */
.cancelled .custom-radio {
    border-color: #6c757d;
}
/* Gray */
.moreinfo .custom-radio {
    border-color: #ffc107;
}
/* Amber */

.radio-option:hover .custom-radio {
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.approve input[type="radio"]:checked ~ .custom-radio {
    background-color: #28a745;
}

.reject input[type="radio"]:checked ~ .custom-radio {
    background-color: #dc3545;
}

.cancelled input[type="radio"]:checked ~ .custom-radio {
    background-color: #6c757d;
}

.moreinfo input[type="radio"]:checked ~ .custom-radio {
    background-color: #ffc107;
}

.custom-radio::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: white;
    display: none;
}

.radio-option input[type="radio"]:checked ~ .custom-radio::after {
    display: block;
}


.tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
    top: -25px;
    float: right;
    left: -19px;
}

.tooltip-icon {
    color: red;
    font-size: 12px;
}

.custom-tooltip {
    visibility: hidden;
    opacity: 0;
    width: 260px;
    background-color: #fff;
    color: #333;
    text-align: left;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
    position: absolute;
    z-index: 999;
    top: 65%;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.3s;
    font-size: 14px;
    line-height: 1.5;
}

.tooltip-container:hover .custom-tooltip {
    visibility: visible;
    opacity: 1;
}

.custom-tooltip::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.tooltip-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .tooltip-checklist li::before {
        content: "✔ ";
        color: green;
        margin-right: 6px;
    }

.Rules {
    color: red;
    font-size: 12px;
    flex-grow: 1;
    width: 100%;
    margin: 0;
}

.card{
    border:0
}
/*.fa-trash {
    color: #c22727 !important
}*/
.dropdown-menu .child-item svg{
    margin-right:10px;
}
.child-item {
    border-bottom: 1px solid #d7d7d7!important;
    color: #434343!important;
    font-weight: 400;
}
    .child-item span {
        min-width: 23px;
        text-align: center;
        display: inline-block;
    }
    .child-item:hover {
     background: #ececec;
    }
    .TablePopup {
        min-width: 204px;
        padding: 0px;
        width: fit-content;
        transition: opacity 287ms cubic-bezier(0.4, 0, 0.2, 1), transform 191ms cubic-bezier(0.4, 0, 0.2, 1);
        transform-origin: 0px 0px;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px -3px, rgba(0, 0, 0, 0.03) 1px 3px 3px 1px, rgba(0, 0, 0, 0.1) 0px 3px 4px -7px;
        position: absolute;
        inset: 0px auto auto 0px;
        margin: 0px;
        transform: translate(0px, 23px);
    }
.child-item {
    padding: 8px 15px;
    border-bottom: 1px solid #013765;
    cursor: pointer;
}

.sidebar-light{
    border-right:0px!important
}

.TabeletabsContainer {
    background: #f9fbff;
}
.Tabeletab {
    background: transparent;
    border: 0;
    padding: 20px 10px 10px 10px;
    font-size:11px;
}
    .Tabeletab small {
        background: gray;
        padding: 2px;
        border-radius: 10px;
        min-width: 43px;
        color: white;
        display: inline-block;
        margin-left:5px;
    }
.Tabsactive {
    background: white;
    border-bottom: 2px solid #3f51b5;
}
.Tabsactive small {
    background: #3f51b5;
    padding: 2px;
    border-radius: 10px;
    min-width: 43px;
    color: white;
    display: inline-block;
}
.Tabeletab:hover {
    background: white;
    border-bottom: 2px solid #3f51b5;
}

.ml-auto{
    margin-left:auto
}
.select2-container--open .select2-dropdown--below {
    z-index: 999999999 !important;
}

@media (min-width:300px) and (max-width: 500px) {
    .content-wrapper{
        margin-top:6rem
    }
    .counter-box{
        width:100%!important
    }
}