
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
    font-family: 'Lato', sans-serif;
}




h1, .h1, h2, .h2, h3, .h3 {
  background: #26326c;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  padding-bottom: 1rem;
}

[dir="rtl"] h1,
[dir="rtl"] .h1,
[dir="rtl"] h2,
[dir="rtl"] .h2,
[dir="rtl"] h3,
[dir="rtl"] .h3 {
  background: linear-gradient(to right, var(--bs-primary), var(--bs-main));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  padding-bottom: 1rem;
}

@media (min-width: 992px) {
    .bs-dropdown-min-width-22rem {
        --bs-dropdown-min-width: 22rem;
    }
}


.main-header {
  min-height: calc(100vh - 0.5rem) !important;
  margin: 0.25rem !important;
}

@media (min-width: 768px) {
  .main-header-md {
    min-height: calc(100vh - 1rem) !important;
    margin: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .main-header-xl {
    min-height: calc(100vh - 2rem) !important;
    margin: 1rem !important;
  }
}


/* loader  */
.loader-wrapper {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    background-color: #26326c !important;
    display:flex;
    justify-content: center !important;
    align-items: center !important;
    z-index: 2000 !important;
}


/* Carret dropdown  */
.path {
    stroke: var(--bs-dropdown-border-color);
    stroke-width: 1px;
    stroke-dasharray: 12.6;
    stroke-dashoffset: 4.6;
    stroke-linejoin: round;
}


/*  Timer  */
#timerCountDown div {
    text-align: center;
}

#timerCountDown div span {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
}

.sidebar .active {
    background: rgba(var(--bs-primary-rgb), 0.1) !important;
    color: var(--bs-primary) !important;
}


.feature-icon {
    width: 4rem;
    height: 4rem;
    border-radius: .75rem;
}

.icon-square {
    width: 3rem;
    height: 3rem;
    border-radius: .75rem;
}

.feature-icon-small {
    width: 3rem;
    height: 3rem;
}

.active .active-check {
    display: inline-block !important;
}


/* glide  */
.glide__bullet {
    border-color: var(--bs-primary); padding: 4px;
    background: var(--bs-bg-body);
}

.glide__bullet.glide__bullet--active {
    background: var(--bs-main);
}
.btn{
    background-color: #26326c !important;
    color: #FFFFFF !important;
    border: var(--bs-btn-border-width) solid #848484;
}
.btn:hover{
    border: var(--bs-btn-border-width) solid #26326c;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: #26326c !important;
}
.dropdown-item:hover, .dropdown-item:focus{
    color: #26326c !important;
}
.bg-primary{
    background-color: #26326c !important;
}
.text-primary{
    color: #26326c !important;
}
.btn:focus-visible,
.btn-check:checked+.btn, :not(.btn-check)+.btn:active, .btn:first-child:active, .btn.active, .btn.show{
    border-color: #26326c !important;
    box-shadow: none !important;
}
.text-primary-hover:hover{
    color: #26326c !important;
}
.form-control:focus{
    border-color: #26326c !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 0 .25rem #26326c7d;
}
.form-check-input:checked{
    background-color: #26326c !important;
    border-color: #26326c !important;
}
.form-check-input:focus {
    border-color: #26326c !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem #26326c62 !important;
}

.subList{
    display: none;
    list-style-type: none;
}
.subList li{
    cursor: pointer;
}
.mainList{
    list-style-type: none;
}
.mainListTitle{
    font-weight: bold;
    padding: 10px;
    font-size: 15px;
    cursor: pointer;

}

.subList .listItem{
    transition: transform 0.3s ease; 
}

.subList .listItem:hover {
    transform: translateX(10px); 
}
.mainListTitle{
    transition: transform 0.3s ease; 
}

.mainListTitle:hover{
    transform: translateX(10px); 
}

/* 

*/
.scrollContainer {
    overflow-x: hidden; 
    overflow-y: auto; 
    white-space: nowrap; 
    height: 100%; 
    border-right: #848484 solid 1px;
}

.datasheet-btn{
    background-color: #26326c !important;
    border: none;
    color: white;

}
.mainMenu{
    margin-top: 100px;
}
.datasheet-btn{
    margin-left: 100%;
    text-decoration: none;
     position: sticky ;
     top: 20px;
       margin-top: 20px;
     width: 115px;
       
}
.panels{
    padding-left: 50px;
    display: none;

}

.selected {
    background-color:#82838b;
    color: white;
    border-radius: 25px;
}

.sub_Content{
    display: none;
}