@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;700&display=swap'); */

:root {
    --mainColorOrange : #EB692B;
    --mainColorDark : #2F3237;
    --mainColorLight : #FFFFFF;
    --accentColorOrange : #FA7D09;
    --accentColorLightGrey : #E5E5E5;
    --accentColorLightGrey2 : #EDEDED;
    --accentColorExtraLightGrey : #F6F6F6;
    --accentColorGrey : #B1B1B1;
    --accentColorDarkGrey : #707070;
    --accentColorLightOrange : #F5905F;
    --colorBlueLink: #007BFF;
    --colorDarkBlue: #003768;
    --colorGrey : #f2f3f5;
    --colorSoftOrange : #FFE5D6;
    --colorOrange : #ED692C;
    --colorSoftYellow : #FCF1D0;
    --colorYellow : #F5C041;
    --colorSoftRed : #FFE5D6;
    --colorRed : #DC3545;
    --colorSoftBlue : #CCE0E4;
    --colorBlue : #4090B2;
    --colorSoftGreen : #D6FFDE;
    --colorGreen : #28A745;
    --fontSizeBody1 : 14px;
    --fontSizeBody2 : 12px;
    --colorLightGrey : #B0B8BD;
    --colorDisable : #999999;
}

/*    bootstrap override    */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-right: 12px;
    padding-left: 12px;
}
.row {
    margin-right: -12px;
    margin-left: -12px;
}
.row.no-gutters{
    margin-right: 0px;
    margin-left: 0px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 12px;
    padding-right: 12px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1138px;
}
.container.container-1375 {
    max-width: 1375px;
}
.container.with-floating-trial{
    margin-bottom: 50px;
}
.container.topic-visitor-access{
    margin-top: 90px;
}
.col-md-23-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.col-md-54 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.col-md-22-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.rounded {
    border-radius: 10px !important;
}
.rounded-20{
    border-radius: 20px !important;
}
.tb-loading-wrapper {}
.tb-loading-wrapper > img {
    max-width: 100%;
    width: 120px;
}
.dropdown-toggle::after{
    content: unset !important;
}
.overflow-x-scroll {
    overflow-x: scroll !important;
}
.btn-primary:focus:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background: var(--mainColorOrange);
    color: white;
}
.btn-primary.disabled, .btn-primary:disabled{
    background-color: var(--mainColorOrange);
    border-color: transparent;
}
.btn-outline-primary {
    color: var(--colorOrange);
    background-color: white;
    border-color: var(--colorOrange);
}
.btn-outline-primary:hover {
    color: white;
    background-color: var(--colorOrange);
    border-color: var(--colorOrange);
}
.btn-secondary {
    background-color: #EEF0F8;
    color: var(--mainColorDark);
}
.btn-secondary:hover {
    background-color: #e0e2e6;
    color: var(--mainColorDark);
}

button.close {
    text-shadow: none;
    font-size: 30px;
    font-weight: 300;
    line-height: 0.5;
}
button.close:focus,
button.close:visited {
    outline: none;
}
.btn-nostyle {
    border: none;
    padding: 0;
    outline: none;
    cursor: pointer;
    background-color: transparent;
}
.btn-nostyle:focus {
    outline: none;
}
.btn-no-hover-effect:hover {
    background-color: inherit;
}
.btn-rounded {
    border-radius: 10px;
}
.btn-sign-google,
.btn-sign-google:hover {
    color: var(--colorRed);
    border-color: var(--colorRed);
}
.btn-sign-facebook,
.btn-sign-facebook:hover {
    color: var(--colorBlue);
    border-color: var(--colorBlue);
}
.progress-bar{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.breadcrumb{
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
}

.breadcrumb-item+.breadcrumb-item::before{
    content: '';
    background-image: url("../../img/light/icon/icon-arrow-next.svg");
    width: auto;
    height: 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-right: 5px;
}
/*    end bootstrap override    */

/* Scrollbar Custom */
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #cccccc;
    border-radius: 50px;
    /*height: 120px;*/
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/* End Scrollbar Custom */

/*  Background Colour */
.bg-light-blue {
    background-color: #2CB0ED;
}
.bg-light-purple {
    background-color: #C92CED;
}
.bg-pink {
    background-color: #ED2C6F;
}
.bg-purple {
    background-color: #692CED;
}
.bg-light-blue-sky {
    background-color: #F4FCFF;
}
.bg-light-blue-sky {
    background-color: #F4FCFF;
}
.bg-grey-blue {
    background-color: #F1F3FF;
}
.bg-light-orange {
    background-color: #FFF0F0;
}
.bg-grey {
    background-color: #EEF0F8;
}
.border-orange{
    border: 1px solid var(--mainColorOrange) !important;
}
.label-order-success{
    background-color: #DEF2D6 !important;
    color: #5BA13E;
}
.label-order-failed{
    background-color: #EBC8C4 !important;
    color: #BD4A51;
}
.label-order-waiting-payment{
    background-color: #CCE8F4 !important;
    color: #4A7EA1;
}
/*  End Background Colour */
body {
    font-family: 'Open Sans', sans-serif;
    font-size: var(--fontSizeBody1);
    background-color: var(--accentColorExtraLightGrey);
    color: var(--mainColorDark);
}

body a{
    text-decoration: none !important;
}

h1,h2,h3,h4,h5,h6,h7{
    margin-bottom: 0px;
    color: inherit;
}

h5{
    font-weight: 700;
    font-size: 18px;
}

h6{
    font-weight: 700;
    font-size: 16px;
}

h7{
    font-weight: 600;
    font-size: 14px;
}
small {
    font-size: 12px;
}
hr {
    background-color: unset;
    height: unset;
}
.font-weight-300 {
    font-weight: 300 !important;
}
.font-weight-400 {
    font-weight: 400 !important;
}
.font-weight-600 {
    font-weight: 600 !important;
}
.font-weight-700 {
    font-weight: 700 !important;
}
.font-size-10 {
    font-size: 10px !important;
    line-height: 1.5;
}
.font-size-12 {
    font-size: 12px;
    line-height: 1.5;
}
.font-size-13 {
    font-size: 13px;
    line-height: 1.5;
}
.font-size-14 {
    font-size: 14px !important;
    line-height: 1.5;
}
.font-size-15 {
    font-size: 15px !important;
    line-height: 1.5;
}
.font-size-16 {
    font-size: 16px !important;
    line-height: 1.5;
}
.font-size-18 {
    font-size: 18px;
    line-height: 1.5;
}
.font-size-20 {
    font-size: 20px;
    line-height: 1.5;
}
.font-size-24 {
    font-size: 24px;
    line-height: 1.5;
}
.font-size-26 {
    font-size: 26px;
    line-height: 1.5;
}

.color-grey {
    color: var(--accentColorGrey) !important;
}
.color-dark-grey {
    color: var(--accentColorDarkGrey);
}
.color-dark {
    color: var(--mainColorDark);
}
.color-orange {
    color: var(--mainColorOrange);
}
.color-deep-grey {
    color: #666666;
}
.mh-137{
    min-height: 137px;
}
.mh-200{
    min-height: 200px;
}
.mh-400{
    min-height: 400px;
}
.mh-450{
    min-height: 450px;
}
.mh-500{
    min-height: 500px;
}
.wh-30 {
    width: 30px !important;
    height: 30px !important;
}
.border-left-1{
    border-left: 1px solid #EDEDED;
}
.border-radius-10 {
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}
.border-radius-50{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.rounded-5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.rounded-8 {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.card.disabled{
    background-color: var(--accentColorLightGrey2);
}

.image-full{
    width: 100%;
    height: 100%;
}

#tb-loading {
    width:100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: rgba(255,255,255,0);
    z-index: 9999;
}
#tb-loading > .tb-loading-content {
    color: #f36f28;
    margin: 0 auto;
    max-width: 250px;
    height: auto;
    margin-top: 10px;
    background: rgba(255,255,255,0.65);
    padding: 5px;
    text-align: center;
    font-size: 11px;
    font-style: italic;
    border-radius: 10px;
    box-shadow: 0px 1px 10px #ccc;
}
.tb-loading-block {
    /* background-image: url('../../img/loading.gif'); */
    /* background-repeat: no-repeat; */
    /* background-size: 100%; */
    max-width: 150px;
    height: auto;
}

.blockUI.blockMsg.blockElement {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%);
}

a {
    color: unset;
}

a:hover {
    color: inherit;
}

a.text-unstyled,
a.text-unstyled:hover {
    color: inherit;
}
.text-primary{
    color: var(--mainColorOrange) !important;
}
a.text-primary:hover, a.text-primary:focus{
    color: var(--mainColorOrange) !important;
}
.text-clickable {
    color: var(--accentColorDarkGrey) !important;
}
.text-muted {
    color: var(--accentColorGrey) !important;
}

.text-underline {
    text-decoration: underline !important;
}
.text-link {
    color: var(--colorBlueLink) !important;
}
.text-blue-sky {
    color: #7CAAC0 !important;
}
.text-blue {
    color: #3C55E9 !important;
}

.tb-editor-mention{
    color: var(--colorBlueLink);
    cursor: pointer;
}

.btn{
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.btn:active{
    box-shadow: unset !important;
}

.btn-grey{
    background-color: var(--accentColorGrey);
    color: var(--mainColorLight);
}

.btn-light-grey{
    background-color: var(--accentColorLightGrey2);
    color: var(--accentColorDarkGrey);
}

.btn-grey:hover{
    color: var(--mainColorLight);
}

.btn-transparent{
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-transparent.without-border{
    color: var(--accentColorGrey);
}

.btn-primary{
    background-color: var(--mainColorOrange);
    border-color: var(--mainColorOrange);
    color: #fff;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-padding-verify {
    padding-left: 1.38rem !important;
    padding-right: 1.38rem !important;
    padding-top: 0.45rem !important;
    padding-bottom: 0.45rem !important;
}

.form-verify .card.card-step {
    border-radius: 0;
    border-color: transparent;
}

.btn-primary:active, .btn-primary:hover, .btn-primary:focus{
    background-color: var(--mainColorOrange) !important;
    border-color: var(--mainColorOrange);
}
.btn.btn-primary-invert {
    background-color: var(--colorSoftOrange);
    color: var(--colorOrange);
}

.btn.action-cancel-request{
    background-color: var(--accentColorGrey);
}
.btn.btn-xs {
    height: 25px;
    padding-top: unset;
    padding-bottom: unset;
    font-size: 12px;
}
.btn-with-border {
    font-size: 14px;
}
.btn-with-border, .btn-with-border:focus, .btn-with-border:active, .btn-with-border:hover {
    border: 1px solid var(--mainColorOrange) !important;
    background-color: transparent !important;
    color: var(--mainColorOrange);
}

.btn-with-border.grey{
    border: 1px solid var(--accentColorGrey) !important;
    background-color: transparent !important;
    color: var(--mainColorDark);
}
.btn-with-border.grey.bg-white {
    background-color: #ffff !important;
}
.btn-with-border.white {
    background-color: #ffff !important;
    color: var(--mainColorDark);
    border-color: var(--colorLightGrey) !important;
}

.btn-with-border.grey:active, .btn-with-border.grey:focus{
    color: var(--accentColorGrey) !important;
}

.btn-with-border.red{
    border: 1px solid var(--colorRed) !important;
    background-color: transparent !important;
    color: var(--colorRed);
}

.btn-with-border.red:active, .btn-with-border.red:focus{
    color: var(--colorRed) !important;
}

.btn-with-border.green{
    border: 1px solid var(--colorGreen) !important;
    background-color: transparent !important;
    color: var(--colorGreen);
}

.btn-with-border.green:active, .btn-with-border.green:focus{
    color: var(--colorGreen) !important;
}

.btn-w-80 {
    font-size: 12px;
    width: 80px;
}

.btn-w-90 {
    width: 90px;
}

.btn-w-100 {
    font-size: 12px;
    width: 100px;
}
.btn-w-115 {
    font-size: 12px;
    width: 115px;
}

.btn-w-120 {
    font-size: 14px !important;
    width: 120px !important;
}

.btn-w-140{
    width: 140px !important;
}

.btn-w-150{
    width: 150px !important;
}

.btn-w-200{
    width: 200px !important;
}

.btn-w-220{
    width: 220px !important;
}

.btn-mw-80 {
    width: auto;
    min-width: 80px;
}

.btn-mw-90 {
    width: auto;
    min-width: 90px;
}

.btn-mw-100 {
    font-size: 12px;
    width: auto;
    min-width: 100px;
}
.btn-mw-115 {
    font-size: 12px;
    width: auto;
    min-width: 115px;
}

.btn-mw-120 {
    font-size: 14px !important;
    width: auto;
    min-width: 120px !important;
}

.btn-mw-140{
    width: auto;
    min-width: 140px !important;
}

.btn-mw-150{
    width: auto;
    min-width: 150px !important;
}

.btn-mw-200{
    width: auto;
    min-width: 200px !important;
}

.btn-mw-220{
    width: auto;
    min-width: 220px !important;
}

.btn-h-30{
    height: 30px !important;
}
.btn-h-35{
    height: 35px !important;
}
.btn-h-40{
    height: 40px !important;
}
.btn-h-45{
    height: 45px !important;
}
.mt-20{
    margin-top: 20px;
}
.btn-text-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-circle {
    border-radius: 50%;
}
.no-margin{
    margin: unset !important;
}

.no-margin-bottom{
    margin-bottom: unset !important;
}

.no-border-bottom{
    border-bottom: unset !important;
}

.no-border{
    border: unset !important;
}

.border-bottom {
    border-bottom: 1px solid var(--accentColorLightGrey);
}

.ui-wh-15 {
    width: 15px;
    height: 15px;
}
.ui-wh-20 {
    width: 20px;
    height: 20px;
}
.ui-wh-25 {
    width: 25px;
    height: 25px;
}
.ui-wh-30 {
    width: 30px;
    height: 30px;
}
.ui-wh-35 {
    width: 35px;
    height: 35px;
}
.ui-wh-40 {
    width: 40px;
    height: 40px;
}
.ui-wh-50 {
    width: 50px;
    height: 50px;
}
.ui-wh-55 {
    width: 55px;
    height: 55px;
}
.ui-wh-60 {
    width: 60px;
    height: 60px;
}
.ui-wh-100 {
    width: 100px;
    height: 100px;
}
.ui-wh-140 {
    width: 140px;
    height: 140px;
}

.ui-wh-200 {
    width: 200px;
    height: 200px;
}
.text-word-break {
    word-break: break-all;
}

.sk-wave {
    width: auto;
}
.sk-primary.sk-rotating-plane, .sk-primary.sk-double-bounce .sk-child, .sk-primary.sk-wave .sk-rect, .sk-primary.sk-wandering-cubes .sk-cube, .sk-primary.sk-spinner-pulse, .sk-primary.sk-chasing-dots .sk-child, .sk-primary.sk-three-bounce .sk-child, .sk-primary.sk-circle .sk-child:before, .sk-primary.sk-cube-grid .sk-cube, .sk-primary.sk-fading-circle .sk-circle:before, .sk-primary.sk-folding-cube .sk-cube:before {
    background-color: var(--accentColorOrange);
}

.dropdown-item:active{
    background-color: inherit;
    color: inherit;
}

.text-red{
    color: var(--colorRed);
}
.sticky-65 {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 65px;
}
.sticky-80 {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 80px;
}
.sticky-85 {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 85px;
}
.sticky-90 {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 80px;
}
.sticky-120 {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 120px;
}
.sticky-min-85 {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: -85px;
}
.sticky-min-130 {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: -130px;
}

.selectize-control .selectize-input.locked,
.selectize-control .selectize-input.input-active.locked {
    background-color: #e9ecef;
}
.inner.header{
    background-color: var(--mainColorLight);
    border-bottom: 1px solid #EEF0F8;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
}
.inner.header .logo {
    width: 200px;
    height: 31px;
    background-repeat: no-repeat;
    background-image: url('../../img/light/tribelio-logo-horizontal-orange.svg');
    background-size: 100% 100%;
}

.inner.header.business{
    /* border-bottom: unset; */
}

.inner.header.started{
    height: 61px;
    background-color: var(--mainColorLight);
}

.footer.started{
    width: 100%;
    height: 100px;
    margin-top: 25px;
    background-color: var(--mainColorLight);
    border-radius: 10px 10px 0 0;
}
.footer.started .breadcrumb{
    padding: 5px 0px;
    margin-bottom: 0px;
}
.footer.started .breadcrumb .breadcrumb-item.active{
    color : var(--mainColorOrange);
}

.footer.started .label-process{
    width: 5%;
}

.footer.started .footer-center{
    width: 85%;
    text-align: left;
}

.footer.started .button-right{
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer.started .button-area-started{
    width: 100% !important;
    padding: 13px 100px 30px 100px;
}

.footer.started .button-area-started .bottom{
    display: flex;
    align-items: center;
}

.footer.started .button-area-started .top{
    margin-left: 5%;
}

.footer.started .btn-page-started{
    width: 100px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: var(--mainColorOrange);
    font-size: var(--fontSizeBody2);
    border: 1px solid var(--mainColorOrange);
    background-color: transparent !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.footer.started .btn-page-started:active{
    color: var(--mainColorOrange);
    border: 1px solid var(--mainColorOrange);
}

.footer.started .btn-page-started .icon{
    width: 8.5px;
    height: 15px;
}

.footer.started .btn-page-started:focus{
    box-shadow: unset;
}

.footer.started .btn-page-started.btn-transparent{
    border: none;
    color: var(--accentColorGrey);
}

.main-layout{
    margin-top: 80px;
}

.main-layout.started{
    margin-top: 90px;
}

body.tribe-home .main-layout{
    margin-top: 65px;
}
body.tribe-home.pending .main-layout{
    margin-top: 80px;
}
body.tribe-home.pending .payment-confirmation{
    margin-top: unset;
    min-height: 450px;
}
body.tribe-home.pending .box-feed .post{
    margin-top: unset;
}
.navbar-header{
    height: 65px;
    align-items: center;
}
.navbar-header .navbar {
    height: inherit;
    padding: unset;
}
.navbar-header .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
    outline: none;
    position: relative;
}
.navbar-header .navbar-expand-lg .navbar-nav .nav-link:focus {
    outline: none;
}
.navbar-lang .nav-link{
    color: #B1B1B1 !important;
}
.navbar-lang .nav-link.active{
    color: #2F3237 !important;
    background-color: transparent !important;
}
.navbar-lang .navbar-nav{
    position: absolute;
    right: 15px;
}
.navbar-lang .nav-lang-auth{
    font-size: 14px !important;
    line-height: 1.175 !important;
    padding: 8px 15px !important;
    margin: 0px 10px;
}
.navbar-lang .nav-lang-auth.btn-register{
    background-color: var(--mainColorOrange);
    color: var(--mainColorLight) !important;
}
.navbar-lang .nav-lang-auth.btn-login{
    background-color: rgba(237,105,44,.1);
    color: var(--mainColorOrange) !important;
}
.inner.header a.navbar-brand {
    width: 265px;
}
/* .inner.header .logo{
    width: 200px;
    height: 31px;
    background-repeat: no-repeat;
    background-image: url("../../img/light/tribelio-logo-horizontal-orange.svg");
    background-size: 100% 100%;
} */
.navbar-expand-lg .navbar-nav.main-navmenu .nav-item .nav-link.home{
    padding: unset;
}
.navbar-expand-lg .navbar-nav.main-navmenu .nav-item .nav-link.notification{
    padding: unset;
}
.inner.header .main-logo {
    width: 160px;
}

.form-search{
    position: relative;
    width: 300px;
}

.form-search .input-group {
    max-width: 300px;
    width: 100%;
    height: 36px;
    border-radius: 10px;
    border: 1px solid var(--accentColorLightGrey);
}
.form-search .input-group:focus-within {
    border: 1px solid var(--accentColorGrey);
    background-color: var(--mainColorLight);
}
.form-search input{
    width: 300px;
    background-color: transparent;
    height: inherit;
    font-size: 14px;
}

.form-search input::placeholder,
.form-search input::-webkit-input-placeholder {
    color: var(--accentColorGrey);
}

textarea::placeholder,
textarea::-webkit-input-placeholder {
    color: var(--accentColorGrey);
}

.form-search input:focus {
    background-color: transparent;
    border-color: transparent;
    outline: none;
    box-shadow: none;
}
.form-search input:focus::placeholder,
.form-search input:focus::-webkit-input-placeholder {
    color: var(--accentColorLightGrey);
}

.selectize-dropdown [data-selectable].option{
    cursor: pointer;
}


.material-style .select2-container--default .select2-selection--single .select2-selection__rendered{
    border-color: #ededed;
    border-radius: 10px;
}
.material-style .select2-container--default .select2-selection{
    border-bottom: none;
}
.material-style .select2-container--default .select2-selection--single .select2-selection__rendered{
    height: 40px;
    line-height: 2.4875rem;
}
.material-style .select2-container--default .select2-selection--single .select2-selection__arrow b{
    right: 10px;
}

.main-member-profile-tophead {}
.main-member-profile-tophead .navbar-nav {
    padding-right: 45px;
}
.main-member-profile-tophead .navbar-nav .nav-item {
    margin-right: 25px;
}
.main-member-profile-tophead .navbar-nav .nav-item:first-child {
    margin-left: 0;
}
.main-member-profile-tophead .navbar-nav .nav-item:last-child {
    margin-right: 0;
}
.main-member-profile-tophead .dropdown-item.business-account .nav-link {
    width: 180px;
}
.navbar-list-icon{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.navbar-list-icon .icon{
    width: 20px;
    height: 20px;
    position: unset;
}
.navbar-list-icon .icon.icon-notification {
    width: 18px;
    height: 21px;
}

.navbar-list-icon > .nav-item > a:not(.btn) {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: var(--colorGrey); */
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: none;
   -webkit-box-shadow: none;
   box-shadow: none;
}
.navbar-list-icon > .nav-item > a.btn {
    font-size: 10px;
    padding: 6px 12px;
    font-weight: 700;
}
.header-notification-badge {
    /* background-color: rgba(235, 87, 87, 0.1); */
    background-color: #DD424D;
    /* width: 16px; */
    width: auto;
    min-width: 16px;
    height: 16px;
    position: absolute;
    /* top: -5px;
    right: -8px; */
    top: -2px;
    right: -2px;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    /* text-align: center; */
    padding: 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
/* .header-notification-badge::before {
    content: "";
    background-color: var(--colorRed);
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: inherit;
    left: 4px;
    top: 4px;
} */

.navbar-list-icon .nav-item > a.image-profile-user {
    /* background-color: transparent; */
    width: auto;
}
.navbar-list-icon .nav-item > a.image-profile-user > .short-name {
    width: auto;
    max-width: 100px;
    margin-right: 5px;
    text-align: right;
}

.navbar-list-icon > .nav-item > a.active {
    background-color : var(--accentColorLightGrey2);
}
.navbar-list-icon > .nav-item > a.image-profile-user:hover {
    -moz-box-shadow: none;
   -webkit-box-shadow: none;
   box-shadow: none;
}

.navbar-list-icon .image-profile-user img{
    width: 27px;
    height: 27px;
    border-radius: 50%;
}

.navbar-list-icon .dropdown-menu.notification{
    width: 306px;
    left: -57% !important;
    top: 5px !important;
}

.dropdown-item.collapse-wrapper:focus, .dropdown-item.collapse-wrapper:hover {
    background-color: transparent;
}

.dropdown-item.collapse-wrapper li.nav-item:focus, .dropdown-item.collapse-wrapper li.nav-item:hover {
    background-color: #f8f9fa;
}

.collapse-wrapper {}
.collapse-wrapper > a {}
.collapse-wrapper > a .icon {
    width: 15px;
    height: 15px;
    transform: rotate(0deg);
    transition: 100ms ease;
}
.collapse-wrapper .collapse-content {
    height: 0px;
    overflow: hidden;
    transition: 100ms ease;
}
.collapse-wrapper .collapse-content .nav-item,
.collapse-wrapper .collapse-content .nav-item:first-child {
    margin-left: 10px;
}
.collapse-wrapper.show .collapse-content {
    height: auto;
    max-height: 115px;
    margin-top: 5px;
    overflow-y: auto;
    transition: 100ms ease;
}
.collapse-wrapper.show > a .icon {
    transform: rotate(90deg);
    transition: 100ms ease;
}
.card-hashtag a:hover{
    text-decoration: underline !important;
    color: inherit;
}



.left-panel{
    /*    position: fixed;
    width: 245px;*/
}
.left-panel.home-tribe{
    background-color: var(--mainColorLight);
    border-radius: 5px;
}

.left-panel .box-create-tribe{
    width: 100%;
    height: 55px;
    background-color: var(--mainColorLight);
    display: flex;
    align-items: center;
    box-shadow: 0px 0.5px 2px 0px rgba(0,0,0,0.25);
    margin-bottom: 17px;
    cursor: pointer;
    border-radius: 10px;
}

.left-panel .label-create-tribe{
    width: 160px;
    padding-left: 21px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: var(--mainColorDark);
}

.left-panel .my-tribe{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left-panel .my-tribe .label{
    color: var(--accentColorDarkGrey);
    font-weight: 700;
    letter-spacing: 0.1em;
}

.left-panel .my-tribe .icon{
    width: 7px;
    height: 15px;
    background-size: 7px 15px;
}

.left-panel .my-tribe .icon-arrow-next{
    background-image: url("../../img/light/icon/icon-arrow-down.svg");
    width: 13px;
    height: 15px;
    background-size: 100% 100%;
}

.left-panel .my-tribe.collapsed .icon-arrow-next{
    background-image: url("../../img/light/icon/icon-arrow-next.svg");
    width: 7px;
    height: 15px;
    background-size: 100% 100%;
}

.left-panel .list-tribe{
    margin-top: 15px;
    max-height: 68vh;
}

.left-panel .collapse-tribe{
    background-color: var(--accentColorExtraLightGrey);
}

.left-panel .list-tribe:hover {
    overflow-y: scroll;
}

.left-panel .list-item-tribe{
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.left-panel .list-item-tribe:last-child{
    border-bottom: none !important; ;
}

.left-panel .list-item-tribe img{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-right: 13px;
    object-fit: cover;
}

.left-panel .list-item-tribe .label-item-tribe{
    overflow: hidden;
    text-overflow: ellipsis;
}

.left-panel .see-more-tribe{
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: var(--mainColorDark);
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    font-size: var(--fontSizeBody1);
    background-color: var(--accentColorLightGrey);
    border-radius: 5px;
}

.right-panel{
    /*position: fixed;*/
}
.right-panel .widget.card {
    margin-bottom: 10px;
    border-color: var(--accentColorLightGrey2);
    border-radius: 5px;
}
.right-panel .widget.card {
    border-color: rgb(237,237,237,1);
}
.right-panel .widget.card .card-body {
    padding: 15px 20px;
}
.right-panel .widget.card .card-header {
    border-bottom: 1px solid var(--accentColorLightGrey2);
}
.right-panel .card-hashtag a:hover{
    text-decoration: underline !important;
    color: inherit;
}

.right-panel .widget.card .card-body.card-scroll {
    max-height: 200px;
    overflow:auto;
}
.right-panel .widget.card .card-body.card-group-chat{
    max-height:200px;
    padding:14px 16px;
    overflow:auto;
}

.right-panel .widget.card .card-body.card-group-chat .text-name{
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #2F3237;
    width:100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.right-panel .widget.card .card-body.card-group-chat .text-description{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #707070;
}

.right-panel .widget.card .card-body.card-group-chat .text-date{
    font-size: 10px;
    line-height: 14px;
    color: #707070;
    position:absolute;
    right:0px;
    left:0px;
}
.right-panel .card-group-chat img{
    width:35px;
    height:35px;
    border-radius: 50%;
}

.right-panel .widget.card .card-body.card-group-chat li{
    border-bottom:1px solid #ededed;
    padding:16px 0px;
    cursor:pointer;
}
.right-panel .widget.card .card-body.card-group-chat li:first-child{
    padding-top:0px;
}
.right-panel .widget.card .card-body.card-group-chat li:last-child{
    padding-bottom:0px;
    border-bottom:0px;
}
.right-panel .card-trending-post .list-trending {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--accentColorLightGrey2);
    height: 55px;
    overflow: hidden;
}
.right-panel .card-trending-post .list-trending:first-child {
    /* margin-top: unset; */
}
.right-panel .card-trending-post .list-trending:last-child {
    border-bottom: none;
}
.right-panel .card-trending-post .list-trending .image-trending {
    object-fit: cover;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.right-panel .card-trending-post .list-trending .description-trending{
    height: 55px;
    font-size: var(--fontSizeBody2);
}


.right-panel .widget.card .card-body.card-group-chat{
    max-height:200px;
    padding:14px 16px;
    overflow:auto;
}

.right-panel .widget.card .card-body.card-group-chat .text-name{
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #2F3237;
    width:100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.right-panel .widget.card .card-body.card-group-chat .text-description{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #707070;
}

.right-panel .widget.card .card-body.card-group-chat .text-date{
    font-size: 10px;
    line-height: 14px;
    color: #707070;
    position:absolute;
    right:0px;
    left:0px;
}
.right-panel .card-group-chat img{
    width:35px;
    height:35px;
    border-radius: 50%;
}

.right-panel .widget.card .card-body.card-group-chat li{
    border-bottom:1px solid #ededed;
    padding:16px 0px;
    cursor:pointer;
}
.right-panel .widget.card .card-body.card-group-chat li:first-child{
    padding-top:0px;
}
.right-panel .widget.card .card-body.card-group-chat li:last-child{
    padding-bottom:0px;
    border-bottom:0px;
}
.right-panel .list-member-joined-topic{
    height: 200px;
    overflow-y: scroll;
}
.right-panel .list-member-joined-topic .list-member-item .media-object{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-bottom : 15px;
}
.right-panel .list-info.subscribe-all, .right-panel .list-info.subscribe-all:hover{
    text-align: center;
    font-size: 12px;
    color: var(--accentColorDarkGrey);
}

.modal-payment-membership .modal-dialog{
    max-width : 800px;
}
.modal-payment-membership .modal-header{
    padding: 20px 30px;
}
.modal-expired-membership .icon{
    width: 90px;
    height: 90px;
}
.modal-expired-membership .close{
    position: absolute;
    right: 10px;
    top: 0px;
}
.payment-membership .modal-header .header-title{}
.payment-membership .modal-header .header-title .title{
    font-weight: 600;
}
.payment-membership .modal-header .header-title .sub-title{
    font-size: 12px;
}
.payment-membership .modal-body{
    padding : 25px 33px;
    font-size : 12px;
}
.payment-membership .modal-body .form-control{
    height : 41px;
    font-size: 12px;
}
.payment-membership .modal-body .option-payment img{
    width : 65px;
    height : auto;
}
.payment-membership .modal-body .option-payment .custom-control{
    margin-right : 15px;
}
.payment-membership .modal-body .form-payment-membership .label{
    margin-bottom : 10px;
}
.payment-membership .modal-payment-membership .payment-membership .modal-body .form-payment-membership .form-group{
    margin-bottom : 24px;
}
.payment-membership .modal-body .form-payment-membership .form-group.wallet{
    position: relative;
}
.payment-membership .modal-body .form-payment-membership .form-group .icon-copy{
    position: absolute;
    top: 10px;
    right: 12px;
    width: 20px;
    height: 20px;
}
.payment-membership .modal-body .form-payment-membership .form-group.credit-card{
    display : flex;
    justify-content: space-between;
}
.payment-membership .modal-body .form-payment-membership .form-group.credit-card .input-card-number{
    width: 200px;
}
.payment-membership .modal-body .form-payment-membership .form-group.credit-card .input-month{
    width: 50px;
}
.payment-membership .modal-body .form-payment-membership .form-group.credit-card .input-year{
    width: 100px;
}
.payment-membership .modal-body .form-payment-membership .form-group.credit-card .input-cvv{
    width: 50px;
}
.payment-membership .modal-body .form-payment-membership .button-payment-membership{
    display : flex;
    justify-content: flex-end;
}
.payment-membership .modal-body .form-payment-membership .btn-checkout{
    margin-top: 52px;
    font-size: 12px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.payment-membership .modal-body .summary-payment .title{
    margin-bottom : 35px;
    font-weight : 600;
    font-size : 12px;
}
.payment-membership .modal-body .summary-payment .list-payment-summary{
    display : flex;
    flex-direction: row;
    justify-content : space-between;
    margin-bottom : 20px;
    font-size : 12px;
}
.payment-membership .modal-body .summary-payment .list-payment-summary.total{
    font-weight : 600;
    font-size : 14px;
}
.payment-membership #payment-form .plan-month .card.plan-card{
    cursor: pointer;
}
.payment-membership #payment-form .plan-month .card.plan-card.disabled{
    background-color: #F8FAFB;
}
.payment-membership #payment-form .plan-month .card.plan-card.disabled .card-body{
    opacity: 0.5;
}
.payment-membership #payment-form .plan-month .card.plan-card .card-body{
    padding: 30px 10px 10px 15px !important;
}
.payment-membership #payment-form .card.plan-card .card-title{
    margin-bottom: 5px;
}
.payment-membership #payment-form .choose-payment ul > li .nav-link{
    background-image: none;
}
.payment-membership #payment-form .choose-payment .nav-link{
    border: 1px solid #EEF0F8;
    color : #BDBDBD;
    background-image: none;
    padding: 10px;
    border-radius: 4px;
}
.payment-membership #payment-form .choose-payment .nav-link.active{
    border: 1px solid var(--mainColorOrange);
    color : var(--mainColorOrange);
}
.payment-membership #payment-form .choose-payment ul > li:first-child .nav-link{
    padding-left: 10px;
}
.payment-membership #payment-form .choose-payment ul > li:last-child .nav-link{
    padding-right: 10px;
}
.payment-membership #payment-form .choose-payment .nav.nav-tabs li.nav-item:not(:last-child){
    margin-right: 15px !important;
}

.modal.modal-group-chat-info .modal-dialog{
    max-width:425px;
    width:100%;
}

.modal.modal-group-chat-info .modal-body{
    padding:0px;
    flex:1;
}
.modal.modal-group-chat-info .modal-dialog .main-content {
    overflow-y: auto;
    flex: 1;
    flex-direction: column;
}
.modal.modal-group-chat-info .modal-dialog .main-content  .avatar-container {
    flex: 0 0 200px;
    background: lightblue;
    overflow: hidden;
    position: relative;
    height: 160px;
}
.modal.modal-group-chat-info .modal-dialog .avatar-container .change-avatar-container {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient( #3330 47.9%, #00000091 );
    display: flex;
    padding: 10px;
}
.modal.modal-group-chat-info .modal-dialog .change-avatar-container .name {
    position: absolute;
    bottom: 24px;
    left: 16px;
    color: #fff;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.modal.modal-group-chat-info .modal-dialog .change-avatar-container .participant {
    position: absolute;
    bottom: 8px;
    left: 16px;
    font-size: 12px;
    color: white;
}
.modal.modal-group-chat-info .modal-dialog .main-content  .avatar-container img.profile-avatar {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.modal.modal-group-chat-info .modal-dialog .main-content  .info-container {
    flex: 1 auto;
    display: flex;
    flex-direction: column;
    background: #fff;
    overflow: hidden;
    padding: 0px 17px;
}

.modal.modal-group-chat-info .modal-dialog .main-content  .info-header {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 16px;
    color: #707070;
}
.modal.modal-group-chat-info .modal-dialog .main-content  .info-description {
    font-size: 14px;
    line-height: 19px;
    color: #2F3237;
}
.modal.modal-group-chat-info .modal-dialog  .participant-list {
    flex: 1;
    list-style: none;
    padding: 0;
    margin: 0;
    background: white;
    height: 100%;
}
.modal.modal-group-chat-info .modal-dialog  .participant-item {
    display: flex;
    height: 35px;
    justify-content: flex-start;
    align-items: center;
    opacity: 1;
    transition: opacity 1s ease-out;
    margin-bottom: 15px;
}
.modal.modal-group-chat-info .modal-dialog  .participant-item img {
    flex: 0;
    flex-basis: 35px;
    overflow: hidden;
    object-fit: cover;
    height: 35px;
    width: 35px;
    border-radius: 50%;
}
.modal.modal-group-chat-info .modal-dialog  .participant-item .name {
    flex: 1;
    color: #2F3237;
    margin-left: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 19px;
}

.right-panel .list-item-menu {
    display: flex;
    align-items: center;
    /* margin-bottom: 26px; */
    height: 50px;
    padding: 20px;
}

.right-panel .list-item-menu:hover {
    background-color: #EAF7FF;
}
.right-panel .list-item-menu.active {
    font-weight: bold;
    background-color: #EAF7FF;
}

.right-panel .list-item-menu .label{
    color: var(--accentColorDarkGrey);
}

.right-panel .list-item-menu .icon{
    margin-right: 17px;
}

.right-panel .info-doc .label{
    font-size: var(--fontSizeBody2);
    color: var(--accentColorDarkGrey);
    line-height: 20px;
}
.right-panel .info-doc .label a:hover {
    text-decoration: underline !important;
}
.top-panel-dropdown li a{
    font-size: 12px;
    margin-bottom: 10px;
}
.top-panel-dropdown li a:hover{
    text-shadow: unset !important;
    border-bottom: unset !important;
}

.info-body .list-info{
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.info-body .list-info .icon{
    width: 14px;
    height: 14px;
    margin-right: 10px;
}
.info-body .list-info.share-tribe{
    color: var(--mainColorOrange);
    cursor: pointer;
}
.info-body .list-info.text{
    color: var(--mainColorOrange);
    margin-top: 5px;
}
.info-body .list-info.text .network-info{
    font-size: 12px;
    color: var(--accentColorDarkGrey);
    margin-left: 25px;
}

.card-nav-post{
    border: 1px solid var(--accentColorLightGrey2);
    margin-bottom: 10px;
    height: 50px;
    overflow: hidden;
}
.card-nav-post .card-body{
    padding: 15px 23px;
    padding-right: 30px;
}
.nav-post-feeds{}
.nav-post-feeds li{
    font-size: 12px !important;
    margin-right: 30px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.nav-post-feeds li.load-more-topic{
    position: absolute;
    right: 20px;
    top: 16px;
}
.nav-post-feeds li.active, .nav-post-feeds li:hover{
    color: var(--mainColorOrange);
}
.nav-post-feeds li.active .icon, .nav-post-feeds li:hover .icon{
    filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.nav-post-feeds li .icon{
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
#modal-delete-member{
    z-index: 1100;
}
.navigation-topic .icon{
    width: 14px;
    height: 14px;
}
.modal-add-topic .modal-dialog{
    min-height: calc(100% - 3.5rem);
    display: flex;
    align-items: center;
}
/* .modal-all-subscription-topic .list-item-benefit{
    margin-top: 10px;
}
.modal-all-subscription-topic .list-item-benefit .icon{
    width: 16px;
    height: 16px;
    margin-right: 10px;
} */
.area-add-topic .modal-title{
    margin-bottom: 20px;
    text-align: center;
}
.area-add-topic .count-info{
    text-align: right;
    margin-top: 5px;
    font-size: 12px;
}
.area-add-topic .input-topic{
    display: flex;
    border: 1px solid var(--accentColorLightGrey2);
    border-radius: 10px;
    align-items: center;
    /* padding: 0px 10px; */
}
.area-add-topic .input-topic.readonly{
    background-color: #EAF7FF;
}
.area-add-topic .input-topic.readonly input{
    color: #7CAAC0;
}
.area-add-topic .input-topic .separator{
    width: 10px;
    height: 20px;
    border-right: 1px solid var(--accentColorGrey);
}
.area-add-topic .emoji-topic{
    display : flex;
    align-items: center;
    width: 60px;
    cursor: pointer;
}
.area-add-topic .emoji-topic .fa{
    color: #707070;
}
.area-add-topic .emoji-topic input{
    padding-right: unset;
    cursor: pointer;
}
.area-add-topic input{
    border: none;
}
.area-add-topic input:read-only{
    background-color: transparent;
}
.area-add-topic input:focus{
    box-shadow: none;
    outline: none;
}
.area-add-topic .input-text-topic{
    width: 100%;
}
.area-add-topic .load-member-topic .list-member-topic-suggestion{
    cursor: pointer;
}
.area-add-topic .load-member-topic .media-object,
.area-add-topic .load-member-topic-selected .media-object {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.area-add-topic .load-member-topic-selected{
    margin-bottom: 10px;
}
.area-add-topic .load-member-topic-selected .media {
    background-color: var(--accentColorExtraLightGrey);
    width: 110px;
    height: auto;
    border-radius: 100px;
    margin: 0px 5px;
    font-size: 12px;
}
.area-add-topic .load-member-topic-selected .media.member-selected-counter {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.area-add-topic .load-member-topic-selected .media-body{
    margin-left: 5px;
    display: flex;
    align-items: center;
}
.area-add-topic .load-member-topic-selected .media-body .member-selected.name{
    width: 70%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    max-width: 50%;
}
.area-add-topic .load-member-topic-selected .media-body .remove-member-selected{
    width: 30%;
    text-align: center;
    font-size: 16px;
}
.area-add-topic .load-member-topic-selected {
    display: flex;
}
.area-add-topic .load-member-topic .list-member-topic-suggestion-edit{
    width: 80%;
}
.area-add-topic .load-member-topic .list-member-topic-suggestion-edit .media-body{
    display: flex;
    justify-content: space-between;
}
.area-add-topic .load-member-topic .list-member-topic-suggestion-edit .remove-member{
    width: 16px;
    height: 16px;
    border: 1px solid;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.area-add-topic .icon.icon-question{
    width: 17px;
    height: 17px;
    margin-left: 5px;
}
.modal-invite-participant.modal-centered .modal-dialog{
    min-height: calc(100% - 3.5rem);
    display: flex;
    align-items: center;
}
.area-add-topic.modal-centered .modal-dialog{
    min-height: calc(100% - 3.5rem);
    display: flex;
    align-items: center;
}
.modal-info-topic .modal-dialog, .modal-invite-participant .modal-dialog{
    max-width: 800px;
}
.modal-info-topic .info-topic .info-topic-group .title{
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 12px;
}
.modal-info-topic button.close{
    line-height: 0.2;
}
.modal-info-topic .load-member-topic{
    max-height: 110px;
    overflow-y: scroll;
}
.modal-invite-participant .load-member-topic{
    max-height: 150px;
    overflow-y: scroll;
}
.area-add-topic .selectize-input{
    border-radius: 10px;
}
.area-add-all-subscription{}
.area-add-all-subscription input, .area-add-topic input{
    border-radius: 10px;
}
.list-input-benefit .input-benefit-topic{
    position: relative;
    margin-bottom: 30px;
    border: 1px solid var(--accentColorGrey);
    border-radius: 10px;
}
.list-input-benefit .input-benefit-topic .counter-benefit{
    position: absolute;
    right: 0px;
    font-size: 12px;
    margin-top: 5px;
}
.list-input-benefit .input-benefit-topic .remove-more-benefit{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    width: 20px;
    height: 20px;
}
.benefit-topic .act-add-more{
    color: var(--mainColorOrange);
}
.topic-paid-area .list-input-price .input-price-month{
    display: flex;
    align-items: center;
    border: 1px solid var(--accentColorGrey);
    border-radius: 10px;
    padding: 0px 10px;
}
.topic-paid-area .list-input-price .input-price-month .select-month .selectize-input{
    border: none;
    width: 100px;
    display: flex;
    align-items: center;
}
.topic-paid-area .list-input-price .input-price-month input{
    border-radius: 10px;
}
.topic-paid-area .list-input-price .input-price-month.readonly{
    background-color: #EAF7FF;
}
.topic-paid-area .list-input-price .input-price-month.readonly input{
    color: #7CAAC0;
}
.floating-trial{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    text-align: center;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #DFDFDF;
    background-color: #FFEFE7;
    color: var(--mainColorOrange);
    text-align: center;
    z-index: 1;
    height: 40px;
}

.act-trigger-share-topic{
    color: var(--mainColorOrange);
}
.act-trigger-share-topic .icon{
    width: 16px;
    height: 16px;
}

.box-feed{
    width: 100%;
    min-height: 160px;
    background-color: var(--mainColorLight);
    /*box-shadow: 0px 0.5px 2px rgba(0, 0, 0, 0.25);*/
    box-shadow: 1px 1px 4px rgba(237, 237, 237, 0.2);
    border-color: var(--accentColorLightGrey2);
    margin-bottom: 15px;
    border-radius: 5px;
}

.box-feed .feed-header {
    display: flex;
    align-items: center;
    padding: 15px 25px;
    border-bottom: 1px solid var(--accentColorLightGrey);
    justify-content: space-between;
}
.box-feed .feed-header .sub-text-feed-header{
    color: var(--accentColorDarkGrey);
}

.box-feed .feed-header .icon {
    width: 7px;
    height: 18px;
}

.box-feed .feed-header .see-more-tribe{
    color: var(--mainColorOrange);
    text-decoration: underline !important;
    font-size: var(--fontSizeBody2);
}

.box-feed .post{
    min-height: 100px;
    padding:0px 20px;
}
.box-feed .post.post-blank {
    font-size: 16px;
    color: #b1b1b1;
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-feed .post.post-blank .block-post{
    margin-top: 40px;
}

.box-feed .post.post-blank .block-post img{
    margin-bottom: 32px;
}

.box-feed .post-content-header{
    padding-top: 14px;
    padding-bottom: 14px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.box-feed .post-content-header .info-user-post{
    display: flex;
    align-items: center;
}

.box-feed .post-content-header .info-user-post .image{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 8px;
}

.box-feed .post .post-content .box-free-trial{
    border: 1px solid var(--mainColorOrange);
    border-radius: 10px;
    margin: 20px 30px;
}
.box-feed .post .post-content .box-free-trial .body-padding{
    padding: 30px;
}
.box-feed .post .post-content .box-free-trial .head{
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-feed .post .post-content .box-free-trial .head .icon{
    width: 40px;
    height: 40px;
}
.box-feed .post .post-content .box-free-trial .head .content{
    margin-left: 20px;
}
.box-feed .post .post-content .box-free-trial .title{
    font-size: 14px;
    font-weight: 600;
}
.box-feed .post .post-content .box-free-trial .text{
    font-size: 12px;
}
.box-feed .post .post-content .box-free-trial .benefit-trial{
    margin-top: 15px;
    margin-left: 50px;
}
.box-feed .post .post-content .box-free-trial .benefit-trial .list-benefit{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.box-feed .post .post-content .box-free-trial .benefit-trial .list-benefit .icon{
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.box-feed .post .post-content .box-free-trial .subscribe-bottom{
    padding: 10px 30px;
    text-align: center;
    color: var(--mainColorOrange);
    border-top: 1px solid var(--mainColorOrange);
}
.box-feed .post .post-content .box-free-trial .subscribe-bottom.pending{
    color: var(--mainColorLight);
    border: 1px solid var(--accentColorGrey);
    background-color: var(--accentColorGrey);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.info-topic-group .info{
    margin-right: 30px;
}
.info-topic-group .info .period{
    font-weight: 600;
}

.polling-container {
    padding: 10px 0;
}
.polling-container .polling-header {
    font-size: 110%;
}
.polling-container .polling-body {
    margin: 10px 0;
}
.polling-container .polling-body .polling-options {
    list-style: none;
    padding: 0;
    margin: 0;
}
.polling-container .polling-body .polling-options .polling-options-item:hover, .polling-container .polling-body .polling-options .polling-options-item.active{
    background-color: var(--mainColorOrange);
    color: var(--mainColorLight);
}
.polling-container .polling-body .polling-options li {
    border: 1px solid #f58123;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 16px;
    position: relative;
    text-align: center;
    font-size: 14px;
}
.polling-container.polling-open .polling-body .polling-options li {
    color: var(--mainColorOrange);
}
.polling-container .polling-body .polling-options li.active {
    color: var(--mainColorOrange);
    font-weight: 600;
}
.polling-container .polling-body .polling-options li.active .icon {
    width: 20px;
    height: 20px;
    margin-left: 5px;
}
.polling-container .polling-body .polling-options li .form-check {
    margin-bottom: 0;
    padding-left: 0;
    height: 30px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    font-size: 18px;
}
.polling-container .polling-body .polling-options li .form-check:hover {
    cursor: pointer;
}
.polling-container .polling-body .polling-options li .form-check .form-check-label {
    font-size: 14px;
}
.polling-container.polling-open .polling-options .form-check label > input[type="radio"] + * {
    display: inline-block;
}
.polling-container.polling-open .polling-options .form-check label > input[type="radio"] {
    display: none;
}
.polling-container.polling-open .polling-options .form-check label > input[type="radio"] + *::before {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 1rem;
    height: 1rem;
    margin-right: 0.3rem;
    border-radius: 50%;
    border-style: solid;
    border-width: 0.1rem;
    border-color: #B1B1B1;
}
.polling-container.polling-open .polling-options .form-check label > input[type="radio"]:checked + * {
    color: var(--mainColorOrange);
}
.polling-container.polling-open .polling-options .form-check label > input[type="radio"]:checked + *::before {
    background: radial-gradient(var(--mainColorOrange) 0%, var(--mainColorOrange) 40%, transparent 50%, transparent);
    border-color: var(--mainColorOrange);;
}
.polling-container.polling-open .polling-container .polling-body .polling-options li .form-check .percent-info {
    position: absolute;
    right: 10px;
    top: 0;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    height: 100%;
}
.polling-container .polling-time,
.polling-container .polling-footer {
    position: relative;
}
.polling-container .polling-info {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    color: var(--accentColorDarkGrey);
}
.polling-container .polling-info li {
    margin-right: 10px;
}
.polling-container .polling-info li:after {
    content: "\00b7";
    font-size: 35px;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-left: 5px;
}
.polling-container .polling-info.no-deadline li:after {
    content: "";
}
.polling-container .polling-info li:last-child:after {
    content: "";
}
.polling-container .polling-footer .polling-action > button {
    background-color: #f58123;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    padding: 2px 15px;
}
.polling-container .polling-footer .polling-action > button.disabled {
    background-color: #c4c4c4;
}
.polling-container .polling-body .polling-options li > span.vote-progress {
    display: none;
}
.polling-container.polling-closed {}
.polling-container.polling-closed .polling-body {}
.polling-container.polling-closed .polling-body .polling-options{}
.polling-container.polling-closed .polling-body .polling-options li {
    border: none;
}

.polling-container.polling-closed .polling-body .polling-options li > span.vote-progress {
    position: absolute;
    height: 100%;
    background-color: rgba(204,204,204, 0.5);
    top: 0;
    left: 0;
    display: block;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.polling-container.polling-closed .polling-body .polling-options li > span.vote-progress.radius-full {
    border-radius: 8px;
}
.polling-container.polling-closed .polling-body .polling-options li.active > span.vote-progress {
    background-color: rgba(245,129,35,0.25);
}
.polling-container.polling-closed .polling-body .polling-options li .form-check {}
.polling-container.polling-closed .polling-body .polling-options li .form-check .form-check-label {
    padding-left: 15px;
    font-size: 14px;
}
.polling-container.polling-closed .polling-body .polling-options li .form-check .form-check-input {
    display: none;
}
.polling-container.polling-closed .polling-body .polling-options li .form-check .percent-info {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.modal-detail-vote .modal-dialog{
    max-width: 520px;
}
.modal-detail-vote .modal-body{
    min-height: 500px !important;
}
.modal-detail-vote .modal-body .btn-choice{
    color: #BDBDBD;
    border: 1px solid #EEF0F8 !important;
}
.modal-detail-vote .modal-body .btn-choice.active{
    color: var(--mainColorOrange);
    border: 1px solid var(--mainColorOrange) !important;
}
.modal-detail-vote .modal-body .btn-choice:active, .modal-detail-vote .modal-body .btn-choice:focus:hover{
    color: var(--mainColorOrange);
    border: 1px solid var(--mainColorOrange) !important;
}
.modal-detail-vote .list-button{
    width: 100%;
    display: flex;
    overflow-x: scroll;
    padding-bottom: 10px;
}
.modal-detail-vote .list-button::-webkit-scrollbar {
    height: 5px;
}
.modal-detail-vote .list-button .btn-choice{
    width: 250px;
    margin: 0px 10px;
}
.load-list-member-vote .load-member-topic{
    height: 300px;
    overflow-y : scroll;
}
.load-list-member-vote .load-member-topic .col-list-member{
    height: 45px;
}
.info-user-post .info-post-created {
    max-width: 350px;
}
.info-user-post .info-post-created .author {
    display: flex;
    align-items: center;
}
.info-user-post .info-post-created .author .author-as {
    font-size: 12px;
    color: var(--accentColorDarkGrey);
    margin-left: 8px;
    display: flex;
    align-items: center;
}
.info-user-post .info-post-created .author .author-as .icon {
    width: 15px;
    height: 15px;
    margin-left: 5px;
}
.info-user-post .info-post-created .published {
    margin-top: 5px;
    display: flex;
    align-items: center;
}
.info-user-post .info-post-created .published .post-status-starred {
    margin-left: 5px;
}
.info-user-post .info-post-created .published .post-status-starred .icon {
    width: 12px;
    height: 12px;
}
.info-user-post .info-post-created .published .post-topic{
    color: var(--accentColorDarkGrey);
    align-items: center;
    font-size: 12px;
}
.info-user-post .info-post-created .published .post-topic .icon {
    width: 10px;
    height: 10px;
    margin-left: 10px;
    margin-right: 5px;
}

.post-content-header .post-action-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.modal-view-images .post-content-header .post-action-wrapper {
    display: none;
}
.modal-view-images .comment-preview-image:hover{
    cursor: default;
}
.post-content-header .post-action-wrapper .post-label-info {
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.post-content-header .post-action-wrapper .post-label-info a {
    margin-right: 10px;
}
.post-content-header .post-action-wrapper .post-label-info a:last-child {
    margin-right: 0;
}
.post-content-header .post-action-wrapper .post-label-info .label .special-offer {
    color: #F5C041;
    font-weight: bold;
    padding: 4px 10px;
    background-color: #FCF1D0;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
}
.post-content-header .post-action-wrapper .post-action {}
.dropdown-post-action {
    min-width: 180px;
    border-radius: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.dropdown-post-action .dropdown-item {
    font-size: var(--fontSizeBody2);
    color: var(--accentColorDarkGrey);
}
.box-feed.zero-comment{
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.box-feed .post-content-header .info-user-post .info-post-created .time-created{
    color: var(--accentColorDarkGrey);
    font-size: var(--fontSizeBody2);
}
.box-feed .post-content-header .info-user-post .info-post-created .time-created:hover,
.box-feed .post-content-header .info-user-post .info-post-created .time-created:visited {
    text-decoration: underline;
    cursor: pointer;
}

.box-feed .post-content .inner {
    margin-top: 10px;
    margin-bottom: 10px;
}
.box-feed .post-content .post-content-text{
    line-height: 21px;
    /* margin-top: 10px;
    margin-bottom: 10px; */
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-feed .post-content .post-content-text .post-view-more{
    color: var(--accentColorDarkGrey);
}

.box-feed .post-content .post-content-image{
    margin-top: 20px;
}
.box-feed .post-content .post-content-image:empty {
    margin-top: 0;
}
.box-feed .post-content .post-content-image hr{
    border: none;
}
.box-feed .post-content .post-content-image hr::before{
    content: "";
    display: block;
    position: absolute;
    left: 1.75%;
    max-width: 96.5%;
    width: 100%;
    border-top: 1px solid var(--accentColorLightGrey2);
}
.box-feed .post-content .post-content-image hr.bottom::before{
    margin-top: -2.8%;
}
.box-feed .post-content .post-content-image .image-blur{
    position: relative;
}

.box-feed .post-content .post-content-image .label-image-more{
    position: absolute;
    color: #fff;
    font-size: 34px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    text-shadow: 1px 1px 1px var(--accentColorDarkGrey);
}

.box-feed .post-content .post-content-image .image{
    width: 100%;
    height: 313px;
    object-fit: cover;
    padding: 2.5px;
}

.box-feed .post-content .post-content-image .image-2{
    height: 312px;
}

.box-feed .post-content .post-content-image .image-3{
    height: 155px;
}

.box-feed .post-content .post-content-image .image-4{
    height: 223px;
}

.box-feed .post-content .post-content-image .image-5{
    height: 153px;
}

.box-feed .post-content .post-content-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 13px;
    padding-bottom: 16px;
    font-size: var(--fontSizeBody2);
    color: var(--accentColorDarkGrey);
}

.box-feed .post-content .post-content-bottom .icon{
    width: 14px;
    height: 15px;
}

.box-feed .post-content .post-content-bottom .list-info-post{
    display: flex;
    align-items: center;
    margin-right: 37px;
    border-bottom: 1px solid transparent;
}
.box-feed .post-content .post-content-bottom .list-info-post:last-child {
    margin-right: 0;
}

.box-feed .post-content .post-content-bottom .list-info-post .counter-info{
    margin-left: 9px;
}
.box-feed .post-content .post-content-bottom .list-info-post.info-comment-post.hover:hover{
    /* text-decoration: underline; */
    border-bottom: 1px solid var(--mainColorDark);
    cursor: pointer;
}

.box-feed .feed-footer{
    height: 50px;
    border-top: 1px solid var(--accentColorLightGrey2);
    border-bottom: 1px solid var(--accentColorLightGrey2);
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 5px;
}

.box-feed .feed-footer.zero-comment{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.box-feed .feed-footer .list-action-post{
    display: flex;
    align-items: center;
    font-size: var(--fontSizeBody1);
    justify-content: center;
    margin-right: 5px;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.box-feed .feed-footer .list-action-post:hover {
    background-color: #F0F0F0;
    transition: 500ms ease;
}

.box-feed .feed-footer .list-action-post .icon{
    margin-right: 10px;
    width: 16px;
    height: 16px;
}

.box-feed .feed-footer .list-action-post .label{
    color: var(--accentColorDarkGrey);
}
.box-feed .feed-footer .list-action-post.status-like.active .label {
    color: var(--colorOrange);
}

.discover-tribe .list-discover-tribe{
    padding: 22px 35px;
    display: flex;
    overflow: hidden;
}

.modal-invitation .form-input-recipients{
    height: 180px;
    overflow-y: scroll;
}

.modal-invitation .btn-add-another-email{
    color: var(--mainColorOrange);
}

.modal-invitation .btn-remove-list{
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 20px;
}

.btn-take-tour{
    width:175px;
}
.text-welcome{
    margin-bottom:6px;
}
.btn-already-understand{
    color:#707070;
}
.anno-title{
    color: #2F3237;
}
.anno{
    position:fixed !important;
    bottom:20px !important;
    top:auto !important;
    right:auto !important;
    left:20px !important;
    width:100% !important;
    max-width:500px !important;
    height:200px;
}
.anno-inner{
    border-radius: 10px;
}
.anno-arrow{
    display: none;
}
.anno .step{
    color:#ED692C;
    font-size:14px;
    font-weight:600;
}
.anno-content .step-content{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #2F3237;
}
.anno .anno-inner .anno-btn-container{
    text-align: left;
    display: flex;
    padding: 15px 0px;
}
.ml-auto{
    margin-left: auto;
}
.anno-border{
    border:10px solid #fff;
}
.anno-nav{
    margin-top: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -20px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 10px;
    margin-left:-20px !important;
}
.anno .anno-inner .anno-btn-container .anno-btn, .anno .anno-inner .anno-btn-container .anno-btn:active, .anno .anno-inner .anno-btn-container .anno-btn:hover {
    margin:0px;
    padding: 7px;
    background: #ED692C !important;
    border-radius: 50% !important;
    width:35px;
    height:35px;
    margin-right:20px;
    outline:0px;
}
.anno .anno-inner .anno-btn-container .anno-btn.anno-btn-prev, .anno .anno-inner .anno-btn-container .anno-btn.anno-btn-prev:active, .anno .anno-inner .anno-btn-container .anno-btn.anno-btn-prev:hover{
    background: #fff !important;
    border: 1px solid #ED692C;
    margin-left:auto;
}
.anno .anno-inner .anno-btn-container .anno-btn.anno-btn-skip, .anno .anno-inner .anno-btn-container .anno-btn.anno-btn-skip:active, .anno .anno-inner .anno-btn-container .anno-btn.anno-btn-skip:hover{
    background:none !important;
    outline:none;
    font-size: 12px;
    line-height: 16px;
    padding:7px 0px;
    color:#707070;
    margin-left:20px;
    float:left;
    border-radius: 0% !important;
    width:auto;
    font-weight: normal;
}
.anno-overlay{
    pointer-events:none;
}
.discover-tribe .list-discover-tribe .list-tribe{
    width: auto;
    height: auto;
    max-width: 200px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(112, 112, 112, 0.2);
    /*margin: 0px 8px;*/
    position: relative;
}

.discover-tribe .list-discover-tribe .list-tribe:first-child{
    /*margin-left: 0px;*/
}

.discover-tribe .list-discover-tribe .list-tribe .list-tribe-image img {
    width: 100%;
    height: 132px;
    border-radius: 5px;
    object-fit: cover;
}
.discover-tribe .list-discover-tribe .list-discover-tribe-wrapper.list-tribe-small .list-tribe .list-tribe-image img {
    height: 90px;
}
.discover-tribe .list-discover-tribe .list-tribe .list-tribe-info{
    height: auto;
    min-height: 77px;
    padding: 10px 12px 0px 12px;
}

.discover-tribe .list-discover-tribe .list-tribe .list-tribe-info .label-counter-member{
    font-size: var(--fontSizeBody2);
    color: var(--accentColorGrey);
}
.discover-tribe .list-discover-tribe .list-tribe .list-tribe-bottom {
    min-height: 30px;
    padding: 10px;
}

/* list discover tribe adapted with slickjs */
.discover-tribe .list-discover-tribe.slick-slider {
    padding-left: 28px;
    padding-right: 28px;
}
.discover-tribe .list-discover-tribe.slick-slider .slick-slide {
    margin-right: 19px;
}
.discover-tribe .list-discover-tribe.slick-slider .slick-slide:last-child {
    margin-right: 0px;
}
.discover-tribe .list-discover-tribe.slick-slider .list-tribe {
    width: 200px !important;
    margin: 0px 1px 5px 1px;
}
.list-tribe .list-tribe-image {
    position: relative;
}
.list-tribe .new-info-tribe {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    padding-left: 15px;
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 1));
}
.list-tribe .new-info-tribe .icon-user-white {
    width: 18px;
    height: 12px;
    margin-right: 5px;
}
.list-tribe .new-info-tribe .count-member {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.discover-tribe .list-discover-tribe.slick-slider .slick-prev,
.discover-tribe .list-discover-tribe.slick-slider .slick-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 0.5px 2px 0px rgba(0,0,0,0.25);
}
.discover-tribe .list-discover-tribe.slick-slider .slick-prev {
    opacity: 1;
    left: 10px;
    z-index: 1;
}
.discover-tribe .list-discover-tribe.slick-slider .slick-prev.slick-arrow.slick-disabled{
    opacity: 0;
}
.discover-tribe .list-discover-tribe.slick-slider .slick-next.slick-arrow.slick-disabled{
    opacity: 0;
}
.discover-tribe .list-discover-tribe.slick-slider .slick-next {
    right: 5px;
}
.discover-tribe .list-discover-tribe.slick-slider .slick-prev:before {
    content: "";
    background-image: url(../../img/light/icon/icon-arrow-previous-orange.svg);
    width: 40px;
    height: 40px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
}
.discover-tribe .list-discover-tribe.slick-slider .slick-next:before {
    content: "";
    background-image: url(../../img/light/icon/icon-arrow-next-orange.svg);
    width: 40px;
    height: 40px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
}

/* end list discover tribe adapted with slickjs */

.modal.modal-more-tribe{
    width: 100% !important;
    margin-left: 0px;
    margin-top: 0px;
    top: 10px;
}

.modal-more-tribe .modal-xl{
    max-width: 704px;
}

.modal-more-tribe .modal-body{
    padding: 0;
    width: 100%;
    height: 570px;
}

.modal .discover-tribe {
    width: 100%;
    position: relative;
}
.modal .discover-tribe .modal-header{
    position: absolute;
    z-index: 1;
    width: 100%;
    background-color: #fff;
    background-image: none;
    top: 0;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 28px;
    border-bottom: 1px solid var(--accentColorGrey);
    justify-content: space-between;
}

.modal-more-tribe .list-discover-tribe{
    padding-top: 65px;
}

.modal-more-tribe .list-discover-tribe-wrapper{
    max-height: 480px !important;
}

.modal-more-tribe .list-discover-tribe .list-tribe{
    margin-bottom: 20px;
}

.modal-more-tribe .modal-header .left-filter{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
}

.modal-more-tribe .modal-header .left-filter .filter-list-tribe .selectize-input{
    border: none;
    width: auto;
    padding-bottom: 0px;
    vertical-align: middle;
}

.modal-more-tribe .modal-header .left-filter .filter-list-tribe .selectize-input.focus.input-active.dropdown-active{
    background-color: transparent !important;
    box-shadow: unset !important;
}

.modal-more-tribe .modal-header .left-filter .filter-list-tribe .selectize-input:after{
    /*width: 20px;*/
    /*height: 20px;*/
    /*background-image: url("../../img/light/icon/icon-arrow-next.svg");*/
    /*background-size: 100% 100%;*/
    /*background-repeat: no-repeat;*/
}

.modal-more-tribe .modal-header .left-filter .filter-list-tribe .selectize-dropdown.selectize-custom{
    left: -50px !important;
    width: 150px !important;
    padding: 10px !important;
    border-radius: 10px !important;
}

.modal-more-tribe .modal-header .left-filter .filter-list-tribe .selectize-input{
    background-repeat: no-repeat;
    background-image: url('../../img/light/icon/icon-arrow-down.svg');
    background-position: right;
    /* width: 110px; */
    width: auto;
    padding-right: 20px;
}

.modal-more-tribe .modal-header .left-filter .filter-list-tribe .selectize-input:after{
    content: unset !important;
}

.main-member-profile-tophead .dropdown-menu.dropdown-profile {
    top: 50px !important;
    margin-top: 0;
    width: 250px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 10px;
}
.main-member-profile-tophead .dropdown-menu.dropdown-menu-access {
    top: 50px !important;
    margin-top: 0;
}
.main-member-profile-tophead .dropdown-menu.dropdown-menu-access li {}
.main-member-profile-tophead .dropdown-menu.dropdown-menu-access li a {
    color: var(--mainColorDark);
}
.main-member-profile-tophead .dropdown-menu.dropdown-menu-access li a svg path {
    fill: var(--mainColorDark);
}
.main-member-profile-tophead .dropdown-menu.dropdown-menu-access li:has(.dropdown-item.active) {
    border-left: 5px solid var(--colorOrange);
}
.main-member-profile-tophead .dropdown-menu.dropdown-menu-access li a.active {
    color: inherit;
    background-color: transparent;
}
.submenu-topic{
    top: 70%;
    left: 100%;
    min-height: 50px;
    max-height: 150px;
    overflow-y: scroll;
}
.collapse-wrapper.show .collapse-content::-webkit-scrollbar{
    width: 10px;
    z-index: 10;
}

.box-shadow {
    border: none;
    -moz-box-shadow: 0px 0.5px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0.5px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0.5px 2px rgba(0, 0, 0, 0.25);
}

.main-member-profile-tophead .dropdown-menu .dropdown-item{
    font-size: var(--fontSizeBody1);
    padding: 10px 10px;
}

.main-member-profile-tophead .dropdown-menu .dropdown-divide{
    margin-top: 15px;
    margin-bottom: 15px;
}

.main-member-profile-tophead .dropdown-menu .dropdown-logout{
    display: flex;
    align-items: center;
    color: var(--colorRed);
}

.main-member-profile-tophead .dropdown-menu .dropdown-logout .icon{
    margin-right: 10px;
}

.main-member-profile-tophead .media .image-member-profile{
    /* width: 40px;
    height: 40px; */
    width: 62px;
    height: 62px;
    border-radius: 50%;
}

.main-member-profile-tophead .media{
    padding-left: 13px;
    padding-top: 20px;
    padding-bottom: 15px;
}

.main-member-profile-tophead .media a{
    font-size: var(--fontSizeBody2);
    color: var(--mainColorDark);
}

.main-member-profile-tophead .member-name{
    margin-bottom: 5px;
}
/*  shimmer */
.image-shimmer {
    width: 50px;
    border-radius: 50%;
    display: block;
    height: 50px;
}
.image-shimmer-square-full-width {
    width: 100%;
    display: block;
    min-height: 132px;
    height: auto;
}
.text-shimmer {
    min-width: 70px;
    max-width: 200px;
    border-radius: 8px;
    display: block;
    height: 15px;
}

.animation-shimmer {
    -webkit-animation: showHide 1000ms infinite; /* Safari 4+ */
    -moz-animation: showHide 1000ms infinite; /* Fx 5+ */
    -o-animation: showHide 1000ms infinite; /* Opera 12+ */
    animation: showHide 1000ms infinite; /* IE 10+, Fx 29+ */
    animation-delay: 1000ms;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    background-color: var(--accentColorLightGrey);
}

.dropdown-share-container{
    min-width: 150px;
    border-radius: 10px;
    padding: 2px !important;
    font-size: 100% !important;
}

.input-share-link{
    border: none;
    font-size: 1px;
    position: absolute;
    color: #fff;
}

.inner.header.started .container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
}

.main-layout.started .header-started{
    width: 100%;
    text-align: center;
}

.main-layout.started .header-started .title{
    margin-bottom: 20px;
}

.main-layout .step-container{
    width: 100%;
    padding: 0px 20px;
}

.main-layout .step-container .title-step{
    margin-bottom: 20px;
}

.main-layout .step-container ul.step-list{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.main-layout .step-container ul.step-list:before{
    content: "";
    background-color: var(--accentColorLightGrey);
    width: 100%;
    height: 6px;
    position: absolute;
    top: 2px;
    border-radius: 5px;
}

.main-layout .step-container ul.step-list .step-list-item{
    position: relative;
    width: calc(100% / 8);
    text-align: center;
}

.main-layout .step-container .title-step{
    width: 100%;
    margin: 30px 0px;
    text-align: center;
}

.main-layout .step-container ul.step-list .step-list-item:last-child{
    width: 0px;
}

.main-layout .step-container ul.step-list .step-list-item .label{
    font-size: var(--fontSizeBody1);
    text-align: left;
    margin-top: 35px;
    margin-left: -25px;
    width: 150px;
    padding: 0 10px;
    line-height: 1.125;
    color: #000;
    margin-bottom: 30px;
}

.main-layout .step-container ul.step-list .step-list-item:before{
    content: attr(data-number);
    background-color: var(--accentColorLightGrey);
    border: 2px solid var(--accentColorLightGrey);
    color: var(--accentColorLightGrey);
    width: 30px;
    height: 30px;
    position: absolute;
    top: -11px;
    right: auto;
    border-radius: 50%;
    left: -15px;
    cursor: pointer;
}

.main-layout .step-container ul.step-list .step-list-item.show:before{
    border: 3px solid #007BFF;
    background-color: var(--mainColorLight);
    color: #007BFF;
}

.main-layout .step-container ul.step-list .step-list-item.active:before{
    content: "\2713\0020";
    color: var(--mainColorLight);
    background-color: #007BFF;
    background-repeat: no-repeat;
    border: 2px solid #007BFF;
    z-index: 1;
}

.main-layout .step-container ul.step-list .step-list-item.active:first-child:after{
    display: none;
}

.main-layout .step-container ul.step-list .step-list-item.active:after{
    content: '';
    position: absolute;
    background-color: #007BFF;
    width: 100%;
    height: 6px;
    top: 2px;
    left: -85%;
}

.main-page-started{
    text-align: center;
    padding-bottom: 130px;
}

.main-page-started .button-area{
    color: var(--mainColorDark);
    outline: none;
}

.main-page-started .button-area .btn-welcome-started{
    width: 250px;
    padding: 15px;
    background-color: var(--mainColorOrange);
    border-radius: 5px;
    margin-bottom: 20px;
    color: var(--mainColorLight);
}

.main-page-started .button-area .btn-skip-started{
    text-decoration: underline !important;
    color: var(--accentColorDarkGrey);
}

.main-page-started .box{
    position: relative;
    padding: 0px 105px;
}

.main-page-started .image-welcome{
    display: flex;
    justify-content: center;
}

.main-page-started .box .box-form{
    width: 100%;
    padding: 30px 40px;
    height: 380px;
    background-color: var(--mainColorLight);
    border-radius: 10px;
    text-align: left;
    /* font-family: 'Work Sans', sans-serif; */
    font-weight: 400;
    font-size: 14px;
}

.main-page-started .box .box-form .form-group{
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 35px;
}
.main-page-started .box .box-form .form-group label {
    color: var(--accentColorDarkGrey);
}

.main-page-started .box .box-form .form-group.required .form-control{
    /* padding-right: 5px; */
}

.main-page-started .box .box-form .form-group .icon{
    margin-left: 10px;
    background-position: bottom;
    background-size: 100%;
}

.main-page-started .box .box-form .form-group .icon-eye{
    position: absolute;
    right: 50px;
    bottom: 13px;
    cursor: pointer;
}

.main-page-started .box .box-form .form-control:disabled{
    background-color: #F3F6F9;
    color: #87B1DC;
}
.main-page-started .box .box-form .form-control{
    border: 1px solid #EDEDED;
    border-radius: 10px;
    box-shadow: unset;
    height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: inherit;
}
.main-page-started .box .box-form .input-group .form-control:last-child {
    border-radius: 0 10px 10px 0;
}

.main-page-started .box .box-form .form-control.selectize {
    padding-left: unset;
    padding-right: unset;
    border: none;
}
.main-page-started .box .box-form .input-group .input-group-prepend .form-control.selectize-control {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
    border-radius: 10px 0 0 10px;
}
.main-page-started .box .box-form .input-group .input-group-prepend .form-control.selectize-control .selectize-input {
    border: 0;
    min-width: 85px;
}
.main-page-started .box .box-form .input-group .input-group-prepend .form-control.selectize-control .selectize-dropdown {
    padding: 0;
    height: auto;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
}
.main-page-started .box .box-form .form-control.selectize .selectize-input {
    border: 1px solid #ededed;
    height: 45px;
    border-radius: 10px;
    font-size: inherit;
    padding: 10px 20px;
}
.main-page-started .box .box-form .form-control.selectize .selectize-dropdown .selectize-dropdown-content {
    border: 1px solid #ededed;
    border-radius: 10px;
    background-color: var(--mainColorLight);
    max-height: 150px;
}
.main-page-started .box .box-form .form-control.select-date{
    margin: 0px 5px;
}

.main-page-started .box .box-form .box-title{
    margin-top: 25px;
    margin-bottom: 35px;
}

.main-page-started .box .box-form .started-interest .box-title{
    margin-bottom: 10px;
}

.main-page-started .box .box-form .content-title{
    margin-bottom: 25px;
}

.main-page-started .box .box-form .started-picture{
    text-align: center;
}

.main-page-started .box .box-form .started-picture .image-profile img{
    width: 130px;
    height: 130px;
    border-radius: 50%;
}

.main-page-started .box .box-form .started-picture .image-profile img.empty{
    background-color: #C4C4C4;
    object-fit: none;
}

.main-page-started .box .box-form .started-picture .btn-change-image{
    margin-top: 25px;
    /* width: 155px; */
    /* height: 35px; */
    /* -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; */
    font-size: var(--fontSizeBody2);
    /* border: none; */
}

.main-page-started .box .box-form .started-picture .btn-change-image.empty{
    background-color: var(--mainColorLight);
    border: 1px solid var(--accentColorGrey);
    color: var(--accentColorGrey);
}


.main-page-started .box .box-form .started-interest .box-title{
    margin-top: 15px;
}

.main-page-started .box .box-form .started-interest .list-interest{
    display: flex;
    width: 100%;
    margin: 10px 0px;
}

.main-page-started .box .box-form .started-interest .list-interest .list-item-interest{
    width: calc(100% / 8);
    text-align: center;
    cursor: pointer;
}

.main-page-started .box .box-form .started-interest .list-interest .list-item-interest.active{
    /* font-weight: bold; */
    filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}

.main-page-started .box .box-form .started-interest .list-interest .list-item-interest .icon{
    width: 50px;
    height: 50px;
    background-size: 50% 50%;
    background-position: 50% 50%;
    border-radius: 50%;
    border: 1px solid var(--accentColorGrey);
    margin-bottom: 10px;
}

.main-page-started .box .box-form .started-interest .list-interest .list-item-interest .icon img{
    width: 50px;
    height: 50px;
    object-fit: contain;
    padding: 8px;
}

.main-page-started .box .box-form .started-interest .list-interest .list-item-interest .label{
    font-size: var(--fontSizeBody2);
    width: 95%;
    text-align: center;
}

/*  Header main notification */
.dropdown-notification.dropdown-menu {
    width: 306px;
    height: 438px;
    top: 45px;
    right: -18px;
    /* border: 1px solid #C0C0C0; */
    border: none;
    padding: 0;
    border-radius: 10px;
}
.dropdown-notification:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 10px 7px;
    border-color: transparent transparent #C0C0C0 transparent;
    position: absolute;
    top: -10px;
    right: 25px;
}
.dropdown-notification:after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 10px 7px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    top: -9px;
    right: 25px;
}
.dropdown-notification .notification-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    font-size: var(--fontSizeBody2);
}
.dropdown-notification .notification-wrapper .notification-wrapper-item {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: left 500ms ease;
}
.dropdown-notification .notification-wrapper .notification-wrapper-item .tab-content {
    overflow-y: scroll;
    /* height: calc(100% - 65px); */
    height: calc(100% - 35px);
    position: absolute;
    width: 100%;
}

.dropdown-notification .notification-wrapper .notification-wrapper-item .tab-content .tab-content-general {
    overflow-y: scroll;
    /* height: calc(100% - 65px); */
    height: calc(100% - 40px);
    position: absolute;
    width: 100%;
}


.dropdown-notification .notification-wrapper .notification-wrapper-item .tab-content .tab-content-creator {
    overflow-y: scroll;
    /* height: calc(100% - 65px); */
    height: calc(100% - 40px);
    position: absolute;
    width: 100%;
}

.dropdown-notification .notification-wrapper .act-load-member-request .icon:before {
    height: auto;
    width: auto;
}

.dropdown-notification .notification-wrapper .notification-wrapper-item.notification .tab-content {
    /* height: calc(100% - 85px); */
    height: calc(100% - 55px);
}

.dropdown-notification .notification-wrapper .notification-wrapper-item.notification .tab-content .tab-content-general {
    /* height: calc(100% - 85px); */
    height: calc(100% - 40px);
}
.dropdown-notification .notification-wrapper .notification-wrapper-item.notification .tab-content.profile-member-request {
    /* height: calc(100% - 150px); */
    height: calc(100% - 120px);
}
.dropdown-notification .notification-wrapper .notification-wrapper-item.notification .tab-content.profile-uncomplete {
    /* height: calc(100% - 160px); */
    height: calc(100% - 130px);
}
.dropdown-notification .notification-wrapper .notification-wrapper-item.notification .tab-content.profile-uncomplete.profile-member-request {
    /* height: calc(100% - 235px); */
    height: calc(100% - 205px);
}
.dropdown-notification .notification-wrapper .notification-wrapper-item.notification {
    left: -100%;
}
.dropdown-notification .notification-wrapper .notification-wrapper-item.request {
    left: 100%;
}
.dropdown-notification .notification-wrapper .notification-wrapper-item.notification.active {
    left: 0;
}
.dropdown-notification .notification-wrapper .notification-wrapper-item.request.active {
    left: 0;
}
.dropdown-notification .notification-wrapper .notification-wrapper-item .header {
    height: 70px;
    padding: 15px;
}

.dropdown-notification .notification-wrapper .notification-wrapper-item .body {
    border-top: 1px solid #dddddd;
}

.notification-wrapper-item.notification .header {}
.notification-wrapper-item .header .media {
    display: flex;
    align-items: center;
    padding: 0;
}
.notification-wrapper-item.notification .header .media .member-request-counter {
    background-color: var(--colorRed);
    color: var(--mainColorLight);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.notification-wrapper-item .header .media .media-body {
    margin-left: 15px;
}
.notification-wrapper-item .header .media .next .icon,
.notification-wrapper-item .header .media .prev .icon {
    width: 8px;
    height: 15px;
}


.notification-wrapper-item.request .body {}
.notification-wrapper-item.request .body ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: 40px;
}
.notification-wrapper-item.request .body ul li {}
.notification-wrapper-item.request .body ul li a {
    padding: 10px 20px;
    display: block;
}
.notification-wrapper-item.request .body ul li a:hover {
    background-color: var(--colorGrey);
    transition: 500ms ease;
}
.notification-wrapper-item.request .body ul li .media {
    display: flex;
    align-items: center;
    padding: 0;
    font-size: var(--fontSizeBody1);
    color: var(--mainColorDark);
}
.notification-wrapper-item.request .body ul li .media .media-body {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
}

.notification-wrapper-item.request .body ul li .media > img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-right: 14px;
}
.notification-wrapper-item.request .body ul li .media .member-request-counter-tribe {
    background-color: var(--colorRed);
    color: var(--mainColorLight);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.notification-item {}
.notification-item li {}
.notification-item li a {
    color: var(--mainColorDark);
    padding: 7.5px 1rem;
    -webkit-box-shadow: 0px 1px 0px rgba(0,0,0, 0.05);
    -moz-box-shadow: 0px 1px 0px rgba(0,0,0, 0.05);
    box-shadow: 0px 1px 0px rgba(0,0,0, 0.05);
}
.notification-item li a:hover {
    background-color: var(--colorGrey);
    color: var(--mainColorDark);
    transition: 500ms ease;
}
.notification-item li a.active {
    background-color: rgba(235, 105, 43, 0.08);
}
.notification-item li a .media {
    padding: 0;
}
.notification-item li a .media .media-header {
    position: relative;
    min-width: 30px;
}
.notification-item li a .media .media-header .icon-notification-category {
    position: absolute;
    top: 20px;
    left: 19px;
}
.notification-item li a .media .media-body {
    width: 100%;
    max-width: calc(100% - 35px);
}
.notification-item li a .media .media-body  span{}

.notification-item .date-grouping{
    padding: 4px 20px;
    height: 24px;
    background-color: #F8F8F8;
    color: var(--accentColorGrey);
}
.media-notification-item .network-name{
    background-color: #EAF7FF;
    color: #7CAAC0;
    border-radius: 10px;
    margin-right: 5px;
    padding: 1px 7px;
}

/*.media-notification-item {

}
.media-notification-item:hover {

}
.media-notification-item .media {

}
.media-notification-item .media .media-body {}
.media-notification-item .media .media-body span {}*/

.text-ellipsis {
    overflow: hidden;
    display: block;
    display: -webkit-box;
    text-overflow: ellipsis;
    word-break: break-word;
    white-space: nowrap;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.text-ellipsis.one-row {
    white-space: break-spaces;
}
.text-ellipsis.two-row {
    white-space: normal;
    -webkit-line-clamp: 2;
}
.text-ellipsis.three-row {
    white-space: normal;
    -webkit-line-clamp: 3;
}
.text-ellipsis-2row {
    overflow: hidden;
    display: block;
    display: -webkit-box;
    text-overflow: ellipsis;
    word-break: break-word;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-ellipsis-1row {
    overflow: hidden;
    display: block;
    display: -webkit-box;
    text-overflow: ellipsis;
    word-break: break-word;
    white-space: nowrap;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.nav.nav-tabs.notification-tab-navigation {}
.nav.nav-tabs.notification-tab-navigation li {
    width: 50%;
    margin: 0 !important;
    text-align: center;
}
.nav.nav-tabs.notification-tab-navigation li a {
    border: 0;
    border-bottom: 2px solid transparent;
    position: relative;
    font-weight: bold;
}
.nav.nav-tabs.notification-tab-navigation li a > span.counter {
    background-color: var(--colorRed);
    color: var(--mainColorLight);
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    border-radius: 50%;
    font-size: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
}

.nav.nav-tabs.notification-tab-navigation li a.active,
.nav.nav-tabs.notification-tab-navigation li a:hover {
    color: var(--colorOrange);
    border-bottom: 2px solid var(--colorOrange);
}
/*  End header main notification */

.header-content-empty-post{
    margin-top: 80px;
    margin-bottom: 25px;
}

.header-content-empty-no-post{
    margin-top: 20px;
    color: var(--accentColorGrey);
}

.btn-discover-tribe{
    margin-bottom: 200px;
    width: 240px;
    font-size: var(--fontSizeBody1);
    color: var(--mainColorLight);
    background-color: var(--mainColorOrange);
    /* border: none; */
    padding: 10px;
    border-radius: 10px;
}

/*  Search Page */
.search-page {

}
.search-page .search-header {
    padding: 25px;
}
.search-page .search-body {}
.search-page .search-body .search-body-header {
    padding: 15px 25px;
}
.search-page .search-body .search-body-content {
    padding: 15px 25px;
}
.search-page .search-body .search-body-content.no-data {
    min-height: 500px;
    text-align: center;
    padding: 50px;
}
/*  End Search Page */
.navigation-inline {
    display: flex;
}
.navigation-inline li {}
.navigation-inline li a {
    padding: 10px 30px;
}
.navigation-inline li a.active,
.navigation-inline li a:hover {
    border-bottom: 2px solid var(--mainColorOrange);
    color: var(--mainColorOrange);
}
.tribe-item.media {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.tribe-item.media .tribe-name {
    font-size: var(--fontSizeBody1);
}
.tribe-item.media .tribe-logo {
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.tribe-item.media .media-body {}
.tribe-item.media .media-body .tribe-info {
    display: flex;
    font-size: 9px;
    color: var(--accentColorDarkGrey);
    margin: 0;
}
.tribe-item.media .media-body .tribe-info li {
    display: inline-block;
    margin-right: 5px;
}
.tribe-item.media .media-body .tribe-info li:not(:last-child)::after {
    content: "";
    margin-left: 5px;
    width: 4px;
    height: 4px;
    background-color: var(--accentColorDarkGrey);
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}
.post-item {
    margin-top: 15px;
    padding-bottom: 15px;
}

.status-like.active .icon-like{
    filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.status-like.active .count-like{
    filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}

.toast{
    max-width: 96% !important;
}

#toast-container.remove-icon .toast {
    background-image: none !important;
}

#toast-container.custom-toastr-center .toast {
    width: 80% !important;
    top: 75px;
    text-align: center;
    border-radius: 5px;
}
#toast-container.custom-toastr-center .toast .toast-close-button {
    font-size: 24px;
    line-height: 1;
    right: 10px !important;
    top: 3px;
}
#toast-container.custom-toastr-center .toast .toast-close-button:focus{
    outline: none;
}
#toast-container.custom-toastr-center.success .toast {
    background-color: #D6FFDE;
    color: #40B24B;
}

#toast-container.custom-toastr-center.error .toast {
    background-color: #FFE5D6;
    color: #DD424D;
}

.section-menu-user .list-menu{
    display: flex;
    flex-direction: column;
    background-color: var(--mainColorLight);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.section-menu-user .list-menu .list-menu-items{
    height: 43px;
    padding-left: 12px;
    display: flex;
    align-items: center;
}

.section-menu-user .list-menu .list-menu-logout .icon{
    margin-right: 10px;
}

.section-menu-user .list-menu .list-menu-logout{
    color: var(--colorRed);
}

.section-menu-user .list-menu .list-menu-items.active{
    border-left: 2px solid var(--mainColorOrange);
    background-color: var(--colorSoftOrange);
    color: var(--mainColorDark);
    font-weight: 600;
}

.section-menu-user .list-menu .list-menu-items:first-child.active{
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.section-menu-user .list-menu .list-menu-items:last-child.active{
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.section-page-user{
    max-width: 785px;
}

.section-page-user.section-profile-user .card-header{
    display: flex;
    align-items: center;
}

.section-page-user.section-profile-user .card-header .btn-edit-profile{
    font-size: var(--fontSizeBody2);
    color: var(--mainColorOrange);
    cursor: pointer;
    font-weight: normal;
    margin-left: 10px;
}
.section-page-user.section-profile-user .form-user-profile .form-control.selectize-control {
    min-width: 85px;
}
.section-page-user.section-profile-user .form-user-profile .input-group .input-group-prepend .form-control .selectize-input {
    border-radius: 10px 0 0 10px;
}

.section-page-user.section-profile-user .form-user-profile .form-control:read-only{
    background-color: var(--mainColorLight);
}
.section-page-user.section-profile-user .form-user-profile .form-control:focus{
    border-color: var(--accentColorLightGrey2);
    box-shadow: unset;
}

.section-page-user.section-profile-user .form-user-profile .form-control.email{
    background-color: #F3F6F9;
}
.section-page-user.section-profile-user .form-user-profile .form-control.email:read-only{
    color: #87B1DC;
}

.section-page-user.section-profile-user .form-user-profile textarea{
    border-radius: 10px;
    padding-top: 22px;
    resize : none;
}
.section-page-user.section-profile-user .form-user-profile textarea::placeholder{
    font-size: 14px;
    color: var(--accentColorGrey);
}
.section-page-user.section-profile-user .form-user-profile .selection{
    -webkit-appearance: none;
    background-image: url("../../img/light/icon/icon-caret-down.svg");
    background-repeat: no-repeat;
    background-position: 85% 50%;
    background-size: 10%;
}
.section-page-user.section-profile-user .form-user-profile .select-date{
    margin-right: 10px;
}

.section-page-user.section-profile-user .form-user-profile .select-month{
    margin-right: 10px;
}

.section-page-user.section-managed-business{
    max-width: 600px;
}

.section-page-user.section-change-password{
    max-width: 600px;
}

.section-page-user .card{
    background-color: var(--mainColorLight);
    border-color: var(--accentColorLightGrey2);
}

.section-page-user .card-header{
    height: 65px;
    padding-top: 20px;
    background-color: var(--mainColorLight);
    border-color: var(--accentColorLightGrey);
    font-weight: bold;
}




.selectize-input.focus{
    box-shadow: unset;
}

.form-user-profile{
    margin-bottom: 30px;
    font-size: var(--fontSizeBody1);
    padding-left: 40px;
    padding-right: 40px;
}

.form-user-profile label{
    color: var(--accentColorDarkGrey);
}

.form-user-profile input:focus{
    box-shadow: none;
    outline: none;
    border-bottom-color: var(--accentColorLightGrey2);
}

.form-user-profile input{
    border : 1px solid var(--accentColorLightGrey2);
    padding-left: 15px;
    box-shadow: none;
    border-radius: 10px;
    font-size: var(--fontSizeBody1) !important;
}

.form-user-profile.password{
    padding-right: 30px;
    padding-left: 20px;
}

.form-user-profile.password .form-last-password{
    position: relative;
}

.form-user-profile.password .form-new-password{
    position: relative;
}

.form-user-profile.password .form-re-type-password{
    position: relative;
}

.form-user-profile.password .icon{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.form-user-profile select{
    outline: none;
    box-shadow: none;
}

.form-user-profile select{
    padding-left: 15px;
    box-shadow: none;
    border: 1px solid var(--accentColorLightGrey2);
    border-radius: 10px;
    font-size: var(--fontSizeBody1);
}

.form-user-profile .selectize-input{
    border: 1px solid var(--accentColorLightGrey2);
    border-radius: 10px;
    padding-left: 15px;
    font-size: var(--fontSizeBody1);
}

.form-user-profile .image{
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.form-user-profile .image img{
    width: 150px;
    height: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.form-user-profile .image .icon{
    width: 35px;
    height: 35px;
    background-color: var(--mainColorLight);
    border-radius: 50%;
    background-size: 50%;
    background-position: center;
    box-shadow: 1px 1px 4px rgb(50 50 50 / 20%);
}

.form-user-profile .image .change-image{
    position: absolute;
    bottom: 0;
    right: 40%;
    cursor: pointer;
    color: var(--mainColorLight);
}

.form-user-profile .action-user-profile {
    margin-top: 30px;
    text-align: end;
    font-size: 14px;
    line-height: 19.07px;
}

.form-user-profile .action-user-profile .btn-update-profile {
    left: 677px;
    top: 794px;

    font-weight: bold;
    background: #ED692C;
    border-radius: 5px;
}

.section-page-user .started-interest .list-interest{
    display: flex;
    width: 100%;
    margin: 10px 0px;
}

.section-page-user .started-interest .list-interest .list-item-interest{
    width: calc(100% / 8);
    text-align: center;
    cursor: pointer;
}

.section-page-user .started-interest .list-interest .list-item-interest.active{
    /* font-weight: bold; */
    filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}

.section-page-user .started-interest .list-interest .list-item-interest .icon{
    width: 50px;
    height: 50px;
    background-size: 50% 50%;
    background-position: 50% 50%;
    border-radius: 50%;
    border: 1px solid var(--accentColorGrey);
    margin-bottom: 10px;
}

.section-page-user .started-interest .list-interest .list-item-interest .icon img{
    width: 50px;
    height: 50px;
    object-fit: contain;
    padding: 8px;
}

.section-page-user .started-interest .list-interest .list-item-interest .label{
    font-size: var(--fontSizeBody2);
    width: 95%;
    text-align: center;
}

.section-page-user .list-tab{
    display: flex;
    list-style: none;
    padding: 0px 50px;
    text-align: center;
    margin-bottom: 0px;
}

.section-page-user .list-tab .list-tab-item{
    width: 50%;
    border-bottom: 2px solid var(--accentColorGrey);
}

.section-page-user .list-tab .list-tab-item.active{
    border-bottom: 3px solid var(--mainColorOrange);
    font-weight: bold;
    color: var(--mainColorOrange);
}
.section-page-user .list-tab .list-tab-item a {
    display: inline-block;
    padding: 10px;
}
.section-page-user.section-managed-business .card-body{
    padding-top: 0px;
    padding-bottom: 0px;
}

.section-managed-business .list-business-account{
    padding: 30px;
}

.section-page-user .list-business-account-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-page-user .list-business-account-item .member-name {
    width: auto;
    max-width: 250px;
}

.section-page-user.section-managed-business .btn-manage-ba-active{
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.section-page-user.section-managed-business .btn-manage-ba-active .icon{
    width: 20px;
    height: 20px;
    margin-right: 12px;
}
.section-page-user.section-managed-business .btn-manage-ba-active.btn-view-business {
    color: var(--accentColorDarkGrey);
}
.section-page-user.section-managed-business .btn-manage-ba-active.btn-delete-ba {
    /* margin-right: 80px; */
}
.section-page-user.section-managed-business .list-business-action {
    display: flex;
    align-items: center;
}
.section-page-user.section-managed-business .list-business-action > a:first-child {
    margin-left: 0;
}
.section-page-user.section-managed-business .list-business-action > a {
    margin-left: 25px;
}
.section-page-user.section-managed-business .list-business-action .icon {
    display: none;
}

.section-page-user .list-member-item{
    display: flex;
    align-items: center;
    margin: 7.5px 0px;
}

.section-page-user .list-member-item{
    cursor: pointer;
}

.section-page-user .empty-card{
    min-height: 300px;
}

.section-page-user .empty-card.centered-text{
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accentColorGrey);
}

.section-page-user .list-member-item .member-photo img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}
.section-page-user.section-topics{}
.section-page-user.section-topics .btn-add-topic{
    font-weight: 400;
    font-size: 12px;
    color: var(--mainColorOrange);
}
.section-page-user.section-topics .dropdown.topics .dropdown-menu{
    font-size: 12px;
    left: -140px !important;
}
.section-page-user.section-topics .list-topic{
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.section-page-user.section-topics .list-topic .icon{
    filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.section-page-user.section-topics .list-topic .btn-all-topic-subscription{
    color: var(--mainColorOrange);
}
.section-page-user.section-topics .card-body.static{
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.section-page-user.section-topics .card-body.static .list-topic{
    margin-bottom: 10px !important;
}
.section-page-user.section-topics .list-topic .order-show{
    width: 15px;
    height: 7px;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    margin-right: 10px;
}
.section-page-user.section-topics .row-list-topics{
    cursor: grab;
}
.section-page-user.section-topics .card-header .add-topic a, .section-page-user.section-topics .card-header .add-topic a:hover{
    color: var(--mainColorOrange);
}
.section-page-user.manage-subscription .business-page{
    padding: 0px;
    margin: 0px;
    width: 100%;
}
.section-page-user.manage-subscription .business-page .header-manage{
    height: 53px;
    background-color: #7285D2;
    border-radius: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 16px 50px;
}
.date-manage-subscription.active-subscription{
    color: #10BB10;
}
.date-manage-subscription.expired-subscription{
    color: #ED2C2C;
}
.table-manage-subscription{
    font-size: 12px;
}
.table-manage-subscription .name{
    display: flex;
    align-items: center;
}
.table-manage-subscription .name .input-checkbox{
    width: 16px;
    height: 16px;
    margin: 0px 10px;
}

.table-manage-subscription .status-active-subscription{
    background: rgba(46, 201, 115, 0.35);
    border-radius: 4px;
    color: #10BB10;
    padding: 4px 5px;
}
.table-manage-subscription .status-inactive-subscription {
    background: rgba(237, 44, 44, 0.35);
    border-radius: 4px;
    color: #ED2C2C;
    padding: 4px 5px;
}
.manage-subscription .btn-action{
    font-size: 14px;
    border-radius: 10px;
    height: 38px;
    padding: 8px 20px;
}
.modal-view-card .modal-header{
    padding: 20px 30px;
}
.modal-view-card .modal-body{
    padding: 20px 30px;
}
.modal-view-card .modal-body .form-group{
    margin: 20px 0px;
}
.modal-view-card .modal-body .form-group .label{
    margin-bottom: 10px;
}
.modal-view-card .expiration-cvv{
    display: flex;
    width: 400px;
    justify-content: space-between;
}
.modal-view-card .input-expiration{
    display: flex;
    width: 100%;
}
.modal-view-card .expired-time{
    width: 150px;
}
.modal-view-card .btn-area{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 110px;
}
.modal-view-card .btn-area .btn-remove-card{
    background-color: transparent;
    color: var(--mainColorDark);
    border: 1px solid var(--mainColorDark);
    border-radius: 10px;
}
.section-my-transaction .input-search{
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}

.section-my-transaction .input-search input:focus{
    outline: none;
}

.section-my-transaction .input-search .btn-submit-search{
    position: absolute;
    top: 8px;
    right: 30px;
    cursor: pointer;
}

.section-my-transaction .list-tab{
    padding: 0px;
    margin: 0px 15px;
    padding-right: 60%;
    border-bottom: 1px solid #ededed;
}

.section-my-transaction .list-items{
    padding-left: 15px;
    padding-right: 15px;
}

.section-my-transaction .input-search input{
    width: 100%;
    border: 1px solid #ededed;
    background-color: var(--mainColorLight);
    height: 40px;
    padding-left: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.section-my-transaction .list-item-transaction{
    border: 1px solid #ededed;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px 20px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.section-my-transaction .list-item-transaction .icon-business{
    width: 25px;
    height: 25px;
    background-size: 65%;
    background-position: 50% 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.section-my-transaction .list-item-transaction .title{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 5px;
    justify-content: space-between;
}

.section-my-transaction .list-item-transaction .label{
    margin-left: 10px;
}

.section-my-transaction .list-item-transaction .item-content{
    display: flex;
    justify-content: space-between;
}

.section-my-transaction .list-item-transaction .item-content .item-price{
    display: flex;
    align-items: flex-end;
}

.section-my-transaction .list-item-transaction .item-info{
    display: flex;
}

.section-my-transaction .list-item-transaction .item-info .item-image{
    border: 1px solid var(--accentColorGrey);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 5px;
}

.section-my-transaction .list-item-transaction .item-info .item-image img{
    width: 80px;
    height: 80px;
    border-radius: 5px;
    object-fit: cover;
}

.section-my-transaction .list-item-transaction .item-info .item-detail{
    margin-left: 20px;
}

.section-my-transaction .list-item-transaction .item-info .item-detail .item-status{
    color: var(--mainColorOrange);
}

.section-my-transaction .list-item-transaction .item-info .item-detail .item-count{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 5px;
}
.section-my-transaction .list-item-transaction .item-info .item-detail .item-count .total-item-count{
    margin-left: 10px;
}

.section-my-transaction .item-network{
    display: flex;
    align-items: center;
}

.section-my-transaction .item-network-image img{
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.modal-invite-network .modal-body{
    height: 280px;
}
.modal-invite-network .modal-body .form-control{
    border-radius: 10px;
}
.modal-invite-network .modal-body .btn-invite-email{
    width: 120px;
    height: 45px;
    line-height: 2;
    font-size: 14px !important;
}

.modal.modal-confirmation-managed-ba{
    width: 100%;
    margin-left: 0px;
}
.modal.modal-confirmation-managed-ba .modal-dialog{
    max-width: 426px;
}

.modal.modal-confirmation-managed-ba .modal-body{
    padding: 15px 25px;
}

.modal.modal-confirmation-managed-ba .btn-confirm-ba{
    background-color: #B1B1B1;
    color: #fff !important;
    margin: 0px 15px;
    width: 120px;
}

.modal.modal-confirmation-managed-ba .btn-confirm-ba.active{
    background-color: #ED692C;
    color: #fff;
}

.section-interest .button-area {
    margin-top: 50px;
    margin-bottom: 30px;
}

.section-email-newsletter .list-item-setting {
    padding: 20px 20px 20px 20px;
    border: 1px solid #EEDDEE;
    box-sizing: border-box;
    border-radius: 15px;
    margin-bottom: 20px;
}

.section-email-newsletter .list-item-setting-newsletter{
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-email-newsletter .list-item-setting-newsletter-bussiness .list-item-setting-newsletter{
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-email-newsletter .list-item-setting-newsletter-bussiness .list-item-setting-newsletter .list-label{
    display: flex;
    flex-direction: column;
}


.section-affiliate #filter-affiliate-summary{
    padding-right: 30px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-image: url('../../img/light/icon/icon-arrow-down.svg');
    background-position: right;
}
.section-account-balance .card-body{
    padding-top: 15px;
}
.section-account-balance .info-bank{
    display: flex;
    justify-content: space-between;
}
.section-account-balance .info-bank .title{
    font-size: 14px;
    color: var(--accentColorDarkGrey);
}
.section-account-balance .info-bank .info-bank-saldo .member-balance-area{
    display: flex;
    align-items: center;

}
.section-account-balance .info-bank .info-bank-saldo .kyc-info {
    width: 150px;
    margin-top: 20px;
}
.section-account-balance .info-bank .info-bank-saldo .balance-pending {
    width: auto;
}
.section-account-balance .info-bank .info-bank-saldo .balance-settlement {
    width: auto;
}
.section-account-balance .info-bank .info-bank-saldo .member-balance{
    font-size: 18px;
    color: var(--mainColorDark);
}
.section-account-balance .info-bank .info-bank-account .info-detail-bank-account{
    margin-top: 11px;
}
.section-account-balance .info-bank .info-bank-account a, .section-account-balance .info-bank .info-bank-account button{
    margin-top: 30px;
    height: 43px;
    font-size: 14px;
    padding: 10px 25px;
}
.section-account-balance .info-bank .info-bank-account a.btn-account-balance{
    color: var(--mainColorLight);
    border-color: var(--mainColorLight);
    background-color: var(--mainColorOrange);
}
.section-account-balance .info-bank .info-bank-account .btn-add-bank-account{
    margin-top: 20px;
}
.section-account-balance .account-balance-history{
    margin-top : 58px;
}
.section-account-balance .account-balance-history .title-content{
    font-weight: bold;
    margin-bottom: 10px;
}
.section-account-balance .card.table{
    border-radius: 10px;
    margin-top: 20px;
}
.section-account-balance .account-balance-table .dataTables_filter{
    display: none;
}
.section-account-balance .table.responsive.table-account-balance{
    margin-top: unset !important;
}
.section-account-balance .table-responsive .dataTables_paginate{
    text-align: center;
}
.section-account-balance .table.responsive.table-account-balance thead th{
    border-top: none;
    border-bottom: 1px solid #ededed;
}
.section-account-balance .btn-export{
    display: flex;
    align-items: center;
    font-weight: 400;
}
.section-account-balance .btn-export.mobile{
    display: none;
}
.section-account-balance .icon-export{
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.section-account-balance .filter-section .col-filter-export{
    display: flex;
    justify-content: flex-end;
}
.section-account-balance .filter-section .selectize-input{
    border-color: #e5e5e5;
}
.section-account-balance .btn-add-bank-account{
    width: 110px;
    height: 38px;
    font-size: 10px;
    margin-left: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-bank-account .modal-header .modal-title{
    font-weight: 700;
}
.modal-bank-account .modal-header{
    border-bottom: 1px solid #EDEDED;
}
.modal-manage-payment .list-active-payment{
    padding: 15px 25px;
}
.modal-manage-payment .list-active-payment .list-active-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.modal-manage-payment .list-active-payment .list-active-item .media img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.modal-manage-payment .list-active-payment .list-active-item .btn-unsubscribe{
    color: var(--mainColorDark);
    border-color: var(--colorLightGrey);
}
.modal-withdraw .modal-body{
    padding: 28px;
}
.modal-withdraw .info-bank-transfer{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.modal-withdraw .info-bank-account{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.modal-withdraw .info-bank-transfer .btn-edit-bank-account,
.modal-withdraw .info-bank-transfer .btn-edit-bank-account-auto{
    color: var(--mainColorOrange);
}
.modal-withdraw .info-bank-transfer .icon{
    width: 60px;
    height: 50px;
    margin-right: 10px;
}
.modal-withdraw .input-withdrawal input{
    height: 45px;
}
.modal-withdraw .input-withdrawal .input-text-info{
    margin-top: 10px;
    font-style: italic;
    color: var(--accentColorDarkGrey);
}
.modal-withdraw .input-withdrawal .input-text-info.error-withdraw{
    color: var(--colorRed);
}
.modal-withdraw .amount-info{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.modal-withdraw .amount-info.bold{
    font-weight: 700;
}
.modal-withdraw .btn{
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    font-size: 14px;
}
.modal-withdraw .btn-automatic-withdraw{
    border-color: var(--accentColorGrey);
}
.modal-withdraw-otp .input-otp{
    text-align: center;
    border: none;
    border-bottom: 2px solid var(--accentColorGrey);
    border-radius: 0px;
    outline: none;
    margin: 0px 20px;
    box-shadow: none;
    font-size: 35px;
}
.modal-withdraw-otp .input-otp:focus{
    border-color: var(--mainColorOrange);
}
.modal-withdraw-otp .icon, .modal-withdraw .icon-arrow-previous{
    width: 17px;
    height: 17px;
    margin-right: 20px;
}
.modal-withdraw-otp .btn-confirm-withdraw-otp{
    font-size: 14px;
    margin-bottom: 20px;
    padding: 10px 26px;
}

/* toggle button */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 12px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 0px;
    bottom: -3px;
    background-color: var(--accentColorGrey);
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: var(--colorSoftOrange);
}

input:focus + .slider {
    box-shadow: 0 0 1px var(--colorSoftOrange);
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    background-color: var(--mainColorOrange);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
/* toggle button */

.section-affiliate .card-body{
    padding: 20px 40px;
}

.section-affiliate .title-content{
    margin-bottom: 24px;
}

.section-affiliate .title-content.chart{
    margin-top: 50px;
}

.box-affiliate-summary{
    border: 1px solid var(--accentColorLightGrey2);
    box-shadow: 1px 1px 2px rgba(112, 112, 112, 0.2);
    border-radius: 10px;
    padding: 10px 18px;
}

.box-affiliate-summary .label{
    margin-bottom: 18px;
}

.box-affiliate-summary .value{
    text-align: right;
    color: #007BFF;
    font-weight: bold;
}

.section-affiliate .menu-setting{
    border-bottom: 1px solid var(--accentColorGrey);
}

.btn-cancel-request {
    font-size: 14px;
}

.section-affiliate .list-tab{
    padding-left: unset;
    padding-right: 65%;
}

.section-page-user .list-tab .list-tab-item{
    border-bottom: 0px;
    padding-bottom: 1px;
}

.load-page-summary .package-area{
    border-bottom: 1px solid var(--accentColorLightGrey);
    margin-bottom : 30px;
}

.load-page-summary .list-package{}
.load-page-summary .list-package .list-package-item{
    margin: 30px 0px;
}

.load-page-summary .list-package .list-package-item .package-name{
    margin-bottom: 10px;
}

.load-page-summary .list-package .list-package-item .url-share{
    color: var(--accentColorDarkGrey);
}

.load-page-summary .list-package .list-package-item .btn-copy-link{
    margin-left: 15px;
    color: var(--mainColorOrange);
}

.load-page-summary .summary-table-affiliate-balance .separator-table-affiliate-balance{
    width: 30px;
    text-align: center;
}

.load-page-summary .summary-table-affiliate-balance tr{
    height: 30px;
}

.load-page-summary .table-affiliate-balance{
    border: 1px solid var(--accentColorLightGrey);
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(112, 112, 112, 0.2);
    margin-top: 20px;
}

.load-page-summary .table-affiliate-balance table{
    width: 100%;
    text-align: center;
}

.load-page-summary .table-affiliate-balance thead tr{
    height: 30px;
}

.load-page-summary .table-affiliate-balance thead{
    border-bottom: 1px solid var(--accentColorGrey);
}

.load-page-summary .table-affiliate-balance table tr{
    height: 30px;
}

.list-top-leaderboard{
    text-align: center;
    margin-bottom: 20px;
}

.list-top-leaderboard .image img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.list-top-leaderboard .leaderboard-name{
    margin-top: 15px;
}

.list-top-leaderboard .leaderboard-total{
    margin-top: 5px;
    font-size: var(--fontSizeBody2);
}

.table-leaderboard thead{
    border-bottom: 1px solid var(--accentColorGrey);
}

.table-leaderboard thead tr{
    height: 30px;
}

.table-leaderboard tbody tr{
    height: 40px;
}

.btn.btn-cancel {
    width: 120px;
    color: #B1B1B1;
    font-size: 14px;
}

.btn.btn-primary.btn-save {
    width: 120px;
    font-size: 14px;
}
.btn.btn-circle {
    border-radius: 50% !important;
}
.btn.btn-sm-primary {
    min-width: 150px;
    min-height: 35px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px;
    line-height: 1.7;
    text-shadow: none;
}
.widget .card-body {
    color: var(--accentColorDarkGrey);
}
.widget.widget-topic .card-body {
    padding: 0;
}
.widget.widget-topic .card-body .title-card-topic{
    padding: 20px 20px 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--mainColorDark);
}
.widget.widget-topic .card-body .title-card-topic .close{
    font-size: 20px;
}
.widget.widget-topic .list-info{
    margin-top: 10px;
}
.widget.widget-topic .list-info .icon{
    width: 14px;
    height: 14px;
    margin-right: 10px;
}
.widget.widget-topic .list-info .active-until{
    margin-top: 5px;
    margin-left: 25px;
    font-size: 12px;
    color: var(--accentColorDarkGrey);
}
.widget.widget-topic .list-info.active-until .title{
    font-size: 14px;
}
.widget.widget-topic .icon-star-border{
    width: 16px;
    height: 16px;
}
.widget.widget-topic .btn-unlock-all-post{
    padding: 10px;
}
.widget.widget-topic .list-info.active-until .title{
    font-size: 14px;
}
.widget.widget-topic .icon-star-border{
    width: 16px;
    height: 16px;
}
.widget .card-body .list-topic .list-item-topic{
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px 0px;
    cursor : pointer;
    border-radius: 10px;
}
.widget .card-body .list-topic .list-item-topic .icon-lock-black{
    width: 18px;
    height: 18px;
}
.widget .card-body .list-topic{
    min-height: 50px;
}
.widget .card-body .list-topic .list-item-topic.active{
    background-color: #EAF7FF;
    font-weight: 700;
    color: #2F3237;
}
.widget .card-body .list-topic .list-item-topic:hover{
    background-color: #EAF7FF;
}
.widget .card-body .list-topic .list-item-topic .emoji{
    width: 16px;
    height: 16px;
}
.widget .card-body .list-topic .list-item-topic .label{
    width: 100%;
    text-align: left;
    padding-left: 15px;
}
.widget .card-body .list-topic .list-item-topic .counter{
    background-color: #e5e5e5;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.widget .card-body .list-topic .list-item-topic .counter.no-bg{
    background-color: transparent;
}
.section-page-user .card .title-card-topic{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 40px;
}
.modal-load-change-topic .modal-dialog{
    max-width: 450px;
    margin-top: 130px;
}
.modal-load-change-topic .modal-title{
    font-weight: 600;
}
.modal-load-change-topic .list-topic{
    overflow-y: scroll;
    max-height: 200px;
}
.modal-load-change-topic .list-topic .list-item-topic{
    display: flex;
    align-items: center;
    margin: 15px 0px;
}
.badge.badge-custom1 {
    background-color: var(--accentColorLightGrey2);
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}
.badge.badge-counter {
    background-color: var(--accentColorLightGrey2);
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    border-radius: 50%;
    font-size: calc(100% - 2px);
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
body.tribe-home .inner.header {
    box-shadow: none;
    border-bottom: 1px solid var(--accentColorLightGrey);
}
#main-menu-tribe {
    margin-bottom: 16px;
    z-index: 4;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}
#main-menu-tribe.minlio{
    height: 10px;
    background-color: transparent !important;
    box-shadow: none !important;
}
#main-menu-tribe .nav {
    color: var(--accentColorDarkGrey);
}
#main-menu-tribe .nav .nav-link:hover .icon-member {
    height: 16px;
    width: 16px;
    background-size: 100% 100%;
    background-position: center;
    background-image: url('../../img/commerce/icon/icon-member-active.svg');
}
#main-menu-tribe .nav .nav-link:hover .icon-file {
    height: 16px;
    width: 16px;
    background-size: 100% 100%;
    background-position: center;
    background-image: url('../../img/commerce/icon/icon-feed-active.svg');
}
#main-menu-tribe .nav .nav-link:hover .icon-cart {
    background-image: url('../../img/commerce/icon/ic_cart_active.png');
}
#main-menu-tribe .nav .nav-link:hover .icon-calendar {
    background-image: url('../../img/commerce/icon/ic_calendar_active.png');
}
#main-menu-tribe.deleted {
    margin-bottom: unset;
}
#info-delete-tribe{
    height: 45px;
    background-color: #FFE5D6;
    margin-bottom: 16px;
}
#info-delete-tribe.shop{
    margin-bottom: 50px;
}
#info-delete-tribe .label{
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--fontSizeBody2);
    font-weight: 600;
}
/*#main-menu-tribe .nav li {
    margin-right: 32px;
}
#main-menu-tribe .nav li:last-child {
    margin-right: 0;
}
*/
#main-menu-tribe .nav li a {
    padding: 6px 28px;
    border-bottom: 3px solid transparent;
    transition: 350ms ease;
}

#main-menu-tribe .nav li a.active,
#main-menu-tribe .nav li a:hover {
    color: var(--mainColorOrange);
    border-bottom: 3px solid var(--mainColorOrange);
    text-shadow: 0 0 1px var(--mainColorOrange);
    /*font-weight: 700;*/
}
.panel-tribe-info .info-logo {
    width: 100%;
    height: 132px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.panel-tribe-info .info-body {
    padding: 15px 15px 0px 15px;
    padding-bottom: 16px;
    padding-top: 0px;
}
.panel-tribe-info .info-body .card.info-tribe{
    padding-top : 15px;
    box-shadow: 1px 1px 4px rgba(237, 237, 237, 0.2);
    border: none;
}
.panel-tribe-info .info-body .btn-see-more{
    color: var(--accentColorGrey);
}
.panel-tribe-info .info-body .tribe-name {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}
.panel-tribe-info ul.tribe-info {}
.panel-tribe-info ul.tribe-info li {
    display: inline-block;
    margin-right: 5px;
}
.panel-tribe-info ul.tribe-info li:not(:last-child)::after {
    content: "";
    width: 4px;
    height: 4px;
    margin-left: 5px;
    background-color: #2F3237;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}
.panel-tribe-info .separator {
    width: 100%;
    height: 1px;
    background-color: var(--accentColorLightGrey);
}
.panel-tribe-info .info-attribute {
    padding-left: 16px;
    padding-right: 16px;
}
.panel-tribe-info .info-attribute ul {
    margin: 0px 0px 20px 0px;
}
.panel-tribe-info .info-attribute ul li {
    margin: 10px 0;
}
.panel-tribe-info .info-attribute ul li a {}

.panel-tribe-info .card.info-tribe{}
.panel-tribe-info .card.info-tribe.scroll{
    height: 300px;
    overflow-y: scroll;
}

.section-home-tribe .card{
    background-color: var(--mainColorLight);
    border-color: var(--accentColorLightGrey2);
}

.section-home-tribe .act-confirm-all{
    padding-top: 20px;
    color: var(--mainColorOrange);
}

.section-home-tribe .card-header{
    height: 50px;
    padding-top: 20px;
    background-color: var(--mainColorLight);
    font-weight: bold;
}

.section-home-tribe .list-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-home-tribe .list-item-detail{
    display: flex;
    align-items: center;
    margin: 7.5px 0px;
    cursor: default;
}

.section-home-tribe .list-item-detail.act-view-member {
    cursor: pointer;
}
.section-home-tribe .list-item-detail .icon-shield{
    width: 15px;
    height: 20px;
}

.section-home-tribe .list-item-detail .role-label{
    font-size: var(--fontSizeBody2);
    color: var(--accentColorDarkGrey);
}

.section-home-tribe .list-item-photo img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

.section-home-tribe .list-item .list-item-action .dropdown-menu.show{
    left: -180px !important;
}

.section-home-tribe .title-body{
    height: 50px;
    padding-top: 20px;
    background-color: var(--mainColorLight);
    font-weight: bold;
}
.section-page-members .title-body.without-member-request{
    padding-bottom: 10px;
    padding-top: 0px;
    height: unset;
}

.section-home-tribe .line-separator{
    width: 100%;
    border-bottom: 1px solid var(--accentColorLightGrey);
    margin-bottom: 15px;
    margin-top: 5px;
}

.section-home-tribe .empty-card{
    min-height: 300px;
}

.section-home-tribe .empty-card.centered-text{
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal.modal-tribe-confirmation{
    width: 100%;
    margin-left: 0px;
}

.modal.modal-tribe-confirmation.modal-report-user .modal-dialog{
    max-width: 600px;
}

.modal.modal-tribe-confirmation.modal-join-tribe .modal-dialog{
    max-width: 600px;
}

.modal.modal-tribe-confirmation.modal-info-member .modal-dialog{
    max-width: 350px;
}

.modal.modal-tribe-confirmation .modal-dialog{
    max-width: 426px;
    top: 50%;
    transform: translateY(-50%);
}

.modal.modal-tribe-confirmation .modal-body{
    padding: 15px 25px;
}

.modal.modal-tribe-confirmation .modal-body .button-area{
    padding-bottom: 20px;
}

.modal.modal-tribe-confirmation .btn-confirm{
    background-color: #B1B1B1;
    color: #fff !important;
    margin: 0px 15px;
    width: 120px;
}

.modal.modal-tribe-confirmation .btn-confirm.active{
    background-color: #ED692C;
    color: #fff;
}

.modal.modal-tribe-confirmation .header-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--accentColorLightGrey);
    margin-bottom: 10px;
}

.modal.modal-tribe-confirmation .header-info .side-title{
    display: flex;
    align-items: center;
    font-size: 10px;
}

.modal.modal-tribe-confirmation .header-info .side-title .label{
    margin-left: 5px;
}

.modal.modal-tribe-confirmation .header-info .side-title .icon{
    width: 15px;
    height: 15px;
}
.modal .header-action {
    font-size: 10px;
}
.modal .header-action i {
    width: 20px;
    height: 20px;
}

.modal.modal-header-border-0 .modal-header {
    border-bottom: 0;
}
.modal.modal-header-text-center .modal-header .modal-title {
    width: 100%;
    text-align: center;
}
.circle-action{
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: var(--accentColorLightGrey);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: var(--fontSizeBody2);
    position: relative;
    overflow: hidden;
}
.circle-action.coming-soon:before {
    content: "Coming Soon";
    background: linear-gradient(90.46deg, #F09043 0.32%, #EE7761 99.56%);
    transform: rotate(-30deg);
    color: var(--mainColorLight);
    position: absolute;
    left: -8px;
    width: 100%;
    text-align: center;
    top: 12px;
    font-size: 10px;
    padding: 3px 0;
}

.circle-action .icon{
    margin-bottom: 7px;
}

.modal.modal-tribe-confirmation .btn-close-modal{
    cursor: pointer;
    font-size: 30px;
    color: var(--accentColorGrey);
}

.modal.modal-tribe-confirmation.modal-report-user .list-input{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.modal.modal-tribe-confirmation.modal-report-user .list-input .custom-control.custom-radio{
    margin-bottom: unset;
}

.modal.modal-tribe-confirmation #formQuestion .list-question{
    text-align: left;
    margin-bottom: 10px;
}

.modal.modal-tribe-confirmation #formQuestion .list-question .question{
    display: flex;
    align-items: center;
}

.modal.modal-tribe-confirmation #formQuestion .list-question .icon{
    margin-left: 5px;
}

.modal.modal-tribe-confirmation #formQuestion .list-question .icon-arrow-right-dark{
    width: 20px;
    height: 15px;
}

.modal.modal-tribe-confirmation #formQuestion .list-question .icon-arrow-down-dark{
    width: 20px;
    height: 10px;
}

.modal.modal-tribe-confirmation #formQuestion .list-question .input-answer::placeholder{
    font-size: var(--fontSizeBody2);
}

.custom-control-input:focus~.custom-control-label::before{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.custom-control.custom-radio .custom-control-label::before {
    border: 1px solid var(--accentColorGrey);
}

.custom-control-input:checked~.custom-control-label::before{
    background-color: transparent;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Ccircle cx='5' cy='5' r='4.5' style='fill:%23ED692C'/%3E%3Cpath d='M5,1A4,4,0,1,1,1,5,4,4,0,0,1,5,1M5,0a5,5,0,1,0,5,5A5,5,0,0,0,5,0Z' style='fill:%23ED692C'/%3E%3C/svg%3E");
    background-size: 100% 80%;
    background-repeat: no-repeat;
    background-position: 50%;
    border: 1px solid var(--mainColorOrange);
}

.custom-control.custom-custom-control-input:checked .custom-control-label::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Ccircle cx='5' cy='5' r='4.5' style='fill:%23ED692C'/%3E%3Cpath d='M5,1A4,4,0,1,1,1,5,4,4,0,0,1,5,1M5,0a5,5,0,1,0,5,5A5,5,0,0,0,5,0Z' style='fill:%23ED692C'/%3E%3C/svg%3E")}
.custom-control .custom-control-input:checked ~ .custom-control-label::after{
    background:rgba(38,180,255,0.15);
    display:none;
}

.input-radio-plan .custom-control.custom-radio .custom-control-label::before {
    background-color: transparent;
    border: 1px solid #B1B1B1;
    background-size: 90% 85%;
    background-repeat: no-repeat;
    background-position: center;
}

.modal-w-350 {
    max-width: 350px;
}
.modal-w-400 {
    max-width: 400px !important;
}
.modal-w-450 {
    max-width: 450px !important;
}
.modal-w-500 {
    max-width: 500px !important;
}
.modal-w-600 {
    max-width: 600px;
}
.modal-w-800 {
    max-width: 800px;
}
.modal.modal-wrap-w-450 .modal-dialog {
    max-width: 450px;
}
.modal.modal-wrap-w-500 .modal-dialog {
    max-width: 500px;
}
.modal.modal-wrap-w-506 .modal-dialog {
    max-width: 506px;
}
.modal.modal-wrap-w-600 .modal-dialog {
    max-width: 600px;
}
.modal.modal-wrap-centered .modal-dialog {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.modal.modal-rounded .modal-dialog .modal-content,
.modal-dialog.modal-rounded .modal-content {
    border-radius: 10px;
}
.modal-dialog .modal-content .modal-body {
    min-height: 110px;
}
ul.list-check {
    font-size: var(--fontSizeBody2);
}
ul.list-check li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}
ul.list-check li:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    background-image: url('../../img/light/icon/icon-check-orange.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    top: 3px;
    left: 0;
}
ul.two-column {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 0;
}
ul.two-column li {
    display: inline-block;
    width: 100%;
}

#modal-create-tribe .list-business-account{
    height: 280px;
    overflow-y: auto;
}
#modal-create-tribe .modal-footer .button-area .btn{
    font-size: var(--fontSizeBody1);
}
#modal-create-tribe .list-business-account .card{
    height: 80px;
    width: 97%;
    border: 1px solid var(--accentColorGrey);
}
#modal-create-tribe .list-business-account .card .card-body{
    padding: 12px 20px 12px 20px;
}

/*View Post Images*/
.modal-fullscreen-xl .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal-fullscreen-xl .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
    background-color: transparent;
}

.modal-fullscreen-xl .modal-body {
    overflow-y: auto;
    padding: 0px;
}

.modal-fullscreen-xl .modal-body .load-post-item{
    background-color: var(--mainColorLight);
    height: 100%;
}

.modal-fullscreen-xl .slider-image{
    margin-top: 80px;
    margin-bottom: 80px;
}
.modal-fullscreen-xl .slider-image .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 550px;
    object-fit: contain;
    padding-left: 10%;
    padding-right: 10%;
}
.modal-fullscreen-xl .slider-nav{
    margin-top: 40px;
    padding-left: 15.5%;
    padding-right: 15.5%;
}
.modal-fullscreen-xl .slider-nav .slick-track{
    transform: unset;
}
.modal-fullscreen-xl .slider-nav .slick-slide{
    height: 100px;
}
.modal-fullscreen-xl .slider-nav .slick-slide img {
    display: block;
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.modal-fullscreen-xl .slider-nav .slick-track .slick-slide.slick-active {
    background-color: var(--mainColorDark);
    margin: 0px 2px;
}
.modal-fullscreen-xl .slider-nav .slick-track .slick-slide.slick-active img{
    opacity: 0.3;
}
.modal-fullscreen-xl .slider-nav .slick-track .slick-slide.slick-current img{
    opacity: 1;
}
.modal-fullscreen-xl .slick .act-modal-close {
    position: absolute;
    color: #fff;
    line-height: 1;
    text-align: center;
    top: 2%;
    right: 3%;
    font-size: 35px;
    background-color: rgba(47, 50, 55, 0.5);
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
}
.modal-fullscreen-xl .slider-image.slick-slider .slick-prev{
    opacity: 1;
    left: 40px;
    z-index: 1;
}
.modal-fullscreen-xl .slider-image.slick-slider .slick-list{
    padding: 0px 5% !important;
}
.modal-fullscreen-xl .slider-image.slick-slider .slick-next{
    opacity: 1;
    right: 80px;
    z-index: 1;
}
.modal-fullscreen-xl .slider-image.slick-slider .slick-next:before{
    content: "";
    background-image: url(../../img/light/icon/icon-arrow-next-white.svg);
    background-color: rgba(47, 50, 55, 0.5);
    width: 60px;
    height: 60px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
    border-radius: 50%;
}
.modal-fullscreen-xl .slider-image.slick-slider .slick-prev:before{
    content: "";
    background-image: url(../../img/light/icon/icon-arrow-prev-white.svg);
    background-color: rgba(47, 50, 55, 0.5);
    width: 60px;
    height: 60px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
    border-radius: 50%;
}
.modal-view-images .blockUI.blockMsg.blockElement{
    top: 50% !important;
    width: 100% !important;
}
/*  Comment */
.comment-container {
    background-color: #fcfcfc;
    border-bottom: 1px solid var(--accentColorLightGrey);
}
.comment-container.comment-container-root{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.comment-container > .media {
    padding: 10px 20px;
}
.row-container-reply .comment-container > .media {
    padding: 0;
}
.row-container-form-reply .post-comment-container {
    margin-top: 10px;
}
.comment-container > .media .media-body {
    overflow-wrap: anywhere;
}
.comment-container > .media .media-body .row-comment{
    position: relative;
}
.comment-container > .media .media-body .row-bottom-comment {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.comment-container > .media .media-body .row-bottom-comment > a {
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
}
.comment-container > .media .media-body .row-bottom-comment > a.commented-on:hover {
    text-decoration: underline !important;
    cursor: pointer;
}
.comment-container > .media .media-body .row-bottom-comment > a:first-child {
    margin-left: 0;
}
.comment-container > .media .media-body .row-bottom-comment > a:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--accentColorDarkGrey);
    top: 6px;
    right: -10px;
}

.comment-container > .media .media-body .row-bottom-comment > a:last-child:before {
    content: none;
}
.comment-container > .media .media-body .row-bottom-comment > a > .icon {
    width: 14px;
    height: 14px;
}
.comment-container > .media .media-body .row-comment .comment-outer-container {
    padding-right: 30px;
}
.comment-container > .media .media-body .row-comment .comment-action {
    position: absolute;
    top: 0;
    right: 0;
}
.row-comment .comment-action .dropdown-menu {
    border-radius: 5px;
    font-size: 12px;
}
.comment-container > .media .media-body .row-comment .comment-action button > .icon {
    width: 15px;
    height: 15px;
}
.comment-container .comment-navigator-container {
    padding: 10px 20px;
}
.comment-container .comment-navigator-container.row-container-navigation-reply {
    padding: 7px 0;
    font-size: 12px;
}
.comment-container .comment-list-container {}
.comment-container .comment-list-container.row-container-reply {
    /* font-size: 12px; */
    padding-top: 10px;
}
.comment-container .comment-list-container.row-container-reply:empty {
    padding: 0;
}
.comment-container .comment-form-container {
    padding: 10px 20px;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.row-container-reply .comment-container {
    border: none;
}
.comment-input {}
.comment-input .input-group-prepend,
.comment-input .input-group-append {}

.comment-input .input-group-prepend button,
.comment-input .input-group-append button {
    font-size: 12px;
    color: var(--colorOrange);
    padding: 0;
    height: 30px;
}
.comment-input .input-group-append button:disabled {
    color: var(--accentColorDarkGrey);
}
.comment-input .input-group-prepend button > .icon {
    width: 20px;
    height: 20px;
}
.comment-input .comment-textarea.form-control {
    background-color: #fcfcfc;
    font-size: 12px;
    min-height: 30px;
    padding: 5px;
    height: auto;
    border-radius: 5px;
    white-space: pre-wrap;
    border: 1px solid var(--accentColorLightGrey);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    overflow-wrap: anywhere;
}
.form-comment-reply-edit .comment-input .comment-textarea.form-control {
    padding-right: 20px;
    background-color: var(--accentColorExtraLightGrey);
}
.reply-post-comment-container .comment-input .btn-cancel-edit-comment,
.form-comment-reply-edit .comment-input .btn-cancel-edit-comment {
    border: 0;
    position: absolute;
    right: 44px;
    z-index: 3;
    font-size: 18px;
    padding: 1px 6px;
}
.reply-post-comment-container .comment-input .btn-cancel-edit-comment {
    right: 54px;
}
.comment-textarea[contentEditable=true]:empty:not(:focus):before {
    content: attr(data-placeholder);
    color: var(--accentColorLightGrey);
}
.comment-input .input-group-append button {}
.comment-input .comment-info {
    display: none;
    position: absolute;
    right: 55px;
    bottom: -21px;
    font-size: 10px;
    opacity: 1;
    background-color: rgba(235, 105, 43, 0.4);
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px;
}
.comment-input .comment-info.active {
    display: block;
}
.comment-input .comment-info.error {
    color: red;
}
.comment-input .comment-info .count-left {}

.comment-input .input-group-append button.btn-cancel-edit-comment {
    color: inherit;
}
.image-cr-padding,
.audio-cr-padding {
    border: 1px solid var(--accentColorLightGrey);
    padding: 3px 3px;
    position: relative;
    margin: 5px 10px;
    border-radius: 5px;
}
.image-cr-padding > img {
    max-width: 120px;
}
.image-cr-padding > .btn-remove-image-reply,
.image-cr-padding > .btn-remove-image,
.audio-cr-padding > .btn-remove-audio {
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 50%;
}
.post-image-attachment-galleries-modal .modal-content {
    background-color: transparent;
    border: none;
}
.post-image-galleries .image-galleries-item .image-item {
    min-height: 600px;
    width: 100%;
    background-size: contain;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
img.comment-preview-image {
    max-height: 155px;
    object-fit: cover;
}
img.comment-preview-image:hover {
    cursor: zoom-in;
}
/*  End Comment */
ul.sharer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-around;
    outline: none;
}
ul.sharer-list li {
    text-align: center;
}
ul.sharer-list span.label {
    font-size: 10px;
}
.embed-meta-wrapper {
    background-color: var(--accentColorLightGrey2);
    border-radius: 10px;
    padding: 12px;
    display: block;
}
.embed-meta-wrapper.instagram{
    border: none;
    border-radius: 0px;
    padding: unset;
}
.embed-meta-wrapper.instagram.create{
    border-radius: 10px;
}
.embed-meta-wrapper.instagram.create img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.embed-meta-wrapper.instagram .footer{
    background-color: #F0F2F5;
    display: flex;
    align-items: center;
    padding: 10px 12px;
    color: #65676B;
}
.row-comment-embed .embed-meta-wrapper {
    display: flex;
}
.post-content .embed-meta-wrapper:not(.attachment) {
    background-color: transparent;
    border: 1px solid var(--accentColorGrey);
}
.embed-meta-wrapper .media {
    overflow: hidden;
}
.embed-meta-wrapper .media .media-body,
.embed-meta-wrapper .media .media-body > div {
    overflow: hidden;
}
.btn-restore-tribe{
    font-size: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.act-view-member{
    cursor: pointer;
}
.act-view-member.self{
    cursor: auto;
}
.nav-responsive{
    display: none;
}
.modal-bank-account .modal-dialog{
    max-width: 600px;
}
.card.title-member{
    border: 1px solid #ededed;
}
.card-detail-order .card-header{
    display: flex;
    justify-content: space-between;
    font-weight: normal;
    padding: 20px 30px;
}
.card-detail-order .card-header .item-header a{
    color: #707070;
}
.card-detail-order .card-header .item-header .fas{
    color: #b1b1b1;
}
.card-detail-order .card-body .order-detail-info{
    padding: 20px 30px;
    border-bottom: 1px solid #ededed;
}
.card-detail-order .card-body .order-detail-info .icon-copy{
    width: 17px;
    height: 17px;
    margin-left: 10px;
    cursor: pointer;
}
.card-detail-order .card-body .order-detail-info .title{
    font-weight: bold;
    margin-bottom: 20px;
}
.card-detail-order .card-body .order-detail-info .order-detail-code{
    margin-bottom: 20px;
}
.card-detail-order .card-body .order-detail-info .btn-action-detail-order{
    font-size: 12px;
}
.card-detail-order .card-body .order-detail-info .btn-action-detail-order .btn-buy-again:active{
    color: var(--mainColorOrange);
}
.card-detail-order .card-body .order-detail-info .order-detail-status .label-order-detail-status{
    color: var(--mainColorOrange);
    font-weight: bold;
}
.card-detail-order .card-body .order-detail-info .order-detail-info-address{
    margin-bottom: 15px;
}
.card-detail-order .card-body .order-detail-info .order-detail-info-address .order-detail-info-address-item{
    margin-bottom: 8px;
}
.card-detail-order .card-body .order-detail-info .order-detail-info-product-image{
    width: 100px;
    height: 100px;
    border-radius: 5px;
}
.card-detail-order .card-body .order-detail-info .order-detail-info-product-name{
    margin-bottom: 15px;
}
.card-detail-order .card-body .order-detail-info .order-detail-info-variant{
    display: flex;
    flex-direction: row;
}
.card-detail-order .card-body .order-detail-info .order-detail-info-variant a{
    margin-right: 10px;
    border-color: var(--accentColorGrey) !important;
    color: var(--mainColorDark);
}
.card-detail-order .card-body .order-detail-info .order-detail-info-product-price{
    font-size: 14px;
}
.card-detail-order .card-body .order-detail-info .order-detail-network{
    display: flex;
    align-items: center;
}
.card-detail-order .card-body .order-detail-info .order-detail-network .order-detail-network-image{
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.card-detail-order .card-body .order-detail-info .note-to-seller .title-note{
    margin-bottom: 15px;
}
.card-detail-order .card-body .order-detail-info .note-to-seller .note-text{
    color: var(--accentColorDarkGrey);
}
.card-detail-order .card-body{
    padding: unset;
}
.card-detail-footer{
    margin-top: 50px;
    padding: 0px 30px;
}
.card-detail-footer .list-info-detail-payment{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 13px;
}
.card-detail-footer .list-info-detail-payment.total-payment{
    margin-top: 35px;
}
.card-detail-footer .list-info-detail-payment.total-payment .price{
    color: var(--mainColorOrange);
    font-size: 24px;
    font-weight: normal !important;
}
.card-detail-footer .list-info-detail-payment .payment-item.price{
    font-weight: bold;
}
.modal-detail-order-confirmation .modal-dialog{
    max-width: 450px;
}
.modal-detail-order-confirmation.modal-complete-order .modal-dialog .modal-body{
    padding-top:60px;
    padding-left: 63px;
    padding-right: 63px;
}
.modal-detail-order-confirmation.modal-complete-order .modal-dialog .modal-body .text-modal{
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom : 55px;
}
.modal-detail-order-confirmation.modal-cancel-order .modal-dialog{
    max-width: 600px;
}
.modal-detail-order-confirmation.modal-cancel-order .modal-dialog .input-reason{
    width: 545px;
    height: 123px;
    margin-top: 15px;
    padding: 5px;
}
.modal-detail-order-confirmation .modal-dialog .modal-title{
    font-weight: bold;
}
.modal-detail-order-confirmation.modal-cancel-order .btn-confirm-cancel-order{
    width: 165px;
    height: 50px;
}
.modal-detail-order-confirmation.modal-review-product .modal-dialog{
    max-width: 880px;
}
.modal-detail-order-confirmation.modal-review-product .modal-dialog .input-review{
    width: 95%;
    height: 88px;
    margin: 10px 0px;
    padding: 5px;
}
.modal-detail-order-confirmation.modal-review-product .modal-dialog .btn-confirm-send-review{
    width: 143px;
    height: 100%;
    font-size: 12px;
    margin: 10px 0px;
}
.modal-detail-order-confirmation.modal-review-product .order-detail-info-rating.label{
    margin-top: 15px;
}
.modal-detail-order-confirmation.modal-review-product .order-detail-info-rating.stars{
    color: #FFC400;
}
.modal-detail-order-confirmation.modal-review-product .order-detail-info .order-detail-info-variant{
    display: flex;
    flex-direction: row;
    font-size: 12px;
}
.modal-detail-order-confirmation.modal-review-product .order-detail-info .order-detail-info-product-image{
    width: 100px !important;
    height: 100px !important;
    border-radius: 5px;
}
.modal-detail-order-confirmation.modal-review-product .order-detail-info .order-detail-info-variant a{
    margin-right: 10px;
    border-color: var(--accentColorGrey) !important;
    color: var(--mainColorDark);
    font-size: 12px;
}
.breadcrumb{
    padding: 10px 30px;
    margin-bottom : 10px;
}
.breadcrumb .link-back-to-shop{
    color: var(--mainColorOrange);
}
.breadcrumb .icon{
    width: 20px;
    height: 10px;
}
.section-my-transaction .list-item-transaction{
    padding: 10px 0px;
}
.section-my-transaction .list-item-transaction .title{
    padding: 0px 16px;
}
.section-my-transaction .list-item-transaction .list-item-transaction-content{
    padding: 16px;
}
.section-my-transaction .list-item-transaction .item-info .item-image img{
    width: 60px;
    height: 60px;
    border-radius: 5px;
    object-fit: cover;
}
.section-my-transaction .list-item-transaction .item-info .item-image{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 5px;
    border: none;
}
.section-my-transaction .list-item-transaction .item-info .item-detail .item-status{
    color: var(--mainColorDark);
}
.section-my-transaction .list-item-footer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0px 16px;
}
.section-my-transaction .list-item-footer .item-footer{
    display: flex;
    flex-direction: row;
}
.section-my-transaction .list-item-footer .item-footer .btn{
    font-size: 10px;
    margin: 0px 5px;
}
.section-my-transaction .list-item-footer .item-footer a{
    margin: 0px 20px 0px 0px;
}
.section-my-transaction .list-item-footer .item-footer .fas{
    color: #b1b1b1;
    margin-right: 5px;
}
.section-my-transaction .list-item-order{
    margin-top: 10px;
}
#modal-view-image-member .modal-content{
    border-radius: unset;
}
#modal-view-image-member .modal-body{
    padding: unset;
    position: relative;
}
#modal-view-image-member .modal-body button{
    position: absolute;
    color: #fff;
    right: -30px;
}
#modal-view-image-member .member-image-view{
    width: 350px;
    height: 350px;
}
#modal-view-image-member .member-image-view img{
    object-fit: cover;
}
.title-search-blank{
    padding: 16px 20px;
}
.card-hashtag .hashtag{
    color: #2F3237;
    font-size: 14px;
    line-height: 19px;
    padding-top: 10px;
}
.card-hashtag.list{
    flex: 1 1 auto;
    padding: 0rem 1.25rem;
}

.count-hashtag{
    color: #707070;
    font-size: 12px;
    line-height: 16px;
}
.card-pin-post{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 1px solid var(--accentColorLightGrey2);
}
.header-pin-post{
    padding: 20px;
}
.pin-post-title{
    font-size: 16px;
}
.header-pin-post .pin-post-more{
    font-size: 12px;
}

.main-prefooter-bottom {
    border: 1px solid #E5E5E5;
    z-index: 1;
}

.modal-shop .modal-dialog {
    height: 90%;
    align-items: center;
    display: flex;
    margin: auto;
}

.modal-shop .modal-content{
    border-radius: 16px;
}

.modal-shop .modal-body{
    padding: 0;
}

.cart-modal-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 24px 16px 24px 16px;
}

.cart-modal-body{
    border-top: 1px solid #EEF0F8;
    padding: 32px 16px;
}

.cart-modal-footer{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 16px;
}

.modal-shop .add-to-cart-btn{
    padding: 16px 32px;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    background: #ED692C;
    border-radius: 5px;
    color: #fff;
}

.form-auth {
    font-size: 14px;
}
.form-auth .form-group {
    margin-bottom: 24px;
}
.form-auth .form-group .control-box {
    padding-left: 0;
}
.form-auth .form-group label:not(.custom-control-label) {
    /* font-size: 16px; */
    font-weight: 600;
}
.form-auth .form-group .control-box label {
    /* font-size: 16px; */
    display: flex;
    padding: 15px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    cursor: pointer;
}
.form-auth .form-group input.form-control,
.form-auth .form-group select.form-control {
    height: 45px;
    border: 1px solid #EEF0F8;
    font-size: inherit;
}

.form-auth .form-group .btn {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: inherit;
}
.form-auth .input-group.input-merge {
    border: 1px solid #EEF0F8;
    border-radius: 5px;
}
.form-auth .input-group.input-merge input {
    border: none;
}
.form-auth .btn-password {
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0 15px;
    outline: none;
    color: #aaaaaa;
}
.custom-checkbox {}
.custom-checkbox .custom-control-label::before {
    background-color: rgba(237, 105, 44, 0.3);
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: rgba(237, 105, 44, 0.3);
    background-image: url('../../../img/landingpage/v4/icon-fill-checked.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;

}
.custom-radio.control-box .custom-control-label::before {
    border: 1px solid rgba(238, 238, 238, 1);
    width: 24px;
    height: 24px;
    position: unset;
    margin-right: 24px;
}
.custom-radio.control-box .custom-control-input:checked~.custom-control-label {
    border: 1px solid var(--colorOrange50Percent);
}
.custom-radio.control-box .custom-control-input:checked~.custom-control-label::before {
    background-color: #fff;
    background-image: url('../../../img/landingpage/v4/icon-radio-active.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.payment-confirmation{
    padding: 0px !important;
    border-radius: 5px;
}

.tribute-container {
    z-index: 3 !important;
}
.tribute-container.on-modal {
    z-index: 1051 !important;
}

.form-check.list-item {}
.form-check.list-item:hover,
.form-check.list-item.active {
    background-color: #EAF7FF;
}

.btn-waiting-payment{
    background-color: #DADADA !important;
    font-size:14px;
    font-weight: 500;
}
.accordion-shipper .card{
    box-shadow: 0.5px 0.5px 2px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    border: none;
}
.accordion-shipper .card-body{
    display: flex;
    align-items: center;
    cursor: pointer;
    background: #FFFFFF;
    border-radius: 10px;
    padding-bottom: 10px;
}
.accordion-shipper .checkbox{
    margin-right: 20px;
    width: 16px;
    height: 16px;
}
.accordion-shipper .image-expedition{
    width: 60px;
    height: auto;
}
.accordion-shipper .name-expedition{
    width: 150px;
    margin-left: 15px;
}
.accordion-shipper .list-service-expedition{
    color: #707070;
}
.accordion-shipper .list-service-expedition ul {
    text-align: center;
    padding: 0px;
    margin: 0px;
}
.accordion-shipper .list-service-expedition li {
    display: inline;
}
.accordion-shipper .service-selected.active{
    color: #EB692B;
    font-weight: 700;
}
/* .accordion-shipper .list-service-expedition li::after {
    content: " ";
    word-spacing: 1.5em;
    background-image: linear-gradient(
      -0.25turn,
      transparent 0 calc(50% - 0.03em),
      currentcolor 0 calc(50% + 0.03em),
      transparent 0
    );
} */
.accordion-shipper .accordion-list-expedition ul{
    list-style-type: none;
    padding-left: 0px;
}
.accordion-shipper .accordion-list-expedition ul li{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.accordion-shipper .accordion-list-expedition ul li:last-child{
    margin-bottom: 0px;
}
.section-join-tribe-request .list-member-request{
    min-height: calc(100vw * 0.5);
}
.badge.soft-red{
    background-color: rgba(235, 87, 87, 0.15);
    color: rgba(235, 87, 87, 1);
}
.badge.soft-yellow{
    background-color: rgba(226, 136, 0, 0.15);
    color: rgba(226, 136, 0, 1);
}
.badge.soft-green{
    background-color: rgba(84, 190, 121, 0.12);
    color: rgba(84, 190, 121, 1);
}
.badge.with-padding{
    padding: 5px 10px;
}
.alert.bg-yellow{
    background-color: rgba(255, 239, 184, 1);
}
.modal-info-verify .modal-body{
    padding: 60px 160px;
}
.modal-info-verify.reminder .modal-body{
    padding: 60px 100px;
}
.modal-info-verify .close{
    position: absolute;
    right: 20px;
    top: 20px;
}
.modal-info-verify .text-title{
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 16px;
}
.modal-info-verify .text-content{
    font-size: 16px;
    margin-bottom: 30px;
}
.card.preview-camera{
    min-height: 370px;
    color: var(--colorLightGrey);
    border-radius: 10px;
}
.card.preview-camera .card-body{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.card.preview-camera .card-body .image-pdf{
    width: 100%;
}
.card.preview-camera .card-body .image-pdf img{
    height: 250px !important;
}
.card.preview-camera .image-preview-ktp, .card.preview-camera .image-preview-selfie{
    height: 250px;
    object-fit: contain;
    max-width: 100px;
}
.card.preview-camera .image-preview-ktp.uploaded, .card.preview-camera .image-preview-selfie.uploaded, .card.preview-camera .image-preview-npwp.uploaded, .card.preview-camera .image-preview-card.uploaded{
    max-width: 400px;
    height: 250px;
    object-fit: contain;
}
.card.preview-camera .image-take-photo.npwp .icon, .card.preview-camera .image-take-photo.ktp .icon, .card.preview-camera .image-take-photo.card-manual .icon {
    width: 100px;
    height: auto;
}
.modal-camera .modal-dialog{
    max-width: 600px;
}
.modal-camera .timer{
    text-align: center;
    color: #ffffff;
    font-size: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    border: 1px solid white;
}
.modal-camera .timer-selfie{
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid white;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
}
.card.preview-camera .card-body .image-take-photo{
    cursor: pointer !important;
}
.frame-ktp{
    position: absolute;
    width: 270px;
    height: 170px;
    top: 50px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    border: 1px solid white;
    border-style: dashed;
    display: flex;
    align-items: center;
}
.frame-ktp-selfie{
    position: absolute;
    width: 100px;
    height: 70px;
    top: 175px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    background-size: 100%;
    border: 1px solid white;
    border-style: dashed;
}
.alert.bg-information{
    background-image: url('../../img/light/information-background.png');
    background-repeat: no-repeat;
    padding-left: 100px;
}
.text-disabled{
    color: var(--colorDisable);
}
.form-verify button:disabled, .form-verify button:disabled:hover{
    background-color: #ededed !important;
    color: var(--mainColorLight);
    border: none !important;
}
.form-verify .label{
    margin-bottom: 5px;
}
.form-verify input{
    height: 40px;
    font-size: 14px;
}
.form-verify .form-control{
    margin-bottom: 30px;
}
.form-verify .selection{
    -webkit-appearance: none;
    background-image: url(../../img/light/icon/icon-caret-down.svg);
    background-repeat: no-repeat;
    background-position: 85% 50%;
    background-size: 10%;
    margin-right: 10px;
}
.form-verify select{
    padding-left: 15px;
    box-shadow: none;
    border: 1px solid var(--accentColorLightGrey2);
    border-radius: 10px;
    font-size: var(--fontSizeBody1);
}
.modal-confirm-verify .modal-body{
    padding: 30px 100px;
    text-align: center;
}
.modal-confirm-verify .text-title{
    margin-top: 26px;
    margin-bottom: 16px;
}
.modal-confirm-verify .text-content{
    margin-bottom: 26px;
}
.modal-confirm-verify .button-area{
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-confirm-verify .modal-header{
    border: none;
}
.modal-confirm-verify .modal-header .close{
    position: absolute;
    right: 15px;
}
.modal-confirm-verify .modal-header .modal-title{
    width: 100%;
    text-align: center;
}
.oval{
    position: absolute;
    width: 100px;
    height: 135px;
    background-color: transparent;
    border-radius: 100px / 150px;
    border: 1px solid white;
    border-style: dashed;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 30px;
}

.line-active-step{
    margin-top: 16px;
    border-bottom: 2px solid #F0F0F0;
}
.line-active-step.active{
    border-bottom: 2px solid var(--mainColorOrange);
}

.card-step .card-header{
    border-bottom: none;
}

.form-verify input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background: url("../../img/light/icon-calendar.png") no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    border-width: thin;
}

.form-verify .form-radio{
    height: 40px;
}

.modal.restrict-upgrade-plan .modal-dialog {
    max-width: 800px;
}
.restrict-upgrade-plan .modal-header {
    padding-top: 14px;
    padding-bottom: 0;
    border-bottom: 0;
}
.modal.restrict-upgrade-plan .container-upgrade-plan {
    text-align: center;
    margin-bottom: 39px;
}
.restrict-upgrade-plan .upgrade-image {
    margin-bottom: 50px;
}
.restrict-upgrade-plan .upgrade-content-title {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    display: block;
    margin-bottom: 10px;
}
.restrict-upgrade-plan .upgrade-content-description {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    display: block;
    margin-bottom: 43px;
}
.restrict-upgrade-plan .btn-upgrade-plan {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    padding: 13px 65px;
}

.switch-language .nav-item{
    margin: 0px 5px;
}

@-webkit-keyframes showHide {
    0%{ opacity:.25 }
    100%{ opacity:1 }
}
@-moz-keyframes showHide {
    0%{ opacity:.25 }
    100%{ opacity:1 }
}
@-o-keyframes showHide {
    0%{ opacity:.25 }
    100%{ opacity:1 }
}
@keyframes showHide {
    0%{ opacity:.25 }
    100%{ opacity:1 }
}

@media only screen
and (min-width: 1440px)
and (orientation: landscape){
    .business-page .top-dashboard .btn-dashboard-business{
        width: 200px !important;
    }
}

/*  Extra large devices (large desktops, 1200px and up)     */
@media (min-width: 1200px) {

}

/*  Large devices (desktops, 992px and up)      */
@media (min-width: 992px) {

}

/*  Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .col-md-23-5 {
        -ms-flex: 0 0 23.5%;
        flex: 0 0 23.5%;
        max-width: 23.5%;
    }
    .col-md-54 {
        -ms-flex: 0 0 54%;
        flex: 0 0 54%;
        max-width: 54%;
    }
    .col-md-22-5 {
        -ms-flex: 0 0 22.5%;
        flex: 0 0 22.5%;
        max-width: 22.5%;
    }
}

/*  Small devices (landscape phones, 576px and up)      */
@media (min-width: 576px) {

}

/* Extra small devices (portrait phones, less than 576px)   */
@media (max-width: 575.98px) {
    .switch-language{
        position: relative !important;
        display: flex;
        justify-content: center;
        width: 100%;
        right: unset !important;
    }
    .card.preview-camera .image-example{
        width: 100%;
    }
    .card.preview-camera .image-example img{
        width: 100%;
    }
    .card.preview-camera canvas{
        width: 100%;
    }
    .column-reverse{
        flex-direction: column-reverse;
    }
    .modal.modal-tribe-confirmation .modal-dialog{
        max-width: 395px !important;
    }
    .submenu-topic{
        left: -90%;
    }
    .section-my-transaction .list-item-footer .btn-buy-again.no-responsive{
        display: none;
    }
    .modal-detail-order-confirmation .modal-dialog{
        margin-top: 30%;
    }
    .modal-detail-order-confirmation.modal-complete-order .modal-dialog .modal-body{
        padding-left: 50px;
        padding-right: 50px;
    }
    .card-detail-order .card-body .order-detail-info .order-detail-info-product-image{
        width: 100%;
        height: 100%;
        object-fit: contain;
        border-radius: 5px;
    }
    .card-detail-order .card-body .order-detail-info .order-detail-info-product-price{
        font-size: 12px;
        margin-bottom: 10px;
    }
    .card-detail-footer .list-info-detail-payment.total-payment .price{
        font-size : 14px;
    }
    .card-detail-order .card-body .order-detail-info .btn-action-detail-order{
        font-size: 10px;
        width: 120px !important;
        margin-top : 10px;
    }
    .modal-detail-order-confirmation.modal-review-product .order-detail-info .order-detail-info-product-image{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .modal.modal-review-product .order-detail-info{
        text-align: center;
    }
    .modal-detail-order-confirmation.modal-review-product .modal-dialog .input-review{
        margin-top: 10px;
    }
    .modal-detail-order-confirmation.modal-review-product .modal-dialog .btn-confirm-send-review{
        font-size: 12px;
        height: 100%;
    }
    .left-panel.home-feed{
        display: none;
    }
    .right-panel{
        display: none;
    }
    #main-menu-tribe .nav{
        font-size: 12px;
    }
    #main-menu-tribe .nav li a{
        padding: 6px 10px;
    }
    .modal-w-350{
        max-width: 100%;
        padding: 0px 20px;
    }
    .form-search input{
        width: 100%;
    }
    .navbar-header {
        min-height: 65px;
        height: 100%;
        padding: 10px;
    }
    .navbar-header .logo{
        width: 100%;
    }
    .footer.started .button-right{
        width: 23%;
    }
    .footer.started .button-area-started{
        padding: 10px 10px 20px 10px;
    }
    .progress{
        width: 80%;
    }
    .main-page-started .box{
        padding: 0px 10px;
    }
    .main-page-started .box .box-form{
        height: 100%;
        padding: 10px 0px;
        margin-bottom: 80px;
    }
    .main-page-started .box .box-form .form-group{
        padding-left: 10px;
    }
    .main-page-started .box .box-form .started-interest .list-interest .list-item-interest{
        width: 100%;
    }
    .main-page-started .box .box-form .content-title{
        padding: 0px 5px;
    }
    .section-page-user .started-interest .list-interest .list-item-interest{
        width: 100%;
    }
    .list-interest .list-item-interest .label{
        font-size: 10px !important;
    }
    .main-page-started .box .box-form .started-interest .list-interest{
        display: grid;
        grid-template-columns: 25% 25% 25% 25%;
        grid-template-rows: 55% 55%;
        padding: 0px 5%;
    }
    .section-page-user .started-interest .list-interest{
        display: grid;
        grid-template-columns: 25% 25% 25% 25%;
        grid-template-rows: 55% 55%;
    }
    .section-my-transaction .list-item-footer .item-footer .btn{
        width: 100%;
        height: 100%;
    }
    .inner.header .logo{
        width: 150px;
        /* background-image: url("../../img/tribelio/new-tribelio-logo-only.png");
        background-size: contain; */
    }
    .main-member-profile-tophead .navbar-nav{
        padding-right: unset;
    }

    .main-member-profile-tophead .navbar-nav .nav-item{
        margin: 5px 0;
    }
    .collapse-wrapper .collapse-content .nav-item, .collapse-wrapper .collapse-content .nav-item {
        margin-left: 10px;
    }
    .form-search {
        margin-top: 20px;
    }
    .form-user-profile{
        padding-left: unset;
        padding-right: unset;
    }
    .section-menu-user .list-menu .list-menu-items{
        font-size: 10px;
        padding-left: 5px;
    }
    .section-menu-user .list-menu .list-menu-logout .icon{
        width: 15px;
    }
    .section-page-user .list-tab{
        padding: 5px 20px;
    }
    .section-page-user .box-feed .post-content-header .info-user-post .image{
        width: 30px;
        height: 30px;
    }
    .list-interest .list-item-interest .icon{
        width: 40px !important;
        height: 40px !important;
    }
    .list-interest .list-item-interest .icon img{
        width: 40px !important;
        height: 40px !important;
    }
    .footer.started{
        height: auto;
    }
    .footer.started .label-process{
        width: 15%;
    }
    .section-home-tribe .list-item .list-item-action .dropdown-menu.show{
        left: -80px !important;
    }
    .section-my-transaction .list-items{
        padding-left: unset;
        padding-right: unset;
    }
    .section-my-transaction .list-item-transaction{
        padding: 10px 10px;
    }
    .section-my-transaction .list-item-transaction .item-info .item-image{
        height: 55px;
    }
    .section-my-transaction .list-item-transaction .item-info .item-image img{
        width: 40px;
        height: 40px;
    }
    .section-my-transaction .list-item-transaction .item-info .item-detail{
        margin-left: 10px;
    }
    .section-my-transaction .list-item-transaction .item-content .item-price{
        font-size: 12px;
    }
    .section-my-transaction .list-item-transaction .item-info .item-detail .item-status{
        font-size: 12px;
    }
    .section-page-user .list-business-account-item{
        align-items: center;
        margin-bottom: 20px;
    }
    .section-page-user .list-business-account-item .member-name{
        width: 100%;
    }
    .section-managed-business .list-business-account{
        padding: unset;
    }
    .section-page-user.section-managed-business .list-business-action{
        justify-content: flex-end;
        display: none;
    }
    #modal-create-tribe .list-business-account .card{
        width: 100%;
    }
    .section.create-business-tribe{
        padding: 20px 10px !important;
    }
    .section-menu-user .list-menu .list-menu-items{
        padding-left: 10px;
    }
    .section.section-menu-user .list-menu .dropdown-divider{
        display: none;
    }
    .section-page-user.section-join-request .list-business-account-item{
        flex-direction: row;
        align-items: center;
    }
    .section-page-user.section-managed-business .list-business-action .icon{
        display: block;
    }
    .section-page-user.section-managed-business .list-business-action .label{
        display: none;
    }
    .inner.header a.navbar-brand {
        width: auto;
    }

    .main-member-profile-tophead .navbar-list-icon{
        display: flex;
        flex-direction: column;
        background-color: var(--mainColorLight);
        /* width: 100vw;
        position: absolute; */
        /* top: 60px;
        left: -10px; */
    }
    .business .main-member-profile-tophead .navbar-list-icon{
        background-color: inherit;
    }

    .nav-responsive{
        display: block;
        color: #000;
    }
    .business .nav-responsive {
        /* color: var(--mainColorLight); */
    }
    .nav-default{
        display: none;
    }
    .nav-default img{
        display: none;
    }
    .navbar.navbar-expand-lg.navbar-header{
        background-color: var(--mainColorLight);
    }
    /* .row.navbar-header{
        display: flex;
        flex-wrap: inherit;
        flex-direction: row-reverse;
    } */
    .navbar-header .navbar-list-icon > .nav-item > a{
        display: block;
        background-color: transparent;
        padding-left: 10px;
    }
    .navbar-list-icon > .nav-item > a:hover{
        box-shadow: unset;
    }
    .section-page-user{
        margin-top : 20px;
    }
    .box-affiliate-summary{
        margin-bottom: 10px;
    }
    .post-image-galleries .image-galleries-item .image-item {
        height: 300px;
        min-height: 300px;
    }
    .schedule-wrapper {
        overflow-y: auto;
    }
    .section-email-newsletter .list-item-setting-newsletter .list-label {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 0%;
    }
    .dropdown-notification.dropdown-menu {
        width: 100%;
    }
    .main-member-profile-tophead .dropdown-menu.dropdown-profile {
        width: 100%;
    }
    .post-content-header .post-action-wrapper .post-label-info .label .special-offer {
        font-size: 10px;
    }
    .post-content-header .post-action-wrapper .post-label-info .label-icon .icon {
        width: 20px;
        height: 20px;
    }
    .main-member-profile-tophead {
        overflow-y: auto;
        max-height: calc(100vh - 65px);
    }
    #formReport .custom-control .custom-control-label,
    .form-report-tribe .custom-control .custom-control-label {
        position: absolute;
    }
    .modal-view-images .load-post-item.feed-container{
        display: none;
    }
    .modal-fullscreen-xl .slider-image{
        margin-top: 200px;
    }
    .modal-complete-order .button-area button.btn{
        width: 80px !important;
    }
    .navbar-list-icon .nav-item > a.image-profile-user > .short-name {
        display: none;
    }
    .section-account-balance .info-bank{
        flex-direction: column;
    }
    .section-account-balance .info-bank .info-bank-account{
        margin-top: 10px;
    }
    .section-account-balance .filter-section .col-filter-export{
        display: flex;
        justify-content: flex-start;
    }
    .section-account-balance .btn-export{
        display: none;
    }
    .section-account-balance .btn-export.mobile{
        display: block;
    }
}
