/* Mobile */
@media only screen and (max-width: 450px) {
    .container {
        width: 100% !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #language-toggle {
        top: 20px;
        left: 10px;
        font-size: 12px;
    }

    header h1 {
        font-size: 18px;
        text-align: center;
    }

    header p {
        font-size: 12px;
        text-align: center;
    }

    main h2 {
        font-size: 16px;
        margin-top: 10px;
    }

    .action-button {
        width: 100% !important;
        font-size: 18px;
        padding: 10px;
    }

    .form-group {
        width: 100% !important;
        margin: 0 auto;
    }

    .span-or {
        font-size: 30px !important;
        display: block;
        text-align: center;
        margin: 20px 0;
    }

    .logo {
        width: 200px;
        margin: 0 auto;
        display: block;
    }

    #welcome-text {
        font-size: 28px;
        text-align: center;
    }

    .buttons {
        flex-direction: column;
        gap: 10px;
        font-size: 20px !important;
    }

    div.iti.iti--allow-dropdown.iti--separate-dial-code {
        width: 100% !important;
        background-color: #fff;
        font-size: 18px;
        padding: 5px !important;
    }

    .width-680 {
        width: 100% !important;
    }

    #select-companion {
        margin-left: 0px;
        font-size: 14px;
    }

    .border-bottom-1 {
        border-bottom: 1px solid gainsboro !important;
        margin-left: 0px;
    }

    /* Adjust visibility for mobile */
    .laptop-block {
        display: none !important;
    }

    .laptop-none {
        display: none !important;
    }

    .companion-card {
        border: 1px solid #ddd;
        padding: 8px;
        border-radius: 5px;
        width: 100%;
        font-size: 12px !important;
        background-color: #f9f9f9;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }

    .companions-list {
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: center !important;
        margin-bottom: 15px;
    }

    .bg-green {
        height: 30vh ! important;
    }

    .bg-image-login {
        height: 70vh ! important;
    }

    .bg-image {
        background-image: url(/images/dashboard/background.png);
        background-repeat: repeat;
        height: fit-content;
        min-height: 100vh;
        border: none;
    }

    .filters {
        display: none !important;
    }

    .main {
        width: 100% ! important;
    }

    .sm-none {
        display: none !important;
    }

    .site-section {
        padding: 20px 20px !important;
    }

    .custom-mobile-spacing {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .text-align-last-center {
        text-align-last: center ! important;
    }

    .text-mobile-center {
        text-align: center ! important;
    }

    .table thead tr td {
        font-size: 14px !important;

    }

    .table tbody tr td {
        font-size: 14px !important;
    }

    .table-container {
        overflow-x: auto;
        /* Enable horizontal scrolling */
    }

    .t-end{
        text-align: end !important;
    }

    div.dt-container .row {
        --bs-gutter-y: 0rem ! important;
    }
}

/* Laptop */
@media only screen and (min-width: 768px) and (max-width: 820px) {
    .container {
        width: 630px ! important;
    }

    #language-toggle {
        top: 50px;
        left: 30px;
    }

    header h1 {
        font-size: 24px;
    }

    header p {
        font-size: 14px;
    }

    main h2 {
        font-size: 18px;
    }

    .action-button {
        width: 400px !important;
        font-size: 22px;
    }

    .form-group {
        width: 500px !important;
    }

    .span-or {
        font-size: 40px !important;
    }

    .logo {
        width: 300px;
    }

    #welcome-text {
        font-size: 35px;
    }

    .buttons {
        flex-direction: row;
        font-size: 26px !important;
    }

    div.iti.iti--allow-dropdown.iti--separate-dial-code {
        width: 400px ! important;
        background-color: #fff;
        font-size: 20px;
        padding: 0 ! important;
    }

    .width-680 {
        width: 600px !important;
    }

    #select-companion {
        margin-left: 0px;
    }

    .border-bottom-1 {
        border-bottom: 1px solid gainsboro !important;
        margin-left: 0px;
    }

    /* Laptop Display block */
    .laptop-block {
        display: none ! important;
    }

    .laptop-none {
        display: #272B3A ! important;
    }

    .companion-card {
        border: 1px solid #ddd;
        padding: 10px;
        border-radius: 5px;
        width: 240px;
        font-size: 12px ! important;
        background-color: #f9f9f9;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .companions-list {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center ! important;
        /* text-align: center; */
        margin-bottom: 20px;
        /* width: 80%; */
    }




}