
@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/Helve/HelveticaNeueBlackCond.woff2') format('woff2'),
        url('../fonts/Helve/HelveticaNeueBlackCond.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helve/Helvetica.woff2') format('woff2'),
        url('../fonts/Helve/Helvetica.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #1d1d1d;
    overflow-x: hidden;
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.container {
    max-width: 1700px;
}
/* LHM */
header {
    padding: 16px 0;
    background-color: #E6E6E6;
    margin-bottom: 48px;
}
.log-out {
    font-size: 20px;
    color: #4D4D4D;
    text-decoration: none;
}
.log-out:hover {
    color: #d7b464;
}
.log-out img {
    margin-right: 8px;
}
.left-tab-list {
    width: 250px;
    height: fit-content;
    border: 1px solid #C8C8C8;
}
.left-tab-list h2 {
    color: #000;
    padding: 12px 23px;
    font-size: 20px;
    font-weight: 700;
}
.left-tab-list ul {
    border-bottom: 0;
}
.left-tab-list ul li {
    width: 100%;
}
.left-tab-list ul li a {
    display: block;
    padding: 12px 23px 12px;
    color: #000;
    text-decoration: none;
}
.left-tab-list ul li a:hover {
    background-color: #F2F2F2;
}
.left-tab-list ul li .active {
    background-color: #F2F2F2;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}
.production-detail h2 {
    font-size: 40px;
    font-weight: 700;
    color: #333;
}
.head-button button {
    border: 2px solid #F2BF24;
    font-size: 13px;
    padding: 14px;
    color: #4D4D4D;
    background-color: transparent;
    text-transform: uppercase;
    font-family: 'Helvetica';
    width: 100%;
}
.head-button button:hover {
    background-color: #D3AA1F;
    color: #fff;
}
.right-tab {
    width: calc(100% - 250px);
    padding-left: 30px;
}
.head-button {
    /*width: 19%;*/
}

.v-table thead th {
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: auto !important;
}
.search-bar {
    display: flex;
    align-items: center;
    border: 1px solid #C6C6C6;
    border-radius: 4px;
    margin-bottom: 15px;
}
.search-bar button {
    border: none;
    background: transparent;
    color: #707070;
}
.search-bar input {
    border: none;
    padding: 8px 12px;
}
.search-bar input:focus-visible {
    outline: none;
}


/*********Check BOX ************/

/* The container */
.custom-check {
    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 */
.custom-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -6px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border: 1px solid #707070;
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.custom-check:hover input ~ .checkmark {
    ground-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.custom-check input:checked ~ .checkmark {
    background-color: #D90526;
    border-color: #D90526;
}

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

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

/* Style the checkmark/indicator */
.custom-check .checkmark:after {
    left: 7px;
    top: 2px;
    width: 5px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
table {
    width: 100%;
}
td {
    padding: 19px 0;
}
thead td {
    font-weight: 700;
}
tbody td p {
    margin-bottom: 0;
    margin-top: 4px;
}
tbody td .color {
    width: 25px;
    height: 25px;
    display: inherit;
    border-radius: 50%;
    /*background-color: red;*/
    background-size: cover;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 8px 25px 8px 10px !important;
}
.product-form .col {
    margin-bottom: 10px !important;
}
.border-none {
    border: none !important;
}
table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: transparent !important;
}
#table_id thead th {
    /* padding-left: 0 !important;
    padding-right: 0 !important; */
    width: auto !important;
    white-space: nowrap;
    font-size: 13px;
    text-align: center;
}
#table_id tbody td {
    font-size: 13px;
    text-align: center;
}
tbody tr:nth-child(odd) {
    background-color: #F9F9F9;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
.table-responsive {
    margin-bottom: 50px;
}
.dot {
    height: 23px !important;
    width: 23px !important;
    background-size: cover;
}
.contact-form {
    margin: 60px 0;
}
.contact-form .container {
    max-width: 620px;
}
.contact-form h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'HelveticaNeue';
}
.contact-form form .form-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.contact-form form label {
    width: 36%;
    text-align: right;
    font-size: 24px;
    color: #707070;
}
.contact-form form input {
    width: 60%;
    min-height: 60px;
}
.contact-form form select {
    width: 60%;
    min-height: 60px;
}
.contact-form .form-select {
    background-image: url("../images/slect.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    cursor: pointer;
}
.contact-form form textarea {
    width: 60%;
    border: 1px solid #ced4da;
}
.form-submit {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    padding: 24px 25px;
    border: 2px solid #D3AA1F;
    width: 250px;
    margin-left: auto;
    margin-right: 0;
    display: block;
    background-color: transparent;
    font-family: 'Helvetica';
}
.form-submit:hover {
    background-color: #b3931b;
    color: #fff;
}
footer {
    background-color: #F2F2F2;
}
footer .container {
    max-width: 1920px;
}
footer .footer-links {
    max-width: 1600px;
}
.footer-links ul li a{
    color: #4D4D4D;
    font-size: 18px;
    padding: 30px 15px;
    display: inline-block;
    text-decoration: none;
    font-family: 'Helvetica';
}
.footer-links ul li a:hover {
    background-color: #b3931b;
    color: #fff;
}
.footer-links ul li a.active {
    background-color: #b3931b;
    color: #fff;
}
.contact-links {
    max-width: 1000px;
    margin-left: auto;
    font-weight: 700;
}
.contact-links h2 {
    color: #333;
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'HelveticaNeue';
}
.contact-links ul li a {
    display: inline-block;
    padding: 9px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    margin-right: 19px;
}
.contact-links ul li:nth-child(odd) a {
    background-color: #F4BC00;
}
.contact-links ul li:nth-child(even) a {
    background-color: #005696;
}
.product-detail h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
}
.add-product {
    border: 3px solid #b3931b;
    color: #4D4D4D;
    padding: 8px 26px;
    background-color: transparent;
    margin-left: 20px;
}
.add-product:hover {
    background-color: #D3AA1F;
    color: #fff;
}
tbody td a i {
    color: #333;
    font-size: 20px;
}
.product-table tbody td:first-child {
    /* width: 140px; */
}
.product-table tbody td:nth-child(2) {
    /* width: 140px; */
    /* text-align: center; */
    /* padding-left: 20px; */
}
.product-table thead th:last-child {
    text-align: right;
}
.product-table tbody td:last-child {
    text-align: right;
}
.product-detail {
    margin-bottom: 80px;
}
.product-table thead th {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 16px;
}
.product-table tbody td {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 13px;
    white-space: nowrap;
}
.vehicle-tabs {
    margin-bottom: 80px;
}
.product-table tbody tr td:last-child{
    width: 100%;
}
.modal-title {
    font-weight: 700;
    font-size: 24px;
    color: #000;
}
.product-form label {
    font-size: 15px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.product-form input {
    border: 1px solid #929292;
    border-radius: 0;
}
.product-form select {
    border: 1px solid #929292;
    border-radius: 0;
}
table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: transparent !important;
}
.product-form .col-12 input {
    /* font-size: 12px; */
}
.btn-close {
    opacity: 1;
}


.login-form {
    margin: 120px 0;
}
.login-form .container {
    max-width: 500px;
}
.login-form h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'HelveticaNeue';
}

.login-form .form-input input {
    width: 100%;
    border: 1px solid #ced4da;
    min-height: 60px;
    margin-bottom: 20px;
}
.login-form .form-submit{
    width: 100%;

}

.error-msg{
    font-size: 13px;
    margin-bottom: 9px;
    margin-top: -7px;
    color: red;
}

.edit_clr_image{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.color_image{
    width: 25px;
    height: 25px;
    display: inherit;
    border-radius: 50%;
}
.dataTables_filter{
    display: none !important;
}
.tab-content nav{
    border-top: solid 1px #000;
    height: 50px;
    margin-bottom: 30px;
    margin-top: -30px;
}
.pagination {
    padding-top: 10px;
    justify-content: end;
}
.page-item:first-child .page-link {
    border: 0px;
}
.page-link {
    border: 0px;
}
.page-link {
    color: #1d1d1d;
}
.page-item.active .page-link {
    color: #333 !important;
    border: 1px solid #979797;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
}
.head-butt{
    border: 2px solid #F2BF24;
    font-size: 13px;
    color: #4D4D4D;
    background-color: transparent;
    text-transform: uppercase;
    font-family: 'Helvetica';
    /* width: 100%; */
    max-width: 269px;
}
.head-butt > a{
    text-decoration: none;
    color: #4D4D4D;
    padding: 14px;
    display: block;
}

.head-butt :hover{
    background-color: #D3AA1F;
    color: #fff;
}

.table-responsive::-webkit-scrollbar {
    width: 5px;
    height: 10px;
    border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
.table-responsive::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 10px;
}
.table-responsive::-webkit-scrollbar-thumb:hover {
    background: #555; 
}