.icon-wrap{
    display: inline-flex;
    align-items: center;
    height: 1em;       /* IMPORTANT */
}

.icon-wrap .material-symbols-rounded{
    font-size: 18px;
    line-height: 1;
}

.right_sign_in {
    color: #644EF3;
    font-weight: bold;
}
.btn.btn-gradient-primary {
    background-image: linear-gradient(to right, #644ef3 0, #644EF3 50%, #644ef3 100%);
}

.form-label2 {
    margin-bottom: 3px;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #644EF3;
    color: #fff;
}
/* scrollbar width */
::-webkit-scrollbar {
    width: 5px;
}

/* track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* thumb */
::-webkit-scrollbar-thumb {
    background-color: #644EF3;
    border-radius: 10px;
}

/* hover */
::-webkit-scrollbar-thumb:hover {
    background-color: #523adf;
}

/*  FORCE hide scrollbar arrows */
::-webkit-scrollbar-button:single-button {
    display: none;
    width: 0;
    height: 0;
}

::-webkit-scrollbar-button {
    display: none;
}

.form-control {
    border-radius: 5px;
}

.form-select {
    border-radius: 5px;
}