.footer-mobile {
    position: fixed;
    bottom: 0;
    background-color: white;
    width: 100%;
}

.footer-mobile svg {
    font-size: 30px;
    width: 1em;
    margin-top: 5px;
}

.footer-mobile>div>div:first-child {
    border-right: 1px solid #303030;
}

.container-fluid {
    margin-bottom: 85px;
}

.robot-background-fault, .disconnected-color {
    background-color: red;
}

.robot-background-operation{
    background-color: green;
}

.robot-background-stand_by, .robot-background-mapping, .problem-color {
    background-color: orange;
}

.connected-color{
    background-color: var(--success);
}

.battery-charge {
    width: 25px;
}

.left-arrow {
    width: 50%;
    margin-top: -5px;
}

.div_parameters {
    background-color: white;
    color: #000000;
    width: 100%;
    font-size: 19px;
    margin-bottom: 5px;
    padding: 10px;
}

.div_parameters a {
    display: block;
    color: #000000;
}

.col-battery {
    font-size: 19px;
    border-right: 3px solid #d4d4d4;
}

/* Custom switch */

.custom-switch .custom-control-label::before {
    height: 18px;
    width: 40px;
    background-color: #b3b3b3;
}

.custom-control-input:checked~.custom-control-label::before {
    background-color: #689e39;
    border-color: #689e39;
    height: 19px;
    width: 40px;
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: #e9ecef;
}

.custom-switch .custom-control-label::after {
    height: 25px;
    width: 25px;
    border-radius: 13px;
    top: 1px;
    border: 1px solid #303030;
    background-color: #b3b3b3 !important;
    left: -40px;
}

.custom-control-input:checked~.custom-control-label::after {
    left: -22px;
    background-color: #689e39 !important;
}

hr {
    border-top: 4px solid rgba(0, 0, 0, 0.1);
}

#teleoperation_robot hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

h3 {
    margin-top: -3px;
}

.header_planning {
    border: 2px solid #000000;
    background-color: #c9c9c9;
    color: #000000;
    text-align: center;
}

.body_planning {
    background-color: #c9c9c9;
    border-bottom: 1px solid #b3b3b3;
    color: #000000;
}

.body_planning i {
    font-size: 30px;
}

.modal_launch_trajectory, .modal_alert, .modal_start_planif, .modal_stop_planif {
    background-color: rgb(48 48 48 / 50%);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
}

.body_launch_trajectory, .body_modal_alert, .body_modal_start_planif, .body_modal_stop_planif {
    background-color: #f9f9f9;
    width: 70%;
    height: 30%;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.body_modal_alert, .body_modal_stop_planif {
    background-color: red;
}

.body_modal_start_planif {
    background-color: green;
}

#joyDiv {
    margin: auto;
    width: 200px;
    height: 200px;
    position: relative;
}

#hideJoyDiv {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #585858cc;
    display: flex;
}

#hideJoyDiv div {
    margin: auto;
    color: red;
    font-size: 27px;
    text-align: center;
    text-transform: uppercase;
}

.div_dock {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #585858;
}

.div_dock span {
    color: #c9c9c9 !important;
}

.div_image_dock {
    height: 35px;
    width: 35px;
    background-color: white;
    border-radius: 40px;
    margin-bottom: 5px !important;
    padding: 3px;
}

.div_image_dock img {
    height: 30px;
}

.div_dock i {
    font-size: 40px;
    color: white;
    padding-top: 5px;
}

.start_planif, .stop_planif, #go_to_dock, #exit_dock {
    border-radius: 0 !important;
    box-shadow: none !important;
}

.start_planif:hover, .stop_planif:hover, #go_to_dock:hover, #exit_dock:hover {
    box-shadow: none !important;
}

#go_to_dock, #exit_dock, #btn_stop_robot {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

#btn_stop_robot i {
    margin-bottom: 5px;
}

#teleoperation_robot :not(.div_dock) :not(.close) button, #div_pump_one_robot button {
    width: 40px;
    height: 40px;
    padding: 5px !important;
}

#div_operation_state img {
    width: 20px;
}

.more_options_list_robots, .more_options {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.more_options {
    top: -4px;
    right: -11px;
    width: 30px;
    height: 30px;
}

button.dropdown-item-mobile {
    font-size: 16px !important;
}

.dropdown-item-mobile img {
    margin-top: -1px;
}

.button_change_language_mobile{
    background-color: white;
    border: none;
    padding-left: 0;
    width: 100%;
    text-align: left;
}

.robot_status{
    display: flex;
    align-items: center;
}

.circle_status_robot{
    width: 20px;
    height: 20px;
    border: 2px solid black;
    border-radius: 100%;
    margin-top: -2px;
}

.logo_mobile_robot{
    max-width: 50%;
}