.dropdown{position:relative;}
.dropdown-menu{display: none; 
transition: transform 4s 1s;
width: 100%; position: absolute;}
.dropdown-menu--active{ display: block; transition: transform 4s 1s; } 
.dropdown-menu__item{  display:block;}
.dsb {
cursor: pointer;
padding: 5px 10px;
border-radius: 4px;
}
.dsb:hover { 
background: #FFFFFF33; 
}
.dsb.active { 
background: #FFFFFF33; 
}
.dsb:after {
content: '';
background: url(https://qemtex.com/wp-content/uploads/2024/06/12.svg);
background-size: contain;
background-repeat: no-repeat;
width: 12px;
height: 12px;
display: inline-block;
margin-left: 5px;
}
.drop {
cursor: pointer;
padding: 5px 10px;
border-radius: 4px;
}
.drop:hover { 
background: #FFFFFF33; 
}
.plid {
padding: 11px 15px;
border-radius: 500px;
color: #213EA2CC;
}
.plid:hover {
background: #213EA2; 
color: #fff!important;
}
.plid.active {
background: #213EA2; 
color: #fff!important;
}
.ewwedgh { display:none; }
.ewwedgh {
width: 100%; position: absolute;  top: 0px;
} 
.gt .qodef-e-title {
font-family: 'Borna-Bold';
}
.gt .qodef-e-content-inner {
font-size: 16px;
font-weight: 600;
}
.gt .qodef-style--boxed {
border: none;
}
.gt a {
color: inherit;
}
.okye { display:none; }
.okye {
width: 100%; position: fixed;  top: 0px; height: 100vh; overflow: auto; 
} 
.iks {
top: 0px;
padding: 10px 0;
position: sticky;
z-index: 9;
background: #fff;
}
.swg:hover a {color: #3152C5!important;}
.dgo:hover a {color: #3152C5!important;}
.gt .qodef-qi-accordion .qodef-e-content {
display: block!important;
}
.gt .qodef-e-mark {
display: none!important;
}
.gt .qodef-e-title-holder {
pointer-events: none;
}
@keyframes fade-in-to-upper-right {
from {
opacity: 0;
scale: 0;
}
to {
opacity: 1;
scale: 1;
}
}