

body {
    font-family: Arial;
    background-color: #0f172e;
    margin: 0px;
}

.header {
    background: #fd1a4a;
    text-align: center;
    padding: 15px 0px;
    position: relative;
}

.logo-img {
    width: 200px;
}

.container {
    padding: 90px 15px;
}

.section-container {
    padding: 0px 15px 90px 15px;
}

.section-heading {
    padding: 45px 0px;
}

.section-empty-heading {
    padding: 15px 0px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

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

.text-left {
    text-align: left;
}

.row-item {
    margin-bottom: 15px;
    padding: 0px 15px;
    box-sizing: border-box;
}

.row-item-checkbox {
    padding: 0px 15px;
    box-sizing: border-box;
}

.item-100-width {
    width: 100%;
}

.item-90-width {
    width: 90%;
}

.item-80-width {
    width: 80%;
}

.item-70-width {
    width: 70%;
}

.item-50-width {
    width: 50%;
}

.item-40-width {
    width: 40%;
}

.item-33-width {
    width: 33%;
}

.item-30-width {
    width: 30%;
}

.item-25-width {
    width: 25%;
}

.item-20-width {
    width: 20%;
}

.item-10-width {
    width: 10%;
}

.primary-button {
    display: block;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    font-family: Arial;
    font-size: 16px;
    border: 1px solid #b11838;
    border-radius: 3px;
    padding: 16px 30px;
}

.action-button {
    background-color: #b11838;
}

.icon-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-button svg { 
    width: 20px;
    height: 20px;
    margin-right: 13px;
}

.form-btn {
    width: 100%;
}

.section-title {
    color: #ffffff;
    font-size: 25px;
    font-weight: normal;
    font-family: Arial;
    margin: 0px;
}

.home-button {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}

.scanner-button {
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translateY(-50%);
}

.padding-left-0 {
    padding-left: 0px;
}

.padding-0 {
    padding: 0px;
}

.form-checkbox-main-div {
    border-radius: 3px;
    height: 55px;
    align-items: center;
}

.checkbox-label {
    font-size: 14px;
    color: #dddee3;
    font-family: Arial;
    display: block;
}


/* Login Screen */

.form-input-fields-main-div {
    border: 1px solid #222a3f;
    border-radius: 3px;
    height: 55px;
    align-items: center;
}

.form-input-fields-main-item-div {
    margin-bottom: 0px;
}


.form-input-field {
    width: 100%;
    background: transparent;
    border: none;
    color: #ffffff;
    height: 55px;
}

.form-submit-btn {
    width: 100%;
}
.form-submit-btn:disabled {
    cursor: not-allowed !important;
    background-color: #ccc;
  }

.form-input-field:focus {
    outline: none;
}

input::placeholder { 
    color: #dddee2;
    opacity: 1;
}

.form-btn-top-margin {
    margin-top: 30px;
}

.form-label {
    font-size: 16px;
    color: #dddee3;
    font-family: Arial;
    display: block;
    margin-top: 15px;
}

/* Order - Menu */

.order-number-header {
    font-size: 30px;
    color: #fd1a4a;
    margin-top: 15px;
    margin-bottom: 0px;
    font-family: Arial;
}

.order-custom-header {
    padding: 45px 15px
}

.order-custom-sub-div {
    background: #2b1731;
    padding: 20px 15px;
    border-radius: 3px;
}


.container-checkbox {
    display: initial;
    position: relative;
    height: 30px;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
  
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #10182e;
    border: 1px solid #b01838;
    border-radius: 4px;
}
  
.container-checkbox:hover input ~ .checkmark {
    background-color: #10182e;
}
  

.container-checkbox input:checked ~ .checkmark {
    background-color: #b01838;
}
  

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
  
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}
  
.container-checkbox .checkmark:after {
    left: 7px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* RMA New */

.rma-new-main-section-heading-div {
    margin-top: 15px;
    margin-bottom: 15px;
}

.rma-new-main-section-heading {
    font-size: 20px;
    color: #dddee3;
    font-family: Arial;
    display: block;
}

.sections-divider-div {
    background: #141c31;
    border-radius: 6px;
    padding-top: 20px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    color: #ffffff;
    background: url(/images/dateSVG.svg);
    opacity: 1;
    display: block;
}

.unboxing-select-div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #ffffff;
    margin: 10px 0px;
    gap: 10px;
}
.unboxing-select-div select {
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
}
.unboxing-select-div label {
    font-weight: bold;
}

.error-div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    color: #ffffff;
    margin: 10px 0px;
}
.error-div span {
    color: white;
    font-size: large;
    border: 1px solid #fd1a4a;
    background: #fd1a4a;
    width: 90%;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
}