@import "variables.css";
@import "layout.css";

html, body, input, select {
    font-family: 'Figtree', sans-serif;
}
body {
    font-size: var(--size-fixed-175);
    font-weight: var(--font-weight-4);
    color: var(--secondary-color-500);
    margin:0;
    padding:0;
    border:none;
    padding-top: 60px;
}
html {
    margin:0;
    padding:0;
    border:none;
    background: var(--main-bg);
}

html, body {
    height: 100%;
}
.required-field {
    font-weight: bold;
}
textarea {
	width: auto;
	height: 115px;
	text-align: left;
	vertical-align: top;
	color: #505050;
	border-radius: 4px;
	background-color: #ffffff;
	border: solid 1px #e6e6e6;
}
.banner-background {
    background-color: #ffffff;
}
.banner-text-title {
    font-size: 32px;
}
.banner-text-subtitle {
    font-size: 10px;
    font-style: italic;
}
.retailer-logo {
    width: 127px;
    height:73px;
}
.center-screen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}
/* login page start */
.login-background {
    background-color: #eff9ff;
    background:url("../../img/blue-theme/login-background2.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login-centered {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.login-table {
    width: 550px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 1px 4px 0 rgba(216, 216, 216, 0.08);
}
.login-table td.header {
    padding-top: 40px;
    padding-bottom: 26px;
    border-radius: 4px;
    text-align : center;
}
.login-table td.username-password {
    padding-bottom: 25px;
}

.login-table td.forgot-password {
    padding-bottom: 20px;
}

.login-table td.user-activate {
    padding-bottom: 25px;
}
.login-table h1 {
    vertical-align: middle;
}
input[type=submit].login-button {
    width: 318px;
    height: 51px;
    border-radius: 5px;
    font-size: 16px;
}
.login-instruction {
    width: 320px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.62;
    text-align: center;
    color: #919191;
    word-wrap: break-word;
    overflow: hidden;
    padding-top: 5px;
}
.login-pass-help {
    margin-top: 20px;
    margin-bottom: 25px;
}

.username-password-table tr {
    height: 52px;
}
.username-password-table td {
    text-align: left;
}
.user-activate-table {
    width: 404px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #dfe3e9;
}
.user-activate-table tr {
    height: 52px;
}
.user-activate-table td {
    text-align: left;
}
.user-activate-table td.password {
    border-bottom: solid 1px #dfe3e9;
}
.user-activate-table td label {
    font-size: 16px;
    font-weight: 400;
    color: #505050;
    padding-left: 20px;
}
.user-activate-table input[type=password] {
    height: 38px;
    width: 90%;
    border-radius: 4px;
    border: solid 0px #e6e6e6;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    color: #505050;
    margin-right: 10px;
}
/* login page end */
/* main menu start */
.menu-table {
    height: 100px;
    font-size: 12px;
    font-weight: 300;
    table-layout: fixed !important;
}
.menu-table td,
.dm-menu-table {
    background-image: linear-gradient(to bottom, #005294, #237dc6);
    background-color: #005294;
}
.menu-table a {
    text-align: center;
    text-decoration: none;
    color: #ffffff !important;
}
.menu-table td.active {
    background-image: linear-gradient(to bottom, #f4fbff, #ffffff);
    background-color: #ffffff;
}
.menu-table td.active a {
    color: #505050 !important;
    text-decoration: none;
}
.menu-table-cell {
    text-align: center;
    width: 111px;
}
.menu-table-cell.logout-button {
    border-left: 1px solid #7a97af;
}
.menu-image {
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.metapack-logo {
    width: 94px;
    height: 51px;
}
.menu-table a:hover {
    text-decoration: none;
}
/* main menu end */
/* title bar start */
.title-bar  {
    width: 100%;
    height: 90px;
    cell-padding: 0px 0px 0px 0px;
    cell-spacing: 0px 0px 0px 0px;
    border-bottom: 1px solid #d8d8d8;
}
.title-bar td.left-section {
    text-align: left;
    vertical-align: top;
    padding-top: 20px;
    padding-left: 20px;
}
.title-bar h1 {
    margin-top: 24px;
    line-height: 0;
    vertical-align: top;
}
.title-bar .breadcrumb {
    padding-top: 6px;
    font-weight:200;
    font-size: 14px;
    color: #919191;
}
.title-bar .breadcrumb a {
    color: var(--hyperlink-color)
}
.title-bar td.right-section {
    text-align: right;
}
.title-bar .username-plus-retailer-table {
    text-align: right;
}
.title-bar .username-plus-retailer-cell {
    padding-left: 20px;
    padding-right: 20px;
}
.title-bar .username-info {
    font-weight:200;
    font-size: 14px;
    color: #919191;
    padding-bottom: 10px;
}
.title-bar .retailer-name {
    font-size: 14px;
    font-weight: 500;
    text-align: right;
    color: #505050;
}
.faq {
    width: 91px;
    height: 40px;
    border-radius: 4px;
    background-color: #eff9ff;
    vertical-align: middle;
    text-align: center;
    padding: 1px 0px 7px 0px;
}
.title-bar .faq p {
    vertical-align: bottom;
    line-height: 10px;
}
.faq-image {
    width: 19px;
    height: 19px;
    vertical-align: middle;
    margin-right: 6px;
}
/* title bar end */
h2 {
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #505050;
    margin-top: 8px;
    vertical-align: top;
    text-align: left;
}
h3 {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.56;
	text-align: left;
	color: #505050;
}
h3 {
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #505050;
    margin-top: 8px;
}
h4 {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: left;
    color: #505050;
}
h5 {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.31;
}
hr {
    border: 1px solid #e6e6e6;
    margin-top: 20px;
}
p {
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    line-height: 1.5;
}
.main-page-body {
    padding: 20px;
}
.page-button-block {
    float: right;
}
.page-block {
    background-color: #fafafa;
    border: solid 1px #d8d8d8;
    padding: 20px;
    margin-bottom: 20px;
}
.carrier-service-block {
    margin-top: 12px;
    margin-bottom: 30px;
    height: 17px;
    font-weight: 400;
    line-height: 17px;
}
.page-block-padding {
    padding-bottom: 0px;
}
.page-block .label-auto-width label:not(*:has(> input[type="radio"])) {
    display: inline-block;
}
.page-block .label-auto-width label {
    width: auto;
}
.page-block .inner-block {
    background: #ffffff;
    border: solid 1px #d8d8d8;
    padding: 20px;
}
.page-block-table2 th {
    padding: 10px;
    spacing: 0;
    background-color: #e6e6e6;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.62;
    letter-spacing: normal;
    text-align: left;
    color: #505050;
}
.page-block-table {
    background: #ffffff;
    color: #505050;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.page-block-table td {
    padding: 25px;
    spacing: 0;
    border-bottom: 1px solid #e6e6e6;
}
.page-block-table td table td {
    border-bottom: none;
    padding: 10px 5px 5px 0;
}
.page-block-table th {
    padding: 10px;
    spacing: 0;
    background-color: #e6e6e6;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.62;
    letter-spacing: normal;
    text-align: left;
    color: #505050;
}
.page-block-table tr table th {
    background: none;
    font-weight: 600;
    padding: 0;
}

.page-block-table tr.odd-row {
    background-color: #fafafa;
    border: solid 1px #e6e6e6;
}
.page-block-table tr.even-row {
    background-color: #ffffff;
    border: solid 1px #e6e6e6;
}

.page-block-column{
    line-height: 1.62;
    font-weight: 500;
    margin-bottom: 10px;
 }

.checkboxlist{
    font-weight: 500;
    padding-top: 10px;
    display: none;
}

.checkbox-margin{
   margin: 0px 10px 20px 0px;
}

.multiselect-swapper .page-block-table td {
    padding: 10px;
}

.message-block {
     width: 560px;
     padding: 20px;
     background-color: #fff8ee;
     border: solid 3px #f3b045;
}

.message-block label {
    display: inline-block;
    width: 300px;
    text-align: right;
    margin-right: 10px;
}

.message-block .message {
    line-height: 1.62;
    letter-spacing: normal;
    text-align: left;
    color: #505050;
}

.message-block table {padding:3px;}

.warning-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

th a {
    color: #505050;
    text-decoration: none;
}
a.pager {
    height: 21px;
    width: 28px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    color: #505050;
    text-decoration: none;
}

table.search-criteria {
    width: 100%;
    padding: 8px 8px 16px 8px;
    font-weight: 500;
    line-height: 1.62;
    color: #505050;
    background-color: var(--card-bg);
    border-color: var(--tertiary-color);
    border-radius: var(--border-radius-lg);
    border: solid var(--tertiary-color);
    border-width: 1px 0;
}
table.search-criteria td {
    padding: 8px 0 0 8px;
    white-space: nowrap;
}
table.search-criteria td label {
    display: inline-block;
    font-weight: 600;
}
table.search-criteria td select {
    width: 260px;
}
table.search-criteria td input[type=text] {
    width: 188px;
}
table.search-criteria td table td {
    padding: 0;
}
table.search-criteria td.right-cell {
    text-align: right;
    padding-right: 8px;
}
.advanced-search-table {
    width: 10%;
}
.advanced-search-table td table td {
    white-space: nowrap;
}
.icon-background {
    height: 33px;
    width: 33px;
    border-radius: 4px;
    background-color: #267ec6;
    box-shadow: 0 2px 0 0 #005294;
    text-align: center;
    vertical-align: middle;
}
.icon-image {
    width: 16px;
    height: 16px;
    padding: 6px;
    border: 0px;
}
.small-icon-background {
    height: 28px;
    width: 28px;
    border-radius: 4px;
    background-color: #267ec6;
    box-shadow: 0 2px 0 0 #005294;
    text-align: center;
    vertical-align: middle;
}
.small-icon-image {
    height: 12px;
    width: 12px;
    border: 0px;
    padding: 6px;
    vertical-align: middle;
}
.icon-pointer {
    width: 37px;
    height: 37px;
    border: 0px;
}

/* Pagination start */
.pagination-table {
    margin-top: 10px;
    margin-bottom: 10px;
}
.pager-cell {
    width: 36px;
    align: center;
}
.pager-cell-arr {
    width: 60px;
    align: center;
}
.pager {
    height: 21px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    color: #505050;
}
.pager-selected-td {
    font-size: 14px;
    font-weight: 400;
    width: 40px;
    height: 28px;
    line-height: 1.9;
    color: #ffffff;
}
.pager-selected {
    width: 28px;
    height: 28px;
    border-radius: var(--border-radius-round);
    background-color: var(--primary-color-200);
    text-align: center;
}
.pager-text {
    height: 21px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.75;
    text-align: left;
    color: #505050;
}
/* Pagination end */

.check-box {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background-color: #ffffff;
    border: solid 1px #e6e6e6;
}
.horizontal-seprator {
    height: 1px;
    background-color: #d8d8d8;
}
.vertical-seprator {
    width: 1px;
    background-color: #7a97af;
}

.simple-table {
    border: solid 1px #e6e6e6;
    spacing: 0;
    border-collapse: collapse;
}
.simple-table td {
    padding: 10px;
    border-bottom: solid 1px #e6e6e6;
}

/* Result table start */
.result-table {
    background-color: #ffffff;
    font-size: 13px;
    border-collapse: collapse;
    border: solid 1px #e6e6e6;
    border-radius: 4px;
}
.result-table tr {
    background-color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.38;
    text-align: left;
    color: #505050;
    padding-top:8px;
}
.result-table th {
    height: 40px;
    color: #505050;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px 0 1px 0 #e6e6e6;
    font-weight: 600;
    padding-left:8px;
}
.result-table th a {
    color: #505050;
}
.result-table th img {
    vertical-align: bottom;
    margin-bottom: 1px;
}
.result-table tr.odd-row {
    height: 71px;
    background-color: #fafafa;
    border: solid 1px #e6e6e6;
}
.result-table tr.even-row {
    height: 71px;
    background-color: #ffffff;
    border: solid 1px #e6e6e6;
}
.result-table tr.even-row-no-border {
    height: 71px;
    background-color: #ffffff;
}
.result-table tr.selected-row  {
    background-color: #eff9ff;
    height: 71px;
    border: solid 1px #e6e6e6;
}
.result-table td {
    padding-left:8px;
}
.result-table td.column {
    padding-top:8px;
}
.result-table td input[type=button] {
    vertical-align: baseline;
}
.result-table td.dark-cell {
    background-color: #fafafa;
}
.result-table td.light-cell  {
    background-color: #ffffff;
}
.result-table td.selected-cell {
    background-color: #eff9ff;
}
.result-table td.text-bold {
    font-weight:400;
}
/* Result table end */

/* score-start*/
.score-select {
    width : 142px;
    margin-bottom: 5px;
    margin-left : 3px;
}

.score-label{
   width: auto;
   color: #505050;
   font-weight: 400;
   text-align: right;
   margin-left: 5px;
   padding-top: 7px;
}
.score-simplerulesmargin{
   margin-left: 135px;
}

/* score-end*/

.multiselect-swapper {
    padding: 0;
    spacing: 0;
    background: none;
}
.multiselect-swapper .left-section {
    vertical-align: top;
    text-align: left;
    width: 510px;
}
.multiselect-swapper .right-section {
    vertical-align: top;
    text-align: left;
    width: 590px;
}
.multiselect-swapper label {
    width: 140px;
}
.multiselect-swapper .non-included-table th {
    vertical-align: top;
    text-align: right;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.62;
    letter-spacing: normal;
}
select[multiple] {
    padding: 0px;
    width: 350px;
    height: 175px;
    background: none;
    background-color: #ffffff;
}
select[multiple] option {
    padding: 9px;
    padding: 9px;
    font-weight: 500;
    border-bottom: 1px solid #e6e6e6;
}
select[multiple] option:focus, select[multiple] option:hover {
    background-color: #eff9ff;
    color: #267ec6;
}
select[multiple] {
    padding: 0px;
    width: 350px;
    height: 175px;
    background: none;
    background-color: #ffffff;
}
select[multiple] option {
    padding: 9px;
    padding: 9px;
    font-weight: 500;
    border-bottom: 1px solid #e6e6e6;
}
select[multiple] option:focus, select[multiple] option:hover {
    background-color: #eff9ff;
    color: #267ec6;
}

.compact-section .simple-table tr {
    background-color: #fafafa;
}

.multi-line-form-table {
    width: 100%;
    padding: 8px 8px 16px 8px;
    line-height: 1.62;
    color: #505050;
}
.multi-line-form-table h4 {
    margin: 0;
}
.multi-line-form-table  td {
    padding: 8px 0 0 8px;
    white-space: nowrap;
}
.multi-line-form-table td label {
    display: inline-block;
    font-weight: 500;
    text-align: right;
    width: 100px;
    margin: 0;
}
.multi-line-form-table input[type=text] {
    width: 200px;
}
.multi-line-form-table select {
    width: 213px;
}


.border-box {
    height: 111px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 1px 4px 0 rgba(216, 216, 216, 0.08);
    border: solid 1px #d8d8d8;
}
.horizontal-spacing {
    width:20px;
}
.horizontal-spacing-1 {
    width:10px;
}
.vertical-spacing {
    height:20px;
}
.vertical-spacing-1 {
    height:10px;
}
.vertical-spacing-2 {
    height:8px;
}
select.dropdownbox {
    padding-left:10px;
    padding-right:10px;
}
.small-dropdown {
	width: 93px;
	border-radius: 4px;
	background-color: #ffffff;
	border: solid 1px #e6e6e6;
}
.input-box-disabled {
	height: 30px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.62;
	text-align: left;
	border-radius: 4px;
	background-color: #fafafa;
	border: solid 1px #e6e6e6;
}
input[type=button].bin-button {
    background-image: url(../../img/blue-theme/bin-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 33px;
    height: 33px;
}
input[type=button].edit-button {
    background-image: url(../../img/blue-theme/edit-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 33px;
    height: 33px;
}
input[type=button].calendar-button {
    background-image: url(../../img/blue-theme/icon-cal.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    width: 33px;
    height: 33px;
}
input[type=button].print-button {
    background-image: url(../../img/blue-theme/print-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    width: 33px;
    height: 33px;
}
input[type=button].close-button {
    background: none;
    background-image: url(../../img/blue-theme/close-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    border: none;
    box-shadow: none;
    width: 33px;
    height: 33px;
}

input[type=button].print-button {
    background-image: url(../../img/blue-theme/print-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    width: 28px;
    height: 28px;
}

input[type=button].print-button-inactive {
    background-image: url(../../img/blue-theme/print-nav-icon-inactive.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    width: 28px;
    height: 28px;
}

input[type=button].folder-closed-button {
    background: none;
    background-image: url(../../img/blue-theme/folder-closed-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    box-shadow: none;
    width: 24px;
    height: 24px;
}
input[type=button].folder-open-button {
    background: none;
    background-image: url(../../img/blue-theme/folder-open-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    box-shadow: none;
    width: 24px;
    height: 24px;
}

input[type=button].arrow-up-button {
    background: none;
    background-image: url(../../img/blue-theme/arrow-up-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    border: none;
    box-shadow: none;

}

input[type=button].arrow-down-button {
    background: none;
    background-image: url(../../img/blue-theme/arrow-down-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    border: none;
    box-shadow: none;
}
input[type=button].arrow-left {
    background: none;
    background-image: url(../../img/blue-theme/grey-double-arr-left-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    border: none;
    box-shadow: none;

}

input[type=button].arrow-right {
    background: none;
    background-image: url(../../img/blue-theme/grey-double-arr-right-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    border: none;
    box-shadow: none;

}

.button-spacing {
    margin-left:8px;
}

.spanner-copy {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.input-label-title {
    width: auto;
    margin-right:10px;
    height: 21px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.62;
    text-align: right;
    color: #505050;
}
.label-title-align-right {
	width: auto;
	margin-right:10px;
	height: 21px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.62;
	text-align: right;
	color: #505050;
	padding-left: 20px;
	padding-right: 10px;
}
.label-title-align-center {
	width: auto;
	margin-right:10px;
	height: 21px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.62;
	text-align: center;
	color: #505050;
	padding-left: 10px;
	padding-right: 10px;
}


@media print {
    .label-image
    {
        width: 1200px;
        height: 800px;
    }
}
@media screen {
    .label-image
    {
        width: 576px;
        height: 384px;
    }
}
.error-title {
    font-size: 26px;
    background-color: #99bb00;
    font-weight: bold;
    color: #ff0000;
}
.error-background {
    height: 35px;
    background-color: #f7e5e5;
}
.error-message {
    font-size: 13px;
    color: #000000;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #d0021b;
    text-align: center;
}
.error-cell {
    background-color: #f7e5e5;
    font-size: 13px;
    padding: 10px;
    color: #000000;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #d0021b;
}

.error-page-cell{
    background-color: #fff0ee;
    border: solid 3px #ec435a;
    margin-left:auto;
    margin-right:auto;
    margin-top: 3%;
    margin-bottom:auto;
    padding:20px;
}

.success-background {
    height: 35px;
    background-color: #e5f7eb;
}
.success-message {
    font-size: 13px;
    color: #000000;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1d522c;
    text-align: center;
}
/* dropdown select-noselect*/
.dropdown-noselect {
    background-color: #ffffff;
    padding: 5px;
    font-weight: 500;
    border-bottom: 1px solid #e6e6e6;
}
.dropdown-select {
    background-color: #eff9ff;
    color: #267ec6;
    padding: 5px;
    font-weight: 500;
    border-bottom: 1px solid #e6e6e6;
}
.error-cell {
    background-color: #f7e5e5;
    padding: 10px;
    color: #000000;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #d0021b;

}
.print-label-frame {
    border-radius: 4px;
    background-color: #e6e6e6;
    box-shadow: 0 1px 4px 0 rgba(216, 216, 216, 0.08);
}
#addRuleForm {
    width: 1055px;
}
#addRuleForm select {
    width: 260px;
    height: 175px;
}
#addRuleForm select.edit-cost {
    height: 35px;
}

.pale-text {
  font-weight: bold;
  color: #d5d5d5;
}

a img {border: none;}

.border-box-text{
 font-size: 13px;
 font-weight: 500;
 line-height: 1.62;
 padding-left: 15px;
}

.info {
  border: 1px solid;
  border-radius: 4px;
  margin:0 auto;
  color: #00529B;
  font-size: 15px;
  padding:20px 20px 20px 20px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-color: #BDE5F8;
}

.loader {
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 32px;
    height: 32px;
    animation: spin 2s linear infinite;
}

.tick {
    content: url("../../img/tick.jpg");
}

.partial-tick {
    content: url("../../img/blue-theme/icon-partial-tick.png");
}

.cross {
    content: url("../../img/cross.gif");
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.half-width-section {
    display: flex;
}

.half-width-section .page-block {
    flex: 1 50%;
    margin-right: 20px;
}

.half-width-section .page-block:last-of-type {
    margin-right: 0;
}

.error-field-border {
    border: 1px solid #d33e3e !important;
}

.form-error-msg {
    margin-left: 2px;
    color: red;
    margin-bottom: 13px;
    padding-top: 10px;
    font-size: 14px
}

/*Carrier Connection and manifest details Page*/

.manifest-section form, #tracking-connection-details form {
    display: flex;
    flex-direction: column;
}

.input-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 5px;
}

.input-block > div{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.input-block .form-error-msg {
    margin: 0 0 13px 212px;
}

.input-block input[type=submit] {
    margin-top: 15px;
}

 .manifest-section select {
    max-width: 264px;
}

#manifest-connection-details .wizard-button-tooltip, #tracking-connection-details .wizard-button-tooltip {
    text-align: right;
}

.manifest-section {
    background: #ffffff;
    color: #505050;
    border: 1px solid #e6e6e6;
    margin: 15px 0;
}



.manifest-section input[id^="saveCarrierConnectionDetails"]{
    max-width: 112px;
    align-self: flex-end;
    margin: 10px;
}

.manifest-section__header {
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 10px;
   background-color: #e6e6e6;
}

.alert-info-container {
    display: flex;
    width: fit-content;
    padding: 8px 25px 2px 53px;
    margin: auto;
    background-image: url("../../img/dm-enchanced/info.svg");
    background-position: left 12px center;
    background-repeat: no-repeat;
    background-color: #DAEEF9;
}

.bg-grey {
    background-color: #D1D1D1;
}

.bg-green {
    background-color: #E8F4EA;
}

.selected-items-label {
    color: #267EC6;
    font-weight: bold;
    margin-bottom: 2%;
    float: right;
}

#copy-config-to-prod label {
    text-align: left !important;
}

#copy-config-to-prod .select-all-checkbox-container label {
    text-align: left !important;
    color: #267EC6;
}

#copy-config-to-prod .copy-button-container {
    text-align: right;
}

.scrollable-panel {
    margin-left: 1%;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    overflow-y: scroll;
    max-height: 223px;
}

.warehouse-checkbox {
    padding: 0.5%;
    margin: 0.2% 3% 0.2% 0.2%;
}

.non-wrapping-label {
    white-space: nowrap;
}

.spinning-loader {
    visibility: hidden;
    display: inline-block;
    margin-left: 8px;
}
.spinning-loader img {
    width: 30px;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 999;
    display: none;
}

.retailerQuickLaunchModal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 8px;
    width: 80%;
    max-width: 600px;
    max-height: 85vh;
    overflow: auto;
    display: none;
}

.retailerQuickLaunchModal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--modal-separator);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.retailerQuickLaunchModal-footer {
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid var(--modal-separator);
    padding-top: 10px;
    margin-top: 20px;
}

.retailerQuickLaunchModal-footer {
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid var(--modal-separator);
    padding-top: 10px;
    margin-top: 20px;
}

.retailerQuickLaunchModal-footer button {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    background-color: #007bff;
    color: white;
    cursor: pointer;
    transition: background-color 0.2s;
}

.retailerQuickLaunchModal-footer button:hover {
    background-color: #0056b3;
}

.retailerQuickLaunchModal-header-button {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #1D5AD8;
    border: none;
    background: none;
    cursor: pointer;
}

.dm-h2-bold {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    color: black;
}

p.dm {
    font-size: 16px;
    line-height: 20px;
}

.footer-button {
    display: flex;
    justify-content: space-between;
}

.input-modal {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    box-sizing: border-box;
}

.button-modal {
    width: 100%;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    border-radius: 4px;
    background-color: #267ec6;
    box-shadow: 0 2px 0 0 #005294;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

button.button-modal:hover {
    color: #ffffff;
    background-color: #004d8f;
    box-shadow: 0 2px 0 0 #005294;
}

.button-modal-max-width {
    max-width: 150px;
}

.close-tracking-modal {
    position: absolute;
    top: 10px;
    right: 10px;
}

/* New styles */
h1 {
    font-size: var(--size-fixed-400);
    line-height: var(--size-fixed-500);
}

h2 {
    font-size: var(--size-fixed-300);
    line-height: var(--size-fixed-400);
}

h3 {
    font-size: var(--size-fixed-250);
    line-height: var(--size-fixed-300);
}

h4 {
    font-size: var(--size-fixed-200);
    line-height: var(--size-fixed-300);
}

button, label, p {
    font-size: var(--size-fixed-175);
    line-height: var(--size-fixed-250);
}

small {
    font-weight: var(--font-weight-regular);
    font-size: var(--size-fixed-150);
    line-height: var(--size-fixed-200);
}

h1, h2, h3, h4, strong, label, button, .bold {
    font-weight: var(--font-weight-6);
    color: var(--secondary-color-500);
}

.large-paragraph {
  font-size: var(--size-fixed-200);
  line-height: var(--size-fixed-250);
}

.large-paragraph-link {
  font-size: var(--size-fixed-175);
  line-height: var(--size-fixed-250);
  text-decoration: underline;
}

.paragraph-link {
  font-size: var(--size-fixed-175);
  line-height: var(--size-fixed-250);
  text-decoration: underline;
}

.small-link {
  font-size: var(--size-fixed-150);
  line-height: var(--size-fixed-200);
  text-decoration: underline;
}

.table {
    border-spacing: 0;
}

.table tr th {
    background-color: var(--disabled-background);
    border-bottom: 1px solid var(--tertiary-color);
    font-weight: var(--font-weight-6);
    text-align: left;
    padding-block: 6px;
}

.table tr th a {
    display: inline-block;
}

.table tr th a, .table tr th {
    color: var(--tertiary-foreground);
    font-size: var(--font-size-4);
    line-height: var(--table-line-height-text);
}

.table tr input[type=checkbox] {
    margin: 8px 12px;
}

.table tr th:not(.selectable),
.table tr td:not(.selectable) {
    padding-left: 12px;
    color: var(--tertiary-foreground);
}

.table tr:not(:first-child) td {
    border-bottom: 1px solid var(--tertiary-color);
}

.table tr:not(:first-child) td:not(.selectable) {
    padding-block: 10px;
    font-size: var(--font-size-4);
    line-height: var(--table-line-height-text);
}

.table .checked-row {
    background-color: var(--disabled-background);
    border-bottom: var(--tertiary-color-300);
}

.table .selected-row {
    background-color: var(--table-hover);
}

.table .check-box {
    cursor: pointer;
}

.table .disabled-row {
    pointer-events: none;
    background-color: var(--disabled-background);
    border-bottom: var(--tertiary-color);
}

.table .disabled-row td:not(.selectable) {
    color: var(--disabled-foreground);
}

.with-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1px;
}

input[type=button],input[type=submit],input[type=reset], button.primary-button, .bin-button {
    background-color: var(--primary-color);
    padding: var(--padding-button);
    box-shadow: none;
    color: var(--primary-color-foreground);
    font-size: var(--font-size-4);
    font-weight: var(--font-weight-6);
    border-radius: var(--border-radius);
    transition: var(--transition-basic);
    cursor: pointer;
    border: var(--border-width-xs) solid var(--transparent);
    position: relative;
    outline: var(--outline-width) solid var(--transparent);
    outline-offset: var(--outline-offset);

    &:hover {
        background-color: var(--primary-color-200);
    }

    &:focus {
        outline-color: var(--focus-border-color);
        background-color: var(--primary-color-200);
    }

    &:active {
        outline: none;
        background-color: var(--primary-color-300);
    }

    &:disabled {
        background-color: var(--disabled-background);
        color: var(--disabled-foreground);
        cursor: not-allowed;
    }

    &.folder-closed-button {
        &:hover {
            background-color: var(--transparent);
        }

         &:focus {
            background-color: var(--transparent);
        }
    }

    &.folder-open-button {
        &:hover {
            background-color: var(--transparent);
        }

         &:focus {
            background-color: var(--transparent);
        }
    }
}

.carrier-button {
    appearance: none;
    border: none;
    width: 25px;
    height: 10px;
    background-color: var(--primary-color);
    border-radius: var(--border-radius);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--primary-color-foreground);
    transition: var(--transition-basic);

    &:before {
        content: "";
        display: block;
        width: var(--dot-size);
        height: var(--dot-size); 
        border-radius: var(--border-radius-round);
        background-color: var(--primary-color-foreground);
    }

    &:after {
        content: "";
        display: block;
        position: absolute;
        width: var(--dot-size);
        height: var(--dot-size); 
        border-radius: var(--border-radius-round);
        color: var(--primary-color-foreground);
        box-shadow: -7.5px 0 0 var(--primary-color-foreground),
                    7.5px 0 0 var(--primary-color-foreground);
    }

    &:hover {
        background-color: var(--primary-color-200);
    }
}

input[type=button].secondary-button, button.secondary-button, .secondary-button {
    background: var(--transparent);
    border: var(--border-width-xs) solid var(--secondary-foreground);
    color: var(--secondary-foreground);
    font-size: var(--font-size-4);
    font-weight: var(--font-weight-6);
    padding: var(--padding-button);
    border-radius: var(--border-radius);
    cursor: pointer;
    transition: var(--transition-basic);
    outline: var(--outline-width) solid var(--transparent);
    outline-offset: var(--outline-offset);

    &:hover {
        background-color: var(--secondary-color-200);
    }

    &:focus {
        background-color: var(--secondary-color-200);
        outline-color: var(--focus-border-color);
    }

    &:active {
        outline: none;
        background-color: var(--secondary-color-300);
    }

    &:disabled {
        background-color: var(--disabled-background);
        color: var(--disabled-foreground);
        cursor: not-allowed;
        border-color: var(--transparent);
    }
}

a.secondary-button {
    text-decoration: none;

    &:active {
        border-radius: var(--border-radius);
    }
}

input[type=button].tertiary-button, button.tertiary-button, a.tertiary-button {
    background: var(--tertiary-color);
    border-color: var(--transparent);
    color: var(--tertiary-foreground);
    font-size: var(--font-size-4);
    font-weight: var(--font-weight-6);
    padding: var(--padding-button);
    border-radius: var(--border-radius);
    transition: var(--transition-basic);
    cursor: pointer;
    outline: var(--outline-width) solid var(--transparent);
    outline-offset: var(--outline-offset);

    &:hover {
        background-color: var(--tertiary-color-200);
    }

    &:focus {
        background-color: var(--tertiary-color-200);
        outline-color: var(--focus-border-color);
    }

    &:active {
        outline: none;
        background-color: var(--tertiary-color-300);
    }

    &:disabled {
        background-color: var(--disabled-background);
        color: var(--disabled-foreground);
        cursor: not-allowed;
        border-color: var(--transparent);
    }
}


input[type=button].tertiary-white-button, button.tertiary-white-button, .tertiary-white-button {
    background: var(--transparent);
    border: var(--border-width-xs) solid var(--tertiary-color);
    color: var(--tertiary-foreground);
    font-size: var(--font-size-4);
    font-weight: var(--font-weight-6);
    padding: var(--padding-button);
    cursor: pointer;
    text-decoration: none;
    text-underline-offset: 0;
    border-radius: var(--border-radius);
    transition: var(--transition-basic);
    outline: var(--outline-width) solid var(--transparent);
    outline-offset: var(--outline-offset);
    box-shadow: 0 1px 1px 0 var(--input-border-shadow);


    &:hover {
        border-color: var(--primary-color);
    }

    &:focus {
        border-color: var(--input-border-active-out);
        outline-color: var(--focus-border-color);
    }

    &:active {
        background-color: var(--disabled-background);
        border-color: var(--primary-color);
    }

    &:disabled {
        background-color: var(--disabled-background);
        color: var(--disabled-foreground);
        cursor: not-allowed;
        border-color: var(--transparent);
    }
}

a.secondary-button {
    text-decoration: none;

    &:active {
        border-radius: var(--border-radius);
    }
}

input[type=button].button-danger, button.button-danger {
    background: var(--danger-color);
    border-color: var(--transparent);
    color: var(--danger-color-foreground);
    font-size: var(--font-size-4);
    font-weight: var(--font-weight-6);
    padding: var(--padding-button);
    border-radius: var(--border-radius);
    transition: var(--transition-basic);
    cursor: pointer;
    outline: var(--outline-width) solid var(--transparent);
    outline-offset: var(--outline-offset);

    &:hover {
        background-color: var(--danger-color-500);
    }

    &:focus {
        background-color: var(--danger-color-500);
        outline-color: var(--focus-border-color);
    }

    &:active {
        outline: none;
        background-color: var(--danger-color-600);
    }

    &:disabled {
        background-color: var(--disabled-background);
        color: var(--disabled-foreground);
        cursor: not-allowed;
        border-color: var(--transparent);
    }

    &.close-calendar-button {
        background-image: url("../../img/blue-theme/close-icon-white.svg");
        background-position: center;
        background-repeat: no-repeat;
        width: 33px;
        height: 33px;
    }
}

a, .hyperlink {
    color: var(--hyperlink-color);
    text-decoration: underline;
    text-underline-offset: var(--underline-offset);
    cursor: pointer;
    transition: var(--transition-basic);
    outline: var(--outline-width) solid transparent;
    outline-offset: var(--outline-offset-lg);

    &:hover {
        text-decoration-color: transparent;
    }

    &:active {
        outline-color: var(--focus-border-color);
        text-decoration-color: var(--transparent);
        border-radius: var(--border-radius-sm);
    }
}

a :is(h1, h2, h3, h4, h5, span) {
    color: var(--hyperlink-color);
}

input[type=text],input[type=password], input[type=number], textarea, select {
    width: 300px;
    font-weight: var(--font-weight-4);
    line-height: var(--size-fixed-250);
    border-radius: var(--border-radius);
    padding: var(--input-padding);
    margin: var(--input-margin);
    background-color: var(--input-background);
    border: solid 1px var(--tertiary-color-200);
    color: var(--tertiary-foreground);
    outline: none;
    transition: background-color var(--transition-basic), border-color var(--transition-basic), box-shadow var(--transition-basic), color var(--transition-basic);

    &:hover {
        border-color: var(--input-border-hover);
    }

    &:focus {
        border-color: var(--input-border-active-out);
        box-shadow: inset 0 0 0 2px var(--input-border-active-in);
      }

    &:active {
        border-color: var(--primary-color);
        &::placeholder {
            color: var(--tertiary-foreground);
        }
    }

    &:disabled {
        border-color: var(--tertiary-color-200);
        background-color: var(--disabled-background);
        color: var(--disabled-foreground);
    }
}

.username-password-table td label {
    margin: 7px auto auto;
    display: table;
}

.username-password-table input[type=password] {
    letter-spacing: 0.5px;
}


.page-block label {
    display: inline-block;
    width: 200px;
    color: var(--tertiary-foreground);
    font-weight: var(--font-weight-6);
    text-align: left;
    margin-right: 10px;
}

.password-field, .search-field {
    position: relative;
}

.search-field input[type=text] {
    padding-inline: 30px;
}

.toggle-password-button, .clear-input-button, .search-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    align-items: center;
    justify-content: center;
}

.toggle-password-button, .clear-input-button {
    right: 10px;
}

.toggle-password-button, .search-icon {
    display: flex;
}

.clear-input-button {
    display: none;
}

.search-icon {
    left: 10px;
}

.input-icon {
    width: var(--input-icon-width);
    height: var(--input-icon-height);
}

input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: var(--checkbox-size);
  height: var(--checkbox-size);
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  vertical-align: middle;
  margin: 2px 2px 3px 1px;
  border: 1px solid var(--tertiary-color-200);
  border-radius: var(--border-radius);
  outline: var(--outline-width) solid var(--transparent);
  outline-offset: var(--outline-offset);
  background-color: var(--primary-color-foreground);
  cursor: pointer;

  &:disabled {
    background-color: var(--disabled-background);
    border-color: var(--disabled-foreground);
  }

  &:hover {
    border-color: var(--input-border-hover);
  }

  &:checked {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
  }

  &:focus {
    border-color: var(--input-border-active-out);
    outline-color: var(--focus-border-color);
  }
}

input[type="checkbox"]::before {
  content: "";
  display: block;
  width: var(--checkbox-background-image-size);
  height: var(--checkbox-background-image-size);
  background-image: url("../../img/checkmark.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: var(--border-radius);
  transform: scale(0);
}

input[type="checkbox"]:disabled::before {
  background-color: var(--disabled-background);
  border-color: var(--disabled-foreground);
}

input[type="checkbox"]:checked::before {
  transform: scale(1);
}

input[type="checkbox"]:checked:disabled {
  background-color: var(--disabled-background);
  border-color: var(--disabled-foreground);
  background-image: url("../../img/disabled-checkmark.svg");
}

*:has(> input[type="checkbox"]) {
    margin-top: 3px;
    margin-bottom: 6px;
}

input[type="radio"] {
    appearance: none;
    width: var(--radio-size);
    height: var(--radio-size);
    border-radius: 100%;
    border: solid 1px var(--tertiary-color-200);
    background: var(--input-background);
    position: relative;
    cursor: pointer;
    transition: var(--transition-basic);
    margin: 0 8px;
    &:hover {
        border-color: var(--input-border-hover);
    }
    &:focus {
        border-color: var(--input-border-active-out);
        box-shadow: 0 0 0 2px var(--input-background), 0 0 0 4px var(--radio-outline-highlight);
    }
    &:active {
        border-color: var(--primary-color);
    }
    &:disabled {
        border-color: var(--disabled-foreground);
        background: var(--disabled-background);
        cursor: not-allowed;
    }
    &:checked {
        border-color: var(--primary-color);
        background: var(--input-background);
    }
    &:checked::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: var(--radio-check);
        height: var(--radio-check);
        background: var(--primary-color);
        border-radius: 100%;
    }
    &:checked:focus {
        border-color: var(--input-border-active-out);
    }
    &:checked:disabled {
        border-color: var(--disabled-foreground);
        background: var(--disabled-background);
        box-shadow: none;
    }
}

*:has(> input[type="radio"]) {
    display: inline-flex;
    align-items: center;
}

table.tab-table tr {
    display: flex;
    width: 100%;
    height: 36px;
    justify-content: space-around;
}

table.tab-table, td.tab-button {
    padding: var(--tab-padding);
    flex-grow: 1;
    font-size: var(--size-fixed-175);
    text-align: center;
    cursor: pointer;
    background-color: var(--transparent);
}

td.tab-button {
    font-weight: var(--font-weight-4);
    border-bottom: 1px solid var(--tertiary-color);

    &:hover {
        background-color: var(--disabled-background);
        border-top-right-radius: var(--border-radius-md);
        border-top-left-radius: var(--border-radius-md);
    }
}

.tab-button-selected {
    position: relative;
    padding: var(--tab-padding);
    flex-grow: 1;
    font-weight: var(--font-weight-6);

    &:hover {
        background-color: var(--disabled-background);
        border-top-right-radius: var(--border-radius-md);
        border-top-left-radius: var(--border-radius-md);
    }

    &::after {
        content: "";
        position: absolute;
        inset: 0;
        top: inherit;
        height: 3px;
        background-color: var(--secondary-color-500);
        border-top-right-radius: var(--border-radius-md);
        border-top-left-radius: var(--border-radius-md);
    }
}

.page-block {
    background-color: var(--card-bg);
    border-color: var(--tertiary-color);
    border-radius: var(--border-radius-lg);
}

.main-page-body {
    background: var(--main-bg);
}

.title-bar {
    background: var(--main-bg);
    border-bottom: none;
}
select {
    appearance: none;
    color: var(--tertiary-foreground);
    background-image: url("../../img/dropdown-arr-icon.png");
    background-position: right 8px center;
    background-size: 7px 3px;
    background-repeat: no-repeat;
}

.custom-select-wrapper {
    border: 1px solid var(--tertiary-color-200);
    border-radius: var(--border-radius);
    background: var(--input-background);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    z-index: 1000;
    min-width: 100px;
    max-width: 100%;
    padding: 0;
}

.custom-selected-option {
    font-weight: var(--font-weight-6);
    background: var(--tertiary-color-200);
    cursor: default;
    padding: 0 8px;
    min-height: 33px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.custom-select-list-scroll {
    max-height: 155px;
    overflow-y: auto;
    list-style: none;
    padding: 0;
    margin-top: 6px;
    scrollbar-width: auto;

    & li {
        padding: 4px 8px;
        cursor: pointer;
        font-weight: normal;
        min-height: 31px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
    }
}


.custom-select-list-scroll::-webkit-scrollbar {
    width: 10px;
}

.custom-select-list-scroll::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 10px 10px var(--tertiary-color-200);
    border: solid 3px transparent;
    border-radius: 4px;
}

.custom-select-list-scroll li:hover {
    background: #f0f0f0;
}
.custom-option-item.highlighted {
    background-color: #f0f0f0;
}

.page-margin {
    margin: var(--page-content-margin-block) var(--page-content-padding);
}
.home-container {
    padding: var(--page-content-padding);
    width: 100%;
    box-sizing: border-box;

    & :is(h1,h2,p) {
        margin: 0;
    }

    & p {
        margin-top: 4px;
    }

    & .home-header {
        margin-bottom: var(--size-fixed-400);
    }

    & .home-content-wrapper {
        display: grid;
        grid-template-rows: repeat(3, 240px);
        grid-template-columns: repeat(2, 1fr);
        gap: var(--size-fixed-250);
        grid-template-areas:
            "a a"
            "b b"
            "c d";
        background-color: var(--background);

        & .home-card {
            padding: var(--card-padding);
            background-color: var(--primary-color-foreground);
            border: 1px solid var(--tertiary-color);
            border-radius: var(--border-radius-xxl);
            position: relative;

            p, span {
                color: var(--text-secondary);
            }

            &:nth-child(1) {
                grid-area: a;
            };

            &:nth-child(2) {
                grid-area: b;
            };

            & .card-header {
                & object {
                    margin-bottom: 6px;
                }
            }

            & .card-content {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                justify-content: space-between;
                gap: var(--size-fixed-200);
                height: 100%;

                &.card-content-text {
                    justify-content: flex-start;
                    gap: var(--size-fixed-250);

                    & a {
                        margin-top: auto;
                    }
                }
                
                & .search-form {
                    display: flex;
                    align-items: center;
                    gap: 10px;

                    & select {
                        max-width: 232px;
                        margin: 0;
                    }

                    & input {
                        width: initial;
                        margin: 0;
                    }
                }
            }
        }
    }
}

.home-banner {
    min-height: 48px;
    padding-inline: 8px;
    color : var(--primary-color-foreground);
    background-color: var(--banner-background);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: var(--font-weight-6);

    & .home-banner-content {
        display: flex;
        align-items: center;
    }

    & .home-banner-close {
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        margin-left: 10px;
    }
}

body.modal-open {
    overflow: hidden;
}

div.td-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.search-consigment-button-wrapper {
    margin-bottom: 6px;
    margin-left: 6px;
}

.pointer-none {
    pointer-events: none;
}

.delete-modal-title {
    display: block
}

.mr-30 {
    margin-right: 30px;
}

.transition-none {
    transition: none;
}

.filter-carrier-button {
    height: 22px;
    position: relative;
    top: -3px;
}

.filter-carrier-svg {
    position: relative;
    top: -1px;
}