html, body {
    background: #FCFCFC;
    height: 100vh;
    margin: 0;
    padding: 0 !important;
    font-family: Montserrat, serif;
    overflow-y: auto;
}

/*.main-nav > * { flex: 0 1 auto; }*/

.main-nav {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    place-items: center;
}

.admin-table td, .notes-table td {
    overflow-wrap: anywhere;
}

.main {
    padding: 0 7%;
    width: 100%;
    margin-bottom: 60px;
}

.mobile-label {
    display: none !important;
}

.dropzone {
    background: transparent !important;
    border: none !important;
}

.flex-row-centered {
    display: flex;
    flex-direction: row;
    text-align: center;
    margin: auto;
    align-items: center;
}

.flex-row-regular {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.flex-row-regular > * {
    margin-right: 5px !important;
}

.flex-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.flex-row > * {
    flex: 1
}

.flex-row-0 {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.flex-row-responsive {
    display: flex;
    flex-direction: row;
    text-align: center;
    margin: auto;
    align-items: center
}

.flex-col {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.hi-name:hover {
    font-weight: 500 !important;
    cursor: default;
}

.card {
    background: #FFFFFF;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    color: #000;
    flex-grow: 1;
    overflow: auto;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 5px;
}

.home-table {
    width: 100%
}

.home-grid-mobile {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 10px;
    padding: 12px;
}

.home-grid-mobile > * {
    border-bottom: 1px solid;
    border-color: rgb(229 231 235 / 1);
}

/*.home-grid-mobile a {*/
/*    color: mediumblue;*/
/*    font-weight: 500*/
/*}*/

.home-grid-mobile .column-2 {
    display: grid;
    justify-content: end;
    text-align: right;
    overflow-wrap: anywhere;
}

.home-table th {
    padding: 10px;
    background: #F0F0F0;
    color: #626262;
    font-weight: 600
}

.home-table td {
    text-align: center;
    padding: 10px;
    font-weight: 500;
}

.home-table tr {
    border-bottom: 1px solid #F0F0F0;
}

.rma-application tr {
    border-bottom: 3px solid #FFF;
}

.rma-application td {
    text-align: center;
    padding: 15px;
    font-weight: 500;
    cursor: pointer;
}

.cancel-btn {
    background-color: #5b5b5b !important;
    padding: 5px 15px;
    color: white;
    font-weight: 500;
    margin: 10px 0;
}

.item-name-web {
    background: #0F2745;
    color: white;
    padding: 10px
}

.answer {
    padding: 10px;
    background-color: #f6f6f6;
    margin-bottom: 10px;
    margin-top: 5px
}

.settings a {
    color: blue;
    text-decoration: underline;
}

.settings th {
    text-align: left;
    font-weight: 500;
    background: #efefef;
    padding: 10px 5px 10px 5px;
}

.settings td {
    padding: 5px 5px 5px 5px;
    border-bottom: 1px solid #efefef;
}

.settings .add-user {
    display: none;
    width: 100%;
}

.settings .add-user-form {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    /*margin: 0 0 10px 0;*/
    padding: 20px;
    background: #e4e9ef;
    border: 2px solid #0f2745;
}

.edit-user-form {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    /*margin: 0 0 10px 0;*/
    padding: 20px;
    background: #e4e9ef;
    border: 2px solid #0f2745;
}

#add-new-user-form-submit-button {
    width: 100% !important;
    margin: 0 0 10px 0;
}

#edit-user-form-submit-button {
    width: 100% !important;
    margin: 0 0 10px 0;
}

.settings input, .settings select {
    border: 1px solid black;
    padding: 4px;
    width: 100%;
}

.item-details-table img.col-1-img {
    min-width: 200px;
    max-width: 300px;
    margin: auto
}

.item-details-table .form-col {
    width: 48%
}

.item-details-table .review-info-col {
    width: 90%
}

.item-details-table-container .item-details-table td {
    padding: 20px;
    font-weight: 500;
}


.item-details-table tr {
    border-bottom: 1px solid #F0F0F0;
}

.item-details-table-container td {
    padding: 10px
}

.item-unselected {
    outline: 2px solid transparent;
}

.item-selected {
    outline: 2px solid #0F2745;
}

.spacer {
    height: 10px
}

.spacer-20 {
    height: 20px
}

.spacer-30 {
    height: 30px
}

.rma-application th {
    padding: 10px;

    color: #626262;
    font-weight: 600
}

tr:last-child {
    border-bottom: none;
}

.header-web {
    padding: 20px 60px;
    border-bottom: 3px solid #0F2745;
    background-color: #fff;
}

.header-mobile {
    border-bottom: 3px solid #0F2745;
    background-color: #fff;
    display: none;
}

.spinner {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #0f233c;
    width: 80px;
    height: 80px;
    padding: 20px;
    margin: auto;
    display: none;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

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

.search-prompt {
    text-align: center;
    padding: 20px;
    font-weight: 500;
}

a {
    cursor: pointer;
}

a.nav-item:hover {
    font-weight: 600;
}

.rma-btn {
    padding: 10px 20px;
    border: 2px solid #0F2745
}

.rma-btn:hover, button.next:hover, button.next-solid:hover, button.back:hover, button.log-in:hover {
    /*box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.2) inset;*/
    background-color: #98aeb9;
    color: white;
    /*border-color: #98aeb9;*/
}

.card-header {
    background-color: #F0F0F0;
    padding: 10px;
    color: #626262;
    font-weight: 600;
    font-size: 1.1rem
}

.card-body {
    padding: 10px
}

.nested-table {
    width: 100%;
    background: #fbfbfb;
    text-align: left;
    border: 0.1px solid #e1e1e1;

    margin-top: 5px
}

.nested-table th {
    background: none !important;
    color: #0F2745;
    text-align: left;
}

.nested-table tr {
    text-align: left;
}

.nested-table tr:first-child {
    border: none !important;
}

.nested-table td {
    text-align: left;
}

.image-upload {
    padding: 10px 40px;
    background: #F5F5F5;
    text-align: center;
    position: relative;
}

.image-upload-mobile {
    padding: 30px 10px;
    background: #F5F5F5;
    text-align: center;
    position: relative;
}

.image-upload-border {
    border: 1px dashed #c7c7c7;
    padding: 5px;
    margin: 10px 0
}

.text-box {
    border: 1px solid #7F7F7F;
    padding: 4px 10px
}

.text-box:focus {
    outline: none
}

textarea {
    border: 1px solid #7F7F7F;
    padding: 2px 5px
}

textarea:focus {
    outline: none
}

.selected {
    display: none;
    margin: 10px 0;
}

select {
    border: 1px solid #7F7F7F;
}

select#return-options, select#damaged-options, select#preferred-contact, select#client-selector {
    padding: 4px
}

select:focus {
    outline: none
}

.upload-image-btn {
    color: white;
    background: #0F2745;
    padding: 12px 15px;
    cursor: pointer;
    width: 100%;
    margin: auto
}

#fileInput {
    text-align: center;
}

::-webkit-file-upload-button {
    display: none;
}

button.next, button.back, button.log-in {
    text-align: center;
    color: #0F2745;
    padding: 5px 15px;
    border: 2px solid #0F2745;
    margin: 20px 0 0 0
}

.next-solid {
    background: #0F2745;
    color: #fff;
    border: 2px solid #0F2745;
    text-align: center;
    margin: 20px 0 0 0;
    padding: 5px 15px;
    white-space: nowrap;
}

.rma-button-container {
    margin-left: auto
}

.page-title {
    margin: 30px 0 40px 0;
    font-size: 1.9rem;
    color: #0F2745;
    text-transform: uppercase;
}

.hero-web {
    background: #0F2745;
    overflow: hidden;
    height: 250px;
    max-width: 1430px;
    margin: auto;
}

.log-in-form input {
    border: 1px solid #0F2745;
    padding: 2px 10px;
}

.log-in-form-container {
    width: 55%;
    margin: auto
}

.center-absolute {
    margin: 0;
    position: absolute;
    top: 60%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.landing-box {
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
    width: 80%;
    max-width: 700px;
}

.landing-box-inner-border {
    border: 1px solid rgba(0, 0, 0, 0.94);
    padding: 50px 30px;
}

.hero-mobile {

}

/*mobile*/
/* Style the navigation menu */
.topnav {
    margin-top: 20px;
    overflow: hidden;
    width: 100%;
    background-color: #0F2745;
    position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
    display: none;
}

/* Style navigation menu links */
.topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
    color: #fff;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
    background-color: transparent;
    opacity: 0.7
}

.topnav a.active:hover {
    background-color: transparent;
    opacity: 1 !important;
}

/* Style the active link (or home/logo) */
.active {
    color: #0F2745;
}

.mobile {
    display: none !important;
}

.bold-label {
    margin: 3px 10px 1px 0;
    font-weight: 600;
    color: #626262;
    white-space: nowrap;
}

.card-item-text {
    margin: 3px 10px 1px 0;
}

.modal-header {
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    color: #0F2745;
    margin-bottom: 20px;
    background: #F0F0F0;
    padding: 10px 10px 10px 20px;
}

/*Checkbox*/

/* Customize the label (the container) */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -25px;
    left: 0;
    height: 30px;
    width: 30px;
    border: 1px solid #0F2745;
}

/* On mouse-over, add a grey background color */
/*.checkbox-container:hover input ~ .checkmark {*/
/*    background-color: #ccc;*/
/*}*/

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #0F2745;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 11px;
    top: 7px;
    width: 8px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

input.advanced-search-field {
    border: 1px solid black;
    padding: 4px;
}

.advanced-search-field, input.advanced-search-field {
    /*margin: 10px 5px;*/
}

.advanced-search-results-heading {
    font-size: 1.3rem;
    font-weight: 500;
    text-align: center;
    padding: 10px;
}

.advanced-search-fields-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 10px;
    row-gap: 10px
}

.advanced-search-button {
    grid-column-start: 4 !important;
    grid-column-end: 4 !important;
}

.table-title {
    color: #0F2745;
    font-size: 1.5rem;
    margin-bottom: 10px;
    margin-top: 30px;
}

.search-btn {
    background: #0F2745 !important;
    padding: 5px 15px;
    color: #fff;
    height: 100%;
    white-space: nowrap;
    text-transform: uppercase;
    text-align: center !important;
}

.admin-rma-btn {
    border: 2px solid #0f2745;
    padding: 5px 15px;
    color: #0F2745;
    height: 100%;
    background: white;
    white-space: nowrap;
    text-transform: uppercase;
    text-align: center !important;
}

.admin-rma-btn:hover, .search-btn:hover {
    background-color: #98aeb9;
    color: white;
    /*border-color: #98aeb9;*/
}

.item-info-button svg {
    width: 20px;
    margin: auto
}

.modal-image-container {
    max-width: 100%;
    border: 1px solid black;
    padding: 10px;
    margin: 20px
}

.modal-image-block {
    max-height: 600px;
    overflow-y: scroll;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.new-image-upload-block {
    border: 1px solid lightgray;
    border-radius: 10px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
}

.modal-content .fa-circle-xmark {
    float: right !important;
}

.border-none {
    border: 0 !important;
}

.admin-main {
    padding: 0 2%;
    width: 100%;
    margin-bottom: 60px;
}

.page-sub-title {
    font-size: 1.4rem;
    text-align: left;
    color: #0F2745;
}

.stats-filters {
    width: 220px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.stats-filter {
    color: #6EA4C1;
    font-size: 1.1rem;
}

.stats-filter:hover {
    font-weight: 600;
    cursor: pointer;
}

.card-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #021B3B
}

.admin-nav {
    display: flex;
    flex-direction: row;
    height: 45px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px;
    position: relative;
    top: -11px;
}

.admin-search-container {
    margin-right: 20px;
    width: 60%;
    display: flex;
}

.admin-search-container-quick-search {
    display: flex;
    flex-direction: row;
    height: 100%
}

#customer-search-input {
    width: 250px;
    min-width: 210px;
}

.admin-search {
    border: 2px solid #0f2745;
    padding: 5px 10px;
    height: 100%;
    border-radius: 0 !important;
}

.admin-search:focus {
    outline: none;
}

.admin-search-prefix {
    margin-left: 10px;
    font-weight: bold;
}

.delivery-search-fields-container, .new-delivery-location-container {
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 10px;
    row-gap: 10px
}

#cs_state::placeholder {
    font-size: 0.94rem;
}

.delivery-search-button {
    grid-column-start: 3 !important;
    grid-column-end: 3 !important;
}

.customer-selected {
    background: #d0e8f4 !important;
}

.confirm-customer-button {
    display: none;
    border: 1px solid #0f2745;
    padding: 5px 8px;
    color: white;
    background: #0f2745;
    text-transform: uppercase;
    font-weight: 500;
    width: 100%

}

.back-btn {
    margin-bottom: 10px;
}

.select-customer-button {
    content: 'SELECT';
    border: 1px solid #0f2745;
    padding: 5px 8px;
    color: white;
    background: #0f2745;
    text-transform: capitalize;
    width: 100%
}

.unselect-customer-button {
    content: 'UNSELECT';
    border: 1px solid #0f2745;
    padding: 5px 8px;
    text-transform: capitalize;
    color: #0f2745;
    background: #FFFFFF;
    width: 100%
}

.edit-line-item-btn:hover {
    background-color: #98aeb9;
    color: white;
    border-color: #98aeb9;
}

#search-results-table-container {
    margin-left: 68px;
    position: relative;
    width: 70.9%;
    z-index: 100;
    display: inline-block;
}

#search-results-table {
    width: 100%;
    font-size: 20px;
    border: 2px solid black;
}

#search-results-table td {
    padding: 10px;
    padding-left: 40px;
}

#search-results-table tr:nth-child(even) {
    background-color: lightcyan;
}

#search-results-table tr:nth-child(odd) {
    background-color: white;
}

.detail-text {
    background-color: #f6f6f6;
    padding: 5px 8px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.detail-text-full-width {
    width: 100%;
    margin: auto;
    text-transform: uppercase;
    background-color: #f6f6f6;
    padding: 8px;
    min-height: 184px;
}

.detail-text-full-width-important {
    /*border: 2px solid #e9f0f3;*/
    text-transform: uppercase;
    width: 100%;
    margin: auto;
}


.cancel-btn {
    background-color: #5b5b5b !important;
}

.important {
    background: #e9f0f3;
    color: black;
    padding: 5px;
    font-weight: bold;
}

.just-gray {
    padding: 2px 5px;
    background: #efefef;
    font-weight: bold;
}

.detail-sub-text {
    margin-bottom: 18px;
    min-height: 121px
}

.notes-table th {
    text-align: left !important;
    padding: 15px;
}

.notes-table td {
    padding: 15px;
}

.notes-table tr {
    border-bottom: 1px solid #F0F0F0;
}

.admin-table th {
    text-align: left;
    padding: 10px 5px 10px 5px;
}

.font-9 {
    font-size: 0.9rem
}

.admin-table td {
    padding: 5px;
    text-transform: uppercase;
}

.admin-table tr {
    border-bottom: 1px solid #F0F0F0;
}

.admin-table tr:last-child {
    border: none;
}

.edit-line-item-btn {
    padding: 5px 8px;
    background: #0F2745;
    color: #fff;
    color: #fff;
}

input[type=number] {
    border: 1px solid #343434;
    background: #fff;
    padding: 2px 2px 2px 5px;
    width: 95px
}

#file-claim-select, #pickup-dispose-select, #images-select {
    padding: 2px;
    width: 95px
}

select, textarea {
    border: 1px solid #343434;
    background: #fff;
}

textarea {
    width: 100%
}


input[type=number]:focus {
    outline: 1px solid #343434;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

.form-control {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.1;
    display: grid;
    grid-template-columns: 1em auto;
}

.form-control + .form-control {
    margin-top: 1em;
}

input[type=checkbox] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    -moz-appearance: none;
    appearance: none;
    /* For iOS < 15 */

    /* Not removed via appearance */
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1em;
    height: 1em;
    border: 1px solid #343434;
    transform: translateY(-0.00em);
    display: grid;
    place-content: center;
    background: white;
}

input[type=checkbox]::before {
    content: "";
    width: 0.4em;
    height: 0.4em;
    -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #343434;
    /* Windows High Contrast Mode */

}

input[type=checkbox]:checked::before {
    transform: scale(1);
    background-color: #343434;
}

input[type=checkbox]:focus {
    /*outline: max(2px, 0.15em) solid currentColor;*/
    /*outline-offset: max(2px, 0.15em);*/
}

.add-note-container {
    background: #F0F0F0
}

.log-button {
    float: right;
}

.log-button svg {
    width: 20px;
}

.opened-content {
    display: contents !important;
}

.closed-content {
    display: none !important;
}

select {
    padding: 5.3px !important;
}

.invisible-element {
    opacity: 0;
/*make text unselectble*/
-webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
    cursor: default;
    pointer-events: none;
}


table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
    opacity: 0.7;
}

table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:after {
    opacity: 1;
}


@media (max-width: 1300px) {
    .main {
        padding: 30px;
    }
}

@media (max-width: 801px) {
    .settings .add-user-form, .settings .edit-user-form {
        grid-template-columns: repeat(1, 1fr);
    }

    .flex-col {
        width: 100% !important;
        margin-top: 5px
    }

    .detail-text, .detail-text-full-width {
        width: 100%
    }

    .admin-search {
        border-top: 2px solid #0F2745;
    }

    .admin-rma-btn {
        border: 2px solid #0F2745;
        padding: 5px 15px;
        color: #0F2745;
        height: 100%;
        background: white;
        white-space: nowrap;
    }

    .stats-filters {
        flex-direction: row !important;
    }

    .special-instructions-textarea {
        height: 100px;
    }

    .modal-content {
        width: 95% !important;
    }

    .confirm-replace-details {
        width: 95% !important;
    }

    .notes-table td {
        position: absolute;
    }

    .notes-table tr {
        border: none !important;
    }

    .mobile-label {
        display: block !important;
    }

    .upload-image-btn {
        white-space: unset;
    }

    .rma-page-2-table-row-image img{
        width: 50%
    }

    .card-header {
        text-transform: uppercase;
    }

    .admin-rma-btn, .rma-btn, .search-btn {
        font-size: 0.85rem;
    }

    .search-btn {
        width: 100%
    }

    input.advanced-search-field {
        width: 100% !important;
    }

    .advanced-search-fields-container {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .advanced-search-button {
        grid-column-start: 1 !important;
        grid-column-end: 1 !important;
    }

    .mobile-scroll-x {
        overflow-x: scroll;
    }

    .item-details-table img.col-1-img {
        min-width: 100px;
        max-width: 150px;
    }

    .landing-box-inner-border {
        padding: 10px
    }

    .log-in-form-container {
        width: 90%;
    }

    .flex-row-0, .flex-row, .flex-row-centered {
        flex-direction: column !important;
    }

    .rma-button-container {
        margin: auto
    }

    .page-title {
        text-align: center;
    }

    .hero-web {
        display: none !important;
    }

    .hero-mobile {
        display: block;
    }

    .table-title {
        text-align: center;
        margin-top: 20px;
    }

    .header-web {
        display: none;
    }

    .header-mobile {
        display: block;
    }

    input[type=email], input[type=tel], input[type=text] {
        width: 100% !important;
    }

    .web {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    .radio-group, .item-details-group {
        align-items: flex-start !important;
    }

    .item-details-group {
        margin-top: 20px
    }

    input[type=radio] {
        margin: 10px 0
    }

    .next, .back, .next-solid {
        margin: 10px 5px 0 5px
    }

    .text-box {
        width: 100%
    }

    .inner-body {
        padding: 0 !important
    }

    label {
        text-align: left !important;
    }

    .mobile-remove-padding-left {
        padding-left: 0 !important;
    }

    .mobile-remove-padding-mx {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

@media (max-width: 500px) {
    .main {
        padding: 15px;
    }
}

a.a-link-blue {
    color: #3490dc !important;
    text-decoration: underline;
    font-weight: 500;
}

.fa-circle-xmark{
    cursor: pointer;
}


