.nav-search form {
    width: 100% !important;
}

.center-flex {
    width: 100%;
    display: flex;
    justify-content: center
}

.between-flex {
    /*width: 100%;*/
    display: flex;
    justify-content: end;
}

/* login page  */
.forgot {
    color: black !important;
    font-size: 1.3em !important;
    /* increase font size by 2 sizes */
}

.forgot a {
    color: blue !important;
    /* set link color to blue */
    font-size: 1.0em !important;
    /* increase link font size by 2 sizes */
}

.forgot-password-footer-text {
    text-align: center;
}

.nav-search,
.nav-cart-wrap {
    /*padding-top: 2em;*/
    width: 60.333%;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.title-text {
    color: dimgray;
    font-weight: 700;
}

.padding-top-25 {
    padding-top: 20px;
}

.padding-top-100 {
    padding-top: 100px;
}

.price-box {
    padding: 0.4em 1em;
    height: 80px;
    border-radius: 10px;
    border: 1px solid black;
    box-shadow: 0 0 10px 1px rgb(64 65 67 / 5%);
    -webkit-box-shadow: 0 0 10px 1px rgb(64 65 67 / 5%);
    -moz-box-shadow: 0 0 10px 1px rgba(64, 65, 67, .05);
}

img.order-img {
    width: 100%;
}

.bold {
    font-weight: bold;
    color: black;
    font-size: 2.5em;
}

.small-margin-left {
    margin-left: 0.9em;
}

.color-red {
    background-color: var(--company-color) !important;
}

.product-actions a {
    width: 21em;
}

.extended-card {
    width: 1260px;
}

.product-actions.long-btn a {
    width: 18em;
}

.black-btn {
    background-color: #444444 !important;
}

.no-ml {
    margin-left: 0 !important;
}

.footer-widgets.top-bottom-dividers {
    border-bottom: 1px solid #ebebeb;
    border-top: none !important;
}

.logo,
.logo-dark {
    max-height: 61px !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.device-checklist.call-to-action {
    text-align: left !important;
}

.navbar {
    min-height: 50px !important;
}

.section-wrap {
    padding: 0 0;
}

.footer-widgets {
    padding: 0;
}

.heading-row {
    margin-bottom: 25px;
}

section.section-wrap.single-product {
    /*padding-top: 10px;*/
}

.product-condition {
    font-weight: bold;
    color: var(--company-color);
    font-size: 5px;
    margin-bottom: 0;
    margin-top: -10px;
}

h1.product-title {
    font-size: 2em;
    font-weight: bold;
    width: 100%;
}

.imiei-input {
    margin-bottom: 0 !important;
    width: 70% !important;
    margin-right: 20px;
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.color-gray {
    background-color: #fff !important;
    color: #0b0b0b;
    border: var(--company-color) thin solid;
    border-radius: 10px;
}

.color-gray:hover {
    background-color: var(--company-color) !important;
    color: white !important;
}

.service-item-box.style-2 {
    text-align: left;
    background-color: #FCFCFC;
    padding: 10px;
    border-radius: 15px;
    cursor: pointer;
}

.service-item-box.style-2.selected {
    border: #444444 solid thin;
}

.flex-container {
    display: flex;
    align-items: center;
}

.top-bar {
    height: 0 !important;
}

.row.row-10>div {
    padding: 10px;
}

.header-wrap-holder {
    border-bottom: 1px solid var(--company-color);
}

.navbar-nav {
    border-bottom: 1px solid var(--company-color);
    height: 46px;
}

.product-item {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.call-to-action {
    background-color: #F7f7f6;
    padding: 10px 10px;
    text-align: center;
    border: #F7f7f6 thin;
    border-radius: 15px;
}

product-details .product-title:hover {
    color: var(--company-color) !important;
}

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

.product-details .product-title {
    color: #0b0b0b;
    padding-bottom: 3px;
}

.product-details .price {
    font-weight: bold;
}

.results {
    text-align: left;
    padding: 4px;
    background-color: #F7f7f6;
    font-size: 1.1em;
    display: none;
    z-index: 999;
    position: fixed;
    width: 36%;
}

li.options {
    padding: 5px;
    cursor: pointer;
    color: black;
}

li.options:hover {
    background-color: #bdc3c7;
}

span {
    color: black;
}

label.error {
    margin-top: -50px;
    color: var(--company-color);
    font-size: 0.8em;
}

.fa-close {
    color: var(--company-color);
    cursor: pointer;
}

.space-between-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.icon-btn {
    font-size: 2.0em;
    cursor: pointer;
}

.packing-area .product-actions a {
    width: 22em;
}

input[type=text],
input[type=password] {
    border: #bdc3c7 solid thin;
}

.warning-text {
    margin: 0;
    font-weight: bold;
    color: red;
}

.small-margin-right {
    margin-right: 0.5em
}

input[type="checkbox"]+label {
    border: #bdc3c7 solid thin;
    width: 23px;
}

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

.width-50 {
    width: 50%;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.p-a-l-c {
    width: 15%;
    text-align: center;
}

.row-eq-height .panel.panel-default {
    padding: 0;
    /* min-height: 250px; */
    height: 100%;
}

.row-eq-height .service-item-box {
    height: 100%;
}

.service-text p {
    font-size: 14px;
    font-weight: 700;
    color: black;
}

div.to-center {
    text-align: center;
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 10px;
}

span.checkbox-label {
    padding-right: 0.5em;
    font-weight: bold;
}

p.warning-text.outer {
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    font-size: 1.1em;
}

.col-md-4.selection {
    padding-left: 24px;
}

.selection h1.bold {
    letter-spacing: 0;
}

.selection .price-box p {
    margin-bottom: 0;
}

.recycle {
    width: 12.4em !important;
}

.single-product .product-actions {
    padding: 0;
}

.imei {
    margin-bottom: 0 !important;
}

.imiei-instructions h3 {
    font-weight: bold;
    font-size: 17px;
}

.imiei-instructions p {
    color: black;
}

p.grade-p {
    font-size: 1.5em;
}

p.condition-p {
    font-size: 15px;
}

.center-box {
    display: flex;
    align-items: center;
}

i.fa-solid.fa-circle-info {
    color: gray;
}

.bold-lable {
    font-weight: bold;
}

.swal-overlay {
    background-color: rgba(0, 0, 0, .9) !important;
}

.swal-button {
    background-color: transparent;
    color: black;
    border: var(--company-color) solid thin;
}

.swal2-popup .swal2-styled:focus {
    box-shadow: none !important;
}

.swal2-confirm.swal2-styled {
    background-color: transparent !important;
    color: black !important;
    border: var(--company-color) solid thin !important;
    width: 280px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    /* margin-right: 35px !important; */
}

.swal2-cancel.swal2-styled {
    background-color: transparent !important;
    color: black !important;
    border: var(--company-color) solid thin !important;
    width: 220px !important;
    font-size: 16px !important;
    font-weight: bold !important;
}

button.swal2-cancel.swal2-styled {
    font-size: 16px !important;
    width: 280px !important;
}

.swal-button:not([disabled]):hover {
    background-color: var(--company-color);
    color: white;
}

.swal-text {
    font-size: 18px;
    text-align: center;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
    border-color: var(--company-color);
    background-color: #fff;
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

input.btn,
button.btn {
    padding: 0px 15px;
    font-size: 15px;
}

tr.summery-item {
    color: black;
    text-align: left;
}

.box-padding-10 {
    padding: 10px;
}

.finalise-btn {
    width: 18em;
}

.print-link {
    color: var(--company-color);
}

tr {
    cursor: pointer;
}

.hidden-row {
    display: none;
}

.show-row {
    display: contents;
}

input.login-btn.btn.color-gray {
    width: 18em;
    padding: 14px 15px !important;
}

a {
    color: var(--company-color);
}

input[type="search"] {
    margin-bottom: 0;
}


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

a.paginate_button {
    padding: 10px 15px;
    border: var(--company-color) solid thin;
    cursor: pointer;
}

div.dataTables_paginate {
    margin-top: 20px;
    text-align: center;
}

a.paginate_button.next {
    padding: 10px 31px;
}

a.paginate_button.current {
    background-color: var(--company-color);
    color: white;
}

#txn_table th {
    text-align: center;
}

.call-to-action.txt-data {
    width: 60%;
}

.navigation.sticky {
    position: fixed;
    background-color: #fff;
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 60px;
    top: 0;
    z-index: 120;
}

.product-details h3 {
    min-height: 20px;
}

div#sticky-nav {
    z-index: 999;
    position: fixed !important;
    background: white;
}

.body-content {
    padding-top: 68px;
}

@media screen and (max-width: 1366px) {
    .featured-image {
        width: 170px;
        height: 225px;
        object-fit: contain;
    }
}

@media screen and (min-width: 1367px) {
    .featured-image {
        width: 260px;
        height: 335px;
        object-fit: contain;
    }
}

@media screen and (min-width: 1100px) {
    .featured-image {
        width: 183px;
        height: 243px;
        object-fit: contain;
    }
}

p.grade-p {
    margin-bottom: -5px;
}

p.condition-p {
    margin-bottom: -5px;
}

p.we-pay {
    margin-bottom: -5px;
}

h2.bold.price-text {
    margin-bottom: 0;
}

.call-to-action.imei-area {
    padding: 15px;
}

.col-md-8.imei-box {
    padding-right: 26px;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.swal2-title {
    font-size: 16px;
    font-weight: bold;
    padding: 10px !important;
}

.swal2-text {
    font-size: 14px;
}

.swal2-popup.swal2-modal.swal2-show {
    width: 600px;
}

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
    background: rgba(0, 0, 0, .9) !important;
}

.swal2-text {
    margin-bottom: 0;
    font-size: 16px;
    color: black;
}

td.left-align,
th.left-align {
    text-align: left;
}

td.right-align,
th.right-align {
    text-align: right;
}

.cus-info-box {
    margin-top: -23px;
}

.listing-box-header {
    padding-bottom: 15px;
}

.call-to-action-2 {
    background-color: #F7f7f6;
    padding: 10px 10px;
    border: #F7f7f6 thin;
    border-radius: 15px;
}

.panel-heading {
    font-weight: bold;
}

button#create-batch {
    width: 22em;
}

.panel {
    margin-bottom: 0 !important;
}

.welcome-btn {
    margin-left: 2em;
    width: 22em;
}

label {
    font-size: 13px;
}

p.add-device-text {
    color: black;
    margin: 0;
    font-size: 20px;
    text-transform: capitalize;
}

.add-device-text b {
    color: black;
}

a:hover {
    color: var(--company-color) !important;
}

.row.mt-1 {
    margin-top: 5px;
}

.find-imei-text {
    padding-left: 10px;
}

i.fa.fa-check {
    color: #2ecc71;
    font-size: 30px;
}

h2.mrg-top-15.bold {
    margin: 0;
}

.confirm-text {
    margin: 0;
}

.black-p {
    color: black;
}

.middle-text {
    width: 110%;
    align-self: flex-end;
}

.middle-text p {
    margin-bottom: 0;
}

.grade-explain-text {
    height: 65px;
}

.disabled-item {
    cursor: not-allowed;
}

.disabled-btn {
    opacity: 0.65;
}

.pr-1 {
    padding-right: 10px;
    font-size: 16px;
}

.end-flex {
    display: flex;
    justify-content: end;
}

p.packing-area-info-text {
    color: black;
    font-size: 16px;
    margin-bottom: 0;
}

p.packing-area-info-text-sub {
    color: black;
    font-size: 14px;
    margin-bottom: 0;
}

.packing-area-confirmation-check-text {
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
}

button#back-to-home {
    width: 22em;
}

.help-text-box h3 {
    color: #27ae60;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
}

.help-text-box p,
li {
    color: black;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 26px;
}

.help-text-box ul {
    list-style: disc;
    padding-left: 16px;
}

.help-img {
    width: 30px;
    margin-right: 5px;
}

.help-modal {
    margin-top: 7%;
}

div#reprint_table_filter,
div#txn_table_filter {
    display: flex;
    justify-content: flex-start;
}

p.td_help_text {
    font-size: 14px;
    padding: 15px;
    color: black;
    font-weight: bold;
}

.td_help_text span {
    font-style: italic;
    font-weight: normal;
}

.help-title {
    font-size: 18px;
    color: black;
    font-style: normal;
}

/*ELKJOP STYLES*/
.elkjop-top-banner {
    height: 120px;
    background-repeat: no-repeat;
    background-size: cover;
}

.elkjop-top-banner h1 {
    padding-top: 25px;
    font-weight: bold;
    color: #7ec234;
    font-size: 3.5em;
}

.elkjop-logo {
    padding-left: 5em;
}

.elkjop-btn {
    border: none;
    width: 500px;
    height: 100px;
    background-color: #7ec234;
    color: white;
    font-size: 2em;
    border-radius: 15px;
    margin-bottom: 30px;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60px;
}

.store-info p {
    color: black;
    margin-bottom: 0;
    margin-top: -10px;
}

.col-md-3.store-info {
    margin-top: -30px;
}

.search-button {
    position: absolute;
    top: -12px;
    height: 100%;
    right: 10px;
    background-color: transparent;
    border: none;
}

.banner {
    background-image: url("/assets/img/banner_buyback.jpg");
    height: 220px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 15px;
    border-radius: 15px;
}

.title-banner-text {
    font-weight: bold;
    color: white;
    font-size: 30px;
}

.brand-card {
    width: 50%;
    background: white;
    border-radius: 15px;
    height: 100px;
}

.center-card {
    display: flex;
    justify-content: center;
    align-items: center;
    /*padding-top: 30px;*/
}

.sub-title {
    padding-top: 15px;
    font-weight: bold;
    color: black;
    font-size: 18px;
}

.picea-btn {
    padding-top: 5px;
    margin-top: 3px;
    height: 35px;
    width: 250px;
    position: inherit !important;
}

.featured-devices {
    margin-top: 20px;
}

.featured-image-premium {
    height: 215px;
}

.product-title-premium {
    font-weight: bold;
    font-size: 14px;
}

.product-img-premium {
    margin-bottom: 10px;
}

.product-details-premium {
    padding-bottom: 5px;
}

.rounded {
    border-radius: 15px;
}

.price-text {
    color: black;
    font-size: 12px;
    margin-bottom: 0;
    padding-top: 2px;
    line-height: 13px;
}

.btn:focus {
    color: black !important;
    outline: none !important;
}

.picea_modal_lvAY9 {
    margin-top: 222px !important;
    min-width: 50% !important;
}

/*.picea-info {*/
/*    display: flex;*/
/*    !*align-items: flex-end;*!*/
/*    !*justify-content: center;*!*/
/*}*/

.picea-instructions {
    list-style-type: disc;
}

.picea-instructions li {
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 8px;
}

.picea-instruction-title {
    padding-top: 20px;
    font-weight: bold;
    font-size: 20px;
    color: black;
    width: 100%;
    padding-bottom: 15px;
}

.picea-device-info {
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 600;
}

.disabled-div:hover {
    cursor: not-allowed;
}

.disabled-div a:hover {
    cursor: not-allowed;
}

.custom_swal_text1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 3px;
}

.custom_swal_text2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
}

.custom_swal_text3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 12px;
}

.custom_swal_btn {
    background-color: transparent;
    color: black;
    border: var(--company-color) solid thin;
    padding: 12px 15px;
    font-size: 15px;
    font-weight: bold;
    width: 250px;
    border-radius: 10px;
    transition: background-color 0.5s ease;
}

.custom_swal_btn:hover {
    background-color: var(--company-color);
    color: white;
}

.custom_swal_text4 {
    font-size: 16px;
    margin: 12px;
}

.panel {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.panel-body {
    flex-grow: 1;
}

.panel_price {
    margin-top: auto;
    margin-top: -5px;
    margin-bottom: 5px;
}

.panel_price p {
    font-size: 10px;
}

.device_search_bar {
    border: gray 1px solid !important;
}

.swal2-close {
    color: black;
    padding: 10px;
    box-shadow: none !important;
}

.swal2-close:hover {
    color: black;
}

.custom-nav-bar>li>a {
    padding-left: 10px;
    padding-right: 10px;
}