/* Layout */
.wrapper_mobile {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

.overflow-hidden{
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-height: 25px;
}

.invisible-scrollbar::-webkit-scrollbar {
    display: none;
}

.wrapper_mobile .cnt-wrapper {
    background-color: rgba(127, 119, 119, 0.1);
    padding-bottom: 60px;
}

.ui-menu {
    border: solid 1px rgba(81, 116, 203, 0.84) !important;
    padding: 10px 0;
    display: block;
    background-color: rgba(255, 255, 255, 0.83);
    border-radius: 20px;
}

.ui-menu .ui-menu-item {
    border-bottom: solid 2px rgba(81, 116, 203, 0.84) !important;
    font-size: 17px !important;
    font-weight: bold;
    margin: 10px 0;
}

.btn-sw{
    margin:3px;
    min-width: 120px;
}
.btn-sw i{
font-size: 28px;
}

.mb-5 {
    margin-bottom: 5px;
}
.ms-5 {
    margin-left: 5px!important;
    margin-right: 5px!important;
}
.ms-10 {
    margin-left: 10px!important;
    margin-right: 10px!important;
}
.m-5 {
    margin: 5px;
}

.nav__ {
    position: inherit;
    width: 100%;
    height: 55px;
    display: flex;
    overflow-x: auto;
}

.nav__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    min-width: 50px;
    min-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    font-family: sans-serif;
    font-size: 12px;
    text-decoration: none!important;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.1s ease-in-out;
}

.nav__link:hover {
    background-color: #009578;
}

.nav__link--active {
    color: #009578;
}

.nav__icon {
    font-size: 30px;
}


.bottom-nav-container {
    z-index: 500;
    background-color: white;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    padding: 2px;
    max-width: 650px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: fixed;
    bottom: 0;
}

.custom-nav-container {
    z-index: 500;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;

}

.vertical-nav-container.for-div {
    z-index: 500;
    top: 0;
    right: 0;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: absolute;
    box-shadow: none !important;
    background-color: rgba(255, 255, 255, 0.75);
}


@media only screen and (min-width: 768px) {
    .bottom-nav-container {
        max-width: 80%;
        left: 10%;
    }
}

@media only screen and (min-width: 1200px) {
    .bottom-nav-container {
        max-width: 70%;
        left: 15%;
    }
}

@media only screen and (min-width: 1800px) {
    .bottom-nav-container {
        max-width: 50%;
        left: 25%;
    }
}
.circle-icon-container {
    border-radius: 50%;
    cursor: pointer;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    transition: background 0.4s linear;
}
.fix-right-bottom{
    position: absolute;
    bottom: 15px;
    right: 15px;
}


.b-tab {
    background-color: white;
    border-radius: 50%;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.6);
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    margin: 0 5px;
    transition: background 0.4s linear;
    text-decoration: none;
}

.b-tab.active {
    background-color: rgba(60, 141, 188, 0.7);
}
.center-tab {
    background-color: rgba(112, 186, 229, 0.35);
    border-radius: 50%;
    cursor: pointer;
    color: rgb(255, 255, 255);
    height: 50px;
    width: 50px;
    position: absolute;
    left: calc(50% - 25px);
    bottom: 5px;
    display: flex;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    margin: 0 5px;
    transition: background 0.4s linear;
}

.center-tab.active {
    background-color: rgba(60, 141, 188, 0.85);
}

.b-tab.active a {
    color: #3c8dbc;
    !important;
}

.b-tab a {
    color: #3c8dbc !important;
}

.b-tab i {
    font-size: 2em;
    color: #3c8dbc;
    !important;
}
.b-tab.active i {

    color: white !important;

}
.circle-icon-container i {
    font-size: 2em;
    color: #3c8dbc;
    !important;
}
.b-empty-tab {
    background-color: white;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    margin: 0 5px;
    transition: background 0.4s linear;
}

.center-tab {
    background-color: rgba(112, 186, 229, 0.4);
    border-radius: 50%;
    cursor: pointer;
    color: rgb(255, 255, 255);
    height: 50px;
    width: 50px;
    position: absolute;
    bottom: 5px;
    left: calc(50% - 25px);
    display: flex;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    margin: 0 5px;
    transition: background 0.4s linear;
}

.center-tab.active {
    background-color: rgba(60, 141, 188, 0.9);
}


.mini-logo {
    height: 32px;
    width: 32px;
    padding: 2px;
    /* box-shadow: 0 0 3px rgba(60, 141, 188, 0.8);
     border-radius: 50%;*/
     justify-content: center;
 }

 .google-marker-label {
    top: -20px;
    left: auto;
    max-width: 100px;
    text-align: center;
    white-space: initial;
    position: relative;
    font-weight: bold;
    color: #FA5252 !important;
    text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;



}
.google-site-marker-label {
    top: -20px;
    left: auto;
    max-width: 100px;
    text-align: center;
    white-space: initial;
    position: relative;
    font-weight: bold;
    color: #FA5252 !important;
    text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
}
.page-title {
    color: rgba(0, 0, 0, 0.3);
}

.page-title.active {
    color: rgb(60, 141, 188);
    font-weight: bold;
}

.bg-opacity-90 {
    --bs-bg-opacity: 0.9;
}
.bg-light-green {
    background-color: #98D973 !important;
    color: #fff !important
}

.bg-soft-maroon {
    background-color: rgba(208, 61, 86, 0.3) !important;
}

.bg-soft-orange {
    background-color: rgba(255, 147, 75, 0.3) !important;
}

.bg-soft-blue {
    background-color: rgba(88, 174, 238, 0.3) !important;
}
.font-30 {
    font-size: 30px !important;
}

.font-23 {
    font-size: 23px !important;
}
.font-20 {
    font-size: 20px !important;
}
.font-17 {
    font-size: 17px !important;
}

.font-14 {
    font-size: 14px !important;
}


#top_notify {
    z-index: 99999;
    position: fixed;
    top: 0;
    text-align: center;
    width: 100%;
    font-size: 17px;
}
.notify-bar{
    width: 100%;
    margin-bottom: 5px;
    border-radius: 5px;
}

/*FullScreen Modal Start*/
.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;

}

/* Header fixed to the top of the modal */
.modal-header--sticky {
  position: sticky;
  top: 0;
  background-color: inherit; /* [1] */
  z-index: 1055; /* [2] */
}

/* Footer fixed to the bottom of the modal */
.modal-footer--sticky {
  position: sticky;
  bottom: 0;
  background-color: inherit; /* [1] */
  z-index: 1055; /* [2] */
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
    overflow-y: hidden;
}

.modal-fullscreen .modal-header, .modal-fullscreen .mod-header,
.modal-fullscreen .modal-footer {
    border-radius: 0;
    z-index: 150;
}

.modal-fullscreen .modal-footer {
    position: absolute;
    border: none;
    width: 100%;
    left: 0;
    bottom: 0;
}
.modal-fullscreen .modal-body {
    max-height: 100vh;
    overflow-y: auto;
    padding-bottom: 150px;

}

.modal-fullscreen .modal-body::-webkit-scrollbar {
    display: none;
}
.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
    display: none;
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
    max-height: 80vh;
    overflow-y: auto;
}
/*FullScreen Modal End*/
.mod-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 0.75em;
    border-bottom: rgba(112, 186, 229, 0.82) solid 1px;
}

.mod-btn-close {
    box-sizing: content-box;
    padding: 0.3em 0.3em;
    border: 0;
    opacity: 0.6;
    background-color: transparent;
    cursor: pointer;
}

.mod-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-fullscreen .rb-modal-dismiss {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    opacity: 0.8;
    background-color: transparent;

}


.img-thumbnail_wo_border {
    padding: 0.25rem;
    background-color: #fff;
    max-width: 100%;
    height: auto;
}
.thumbnail-img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 2px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.page-loader {
    border: 10px solid #f3f3f3;
    z-index: 3000;
    border-radius: 50%;
    border-top: 10px solid #a5ddff;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
}

.new-loader {
    border: 10px solid #f3f3f3;
    z-index: 1500;
    border-radius: 50%;
    border-top: 10px solid #a5ddff;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}

.new-loader.loader-sm {
    border: 7px solid #f3f3f3;
    border-top: 7px solid #a5ddff;
    width: 70px;
    height: 70px;
}

.new-loader.loader-xs {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #a5ddff;
    width: 30px;
    height: 30px;
}

i.blue.active {
    color: #3c8dbc !important;
}

i.green.active {
    color: #417500 !important;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.tablet-container {
    width: 100%;
    display: flex;
    margin-top: 15px;

}

.tablet-container .tablet {
    display: inline-block;
    margin-right: 1em;
    font-size: 1.2em;
    cursor: pointer;
    color: rgba(93, 90, 90, 0.84);
}

.tablet-container .tablet.active {
    border-bottom: rgba(128, 0, 128, 0.91) solid 3px;
    color: #800080;

}


.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #34a1f8;
}

input:focus + .slider {
    box-shadow: 0 0 1px #34a1f8;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.text-centered {
    text-align: center;
}


.swal2-container{
   z-index: 99990 !important;
}

.transparent-white {
    background-color: rgba(255, 255, 255, 0.4) !important;
    border-radius: 10px!important;
}
.white-transparent {
    background-color: rgba(255, 255, 255, 0.1) !important;
}
.map-swal-menu{
   background-color: rgba(255, 255, 255, 0.1) !important;
   z-index: 1090 !important;
}
.media-box-frame {
    width: 100%;
    min-height: 200px;
    max-height: 70vh;
    overflow: hidden;
    margin: 2px 0;
    position: relative;
    color: white;
}
.media-mini {
    position: absolute;
    left: -800%;
    right: -800%;
    top: -800%;
    bottom: -800%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
}

.media-thumb-frame {
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin: 0;
    position: relative;
    color: white;
}