/* Load Nexa font */
@font-face {
    font-family: 'Nexa';
    src: url('fonts/nexa/Nexa-Regular.woff2') format('woff2'),
    url('fonts/nexa/Nexa-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nexa';
    src: url('fonts/nexa/Nexa-Bold.woff2') format('woff2'),
    url('fonts/nexa/Nexa-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'Nexa Text';
    src: url('fonts/nexatext/NexaText-Regular.woff2') format('woff2'),
    url('fonts/nexatext/NexaText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nexa Text';
    src: url('fonts/nexatext/NexaText-Bold.woff2') format('woff2'),
    url('fonts/nexatext/NexaText-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

/* Apply Nexa font globally */
body {
    font-family: 'Nexa Text', Arial, sans-serif;
}

/* Example Usage */
h1, h2, h3 {
    font-family: 'Nexa', sans-serif;
    font-weight: bold;
}

p {
    font-family: 'Nexa Text', sans-serif;
    font-weight: normal;
}


@media (min-width: 1200px) {
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

@media (min-width: 1500px) {
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
}

.langver-heb .pagination ul {
    direction: ltr;
}

.navbar-cls-top {
    background: #aab3b7;
    border-bottom: none;
}

#wrapper {
    width: 100%;
    background: #aab3b7;
}

.filters-container select {
    padding: 4px 6px;
    height: auto;
    line-height: normal;
}

.navbar-default.navbar-side .fa,
.navbar-default.navbar-side .fas {
    font-family: "Font Awesome 5 Pro", serif;
    font-weight: 500;
}

.main-cfg-icons .btn.logout {
    padding: 6px 18px;
    font-size: 14px;
    background-color: #696663;
    /* line-height: 27px; */
}

.btn-primary {
    color: #fff;
    background-color: #0186C1;
    border-color: #0186C1;
    border-radius: 25px;
}


.user-img-div {
    min-height: 100px;
    padding: 10px 20px;
    background-color: #363637;
}

#login #login-button {
    margin: 20px auto;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 3px;
    background-color: #ae132a;
    border-radius: 25px;
}

#login #login-button:hover {
    background-color: #800f21;
}

.text-redadmetec {
    color: #AE132A;
}

.btn-redadmetec, .btn-redadmetec:focus, .btn-redadmetec:active, .btn-redadmetec:visited {
    background-color: #AE132A;
    color: #fff;
    border-radius: 25px;
    padding: 7px 20px;
}

.btn-sm-redadmetec, .btn-sm-redadmetec:focus, .btn-sm-redadmetec:active, .btn-sm-redadmetec:visited {
    background-color: #AE132A;
    color: #fff;
    border-radius: 25px;
    padding: 6px 18px;
    font-size: 12px;
}

.btn-redadmetec:hover, .btn-sm-redadmetec:hover {
    background-color: #800F21;
    color: #fff;
}

.btn-cancel {
    background-color: #717070;
    color: #fff;
    border-radius: 25px;
    padding: 7px 20px;
}

.btn-cancel:hover {
    background-color: #717070;
    color: #fff;
}

.addnewitembtn {
    float: right;
}

.text-right {
    text-align: right;
}

.orderstate-label, .orderstate-label:hover {
    display: inline-block;
    color: white;
    padding: 3px 6px;
    margin-left: 3px;
    font-size: 12px;
}

.orderstate-label.active {
    background-color: #00a1e0 !important;
}


@media screen and (max-width: 959px) {
    .addnewitembtn {
        float: none;
    }

    .plugin-page-header .tnb {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }
}


.ovp-line-loupeextras {
    /*display: none;*/
}


.prescription-checkboxes h6 {
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    padding: 0;
    margin: 6px 0 0 0;
}

.prescription-checkboxes .checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}

.camera-checkboxes h6 {
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    padding: 0;
    margin: 6px 0 0 0;
}

.camera-checkboxes .checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}

.prescription-checkboxes input[type="checkbox"],
.camera-checkboxes input[type="checkbox"] {
    margin-top: 6px;
}

.panel-info > .panel-heading {
    color: #393939;
    background-color: #E6E6E6;
    border-color: #E6E6E6;
}

.open-close-panel {
    display: inline-block;
    cursor: pointer;
    margin-top: -2px;
    width: 28px;
    height: 28px;
    border: 2px solid #d1d1d1;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    line-height: 26px;
    background-color: #d1d1d1;
    margin-left: 0;
}

.panel-info {
    border-color: #d1d1d1;
}

.total-block {
    display: none
}

.order-product-container {
    padding: 10px 35px
}

.addnewrow1 {
    padding: 25px 25px 25px 25px;
    background-color: #f5f5f5;
    margin: 20px 15px 10px 15px;
    border-radius: 20px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 2px;
}

.select2-container .select2-selection--single {
    height: 34px;
}

.btn-sendmail {
    float: right;
    border-radius: 25px;
    padding: 7px 20px;
    background-color: #276916;
    border-color: #276916;
}

.client-info-padd {
    padding: 0 50px;
}

.order-padd {
    padding: 0 50px;
}

.form-group.radio-group {
    padding: 0 12px;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
}

.form-group.radio-group label {
    color: #2a4762;
    font-size: 17px;
    font-weight: 300;
}

.paidby-group {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 5px;
}

.paidby-group .form-group.radio-group {
    padding: 4px 6px;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    min-width: calc(25% - 7px);
}

.paidby-group .checkbox {
    position: relative;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
}


@media only screen and (max-width: 760px) {
    .order-product-container {

        padding: 10px 0;
    }

    .addnewrow1 {
        padding: 15px;
        background-color: #f5f5f5;
        margin: 10px 0 0 0;
        border-radius: 20px;
    }

    .selectproduct-inorderselect {
        font-size: 16px !important; /* Force font-size */
        appearance: none; /* Removes default styling */
        -webkit-appearance: none;
        -moz-appearance: none;
        padding: 8px;
        border: 1px solid #ccc;
        background-color: #fff;
    }

    .btn-sendmail {
        float: none;
        margin-top: 25px;
        border-radius: 25px;
        padding: 7px 20px;
        background-color: #276916;
        border-color: #276916;
    }

    .client-info-padd {
        padding: 0 0;
    }

    .order-padd {
        padding: 0;
    }

    .paidby-group {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        gap: 0;
    }

    .paidby-group .form-group.radio-group {
        padding: 4px 6px;
        border: 1px solid #c5c5c5;
        border-radius: 5px;
        display: flex;
        flex-direction: row;
        align-content: center;
        align-items: center;
        min-width: auto;
        width: 100%;
    }

}
