::-webkit-scrollbar {
    width: 4px;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 5px;
}

.google-visualization-tooltip {
    pointer-events: none;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    min-width: auto;
    padding-right: var(--bs-gutter-x, 12px);
    padding-left: var(--bs-gutter-x, 12px);
    margin-right: auto;
    margin-left: auto;
}

.form-switch .form-check-input {
    width: 4em;
    height: 1.8em;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e7eaed;
    border-radius: .25rem;
    margin-top: 27px;
}

.logo-box {
    height: 70px;
    width: 240px;
    transition: all .1s ease-out;
    background-color: #0b7f56 !important;
    position: fixed;
    top: 0;
    z-index: 1;
}

.navbar-custom {
    background-color: #ffc000 !important;
    box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
    padding: 0 10px 0 0;
    position: fixed;
    left: 240px;
    right: 0;
    top: 0;
    height: 70px;
    transition: all .1s ease-out;
    z-index: 1001;
}

.left-side-menu {
    width: 240px;
    background: #0b7f56 !important;
    bottom: 0;
    padding: 20px 0;
    position: fixed;
    transition: all .1s ease-out;
    top: 0;
    padding-top: calc(70px + 20px);
    box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
    z-index: 1;
}

#sidebar-menu>ul {
    list-style: none;
    padding: 0 !important;
}

#sidebar-menu>ul>li>a {
    color: #fff !important;
    display: block;
    padding: 12px 20px;
    position: relative;
    transition: all .4s;
    font-family: Roboto, sans-serif;
    font-size: .95rem;
}

#sidebar-menu>ul>li>a.active {
    background: #11593f;
    border-bottom: 5px solid #ffc000;
}

#sidebar-menu>ul>li>a:hover {
    color: white !important;
    background-color: #0a6b49 !important;
}

body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>a {
    position: relative;
    width: calc(190px + 70px);
    color: #3bafda;
    background-color: #0b7f56 !important;
    box-shadow: inset 0 1px 7px 0 rgba(154, 161, 171, .2);
}

body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul>li>a {
    padding: 15px 20px;
    min-height: 54px;
    transition: none;
}

.nav-second-level li a {
    padding: 8px 20px;
    color: #fff !important;
    display: block;
    position: relative;
    font-size: .9rem;
}

.image-input.logcus {
    display: flex;
    justify-content: flex-end;
}

ul.nav-second-level a:hover {
    background-color: #575f7d9c;
    color: #fff;
}

h4.header-title-md {
    font-size: 28px;
    padding: 0px 0px 39px 0px;
}

h6.header-title {
    font-size: 13px;
    text-align: center;
    padding: 40px 0px 0px 0px;
}

label.form-label {
    font-size: 13px !important;
}

.defu {
    font-style: italic;
    color: #bdbbbb;
}

input.cus {
    border-radius: 10px;
    border: 2px solid #b9b9b9;
    padding: 0px 7px;
    height: 32px;
    width: 100%;
}

input.cus:focus {
    border: 2px solid #b9b9b9 !important;
    box-shadow: none;
    outline: none;
}

input[type="text2"] {
    border-radius: 10px;
    border: 2px solid #b9b9b9;
    width: 100%;
    height: 32px;
    background-color: gray;
}

input#example-date {
    height: 32px;
    width: 100%;
    border: 2px solid #b9b9b9;
    border-radius: 10px;
    padding: 0.45rem 0.45rem !important;
}

select.form-select.form-select-lg.mb-3 {
    font-size: 8px;
    width: 75%;
    border: 2px solid #b9b9b9;
    border-radius: 10px;
}

.bottomChat {
    position: fixed;
    right: 35px;
    bottom: 22px;
}

.bottomChat img {
    max-width: 60px;
}

.image-input {
    text-align: center;
}

.image-input input {
    display: none;
}

.image-input label {
    color: #FFF;
    cursor: pointer;
}

.image-input i {
    font-size: 125%;
    margin-right: .3rem;
}

.image-input:hover i {
    animation: shake .35s;
}

/* .image-input img{
		max-width: 57px;
        display: unset !important;
    } */
.image-inputspan {
    display: none;
    text-align: center;
    cursor: pointer;
}

.alclopl {
    display: flex;
    justify-content: space-between;
    text-align: -webkit-center;
}

.alclopl img {
    max-width: 37px;
}

.alclopl .adecls {
    font-size: 11px;
    font-weight: 400;
    color: #000;
}

.advie {
    background: green !important;
    color: #fff !important;
    padding: 6px 0px !important;
    border: none;
    border-radius: 7px;
}

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

@keyframes shake {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(10deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(-10deg);
    }

    100% {
        transform: rotate(0deg);
    }

}

.custdrop {
    position: relative;
}

.custdrop .btn {
    border-radius: 10px;
    border: 2px solid #b9b9b9;
    height: 32px;
    width: 75%;
    position: relative;
}

.custdrop .btn::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background: #f44;
    height: 3px;
    z-index: 999;
}

.custdrop .dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .25rem 0;
    margin: 0;
    font-size: .9rem;
    color: #6c757d;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid #eaeef0;
    border-radius: .25rem;
    width: 75%;
}

.custdrop i {
    color: #0965d8;
    font-size: 24px;
    position: absolute;
    bottom: 8px;
    right: 10px;
}

.custdrop .dropdown-menu {
    border: 1px solid #b9b9b9;
}

.custdropbk {
    position: relative;
}

.custdropbk .btn {
    border-radius: 10px;
    border: 2px solid #b9b9b9;
    height: 32px;
    width: 75%;
    position: relative;
}

.custdropbk .dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .25rem 0;
    margin: 0;
    font-size: .9rem;
    color: #6c757d;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid #eaeef0;
    border-radius: .25rem;
    width: 100%;
}

.custdropbk i {
    color: #000;
    font-size: 24px;
    position: absolute;
    bottom: 8px;
    right: 10px;
}

.custdropbk .dropdown-menu {
    border: 1px solid #b9b9b9;
}

.dropbtn {
    position: relative;
}

.dropbtn.btn {
    border-radius: 10px;
    border: 2px solid #b9b9b9;
    height: 32px;
    width: 75%;
    position: relative;
}

.dropbtn.btn::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background: #f44;
    height: 3px;
    z-index: 999;
}

.dropbtntp .dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .25rem 0;
    margin: 0;
    font-size: .9rem;
    color: #6c757d;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #eaeef0 !important;
    border-radius: .25rem;
    width: 100%;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .25rem 0;
    margin: 0;
    font-size: .9rem;
    color: #000;
    text-align: left;
    list-style: none;
    background-color: #e6e8e7 !important;
    background-clip: padding-box;
    border: 8px solid #eaeef0;
    border-radius: .25rem;
}

.dropbtn.btn i {
    color: #0965d8;
    font-size: 24px;
    position: absolute;
    bottom: 8px;
    right: 10px;
}

.dropbtn.btn .dropdown-menu {
    border: 1px solid #b9b9b9;
}

div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0 !important;
    border-top: 2px solid #e1e0e0;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: none !important;
    border-width: 0;
}

input.tbl {
    border-radius: 10px;
    border: 1px solid #707070;
    width: 100%;
    height: 32px;
}

.admst td {
    text-align: center;
}

.admst .fa.fa-check-circle {
    color: #218544;
    font-size: 24px;
}

.admst .fa.fa-exclamation-triangle {
    color: #eda028;
    font-size: 24px;
}

i.fa.fa-trash-o {
    color: red;
    font-size: 15px;
    padding: 0px 8px 0px 4px;
}

i.fa.fa-pencil-square-o {
    color: green;
    font-size: 15px;
    padding: 0px 2px 0px 6px;
}

h4.header-title {
    font-size: 28px;
    color: #000;
    margin: 0;
}

h4.header-title.adminus {
    padding: 0px 0px 15px 0px;
}

.packicon {
    position: relative;
}

.packicon::after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #000;
    position: absolute;
    bottom: 17px;
    right: 10px;
    content: "";
    z-index: 2;
}

input#simpleinput {
    border-radius: 10px;
    background-color: #c2c2c2;
}

.selectize-input.items.not-full.has-options {
    border-radius: 10px;
}

.serty {
    background-color: gray;
    width: 100%;
    height: 179px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.serty a {
    color: #fff;
    font-size: 17px;
}

.curmb {
    background-color: gray;
    width: 100%;
    height: 179px;
    text-align: center;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.curmb a {
    color: #fff;
    font-size: 17px;
}

ol,
ul {
    padding-left: 1rem !important;
}

ol.scal li {
    list-style: none;
    font-size: 14px;
    padding: 8px 0px;
    color: #000;
}

.dropcs {
    position: relative;
}

.dropcs .btn {
    border-radius: 10px;
    border: 1px solid #b9b9b9;
    height: 26px;
    width: 100%;
    padding: 0.15rem 0.4rem !important;
    position: relative;
}

.dropcs .btn::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background: #f44;
    height: 3px;
    z-index: 999;
}

.dropcs .dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .25rem 0;
    margin: 0;
    font-size: .9rem;
    color: #6c757d;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid #eaeef0;
    border-radius: .25rem;
    width: 75%;
}

.dropcs i {
    color: #0965d8;
    font-size: 17px;
    position: absolute;
    bottom: 6px;
    right: 3px;
}

.dropcs .dropdown-menu {
    border: 1px solid #b9b9b9;
}

.image-input.activImg input {
    display: none;
}

.image-input.activImg label {
    display: block;
    color: #FFF;
    font-size: 115%;
    cursor: pointer;
}

.image-input.activImg i {
    font-size: 125%;
    margin-right: .3rem;
}

.image-input.activImg:hover i {
    animation: shake .35s;
}

.image-input.activImg img {
    max-width: 90px;
}

.image-input.activImgspan {
    display: none;
    text-align: center;
    cursor: pointer;
}

.tachnicdrop .header-title-md {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 0px 0px 19px 0px;
}

.tachniccl .header-title-md {
    font-size: 17px;
    padding: 0px 0px 19px 0px;
}

.droptech .header-title-md {
    font-size: 17px;
    text-align: center;
    padding: 0px 0px 0px 0px;
}

.droptech button#sansAct,
.droptech button#saveSingleActivation {
    font-size: 17px;
    border: none;
    border-radius: 7px;
    padding: 5px 29px;
    color: #fff;
    background-color: #0b8157;
}

.mainSelect .table> :not(caption)>*>* {
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

/* .mainSelect table.dataTable thead .sorting:before, .mainSelect table.dataTable thead .sorting_asc:before, .mainSelect table.dataTable thead .sorting_asc_disabled:before, .mainSelect table.dataTable thead .sorting_desc:before, .mainSelect table.dataTable thead .sorting_desc_disabled:before {
    right: -0.1rem;
    left: auto;
    content: "\F0360";
    font-family: "Material Design Icons";
    font-size: 1.3rem;
    top: 2px;
} */
/* .mainSelect table.dataTable thead .sorting:after, .mainSelect table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_asc_disabled:after, .mainSelect table.dataTable thead .sorting_desc:after, .mainSelect table.dataTable thead .sorting_desc_disabled:after {
    right: -0.1rem;
    left: auto;
    content: "\F035D";
    font-family: "Material Design Icons";
    top: 9px;
    font-size: 1.3rem;
} */
.form-switch .form-check-input.chec {
    width: 5em !important;
    height: 2em !important;
    /* margin-left: 0; */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out;
}

.key th {
    border: 1px solid !important;
}

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

.station .bx {
    font-size: 18px;
    padding-right: 5px;
}

.stationtp.droptech {
    /* width: 100%; */
    display: flex;
    justify-content: flex-end;
}

.station.sensor {
    padding: 2px 29px !important;
    border-radius: 9px !important;
}

.modal {
    position: fixed;
    top: 179px !important;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid transparent;
    border-radius: .2rem !important;
    outline: 0;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem 1rem 2.5rem 1rem !important;
}

.modal-content2 {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 76%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid transparent;
    border-radius: 0.7rem !important;
    outline: 0;
}


h4.header-title.mulAct {
    font-size: 28px;
    color: #000;
    margin: 0;
    padding: 0px 0px 43px 0px;
}

.ordlist {
    border: 2px solid;
    border-radius: 22px;
}

ul.listiner li {
    list-style: none;
    padding: 8px 5px;
    font-size: 17px;
    color: #000;
}

.ordlist p {
    margin: 0;
}

.ordlist p span {
    display: block;
}

h6.header-title.mulAct {
    font-size: 18px;
    text-align: inherit;
    padding: 40px 0px 15px 0px;
}

.butexc button {
    background: none;
    border: none;
}

.butexc img {
    width: 65%;
}

.boxact {
    border: 2px solid;
    border-radius: 22px;
    height: 233px;
}

.buteuplo button {
    background-color: transparent;
    font-size: 16px;
    border: none;
}

.buteuplo button a {
    background-color: #0b7f56 !important;
    color: #fff;
    width: 100%;
    font-size: 16px;
    padding: 5px 56px;
    border: none;
    border-radius: 10px;
    border: none;
}

h3.header-title.mulAct {
    font-size: 39px;
    color: #000;
}

.modal-header p {
    margin: 0;
}

.modal-header p span {
    display: block;
}

h4.header-title.dasup {
    padding: 0px 0px 38px 0px;
}

.gpsCname label {
    font-size: 16px;
    color: #000;
    margin-bottom: 14px;
}

.gpslabel label {
    color: #000;
    font-size: 16px;
    margin-bottom: 14px;
}

.plateicon {
    position: relative;
}

.plateicon input[type="text1"] {
    position: relative;
    border-radius: 10px;
    border: 2px solid #b9b9b9;
    height: 32px;
    padding: 5px;
    padding-right: 25px;
    width: 75%;
}

.plateicon::after {
    position: absolute;
    content: "\f002";
    right: 11px;
    top: 5px;
    width: 15px;
    height: 15px;
    z-index: 9;
    font-family: 'FontAwesome';
}

.errobox .modal-body {
    text-align: center;
    padding: 2.5rem !important;
}

.errobox p span {
    display: block;
}

input.combox {
    border-radius: 10px;
    border: 2px solid #b9b9b9;
    width: 100%;
    font-weight: 500;
    color: #fff;
    height: 32px;
    background-color: #b9b9b9;
}

input.combox:focus {
    border: none !important;
    box-shadow: none;
    outline: none;
}

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

.audiico img {
    max-width: 54px;
    padding-top: 24px;
}

input.checkico {
    position: relative;
    left: 0px;
    top: 3px;
}

/* table.dataTable .lipl {
    padding-right: 15px !important;
    width: 185.84px !important;
    font-size: 18px;
    padding-bottom: 0px !important;
}

table.dataTable .flrhed {
    padding-right: 15px !important;
    width: 89.812px !important;
    font-size: 18px;
    padding-bottom: 0px !important;
}

table.dataTable .VehTy {
    padding-right: 15px !important;
    font-size: 18px;
    padding-bottom: 0px !important;
}

table.dataTable .gpcom {
    padding-right: 15px !important;
    font-size: 18px;
    padding-bottom: 0px !important;
}

table.dataTable .stuhed {
    padding-right: 15px !important;
    width: 89.812px !important;
    font-size: 18px;
    padding-bottom: 0px !important;
}

table.dataTable .prgr {
    padding-right: 15px !important;
    width: 89.812px !important;
    font-size: 18px;
    padding-bottom: 0px !important;
} */
input.tbfl {
    border-radius: 10px;
    border: 1px solid #707070;
    width: 100%;
    height: 32px;
}

input.tbpl {
    border-radius: 10px;
    border: 1px solid #707070;
    width: 90%;
    height: 32px;
    padding: 0px 10px;
}

.progic {
    position: relative;
}

.progic input[type="text"] {
    position: relative;
    border-radius: 10px;
    border: 2px solid #b9b9b9;
    height: 32px;
    padding: 5px;
    padding-right: 25px;
    width: 75%;
}

.progic::after {
    position: absolute;
    content: "\f00c";
    color: #0b7f56;
    font-size: 20px;
    right: 37px;
    top: 5px;
    width: 15px;
    height: 15px;
    z-index: 9;
    font-family: 'FontAwesome';
}

.inproic {
    position: relative;
}

.inproic input[type="text"] {
    position: relative;
    border-radius: 10px;
    border: 2px solid #b9b9b9;
    height: 32px;
    padding: 5px;
    padding-right: 25px;
    width: 75%;
}

.inproic::after {
    position: absolute;
    content: "\f110 ";
    color: #000;
    font-size: 20px;
    right: 37px;
    top: 5px;
    width: 15px;
    height: 15px;
    z-index: 9;
    font-family: 'FontAwesome';
}

/* div#scroll-horizontal-datatable_length {
    padding: 0px 30px !important;
}

div#scroll-horizontal-datatable_filter {
    padding: 0px 22px !important;
} */
.downbut img {
    max-width: 160px;
}

input.liplt {
    border-radius: 10px;
    border: 2px solid #b9b9b9;
    width: 100%;
    height: 32px;
    padding: 0px 10px;
    background-color: #80808085;
    font-size: 20px;
}

input.liplt:focus {
    border: none !important;
    box-shadow: none;
    outline: none;
}

input.icosen {
    border-radius: 10px;
    border: 2px solid #b9b9b9;
    width: 100% !important;
    height: 32px;
    background-color: #80808091;
}

input.icosen:focus {
    border: none !important;
    box-shadow: none;
    outline: none;
}

input.icocr {
    border-radius: 10px;
    border: 2px solid #b9b9b9;
    width: 100% !important;
    height: 32px;
    background-color: #80808091;
}

.staic {
    position: relative;
}

.staic input.icocr {
    position: relative;
    border-radius: 10px;
    border: 2px solid #b9b9b9;
    height: 32px;
    padding: 5px;
    padding-right: 25px;
    width: 75%;
}

.erstc {
    position: relative;
}

.erstc input.icocr {
    position: relative;
    border-radius: 10px;
    border: 2px solid #b9b9b9;
    height: 32px;
    padding: 5px;
    padding-right: 25px;
    width: 75%;
}

.dataud .header-title {
    font-size: 20px;
    border: 2px solid;
    border-radius: 10px;
    padding: 4px 9px;
}

.dataud .header-title span {
    padding: 0px 0px 0px 30px;
    font-size: 15px;
}

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

.rigdown img {
    max-width: 160px;
}

.logbut img {
    max-width: 242px;
}

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

.menbut ul.lisbut li {
    list-style: none;
    display: inline-block;
    padding: 0px 7px;
}

.menbut ul.lisbut li a {
    color: #000;
}

.menbut ul.lisbut li a.active {
    background-color: #0079fe;
    padding: 3px 13px;
    border-radius: 10px;
    color: #fff;
}

.custsel {
    width: 100%;
}

.custsel .selectize-input.items.not-full.has-options {
    border-radius: 8px;
    border: 1px solid #bababa;
}

.custsel .selectize-input.items.not-full.has-options {
    border-radius: 10px;
    border: 1px solid #bababa;
    height: 30px;
}

.proico {
    position: relative;
}

.proico input[type="text"] {
    position: relative;
    border-radius: 10px;
    border: 2px solid #b9b9b9;
    height: 32px;
    padding: 5px;
    padding-right: 25px;
    width: 75%;
}

.proico::after {
    position: absolute;
    content: "\f0d7 ";
    color: #000;
    font-size: 32px;
    right: 12px;
    bottom: 27px;
    width: 15px;
    height: 15px;
    z-index: 9;
    font-family: 'FontAwesome';
}

input.editadmi {
    border: none;
}

.iti.iti--allow-dropdown {
    width: 100% !important;
}

.phoncun input#phone {
    border-radius: 10px !important;
    height: 32px;
    max-width: 100%;
    border: 2px solid #b9b9b9;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
    width: 100%;
}

input#phone:focus {
    border: 2px solid #b9b9b9 !important;
    box-shadow: none;
    outline: none;
}

.container {
    padding: 10px 30px;
}

.country-container {
    display: flex;
}

.flag {
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    max-width: 34px;
    display: inline-block;
    margin: 0 3px 0 0;
    flex: 0 0 45px;
}

.countries {
    width: 100%;
}

.countryFlag {
    display: flex;
    width: 75%;
    height: 32px;
}

.countryFlag select#countries {
    border-radius: 10px;
    border: 2px solid #b9b9b9;
}

input.stcz {
    border-radius: 10px;
    border: 2px solid #b9b9b9;
    height: 32px;
    width: 100%;
}

input.custz {
    border-radius: 10px;
    border: 2px solid #b9b9b9;
    height: 32px;
    width: 75%;
}

.countryFlagic {
    display: flex;
    width: 100%;
    height: 32px;
}

.countryFlagic select#countries {
    border-radius: 10px;
    border: 2px solid #b9b9b9;
}

.countryFlag.dr {
    display: flex;
    width: 100%;
    height: 32px;
}

.countryFlag.dr select#countries {
    border-radius: 10px;
    border: 2px solid #b9b9b9;
}

/* .tabbu, th {
    border: 1px solid #807e7e94 !important;
} */
td input#example-date {
    border: none;
    padding: 0;
}

td {
    border-bottom: 0.5px solid #bdbcbc66 !important;
    border-right: 0.5px solid #bdbcbc66 !important;
    border-left: 0.5px solid #bdbcbc66 !important;
}

tbody.admst td {
    padding: 0 !important;
}

.admst .saure {
    border: 1px solid !important;
}

.image-input label {
    color: #000;
    cursor: pointer;
    width: 60px;
    height: 60px;
    margin-top: 15px;
}

.image-input img {
    width: 100%;
    height: 100%;
    display: unset !important;
}

.audiico a {
    font-size: 10px;
    color: #000;
    font-weight: 800;
}

tbody.admst td#bacco {
    background-color: #b7b7b7;
    border: 0.5px solid #f7f7f7 !important;
}

.saure {
    color: #fff;
    height: 32px;
    background-color: #b7b7b7;
    border: 1px solid #b7b7b7;
}

.admst td {
    height: 32px;
}

button.Alps {
    font-size: 17px;
    background-color: #1f5d4e;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 3px 18px;
}

input.flsen {
    border-radius: 10px;
    border: 2px solid rgb(185, 185, 185);
    height: 32px;
    width: 100%;
}

.cusph input#phone {
    border-radius: 10px !important;
    height: 32px;
    border: 2px solid #b9b9b9;
}

.adico {
    text-align: -webkit-center;

}

.adico img {
    max-width: 31px;
}

.emma {
    display: flex;
    justify-content: end;
    text-align: -webkit-center;
}

.emma img {
    max-width: 37px;
}

.rpo.input-group .btn {
    position: relative;
    z-index: 2;
    border: none !important;
}

span.stred {
    color: red;
    font-size: 17px;
    line-height: 18px;
}

div.stred {
    color: red;
    font-size: 14px;
    line-height: 15px;
}


input.cumob {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #b9b9b9;
    height: 26px;
    text-align: center;
    background-color: grey;
}

input.cumob:focus {
    border: none !important;
    box-shadow: none;
    outline: none;
}

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

.asvadpop img {
    max-width: 82px !important;
}

.asvadpop a {
    color: #000;
    text-align: center;
}

.singactiv {
    text-align: center;
}

.mulactiv {
    text-align: center;
}

button.sing {
    border: none;
    font-size: 16px;
    background-color: #0b7f56;
    border-radius: 12px;
}

button.sing a {
    color: #fff;
    padding: 2px 12px !important;
    display: block;
}

button.mult {
    border: none;
    font-size: 16px;
    background-color: #ffc000;
    border-radius: 12px;
}

button.mult a {
    color: #fff;
    padding: 2px 12px !important;
    display: block;
}

.deopsel .form-select {
    width: 108px;
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #edeff1;
}

#addGeofence #staticBackdrop {
    position: fixed;
    top: -188px !important;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

div#staticBackdrop {
    position: fixed;
    top: -27px !important;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

div#myModal {
    position: fixed;
    top: 0px !important;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

button.btn {
    border-radius: 10px !important;
}

button.btn.btn-primary {
    background-color: snow;
    color: #000;
    display: flex;
    justify-content: flex-end;
    border: none;
    box-shadow: none !important;
}

button.subse {
    background-color: #0b7f56;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 2px 13px;
}

.adico button.btn.btn-primary {
    border: none;
}

.adico button.btn.btn-primary {
    border: none;
    background-color: #fff;
}

.cons .selectize-input.items.not-full.has-options {
    border: 2px solid #b9b9b9;
}

.cons {
    position: relative;
}

.cons::after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #000;
    position: absolute;
    bottom: 17px;
    right: 10px;
    content: "";
    z-index: 2;
}

/* Swicth */
.fadmo {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 27px;
}

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

.motto {
    position: relative;
    display: inline-block;
    width: 65px;
    margin-top: 8px;
    height: 27px;
}

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

.switch {
    position: relative;
    display: inline-block;
    width: 57px;
    margin: 0px 0px 0px 15px;
    height: 27px;
}

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

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: red;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 4px 10px;
}

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

input:checked+.slider {
    background-color: #0b7f56;
}

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

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

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

.switch2 {
    position: relative;
    display: inline-block;
    width: 57px;
    margin: 0px 0px 0px 25px;
    height: 27px;
}

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

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: red;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 4px 10px;
}

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

input:checked+.slider {
    background-color: #0b7f56;
}

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

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

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

/* Swicth end */
/* mulchsel */
.mulchsel {
    position: relative;
    display: inline-block;
    width: 100px;
    margin: 0px 0px 0px 20px;
    height: 24px;
}

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

.slider.ads {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e1aa02;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 0px 10px;
}

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

input:checked+.slider {
    background-color: #0b7f56;
}

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

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

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

/* mulchsel */
button.btn.btn-primary.sing {
    border: none;
    padding: 0px 28px 0px 0px !important;
    font-size: 14px;
    color: #757d85;
}

ul.valad {
    padding: 10px 0px 0px 0px !important;
}

ul.valad li {
    list-style: none;
    display: inline-block;
    border: 1px solid;
    padding: 0px 2px 0px 2px;
    border-radius: 10px;
    background-color: #5597d0;
    color: #fff;
}

.as {
    position: relative;
}

.as {
    position: relative;
    border-radius: 10px;
    border: 2px solid rgb(185, 185, 185);
    height: 28px;
    width: auto;
    padding: 1px 25px 0 10px !important;
}

.as .fa-times {
    position: absolute;
    top: 0;
    right: 5px;
    cursor: pointer;
}

.ab {
    position: relative;
}

.ab {
    position: relative;
    border-radius: 10px;
    border: 2px solid rgb(185, 185, 185);
    height: 28px;
    width: 10%;
    padding: 3px 2px 3px 0px !important;
}

.ab::after {
    position: absolute;
    content: "\f00d ";
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    left: 29px;
    bottom: 16px;
    width: 13px;
    height: 14px;
    z-index: 9;
    font-family: 'FontAwesome';
}

.hide {
    display: none;
}

input.lsit {
    border-radius: 10px;
    border: 2px solid #b9b9b9;
    height: 32px;
    width: 36%;
}

input.lsit:focus {
    border: 2px solid #b9b9b9 !important;
    box-shadow: none;
    outline: none;
}

/* calender butn open */
.dropdown-menu.ver {
    /* width: 16%; */
    border: 1px solid;
    border-radius: 18px;
    padding: 2px !important;
}

.ver a.dropdown-item.cel {
    padding: 6px 8px !important;
    text-decoration: none;
    background-color: /*#88e8c65c !important;*/ #fff;
    border: 2px solid !important;
    border-radius: 10px !important;
    overflow: auto;
    max-height: 191px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ver a.dropdown-item.cel ::-webkit-scrollbar {
    width: 5px;
}

.ver a.dropdown-item.cel ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 5px;
}

.ver a.dropdown-item.cel ::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}



label.evecr {
    padding: 2px 4px !important;
    color: #000;
}

.plusClick {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.plusClick>i {
    position: inherit;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

input.meet {
    border: none;
    border-bottom: 1px solid;
    padding: 5px 2px;
    width: 100%;
}

span.selda {
    color: #000;
    font-size: 19px;
}

.weekd {
    padding: 0 !important;
    margin: 5px 0 12px;
    text-align: center;
}

.weekd>li {
    list-style: none;
    display: inline-block;
    border: 1px solid;
    width: 20px;
    height: 20px;
    line-height: 18px;
    margin-right: 3px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    font-size: 12px;
    cursor: pointer;
}

.weekd li.active {
    color: #fff;
    background-color: gray;
    border: none;
    padding: 1px 5px;
    font-size: 13px;
}

.tim {
    text-align: center;
    margin: 1rem;
}

.time input.time {
    width: 45%;
}

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

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 2 !important;
    border-bottom-right-radius: 2 !important;
}

input.tim {
    margin: 8px 1px 0px 0px;
    font-size: 14px;
    border-radius: 11px;
    border: 0.5px solid;
    max-width: 80px !important;
}

.but {
    text-align: center;
}

button.can {
    border-radius: 8px;
    border: 0.5px solid;
    color: #000;
    background-color: #fff;
    padding: 2px 8px;
}

button.sve {
    border-radius: 8px;
    border: 0.5px solid #0b7f56;
    color: #fff;
    background-color: #0b7f56;
    padding: 2px 11px;
}

.forbd {
    position: relative;
}

.forbd .btn {
    border-radius: 10px;
    border: 2px solid #b9b9b9;
    height: 32px;
    width: 100%;
    position: relative;
}

/* .forbd .btn::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background: #f44;
    height: 3px;
    z-index: 999;
} */
.forbd .dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .25rem 0;
    margin: 0;
    font-size: .9rem;
    color: #6c757d;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid #eaeef0;
    border-radius: .25rem;
    width: 100%;
}

.forbd i {
    color: #000;
    font-size: 20px;
    position: absolute;
    bottom: 5px;
    right: 10px;
}

/* colender butn close */

/* new multi open*/
.choices__list--dropdown {
    display: none;
    z-index: 1;
    position: absolute;
    width: 20%;
    background-color: #fff;
    border: 1px solid #ddd;
    top: 100%;
    margin-top: 0px;
    /* border-bottom-left-radius: 2.5px; */
    border-bottom-right-radius: 2.5px;
    overflow: hidden;
    word-break: break-all;
}

.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 19%;
    background-color: #f9f9f9;
    padding: 7.5px 7.5px 3.75px;
    border: 1px solid #ddd;
    border-radius: 20px;
    font-size: 14px;
    min-height: 20px;
    overflow: hidden;
}

/* new multi close */

select.form-select.sigk {
    max-width: 100%;
    border: 2px solid #b9b9b9;
    border-radius: 10px;
    height: 32px;
    padding: 0 34px 0 11px;
    display: block;
    width: 100%;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: right .9rem center;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    text-overflow: ellipsis;
}

select.form-select.sigk {
    box-shadow: none;
    outline: none;
    cursor: pointer;
}

.custdrop5 {
    width: 100%;
    position: relative;
}

.custdrop5::after {
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 12px;
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #0965d8;
}

.custdrop6 {
    width: 100%;
    position: relative;
}

.custdrop6::after {
    position: absolute;
    top: 12px;
    right: 12px;
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #0965d8;
}

input.sand {
    border-radius: 10px;
    border: 2px solid #b9b9b9;
    height: 32px;
    width: 100%;
}

.drop select.form-select.sigk {
    max-width: 100%;
    border: 1px solid #b9b9b9;
    border-radius: 10px;
    height: 27px;
    padding: 0 3px;
    display: block;
    width: 100%;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d;
    background-color: #fff;
    background-image: none;
    background-repeat: no-repeat;
    background-position: right .9rem center;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.drop {
    width: 100%;
    position: relative;
}

.drop::after {
    position: absolute;
    top: 13px;
    right: 5px;
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #0965d8;
}

.rpo select.form-select.sigk {
    max-width: 100%;
    border: none;
    border-radius: 10px;
    height: 27px;
    padding: 0 3px;
    display: block;
    width: 100%;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d;
    background-color: #fff;
    background-image: none;
    background-repeat: no-repeat;
    background-position: right .9rem center;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.rpo {
    width: 100%;
    position: relative;
}

.rpo::after {
    position: absolute;
    top: 13px;
    right: 5px;
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #0965d8;
}

.adh .Cen {
    border: none !important;
    background-color: gray !important;
    color: #fff;
    text-align: center;
}

.adh .canta {
    border: 1px solid !important;
    background-color: gray !important;
    color: #fff;
    text-align: center;
}

span.secr {
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

.col-sm-12.cls {
    display: flex;
    justify-content: flex-end;
}

.col-lg-3.hlph {
    height: 66px !important;
}

input.nebh {
    position: relative;
    right: 18px;
    top: 75px;
}

td.newlsj {
    padding: 9px 3px;
    background: none;
    height: 19px !important;
}

input.tbda {
    max-width: 150px;
    border: none;
    background: no-repeat;
}

button.form-control.d-flex.justify-content-between.align-items-center {
    padding: 0;
    max-width: 148px;
    border: 2px solid #b9b9b9;
    border-radius: 10px;
}

.admhd .check.sorting_asc {
    width: 11px !important;
}

.admhd .hachek.sorting_desc {
    width: 38px !important;
}

input.checkidsd {
    position: relative;
    left: 0px;
    top: 6px;
}

input.checkicoc {
    position: relative;
    left: 0px;
    top: 1px;
}

a {
    text-decoration: none !important;
}

.calInput .form-control {
    border: 2px solid #b9b9b9;
    height: 32px;
    border-radius: 10px;
}

.calInput span {
    background: transparent;
    border: 0px;
    position: absolute;
    top: 1px;
    right: -2px;
}

.dropdown.bootstrap-select.show-tick {
    max-width: 100%;
    border: 2px solid #b9b9b9;
    border-radius: 11px;
    height: 32px;
    width: 100% !important;
}

.mainSelect .btn {
    background: none;
    height: 32px;
    padding: 1px 8px !important;
}

.mainSelect .dropdown:focus-visible {
    outline: none !important;
}

.mainSelect .btn:focus-visible {
    outline: none;
    border: none;
}

.mainSelect .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.btn-light {
    color: #000;
    /* background-color: #f8f9fa; */
    /* border-color: #f8f9fa; */
    background: none !important;
    padding: 1px 2px !important;
    border: none !important;
}

.sign .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    color: #000 !important;
    border-top: .5em solid !important;
    border-right: .5em solid transparent !important;
    border-bottom: none !important;
    border-left: .5em solid transparent !important;
}

.dropdown.bootstrap-select.show-tick.dal {
    max-width: 100%;
    border: 2px solid #b9b9b9;
    border-radius: 10px;
    height: 32px;
    width: 100% !important;
}

.dropdown.bootstrap-select.show-tick.comadm {
    max-width: 220px;
    border: 2px solid #b9b9b9;
    border-radius: 10px;
    height: 32px;
}

body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>.collapse>ul a {
    box-shadow: none;
    padding: 8px 20px;
    position: relative;
    width: 190px;
    background: #1fbf86;
    color: #fff !important;
    z-index: 6;
}

.dropdown.bootstrap-select.show-tick.sign:focus {
    border: 2px solid #b9b9b9 !important;
    box-shadow: none;
    outline: none;
}

.dropdown.bootstrap-select.show-tick.sign {
    max-width: 100%;
    border: 2px solid #b9b9b9;
    border-radius: 10px;
    height: 32px;
    width: 100% !important;
}

input.profna {
    border-radius: 10px;
    border: 2px solid #b9b9b9;
    height: 32px;
    width: 100%;
    padding: 1px 5px;
}

input.profna:focus {
    border: 2px solid #b9b9b9 !important;
    box-shadow: none;
    outline: none;
}

.profileheight {
    border: 2px solid #b9b9b9;
    border-radius: 10px;
    padding: 2px 5px;
    height: 70px;
    width: 75%;
}

.lore {
    border: none;
    width: 100%;
}

.profileheight .lore:focus {
    border: none !important;
    box-shadow: none;
    outline: none;
}

button.prosa {
    border: 1px solid#0069df;
    border-radius: 7px;
    background-color: #0069df;
    color: #fff;
    padding: 2px 19px;
    margin-top: 31px;
}

button.procan {
    border: 1px solid#ffc000;
    border-radius: 7px;
    background-color: #ffc000;
    color: #fff;
    padding: 2px 13px;
    margin-top: 31px;
}

button.proman {
    background-color: #0069df;
    border: none;
    color: #fff;
    border-radius: 7px;
    padding: 4px 32px;
}

input.sand:focus {
    border: 2px solid #b9b9b9 !important;
    box-shadow: none;
    outline: none;
}

.filter-option:focus {
    border: none !important;
    box-shadow: none;
    outline: none;
}

.filter-option-inner-inner:focus {
    border: none !important;
    box-shadow: none;
    outline: none;
}

.emailform input.action {
    width: 95%;
    height: 33px;
    padding: 2px 9px;
    border: 0.5px solid #e8e8e8;
    border-radius: 50px;
}

.emailform input.action:focus {
    border: 0.5px solid #e8e8e8 !important;
    box-shadow: none;
    outline: none;
}

.emailform i.fa.fa-circle {
    color: #0095ff;
}

.emailform {
    padding: 8px 0px;
}

/* attach file open */
.file-upload {
    display: block;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    width: 213px;
    padding: 0px 0px 0px 21px;
}

.file-upload .file-select {
    display: block;
    color: #000;
    cursor: pointer;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select .file-select-button {
    background: #0d83f9;
    padding: 0 21px;
    display: inline-block;
    height: 35px;
    color: #fff;
    line-height: 36px;
    border-radius: 9px;
}

.file-upload .file-select .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

.file-upload .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

/* attach file close */
.ql-toolbar.ql-snow {
    border: 0.5px solid #e8e8e8;
    border-radius: 50px;
    box-sizing: border-box;
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    padding: 4px;
}

button.savem {
    font-size: 15px;
    padding: 2px 21px;
    border: 1px solid #0069df;
    border-radius: 10px;
    color: #fff;
    background-color: #0069df;
    margin: 3px 9px;
}

button.canem {
    font-size: 15px;
    padding: 2px 21px;
    border: 1px solid #ffc000;
    border-radius: 10px;
    color: #fff;
    background-color: #ffc000;
    margin: 3px 9px;
}

button.lore {
    color: #000;
    background: #d2d2d2;
    width: 100px;
    border-radius: 10px;
}

select#countries:focus {
    border: 2px solid #b9b9b9 !important;
    box-shadow: none;
    outline: none;
}

.filter-option-inner-inner {
    border: none !important;
    box-shadow: none;
    outline: none;
}

input.acttd:focus {
    border: none !important;
    box-shadow: none;
    outline: none;
}

input.smtem:focus {
    border: 1px solid #b9b9b9 !important;
    box-shadow: none;
    outline: none;
}

.mainSelect p span {
    display: block;
}

.mainSelect p {
    margin: 0;
}

.tabbu th {
    border: 1px solid !important;
}

/* Swicth 2 */
.swismt {
    position: relative;
    display: inline-block;
    width: 65px;
    margin: 0;
    height: 27px;
}

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

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: red;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 4px 10px;
}

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

input:checked+.slider {
    background-color: #0b7f56;
}

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

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

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

/* Swicth end */


.detailPara {
    width: auto;
    border-top: 0.5px solid #ced4da;
}

.detailPara p {
    font-size: 16px;
}

.detailPara p span {
    display: inline-block;
    font-weight: bold;
}

.detailPara ul {
    padding: 0;
    margin: 0;
}

.detailPara ul li {
    font-size: 16px;
}

.detailPara ul li a {
    color: #0079fe;
}

.detailPara ul li span {
    font-weight: bold;
}

.smtbut {
    display: flex !important;
    justify-content: space-between !important;
}

.smtbut .butca1 {
    font-size: 15px;
    color: #fff;
    background: #f76c6a;
    border: none;
    border-radius: 5px;
    padding: 8px 16px;
}

.smtbut .butup1 {
    font-size: 15px;
    color: #fff;
    background: #4dbd73;
    border: none;
    border-radius: 5px;
    padding: 8px 16px;
}

.mainSelect .tude th {
    border: 1px solid !important;
    height: auto;
    font-size: 12px;
    padding: 0 !important;
}

#example .dattd tr td {
    text-align: center;
    padding: 4px 6px;
}

#Single_Activation tbody tr td {
    text-align: center;
}

#Sensor_Activation tbody tr td {
    text-align: center;
}

.trans th {
    border-top: 1px solid #e2e2e2 !important;
    border-right: 0.5px solid #e2e2e2 !important;
    border-left: 0.5px solid #e2e2e2 !important;
}

.trhn td {
    background: #fff !important;
    border: 0.5px solid #e2e2e2 !important;
}

.datbord th {
    text-align: center;
    border-top: 1px solid #e2e2e2 !important;
    border-right: 0.5px solid #e2e2e2 !important;
    border-left: 0.5px solid #e2e2e2 !important;
    border-bottom: 0.5px solid #e2e2e2 !important;
}

tbody.dattd td {
    background: #fff !important;
    border: 0.5px solid #e2e2e2 !important;
}

.dattd .fa.fa-check-circle {
    color: #218544;
    font-size: 24px;
}

.dattd .fa.fa-exclamation-triangle {
    color: #eda028;
    font-size: 24px;
}

.dattd .fa.fa-flag-checkered {
    color: #000;
    font-size: 24px;
}

.dattd .fa.fa-spinner {
    color: #000;
    font-size: 24px;
}

/* .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none !important;
}

.mainSelect .dataTables_scrollHeadInner {
    width: 100% !important;
}

.mainSelect table {
    width: 100% !important;
}

/* B1 Screens css */


.mainSelect input[type="search"] {
    border: 2px solid #e1e0e0 !important;
    outline: none;
    box-shadow: none;
}

label.image-button.bscrup {
    font-size: 10px;
    color: #adadad;
    display: grid;
    justify-items: center;
}

.image-input label.image-button.upld {
    font-size: 13px !important;
    color: #6c757d !important;
    display: grid;
    justify-items: center;
}

.geo {
    padding: 20px 0 0 !important;
    display: flex;
    justify-content: center;
    text-align: -webkit-center;
}

.geo img {
    max-width: 31px;
}

.aletobo {
    border-top: 1px solid gray;
}

h6.header-title.alhea {
    font-size: 19px;
    padding: 12px 0px 0px 0px;
    display: flex;
}

.aletbac {
    background-color: #e8e8e8;
}

.image-input i.fa.fa-trash-o {
    font-size: 24px;
    display: flex;
    margin-top: 34px;
}

.aletbac .form-select.sigk {
    background: #a1a1a1;
    color: #000;
}

.allabte .allab {
    font-size: 15px !important;
    color: #000;
}

.allabte .textlimi {
    display: flex;
    justify-content: end;
    color: #d8d8d8;
}

.lisal .alull li {
    list-style: none;
    display: inline-block;
    border: 1px solid;
    border-radius: 10px;
    background-color: #979797;
    color: #fff;
}

.lisal .lm {
    position: relative;
    border-radius: 10px;
    border: 2px solid rgb(185, 185, 185);
    height: 28px;
    width: 25%;
    padding: 1px 2px 3px 6px
}

/* .lisal .lm::after {
    position: absolute;
    content: "\f00d ";
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    right: 4px;
    bottom: 14px;
    width: 13px;
    height: 14px;
    z-index: 9;
    font-family: 'FontAwesome';
} */
.escla .form-select.sigk {
    background: #a1a1a1;
    color: #000;
}

.aldroo {
    padding-left: 0rem !important;
}

.aldroo li {
    list-style: none;
}

.aldroo a.dropdown-toggle {
    color: #000;
    font-size: 13px;
    border: 2px solid #b9b9b9;
    padding: 2px 14px 2px 5px;
    border-radius: 8px;
}

ul.dropdown-menu.show {
    padding-left: 0.0rem !important;
    background-color: #fff !important;
}

ul.dropdown-menu {
    padding-left: 0.0rem !important;
    background-color: #fff !important;
}

li.ddsd {
    color: #000;
    background: #fff;
    height: 24px;
    border-bottom: 2px solid;
}

.aldroo .dropdown-item {
    padding: .2rem 0.2rem;
    background-color: #fff;

}

.dropdown-toggle.alb::after {
    display: inline-block;
    margin-left: .755em;
    vertical-align: .155em;
    content: "";
    color: #000 !important;
    border-top: .5em solid !important;
    border-right: .5em solid transparent !important;
    border-bottom: none !important;
    border-left: .5em solid transparent !important;
}

.calalre {
    background: grey;
    text-align: center;
}

.calalre:focus {
    border: none !important;
    box-shadow: none;
    outline: none;
}

.alcas {
    text-align: center;
    border-radius: 10px;
    border: 2px solid #b9b9b9;
    width: 100%;
    height: 32px;
    background-color: #a9a8a8;
}

.alcas:focus {
    border: none !important;
    box-shadow: none;
    outline: none;
}

#retax {
    background-color: #707070;
    color: #fff;
    border-radius: 10px;
}

#retax a {
    text-decoration: underline !important;
}

.smtbut img {
    max-width: 165px;
}

.imtag .clon {
    max-width: 46px;
}

.clopd {
    display: flex;
}

.clo img {
    max-width: 40px;
}

.clo .alcl {
    display: block;
}

/* range scroling Open */
.selector {
    position: relative;
    padding: 5px;
    width: 100%;
    color: #000;
}

.selector ul {
    position: relative;
    display: block;
    overflow: auto;
    min-width: 138px;
    max-height: 200px;
    background: #fff;
    list-style: none;
    white-space: inherit;
    padding-right: 17px;
    width: calc(100% + 17px)
}

.selector li {
    position: relative;
    padding: 3px 20px 3px 25px;
    cursor: pointer
}

.selector li:before {
    position: absolute;
    top: 50%;
    left: 0;
    top: 4px;
    display: inline-block;
    margin-right: 9px;
    width: 17px;
    height: 17px;
    background-color: #f4f4f4;
    border: 1px solid #d5d5d5;
    content: ""
}

.selector li[data-selected="1"]:before {
    border: 1px solid #d7d7d7;
    background-color: #fff
}

.selector li[data-selected="1"]:after {
    position: absolute;
    top: 50%;
    left: 3px;
    top: 11px;
    display: inline-block;
    width: 4px;
    height: 10px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    background: none;
    color: #39c9a9;
    content: "";
    -webkit-transform: rotate(40deg) translateY(-50%);
    transform: rotate(40deg) translateY(-50%)
}

.selector li:hover {
    color: #aaa
}

.selector li .total {
    position: absolute;
    right: 0;
    color: #d7d7d7
}

.selector .price-slider {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-top: 17px
}

@media (min-width: 768px) {
    .selector .price-slider {
        padding-top: 8px
    }
}

.selector .price-slider:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: 0;
    color: #39c9a9;
    content: attr(data-currency);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.selector .gobe {
    color: #000;
    font-size: 10px;
}

.selector #slider-range {
    width: 90%;
    margin-bottom: 10px;
    border: 1px solid #c8c8c8;
    background: #fff;
    height: 10px;
    margin-left: 8px;
    margin-right: 8px
}

@media (min-width: 768px) {
    .selector #slider-range {
        width: 100%
    }

    .selector #slider-range2 {
        width: 100%
    }
}

.selector .ui-slider-handle {
    border-radius: 0;
    background-color: #005aff;
    border: none;
    top: -14px;
    width: 28px;
    height: 28px;
    outline: none
}

.selector .ui-slider-handle {
    border-radius: 0;
    background-color: #005aff;
    border: none;
    top: -14px;
    width: 28px;
    height: 28px;
    outline: none
}

@media (min-width: 768px) {
    .selector .ui-slider-handle {
        top: -4px;
        width: 16px;
        height: 16px
    }
}

.selector .ui-slider-range {
    background: #ffc000 !important;
}

.selector .slider-price {
    position: relative;
    display: inline-block;
    width: 39%;
    background-color: #ffffff;
    line-height: 23px;
    border: 2px solid #c6c6c6;
    border-radius: 7px;
    text-align: center;
}

.selector .slider-price:before {
    position: absolute;
    top: 50%;
    left: 13px;
    margin-top: 0;
    color: #39c9a9;
    content: attr(data-currency);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.selector .show-all {
    position: relative;
    padding-left: 25px;
    color: #39c9a9;
    cursor: pointer;
    line-height: 28px
}

.selector .show-all:after,
.selector .show-all:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -1px;
    color: #39c9a9;
    width: 10px;
    border-bottom: 1px solid
}

.selector .show-all:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.selector.open ul {
    max-height: none
}

.selector.open .show-all:after {
    display: none
}

/* range scroling close */
/* range scroling Open */
.selector2 {
    position: relative;
    padding: 5px;
    width: 100%;
    color: #000;
}

.selector2 ul {
    position: relative;
    display: block;
    overflow: auto;
    min-width: 138px;
    max-height: 200px;
    background: #fff;
    list-style: none;
    white-space: inherit;
    padding-right: 17px;
    width: calc(100% + 17px)
}

.selector2 li {
    position: relative;
    padding: 3px 20px 3px 25px;
    cursor: pointer
}

.selector2 li:before {
    position: absolute;
    top: 50%;
    left: 0;
    top: 4px;
    display: inline-block;
    margin-right: 9px;
    width: 17px;
    height: 17px;
    background-color: #f4f4f4;
    border: 1px solid #d5d5d5;
    content: ""
}

.selector2 li[data-selected="1"]:before {
    border: 1px solid #d7d7d7;
    background-color: #fff
}

.selector2 li[data-selected="1"]:after {
    position: absolute;
    top: 50%;
    left: 3px;
    top: 11px;
    display: inline-block;
    width: 4px;
    height: 10px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    background: none;
    color: #39c9a9;
    content: "";
    -webkit-transform: rotate(40deg) translateY(-50%);
    transform: rotate(40deg) translateY(-50%)
}

.selector2 li:hover {
    color: #aaa
}

.selector2 li .total {
    position: absolute;
    right: 0;
    color: #d7d7d7
}

.selector2 .price-slider {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-top: 17px
}

@media (min-width: 768px) {
    .selector2 .price-slider {
        padding-top: 8px
    }
}

.selector2 .price-slider:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: 0;
    color: #39c9a9;
    content: attr(data-currency);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.selector2 .gobe {
    color: #000;
    font-size: 10px;
}

.selector2 #slider-range2 {
    width: 90%;
    margin-bottom: 10px;
    border: 1px solid #c8c8c8;
    background: #fff;
    height: 10px;
    margin-left: 8px;
    margin-right: 8px
}

@media (min-width: 768px) {
    .selector2 #slider-range2 {
        width: 100%
    }
}

.selector2 .ui-slider-handle {
    border-radius: 0;
    background-color: #005aff;
    border: none;
    top: -14px;
    width: 28px;
    height: 28px;
    outline: none
}

.selector2 .ui-slider-handle {
    border-radius: 0;
    background-color: #005aff;
    border: none;
    top: -14px;
    width: 28px;
    height: 28px;
    outline: none
}

@media (min-width: 768px) {
    .selector2 .ui-slider-handle {
        top: -4px;
        width: 16px;
        height: 16px
    }
}

.selector2 .ui-slider-range {
    background-color: red;
}

.selector2 .slider-price {
    position: relative;
    display: inline-block;
    width: 39%;
    background-color: #ffffff;
    line-height: 23px;
    border: 2px solid #c6c6c6;
    border-radius: 7px;
    text-align: center;
}

.selector2 .slider-price:before {
    position: absolute;
    top: 50%;
    left: 13px;
    margin-top: 0;
    color: #39c9a9;
    content: attr(data-currency);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.selector2 .show-all {
    position: relative;
    padding-left: 25px;
    color: #39c9a9;
    cursor: pointer;
    line-height: 28px
}

.selector2 .show-all:after,
.selector2 .show-all:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -1px;
    color: #39c9a9;
    width: 10px;
    border-bottom: 1px solid
}

.selector2 .show-all:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.selector2.open ul {
    max-height: none
}

.selector2.open .show-all:after {
    display: none
}

/* range scroling close */

/* C Section */
.trac .alull li {
    list-style: none;
    display: inline-block;
    border: 1px solid;
    border-radius: 10px;
    background-color: #979797;
    color: #fff;
}

.trac .lm {
    position: relative;
    border-radius: 10px;
    border: 2px solid rgb(185, 185, 185);
    height: 28px;
    width: 30%;
    padding: 1px 2px 3px 6px
}

/* .trac .lm::after {
    position: absolute;
    content: "\f00d ";
    color: red;
    font-size: 13px;
    font-weight: normal;
    right: 1px;
    bottom: 16px;
    width: 13px;
    height: 14px;
    z-index: 9;
    font-family: 'FontAwesome';
} */
.slabo {
    box-shadow: 0px 2px 4px #afaeae;
    width: 100px;
    margin: auto;
    border-radius: 13px;
}

.mainSelect .timcl {
    border-top: 1px solid #d0cfcf;
}

.sidbaal {
    border-right: 1px solid #d8d8d8;
}

.Esim {
    display: flex;
}

.Esim img {
    max-width: 46px;
}

.exting h5 {
    color: #3d49bc;
    font-weight: bold;
}

.exting h6 {
    color: #3d49bc;
    font-weight: bold;
}

.cuexec {
    padding: 0 !important;
}

.cuexec li {
    color: #000;
    list-style: none;
}

.curen {
    display: flex;
}

.curen .dattim {
    font-size: 17px;
    font-weight: 400;
    color: #000;
    flex-basis: 55%;
}

.alexec {
    display: flex;
}

.alexec .txecl {
    color: #000;
    font-size: 15px;
}

.alexec .opexe {
    font-size: 17px;
    color: #000;
    flex-basis: 40%;
}

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

.immax img {
    max-width: 110px;
}

#regexe {
    background-color: #a9a8a8;
    color: #fff;
    border-radius: 10px;
    height: 57px;
}

#obscom {
    border-radius: 10px;
    height: 66px;
}

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

.imagsb img {
    max-width: 75px;
    display: unset !important;
}

#comh {
    border-radius: 10px;
    height: 137px;
}

h6.header-title.calces {
    font-size: 12px;
    padding: 12px 0px 0px 0px;
    display: flex;
}

.col.bd {
    display: inline-block;
}

.litab {
    box-shadow: 0px 2px 4px #afaeae;
    padding: 6px;
    margin: auto;
    min-height: 102px;
    overflow: hidden;
    border-radius: 13px;
}

.hsg span {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.txsp span {
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
}

.col.es {
    border-radius: 10px;
    background-color: #07441a;
    margin-right: 16px;
}

.col.es1 {
    border-radius: 10px;
    background-color: red;
    margin-right: 16px;
}

h6.header-title.tosl {
    color: #fff;
    font-size: 13px;
    padding: 7px 0 0;
}

.slacu .coc {
    background-color: #03962e;
    color: #fff;
    text-align: center;
}

.slacu .dhhd {
    background-color: #289045;
    color: #fff;
    text-align: center;
}

.slacu .wst {
    background-color: #026620;
    color: #fff;
    text-align: center;
}

.slacu .coc1 {
    background-color: #a33c3c;
    color: #fff;
    text-align: center;
}

.slacu .dhhd1 {
    background-color: #b35050;
    color: #fff;
    text-align: center;
}

.slacu .wst1 {
    background-color: #7d1b1b;
    color: #fff;
    text-align: center;
}

.slacu .over1 {
    background-color: #022596;
    color: #fff;
    text-align: center;
}

.slacu .over2 {
    background-color: #0226c8;
    color: #fff;
    text-align: center;
}

.slacu .over3 {
    background-color: #022464;
    color: #fff;
    text-align: center;
}

.slacu .dhhd {
    background-color: #237d3d;
    color: #fff;
    text-align: center;
}

.slacu .peps {
    color: #fff;
    text-align: center;
}

.col.wors {
    border-radius: 10px;
    background-color: #0069df;
    margin-right: 16px;
}

.col.wors1 {
    border-radius: 10px;
    background-color: red;
    margin-right: 16px;
}

.slacu .pre {
    background-color: #2e74c5;
    color: #fff;
    text-align: center;
}

.pre1 {
    background-color: #7d1b1b;
    color: #fff;
    text-align: center;
}

.ces1 {
    background-color: #7d1b1b;
    color: #fff;
    text-align: center;
}


.slacu .bds {
    background-color: #0856ab;
    color: #fff;
    text-align: center;
}

.slacu .ces {
    background-color: #00418b;
    color: #fff;
    text-align: center;
    border-radius: 10px;
}

.slacu .men {
    background-color: #1c508b;
    color: #fff;
    text-align: center;
    border-radius: 10px;
}

.slacu .may {
    background-color: #002550;
    color: #fff;
    text-align: center;
    border-radius: 10px;
}


.avecomp .header-title {
    font-size: 13px;
    padding: 0;
}

.datbord .supop {
    background-color: #04aae8 !important;
    color: #fff;
    font-size: 12px;
}

.datbord .timco {
    background-color: #908e91 !important;
    color: #fff;
    font-size: 12px;
}

.dattd .opsu {
    background-color: #527885 !important;
    color: #fff;
    padding: 0 !important;
    font-size: 12px;
}

.info-tool {
    color: white;
    cursor: pointer;
}

.rotar {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    /*white-space: nowrap;*/
    height: 150px;
}

.rotar-encabezado {
    font-size: 100% !important;
    vertical-align: center !important;
    text-align: center !important;
}

.dattd .supop {
    background-color: #04aae8 !important;
    color: #fff;
    padding: 0 !important;
    font-size: 12px;
}

.dattd .zere {
    background-color: red !important;
    color: #fff;
    font-size: 12px;
}

.dattd .zere1 {
    background-color: whitesmoke !important;
    color: #000;
    font-size: 12px;
}

.dattd .onthye {
    background-color: #d3be4b !important;
    color: #fff;
    padding: 0 !important;
    font-size: 12px;
}

.dattd .thsipi {
    background-color: #a935a2 !important;
    color: #fff;
    padding: 0 !important;
    font-size: 12px;
}

.dattd .sinigre {
    background-color: #788534 !important;
    color: #fff;
    padding: 0 !important;
    font-size: 12px;
}

.dattd .ninhugr {
    background-color: #57b882 !important;
    color: #fff;
    padding: 0 !important;
    font-size: 12px;
}

.dattd .racolbl {
    background-color: #363636 !important;
    color: #fff;
    font-size: 12px;
}

.progress.almantu {
    display: flex;
    height: 1.75rem;
    overflow: hidden;
    font-size: .875rem;
    background-color: #ebeef0;
    border-radius: .25rem;
}

.progress-bar.turc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    font-size: 15px;
    text-align: center;
    white-space: nowrap;
    background-color: #ffb62b;
    transition: width .6s ease;
}

.progress.prexs {
    display: flex;
    height: 1.75rem;
    overflow: hidden;
    font-size: .875rem;
    background-color: #ebeef0;
    border-radius: .25rem;
}

.progress-bar.zer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    font-size: 15px;
    text-align: center;
    white-space: nowrap;
    background-color: red;
    transition: width .6s ease;
}

.othco {
    background-color: #d3be4b !important;
}

.thsic {
    background-color: #a935a2 !important;
}

.sinic {
    background-color: #788534 !important;
}

.nihuc {
    background-color: #57b882 !important;
}

h6.header-title.toten {
    font-size: 21px;
    color: #000;
    padding: 0;
}

.datbord .gpcora {
    background-color: #0069df !important;
    color: #fff;
    font-size: 12px;
}

.datbord .comtex {
    background-color: #074180 !important;
    color: #fff;
    font-size: 10px;
}

.dattd .metex {
    background-color: #000 !important;
    color: #fff;
    font-size: 12px;
}

.dattd .pdfd {
    background-color: #0a8157 !important;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.dattd .medth {
    background-color: #ffb900 !important;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.dattd .lesth {
    background-color: #ff1400 !important;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.dattd .clye {
    background: yellow !important;
    color: #000;
}

.dattd .clgre {
    background: #0f8d0f !important;
    color: #000;
}

.dattd .clre {
    background: red !important;
    color: #000;
}

/* C section close */
/* D Section Start */
/* email add */
.mailScroll .bootstrap-tagsinput {
    background-color: #fff;
    border: 2px solid #b9b9b9 !important;
    box-shadow: none !important;
    display: inline-block;
    padding: 4px 6px !important;
    margin-bottom: 0 !important;
    color: #555;
    vertical-align: middle;
    border-radius: 10px !important;
    max-width: 100%;
    height: 32px;
    overflow-x: auto;
    overflow-y: scroll;
    line-height: 22px;
    cursor: text;
    margin: 0;
    width: 100%;
    padding: 0.5rem 0.75rem 0;
    font-size: 1rem;
    line-height: 1.25;
    transition: border-color 0.15s ease-in-out;
}

.bootstrap-tagsinput .has-focus {
    background-color: #fff;
    border-color: #5cb3fd;
}

.bootstrap-tagsinput .label-info {
    display: inline-block;
    background-color: #636c72;
    padding: 0 .4em .15em;
    border-radius: .25rem;
    margin-bottom: 0.4em;
}

.bootstrap-tagsinput input {
    margin-bottom: 0.5em;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: '\00d7';
}

/* email add */
.tmstbsub .subto {
    display: flex !important;
    justify-content: flex-end;
}

.imtag {
    padding-top: 31px;
}

.imtag img {
    max-width: 100px;
}

.pdcl {
    padding: 3px 14px 0px 0px;
}

.pdcl img {
    max-width: 118px;
}

.senbu {
    padding-top: 32px;
}

.senbu .butse {
    background-color: #0069df;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    padding: 2px 18px;
}

input#example-month {
    height: 32px;
    width: 100%;
    border: 2px solid #b9b9b9;
    border-radius: 10px;

}

.form-label.texfo {
    font-size: 15px !important;
}

label.col-md-6.col-form-label.fw-bold.txst {
    font-size: 18px;
}

/* D Section Close */
/* multi date open */
.daterangepicker.show-calendar .drp-buttons {
    display: -webkit-box !important;
}

.calenderCusm .multda {
    height: 32px;
    border: 2px solid #b9b9b9;
    border-radius: 10px;
    width: 100%;
    text-align: center;
}

.calenderCusm .multda:focus {
    border: 2px solid #b9b9b9 !important;
    box-shadow: none;
    outline: none;
}

/* multi date open */
/* side bar add */
/* general administartor open */



#sidebarDashboards>ul {
    list-style: none;
    padding: 19 !important;
}

#sidebarDashboards>ul>li>a {
    color: #fff !important;
    display: block;
    padding: 12px 20px;
    position: relative;
    transition: all .4s;
    font-family: Roboto, sans-serif;
    font-size: .95rem;
}

#sidebarDashboards>ul>li>a.active {
    background: #11593f;
    border-bottom: 5px solid #ffc000;
}

#sidebarDashboards>ul>li>a:hover {
    color: white !important;
    background-color: #0a6b49 !important;
}

body[data-sidebar-size=condensed] .left-side-menu #sidebarDashboards>ul>li:hover>a {
    position: relative;
    width: calc(190px + 70px);
    color: #3bafda;
    background-color: #0b7f56 !important;
    box-shadow: inset 0 1px 7px 0 rgba(154, 161, 171, .2);
}

body[data-sidebar-size=condensed] .left-side-menu #sidebarDashboards>ul>li>a {
    padding: 15px 20px;
    min-height: 54px;
    transition: none;
}

body[data-sidebar-size=condensed] .left-side-menu #sidebarDashboards>ul>li:hover>.collapse>ul a {
    box-shadow: none;
    padding: 8px 20px;
    position: relative;
    width: 190px;
    background: #1fbf86;
    color: #fff !important;
    z-index: 6;
}

/* general administartor close */
/* administartor open */
#sidebarLayouts>ul {
    list-style: none;
    padding: 19 !important;
}

#sidebarLayouts>ul>li>a {
    color: #fff !important;
    display: block;
    padding: 12px 20px;
    position: relative;
    transition: all .4s;
    font-family: Roboto, sans-serif;
    font-size: .95rem;
}

body[data-sidebar-size=condensed] .left-side-menu #sidebarLayouts>ul>li:hover>a {
    position: relative;
    width: calc(190px + 70px);
    color: #3bafda;
    background-color: #0b7f56 !important;
    box-shadow: inset 0 1px 7px 0 rgba(154, 161, 171, .2);
}

body[data-sidebar-size=condensed] .left-side-menu #sidebarLayouts>ul>li>a {
    padding: 15px 20px;
    min-height: 54px;
    transition: none;
}

body[data-sidebar-size=condensed] .left-side-menu #sidebarLayouts>ul>li:hover>.collapse>ul a {
    box-shadow: none;
    padding: 8px 20px;
    position: relative;
    width: 190px;
    background: #1fbf86;
    color: #fff !important;
    z-index: 6;
}

/* administartor close */
/* alert open */
#sidebarEcommerce>ul {
    list-style: none;
    padding: 19 !important;
}

#sidebarEcommerce>ul>li>a {
    color: #fff !important;
    display: block;
    padding: 12px 20px;
    position: relative;
    transition: all .4s;
    font-family: Roboto, sans-serif;
    font-size: .95rem;
}

ul>li>a.active {
    background: #11593f;
    border-bottom: 5px solid #ffc000;
}

ul>li>a:hover  {
    color: white !important;
    background-color: #0a6b49 !important;
}

body[data-sidebar-size=condensed] .left-side-menu #sidebarEcommerce>ul>li:hover>a {
    position: relative;
    width: calc(190px + 70px);
    color: #3bafda;
    background-color: #0b7f56 !important;
    box-shadow: inset 0 1px 7px 0 rgba(154, 161, 171, .2);
}

body[data-sidebar-size=condensed] .left-side-menu #sidebarEcommerce>ul>li>a {
    padding: 15px 20px;
    min-height: 54px;
    transition: none;
}

body[data-sidebar-size=condensed] .left-side-menu #sidebarEcommerce>ul>li:hover>.collapse>ul a {
    box-shadow: none;
    padding: 8px 20px;
    position: relative;
    width: 190px;
    background: #1fbf86;
    color: #fff !important;
    z-index: 6;
}

/* alertclose */
/* Dashbord open */
#sidebarTasks>ul {
    list-style: none;
    padding: 19 !important;
}

#sidebarTasks>ul>li>a {
    color: #fff !important;
    display: block;
    padding: 12px 20px;
    position: relative;
    transition: all .4s;
    font-family: Roboto, sans-serif;
    font-size: .95rem;
}

#sidebarTasks>ul>li>a.active {
    background: #11593f;
    border-bottom: 5px solid #ffc000;
}

#sidebarTasks>ul>li>a:hover {
    color: white !important;
    background-color: #0a6b49 !important;
}

body[data-sidebar-size=condensed] .left-side-menu #sidebarTasks>ul>li:hover>a {
    position: relative;
    width: calc(190px + 70px);
    color: #3bafda;
    background-color: #0b7f56 !important;
    box-shadow: inset 0 1px 7px 0 rgba(154, 161, 171, .2);
}

body[data-sidebar-size=condensed] .left-side-menu #sidebarTasks>ul>li>a {
    padding: 15px 20px;
    min-height: 54px;
    transition: none;
}

body[data-sidebar-size=condensed] .left-side-menu #sidebarTasks>ul>li:hover>.collapse>ul a {
    box-shadow: none;
    padding: 8px 20px;
    position: relative;
    width: 190px;
    background: #1fbf86;
    color: #fff !important;
    z-index: 6;
}

/* Dashbord close */
/* side bar close */
/* eye Popup Open */
.modal-header.work {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 0.2rem !important;
    border-bottom: 1px solid #e5e8eb;
    border-top-left-radius: .2rem;
    border-top-right-radius: .2rem;
}

.modal-body.aldat {
    position: relative;
    flex: 1 1 auto;
    padding: 0.5rem 1rem !important;
}

.modal-footer.alce {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .2rem !important;
    border-top: 1px solid #e5e8eb;
    border-bottom-right-radius: .2rem;
    border-bottom-left-radius: .2rem;
}

button.edit {
    border: none;
    background: none;
}

.edit i.fa.fa-pencil-square-o {
    font-size: 19px;
}

.alce .cens {
    font-size: 15px;
    color: #fff;
    background: #f76c6a;
    border: none;
    border-radius: 3px;
    padding: 0px 16px;
}

.form-select.popsel {
    background-image: url("");

}

.popcusim {
    display: flex !important;
    justify-content: space-between !important;
}

.popcusim img {
    max-width: 51px;
}

label.labcol {
    font-size: 10px !important;
    color: #000;
    font-weight: 700;
}

.col .altabli li {
    list-style: none;
    display: inline;
    padding: 3px 15px;
    background-color: gray;
    color: #fff;
    border-radius: 3px;
}

.col .altabli .acti {
    background: #fff;
    color: #000;
    border: 1px solid;
}

input.popsel.intexfix {
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: 3px;
}

input.popsel.intexfix:focus {
    border: 1px solid #ced4da !important;
    outline: none;
    box-shadow: none;
}

input.popsel {
    border: 1px solid #ced4da;
    border-radius: 3px;
}

.intexfix:focus {
    border: 1px solid #000 !important;
    outline: none;
    box-shadow: none;
}

.colsue {
    width: 100%;
    background: gray;
    border: 1px solid gray;
    color: #ffff;
}

.colsue:focus {
    border: 1px solid gray !important;
    outline: none;
    box-shadow: none;
}

.popsel.colsue {
    height: 28px !important;
    width: 100%;
    border: 1px solid #b9b9b9 !important;
    border-radius: 3px !important;
}

select.popsel {
    padding: 1px 2px;
}

.dropdown.bootstrap-select.show-tick.popsel {
    max-width: 100%;
    border: 1px solid #b9b9b9;
    border-radius: 0px !important;
    height: 27px;
    width: 100% !important;
}

.popsel .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    color: #000 !important;
    border-top: .5em solid !important;
    border-right: .5em solid transparent !important;
    border-bottom: none !important;
    border-left: .5em solid transparent !important;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #858d93;
    border: none !important;
    box-shadow: none;
    outline: none;
}

.custdrop5.cds::after {
    position: absolute;

    top: 9px;
    right: 9px;
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #0965d8;
}

/* eye Popup Close */
/* all screen alert popup open */

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

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

label.alety {
    color: #000;
    font-size: 15px;
}

label.pabu {
    color: red;
    font-size: 15px;
}

.cealte .alti {
    color: #000;
}

button.alealbu {
    color: #fff;
    background-color: #059406;
    border: none;
    border-radius: 7px;
    display: block;
    padding: 2px 13px;
    line-height: 27px;
}

/* all screen alert popup Close */
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>.collapse>ul {
    display: block !important;
    left: 54px !important;
    position: absolute;
    width: 190px;
    box-shadow: none;
}

body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul ul {
    padding: 0 16px !important;
    z-index: 9999;
    display: none;
    background-color: #fff0 !important;
}

/* login Page Open */
.navbar-custom.log {
    left: 0 !important;
}

button.button-menu-work {
    border: none;
    color: #fff;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    width: 60px;
    background-color: transparent;
    font-size: 24px;
    cursor: pointer;
}

.card.fods {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none !important;
}

.form-control.custom-select.lang {
    display: inline-block;
    max-width: 100%;
    padding: .375rem 1.75rem .375rem .75rem;
    padding-right: .75rem\9;
    color: #fff !important;
    vertical-align: middle;
    background: #fff url("../../images/arrow.png") no-repeat right .75rem center;
    background-image: none\9;
    background-color: #ffc000 !important;
    -webkit-background-size: 8px 10px;
    background-size: 18px 11px;
    border: none !important;
    border-radius: .25rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.has-float-label .form-control:placeholder-shown:not(:focus)+* {
    font-size: 101% !important;
    opacity: .5;
    top: .6em !important;
}

.text-muted.forpas {
    color: #ff0000 !important;
    font-size: 13px;
    display: flex;
    justify-content: flex-end;
}

a.text-muted.forpas:focus,
a.text-muted.forpas:hover {
    color: #ff0000 !important;
}

.btn.btn-block.log {
    color: #fff;
    background-color: #0b7f56 !important;
    border-color: #0b7f56;
}

/* login page close */

/* account page open*/

.shon {
    display: none;
}

.shon.intro {
    display: block;
}

.loader {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    text-align: center;
    display: none;
}

img.loader-img {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.weekDays {
    position: absolute;
    margin-left: -10px;
    margin-top: 3px;
}

ul.weekd input.weekDays {
    -webkit-appearance: none;
    appearance: none;
    height: 16px;
    padding: 0 8px;
    position: absolute;
    top: 0;
    left: 10px;
    cursor: pointer;
}

.time i {
    position: inherit;
    padding-left: 8px;
    font-size: 16px;
}

.time span {
    width: 16px;
    display: inline-block;
}

.gm-style-iw-chr button{
    position: absolute !important;
    right: 0;
}

/* account page close */
/* ========================== media query start ========================== */
/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    /* .dropdown-menu li{ position: relative; 	} */
    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: 0px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    /* .dropdown-menu > li:hover{ background-color: #f1f1f1 } */
    /* .dropdown-menu > li:hover > .submenu{ display: inline-block; } */
}

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }

    /* .dropdown-menu li{ position: relative;} */
    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: 0px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu>li:hover {
        background-color: #f1f1f1
    }

    .dropdown-menu>li:hover>.submenu {
        display: block;
    }

    .imagsb {
        justify-content: center;
    }

}

/* ============ small devices .end// ============ */



@media screen and (max-width: 575px) {
    .mainSelect label {
        padding-top: 0;
    }

    .stationtp.droptech {
        justify-content: center;
    }

}

/* ========================== media query exit ========================== */

.property-val {
    border: 0.5px solid #bdbcbc66 !important;
    padding: 23px 10px !important;
}

.configuration .switch {
    float: left;
    margin-left: 0;
    margin-top: 7px;
    /* width: 5em; */
}

#vehicleMultiActivation textarea {
    resize: vertical;
    border-radius: 17px;
    border: 2px solid #000;
    padding: 10px;
}

.CustomerTags i {
    position: absolute;
    top: 1px;
    right: 4px;
    cursor: pointer;
}

#vehicleMultiActivation textarea {
    border: 2px solid;
    border-radius: 20px;
}

.GetRangeColor.green {
    background-color: #0a8157 !important;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.GetRangeColor.red {
    background-color: #ff1400 !important;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.GetRangeColor.yellow {
    background-color: #ffb900 !important;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.dropdown.bootstrap-select.show-tick.popsel {
    max-width: 100%;
    border: 2px solid #b9b9b9;
    border-radius: 10px !important;
    height: 31px;
    width: 100% !important;
}

.calCust {
    position: relative;
}

.calCust span.calIcon {
    position: absolute;
    right: 10px;
    top: 4px;
}

.monthly_package .modal {
    top: -14px !important;
}

#Amodel .modal {
    top: -24px !important;
}

#typeTabe .modal {
    top: -14px !important;
}

#escalation_channel+label {
    position: absolute !important;
    top: 32px !important;
}

#vehPatenteid+label {
    position: absolute !important;
    top: 32px !important;
}

.parent_li {
    position: relative;
}

.parent_li .sug_remove {
    position: absolute;
    z-index: 9;
    right: 13px;
    color: #fff;
    top: 0;
}

.iti--allow-dropdown .iti__flag-container .iti__selected-flag {
    height: 30px !important;
}

.iti__country-list {
    z-index: 9 !important;
}

#customersStore .calInput form-control {
    padding: 0.25rem 0.9rem !important;
}

/* Not-Selectable-all-body-text */
body {
    /*
        -webkit-user-select: none;
        user-select: none;
    */
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    color: #585555 !important;
}

/* Date-Icon */
.date-icon {
    position: absolute;
    top: 3px;
    right: -5px;
    cursor: pointer;
}

#ui-datepicker-div {
    z-index: 9 !important;
}

.hours-th {
    z-index: 1 !important;
}

.topnav-menu .circle-online {
    border: 2px solid #55bf06;
    height: 100px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 100px;
}

/* .topnav-menu .status-circle-online {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #74e578;
    border: 2px solid #f8fbf8;
    bottom: 0;
    right: 11px;
    top: 43px;
    position: absolute;
} */

.topnav-menu .circle-offline {
    border: 2px solid red;
    height: 100px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 100px;
}

.topnav-menu .status-circle-offline {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: red;
    border: 2px solid #f8fbf8;
    bottom: 0;
    right: 11px;
    top: 43px;
    position: absolute;
}

.topnav-menu img.rounded-circle.circle-offline {
    height: 39px !important;
}

.nav-user img {
    height: 40px !important;
    width: 40px !important;
}

div#__hideSave {
    margin-top: 30px;
}

div#__hideSave button {
    border: none;
    padding: 5px 12px;
    border-radius: 10px;
    height: 32px;
}

.AddProperty {
    width: auto;
}

div#AddPropertyModal {
    top: -13px !important;
}

#sidebar-menu>ul>li ul {
    padding: 0;
    margin: 0;
    background: #27744a;
}

#propertyTable tr th,
td {
    text-align: center !important;
}

#bodyLogin {
    background-image: url('../../images/greenBack.png');
    background-size: cover;
    background-repeat: no-repeat;
}


#bodyLogin::after {
    content: "";
    background-image: url('../../images/mapImage.png');
    opacity: 0.9;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

#bodyLogin .login {
    font-weight: bold;
    font-kerning: auto;
    text-align: center !important;
    color: #358057;
}

img.image-preview {
    height: 50px;
    width: 45px;
}

.passInput {
    position: relative;
}

.passEye {
    position: absolute;
    top: 18px;
    transform: translateY(-50%);
    right: 8px;
    cursor: pointer;
    z-index: 99;
}

.password-eye:before {
    font-size: 20px;
}

.error+label {
    color: red;
    font-size: 13px;
}

.content-page {
    min-height: 107vh !important;
}

.page-title-box-second {
    background-color: #fff;
    align-items: center;
    justify-content: space-between;
    display: flex;
    margin: 0 -27px 10px;
    padding: 10px 20px;
    box-shadow: 0 1px 1px rgba(50, 58, 70, 0.1);
}

.cursor-pointer {
    cursor: pointer;
}

.row-selected {
    background-color: #000 !important;
    color: #ffffff !important;
    font-weight: bold !important;
}

.swal-button--confirm1 {
    background: #a00;
}

#history_escalations_execute_alert{
    content: '';
    position: relative;
    background: black;
    width: 2px;
    left: 15%;
}

#history_escalations_execute_alert .child {
    position: relative;
}

#history_escalations_execute_alert .child::before {
    content: '';
    position: absolute;
    background: red;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    border: 2px solid black;
    left: -7px;
}

.content-timeline {
    width: 140px;
}

.margin-top-60{
    margin: 60px 0 0 0;
}

.margin-bottom-60{
    margin: 0 0 60px 0;
}

.margin-0{
    margin: 0px;
}

.tooltip-custom .tiptext {
    display: none;
    width: 200px;
    background-color: #e6e6e6;
    color: #000;
    border-radius: 5px;
    border: 1px solid black;
    position: absolute;
    padding: 0 10px;
    z-index: 3;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.child:hover .tiptext {
    display: block;
}

.tooltip-custom.top .tiptext{
    top: -100%;
}
.tooltip-custom.top .tiptext::after{
    margin-top: -5px;
    top: 50%;
    right: 100%;
    border-color: transparent #2E2E2E transparent transparent;
}

.flex-custom{
    display: flex;
}

.icon-change-terminal{
    font-size: 30px;
}

.card-login {
    border-radius: 10px !important;
    padding: 20px !important;
    box-shadow: 10px 10px 58px -6px rgba(0,0,0,0.55);
}

.pe-auto{
    cursor: pointer;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .tooltip-custom .tiptext {
        width: 130px;
    }

    .flex-custom{
        display: flex;
        flex-direction: column;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1300px) {
    .tooltip-custom .tiptext {
        width: 180px;
    }
    .flex-custom label{
        margin-left: 5px;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1450px) {
    .tooltip-custom .tiptext {
        width: 210px;
    }
    .flex-custom label{
        margin-left: 5px;
    }
}

@media screen and (min-width: 1451px) {
    #history_escalations_execute_alert{
        left: 20%;
    }

    .tooltip-custom .tiptext {
        width: 300px;
    }

    .flex-custom label{
        margin-left: 5px;
    }
}

.dropdown-menu .inner .show {
    min-width: 10rem !important;
}

.btnMap{
    direction: ltr;
    overflow: hidden;
    text-align: center;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    color: rgb(86, 86, 86);
    font-family: Roboto, Arial, sans-serif;
    user-select: none;
    font-size: 18px;
    background-color: rgb(255, 255, 255);
    padding: 0px 17px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    background-clip: padding-box;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    min-width: 40px;
    border-left: 0px;
}
