/*================================================================================
	Item Name: Robust - Responsive Admin Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

/* total width */
::-webkit-scrollbar {
    background-color:transparent;
    width:16px
}

/* background of the scrollbar except button or resizer */
::-webkit-scrollbar-track {
    background-color:transparent
}

/* total width */
.scrollbar-white-background::-webkit-scrollbar {
    background-color:white;
    width:16px
}

/* background of the scrollbar except button or resizer */
.scrollbar-white-background::-webkit-scrollbar-track {
    background-color:white
}

/* scrollbar itself */
::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:5px solid transparent;
    background-clip: padding-box;
}

::-webkit-scrollbar-thumb:hover {
    background-color:#a0a0a5;
    border:4px solid transparent;
    background-clip: padding-box;
}

/* set button(top and bottom of the scrollbar) */
::-webkit-scrollbar-button {
    display:none
}

/* gmaps footer*/
a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none;
}

.timePeriodBarContainer{
    border: 1px solid #D9D9FF;
    height:100%;
    padding: 3px 0px 3px 0px;
    border-radius: 21px;
    width: 100%;
    white-space: nowrap;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.btn.btn-round
{
    border-radius: 21px !important;
}

.timePeriodBarContainerBorderless{
    /* border: 1px solid #D9D9FF; */
    height:100%;
    padding: 3px 0px 3px 0px;
    border-radius: 21px;
    width: 100%;
}

.barContainerBorderLess{
    height:40px;
    padding: 3px;
}

.timePeriodBar{
    color: #666666;
    border-color: transparent;
    background-color: transparent;
    height: 36px !important;
    flex: 1 1; 
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    margin-left: 3px;
    margin-right: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
}

.timePeriodBar:disabled{
    color: #A9A9A9
}

button:focus {outline:0;}


.timePeriodBar:not(:disabled):hover{
    background-color:#D9D9FF;
    color: #010165 !important;
    border-color:transparent;
    border-radius: 22px !important;
    outline: none;
    cursor: pointer;
}

.timePeriodBar:not(:disabled):not(.disabled).active{
    border-color:transparent !important;
    background-color:#D9D9FF;
    color: #010165 !important;
    font-weight: bold;
    border-radius: 22px !important;
    outline: none;
}

.timePeriodBar:active{
    background-color:#D9D9FF !important;
    border-color:transparent !important;
}

.timePeriodBarBorderless{
    color:darkgrey;
    border-color:transparent;
}

.timePeriodBarBorderless:hover{
    background-color:darkgrey;
    border-color:transparent;
}

.timePeriodBarBorderless:not(:disabled):not(.disabled).active{
    background-color:darkgrey;
    border-color:transparent;
}

.timePeriodBarBorderless:active{
    background-color:darkgrey !important;
    border-color:darkgrey !important;
}

.exportBtn{
    background-color:darkgrey !important;
    border-color:darkgrey !important;
}

.exportBtn:hover{
    background-color:darkgrey !important;
    border-color:darkgrey !important;
}
.exportBtn:active{
    background-color:grey !important;
    border-color:grey !important;
}

.exportBtnDiv{
    display:flex;
    justify-content:flex-end;
}

.paginationTable{
    display:flex;
    justify-content:center;
}

.parkingInTable, .zoneInTable, .allUsersInTable, .internalCocospotIdColumn, .streetInTable{
    color:#3bafda;
    cursor: pointer;
}

.timePeriodBarParkingList{
    display:flex;
    justify-content:flex-end;
}

#parkingTable th { font-size: 15px; }
#parkingTable td { font-size: 15px; }

.metricTitleDiv{
    font-weight:600;
    font-size:1.12rem;
    border-radius:5px;
}

.spRealTimeData{
    font-size:30px;
    font-weight:600;
}

.spGraphTimePeriodBar{
    display:flex;
    width:100%;
    justify-content:flex-end;
}

table.dataTable tbody td {
  vertical-align: middle;
}

.darkgreyBtn{
    background-color:darkgrey;
    border-color:darkgrey;
}

.darkgreyBtnOutlineDash{
    border: 1px dashed darkgrey;
}

.spMetricChoiceDiv{
    display:flex;
    width:100%;
    justify-content:flex-end;
}

.spRealTimeCardAlignment{
    height:633px;
    display:flex;
    justify-content:center;
}

.citylogo{
    margin-right: 30px;
}

.caisson{
    background-color: #F5F5F5;
}

.carousel-control-spec{
    color: black;
}

.carousel-indicators li::after{
    background-color: grey;
    border-radius: 10px;
}

.hardcodedTableSpan{
    display:none;
}

.liveIndic .liveIndic_svg
{
    display: flex;
    align-items: flex-start;
    margin-top: 3px;
}

.liveIndic_svg_first
{
    animation-duration: .5s;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
}

.liveIndic_svg_second
{
    animation-duration: .5s;
    animation-delay: .25s;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
}


@keyframes liveIndicAnimOpacity
{
    0%{opacity: 1;}
    50%{opacity: .2;}
    100%{opacity: 1;}
}

.liveIndic_svg svg
{
    width: 12px;
}

.fontsize1dot4rem{
    font-size:1.4rem !important;
}

.fontsize1dot1rem{
    font-size:1.1rem !important;
}

.userPermissionsTable{
    text-align:center;
}

.positionRelative{
    position:relative !important;
}

.dashboard_metric_value_div{
    display:flex;
    height:50%;
    justify-content:center;
    align-items:center;
    margin-bottom:0;
}

.dashboard_M-1_N-1_div{
    display:flex;
    height:35%;
    align-items:center;
    justify-content:center;
    flex-direction:column;
}

.metricTitleSpan{
    padding:0.3rem;
    border-radius:5px;
}

.wrongLoginMsg{
    display:none;
    color:#FA0000;
}

.displayNone {
    display:none;
}

.placeholderStyle, .placeholderStyle::placeholder{
    color:#000 !important;
    font-weight:600;
}

.placeholderStyleUserProfil::placeholder{
    color: grey !important;
    font-weight:600;
}

.placeholderStyleUserProfil {
    color: #000 !important;
    font-weight:600;
}

.placeholderLight::placeholder{
    color:#C0C0C0 !important;

}

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

.row-selected{
    background-color:#acbad4 !important;
}

.cocospotStateColumn{
    font-weight:800;
    font-size:1.10rem;
}

.cocospotChargeColumn{
    font-weight:600;
}

.cocospotAllOkColumn{
    text-align: center;
}


.input_login {
    outline: none;
    border-style: hidden;
    width: 90%;
    background-color: #F5F5F5;
    margin-left: 0.8em;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    background: transparent;
    font-family: "Roboto";
    font-style: normal;
    font-weight: bold;
    font-size: 16px;

}

.input_login_box {
    outline: none;
    background-color: #F5F5F5;
    border-radius: 10px;
    border-style: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 40px;
    width: 100%;
}

.input_modal{
    outline: none;
    background: transparent;
    font-family: "Roboto";
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    background-color: #F5F5F5;
    border-radius: 10px;
    border-style: hidden;
    height: 40px;
    width: 100%;
    padding: 0.8em;
}

.input_modal:focus-within{
    border: 2px solid #1FA901;
    background-color: white;
}

.input_login_box:focus-within{
    border: 2px solid #1FA901;
    background-color: white;
}

.icon_input {
    margin-right: 0.8em;
    color: #DDDDDD;
}

.input_login_box:focus-within .icon_input{
    color: #1FA901;
}

.input_login::placeholder{
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #DDDDDD;
}

.password_link{
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 13px;
    color: #DDDDDD;
}

.password_link:hover {
    font-style: italic;
    text-decoration-line: underline;
    color: #1D2B36;
}

.btn_login {
    border-style: hidden;
    width: 100%;
    height: 40px;
    background: linear-gradient(270deg, #68C91C 0%, #1FA901 100%);
    box-shadow: 1px 1px 4px #C4C4C4;
    border-radius: 10px;  
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: white;

}

.btn_login:hover {
    background: linear-gradient(270deg, #1FA901 0%, #68C91C 100%);
    transition: .5s ease-out 0;
    cursor: pointer;
}

.btn_login:focus {
    outline: none;
}

.demo_btn_login {
    height: 40px;
    border: 2px solid #7F7FFF;
    box-sizing: border-box;
    border-radius: 10px;    
    font-family: "Roboto";
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #7F7FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.demo_btn_login:hover {
    background-color: #7F7FFF;
    color: white;
}

.purpleHover:hover {
    color: var(--primary);
    transform: scale(1.3);
}

.purpleSelected {
    color: var(--primary);
    transform: scale(1.3);
}

#first_session_msg{
    display:none;
    flex-direction: row;
}

.swal-title {
    margin: 0px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.21);
    margin-bottom: 28px;
    font-family: "Roboto", sans-serif; 
    font-style: normal; 
    font-weight: 900; 
    font-size: 30px; 
    color: #082E00;
  }


/*
#setupImageCanvas, #setupImage{
    max-height: 400px
}
*/

.pointer-on-hover{
    cursor: pointer;
}

.grid-container-cocospot-settings {
    width: 80%;
    display: grid;
    grid-gap: 42px 14px;
    grid-template-columns: auto auto auto auto auto;
}
  
.grid-item-cocospot-settings {
    text-align: center;
}

.grid-item-cocospot-settings-button{
    align-self: end;
}

.item10{
    grid-column: span 3
}

.grid-cocospot-setting-inline-wrapper{
    display: grid;
    grid-gap: 42px 14px;
    grid-template-columns: auto auto auto;
}

.grid-cocospot-setting-inline-item{
    align-self: start;
}

@media screen and (max-width: 500px){
    .grid-container-cocospot-settings {
        width: 100%;
        grid-template-columns: auto;
        grid-gap: 14px 14px;
    }

    .grid-item-cocospot-settings {
        text-align: center;
    }

    .item10{
        grid-column: span 1
    }

    .grid-cocospot-setting-inline-wrapper{
        display: grid;
        grid-template-columns: auto;
        grid-gap: 14px 14px;
    }
}

.cocospot-actual-settings-text{
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 0px;
}

#setupImageContainer{
    width: 60%;
    margin-left: 21px;
    display: flex;
    justify-content: center;
}

#actualImageDisplayed{
    max-width: 100%;
    height: 100%;
    display: none;
}

#actualImagePlaceholder{
    max-width: 100%;
    height: 100%;
}

#simulationButtonsDiv{
    width: 40%;
}

#cocospotListDropdown{
    width: 37%;
}

.wrap-text{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; 
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.outline-success-input::placeholder {
    color: #bdbdbd;
    font-size: 1rem
}

.outline-success-input {
    color: #37bc9b !important;
    font-size: 1rem
}

.outline-grey-input {
    color: #9e9e9e !important;
    border-color: #9e9e9e;
    font-size: 1rem
}

.text-rigth-input:disabled {
    background-color: white;
    border-color: #eae8e8 !important
}

.simulationButtons:disabled:hover{
    background-color: #bdbdbd !important;
}

.simulationButtons:disabled{
    background-color: #bdbdbd !important;
}

.actionButtonSimulation{
    display: flex;
    flex-direction: row;
}

.simulationContainerDiv{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 1024px){
    .actionButtonSimulation{
        flex-direction: column;
    }

    .actionButtonSimulation button{
        width: 100% !important;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 600px){
    #setupImageContainer{
        width: 100%;
        margin-left: 0px;
        margin-top: 21px;
    }
    
    #simulationButtonsDiv{
        width: 100%;
    }

    .simulationContainerDiv{
        display: flex;
        flex-direction: column !important;
    }
}

#detectionImageResult{
    display: flex;
    justify-content: center;
    align-items: center;
    position:fixed;
    z-index: 2999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(0,0,0, 0.7);
    visibility: hidden;
}

#detectionImageContainer{
    max-width: 70%;
    height: auto;
    background-color: white;
}

#detectionCocospotIdText{
    font-family: "Roboto";
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
}

#detectionCocospotModel{
    font-family: "Roboto", sans-serif;
    font-style: italic;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
}

#detectionCocospotParams{
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    margin: 0px;
}

.detectionButton{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 40px;
}

.detectionButton span{
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
}

#maintenanceScreenContainer{
    display: flex; 
    justify-content: center; 
    align-items: center; 
    height: 100vh;
}

.maintenanceScreenWhiteDiv{
    background: #FFFFFF; 
    box-shadow: 4px 4px 6px -1px rgba(196, 196, 196, 0.6); 
    border-radius: 26px; 
    padding: 50px; 
    width: 50%; 
    max-width: 340px !important; 
    display: flex; 
    flex-direction: column; 
    justify-content: space-between; 
    align-items: center;
}

.maintenanceScreenTitle{
    font-family: "Roboto"; 
    font-style: normal; 
    font-weight: 700; 
    font-size: 30px; 
    margin: 0px; 
    margin-bottom: 15px;
}

.maintenanceScreenText{
    font-family: "Roboto"; 
    font-style: normal; 
    font-weight: 500; 
    font-size: 18px;
    margin: 0px;
    margin-bottom: 10px;
}

.mailToSupport{
    text-decoration: none;
    color: black;
    font-family: "Roboto"; 
    font-style: italic; 
    font-weight: 300; 
    font-size: 14px;
}

.maintenanceScreenLogo{
    width: 230px; 
    margin-top: 70px;
}

@media screen and (max-width: 600px){
    .maintenanceScreenTitle{
        font-family: "Roboto"; 
        font-style: normal; 
        font-weight: 700; 
        font-size: 28px;  
    }
    
    .maintenanceScreenText{
        font-family: "Roboto"; 
        font-style: normal; 
        font-weight: 500; 
        font-size: 18px;
    }

    .maintenanceScreenWhiteDiv{
        padding: 30px; 
        width: 80%; 
    }

    .maintenanceScreenLogo{
        margin-top: 30px;
    }

}

.stepper-card{
    background: #FFFFFF;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15) !important;
    border-radius: 6px;
    margin-bottom: 12px !important;
}

.disabled-section{
    background: #F3F3F3;
    border-radius: 6px;
    margin-bottom: 12px !important;
}

.disabled-section .stepper-card-header .icon-stepper {
    font-size: 24px;
    color: #B2B2B2;
    margin-right: 15px;
}

.disabled-section .stepper-card-title{
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #B2B2B2;
}

.disabled-section .ft-plus{
    color: #B2B2B2;
}

.disabled-section .plus-title{
    cursor: default;
}

.stepper-card-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px;
}

.stepper-card-header h4 {
    margin: 0px;
}

.stepper-card-header .icon-stepper {
    font-size: 24px;
    color: #808080;
    margin-right: 15px;
}

.icon-stepper-light-primary{
    color: #E9E3F8 !important;
}

.stepper-card-title{
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #808080;
}

.stepper-section-title{
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}

.stepper-title{
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #1D2B36;
}

.stepper-title-recurrent{
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 19px;
    color: #1D2B36;
}

.stepper-subtitle{
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #B3B3B3;
    margin: 0px;
}

.stepper-subtitle.stepper-italic{
    font-style: italic;
}

.stepper-slot-id{
    font-family: "Roboto";
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    color: #1D2B36;
}

.stepper-slot-type{
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #BFBFBF;
}

.rounded-divider {
    border-top: 1px solid #bbb;
    border-radius: 5px;
    height: 1px;
    width: 100%;
    margin: 20px 0px;
}

.picker__footer{
    display: none;
}

.custom_analysis_calendar_button{
    color: darkgrey;
    background-color: white;
    border: 1px solid darkgrey;
}

.custom_analysis_calendar_button:hover{
    background-color: darkgrey;
    color: white;
    border: 1px solid darkgrey;
}

.custom_analysis_calendar_button.active{
    background-color: darkgrey;
    color: white;
    border: 1px solid darkgrey;
}

.vehicle-bar-button{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    border: none;

    width: 200px;
    height: 50px;

    background-color: white;
    border-radius: 4px;
    color: #666666;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
}

.vehicle-bar-button:hover{
    background-color: #D9D9FF;
    color: #010165;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}

.vehicle-bar-button span{
    margin-right: 10px;
}

.vehicle-bar-button.selected{
    background-color: #D9D9FF;
    color: #010165;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
}

.vehicle-bar{
    background-color: white;
    box-shadow: 0px 2px 8px rgba(0, 35, 51, 0.2);
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    padding: 3px;
}

.wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    grid-template-areas:
    "a b b b"
    "c d e e"
    "f g h h"
    "i . . .";
    align-items: center;
}

@media screen and (max-width: 767px){
    .wrapper {
        grid-template-columns: 1fr;
        grid-template-areas:
        "c"
        "f"
        "i"
        "b"
        "d"
        "g"
        "e"
        "h";
    }
    .echart-container{
        height: 250px !important;
        width: 300px !important;
    }
    .barContainerBorderLess{
        height: 100%;
    }
    .box-stat{
        margin-bottom: 20px;
    }
    .box-moyenne, .box-moyenne-data{
        border: none !important;
    }
    .vehicle-bar{
        flex-direction: column;
    }
    .box-stat-data{
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px){
    .wrapper {
        /* display: block; */
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-areas:
        "c d"
        "f g"
        "i ."
        "b b"
        "e e"
        "h h";
        align-items: center;
    }
    .echart-container{
        height: 500px !important;
        width: 600px !important;
    }
    .barContainerBorderLess{
        height: 100%;
    }
    .box-stat{
        margin-bottom: 20px;
        margin-top: 20px;
        /* padding-left: 20px; */
    }
    .box-stat-data{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .box-time-bar{
        margin-top: 20px;
    }
}

.box-time-bar{
    grid-area: b;
    padding-left: 40px;
    padding-right: 20px;
    margin: 15px 20px;
    width: 100%;
}

.box-real-time{
    grid-area: c;
    padding: 20px;
}

.box-real-time-data{
    grid-area: f;
    padding: 20px;
    height: 100%;
}

.box-moyenne{
    grid-area: d;
    /* border-left: 1px solid #DDDDDD; */
    vertical-align: middle;
    padding: 20px;
}

.box-moyenne-data{
    grid-area: g;
    border-left: 1px solid #DDDDDD;
    height: 100%;
    padding: 20px;
}

.box-stat{
    grid-area: e;
    /* padding-left: 20px; */
}

.box-stat-data{
    grid-area: h;
}

.box-real-time-subtitle{
    grid-area: i;
    text-align: center;
    font-size: 0.9rem;
}

.white-card{
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 18px;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.white-card-reply{
    background-color: rgba(150, 122, 220, .1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 18px;
    border-radius: 6px;
}

.white-card-contact{
    background-color: white !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 18px !important;
    border-radius: 10px;
    border-left: 10px solid var(--primary);
}

.card-box-shadow{
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.2) !important;
    border-radius: 10px;
}


.white-card.selected-metric{
    background-color: #F2F2FF;
    box-shadow: none;
}

.white-card li{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #555555;
    margin-bottom: 24px;
}

.white-card li:last-child{
    margin-bottom: 0px;
}

.box-real-time-data > div{
    flex: 1 1 auto;  
    margin-bottom: 20px;
}

.box-moyenne-data > div {
    flex: 1 1 auto;  
    margin-bottom: 20px;
}

.input-calendar-icon{
    border: 1px solid #D9D9FF;
    background-color: #D9D9FF; 
    color: #010165;
}

.input-calendar-icon-right{
    border: 1px solid var(--primary);
    background-color: #E9E3F8; 
    color: var(--primary);
    border-radius: 0 0.18rem 0.18rem 0 !important;
}

.input-calendar{
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    background-color: white !important; 
    border-radius: 0 0.18rem 0.18rem 0 !important; 
    border: 1px solid #D9D9FF;
    color: #010165;
}

.input-calendar-right{
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    background-color: white !important; 
    border-radius: 0.18rem 0 0 0.18rem !important; 
    border: 1px solid var(--primary);
    color: var(--primary);
}

.input-calendar-right-purple{
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    background-color: white !important; 
    border-radius: 0.18rem 0 0 0.18rem !important; 
    border: 1px solid #D9D9FF;
    color: #010165;
}

.input-calendar::placeholder{
    color: darkgrey;
}

.event-list-category-div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}


.event-card{
    background: #FFFFFF;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15) !important;
    border-radius: 6px;
    margin-bottom: 12px !important;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px;
}

.event-category-title{
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 23px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.01em;
    color: #1D2B36;
}

.event-card-title{
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 22px;
    display: flex;
    align-items: flex-end;
    text-align: center;
    margin: 0px;
    color: #1D2B36;
}

.event-card-content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.recurrent-event-pill{
    height: 45px;
    width: 45px;
    background: rgba(127, 127, 255, 0.3);
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #7F7FFF;
}

.fixed-event-pill{
    height: 45px;
    width: 45px;
    background: rgba(255, 193, 7, 0.1);
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFC107;
}

.manual-event-pill{
    height: 45px;
    width: 45px;
    background: rgba(40, 208, 148, 0.15);
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #28D094;
}

.time-event-pill{
    height: 45px;
    width: 45px;
    background: #F5F5F5;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #A9A9A9;
}

.primary-pill{
    background: #967adc;
}

.success-pill{
    background: #37bc9b;
}

.delete-event-pill{
    background: lightgray;
}

.event-pill{
    height: 30px;
    width: 30px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    margin: 3px;
    cursor: pointer;
}

.event-card-date{
    font-family: "Roboto";
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    margin: 0px;
    color: #666666;
}

.expanded-row-text{
    font-family: "Roboto";
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    margin: 0px;
    color: #1A1A1A;
    padding-top: 5px;
    padding-bottom: 5px;
}

.event-card-date-light{
    font-weight: normal;
}

.event-list-container{
    max-height: 650px;
    width: 100%;
    overflow-y: scroll;
    padding-left: 21px;
    padding-right: 21px;
}

.event-modification-container{
    height: 650px;
    width: 100%;
    overflow-y: scroll;
    padding-left: 21px;
    padding-right: 21px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

#background-modal-deactivate-slot{
    display: flex;
    justify-content: center;
    align-items: center;
    position:fixed;
    z-index: 2999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(0,0,0, 0.7);
    visibility: hidden;
}

#modal-container{
    max-width: 70%;
    height: auto;
    background-color: white;
    min-width: 500px;
    padding: 24px;
    border-radius: 5px;
}

.modal-content-small{
    max-width: 70%;
    height: auto;
    background-color: white;
    min-width: 500px;
    padding: 24px;
    border-radius: 5px;
    border: none;
}

.modal-title{
    font-family: "Roboto";
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #555555;
}

.outline-grey-input::placeholder {
    color: #bdbdbd;
    font-size: 1rem
}

.yellow-button{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: rgba(255, 193, 7, 0.1);
    border-radius: 25px;
    border: none;
    height: 40px;
    padding: 0px 21px;
    color: #FFC107;
}

.yellow-pill{
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 193, 7, 0.1);
    border-radius: 25px;
    border: none;
    height: 40px;
    width: 40px;
    color: #FFC107;
}

.yellow-button:hover{
    border: 1px solid #FFC107;
}

.purple-button{
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(127, 127, 255, 0.3);
    border-radius: 25px;
    border: none;
    height: 40px;
    padding: 0px 21px;
    color: #7F7FFF;
}

.purple-pill{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: rgba(127, 127, 255, 0.3);
    border-radius: 25px;
    border: none;
    height: 40px;
    width: 40px;
    color: #7F7FFF;
}

.purple-button:hover{
    border: 1px solid #7F7FFF;
}

.dropdown-menu.show.purple-outlined-dropdown{
    width: 100%;
}

.dropdown-item:active{
    background-color: var(--primary);
}

.purple-outlined-dropdown-button{
    border-color: var(--primary);
    color: var(--primary);
}

.purple-outlined-dropdown-button:hover, .purple-outlined-dropdown-button:active,  .purple-outlined-dropdown-button:focus{
    background-color: var(--primary) !important;
}

.grey-outlined-dropdown-button{
    border-color: #9e9e9e;
    color: #9e9e9e;
    background-color: white;
}

.grey-outlined-dropdown-button:hover, .grey-outlined-dropdown-button:active,  .grey-outlined-dropdown-button:focus{
    background-color: #9e9e9e !important;
    color: white !important;
}

.recap-subtitle{
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #A9A9A9;
    margin: 0px;
}

.in-range{
    background-color: #E9E3F8 !important;
}

.start-date, .end-date{
    background-color: var(--primary) !important;
}

.event-icon-pencil, .event-icon-save{
    margin-left: 5px; 
    color: #A9A9A9;
    cursor: pointer;
}


.event-icon-pencil:hover, .event-icon-save:hover{
    transform: scale(1.2);
    color: var(--primary);
}


.event-icon-pencil-hover:hover{
    transform: scale(1.2);
    color: #48c9a9;
}

.event-icon-lock{
    color: #DDDDDD;
    margin-left: 3px;
}

.day-item, .cocospot-item{
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #A9A9A9;
    margin-left: 14px;
}

.day-grid-container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
}


input[type="time"]::-webkit-calendar-picker-indicator {
  display: none;
}

.day-time-title{
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #666666;
    margin: 0px;
    width: 30%;
    padding: 0px;
}


.checkbox-text{
    font-family: 'Muli';
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;    
    color: #666666;
}

.input-displaysign{
    background-color: #1D2B36;
    border: none;
    height: 40px;
    text-align: center;
    color: white;
    width: 70%;
    border-radius: 3px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
}

.purple-button-square{
    background-color: var(--primary);
    color: white;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.purple-button-square:hover{
    background-color: #7e5cd4;
}

.purple-button-round{
    background-color: #7F7FFF;
    color: white;
    border-radius: 999px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.purple-button-round:hover{
    background-color: #7B61FF;
}

.notification-subtitle{
    font-family: "Roboto";
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #B3B3B3;
    max-width: 400px;
    margin-top: 20px;
}

.create-contact-input{
    height: 40px;
    width: 100%;
    margin-bottom: 20px;
    padding: 21px;
}

.contact-box{
    height: 42px ;
    border: 1px solid #7F7FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 21px;
    padding-right: 21px;
    border-radius: 3px;
    color: #7F7FFF;
    margin-bottom: 21px;
    text-align: center;
}

.no-margin{
    margin: 0px;
}

.event-icon-save:hover{
    color: #7F7FFF;
}

.input-modification{
    border: 1px solid #7F7FFF;
    border-radius: 3px;
}


.input-modification.cocospot-status-message{
    color: #7F7FFF;  
}

.input-modification:disabled{
    background-color: white;
    text-align: right;
    border: none;
    border-radius: 0px;
}

#over-map-container{
    position: absolute; 
    right: 42px; 
    top: 50%; 
    z-index: 99;
    transform: translateY(-50%);
    max-height: 80%;
    padding: 0px;
    max-width: 328px;
}

.cocospot-status-message{
    font-family: "Roboto";
    font-style: italic;
    font-weight: 300;
    font-size: 17px;
    line-height: 20px;
    color: #28D094;
}


.modal-container{
    display: flex;
    justify-content: center;
    align-items: center;
    position:fixed;
    z-index: 2999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(0,0,0, 0.7);
    visibility: hidden;
}

.status-subtitle{
    font-family: "Roboto";
    font-style: italic;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #DDDDDD;
    text-align: end;
    margin-top: 14px;
    cursor: pointer;
}

.status-subtitle:hover, .status-subtitle.highlight{
    text-decoration: underline;
    color: #555555;
}

.unselected-filter{
    opacity: 0.4;
}

.noUi-connect{
    background-color: var(--primary);
}

[disabled] .noUi-connect{
    background: var(--primary);
}

.noUi-handle{
    border-color: var(--primary);
    cursor: grab;
}

#slider-date{
    background-color: #BCAAE9 !important;
}

#slider-date .noUi-connects {
    border-radius: 8px;
}

#slider-date .noUi-connect {
    background-color: #522EAE;
}

#slider-date .noUi-handle{
    width: 22px;
    height: 22px;
    border-width: 5px;
    top:-4px !important;
    border-color: #522EAE;
}

.contact-item{
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #666666;
    margin-left: 14px;
    margin-bottom: 0px;
}

.input-threshold:disabled{
    background-color: rgba(0, 0, 0, 0);
    border: none;
}

.threshold-card-comparison{
    font-family: "Roboto";
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    color: #7F7FFF;
    border: 1px solid #7F7FFF;
    padding: 20px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}

.threshold-card-value{
    font-family: "Roboto";
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    background-color: #7F7FFF;
    color: white;
    padding: 20px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}

.threshold-card-message, .sign-value-input{
    font-family: "Roboto";
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    background-color: black;
    color: white;
    padding: 20px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    border: none;
}


.sign-text{
    font-family: "Roboto";
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    color: white;
}

input:focus.sign-value-input{
    outline: none;
}

.close-card-button{
    background-color: #C4C4C4;
    height: 24px;
    width: 24px;
    border-radius: 12px;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.2);
    position: absolute;
    right: -12px;
    top: -12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.close-card-button-inside{
    position: absolute;
    right: 6px;
    top: 6px;
    color: white; 
    cursor: pointer;
    font-size: 24px;
}

.close-card-button span{
    color: white; 
    cursor: pointer;
    font-size: 18px;
}

#add-threshold-card, #add-cocospot-picture, #add-sign-picture{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: #F5F5F5;
    border-radius: 12px;  
    height: auto;
}

#threshold-comparison-dropdown-button{
    font-family: "Roboto";
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
}

.outline-purple-input{
    height: 40px;
    border: 1px solid var(--primary);
    border-radius: 3px 0px 0px 3px;
    color: var(--primary);
    padding: 21px;
    font-weight: 800;
    font-size: 16px;
}

.outline-purple-input:focus{
    outline: none;
}

.outline-purple-input::placeholder{
    font-family: "Roboto";
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    color: var(--primary);
}

@media screen and (max-width: 375px){
    .lastPicsSwitch{
        display: none;
    }

    .lastPicsSwitchExtraSmallScreenContainer{
        display: flex !important;
    }
}

.lastPicsSwitchExtraSmallScreenContainer{
    display: none;
}


/* update wizzard stepper style */
.app-content .wizard > .steps .step{
    background-color: #f3f3f3;
}

.app-content .wizard > .steps > ul > li.current .step{
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.app-content .wizard.wizard-circle > .steps > ul > li:before,
.app-content .wizard.wizard-circle > .steps > ul > li:after
{
    top: 33px;
    height: 5px;
}

.app-content .wizard.wizard-circle > .steps .step
{
    width: 30px;
    height: 30px;
}

/* mobile style for wizzard stepper */
@media (max-width: 768px)
{
    .app-content .wizard > .steps > ul
    {
        display: inline-flex;
    }
    .app-content .wizard > .steps > ul > li:first-child:before
    {
        content: none !important;
    }
    .app-content .wizard > .steps > ul > li:last-child:after
    {
        content: none !important;
    }
}

.app-content .wizard > .actions{
    display: flex;
    justify-content: center;
}

.app-content .wizard > .actions > ul{
    width: 90%;
    display: flex;
    justify-content: space-between;
}

.app-content .wizard > .actions > ul > li > a
{
    display: block;

    padding: 7px 12px;

    color: #fff;
    border: 1px solid transparent; 
    border-radius: 999px;
    background: #967adc;
}

.app-content .wizard > .actions > ul:after
{
    display: none;
}



.app-content .wizard > .actions > ul > li > a[href='#previous']
{
    color: #967adc;
    border: 1px solid #967adc; 
    background-color: white;
}

.app-content .wizard > .actions > ul > li.disabled > a[href='#previous']
{
    color: #f1f1f1;
    border: 1px solid #f1f1f1; 
    background-color: white;
}

.tips-subtitle{
    text-decoration: underline;
    cursor: pointer;
}

.tips-subtitle:hover{
    color: #666666;
}

.marker-positionned-status{
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #DDDDDD;
}

.save-calibration-option-button:hover{
    border: 2px solid #967adc;
}

.save-calibration-option-button:hover .stepper-title,.save-calibration-option-button:hover  .material-icons-round{
    color: #967adc;
}

.selected-save-calibration-option{
    border: 2px solid #967adc;
    color: #967adc;
}

.selected-save-calibration-option .stepper-title{
    color: #967adc;
}

#backgroundMarkerjs2{
    display: flex;
    justify-content: center;
    align-items: center;
    position:fixed;
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(0,0,0, 0.7);
    visibility: hidden;
}

.action-history-input{
    border: 1px solid #967adc;
    padding: 8px;
    width: 100%;
    border-radius: 3px;
    color: #967adc;
}

.action-history-input::placeholder{
    color: #967adc;
    font-style: italic;
}

.card-header .heading-elements-toggle
{
    top: 0px;
    right: 0px; 
    padding: 20px;
}

.custom-color-div{
    border: 1px solid lightgray; 
    background-color: white; 
    position: absolute; 
    top: 65px; 
    left: 0px; 
    z-index: 10; 
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.custom-color-div>* {
    margin: 4px;
    cursor: pointer;
    height: 20px;
    width: 20px;
}

.input-icons span {
    position: absolute;
    font-size: 26px;
    color: #9e9e9e;
}

.input-icons-right span {
    position: absolute;
    right: 0px;
    font-size: 26px;
    cursor: pointer;
}
  
.icon {
    padding: 8px;
    text-align: center;
}

.icon-right-input {
    padding: 8px;
    text-align: center;
    cursor: pointer;
    color: #9e9e9e;
    font-size: 26px;
}

.icon-right-input:hover{
    color: var(--primary);
}

.input-field-right, .input-field-right:focus {
    width: 100%;
    text-align: left;
    margin: 0px !important;
    border: none;
    background-color: transparent;
    padding-right: 0px;
}
  
.input-field {
    width: 100%;
    padding: 10px;
    padding-left: 40px;
    text-align: left;
    margin: 0px !important;
}

.input-field::placeholder, .input-field-right::placeholder{
    color: #9e9e9e;
}

.specific-hashtag{
    color: #666666;
    background-color: #F5F5F5;
    padding: 0px 10px;
    border: 1px solid #F5F5F5;
    margin: 0px;
    padding: 2px 15px;
}

.specific-hashtag-orange{
    color: #ffb22c;
    background-color: rgba(255, 209, 128, 0.3);
    padding: 0px 10px;
    border: 1px solid #ffb22c;
    margin: 0px;
    padding: 2px 15px;
    font-weight: 600;
}

.specific-hashtag-orange.recurrent-event-inactive{
    background-color: white;
}

.specific-hashtag-grey{
    color: #666666;
    background-color: #F5F5F5;
    padding: 0px 10px;
    border: 1px solid #F5F5F5;
    margin: 0px;
    padding: 2px 15px;
}

.specific-hashtag-orange.disabled-hashtag, .specific-hashtag-grey.disabled-hashtag{
    background-color: #F5F5F5;
    color: #C4C4C4 !important;
    border: 1px solid #F5F5F5;
    font-weight: 500;
}


.specific-hashtag-orange:hover:not(.disabled-hashtag){
    color: var(--primary);
    background-color: white;
    border: 1px solid var(--primary);
}

.specific-hashtag-success-selected{
    color: #28D094;
    background-color: rgba(40, 208, 148, 0.1);
    border: 1px solid #28D094;
    font-weight: 600;
}

.no-scroll-bar::-webkit-scrollbar {
    display: none;
}

.no-scroll-bar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.slider-label{
    border: 2px solid #522EAE;
    color: #522EAE;
    font-family: 'Roboto';
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.round-button-white{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: white;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    color: #DDDDDD;
}

.round-button-white:disabled{
    background-color: #DDDDDD;
    border: none;
    color: #F5F5F5;
    cursor: not-allowed;
}

.round-button-white span{
    font-size: 25px;
}

.round-button-white.active, .round-button-white:hover:not(:disabled){
    border: 3px solid var(--primary);
    color: var(--primary);
}

.badge-event-number{
    background-color: white;
    color: #522EAE;
    font-weight: 800;
}

.badge-event-number-purple{
    background-color: #F4F2FB !important;
    color: #522EAE;
    font-weight: 800;
}

.white-card-icon-container{
    width: 100%;
    display: flex;
    justify-content: end;
}

.white-card-icon{
    color: #C4C4C4;
    cursor: pointer;
}

.white-card-icon-purple{
    color: var(--primary);
    cursor: pointer;
}

.white-card-icon:hover{
    color: var(--primary);
}

.message-title{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.message-title-at, .contact-card-name{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 20px;
    color: #1D2B36;
    margin: 0px
}

.message-title-hashtag{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 20px;
    color: var(--primary);
}

.message-title-time, .contact-card-at{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #A9A9A9; 
    white-space:nowrap;
    margin: 0px
}

.contact-card-subtitle{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #1D2B36;
    margin: 5px 0px
}

.contact-card-grey{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #A9A9A9;
}

.message-text-at{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #1D2B36;
    background-color: rgba(150, 122, 220, .2);
    padding: 2px;
    border-radius: 5px;
}

.message-text-hashtag{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--primary);
    cursor: pointer;
}

.message-text{
    font-family: 'Roboto';
    font-style: normal;
    font-size: 16px;
}

#event-name-input, #event-name-input:focus, #event-name-input:active, #event-name-input:disabled{
    border: none;
    outline: none;
    background-color: transparent;
}

#event-prefix, .fixed-placeholder{
    font-family: 'Muli';
    font-weight: 400;
    font-size: inherit;
    line-height: 16px;
    color: #A9A9A9;
}

.grey-add-button{
    background-color: #F5F5F5;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    color: #55595c;
    cursor: pointer;
}

.grey-add-button-with-text{
    background-color: #F5F5F5;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    color: #55595c;
    cursor: pointer;
    padding: .75rem 1rem
}

.grey-add-button-with-text:hover{
    background-color: #DDDDDD;
    color: #666666;
}

.white-add-button{
    background-color: white;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    color: #55595c;
    cursor: pointer;
}

.noUi-tooltip.step-slider-label {
    display: none;
}

.noUi-active .noUi-tooltip.step-slider-label {
    display: block;
}

.purple-circle{
    height: 30px;
    width: 30px;
    background-color: var(--primary);
    border: 5px solid var(--primary);
    border-radius: 15px;
    z-index: 2;
}

.purple-circle.active-circle{
    background-color: white;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.contact-category-title{
    font-family: 'Muli';
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    color: white;
}

.contact-popover{
    background-color: #F5F5F5;
    border: none;
}

.contact-popover .arrow::before{
    border: none;
}
.contact-popover .arrow::after{
    border-right-color: #F5F5F5;
}

.no-focus-input, .no-focus-input:focus, .no-focus-input:active{
    border: none;
    outline: none;
    background-color: transparent;
}

.external-team-icon{
    background-color: white; 
    border-radius: 18px; 
    height: 36px;
    width: 36px; 
    margin-left: 2px;
}

.active-container{
    background-color: rgba(150, 122, 220, .1); 
    border-radius: 10px; 
}
  
.menu {
    background-color: #F3F3F3;
    position: absolute;
    border-radius: 10px;
    max-height: 300px;
    overflow-y: scroll;
    z-index: 10;
}
  
.menu-item {
    cursor: default;
    padding: 1rem;
    font-family: 'Roboto';
    font-style: normal;
    font-size: 1rem;
    color: #1D2B36;
    border-radius: 5px;
}
  
.menu-item.selected {
    color: white;
    font-weight: 500;
    background-color: #927BD6;
}
  
.menu-item:hover:not(.selected) {
    background-color: #fafafa;
}
  
.btn-marker-size:not(.active){
    color: #D9D9D9;
}

.btn-marker-size{
    border: 2px solid var(--primary);
    border-radius: 6px;
    width: fit-content;
}

.btn-marker-size .btn{
    border-radius: 0px;
    padding: 8px 12px;
}

.switch-text{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #1D2B36;
    margin: 0px;
}

.switchery.disabled{
    opacity: 0.5;
    pointer-events: none; 
}

.grey-round-background{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 21px;
    background: #F5F5F5;
    border-radius: 21px;
}

.bboxes-settings-circle, .event-graph-circle{
    height: 26px;
    width: 26px;
    border-radius: 13px;
}

.event-graph-circle.selected-color{
    border: 3px solid var(--primary)
}

.rainbow-color {
    background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
}

.light-grey-card{
    background-color: #F5F5F5;
    border-radius: 12px;
    padding: 21px;
}

.light-purple-card{
    background-color: rgba(150, 122, 220, .1);
    border-radius: 12px;
    padding: 21px;
}

.light-white-card{
    background-color: white;
    border-radius: 12px;
    padding: 21px;
    width: 100%;
}

.light-purple-card-selection{
    background-color: rgba(150, 122, 220, .1);
    border: 2px solid rgba(150, 122, 220, .1);
    border-radius: 12px;
    padding: 21px;
    cursor: pointer;
}

.light-purple-card-selection:hover, .light-purple-card-selected{
    border: 2px solid var(--primary);
}

.light-purple-title-card{
    background-color: #E9E3F8;
    border-radius: 12px;
    padding: 21px; 
    width: 100%;
}

.light-purple-2-card{
    background-color: #E9E3F8;
    border-radius: 12px;
    padding: 21px; 
    width: 100%;
}


.light-blue-card{
    background-color: rgba(245, 247, 250, .7);
    border-radius: 12px;
    padding: 21px;
}

.rule-name-card{
    background-color: #d9cff5;
    border-radius: 12px;
    padding: 10px 21px 10px 21px;
}


.light-purple-card h4{
    color: #666666;
}

.white-extern-tag{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--primary);
    background-color: white;
    color: var(--primary);
    border-radius: 15px;
    height: 30px;
    padding: 10px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.event-document{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid var(--primary);
    background-color: white;
    color: var(--primary);
    border-radius: 6px;
    padding: 10px;
    margin-top: 12px;
}

.event-document p{
    margin: 0px;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}

.purple-card{
    background-color: #F4F2FB; 
    border: 2px solid #F4F2FB;
    border-radius: 10px; 
    display: flex;
    flex-direction: column;
    padding: 15px;
    height: fit-content;
    color: #522EAE;
    flex: 1;
}

.outline-purple-card{
    border: 1px solid #522EAE;
    border-radius: 10px; 
    display: flex;
    flex-direction: column;
    padding: 15px;
    height: fit-content;
    color: #522EAE;
    flex: 1;
}

.purple-title{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 20px;
    color: #522EAE;
}

.event-type-selection{
    font-size: 1rem !important;
}

#sign-background-color, #sign-text-value{
    width: 40px;
    height: 40px;
    background-color: black;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#sign-text-color{
    width: 40px;
    height: 40px;
    background-color: var(--success);
    border: none;
    cursor: pointer;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#sign-background-color-input, #sign-text-color-input{
    width: 35px;
    height: 35px;
    margin: 5px;
}

#sign-impact-reconstitution{
    background-color: black;
    width: 70%;
    height: 40px;
    border-radius: 3px;
    text-align: center;
    color: var(--success);
    font-family: 'Muli';
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    border: none;
}

#sign-impact-reconstitution:focus{
    border: 2px solid black; 
    color: black;
    background-color: white; 
}


#sign-background-color-icon{
    color: white;
}

.switch-text{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #1D2B36;
    margin: 0px;
}

#carousel-indicator li::after{
    height: 3px;
}

.ball-clip-rotate > div
{
    display: inline-block;

    width: 15px;
    width: 25px;
    height: 15px;
    height: 25px;
    margin: 2px;

    -webkit-animation: rotate 1.5s 0s linear infinite;
       -moz-animation: rotate 1.5s 0s linear infinite;
         -o-animation: rotate 1.5s 0s linear infinite;
            animation: rotate 1.5s 0s linear infinite; 

    border: 2px solid #55595c;
    border-bottom-color: transparent;
    border-radius: 100%;
    background: transparent !important;
    background-color: #55595c;

    -webkit-animation-fill-mode: both;
       -moz-animation-fill-mode: both;
         -o-animation-fill-mode: both;
            animation-fill-mode: both;
}

#activateEditionModeButton:hover{
    background-color: #967adc;
}

#activateEditionModeButton{
    background-color: white;
}

#editionModeInfoDiv > div{
    border: 1px solid #967adc;
    color: #967adc;
    background-color: #E9E3F8; 
    box-shadow: 0px 4px 4px rgba(217, 217, 255, 0.6);
}

#editionModeInfoDiv > div > div > h5{
    margin: 0px; 
    color: #967adc;
}

.centered-btn-container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#editionModeInfoDiv{
    flex: 1
}

.modifyButton{
    height: fit-content;
}

.maximize-popup{
    position: absolute;
    right: 20px;
    top: 20px;
}

.modal-dialog.modal-fullscreen{
    max-width: 100%;
    height: 100%;
    margin: 0px;
}

.modal-content.modal-fullscreen{
    height: 100%;
    
}

.modal-body{
    max-height: 90vh;
    overflow-y: scroll;
}

.popup-item{
    margin-top: 10px;
    margin-bottom: 10px;
}

.step-with-impact-on-map{
    cursor: pointer;
}

.tool-container{
    background-color: #55595c;
}

.tool-container.tool-top .arrow {
    border-color: #55595c transparent transparent;

}

.tool-item:hover {
    background: #967adc;
}

.text-rigth-input{
    text-align: right;
}

.expanded-row-title{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #666666;
}

td.curbColumn{
    background-color: rgba(255, 219, 219, 0.2);
}

.permissionPlaceholder{
    padding-left: 15px; 
    padding-right: 15px;
    padding-bottom: 1.875rem;
}

.permissionPlaceholder > div{
    height: 100%; 
    width: 100%; 
    background-color: #ebebeb;
    border-radius: .27rem;
}

.permissionPlaceholder > div > span{
    color: #DDDDDD;
    font-size: 70px;
}