.ux-btn {
    padding: 0.5rem 0.9rem;
    border-radius: 0.4rem;
    /* font-family: 'sf-pro-medium'; */
    font-size: 0.9rem !important;
    font-weight: 600;
    line-height: 1.1rem;
    border: none;
    outline: none !important;
}
.ux-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.ux-sm-btn {
    padding: 0.4rem 0.8rem !important;
    border-radius: 0.4rem;
    /* font-family: 'sf-pro-medium'; */
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1rem;
    border: none;
    outline: none !important;
}
.ux-sm-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.ux-dark-btn {
    background-color: #4747A1 !important;
    color: #fff !important;
}
.ux-light-blue-btn {
    background-color: #98BDFF;
    color: #fff;
}
.ux-light-blue-icon {
    color: #248AFD !important;
    background-color: rgba(36, 138, 253, 0.2) !important;
    border-color: rgba(36, 138, 253, 0) !important;
}
.ux-red-btn {
    background-color: rgba(255, 71, 71, 0.2);
    color: #FF4747;
}
.ux-light-red-icon {
    color: #FF4747 !important;
    background-color: rgba(255, 71, 71, 0.2) !important;
    border-color: rgba(255, 71, 71, 0) !important;
}
.ux-light-btn {
    color: #282f3a;
    background-color: rgba(163, 164, 165, 0.2);
    border-color: rgba(40, 47, 58, 0);
}
.ux-light-green-btn {
    color: #005C3F !important;
    background: #d5eadd !important;
}
.ux-light-green-icon {
    color: #57B657 !important;
    background-color: rgba(87, 182, 87, 0.2) !important;
    border-color: rgba(87, 182, 87, 0) !important;
}
.calendar-img {
    width: 0.85rem;
}
.ux-modal-header {
    background: #4747A1;
    color: #fff;
}
.ux-modal-header .modal-title {
    /* font-family: sf-pro-bold; */
    font-size: 1.2rem !important;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4rem;
}
.ux-close-img {
    float: right;
    width: 1.3rem;
    height: 1.3rem;
    cursor: pointer;
}
.ux-page-bg {
    background-color: #F5F7FF;
}
.ux-admin-settings-blk, .ux-reports-blk {
    padding: 1rem;
    border-radius: 0.5rem;
    /* border: 1px solid #c9d3db; */
    background: #fff;
    margin-bottom: 1rem;
}
.ux-admin-settings-blk:last-child, .ux-reports-blk:last-child {
    margin-bottom: 0;
}
.general-setting a {
    position: relative;
    display: table;
    width: 100%;
    z-index: 1;
}
.general-setting a {
    color: #11114a !important;
    background-color: rgba(75, 73, 172, 0.075) !important;
    /* transition: transform 0.3s ease; */
    transition: background-color 0.3s ease;
    font-weight: 500;
}
.general-setting a:hover {
    color: #fff !important;
    background-color: #4747A1 !important;
    transform: scale(1.1);
    font-weight: 600;
}
.ux-reports-blk {
    background-color: #fff;
    color: #11114a;
    cursor: pointer;
}
.ux-reports-blk:hover, .scale-effect:hover {
    transform: scale(1.05);
}
.ux-config-wrap {
    padding: 1.875rem !important;
    border-radius: 0.5rem;
    border: 1px solid #c9d3db;
    background: #fff;
    margin-bottom: 0.5rem;
}
.custom-control-input:checked~.custom-control-label::before {
    background-color: #4747A1 !important;
    border-color: #4747A1 !important;
}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(71, 71, 161, .5) !important;
}
.ux-blue-txt {
    color: #4747A1;
}
.ux-peach-txt {
    color: #F3797E;
}
.alert-warning {
    background-color: #FEF1E1 !important;
    border-color: #FEF1E1 !important;
}
.ux-table-header {
    color: #4747A1 !important;
    background-color: #fff !important;
}
.item-wrap .nav-link {
    margin: 0.3rem 0.5rem;
    padding: 0.4rem 0;
    border-radius: 0.5rem;
}
.item-wrap .nav-link:focus, .item-wrap .nav-link:hover, .ux-dropdown-menu a:hover {
    color: #11114a !important;
    background: rgba(75, 73, 172, 0.1);
}
.item-wrap .nav-link.active, .ux-dropdown-menu a.active {
    color: #fff !important;
    background: #4747A1;
}
.ux-link, .ux-link:hover {
    color: #7978E9 !important;
}
.ux-dropdown-menu a {
    border-radius: 0.5rem;
}
.ux-light-purple-bg {
    background-color: #F1F1F9;
}
.calendar-sync-visit {
    background: lightyellow !important;
    border-color: yellow !important;
    border-width: 0.05rem 0.05rem 0.05rem 0.7rem !important;
    color: #000 !important;
    overflow: hidden;
}
.calendar-sync-visit .fc-event-title {
    color: #000;
}
.ux-btn_preferred {
    padding: 0.5rem 0.9rem;
    border-radius: 0.4rem;
    font-size: 0.9rem !important;
    font-weight: 600;
    line-height: 1.1rem;
    border: none;
    outline: none !important;
    width: auto;
    margin: 0.3rem;
    white-space: nowrap;
}

.ux-light-violet-btn {
    background-color: #7978E9;;
    color: #fff;
}

/* Custom tooltip css */
.tooltip.custom-tooltip {
    background: transparent !important;
    box-shadow: none !important;
    margin: 0 !important;
}

.tooltip.custom-tooltip .tooltip-inner {
    background: #D5D0F7 !important;
    color: #12344D !important;
    border-radius: 0.3rem;
    padding: 0.3rem 0.6rem;
    text-align: center;
}

.tooltip-text {
font-size: 0.7rem;
}

.tooltip.custom-tooltip .tooltip-arrow::before {
    border-style: solid;
}

.tooltip.custom-tooltip.bs-tooltip-right .arrow::before {
    border-right-color: #D5D0F7 !important;
}

.tooltip.custom-tooltip.bs-tooltip-left .arrow::before {
    border-left-color: #D5D0F7 !important;
}

.tooltip.custom-tooltip.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #D5D0F7 !important;
}

.tooltip.custom-tooltip.bs-tooltip-top .arrow::before {
    border-top-color: #D5D0F7 !important;
}

.currency-selector {
    padding: .5rem;
    margin-right: 1rem;
}