.ins-achivements-box::before {
    background: gray !important;
    ;
}

.ins-achivements-box::after {
    background: gray !important;
    ;
}

.ins-title mark {
    color: #1757f0;
}

body {
    color: #000;
}

.hd-title h2 mark {
    color: #1757f0;
}

.bg-warning {
    background-color: #1757f0 !important
}

.copyright-text {
    text-align: center;
}

.circle-container {
    justify-content: center;
    display: flex;
    gap: 10px;
}

.circle {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #7654F6;
}

.select2-selection--single {
    height: 48px !important;
    align-content: center !important;
}

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

.search-parent {
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    width: 100%;
    height: 100%;
    padding: 15px 12px 20px 12px;
}

.search-title {
    color: #291969 !important;
    font-size: 14px;
    padding: 0px 0px 0px 13px;

}

.autocomplete-container {
    color: #000;
    position: relative;
    width: 100%;
    border: 1px solid var(--bs-primary);
    background-color: rgba(var(--bs-primary-rgb), 0.1);
    border-radius: 16px;
    padding: 8px;
}

.search-input {
    width: 100%;
    display: inline-block;
    padding: 12px;
    border: 1px solid #ced4da;
    border-radius: 12px;
    font-size: 16px;
    border: 1px solid #291969 !important;

}

input:focus {
    border: 2px solid #c90707 !important;
}

.btn-search {
    border-radius: 12px;
    background-color: #291969 !important;
    color: #fff !important;
    height: 50px;
    border: 1px solid #291969 !important;
    font-weight: 600;
    margin-top: 10px !important;
    margin-bottom: 10px !important;

}

.autocomplete-items {
    position: absolute;
    border: 1px solid #ced4da;
    border-top: none;
    z-index: 99;
    top: 57%;
    left: 0;
    right: 0;
    border-radius: 16px;
    background-color: #fff;
    max-height: 250px;
    overflow-y: auto;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
}

.autocomplete-items div:hover {
    background-color: #e9ecef;
}

.autocomplete-active {
    background-color: #e9ecef !important;
}

.process-icon-2:after {
    background-color: #7654F6;
}

.process-icon-2>i:before {
    color: #291969;
}

.process-icon-2>i {
    opacity: 1;
}