:root {
    --bs-primary: #7852a9;
    --bs-primary-rgb: 120, 82, 169;
    --bs-success: #6bc444;
    --bs-success-rgb: 107, 196, 68;

    --bs-link-color: var(--bs-primary);
    --bs-link-hover-color: #68469a;
    --bs-focus-ring-color: rgba(var(--bs-primary-rgb), .25);


    --bs-primary-text-emphasis: #3a2761;
    --bs-primary-bg-subtle: #efe9f8;
    --bs-primary-border-subtle: #d9c9ef;


    --bs-success-text-emphasis: #275a15;
    --bs-success-bg-subtle: #edf7e7;
    --bs-success-border-subtle: #cfeec1;


    --bs-body-color: #1f1d29;
    --bs-body-bg: #ffffff;
    --bs-border-color: #e6e2f0;
}


.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-bg: #68469a;
    --bs-btn-hover-border-color: #634196;
    --bs-btn-active-bg: #5c3a90;
    --bs-btn-active-border-color: #56358a;
    --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
}


.btn-success {
    --bs-btn-color: #0f2b07;
    --bs-btn-bg: var(--bs-success);
    --bs-btn-border-color: var(--bs-success);
    --bs-btn-hover-bg: #5fb33e;
    --bs-btn-hover-border-color: #59ab3b;
    --bs-btn-active-bg: #55a437;
    --bs-btn-active-border-color: #519d35;
    --bs-btn-focus-shadow-rgb: var(--bs-success-rgb);
}


.btn-outline-primary {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-active-bg: #5c3a90;
    --bs-btn-active-border-color: #56358a;
    --bs-btn-disabled-color: #a594c7;
}


.btn-outline-success {
    --bs-btn-color: var(--bs-success);
    --bs-btn-border-color: var(--bs-success);
}

a {
    text-decoration: none !important;
    color: #111 !important
}

a:hover {
    color: #7852a9 !important
}

* {
    font-family: "Lato", sans-serif !important;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: rgba(136, 136, 136, 0.6);
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(136, 136, 136, 1.0);
}

html {
    scroll-behavior: smooth;
}

.black-white {
    filter: grayscale(100%);
}

.ui-autocomplete {
    z-index: 2050;
    background-color: white;
    border: solid 1px #ddd;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ui-menu-item {
    cursor: pointer;
    border-bottom: solid 1px #ddd;
}

.ui-menu-item .ui-state-active,
.ui-autocomplete .ui-state-active,
.ui-menu-item:hover div,
.ui-menu-item:focus div {
    background-color: #3874ff;
    color: var(--bs-primary);

    color: #fff;
}

.ui-state-highlight {
    display: inline-block !important;
    visibility: hidden;
    background: #f8f9fa;
    border: 1px dashed #ccc;
    width: 100px;
    height: 40px;
    vertical-align: middle;
}

.truncate-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    display: block;
}

.truncate-text-multiple {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    max-height: 3.1em;
}

.border-dashed {
    border-style: dashed !important;
}

.font10 {
    font-size: 10px !important;
}

.font11 {
    font-size: 11px !important;
}

.font12 {
    font-size: 12px !important;
}

.font13 {
    font-size: 13px !important;
}

.font14 {
    font-size: 14px !important;
}

.font15 {
    font-size: 15px !important;
}

.font16 {
    font-size: 16px !important;
}

.font17 {
    font-size: 17px !important;
}

.font18 {
    font-size: 18px !important;
}

.font19 {
    font-size: 19px !important;
}

.font20 {
    font-size: 20px !important;
}

.font21 {
    font-size: 21px !important;
}

.font22 {
    font-size: 22px !important;
}

.font23 {
    font-size: 23px !important;
}

.font24 {
    font-size: 24px !important;
}

.ic_16,
.ic_18,
.ic_20,
.ic_22,
.ic_24,
.ic_26,
.ic_28,
.ic_30,
.ic_32,
.ic_34,
.ic_36,
.ic_38,
.ic_40,
.ic_42,
.ic_44,
.ic_46,
.ic_48 {
    display: inline-block !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;

}

.ic_16 {
    width: 16px !important;
    height: 16px !important;
}

.ic_18 {
    width: 18px !important;
    height: 18px !important;
}

.ic_20 {
    width: 20px !important;
    height: 20px !important;
}

.ic_22 {
    width: 22px !important;
    height: 22px !important;
}

.ic_24 {
    width: 24px !important;
    height: 24px !important;
}

.ic_26 {
    width: 26px !important;
    height: 26px !important;
}

.ic_28 {
    width: 28px !important;
    height: 28px !important;
}

.ic_30 {
    width: 30px !important;
    height: 30px !important;
}

.ic_32 {
    width: 32px !important;
    height: 32px !important;
}

.ic_34 {
    width: 34px !important;
    height: 34px !important;
}

.ic_36 {
    width: 36px !important;
    height: 36px !important;
}

.ic_38 {
    width: 38px !important;
    height: 38px !important;
}

.ic_40 {
    width: 40px !important;
    height: 40px !important;
}

.ic_42 {
    width: 42px !important;
    height: 42px !important;
}

.ic_44 {
    width: 44px !important;
    height: 44px !important;
}

.ic_46 {
    width: 46px !important;
    height: 46px !important;
}

.ic_48 {
    width: 48px !important;
    height: 48px !important;
}

.table .td-1 {
    width: 140px !important;
}

.table .td-2 {
    width: 180px !important;
}

.table .td-3 {
    width: 250px !important;
}

.table .td-4 {
    width: 300px !important;
}

.table .td-img {
    width: 64px !important;
}

.table .td-img img {
    border-radius: 100%;
}

.table .td-btn {
    width: 185px !important;
}

.table .td-btn-sm {
    width: 120px !important;
    text-align: center;
}

.select2-container--default .select2-selection--multiple {
    border: var(--bs-border-width) solid var(--bs-border-color);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #5c3a90;
    border: solid 1px #5c3a90;
    color: #fff;
    border-radius: 50rem;
    padding-right: 10px;
padding-left: 10px;

}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color:#fff;margin-left: 8px;
    float:right
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
    color:red
}