.userId{
    border-radius: 10px;
    background-color: #95c5ed;
}
hr.line{
    border-top: 1px solid #8c8b8b;
    background-color:black;
    width: 100%;
    height: 2px;
}
input.text-box{
    color: white;
    border: none;
    background-color: transparent;
}
select.select{
    background: transparent;
    border: none;
    color: white;
}

span.span{
    border: none;
    background: transparent;
    color: white;
}
input.check-box{
    margin: 10px 5px 10px 20px !important;
}

.btn-save{
    margin-right: 10px;
}

.history-date-red {
     background: red;
    color: white;
    border-radius: 15px;
    margin: 2px;
    padding: 5px 12px;
    text-align: center;
 }
.history-date-green {
    background: #0d9d06;
    color: white;
    border-radius: 15px;
    margin: 2px;
    padding: 5px 12px;
    text-align: center;
}

.upload-image{
}

.upload-image-heading{
    text-align: center;
}

.list-group-item-action:focus, .list-group-item-action:hover {
    background-color: rgba(255, 255, 255, 0.84) !important;
}

.box {
    position: relative;
    margin: 30px 0px;
    width: 100%;
    background: #555;
    padding: 0px;
    -webkit-transition: .5s;
    transition: .5s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 0 3px rgba(31,30,47,.05);
    border-radius: 8px;
}

.box-body {
    padding: 1.25rem;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-radius: 0 0 3px 3px;
}

.bg_box_green {background: #00c722;}
.bg_box_yellow {background: #ffa200;}
.bg_box_blue {background: #008cef;}
.bg_box_pink {background: #fb2b8b;}

.x_panel {
    position: relative;
    width: 100%;
    min-height: 500px;
    margin-bottom: 10px;
    padding: 10px 17px;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 4px;
}
.x_title {
    border-bottom: 2px solid #E6E9ED;
    padding: 1px 5px 6px;
    margin-bottom: 10px;
}
.x_title .filter {
    width: 40%;
    float: right;
}
.x_title h2 {
    margin: 5px 0 6px;
    float: left;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.x_title h2 small {
    margin-left: 10px;
}
.x_title span {
    color: #BDBDBD;
}
.x_content {
    padding: 0 5px 6px;
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 5px;
}
.x_content h4 {
    font-size: 16px;
    font-weight: 500;
}

.clearfix:after, form:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.filter_searchitem {
    width: 100%;
    font-size: 16px;
    border: 1px solid #d9c6b1;
    border-radius: 5px;
    font-weight: 700;
    padding: 5px;
    margin-bottom: 15px
}

.filter_range_bar {
    font-size: 16px;
    border: 1px solid #d9c6b1;
    border-radius: 5px;
    font-weight: 700;
    padding: 0px 3px 0px 5px;
    margin-bottom: 15px
}

.w-24 {
    width: 6rem !important;
}

input.check-box {
    margin: 0px !important;
}

.filter_searchitem label {
    font-size: 12px;
}

.list-group-item:last-child {
     border-bottom-right-radius: 0px !important;
     border-bottom-left-radius: 0px !important;
}

.list-group-item:first-child {
     border-top-left-radius: 0px !important;
     border-top-right-radius: 0px !important;
}

input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    width: 24px;
    height: 24px;
    -webkit-appearance: none;
    /* @apply w-6 h-6 appearance-none pointer-events-auto; */
}

.cus-h4 {
    font-size: 1.5rem !important;
    font-weight: 500 !important;
}
#userGrid h5 {
    font-size: 1.25rem !important;
    font-weight: 500 !important;
}
#userGrid h6 {
    font-size: 1rem !important;
    font-weight: 500 !important;
}

.btn-silver {
    background-color: #C0C0C0;
    border-color: #C0C0C0;
    color: #00001f;
}
.btn-silver:hover {
    background-color: #8e8e8e;
    border-color: #979797;
}
.btn-reactivate {
    background-color: #35bf99;
    color: #ffffff!important;
}
.btn-reactivate:hover {
    background-color: #258f71;
    border-color: #258f71;
    color: #ffffff!important;
}
.btn-verification-payment {
    background-color: #558d9e;
    color: #ffffff!important;
}
.btn-verification-payment:hover {
    background-color: #44727f;
    border-color: #44727f;
    color: #ffffff!important;
}
.btn-chat {
    background-color: #b7459e;
    color: #ffffff!important;
}
.btn-chat:hover {
    background-color: #9f3988;
    border-color: #9f3988;
    color: #ffffff!important;
}
.btn-refresh-subscription {
    background-color: #6d7d91;
    color: #ffffff!important;
}
.btn-refresh-subscription:hover {
    background-color: #606e81;
    border-color: #606e81;
    color: #ffffff!important;
}
.address-sec {
    background-color: #f5f5f5cf !important;
    padding: 18px;
    border-radius: 16px;
}

.changePhone :hover {
    color: #5bc0de!important;
}

.bg_fff7f7 {
    background-color: #fff7f7 !important;
}
.user_group_input {
    display: flex;
    height: calc(1.5em + .75rem + 4px);
    padding-left: .75rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.cus_w { max-width: 1525px!important; }
.w_312 { width: 312px!important; }
.w_403 { width: 403px!important; }

.requestCount_lbl {
    padding: 4px 18px;
    background-color: #00b323;
    border-radius: 15px;
    font-size: 18px;
}
/*-------------------- gold pkg privies Collapsible ----------- */
.collapsible {
    background-color: #1f1f1f;
    color: white;
    padding: 14px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}
.active, .collapsible:hover {
    background-color: #1f1f1f;
}
.active:after {
    content: "\2212";
}
.content_div {
    padding: 0 18px;
    /*max-height: 0;*/
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
}
.load_btn {
    position: absolute;
    top: 343px;
    left: 560px;
    padding: 10px!important;
    background: transparent;
    border: none!important;
    color: #0090ff!important;
}
.load_btn:focus {
    border: none!important;
    outline: none!important;
}
.load_btn:hover {
    color: #ff006f!important;
}

.checkbox_group {
    /*display: flex;*/
    height: calc(1.5em + .75rem + 4px);
    padding: 8px 10px;
    color: #ffffff;
    background-color: #343a40;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.user_id_box {
    display: flex;
    height: calc(1.5em + .75rem + 4px);
    padding: 6px 14px;
    margin: 7px 15px 0 0;
    color: #495057;
    font-size: 16px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.admin_user_box {
    display: flex;
    height: calc(1.5em + .75rem + 6px);
    padding: 6px 12px;
    color: #495057;
    font-size: 16px;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-left: 8px!important;
}
.target_group {
    display: flex;
    height: calc(1.5em + .75rem + 4px);
    /* padding-left: .75rem; */
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.preference_group {
    padding: 4px 5px !important;
    margin-right: 8px;
    background-clip: padding-box;
    border: 1px solid #727272;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
    font-weight: normal !important;
}

.tbl_link {
    color: #f8f9fa  !important;
}
.tbl_link:hover {
    font-weight: bold;
    text-decoration: none;
    color: #00bffd !important;
}

.id_link {
    color: #6c757d  !important;
}
.id_link:hover {
    font-weight: bold;
    text-decoration: none;
    color: #00bffd !important;
}

.dateFilter>input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    border-radius: 4px;
    margin-right: 2px;
    opacity: 0.8;
    filter: invert(4);
}

.dateFilter>input[type="date"]::-webkit-calendar-picker-indicator:hover {
    opacity: 1;
    color: #00bffd;
}

@media (max-width: 1200px) {
    .x_title h2 {
        width: 62%;
        font-size: 17px;
    }
}
@media (max-width: 1270px) and (min-width: 192px) {
    .x_title h2 small {
        display: none
    }
}

/*@media screen and (min-width: 480px) {*/
/*    #leftsidebar {width: 200px; float: left;}*/
/*    #main {margin-left: 216px;}*/
/*}*/

@media (max-width: 480px) {
    .head-dive{
        text-align: center;
        margin-top: 20px;
    }
}

.save-btn-set{
    text-align: right;
}

@media (max-width: 480px) {
    .save-btn-set {
        text-align: right;
        padding-bottom: 20px;
    }
}

.save-btn-set-2{
    text-align: right;
}

.upload-image-btn{
    margin-top: 10px;
}

@media (max-width: 480px){
    .profile-image-save-btn{
        margin-top: 10px;
    }
}

@media (min-width: 768px){
    .flex_md {
        display: flex!important;
    }
}

.even{
    background-color: #343a40 !important;
}
#webxpayFromCSVGoldTable > tbody > .even {
    background-color: #ffffff !important;
}
#webxpayFromCSVVerificationTable > tbody > .even {
    background-color: #ffffff !important;
}


/** ----- home_custom_bootsrap(4.4) -------- **/
.btn_c {
    display: inline-block!important;
    font-weight: 400!important;
    color: #212529!important;
    text-align: center!important;
    vertical-align: middle!important;
    cursor: pointer!important;
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important;
    background-color: transparent!important;
    border: 1px solid transparent!important;
    padding: 6px 12px!important;
    font-size: 16px!important;
    line-height: 1.5!important;
    border-radius: 4px!important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out!important;
    margin-left: 8px!important;
    text-decoration: none !important;
}

.btn-outline-info {
    color: #17a2b8!important;
    border-color: #17a2b8!important;
}

.btn-outline-info:hover {
    color: #fff!important;
    background-color: #17a2b8!important;
    border-color: #17a2b8!important;
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)!important;
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8!important;
    background-color: transparent!important;
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff!important;
    background-color: #17a2b8!important;
    border-color: #17a2b8!important;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)!important;
}

.zoomLocation:hover {
    transform: scale(2.2);
    z-index: 1;
}
.zoomLocationProof:hover {
    transform: scale(1.5);
    z-index: 1;
}
.zoomGoldPackage:hover {
    transform: scale(2.2);
    z-index: 1;
    position: absolute;
}

.badge-gold {
    color: #fff;
    background-color: #FF48D9;
}
.badge-location {
    color: #212529;
    background-color: #c7c4c9;
}
.custom-badge {
    font-weight: 700;
    margin-left: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: medium;
    padding-right: 0.8em;
    padding-left: 0.8em;
}

/* Errors page*/
.expandableCollapsibleDiv {
    display: none;
}
.errors-card {
    margin-top: 5px;
}
.errors-card .card-header {
    cursor: pointer;
    display: flex;
}
.errors-card:first-child {
    margin-top: 0px;
}
.error-sub-div {
    border-radius: 3px;
    padding: 10px 12px;
    margin-top: 5px;
}
.error-sub-div:first-child {
    margin-top: 0px;
}
.flex-div {
    display: flex;
}
.have-errors {
    background-color: #fde3c2!important;
    color: #721c24;
}
.no-errors {
    background-color: #7cffd3!important;
    color: #0f461d;
}
.error-heading {
    padding-top: 2px;
    width: -webkit-fill-available;
}
.error-count {
    border: 2px solid;
    margin-left: 10px;
    border-radius: 100%;
    padding: 2px 5px;
    font-weight: bold;
}
.no-errors-label {
    width: 90px;
    text-align: right;
    margin-left: 10px;
    padding: 2px 1px;
    font-weight: bold;
}
.error-msg-div {
    width: -webkit-fill-available;
    font-weight: bold;
}
.user-id-para {
    margin-bottom: 0.25rem;
    text-decoration: underline;
}
.user-id-span {
    margin-right: 5px;
}
.user-id-link {
    color: inherit;
}
.user-id-link:hover {
    color: #721c24!important;
    font-weight: bold;
}

.iti-change-phone {
    width: 100%;
}
