.MainPage {
    width: 100%;
}

.pageTitleWrap {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    box-shadow: 0 3px 10px rgb(62 85 120 / 7%);
    padding: 1.3rem 1.8rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    top: 60px;
    left: auto;
    right: 0;
    position: -webkit-sticky;
    position: sticky;
    z-index: 999;
}

.PageTitle {
    font-size: 18px;
    font-weight: 600;
    color: #505050;
    margin-bottom: 0px;
}

.CardSM {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    border-radius: 0.5rem;
    position: relative;
    background: #fff;
    border: none;
    box-shadow: 0 0 7px 2px rgb(62 85 120 / 10%);
    margin: 0px 0 0 0;
    overflow: hidden;
    width: 80%;
    margin: auto;
    z-index: 10;
}

.CardSMTable {
    padding: 25px 25px;
    border-radius: 0.5rem;
    position: relative;
    background: #fff;
    border: none;
    box-shadow: 0 0 7px 2px rgb(62 85 120 / 10%);
    margin: 0 1.8rem 80px;
    z-index: 10;
}

.FormArea {
    width: 50%;
    padding: 40px 58px;
}

.FormRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 485px;
    align-items: center;
}

.FormDivHalf {
    width: 100%;
    min-height: 400px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.FormGroup {
    width: 100%;
    padding-bottom: 30px;
}

.FormLabel {
    font-size: 13px;
    line-height: 30px;
    font-weight: 600;
    color: #333;
    margin: 0;
    width: 100%;
}

.formControl {
    display: block;
    width: 100%;
    min-width: 80px;
    height: 38px;
    padding: 0.375rem 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-bottom: 1px solid #525252;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.formControl::placeholder,
.formControlS::placeholder,
.formControlCus::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #444 !important;
    opacity: 1; /* Firefox */
}
  
.formControl:-ms-input-placeholder,
.formControlS:-ms-input-placeholder,
.formControlCus:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #444 !important;
}
  
.formControl::-ms-input-placeholder,
.formControlS::-ms-input-placeholder,
.formControlCus::-ms-input-placeholder { /* Microsoft Edge */
    color: #444 !important;
}

select.formControl option:first-child {
    font-size: 13px;
    font-weight: 600;
    color: #333;
}

.formControlCus {
    display: block;
    width: 200px;
    min-width: 80px;
    height: 41px;
    padding: 0.375rem 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-bottom: 1px solid #525252;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.CustomSelect .select2-selection {
    display: block !important;
    width: 100%;
    min-width: 80px;
    height: 38px !important;
    padding: 0.375rem 1.5rem 0.375rem 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 0 !important;
    border-bottom: 1px solid #525252 !important;
    border-radius: 0 !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.CustomSelect .select2 {
    width: 100% !important;
}

.CustomSelect .select2-selection .select2-selection__rendered {
    color: #444;
    line-height: 24px !important;
    padding-left: 0 !important;
}

.formControl:focus,
.formControlCus:focus,
.formControlS:focus,
*:focus {
    outline: none;
    box-shadow: none;
}

.CustomSelect .select2-selection .select2-selection__arrow {
    height: 38px !important;
    top: 0px !important;
    right: 5px !important;
}

.ErrorM {
    color: #f44336;
    font-size: 12px;
    margin-top: 4px;
    margin-bottom: 0;
    display: none;
}

.FormGroupRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.FormGroupHalf {
    width: 48%;
    position: relative;
    padding-bottom: 30px;
}

.FieldIcon {
    position: absolute;
    top: 40px;
    right: 8px;
    width: 18px;
    height: 18px;
    color: #495057;
}

textarea.formControl {
    display: block;
    width: 100%;
    min-width: 80px;
    height: 80px;
    resize: none;
    padding: 0.75rem 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-bottom: 1px solid #525252;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

textarea.formControlS {
    display: block;
    width: 100%;
    min-width: 80px;
    height: 60px;
    resize: none;
    padding: 0.75rem 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-bottom: 1px solid #525252;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.ButtonDiv {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.ButtonSolid {
    padding: 12px 30px;
    background-color: #b90101;
    margin: 15px 0 0 0;
    font-size: 14px;
    width: auto;
    font-weight: 600;
    line-height: 14px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    border: 1px solid #b90101;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
    outline: none;
    width: 125px;
}
  
.ButtonSolid:hover {
    background-color: #900101;
    border: 1px solid #900101;
}
  
.ButtonLine {
    padding: 12px 30px;
    background-color: #fff;
    margin: 15px 15px 0 0;
    font-size: 14px;
    width: auto;
    font-weight: 600;
    line-height: 14px;
    border-radius: 50px;
    color: #b90101;
    border: 1px solid #b90101;
    text-align: center;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
    outline: none;
    display: inline-block;
    width: 125px;
}
  
.ButtonLine:hover {
    background-color: #b90101;
    color: #fff;
}

.CusTableSM table {
    width: 100%;
    border: none;
}

.CusTableSM .dataTables_length {
    display: none;
}

.CusTableSM .dataTables_filter {
    width: Calc(100% - 80px);
    padding: 0;
    margin-bottom: 15px;
}

.CusTableSM.SMSmall .dataTables_filter {
    width: Calc(100% - 300px);
    padding: 0;
    margin-bottom: 15px;
}

.CusTableSM .dataTables_filter label {
    width: 100%;
    display: flex;
    font-size: 0;
    margin: 0;
    position: relative;
}

.CusTableSM .dataTables_filter label:after {
    content: '';
    position: absolute;
    background-image: url("../img/search.svg");
    width: 18px;
    height: 18px;
    left: 0;
    top: 50%;
    background-size: contain;
    transform: translate(0px, -50%);
}

.CusTableSM .dataTables_filter label input {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 12px 10px 35px;
    border: none;
    border-bottom: 1px solid #dee2e6;
}

.CusTableSM .dataTables_filter label input:focus {
    outline: none;
}

.TableBU {
    width: 55px;
    float: right;
    cursor: pointer;
}

.TableBU .AddBU {
    align-items: center;
    padding: 9px 14px;
    background: #0866C6;
    display: flex;
    min-height: 0;
    color: #fff;
    border-radius: 5px;
    transition: all .3s;
    outline: none;
    height: 41px;
    justify-content: center;
}

.TableBU .AddBU:hover {
    background: #0753a1;
}

.CusTableSM table thead th:after,
.CusTableSM table thead th:before {
    display: none;
}

.CusTableSM table thead th {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    padding: 12px;
    cursor: pointer;
}

.CusTableSM table tbody td {
    padding: 15px 12px;
    border-bottom: 1px solid #dee2e6;
    font-size: 15px;
    color: #717171;
}

.CusTableSM table tbody tr:nth-child(odd) {
    background: #eef3f8;
}

.CusTableSM .dataTables_paginate {
    display: flex;
    margin-top: 25px;
}

.CusTableSM .dataTables_paginate .paginate_button.previous,
.CusTableSM .dataTables_paginate .paginate_button.next {
    position: relative;
    font-size: 0;
    width: 28px;
    height: 28px;
    display: block;
    cursor: pointer;
    background: transparent;
}

.CusTableSM .dataTables_paginate .paginate_button.previous:after {
    content: "";
    position: absolute;
    background-image: url("../img/arrow-left.svg");
    width: 14px;
    height: 14px;
    left: 50%;
    top: 50%;
    background-size: contain;
    transform: translate(-50%, -50%);
}

.CusTableSM .dataTables_paginate .paginate_button.next:after {
    content: "";
    position: absolute;
    background-image: url("../img/arrow-right.svg");
    width: 14px;
    height: 14px;
    left: 50%;
    top: 50%;
    background-size: contain;
    transform: translate(-50%, -50%);
}

.CusTableSM .dataTables_paginate .paginate_button.previous.disabled, 
.CusTableSM .dataTables_paginate .paginate_button.previous.disabled:hover, 
.CusTableSM .dataTables_paginate .paginate_button.previous.disabled:focus,
.CusTableSM .dataTables_paginate .paginate_button.next.disabled, 
.CusTableSM .dataTables_paginate .paginate_button.next.disabled:hover, 
.CusTableSM .dataTables_paginate .paginate_button.next.disabled:focus {
    background-color: transparent;
    color: #adb5bd !important;
    opacity: .6;
    cursor: auto;
}

.CusTableSM .dataTables_paginate span {
    display: flex;
}

.CusTableSM .dataTables_paginate span .paginate_button {
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    font-size: 13px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 50%;
    color: #000;
}

.CusTableSM .dataTables_paginate span .paginate_button.current, 
.CusTableSM .dataTables_paginate span .paginate_button.current:hover, 
.CusTableSM .dataTables_paginate span .paginate_button.current:focus,
.CusTableSM .dataTables_paginate span .paginate_button:hover, 
.CusTableSM .dataTables_paginate span .paginate_button:focus {
    background-color: #5B93D3;
    background-image: none;
    border-color: transparent;
    color: #fff !important;
}

.ActionsDiv {
    width: 100%;
    display: flex;
}

.ActionsDiv a {
    color: #424242;
    margin-right: 20px;
    display: flex;
    width: 20px;
}

.ActionsDiv a:last-child {
    margin-right: 0;
}

.ActionsDiv a svg {
    width: 20px;
    height: 20px;
}

.CustomDatePicker .input-group-addon {
    padding: 0 8px;
    background: transparent;
    border: 0px solid #e1e1e1;
    border-bottom: 1px solid #525252;
    color: #525252;
}

.CustomDatePicker .input-group-addon svg {
    width: 18px;
}

.TableRightSec {
    width: 275px;
    float: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.HaulageRequestsConSec {
    width: 50%;
}

.HaulageBG {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.FormTitle {
    font-size: 28px;
    font-weight: 600;
    position: relative;
    color: #2b2b2b;
    padding-bottom: 0px;
    text-transform: capitalize;
    margin-bottom: 40px;
}

.BackgroundIMG {
    width: 100%;
    height: 800px;
    margin-top: 155px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -22px;
    position: relative;
}

.BackgroundIMG:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgb(255 255 255) 1%, rgba(255,0,0,0) 20%);
    top: 0;
    left: 0;
}

.FormBGIMG {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
}

#footer {
    margin: 0 !important;
    position: fixed !important;
    width: 100%;
    bottom: 0;
    z-index: 2;
}

.StepSec {
    display: none;
    width: 100%;
}

.StepSec.Active {
    display: block;
}

.StepperIndicator {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 40px;
}

.Step {
    width: 22px;
    height: 22px;
    background: #c5c5c5;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 18px;
    position: relative;
    z-index: 2;
    border: 5px solid #fff;
}

.Step.Active {
    width: 30px;
    height: 30px;
    background: #b90000;
    color: #fff;
}

.datepicker table tr td.day {
    color: #676767 !important;
}

.datepicker table tr td.new, 
.datepicker table tr td.old {
    color: #d6d6d6 !important;
}

.datepicker table tr td.active.active, 
.datepicker table tr td.active.highlighted.active, 
.datepicker table tr td.active.highlighted:active, 
.datepicker table tr td.active:active {
    color: #fff !important;
    background-color: #b90101 !important;
    border-color: #b90101 !important;
}

#footer hr {
    display: none;
}

#footer .row > div {
    margin: 0 !important;
    padding: 12px 0 !important;
}

.MainSec {
    width: 100%;
    padding: 155px 0 0 0;
}

.BodyArea {
    width: 100%;
    padding: 40px 0 100px 0;
}

.PageTitle {
    margin: 0;
    color: #505050;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: normal;
    width: 100%;
    border-bottom: 2px solid #333;
}

.TitleSec {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-wrap: wrap;
}

.DropBU {
    background: #b80101;
    color: #fff;
    height: 42px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 3px;
    font-size: 14px;
}

.DropBU:hover,
.DropBU:active,
.DropBU:focus {
    background-color: #900101;
    color: #fff;
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.DropBU.dropdown-toggle::after {
    margin-left: 12px !important;
}

.CusDropMenu .dropdown-item {
    padding: 0.5rem 1rem !important;
    color: #44445c !important;
}

.CusDropMenu .dropdown-item:focus, 
.CusDropMenu .dropdown-item:hover {
    text-decoration: none !important;
    background-color: #f2f2f2 !important;
}

.CusDropMenu .dropdown-item.active, 
.CusDropMenu .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #b90102bf !important;
}

.CusDropMenu .dropdown-item svg {
    width: 18px;
    height: auto;
    margin-right: 8px;
}

.CardSec {
    width: 100%;
    padding: 10px 0;
}

.CustomAccording {
    width: 100%;
    border: 1px solid #e5e8eb !important;
    border-radius: 6px !important;
    margin: 20px 0;
    box-shadow: 0 4px 8px 0 rgb(51 51 51 / 6%);
    transition: all .3s ease-in-out;
    overflow: hidden;
}

.CustomAccording:hover {
    box-shadow: 0 4px 8px 0 rgb(51 51 51 / 15%);
}

.CustomAccording .accordion-header .accordion-button {
    padding: 18px 25px;
    box-shadow: none;
}

.CustomAccording .accordion-header .accordion-button:not(.collapsed) {
    background: #fff9f9 !important;
    border-bottom: 1px solid #00000020;
}

.CustomAccording .accordion-header .accordion-button:focus,
.CustomAccording .accordion-header .accordion-button:active,
.CustomAccording .accordion-header .accordion-button:hover {
    outline: none;
    box-shadow: none;
}

.AccordingHeadRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: Calc(100% - 80px);
}

.ListConSec {
    width: 40%;
}

.ListConSecS {
    width: 20%;
    display: flex;
    justify-content: end;
}

.AccordingHeadTitle {
    font-size: 18px;
    line-height: normal;
    color: #b80101;
    font-weight: 600;
    margin-bottom: 0;
    padding: 3px 0;
}

.AccordingHeadCon {
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
    color: #666;
    margin: 0 12px 0 0;
    padding: 3px 12px 3px 0;
    position: relative;
}

.AccordingHeadCon span {
    color: #333;
    padding-right: 5px;
}

.AccordingHeadCon:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #b7b7b7;
    border-radius: 50%;
    right: -2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.AccordingHeadCon:last-child {
    margin: 0;
    padding: 3px 0;
}

.AccordingHeadCon:last-child:after {
    display: none;
}

.UnderRow {
    display: flex;
    width: 100%;
}

.CustomAccording .accordion-body {
    padding: 18px 25px;
}

.AccordingBodyRow {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.AccordingBodyDivS {
    width: 50%;
    padding: 15px;
}

.AccordingBodyDivF {
    width: 100%;
    padding: 15px;
}

.AccordingBodyTitle {
    font-size: 13px;
    line-height: normal;
    color: #2f2f2f;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0;
}

.AccordingBodyCon {
    font-size: 16px;
    line-height: normal;
    color: #898989;
    font-weight: 400;
    margin-bottom: 0;
    padding: 0;
}

.BadgeBU {
    padding: 5px 18px 5px 18px;
    background: #e2e2e2;
    border: 0 solid #d5d5d5;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    transition: all .3s;
    margin: 0;
    line-height: unset;
    min-width: 60px;
    text-align: center;
    margin-right: 10px;
}

.BadgeBU:last-child {
    margin-right: 0;
}

.BadgeBU.Completed {
    background-color: rgba(0,128,128,.4);
    border-color: rgba(0,128,128,.4);
    color: #006060;
}

.BadgeBU.Ongoing {
    background-color: rgba(235,87,87,.4);
    border-color: rgba(235,87,87,.4);
    color: #a63434;
}

.BadgeBU.Pending {
    background-color: rgba(248,213,36,.4);
    border-color: rgba(248,213,36,.4);
    color: #71621b;
}

.Pagination {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.Pagination ul {
    margin-bottom: 0;
}

.pagination .page-item .page-link {
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 0;
    border: none;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, 0.87);
    margin: 0 3px;
    padding: 0 6px;
    font-size: 0.8125rem;
    line-height: normal;
}

.pagination .page-item .page-link:hover {
    background-color: rgba(0, 0, 0, 0.04);
    text-decoration: none;
}

.pagination .page-item.active .page-link {
    color: #fff;
    background-color: #b80101 !important;
    border-color: #b80101;
}

.pagination .page-item .page-link svg {
    width: 20px;
}

.Row {
    display: flex;
    flex-wrap: wrap;
}

.SuccessMessage {
    position: relative;
}

.PositionRelative {
    position: relative;
}

.SuccessMessage {
    width: 60%;
    margin: auto;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.SuccessIcon {
    width: 150px;
    margin-bottom: 50px;
}

.SuccessMessage p {
    width: 100%;
    font-size: 32px;
    line-height: 48px;
    font-weight: 600;
    text-align: center;
}

.SuccessMessage a {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #b90102;
    text-align: center;
}

.CusModal .modal-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
}

.CusModal .FormGroup {
    width: 100%;
}

.CusModal .close {
	position: absolute;
    width: 26px;
    height: 26px;
    right: -13px;
    top: -13px;
    background: #b90101;
    border-radius: 24px;
    border: none;
    opacity: 1;
    cursor: pointer;
}

.CusModal .close:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 13px;
	background: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.CusModal .close:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 13px;
	background: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.CusModal .close:focus {
	outline: none;
	box-shadow: none;
}

.CusModal .ButtonSolid {
    padding: 12px 30px;
    background-color: #b90101;
    margin: 15px 0 0 0;
    font-size: 14px;
    width: auto;
    font-weight: 600;
    line-height: 14px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    border: 1px solid #b90101;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
    outline: none;
    width: 46%;
}
  
.CusModal .ButtonSolid:hover {
    background-color: #900101;
    border: 1px solid #900101;
}
  
.CusModal .ButtonLine {
    padding: 12px 30px;
    background-color: #fff;
    margin: 15px 15px 0 0;
    font-size: 14px;
    width: auto;
    font-weight: 600;
    line-height: 14px;
    border-radius: 50px;
    color: #b90101;
    border: 1px solid #b90101;
    text-align: center;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
    outline: none;
    display: inline-block;
    width: 46%;
}
  
.CusModal .ButtonLine:hover {
    background-color: #b90101;
    color: #fff;
}

.modal-body.CusModal {
    padding: 25px;
}

.ModalText {
    font-size: 15px;
    font-weight: 400;
    color: #666;
    text-align: center;
    margin-bottom: 6px;
}

.CusModal .FormRow {
    min-height: 0px;
}

.ActionBUAccording {
    background: #484848;
    color: #fff;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 3px;
    font-size: 14px;
}

.ActionBUAccording:hover {
    text-decoration: none !important;
    color: #fff;
}

.ActionBUAccording:focus {
    outline: none;
    box-shadow: none;
}

.ActionBUAccording.dropdown-toggle::after {
    margin-left: 12px !important;
}

.AccBuSec {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.ActionBUAccordingDropMenu a {
    padding: 0.5rem 1rem !important;
    color: #44445c !important;
    text-decoration: none !important;
    display: block !important;
    width: 100% !important;
    white-space: nowrap;
}

.ActionBUAccordingDropMenu .AccDDBU {
    padding: 0.5rem 1rem !important;
    color: #44445c !important;
    text-decoration: none !important;
    display: block !important;
    width: 100% !important;
    border: none;
    text-align: left;
    background: transparent;
    white-space: nowrap;
}

.ActionBUAccordingDropMenu a:focus, 
.CusDropActionBUAccordingDropMenuMenu a:hover,
.ActionBUAccordingDropMenu .AccDDBU:hover {
    text-decoration: none !important;
    background-color: #f2f2f2 !important;
}

.ActionBUAccordingDropMenu .AccDDBU:focus {
    outline: none;
    box-shadow: none;
}

.ActionBUAccordingDropMenu a.active, 
.ActionBUAccordingDropMenu a:active,
.ActionBUAccordingDropMenu .AccDDBU:active,
.ActionBUAccordingDropMenu .AccDDBU.active {
    color: #fff !important;
    text-decoration: none;
    background-color: #484848 !important;
}

.ActionBUAccordingDropMenu a svg,
.ActionBUAccordingDropMenu .AccDDBU svg {
    width: 18px;
    height: auto;
    margin-right: 8px;
}

.TableBUSec {
    width: 100%;
    display: flex;
    padding-top: 15px;
    justify-content: space-between;
}

.TableSearchSec {
    width: Calc(100% - 230px);
    border-bottom: 1px solid #e1e1e1;
    font-size: .875rem;
    display: flex;
    align-items: center;
    padding-bottom: 4px;
}

.TableSearchSec svg {
    min-width: 16px;
    width: 16px;
}

.TableSearchSec input {
    border: none;
    padding-left: 10px;
    width: 100%;
}

.TableSearchSec input:focus {
    border: none;
    outline: none;
}

.TableSearchSec span {
    width: 30px;
    display: flex;
    justify-content: center;
}

.TableSearchSec span svg {
    width: 20px;
}

.TableDateSec {
    border: 1px solid #e1e1e1;
    font-size: .875rem;
    border-radius: 5px;
    display: flex;
    align-items: center;
    width: 210px;
    padding: 0 4px;
}

.TableDateSec input {
    border: none;
}

.TableDateSec span {
    width: 30px;
    display: flex;
    justify-content: center;
}

.TableDateSec span svg {
    width: 20px;
}

.TableMainSec {
    width: 100%;
}

.Nodata,
.LoadingTable {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 80px 0;
    height: 350px;
    background-color: #fff;
}

.Nodata img {
    width: 200px;
    height: auto;
    opacity: .2;
    object-fit: contain;
}

.LoadingTable img {
    width: 60px;
    height: auto;
    object-fit: contain;
}

@media (min-width: 360px) {
    .CardSM {
        width: 100%;
    }
    .HaulageRequestsConSec {
        display: none;
    }
    .FormArea {
        width: 100%;
        padding: 40px 30px;
    }
    .BackgroundIMG {
        height: 700px;
    }
    .ListConSec {
        width: 100%;
        padding-bottom: 15px;
    }
    .ListConSecS {
        width: 100%;
        justify-content: flex-start;
    }
    .AccordingBodyDivS {
        width: 100%;
    }
    .SuccessMessage {
        width: 100%;
    }
    .AccordingHeadRow {
        width: Calc(100% - 50px);
    }
    .UnderRow {
        flex-wrap: wrap;
    }
    .AccordingHeadCon {
        margin: 0;
        padding: 3px 0;
        width: 100%;
    }
    .AccordingHeadCon:after {
        display: none;
    }
}

@media (min-width: 480px) {}

@media (min-width: 576px) {
    .FormArea {
        padding: 40px 58px;
    }
    .AccordingHeadRow {
        width: Calc(100% - 80px);
    }
    .UnderRow {
        flex-wrap: nowrap;
    }
    .AccordingHeadCon {
        margin: 0 12px 0 0;
        padding: 3px 12px 3px 0;
        width: auto;
    }
    .AccordingHeadCon:after {
        display: block;
    }
    .AccordingHeadCon:last-child {
        margin: 0;
        padding: 3px 0;
    }
    .AccordingHeadCon:last-child:after {
        display: none;
    }
}

@media (min-width: 768px) {
    .FormArea {
        width: 50%;
        padding: 40px 30px;
    }
    .HaulageRequestsConSec {
        display: block;
    }
    .BackgroundIMG {
        height: 770px;
    }
    /* .ListConSec {
        width: 40%;
        padding-bottom: 0;
    }
    .ListConSecS {
        width: 20%;
        justify-content: flex-end;
    } */
    .AccordingBodyDivS {
        width: 50%;
    }
    .SuccessMessage {
        width: 90%;
    }
}

@media (min-width: 992px) {
    .FormArea {
        padding: 40px 58px;
    }
    .SuccessMessage {
        width: 70%;
    }
}

@media (min-width: 1100px) {}

@media (min-width: 1200px) {
    .CardSM {
        width: 80%;
    }
    .SuccessMessage {
        width: 60%;
    }
    .ListConSec {
        width: 40%;
        padding-bottom: 0;
    }
    .ListConSecS {
        width: 20%;
        justify-content: flex-end;
    }
}

@media (min-width: 1300px) {}

@media (min-width: 1500px) {}

@media (min-width: 1600px) {}

@media (min-width: 1700px) {}

@media (min-width: 1800px) {}