.floating-menu {
    font-family: sans-serif;
    padding: 0px;;
    width: auto;
    max-width: 280px;
    z-index: 100;
}
.floating-menu span,
.floating-menu td {
    font-size: 12px;
    margin: 0 0.5em;
    color: black;
    text-align: left;
    text-decoration: none;
}
.floating-menu table {
    border: none;
}
.floating-menu table>tr {
    border: none;
}
.floating-menu span:hover,
.floating-menu td:hover {
    margin: 0 0.5em;
    color: black;
    font-weight: bold;
}
#acctable {
    display: none;
    background: #96cdb2;
}


body.resize-font-200 {
    font-size: 200%;
}
body.resize-font-190 {
    font-size: 190%;
}
body.resize-font-180 {
    font-size: 180%;
}
body.resize-font-170 {
    font-size: 170%;
}
body.resize-font-160 {
    font-size: 160%;
}
body.resize-font-140 {
    font-size: 140%;
}
body.resize-font-120 {
    font-size: 120%;
}

html.resize-font-200 {
    font-size: 200%;
}
html.resize-font-190 {
    font-size: 190%;
}
html.resize-font-180 {
    font-size: 180%;
}
html.resize-font-170 {
    font-size: 170%;
}
html.resize-font-160 {
    font-size: 160%;
}
html.resize-font-140 {
    font-size: 140%;
}
html.resize-font-120 {
    font-size: 120%;
}
.lightbg .sesizari_holder .map_box {
    background-color: rgba(216, 216, 216, 0.1)!important;
}
.lightbg .map_box * {
    background-color: rgba(216, 216, 216, 0.1)!important;
}
.lightbg  #map_complaints, .lightbg  #map_complaints_gmap {
    background-color: rgba(216, 216, 216, 0.1)!important;
}
.lightbg  #map_complaints *, .lightbg  #map_complaints_gmap *{
    background-color: rgba(216, 216, 216, 0.1)!important;
}
.grayscale {
    filter: grayscale(100%)!important;
    -ms-filter: grayscale(100%)!important;
    -webkit-filter: grayscale(100%)!important;
}

.highcontrast {
    filter: contrast(1.7)!important;
    -ms-filter: contrast(1.7)!important;
    -webkit-filter: contrast(1.7)!important;

}
/*
.highcontrast body {
    background: #400000 !important;
    background-color: #400000 !important;
    color: #00FFFF !important;
}
*/
.invert {
    /*color: yellow !important;
    background: #4a4a4a !important;
    */
    filter: invert(1.7)!important;
    -ms-filter: invert(1.7)!important;
    -webkit-filter: invert(1.7)!important;
}

.lightbg html, .lightbg body, .lightbg div, .lightbg header, .lightbg footer,  .lightbg button {
    background-color: rgba(216, 216, 216, 0.9)!important;
    color: #000 !important;
}
.lightbg * {
    color: #000 !important;
}
.lightbg  {
    --text-white-color: 155,155,155;
}
.links-underline a, .links-underline a * {
    text-decoration: underline !important;
    text-decoration-line: underline !important;
    text-decoration-style: initial !important;
    text-decoration-color: initial !important;
}

.readable-font * {
    font-family: Verdana,Arial,Helvetica,sans-serif !important;
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free" !important;
}

.fa-1-2x {
    font-size: 1.3rem;
}

.fa-wheelchair {
    padding-left: 10px;
}


/*  
    Custom design
*/

.floating-menu{
    max-width: 340px;
}

#acctable {
   padding: 20px;
    background-color: #fff;
    box-shadow: 5px 3px 20px -7px rgb(0 0 0 / 15%);
    border-radius: 20px 0px 0px 20px;
        position: absolute !important;
    max-width: 300px !important;
    position: absolute;
}
.acc_tabs_holder{
    column-fill: auto;
    display: grid;
    grid-column-gap: 0px;
    column-gap: 0px;
    width: 100%;
    list-style: none;
    padding: 0px;
    grid-template-columns: repeat(2, 1fr);
    border: solid 1px #ddd;
    border-radius: 7px;
    overflow: hidden;
    margin: 0px;
}
.acc_tabs_holder li{
    padding: 20px 0px;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: .5px;
}
.acc_tabs_holder li:nth-child(odd){
    border-right: 1px solid #ddd;
}
.acc_tabs_holder li{
    border-bottom: 1px solid #ddd;
}
.acc_tabs_holder li:last-child {
    border-bottom: none;
}
.acc_tabs_holder li:hover{
    background-color: #f1f1f1;
}
.acc_tabs_holder li i{
    display: block;
    text-align: center;
    padding-bottom: 10px;
    color: #133660;
    font-size: 1.75rem;
}
.acc_tabs_holder li i.fa-rotate-180{
    padding-top: 10px;
    padding-bottom: 0px;
}


.floating-menu .acc_tabs_holder span{
    color: #222;
    font-weight: 400;
    text-align: center;
}
.floating-menu .acc_tabs_holder span:hover{
    margin: 0 0.5em;
    color: #222;
    font-weight: 400;
    text-decoration: none;
}
.floating-menu .acc_icon_holder{
    background-color:transparent !important;
    opacity:1 !important;
    padding: 0px;
    position: relative;
   
}
.floating-menu.open .acc_icon_holder{

    border-radius: 0px 20px 0px 0px;

}
.floating-menu .acc_icon_holder span{
    color: #fff;
    padding: 10px 0px;
    display: block;
    background: transparent !important;
}
.acc_icon_holder i{
    z-index: 99;
    display: block;
}


.floating-menu #acctable{
    visibility: hidden;
    opacity: 0;
    cursor: none;
    z-index: -1;
}
.floating-menu.open #acctable{
    visibility: visible;
    opacity: 1;
    cursor: default;
    z-index: 999;
}

.floating-menu .acc_icon_holder span svg{
    height: 36px;
    width: 40px;
    position: relative;
}
 .floating-menu  #acctable{
        right: -340px !important;
        -webkit-transition: all 0.2s cubic-bezier(.5, .24, 0, 0.5);
        transition: all 0.2s cubic-bezier(.5, .24, 0, 0.5);
        position: relative;
        z-index: -1;
        opacity: 1;
        visibility: visible;
        display: none;

    }
    .floating-menu.open  #acctable{
        right: 0px !important;
        position: relative;
        display: block;

    }

@media only screen and (min-width: 991.98px){
    .floating-menu  #acctable{
        right: -340px !important;
        -webkit-transition: all 0.2s cubic-bezier(.5, .24, 0, 0.5);
        transition: all 0.2s cubic-bezier(.5, .24, 0, 0.5);
        position: relative;
        display: none !important;
        z-index: -1;
        opacity: 0;
        visibility: visible;
        top: 120px;

    }
    .floating-menu.open  #acctable{
        right: -22px !important;
        position: relative;
        z-index: 10;
        display: block !important;
        opacity: 1;


    }
    .left_panel__open .floating-menu{
        left: 302px;
    }

    .left_panel.open.rank_up{
        z-index: 999;
    }
    .floating-menu.hide{
        opacity:0;
        visibility: hidden;
        display: none !important;

    }
    .rank_up .floating-menu.open.hide{
        opacity: 1;
        visibility: visible;
        display: block !important;
    }
}
@media only screen and (max-width: 991.98px){
    .left_panel__open .floating-menu .acc_icon_holder i{
        color: rgb(var(--theme-primary-color))!important;
    }
    .left_panel__open .floating-menu .acc_icon_holder {
        background-color: #fff !important;
        opacity: 1 !important;
    }
    .left_panel__open .acc_icon_holder::before{
        box-shadow: #fff -18px 0px 0px 0px;
    }
    .floating-menu{
        height: auto;
        width: 55px;
        left: 0;
        bottom: auto;
        top: 130px;
    }
    .acc_icon_holder i{
        font-size: 1.5rem;
    }
    .floating-menu .acc_icon_holder{
        width: 55px;
    }
    .acc_tabs_holder li{
        padding: 15px 0px;
    }
    .floating-menu #acctable{
        right: -500px;
        margin-bottom: 0px;
    }
#acctable {
   padding: 20px;
    background-color: #fff;
    box-shadow: 5px 3px 20px -7px rgb(0 0 0 / 15%);
    border-radius: 20px 0px 0px 20px;
        position: absolute !important;
        width: 100%;
    max-width: 500px !important;
    position: absolute;
    display: none;
    position: fixed !important;
    bottom: 0px;
}
.acc_tabs_holder{
    column-fill: auto;
    display: grid;
    grid-column-gap: 0px;
    column-gap: 0px;
    width: 100%;
    list-style: none;
    padding: 0px;
    grid-template-columns: repeat(3, 1fr);
    border: solid 1px #ddd;
    border-radius: 7px;
    overflow: hidden;
    margin: 0px;
}
.acc_tabs_holder li {
    border-right: 1px solid #ddd;
}
}
