#modal-form{
    width:75% !important;
}
#modal-form .btn{
    padding:20px !important;
}
.visaForm{
    padding-top:1.5rem !important;
    padding-bottom:1.8rem !important;
}
.bg-red{
    background-color:#b40000 !important;
}
.floating-div {
    position: fixed;
    color: white;
    font-size: 18px;
    font-weight: bold;
    left:-85px; /* Position it near the left side */
    top: 50%;
    transform: translateY(-50%) rotate(90deg); /* Rotate the entire div 90 degrees */
    background-color: #B40000;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
    z-index: 9999; /* Ensures it's visible above other elements */
    animation: float 26s ease-in-out infinite; /* Apply the floating animation */
}

@keyframes float {
    0% {
        top: 5%;
    }
    50% {
        top: 90%;
    }
    100% {
        top: 5%;
    }
}

.float-btn2 {
    cursor: pointer;
}



.rating .fa-star {
    font-size: 2vw;
    color: #ccc;
    cursor: pointer;
    transition: color 0.3s;
}

.rating .fa-star.selected {
    color: gold;
}

.offcanvas.show {
    z-Index:20000 !important;
}
  .offcanvas-body a {
    color: #212529 !important; /* Bootstrap's text-dark */
    text-decoration: none;

  }
  .offcanvas-body li {
    margin-top:2vw ;
    margin-bottom:2vw ;
  }
  .offcanvas-body a:hover {
    text-decoration: underline;
  }
  .cursor{
      cursor:pointer !important;
  }
  
  .visa-slider img {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 5px;
    background: #fff;
}
  .visa-slider  {
    height:25vh;
    width:85%;
}

.univerisity_image{
    height:30vh ;
}

li {
    list-style-type: disc !important;
}


#booking_appointment .nice-select .option {
    white-space: normal !important; 
    border-bottom: 1px solid #949494; 
}



/*Popup Modal*/
  .vedioqueue{

    display: inline-flex;
    width: max-content; /* Makes the container adapt to the content's width */
        }
        @media screen and (max-width: 575px) {
            .modal-title {
                font-size: 0.9rem !important;
            }
        #videoFrameContainer{
            height:140px !important;

        }
        .pageModal .modal-content{
            width:80% !important;
            margin-left:2.5rem;
        }

        .btn-div{
            width:10%;
        }
        .btn-div .bi{
            font-size:15px;
        }
     
             .thumbnail {
            width: 35px !important;
            height:25px !important;
        }
        .queuediv{
            height:45px;
        }

        }
        #videoFrameContainer{
            height:220px;
        }
        /* Thumbnail Row Styles */
        .thumbnail-row {
            display: flex;
            justify-content: space-between !important;
            gap: 10px;
            margin-top: 20px;
        }
        .thumbnail {
            width: 60px;
            height:35px;
            cursor: pointer;
            border: 2px solid transparent;
            transition: transform 0.3s ease, border-color 0.3s ease;
        }
        .thumbnail:hover {
            transform: scale(1.1);
        }
        .active-thumbnail {
            border: 1px solid #b40000;
            transform: scale(1.1);
        }
        .modal {
            z-index: 10000; /* Set a higher value than the floating div */
        }
        
        .modal-backdrop {
            z-index: 9999; /* Ensure the backdrop is below the modal but above the floating div */
        }
        
        #prevVideo,
        #nextVideo {
          top: 50%;
          transform: translateY(-50%);
          cursor: pointer;
          z-index: 10;
        }
        
        #prevVideo {
          left: -17px; /* Adjust distance from left edge */
        }
        
        #nextVideo {
          right: -17px; /* Adjust distance from right edge */
        }


/*card row*/

.card-row{
    height:35vh !important ;
}
.card-row .col-sm-3 {
    position:relative;

}
.card-row .col-sm-3 a{
    position:absolute;
    bottom:0;

}
.text-justify{
      text-align: justify !important;
}


.document  {
    width: 75%;
    height: 100%;
    border: none;
}

.approve-stamp {
    height:15vh;
    top: 0;
    right: 5vw;
    transform: translateY(55%);
}

.visa-slider-image{
    height:200px;
}