

/*All Hidden Sections (Like: Pop Up, Left and Right Bars, Drop Down Items) Starts Here (Desktop + Mobile)*/
/*==========================================================================================================*/
/*ZG > Main Top Header (Mth) > Quick Links Popup Items Section Start*/
.MthQlp {
	display: none;
	-o-transition: all 0.3s ease-in;
  	-moz-transition: all 0.3s ease-in;
  	-webkit-transition: all 0.3s ease-in;
  	transition: all 0.3s ease-in;
}

.MthQlpOverlayBg {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0;
    margin: 0 auto;
    cursor: default;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 999999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

/*MthQlp > Main Btn Contents Section Start*/
.MthQlpConts {
    width: 30%;
    height: auto;
    background: #fff;
    box-shadow: 0 0 11px #b5b3b3;
    border: 3px solid #fff;
    border-radius: 4px;
    padding: 5px;
    margin: 0 auto;
    position: absolute;
    top: 10%;
    right: 10px;
    z-index: 9999999999;
}

.MthQlpConts:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 20px solid #fff;
    border-right: 8px solid transparent;
    border-top: 4px solid #fff;
    border-bottom: 14px solid transparent;
    right: 10px;
    top: -12px;
    transform: rotate(180deg);
}

/*MthQlpc > Header Section Start*/
.MthQlpcHsSect {
    background: #a2b9c9;
    box-shadow: 0px 0px 20px 11px inset #3d5260;
    border: 1px solid #fff;
    border-radius: 4px 4px 0 0;
    cursor: default;
    color: #fff;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 10px;
    display: flex;
    justify-content: space-between;
}

.MthQlpcHsBtns {
	cursor: pointer;
}

.fa-solid.fa-xmark {
    content: "f00d";
}

.fa-solid.fa-angles-left {
    content: "f100";
}
/*MthQlpc > Header Section End*/

/*MthQlpc > QL Buttons Section Start*/
.QlBtnItemsSect {
	max-height: 400px;
    background: #fff;
    text-align: left;
    cursor: pointer;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    z-index: 999999999;
}

/*QlBtnItemsSect >Common Scroll Issue Css Section Start*/
.QlBtnItemsSect::-webkit-scrollbar {
  width: 6px;
  border-radius: 50px;
}

/* Track */
.QlBtnItemsSect::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 50px;
}
 
 /*Handle*/ 
.QlBtnItemsSect::-webkit-scrollbar-thumb {
  background: #3d5260; 
  border-radius: 50px;
}

/* Handle on hover */
.QlBtnItemsSect::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}
/*QlBtnItemsSect > Common Scroll Issue Css Section End*/

.QlBtnItemsSect ul {
    margin: 0;
    padding: 0;
}

.QlBtnItemsSect ul a {
    text-decoration: none;
}

li.QlLiBis {
    width: 100%;
    background: #d9d9eb;
    background: linear-gradient(to left, #e4eaf7, #bec9e1);
    border-top: 1px solid #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    -o-transition: all 0.1s ease-in;
  	-moz-transition: all 0.1s ease-in;
  	-webkit-transition: all 0.1s ease-in;
  	transition: all 0.1s ease-in;
}

li.QlLiBis:hover {
	opacity: 0.7;
}

.QlLiBisIcons {
    width: 10%;
}

.QlLiBisIcons img {
    max-width: 100%;
    height: auto;
}

.QlLiBisLabels {
    color: #121212;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    padding: 0 0 0 10px;
}

/*MthQlpc > QL Buttons Section End*/
/*MthQlp > Main Btn Contents Section End*/
/*ZG > Main Top Header (Mth) > Quick Links Popup Items Section End*/
/*==========================================================================================================*/
/*All Hidden Sections (Like: Pop Up, Left and Right Bars, Drop Down Items) Ends Here (Desktop + Mobile)*/