﻿
/* width */
::-webkit-scrollbar {
  width: 7px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #eee; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.icn-spinner {
  animation: spin-animation 1s infinite;
  display: inline-block;
  margin-right: 5px;
}

@keyframes spin-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

#ez_cont {
    border-top: none !important;
}

#leftside{
    width: 229px;
    background: white !important;
    padding: 10px;
    padding-right: 0px;
    border-right: 1px solid #ccc;
    overflow-y: auto;
    padding-bottom: 0;
    display: inline-table;
    height: auto !important;
}
ul.topnav li a{
    padding: 8px 12px !important;
    font-size: 15px;
    border-bottom: 1px solid #ddd !important;
    border-left: 4px solid white;
}
ul.topnav li a:hover, ul.topnav li.selected a {
    font-weight: bold;
    padding-left: 0px;
    border-left: 4px solid #003382;
    border-radius: 5px;
}
ul.topnav{
    margin-top: 0px;
}
#banner{
    height: 150px;
    min-height: 125px;
    box-sizing: border-box;
    padding: 40px 20px !important;
}
.left-menu{
    margin-top: 20px;
    height: calc(100vh - 10px);
    overflow-y: auto;
    padding-right:10px;
}
.hamburger-menu i{
    padding: 7px 12px;
    font-size: 23px !important;
}
.ImageLink1 img {
    margin-left: 0px;
    border-radius: 5px;
    padding: 10px;
    background: white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    max-height: 70px;
}
.clsh .fa-chevron-down.pointer{
    margin-top: -80px;
    margin-right: -17px;
    font-size: 60%;
    float: right;
}

.th1, .th2{
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: .5% !important;
}

.th1 a, .fill a, .th2 a{
    border: none !important;
}

.fill{
    border: none !important;
}
.clsh{
    padding: 0%;
    width: auto !important;
}
#banner .custom-header-image img{
    width: 155px;
    height: 80px;
    padding: 0px;
    border-radius: 10px;
}
.heading-line {
    background: white;
    position: relative;
    margin-top: -80px;
    padding: 20px;
    text-align: right;
    width: fit-content;
    display: inline-flex;
    border-radius: 5px;
    box-shadow: 0px 0px 23px 1px #989393;
    float: right;
    max-width: 450px;
}

.header-section-close {
    padding: 2px 5px;
    margin-top: -20px;
    position: absolute;
    right: 0px;
    cursor: pointer;
    border-radius: 20px;
}

.language-section {
    width: 100%;
    display: inline-block;
    margin-top:-20px;   
}

.responsive #leftside{
    width: 55px !important;
}
ul.topnav li.out{
    background: none !important;
}

ul.topnav li.out a{
    background:#ff7f58;
    color: white !important;
    border-radius: 5px;    
    border-left: 4px solid #ff7f58;
}

ul.topnav li.out a:hover{
    color: black !important;
}

.out-user-content .left-menu{
    display: none;
}

#banner{
    padding: 30px 20px;
    width: calc(100% - 240px);  
}
#ez_cont {
    padding: 30px 20px;
    background: #fdfdfd;
    width: calc(100% - 280px);
}
div#foot1{
    padding: 15px 20px;
    margin-left: 240px;
}

.responsive #leftside li a span{
    display: none;
}

.responsive ul.topnav li a {
    padding: 10.2px 12px !important;
}

.responsive #banner{
    padding: 30px 20px;
    width: calc(100% - 75px);  
}
.responsive #ez_cont {
    padding: 30px 20px;
    width: calc(100% - 135px);
}
.responsive div#foot1{
    padding: 15px 33px;
    margin-left: 75px;
}
.mob-menu{
    height: 90px;
    padding-top: 10px;
}
p {
    padding-top: 0;
}
p.hdr {
    padding-bottom: 5px;
}
.has-submenu:hover > .navbar-submenu {
    /*display: contents;*/
}
.navbar-submenuItem.theme-color-dark
{
     background-color: white !important;
} 
.navbar-submenu.theme-color-light-back {
    background-color: white !important;
    border: 1px solid #ddd;
}

#goToTop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #003382;
  color: white;
  border-radius: 50px;
  cursor: pointer;
  padding: 10px 12px 12px 11px;
  border-radius: 40px;
  text-align: center;
  box-shadow: 0px 0px 23px 1px #989393;
}

#goToTop:hover {
  background-color: #005593;
}

.icon-badge {
    background-color: red;
    font-size: 12px;
    color: white;
    text-align: center;
    width:20px;
    height:20px;
    border-radius: 35%;
    position: absolute; 
    top: -7px;
    left: 18px;
}

.icon-badge {
    background-color: red;
    font-size: 9px;
    color: white;
    text-align: center;
    line-height: 100%;
    padding-top: 3px;
    width: 17px;
    height: 16px;
    border-radius: 81%;
    position: absolute;
    top: -7px;
    left: 18px;
}

#chatIconBtn {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 99;
  font-size: 21px;
  border: none;
  outline: none;
  background-color: #003382;
  color: white;
  border-radius: 50px;
  cursor: pointer;
  padding: 8px 9px 9px 9px;
  border-radius: 40px;
  text-align: center;
  box-shadow: 0px 0px 23px 1px #989393;
}

#chatIconBtn:hover {
  background-color: #005593;
}

#goToTop1 {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #003382;
  color: white;
  border-radius: 50px;
  cursor: pointer;
  padding: 10px 12px 12px 11px;
  border-radius: 40px;
  text-align: center;
  box-shadow: 0px 0px 23px 1px #989393;
}

#goToTop1:hover {
  background-color: #005593;
}

.mobile-hamburger {
    padding: 15px;
    border: 1px solid #ccc;
    z-index: 10;
    margin: 10px 0 0 10px;
    position: absolute;
}

.address-section {
    width: 100%;
    height: 75px;
    text-align: right;
    overflow: hidden;
    font-size: 95%;
    line-height: normal;
    max-width: 450px;
    box-sizing: border-box;
}

ul.navbar-submenu li{
    margin-left: 0px;
    width: calc(100% - 0px);
}
.navbar-submenuItem{
    background: none !important;
}
#content.responsive .navbar-submenu{
    margin-left: 50px;
}
.responsive #leftside .navbar-submenu li a span{
    display: contents;
}

@media screen and (max-width:1000px) { 
     #leftside{
        width: 75px !important;
    } 
     ul.topnav li a {
        padding: 11px 12px !important;
    }  
}

@media screen and (max-width:680px) {
    #leftside li a span{
        display: none;
    }     
    .hamburger-menu{
        display: none;
    }
    /*#banner {
        display: none !important;
    }*/
    .hamburger-menu{
        display: none;
    }
    #ez_cont, .responsive #ez_cont{
        padding: 10px 10px 10px 10px;
        width: 98% !important;
    }
    #leftside{
        display: none;
    }
    #leftside.mobile-menu{
        position: relative;
        display: block;
        border-right: none !important;
    }
    #leftside.mobile-menu .left-menu{
        margin-top: 0px !important;
        height: auto;
    }
     #leftside.mobile-menu{
        width: 240px !important;
    } 
     #leftside.mobile-menu li a span{
        display: inline;
    }
    .mobile-view{
        display: block;
    }
    #leftside.mobile-menu ul.topnav li:not(:first-child) {
        display: block; 
    }
    #leftside.mobile-menu ul.topnav li {
         width: 100%; 
    }
    #leftside.mobile-menu ul.topnav {
        background: none;
    }
    .modal-content{
        width: 100% !important;
    }
}

/* CUSTOM CSS */
.emoji {
    font-family: "Noto Color Emoji", sans-serif;
}

.accordion {
    width: 100%;
    background: #fff;
    border-radius: 7px;
}

.accordion-label {
    background: #d7d7d7;
    border-bottom: 1px solid #cacaca;
    padding: 5px 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-item{
    margin-bottom: 10px;
}

.accordion-item:last-child .accordion-label,
.accordion-item.active .accordion-label {
    border-bottom: 0;
}

.accordion-label span:after {
    font-size: 24px;
    transition: 0.5s;
}

.active .accordion-label span:after {
}

.accordion-content {
    display: none;
    padding: 10px 0px;
}

.active .accordion-content {
    display: block;
}

.accordion-label span {
    font-size: 20px;
    transition: 0.5s;
}

.active .accordion-label span:after {
}

.dxeLBInactiveFilterPanelSys + *[class*="dxeListBoxSelectAll"] + .dxlbd {
    max-height: 100% !important;
}

*[class*="dxeListBoxFilter"]:not(.dxeLBInactiveFilterPanelSys) + *[class*="dxeListBoxSelectAll"] + .dxlbd {
    max-height: 100% !important;
}