﻿[data-primary=color_3] {
    --bs-primary: #452B90; 
    --bs-primary-rgb: 69, 43, 144;
    --bs-primary-text-emphasis: rgb(27.6, 17.2, 57.6);
    --bs-primary-bg-subtle: rgb(232.68, 229.56, 241.68);
    --bs-primary-border-subtle: rgb(180.6, 170.2, 210.6);
     --bs-primary-btn-hover-bg: rgb(58.65, 36.55, 122.4);
    --bs-link-color: #452B90;
    --bs-link-color-rgb: 69, 43, 144;
    --bs-link-hover-color: rgb(58.65, 36.55, 122.4); 
    --bs-link-hover-color-rgb: 59, 37, 122;
}
.card {
    margin-bottom: 1.563rem;
    height: calc(100% - 25px);
    position: relative;
    box-shadow: none;
    border-color: #0000001f;
}
.resize-triggers, .resize-triggers > div, .contract-trigger:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.resize-triggers {
    animation: 1ms resizeanim;
    visibility: hidden;
    opacity: 0;
}
.bg-primary {
    --bs-bg-opacity: 1;
    background-color: #452b90 !important;
}
.bg-warning {
    --bs-bg-opacity: 1;
    background-color: #ff9f00 !important;
}
.bg-success {
    --bs-bg-opacity: 1;
    background-color: #3a9b94 !important;
}
.card-header {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.progress, .progress-stacked {
    --bs-progress-height: 5px;
    --bs-progress-font-size: 0.65625rem;
    --bs-progress-bg: #f3f0ec;
    --bs-progress-border-radius: var(--bs-border-radius);
    --bs-progress-box-shadow: var(--bs-box-shadow-inset);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #452b90;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
}
.avatar.avatar-sm {
    --avatar-size: 45px;
    border-radius: 6px;
    font-size: calc(var(--avatar-size) * 0.35);
}
.avatar {
    position: relative;
    height: var(--avatar-size);
    width: var(--avatar-size);
    min-width: var(--avatar-size);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -o-object-fit: cover;
    object-fit: cover;
    font-weight: 600;
    overflow: hidden;
}
.avatar img {
    height: auto;
    max-width: 100%;
}
.btn-warning {
    color: #fff !important;
    background: #FF9F00 !important;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff !important;
    background-color: #452b90;
}
.card-header{
    background-color: unset;
}
.nav-pills.nav-pills-bg .nav-link:not(.active) {
    background-color: #e9e6f2;
    color: #452b90;
}
.dz-scroll {
    position: relative;
    overflow-y: scroll;
}
.height380 {
    height: 23.75rem;
}
.card-footer{
    background: #fff !important;
}

.avatar.avatar-xs {
    --avatar-size: 36px;
    border-radius: 4px;
}




.events-section {
    background-color: #1c1f2e;
    color: #fff;
    border-radius: 12px;
    padding: 20px 18px;
    width: 100%;
    height: 230px;
}

.events-section::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

.event-item {
    background-color: #2a2d3e;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.event-date {
    background-color: #f9b115;
    color: #fff;
    font-weight: bold;
    padding: 5px 0;
    border-radius: 8px;
    text-align: center;
    width: 50px;
    margin-right: 15px;
    font-size: 0.85rem;
    line-height: 1.2;
}

.event-details {
    flex: 1;
}

.event-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 2px;
}

.event-subtitle {
    font-size: 0.75rem;
    color: #b0b0b0;
}

.event-time {
    font-size: 0.8rem;
    white-space: nowrap;
    color: #ccc;
    padding-left: 10px;
}

.bgvideo {
    background-image: url('assests/Dashboard-img/rainbow.gif');
    background-size: cover;
    background-blend-mode: luminosity !important;
}

.rounded-circle_cus {
    border-radius: 15% !important;
}


.events-section {
    background-color: #1c1f2e;
    color: #fff;
    border-radius: 12px;
    padding: 20px 18px;
    width: 100%;
    height: 230px;
}

.events-section::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

.event-item {
    background-color: #2a2d3e;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.event-date {
    background-color: #f9b115;
    color: #fff;
    font-weight: bold;
    padding: 5px 0;
    border-radius: 8px;
    text-align: center;
    width: 50px;
    margin-right: 15px;
    font-size: 0.85rem;
    line-height: 1.2;
}

.event-details {
    flex: 1;
}

.event-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 2px;
}

.event-subtitle {
    font-size: 0.75rem;
    color: #b0b0b0;
}

.event-time {
    font-size: 0.8rem;
    white-space: nowrap;
    color: #ccc;
    padding-left: 10px;
}

.bgvideo {
    background-image: url('assests/Dashboard-img/rainbow.gif');
    background-size: cover;
    background-blend-mode: luminosity !important;
}

.rounded-circle_cus {
    border-radius: 15% !important;
}

/*.bi-camera::before {
    content: "\f220";
    position: absolute !important;
    top: -17px !important;
    left: -6px !important;
    font-size: 20px
}*/


.icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); /* optional shadow */
}

span#RefLink1023 {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
}
.upload-btn-dash, .upload-btn {
    background-color: orange !important;
    display: inline-block;
    color: white;
    padding: 8px 10px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 12px;
    text-decoration: none;
    /* margin-bottom: 20px; */
}
.upload-btn-dash {
    position: absolute;
    top: -20px;
    right: -5px;
}
.upload-btn-sec {
    position: relative;
}
<style >
.events-section {
    background-color: #1c1f2e;
    color: #fff;
    border-radius: 12px;
    padding: 20px 18px;
    width: 100%;
    height: 230px;
}

.events-section::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

.event-item {
    background-color: #2a2d3e;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.event-date {
    background-color: #f9b115;
    color: #fff;
    font-weight: bold;
    padding: 5px 0;
    border-radius: 8px;
    text-align: center;
    width: 50px;
    margin-right: 15px;
    font-size: 0.85rem;
    line-height: 1.2;
}

.event-details {
    flex: 1;
}

.event-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 2px;
}

.event-subtitle {
    font-size: 0.75rem;
    color: #b0b0b0;
}

.event-time {
    font-size: 0.8rem;
    white-space: nowrap;
    color: #ccc;
    padding-left: 10px;
}

.bgvideo {
    background-image: url('assests/Dashboard-img/rainbow.gif');
    background-size: cover;
    background-blend-mode: luminosity !important;
}

.rounded-circle_cus {
    border-radius: 15% !important;
}

</style >



<style >
.events-section {
    background-color: #1c1f2e;
    color: #fff;
    border-radius: 12px;
    padding: 20px 18px;
    width: 100%;
    height: 230px;
}

.events-section::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

.event-item {
    background-color: #2a2d3e;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.event-date {
    background-color: #f9b115;
    color: #fff;
    font-weight: bold;
    padding: 5px 0;
    border-radius: 8px;
    text-align: center;
    width: 50px;
    margin-right: 15px;
    font-size: 0.85rem;
    line-height: 1.2;
}

.event-details {
    flex: 1;
}

.event-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 2px;
}

.event-subtitle {
    font-size: 0.75rem;
    color: #b0b0b0;
}

.event-time {
    font-size: 0.8rem;
    white-space: nowrap;
    color: #ccc;
    padding-left: 10px;
}

.bgvideo {
    background-image: url('assests/Dashboard-img/rainbow.gif');
    background-size: cover;
    background-blend-mode: luminosity !important;
}

.rounded-circle_cus {
    border-radius: 15% !important;
}
/*.bi-camera::before {
            content: "\f220";
            position: absolute !important;
            top: -17px !important;
            left: -6px !important;
            font-size:20px
        }*/
.icon-circle {
    width: 80px;
    height: 80px;
    background-color: #d2d2d2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fs-14 {
    font-size: 14px!important;
}

.dashboard-counter1 {
    background: linear-gradient(to right, #43e97b, #38f9d7);
    color:#ffffff;
}
.dashboard-counter2 {
    background: linear-gradient(to right, #f857a6, #ff5858);
    color: #ffffff;
}
.dashboard-counter3 {
    background: linear-gradient(to right, #00c6ff, #0072ff);
    color: #ffffff;
}
.dashboard-counter4 {
    background: linear-gradient(to right, #8a7999, #7145cc);
    color: #ffffff;
}
.modal {
    scrollbar-width: none !important;
}