@media only screen and (max-width: 2560px) {
    html,
    body {
        font-family: "Poppins", sans-serif !important;
        font-size: 24px;
    }
}
@media only screen and (max-width: 1920px) {
    html,
    body {
        font-family: "Poppins", sans-serif !important;
        font-size: 16px;
    }
    .badge {
        left: 1.1rem;
    }
}
@media only screen and (max-width: 1440px) {
    html,
    body {
        font-family: "Poppins", sans-serif !important;
        font-size: 14px;
    }
    .badge {
        left: 0.9rem;
    }
    .modal-AddOrganisation,
    .modal-AddDept {
        width: 70%;
    }
    .user_ProfileImg {
        width: 4.5rem;
        height: 4.5rem;
        margin-top: 5px;
    }
}
@media only screen and (max-width: 1366px) {
    html,
    body {
        font-family: "Poppins", sans-serif !important;
        font-size: 14px;
    }
    .badge {
        left: 0.7rem;
    }
    .modal-AddOrganisation,
    .modal-AddDept {
        width: 75%;
    }
}
@media only screen and (max-width: 1200px) {
    html,
    body {
        font-family: "Poppins", sans-serif !important;
        font-size: 12px;
    }
    .badge {
        left: 1.1rem;
    }
    .modal-AddOrganisation,
    .modal-AddDept {
        width: 80%;
    }
}
@media only screen and (max-width: 1024px) {
    html,
    body {
        font-family: "Poppins", sans-serif !important;
        font-size: 10px;
    }
    .ord_sum_scroll {
        height: 87%;
    }
    .tableRowIcon {
        margin: 0rem 0.3rem;
        width: 1rem;
    }

    .card {
        height: 20rem;
    }

    .user_ProfileImg {
        width: 5rem;
        height: 5rem;
    }

    /* The switch - the box around the slider */
    .switch {
        position: relative;
        display: inline-block;
        width: 1rem;
        height: 0.5rem;
        margin-bottom: 0rem;
    }

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    /* The slider */
    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgb(229, 229, 229);
        opacity: 0.702;
        box-shadow: inset 0px 3px 2px 0px rgba(0, 0, 0, 0.07);
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .slider:before {
        position: absolute;
        content: "";
        height: 0.5rem;
        width: 0.5rem;
        left: 0rem;
        bottom: 0rem;
        border-radius: 50%;
        background-color: rgb(255, 255, 255);
        box-shadow: 0.927px 2.853px 5px 0px rgba(1, 1, 1, 0.16);
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    input:checked + .slider:before {
        position: absolute;
        content: "";
        height: 0.5rem;
        width: 0.5rem;
        left: 0rem;
        bottom: 0rem;
        border-radius: 50%;
        background-color: rgb(255, 192, 0);
        box-shadow: 0.927px 2.853px 5px 0px rgba(1, 1, 1, 0.16);
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    input:checked + .slider:before {
        -webkit-transform: translateX(0.5rem);
        -ms-transform: translateX(0.5rem);
        transform: translateX(0.5rem);
    }

    .viewText {
        font-size: 1rem;
    }
}
@media only screen and (max-width: 768px) {
    html,
    body {
        font-family: "Poppins", sans-serif !important;
        font-size: 9px;
    }
    .footerText {
        text-align: center;
    }
    .iconAlignment {
        text-align: right;
    }

    .break {
        display: none;
    }
    .hyphen {
        display: none;
    }
    .btn-logout {
        padding: 0.65rem 0rem;
    }
    .signout {
        position: absolute;
        top: 2px;
        font-size: 1.5rem !important;
        right: -4px;
        width: 2.6rem;
    }
    .logoutContainer {
        width: auto;
        height: 7rem;
    }

    .addFavContainer {
        width: auto;
        height: 7rem;
    }

    .top-arrow {
        position: absolute;
        width: 0px;
        top: -1rem;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-top-color: #fefeff;
        right: 1.5rem;
        z-index: 71;
        border-width: 1rem 0.8rem 0;
        -webkit-transition: left 0.5s ease-in-out;
        -moz-transition: left 0.5s ease-in-out;
        -ms-transition: left 0.5s ease-in-out;
        -o-transition: left 0.5s ease-in-out;
        transition: left 0.5s ease-in-out;
        transform: rotateX(180deg);
    }
    .badge {
        left: 0.65rem;
    }
}
@media only screen and (max-width: 736px) {
    html,
    body {
        font-family: "Poppins", sans-serif !important;
        font-size: 9px;
    }
    .footerText {
        text-align: center;
    }
    .iconAlignment {
        text-align: right;
    }

    .break {
        display: none;
    }
    .hyphen {
        display: none;
    }
}
@media only screen and (max-width: 425px) {
    .logo {
        width: 80%;
    }
    .footerText {
        text-align: center;
    }
    .iconAlignment {
        text-align: center;
    }

    .break {
        display: block;
    }
    .footer-bottom {
        position: fixed;
        right: 0;
        bottom: 0rem;
        left: 0;
        padding: 0.3rem;
        background-color: #ffffff;
        z-index: 1030;
        text-align: center;
    }
    .comingSoonContainer {
        background-image: url(/static/img/png/comingSoon.png);
        background-repeat: no-repeat;
        background-size: 50%;
        background-position: center;
    }

    .dropdown-menu {
        margin: 0rem;
        width: auto;
        padding: 0;
        height: 30rem;
        overflow: auto;
        background-color: rgba(255, 255, 255, 0.5);
        background-color: rgb(255, 255, 255);
        opacity: 0.902;
        box-shadow: 0px 7px 84px 0px rgba(0, 115, 224, 0.19);
        position: absolute;
        z-index: 2000;
        border: 0px;
        right: 0rem;
        border-radius: 1rem;
    }

    .logoutContainer {
        margin: 0.5rem;
        width: auto;
        height: 7rem;
    }

    .addFavContainer {
        margin: 0.5rem;
        width: auto;
        height: 7rem;
    }
    .top-arrow {
        display: none;
    }
    .badge {
        left: 2.3rem;
    }
    .tableRowIcon {
        margin: 0rem 0.2rem;
        width: 0.5rem;
    }
    .btnIcon {
        width: 0.5rem;
    }
    .btn-Map {
        min-width: 6rem;
        font-size: 0.5rem;
    }
}
