/*CUSTOM CSS*/

body {
    background-color: #FFFFFF;
}

.ps0 {
    padding-left: 0 !important;
}

/* p {
    /* font-family: "League Spartan", sans-serif; */
/* } */

.webweb-custom-list {
    padding: 8px 8px !important;
}

.header-address-bar {
    top: 7px !important;
    left: 6px !important;
    font-size: 12px !important;
}

.header-address-bar-left {
    top: 33% !important;
    right: 3% !important;
}

.header-input-bar {
    padding-left: 4% !important;
    font-size: 14px !important;
    background-color: #eeeeee;
}

.image-listview>li a.webweb-custom:after {
    right: 0px !important;
}

.appHeader .webweb-dropdown-menu {
    margin-top: 0px !important;
}

.webweb-custom-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0px;
    margin-right: 16px;
}

.webweb-custom-overlay:hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    margin-right: 16px;
    flex-flow: column;
}

.webweb-profileBox {
    right: 0 !important;
    left: auto;
}

.webweb-badge-pos {
    position: absolute !important;
    top: 70% !important;
    right: 17% !important;
    cursor: pointer !important;
}

.webweb-sidebar-buttons {
    right: 0 !important;
    left: auto;
}

.webweb-input-color {
    background-color: transparent;
    border: transparent;
}

.bg-lightGray {
    background-color: #e1e1e1 !important;
    color: #ffffff;
}

.webweb-w-10 {
    width: 10% !important;
}

.webweb-w-20 {
    width: 20% !important;
}

.webweb-w-80 {
    width: 80% !important;
}

.webweb-w-40 {
    width: 40% !important;
}

.webweb-sidebar-fixed-footer {
    position: absolute !important;
}

.webweb-checkbox .form-check-label:before {
    content: "";
    display: block;
    width: 16px !important;
    height: 16px !important;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    opacity: 0;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.webweb-checkbox .form-check-label:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: 16px !important;
    height: 16px !important;
    background: transparent;
    border-radius: 100px;
    border: 1px solid #E1E1E1;
}

.dropdown .webweb-dropdown-lg,
.dropup .dropdown-menu {
    border: 1px solid transparent;
    min-width: 300px;
    padding: 8px 0;
    border-radius: 6px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    margin-top: 3px !important;
}

.webweb-carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: -1.2rem;
    margin-left: 15%;
    list-style: none;
}

.sidebar-appBottomMenu {
    min-height: 56px;
    position: absolute;
    z-index: 999;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #E1E1E1;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: env(safe-area-inset-bottom);
}

.sidebar-appBottomMenu.no-border {
    border: 0 !important;
    box-shadow: 0 !important;
}

.sidebar-appBottomMenu.rounded {
    border-radius: 24px 24px 0 0 !important;
}

.sidebar-appBottomMenu.rounded .item:before {
    display: none;
}

.sidebar-appBottomMenu .item {
    font-size: 9px;
    letter-spacing: 0;
    text-align: center;
    width: 100%;
    height: 56px;
    line-height: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sidebar-appBottomMenu .item:before {
    content: '';
    display: block;
    height: 2px;
    border-radius: 0 0 10px 10px;
    background: transparent;
    position: absolute;
    left: 4px;
    right: 4px;
    top: 0;
}

.sidebar-appBottomMenu .item .col {
    width: 100%;
    padding: 0 4px;
    text-align: center;
}

.sidebar-appBottomMenu .item i.bi,
.sidebar-appBottomMenu .item i.icon,
.sidebar-appBottomMenu .item ion-icon {
    display: inline-flex;
    margin: 1px auto 3px auto;
    font-size: 26px;
    line-height: 1em;
    color: #141515;
    transition: none;
    display: block;
    margin-top: 1px;
    margin-bottom: 3px;
}

.sidebar-appBottomMenu .item .action-button {
    display: inline-flex;
    width: 50px;
    height: 50px;
    margin-left: -5px;
    margin-right: -5px;
    align-items: center;
    justify-content: center;
    border-radius: 200px;
    background: #EDCD2F;
}

.sidebar-appBottomMenu .item .action-button.large {
    width: 60px;
    height: 60px;
    margin-top: -20px;
    margin-left: -10px;
    margin-right: -10px;
}

.sidebar-appBottomMenu .item .action-button i.bi,
.sidebar-appBottomMenu .item .action-button i.icon,
.sidebar-appBottomMenu .item .action-button ion-icon {
    color: #FFF !important;
    margin: 0 !important;
    line-height: 0 !important;
}

.sidebar-appBottomMenu .item strong {
    margin-top: 4px;
    display: block;
    color: #141515;
    font-weight: 400;
    transition: none;
}

.sidebar-appBottomMenu .item:active {
    opacity: .8;
}

.sidebar-appBottomMenu .item.active:before {
    background: transparent;
}

.sidebar-appBottomMenu .item.active i.bi,
.sidebar-appBottomMenu .item.active i.icon,
.sidebar-appBottomMenu .item.active ion-icon,
.sidebar-appBottomMenu .item.active strong {
    color: #EDCD2F !important;
    font-weight: 500;
}

.sidebar-appBottomMenu .item:hover i.bi,
.sidebar-appBottomMenu .item:hover i.icon,
.sidebar-appBottomMenu .item:hover ion-icon,
.sidebar-appBottomMenu .item:hover strong {
    color: #141515;
}

.sidebar-appBottomMenu.text-light {
    color: #FFF;
}

.sidebar-appBottomMenu.text-light .item {
    color: #FFF;
    opacity: .7;
}

.sidebar-appBottomMenu.text-light .item i.bi,
.sidebar-appBottomMenu.text-light .item i.icon,
.sidebar-appBottomMenu.text-light .item ion-icon,
.sidebar-appBottomMenu.text-light .item strong {
    color: #FFF;
}

.sidebar-appBottomMenu.text-light .item.active {
    opacity: 1;
}

.sidebar-appBottomMenu.text-light .item.active i.bi,
.sidebar-appBottomMenu.text-light .item.active i.icon,
.sidebar-appBottomMenu.text-light .item.active ion-icon,
.sidebar-appBottomMenu.text-light .item.active strong {
    color: #FFF !important;
}

.sidebar-appBottomMenu.bg-primary,
.sidebar-appBottomMenu.bg-secondary,
.sidebar-appBottomMenu.bg-success,
.sidebar-appBottomMenu.bg-warning,
.sidebar-appBottomMenu.bg-danger,
.sidebar-appBottomMenu.bg-info,
.sidebar-appBottomMenu.bg-light,
.sidebar-appBottomMenu.bg-dark {
    border: 0;
}

.sidebar-appBottomMenu.bg-primary .item:before,
.sidebar-appBottomMenu.bg-secondary .item:before,
.sidebar-appBottomMenu.bg-success .item:before,
.sidebar-appBottomMenu.bg-warning .item:before,
.sidebar-appBottomMenu.bg-danger .item:before,
.sidebar-appBottomMenu.bg-info .item:before,
.sidebar-appBottomMenu.bg-light .item:before,
.sidebar-appBottomMenu.bg-dark .item:before {
    display: none;
}

body.dark-mode-active .sidebar-appBottomMenu {
    background: #0F1C2F;
    border-top-color: #1B283B;
}

body.dark-mode-active .sidebar-appBottomMenu .item i.bi,
body.dark-mode-active .sidebar-appBottomMenu .item i.icon,
body.dark-mode-active .sidebar-appBottomMenu .item ion-icon,
body.dark-mode-active .sidebar-appBottomMenu .item strong {
    color: #FFFFFF;
}

body.dark-mode-active .sidebar-appBottomMenu .item:hover i.bi,
body.dark-mode-active .sidebar-appBottomMenu .item:hover i.icon,
body.dark-mode-active .sidebar-appBottomMenu .item:hover ion-icon,
body.dark-mode-active .sidebar-appBottomMenu .item:hover strong {
    color: #FFFFFF;
}

body.dark-mode-active .sidebar-appBottomMenu.bg-light .item i.bi,
body.dark-mode-active .sidebar-appBottomMenu.bg-light .item i.icon,
body.dark-mode-active .sidebar-appBottomMenu.bg-light .item ion-icon,
body.dark-mode-active .sidebar-appBottomMenu.bg-light .item strong {
    color: #141515;
}

body.dark-mode-active .sidebar-appBottomMenu.bg-light .item:hover i.bi,
body.dark-mode-active .sidebar-appBottomMenu.bg-light .item:hover i.icon,
body.dark-mode-active .sidebar-appBottomMenu.bg-light .item:hover ion-icon,
body.dark-mode-active .sidebar-appBottomMenu.bg-light .item:hover strong {
    color: #141515;
}

.fs-small {
    font-size: 12px !important;
}

.form-group.boxed .custom-disabled-color {
    background-color: #eeeeee !important;
}


.sub-title {
    color: #4F5050 !important;
}


.dropdown-item-submenu {
    display: flex;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    /* margin-left: 25px; */
}

.dropup .dropdown-menu .dropdown-item-submenu {
    padding: 12px 16px;
    line-height: 1.2em;
    color: #141515;
    font-size: 15px;
    display: flex;
    align-items: center;
}

#dynamicIframe {
    width: 100%;
}

.custom-cart-image {
    max-width: 66px !important;
    max-height: 56px !important;
    height: auto !important;
    width: 100% !important;
}

.editor-toolbar button {
    width: 25px !important;
}

.nestable-item .nestable-list,
.nestable-item-copy .nestable-list {
    margin-top: 0px !important;
}

.nestable-item,
.nestable-item-copy {
    margin: 0px !important;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-25 {
    font-size: 25px;
}

.h-custom {
    height: auto !important;
}

.image-listview>li.custom-line:after {
    left: 0px !important;
}

.accordion .accordion-header .btn:before,
.accordion .accordion-header .custom-line:before {
    left: 0px !important;
}

.custom-line-accordian:before {
    left: 0px !important;
}

.custom-extraHeader {
    position: fixed;
    left: 0;
    top: 56px;
    height: 40px;
    right: 0;
    width: 100%;
    padding: 5px 16px;
    margin-top: env(safe-area-inset-top);
    display: flex;
    align-items: center;
    background: #fff;
    z-index: 1000;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}

.webweb-bg-secondary {
    background-color: #e7e7e7 !important;
}

.webweb-border-secondary {
    border: 1px solid #e7e7e7 !important;
}

.webweb-bg-secondary-badge {
    background-color: #e7e7e7 !important;
    color: #586d7f !important;
}

.konva-parent-custom canvas {
    width: 380px !important;
    height: 380px !important;
    display: flex !important;
    justify-content: center !important;
}

.konva-parent-custom div {
    width: 380px !important;
    height: 380px !important;
    display: flex !important;
    justify-content: center !important;
}

.phoneInput input {
    padding: 0 40px 0 16px !important;
    border: none !important;
    outline: none !important;
}

.webweb-accordian-bg {
    background-color: #f7f7f7 !important;
}

.custom-active {
    background-color: #f5f5f5 !important;
}

.chatFooter {
    bottom: 0px !important;
}

.splide__arrows {
    z-index: 0 !important;
}

/* .splide__track {
    z-index: -1 !important;
} */

.splide__pagination {
    z-index: 0 !important;
    bottom: 0px !important;
}

.splide__slide {
    display: flex;
    justify-content: center;
    margin: 0.5rem 1rem 1.5rem 0 !important;
}

.splide .splide__list {
    padding-bottom: 0px !important;
}

.webweb-responsive-addressbar {
    position: fixed !important;
    top: 56px !important;
    right: 0 !important;
    left: 0% !important;
    z-index: 310 !important;
}

.desktop-view-nav {
    display: block !important;
}

.mobile-view-nav {
    display: none !important;
}

.custom-subtitle .wmde-markdown-var {
    height: 100px !important;
}

.appHeader .dropdown-menu {
    margin-top: 0px !important;
}

.card .card-img-overlay {
    background: transparent !important;
}

.card .card-title {
    font-size: 22px;
}

.otp-parent {
    height: 100vh;
}

.enter-verification-parent {
    padding: 5rem;
}

.candidate-badge-pop {
    color: red;
    position: absolute;
    top: -6px;
    left: -8px;
    animation: bounce 1s infinite;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0) rotate(-10deg);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px) rotate(-20deg);
    }
}

@media only screen and (max-width: 990px) {
    .webweb-responsive-addressbar {
        position: fixed !important;
        top: 56px !important;
        right: 0 !important;
        left: 0% !important;
        z-index: 500 !important;
    }

    .desktop-view-nav {
        display: block !important;
    }

    .mobile-view-nav {
        display: none !important;
    }
}

@media only screen and (max-width: 700px) {
    .chatFooter {
        bottom: 56px !important;
    }

    .webweb-responsive-addressbar {
        position: fixed !important;
        top: 56px !important;
        right: 0 !important;
        left: 0% !important;
        z-index: 5 !important;
    }

    .desktop-view-nav {
        display: none !important;
    }

    .mobile-view-nav {
        display: block !important;
    }
}

@media only screen and (max-width: 600px) {
    .otp-parent {
        width: 56vh;
    }

    .enter-verification-parent {
        padding: 1rem;
    }

    .chatFooter {
        bottom: 56px !important;
    }

    .header-address-bar {
        left: 6px !important;
        font-size: 12px !important;
    }

    .header-address-bar-left {
        right: 7% !important;
    }

    .header-input-bar {
        padding-left: 12% !important;
        font-size: 12px !important;
    }

    .webweb-w-10 {
        width: 15% !important;
    }

    .webweb-w-80 {
        width: 70% !important;
    }

    .konva-parent-custom canvas {
        width: 280px !important;
        height: 280px !important;
        display: flex !important;
        justify-content: center !important;
    }

    .konva-parent-custom div {
        width: 280px !important;
        height: 280px !important;
        display: flex !important;
        justify-content: center !important;
    }

    .desktop-view-nav {
        display: none !important;
    }

    .mobile-view-nav {
        display: block !important;
    }

    .custom-pagination-scroll {
        margin-left: 50px !important;
        /* padding-left: 100px !important; */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .custom-parent-pagination-scroll {
        padding-left: 60px !important;
    }
}

.splide__arrow--next {
    right: -0.5rem !important;
}

.splide__arrow--prev {
    left: -0.5rem !important;
}

.custom-border-start {
    border-left: solid 2px #ffffff !important;
}

.dropdown-sm {
    font-size: 13px !important;
    line-height: 0.8 !important;
}

.login-form .form-image {
    /* max-width: 450px; */
    max-width: 25rem;
}

.section img.signup-form-image {
    max-width: 450px !important;
}

.stepper-form {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.step-number {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #45a994;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    z-index: 2;
}

.active .step-number {
    background-color: #45a994;
    color: #fff;
}

.complete .step-number {
    background-color: #28a745;
    color: #fff;
}

button.button-item {
    color: #fff;
    border: none;
    background-color: transparent;
}

.form-wizard-section .button-item strong {
    background-color: #45a994;
    color: #fff;
}

.appHeader.scrolled .pageTitle {
    opacity: 1;
}

.offcanvas-start {
    top: 10%;
}

.image-listview>li .item {
    cursor: pointer;
}

.fill-primary {
    color: #45a994 !important;
}

.fill-secondary {
    color: #F7BD4E !important;
}

.fill-white {
    color: #ffffff !important;
}

.appHeader.scrolled.bg-primary {
    background: #45a994 !important;
}

select.selectLocation.form-select {
    border: none;
    background-color: #fff1d2;
}

select.selectLocation.form-select:focus {
    box-shadow: inset 0 0 3px 3px #45a99480;
}

.form-select:focus {
    border-color: #45a994;
    box-shadow: 0 0 0 0.25rem #45a99440;
}

.section-title {
    font-size: 22px;
    font-weight: 600;
}

.db-bg-icon {
    padding: 5%;
    color: #fff;
    line-height: 0;
    border-radius: 50%;
    border: 1px solid #45a994;
    background-color: #45a994;
}

.admin-bg-icon {
    padding: 5%;
    color: #fff;
    line-height: 0;
    border-radius: 50%;
    border: 1px solid #F7BD4E;
    background-color: #F7BD4E;
}

.chatInputContainer {
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
}

.chatFooter {
    position: relative;
}

.chatFooter .form-group {
    width: calc(100% - 50px);
}

ul.listview.image-listview.media {
    border-radius: 6px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}

.image-listview.media>li .imageWrapper {
    display: flex;
    gap: 1rem;
}

.top-sec-heading {
    height: 2rem;
}

.job-filter-box {
    border-radius: 6px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}

.offcanvas-header .btn-close {
    color: #f9f9f9;
}

img.card-img-top.mb-1 {
    aspect-ratio: 3 / 2;
    object-fit: fill;
}

.job-company-info {
    border-radius: 20px;
    padding: 20px 20px 30px;
    background: #EFF6F3;
}

.style-none {
    list-style: none;
}

.job-company-info .job-meta-data div {
    font-size: 15px;
    font-weight: 500;
    color: #244034;
    margin: 4px 0 25px;
}

.job-company-info .job-tags a {
    font-size: 12px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.48);
    line-height: 23px;
    border: 1px solid #768981;
    border-radius: 30px;
    margin: 0 4px 8px;
    padding: 0 11px;
    transition: all 0.2s ease-in-out 0s;
}

.job-company-info .job-tags a:hover {
    background: #378B7A;
    border-color: #378B7A;
    color: #fff !important;
    text-decoration: underline;
}

.edit-profile-btn {
    font-weight: 500;
    color: #ffffff;
    position: relative;
    border-bottom: 2px solid #45A994;
    transition: all .3s ease-in-out 0s;
    line-height: normal;
    cursor: pointer;
}

.form-select {
    border: 1px solid #45A994;
}

.form-control {
    border: 1px solid #E5E5E5;
}

.form-control:focus {
    box-shadow: inset 0 0 3px 3px #45a99480;
}

.form-control:focus {
    border-color: #45a994;
    box-shadow: 0 0 0 0.25rem #45a99440;
}

.input-group .input-group-text {
    background: transparent;
    border: 1px solid #45A994;
    border-radius: 0.25rem;
    justify-content: center;
    width: 50px;
    padding: 0;
}

.input-group .input-group-text .fa:before {
    color: #378B7A;
}

.boxed.mb-2.input-group {
    flex-wrap: nowrap !important;
}

.css-b62m3t-container {
    width: 100%;
}

.css-13cymwt-control {
    min-height: 40px !important;
    border: 1px solid #45A994 !important;
    border-radius: 0.25rem !important;
}

.css-t3ipsp-control {
    border-color: #45a994 !important;
    box-shadow: 0 0 0 0.25rem #45a99440 !important;
}

.loader {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    padding: 3px;
    background:
        radial-gradient(farthest-side, #ffa516 95%, #0000) 50% 0/12px 12px no-repeat,
        radial-gradient(farthest-side, #0000 calc(100% - 5px), #ffa516 calc(100% - 4px)) content-box;
    animation: l6 2s infinite;
}



@keyframes l6 {
    to {
        transform: rotate(1turn)
    }
}


.placement-drive-card .card-body {
    padding: 24px 16px;
    line-height: 1.4em;
    border: 2px solid #CDFFD8;
    border-radius: 10px;
}

.placement-drive-card .location {
    color: #000000;
    /* color: #378B7A; */
    /* font-weight: bold; */
}

.placement-drive-card .card-title {
    color: #141515;
    font-size: 18px;
    font-weight: 700;
}

.placement-drive-card .drive-details {
    font-size: 14px;
    color: #000000;
}

.placement-drive-card .pd-criteria {
    min-height: 6.2rem !important;
}

.placement-drive-card .date {
    color: #000000;
}

.placement-drive-card .view-btn,
.add-btn {
    letter-spacing: 1px;
    line-height: 30px;
    font-weight: 500;
    font-size: 16px;
}

.placement-drive-card .chip-outlined {
    border: 2px solid #CDFFD8;
    /* border-radius: 20px; */
}

.placement-drive-card .bg-transparent {
    border: 2px solid #CDFFD8;
    padding-right: 8px;
}

.placement-drive-card .tick-outlined {
    max-height: 24px;
    max-width: 24px;
}

.placement-drive-card .chip .chip-label {
    padding: 0 2px !important;
}

.placement-drive-card .text-muted {
    color: #000000 !important;
}

.placement-drive-card .icons {
    width: 18px;
    height: auto;
}

.muted-icon {
    width: 15px;
    height: auto;
}

.placement-drive-card .rupee {
    font-size: 18px;
}

.min-h-5 {
    min-height: 5rem;
}

.w-150px {
    width: 150px;
}

/* job form style */
.newJob .form-control {
    border: initial;
    /* border-bottom: 1px solid #ced4da;   */
}

.newJob .form-control:focus {
    box-shadow: none;
}

.newJob .form-select {
    border: initial;
}

.job-image-input {
    display: flex;
    justify-content: center;
    border: 2px solid #45a994;
    align-items: center;
    text-align: center;
    padding: 0px;
    height: 60px;
    background: #e3e3e3;
}

.custom-accordion .accordion-body {
    overflow: hidden;
    transition: 0.5s ease-in-out;
}

.job-card .job-details {
    font-size: 17px;
    color: #7a7a7a;
}

.dot-icon svg {
    margin-bottom: 3px;
}

#inputGroup-sizing-default {
    border: 1px solid #bbbbbb;
    padding: 10px;
}

.react-datepicker__input-container {
    height: 100%;
}

.react-datepicker__input-container input {
    height: 37px;
    border: 1px solid #bbbbbb;
    border-radius: .2rem;
}

.PD-image {
    width: 90px;
    height: auto;
}

.btn-secondary {
    background: #F7BD4E !important;
    border-color: #F7BD4E !important;
    color: #ffffff !important;
}

.card.cert-card {
    border-radius: 20px !important;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 3px rgba(0, 0, 0, 0.08);
}

.card.cert-card .card-title {
    font-weight: 500 !important;
}

.card.cert-card .card-body {
    padding: 20px 20px 25px !important;
}

.card.cert-card .card-img-top {
    border-radius: 15px !important;
}

.nav-tabs.lined.candidateProfile .nav-item .nav-link {
    font-size: 18px !important;
}

.timeline.timed .time {
    text-align: left;
}

.badge {
    min-width: 40px;
}

.appHeader.no-border.transparent.position-absolute {
    justify-content: flex-start;
}

.accordion .accordion-body {
    padding: 8px 16px 0px 16px !important;
}

.accordion {
    border-top: initial !important;
    border-bottom: initial !important;
}

.Iframe-section .appHeader {
    box-shadow: 0 -6px 10px 5px rgba(0, 0, 0, 0.5);
}

.btn-fixed {
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

h1.title {
    font-size: 30px;
}

h1,
h2,
h3 {
    font-weight: 600 !important;
}

.placement-drive-detials .card {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 1px 15px 1px;
}

.placement-drive-detials .card .card-title {
    font-weight: 600 !important;
}

.placement-drive-detials .PD-action-btn {
    padding: 3px 10px !important;
    font-size: 18px !important;
}


.width-35 {
    max-width: 35px !important;
}


.timeline .content .text {
    font-size: 16px !important;
    line-height: 1.7em !important;
}

.btn-fixed .apply-btn {
    border-radius: 50px;
    font-size: 16px;
    padding: 11px 20px;
    transition: .2s all;
    border: transparent;
}

.btn-fixed .apply-btn:hover {
    background: #F7BD4E !important;
}

/* profile */
.avatar .profile-pic {
    height: 5rem;
    width: 5rem !important;
    background-size: cover;
    object-fit: cover;
    border: 3px solid #45a994;
}

.chip .chip-label {
    padding: 0 5px !important;
}

.step-outlined {
    background-color: #fff !important;
    color: #45a994 !important;
    border: 1px solid #45a994 !important;
}

.nav-link {
    padding: 0 !important;
}

.nav-pills .nav-link.active {
    background-color: transparent !important;
}

.nav-pills .nav-link.active .card {
    background-color: #FEF6D8 !important;
}

.profile-stats .card {
    width: 100%;
}

.graphHeight {
    height: 25rem !important;
}

.tab-pane .profile-stats .card .card-body {
    padding: 20px 15px !important;
}


.candidatesList .nav-tabs .nav-link {
    padding: .5rem !important;
}


.job-detail-section .job-candidates button {
    padding: 1.2rem !important;
}

.job-detail-section .job-candidates .nav-link.active {
    border-color: #45a994 #45a994 #f9f9f9;
}

.job-detail-section .job-candidates .nav-tabs {
    border-bottom: 1px solid #45a994;
}


/* candidate profile */
.candidate-profile .profile-image-upload {
    white-space: nowrap;
    border: 2px solid #45a994;
    border-radius: 11px;
    padding: 0px 6px;
}

.candidate-profile .profile-image-upload:hover {
    white-space: nowrap;
    border: 2px solid #45a994;
    border-radius: 11px;
    padding: 0px 6px;
    background-color: #45a994;
    color: #fff;
    transition: ease-in .3s;
}

.skill-chip {
    border: 2px solid #CDFFD8;
    padding-right: 8px;
}

.skill-chip img {
    max-height: 24px;
    max-width: 24px;
}

.strike-through::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #a7a7a7;
}

.Dashboard .card {
    max-height: 30rem;
}

.ready-box {
    max-height: 3.5rem !important;
}

/* Candidate profile page new UI CSS Start */
#appCapsule.candidate-newPDUI {
    background: #F5F5F5;
}

#appCapsule {
    background: #f5f5f5;
}

/* Candidate profile page new UI CSS Start */
.candidateProfRO svg {
    width: 16px;
}

.container-fluid.newUI-container-fluid {
    width: 85%;
}

.candidateProfRO {
    padding: 1.5rem;
    box-shadow: none;
    border-radius: 8px;
    background: #FFFFFF;
}

.candidateProfRO.bg-none {
    background: none;
}

.candidateProfRO.bg-none a {
    color: #000000;
}

.candidateProfRO.bg-none a:hover {
    color: #059669;
}

.normal-skill-chip {
    color: #0A0A0A;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
}

.verified-skill-chip {
    color: #112722;
    background: #C6E8DF;
}

.profileInfoCardIcon {
    width: 3rem;
    height: 3rem;
    border-radius: 8px;
    background: #F5F5F5;
}

.profileInfoCardIcon svg {
    margin: 0.75rem 1rem;
    color: #737373;
}

.newPDUI-timeline {
    position: relative;
    padding: 24px 0;
}

.newPDUI-timeline:before {
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 1px;
    content: '';
    display: block;
    position: absolute;
    background: #E5E5E5;
}

.newPDUI-timeline .item {
    position: relative;
    margin-bottom: 40px;
}

.newPDUI-timeline .item:last-child {
    margin-bottom: 0;
}

.newPDUI-timeline .content {
    padding-left: 20px;
}

.newPDUI-timeline .content .title {
    margin-bottom: 5px;
    line-height: 1.3em;
}

.newPDUI-timeline .content .text {
    font-size: 14px;
    color: #737373;
    line-height: 1.4em;
}

.newPDUI-timeline .item:first-child .dot {
    top: 25%;
    left: -5px;
    z-index: 10;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    position: absolute;
    border-radius: 100%;
    background: #059669;
}

.newPDUI-timeline .ring {
    top: 15%;
    left: -8px;
    z-index: 10;
    width: 18px;
    height: 18px;
    margin-top: -5px;
    position: absolute;
    border-radius: 100%;
    border: 1px solid #059669;
}

.newPDUI-timeline.timed {
    padding-left: 0px;
}

.newPDUI-timeline.timed:before {
    left: 0px;
}

.newPDUI-timeline.timed .time {
    top: 50%;
    left: -80px;
    width: 70px;
    z-index: 20;
    font-size: 11px;
    text-align: right;
    line-height: 1.5em;
    position: absolute;
    transform: translate(0, -50%);
}

.candidateProfRO h4 {
    font-size: 14px;
    color: #0A0A0A;
    font-weight: 500;
}

.candidateProfRO h5 {
    font-size: 14px;
    color: #0A0A0A;
    font-weight: 400;
}

.candidateProfRO .text {
    color: #737373;
}

.profileEdu .newPDUI-timeline:before {
    display: none;
}

.candidateProfRO .btn {
    padding: 3px 12px;
}

.candidateProfRO .btn-outline-primary {
    color: #059669 !important;
    border-radius: 6px !important;
    background: #FFFFFF !important;
    border-color: gainsboro !important;
}

.btn-gray {
    color: #171717 !important;
    border-radius: 6px !important;
    background: #F5F5F5 !important;
    border-color: #F5F5F5 !important;
}

.HRverify-grid {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: 1fr 1fr;
}

.profileJobs .suitableJobs {
    background: #F5F5F5;
    padding: 0.5rem 0.75rem;
}

/* Candidate profile page new UI CSS End */


/* Candidate profile page new UI CSS End */

.gender-radio-group {
    /* { alignItems: 'center', backgroundColor: '#F5F5F5', height: '44px', width: '201px', borderRadius: '5px' } */
    align-items: center;
    background-color: #f5f5f5;
    height: 44px;
    width: 201px;
    border-radius: 5px;
}

.gender-button {
    /* { backgroundColor: 'white', color: '#737373', height: '36px', width: '57px', borderRadius: '5px' } */
    color: #737373;
    height: 36px;
    width: 57px;
    border-radius: 5px;
}

.gender-button:hover {
    background-color: white;
    border-radius: 5px !important;

}

.gender-button.active {
    background-color: white;
    color: #000000;
    height: 36px;
    width: 57px;
    border-radius: 5px !important;
}

.gender-button:active {
    background-color: white;
    color: #000000;
    height: 36px;
    width: 57px;
    border-radius: 5px;
}

.fresher-experience-button {
    background-color: white;
    border: 1px solid rgb(229, 229, 229);
    border-radius: 12px;
    height: 15rem;
    padding-left: 8px;
    padding-right: 8px;
    width: 171px;
}

.fresher-experience-button.active {

    background-color: #C6E8DF;
    border: 1px solid rgb(229, 229, 229);
    border-radius: 12px;
    height: 15rem;
    padding-left: 8px;
    padding-right: 8px;
    width: 171px;
}

.new-chip-ui {
    background: #E1E1E1;
    font-size: 13px;
    color: #141515;
    line-height: 1em;
    height: 26px;
    display: inline-grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-between;
    padding: 0.1rem 0 0 1rem;
    margin: 0 0.2rem;
    border-radius: 100px;
    height: 1.4rem;
    background-color: rgb(229, 229, 229);
}

.new-ui-cross {
    height: 1rem;
    width: 1rem;
    padding-left: 2px;
}

.border-none {
    border: none !important;
}

.basic-multi-select.border-none .css-13cymwt-control {
    border: none !important;
}

.basic-multi-select.border-none .css-13cymwt-control:hover {
    border: none !important;
}

.cand-login-input {
    width: 60%;
}

.login-logo-div {
    margin-top: 3rem;
    margin-bottom: 3rem;
    width: 45%;
}

.login-parent-div {
    height: 100%;
    padding-bottom: 10rem;
}

.graph-analysis-didi {
    height: 25rem;
}

.graph-bg-parent {
    padding-top: 35px;
}

.graph-icon-div {
    background-size: cover;
    width: 90%;
    height: 42rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url('/src/components/images/Frame_5.png');
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
}

.sign-class {
    font-size: 2rem;
}

.new-ui-otp-col-2 {
    padding: 16px;
    padding-right: 25px !important;
}

.getstarted-col-div {
    padding: 5rem;
}

.exp-col-div {
    padding: 5rem;
}

.big-box-parent {
    margin-top: 2rem;
    height: 18rem;
    width: 26rem;

    background-color: rgb(245, 245, 245);
    border-radius: 14px;
    padding: 0rem 1rem 0rem 1rem;
}

/* .step-1-section-sub-div {
    height: 100vh;
} */

.skills-col-div {
    padding: 5rem;
}

.opp-col-div {
    padding: 5rem;
}

.step-1-col-div {
    padding: 1rem;
}

.profile-image-rounded {
    width: 100%;
}

.custom-position {
    width: 600px;
    position: absolute;
    bottom: -70px;
    z-index: 0;
    left: 50%;
    transform: translate(-80%, 0);
}

.custom-text-width {
    width: 75%;
}

.hero-custom-text {
    font-size: 42px;
}

.custom-user {
    width: 540px;
    bottom: 0px;
}

.custom-image4 {
    width: 125px;
    position: absolute;
    left: 50%;
    transform: translate(180%, -180%);
    bottom: 50%;
}

.custom-image3 {
    width: 150px;
    position: absolute;
    right: 50%;
    bottom: 0px;
    transform: translate(30%, -50%);
}

.custom-image2 {
    width: 150px;
    position: absolute;
    right: 50%;
    bottom: 0px;
    transform: translate(30%, -150%);
}

.kanban-custom .w-5 {
    width: 20% !important;
}

@media(min-width: 768px) {
    .w-md-30 {
        max-width: 30%;
    }
}

@media (max-width: 992px) {
    .pd-card-head {
        display: grid;
        grid-template-columns: 1fr 6fr;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 766px) {

    .order-sm-0 {
        order: 0 !important;
    }

    .order-sm-1 {
        order: 1 !important;
    }

    .mobile-logo-login-page {
        display: none !important;
    }
}

@media (max-width: 767px) {

    .profile-parent-div {
        margin-left: 2rem;
        display: flex;
        justify-content: center !important;
    }

    .profile-edu-div {
        display: flex;
        justify-content: center !important;
    }

    .profile-desc-div {
        display: flex;
        justify-content: center !important;
    }

    .profle-linkedin-btn {
        display: flex;
        justify-content: center !important;
    }

    .profile-image-rounded {
        width: 50% !important;
    }

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

    .step-1-col-div {
        padding: 1rem;
    }

    .opp-col-div {
        padding: 1rem;
    }

    .skills-col-div {
        padding: 1rem;
    }

    .big-box-parent {
        gap: 0px !important;
    }

    .fresher-experience-button.active {

        background-color: #C6E8DF;
        border: 1px solid rgb(229, 229, 229);
        border-radius: 12px;
        height: 9rem;
        padding-left: 8px;
        padding-right: 8px;
        width: 22rem;
    }

    .fresher-experience-button {
        background-color: white;
        border: 1px solid rgb(229, 229, 229);
        border-radius: 12px;
        height: 9rem;
        padding-left: 8px;
        padding-right: 8px;
        width: 22rem;
    }

    .big-box-parent {
        margin-top: 2rem;
        height: 20rem !important;
        width: 20rem !important;
        background-color: rgb(245, 245, 245);
        border-radius: 14px;
        padding: 0rem 1rem 0rem 1rem;
    }

    .exp-col-div {
        padding: 1rem;
    }

    .getstarted-col-div {
        padding: 0px 30px 50px 0px !important;
        margin-right: 19px;
    }

    .new-ui-otp-col-2 {
        padding: 16px;
        padding-right: 25px !important;
        display: none;
    }

    .login-sub-div {
        display: flex;
        justify-content: center;
    }

    .sign-class {
        font-size: 1.5rem;
    }

    .graph-bg-parent {
        padding-top: 0px;

        margin-right: 0;
        margin-left: 0;
    }

    .graph-icon-div {
        background-size: cover;
        width: 100%;
        height: 20rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-image: url('/src/components/images/Frame_5.png');
        position: relative;
        border-radius: 0px !important;
        overflow: hidden;
    }

    .graph-analysis-didi {
        display: none;
    }

    .graph-analysis-didi1 {
        display: none;
    }

    .login-parent-div {
        padding-bottom: 0;
    }

    .login-logo-div {
        margin-top: 3rem;
        width: 22rem;
        width: 85%;
    }


    .cand-login-input {
        width: 100% !important;
    }

    .container {
        padding-right: var(--bs-gutter-x, .75rem) !important;
        padding-left: var(--bs-gutter-x, .75rem) !important;
    }

    .headerButton.p-0 .img-fluid {
        width: 60%;
    }

    .headerButton .text-white .form-select {
        height: 30px;
        padding: 0px 20px 0 10px;
    }

    a.headerButton.p-0 {
        display: flex;
        justify-content: center;
    }

    .section img.signup-form-image {
        max-width: 330px !important;
    }

    .listview.flush {
        position: absolute;
        left: 0rem;
        top: 2rem;
    }

    .card-body.d-flex.justify-content-between.align-items-center.flex-sm-col {
        gap: 1rem;
        flex-direction: column;
    }

    .order-sm-0 {
        text-align: center;
    }

    .image-listview.media>li .item {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }


    .Dashboard .title {
        font-size: 30px !important;
    }

    .Dashboard h2 {
        font-weight: 600 !important;
        font-size: 21px !important;
    }

    .Dashboard h3 {
        font-weight: 600 !important;
    }

    .profile-head .name-title {
        display: flex;
        flex-direction: column-reverse;
        gap: .5rem;
    }

    .profile-head .head-buttons {
        display: flex;
        justify-content: end;
    }

    .graphHeight {
        height: 15rem !important;
    }

    .placement-drive-card .drive-details {
        /* flex-direction: column; */
        align-items: self-start;
    }

    .Dashboard .card {
        min-height: 10.5rem;
    }

    .women-graph {
        display: none;
    }

    .candidate-login-graph {
        display: none;
        padding: 0;
    }

    .login-btn {
        display: none;
    }

    .mobile-logo-login-page {
        display: none;
    }

    .newPDUI-timeline .ring {
        margin-top: -4px;
    }

    .custom-position {
        width: 500px;
        position: absolute;
        bottom: -70px;
        z-index: 0;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .custom-text-width {
        width: 100%;
    }

    .hero-custom-text {
        font-size: 20px;
    }

    .custom-user {
        width: 360px;
        bottom: 10px;
    }

    .custom-image4 {
        width: 95px;
        position: absolute;
        bottom: 50%;
        left: 50%;
        transform: translate(-120%, -165%);
    }

    .custom-image3 {
        width: 90px;
        position: absolute;
        right: 0%;
        bottom: 50%;
        transform: translate(-10%, 80%);
    }

    .custom-image2 {
        width: 90px;
        position: absolute;
        right: 0%;
        bottom: 50%;
        transform: translate(-10%, 170%);
    }

    .graph-bg-parent .parent-snippet-div {
        left: -15% !important;
    }

    .kanban-custom .w-5 {
        width: 100% !important;
    }

}





/* File upload style */
.upload-file-container {
    text-align: center;
    margin-top: 20px;
}

.upload-file-container .custom-file-upload {
    display: inline-block;
    padding: 12px 24px;
    cursor: pointer;
    border: 2px solid #45a994;
    border-radius: 5px;
    background-color: #45a994;
    color: white;
    font-size: 16px;
    width: 100%;
    height: 2.8rem;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.upload-file-container .custom-file-upload:hover {
    background-color: hsl(0deg 0% 88.66%);
    transform: scale(1.05);
    border: initial;
    color: #000;
}

.upload-file-container .custom-file-upload input[type="file"] {
    display: none;
}

.upload-file-container .upload-icon {
    margin-right: 8px;
    vertical-align: middle;
}

.upload-file-container .file-details {
    margin-top: 20px;
}

.upload-file-container .file-details p {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.upload-file-container .progress-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.upload-file-container .progress-bar-container {
    width: 100%;
    max-width: 400px;
    height: 10px;
    background-color: #f1f1f1;
    border-radius: 5px;
    overflow: hidden;
}

.upload-file-container .progress-bar {
    height: 100%;
    background-color: #28a745;
    transition: width 0.3s ease;
}

.upload-file-container .progress-bar.uploading {
    background-color: #ffc107;
    /* Yellow color for uploading */
}

.upload-file-container .progress-bar.complete {
    background-color: #28a745;
    /* Green color for complete */
}

.upload-file-container .remove-file-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    cursor: pointer;
    border: none;
    background-color: transparent;
    color: #dc3545;
    font-size: 20px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.upload-file-container .remove-file-icon:hover {
    color: #c82333;
    transform: scale(1.2);
}

.upload-file-container .submit-button {
    display: block;
    margin: 10px auto;
    padding: 10px 20px;
    cursor: pointer;
    border: 2px solid #45a994;
    border-radius: 5px;
    background-color: #45a994;
    color: white;
    font-size: 16px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.upload-file-container .submit-button:hover {
    background-color: #d6d6d6;
    color: #000;
    transform: scale(1.05);
}

.rounded-image {
    height: 6rem;
    width: 6rem !important;
    background-size: cover;
    object-fit: cover;
    border: 2px solid #45a994;
    padding: 5px;
}



@media(max-height: 410px) {
    .login-form .form-image {
        display: none;
    }
}

@keyframes fadeSlide {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    10%,
    20% {
        opacity: 1;
        transform: translateY(0);
    }

    /* Visible */
    30%,
    60% {
        opacity: 0;
        transform: translateY(100%);
    }

    /* Fade out and slide down */
    100% {
        opacity: 0;
        transform: translateY(100%);
    }

    /* Ensure out of view */
}

.text-animation-profile {
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    animation: fadeSlide 20s linear infinite;
}

.text-animation-profile:nth-child(1) {
    animation-delay: 0s;
}

.text-animation-profile:nth-child(2) {
    animation-delay: 4s;
}

.text-animation-profile:nth-child(3) {
    animation-delay: 8s;
}

.text-animation-profile:nth-child(4) {
    animation-delay: 12s;
}

.text-animation-profile:nth-child(5) {
    animation-delay: 16s;
}

.dropdown-active-item .active {
    background: #cdffd9 !important;
}

.custom-pagination-active .active .page-link {
    color: #ffffff !important;
    background-color: #45a994 !important;
}

.custom-pagination-active .page-link {
    border: 1px solid #45a994 !important;
    background: #ffffff !important;
    color: #45a994 !important;
}

.custom-pagination-active .page-link:hover {
    border: 1px solid #45a994 !important;
    background: #cdffd9 !important;
    color: #45a994 !important;
}

/* ======= */
.css-1p3m7a8-multiValue {
    background-color: #45A994 !important;
    border-radius: 20px !important;
    color: #FFFFFF !important;
    padding: 0 5px !important;
    height: 28px !important;
}

.css-9jq23d {
    color: #FFFFFF !important;
}

.css-v7duua:hover {
    background-color: #45A994 !important;
    color: #FFFFFF !important;
}

.skill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    max-height: 200px;
    /* Limit the height */
    overflow-y: auto;
    /* Enable vertical scrolling */
    border: 1px solid #ddd;
    /* Optional: Add a border */
    padding: 0.5rem;
    /* Optional: Add padding */
    position: absolute;
    /* Positioning for dropdown effect */
    width: 40%;
    background-color: white;
    z-index: 10;
}

.empbtn {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 1rem;
}

.empbtn .emp-inner-btn {
    max-height: 30px;
    max-width: 12rem;
    padding: 5px !important;
}

.bio .form-check .form-check-label:after {
    height: 20px !important;
    width: 47px !important;
    top: 14% !important;
}




.animation-container {
    position: relative;
    width: 35px;
    height: 35px;
}

.icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    opacity: 0;
    transform: scale(0);
}

/* Star Icon Animation */
.star {
    color: gold;
    font-size: 160px;
    animation: starAnimation 8s infinite;
}

/* Box Icon Animation */
.box {
    color: limegreen;
    font-size: 160px;
    animation: boxAnimation 8s infinite;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Keyframes for star icon */
@keyframes starAnimation {

    0%,
    50%,
    100% {
        opacity: 0;
        transform: scale(0);
    }

    12.5%,
    37.5% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Keyframes for box icon */
@keyframes boxAnimation {

    0%,
    50%,
    100% {
        opacity: 0;
        transform: scale(0);
    }

    62.5%,
    87.5% {
        opacity: 1;
        transform: scale(1);
    }
}

/* HERO SECTION CUSTOM START */
.graph-bg-parent .custom-hero-section {
    height: 70vh !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    box-shadow: 0px 0px 0px !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1) !important;
}

.graph-bg-parent .parent-snippet-div {
    bottom: -25%;
}

/* BADGE INFINITE SCROLL STARTS */
.scroll-container-left {
    width: 100% !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    position: relative !important;
    padding: 20px 0px 15px 0px !important;
    display: flex !important;
}

.scroll-container-left .scroll-wrapper {
    display: flex !important;
    gap: 0px !important;
    animation: scrollAnimationLeft 70s linear infinite !important;
    min-width: max-content !important;
}

.scroll-container-right {
    width: 100% !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    position: relative !important;
    padding: 15px 0px 20px 0px !important;
    display: flex !important;
}

.scroll-container-right .scroll-wrapper {
    display: flex !important;
    gap: 0px !important;
    animation: scrollAnimationRight 70s linear infinite !important;
    min-width: max-content !important;
}

.tag {
    padding: 10px 20px !important;
    border-radius: 20px !important;
    font-size: 16px !important;
    font-weight: normal !important;
}

/* Different colors for tags */
.blue {
    margin-right: 10px !important;
    background: #DBEAFE !important;
    color: #1565c0 !important;
}

.purple {
    margin-right: 10px !important;
    background: #F3E8FF !important;
    color: #7e57c2 !important;
}

.green {
    margin-right: 10px !important;
    background: #EFFFFB !important;
    color: #008c76 !important;
}

.black {
    margin-right: 10px !important;
    background: #F8F8F8 !important;
    color: #000000 !important;
}

.light-blue {
    margin-right: 10px !important;
    background: #E9F9FF !important;
    color: #007bb5 !important;
}

.orange {
    margin-right: 10px !important;
    background: #FFF3EF !important;
    color: #ff5722 !important;
}

.red {
    margin-right: 10px !important;
    background: #FFECEC !important;
    color: #d32f2f !important;
}

.yellow {
    margin-right: 10px !important;
    background: #FFF8EC !important;
    color: #ff9800 !important;
}

/* Continuous Scrolling */
@keyframes scrollAnimationLeft {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes scrollAnimationRight {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0%);
    }
}

.avatar-group {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.avatar {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    border: 2px solid #fff !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
    margin-left: -15px !important;
    /* Creates overlapping effect */
}

.avatar:first-child {
    margin-left: 0 !important;
    /* Prevents the first avatar from shifting */
}

/* BADGE INFINITE SCROLL END */

/* WELCOME LOADER START */

.welcome-loader {
    width: 120px;
    aspect-ratio: 1;
    border: 30px solid #ddd;
    border-radius: 50%;
    position: relative;
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #45a994 !important;
}

.welcome-loader::before {
    content: "";
    position: absolute;
    inset: -50px;
    border-radius: 50%;
    border: 30px solid #45a994 !important;
    animation: l18 .8s linear 1 forwards;
    
}

@keyframes l18 {
    0%   { clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0); }
    25%  { clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0); }
    50%  { clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%); }
    75%  { clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%); }
    100% { clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0); }
}

.percentage-text {
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    color: #45a994 !important;
    transform: rotate(-45deg);
}

  /* WELCOME LOADER END */