:root {
    --color-primary: rgba(0, 104, 255, 1);
    --color-smoothblue: rgba(20, 146, 230, 1);
    --color-smoothblue-30: rgba(20, 146, 230, 0.3);
    --color-warning: rgba(255, 191, 21, 1);
    --color-warning-30: rgba(255, 242, 159, 1);
    --color-success: rgba(49, 168, 24, 1);
    --color-success-30: rgba(231, 255, 213, 1);
}

.text-warning {
    color: var(--color-warning);
}



* {
    margin: 0;
    padding: 0;
}

body {
    font: 15px/1.3 "Open Sans", sans-serif;
    color: #5e5b64;
    /* text-align: center; */
}

.font-weight-500 {
    font-weight: 500;
}

.cursor-pointer {
    cursor: pointer;
}

/* Mapbox popup styles */

.mapboxgl-popup-content {
    border-radius: 10px !important;
    min-width: 235px !important;
}

.mapboxgl-popup-content>button.mapboxgl-popup-close-button {
    margin-right: 8px;
    font-size: 24px;
}

.event-popup {
    color: rgba(0, 0, 0, 0.8);
}

.event-popup>.delay-badge {
    background: #f6f6f6;
    padding: 2px 4px;
    color: #ff4cb1;
    border-radius: 4px;
}

.event-popup>.event-popup-info {
    display: flex;
    align-items: center;
}

.event-popup-info>div:nth-child(1) {
    color: #0068ff;
    font-size: 7px;
    font-weight: 700;
}

.event-popup-info>div:nth-child(1)::after {
    content: " - ";
    position: relative;
    margin: 0 5px;
    font-weight: bold;
    color: black;
}

/* End --> Mapbox popup styles */

.login-card {
    padding: 20px 30px 50px 30px;
    border-radius: 8px;
    background: white;
}

.border-bottom {
    border-bottom: 1px solid gray;
    width: 200px;
    margin-left: 20%;
}

/* header */
.tabs-header {
    position: fixed;
    left: 460px;
    right: 0;
    z-index: 2;
    top: 75px;
    font-family: "Quicksand", sans-serif;
}

.header {
    background: #f7f8fa 0% 0% no-repeat padding-box;
    height: 39px;
    padding: 8px;
    /* border-bottom: 2px solid #e2e1e1; */
    border-top: 2px solid #BDC9D6;
    font-weight: 600;
    margin-top: 4px;
}

.events-header {
    background: #f7f8fa 0% 0% no-repeat padding-box;
    height: 42px;
    padding: 8px;
    border-bottom: 2px solid #bdc9d6;
    border-top: 2px solid #bdc9d6;
    font-weight: 100;
    /* margin-left: 1%; */
    text-transform: uppercase;
    z-index: 1;
    position: relative;
}

.calls-header {
    background: #f7f8fa 0% 0% no-repeat padding-box;
    height: 42px;
    padding: 8px;
    margin-top: 3px;
    border-bottom: 2px solid #bdc9d6;
    border-top: 2px solid #bdc9d6;
}


.small-new-call__button {
    margin-top: -8px;
    border-radius: 0px !important;
    text-transform: uppercase;
    margin-left: 72%;
}

.close-alert {
    border: 2px solid #ffffff;
    border-radius: 20px;
    padding: 10px;
    width: 15px;
    top: -62%;
    background: rgb(255, 193, 7);
    left: 95%;
    position: absolute;
    cursor: pointer;
}

.denied-warning {
    position: absolute;
    left: 30%;
    top: 113%;
    background: #ffc107;
    padding: 30px;
    color: #f3f3f3;
    border-radius: 10px
}

.new-call-button {
    margin-top: -8px;
    border-radius: 0px !important;
    text-transform: uppercase;
    margin-left: 86%;
    width: 146px;
    height: 38px;
    font-size: 14px !important;
}

.end-event-button {
    margin-top: -14px;
    border-radius: 0px !important;
    text-transform: uppercase;
    margin-left: 61%;
    font-size: 12px !important;
}

/* tabs styles */

.container-tabs {
    color: #888;
    margin-left: 27%;
    /* width: 74%; */
    /* margin: 40px auto; */
    font-family: "Nunito Sans", Arial, Helvetica, sans-serif;
    font-size: 0.9em;
}

.map-info__tab {
    color: #888;
    margin-left: 27%;
    width: 74%;
    margin-top: -4px;
    /* margin: 40px auto; */
    font-family: "Nunito Sans", Arial, Helvetica, sans-serif;
    font-size: 0.9em;
}

/* Style the tabs */
.tabs {
    overflow: hidden;
    margin-bottom: -4px;
    border-top: 2px solid #BDC9D6;
    background: #f1f1f1;
    height: 40px;
}

.hide-tab {
    margin-top: -39px;
    position: relative;
}

.info-tabs {
    height: 45px;
    border: 2px solid #e2e1e1;
    padding: 2px;
    background: #f7f8fa;
    position: fixed;
    margin-top: -39px;
    z-index: 2;
    width: 100%;
}

.tabs a {
    float: left;
    cursor: pointer;
    padding: 7px 24px;
    transition: background-color 0.2s;
    /* border: 1px solid #ccc; */
    /* border-right: none; */
    background-color: #f7f8fa;
    /* border-radius: 10px 10px 0 0; */
    font-weight: bold;
    min-width: 12%;
}

/* Change background color of tabs on hover */
.tabs a:hover {
    background-color: #aaa;
    color: #fff;
}

/* Styling for active tab */
.tabs a.active {
    background-color: #fff;
    color: #484848;
    border-bottom: 3px solid #0068ff;
    cursor: default;
}

/* Style the tab content */
.tabcontent {
    padding: 1px 0px;
    font-family: "Quicksand", sans-serif;
}

.tabcontent td {
    padding: 0.3em 0.4em;
    color: #484848;
}

.tabcontent td.legend {
    color: #888;
    font-weight: bold;
    text-align: right;
}

.tabcontent .map {
    height: 173px;
    width: 220px;
    background: #d3eafb;
    margin-left: 60px;
    border: 1px solid #ccc;
    border-radius: 10px;
}


.data {
    width: 120px;
}

/* table lists */

.table-all-lists {
    white-space: nowrap;
    margin-left: -2%;
    width: 103% !important;
}

.tbhead {
    height: 36px;
    background: #e7ebf3 0% 0% no-repeat padding-box;
    border-bottom: 2px solid #e7ebf3;
    font-size: 10px;
    color: #99a2ac;
    text-transform: uppercase;
}

.tbody {
    height: 37px;
    background: #f0f2f7 0% 0% no-repeat padding-box;
    color: #707070;
    font-size: 10px;
}

.active-status {
    background: #8abaff 0% 0% no-repeat padding-box;
    opacity: 1;
    font-size: 12px;
}

.incomplete-status {
    font-size: 12px;
    opacity: 1;
    background: #fff29f 0% 0% no-repeat padding-box;
}

.done-status {
    background: #e7ffd5 0% 0% no-repeat padding-box;
    opacity: 1;
    font-size: 12px;
}

/* modal styles */
.call-nature__header {
    padding: 30px;
    background: #f5f5f6;
    margin-left: -46px;
    margin: -16px;
}

.time-header {
    background: white;
    border-radius: 6px;
    height: auto;
    padding: 4px;
    margin-top: 13px;
    border: 1px solid #e2e1e1;
}

.dropdown-button {
    background: white;
    border-radius: 6px;
    border: 1px solid #e2e1e1;
    width: 160px;
    font-size: 12px;
}

.play-icon {
    background: #0068ff;
    padding: 4px;
    border-radius: 20px;
    max-width: 2px !important;
    height: 30px;
    color: white;
}

.incident-headers {
    background: #f5f5f6 0% 0% no-repeat padding-box;
    height: 42px;
    padding: 8px;
    border-bottom: 2px solid #BDC9D6;
    border-top: 2px solid #BDC9D6;
    font-weight: 600;
    margin: -16px;
}

.more-action__buttons {
    margin-top: -6px;
    border-radius: 0px !important;
    text-transform: uppercase;
    width: 200px;
    margin-left: -4%;
    height: 34px;
    border-left: 2px solid #BDC9D6 !important;
    font-size: 14px !important;
    background: #fff;
    z-index: 2;
    position: absolute;
}

.pre-deploy__button {
    margin-top: 22px;
    border-radius: 0px !important;
    /* margin-left: 285px !important; */
    float: right;
    width: 122px;
    height: 38px;
    text-transform: uppercase;
    color: white;
    font-size: 12px !important;
    background: #0068ff;
}

.submit__button {
    margin-top: -8px;
    border-radius: 0px !important;
    /* margin-left: 285px !important; */
    float: right;
    width: 122px;
    height: 39px;
    text-transform: uppercase;
    color: white;
    font-size: 12px !important;
    background: #0068ff;
}

.pre-deploy__section {
    margin-top: -30px;
}

.add-to-pending__button {
    margin-top: -8px;
    border-radius: 0px !important;
    margin-left: 160px !important;
    width: 122px;
    height: 38px;
    text-transform: uppercase;
    color: #db5e04;
    font-size: 12px !important;
    background: #ffbf15;
}

.notices {
    z-index: 99999999999 !important;
}

.pre-deploy {
    font-size: 12px !important;
    height: 38px;
    margin-left: 476px !important;
    text-transform: uppercase;
}

.labels {
    text-transform: uppercase;
    font-size: 11px;
}

.location-button {
    background: #0068ff;
    padding: 8px;
    border-radius: 6px;
    width: 300%;
    /* height: 94%; */
    color: white;
    margin-top: -1px;
    margin-left: -15px;
    cursor: pointer;
}

/* multi select */
.multi-select {
    width: 22%;
}

/* checkboxes */

/* The container */
.container {
    display: inline;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

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

/* When the checkbox is checked, add a blue background */
.container input:checked~.checkmark {
    background-color: #2196f3;
}

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

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

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.map-infos__section {
    margin-top: -38px;
}

.calls-table {
    width: 100%;
    /* margin-left: -9px; */
}

.close-map-section__infos {
    border-radius: 0px !important;
    background: #e3e3e3;
    width: 94px;
    height: 42px;
    float: right;
}

button.close-modal:focus {
    outline: none;
}

.edit-button {
    background: white;
    border-radius: 0px !important;
    width: 120px;
    top: -8px;
    position: relative;
    left: 98%;
    z-index: 2;
}

.extra__info-button {
    border-radius: 0px !important;
    width: 150px;
    background: #2D3F54;
    color: white;
    top: -8px;
    position: relative;
    left: 42%;
}


.bottom-infos-border {
    border-bottom: 2px solid #e2e1e1;
    width: 280px;
    margin-left: 22%;
}

.accordion-cards {
    border-radius: 8px !important;
    background: white;
    border: none !important;
    width: 170px;
}

/* scrollbar customizations */
/* width */
::-webkit-scrollbar {
    width: 5px !important;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #0068ff;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #0068ff;
}

.incident-map-infos {
    position: fixed;
    right: 15px;
    top: 210px;
}


.stage {
    padding: 10px;
    border-radius: 6px;
    background: white;
    font-size: 12px;
}

.delays {
    padding: 10px;
    border-radius: 6px;
    background: white;
    font-size: 12px;
    /* color: #0068ff; */
    float: right;
    width: 110%;
}

.status {
    color: #0068ff;
    padding: 5px;
    width: 70px;
    font-weight: 700;
    font-size: 13px;
    height: 27px;
    /* border-radius: 14px; */
    text-transform: uppercase;
}

.delay-bg {
    background: #ff7997;
    color: white;
    padding: 7px;
    font-size: 11px;
    border-radius: 4px;
}

.toggle-online {
    position: absolute;
    left: 94%;
    top: 0%;
    width: 60px;
    height: 46px;
}

.pac-container {
    background-color: #fff;
    position: absolute !important;
    z-index: 100000 !important;
    width: 300px;
    border-radius: 2px;
    border-top: none;
    font-family: Arial, sans-serif;
    box-shadow: none;
    box-sizing: border-box;
    overflow: hidden;
}

.search-button {
    background: transparent;
    color: #b7b1b1;
    font-size: 14px !important;
    margin-left: -110%;
    margin-top: 0px;
}

.search-form {
    margin-top: -3px;
    float: right;
}

.required-info {
    border-top: 2px solid #0068ff;
    border-bottom: 2px solid #0068ff;
    border-left: 2px solid #0068ff;
    border-right: 2px solid #0068ff;
    border-radius: 12px;
    padding: 10px;
    background: rgb(219 234 255 / 20%);
}

.required-pin-info {
    border-top: 2px solid #0068ff;
    border-bottom: 2px solid #0068ff;
    border-left: 2px solid #0068ff;
    border-right: 2px solid #0068ff;
    border-radius: 12px;
    padding: 10px 10px 20px 10px;
    background: rgb(219 234 255 / 20%);
}

.required-info:before {
    border-top: 2px solid blue;
    width: 50%;
}

.second-layer {
    position: absolute;
    width: 220px;
    height: 40px;
    margin-left: 64%;
    margin-top: -20px;
    background: rgb(255 255 255);
    border-radius: 20px;
}

.second-pin-layer {
    position: absolute;
    width: 322px;
    height: 40px;
    margin-left: 53%;
    margin-top: -20px;
    background: rgb(255 255 255);
    border-radius: 20px;
}

.analytics-header {
    font-size: 16px;
    color: #0068ff;
}

.live-section__cards {
    /* width: 230px; */
    border-radius: 10px;
    border: 1px solid #f0f2f7;
    padding: 14px;
    height: 130px;
    background: #f7f8fa;
}


.live-contents-alignment {
    position: relative;
    margin-top: -3%;
    margin-bottom: 5%;
    background: #f7f8fa;
}



.card-contents {
    font-size: 14px;
    font-weight: 800;
    padding: 0px 0px 0px 16px;
}

.table-header {
    background: #e7ebf3 0 0 no-repeat padding-box;
    border-bottom: 2px solid #e7ebf3;
    color: #0068ff;
    font-size: 10px;
    font-weight: 700;
    height: 40px;
    margin-top: -39px;
    padding: 14px;
    position: fixed;
    text-transform: uppercase;
    width: 456px;
    z-index: 1;
}

.active-incidents {
    padding: 10px 20px 25px 20px;
    cursor: pointer;
    border-top: 2px solid #e2e1e1;
    background: #f0f2f7 0% 0% no-repeat padding-box;
    color: #0068ff;
    font-size: 12px;
    height: 40px;
}

.first-layer {
    position: absolute;
    width: 220px;
    height: 40px;
    margin-left: 64%;
    margin-top: -20px;
    background: #0068ff;
    border-radius: 20px;
}

.critical-emergency {
    width: 124px;
    height: 74px;
    padding: 8px;
    margin-top: 13px;
    background: rgba(243, 0, 0, 0.05);
    border: 2px solid #FF8686;
    color: red;
    border-radius: 12px;
}

.search-input {
    margin-top: -8px;
    border-radius: 12px;
}

.filter-type {
    margin-top: -8px;
}

.search-facility__button {
    position: absolute;
    top: -11%;
    left: 25%;
    background: white;
    height: 32px;
    color: #99A2AC;
}


.fill-message {
    position: absolute;
    width: 220px;
    height: 40px;
    margin-left: 64%;
    margin-top: -20px;
    padding: 6px;
    background: rgba(0, 104, 255, 0.2);
    border-radius: 20px;
    color: #0068FF;
}

.fill-pin-message {
    position: absolute;
    width: 322px;
    height: 40px;
    margin-left: 53%;
    margin-top: -20px;
    padding: 6px;
    background: rgba(0, 104, 255, 0.2);
    border-radius: 20px;
    color: #0068FF;
}

.incident-info {
    margin-left: 9%;
}

.informatione-live {
    margin-left: 2%;
}

.mapboxgl-popup-content>button.mapboxgl-popup-close-button {
    width: 22px;
    height: 22px;
    color: #808e9c;
    background: #dfe3e7;
    padding: 0px;
    border-radius: 12px;
    margin-top: 3px;
    margin-right: 3px;
    outline: none;
    font-size: 18px;
}

/* media queries breakpoints */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
/* @media only screen and (min-width: 992px) {
    .incident-info{
        margin-left: 9%;
    }
    
} */

@media only screen and (max-width: 1299px) {
    .tab-items {
        top: 15% !important;
    }

    /* styles for screens below 1300px */
    .assign-more {
        margin-left: 62% !important;
    }

    .end-event-button {
        margin-left: 28%;
    }

    .new-call-button {
        margin-left: 75%;
    }

    .action-controller-button {
        left: 40%;
    }

    .patient-take-over-infos {
        top: 420px !important;
    }

    #menu {
        left: 16%;
    }

    .sidebar-patient {
        top: 190px !important;
    }

    .edit-button {
        left: 36%;
    }

    .extra__info-button {
        left: 2%;
    }

    .incident-info {
        margin-left: 16%;
        font-size: 11px;
    }

    .informatione {
        margin-left: 146px;
        font-size: 11px;
        margin-top: -5px;
    }
}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1300px) and (max-width: 1350px) {
    .tab-items {
        top: 13% !important;
    }

    .sidebar-patient-title {
        top: -32px !important;
    }

    .informatione {
        margin-left: 102px;
    }

    .informatione-live {
        margin-left: 118px;
    }


    .action-controller-button {
        left: 36%;
    }

    .assign-more {
        margin-left: 89% !important;
    }

    .resend {
        margin-left: 280% !important;
    }

    .event-actions {
        margin-left: -30%;
    }

    .incident-info {
        margin-left: 10%;
    }

    .table-all-lists {
        margin-left: 8%;
        width: 100% !important;
    }

    #menu {
        left: 11%;
    }

}

@media only screen and (min-width: 1350px) and (max-width: 1400px) {
    .tab-items {
        top: 13%;
    }

    .sidebar-patient-title {
        top: -32px !important;
    }

    .informatione {
        margin-left: 86px;
    }

    .informatione-live {
        margin-left: 102px;
    }

    .assign-more {
        margin-left: 88% !important;
    }

    .event-actions {
        margin-left: -54%;
    }

    #menu {
        left: 11%;
    }

    .take-over-infos {
        left: 11%;
    }

    .patient-take-over-infos {
        left: 11%;
    }


    .incident-info {
        margin-left: 8%;
    }

    .table-all-lists {
        margin-left: 7%;
        width: 100% !important;
    }

}

@media only screen and (min-width: 1400px) and (max-width: 1500px) {
    .tab-items {
        top: 13%;
    }

    .sidebar-patient-title {
        top: -32px !important;
    }

    .incident-info {
        margin-left: 7%;
    }

    .informatione {
        margin-left: 80px;
    }

    .informatione-live {
        margin-left: 94px;
    }

    .resend {
        margin-left: 300% !important;
    }

    .event-actions {
        margin-left: -50%;
    }

    .assign-more {
        margin-left: 92% !important;
    }

    .table-all-lists {
        margin-left: 6%;
        width: 100% !important;
    }

    #menu {
        left: 8%;
    }

    .take-over-infos {
        left: 8%;
    }

    .patient-take-over-infos {
        left: 8%;
    }



}

@media only screen and (min-width: 1500px) and (max-width: 1599px) {


    .sidebar-patient-title {
        top: -32px !important;
    }

    .informatione {
        margin-left: 62px;
    }

    .informatione-live {
        margin-left: 78px;
    }

    .assign-more {
        margin-left: 96% !important;
    }

    .resend {
        margin-left: 325% !important;
    }

    #menu {
        left: 6%;
    }

    .take-over-infos {
        left: 6%;
    }

    .patient-take-over-infos {
        left: 8%;
    }


    .new-call-button {
        margin-left: 82%;
    }

    .event-list {
        margin-left: 8%;
    }

    /* .events-header {
        margin-left: 6%;
    } */

    .container-tabs {
        margin-left: 26%;
    }

    .map-info__tab {
        margin-left: 26%;
        width: 100%;
    }

    .small-new-call__button {
        margin-left: 80%;
    }

    .table-all-lists {
        width: 101% !important;
        margin-left: -4% !important;
    }

    .incident-info {
        margin-left: 5%;
    }

    /* .calls-table {
        width: 564px;
    } */

}

@media only screen and (min-width: 1600px) and (max-width: 1680px) {
    .tab-items {
        top: 13% !important;
    }

    .sidebar-patient-title {
        top: -32px !important;
    }

    .informatione {
        margin-left: 136px;
    }

    .informatione-live {
        margin-left: 152px;
    }

    #menu {
        left: 11%;
    }

    .take-over-infos {
        left: 11%;
    }

    .patient-take-over-infos {
        left: 11%;
    }

    .assign-more {
        margin-left: 104% !important;
    }

    .resend {
        margin-left: 360% !important;
    }

    .event-actions {
        margin-left: -16%;
    }

    .enclose {
        margin-left: -2%;
    }

    .incident-info {
        margin-left: 10%;
    }


    .new-call-button {
        margin-left: 89%;
    }

    .event-list {
        margin-left: 10%;
    }

    /* .events-header {
        margin-left: 7%;
    } */

    .small-new-call__button {
        margin-left: 83%;
    }

    .container-tabs {
        margin-left: 20%;
    }

    .map-info__tab {
        margin-left: 20%;
        width: 100%;
    }

    .table-all-lists {
        width: 100% !important;
        margin-left: 0% !important;
    }

    .info-contents {
        margin-left: 2%;
    }


    .bottom-infos-border {
        margin-left: 18%;
    }

    .accordion-cards {
        width: 270px;
        left: 4%;
    }
}

@media only screen and (min-width: 1680px) and (max-width: 1700px) {
    .tab-items {
        top: 13% !important;
    }

    .sidebar-patient-title {
        top: -32px !important;
    }

    .table-all-lists {
        width: 102% !important;
        margin-left: -1% !important;
    }

    .incident-info {
        margin-left: 0%;
    }

    .enclose {
        margin-left: -3%;
    }

    #menu {
        left: 0%;
    }

    .take-over-infos {
        left: 0%;
    }

    .patient-take-over-infos {
        left: 0%;
    }



}

@media only screen and (min-width: 1700px) and (max-width: 1760px) {
    .tab-items {
        top: 13% !important;
    }

    .sidebar-patient-title {
        top: -32px !important;
    }

    .informatione {
        margin-left: 130px;
    }

    .informatione-live {
        margin-left: 145px;
    }

    #menu {
        left: 9%;
    }

    .take-over-infos {
        left: 9%;
    }

    .patient-take-over-infos {
        left: 9%;
    }



    .incident-info {
        margin-left: 9%;
    }

    .enclose {
        margin-left: -3%;
    }

    .new-call-button {
        margin-left: 89%;
    }

    .event-list {
        margin-left: 8%;
    }

    .small-new-call__button {
        margin-left: 83%;
    }

    .container-tabs {
        margin-left: 20%;
    }

    .map-info__tab {
        margin-left: 20%;
        width: 100%;
    }

    .table-all-lists {
        width: 100% !important;
        margin-left: 0% !important;
    }

    .info-contents {
        margin-left: 2%;
    }


    .bottom-infos-border {
        margin-left: 18%;
    }

    .accordion-cards {
        width: 270px;
        left: 4%;
    }
}

@media only screen and (min-width: 1760px) and (max-width: 1860px) {
    .tab-items {
        top: 13% !important;
    }

    .sidebar-patient-title {
        top: -32px !important;
    }

    .informatione {
        margin-left: 108px;
    }

    .informatione-live {
        margin-left: 125px;
    }

    #menu {
        left: 7%;
    }

    .take-over-infos {
        left: 7%;
    }

    .patient-take-over-infos {
        left: 7%;
    }

    .new-call-button {
        margin-left: 89%;
    }

    .enclose {
        margin-left: -5%;
    }

    .incident-info {
        margin-left: 7%;
    }

    .event-list {
        margin-left: 6%;
    }

    .small-new-call__button {
        margin-left: 83%;
    }

    .container-tabs {
        margin-left: 20%;
    }

    .map-info__tab {
        margin-left: 20%;
        width: 100%;
    }

    .table-all-lists {
        width: 100% !important;
        margin-left: 0% !important;
    }

    .info-contents {
        margin-left: 2%;
    }

    .bottom-infos-border {
        margin-left: 18%;
    }

    .accordion-cards {
        width: 270px;
        left: 4%;
    }
}

@media only screen and (min-width: 1860px) and (max-width: 1900px) {
    .tab-items {
        top: 13% !important;
    }

    .sidebar-patient-title {
        top: -32px !important;
    }

    .informatione {
        margin-left: 111px;
    }

    .informatione-live {
        margin-left: 128px;
    }

    #menu {
        left: 6%;
    }

    .take-over-infos {
        left: 6%;
    }

    .patient-take-over-infos {
        left: 6%;
    }

    .resend {
        margin-left: 406% !important;
    }


    .assign-more {
        margin-left: 114% !important;
    }

    .event-actions {
        margin-left: 15%;
    }

    .new-call-button {
        margin-left: 91%;
    }

    .table-all-lists {
        width: 100% !important;
        margin-left: 0% !important;
    }

    .incident-info {
        margin-left: 7%;
    }

    .event-list {
        margin-left: 4%;
    }

    .small-new-call__button {
        margin-left: 86%;
    }

    .accordion-cards {
        width: 270px;
        left: 12%;
    }

    .container-tabs {
        margin-left: 20%;
    }

    .map-info__tab {
        margin-left: 20%;
        width: 100%;
    }

    .info-contents {
        margin-left: -1%;
    }

    .info-tabs {
        margin-left: -1%;
    }

    /* .calls-table {
        width: 772px;
        margin-left: -24px;
    } */
}

@media only screen and (min-width: 1900px) and (max-width: 2099px) {
    .tab-items {
        top: 13% !important;
    }

    .sidebar-patient-title {
        top: -32px !important;
    }

    #menu {
        left: 7%;
    }

    .take-over-infos {
        left: 7%;
    }

    .informatione {
        margin-left: 118px;
    }

    .informatione-live {
        margin-left: 132px;
    }

    .patient-take-over-infos {
        left: 7%;
    }

    .resend {
        margin-left: 406% !important;
    }

    .assign-more {
        margin-left: 114% !important;
    }

    .event-actions {
        margin-left: 2%;
    }


    .new-call-button {
        margin-left: 91%;
    }

    .enclose {
        margin-left: -6%;
    }

    .table-all-lists {
        width: 100% !important;
        margin-left: 0% !important;
    }

    .event-list {
        margin-left: 7%;
    }

    .incident-info {
        margin-left: 7%;
    }

    /* .events-header {
        margin-left: 5%;
    } */

    .small-new-call__button {
        margin-left: 86%;
    }

    .accordion-cards {
        width: 270px;
        left: 12%;
    }

    .container-tabs {
        margin-left: 18%;
    }

    .map-info__tab {
        margin-left: 18%;
        width: 100%;
    }

    .info-contents {
        margin-left: 1%;
    }

    /* .calls-table {
        width: 770px;
        margin-left: -9px;
    } */

    .bottom-infos-border {
        margin-left: 22%;
    }
}

@media only screen and (min-width: 2100px) and (max-width: 2500px) {
    .tab-items {
        top: 13% !important;
    }

    #menu {
        left: 5%;
    }

    .take-over-infos {
        left: 5%;
    }

    .patient-take-over-infos {
        left: 5%;
    }

    .resend {
        margin-left: 411% !important;
    }

    .assign-more {
        margin-left: 114% !important;
    }

    .event-actions {
        margin-left: -30%;
    }

    .new-call-button {
        margin-left: 92%;
    }

    .incident-info {
        margin-left: 5%;
    }

    .informatione {
        margin-left: 100px;
    }

    .informatione-live {
        margin-left: 112px;
    }

    .enclose {
        margin-left: -9%;
    }

    .event-list {
        margin-left: 5%;
    }

    .table-all-lists {
        width: 100% !important;
        margin-left: 0% !important;
    }

    .small-new-call__button {
        margin-left: 87%;
    }

    .accordion-cards {
        width: 270px;
        left: 15%;
    }

    .container-tabs {
        margin-left: 17%;
    }

    .map-info__tab {
        margin-left: 17%;
        width: 100%;
    }

    .info-contents {
        margin-left: 0%;
    }

    .sidebar-patient-title {
        top: -32px !important;
    }

    .form-frame {
        height: 880px !important;
    }

    .sidebar-wrapper {
        height: 850px !important;
    }

}

@media only screen and (min-width: 2500px) {
    .tab-items {
        top: 13% !important;
    }

    .form-frame {
        height: 880px !important;
    }

    .sidebar-wrapper {
        height: 850px !important;
    }

    .sidebar-patient-title {
        top: -32px !important;
    }


    #menu {
        left: 2%;
    }

    .take-over-infos {
        left: 2%;
    }

    .patient-take-over-infos {
        left: 2%;
    }

    .resend {
        margin-left: 417% !important;
    }

    .assign-more {
        margin-left: 114% !important;
    }

    .event-actions {
        margin-left: -96%;
    }

    .new-call-button {
        margin-left: 92%;
    }

    .enclose {
        margin-left: -12%;
    }

    .incident-info {
        margin-left: 2%;
    }

    .table-all-lists {
        width: 100% !important;
        margin-left: 0% !important;
    }

    .event-list {
        margin-left: 1%;
    }

    .small-new-call__button {
        margin-left: 87%;
    }

    .accordion-cards {
        width: 270px;
        left: 15%;
    }

    .container-tabs {
        margin-left: 17%;
    }

    .map-info__tab {
        margin-left: 17%;
        width: 100%;
    }

    .info-contents {
        margin-left: 0%;
    }

    /* .calls-table {
        width: 854px;
    } */

}
