.m-t10{
    margin-top: 10px !important;
}
.m-r10{
    margin-right: 10px !important;
}
.p-15{
    padding: 15px !important;
}
.p-a10{
    padding: 10px !important;
}
.m-l10{
    margin-left: 10px !important;
}
.p-x12{
    padding: 0px 12px !important;
}
.m-b10{
    margin-bottom: 10px !important;
}
.min-width-60{
    min-width: 65px !important;
}
.search_p5{
    padding: 10px !important;
    min-height: 60px;
}

.search_p10 a{
    color: black !important;
}

.search_p10:hover {
    background: #e5d4fd !important;
    color:white !important;
}

.search_p10{
    padding: 10px !important;
    background-color: #EAEBF0;
    border-radius:5px;
}

.search_p5 a{
    color:black !important;
}

.search_p5 a p{
    margin-bottom: 0 !important;
}

.global_search_user_name {
    font-weight: bold;
}

.search_p5 a:hover .global_search_title {
    color: #886AB5;
}

.align_center{
    text-align: center;
}
.address_btn{
    margin: 0px 0px 10px 15px;
}
.justify_center{
    justify-content: center !important;
}
.align_right{
    text-align: right;
}
.p_style{
    color: black;
    font-size: 10pt;
}
.red{
    color: red;
}
.pointer{
    cursor: pointer;
}
.m-l10{
    margin-left: 10px !important;
}
.m-l20{
    margin-left: 20px !important;
}
.m-l30{
    margin-left: 30px !important;
}
.p-20{
    padding: 0px 20px 20px 20px !important;
}
.profile-user .profile-edit {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    right: 0;
    background: #d5d4e0;
    margin: 0 auto;
    text-align: center;
}
.main-profile-overview .main-img-user {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
}

.main-img-user {
    display: inline-block;
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    text-align: center;
}
.mg-b-20 {
    margin-bottom: 20px;
}
.tx-13 {
    font-size: 13px;
}
.mg-b-25 {
    margin-bottom: 25px;
}
.select2-hidden-accessible {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    -webkit-clip-path: inset(50%)!important;
    clip-path: inset(50%)!important;
    height: 1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
    white-space: nowrap!important;
}
.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
span.select2-selection.select2-selection--multiple, span.select2-selection.select2-selection--single {
    outline: 0;
}

.select2-container .select2-selection--multiple {
    min-height: calc(1.47em + 1rem + 2px);
}
.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
    border: 1px solid #e5e5e5;
}
.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}
.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.select2-search__field, .select2-selection--multiple, .select2-selection--single {
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.form-group{
    margin-bottom: 1rem !important;
}
.tx-13 {
    font-size: 13px;
}
.mg-b-20 {
    margin-bottom: 20px;
}
.main-profile-bio {
    font-size: 13px;
    margin-bottom: 20px;
}
.f-right{
    float:right;
}

.footer-none{
    justify-content: flex-start !important;
}
/*select multiple dropdown table*/
.select-wrapper {
    margin: auto;
    max-width: 600px;
    width: calc(100% - 40px);
}
/*select multiple dropdown table*/
.select-pure__select {
    align-items: center;
    background: #f9f9f8;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    color: #363b3e;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    justify-content: left;
    min-height: 44px;
    padding: 5px 10px;
    position: relative;
    transition: 0.2s;
    width: 100%;
}
/*select multiple dropdown table*/
.select-pure__options {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    color: #363b3e;
    display: none;
    left: 0;
    max-height: 221px;
    overflow-y: scroll;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 5;
}
/*select multiple dropdown table*/
.select-pure__select--opened .select-pure__options {
    display: block;
}
/*select multiple dropdown table*/
.select-pure__option {
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
    box-sizing: border-box;
    height: 44px;
    line-height: 25px;
    padding: 10px;
}
/*select multiple dropdown table*/
.select-pure__option--selected {
    color: #e4e4e4;
    cursor: initial;
    pointer-events: none;
}
/*select multiple dropdown table*/
.select-pure__option--hidden {
    display: none;
}
/*select multiple dropdown table*/
.select-pure__selected-label {
    background: #5e6264;
    border-radius: 4px;
    color: #fff;
    cursor: initial;
    display: inline-block;
    margin: 5px 10px 5px 0;
    padding: 3px 7px;
}
/*select multiple dropdown table*/
.select-pure__selected-label:last-of-type {
    margin-right: 0;
}
/*select multiple dropdown table*/
.select-pure__selected-label i {
    cursor: pointer;
    display: inline-block;
    margin-left: 7px;
}
/*select multiple dropdown table*/
.select-pure__selected-label i:hover {
    color: #e4e4e4;
}
/*select multiple dropdown table*/
.select-pure__autocomplete {
    background: #f9f9f8;
    border-bottom: 1px solid #e4e4e4;
    border-left: none;
    border-right: none;
    border-top: none;
    box-sizing: border-box;
    font-size: 16px;
    outline: none;
    padding: 10px;
    width: 100%;
}
.edit-icon {
    background-color: #eee;
    border: 1px solid #e3e3e3;
    border-radius: 24px;
    color: #bbb;
    float: right;
    font-size: 12px;
    line-height: 24px;
    min-height: 26px;
    text-align: center;
    width: 26px;
}
.contact_information{
    padding: 10px;
}
.title_infomation{
    font-size: 11pt;
    font-weight: bold;
}
.info-text{
    color: #8e8e8e;
}
.profile-view {
    position: relative;
}
.profile-view .profile-img-wrap {
    height: 120px;
    width: 120px;
}
.profile-img-wrap {
    height: 120px;
    position: absolute;
    width: 120px;
    background: #fff;
    overflow: hidden;
}
.profile-view .profile-basic {
    margin-left: 140px;
    padding-right: 50px;
}
.profile-basic {
    margin-left: 140px;
}


.profile-info-left {
    border-right: 2px dashed #ccc;
}
.user-name {
    color: #333;
}
.m-t-0 {
    margin-top: 0 !important;
}
.mb-0, .my-0 {
    margin-bottom: 0!important;
}
.text-muted {
    color: #8e8e8e !important;
}
.staff-id {
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
}
.personal-info {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}
.personal-info li .title {
    color: #4f4f4f;
    float: left;
    font-weight: 500;
    margin-right: 30px;
    width: 25%;
}
.personal-info li .text {
    color: #8e8e8e;
    display: block;
    overflow: hidden;
}

@media only screen and (max-width: 575.98px){
    .profile-view .profile-basic {
        margin-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 575.98px){
    .profile-info-left {
        text-align: center;
    }
}
@media only screen and (max-width: 575.98px){
    .profile-img-wrap {
        position: relative;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 767.98px){
    .profile-info-left {
        border-right: none;
        border-bottom: 2px dashed #ccc;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 991.98px){
    .profile-info-left {
        border-right: none;
        border-bottom: 2px dashed #ccc;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 575.98px){
    .profile-info-left {
        text-align: center;
    }
}
hr.new2 {
    border-top: 1px dashed rgb(189, 189, 189);
}

.bg-secondary-400{
    background-color: #c5c6c7;
}

.bg-warning-400 {
    background-color: #ffca5b;
    color: rgba(0, 0, 0, 0.8);
}

.text-white {
    color: #fff !important;
}

.mb-g {
    margin-bottom: 1.5rem !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.l-h-n {
    line-height: normal;
}

.opacity-15 {
    opacity: 0.15;
}

.pos-bottom {
    bottom: 0;
}

.pos-right {
    right: 0;
}

/* .list-unstyled .active, .btn:hover {
    background-color: rgb(218, 218, 218);
    color: white;
} */

.list-unstyled .active {
    background-color: rgb(218, 218, 218);
    color: white;
}

.select2-container--open {
    z-index: 10000;
}

/*Voucher backend setting css*/
.voucher_sales_order_css{
    border-style: solid;
    border-color: black;
}
.voucher_sales_info h3, .voucher_sales_info p{
    display:inline;
}
/*END Voucher backend setting css*/

.pv_icon_css{
    background-color:orange;
    color:white;
}

.nav-menu li.active:not(.open) > a:before {
    color:transparent !important;
}

@-webkit-keyframes blinker {
    from {opacity: 1.0;}
    to {opacity: 0.0;}
}
.blink{
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;
}

.signal_css .badge-warning{
    border-radius: 50%!important;
    width: 10px;
    height: 10px;
}

.text-after-send:after{
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
    width: 20px;
    height: 20px;
    background: white;
    position: absolute;
    right: -8px;
    top: -10px;
    font-size : 12pt;
    border-radius: 20px;
    transition: all .3s ease-in-out;
    color: black;
}

@media only screen and (max-width: 500px){
    .profile-view .profile-basic {
        margin-left: 0;
        padding-right: 0;
    }
}

.champion_statement_modal_header_css{
    padding-bottom:0rem !important;
}

.champion_statement_modal_body_css{
    padding-top: 0rem !important;
}

.xSRrL {
    font-weight: initial;
    position: relative;
    background-image: linear-gradient(
    18deg, rgba(0, 0, 0, 0) 49.5%, rgb(221, 221, 221) 49.5%, rgb(221, 221, 221) 50.5%, rgba(0, 0, 0, 0) 50.5%);
    width: 260px;
    padding-left: 65px !important;
    padding-right: 65px !important
}

.iILJKv {
    position: absolute;
    left: 10px;
    bottom: 6px;
    font-size: 13px;
}

.XOzFq {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 12px;
}
.load_more_bth:hover{
    transform: scale(1.05);
    background-color: black;
}

.no-break {
    white-space: nowrap;
}
.select2-selection__choice {
    display: flex;
    flex-direction: row-reverse;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: unset !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    border-left: unset !important;
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
    margin-right: 7px !important;
}

.wp-post-image {
    height: auto;
}

.wp-block-image img {
    height: auto;
}

.custom-control .custom-control-input:checked ~ .custom-control-label.true::before, .custom-control .custom-control-input:checked ~ .custom-control-label.true::after {
    background-color: green !important;
}

.custom-control .custom-control-input:checked ~ .custom-control-label.false::before, .custom-control .custom-control-input:checked ~ .custom-control-label.false::after {
    background-color: red !important;
}
