.facility-icon {
    width: 30px; /* Adjust width as needed */
    height: 20px; /* Adjust height as needed */
    object-fit: contain; /* Ensures the image fits without distortion */
    margin: 0 auto; /* Centers the icon */
}

.timeline .timeline-date {
    width: 70px;
    height: 100px;
}

/* Loader css start */
.loader {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto !important;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-perspective: 780px;
    perspective: 780px;
    z-index: 9999;
}

.loader-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.loader-inner.box1 {
    left: 0%;
    top: 0%;
    animation: cssload-rotate-one 1.15s linear infinite;
    -o-animation: cssload-rotate-one 1.15s linear infinite;
    -ms-animation: cssload-rotate-one 1.15s linear infinite;
    -webkit-animation: cssload-rotate-one 1.15s linear infinite;
    -moz-animation: cssload-rotate-one 1.15s linear infinite;
    border-bottom: 3px solid #5C5EDC;
}

.loader-inner.box2 {
    right: 0%;
    top: 0%;
    animation: cssload-rotate-two 1.15s linear infinite;
    -o-animation: cssload-rotate-two 1.15s linear infinite;
    -ms-animation: cssload-rotate-two 1.15s linear infinite;
    -webkit-animation: cssload-rotate-two 1.15s linear infinite;
    -moz-animation: cssload-rotate-two 1.15s linear infinite;
    border-right: 3px solid rgba(76, 70, 101, 0.99);
}

.loader-inner.box3 {
    right: 0%;
    bottom: 0%;
    animation: cssload-rotate-three 1.15s linear infinite;
    -o-animation: cssload-rotate-three 1.15s linear infinite;
    -ms-animation: cssload-rotate-three 1.15s linear infinite;
    -webkit-animation: cssload-rotate-three 1.15s linear infinite;
    -moz-animation: cssload-rotate-three 1.15s linear infinite;
    border-top: 3px solid #e9908a;
}

@keyframes cssload-rotate-one {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-one {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-two {
    0% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-two {
    0% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-three {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-three {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

/* Select2 css start */
.select2-selection {
    padding: 6px;
}

.select2-container {
    width: 100% !important;
}

.select2-selection--single {
    padding-bottom: 30px;
}
/* Select2 css end */
.auth-bg {
    height: 100% !important;
}

.member-bg {
    background-image: url("../images/member-group.webp") !important;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.click_function {
    text-decoration: underline !important;
    cursor: pointer;
}

.submit-btn button.btn.btn-primary.btn-block.mb-4.submit-btn,
.submit-btn {
    width: 100%;
}

.submit-btn button.btn.btn-primary.btn-block.mb-4.submit-btn {
    width: 100%;
    height: 45px;
    background: #008850;
    border: none;
}

.forget-account {
    display: flex;
    justify-content: space-between;
}

.my-at {
    margin: 30px 0px;
}

.inputt {
    position: absolute;
    width: 100%;
    height: 90%;
    top: 50%;
    z-index: 1;
    background: #f8fafc6e;
    border-radius: 40px;
    left: 20px;
    transform: translateY(-50%);
}

.backgr {
    background: linear-gradient(180deg, rgba(43, 57, 64, .5) 30%, #2b3940);
    opacity: 1;
}

.broker-left {
    position: relative;
    padding: 20px 40px !important;
    z-index: 1;
    border-radius: 0px 30px 30px 0px !important;
}

.my-tm {
    margin: 20px 0px;
}

.txt-right h2 {
    color: #fff;
    font-size: 37px;
}

.text-base span {
    font-size: 16px;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .mb-n {
        display: none !important;
    }

    .host-reset,
    .user-login,
    .member-reset {
        display: none;
    }

    .broker-left {
        border-radius: 0px !important;
    }
}

button.accordion-header {
    box-shadow: none;
}
button.accordion-header:hover{
  box-shadow: none!important;
  transform: none!important;

}

.accordion {
  /* max-width: 800px; */
  margin: auto;
}

.accordion-item {
  background: #fff;
  border: 1px solid #e5e2dc;
  border-radius: 14px;
  padding: 18px 20px;
  margin-bottom: 14px;
}

.accordion-header {
  width: 100%;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  color: #74788d !important;
  font-weight: 600;
}

.ac_icon {
  color: #74788d !important;
  font-size: 22px;
}

.accordion-content {
    overflow-y: auto;   /* allow scrolling */
    max-height: 0;
    transition: max-height 0.3s ease;
}

/* optional: smooth scrollbar */
.accordion-content::-webkit-scrollbar {
    width: 6px;
}

.accordion-content::-webkit-scrollbar-thumb {
    background: #c7cbd6;
    border-radius: 4px;
}

.accordion-content p {
  margin-top: 12px;
  color: #666;
  font-size: 14px;
  color: #74788d !important;
  line-height: 1.6;
}

.guide-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-top: 12px;
}

.guide-text {
    flex: 1;
    font-size: 14px;
    line-height: 1.6;
    color: #74788d;
}

.youtube-icon {
    width: 35px;
    height: 35px;
    cursor: pointer;
    flex-shrink: 0;
    display: inline-block;

    transition:
        opacity 0.2s ease,
        filter 0.2s ease;   /* smooth but light */
}

.youtube-icon:hover {
    opacity: 0.85;
    filter: brightness(1.05);
}

.disabled-icon {
    opacity: 0.4;
    cursor: default;
    pointer-events: none;
}