/*==================================
         RESPONSIVE WEBSITE
====================================*/

@media only screen and (min-width : 1920px) {
    /* to 1366px */
}

@media only screen and (max-width : 1919px) {
    /* to 1366px */
}

@media only screen and (max-width : 1620px) {
    /* to 1366px */
}

@media only screen and (max-width : 1536px) {
    /* to 1366px */
}

@media only screen and (max-width : 1440px) {
    /* to 1366px */
}

@media only screen and (max-width : 1365px) {
    /* to 1024 */
}

@media only screen and (max-width : 1280px) {

    /* to 1024 */
    .dashboard .content .logo-img {
        display: block;
    }

    .dashboard .content .side-bar-opner {
        display: block;
    }

    .dashboard .side-bar {
        position: fixed;
        top: 0px;
        left: -100%;
        transition: 0.3s;
        height: 100%;
        z-index: 10;
        padding-top: 50px;
        min-width: unset;
        width: 100%;
        max-width: 253px;
        overflow-y: auto;
    }

    .dashboard .side-bar.active {
        left: 0px;
    }

    .side-bar-close {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
    }
}

@media only screen and (max-width : 1023px) {

    /* to 980 */
    .dashboard .content .logo-img {
        width: 100px;
    }

    .dashboard .content .content-header {
        padding: 10px 15px;
    }

    .dashboard .content .content-form {
        width: calc(100% - 30px);
        margin: 25px 15px 0px;
        border-radius: 6px;
        padding: 10px 15px;
    }

    .dashboard .content .content-form h3 {
        font-size: 18px;
    }

    .dashboard .content .content-form h3 span {
        font-size: 15px;
    }

    .content-register-form {
        width: calc(100% - 30px);
        margin: 25px 15px 25px;
        border-radius: 6px;
        padding: 15px 15px 25px 15px;
    }
    div.myGooglemap {
        width: calc(100% - 30px);
    }
    div.contentGrid {
        width: calc(100% - 30px);
    }
}

@media only screen and (max-width : 979px) {

    /* to 800 */
    .dashboard .content .content-form form {
        width: 100%;
        max-width: 340px;
    }

    .form-fields-row-map,
    .form-fields-row {
        flex-wrap: wrap;
    }

    .form-last-fields-row,
    .form-plast-fields-row {
        padding-top: 20px;
    }

    .form-fields-row-map label,
    .form-fields-row label {
        width: calc(50% - 10px);
        margin-bottom: 0px;
    }

    .form-last-fields-row label {
        width: 100%;
    }

    .content-register-form .popup-action {
        line-height: 22px;
        text-align: start;
    }

    .myTable th.hide-tablette, 
    .myTable td.hide-tablette {
        display: none;
    }
    
    #go-button {
        display: none;
    }

}

@media only screen and (max-width : 799px) {
    /* to 768 */
    
}

@media only screen and (max-width : 767px) {

    /* to 600 */

    .dashboard .content .content-form {
        flex-direction: row;
    }

    .dashboard .content .content-form h3 {
        text-align: center;
    }

    .dashboard .content .content-form button {
        width: 100%;
        max-width: 50px;
    }

    .btn-add .btn-text {
        display: none;
    }    

    .dashboard .content .side-bar-opner {
        margin-right: 15px;
    }

    .content-register-form .popup-action {
        line-height: 1.3em;
        margin-bottom: 15px;
    }

    .myTable th.hide-mobile, 
    .myTable td.hide-mobile {
        display: none;
    }
}

@media only screen and (max-width : 481px) {
    /* to 375 */
    .login-form {
        gap: 30px;
    }

    .login-form form {
        padding: 20px;
    }

    .login-form form a,
    .login-form form label,
    .login-form form input,
    .login-form form button {
        font-size: 15px;
    }

    .login-form form .forget-password {
        margin-top: -18px;
    }

    .overlays .pop-up {
        padding: 20px 20px 35px;
        font-size: 15px;
    }

    .overlays .pop-up svg {
        width: 100px;
        height: 100px;
    }

    .overlays .pop-up div.myOperation {
        margin-top: 10px;
        gap: 10px;
    }

    .overlays .pop-up button {
        width: calc(50% - 5px);
        font-size: 15px;
        height: 48px;
        line-height: 48px;
    }

    .dashboard .content .user-information img {
        display:none;
    }
    .dashboard .content .user-information h3 {
        font-size: 12px;
    }
    .dashboard .side-bar .logo-img {
        width: 140px;
    }

    .dashboard .side-bar {
        gap: 30px;
    }

    .dashboard .side-bar .logout-side-bar {
        display: block;
    }

    .dashboard .content .content-empty {
        font-size: 15px;
    }

    .dashboard .content .content-empty svg {
        width: 100px;
        height: 100px;
    }

    .form-fields-row-map label,
    .form-fields-row label,
    .content-register-form input,
    .content-register-form select,
    .content-register-form button {
        font-size: 15px !important;
    }

    .form-submition-button {
        gap: 10px;
    }
    .dashboard .content .content-header .user-mobile {
        display: block;
        margin-left: auto;
    }
    .dashboard .content .content-header .user-mobile img.profile-img {
        width: 48px;
        height: 48px;
        cursor: pointer;
    }
 
    .content-header .user-mobile ul.mobileNav li {
        list-style: none;
    }
    .content-header .user-mobile ul.mobileNav {
        margin: 0;
        margin-top: 0px;
        padding: 0;
        position: absolute;
        right: 10px;
        background: #fff;
        box-shadow: 0px 0px 3px #ccc;
        padding: 15px;
        margin-top: 12px;
        border-radius: 5px;
        display: none;
    }
    .content-header .user-mobile ul.mobileNav.active{
        display: block;
    }
    .content-header .user-mobile ul.mobileNav li.prof {
        font-size: 12px;
        font-weight: 400;
        color: #747681;
    }
    .content-header .user-mobile ul.mobileNav li.logout a {
        text-decoration: none;
        font-weight: 500;
        color: #000;
        width: 100%;
        display: inline-block;
        margin-top: 8px;
    }
    
    div.contentGrid {
        width: calc(100% - 30px);
    }
    div.myGooglemap {
        width: calc(100% - 30px);
        margin: 25px auto 0px;
    }
    select#form-categories {
        padding-right: 35px;
    }
    .content-register-form svg {
        position: absolute;
        right: 5px;
        bottom: 15px;
        pointer-events: unset;
    }
    button.button-action-red {
        height: 48px;
    }
    button.button-action-green {
        height: 48px;
    }
    .form-fields-row-map button {
        height: 48px;
    }
    .input-tags svg {
        width: 15px !important;
    }
    div.table-formobile .rowItem .itemInfo span.desc-info .Communes {
        padding: 4px 5px;
        border-radius: 3px;
        font-size: 12px;
    }
    .content-register-form .popup-action {
        font-size: 14px !important;
        line-height: 1.3em;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width : 412px) {

    /* to 360 */
    .form-fields-row-map label,
    .form-fields-row label,
    .content-register-form label.equal-width-field {
        width: 100%;
    }
    div.table-formobile .rowItem .itemInfo span.desc-info {
        font-size: 14px;
    }
    .overlays .pop-up div.boxItem h2 {
        font-size: 24px;
    }
    .input-tags .tag {
        font-size: 12px;
    }
}

@media only screen and (max-width : 359px) {
    /* to 320 */
}

@media (max-width: 768px) {
    #pov-button {
        width: 100%; /* Full width on smaller screens */
        font-size: 14px; /* Decrease font size for small screens */
        height: 50px; /* Adjust height for small screens */
    }
}

@media (max-width: 480px) {
    #pov-button {
        font-size: 12px; /* Further decrease font size for very small screens */
        padding: 0 15px; /* Reduce padding */
    }
}