body{
    background-color: rgb(235,251,254, 0.4);
}
.container-white{
    background-color: #ffffff;
    border-radius: 10px;
    padding: 25px;
    border: 1px solid rgb(64,64,167, 0.4);
}
.navbar-container{
    background-color: rgb(235,251,254);
}
.select2-container {
    width: 100% !important;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single{
    border: 0px;
}
.nav-item .nav-link:hover {
    background-color: rgb(89,151,162,0.3);
    border-radius: 5px;
    height: 100%;
}
.dropdown-menu .dropdown-item:hover {

    background-color: rgb(89,151,162,0.3);
    border-radius: 5px;
}
.dropdown-menu .dropdown-item:active {
    color: rgb(0,0,0,0.7);
    border-radius: 5px;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
}
#loader-container{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2500;
    background-color: rgba(255, 255, 255, 0.4);
}
.video-bg {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: 1;
}

@media (max-width: 768px) {
    .video-bg {
        display: none;
        height: auto;
    }
}
.comment-box {
    border-left: 4px solid #007bff;
    background-color: #f8f9fa;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: .25rem;
    position: relative;
}

.comment-box.agent {
    border-left-color: #28a745;
}

.comment-meta {
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 0.25rem;
}

.comment-author {
    font-weight: bold;
    margin-right: 0.75rem;
}

.comment-content {
    white-space: pre-line;
}
.otp-input {
    width: 45px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    margin: 0 5px;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

/*profile*/
.bg-gradients {
    position: relative;
    min-height: 100vh;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: white;
    overflow: hidden;
}

.bg-gradients::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to right top, #7b60f6, #6edff6);
    clip-path: polygon(0 20%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 1;
}

.container-profiles {
    position: relative;
    z-index: 3;
}

.profile-cards {
    width: 100%;
    max-width: 900px;
    border-radius: 1rem;
    background-color: white;
    border: 1px solid #cecece;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
}
.text-purples {
    color: #7788F1;
}




