/** LOGO Sidebar  **/

.leftpanel .logo_pl {
    position: fixed;
    height: 6rem;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: #53565a;
    max-width: 18rem;
    cursor: pointer;
    /* -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease; */
}

.leftpanel .logo_pl img {
    /* -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease; */
}

.leftpanel .logo_pl img {
    max-width: 7.75rem;
    width: 100%;
    position: absolute;
    left: 2rem;
    top: calc(50% + 0.2rem);
    transform: translateY(-50%);
}

.leftpanel .logo_pl .logo_smaller {
    max-width: 2.5566rem;
    opacity: 1;
    margin-top: 0.2rem;
}

.leftpanel .navbar li a {
    font-family: "Poppins-Regular", sans-serif;
    font-size: 1.1rem;
    color: #fff;
    text-decoration: none;
    padding-left: 4.6rem;
    padding-top: 7px;
    line-height: 2rem;
    display: block;
    position: relative;
    min-height: 3rem;
    font-weight: 300;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.leftpanel .navbar li a span {
    white-space: nowrap;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.leftpanel .navbar li a .icon {
    width: 2rem;
    height: 3rem;
    display: inline-block;
    position: absolute;
    left: 2rem;
    top: 54%;
    transform: translateY(-50%);
}

.leftpanel .navbar li a .icon svg {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    top: 46%;
    transform: translateY(-50%);
    height: 1.5rem;
}
.leftpanel .navbar li a .icon .h10.device-group{
    top: 38%
}
.leftpanel .navbar li a .icon .h10.password{
    top: 47%
}

.leftpanel .navbar li a .icon .h10.type{
    top: 56%
}
@-moz-document url-prefix() {
    .leftpanel .navbar li a .icon {
        top: 82%;
    }
    .leftpanel .navbar li a .icon.asset-product {
        top: 26%;
    }
    .leftpanel .navbar li a .icon.supports {
        top: 70%;
    }
    .leftpanel .navbar li a .icon .h10.maintenance-tasks-icon {
        height: 1.3rem;
    }
    .leftpanel .navbar li a .icon .h10.device-group {
        top: 56%;
    }
    .leftpanel .navbar li a .icon .h10.password {
        top: 61%;
    }
    .leftpanel .navbar li a .icon .h10.type {
        top: 54%
    }
    .leftpanel .navbar li a .icon.assets-icon {
        top: 57%;
    }

}

.leftpanel .navbar li a .arrow {
    position: absolute;
    right: 2rem;
    top: calc(50% + -0.2rem);
    transform: translateY(-50%);
    width: 0.73rem;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.leftpanel .navbar .dropwdown_active a .arrow {
    transform: rotate(180deg);
    margin-top: -0.1rem;
    top: calc(50% + 0.1rem);
}

.leftpanel .downnavbar li a {
    font-size: 1rem;
    line-height: 1.1rem;
    min-height: 1.0rem;
    font-weight: 200;
    padding-bottom: 5px;
}


.right_nav .title {
    /*position: fixed;*/
    height: 6rem;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 2;
    background: #53565a;
    max-width: 18rem;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.right_nav .title h1 {
    position: absolute;
    left: 2rem;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #fff;
    transform: translateY(-50%);
    /* top: calc(50% + 0.3rem); */
    top: calc(50%);
    padding-left: 1.3rem;
    white-space: nowrap;
    font-size: 1.5rem;
}

.right_nav .title h1 span {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.rightbar {
    display: none;
}

.rightbarBox {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0 !important;
}


.right_nav .dropf .box .tit h1 {
    font-family: "Poppins", sans-serif;
    font-size: 1.65rem;
    font-weight: 400;
    color: #fff;
    margin-top: 0.05rem;
    white-space: nowrap;
}

.right_nav {
    max-width: 18rem;
    background: #e5e5e5;
    min-height: 100vh;
    width: 100%;
    position: relative;
    padding-top: 6rem;
    margin-left: auto;
    z-index: 997 !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    /* Track */
    /* Handle */
    /* Handle on hover */
}


.right_nav .dropf .clickable h2 {
    font-weight: 600;
    line-height: 3rem;
    font-size: 1.55rem;
    color: #205C40;
    font-family: "Poppins", sans-serif;
    white-space: nowrap;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    text-transform: uppercase;
    padding-left: 6px;
}

.el-select .el-input .el-select__caret {
    color: #53565A;
    font-size: 13px;
    font-weight: bold;
    transition: transform .3s;
    transform: rotateZ(180deg);
    cursor: pointer;
}

.el-input--suffix .el-input__inner {
    border-radius: 5px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 300;
    padding-left: 10px;
    padding-top: 8px;
    margin-bottom: 2px;
    margin-top: -1px;
}

.custom-button-route[data-v-35b54edf] {
    position: absolute;
    color: #53565a;
    top: 115px;
    right: 10px;
    left: 340px;
    line-height: 30px;
    padding: 0 10px;
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    cursor: pointer;
    z-index: 997;
    font-size: 14px;
    height: 38px;
    width: 100px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    box-shadow: 1.5px 1.5px 2px 1.5px #a19b9b;
    font-family: "Poppins", sans-serif;
}

.route-input {
    background: #fff;
    margin: 0;
    left: 0;
    right: 0;
    top: 4.5rem;
    border: 0;
    width: calc(100% - 0.0rem); /* Adjust width to account for padding */
    font-weight: 300;
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    padding: 0.3rem 0.5rem 0.3rem 1.1rem;
    border-radius: 5px 5px 5px 5px; /* Border radius at the bottom corners */
    box-sizing: border-box;
}

.right_nav .optimalroute h1 {
    font-family: "Poppins", sans-serif;
    font-size: 1.65rem;
    font-weight: 400;
    color: #fff;
    margin-top: -0.3rem;
    white-space: nowrap;
}

.right_nav .dropf .clickable {
    padding-left: 2rem;
    position: relative;
    cursor: pointer;
    /*-webkit-transition: all .25s ease;*/
    /*-moz-transition: all .25s ease;*/
    /*-ms-transition: all .25s ease;*/
    /*-o-transition: all .25s ease;*/
    /*transition: all .25s ease;*/
}


.right_nav .dropf .filters-title {
    padding-left: 72px;
}

.\!mt-\[5px\] {
    margin-top: 8px !important;
}

.top-bar-svg-icon {
    max-width: 1.25rem;
    position: absolute;
    left: 2rem;
    top: 17px;
    transform: translateY(-50%);
    height: 2rem;
    width: 100%;
}

.button_g {
    font-size: 1rem;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    line-height: 2.2rem;
    color: #fff;
    padding: 0 1.5rem;
    background: #43b02a;
    border-radius: 15px 0 15px 0px;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.select input {
    cursor: pointer;
    /* padding-left: 30px; */
    /*padding-top: 7px;*/
}

.work_panel .dashbouard_panel .title_row_bin .filter_box p {
    font-size: 1.25rem;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    line-height: 3.9rem;
    color: #53565a;
    display: inline-block;
    margin-right: 1rem;
}

.login_register .rightside .box .greybtn .textin h3 {
    font-size: 1.3rem;
    margin-top: -0px;
}


