:root {
    --white-color: #ffffff;
    --light-pink-100: #faf9f8;
    --black-color: #000000;
    --light-black: #00000033;
    --black-100: #00000014;
    --yellow: #d2dd32;
    --parpal: #8224d9;
    --red-500: #e70f0f;
    --blue: #171cc5;
    --brown-700: #c37b22;
    --green-700: #0e9124;
    --grey-400: #e1e1e1eb;
    --grey-600: #a1a1a1;
    --grey-100: #ededed47;
    --pink-500: #fb01ff;
    --primary-color: #58a724;
    --light-green: #57b519ba;
}
body {
    background-color: var(--light-pink-100);
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px; 
}
ul {
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
    display: block;
}
h2 {
    font-size: 38px;
    line-height: 42px;
    font-weight: bold;
}
h3 {
    font-size: 34px;
    line-height: 38px;
    font-weight: bold;
}
h4 {
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
}
h5 {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
}
h6 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}

/* font size start */
.fs_xs {
    font-size: 10px;
    line-height: 14px;
}
.fs_sm {
    font-size: 12px;
    line-height: 16px;
}
.fs_md {
    font-size: 14px;
    line-height: 18px;
}
.fs_lg {
    font-size: 16px;
    line-height: 20px;
}
/* font size close */
.primary_button {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 10px 14px;
    letter-spacing: 1px;
}
/* sidebar css start */
.sidebar h5 {
    padding: 24px 0;
}
.herder_row {
    display: flex;
} 
.sidebar {
    width: 12%;
    background: var(--white-color);
    height: 100vh; 
    box-shadow: 0 0 5px -3px var(--black-color);
}
.sidebar ul li a {
    font-size: 12px;
    font-weight: 700;
    color: var(--black-color);
    line-height: 16px;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
}
.sidebar ul li a.active {
    color: var(--primary-color);
}
.sidebar img {
    width: 20px;
    margin-right: 12px;
}
.sidebar ul.navbar-nav {
    margin-top: 14px !important;
    height: calc(100vh - 128px);
}
.accordion-button::after {
    width: 16px;
    height: 16px;
    background-size: cover;
}
.herder_row a.nav-link.active {
    border-radius: 0;
    background-color: var(--light-pink-100);
    box-shadow: 0 1px 4px -2px #000000b3;
    padding: 12px 22px;
    position: relative;
}
.herder_row a.nav-link:hover , button.accordion-button:hover { 
    background-color: #58a72421;
    box-shadow: 0 1px 4px -2px #000000b3 !important;  
}

.herder_row a.nav-link.active::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background: var(--primary-color);
}
.herder_row a.nav-link {
    padding: 12px 22px;
    font-size: 12px;
}
button.accordion-button {
    padding: 12px 22px;
    background-color: unset !important;
    height: 44px;
    box-shadow: unset !important;
    font-weight: 700;
    color: var(--black-color) !important;
    font-size: 12px;
}
button.accordion-button:focus {
    box-shadow: unset !important;
}
.accordion-item {
    border: 0;
}
 

.sidebar ul li {
    margin: 6px 0;
}
.sidebar ul {
    margin-top: 16px;
    height: 90%;
    overflow-y: scroll;
}
.sidebar ul::-webkit-scrollbar , .table_outer::-webkit-scrollbar {
    display: none;
} 
.sidebar ul , .table_outer {
  -ms-overflow-style: none;
  scrollbar-width: none; 
}


.proflie_img img {
    border-radius: 100px;
    width: 66px;
    box-shadow: 0 5px 6px -3px var(--black-color);
    margin-bottom: 8px;
}
li.logout_btn {
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--primary-color);
    width: 100%;
}
.logout_btn img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 30px !important;
}
/* sidebar css close */

/* header top css start */
.header_top { 
    padding: 14px 0;
}

.header_top .top_left {
    display: flex;
    gap: 20px;
}
.header_outer {
    padding: 0px 34px;
    width: 90%; 
    height: 100vh; 
}
section.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.billing_box {
    width: 12px;
    height: 12px;
}
.pending {
    background: var(--yellow);
}
.open {
    background-color: var(--red-500);
}
.billing_box.refused {
    background: var(--parpal);
}
.billing_header {
    display: flex;
    align-items: center;
    gap: 6px;
}
.convered {
    background: var(--blue);
}
.dispatch {
    background-color: var(--brown-700);
}
.on_route {
    background: var(--green-700);
}
.un_loading {
    background: var(--grey-600);
}
.in_yard {
    background: var(--pink-500);
}
.billing_header span {
    font-size: 10px;
    line-height: 14px;
    color: var(--black-color);
}

/* header top css close */

/* header bottom css start */ 
 .search_img {
    display: flex;
    gap: 26px;
    margin-left: 26px;
}
.headerBottom_left a.btn {
    background: var(--grey-400);
    border: 1px solid var(--grey-400);
    padding: 2px 4px;
    font-size: 10px;
    line-height: 14px;
    font-weight: 600;
    border-radius: 4px; 
}

.header_top .top_right a.btn {
    background: var(--grey-400);
    border: 1px solid var(--grey-400);
    padding: 2px 4px;
    font-size: 10px;
    line-height: 14px;
    font-weight: 600;
    border-radius: 4px; 
}
.header_top .top_right {
    display: flex;
    gap: 6px;
    justify-content: end;
}

.header_botom {
    gap: 6px;
    display: flex;
    padding-bottom: 50px;
}
a.btn.offered {
   background: var(--primary-color);
}
.search_bar {
    display: flex;
    gap: 6px;
    align-items: center;
}
.search_bar .search_item input::placeholder {
    font-size: 10px;
    line-height: 14px;
    font-weight: 600;
}
.search_bar .search_item input {
    border: 1px solid var(--primary-color);
    padding: 2px 4px;
    width: 70px;
    border-radius: 4px;
    background: unset;
    height: 22px;
    font-size: 10px;
}
.header_top .top_right input {
    border: 1px solid var(--primary-color);
    padding: 2px 4px;
    width: 70px;
    border-radius: 4px;
    background: unset;
    height: 22px;
    font-size: 10px;
}

.search button , .show_all button {
    background-color: var(--primary-color);
}
.search_item button.btn.btn-secondary.dropdown-toggle , .search_item a.btn.btn-secondary.dropdown-toggle {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
}
.search_item .btn.btn-secondary.dropdown-toggle {
    padding: 2px 4px;
    font-size: 10px;
    line-height: 14px;
    font-weight: 600;
    border-radius: 4px;
    height: 22px;
}
.headerBottom_left {
    gap: 6px;
    align-items: center;
}
.search_item.date label {
    font-size: 10px;
    line-height: 14px;
    font-weight: bold;
    padding-right: 6px;
}
.search_item.date input {
    width: 74px;
}
.headerBottom_right label {
    font-size: 11px;
    font-weight: 700;
    line-height: 15px;
}
.headerBottom_right p {
    font-size: 11px;
    line-height: 15px;
    font-weight: 700;
}
.header_item.checkbox {
    gap: 3px;
}
.headerBottom_right {
    gap: 8px;
}
/* header bottom css close */

/* card body css start */
.dataTables_info {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}
.paginate_button {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: var(--black-color) !important;
}
.herder_row .card_body {
    padding-bottom: 18px !important;
}
a.paginate_button.current {
    background: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    border-radius: 4px !important;
}

th, td {
    border-right: 1px solid var(--light-black);   
    padding: 8px 16px !important;
    height: 26px;
}
td.sorting_1 , th.sorting.sorting_asc {
    border-left: 1px solid var(--light-black);
}
th {
    border-top: 1px solid var(--light-black);
}
th {
    background-color: #dcdbdb70 !important;
}
#example_filter input {
    border: 1px solid var(--primary-color);
    padding: 2px 4px;
    margin-left: 8px;
}
#example_filter label {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
}
.dt-buttons button.dt-button { 
    background: var(--grey-400) !important;
    border: 1px solid var(--grey-400) !important;
    padding: 4px 30px !important;
    font-size: 10px !important;
    line-height: 14px !important;
    font-weight: 600;
    border-radius: 4px !important;
}
.dt-buttons button.dt-button:hover {
    background: var(--primary-color) !important;
}
#example_wrapper .dt-buttons {
    margin-bottom: 6px;
}
.footer p {
    background: var(--white-color); 
    padding: 11.5px 20px; 
    border-top: 1px solid #dfdfdf;
    font-size: 14px;
    line-height: 18px; 
    color: var(--primary-color);
}

/* card body css close */

/* user css start */
.header_outer button.btn.btn-success 
 {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 10px 14px;
    letter-spacing: 1px;
} 
#database_table_wrapper .dt-buttons {
    display: none;
}
.add_user_left  {
    width: 50%;
}
.add_user_right {
    width: 50%;
}
.add_user_outer {
    background: var(--white-color);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px -6px var(--black-color);
    margin-bottom: 26px;
    border: 1px solid #e1e1e12b;
    display: flex;
}
table.dataTable.display>tbody>tr.odd>.sorting_1 , table.dataTable.display>tbody>tr.odd>*  {
    box-shadow: unset !important;
}
#database_table_filter label {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}
.table_outer .alert.alert-danger {
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
}
div#database_table_wrapper {
    margin-bottom: 20px;
}
.add_user_outer button.btn.btn-success.text-black.fw-bold:hover 
 {
    background: unset;
}
.modal-header , .modal-footer.add_user {
    border: 0 !important;
} 
.add_close_outer {
    background: var(--grey-400);
    padding: 9px 10px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    width: 40px;
    height: 40px;
    align-items: center; 
}
.add_close_outer a {
    width: 40px;
    left: 0;
    position: absolute;
}
.add_close_outer button {
    padding: 0 !important;
    width: 40px;
    height: 40px;
}
.modal-body.row {
    padding: 0 26px;
    margin-top: 0px;
}
.modal_body_text .modal-header {
    padding: 20px 19px 3px 19px;
}
.modal-body label {
    font-size: 12px;
    line-height: 16px;
    color: var(--black-color);
    padding-bottom: 4px;
    font-weight: 500;
    margin: 0;
}
.addUser_item {
    margin-top: 8px !important;
}
.addUser_item .form-control { 
    font-size: 12px;
    line-height: 16px;
} 
.add_user button.btn.btn-primary {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    margin: 6px 0 0 0 !important; 
    padding: 8px 18px;
}
.addUser_item .form-control:focus 
 {
    box-shadow: 0 0 4px 0px var(--primary-color);
    border: 1px solid var(--primary-color);
}
#database_table_wrapper input {
    border: 1px solid var(--primary-color);
    height: 32px;
    margin-bottom: 13px;
    width: 160px;
}
#database_table_wrapper input:focus-visible {
    outline: unset;
}
.alert.alert-success.alert-dismissible {
    position: absolute;
    top: 10px;
    left: 50%;
    width: 26%;
    transform: translate(-50%, 0%);
} 
button.btn.btn-outline-secondary.btn-sm {
    height: 26px;
    display: flex;
}
tbody tr td span.text-danger {
    background: red;
    padding: 6px 12px;
    border-radius: 4px;
    color: var(--black-color) !important;
    width: 100px;
    display: block; 
}
tbody tr td span.text-success {
    background: var(--primary-color);
    padding: 6px 12px;
    border-radius: 4px;
    color: var(--black-color) !important;
    width: 100px;
    display: block; 
}
.table_outer {
    padding: 40px 0 0 0;
}
div#database_table_wrapper {
    margin-bottom: 20px;
    height: calc(100vh - 210px);
    overflow-y: scroll;
}

.switch.toggle_btn {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 24px;
}

.switch.toggle_btn input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle_btn .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.toggle_btn .slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 3px;
  bottom: 6px;
  background-color: var(--white-color);
  -webkit-transition: .4s;
  transition: .4s;
}
.toggle_btn input:checked + .slider {
  background-color: var(--primary-color);
  width: 45px;
  height: 23px;
}
.toggle_btn input:focus + .slider {
  box-shadow: 0 0 1px var(--primary-color);
}
.toggle_btn input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.toggle_btn .slider.round {
  border-radius: 34px;
  width: 45px;
  height: 23px;
}
.toggle_btn .slider.round:before {
  border-radius: 50%;
}
.action_column {
    display: flex;
    gap: 12px;
    align-items: center;
}
/* user css close */


/* role css start */
table.dataTable.display>tbody>tr.even>.sorting_1, table.dataTable.order-column.stripe>tbody>tr.even>.sorting_1 {
    box-shadow: unset !important;
}
.form-control:focus 
 {
    box-shadow: 0 0 4px 0px var(--primary-color);
    border: var(--primary-color);
}
button.btn.btn-outline-success.btn-sm {
    font-size: 12px;
    line-height: 14px;
} 
.role_list {
    display: flex;
    align-items: center;
    gap: 20px;
}
.modal_body_text .modal-footer 
 {
    border: 0;
    padding: 14px 19px 24px 19px;
}
.modal_body_text .form-group .form-control {
    font-size: 12px;
    line-height: 16px;
    height: 33px;
}
.modal_body_text .form-group{
    margin-top: 8px;
}

.role_list p {
    width: 60%;
    padding: 8px 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--black-color);
}
.row.role_row_outer {
    margin: 0 20px;
    padding: 12px 0;
} 
#editRoleModal .modal-body label {
    font-size: 10px;
    line-height: 14px; 
    background: var(--grey-100);
    padding: 8px 9px; 
    gap: 6px;
    margin-bottom: 8px;
    border-top: 1px solid var(--black-100);
    border-bottom: 1px solid var(--black-100);
    display: flex;
    align-items: center;
}
#editRoleModal .col-md-2 {
    padding: 0 6px;
}
#editRoleModal .modal-footer 
 {
    padding: 10px 24px;
    padding-bottom: 30px;
    border: 0 !important;
}
.coman_btn {
    margin: 0;
    border-radius: 100px;
    padding: 9px 24px;
    font-size: 14px;
    line-height: 18px;
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    color: var(--black-color) !important;
    font-weight: 500;
}
.coman_btn:hover {
    background-color: unset !important; 
} 
#editRoleModal .row .col-md-3 .form-check-label input.form-check-input {
    margin: 0;
    width: 12px;
    height: 12px;
    position: relative;
    box-shadow: unset;
    border: 1px solid var(--grey-600);
}
#editRoleModal .row .col-md-3 .form-check-label input.form-check-input:checked {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    box-shadow: unset;
}
#editRoleModal .row .col-md-3 .form-check-label input.form-check-input:after{
    content: "";
    position: absolute;
    left: 3px;
    top: -1px;
    width: 5px;
    height: 10px;
    border: solid var(--black-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.25s ease;
}
#editRoleModal .row .col-md-3 .form-check-label input.form-check-input:checked::after {
    opacity: 1;
}
#editRoleModal .col-md-12 {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--grey-400);
    margin-bottom: 19px;
}
#editRoleModal .modal-body h6 {
    padding-bottom: 12px;
}
.add_close_outer a.btn-close {
    width: 24px !important;
    height: 24px !important;
}
#editRoleModal .col-md-12:last-child {
    margin-bottom: 0;
}
#editRoleModal .modal-body {
    padding: 10px 18px;
}
.add_close_outer a.btn-close:focus {
    box-shadow: unset;
}
.table_outer span.btn-sm.btn.btn-danger {
    font-size: 10px;
    line-height: 14px;
}
button:focus {
    box-shadow: unset !important;
}
/* role css close */

.card_body .dt-buttons {
    display: none;
}
.card_body div#example_filter {
    display: none;
}
.card_body.table_outer div#example_filter {
    display: block;
}



div#database_table_wrapper::-webkit-scrollbar {
    display: none;
} 
div#database_table_wrapper {
  -ms-overflow-style: none;
  scrollbar-width: none; 
}

/* location css start */
.location_outer {
    margin-top: 40px;
}
.add_city_btn {
    margin-top: 12px;
}
.location_outer .card.custom-card  {
    box-shadow: 0 2px 8px -6px var(--black-color);
    border: 1px solid #e1e1e12b;
}
.form-control {
    -webkit-appearance: auto;
    appearance: auto;
}
/* location css close */


/* login css start */  
#login_msg {
    position: absolute;
    top: 13px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
}

header.login_header { 
    height: 100vh;
    background: linear-gradient(2deg,rgba(132, 198, 88, 1) 24%, rgba(177, 221, 160, 1) 73%);
} 
.login_col {
    padding: 0;
}
.login_content {
    padding: 0 80px; 
}
.login_content h4 {
    color: var(--primary);
    padding-bottom: 36px;
    font-size: 28px;
    line-height: 32px;
}
.login_background img {
    height: 600px;
    object-fit: cover;
}
.login_row { 
    border: 2px solid var(--primary);
}
.login_content p {
    font-size: 14px;
    line-height: 18px;
}
.login_content .input_feild label {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary);
}
.login_content .input_feild input {
    border: 0;
    border-bottom: 2px solid var(--light-black);
    padding: 8px 16px;
}
.input_feild {
    margin-bottom: 12px;
} 
.forgot a {
    margin-top: 20px;
    color: var(--primary-color);
} 
.login_btn button {
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    padding: 10px 20px;
    margin-top: 30px;
    letter-spacing: 4px;
    font-size: 18px;
    line-height: 22px;
    color: var(--white)
} 
.login_content .input_feild input:focus-visible {
    outline: unset;
}
.spinner {
    width: 26px;
    height: 26px;
    border: 2px solid transparent;
    border-top: 2px solid var(--white);
    border-radius: 50%;
    animation: spin 1.5s linear infinite;
    position: absolute;
    right: 20px;
    top: 8px;
}

/* keyframes */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* login css close */  


/* index css start */
.headerTop_outer {
    background-color: var(--black);
}
.header_top span.sub_title {
    color: var(--white);
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 2px;
}
header.main_header ul li a.nav-link {
    color: var(--white);
}
.header_top span.sub_title::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--white);
}
header.main_header ul li a.nav-link {
    color: var(--white);
    font-size: 16px;
    line-height: 20px;
    font-style: italic;
    letter-spacing: 1px;
    padding: 0 8px !important;
}
#header_navbar {
    padding-left: 14px;
}
.chat_icon img , .account_icon img , .survey_icon img {
    width: 26px;
}
.header_icon span {
    font-size: 12px;
    line-height: 16px;
    padding-top: 4px;
}
.headerTop_right {
    gap: 30px;
}
button.load_btn {
    padding: 2px 6px;
    border: 1px solid var(--grey-200);
    background: var(--grey-200);
    font-size: 12px;
    line-height: 16px;
    border-radius: 4px;
}
button.load_btn.offered 
 {
    background: var(--dark-yellow);
    border: 1px solid var(--dark-yellow)
}
.headerBottom_button {
    gap: 10px;
}
.header_bottom.row 
 {
    padding-bottom: 20px;
}
.headerBottom_right  button.btn.btn-secondary.dropdown-toggle {
    padding: 2px 6px;
    font-size: 12px;
    line-height: 16px;
    border-radius: 4px;
    background: var(--dark-yellow);
    border: 1px solid var(--dark-yellow);
}



.header_bottom.dashboard {
    background: var(--white);
    box-shadow: 0px 0px 8px 2px #00000038;
}
.headerBottom_col {
    display: flex;
    gap: 24px;
    padding: 12px 0;
}
.headerBottom_col .input_item input, .headerBottom_col .input_item select {
    border: 1px solid var(--grey-600);
    padding: 5px 12px;
    font-size: 12px;
    line-height: 16px;
    width: 220px;
    font-weight: 500;
    color: var(--grey-600);
    height: 30px;
    border-radius: 6px;
}


.headerBottom_col .input_item input::placeholder {
    color: var(--grey-600);
}
.input_item.date label {
    font-size: 12px; 
    padding-right: 3px;
}
.headerBottom_col .input_item.date input {
    width: 124px;
}
.headerBottom_col .input_item.date label {
    padding-left: 8px;
    padding-right: 4px;
}
.headerBottom_col .input_item.date {
    padding-left: 10px;
}
button.load_btn.customer-details_button {
    background: var(--dark-yellow);
    border: 1px solid var(--dark-yellow);
    padding: 6px 12px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}
button.load_btn.customer-details_button img
 {
    margin-right: 4px;
}
section.table_section {
    padding: 40px 20px;
}
.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    padding: 4px 6px; 
    margin-left: 15px;
}
#dataTable_filter label {
    font-size: 12px;
    font-weight: 600;
}
.customer_outer {
    margin-bottom: 38px;
}
.dataTables_length label 
 {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    width: 200px;
    display: flex;
    gap: 8px;
    align-items: center;
}
table#dataTable {
    margin-top: 8px;
    display: inline-table;
}
div#dataTable_info , a#dataTable_next , a#dataTable_previous {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
}
td.action_icon {
    gap: 14px;
    display: flex;
} 
/* index css close */

/* mailer profile css start */
.mailer_profile .nav-link {
    width: 184px;
    border: 1px solid var(--white);
}
.mailer_profile .nav-link:hover {
    border: 1px solid var(--white);
}
.mailer_profile .nav-link.active {
   background-color: var(--primary-color);
   border: 1px solid var(--primary-color);
   border-radius: 12px;
}
.mailer_profile ul.nav.nav-tabs {
    border: 0;
    margin-bottom: 8px;
}
/* mailer profile css close */

/* add customer css start */
.table_outer {
    padding: 40px 0 0 0;
    height: 86vh;
    overflow-y: scroll;
}
.add_customer .custom-card { 
    padding: 8px 16px;
    border: 1px solid #e1e1e12b;
    box-shadow: 0 2px 8px -6px var(--black-color);
    border-radius: 8px;
}
#add_customer_modal .mailer_profile ul.nav.nav-tabs , #add_carriers_modal .mailer_profile ul.nav.nav-tabs {
    border: 0;
    margin-bottom: 30px;
    margin-top: 12px;
}
.next_btn_switch {
        background : var(--primary-color);
        border: 1px solid var(--primary-color);
        padding: 10px 14px;
        letter-spacing: 1px; 
        color: var(--black);
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
        margin-bottom: 6px;
}
.back_btn_switch {
        background : var(--black-100);
        border: 1px solid var(--black-100);
        padding: 10px 14px;
        letter-spacing: 1px; 
        color: var(--black);
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
        margin-bottom: 6px;
}
.back_btn_switch:hover {
    background: var(--black-100);
    border: 1px solid var(--black-100);
    color: var(--black);
}
.next_btn_switch:hover {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--black);
}
/* add customer css close */

/* view customer css start */
.form-group .form-control {
    font-size: 12px;
    line-height: 16px;
}
.notes_details .card.custom-card {
    background: unset;
    box-shadow: unset;
    border: 0;
    height: unset;
    overflow: unset;
}
.notes_content {
    box-shadow: 0 2px 8px -6px var(--black-color);
    border: 1px solid #e1e1e154;
    padding: 14px 20px;
    margin-bottom: 20px;
}
.notes_content h6 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.view_customer_details .nav.nav-tabs {
    margin-bottom: 20px !important;
}
.cardheader-btn button.btn.btn-success {
    margin-bottom: 12px;
}
.upload_document input {
    padding: 10px 10px;
}
.view_customer_row .mailer_profile .nav-link {
    width: 166px; 
}
/* view customer css close */


/* safer css start */
.safer .form-group label.form-label {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 8px;
}
.safer .btn-check:checked+.btn {
    background-color: var(--primary-color) !important;
}
.safer label.btn.btn-outline-primary {
    border: 1px solid var(--primary-color) !important;
}
.safer label.btn.btn-outline-primary:hover {
    color: var(--primary-color) !important;
}
.active_carrier_header {
    gap: 20px;
}
.safer .form-group button {
    margin-top: 10px;
    margin-bottom: 10px;
}
/* safer css close */


