.separator {
    width: 1px;
    height: 30px; /* Adjust the height according to your button size */
    background-color: #ccc; /* Line color */
    margin: 0 3px; /* Adjust space between the buttons */
}

button.tablink_sub , .tablink_sub {
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #0078d6;
    color: #fff;
    border-radius: 30px;
    font-size: 15px;
    cursor: pointer;
    border: 1px solid #0078d6;
    font-weight: 700;
}

button.tablink_sub , footer button , .tablink_sub{
    transition: all .6s ease, background-color .6s ease-in-out, color .3s ease-in-out;
}

button.tablink_sub:hover , .tablink_sub:hover{
    background: #014880;
    color: #fff;
    background-color: #014880;
    border-color: #014880;
}

button.tablink.vintab {
    border: 1px solid #d4d4d4 !important;
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
    width: 49%;
    font-size: 15px;
    cursor: pointer;
    border-left: none !important;
}

button.tablink.serialtab {
    border: 1px solid #d4d4d4 !important;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    width: 49%;
    cursor: pointer;
    font-size: 15px;
    border-right: none !important;
}

.tablink {
  padding-inline: 30px;
  margin: 0;
  box-shadow: none !important;
  border-radius: 0;
}

.tablink {
  padding: 18px 0;
}

.tablink {
    border: 0 !important;
}

.tablink.active {
    background: #333;
    color: #fff;
}

body {font-family: "Lato", sans-serif;}

.tablink:hover {
    background-color: #333;
    color: white;
}

.text {
  display: none;
}
.show {
  display: block;
}

.form-module.form-module .control-group {
    border-bottom: 1px solid #fff;
    /* padding: 30px 0; */
}

.control-group .control-label {
    display: inline-block;
    font-weight: 700;
    margin: 0 0 .5em;
}

.form-module.form-module {
    position: relative;
    color: #404040;
    background: #fff;
}

.form-module.form-module .control-group .control-label {
        margin: 0;
        line-height: 44px;
}

.controls input {
    display: block;
}

input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    min-height: 44px;
    width: 100%;
    margin: 0;
    padding: 0 .9375em;
    font-size: 1rem;
    border: 1px solid #d4d4d4;
    outline: 0;
    color: rgba(0, 0, 0, .7);
    border-radius: .625em;
    transition: background-color .3s ease-out, box-shadow .2s ease, border-color .2s ease;
    background-color: #fefefe;
    background-image: linear-gradient(180deg, #fff, #fcfcfc);
    background-repeat: repeat-x;
}

input:not([type="image" i], [type="range" i], [type="checkbox" i], [type="radio" i]) {
    overflow-clip-margin: 0px !important;
    overflow: clip !important;
}

input[type="text" i] {
    padding-block: 1px;
    padding-inline: 2px;
    width: 75%;
    margin: auto;
}

/* input:not([type="file" i], [type="image" i], [type="checkbox" i], [type="radio" i]) {
} */

.logo.module.u-float-left.star.pl-2.pl-0\@md {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 15px;
}

body {
    width: 100%;
    min-width: 320px;
    text-align: center;
    font-family: DaimlerCS-Regular, sans-serif;
    line-height: 24px;
    color: rgba(0, 0, 0, .87);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-size: 20px;
    background-image: url(https://id.mercedes-benz.com/ciam/auth/static/img/StarsPattern.949f5d6a.jpg);
}

.span12.col-md-6.mt-0.pt-4 {
    width: 50%;
    margin: auto;
}

.tablinkdiv {
    /* border: 1px solid #d4d4d4; */
    /* border-radius: 25px !important; */
    width: 75%;
    margin: auto;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

button.tablink {
    background: white;
}

section.inner {
    background: white;
    padding: 30px 25px;
    border-radius: 10px;
}

.form-actions {
    margin-top: 45px;
}

div#vinVerificationMessage , div#verificationMessage {
    margin-top: 10px;
}

.field {
    text-align: center; /* Centers the text horizontally */
    padding-left: 10px; /* Optional: Add space inside the input */
    padding-right: 10px; /* Optional: Add space inside the input */
    height: 40px; /* Adjust the height as needed */
    line-height: 40px; /* Match the line-height to the height for vertical centering */
    box-sizing: border-box;
}


/* New style */

.fseparator {
    width: 1px;
    height: 23px;
    background-color: #333333;
}

img#verificationLogo , img#vinVerificationLogo {
    width: 15%;
    margin-top: 10px;
}

.right-section a {
  font-size: 20px;
  color: #007bff;
  margin-right: 15px;
  text-decoration: none;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
    padding-top: 30px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}

.footer-bottom {
    padding-bottom: 15px;
    background-color: #010101;
}

.footer-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.footer-buttons button {
  padding: 10px 20px;
  background-color: #010101;
  color: #c9c9c9;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.footer-buttons button:hover{
    border-color: #bbb;
    background-color: #ebebeb;
    color: #333;
}

.footer-line {
  height: 1px;
  background-color: #c9c9c9;
  margin: 20px 40px;
}

.footer-sections {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  font-size: 15px !important;
}

.left-section, .right-section {
  display: flex;
  gap: 20px;
}

.left-section a, .right-section a {
  text-decoration: none;
  color: #c9c9c9;
}

.left-section a:hover {
  text-decoration: underline;
  color: #f8f8f8 !important;
}

.footer button {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 10px;
    border-radius: 30px;
    font-weight: 700;
}

i.fab.fa-youtube:hover {
    color: #ff0033;
}

i.fab.fa-instagram:hover {
    color: #d300c5;
}

i.fab.fa-facebook-f:hover {
    color: #0766ff;
}

i.fab.fa-linkedin-in:hover {
    color: #0b66c2;
}

img#verificationLogo , img#vinVerificationLogo {
    width: 85px;
}
/* New code  */
/* Base styles for all screen sizes */

body {
    font-size: 16px; /* Set a base font size */
}

.tablinkdiv {
    flex-direction: row;
    width: 100%; /* Make it 100% width initially */
}

button.tablink {
    width: 48%; /* Make buttons responsive */
}

button.tablink_sub , .tablink_sub{
    padding: 10px 30px; /* Adjust padding for smaller screens */
    font-size: 14px; /* Adjust font size */
}

input[type="text"] {
    width: 90%; /* Make the input wider on small screens */
}

/* Large devices (desktops, 1200px and above) */
@media only screen and (min-width: 1200px) {
    .tablinkdiv {
        width: 75%; /* Adjust width for large screens */
    }

    button.tablink_sub , .tablink_sub{
        padding: 15px 50px; /* Increase padding for large screens */
        font-size: 16px; /* Larger font size */
    }
}

/* Medium devices (tablets, 768px and above) */
@media only screen and (max-width: 1200px) and (min-width: 768px) {
    .tablinkdiv {
        width: 90%; /* Adjust width for medium screens */
    }

    button.tablink_sub , .tablink_sub{
        padding: 12px 40px;
        font-size: 15px;
    }
}

/* Small devices (mobile phones, less than 768px) */
@media only screen and (max-width: 768px) {
    .tablinkdiv {
        /* flex-direction: column; Stack buttons vertically on small screens */
        width: 100%;
    }

    button.tablink {
        width: 100%; /* Make buttons take full width */
        /* margin-bottom: 10px; Add spacing between buttons */
    }

    button.tablink_sub , .tablink_sub{
        padding: 10px 20px; /* Smaller padding for mobile */
        font-size: 14px; /* Reduce font size */
    }

    input[type="text"] {
        width: 100%; /* Full width on mobile */
    }

    .footer-buttons {
        flex-direction: column; /* Stack footer buttons vertically */
    }

    footer {
        padding-top: 20px;
    }

    .footer-buttons button {
        width: 90%; /* Make footer buttons full width */
    }
    footer {
        /* background-color: #f8f8f8; */
        /* padding: 20px 0; */
        text-align: center;
        width: 100%;
        position: relative;
        bottom: 0;
        clear: both; /* Ensure the footer stays below the content */
        margin-top: 5%;
    }
}

/* end new code  */
footer {
        /* background-color: #f8f8f8; */
        /* padding: 20px 0; */
        /* text-align: center;
        width: 100%;
        position: relative;
        bottom: 0;
        clear: both; /* Ensure the footer stays below the content */
        /* margin-top: 5%; */
    }
/* start new code2 */
/* General styles for all screen sizes */
body {
    width: 100%;
    min-width: 320px;
    text-align: center;
    font-family: DaimlerCS-Regular, sans-serif;
    line-height: 24px;
    color: rgba(0, 0, 0, .87);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-size: 20px;
    background-image: url(https://id.mercedes-benz.com/ciam/auth/static/img/StarsPattern.949f5d6a.jpg);
}

.span12.col-md-6.mt-0.pt-4 {
    width: 100%;
    max-width: 600px; /* Set a maximum width for larger screens */
    margin: auto;
    padding: 15px; /* Add padding for better spacing on small screens */
}

.tablinkdiv {
    /* border: 1px solid #d4d4d4; */
    /* border-radius: 25px; */
    width: 100%;
    max-width: 500px;
    margin: auto;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

button.tablink {
    background: white;
    width: 100%; /* Full width on smaller screens */
}

/* end new code 2 */
/* Add spacing to the form section */
.form-module.module {
    margin-bottom: 50px; /* Add space between the form and footer */
}

/* Footer styles */
footer {
    /* background-color: #f8f8f8; */
    /* padding: 20px 0; */
    text-align: center;
    width: 100%;
    /* position: relative; */
    bottom: 0;
    clear: both; /* Ensure the footer stays below the content */
    /* margin-top: 11%; */
}

button.tablink_sub , .tablink_sub{
    width: 50%;
}
/* Media Queries */

/* For smaller screens like mobile devices */
@media only screen and (max-width: 768px) {
    body {
        font-size: 16px; /* Adjust font size for smaller screens */
    }

    .span12.col-md-6.mt-0.pt-4 {
        width: 100%;
        padding: 10px; /* Reduce padding on mobile */
    }

    .form-module.module {
        padding: 15px; /* Reduce padding on mobile */
    }

    /* .tablinkdiv { */
        /* flex-direction: column; Stack buttons vertically on small screens */
    /* } */

    button.tablink {
        padding: 10px; /* Reduce padding for buttons on small screens */
        font-size: 14px; /* Reduce font size for buttons */
        width: 100%;
        /* margin-bottom: 10px; Add space between buttons */
    }

    button.tablink_sub , .tablink_sub{
        padding: 10px;
        font-size: 14px;
        width: 100%;
    }

    .controls input {
        font-size: 14px;
        padding: 10px; /* Adjust input padding for small screens */
    }

    .left-section, .right-section , .footer-sections {
        display: block;
        padding-bottom: 12px;
    }

    .left-section a, .right-section a {
        padding-right: 3px;
    }

    .footer-sections {
        padding: 0 25px;
    }

    .fseparator {
        display: inline-table;
    }
}

/* For medium-sized screens like tablets */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    body {
        font-size: 18px;
        margin: 0;
    }

    .span12.col-md-6.mt-0.pt-4 {
        width: 90%; /* Take up more width on tablet-sized screens */
        padding: 20px;
    }

    button.tablink {
        font-size: 16px;
        padding: 12px;
        width: 48%; /* Side by side on medium screens */
    }

    button.tablink_sub , .tablink_sub{
        padding: 12px;
        font-size: 16px;
    }
}

/* For larger screens like desktops */
@media only screen and (min-width: 1025px) {
    body {
        font-size: 20px;
    }

    .span12.col-md-6.mt-0.pt-4 {
        width: 60%; /* Smaller width on large screens */
    }

    button.tablink {
        font-size: 18px;
        padding: 15px;
    }

    button.tablink_sub , .tablink_sub{
        padding: 15px;
    }

    .controls input {
        font-size: 18px;
        padding: 15px;
    }
}

@media only screen and (min-width: 1440px) {
    footer {
        /* background-color: #f8f8f8; */
        /* padding: 20px 0; */
        text-align: center;
        width: 100%;
        position: relative;
        bottom: 0;
        clear: both; /* Ensure the footer stays below the content */
        margin-top: 22%;
    }
}
/* Additional spacing for mobile screens */
@media only screen and (max-width: 768px) {
    .form-module.module {
        margin-bottom: 30px; /* Less space on mobile */
    }

    /* footer {
        padding: 15px 0;
    } */
}

/*@media only screen and (min-width: 1500px) {*/
/*    footer {*/
/*        margin-top: 3%;*/
/*    }*/
/*}*/

/* custom page css*/
input[type="text"] , input[type="email"], input[type=password], select , input[type=number] , input[type=date] {
    margin-bottom: 20px !important;
    padding-left: 10px;
    width: 90% !important;
    margin: auto;
}

table {
    text-align: center;
    margin: auto;
    width: 100%;
}

th {
    padding: 5px;
    font-size: 12px;
}

a.edit , button.edit {
    color: white;
    background: green;
    padding: 7px;
    border-radius: 5px;
    text-decoration: none;
}

input.delete , button.delete{
    color: white;
    background: #bb2727;
    padding: 7px;
    border-radius: 5px;
    border-color: #bb2727;
}

.span12.col-md-6.mt-0.pt-4.report_result , .span12.col-md-6.mt-0.pt-4.user_table{
    max-width: unset;
    width: 80%;
}

input.input_tab {
    border: none;
    padding: 0;
    text-align: center;
    margin-bottom: 0px !important;
}

td {
    padding-right: 15px;
    padding-left: 15px;
}

/* custom css */
.input_file {
    margin-bottom: 25px;
    margin-top: 25px;
    text-align: center !important;
    margin-left: 23%;
}

/* .flex-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-container {
    flex-grow: 1;
    display: flex;
    justify-content: center; /* Centers the logo */
/* } 

.logout {
    margin-left: auto;
}

.btn-danger {
    padding: 5px 15px;
    font-size: 14px;
} */