:root {
    --col-1: #64748B;
    --col-2: #F1F5F9;
    /* --col-3: #DEE2E6; */
    --col-3: #00000026;
    --col-4: #FFFFFF;
    --col-5: #8AA0BF;
    --col-6: #E3E7EA;
    --col-7: #F4F8FC;
    --col-8: #64748B80;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--col-1);
}

a {
    text-decoration: none;
}

p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
span {
    word-wrap: break-word;
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
}

.hov-u:hover {
    text-decoration: underline;
}

.cursor-pointer {
    cursor: pointer;
}

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

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fs-10 {
    font-size: 10px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-24 {
    font-size: 24px;
}

.p-6 {
    padding: 4rem !important;
}

/* input::placeholder {
    color: var(--col-8) !important;
    opacity: 1;
}

input::-ms-input-placeholder {
    color: var(--col-8) !important;
}

input::-ms-input-placeholder {
    color: var(--col-8) !important;
} */

.btn-close {
    background: none;
    line-height: 1;
}

#sidebar.active .sidebar-wrapper {
    left: 0;
}

.iti__country-list {
    max-height: 150px !important;
}

.iti__divider {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.sidebar-wrapper {
    /* background-color: #fff; */
    bottom: 0;
    height: 100vh;
    /* overflow-y: auto; */
    position: fixed;
    top: 0;
    /* transition: left .5s ease-out; */
    /* width: 262px; */
    width: 260px;
    z-index: 10;
    transition: all .3s;
}

#main {
    margin-left: 260px;
    padding: 0 0 15px 0;
    /* margin-top: 26px;
    margin-right: 36px; */
    margin-top: 25px;
    margin-right: 35px;
    background-color: var(--col-2);
    border-radius: 10px 10px 0px 0px;
    min-height: calc(100vh - 25px);
    overflow: hidden;
    transition: margin .3s;
    /* will-change: transform,-webkit-transform; */
}

.sc-mob-togg-lnk {
    padding-top: 11px;
    padding-bottom: 11px;
    top: 10px;
    left: 15px;
    z-index: 1;
    display: none;
}

.sc-nav-div.nav-fix-div .sc-mob-togg-lnk {
    color: #FFFFFF !important;
}

.mob-app .sidebar-wrapper {
    transform: translate3d(0, 0, 0);
    background-color: #64748b;
}

.layout-overlay {
    position: fixed;
    top: 0;
    right: 0;
    height: 100% !important;
    left: 0;
    display: none;
    background: #0000001A;
    cursor: pointer;
}

.mob-app .layout-overlay {
    display: block;
}

.layout-menu-toggle {
    background-color: #FFFFFF;
    border: 2px solid #0000001A;
    color: #64748b;
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    right: -15px;
    top: 50%;
    margin-top: -15px;
    border-radius: 50%;
    display: none;
}

.sc-nav-div {
    padding: 10px 15px;
    height: 60px;
    background-color: var(--col-2);
    /* border-radius: 10px 10px 0px 0px; */
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.nav-fix-div {
    z-index: 1035;
    position: fixed !important;
    top: 0;
    right: 35px;
    left: 260px;
    /* box-shadow: 4.1px 2.9px 17.5px 0.5px rgb(0 0 0 / 10%); */
    /* border-bottom: 1px solid var(--col-3); */
    background-color: var(--col-1);
    border-radius: 0;
}

.nav-fix-div+.sc-container {
    padding-top: 75px;
}

.fc-nav-srch-inp {
    padding: .438rem .75rem;
    border-color: var(--col-3);
    border-radius: 7px;
}

.fc-nav-srch-btn {
    color: var(--col-1);
    font-size: 24px;
    padding: .375rem .55rem;
    border-radius: 7px;
}

.sc-noti-lnk {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
    background-color: var(--col-3);
    border: 1px solid var(--col-3);
    color: var(--col-1);
    font-size: 18px;
    margin-right: 15px;
    position: relative;
}

.sc-noti-lnk span {
    display: inline-block;
    width: 9px;
    height: 9px;
    background-color: #FF5050;
    border: 1px solid var(--col-4);
    border-radius: 10px;
    overflow: hidden;
    top: 3px;
    left: 3px;
    z-index: 1;
}

.sc-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.sc-responsive>img {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    height: 100%;
    object-fit: cover;
}

.sc-res-11 {
    padding-top: 100%;
}

.sc-res-169 {
    padding-top: 56.25%;
}

.sc-res-43 {
    padding-top: 75%;
}

.sc-noti-prof {
    width: 32px;
    height: 32px;
    border-radius: 20px;
}

.sc-bdg-img {
    width: 50px;
    height: 50px;
    border-radius: 25px;
}

.sc-noti-prof::after,
.sgld-dd::after,
.smt-dd::after,
.sc-noti-lnk::after {
    display: none;
}

.sc-noti-prof-dd {
    min-width: 115px;
    box-shadow: 0px 0px 2px #1B3F632B;
    border-radius: 5px;
    border: none;
    top: 10px !important;
    padding: 0;
}

.dropdown-item:hover {
    background-color: #0000001A;
}

.sc-noti-prof-dd .dropdown-item {
    /* padding: 8px; */
    padding: 5px 10px;
    color: var(--col-1);
    /* margin-bottom: 5px; */
}

.sc-noti-prof-dd .dropdown-item span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: var(--col-2);
    border-radius: 5px;
    color: var(--col-1);
    font-size: 14px;
    margin-right: 8px;
}

.sc-noti-prof-dd .dropdown-item:hover span {
    background-color: var(--col-4);
}

.sc-noti-prof-dd .dropdown-item:active,
.sc-noti-dd .dropdown-item:active {
    background-color: var(--col-4);
}

.snpd-t-2 {
    top: 2px !important;
}

.sc-noti-dd {
    min-width: 300px;
}

.sc-noti-dd .di-lc:hover,
.sc-noti-dd .di-lc:active {
    background-color: transparent;
}

.sc-noti-dd .di-notis img {
    width: 45px;
    height: 45px;
    border-radius: 23px;
    float: left;
}

.sc-noti-dd .di-notis p {
    margin-left: 10px;
    line-height: 18px;
}

.sc-sb-logo {
    width: 185px;
    height: 75px;
    background-color: #14141466;
    border-radius: 0px 0px 5px 5px;
    padding: 0 15px;
}

.sc-sb-logo>img {
    max-width: 150px;
    max-height: 60px;
}

.sc-sn-mnu-hei {
    /* max-height: calc(100vh - 100px); */
    /* height: calc(100vh - 100px); */
    height: calc(100vh - 150px);
    overflow-y: auto;
}

.sc-sn-mnu-hei::-webkit-scrollbar,
.sc-sn-mnu-hei::-webkit-scrollbar-corner,
.sssmd-sec-div::-webkit-scrollbar,
.sssmd-sec-div::-webkit-scrollbar-corner,
.ss-l2-m-dd .dropdown-menu::-webkit-scrollbar,
.ss-l2-m-dd .dropdown-menu::-webkit-scrollbar-corner {
    width: 6px;
    height: 6px;
}

.sc-sn-mnu-hei::-webkit-scrollbar-thumb,
.sssmd-sec-div::-webkit-scrollbar-thumb,
.ss-l2-m-dd .dropdown-menu::-webkit-scrollbar-thumb {
    /* background-color: var(--col-2); */
    background-color: #00000040;
    border-radius: 3px;
}

/* .sc-sn-mnu-hei::-webkit-scrollbar-track {
    background-color: rgb(252, 252, 253);
} */

ul.sc-sn-mnu,
.sssmd-sec-div ul,
ul.sc-bann-mnu,
ul.sc-sn-l2-mnu {
    margin: 0;
    padding: 0;
}

ul.sc-sn-mnu li,
.sssmd-sec-div ul li,
ul.sc-bann-mnu li,
ul.sc-sn-l2-mnu li {
    float: left;
    list-style-type: none;
}

ul.sc-sn-l2-mnu li {
    line-height: 35px;
}

ul.sc-sn-l2-mnu li a.ss-l2-m-lnk {
    padding: 0 10px;
    color: var(--col-4);
    border-radius: 3px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out;
}

ul.sc-sn-l2-mnu li a.ss-l2-m-lnk i {
    width: 25px;
}

ul.sc-sn-l2-mnu li a.ss-l2-m-lnk:hover, ul.sc-sn-l2-mnu li a.active {
    background-color: var(--col-4);
    color: var(--col-1);
}

.ss-l2-m-dd .dropdown-toggle {
    background-color: var(--col-4);
    color: var(--col-1);
    border-radius: 5px;
    padding: 0 20px 0 35px;
}

.ss-l2-m-dd .dropdown-toggle .slmd-arr {
    top: 0;
    right: 7px;
    z-index: 1;
}

.slmd-img {
    top: 6px;
    left: 6px;
    z-index: 1;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 15px;
    overflow: hidden;
}

.ss-l2-m-dd .dropdown-toggle.show .slmd-arr {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ss-l2-m-dd .dropdown-toggle::after {
    display: none;
}

.ss-l2-m-dd .dropdown-menu {
    width: 212px;
    max-height: 130px;
    overflow-y: auto;
}

.ss-l2-m-dd .dropdown-menu .dropdown-item {
    padding: 0 10px 0 35px;
    position: relative;
}

ul.sc-sn-mnu li.ssm-li,
ul.sc-sn-mnu li.ssm-li-l2 {
    line-height: 50px;
    width: 100%;
    float: left;
}

ul.sc-sn-mnu li.ssm-li-l2 a.ssm-a-arr {
    top: 13px;
    left: 10px;
    z-index: 1;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: var(--col-2);
    border-radius: 4px;
}

ul.sc-sn-mnu li.ssm-li-l2:hover a.ssm-a-arr,
ul.sc-sn-mnu li.ssm-li-l2 a.ssm-a-arr.saa-active,
ul.sc-sn-mnu li.ssm-li-l2.togg-active a.ssm-a-arr {
    background-color: var(--col-3);
    color: var(--col-1);
}

ul.sc-sn-mnu li.ssm-li-l2.togg-active a.ssm-a-arr i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

ul.sc-sn-mnu li.ssm-li a.ssm-a,
ul.sc-sn-mnu li.ssm-li-l2 a.ssm-a {
    display: block;
    color: var(--col-2);
    padding: 0 15px;
    width: 100%;
}

ul.sc-sn-mnu li.ssm-li:hover a.ssm-a,
ul.sc-sn-mnu li.ssm-li a.ssm-a.active,
ul.sc-sn-mnu li.ssm-li.togg-active a.ssm-a,
ul.sc-sn-mnu li.ssm-li-l2:hover a.ssm-a,
ul.sc-sn-mnu li.ssm-li-l2 a.ssm-a.active,
ul.sc-sn-mnu li.ssm-li-l2.togg-active a.ssm-a {
    color: var(--col-1);
    background-color: var(--col-2);
    border-radius: 5px 0px 0px 5px;
}

ul.sc-sn-mnu li.ssm-li.togg-active a.ssm-a,
ul.sc-sn-mnu li.ssm-li-l2.togg-active a.ssm-a {
    border-radius: 5px 0px 0px 0;
}

.sc-sm-sub-mnu-div {
    width: 100%;
    padding-left: 15px;
    float: left;
    background-color: var(--col-2);
    border-radius: 0 0 0 5px;
}

.sssmd-sec-div {
    border-top: 1px solid var(--col-3);
    padding: 10px 0;
    float: left;
    /* max-height: 150px; */
    overflow-y: auto;
    width: 100%;
}

.sssmd-sec-div ul li {
    width: 100%;
    line-height: 38px;
    margin-bottom: 2px;
}

/* .sssmd-sec-div ul li:first-child {
    color: var(--col-5);
    line-height: 17px;
    margin-bottom: 5px;
} */

.sssmd-sec-div ul li a {
    display: block;
    padding: 0 8px;
    color: #778AA6;
    width: 100%;
    border-radius: 5px;
}

.sssmd-sec-div ul li a span {
    display: inline-block;
    margin-right: 5px;
    width: 28px;
    height: 28px;
    border-radius: 15px;
    line-height: 24px;
    text-align: center;
    overflow: hidden;
    border: 2px solid transparent;
    color: var(--col-4);
    text-shadow: 0px 2px 2px #0000005C;
    font-family: 'Oswald', sans-serif;
    font-size: 9px;
    text-transform: uppercase;
    background-color: var(--col-1);
    top: 7px;
    position: relative;
}

.sssmd-sec-div ul li a:hover,
.sssmd-sec-div ul li a.active {
    background-color: #CFDAE6;
}

.sssmd-sec-div ul li a:hover span,
.sssmd-sec-div ul li a.active span {
    border-color: #FFF;
}

.ssmd-li-buy>a {
    position: relative;
    padding-right: 3rem !important;
}

.ssmd-li-buy>a>.admin_bg {
    top: 50%;
    transform: translate(0, -50%);
    right: 5px;
    display: inline-block;
    line-height: normal !important;
    padding: 5px 7px;
    border-radius: 15px;
}

.sc-container {
    padding-right: 15px;
    padding-left: 15px;
    max-width: 1230px;
}

.sc-bann-div {
    height: 250px;
    border-radius: 5px;
}

.sc-bann-div .sc-bann-img {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    height: 100%;
    object-fit: cover;
}

.sc-bann-shw {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(180deg, #00000000 0%, #00000087 100%);
    padding: 20px 25px;
}

.sbs-nm-txt {
    color: var(--col-4);
    text-shadow: 0px 2px 2px #0000005C;
    font-size: 26px;
    display: inline-flex;
    align-items: center;
}

.sbs-nm-txt span {
    display: inline-block;
    width: 108px;
    height: 108px;
    line-height: 104px;
    border-radius: 60px;
    text-align: center;
    overflow: hidden;
    background-color: #0062F5;
    border: 2px solid var(--col-2);
    font-size: 38px;
    font-family: 'Oswald', sans-serif;
    text-shadow: 0px 2px 2px #0000005C;
    margin-right: 15px;
}

.btn-bann {
    border-color: var(--col-3);
    background-color: var(--col-4);
    border-radius: 5px;
    color: var(--col-1);
}

ul.sc-bann-mnu {
    border-bottom: 1px solid var(--col-3);
}

ul.sc-bann-mnu li {
    line-height: 34px;
    margin-right: 30px;
}

ul.sc-bann-mnu li a {
    float: left;
    color: var(--col-1);
    position: relative;
    border-bottom: 2px solid transparent;
    top: 1px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

ul.sc-bann-mnu li a:hover,
ul.sc-bann-mnu li a.active {
    border-color: var(--col-1);
}

ul.sc-bann-mnu li a.active {
    font-weight: 700;
}

.sc-lft-cus-wid {
    width: 61.602%;
}

.sc-feed-bs-div {
    background-color: var(--col-4);
    box-shadow: 0px 1px 7px var(--col-3);
    border-radius: 5px;
    padding: 15px 20px;
}

.sc-fedd-div {
    background-color: var(--col-2);
    border-radius: 22px;
    border: 1px solid #0000000D;
    min-height: 43px;
    margin-left: 51px;
}

.sc-f-typ-div {
    padding: 10px 0;
    border-top: 1px solid var(--col-3);
    border-bottom: 1px solid var(--col-3);
}

.btn-feed {
    color: var(--col-1);
    background-color: transparent;
    border-radius: 5px;
}

.btn-feed:hover,
.btn-feed:focus,
.btn-feed.active {
    /* background-color: var(--col-2); */
    background-color: #0000000D;
}

.sc-feed-prof-nm {
    margin-left: 51px;
    color: var(--col-1);
    line-height: 20px;
}

.sc-feed-prof-nm span {
    font-weight: 400;
    line-height: 16px;
}

.sc-comm-txt-div {
    padding: 20px 0;
}

.sc-feed-comm-txt {
    color: #778AA6;
    line-height: 18px;
}

.sc-feed-comm-img {
    background-color: transparent;
    /* border: 1px solid #0000000D; */
}

.sc-feed-comm-img>img {
    max-width: 100%;
    max-height: 600px;
}

.sc-feed-comm-cnt-txt {
    color: var(--col-5);
}

.sc-comm-div {
    padding: 24px 0;
}

.sc-comm-sec-div {
    margin-left: 51px;
}

.scsd-inn-div {
    border-radius: 5px;
    background-color: var(--col-2);
    padding: 9px 15px;
}

.scsd-nm {
    color: #778AA6;
    line-height: 18px;
}

.scsd-cmd {
    color: #778AA6;
}

.sc-lr-lnk {
    display: inline-block;
    color: var(--col-1);
    margin-right: 15px;
}

.sc-lr-lnk:hover,
.sc-cmt-ico:hover {
    color: #212529;
}

.sc-comm-tarea {
    border: none;
    background-color: transparent;
    color: var(--col-1);
    /* max-height: 150px; */
    width: 100%;
    display: block;
    padding: 0 22px;
    resize: none;
}

.sc-comm-tarea:focus {
    outline: none;
}

.sc-cmt-ico {
    padding: 6px 7.5px;
    color: var(--col-1);
    display: inline-block;
}

.sc-ad-sp-txt {
    color: var(--col-1);
}

.sc-rht-hd-div {
    border-bottom: 1px solid var(--col-3);
}

.sc-rht-hd {
    display: inline-block;
    color: var(--col-1);
    line-height: 20px;
    padding: 0 0 9px;
    border-bottom: 1px solid var(--col-1);
    top: 1px;
}

.sc-rht-cmt-cnt {
    color: var(--col-1);
    margin-right: 20px;
}

.sc-page-title,
.sc-page-in-hd,
.sgld-dd-lnk,
.sgld-cnt,
.col-64 {
    color: var(--col-1);
}

.sc-grp-lst-div {
    background: #fff;
    border-radius: 5px;
    height: 100%;
    transition: all 0.3s ease-out;
    position: relative;
    overflow: hidden;
}

.sc-grp-lst-div:hover {
    box-shadow: 0 2px 4px rgb(0 0 0 / 25%);
    z-index: 1;
    transform: translateY(-2px);
}

.sgld-cvr-div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
}

.sgld-det-div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    flex-direction: column;
    padding: 10px 15px;
}

.sgld-dd-pos-abs {
    top: 0;
    right: 0;
    z-index: 1;
}

.sgld-dd {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    background-color: transparent;
    color: var(--col-1);
}

.sgld-dd:hover,
.sgld-dd.show {
    background-color: var(--col-3);
}

.sgld-dd-sm {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.sgld-bor-div {
    border-top: 2px solid var(--col-3);
}

.sgld-cnt-txt {
    color: var(--col-5);
}

.sc-mem-lst-div {
    background-color: var(--col-4);
    box-shadow: 0px 1px 7px #DEE2E6;
    border-radius: 15px;
    padding: 20px 15px;
}

.fc-srch-inp {
    background-color: var(--col-2);
    color: var(--col-1);
    border-color: var(--col-6);
}

.sc-form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sc-form-inline .sc-form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}

.sc-form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    color: var(--col-1);
}

.sc-form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.sc-mem-tbl table th,
.sc-mem-tbl table td {
    color: var(--col-1);
}

.sc-mem-tbl table td {
    vertical-align: middle;
}

.sc-mem-tbl .table-striped>tbody>tr:nth-of-type(odd) {
    /* --bs-table-accent-bg: var(--col-7); */
    --bs-table-accent-bg: #0000000D;
}

.smt-td img {
    width: 45px;
    height: 45px;
    border-radius: 23px;
    float: left;
}

.smt-td p {
    margin-left: 55px;
    line-height: 18px;
    padding-top: 5px;
}

.sc-sign-modal .modal-content {
    background-color: var(--col-2);
    border-radius: 25px;
}

.sc-sign-modal .modal-dialog.md-670 {
    max-width: 670px;
}

.sc-sign-modal .modal-body {
    padding: 20px 100px 70px;
}

.sc-sign-btn {
    background-color: var(--col-1);
    /* border-color: #DEE2E6; */
    border-radius: 7px;
    color: var(--col-2);
}

.sc-signup-btn {
    background-color: var(--col-4);
    border-color: var(--col-1);
    border-radius: 7px;
    color: var(--col-1);
}

select.form-control {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.r-min-30 {
    right: -30px;
}

.sc-comm-sec-div .r-min-30 {
    opacity: 0;
}

.scsd-inn-div:hover .r-min-30 {
    opacity: 1;
}

.sc-ply-cen-ovr {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000040;
    z-index: 2;
}

.sc-ply-cen {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    font-size: 50px;
}

.order_acc_div div {
    padding: 10px;
}

.btn-close {
    background-size: 0.8em;
}

[contentEditable=true]:empty::before {
    content: attr(data-ph);
    pointer-events: none;
    display: block;
    /* For Firefox */
    color: var(--col-1);
}

[contentEditable=true] {
    cursor: text;
}

[contentEditable=true]:focus {
    outline: none;
}

.pst-btn:disabled {
    cursor: not-allowed;
    pointer-events: auto;
}

.emoji-button {
    opacity: 0.7;
}

.emoji-button:hover {
    opacity: 1;
}


.imgbox {
    background-color: #fff;
    height: 150px;
    cursor: pointer;
}

.imgbox:hover {
    /* background-color: #EAEBED; */
}

/* .add_photo_txt {
    text-align: center;
    vertical-align: middle;
    margin-top: 18%;
    display: inline-block;
    color: #000;
    font-size: 21px;
} */

.sci-emg {
    top: 6px;
    right: -10px;
    z-index: 1;
}

.error_bor2 {

    border: 2px solid red !important
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

input[type="date"]:after {
    font-family: 'FontAwesome';
    content: '\f274';
    position: absolute;
    right: 6px;
}

.btn-bann,
.sc-sign-btn,
.fc-nav-srch-btn {
    transition: opacity .15s ease-in-out;
}

.btn-bann:hover,
.sc-sign-btn:hover,
.fc-nav-srch-btn:hover {
    opacity: 0.8;
}

/* Checkout CSS */
.sc-bg-gry {
    background-color: #F6F8FD;
}

.sc-bg-wht {
    background-color: #ffffff;
}

.sc-green {
    color: rgb(15, 207, 143);
    font-weight: 680
}

@media(max-width:567px) {
    .mobile {
        padding-top: 40px
    }
}

.sc-chk-top-bg {
    background-color: var(--col-1);
}

.snp-slg {
    width: 90px;
    height: 90px;
}

.snp-lg {
    width: 100px;
    height: 100px;
}

/* Checkout CSS */

/* Payment option */
.plans {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.plans .plan input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.plans .plan {
    cursor: pointer;
    width: 48.5%;
}

.plans .plan .plan-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #e1e2e7;
    border-radius: 10px;
    -webkit-transition: -webkit-box-shadow 0.4s;
    transition: -webkit-box-shadow 0.4s;
    -o-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s;
    transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
    position: relative;
}

.plans .plan .plan-content img {
    /* margin-right: 30px; */
    height: 30px;
}

.plans .plan .plan-content:hover {
    -webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
    box-shadow: 0px 3px 5px 0px #e8e8e8;
}

.plans .plan input[type="radio"]:checked+.plan-content:after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    background: #216fe0;
    right: 20px;
    top: 20px;
    border-radius: 100%;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 2px #0066ff;
    box-shadow: 0px 0px 0px 2px #0066ff;
}

.plans .plan input[type="radio"]:checked+.plan-content {
    border: 2px solid #216ee0;
    background: #eaf1fe;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

@media screen and (max-width: 991px) {
    .plans {
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0;
    }

    .plans .plan {
        width: 100%;
    }

    .plan.complete-plan {
        margin-top: 0;
    }

    .plans .plan input[type="radio"]:checked+.plan-content:after {
        top: 45%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@media screen and (max-width: 540px) {
    .plans .plan .plan-content img {
        margin-bottom: 0;
        height: 56px;
        -webkit-transition: height 0.4s;
        -o-transition: height 0.4s;
        transition: height 0.4s;
    }

    .plans .plan input[type="radio"]:checked+.plan-content:after {
        top: 20px;
        right: 10px;
    }

    .plans .plan .plan-content {
        padding: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
}

/* Payment option */

/* Chat */
.sc-mem-cht-div {
    bottom: 0;
    right: 80px;
    z-index: 1100;
}

.smcd-mn-div {
    width: 330px;
    /*   height: 450px; */
    margin-left: 10px;
    background-color: var(--col-4);
    box-shadow: 0px 1px 7px #dee2e6;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.smcd-md-prof-div {
    height: 50px;
    overflow-x: hidden;
    padding: 8px;
    box-shadow: 4.1px 2.9px 17.5px 0.5px rgb(0 0 0 / 10%);
    border-bottom: 1px solid #0000001A;
}

.smcd-md-pd-tp-div img {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    overflow: hidden;
    float: left;
}

.smcd-md-pd-tp-div p {
    margin-left: 40px;
    line-height: 18px;
    padding-top: 7px;
}

.smcd-md-pd-cls {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 15px;
    text-align: center;
    background-color: transparent;
    color: var(--col-1);
    display: inline-block;
    margin-left: 2px;
}

.smcd-md-pd-cls i {
    line-height: normal;
}

.smcd-md-pd-cls:hover {
    background-color: var(--col-3);
}

.smcd-md-cht-mn-div {
    overflow-x: hidden;
    overflow-y: auto;
    height: 400px;
    position: relative;
}

.smcd-md-cht-mn-div iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

/* Chat */

/* Tooltip */
/* START TOOLTIP STYLES */
[tooltip] {
    position: relative;
    /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
    text-transform: none;
    /* opinion 2 */
    font-size: .8em;
    /* opinion 3 */
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}

[tooltip]::before {
    content: '';
    border: 5px solid transparent;
    /* opinion 4 */
    z-index: 1001;
    /* absurdity 1 */
}

[tooltip]::after {
    content: attr(tooltip);
    /* magic! */

    /* most of the rest of this is opinion */
    font-family: Helvetica, sans-serif;
    text-align: center;

    /* 
      Let the content set the size of the tooltips 
      but this will also keep them from being obnoxious
      */
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: .3ch;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
    background: #333;
    color: #fff;
    z-index: 1000;
    /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
    display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
    display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333;
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #333;
}

[tooltip][flow^="down"]::after {
    top: calc(100% + 5px);
}

[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #333;
    left: calc(0em - 5px);
    transform: translate(-.5em, -50%);
}

[tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #333;
    right: calc(0em - 5px);
    transform: translate(.5em, -50%);
}

[tooltip][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%);
    }
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
}

/* Tooltip */

/*mrcode*/
.videoWrapper {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    width: 100%;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ta-fleft {
    float: left;
    width: 86%;
}

.ta-fleft1 {
    float: left;
    width: 81%;
}

.emoji-fleft {
    margin-top: 1%;
}

.imgprevbox {
    /* padding: 8px; */
    /* margin-top: 1%;
    margin-left: 3%;
    margin-bottom: 3%; */
}

.disnone {

    display: none;
}

.admin_bg {
    /* color: #5A75F1; */
    /* background: #0000001A; */
    padding: 2px 4px;
    border-radius: 3px;
    font-size: 10px;
    border: 1px solid var(--col-3);
    line-height: unset !important;
}

.admin_bg_mem {
    /* color: #5A75F1; */
    /* background: #0000001A; */
    padding: 2px 4px;
    border-radius: 3px;
    font-size: 8px;
    border: 1px solid var(--col-3);
}

.closemodal {
    background: none;
    border: none;
}

/*mrcode*/

.mob-d-flex,
.mob-md-d-blk,
.mob-snd-btn {
    display: none !important;
}

.img_pay_orders {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    margin-top: 0px;
    margin-right: 5px;
}

.order_mode {
    padding: 1px 5px 0px;
    border-radius: 5px;
    font-size: 8px;
    position: absolute;
    text-transform: capitalize;
}

.mode_live {
    border: 1px solid #00d25b;
    color: #00d25b;
}

.mode_test {
    border: 1px solid #fc424a;
    color: #fc424a;
}

#orderAccor .accordion-button::after {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-left: auto;
    content: "";
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABiElEQVRIS7WV3zFFMRDG763EUQEqoAQqcDvAgxkvnhhezKACVEAJVIAOrio88v1MNrOJ/Dl3OJnZOSfJ7vftbjab+WziMZ8YfzaGYCEntiWbQfDpLcizvg8tJ1sEuzK8lgydKJfaP5I8lfRqBDdSPggGH/oyx1s8ZxDNjuRQshbW0IEoGSUCD44B89aAhEgZt4E06ucEpOUx7G45jzscPxG9BqU9fWO6coJlCHmM5zmpRQLGum16goUW7yTkfKi4/BXWa2dnDsYovOK9jPclLe97BBYFpYvDyT2gQjYkrdz3COwswAInIegZo7+yjk9RzfhSwCeVMznV+nm2l+B4glaKSiTHAr7KwC1F71rnP0lR75A9SQkcvOYh2yWj1GIdZx6eaf4puaikDFtaR7FMsTGFv1y05B79V6vwLabZKojCNztySgNrjZWanQF5EtLG/EXi2zWPEOBDMPrVSVnvPTgAW7+vRUHOIYod1CuOeTLJL0Jd00oY1DnRAFoENpIxBJ0jaG9PTvANh/daGYfghI8AAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-size: 1.5rem;
    transition: transform .2s ease-in-out;
    position: absolute;
    right: 10px;
    z-index: 1;
}

.avatar {
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    border-radius: 50rem;
    height: 40px;
    width: 40px;
    transition: all .2s ease-in-out;
}

.avatar-sm {
    width: 36px !important;
    height: 36px !important;
    font-size: 0.875rem;
}

.ai-status {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid white;
    display: inline-block;
    top: 2px;
    left: 35px;
    position: absolute;
    z-index: 1;
}

.activeStatus {
    background-color: #4caf50;
}

.inActiveStatus {
    background-color: grey;
}

.sc-ri-mob-vw,
    .sc-cmd-mob-vw {
        margin-left: -51px;
        width: calc(100% + 51px) !important;
    }

/* RTL CSS */
[dir=rtl] #sidebar.active .sidebar-wrapper {
    left: auto;
    right: 0;
}

[dir=rtl] #main {
    margin-left: 35px;
    margin-right: 260px;
}

[dir=rtl] .sc-sm-sub-mnu-div {
    padding-left: 0;
    padding-right: 15px;
}

[dir=rtl] i.me-1 {
    margin-left: 0.25rem !important;
    margin-right: 0 !important;
}

[dir=rtl] i.me-2 {
    margin-left: 0.5rem !important;
    margin-right: 0 !important;
}

[dir=rtl] .sgld-dd-pos-abs {
    right: auto;
    left: 0;
}

[dir=rtl] .sgld-det-div .position-relative.pe-5, [dir=rtl] .sc-feed-bs-div .position-relative.pe-5 {
    padding-left: 3rem !important;
    padding-right: 0 !important;
}

[dir=rtl] .sgld-det-div .position-relative.pe-5 a.pe-4 {
    padding-left: 1.5rem !important;
    padding-right: 0 !important;
}

[dir=rtl] .sc-noti-prof-dd .dropdown-item span {
    margin-left: 8px;
    margin-right: 0;
}

[dir=rtl] .sssmd-sec-div ul li a span {
    margin-left: 5px;
    margin-right: 0;
}

[dir=rtl] .sc-sn-mnu.ps-3 {
    padding-right: 1rem !important;
    padding-left: 0 !important;
}

[dir=rtl] ul.sc-sn-mnu li.ssm-li:hover a.ssm-a {
    border-radius: 0 5px 5px 0;
}

[dir=rtl] .sc-rht-cmt-cnt {
    margin-right: 0;
    margin-left: 20px;
}

[dir=rtl] ul.sc-bann-mnu li {
    margin-left: 30px;
    margin-right: 0;
}

[dir=rtl] .modal-header .btn-close {
    margin: -.5rem auto -.5rem -.5rem;
}

[dir=rtl] .nav-fix-div {
    left: 35px;
    right: 260px;
}

[dir=rtl] .float-start.sc-responsive.sc-noti-prof, [dir=rtl] .fs-rtl>a {
    float: right !important;
}

[dir=rtl] .sc-fedd-div {
    margin-right: 51px;
    margin-left: 0;
}

[dir=rtl] .scsd-inn-div.me-4 {
    margin-left: 1.5rem !important;
    margin-right: 0 !important;
}

[dir=rtl] .sc-comm-sec-div {
    margin-right: 51px;
    margin-left: 0;
}

[dir=rtl] .sci-emg {
    left: -10px;
    right: auto;
}

[dir=rtl] .r-min-30 {
    left: -30px;
}

[dir=rtl] .input-group>.form-control {
    border-radius: 0 .25rem .25rem 0 !important;
}

[dir=rtl] .input-group .input-group-text, [dir=rtl] .input-group .btn {
    margin-right: -1px;
    margin-left: 0 !important;
    border-radius: .25rem 0 0 .25rem !important;
}

[dir=rtl] .sc-noti-lnk {
    margin-left: 15px;
    margin-right: 0;
}

[dir=rtl] .smt-td img {
    float: right;
}

[dir=rtl] .smt-td p {
    margin-right: 55px;
    margin-left: 0;
}

[dir=rtl] .ai-status {
    right: 35px;
    left: auto;
}

[dir=rtl] .slmd-img {
    right: 6px;
    left: auto;
}

[dir=rtl] .mob-sm-d-in-blk.me-1 {
    margin-left: 0.25rem !important;
    margin-right: 0 !important;
}

[dir=rtl] .ss-l2-m-dd .dropdown-toggle .slmd-arr {
    left: 7px;
    right: auto;
}

[dir=rtl] .ss-l2-m-dd .dropdown-toggle {
    padding: 0 35px 0 20px;
}

[dir=rtl] .ss-l2-m-dd .dropdown-menu .dropdown-item {
    padding: 0 35px 0 10px;
}

[dir=rtl] .sc-mem-lst-div img.float-start.me-3 {
    float: right !important;
    margin-left: 1rem !important;
    margin-right: 0 !important;
}
[dir=rtl] .dropdown-header, [dir=rtl] .notifycls_li .dropdown-item {
    text-align: right;
}

[dir=rtl] .sc-noti-dd .di-notis p {
    margin-right: 10px;
    margin-left: 0;
}

[dir=rtl] .form-check {
    padding-right: 1.5em;
    padding-left: 0;
}

[dir=rtl] .form-check .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0;
}

[dir=rtl] #post.text-start {
    text-align: right !important;
}

[dir=rtl] .plans .plan input[type="radio"]:checked+.plan-content:after {
    left: 20px;
    right: auto;
}

[dir=rtl] .smcd-md-pd-tp-div img {
    float: right;
}

[dir=rtl] .smcd-md-pd-tp-div p {
    margin-right: 40px;
    margin-left: 0;
}

[dir=rtl] .mob-app .sidebar-wrapper {
    transform: translate3d(0, 0, 0);
}

[dir=rtl] .layout-menu-toggle>i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* [dir=rtl] #sidebar.active .sidebar-wrapper {
    right: 0;
    left: auto;
} */
/* RTL CSS */

@media (max-width: 767.98px) {
    .sidebar-wrapper {
        transform: translate3d(-100%, 0, 0);
    }

    #main {
        margin-left: 10px;
        margin-top: 10px;
        margin-right: 10px;
    }

    .sc-mob-togg-lnk,
    .mob-sm-d-in-blk {
        display: inline-block !important;
    }

    .sc-lft-cus-wid {
        width: 100%;
    }

    .mob-ps-5 {
        padding-left: 3rem;
    }

    .nav-fix-div {
        left: 0;
        right: 0;
        position: fixed !important;
    }

    .nav-fix-div+.sc-container {
        padding-top: 60px;
    }

    .sc-ri-mob-vw,
    .sc-cmd-mob-vw {
        margin-left: -51px;
        width: calc(100% + 51px) !important;
    }

    .sc-feed-bs-div {
        padding: 10px;
    }

    .sc-comm-sec-div .r-min-30 {
        opacity: 1;
    }

    .mob-sm-d-none {
        display: none;
    }

    .sc-mem-lst-div {
        padding: 10px;
    }

    .smt-td img {
        width: 30px;
        height: 30px;
    }

    .smt-td p {
        margin-left: 35px;
        font-size: 12px;
    }

    .sc-bann-div {
        height: 150px;
    }

    .sc-bann-shw {
        padding: 10px;
    }

    .sc-bann-shw>div {
        margin-bottom: 0 !important;
    }

    .sbs-nm-txt {
        font-size: 20px;
    }

    .mob-ord-1 {
        order: 1;
    }

    .mob-ord-2 {
        order: 2;
    }

    .sc-mem-lst-div .col-5 {
        width: 58.33333333%;
    }

    #group_access_msg {
        padding: 0px 30px 40px !important;
    }

    .mob-md-d-blk {
        display: block !important;
    }

    .sc-comm-tarea {
        padding: 0 12px;
    }

    .sc-fedd-div .row .col {
        flex: 0 0 auto;
        width: 100%;
    }

    .sci-emg {
        top: auto;
        bottom: -38px;
        right: auto;
        left: 15px;
    }

    .sc-fedd-div .row .col-auto {
        padding: 0 10px !important;
        margin-left: 35px;
    }

    .mob-snd-btn {
        display: inline-block !important;
    }

    [dir=rtl] #main {
        margin-left: 10px;
        margin-right: 10px;
    }

    [dir=rtl] .sc-mob-togg-lnk {
        right: 15px;
        left: auto
    }

    [dir=rtl] .layout-menu-toggle {
        left: -15px;
        right: auto;
    }

    [dir=rtl] .sidebar-wrapper {
        transform: translate3d(100%, 0, 0);
    }

    [dir=rtl] .nav-fix-div {
        left: 0;
        right: 0;
        position: fixed !important;
    }

    [dir=rtl] .mob-ps-5 {
        padding-right: 3rem;
        padding-left: 0;
    }

    [dir=rtl] .mob-ps-0 {
        padding-right: 0;
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
}

@media (max-width: 575.98px) {
    ul.sc-bann-mnu li a {
        font-size: 18px;
        padding: 0 15px;
    }

    ul.sc-bann-mnu li,
    ul.sc-bann-mnu li a i {
        margin-right: 0 !important;
    }

    .mob-d-none {
        display: none !important;
    }

    .mob-d-flex {
        display: flex !important;
    }

    .mob-cs9 {
        flex: 0 0 auto;
        width: 55%;
    }

    .mob-ps-0 {
        padding-left: 0;
    }

    .sc-noti-lnk {
        margin-right: 5px;
    }

    .sc-mem-lst-div .col-5 {
        width: 75%;
    }
}
.sc-comm-txt-div a{
    word-break: break-word;
}