.apply-blue-tick {
    border: 2px solid #ff444e;
    background-color: #ff444e;
    height: 46px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 50px;
    padding: 0 20px;
    display: table;
    margin:  0 0 20px 0;
}
.apply-blue-tick svg {
    margin: 0 0 0 5px;
    position: relative;
    top: -1px;
}

.apply-blue-tick svg path {
    fill: #fff;
    stroke: #fff;
}
.apply-blue-tick svg path:nth-of-type(3) {
    stroke: #ff444e;
}

.apply-blue-tick:hover {
    border: 2px solid #1cd1c1;
    background-color: #fff;
    color: #1cd1c1;
}
.apply-blue-tick:hover svg path {
    fill: #1cd1c1;
    stroke: #1cd1c1;
}
.apply-blue-tick:hover svg path:nth-of-type(3) {
    stroke: #fff;
}





.creatorsdetails-wrap.creator-profile .creatorsdetails-head .clb-head.creator-verify .clhtext h3::after {
    display: none;
}
.creatorsdetails-wrap.creator-profile .creatorsdetails-head .clb-head.creator-verify .clhtext h3 a {
    margin-left: 5px;
}
.creatorsdetails-wrap.creator-profile .creatorsdetails-head .clb-head.creator-verify .clhtext h3 a svg path {
    fill: #ff444e;
}
.creatorsdetails-wrap.creator-profile .creatorsdetails-head .clb-head.creator-verify .clhtext h3 a:hover svg path {
    fill: #7b00ff;
}
/*  */

.profile-rewards {
    border-bottom: 1px solid #e4e4e4;
    padding-top: 20px;
    padding-bottom: 20px;
}
.profile-rewards ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
}
.profile-rewards ul li {
    /* flex: 1; */
    margin-right: 50px;
    width: 33.33%;
}
.profile-rewards ul .account-type {
    display: flex;
    align-items: center;
}
.profile-rewards ul .account-type .image {
    width: 46px;
    height: 46px;
    margin-right: 10px;
    flex-shrink: 0;
    flex-grow: 0;
}
.profile-rewards ul .account-type .name p {
    font-size: 16px;
    font-weight: 400;
    color: #6a6a6a;
    margin-bottom: 0;
}
.profile-rewards ul .account-type .name p span {
    font-size: 18px;
    font-weight: 600;
    color: #46454c;
    display: block;
}
.profile-rewards ul .you-earn p {
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    color: #2b2b2b;
    display: block;
    margin-bottom: 0;
    display: inline-block;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.profile-rewards ul .you-earn p span {
    font-size: 34px;
    font-weight: 600;
    display: block;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.profile-rewards ul .you-earn p:hover, 
.profile-rewards ul .you-earn p:hover span {
    color: #7b00ff;
}
/*  */

.creatorprofile-steps-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 0 40px 0;
    padding:  0 0 30px 0;
    border-bottom: 1px solid #e1e1e1;
}
.creatorprofile-steps-wrap .cell {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 150px;
    position: relative;
}
.creatorprofile-steps-wrap .cell .number {
    padding: 2px;
    background-color: #fff;
    border: 1px solid #e4e2e6;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    margin: 0 0 10px 0;
    position: relative;
}
.creatorprofile-steps-wrap .cell .number span {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #46454b;
}
.creatorprofile-steps-wrap .cell label {
    font-size: 16px;
    font-weight: 500;
    color: #46454b;
    display: block;
}
.creatorprofile-steps-wrap .cell label sub {
    color: #bababa;
    display: block;
    line-height: 1;
    font-size: 12px;
}
.creatorprofile-steps-wrap .cell-line {
    height: 3px;
    background-color: #e4e2e6;
    width: 230px;
    position: absolute;
    top: 25px;
    left: 125px;
}   
.creatorprofile-steps-wrap .cell-line::after {
    position: absolute;
    width: 50%;
    height: 3px;
    background-color: #e4e2e6;
    left: 0;
    top: 0;
    content: '';
}
.creatorprofile-steps-wrap .cell.active .cell-line::after,
.creatorprofile-steps-wrap .cell.complete .cell-line::after {
    background-color: #1cd1c1;
}
.creatorprofile-steps-wrap .cell.active .number span,
.creatorprofile-steps-wrap .cell.complete .number span {
    background-color: #1cd1c1;
    color: #fff;
}
.creatorprofile-steps-wrap .cell.active .number {
    border: 1px solid #1cd1c1;
}
.creatorprofile-steps-wrap .cell.complete .number {
    border: 1px solid #7b00ff;
}
.creatorprofile-steps-wrap .cell.active label sub {
    color: #1cd1c1;
}
.creatorprofile-steps-wrap .cell.complete label sub {
    color: #7b00ff;
}
.creatorprofile-steps-wrap .cell.complete .cell-line::after {
    width: 100%;
}
.creatorprofile-steps-wrap .cell.complete .number::after {
    background:#7b00ff url('../images/tick.png') center center no-repeat;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #7b00ff;
}
/*  */
.transaction-status {
    background-color: #ffffff;
    padding: 35px 35px;
}
.transaction-status .inner {
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0;
}
.transaction-status .inner h2 {
    font-weight: 600;
    font-size: 25px;
    margin: 20px 0 0 0;
}
.transaction-status .inner h2.faild {
    color: #ff444e;
}
.transaction-status .inner h2.success {
    color: #16be01;
}
.transaction-status .inner .info {
    font-size: 14px;
    color: #9d9d9d;
    font-weight: 600;
    display: block;
    margin: 5px 0 0 0;
}
.transaction-status .inner .info img {
    position: relative;
    top: -1px;
    margin-right: 5px;
}
.transaction-status .inner p {
    color: #2b2b2b;
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    margin: 10px 0 0 0;
}
.transaction-status .inner h3 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin: 25px 0 0 0;
}
.transaction-status .inner h3 sup {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    display: block;
    top: auto;
    margin: 0 0 4px 0;
}
.transaction-status .inner span.price {
    font-size: 38px;
    font-weight: 700;
    color: #ff444e;
    display: block;
    margin: 10px 0 10px 0;
}
.transaction-status .inner span.price:first-letter {
    font-size: 24px;
    font-weight: 500;
}
.transaction-status .inner span.time-date {
    color: #7b00ff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    padding: 15px 70px;
    border: 1px solid #d8d8d8;
    border-style: dashed;
    border-left: 0;
    border-right: 0;
    display: table;
    margin: 0 auto;
    letter-spacing: 1px;
}
.transaction-status .inner .yt-name {
    background-color: #eeeeee;
    padding: 8px 0;
    width: 250px;
    max-width: 250px;
    font-size: 12px;
    color: #000;
    display: table;
    margin: 15px auto 0 auto;
    border-radius: 5px;
}
.table-wrap.full-fill {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 0;
    padding-bottom: 15px;
    background-color: #fff;
    margin-bottom: 20px;
}

.table-wrap table {
    width: 100%;
    min-width: 640px;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    border: 1px solid #dedede;
}
.table-wrap table tr th {
    background-color: #f4f4fb;
    color: #000;
    border-right: 1px solid #dedede;
    
}
.table-wrap table tr th:last-child,
.table-wrap table tr td:last-child {
    border-right: 0;
}
.table-wrap table tr td {
    border-right: 1px solid #dedede;
}
.table-wrap table tr th,
.table-wrap table tr td {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.table-wrap table tr td {
    font-weight: 400;
    line-height: 16px;
    color: #666666;
}
.table-wrap table tr td a {
    color: #666666;
}
.table-wrap table tr td a:hover {
    text-decoration: underline;
}
.table-wrap table tr td.name {
    color: #000;
}
.table-wrap table tr td.color-1 {
    color: #7b00ff;
}
.table-wrap table tr td.color-2 {
    color: #ff444e;
}
/* .table-wrap table tr:nth-of-type(odd) td {
    background-color: #eeeeee;
} */
.table-wrap table .sml-btn {
    background-color: #000;
    font-size: 12px;
    color: #fff;
    padding: 3px 10px;
    border-radius: 5px;
    display: inline-block;
    font-weight: 400;
    text-decoration: none;
}
.table-wrap table .sml-btn.approved {
    background-color: #7b00ff;
}
.table-wrap table .sml-btn.rejected {
    background-color: #ff444e;
}
.table-wrap table .sml-btn.on-going {
    background-color: #d3f514;
}
.table-wrap table .sml-btn.processing {
    background-color: #1cd1c1;
}
.table-wrap table .sml-btn:hover {
    text-decoration: none;
    background-color: #222;
}


.table-wrap table .status {
    font-size: 12px;
    font-weight: 400;
}
.table-wrap table .status.approved {
    color: #7b00ff;
}
.table-wrap table .status.rejected {
    color: #ff444e;
}
/* .table-wrap table .status.on-going {
    color: #4caf50;
} */
.table-wrap table .status.processing {
    color: #9e9d24;
}


.table-wrap table .status.requested, 
.table-wrap table .status.submitted {
    color: #2196f3;
}
.table-wrap table .status.ongoing {
    color: #7a00f7;
}
.table-wrap table .status.uncompleted {
    color: #ff9800;
}
.table-wrap table .status.cancelrequested {
    color: #4cd5c0;
}
.table-wrap table .status.completed, 
.table-wrap table .status.approved, 
.table-wrap table .status.cancelrequest-approved,
.table-wrap table .status.payout-completed {
    color: #4caf50;
}
.table-wrap table .status.rejected, 
.table-wrap table .status.payment-rejected, 
.table-wrap table .status.cancelrequest-rejected {
    color: #ff0000;
}
.table-wrap table .payout-pending {
    color: #e3d300;
}
.table-wrap table .payout-processing {
    color: #fd8300;
}



.table-wrap table .sml-btn.btnStyl-1 {
    background: none;
    color: #7b00ff;
    border-color: #7b00ff;
    border: 1px solid;
    text-align: center;
    white-space: nowrap;
}
.table-wrap table .sml-btn.btnStyl-1:hover {
    background-color: #7b00ff;
    color: #fff;
    border-color: #7b00ff;
}

.table-wrap table .sml-btn.btnStyl-1.btn-color-1 {
    color: #ff444e;
    border-color: #ff444e;
}
.table-wrap table .sml-btn.btnStyl-1.btn-color-1:hover {
    color: #fff;
    background-color: #ff444e;
}

.table-wrap table .sml-btn.btnStyl-1.btn-color-2 {
    color: #ff8f00;
    border-color: #ff8f00;
}
.table-wrap table .sml-btn.btnStyl-1.btn-color-2:hover {
    color: #fff;
    background-color: #ff8f00;
}

.table-wrap table .sml-btn.btnStyl-1.btn-color-3 {
    color: #2e7d32;
    border-color: #2e7d32;
}
.table-wrap table .sml-btn.btnStyl-1.btn-color-3:hover {
    color: #fff;
    background-color: #2e7d32;
}


.table-wrap table tr td .tablebtnwrap {
    max-width: 160px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
/* Service request */
.service-request-wrap {
    background-color: #ffffff;
    padding: 12px 25px 12px 25px;
}
.service-request-wrap .filter-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.service-request-filter .left {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* gap: 13px; */
    width: 340px;
    justify-content: space-between;
}
.service-request-filter .left input {
    border: 2px solid #c5c5c5;
    height: 34px;
    border-radius: 17px;
    font-size: 14px;
    padding: 0 20px;
    color: #000;
    width: 165px;
}
.service-request-filter .left input::placeholder {
    color: #666666;
}
/* .service-request-filter .form-style-1 .col-md-12 {
    margin: 0;
} */
.service-request-filter .form-style-1 .form-control + .select2 {
    height: 34px;
    width: 165px !important;
}
.service-request-filter .form-style-1 .form-control + .select2 .selection .select2-selection .select2-selection__rendered {
    font-size: 14px;
    line-height: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
.service-request-filter  .form-style-1 .form-control + .select2 .selection .select2-selection {
    height: 34px;
    padding: 0;
    line-height: 34px;
    border-radius: 17px;
}
.service-request-filter .right {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.service-request-filter .right input {
    border: 2px solid #c5c5c5;
    height: 34px;
    border-radius: 17px;
    font-size: 14px;
    padding: 0 20px;
    color: #000;
    width: 165px;
    background: url('../images/cal-icon.png') right 15px center no-repeat;
}
.service-request-filter .right span {
    font-size: 14px;
    color: #666666;
    padding-left: 8px;
    padding-right: 8px;
}
.service-request-filter .form-style-1 .form-control + .select2 .selection .select2-selection .select2-selection__arrow b {
    width: 6px;
    height: 6px;
    margin-left: -6px;
    margin-top: -6px;
}
.list-count {
    color: #2b2b2b;
    font-size: 14px;
}
.date-icon-1 {
    background: url('../images/cal-icon.png') right 25px center no-repeat;
    padding-right: 50px !important;
}
.details-view {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    display: block;
    padding-top: 15px;
}
.hr-style-1 {
    background: #8e8e8e;
    margin-bottom: 30px;
}
.hr-style-2 {
    background-color: #e1e1e1;
    opacity: 1;
}
.status-approved {
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    background-color: #7b00ff;
    position: absolute;
    top: 25px;
    right: 25px;
    border-radius: 6px;
}
.upload-2 {
    position: relative;
}
.upload-2 .filename {
    border: 2px solid #b066ff !important;
    background: url("../images/attach.png") center left 30px no-repeat;
    padding-left: 50px !important;
    padding-left: 50px !important;
    padding-right: 115px !important;
}
.upload-2 .uploadbutton {
    /* border: 2px solid #7b00ff !important; */
    height: 42px;
    width: 100px;
    position: absolute;
    top: 4px;
    right: 4px;
    border-radius: 21px;
    overflow: hidden;
}
.upload-2 .uploadbutton input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.upload-2 .uploadbutton input::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.upload-2 .uploadbutton::before {
    content: "Upload";
    color: #fff;
    font-size: 14px;
    background-color: #7b00ff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.upload-2 .uploadbutton:hover::before {
    background-color: #ff444e;
}
.upload-2 .close-button {
    min-height: 50px;
    min-width: 50px;
    background-color: #ff444e;
    border: 0;
    border-radius: 50%;
    margin-left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.upload-2 .close-button:hover {
    background-color: #7b00ff;
}
.upload-2.uploaded .file-size {
    font-size: 14px;
    color: #000;
    position: absolute;
    right: 87px;
    top: 14px;
}
.upload-2.uploaded .filename {
    border-color: #dddddd !important;
    background:#f5f5f5 url("../images/attach.png") center left 30px no-repeat;
}
.edit-btn-1 {
    width: 28px;
    height: 28px;
    background-color: #ff444e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
}
.edit-btn-1:hover {
    background-color: #7b00ff;
}

.clipboard-btn-1 {
    width: 28px;
    height: 28px;
    font-size: 14px;
    color: #ffffff;
    background-color: #ff444e;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
}
.clipboard-btn-1:hover {
    color: #ffffff;
    background-color: #7b00ff;
}

.promoter-profile-top {
    display: flex;
    flex-direction: row;
    gap: 30px;
}
.promoter-profile-top .creator-profilepic {
    min-width: 130px;
    min-height: 130px;
    max-width: 130px;
    max-height: 130px;
    margin-bottom: 15px;
    position: relative;
}
.promoter-profile-top .creator-profilepic .cpp-img {
    width: 100%;
    height: 100%;
    border: 2px solid #1cd1c1;
    border-radius: 20px;
    overflow: hidden;
}
.promoter-profile-top .creator-profilepic .cpp-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.promoter-profile-top .creator-profilepic .cpp-uploadbtn {
    position: absolute;
    bottom: -15px;
    right: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1cd1c1;
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 6px 6px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.promoter-profile-top .creator-profilepic .cpp-uploadbtn [type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.promoter-profile-top .creator-profilepic .cpp-uploadbtn [type="file"]::after {
    width: 30px;
    height: 30px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.promoter-profile-top .creator-profilepic .cpp-uploadbtn img {
    max-width: 100%;
    max-height: 100%;
}
.promoter-profile-top .creator-profilepic .cpp-uploadbtn:hover {
    background-color: #7c00ff;
}
.promoter-profile-top .details {
    max-width: calc(100% - 134px);
}
.promoter-profile-top .details .name {
    font-size: 25px;
    font-weight: 700;
    color: #350e6a;
}
.promoter-profile-top .details .name span {
    color: #1cd1c1;
}
.promoter-profile-top .details ul {
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
    font-size: 20px;
    color: #2b2b2b;
    font-weight: 600;
}
.promoter-profile-top .details ul li {
    margin-bottom: 8px;
    padding-left: 34px;
    position: relative;
}
.promoter-profile-top .details ul li img {
    position: absolute;
    left: 0;
    top: 3px;
}
.promoter-profile-top .details ul li a {
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.promoter-profile-top .details ul li a:hover {
    color: #ff444e;
}

/* Chat screen new :Start */
.chat-screen-wrap-new {
    width: 100%;
    height: auto;
    border-top: 1px solid #e9e9e9;
    display: flex;
    position: relative; 
    top: -1px;
    margin: 30px 0 0 0;
    padding-top: 20px;
}


.chat-screen-wrap-new .right {
    width: 100%;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px 15px 20px;
}

.chat-screen-wrap-new .right .top {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    /* height: 1px; */
    max-height: 585px;
}

.chat-screen-wrap-new .right .top .cell-left {
    padding: 20px 47px 10px 0;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    position: relative;
}
.chat-screen-wrap-new .right .top .cell-left label.date-time {
    font-size: 12px;
    color: #8d8d8d;
    position: absolute;
    left: 49px;
    top: 0;
}
.chat-screen-wrap-new .right .top .cell-right label.date-time {
    font-size: 12px;
    color: #8d8d8d;
    position: absolute;
    right: 49px;
    top: 0;
}

/* .chat-screen-wrap-new .right .top .cell-left img {
    width: 37px;
    height: 37px;
    margin: 0 10px 0 0;
} */
.chat-screen-wrap-new .right .top .cell-left .imgThumb,
.chat-screen-wrap-new .right .top .cell-right .imgThumb {
    min-width: 37px;
    min-height: 37px;
    max-width: 37px;
    max-height: 37px;
    font-size: 14px;
    font-weight: 400;
    color: #2b2b2b;
    margin: 0 10px 0 0;
    background: #ff444e;
    color: #FFF;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    border: 1px solid #7f07ff;
}
.chat-screen-wrap-new .right .top .cell-left .imgThumb img,
.chat-screen-wrap-new .right .top .cell-right .imgThumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.chat-screen-wrap-new .right .top .cell-right .imgThumb {
    margin-right: 0;
    margin-left: 10px;
    border: 1px solid #ff4851;
}
.chat-screen-wrap-new .right .top .cell-left span {
    background: #f5ebff;
    font-size: 14px;
    color: #000;
    display: block;
    font-weight: 400;
    border-radius: 20px;
    padding: 10px 15px 10px 20px;
    border: 1px solid #ead5fe;
    border-top-left-radius: 0;
}

.chat-screen-wrap-new .right .top .cell-right {
    padding: 20px 0 10px 47px;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
}

.chat-screen-wrap-new .right .top .cell-right span {
    background: #fbf4f5;
    font-size: 14px;
    color: #000;
    display: block;
    border-radius: 20px;
    padding: 10px 15px 10px 20px;
    border: 1px solid #ffc7ca;
    border-top-right-radius: 0;
}
/* .chat-screen-wrap-new .right .top .cell-right img {
    margin-left: 10px;
    width: 37px;
    height: 37px;
} */

.chat-screen-wrap-new .right .bottom {
    display: flex;
    flex-direction: row;
    border-top: 1px solid #f1f1f1;
    padding: 20px 0;
    margin-top: 20px;
}

.chat-screen-wrap-new .right .bottom input {
    width: 100%;
    height: 50px;
    padding: 15px 15px;
    border: 2px solid #b066ff;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    resize: none;
    border-radius: 26px;
}



.chat-screen-wrap-new .right .bottom .submit {
    margin: 0 0 0 10px;
    min-height: 50px;
    min-width: 50px;
    max-height: 50px;
    max-width: 50px;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    border: 0px;
    -webkit-border-radius: 26px;
    border-radius: 26px;
    text-align: center;
    background: #ff444e;
    color: #fff;
}

.chat-screen-wrap-new .right .bottom .submit:hover {
    background: #7b00ff;
}
.chat-arrow-right {
    position: absolute;
    top: 20px;
    right: 36px;
}
.chat-arrow-left {
    position: absolute;
    top: 20px;
    left: 36px;
}

/* Scrollbar */
.chat-screen-wrap-new .simplebar-scrollbar:before {
    background: #d4d4d4;
}
.chat-screen-wrap-new .simplebar-track.simplebar-vertical {
    right: -17px;
}
.chat-screen-wrap-new .right .top .simplebar-track.simplebar-vertical {
    right: -22px;
}

/* Chat screen new :End */

ul.social-manage-link {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    font-weight: 600;
    color: #2b2b2b;
}
ul.social-manage-link li {
    margin-top: 20px;
    padding-left: 43px;
    position: relative;
    word-wrap: break-word;
    word-break: break-all;
}
ul.social-manage-link sup {
    display: block;
    line-height: normal;
    top: 0;
    font-size: 12px;
    color: #8c8b8b;
}
ul.social-manage-link li img {
    position: absolute;
    left: 0;
    top: 4px;
}
.q-text {
    text-align: center;
    display: block;
    font-size: 25px;
}
.yesorno-modal {
    max-width: 570px;
}

.clear {
    font-weight: 400;
    font-size: 14px;
    color: #707070;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    line-height: normal;
    padding-left: 10px;
}
.clear:hover {
    text-decoration: underline;
}
.invoice-top {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px 10px;
}
.invoice-top span {
    font-size: 34px;
    font-weight: 700;
    color: #ff444e;
}
.invoice-top span sup {
    color: #372468;
    display: block;
    top: auto;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 0 0;
    line-height: 1;
}


.top-currency-change {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
    padding-top: 5px;
}
.top-currency-change a {
    font-size: 14px;
    padding: 4px 8px;
    border: 1px solid #cfcfcf;
    border-radius: 12px;
    line-height: 1;
    display: inline-block;
    margin-right: 5px;
    color: #5a5a5a;
    cursor: pointer;
}
.top-currency-change a:hover {
    border: 1px solid #ff444e;
}
.top-currency-change a.active {
    border: 1px solid #ff444e;
    color: #ff444e;
}








.invoice-subamount {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e4e4e4;
}
.invoiceamount-highlight h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1cd1c1;
    padding: 0;
    margin: 0;
}
.invoiceamount-highlight h3 sup {
    display: block;
    top: auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #372468;
    margin: 0px 0px 3px 0px;
}

.table-wrap.into-invoice .select2 .selection .select2-selection .select2-selection__arrow {
    width: 0;
    height: 34px;
}
.table-wrap.into-invoice .select2 .selection .select2-selection .select2-selection__arrow b {
    width: 6px;
    height: 6px;
    margin-left: -16px;
    margin-top: -3px;
}
.table-wrap.into-invoice .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0px;
    right: 0px;
}
.table-wrap.into-invoice .select2 .selection .select2-selection .select2-selection__rendered {
    font-size: 12px;
    font-weight: 400;
    line-height: 34px;
    padding: 0;
}
.table-wrap.into-invoice .select2 .selection .select2-selection {
    height: auto;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    padding: 0 21px 0 12px;
}
.table-wrap.into-invoice .select2-container .select2-results__option {
    font-size: 12px;
    padding: 5px 5px;
}
.table-wrap.into-invoice .select2.select2-container--open .selection .select2-selection .select2-selection__arrow b {
    border-top: 0;
    border-left: 0;
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: -2px;
}
.table-wrap.into-invoice .form-control {
    font-size: 12px;
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid #c5c5c5;
    padding: 2px 5px;
}
.table-wrap.into-invoice textarea {
    font-size: 12px;
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid #c5c5c5;
    padding: 5px 5px;
    height: 66px;
    outline: none;
}
.table-wrap.into-invoice .close {
    min-width: 21px;
    min-height: 21px;
    border-radius: 50%;
    background-color: #ff444e;
    display: flex;
    align-items: center;
    justify-content: center;
}
.table-wrap.into-invoice .close:hover {
    background-color: #372468;
}
.table-wrap.into-invoice .close.disabled {
    opacity: 0.4;
    pointer-events: none;
}
.table-wrap.into-invoice .rupee-icon span {
    position: absolute;
    left: 8px;
    top: 10px;
    color: #ff444e;
}
.table-wrap.into-invoice .rupee-icon input {
    padding-left: 20px;
    width: 100px; /* increasing width */
}
.table-wrap.into-invoice tr th {
    font-size: 12px;
    font-weight: 400;
}
.table-wrap.into-invoice .add-another-line {
    height: 33px;
    border: 1px solid #ff444e;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    font-size: 12px;
    color: #ff444e;
    display: inline-block;
    text-decoration: none;
    width: auto;
}
.table-wrap.into-invoice .add-another-line span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ff444e;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    float: left;
}
.table-wrap.into-invoice .add-another-line:hover {
    border: 1px solid #350e6a;
    color: #350e6a;
}
.table-wrap.into-invoice .add-another-line:hover span {
    background-color: #350e6a;
}
.table-wrap.into-invoice table tr:nth-of-type(odd) td {
    background-color: #fff;
}
.add-amounts {
    border: 0 !important;
    max-width: 320px !important;
    min-width: 320px !important;
}
.add-amounts td {
    border: 0 !important;
    padding: 0 !important;
}
.add-amounts tr td {
    padding-bottom: 8px !important;
}

.contblock-st1 {
    display: flex;
    gap: 15px;
}
.contblock-st1 div:first-child {
    flex-grow: 0;
    flex-shrink: 0;
}
.contblock-st1 h6 {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    color: #2b2b2b;
    margin-bottom: 5px;
}
.contblock-st1 h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    color: #2b2b2b;
    margin-bottom: 0;
}
/* nfc: start */
.nfc-wrap {
    width: 100%;
    max-width: 500px;
    height: 100dvh;
    margin: 0 auto;
    background-color: #f9f9f9;
    position: relative;
    padding: 0 0 90px 0;
}
.nfc-wrap .inner {
    height: 100%;
}
.nfc-wrap .banner-image img {
    max-width: 100%;
}
.nfc-wrap .banner-logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    max-width: 100%;
    height: auto;
    text-align: center;
}
.nfc-wrap .banner-logo .blogoinner {
    max-width: 145px;
    background-color: #ffffff;
    padding: 10px 30px 30px 30px;
    margin: 0 auto;
    border-radius: 0% 0% 100% 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.nfc-wrap .banner-logo img {
    width: 82px;
    height: 90px;
    max-width: 100%;
    max-height: 100%;
}
.nfc-wrap .profile-img {
    width: 120px;
    height: 120px;
    border: 3px solid #1cd1c1;
    border-radius: 50%;
    margin: -60px auto 0 auto;
    z-index: 1;
    position: relative;
}
.nfc-wrap .profile-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.nfc-wrap .profile-img span {
    position: absolute;
    bottom: 0;
    right: 0;
}
.nfc-wrap span.name {
    font-size: 22px;
    color: #350e6a;
    font-weight: 500;
    text-align: center;
    display: block;
    margin: 15px 0 0 0;
    line-height: normal;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.nfc-wrap span.name span.dot {
    color: #1cd1c1;
}
.nfc-wrap span.name sup {
    font-size: 30px;
    color: #ff444e;
    font-weight: 700;
    display: block;
    line-height: normal;
    top: 0;
    margin-bottom: -5px;

    width: 100%;
}
.nfc-wrap span.name::after {
    content: '';
    flex-grow: 0;
    flex-shrink: 0;
    display: inline-flex;
    width: 18px;
    height: 18px;
    background-image: url('../images/verify-icon.png');
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}
.nfc-wrap span.name.verified::after {
    display: inline-flex;
}


.nfc-wrap .nfcuser-tags {
    width: 100%;
    padding: 0px 15px;
    margin: 20px 0px;
}
.nfc-wrap .nfcuser-tags ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 5px;
}
.nfc-wrap .nfcuser-tags ul li p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #7b00ff;
    padding: 4px 10px;
    margin: 0px 0px;
    border: 1px solid #7b00ff;
    border-radius: 10px;
}



.nfc-wrap .social {
    display: flex;
    flex-direction: row;
    gap: 15px;
    list-style: none;
    margin: 30px auto 0 auto;
    padding: 0;
    justify-content: center;
}
.nfc-wrap .social a {
    width: 90px;
    height: 80px;
    border: 2px solid #cccccc;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.nfc-wrap .social a:hover {
    border: 2px solid #ff444e;
    
}
.nfc-wrap .social a.disabled {
    pointer-events: none;
}
.nfc-wrap .social a img {
    height: 28px;
}
.nfc-wrap .social a.disabled img {
    filter: grayscale(1);
    opacity: 0.6;
}
.nfc-wrap .bottom {
    padding-left: 15px;
    padding-right: 15px;
}
.nfc-wrap .bottom p {
    font-size: 16px;
    color: #2b2b2b;
    line-height: 21px;
    margin: 20px 0 0 0;
    text-align: center;
}
.nfc-wrap .contblock {
    display: flex;
    gap: 15px;
    margin: 20px 0 0 0;
}
.nfc-wrap .contblock div:first-child {
    flex-grow: 0;
    /* flex-shrink: 0; */
}
.nfc-wrap .contblock h6 {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    color: #2b2b2b;
    margin-bottom: 5px;
}
.nfc-wrap .contblock h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    color: #2b2b2b;
    margin-bottom: 0;
}
.nfc-wrap .mid {
    margin: 0 auto 0 auto;
    display: table;
}
.nfc-wrap .add-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    width: 190px;
}

@media (max-width: 500px) {
    .nfc-wrap .social a {
        width: 70px;
        height: 60px;
    }
}
/* nfc: end */
/* community :start */
.community-details-wrap {
    padding-top: 15px;
}
.community-details-wrap .comb-title {
    font-size: 18px;
    font-weight: 400;
    color: #7c00ff;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.community-details-wrap p {
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
    color: #2b2b2b;
    margin-bottom: 20px;
}

.community-details-wrap .author {
    display: flex;
    align-items: center;
    padding: 0px 0px 15px 0px;
    border-bottom: 1px solid #e4e4e4;
}
.community-details-wrap .author .image img {
    width: 24px;
    height: 24px;
    border: 1px solid #593984;
    border-radius: 100%;
    margin-right: 10px;
}
.community-details-wrap .author .details {
    display: flex;
    flex-direction: column;
}
.community-details-wrap .author .details .name {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    color: #350e6a;
}
.community-details-wrap .author .details .date {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    color: #898989;
}

.community-details-wrap .answers-wrap {
    padding: 15px 0px 0px 40px;
}
.community-details-wrap .answers-wrap .totalanswers-num h3 {
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    color: #ff444e;
}

.community-details-wrap .answerb-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 20px 0px;
}
.community-details-wrap .answerb-bottom .author {
    padding-right: 10px;
    padding-bottom: 0;
}
.community-details-wrap .answerb-bottom .answer-voting-wrap {
    display: flex;
    align-items: center;
    padding: 0px;
}
.community-details-wrap .answerb-bottom .answer-voting-wrap i {
    color: #7b00ff;
    margin-right: 5px;
}
.answerb-bottom .answer-voting-wrap span {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #2b2b2b;
}
.community-details-wrap .answerb-bottom .answer-voting-wrap.active i {
    font-weight: 900;
}
.community-details-wrap .answerb-bottom .answer-voting-wrap.active span {
    color: #7b00ff;
}
.community-details-wrap .addanswer-form {
    padding-bottom: 15px;
}
.community-details-wrap .addanswer-form textarea {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #2b2b2b;
    border: 1px solid #c0c0c0;
    border-radius: 10px;
    padding: 15px 15px;
    min-height: 90px;
    resize: none;
}
.community-details-wrap .addanswer-form textarea:focus {
    border-color: #ff444e;
    box-shadow: none;
}
.community-details-wrap .addanswer-form .btn-addanswer {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 19px;
    color: #fff;
    background-color: #ff444e;
    border-color: #ff444e;
    border-radius: 50px;
    padding: 12px 23px;
}
.community-details-wrap .addanswer-form .btn-addanswer:hover {
    background-color: #ed3741;
    border-color: #ed3741;
}
/* community :end */

.log-info-text {
    background: #efefef;
    display: block;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 4px;
    margin: 0 0 12px 0;
}
.export-button-1 {
    width: 165px !important;
}
.export-button-1 .dropdown-toggle {
    font-size: 14px;
    padding: 0 15px;
    width: 100%;
    height: 30px;
    border-radius: 0;
    border: 0;
    background-color: #56c3bd;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
    outline: none !important;
    border: 0;
    box-shadow: none !important;
}
.export-button-1 .dropdown-menu {
    font-size: 14px;
}
.export-button-1 .dropdown-menu a:hover {
    background-color: #ff444e;
    color: #fff;
}
.message-follow {
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: flex-end;
    margin: 20px 0 0 0;
}

.message-follow .btn-style-1 {
    font-size: 14px;
    border-radius: 17.5px;
    padding: 5px 20px;
    background: none;
    color: #ff444e;
}
.message-follow .btn-style-1:hover {
    background-color: #ff444e;
    border-color: #ff444e;
    color: #fff;
}

.smallCam {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1cd1c1;
    border: 1px solid #15a68e;
    border-radius: 20px;
    padding: 6px 6px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.smallCam [type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.smallCam [type="file"]::after {
    width: 30px;
    height: 30px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.smallCam img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain !important;
}
.smallCam:hover {
    background-color: #7c00ff;
}
.smallCam.two {
    bottom: -15px;
    right: 10px;
    top: auto;
    border: 2px solid #fff;
}
.contact-wrap {
    background: #fff;
    padding: 40px 35px;
    width: 100%;
}
.contact-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left top;
}
.contact-wrap h1 {
    font-size: 35px;
    font-weight: 600;
}
.contact-wrap .right {
    padding-top: 20px;
    padding-bottom: 0px;
}
.address-list {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
}
.address-list li {
    margin: 0 0 30px 0;
    position: relative;
    padding: 0 0 0 30px;
}
.address-list li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #350e6a;
}
.address-list li.adrs i {
    font-size: 24px;
    top: 3px;
}
.address-list li.mil i {
    top: 4px;
}
.address-list li a {
    color: #000;
}
.address-list li a:hover {
    color: #ff444e;
}
.share-sec {
    width: 100%;
    height: auto;
    border-top: 1px solid #e4e4e4;
    padding-top: 15px;
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.whatsapp-share {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    background-color: #51ce80;
    border-radius: 50px;
    padding: 8px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.whatsapp-share svg {
    width: 20px;
    /* margin-right: 8px; */
}
.whatsapp-share svg path {
    fill: #fff;
}
.whatsapp-share:hover {
    color: #fff;
    background-color: #0fa647;
}
.refund-wrap .form-label {
    font-size: 14px;
    padding-top: 15px;
    margin-bottom: 0;
}

.wrap-404 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.wrap-404 .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wrap-404 .inner span {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
    margin: 20px 0 0 0;
}
.wrap-404 .inner img {
    max-width: 100%;
}
.copy-btn {
    font-size: 14px;
    padding: 3px 8px;
    border-radius: 4px;
    margin-left: 10px;
    color: #ff444e;
    background: #fff;
    outline: none;
    border-width: 1px;
    width: 30px;
    height: 30px;
}
.copy-btn:hover {
    background-color: #7b00ff;
    color: #fff;
}
.url-edit {
    display: flex;
    flex-direction: row;
}
.url-edit input.disable {
    border-radius: 0;
    width: auto;
    font-size: 14px;
    height: 38px;
}
.url-edit input.edit {
    height: 38px !important;
    flex: 1;
    border: 1px solid #c5c5c5;
    padding-left: 10px;
    padding-right: 10px;
    outline: none;
    padding-top: 6px;
    padding-bottom: 6px;
}
.url-edit .btn-style-1 {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 10px;
}

.dwnld-label {
    padding-top: 15px;
    display: block;
    font-size: 14px;
    color: #ff444e;
}


/* ============================ Old pages css : Start ============================ */

/* Chat screen :Start */
.chat-screen-wrap {
    width: 100%;
    height: 619px;
    border: 1px solid #f1f1f1;
    display: flex;
    position: relative; 
    top: -1px;
}

.chat-screen-wrap .left {
    padding: 0;
    min-width: 270px;
    background: #f9f9f9;
    border-right: 1px solid #f1f1f1;
    padding: 20px 15px;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.chat-screen-wrap .left .search-row {
    position: relative;
}

.chat-screen-wrap .left .search-row input {
    width: 100%;
    height: 40px;
    border: 1px solid #d3d1d2;
    background: #fbfbfb;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    outline: none;
    padding: 0 60px 0 15px;
    font-size: 14px;
}

.chat-screen-wrap .left .search-row input::placeholder {
    color: #9d9c9f;
    font-size: 14px;
    font-weight: 400;
}

.chat-screen-wrap .left .search-row button {
    width: 50px;
    height: 100%;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    border: 0px;
    outline: none;
    padding: 0 0 0 0;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.chat-screen-wrap .left .user-list {
    padding: 20px 0 0 0;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: calc(100% - 40px);
}

.chat-screen-wrap .left .user-list .fix {
    height: 100%;
}

.chat-screen-wrap .left ul.listing {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 100%;
    height: 100%;
}

.chat-screen-wrap .left ul.listing .img-bx {
    width: 43px;
    height: 43px;
    background: #e9e9e9;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    font-size: 16px;
    font-weight: 500;
    color: #2b2b2b;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
}

.chat-screen-wrap .left ul.listing li {
    width: 100%;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 0 20px 0;
    position: relative;
    cursor: pointer;    
}

.chat-screen-wrap .left ul.listing li span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 0 10px;
    line-height: 16px;
}

.chat-screen-wrap .left ul.listing li span label {
    display: block;
    margin: 0;
    font-size: 10px;
    color: #7b00ff;
    cursor: pointer;    
}

.chat-screen-wrap .left ul.listing li.active::after,
.chat-screen-wrap .left ul.listing li:hover::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 25px;
    height: 6px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../images/dots.svg");
}

.chat-screen-wrap .right {
    width: 100%;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px 15px 20px;
}

.chat-screen-wrap .right .top {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
}

.chat-screen-wrap .right .top .cell-left {
    padding: 10px 47px 10px 0;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
            align-items: flex-end;
}

/* .chat-screen-wrap .right .top .cell-left img {
    width: 37px;
    height: 37px;
    margin: 0 10px 0 0;
} */
.chat-screen-wrap .right .top .cell-left .imgThumb,
.chat-screen-wrap .right .top .cell-right .imgThumb {
    min-width: 37px;
    min-height: 37px;
    font-size: 14px;
    font-weight: 400;
    color: #2b2b2b;
    margin: 0 10px 0 0;
    background: #ff444e;
    color: #FFF;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
}
.chat-screen-wrap .right .top .cell-right .imgThumb {
    margin-right: 0;
    margin-left: 10px;
    background: #e9e9e9;
    color: #2b2b2b;
}
.chat-screen-wrap .right .top .cell-left span {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f1f1f1;
    font-size: 14px;
    color: #0c0c0c;
    border-bottom-left-radius: 0;
    padding: 8px 15px 8px 20px;
    display: block;
}

.chat-screen-wrap .right .top .cell-right {
    padding: 10px 0 10px 47px;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
            align-items: flex-end;
}

.chat-screen-wrap .right .top .cell-right span {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #7b00ff;
    font-size: 14px;
    color: #fff;
    border-bottom-right-radius: 0;
    padding: 8px 15px 8px 20px;
    display: block;
}
/* .chat-screen-wrap .right .top .cell-right img {
    margin-left: 10px;
    width: 37px;
    height: 37px;
} */

.chat-screen-wrap .right .bottom {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #f1f1f1;
    padding: 20px 0;
}

.chat-screen-wrap .right .bottom textarea {
    width: 100%;
    height: 85px;
    padding: 15px 15px;
    border: 1px solid #d6d4d5;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    outline: none;
    font-size: 14px;
    font-weight: 500;
    resize: none;
}

.chat-screen-wrap .right .bottom .button-cell {
    padding: 15px 0 0 0;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.chat-screen-wrap .right .bottom .button-cell a {
    margin: 0 0 0 10px;
    height: 36px;
    font-size: 14px;
    font-weight: 500;
    padding: 0 30px;
    border: 0px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    line-height: 36px;
    text-align: center;
}

.chat-screen-wrap .right .bottom .button-cell a.submit {
    background: #ff444e;
    color: #fff;
}

.chat-screen-wrap .right .bottom .button-cell a.submit:hover {
    background: #7b00ff;
}

.chat-screen-wrap .right .bottom .button-cell a.clear {
    background: #f1f1f1;
    color: #585858;
}

.chat-screen-wrap .right .bottom .button-cell a.clear:hover {
    background: #7b00ff;
    color: #fff;
    text-decoration: none;
}
/* Scrollbar */
.chat-screen-wrap .simplebar-scrollbar:before {
    background: #d4d4d4;
}
.chat-screen-wrap .simplebar-track.simplebar-vertical {
    right: -17px;
}
.chat-screen-wrap .right .top .simplebar-track.simplebar-vertical {
    right: -22px;
}

.mobile-user-top {
    width: 100%;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 0 0 0;
    padding: 15px;
    position: relative;
    cursor: pointer;
    border: 1px solid #e4e4e4;
    border-top: 0px;
    background: #f2f2f2;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.mobile-user-top .img-bx {
    width: 43px;
    height: 43px;
    background: #fff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    font-size: 16px;
    font-weight: 500;
    color: #2b2b2b;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    border: 1px solid #dfd9d9;
}
.mobile-user-top span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 0 10px;
    line-height: 16px;
}
.mobile-user-top label {
    display: block;
    margin: 0;
    font-size: 10px;
    color: #7b00ff;
    cursor: pointer;    
}
.mobile-user-top .btn-style-1 {
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    padding: 4px 10px;
}
/* Chat screen :End */
/* Notification: Start */
.notification-block-outer .notification-block {
    display: flex;
    align-items: flex-start;
    padding: 20px 15px;
    border-bottom: 1px solid #e4e4e4;
}
.notification-block-outer  .notification-block .icon span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 49px;
    height: 49px;
    font-size: 19px;
    font-weight: 400;
    color: #2b2b2b;
    background-color: #e9e9e9;
    border-radius: 100%;
    overflow: hidden;
}
.notification-block-outer  .notification-block .details h4 {
    font-size: 16px;
    font-weight: 600;
    color: #360d69;
    margin-bottom: 3px;
}
.notification-block-outer .notification-block .details p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #898989;
    margin-bottom: 3px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  	text-overflow: ellipsis;
}
.notification-block-outer .notification-block .details time {
    font-size: 12px;
    font-weight: 400;
    color: #898989;
}
.notification-block-outer .notification-block.read {
    background-color: #f8f8f8;
}
.notification-block-outer .notification-block.read .details h4 {
    color: #898989;
}
.notification-block-outer .notification-block:hover {
    background-color: #f5f5f5;
}
/* Notification :End */
/* community start */
.community-details-wrap {
    padding-top: 15px;
}
.community-details-wrap .comb-title {
    font-size: 18px;
    font-weight: 400;
    color: #7c00ff;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.community-details-wrap p {
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
    color: #2b2b2b;
    margin-bottom: 20px;
}

.community-details-wrap .author {
    display: flex;
    align-items: center;
    padding: 0px 0px 15px 0px;
    border-bottom: 1px solid #e4e4e4;
}
.community-details-wrap .author .image img {
    width: 24px;
    height: 24px;
    border: 1px solid #593984;
    border-radius: 100%;
    margin-right: 10px;
}
.community-details-wrap .author .details {
    display: flex;
    flex-direction: column;
}
.community-details-wrap .author .details .name {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    color: #350e6a;
}
.community-details-wrap .author .details .date {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    color: #898989;
}

.community-details-wrap .answers-wrap {
    padding: 15px 0px 0px 40px;
}
.community-details-wrap .answers-wrap .totalanswers-num h3 {
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    color: #ff444e;
}

.community-details-wrap .answerb-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 20px 0px;
}
.community-details-wrap .answerb-bottom .author {
    padding-right: 10px;
    padding-bottom: 0;
}
.community-details-wrap .answerb-bottom .answer-voting-wrap {
    display: flex;
    align-items: center;
    padding: 0px;
}
.community-details-wrap .answerb-bottom .answer-voting-wrap i {
    color: #7b00ff;
    margin-right: 5px;
}
.answerb-bottom .answer-voting-wrap span {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #2b2b2b;
}
.community-details-wrap .answerb-bottom .answer-voting-wrap.active i {
    font-weight: 900;
}
.community-details-wrap .answerb-bottom .answer-voting-wrap.active span {
    color: #7b00ff;
}
.community-details-wrap .addanswer-form {
    padding-bottom: 15px;
}
.community-details-wrap .addanswer-form textarea {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #2b2b2b;
    border: 1px solid #c0c0c0;
    border-radius: 10px;
    padding: 15px 15px;
    min-height: 90px;
    resize: none;
}
.community-details-wrap .addanswer-form textarea:focus {
    border-color: #ff444e;
    box-shadow: none;
}
.community-details-wrap .addanswer-form .btn-addanswer {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 19px;
    color: #fff;
    background-color: #ff444e;
    border-color: #ff444e;
    border-radius: 50px;
    padding: 12px 23px;
}
.community-details-wrap .addanswer-form .btn-addanswer:hover {
    background-color: #ed3741;
    border-color: #ed3741;
}
/* community :end */





.current-session {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #e4e4e4;
}
/* Creators :start */
.creatorspg-right .creators-ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.creatorspg-right .creators-ul > li {
    margin-right: 10px;
}
.creatorspg-right .creators-ul .csearch-wrap {
    min-width: 155px;
    max-width: 200px;
}
.creatorspg-right .creators-ul .csearch-wrap .creators-search {
    position: relative;
}
.creatorspg-right .creators-ul .csearch-wrap .creators-search .searchIcon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 100%;
    padding-right: 10px;
}
.creatorspg-right .creators-ul .csearch-wrap .creators-search input {
    font-size: 14px;
    border: 1px solid #d6d4d5;
    border-radius: 50px;
    padding: 10px 40px 10px 15px;
}
.creatorspg-right .creators-ul .creators-select .nice-select {
    font-size: 12px;
    border-radius: 50px;
    border: 1px solid #d6d4d5;
    width: 140px;
    padding-left: 12px;
}
.creatorspg-right .creators-ul .creators-select .nice-select:after {
    width: 7px;
    height: 7px;
    right: 13px;
}
.youtube-details .confirmed-block .confirmed-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.youtube-details .confirmed-block .confirmed-list li {
    width: calc(50% - 15px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;
}
.youtube-details .confirmed-block .confirmed-list li .clist-details {
    display: flex;
    align-items: center;
}
.youtube-details .confirmed-block .confirmed-list li .clist-details .image {
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 10px;
    position: relative;
}
.youtube-details .confirmed-block .confirmed-list li .clist-details .image::after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
    flex-grow: 0;
    flex-shrink: 0;
    display: inline-flex;
    width: 15px;
    height: 15px;
    background-image: url('../images/verify-icon.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: none;
}
.youtube-details .confirmed-block .confirmed-list li .clist-details.clist-verify .image::after {
    display: block;
}
.youtube-details .confirmed-block .confirmed-list li .clist-details .image .icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 43px;
    height: 43px;
    border-radius: 100%;
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
    color: #2f2f2f;
    background-color: #e9e9e9;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.youtube-details .confirmed-block .confirmed-list li .clist-details .image .icon:hover {
    background-color: #d5d5d5;
}
.youtube-details .confirmed-block .confirmed-list li .clist-details .name h3 {
    font-size: 16px;
    font-weight: 600;
    color: #2b2b2b;
    margin-bottom: 0px;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.youtube-details .confirmed-block .confirmed-list li .clist-details .name h3:hover {
    color: #ff444e;
}
.youtube-details .confirmed-block .confirmed-list li .clist-details .name p {
    font-size: 14px;
    font-weight: 500;
    color: #7b00ff;
    margin-bottom: 0px;
}
.youtube-details .confirmed-block .confirmed-list li .clist-button {
    display: flex;
    align-items: center;
}
.youtube-details .confirmed-block .confirmed-list li .clist-button a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 5px 15px;
    margin-left: 10px;
    display: inline-block;
}
.youtube-details .confirmed-block .confirmed-list li .clist-button a.followAccount {
    color: #ff444e;
    border: 1px solid #ff444e;
}
.youtube-details .confirmed-block .confirmed-list li .clist-button a.followAccount:hover {
    color: #fff;
    background-color: #ff444e;
}
.youtube-details .confirmed-block .confirmed-list li .clist-button a.btn-perform {
    padding: 0;
    margin: 0;
    color: #1cd1c1;
    border: 0;
}
.youtube-details .confirmed-block .confirmed-list li .clist-button a.btn-perform:hover {
    color: #ff444e;
}
/* Creators :end */







@media (max-width: 1199px) {
    .chat-screen-wrap .right .top .cell-right,
    .chat-screen-wrap .right .top .cell-left {
        padding-left: 0;
        padding-right: 0;
    }
    .youtube-details .confirmed-block  .confirmed-list li {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .chat-screen-wrap {
        overflow: hidden;
    }
    .chat-screen-wrap .left {
        position: absolute;
        left: -280px;
        top: 0;
        z-index: 9;
        height: 100%;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .chat-screen-wrap .left.open {
        left: 0;
    }
}
@media (max-width: 767px) {
    .chat-screen-wrap {
        height: 500px;
    }
    .creatorspg-right .creators-ul {
        flex-wrap: wrap;
    }
    .creatorspg-right .creators-ul .csearch-wrap {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    .creatorspg-right .creators-ul > li {
        margin: 0px;
        padding: 5px 5px;
        flex: 1;
    }
    .creatorspg-right .creators-ul .creators-select .nice-select {
        width: 100%;
    }
}

/* ============================ Old pages css : End ============================ */


