/* Layout */

.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: 500px;
    overflow: hidden;
    margin: 0;
    position: relative;
    color: white;
}
.wrapper_mobile {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}
.wrapper_content {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}
ul.ui-autocomplete{
    z-index: 1535;
}
.btn-sw{
    margin:5px;
    min-width: 120px!important;
}
.btn-sw i{
    font-size: 28px;
}
.font-05-em{
    font-size: 0.5em;
}
.font-10-em{
    font-size: 1em;
}
.font-12-em{
    font-size: 1.2em;
}
.font-13-em{
    font-size: 1.3em;
}
.font-15-em{
    font-size: 1.5em;
}
.font-18-em{
    font-size: 1.8em;
}
.font-20-em{
    font-size: 2em;
}
.font-25-em{
    font-size: 2.5em;
}
.font-30-em{
    font-size: 3em;
}
.font-14{
    font-size: 14px;
}
.font-17{
    font-size: 17px;
}
.font-20{
    font-size: 20px;
}
.font-23{
    font-size: 23px;
}
.text-bold{
    font-weight: bold!important;
}
.cursor-pointer{
    cursor: pointer;
}
.no-border {
    border: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
.no-margin {
    margin: 0 !important;
}
.btn-group.block-special {
    display: flex;
}

.btn-group-vertical.block-special {
    display: flex;
}

.flex-div.block-special {
    display: inline-flex;
}

.block-special .btn {
    flex: 1
}
.invisible-scrollbar::-webkit-scrollbar {
    display: none;
}

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

.hidden{
    display: none!important;
}
.hide{
    display: none!important;
}
.ui-autocomplete {
    max-height: 80%;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}
.ui-autocomplete::-webkit-scrollbar {
    display: none;
}
.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-wrapper {
    z-index: 500;
    background-color: white;
    padding: 5px;
    justify-content: space-between;
    width: 100%;
}
.wrapper-btn{
    cursor: pointer;
    min-height: 120px;
    min-width: 150px;
    display: grid;
    align-items: center;
    justify-content: center;
    margin: 5px 5px;
    transition: background 0.5s linear;
    text-decoration: none;
}

div.dataTables_wrapper div.dataTables_processing {
    top: 20%;
}

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

}

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

.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);
}
.selected-action.active{
    color: white!important;
}


@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: 60%;
        left: 20%;
    }
}
.circle-icon-container {
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    transition: background 0.4s linear;
}
.text-blue{
    color: #3c8dbc;
}

.text-dark-blue{
    color: #215872;
}

.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.ws{
    box-shadow: 0 0 3px rgba(60, 141, 188, 0.6);
}

.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 {
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    margin: 0 5px;
    transition: background 0.4s linear;
}




.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: -30px;
    left: auto;
    max-width: 80px;
    border-radius: 5px;
    text-align: center;
    white-space: initial;
    background-color: rgba(255, 255, 255, 0.7);
    position: relative;
    font-weight: bold;
    font-size: 13px;
    color: darkred!important;  
    text-shadow: 0px 0px 5px lightgray;
}

.dataTables_filter{
    align-items: center;
}
.dt-buttons{
    float: left;
}

.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-opacity-05 {
    --bs-bg-opacity: 0.05;
}   
.bg-orange{
  background-color:orange;
}

#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;
    --bs-bg-opacity: 0.65!important;

}

@media (min-width: 768px) {
  .modal-xxl {
    width: 95%;
    max-width:1600px;
}
}

.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.8;
    background-color: transparent;
    cursor: pointer;
    font-size: 2em!important;
    color: #3c8dbc!important;
}

.mod-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: #3c8dbc;
}

.modal-fullscreen .rb-modal-dismiss {
    position: absolute;
    bottom: 17px;
    right: 17px;
    z-index: 9999;
    opacity: 0.7;
    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;
}

.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;
}

.page-loader{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    backdrop-filter: blur(5px);
    height: 100vh;
    width: 100vw;
    z-index: 2000!important;
}

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

.new-loader.loader-xs {
    border: 3px solid #ffffff;
    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;
}

.top-z-index {
    z-index: 99990 !important;
}

.transparent-white {
    background-color: rgba(255, 255, 255, 0.7) !important;
    border-radius: 10px!important;
}
.white-transparent {
    background-color: rgba(255, 255, 255, 0.01) !important;

}
.swal-btn{
    min-width: 120px!important;
}
.media-box-frame {
    width: 100%;
    min-height: 200px;
    max-height: 60vh;
    overflow: hidden;
    margin: 2px 0;
    position: relative;
    color: white;
}
