.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: #6378FB;
}

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

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


.autocomplete-container {
    color: #000;
    position: relative;
    width: 100%;
}

.search-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 16px;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #ced4da;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    border-radius: 0 0 4px 4px;
    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: #6378FB;
}

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

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