@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
/* font-family: 'Open Sans', sans-serif; */
@font-face {
    font-family: 'MuseoSans';
    src: url('../font/MuseoSans/museosans-500.eot'); /* IE9 Compat Modes */
    src: url('../font/MuseoSans/museosans-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../font/MuseoSans/museosans-500.woff') format('woff'), /* Pretty Modern Browsers */
        url('../font/MuseoSans/museosans-500.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('../font/MuseoSans/museosans-500.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'ProximaNova';
    src: url('../font/Proxima/Proxima Nova Reg.eot'); /* IE9 Compat Modes */
    src: url('../font/Proxima/Proxima Nova Reg.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../font/Proxima/Proxima Nova Reg.woff') format('woff'), /* Pretty Modern Browsers */
        url('../font/Proxima/Proxima Nova Reg.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('../font/Proxima/Proxima Nova Reg.svg#svgFontName') format('svg'); /* Legacy iOS */
}

:root {
    --fontColorPrimary: #090913;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    background: #fff;
}

body.search-community {
    background-color:#fff;
    background-image: url('../img/landingpage/bg-header-search.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 40%;
}
body.auth-global-bg {
    background-image: url(../img/bg-login.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-position: top center;
    background-size: 100%;
    background-size: cover;
    background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    /*font-family: 'Montserrat';*/
}
.text-primary {
    color: #F37429!important;
}

.btn.btn-primary {
    background: #f36f28!important;
}

.btn.btn-primary-login{
    background:#f37429!important;
    color: #fff;
}

.btn.btn-primary:hover,.btn.btn-primary:focus,.btn.btn-primary:visited {
    /*background:#662D8E!important;*/
}

.btn.btn-login-rounded {
    border-radius: 20px;
    height: 40px;
}
.form-auth-container .btn.btn-login-rounded {
    height: 40px;
    padding: .6rem 2.5rem !important;
    font-size: 1rem;
    text-transform: none;
}
a.unstyled {
    color:inherit;
}

.btn-rounded {
    border-radius:5px;
}
.font-inherit {
    font-size:inherit!important;
}
.btn {
    padding: .6rem 2.5rem;
    font-size:1rem;
    text-transform: none;
}
.btn.btn-xs, .btn-group-xs>.btn {
    padding: .1rem .5rem;
    font-size: .8rem;
    line-height: 1.55;
    border-radius: .125rem;
}
.btn.btn-xs.btn-rounded, .btn-group-xs>.btn.btn-rounded {
    border-radius:5px;
}
a.text-primary:hover, a.text-primary:focus, a.text-primary:visited {
    color: #f36f28!important;
}
.progress-bar {
    background-color: #f36f28;
    color: #fff;
}
.form-control:focus, .custom-select:focus {
    border-bottom-color: #f36f28;
    -webkit-box-shadow: 0 -1px 0 0 #f36f28 inset;
    box-shadow: 0 -1px 0 0 #f36f28 inset;
}
.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: #f36f28;
}

.custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, .custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #662D8E;
}
.custom-control.custom-radio .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:%662D8EFF'/%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:%662D8EFF'/%3E%3C/svg%3E")
}
.object-fit-contain {
    object-fit:contain;
}
.tb-have-block {
    min-height:110px;
}
/*material minicolors*/
.material-style .minicolors-theme-default .minicolors-input {}
.material-style .minicolors-theme-default .minicolors-input.input-color{
    padding-left:140px !important;
    border-color:#767676;
}
.material-style .minicolors-theme-default .minicolors-swatch {
    top: 0px !important;
    left: 0px !important;
    width: 92px !important;
    height: 100% !important;
    border: 0 !important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #fff;

    background-image: linear-gradient(to right, #767676 50%, transparent 50%), linear-gradient(to right, #767676 50%, transparent 50%), linear-gradient(to bottom, #767676 50%, transparent 50%), linear-gradient(to bottom, #767676 50%, transparent 50%);
    background-position: left top, left bottom, left top, right top;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 20px 2px, 20px 2px, 2px 20px, 2px 20px;
}

.minicolors-swatch-color {
    position: absolute !important;
    top: 2px !important;
    left: 2px !important;
    right: 2px !important;
    bottom: 2px !important;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
/*material dtp */
.dtp-date, .dtp-time {
    background: #662D8E;
    color: #fff;
}
header.dtp-header {
    background: #88278E;
    color: #fff;
}
table.dtp-picker-days tr>td>a.selected {
    background: #662D8E;
    color: #fff !important;
}
.dtp .year-picker-item.active {
    color: #662D8E;
}
.dtp .year-picker-item:hover {
    color: #662D8E;
}
.dc-btn {
    color: #fff;
    font-size: 0.875rem;
    padding: 3px 15px;
    cursor: pointer;
    border: 1px solid #f36f28;
    background-color: #f36f28;
}
.dc-btn.dc-btn-muted {
    border: 1px solid #a3a3a3 !important;
    background-color: #a3a3a3 !important;
}
.dc-btn.dc-btn-xs {
    padding: 2px 7px !important;
    font-size: 10px;
    font-weight: normal;
    color: #fff !important;
}
a.dc-btn:hover {
    color: #fff;
}
.dc-btn.dc-btn-lg {
    padding: 6px 30px;
}
.dc-btn.outline {
    border: 2px solid #fff;
    background-color: transparent;
}

.btn-outline-primary {
    background: transparent;
    -webkit-box-shadow: 0 0 0 1px #f58123 inset;
    box-shadow: 0 0 0 1px #f58123 inset;
    color: #f58123;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
    background: #f58123;
    -webkit-box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.15), 0px 4px 5px 0px rgba(0,0,0,0.1), 0px 1px 10px 0px rgba(0,0,0,0.06);
    box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.15), 0px 4px 5px 0px rgba(0,0,0,0.1), 0px 1px 10px 0px rgba(0,0,0,0.06);
    color: #fff;
}
.dc-btn.outline-form-save {
    /*color: #5f2d83;*/
    /*border: 1px solid #5f2d83;*/
    background-color: transparent;
    border-radius: 5px;
    height: 30px;
    width: 80px;
}
.dc-btn.dc-btn-radius {
    border-radius: 5px;
}
.dc-btn.dc-btn-shadow {
    -moz-box-shadow: 0px 1px 3px #f36f28;
    -webkit-box-shadow: 0px 1px 3px #f36f28;
    -o-box-shadow: 0px 1px 3px #f36f28;
    box-shadow: 0px 1px 3px #f36f28;
}
.dc-btn-dark {
    background-color: #323232;
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
}
.dc-btn-icon-end > i {
    float: right;
    font-size: 150%;
    font-weight: 600;
}

.dc-btn.btn-edit-image-cover{
    position: absolute;
    right: 0;
    bottom: 70px;
    background-color: #e4e4e4;
    font-weight: 500;
    border: 1px;
    color: #000;
}

.dc-btn.btn-edit-image-profile{
    position: absolute;
    bottom: 0px;
    left: 306px;
    border-radius: 50%;
    background-color: #e4e4e4;
    color: #000;
    border: 1px;
    padding: 8px 12px;
    font-size: 1.2rem
}

.dc-btn.btn-add-topic{
    padding: 15px 0px;
    margin: 10px 0px;
}

.dc-btn.dc-btn-signout{
    padding: 6px 15px;
    border: 1px solid #fff;
}

.dc-btn.member-type{
    background-color: #ff5d5d;
    border: 1px solid #ff5d5d;
}

.profile-header-separator{
    border-right: 1px solid #fff;
    margin: 0px 20px;
}

a.dc-link {
    color: #fff;
}
a.dc-link:hover {
    text-decoration: underline;
}
a.dc-link.primary {
    color: #000;
}
a.dc-link.secondary {
    color: #4E5155;
}
.dc-icons {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}
.dc-icons.lamp-2 {
    background-image: url('../img/icons/lamp-2.png');
}
.dc-icons.smile {
    background-image: url('../img/icons/smile.png');
    background-position:center;
}
.dc-icons.calendar {
    background-image: url('../img/icons/calendar.png');
    background-size: 18px 18px;
    background-position: center;
}
.dc-icons.house-silhouette {
    position: relative;
}
.dc-icons.house-silhouette:before {
    content: "";
    background-image: url(../img/icons/house-silhouette.png);
    display: block;
    position: absolute;
    bottom: -4px;
    width: 20px;
    height: 20px;
}
a.active .dc-icons.house-silhouette:before,
.dc-icons.house-silhouette:before:hover {
    background-image: url('../img/icons/house-silhouette-white.png');
}
.dc-icons.ball {
    background-image: url('../img/icons/ball.png');
}
.dc-icons.exploration {
    background-image: url('../img/icons/exploration.png');
}
.dc-icons.multiple-users-silhouette {
    background-image: url('../img/icons/multiple-users-silhouette.png');
}
.dc-icons.lamp {
    background-image: url('../img/icons/lamp.png');
}
.dc-icons.leadership {
    background-image: url('../img/icons/leadership.png');
}
.min-height-100vh {
    min-height:100vh;
}
.min-height-80vh {
    min-height:80vh;
}
.ui-wh-120 {
    width:120px !important;
    height:120px !important;
}
.ui-wh-35 {
    width:35px !important;
    height:35px !important;
}
.ui-wh-40 {
    width:40px !important;
    height:40px !important;
}
.ui-wh-50 {
    width:50px !important;
    height:50px !important;
}

.ui-wh-60 {
    width:60px !important;
    height:60px !important;
}
.ui-wh-80 {
    width:80px !important;
    height:80px !important;
}
.ui-w-35 {
    width: 35px !important;
    height: auto;
}
.ui-w-150 {
    width: 150px !important;
    height: auto;
}
.ui-w-200 {
    width: 200px !important;
    height: auto;
}
.square {width: 100%;position:relative;}
.square:after {content: "";display: block;padding-bottom: 100%;}
.square > .square-content {height:100%;position:absolute;left:0;top:0;width:100%;}
.square > .square-content > .image-absolute-wrapper {height:100%;}


.square-67 {width: 100%;position:relative;}
.square-67:after {content: "";display: block;padding-bottom: 67%;}
.square-67 > .square-content {height:100%;position:absolute;left:0;top:0;width:100%;}
.square-67 > .square-content > .image-absolute-wrapper {height:100%;}


.square2-h {width: 100%;position:relative;}
.square2-h:after {content: "";display: block;padding-bottom: 50%;}
.square2-h > .square-content {height:100%;position:absolute;left:0;top:0;width:100%; text-align: center;}
.square2-h > .square-content > .image-absolute-wrapper {height:100%;}


.image-absolute-wrapper { position: relative;}
.image-absolute-wrapper img, .image-absolute-wrapper img.img-responsive {
    position: absolute;
    width:auto;
    max-width:100%;
    height: auto;
    max-height: 100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    min-height: 1px;
    font: 0/0 a;
}
.text-larger {
    font-size:150%!important;
}
.object-fit-cover {
    object-fit:cover;
}
.nowrap-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.px7-gutters {
    margin-right: -7px;
    margin-left: -7px;
}
.px7-gutters>.col, .px7-gutters>[class*="col-"] {
    padding-right: 7px;
    padding-left: 7px;
}
.w-40px {
    width:40px;
}
.w-60px {
    width:60px;
}
.w-90px {
    width:90px;
}

.h-40px {
    height:40px;
}
.h-60px {
    height:60px;
}
.h-90px {
    height:90px;
}

.wh-40px {
    width:40px;
    height:40px;
}
.wh-60px {
    width:60px;
    height:60px;
}
.wh-90px {
    width:90px;
    height:90px;
}



.container-660 {
    max-width:660px;
    padding:0;
}
.container-400 {
    max-width:400px;
    padding:0;
}

.container-520{
    max-width: 520px;
    padding: 0;
}

.container-570{
    max-width: 570px;
    padding: 0;
}

.container-auth{
    max-width: 100% !important;
}


/* modal start */

.modal.sidebar .modal-dialog {
    max-width: 670px;
    width: 100%;
    position: fixed;
    left: auto;
    right: 0;
    height: 100%;
    top: 0;
    margin: 0;
}
.modal.sidebar .modal-dialog.profile{
    max-width: 665px;
}
.modal.sidebar .modal-dialog.profile{
    width: 785px;
}
.modal.sidebar .modal-content {
    border: 0;
    border-radius: 0;
    position: absolute;
    overflow-x: hidden;
    height: 100%;
}
.modal.sidebar .modal-header {
    border-top:0;
    color:#fff;
    padding: 15px;
    display:flex;
    align-items:center;
    top:0;
    height: 140px;
    width:100%;
    left:auto;
    right:0;
    position:absolute;
    background-color: #fff;
    background-image: url('../img/icons/bg-round-orange.png');
    background-repeat: no-repeat;
    background-position: bottom center;
}

.modal.sidebar .modal-header.profile{
    padding-left: 35px;
    padding-right: 35px;
}


.modal.sidebar .modal-header .modal-title, .modal.sidebar .modal-header h3.modal-title{
    font-size:1.1rem;
}
.modal.sidebar .modal-header .close, .modal.sidebar .modal-header .close {
    position: absolute;
    font-size:50px;
    right: 1.5625rem;
    margin: 0;
    padding: 0;
    line-height: 100%;
    height: auto;
    /*top: 50%;*/
    top: 1.5625rem;
    transform: translateY(-50%);
    z-index: 2;
}
.modal.sidebar .modal-header .close, .modal.sidebar .modal-header .close:hover{
    color:#fff;
    opacity: 0.8;
}
.modal.sidebar .modal-header .close, .modal.sidebar .modal-header .close:focus {
    outline: none;
}

.modal.sidebar .modal-body {
    top: 0px;
    bottom:72px;
    padding:0;
    left:0;
    right:0;
    overflow-y: auto;
    overflow-x: hidden;
    width:100%;
    max-width:785px;
    left:auto;
    right:0;
}

.modal.sidebar .modal-body.profile button.close {
    width: 40px;
    height: 40px;
}
.modal.sidebar .modal-body.profile > .container {
    overflow: hidden;
}

.modal.sidebar .modal-body.profile .my-top-post a {
    display: block;
    margin-bottom: 1rem;
}

.modal.sidebar .modal-header ~.modal-body {
    /*top: 60px;*/
    top: 180px;
    padding: 30px 100px 20px 100px !important;
}

.modal.sidebar .modal-header-action{
    margin-right: 40px;
    font-size: 1.5rem;
}

.modal.sidebar .modal-body.profile .profile-summary-body{
    margin-bottom: 30px;
}

.modal.sidebar .modal-footer-inside {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    position:fixed;
    bottom:0;
    height:72px;
    width:100%;
    max-width:750px;
    margin-bottom:0;
}
.modal.sidebar .modal-header .close:hover{
    opacity: 1;
}
.modal.sidebar .modal-cropper .btn-group-header-modal {
    position: absolute;
    right: 100px;
    top: 16px;
}

.modal-header.edit{
    padding-left: 20px !important;
}

.modal-header.edit img{
    width: 40px;
    height: 40px;
}

.modal-header.edit .network-name{
    position: absolute;
    left: 70px;
}

.modal-header.edit .network-name p{
    margin-bottom: 0;
}

.modal-body.edit{
    padding: 30px 20px 20px 20px !important;
}

.modal-body.edit .section{
    margin-top: 20px;
}

.modal-body.edit .section .content a{
    color: var(--fontColorPrimary);
}

.modal-body.edit .section .header{
    color: var(--fontColorPrimary);
    font-size: 1rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.modal-body.edit .section .header i{
    font-size: 1.3rem;
    margin-right: 20px;
}

.modal-body.edit .section .content .row{
    margin-top: 10px;
}

.modal-body.edit .section .content .row:first-child{
    /*margin-top: 15px;*/
}

.modal-body.edit .section .content .col-edit-network{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 0.9rem;
    font-weight: 500;
}

.modal-body.edit .section .content .col-edit-network i{
    font-size: 1.2rem;
    color: #c5c5c5;
}

.modal-body.edit .section.member-gender .radio-edit-profile{
    width: 25px;
    outline: none;
    border: 3px solid red;
}

.radio-edit-profile:checked:before {
    background: green;

}

.radio-edit-profile:checked {
    border-color:green;
}

.modal-body.edit .input-form{
    height: 55px;
    border: 1px solid #767676;
    border-radius: 5px;
    margin-top: 20px;
    padding: 5px 20px;
}

.modal-body.edit textarea{
    height: 150px !important;
}

.modal-body.edit .top-navigation{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 1rem;
    font-weight: 500;
    color: var(--fontColorPrimary);
}

.modal-body.edit .top-navigation i{
    font-size: 1.4rem;
    color: #000;
}

.modal-body.edit .photo-profile img{
    margin-top: 20px;
    width: 140px;
    height: 140px;
    object-fit: cover;
}
.modal-body.edit img.img-profile-cover-member-edit {
    object-fit:cover;
    width:100%;
    height:auto;
    max-height:300px;
}
.modal-body.edit .btn-image-profile{
    position: absolute;
    bottom: 15px;
    left: 35px;
    background-color: #F37429 !important;
    border-radius: 15px;
    color: #fff !important;
    font-size: 1rem;
}

.modal-body.edit .btn-image-banner{
    background-color: #F37429 !important;
    border-color: #F37429 !important;
    color: #fff;
    position: absolute;
    right: 15px;
    bottom: 10px;
    font-size: 1rem;
    border-radius: 15px;
}

.modal-body.edit .paragraph{
    font-size: 1rem;
    line-height: 1.8
}

.modal-body.edit .content label{
    margin-top: 20px;
}
.modal.modal-centered .modal-dialog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}
/* modal end */

.home-container {
    /*min-height:100vh;*/
    min-height:750px;
}

.home-container .logo-container, .home-network-blank .logo-container {
    padding:18px;
    max-width:261px;
    margin-top: 20px;
}
.home-network-blank .footer-container {}
.home-network-blank .footer-container .copyright {
    font-size: 80%;
}
.search-container {
    position:relative;
    margin-top:35px;
    margin-bottom:35px;
}
.search-container .input-group-append {
    width: 65px;
}

.home-search-input {
    width:100%;
    border-radius:25px;
    height:50px;
    background: rgba(204, 204, 204, 0.4);
    border:1px solid #bbb;
    /*padding:10px 80px 10px 40px;*/
    color:#fff;
    overflow: hidden;
}
.home-search-input input {
    padding-left: 40px !important;
    color: #fff;
}
.home-search-input input:focus {
    border-bottom-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.home-search-input .btn {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.search-container .icon-search {
    position:absolute;
    right:30px;
    font-size:150%;
    color:#9c9a9a;
    top:12px;
}

.home-search-input > input {
    border-bottom: none;
}
.home-search-input:focus{
    outline:none;
}
.home-search-input::placeholder {

    color: #fff;
    opacity: 1; /* Firefox */
}
.home-search-input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
}

.home-search-input::-moz-placeholder {
    color: #fff;
    opacity: 1; /* Firefox */

}

.home-search-input:-ms-input-placeholder {
    color: #fff;

}
.home-search-input::-ms-input-placeholder {
    color: #fff;
}
.home-container .slick-dots {
    bottom: -50px;
}
.home-container .slick-dots li button {

    display: block;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    padding:0;
    background:#f48821;
    opacity:.5;
}

.home-container .slick-dots li.slick-active button{
    opacity:1;
}
.home-container .slick-dots li {

    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.home-container .slick-dots li button:before {
    display:none;
}
.home-container .network-featured-container  {
    margin-top:75px;
    padding-bottom:25px;

}
.home-container .network-featured-title {
    color:#fff;
    font-size:160%;
    font-weight:600;
    margin-bottom:10px;
}

.home-container .network-featured-container .img-banner {
    object-fit: cover;
}

.home-container .login-link-container {
    font-size:150%;
    color:#fff;
    border-top:1px solid #fff;
}
.home-container .login-link-container .login-link {
    padding:10px 40px;
}

.bg-body .home-auth-blank{
    background-color: #fff;
    height: 100%;
    min-height: 700px;
}
.home-network-blank {
    position:relative;
}
.home-network-blank .top-overlay {
    position:absolute;
    background-color:#662D8E;
    height:215px;
    left:0;
    right:0;
    /*background-image:linear(#662D8E,#88278E);*/
    z-index:-1;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#662d8e+0,89278e+100 */
    background: #662d8e; /* Old browsers */
    background: -moz-linear-gradient(left, #662d8e 0%, #89278e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #662d8e 0%,#89278e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #662d8e 0%,#89278e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#662d8e', endColorstr='#89278e',GradientType=1 ); /* IE6-9 */
}

.card-container.no-padding {
    padding: 0px !important;
}
.home-network-blank .card-container {
    padding:43px;
    background:#fff;
    border-radius:10px;
    -webkit-box-shadow: 0 2px 3px 0px rgba(0,0,0,0.03), 0 1px 4px 0 rgba(0,0,0,0.04), 0 3px 1px -2px rgba(0,0,0,0.04);
    box-shadow: 0 2px 3px 0px rgba(0,0,0,0.03), 0 1px 4px 0 rgba(0,0,0,0.04), 0 3px 1px -2px rgba(0,0,0,0.04);
}
.home-network-blank.home-account-container .card-container {
    border-radius: 8px;
}
.home-network-blank.home-account-container .card-container.rounded-35 {
    border-radius: 35px;
}
.home-network-container .header-middle-container {
    position:relative;
}
.home-network-container .network-logo-container {
    position:absolute;
    top:-85px;
    left:30px;
}
.home-network-container .network-logo-container img {
    border-radius:50%;
    border:5px solid #fff;
    width:170px;
    height:170px;
}
.home-network-container .network-title-container {
    padding-left:225px;
    max-width: 580px;
}
.home-network-container .network-title-container .network-title {
    font-weight:500;
    font-size:200%;

}
.home-network-container .network-title-container .network-biography {
    font-size:200%;
    font-style:italic;

}
.home-network-container .btn-join-network {
    padding:10px 30px;
    border:2px solid #662D8E;
    color:#662D8E;
    font-size:130%;
    border-radius:5px;
    margin-left:auto;
}
.home-network-container .header-bottom-item {
    padding:15px;
    font-size:120%;

}
.home-network-blank {
    /*    background-repeat: no-repeat;
        background-size: cover;
        background-color: #f37429;*/
}
.home-network-blank .form-auth-container {
    background-color: rgba(255,255,255,0.925);
    padding: 20px 60px;
    margin: 15% auto;
}
.home-network-blank .form-auth-wrapper {
    margin: 30px auto;
}

/*  card network on Auth */
.home-network-blank.home-account-container .network-preview {
    padding: 10px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    /*min-height: 700px;*/
    height: 100%;
}
.network-preview img.network-banner {
    border-radius: 8px;
    height: 250px;
    /*width: 90%;*/
    width: 100%;
    object-fit:cover;
}
.network-preview .header-middle-container {
    position:relative;
}
.network-preview .network-logo-container {
    position:absolute;
    top:-60px;
    left:40px;
}
.network-preview .network-logo-container img {
    border-radius:50%;
    border:4px solid #fff;
    width:120px;
    height:120px;
    object-fit: cover;
}
.network-preview .network-title-container {
    padding-left: 170px;
    width: 100%;
}
.network-preview .network-title-container .network-title {
    font-weight:600;
    font-size:120%;

}
.network-preview .network-title-container .network-biography {
    font-size: 100%;
    font-style: italic;
    font-weight: 400;
}
.header-bottom-container {}
.header-bottom-container .header-bottom-item.text-larger {
    margin: 10px 25px;
}
.network-preview .body-container {
    padding: 0px 20px 20px 20px;
}
.network-preview .body-container .page-title {
    font-weight: 600;
    margin-top: 30px;
}

.dc-header {
    background: #fbfbfb;
    background: -moz-linear-gradient(left, #fbfbfb 0%, #fbfbfb 100%);
    background: -webkit-linear-gradient(left, #fbfbfb 0%,#fbfbfb 100%);
    background: linear-gradient(to right, #fbfbfb 0%,#fbfbfb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#fbfbfb',GradientType=1 );
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.1);
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
    position:fixed;
    width:100%;
    height: 70px;
    top:0;
    left:0;
    right:0;
    z-index: 10;
    padding-bottom: 0px;
}
.dc-header .container {
    height:100%;
    display:flex;
    align-items:center;

}

.dc-logo{
    padding-left: 20px;
}
.dc-logo img {
    width: auto;
    height: 100%;
    max-height: 40px;
}

.dc-logo .text{
    color: #fff;
    padding-left: 10px;
}

.dc-logo .text .maintext{
    margin: 0;
    font-size: 0.9rem;
    font-weight: 600;
    font-family: MuseoSans;
}

.dc-logo .text .subtext{
    font-size: 0.4rem;
    font-family: ProximaNova;
}

.dc-search {
    position: relative;
    flex-grow: 1;
}
.dc-header-nav ul li.dc-header-nav-item .dropdown-notification-data a {
    padding: 0.25rem 0.25rem;
}
.dc-header-nav ul li.dc-header-nav-item.tablist-view .dropdown-notification-data a {
    display: flex;
}
.dc-header-nav ul li.dc-header-nav-item.tablist-view .dropdown-notification-data .media-notification-dropup .media-body .header{
    font-weight: bold;
}
.dc-search form {
    max-width:734px;
    width:100%;
    position: relative;
    padding: 0px 0.8125rem;
}
.dc-search .search-input {
    width:100%;
    border-radius: 18px;
    border:none;
    height:34px;
    padding:8px 20px;
    color: #403c3d;
    background:#E9E9E9;
    height:43px;
    font-size: .9rem;
    font-weight: 500;
    -moz-box-shadow: 0px 0px 2px #a7a7a7;
    -webkit-box-shadow: 0px 0px 2px #a7a7a7;
    -o-box-shadow: 0px 0px 2px #a7a7a7;
    box-shadow: 0px 0px 2px #a7a7a7;
}

.dc-search .search-input:focus {
    outline:none;
}

.dc-search .search-input::placeholder {
    color:#a7a7a7;
    opacity: 1; /* Firefox */
}
.dc-search .search-input::-webkit-input-placeholder {
    /*color:#BDA0CE;*/
    opacity: 1; /* Firefox */
}

.dc-search .search-input::-moz-placeholder {
    /*color:#BDA0CE;*/
    opacity: 1; /* Firefox */
}
.dc-search .search-input:-ms-input-placeholder {
    color:#a7a7a7;
}

.dc-search .search-input::-webkit-input-placeholder {
    color:#a7a7a7;
    opacity: 1; /* Firefox */
}

.dc-search .search-input::-moz-placeholder {
    color:#a7a7a7;
    opacity: 1; /* Firefox */

}

.dc-search .search-input:-ms-input-placeholder {
    color:#a7a7a7;

}
.dc-search .search-input::-ms-input-placeholder {
    color:#a7a7a7;
}
.dc-search .icon-search {
    position: absolute;
    right:33px;
    top:8px;
    /*color:#BDA0CE;*/
    font-size:1rem;
}
.dc-search button[type="submit"] {
    padding: 0;
    margin: 0;
    border: none;
    display: block;
}
.dc-header-nav {}
.dc-header-nav ul li {}
.dc-header-nav ul li.dc-header-nav-item-separator {
    position: relative;
    padding: 0.75rem 0.8125rem;
}
.dc-header-nav ul li.dc-header-nav-item-separator:before {
    content: "";
    height: 20px;
    width: 1px;
    display: block;
    position: absolute;
    background-color: #C6C6C6;
}

.dc-header-nav ul li.dc-header-nav-item a {
    color: #000;
    padding: 0.75rem 0.8125rem;
}
.dc-header-nav ul li.dc-header-nav-item a > i {
    font-size:150%;
    color: #6e6e6e;
}
.dc-header-nav ul li.dc-header-nav-item a.active > i {}

.dc-content {
    margin-top:70px;
    background-color: inherit;
}
.dc-content .card {
    border-radius: 6px;
    border: 1px solid transparent;
    overflow: hidden;
}

.dc-content .card.shadow {
    -webkit-box-shadow: 0 5px 8px 1px rgba(0,0,0,0.05), 0 3px 8px 0 rgba(0,0,0,0.06), 0 3px 1px -2px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 5px 8px 1px rgba(0,0,0,0.05), 0 3px 8px 0 rgba(0,0,0,0.06), 0 3px 1px -2px rgba(0,0,0,0.05);
    box-shadow: 0 5px 8px 1px rgba(0,0,0,0.05), 0 3px 8px 0 rgba(0,0,0,0.06), 0 3px 1px -2px rgba(0,0,0,0.05);
}
.dc-content .card.noshadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.dc-content .card.overlay-hide {
    /*    content: "";
        background-color: rgba(0,0,0,0.2);
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        border-radius: inherit;*/
}

.card-left-panel .profile-info-container {
    position:relative;
}

.card-left-panel .profile-info-container .profile-info {
    background:rgba(0,0,0,.2);
    color:#fff;
    padding:20px 0px;
}
.card-left-panel .profile-info-container .profile-tools {
    position: absolute;
    width: 100%;
    text-align: right;
    top: 0;
    left: 0;
    padding: 13px;
}
.card-left-panel .profile-info-container .profile-tools a {
    color: #fff;
    font-size: 1.125rem
}

.card-left-panel .profile-image-container {
    padding:20px 20px 20px 20px;

}
.card-left-panel .profile-image-container img {
    width:90px;
    height:90px;
}
.left-navigation ul {
    list-style: none;
    margin:0;
    padding:0;
    font-weight: lighter;
}
.left-navigation ul li {
    list-style: none;
    padding:0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    /*margin-bottom: 20px;*/
    margin-bottom: 8px;
}
/*.left-navigation ul li:last-child {
    margin-bottom: 0px;
}*/
.left-navigation ul li.separator {
    border-bottom: 1px solid #ccc;
    width: 130px;
    margin-left: 59px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.left-navigation ul li a {
    /*border-left:5px solid #fff;*/
    background:#fff;
    display:block;
    color: inherit;
    font-size:1rem;
    /*padding: 6px 23px;*/
    padding: 7px 10px 10px 25px;
    font-weight: normal;
    transition: 0.3s;
}

.left-navigation ul li a.active {
    background: #f58123;
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.left-navigation ul li a:hover {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: inherit;
    background: rgba(228, 224, 224, 0.4);
}

.left-navigation ul li a i {
    color:#000000;
    margin-right: 30px;
    width:20px;
}
.left-navigation ul li a.active i {
    color:#fff;
}


.card-left-panel .separator {
    height:5px;
    border-bottom:1px solid #ccc;
    margin:0px 10px;
}

.card-left-panel .copyright {
    padding:1rem 0;
    margin:0px 10px;
    text-align:center;
    margin-top: .5rem
}

.card-left-panel .separator {
    margin-top: 60%;
}
.dc-content-header-footer .card-left-panel .copyright {
    margin-top: .5rem
}
.card-padding, .card-right-panel {
    padding:30px 30px;
}
.card-right-panel {
    padding:0px 15px 30px 15px;
}
.card-right-panel .section-info {
    margin-top:20px;
}
.card-right-panel .section-info .section-title {
    display:flex;
    align-items: center;
    color:#000;
    border-bottom:1px solid #ccc;
    padding-bottom:5px;
}
.card-right-panel .section-info .section-title i {
    color:#F47226;
    width:20px;
    margin-right:10px;
}

.card-filter-form{
    padding: 30px 35px 20px 27px;
}
.padding-875[class*="col"] {
    padding-right: 8.75px;
    padding-left: 8.75px;
}

.network-slide-item {
    height: 222px;
    border-radius: 13px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 20px;
    position: relative;
    color: #fff;
}
.network-slide-item .network-slide-item-content {
    margin-top: 15px;
}
.network-slide-item .network-slide-item-content img {
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    box-sizing: border-box;
    padding: 1px;
    margin-bottom: 10px;
}
.network-slide-item .network-slide-item-content .title {
    font-weight: 700;
    letter-spacing: -0.5px;
    font-size: 0.925rem;
    line-height: 1.75;
}
.network-slide-item .network-slide-item-content .quote {
    font-style: italic;
}
.network-slide-item .network-slide-item-footer {
    position: absolute;
    width: calc(100% - 40px);
    bottom: 20px;
}
.network-slide-item .network-slide-item-footer .left {}
.network-slide-item .network-slide-item-footer .right {}
.network-slide-item .network-member-count {
    font-weight: 700;
    font-size: 0.925rem;
}
.network-slide-item .network-member-action {
    float: right;
}
.network-slide-item .network-member-action a {}

.network-square-item {
    height: 100%;
    border-radius: 13px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 10px;
    position: relative;
    color: #fff;
    font-size: 0.75rem;
    overflow: hidden;
}
.network-square-item .network-square-item-content {
    margin-top: 7px;
}
.network-square-item .network-square-item-content img {
    max-width: 48px;
    border: 1px solid #fff;
    box-sizing: border-box;
    padding: 1px;
    margin-bottom: 10px;
}
.network-square-item .network-square-item-content .title {
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1.5;
}
.network-square-item .network-square-item-content .quote {
    font-style: italic;
    font-size: 90%;
}
.network-square-item .network-square-item-footer {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left:0px;
    background-color: #f48721;
    padding: 5px 10px;
}
.network-square-item .network-square-item-footer .left {}
.network-square-item .network-square-item-footer .right {}
.network-square-item .network-member-count {
    font-weight: 700;
}
.network-square-item .network-member-action {
    float: right;
}
.network-square-item .network-member-action a {
    color: #fff;
}
.network-square-item .network-member-action a:hover {
    text-decoration: underline;
}

.profile-summary{}
.profile-summary .profile-image{
    text-align: center;
    margin-top: 145px;
    position: relative;
}
.profile-summary .profile-image img{
    width: 125px;
    height: 125px;
    box-shadow: 0px 0px 0px 6px #fff;
}

.profile-summary .profile-summary-body{
    margin-top: 25px;
    text-align: -webkit-center;
}

.profile-summary .profile-summary-body .profile-member-name{
    font-size: 2rem;
}

.profile-summary .profile-summary-body .profile-member-type{
    margin-top: 10px;
    margin-bottom: 10px;
}

.profile-summary .profile-summary-body .profile-member-bio{
    font-size: 0.7rem;
    line-height: 1.8;
}

.profile-summary .profile-summary-footer{
    justify-content: center;
    padding: 0px 18px;
    margin: 0 auto;
}

.profile-summary .profile-summary-footer ul{
    padding-left: 0;
}

.profile-summary .profile-summary-footer ul li::before{
    padding-left: 0;
    color: #000;
}

.profile-summary .profile-summary-footer .title{
    font-size: 1rem;
}

.profile-summary .profile-summary-footer .activity{}
.profile-summary .profile-summary-footer .activity .list-activity{
    float: left;
    margin-right: 30px;
}

.profile-summary .profile-summary-footer .list-footer .list-activity{
    margin: 10px 0px;
    font-size: 1rem;
}

.profile-summary .profile-summary-footer .list-footer .list-activity i{
    font-size: 1.2rem;
}

.profile-summary .profile-summary-footer .activity .list-activity:first-child{
    list-style-type: none;
}

.profile-summary .profile-summary-footer .activity .list-activity:last-child a{
    color: #f36f28;
}

.profile-summary .profile-summary-footer .detail{
    margin-top: 30px;
}
.profile-summary .profile-summary-footer .detail li{
    list-style-type: none;
}
.profile-image-background {
    position: absolute;
    width: 1800px;
    border-radius: 100%;
    overflow: hidden;
    transform: translateX(-50%);
    left: 50%;
    top: -1000px;
    height: 1210px;
}
.profile-image-background img{
    width: 785px;
    height: 210px;
    position: absolute;
    object-fit: cover;
    border-color: transparent transparent #000 transparent;
    border-radius: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.form-post-navigation ul {
    list-style: none;
    padding: 0;
    display: flex;
}
.form-post-navigation ul li {
    margin-right: 5px;
}
.form-post-navigation ul li:last-child {
    margin-right: 0;
}
.form-post-navigation ul li a {
    color: #202841;
    padding: 5px 12px;
    border-radius: 15px;
    font-weight: 500;
}
.form-post-navigation ul li a.active,
.form-post-navigation ul li a:hover {
    background: #f0f3f8;
}

.member-header-filter{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.member-header-filter .member-count{
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--fontColorPrimary);
}

.member-header-filter .setting{
    font-size: 1.5rem;
}

.member-header-filter .setting i{
    color: #ababab;
}

.member-content-filter{
    margin-top: 20px;
}

.member-content-filter ul{
    list-style: none;
    padding: 0;
    display: flex;
}

.member-content-filter ul li{
    margin-left: 10px;
}

.member-content-filter ul li:first-child{
    margin-left: 0;
}

.member-content-filter .btn{
    font-size: 0.8rem;
    height: 35px;
    padding: 0.5rem 1rem;
    border-radius: 7px;
    border-color : #f36f28;
}

.member-content-filter ul li:first-child .btn{
    width: 65px;
}

.member-search-filter input{
    position: relative;
    margin-top: 6px;
    width:100%;
    border-radius: 18px;
    border:none;
    height:45px;
    padding:8px 20px;
    background:#fff;
    color:gray;
    font-size:1rem;
    -moz-box-shadow: 0px 0px 2px #BDA0CE;
    -webkit-box-shadow: 0px 0px 2px #BDA0CE;
    -o-box-shadow: 0px 0px 2px #BDA0CE;
    box-shadow: 0px 0px 2px #BDA0CE;
}

.member-search-filter input:focus{
    outline: none;
}

.member-search-filter .icon-search {
    position: absolute;
    right: 60px;
    top: 159px;
    font-size: 1.3rem;
}

.row-member{
    /*border-top: 1px solid #e4e2e2;*/
}

.row-member:first-child{
    /*border-top: none;*/
}

.row-member .member-photo{
    padding-left: 25px;
}

.member-list-container{
    padding: 30px 15px 20px 10px;
}

.member-list-container .list-member{
    width: 100%;
    margin: 7px 0px;
}
.member-list-container .list-member ul{
    list-style: none;
    display: flex;
    padding: 0;
}

.member-list-container .list-member li{
    width: 100%;
    padding-top: 10px;
}

.member-list-container .list-member li:first-child{
    width: 70%;
    padding-top: 10px;
}

.member-list-container .list-member li .name{
    font-size: 1.1rem;
}

.member-list-container .list-member .profile-image img{
    width: 50px;
    height: 50px;
}

.list-member .circle-add{
    border-radius: 50%;
    width: 35px;
    height: 35px;
    border: 2px solid gray;
    font-size: 1.3rem;
    display:flex;
    align-items: center;
    justify-content: center;
}

.list-member .circle-add i{
    font-size: 1rem;
}



/* authentication */
.dc-auth {
    min-height: 700px;
    /*    background-color: #fff;
        background-image: url(../img/bg-login.jpg);
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-position: top center;
        background-size: 100%;
        background-attachment: fixed;*/
}
.dc-auth .dc-auth-content {
    padding-top: 60px;
}

.dc-auth .left-content {
    background-color: #ffffff7a;
    min-height: 768px;
    height: -webkit-fill-available; /* for safari */
    height: 100%;   /* for chrome   */
}

.form-auth-wrapper .form-header {}
.form-auth-wrapper .logo-wrapper {
    position: relative;
}
.form-auth-wrapper .logo-wrapper:before {
    content: "Beta Version";
    position: absolute;
    right: -40px;
    top: 0;
    background: #fff;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 10px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
    color: #f37429;
    font-style: italic;
}
.form-auth-wrapper .form-header img.logo {
    max-width: 200px;
    margin-top: 70px;
}

.form-auth-wrapper .form-header .logo.forgot{
    max-width: 200px !important;
    padding-top: 40px;
    padding-bottom: 30px;
}

.form-auth-wrapper .form-header .small.forgot{
    width: 375px;
    text-align: center;
}
.form-auth-wrapper.express-link {}

.auth-text-logo{
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0;
    color: #f36f28;
    font-family: MuseoSans;
}

.auth-text-logo .orange{
    color: #f5822a;
}

.auth-subtext-logo{
    font-size: 0.5rem;
    font-weight: 500;
    margin-bottom: 40px;
    font-family: ProximaNova;
    letter-spacing: 1.2px;
}

.logo-auth-bottom{
    width: 40px;
}

.content.bottom .auth-text-logo{
    font-size: 0.7rem;
}

.content.bottom .auth-subtext-logo{
    font-size: 0.3rem;
}

.form-auth-wrapper .form-header h3 {
    font-weight: 600;
    font-size: 1.6rem;
    margin: 0;
    line-height: 1.5;
}
.dc-auth .dc-auth-content .form-auth-wrapper .form-body {
    margin: 40px auto;
}
.form-auth-wrapper .form-body .form-group {
    margin-bottom: 22px;
}
.form-auth-wrapper .form-body .form-body-heading {
    font-weight: 600;
    text-align: center;
    margin-top: 38px;
    color: #000;
}
.form-auth-wrapper .form-body .form-body-heading.network-auth {
    font-weight: 600;
    text-align: center;
    margin-top: 38px;
    color: #000;
    font-size: 1rem;
}

.form-body.auth{
    width: 80%;
}
.dc-input-square {
    background-color: #eeeeee;
    border: 1px solid #c9c9c9;
    padding: .6rem 1rem !important;
}

.dc-input-square::placeholder{
    /*
    text-align: center;
    */
}

.form-auth-wrapper a.form-link {
    color: #969897;
    font-size: 0.85rem;
}

.form-auth-wrapper a.form-link.with-line{
    color: #f37429;
    text-decoration: underline;
}

.form-auth-wrapper a.form-link.with-line.color-blue{
    color: #f37429;
    text-decoration: underline;
}

.form-auth-wrapper a.form-link.underline {
    text-decoration: underline;
}
.form-auth-wrapper a.form-link:hover {
    color: #7f7f7f;
    text-decoration: underline;
}

.form-header .small.subtext{
    font-size: 75%;
    letter-spacing: 1px;
    color: #F37429!important;
}

.form-control.dc-input-square:focus {
    border-color: #bfbebe;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.dc-auth .dc-auth-content .form-auth-wrapper .form-footer {}
.dc-auth .dc-auth-content .form-auth-wrapper .form-footer .text-bottom{
    color: #000;
    font-weight: 600;
}

.dc-auth .dc-auth-greeting {
    min-height: 500px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#682d8e+0,88278e+100 */
    /*    background: #682d8e;  Old browsers
        background: -moz-linear-gradient(-45deg, #682d8e 0%, #88278e 100%);  FF3.6-15
        background: -webkit-linear-gradient(-45deg, #682d8e 0%,#88278e 100%);  Chrome10-25,Safari5.1-6
        background: linear-gradient(135deg, #682d8e 0%,#88278e 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#682d8e', endColorstr='#88278e',GradientType=1 );  IE6-9 fallback on horizontal gradient */
}

.dc-auth .dot-box{
    position: absolute;
    top: 450px;
}

.dc-auth .dot-box .dot{
    height: 125px;
    width: 125px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
}

.topics-list {}
.topics-list .topics-item {}
.topic-square-item {
    height: 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 10px;
    position: relative;
    color: #fff;
    font-size: 0.75rem;
    overflow: hidden;
}
.topic-square-item .topic-square-item-content {
    text-align: center;
    display: table;
    height: 100%;
    width: 100%;
}
.topic-square-item .topic-square-item-content a {
    color: #fff;
    font-size: 125%;
    vertical-align: middle;
    display: table-cell;
    font-weight: 600;
}

.feed-container {}
.post-info-container {
    /*    border-top: 1px solid rgba(0,0,0,0.1);
        border-bottom: 1px solid rgba(0,0,0,0.1);
        padding: 8px 0;*/
}
.form-comment-reply {
    flex-grow:1;
}
.post-comment-navigation {
    margin: 10px auto;
}

/* New Comment */
.comment-wrapper {}
.comment-wrapper .comment-info {}
.comment-wrapper .comment-body {}
.comment-wrapper .comment-body .comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
/*  single comment item */
.comment-item {}
.comment-item div {
    display: block;
}
.comment-item .comment {}
.comment-item .info {
    padding-left: 40px;
}

.comment-wrapper .comment-body .comment-list li {}
.comment-wrapper .comment-form {}

.comment-wrapper .comment-body .comment-list li ul.comment-list {
    padding-left: 40px;
}
.comment-wrapper .comment-body .comment-list li ul.comment-list .comment-item .info {
    padding-left: 30px;
}
/* End New Comment */

.setting-interest .content .image-text{
    text-align: center;
    position: absolute;
    bottom: 22px;
    display: flex;
    flex-direction: column;
    left: 12px;
    align-items: center;
    width: 62%;
    pointer-events: none;
}

.setting-interest .content .image-text img{
    width: 50px;
}

.setting-interest .content .image-text p{
    font-size: 0.8rem;
    margin-top: 5px;
    color: #000;
}

.setting-interest .content .image-text.checked p{
    color: #fff;
}

.post-action{
    color:inherit;
    padding: 0;
    max-width: 240px;
}

.post-action .row-post-action{
    display: flex;
    flex-direction: row;
    /*justify-content: space-around;*/
}

.post-action .row-post-action i{
    margin-right: 10px;
    font-size: 1.1rem;
    margin-top: 3px;
    color: #989696;
}
.post-action .row-post-action {}
.post-action .row-post-action > a {
    display: block;
    width: 100%;
}
.post-action .row-post-action > a:hover {
    background-color: rgba(204, 204, 204, 0.2);
}
.post-action .row-post-action .content {
    margin: unset;
}
.post-action .row-post-action .content .action-title{
    margin-bottom: 0;
}

.post-action .row-post-action .content .action-subtitle{
    margin-bottom: 0;
    font-size: 0.6rem;
}
.post-action .row-post-action a {}
.post-action .row-post-action .media {}
.post-action .row-post-action .media p {
    font-size: 10px;
    line-height: 1.125;
    margin: 2px 0;
}
.post-action .row-post-action .media p.action-title {
    font-size: 12px;
    margin-bottom: 5px;
}
.post-action .row-post-action .media p.action-subtitle {}
/*Toggle*/
.switch {
    position: relative;
    display: inline-block;
    width: 43px;
    height: 23px;
}

.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: 17px;
    width: 17px;
    left: 5px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #f36f28;
}

input:focus + .slider {
    box-shadow: 0 0 1px #f36f28;
}

input:checked + .slider:before {
    -webkit-transform: translateX(17px);
    -ms-transform: translateX(17px);
    transform: translateX(17px);
}

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

.slider.round:before {
    border-radius: 50%;
}

.content-notif ul{
    padding: 0;
}

.row-list-menu{
    margin-top: 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
/*End Toggle*/

/*Custom checkbox*/

.interest {
    display:none;
}

.interest + label
{
    background: #fff;
    border: 1px solid darkgrey;
    border-radius: 5px;
    height: 125px;
    width: 100px;
    display:inline-block;
    padding: 0 0 0 0px;
}
.interest:checked + label
{
    background: #f36f28;
    border: 1px solid #f36f28;
    color: #fff;
    height: 125px;
    width: 100px;
    display:inline-block;
    padding: 0 0 0 0px;
}

/*end custom*/

.card-topic-detail{
    color: #fff;
}
.card-content-topic{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.card-content-topic .topic-name{
    font-size: 1.2rem;
}

.card-content-topic i{
    font-size: 1.5rem;
    color: #fff;
}


.modal.dc-post-modal .modal-dialog {
    max-width: 53%;
    padding-right: 32px;
    top: 48px;
    border-radius: 6px;
}
.modal.dc-post-modal .modal-content {
    border-radius: 6px;
}

.dropdown-add-topic{
    position: absolute;
    left: -.25rem;
    will-change: top, left;
    /* width: 683px !important; */
    border-radius: 0px 0px 8px 8px;
}

.dropdown-add-topic .label-add-topic{
    padding-top: 10px;
    font-size: 0.85rem;
    font-weight: 500;
    border-top: 1px solid #ccc;
}

.desc-invite{
    font-size: 0.7rem;
}

.search-keyword-title{
    font-size: 1.4rem;
}

.dc-auth-greeting{
    padding-top: 80px;
    padding-left: 50px;
}

.dc-auth-greeting .title-greeting{
    color: #fff;
    font-size: 0.8rem;
}

.card-floating-left{
    width: 124px;
    z-index: 1;
    position: absolute;
    border-radius: 5px;
}

.dc-auth-greeting .card-header{
    padding: 0;
}

.card-floating-left .card-text-greeting{
    font-size: 0.6rem;
}

.dc-auth-greeting .card-body{
    padding: 0;
}

.dc-auth-greeting .content-card{
    margin-left: 90px;
}
.card-floating-left .card-body ul{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.card-floating-left .card-body ul li i{
    color: #f2592f;
    font-size: 2rem;
    margin-right: 5px;
}

.card-floating-left .content{
    padding: 5px 5px;
}

.card-floating-right{
    width: 278px;
    position: absolute;
    left: 185px;
    top: 60px;
    border-radius: 5px;
}

.card-floating-right .logo-cirle{
    margin-bottom: 30px;
}

.card-floating-right .logo-cirle img{
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-position: right;
    background-color: #fff;
    position: absolute;
    left: 118px;
    top: 185px;
}

.card-floating-right .content{
    margin: 0px 30px;
}

.card-floating-right .right-org-name{
    margin-bottom: 0;
}

.card-floating-right .right-sub-org-name{
    font-size: 0.7rem;
}

.card-floating-right .right-description{
    font-size: 0.75rem;
}

.img-logo-auth-right{
    width: 40%;
    margin-bottom: 20px;
}

.row-comment{
    background-color: #f2f3f5;
    border-radius: 20px;
    padding: 7px 20px;
    font-size: 0.8rem;
    min-width: 180px;
    position: relative;
}
.row-comment .comment-value {
    white-space: pre-wrap;
    word-break: break-word;
}
.row-comment-embed {
    margin-top: 3px;
}
.row-comment-embed .tb-iframe-responsive>* {
    border-radius: 20px;
}

.row-comment .comment-action {
    display: none;
    position: absolute;
    right: 5px;
    top: 5px;
}
.row-comment:hover .comment-action {
    display: block;
}
.comment-container.highlight .row-comment {
    background-color: #fff9d7;
}
.row-bottom-comment{
    margin-top: 10px;
    color: #000;
    padding-left: 20px;
}
.row-bottom-comment-reply {
    padding-left: 20px;
}

.row-bottom-comment a{
    color: #000;
}

.row-bottom-comment .label{
    font-size: 0.8rem;
}

.action-load-more{
    margin-top: 10px;
}

.post-comment-container{
    display: flex;
}

.post-comment-container .input-form{
    border-radius : 30px;
    padding : 0px 20px;
    outline: none;
}

.post-comment-container .input-form::placeholder{
    font-style: italic;
}

.comment-container .rounded-circle.comment{
    width: 40px;
    height: 40px;
}

.comment-container{
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 10px;
}

.comment-container:last-child{
    border-bottom: none;
    padding-bottom: 10px;
}

.creator-name{
    margin-bottom: 5px;
}
ul.emoji-list {
    margin:0;
    padding:0;
}
ul.emoji-list * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
ul.emoji-list li {
    font-size: 16px;
    float: left;
    display: inline-block;
    padding: 2px;
    margin: 4px;

}
img.emoji {
    height: 1.5em;
    width: 1.5em;
    margin: 0 .05em 0 .1em;
    vertical-align: -0.1em;
    background: transparent!important;
    border: 0;
    box-shadow: none;
    outline: none;
}

.twemoji-picker-category img.emoji {
    cursor:pointer;
}

.network-intro-media img{
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid black;
    border-style: dashed;
    height: 300px;
}
.network-intro-media-preview {
    display: flex;
    justify-content: center;
    border: 1px solid black;
    border-style: dashed;
    height: 300px;
}
.network-intro-media-preview img {
    object-fit: fill;
}
.label-network-intro{
    border-radius: 25px;
    padding: 20px;
    position: absolute;
    bottom: 40px;
    left: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.label-network-intro .icon{
    font-size: 5rem;
    margin-bottom: 20px;
}

.label-network-intro .heading{
    font-size: 1.5rem;
}

.label-network-topic{
    border-radius: 25px;
    padding: 20px;
    position: absolute;
    bottom: 40px;
    left: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.label-network-topic .icon{
    font-size: 5rem;
    margin-bottom: 20px;
}

.label-network-topic .heading{
    font-size: 1.5rem;
}

.search-result-container {
    color: #fff;
}
.search-result-container .search-result-header {
    text-align: center;
    margin-bottom: 30px;
    color: #4E5155;
}
.search-result-container .search-result-header h3 {
    font-weight: 600;
    font-size: 140%;
}
.search-result-container .search-result-content {}

.media-search-network {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255,255,255, 0.2);
}
.media-search-network img {
    height: 70px;
    width: 70px;
    border: 1px solid #fff;
    box-sizing: border-box;
    padding: 1px;
}
.media-search-network .media-body {}
.media-search-network .media-body span {
    display: block;
}
.media-search-network .media-body .title {
    font-weight: 600;
}
.media-search-network .media-body .quote {
    font-style: italic;
}
.media-search-network .media-action {}

.load-form-reply{
    padding-left: 12.5%;
}

.image-cr-padding{
    /*padding: 15px;*/
}

.list-category-report li{
    list-style-type: none;
}

.input-form-report{
    height: 60px;
    border: 1px solid #767676;
    border-radius: 5px;
    margin-top: 20px;
    padding: 5px 20px;
}

.image-member-circle{
    width: 40px;
    height: 40px;
    object-fit:cover;
}

.image-member-circle.creator{
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.image-member-circle.right-member{
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.image-member-circle.discover{
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.btn-invite{
    background-color: #f47226;
    border-color: #f47226;
}

.long-text-interest{
    bottom: 0px !important;
}

.btn-image-comment{
    z-index:0;
}

.btn-image-reply{
    z-index:0;
}

.modal-report{
    border-radius : 10px;
}

.icon-dot-right-network{
    font-size:2px;
    margin-right: 2px;
}
.form-footer .label-info{
    color: #000;
    font-weight: 600;
}
.form-auth-wrapper .form-control.dc-input-square::placeholder{
    color: #000;
}
.bg-google {
    background-color: #d56461 !important;
    color: #fff;
}
.bg-google:hover {
    color: #fff;
}
.bg-facebook {
    background-color: #4167b2 !important;
    color: #fff;
}
.bg-facebook:hover {
    color: #fff;
}
.bg-twitter {
    background-color: #45b0e4 !important;
    color: #fff;
}
.bg-twitter:hover {
    color: #fff;
}

.member-right-network{
    margin-left: -20px;
}

.member-right-network:first-child{
    margin-left: 0px;
}

.discover-card .card{
    min-height: 230px;
}

.nav-link-notification {
    position: relative;
}
.nav-link-notification.muted {}

.nav-link-notification .notif-unread {
    position: absolute;
    top: 5px;
    left: 24px;
    background-color: #e67676;
    border-radius: 50%;
    /*font-size: 73%;*/
    font-size: 0;
    padding: 3px;
    text-align: center;
/*    width: 18px;
    height: 18px;*/
    width: 12px;
    height: 12px;
    font-weight: 600;
    line-height: 1;
    overflow: hidden;
}

.nav-link-notification .notif-unread.no-counter {
    font-size:0;
    width: 12px;
    height: 12px;
}


.modal-backdrop{
    z-index: 1;
}

.modal-footer.report-bug{
    display: flex;
    flex-direction: column;
}

.image-report-bug{
    width: 150px;
    height: auto;
}

.media-network-navigation .media-body{
    font-size: 0.9rem;
}

.dropdown-notification-data .chat-image img{
    width: 50px;
    height: auto;
}

.form-auth-wrapper .btn-group{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 0px 25px;
}

.form-auth-wrapper .box-purple{
    width: 95px;
    height: 55px;
    border: 2px solid #f37429!important;
    text-align: center;
    padding-top: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
}

.form-auth-container > .form-auth-wrapper .box-purple {
    width: 80px;
    height: 45px;
    padding-top: 5.5px;
}
.form-auth-container > .form-auth-wrapper .box-purple a {}
.form-auth-container > .form-auth-wrapper .box-purple a > img {
    width: 30px;
}
.form-auth-wrapper .box-purple img{
    width: 35px;
}

.form-auth-wrapper .text-term{
    text-align: center;
    font-size: 0.9rem;
    font-weight: 500;
    margin: 10px 0px;
}

.form-auth-wrapper .text-term .blue{
    color: #03a9f4;
}

.form-auth-wrapper.express-link .box-purple {
    border: none !important;
    border-radius: 10px;
    margin-right: 5px;
}
.form-auth-wrapper.express-link .box-purple:last-child {
    margin-right: 0px;
}

.form-auth-wrapper.express-link .box-purple.facebook {
    background-color: #3b5a94;
}
.form-auth-wrapper.express-link .box-purple.twitter {
    background-color: #61d0f1;
}
.form-auth-wrapper.express-link .box-purple.google {
    border: 1px solid #4188ee !important;
}
.form-auth-wrapper.express-link .box-purple.google img {
    width: 21px;
    margin-top: 6px;
}
.form-auth-wrapper.express-link .form-group .form-control.dc-input-rounded {
    height: auto;
}
.input-group-rounded {
    margin: 8px 0px;
    border-radius: 20px !important;
    background-color: #fff;
    border: 1px solid #c9c9c9;
    min-height: unset;

}
.input-group-rounded input {
    padding: .6rem 1rem !important;
    font-size: 85%;
}
.input-group-rounded .input-group-prepend {
    margin: auto 10px;
}
.form-group .form-control.dc-input-square{
    margin: 10px 0px;
    background-color: #fff;
    height: 45px;
    padding: 0px 20px;
    border-radius: 3px !important;
}
.form-group .form-control.dc-input-rounded {
    margin: 8px 0px;
    height: 30px;
    border-radius: 20px !important;
    padding: .6rem 1rem !important;
    background-color: #fff;
    border: 1px solid #c9c9c9;
    padding: .6rem 1rem !important;
    min-height: unset;
    font-size: 85%;
}
.form-control.dc-input-rounded:focus, .custom-select.dc-input-rounded:focus {
    -webkit-box-shadow: 0 0 0 1px #f37429 inset;
    -moz-box-shadow: 0 0 0 1px #f37429 inset;
    box-shadow: 0 0 0 1px #f37429 inset;
}
.form-auth-wrapper .form-check-label,
.form-auth-wrapper .col-form-label{
    font-size: 80%;
    line-height: 1;
}
.form-auth-container .form-auth-wrapper .form-check-label,
.form-auth-container .form-auth-wrapper .col-form-label {
    font-size: 70%;
    font-weight: 700;
}
.form-auth-container .form-check-input {
    margin-top: .5rem;
    margin-left: -0.75rem;
    width: 10px;
}
/*.form-auth-wrapper .form-group .form-control:hover, .form-auth-wrapper .form-group .form-control:focus {*/
/*background-color: rgba(242, 91, 49, 0.2);*/
/*border: 1px solid rgba(242, 91, 49, 0.3);*/
/*}*/
.form-auth-wrapper.blank .form-group .form-control:hover, .form-auth-wrapper.blank .form-group .form-control:focus {
    background-color: unset;
    border: unset;
}
.side-line{
    width: 100%;
    height: 46px;
    border-bottom: 2px solid #f37429;
}

.tbicons.icon-indian{
    background-image:url('../icon/tbicons/indian.png');
}

.select2-container{
    margin: 10px 0px;
}

.material-style .select2-container--default .select2-selection--single .select2-selection__rendered{
    border-radius: 5px;
    padding: 0px 20px;
}
.font-weight-300 {
    font-weight: 300;
}
.font-13 {
    font-size: 13px;
}
.my-top-post .title{
    margin-bottom: 5px;
}

.per-post{
    background-color: #f36f28;
    border-radius: 15px;
    text-align: center;
    padding: 10px 20px;
    min-height: 130px;
}

.per-post .per-post-title{
    font-size: 0.7rem;
    color: #fff;
    overflow:hidden;
}

.per-post .per-post-bottom{
    font-size: 0.7rem;
    margin-top: 10px;
}

.list-post{
    padding: 0px 10px;
}

.list-post .list-row{
    margin-top: 50px;
    margin-bottom: 20px;
}

.form-control.list{
    float: right;
    width: 90%;
    border-bottom: none;
}

.form-control.list p{
    border-radius: 15px !important;
    padding: 10px 15px 10px 40px;
    font-size: 0.7rem;
    text-align: justify;
    box-shadow : 0px 0px 0px 2px #f3f3f3;
}

.list-post-profile .image img{
    position: absolute;
    width: 70px !important;
    height: 50px !important;
    left: 0;
    top: -20px;
}

.content-like.list-post{
    position: absolute;
    bottom: -10%;
    left: 15%;
}

.content-comment.list-post{
    position: absolute;
    bottom: -10%;
    left: 25%;
}

.like-btn.list-post{
    position: absolute;
    bottom: 0;
    right: 10%;
    background-color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow : 0px 0px 0px 2px #f3f3f3;
}

.comment-btn.list-post{
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    background-color: #f36f28;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.profile-summary-header p{
    margin-bottom: 0;
}

.circle-tribe-created{
    width: 50px;
    height: 50px;
    background: #f36f28;
    color: #fff;
    position: absolute;
    top: 30%;
    left: 20%;
    border-radius:50%;
    font-size: 0.6rem;
    text-align: center;
    box-shadow: 0px 0px 0px 6px #fff;
    padding-top: 4px;
}

.circle-tribe-joined{
    width: 50px;
    height: 50px;
    background: #f36f28;
    color: #fff;
    position: absolute;
    top: 30%;
    right: 20%;
    border-radius:50%;
    font-size: 0.6rem;
    text-align: center;
    box-shadow: 0px 0px 0px 6px #fff;
    padding-top: 4px;
}

.profile-summary-header .number{
    font-size: 1rem;
}

.btn-close-modal{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 40px;
    height: 40px;
    font-size: 2.5rem;
    color: #fff;
    background-color: #f36f28;
    border-radius: 50%;
}

.comment-preview-image{
    /*    padding-top: 5%;
        max-width: 80% !important;*/
}

.tb-input-round {}
.tb-input-round select {

}
.tb-input-round select:before {
    content: "";
}
.tb-input-round select:before:last-child {

}

.tb-input-round .tb-select-box {
    border-radius: 0;
    border: none;
    position: relative;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
    border-left: none;
    border-top: none;
    border-bottom: none;
    background-color: transparent;
    font-size: 70%;
    padding-top: 8px;
    position: relative;
}
.tb-input-round .tb-select-box:before {
    content: "";
    display: block;
    width: 1px;
    height: 60%;
    background-color: #ccc;
    position: absolute;
    right: 0;
    top: 20%;
}
.tb-input-round .tb-select-box:last-child:before {
    content: "";
    display: none;
}

.tb-input-round .tb-select-box.day {}
.tb-input-round .tb-select-box.month {
    max-width: 75px;
}
.tb-input-round .tb-select-box.year {}



.tb-select-date {
    flex: 0 0 40px;
    margin-right: 10px;
    background: none;
}
.tb-select-month {
    flex: 1;
    margin-right: 10px;
    background: none;
}
.tb-select-year {
    flex: 0 0 70px;
    background: none;
}
.tb-select-box {
    border-radius: 30px;
    border: 1px solid #ccc;
    position: relative;
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.tb-select-box.day {}
.tb-select-box.month {
    flex: 1;
}
.tb-select-box.year {}

.tb-select-box select {
    border: none;
    height: 45px;
    background: none;
    width: 100%;
    outline: none;
    color: #4E5155;
}

.tb-select-round {}

.dc-invitation {
    position: relative;
    min-height: 500px;
    background-color: #F5852A;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.dc-invitation .dc-invitatoin-content {
    padding-top: 20%;
    text-align: center;
}
.dc-invitation .dc-invitatoin-content img {
    max-width: 300px;
}
.dc-invitation .dc-invitation-action {
    position: absolute;
    width: 100%;
    bottom: 50px;
}
.dc-invitation .dc-invitation-action .btn-invitation-account {
    padding: .6rem 2.5rem;
    font-size: 1.25rem;
    text-transform: none;
    background: #f37429;
    color: #fff;
    cursor: pointer;
    border-radius: 15px;
    font-weight: bold;
}

.profile-show{
    position: relative;
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
    margin-top: 70px;
}

.profile-show .profile-image-container img{
    width: 150px;
    height: 150px;
    /*margin-top: 13%;*/
    margin-top: 170px;
    /*margin-left: 10%;*/
    margin-left: 55px;
    position:relative;
    background-color: #fff;
    object-fit : cover;
}

.box-update-image-cover{
    background-color: #0202029e;
    width: 150px;
    height: 40px;
    position: absolute;
    margin-top: 20px;
    margin-left: 70px;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tribe-sticky {
    position: fixed;
    bottom: 0;
}
.tribe-sticky .sticky-content {
    position: relative;
    box-shadow: 0px 0px 8px #ccc;
    border-radius: 30px 30px 0px 0px;
    padding: 20px;
    background-color: #fff;
    min-width: 200px;
}
.tribe-sticky .sticky-content .sticky-image {
    position: absolute;
    top: -30px;
    background-color: #fff;
    left: calc(50% - 30px);
    border-radius: 50%;
}
.tribe-sticky .sticky-content .sticky-image img {}
.tribe-sticky .sticky-content .sticky-text {
    margin-top: 25px;
}
.tribe-sticky .sticky-content .sticky-text h1 {
    font-size: 18px;
    text-align: center;
    margin: 0;
}

.auth-network-form-link .form-auth-wrapper .form-body{
    margin: auto;
}

.box-image-change{
    position: absolute;
    bottom: 0;
    /*    width: 200px;
        height: 100px;
        left: 8.5%;*/
    width: 150px;
    height: 75px;
    left: 55px;
}

.box-image-change:hover .layer {
    display: flex;
}
.profile-image-container .layer {
    display: none;
    position: absolute;
    text-align: center;
    bottom: 0%;
    /*left: 10%;*/
    left: 0%;
    background: rgba(0,0,0,0.6);
    color: #fff;
    border: 1px;
    font-size: 0.8rem;
    cursor: pointer !important;
    width: 150px;
    height: 75px;
    border-bottom-left-radius: 75px;
    border-bottom-right-radius: 75px;
    align-items: center;
    justify-content: center;
}

.slide-top-tribe {
    width: calc(100% - 130px);
    float: right;
    max-height: 280px;
}
.slide-top-tribe .item {
    padding:0 15px;
}


.slide-top-tribe .item .card {
    height: calc(100% - 20px);
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 2px 5px #ccc;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.slide-top-tribe .item .card img.card-img {
    border-radius: 20px 20px 0 0;
    width: 100%;
    height: 90%;
}
.slide-top-tribe .item .card .card-body {
    position: absolute;
    padding-top: 45px;
    height: 125px;
    bottom: 0;
    width: 100%;
    background-image: url('../img/landingpage/bg-feather-white.png?v=2');
    background-repeat: repeat-x;
    background-position: bottom center;
    border-radius: 0px 0px 20px 20px;
}
.slide-top-tribe .item .card .card-body .card-title {
    margin: 0;
}
.slide-top-tribe .item .card .card-body .card-text {}
.slide-top-tribe .item .card .card-footer {
    position: absolute;
    width: 100%;
    bottom: -20px;
    text-align: center;
    padding: 0;
    border: none;
}
.slide-top-tribe .item .card .card-footer a {
    border-radius: 20px;
}

.network-featured-container-bottom {
    width: calc(100% - 170px);
    float: right;
    max-height: 280px;
}
.network-featured-container-bottom .item {
    padding: 0 7px;
}



.network-member-count .tbicon.icon-team {

}
.network-member-count .tbicon.icon-team:before {
    background-image: url(../img/icons/menu-team-white.png) !important;
    width: 16px !important;
    height: 16px !important;
    margin-top: 8px;
    margin-left: 5px;
}

.item.card-tribe-search .card {
    height: 280px;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
    box-shadow: 0px 2px 5px #ccc;
    margin-bottom: 20px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.item.card-tribe-search .card img.card-img {
    border-radius: 20px 20px 0 0;
    width: 100%;
    height: 90%;
}
.item.card-tribe-search .card .card-body {
    position: absolute;
    padding-top: 45px;
    height: 125px;
    bottom: 0;
    width: 100%;
    background-image: url('../img/landingpage/bg-feather-white.png?v=2');
    background-repeat: repeat-x;
    background-position: bottom center;
    border-radius: 0px 0px 20px 20px;
    color: #4E5155;
}
.item.card-tribe-search .card .card-body .card-title {
    margin: 0;
}
.item.card-tribe-search .card .card-body .card-text {}
.item.card-tribe-search .card .card-footer {
    position: absolute;
    width: 100%;
    bottom: -20px;
    text-align: center;
    padding: 0;
    border: none;
}
.item.card-tribe-search .card .card-footer a {
    border-radius: 20px;
}

.profile-show .area-change-cover{
    position: absolute;
    z-index: 1;
}
.sticky-70 {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 70px;
}
.sticky-80 {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 80px;
}
.sticky-minus-100 {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: -100px;
}
.sticky-minus-200 {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: -200px;
}
.sticky-minus-300 {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: -300px;
}
.member-list-header{
    margin-bottom: 10px;
    font-size: 15px;
}

.member-list-header i{
    font-size: 0.7rem;
}

.member-team-container-inner{
    margin-bottom: 30px;
}

.member-list-container-inner{
    margin-bottom: 30px;
}

.btn-moderator{
    background-color : #a5a5a5;
    color: #fff;
}

.line-height-1-25 {
    line-height: 1.25;
}

.time-posting{
    font-size: 0.65rem;
}
.left-tribe-toolbar {}
.left-tribe-toolbar .btn {
    border: 2px solid #f58123;
    border-radius: 30px;
    padding: 6px 20px;
    font-size: 12px;
    width: calc(50% - 10px);
    line-height: 1;
    background-color: #fff;
}
.left-tribe-toolbar .btn-group {
    width: calc(50% - 10px);
    padding: 0;
}
.left-tribe-toolbar .btn-group > .btn {
    width: 100% !important;
}
.left-tribe-toolbar .btn-group > .btn.dropdown-toggle::after {
    color: #f58123;
}
.left-tribe-toolbar .dropdown-menu {
    border-radius: 20px;
    margin-top: 10px;
    overflow: hidden;
}
.left-tribe-toolbar .dropdown-menu .dropdown-item {
    color: #f58123;
    text-align: center;
}

.share-container {}
.share-container .input-group {}
.share-container .input-group > input {
    background-color: #fff !important;
    border: 1px solid #ccc;
    padding: 5px 10px !important;
    height: 40px;
}
.share-container .input-group > .input-group-append {
    margin-left: 10px;
}
.share-container .input-group > .input-group-append > button {
    padding: 2px 7px !important;
    line-height: 1;
    height: 25px;
    margin-top: 8px;
    border-radius: 20px;
    font-size: 12px;
}

ul.sharer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-around;
    outline: none;
}
ul.sharer-list li {}
ul.sharer-list li button {
    border: none;
    background-color: transparent;
}
ul.sharer-list li button:focus {
    outline: none;
}

.social-icons {
    display: block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 40px;
    background-color: #fff; /* PNG return dark on safari */
}
.social-icons.sicon-email {
    background-image: url('../img/icons/social/mail.png');
}
.social-icons.sicon-facebook {
    background-image: url('../img/icons/social/facebook.png');
}
.social-icons.sicon-twitter {
    background-image: url('../img/icons/social/twitter.png');
}
.social-icons.sicon-whatsapp {
    background-image: url('../img/icons/social/whatsapp.png');
}
.social-icons.sicon-line {
    background-image: url('../img/icons/social/line.png');
}
.social-icons.sicon-youtube {
    background-image: url('../img/icons/social/youtube.png');
}
.social-icons.sicon-linkedin {
    background-image: url('../img/icons/social/linkedin.png');
}
.social-icons.sicon-instagram {
    background-image: url('../img/icons/social/instagram.png');
}
.social-icons.sicon-telegram {
    background-image: url('../img/icons/social/telegram.png');
}
.border-top-1 {
    border-top: 1px solid #ccc;
}
.stage-container {
    /*margin-bottom: 45px;*/
    height: 80px;
}
.stage-container ul.stage-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.stage-container ul.stage-list:before {
    content: "";
    background-color: #b7b7b7;
    width: calc(100% - 80px);
    height: 8px;
    position: absolute;
    top: 0;
    border-radius: 5px;
    left: 40px;
}
.stage-container ul.stage-list .stage-item {
    position: relative;
    width: calc(100% / 6);
    text-align: center;
}
.stage-container ul.stage-list .stage-item > a {
    height: 60px;
    position: absolute;
    display: block;
    top: -10px;
    padding-top: 10px;
    width: 100%;
}
.stage-container ul.stage-list .stage-item:before {
    content: "";
    background-color: #b7b7b7;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -11px;
    left: calc(100%/3);
    right: auto;
    border-radius: 50%;
}
.stage-container ul.stage-list .stage-item:first-child:before {
    left: 40px;
    right: auto;
}
.stage-container ul.stage-list .stage-item:last-child:before {
    left: auto;
    right: 40px;
}
.stage-container ul.stage-list .stage-item:after {

}
.stage-container ul.stage-list .stage-item.active {}
.stage-container ul.stage-list .stage-item.active:before {
    content: "";
    background-color: #fff;
    background-image: url('../img/icons/icon-stage-complete.png');
    background-repeat: no-repeat;
    z-index: 1;
}
.stage-container ul.stage-list .stage-item.active:after {
    content: "";
    position: absolute;
    background-color: #ff8a00;
    width: 100%;
    height: 8px;
    top: 0;
}
.stage-container ul.stage-list .stage-item.active:last-child:after {
    content: "";
    width: 0;
}
.stage-container ul.stage-list .stage-item .description {
    font-size: 11px;
    text-align: center;
    margin-top: 25px;
    width: 100%;
    padding: 0 10px;
    line-height: 1.125;
    color: #000;
}

.card-nodata-default {
    color: #949494;
}
.card-nodata-default .content {
    margin: 10px 0px;
    font-size: 26px;
    line-height: 1.25;
}

.dc-content .card.timeline{
    box-shadow: none !important;
    border: 0px !important;
    padding-top: 0px;
    padding-left: 0px;
}

.card-left-panel.timeline .profile-image-container img{
    width: 150px;
    height: 150px;
}

.card-left-panel.timeline .profile-info-container .profile-info .name{
    font-size: 1.2rem;
}

.card-left-panel.timeline .profile-info-container .profile-info{
    background: none !important;
    color: #000;
}

.card-left-panel.timeline .profile-image-container{
    padding: 0px 20px 20px 20px;
}

.left-nav-timeline{
    list-style: none;
    padding-left: 10%;
}

.left-nav-timeline{
    list-style: none;
    padding-left: 10%;
}

.list-nav-timeline:first-child{
    background-color: #F5852A;
    border-radius: 20px;
}
.list-nav-timeline{
    margin: 30px 0px;
    padding: 0px 20px;
}
.list-nav-timeline .btn-nav-timeline{
    padding: 10px 15px;
    background: transparent;
    color: inherit;
    font-weight: 600;
    font-size: 0.9rem;
}
.list-nav-timeline .btn-nav-timeline.active{
    background-color: #F5852A;
    border-radius: 20px;
    color: #fff !important;
    font-size: 1.1rem;
    font-weight: 500;
}

.list-nav-timeline .network-logo-timeline-circle{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.card-post.timeline-post{
    padding: 25px !important;
}

.input-rounded,
.input-rounded .selectize-input {
    border-radius: 15px !important;
    -webkit-box-shadow: 0 5px 8px 1px rgba(0,0,0,0.05), 0 3px 8px 0 rgba(0,0,0,0.06), 0 3px 1px -2px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 5px 8px 1px rgba(0,0,0,0.05), 0 3px 8px 0 rgba(0,0,0,0.06), 0 3px 1px -2px rgba(0,0,0,0.05);
    box-shadow: 0 5px 8px 1px rgba(0,0,0,0.05), 0 3px 8px 0 rgba(0,0,0,0.06), 0 3px 1px -2px rgba(0,0,0,0.05);
    border: none;
}
.form-control.input-rounded:focus,
.form-control.input-rounded .selectize-input:focus {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 5px 8px 1px rgba(243,111,40,0.05), 0 3px 8px 0 rgba(243,111,40,0.06), 0 3px 1px -2px rgba(243,111,40,0.05);
    -moz-box-shadow: 0 5px 8px 1px rgba(243,111,40,0.05), 0 3px 8px 0 rgba(243,111,40,0.06), 0 3px 1px -2px rgba(243,111,40,0.05);
    box-shadow: 0 5px 8px 1px rgba(243,111,40,0.05), 0 3px 8px 0 rgba(243,111,40,0.06), 0 3px 1px -2px rgba(243,111,40,0.05);
}

.modal.sidebar .modal-header .modal-info .network-image img {
    width: 100px !important;
    height: 100px !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.logo.rounded-circle{
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.slide-top-tribe .slick-arrow {
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
}
.slide-top-tribe .slick-arrow.slick-prev {
    left: -50px;
}
.slide-top-tribe .slick-arrow.slick-next {
    right: 50px;
}

.slide-top-tribe .slick-arrow.slick-prev:before,
.slide-top-tribe .slick-arrow.slick-next:before {
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    color: transparent;
}
.slide-top-tribe .slick-arrow.slick-prev:before {
    background-image: url('../img/icons/slick-arrow-left.png');
    content: "<";
}
.slide-top-tribe .slick-arrow.slick-next:before {
    background-image: url('../img/icons/slick-arrow-right.png');
    content: ">";
}
#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;
}
.list-image-post{
    object-fit: cover;
}
.product-slick .slick-list .slick-track {
    margin-left: 0;
}
.download-mobile-notif {
    background-color: #f58123;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    z-index: 11;
}
.download-mobile-notif .mobile-notif-inner {
    position: relative;
}
.download-mobile-notif .mobile-notif-inner a.close {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
}
.download-mobile-notif img {
    max-width: 100px;
}
.modal-post-edit {}
.modal-post-edit .modal-content {
    min-height: 180px;
}
.post-special-offer-label {
    color: #fff;
    font-weight: bold;
    padding: 3px 5px;
    background: rgb(249,185,113);
    background: -moz-linear-gradient(90deg, rgba(249,185,113,1) 0%, rgba(251,107,77,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(249,185,113,1) 0%, rgba(251,107,77,1) 100%);
    background: linear-gradient(90deg, rgba(249,185,113,1) 0%, rgba(251,107,77,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9b971",endColorstr="#fb6b4d",GradientType=1);
}
.post-special-offer-label:hover {
    color: #fff;
}
.package-blank {

}
.modal-multi-link .modal-body{
    padding-bottom: unset;
}
.modal-multi-link .image-main{
    padding: 10px 0px;
}
.modal-multi-link .modal-title{
    width: 100%;
}
.modal-multi-link .price-payment-detail{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
}
.modal-multi-link .price-payment-detail:last-child{
    margin-top: 15px;
    border-bottom: unset;
    font-weight: bold;
    font-size: 15px;
}
.modal-multi-link .content-data-form{
    width: 100%;
}
.modal-multi-link .content-data-form .form-title p{
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.modal-multi-link .content-data-form .form-data .label-form{
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 14px;
}
.modal-multi-link .content-data-form .form-data .form-data-list{
    height: 50px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin: 10px 0px;
    border-radius: 5px;
}
.modal-multi-link .content-data-form .form-data .form-data-list input{
    border: none;
}
.modal-multi-link .content-data-form .form-data .form-data-list input::placeholder{
    font-size: 12px;
}
.modal-multi-link .content-data-form .form-data .form-data-list .selectize-input{
    border: none;
    box-shadow: none;
    padding: 10px 0px;
}
.modal-multi-link .content-data-form .form-data .option-payment{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.modal-multi-link .content-data-form .form-data .option-payment-name{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.modal-multi-link .content-data-form .form-data .option-payment-name p{
    margin-bottom: 0px;
    margin-left: 10px;
}
.modal-multi-link .content-data-form .form-data .option-payment-logo{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.modal-multi-link .content-data-form .form-data .option-payment-logo img{
    width: auto;
    height: 15px;
    margin: 0px 5px;
}
.modal-multi-link .content-data-form .form-data .option-payment-detail{
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0px 30px;
}
.modal-multi-link .content-data-form .form-data .option-payment-detail .option-payment{
    margin: 10px 0px;
}
.modal-multi-link .content-data-form .form-data .option-payment-detail .option-payment-detail-name{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 150px;
}
.modal-multi-link .content-data-form .form-data .option-payment-detail .option-payment-detail-name img{
    width: auto;
    max-height: 30px;
    margin-left: 10px;
}
.modal-multi-link .content-data-form .form-data .option-payment-detail .option-payment-detail-name .custom-control {}
.modal-multi-link .content-data-form .form-data .option-payment-detail .option-payment-detail-name .custom-control .custom-control-input:checked ~ .custom-control-label::after {
    background: none;
}

.modal-multi-link .content-data-form .form-data .option-payment-detail .option-payment-detail-name .custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #403c3d;
}

.modal-multi-link .content-data-form .form-data .option-payment-detail .option-payment-detail-name .custom-control .custom-control-label {}
.modal-multi-link .content-data-form .form-data .option-payment-detail .option-payment-detail-name .custom-control .custom-control-label:before {
    margin-top: 5px;
}

.modal-multi-link .content-data-form .form-data .option-payment-detail .option-payment-detail-info{
    text-align: left;
    padding-left: 60px;
    width: 100%;
}
.modal-multi-link .content-data-form .form-data .option-payment-detail .option-payment-detail-info p{
    margin-bottom: 0px;
    font-size: 10px;
}

.modal-multi-link .btn-multi-link{
    border-radius: 10px;
    padding: 5px 40px;
}
.modal-multi-link.modal-create-business .modal-header.create-business{
    display: flex;
    flex-direction: column;
    text-align: left !important;
}
.modal-multi-link.modal-create-business .modal-header.no-business p{
    margin-bottom: 0px;
    font-size: 11px;
}
.modal-multi-link.modal-create-business .modal-header.no-business .headline{
    width: 100%;
    text-align: center !important;
    margin-bottom: 15px;
}
.modal-multi-link.modal-create-business .modal-header.no-business .headline .modal-title{
    font-size: 20px;
}
.modal-multi-link.modal-create-business .modal-footer{
    display: flex;
    flex-direction: column;
    align-self: center;
}
.modal-multi-link.modal-create-business .modal-footer p{
    margin-top: 5px;
    font-size: 9px;
}
.modal-multi-link.modal-complete-payment .modal-title{
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #4E5155;;
}
.modal-multi-link.modal-complete-payment .modal-dialog{
    max-width: 850px;
}
.modal-multi-link.modal-complete-payment .image-center{
    width: 100%;
    text-align: center;
}
.modal-multi-link.modal-complete-payment .image-center .main-image{
    width: 50%;
}
.modal-multi-link.modal-complete-payment .message-complete{
    margin-top: 30px;
    font-size: 11px;
    text-align: center;
    padding: 0px 30px;
}
.modal-multi-link.modal-complete-payment .message-complete a{
    color: #E77C30;
}
.modal-multi-link.modal-reset-password .image{
    margin-top: 60px;
    width: 100%;
    text-align: center;
}
.modal-multi-link.modal-reset-password .image img{
    width: 60px;
}
.modal-multi-link.modal-reset-password .content-data-form .form-title{
    margin-top: 15px;
    color: #E77C30;
}
.modal-multi-link.modal-reset-password .content-data-form .form-subtitle{
    margin: 15px 0px 30px 0px;
    font-size: 14px;
    font-weight: bold;
}
.modal-multi-link.modal-reset-password .content-data-form .form-data .form-data-list input::placeholder{
    color: #000;
}
.modal-multi-link.modal-create-business .box-image{
    position: relative;
    width: 80px;
    height: 80px;
}
.modal-multi-link.modal-create-business .box-image .icon-circle{
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #0b51c5;
    color: #fff;
    bottom: 0px;
    right: 0px;
}
.modal-multi-link.modal-create-business .box-image .img-profile-member-edit{
    width: 100%;
    height: 100%;
}
.modal-multi-link.modal-create-business .modal-header .headline{
    text-align: center;
}
.modal-multi-link.modal-create-business .modal-header.have-business .image-main{
    width: 150px;
    height: auto;
    margin-bottom: 20px;
}
.modal-multi-link.modal-finish-payment .box-timer-payment{
    background-color: #F5E7E0;
    padding: 10px;
    text-align: center;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.modal-multi-link.modal-finish-payment .box-timer-payment .title-payment{
    font-size: 15px;
}
.modal-multi-link.modal-finish-payment .box-timer-payment .countdown-timer{
    font-size: 40px;
}
.modal-multi-link.modal-finish-payment .box-timer-payment .info-payment-expired{
    font-size: 10px;
    font-weight: bold;
    font-style: italic;
}
.modal-multi-link.modal-finish-payment .info-payment-va{
    width: 100%;
    padding: 20px 50px;
}
.modal-multi-link.modal-finish-payment .info-payment-va .headline{
    text-align: center;
}
.modal-multi-link.modal-finish-payment .info-payment-va .headline .title{
    margin-bottom: 0px;
}
.modal-multi-link.modal-finish-payment .info-payment-va .headline .total{
    font-size: 20px;
    font-weight: bold;
}
.modal-multi-link.modal-finish-payment .info-payment-va .text-info .title{
    margin: 10px 0px;
    font-weight: bold;
    color: #000;
    font-size: 12px;
}
.modal-multi-link.modal-finish-payment .info-payment-va .text-info .list-type-payment{
    margin: 10px 0px;
    color: #000;
    font-size: 10px;
}
.modal-multi-link.modal-finish-payment .info-payment-va .text-info .list-type-payment .type{
    font-weight: bold;
    margin-bottom: 5px;
}
.modal-multi-link.modal-finish-payment .info-payment-va .text-info .list-type-payment p{
    margin-bottom: 2px;
}
.modal-multi-link.modal-finish-payment .info-payment-va .text-info .label-note .title{
    color: red;
    margin-bottom: 0px;
}
.modal-multi-link.modal-finish-payment .info-payment-va .text-info .label-note .text{
    color: #000;
    font-size: 10px;
}
.modal-multi-link.modal-payment .image-mobile-ovo{
    display: none;
}
.modal-slideshow-creator .modal-dialog{
    width: 60%;
}
.modal-slideshow-creator .modal-body{
    padding: unset;
}
.modal-slideshow-creator .slideshow-creator{
    position: relative;
}
.modal-slideshow-creator .slideshow-creator .title-slideshow-creator{
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 7%;
    font-size: 1.5rem;
    font-weight: bold;
    color: #F5852A;
}
.modal-slideshow-creator .slideshow-creator .btn-slideshow-creator{
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    bottom: 15%;
}
.modal-slideshow-creator .slick-dots li button:before{
    font-size: 15px;
    color: #fff;
    opacity: 1;
}
.modal-slideshow-creator .slick-dots li.slick-active button:before{
    color: #F5852A;
}
.modal-slideshow-creator .slick-dots{
    bottom: 7%;
}
.modal-slideshow-creator .slick-dotted.slick-slider{
    margin-bottom: 0px;
}
.modal-slideshow-creator .slick-prev:before{
    content: url("../../img/lightbox/prev.png");
}
.modal-slideshow-creator .slick-next:before{
    content: url("../../img/lightbox/prev.png");
}
.modal-slideshow-creator .slick-prev{
    left: 10px;
    z-index: 1;
}
.modal-slideshow-creator .slick-next{
    right: 40px;
    z-index: 1;
}

.tb-loading-wrapper {}
.tb-loading-wrapper > img {
    max-width: 100%;
    width: 120px;
}

@media (max-width: 1100px){
    html:not([dir=rtl]) .ml-3.label-invite-link {
        margin-left: 0.3rem !important;
    }
}

.profile-image-container.profile-network {
    cursor: pointer;
}

.modal-register-affiliate .modal-dialog {
    max-width: 700px !important;
}
.modal-register-affiliate .modal-body {
    padding: 20px 50px;
}

.modal-register-affiliate .create-bussiness-account .content-create-bussiness {
    padding: 30px 30px;
    -webkit-box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.15), 0px 4px 5px 0px rgba(0,0,0,0.1), 0px 1px 10px 0px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.15), 0px 4px 5px 0px rgba(0,0,0,0.1), 0px 1px 10px 0px rgba(0,0,0,0.06);
    box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.15), 0px 4px 5px 0px rgba(0,0,0,0.1), 0px 1px 10px 0px rgba(0,0,0,0.06);
}

.modal-register-affiliate .upload-img-account {
    border-right: 1px solid #e5e6e7;
    height: auto !important;
    background-color: #E8E8E8;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.modal-register-affiliate .content-description {
    padding: 15px;
}
.modal-register-affiliate .content {
    margin: 0px;
}
.modal-register-affiliate .label-network-intro {
    position: absolute;
    top: 0px;
    left: 10px;
    color: #000;
}
.modal-register-affiliate .label-network-intro .icon {
    font-size: 30px;
    margin-bottom: 0px;
}
.modal-register-affiliate .upload-img-account i {
    color: #000;
}

.modal-register-affiliate .account-payment-method input {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 20px;
}

.image-bank-credit-card {
    width: 40px;
    height: 30px;
}

.image-bank-transfer {
    /*width: 65px;*/
    width: auto;
    height: 24px;
    margin-bottom: 10px;
}
.image-bank-transfer.square-bank {
    width: auto;
    height: 28px;
}

.image-ovo-logo {
    width: auto;
    height: 30px;
}
.card.ovo .fas.fa-phone {
    position: absolute;
    top: 9px;
    left: 5px;
}
#ovo-phone {
    padding-left:1.5rem;
}
.form-check.hide {
    height: 0;
    max-height: 0;
    min-height: 0;
    overflow:hidden;
}

.border-left-gray-light {
    border-left: 1px solid #ababab;
}
.account-payment-method {
    padding-left: 0px;
}
.account-payment-method label.bold {
    font-size: large;
    font-weight: bold;
}
#network-register-form{
    /*padding: 5% 25%;;*/
}
#affiliate-register .img-logo-register {
    /*    top: 45px;
        left: 45px;*/
    /*position: absolute;*/
    width: 150px;
}

.account-payment-method > .cc {}
.account-payment-method > .cc .form-group {}
.account-payment-method > .cc .form-group label {
    font-size: 12px;
}
.account-payment-method > .cc .form-group input {
    height: 30px;
    font-size: 12px;
}
.account-payment-method > .cc .form-group button[type="submit"] {
    padding: 5px 25px;
    font-size: 15px;
    width: auto;
    font-weight: bold;
}
.account-payment-summary .body > span.total-price {
    font-size: 28px;
    line-height: 1;
    letter-spacing: -0.75px;
    color: #f3722c;
    font-weight: bold;
}
.account-payment-summary .body span.label-currency {
    font-size: 28px;
    line-height: 1;
    letter-spacing: -0.75px;
    color: #f3722c;
    font-weight: bold;
}
#cardNumber {
    position: absolute;
    padding: 5px 30px;
}
#voucher-code {
    height: 30px;
    background-color: #e9e9e9;
    border-radius: 15px !important;
    min-height: unset;
    padding: 5px 10px!important;
}

#voucher-code-temp {
    height: 30px;
    background-color: #e9e9e9;
    border-radius: 15px !important;
    min-height: unset;
    padding: 5px 10px!important;
}
.section.name-account input {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 20px;
}

.divCC input {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 20px;
}
.credit-card.fa.fa-credit-card {
    position: relative;
    top: 5px;
    left: 5px;
}
.tab.choose-payment-bank {}
.tab.choose-payment-bank .nav.nav-tabs {
    margin-top: 5px;
    margin-bottom: 20px;
}
.tab.choose-payment-bank .nav.nav-tabs > li {
    margin-right: 5px !important;
}
.tab.choose-payment-bank .nav.nav-tabs > li:last-child {
    margin-right: 0px !important;
}
.tab.choose-payment-bank .nav.nav-tabs > li label {
    padding: 0;
    margin: 0 0 10px 0;
    padding: 2px 5px;
    min-width: 70px;
    text-align: center;

}
.tab.choose-payment-bank .nav.nav-tabs > li label.active {
    border: 1px solid #f36f28 !important;
    /*-webkit-box-shadow: 3px 0px 5px rgba(0,0,0,.01), 0px 3px 5px rgba(0,0,0,.02), 1px 2px 5px rgba(0,0,0,.2);*/
    /*-moz-box-shadow: 3px 0px 5px rgba(0,0,0,.01), 0px 3px 5px rgba(0,0,0,.02), 1px 2px 5px rgba(0,0,0,.2);*/
    /*box-shadow: 3px 0px 5px rgba(0,0,0,.01), 0px 3px 5px rgba(0,0,0,.02), 1px 2px 5px rgba(0,0,0,.2);*/
    background-image: none;
}
.tab.choose-payment-bank .nav.nav-tabs > li label input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.tab.choose-payment-bank .nav.nav-tabs > li label input[type="radio"] + img {
    cursor: pointer;
}
.tab.choose-payment-bank .nav.nav-tabs > li label [type=radio]:checked + img {
    outline: none;
}
.tab.choose-payment-bank .nav.nav-tabs > li label img  {
    height: 25px;
    width: 56px;
}
.tab.choose-payment-bank .tab-content {
    font-weight: 300;
    font-size: 12px;
}
.tab.choose-payment-bank .tab-content .tab-pane {}
.tab.choose-payment-bank .tab-content .tab-pane ol {
    padding: 0px;
    list-style: none;
    counter-reset: order-bank-list;
}
.tab.choose-payment-bank .tab-content .tab-pane ol li {
    margin-bottom: 15px;
    counter-increment: order-bank-list;
}
.tab.choose-payment-bank .tab-content .tab-pane ol li::before {
    content: counter(order-bank-list) "";
    color: #fff;
    background-color: #f36f28;
    border-radius: 50%;
    padding-left: 5px;
    width: 17px;
    display: inline-block;
    margin-right: 15px;
    height: 17px;
}

.tab.choose-payment-bank .tab-content .tab-pane ol li:last-child {
    margin-bottom: 0;
}

/*  TB EKO */
.ui-w-25 {
    width: 25px !important;
    height: auto;
}
.ui-h-25 {
    height: 25px !important;
    width: auto;
}

.dc-badge {
    padding: 7px 10px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 0.75rem;
}
.badge-primary {
    background-color: #f36f28;
}
.dc-btn-xs {

}
.text-white a {
    color: #fff;
}
ul.member-list-circle {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: start;
}
ul.member-list-circle li {
    margin-right: 20px;
}
ul.member-list-circle li a {}

.dc-content .card.discover-card {
    border-radius: 8px;
}

/*  Default Card */
.dc-card {}
.dc-card .card {
    border-radius: 8px;
}

.dc-card .card-header {
    padding: 20px 35px 20px 27px;
    border: none;
    font-size: 150%;
    font-weight: 600;
    line-height: 1;
}
.dc-card .card-body {
    padding: 0px 35px 20px 35px;
}

.dc-card .card-body.no-padding {
    padding: 0;
}
.dc-card .card-body.no-padding .network-preview img.network-banner {
    border-radius: unset;
}
.dc-card .card-body.no-padding .network-preview .network-title-container .network-biography {
    font-style: unset;
}
.dc-card .card-body.no-padding .network-preview .network-logo-container img {
    width: 130px;
    height: 130px;
    object-fit: cover;
}
.dc-card .card-body.no-padding .network-preview .network-title-container {
    padding-left: 190px;
}

.dc-card .card-body.no-padding .network-preview .body-container {
    /*padding: 0px 30px 20px 30px;*/
    padding: 0px;
    font-weight: 300;
}

/*  Spesific Discover Default Card */
.discover-card {}
.discover-card .card {
    border-radius: 8px;
}
.row.gutter-3 .col-1, .row.gutter-3 .col-2, .row.gutter-3 .col-3, .row.gutter-3 .col-4, .row.gutter-3 .col-5, .row.gutter-3 .col-6, .row.gutter-3 .col-7, .row.gutter-3 .col-8, .row.gutter-3 .col-9, .row.gutter-3 .col-10, .row.gutter-3 .col-11, .row.gutter-3 .col-12, .row.gutter-3 .col, .row.gutter-3 .col-auto, .row.gutter-3 .col-sm-1, .row.gutter-3 .col-sm-2, .row.gutter-3 .col-sm-3, .row.gutter-3 .col-sm-4, .row.gutter-3 .col-sm-5, .row.gutter-3 .col-sm-6, .row.gutter-3 .col-sm-7, .row.gutter-3 .col-sm-8, .row.gutter-3 .col-sm-9, .row.gutter-3 .col-sm-10, .row.gutter-3 .col-sm-11, .row.gutter-3 .col-sm-12, .row.gutter-3 .col-sm, .row.gutter-3 .col-sm-auto, .row.gutter-3 .col-md-1, .row.gutter-3 .col-md-2, .row.gutter-3 .col-md-3, .row.gutter-3 .col-md-4, .row.gutter-3 .col-md-5, .row.gutter-3 .col-md-6, .row.gutter-3 .col-md-7, .row.gutter-3 .col-md-8, .row.gutter-3 .col-md-9, .row.gutter-3 .col-md-10, .row.gutter-3 .col-md-11, .row.gutter-3 .col-md-12, .row.gutter-3 .col-md, .row.gutter-3 .col-md-auto, .row.gutter-3 .col-lg-1, .row.gutter-3 .col-lg-2, .row.gutter-3 .col-lg-3, .row.gutter-3 .col-lg-4, .row.gutter-3 .col-lg-5, .row.gutter-3 .col-lg-6, .row.gutter-3 .col-lg-7, .row.gutter-3 .col-lg-8, .row.gutter-3 .col-lg-9, .row.gutter-3 .col-lg-10, .row.gutter-3 .col-lg-11, .row.gutter-3 .col-lg-12, .row.gutter-3 .col-lg, .row.gutter-3 .col-lg-auto, .row.gutter-3 .col-xl-1, .row.gutter-3 .col-xl-2, .row.gutter-3 .col-xl-3, .row.gutter-3 .col-xl-4, .row.gutter-3 .col-xl-5, .row.gutter-3 .col-xl-6, .row.gutter-3 .col-xl-7, .row.gutter-3 .col-xl-8, .row.gutter-3 .col-xl-9, .row.gutter-3 .col-xl-10, .row.gutter-3 .col-xl-11, .row.gutter-3 .col-xl-12, .row.gutter-3 .col-xl, .col-xl-auto {
    padding-right: .5rem;
    padding-left: .5rem;
}
.row.gutter-2 {
    margin-left: -2px;
    margin-right: -2px;
}
.row.gutter-2 .col-1, .row.gutter-2 .col-2, .row.gutter-2 .col-3, .row.gutter-2 .col-4, .row.gutter-2 .col-5, .row.gutter-2 .col-6, .row.gutter-2 .col-7, .row.gutter-2 .col-8, .row.gutter-2 .col-9, .row.gutter-2 .col-10, .row.gutter-2 .col-11, .row.gutter-2 .col-12, .row.gutter-2 .col, .row.gutter-2 .col-auto, .row.gutter-2 .col-sm-1, .row.gutter-2 .col-sm-2, .row.gutter-2 .col-sm-3, .row.gutter-2 .col-sm-4, .row.gutter-2 .col-sm-5, .row.gutter-2 .col-sm-6, .row.gutter-2 .col-sm-7, .row.gutter-2 .col-sm-8, .row.gutter-2 .col-sm-9, .row.gutter-2 .col-sm-10, .row.gutter-2 .col-sm-11, .row.gutter-2 .col-sm-12, .row.gutter-2 .col-sm, .row.gutter-2 .col-sm-auto, .row.gutter-2 .col-md-1, .row.gutter-2 .col-md-2, .row.gutter-2 .col-md-3, .row.gutter-2 .col-md-4, .row.gutter-2 .col-md-5, .row.gutter-2 .col-md-6, .row.gutter-2 .col-md-7, .row.gutter-2 .col-md-8, .row.gutter-2 .col-md-9, .row.gutter-2 .col-md-10, .row.gutter-2 .col-md-11, .row.gutter-2 .col-md-12, .row.gutter-2 .col-md, .row.gutter-2 .col-md-auto, .row.gutter-2 .col-lg-1, .row.gutter-2 .col-lg-2, .row.gutter-2 .col-lg-3, .row.gutter-2 .col-lg-4, .row.gutter-2 .col-lg-5, .row.gutter-2 .col-lg-6, .row.gutter-2 .col-lg-7, .row.gutter-2 .col-lg-8, .row.gutter-2 .col-lg-9, .row.gutter-2 .col-lg-10, .row.gutter-2 .col-lg-11, .row.gutter-2 .col-lg-12, .row.gutter-2 .col-lg, .row.gutter-2 .col-lg-auto, .row.gutter-2 .col-xl-1, .row.gutter-2 .col-xl-2, .row.gutter-2 .col-xl-3, .row.gutter-2 .col-xl-4, .row.gutter-2 .col-xl-5, .row.gutter-2 .col-xl-6, .row.gutter-2 .col-xl-7, .row.gutter-2 .col-xl-8, .row.gutter-2 .col-xl-9, .row.gutter-2 .col-xl-10, .row.gutter-2 .col-xl-11, .row.gutter-2 .col-xl-12, .row.gutter-2 .col-xl, .row.gutter-2 .col-xl-auto {
    padding-right: 2px;
    padding-left: 2px;
}
.discover-card .card-header {
    padding: 30px 35px 0px 35px;
    border: none;
    font-size: 150%;
    font-weight: 600;
    line-height: 1;
}
.discover-card .card-body {
    padding: 10px 10px 0px 10px;
    background-color: #f9fbfc;
}

.card-post-single {}
.card-post-single .card-body {
    padding: 0;
    background-color: #fff;
}
.card-post-single .card-body.discover-top {
    min-height: 195px;
}
.card-post-single .card-body .card-title {
    font-size: 120%;
    font-weight: 500;
    /*font-weight: 600;*/
}
.card-post-single .card-img-overlay {
    padding: 8px 12px;
    color: #fff;
}
.card-post-single img.card-img-top {
    height: 120px;
    max-height: 120px;
    object-fit: cover;
}
.card-post-single.no-bg .card-img-overlay {
    color: inherit;
}
.card-post-single.no-bg img.card-img-top {
    opacity: 0;
}

.card-post-single .card-img-overlay .media {}
.card-post-single .card-img-overlay .media .media-body {}
.card-post-single .card-img-overlay .media .media-body span {
    display: block;
}
.card-post-single .card-img-overlay .media .media-body .post-title {
    font-size: 120%;
}
.card-post-single .card-img-overlay .media .media-body .post-subtitle {}
.card-post.post-hide {
    background-color: rgba(0,0,0,0.03);
}
.media-topic {
    border-radius: 6px;
    overflow: hidden;
    -webkit-box-shadow: 0 0px 3px 1px rgba(0,0,0,0.03),0 1px 4px 0 rgba(0,0,0,0.04), 0 5px 3px 1px rgba(0,0,0,0.04);
    box-shadow: 0 0px 3px 1px rgba(0,0,0,0.03),0 1px 4px 0 rgba(0,0,0,0.04), 0 5px 3px 1px rgba(0,0,0,0.04);
    background-color: #fff;
}
.media-topic img {}
.media-topic .media-img {
    padding-right: 5px;
    border-radius: inherit;
}
.media-topic .media-body {
    padding: 10px 42px;
    color: #4E5155;
}
.media-topic .media-body span {
    display: block;
}
.media-topic .media-body .post-title {
    font-weight: 700;
    font-size: 110%;
}
.media-topic .media-body .post-subtitle {}

.media-network-navigation {
    font-size: 130%;
    color: inherit;
}
.media-network-navigation a {
    color: inherit;
}
.media-network-navigation .media {}
.media-network-navigation .media .media-img {
    margin-right: 30px;
    min-width: 35px;
    text-align: center;
}
.left-navigation-network {}
.left-navigation-network .item {
    text-align: center;
}
.left-navigation-network .item a {
    color: #000;
    font-size: 90%;
}
.left-navigation-network .item a img {
    border: 1px solid #f36f28;
    padding: 1px;
    width: 75px;
    height: 75px;
}
.left-navigation-network .item a span {}

.card-right-panel-user {}
.card-right-panel-user .card-header {}
.card-right-panel-user .card-header .card-header-title {
    font-weight: 600;
}
.card-right-panel-user .card-header .card-header-elements span {
    font-size: 90%;
}
.card-right-panel-user .card-body {}
.card-right-panel-user .card-body .media {
    border: 1px solid rgba(0,0,0, 0.1);
    border-radius: 6px;
    padding: 4px 5px;
    font-size: 90%;
}
.card-right-panel-user .card-body .media img {
    margin-right: 10px;
    border-radius: 6px;
    max-width: 50px;
    max-height: 50px;
}
.card-right-panel-user .card-body .media .media-body {}
.card-right-panel-user .card-body .media .media-body .badge {

}
.card-right-panel-user .card-body .media .media-body span {
    display: block;
}
.card-right-panel-user .card-body .media .media-body .title {
    font-size: 90%;
    font-weight: 600;
}
.card-right-panel-user .card-body .media .media-body .text-muted {
    font-size: 80%;
}
.dropdown-notification-container {
    width: 320px;
}
.dropdown-notification-container:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9.5px 21px 9.5px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    top: -16px;
    right: 12px;
}
.dropdown-notification-container .dropdown-notification-info {
    font-size: 0.7rem;
    padding: 1rem 1rem 0rem 1rem;
}
.dropdown-notification-container .dropdown-notification-info a {}
.dropdown-notification-container .dropdown-notification-info a i {
    color: #000 !important;
    font-size: 100% !important;
}
.dropdown-notification-container .dropdown-notification-data {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: hidden;
}
.tablist-view .dropdown-notification-container .dropdown-notification-data.unread{
    background-color: #dfdfdf;
}

a.media-chat-dropup {
    color:inherit!important;
}
a.media-chat-dropup:hover {
    color:inherit!important;
}
.media-chat-dropup {}
.media-chat-dropup img {}
.media-chat-dropup .media-body {}
.media-chat-dropup .media-body span {
    display: block;
}
.media-chat-dropup .media-body .title,
.media-chat-dropup .media-body .text-muted {
    font-size: 80%;
}
.media-chat-dropup .text-nowrap {
    font-size: 60%;
}

.media-notification-dropup {
    font-size: 80%;
    padding: 0.5rem 1rem;
}
.tablist-view .dropdown-notification-data.unread .media-notification-dropup{
    background-color: #ccc;
}
.media-notification-dropup img {
    width: 35px;
    height: 35px !important;
}
.media-notification-dropup .media-body {
    font-size: 90%;
}
.media-notification-dropup .media-body .header {}
.media-notification-dropup .media-body .header .text-muted {
    font-size: 80%;
}
.media-notification-dropup .media-body .body {}
.media-notification-dropup .media-body .footer {
    font-size: 80%;
}

ul.dropmenu-list {}
ul.dropmenu-list li {
    margin: 10px 0;
}
ul.dropmenu-list li.separator {
    height: 1px;
    background-color: rgba(0,0,0,0.1);
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 14px;
    margin-bottom: 11px;
}
ul.dropmenu-list li a {
    color: inherit !important;
    font-size: 80%;
}
ul.dropmenu-list li a i {
    color: rgba(0,0,0,0.2) !important;
    font-size: 130% !important;
}

.section-panel {
    /*margin-bottom: 20px;*/
    margin-bottom: 10px;
}
.section-panel .header {
    /*border-bottom: 1px solid #b2b0ae;*/
    border: none;
    /*margin-bottom: 8px;*/
    font-size: 16px;
    font-weight: normal;
    /*padding: 3px 0;*/
    padding: 10px 0px 3px 0px;
}
.section-panel .header.with-elements {
    display: flex;
    justify-content: space-between;
    padding-left: 0px;
    padding-bottom: 10px;
}
.section-panel .header.with-elements.with-border {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.section-panel .header.no-bottom-border{
    padding-bottom: 0px;
    border-bottom: none;
}
.section-panel .header.no-bottom-border .text{
    color: #000;
}
.section-panel .header .header-title {
    font-weight: normal;
}
.section-panel .header .header-title i {
    color: #f36f28;
    margin-right: 5px;
    width: 20px;
}
.section-panel .header .header-action {}
.section-panel .header .header-action a {
    font-size: 80%;
    color: #f36f28;
    font-weight: 400;
}
.section-panel .body {
    /*    font-size: 85%;
        color: rgba(0,0,0,0.5);*/
    font-size: 14px;
    color: #000;
    font-weight: lighter;
    padding-left: 28px;
}


.media.media-toppost {
    border-radius: 6px;
    padding: 5px;
}
.media.media-toppost img {
    margin-right: 10px;
    border-radius: 6px;
    -o-object-fit: cover;
    object-fit: cover;
}
.media.media-toppost .media-body {}
.media.media-toppost .media-body .badge {

}
.media.media-toppost .media-body span {
    display: block;
}
.media.media-toppost .media-body .title {
    font-size: 90%;
    font-weight: 600;
}
.media.media-toppost .media-body .text-muted {
    font-size: 80%;
}
.topics-item {}
.topics-item .square {}
.topics-item .square .square-content {
    border-radius: 8px;
    overflow: hidden;
    /*padding-right: 4px;*/
    padding-right: 3%;
}

.card-post {
    padding: 0px 30px 15px 30px;
    font-size: 95%;
}
.card-post .card-post-heading {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 5px 30px;
    width: calc(100% + 60px);
    margin-left: -30px;
}
.form-comment-input {
    width: 100%;
    margin-top: 3px;
}
.comment-input {
    border-radius: 30px;
    border: 1px solid rgba(0,0,0,0.3);
    background-color: rgba(228, 224, 224, 0.4);
}
.comment-input input.form-control {
    border: none;
    box-shadow: none;
    background-color: transparent;
    margin: 0;
    padding: 0 0 0 1rem!important;
}
.comment-input input.form-control:focus {
    border: none;
    box-shadow: none;
}
.comment-input textarea {
    border: none;
    resize: none;
}
.comment-input .comment-textarea {
    min-height: 35px;
    padding-left: 15px !important;
    padding-right: 5px;
    height: auto;
    white-space: pre-wrap;
    border: none;
    border-bottom-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.comment-textarea[contentEditable=true]:empty:not(:focus):before{
    content:attr(data-placeholder);
}
.comment-input .comment-textarea.form-control:focus {
    border: none;
    border-bottom-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.comment-input textarea:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.comment-input .input-group-append {}
.comment-input .input-group-append .btn {
    background-color: transparent;
    padding: 0rem 20px;
}
.comment-input .input-group-append .btn:focus {
    border: none;
    box-shadow: none;
}
.comment-input .input-group-append .btn i {}

.comment-input .comment-info {
    position: absolute;
    right: 18px;
    bottom: -18px;
    font-size: 12px;
    display: none;
}
.comment-input .comment-info.active {
    display: block;
}
.comment-input .comment-info.error {
    color: red;
}
.comment-input .comment-info .count-left {}

.media-comment {
    max-height: 115px;
    border-radius: 6px;
    overflow: hidden;
    -webkit-box-shadow: 0 0px 3px 1px rgba(0,0,0,0.03),0 1px 4px 0 rgba(0,0,0,0.04), 0 5px 3px 1px rgba(0,0,0,0.04);
    box-shadow: 0 0px 3px 1px rgba(0,0,0,0.03),0 1px 4px 0 rgba(0,0,0,0.04), 0 5px 3px 1px rgba(0,0,0,0.04);
    background-color: #fff;
}
.media-comment img {}
.media-comment .media-img {
    border-radius: inherit;
    width: 115px;
    height: 115px;
}
.media-comment .media-img i {
    color: #fff;
    font-size: 250%;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.media-comment .media-body {
    padding: 10px 39px;
    color: #4E5155;
}
.media-comment .media-body span {
    display: block;
}
.media-comment .media-body .post-title {
    font-weight: 700;
    font-size: 110%;
}
.media-comment .media-body .post-subtitle {}

.search-header {}
.search-body {}

.form-auth-wrapper.blank {}
.form-auth-wrapper.blank .form-header {
    margin-bottom: 60px;
}
.form-auth-wrapper.blank .form-header .title {
    font-weight: 600;
}

.form-auth-wrapper .photo-profile {}
.form-auth-wrapper .photo-profile .member-image {
    max-width: 140px;
    margin: 0 auto;
    position: relative;
}
.form-auth-wrapper .photo-profile .member-image img {
    /*    border: 2px solid #d6d6d6;
        padding: 1px;*/
}
.form-auth-wrapper .photo-profile .member-image .btn-image-profile{
    position: absolute;
    bottom: 20px;
    right: -4px;
    border-radius: 50%;
    color: #4a4a4a;
    font-size: 1rem;
    background-color: #e4e4e4;
    width: 30px;
    height: 30px;
    padding: 4px;
}
.form-auth-wrapper .photo-profile .member-name {
    margin: 10px auto;
    font-weight: 600;
}
.form-auth-container .tb-input-round {
    height: 30px;
    padding: 0 5px;
}
.form-auth-container .tb-input-round .tb-select-box {
    padding-top: 6px;
}
.tb-input-round {
    height: 35px;
    border-radius: 20px;
    border: 1px solid #c9c9c9;
    padding: 0 10px;
    overflow: hidden;
    background-color: #fff;
}
.tb-input-round.shadow {
    box-shadow: 0 5px 8px 1px rgba(0,0,0,0.05), 0 3px 8px 0 rgba(0,0,0,0.06), 0 3px 1px -2px rgba(0,0,0,0.05);
    border: none;
    border-radius: 15px;
}
.tb-input-round .input-group {
    height: inherit;
}
.tb-input-round .input-group .input-group-prepend {}
.tb-input-round .input-group .input-group-prepend i {
    color: #f36f28;
}
.tb-input-round .input-group input,
.tb-input-round .input-group select {
    border: none;
}
.tb-input-round .input-group select {
    height: inherit !important;
}
.tb-input-round .input-group input:focus,
.tb-input-round .input-group select:focus {
    box-shadow: none;
}
.dc-btn-rounded {
    background: #f36f28;
    border: 1px solid #f36f28;
    border-radius: 30px;
    color: #fff;
}
.dc-btn-rounded.dc-btn-outline {
    background: #fff;
    color: #f36f28;
}

.input-muted {
    background-color: #f1f1f2 !important;
}

.section-panel .header .header-title p{
    margin-bottom: 0px;
}

/* END */
/* TB ORANGE */
.home-network-blank .top-overlay {
    background-color: #F37429;
    background: -moz-linear-gradient(left, #F37429 0%, #F69241 100%);
    background: -webkit-linear-gradient(left, #F37429 0%,#F69241 100%);
    background: linear-gradient(to right, #F37429 0%,#F69241 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F37429', endColorstr='#F69241',GradientType=1 );
}


.dc-search .icon-search {
    right: 33px;
    top: 14px;
    color: #403c3d;
}
.image-cr-padding, .audio-cr-padding {
    padding: 2px 2px;
    position: relative;
    /*    display: flex;
        align-items: center;
        justify-content: center;*/
    margin-top: 5px;
}
.image-cr-padding.on-upload-preview,
.audio-cr-padding.on-upload-preview {
    border: 1px solid rgba(0,0,0,0.1);
}
.image-cr-padding > img {
    /*border-radius: 30px 0px 0px 30px;*/
    /*max-width: 100px;*/
    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%;
}
.image-cr-padding > .btn-remove-image-reply:hover,
.image-cr-padding > .btn-remove-image:hover {
    background-color: red;
    color: #fff;
}


.card.card-post {
    overflow: visible;
}
.card.card-post i.fas.fa-ellipsis-h:before {
    font-family: "Ionicons";
    content: "\f1c9";
    color:#C3C3C3;
}
.card.card-post .dropdown-menu-right {
    min-width: 240px;
    border-radius: 10px;
}

.modal.sidebar .modal-header .modal-info {
    position: absolute;
    width: calc(100% - 40px);
    text-align: center;
    top: 1.5625rem;
    z-index: 1;
}
.modal.sidebar .modal-header .modal-info .network-heading {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}
.modal.sidebar .modal-header .modal-info .network-image {}
.modal.sidebar .modal-header .modal-info .network-name {
    color: #272727;
    text-align: center;
    left: unset;
    position: unset;
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
}
/*.modal.sidebar .modal-header.edit-network .modal-body {
    top: 180px;
    padding: 30px 100px 20px 100px !important;
}*/
.modal.sidebar .modal-body {}
.modal.sidebar .modal-body .section {}
.modal.sidebar .modal-body .section .content {
    margin: 20px;
}
/* message */

.tbmessage-button:visited, .tbmessage-button:visited:hover, a.tbmessage-button {
    color: #F47226!important;
}

.tbmessage-conversation-card-link.active {

    box-shadow: 4px 0 0 #F47226 inset, 0 -1px 0 #f3f6f8 inset !important;
}

/*.dc-header-nav ul li.dc-header-nav-item a.active > i{*/
/*    color: #f36f28;*/
/*}*/

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:visited{
    background-color: #f36f28 !important;
    border-color: #f36f28;
    color: #fff;
}

.fas.orange{
    color: #f36f28;
}



.tbicon{
    width:20px;
    height:20px;
    display: inline-block;
    background-position:center center;
    background-repeat:no-repeat;
    background-size: cover;
}
.tbicon.size-medium {
    /*    width:30px;
        height:30px;*/
}
.tbicon.size-small {
    width:15px !important;
    height:15px !important;
}

.tbicon.icon-3logo{
    width: 19px !important;
    height: 14px !important;
    background-image: url('../img/icons/3logo-new.png');
}
.tbicon.icon-comment{
    background-image: url('../img/icons/comment.png');
}
.tbicon.icon-note{
    background-image: url('../img/icons/note.png');
}

.tbicon.icon-latest-update{
    background-image: url('../img/icons/icon-latest.png');
}
.tbicon.icon-comment-alt{
    background-image: url('../img/icons/comment-alt-new.png');
}
.tbicon.icon-multiple-user-silluete-dark {
    background-image: url('../img/icons/multiple-user-silluete-dark.png');
}

.active .tbicon.icon-tab-starred {
    background-image: url('../img/icons/icon-tab-starred.png');
}
.tbicon.icon-tab-starred {
    background-image: url('../img/icons/icon-tab-starred-dark.png');
}
.active .tbicon.icon-tab-achieved {
    background-image: url('../img/icons/icon-tab-achieved.png');
}
.tbicon.icon-tab-achieved {
    background-image: url('../img/icons/icon-tab-achieved-dark.png');
}
.active .tbicon.icon-tab-owned {
    background-image: url('../img/icons/icon-tab-owned.png');
}
.tbicon.icon-tab-owned {
    background-image: url('../img/icons/icon-tab-owned-dark.png');
}
.active .tbicon.icon-tab-chief {
    background-image: url('../img/icons/icon-tab-chief.png');
}
.tbicon.icon-tab-chief {
    background-image: url('../img/icons/icon-tab-chief-dark.png');
}
.card-right-panel{
    /*padding-left: 15%;*/
}

.card-right-text-bottom{
    font-size: 85%;
    color: #000;
    font-weight: 600;
    padding: 20px 0px;
}
.tbicon.icon-home {

}
.tbicon.icon-home:before {
    content: "";
    background-image: url(../img/icons/menu-home.png);
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    background-size: 100%;
}
a.active > .tbicon.icon-home:before {
    background-image: url(../img/icons/menu-home-white.png);
}
a:hover > .tbicon.icon-home:before {
    background-image: url(../img/icons/menu-home.png);
}
.tbicon.icon-flag {

}
.tbicon.icon-flag:before {
    content: "";
    background-image: url('../img/icons/menu-flag.png');
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    background-size: 100%;
}
a.active > .tbicon.icon-flag:before {
    background-image: url('../img/icons/menu-flag-white.png');
}
a:hover > .tbicon.icon-flag:before {
    background-image: url('../img/icons/menu-flag.png');
}

.tbicon.icon-star-alt:before {
    content: "";
    background-image: url('../img/icons/menu-star-alt.png');
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    background-size: 100%;
}
a.active > .tbicon.icon-star-alt:before {
    background-image: url('../img/icons/menu-star-alt-white.png');
}
a:hover > .tbicon.icon-star-alt:before {
    background-image: url('../img/icons/menu-star-alt.png');
}

.tbicon.icon-chat {

}
.tbicon.icon-chat:before {
    content: "";
    background-image: url('../img/icons/menu-chat.png');
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    background-size: 100%;
}
.tbicon.icon-calendar-clock-black {
    background-image: url('../img/icons/calendar-clock.png');
    display: block;
    background-size: 100%;
}
.tbicon.icon-calendar-clock:before {
    content: "";
    background-image: url('../img/icons/calendar-clock.png');
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    background-size: 100%;
}
.tbicon.icon-location {
    content: "";
    background-image: url('../img/icons/location-pin.png');
    display: block;
    background-size: 100%;
}
.tbicon.icon-multiple-users {
    content: "";
    background-image: url('../img/icons/multiple-users-silhouette-black.png');
    display: block;
    background-size: 100%;
}
.tbicon.icon-close-white {
    width: 30px;
    height: 30px;
    display: inline-block;
}
.tbicon.icon-close-white:before {
    content: "";
    background-image: url('../img/icons/icon-close-white.png');
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    background-size: 100%;
}

.tbicon-setting {
    width: 27px;
    height: 27px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
}
.tbicon-setting.icon-pencil {
    background-image: url('../img/icons/menu-icon-edit.png');
}
.tbicon-setting.icon-mail {
    background-image: url('../img/icons/menu-icon-mail.png');
}
.tbicon-setting.icon-promotion {
    background-image: url('../img/icons/menu-icon-promotion.png');
}
.tbicon-setting.icon-team {
    background-image: url('../img/icons/menu-icon-team.png');
}
.tbicon-setting.icon-bug {
    background-image: url('../img/icons/menu-icon-bug.png');
}
.tbicon-setting.icon-logout {
    background-image: url('../img/icons/icon-logout.png');
}
.tbicon-setting.icon-change-profile {
    background-image: url('../img/icons/user-edit.png');
}
.tbicon-setting.icon-change-cover {
    background-image: url('../img/icons/picture.png');
}


a.active > .tbicon.icon-chat:before
{
    background-image: url('../img/icons/menu-chat-white.png');
}
a:hover > .tbicon.icon-chat:before {
    background-image: url('../img/icons/menu-chat.png');
}
a.active > .tbicon.icon-calendar-clock:before
{
    background-image: url('../img/icons/calendar-clock-white.png');
}
a:hover > .tbicon.icon-calendar-clock:before {
    background-image: url('../img/icons/calendar-clock.png');
}
.tbicon.icon-left-arrow {

}
.tbicon.icon-left-arrow:before {
    content: "";
    background-image: url('../img/icons/menu-left-arrow.png');
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    background-size: 100%;
}
a.active > .tbicon.icon-left-arrow:before {
    background-image: url('../img/icons/menu-left-arrow-white.png');
}
a:hover > .tbicon.icon-left-arrow:before {
    background-image: url('../img/icons/menu-left-arrow.png');
}
.tbicon.icon-team {

}
.tbicon.icon-team:before {
    content: "";
    background-image: url('../img/icons/menu-team.png');
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    background-size: 100%;
}
a.active > .tbicon.icon-team:before {
    background-image: url('../img/icons/menu-team-white.png');
}
a:hover > .tbicon.icon-team:before {
    background-image: url('../img/icons/menu-team.png');
}
.tbicon.icon-focus {

}
.tbicon.icon-focus:before {
    content: "";
    background-image: url('../img/icons/menu-focus.png');
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    background-size: 100%;
}

a.active > .tbicon.icon-focus:before{
    background-image: url('../img/icons/menu-focus-white.png');
}
a:hover > .tbicon.icon-focus:before {
    background-image: url('../img/icons/menu-focus.png');
}

.tbicon.icon-hashtag {

}
.tbicon.icon-hashtag:before {
    content: "";
    background-image: url('../img/icons/menu-hashtag.png');
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    background-size: 100%;
}

a.active > .tbicon.icon-hashtag:before
{
    background-image: url('../img/icons/menu-hashtag-white.png');
}
a:hover > .tbicon.icon-hashtag:before {
    background-image: url('../img/icons/menu-hashtag.png');
}

.tbicon.icon-posts {

}
.tbicon.icon-posts:before {
    content: "";
    background-image: url('../img/icons/menu-posts.png');
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    background-size: 100%;
}

a.active > .tbicon.icon-posts:before{
    background-image: url('../img/icons/menu-posts-white.png');
}
a:hover > .tbicon.icon-posts:before {
    background-image: url('../img/icons/menu-posts.png');
}

.media-network-navigation .media-body{
    color: #f36f28;
}

.tbicon.icon-team-orange{
    content: "";
    background-image: url('../img/icons/menu-team-orange.png');
    width: 35px;
    height: 30px;
    display: block;
    background-size: 100%;
}
.tbicon.icon-post-pin {
    background-image: url('../img/icons/post-pin.png');
}
.tbicon.icon-post-pin.orange {
    background-image: url('../img/icons/post-pin-orange.png');
}
.tbicon.icon-post-bookmark {
    background-image: url('../img/icons/post-bookmark.png');
}
.tbicon.icon-post-like {
    background-image: url('../img/icons/post-like-alt.png');
}
.tbicon.icon-post-like.orange {
    background-image: url('../img/icons/post-like-orange.png');
}
.tbicon.icon-post-comment {
    background-image: url('../img/icons/post-comment.png');
}
.tbicon.icon-post-share {
    background-image: url('../img/icons/post-shares.png');
}
.tbicon.icon-post-starred {
    background-image: url('../img/icons/post-starred.png');
}
.tbicon.icon-post-starred.orange {
    background-image: url('../img/icons/post-starred-orange.png');
}
.tbicon.icon-post-achieved {
    background-image: url('../img/icons/icon-tab-achieved-dark.png');
}
.tbicon.icon-post-achieved.orange {
    background-image: url('../img/icons/icon-tab-achieved.png');
}
ul.list-hashtag {
    list-style: none;
    padding: 0;
    display: inline-flex;
    flex-wrap: wrap;
    margin: 1.5rem 3rem;
    width: 100%;
}
ul.list-hashtag li {
    width: calc(50% - 10px);
    margin-bottom: 30px;
    margin-right: 10px;
    overflow: hidden;
}
ul.list-hashtag li:first-child {
    width: 100%;
}
ul.list-hashtag li:first-child > .media {
    width: 50%;
    margin: 0 auto;
}
ul.list-hashtag li:first-child > .media > img.ui-wh-60 {
    width: 80px !important;
    height: 80px !important;
}
ul.list-hashtag li a {
    font-size: 18px;
}
.dc-content .member-network .card {
    /*border-radius: 0;*/
}

.dc-content .card {
    outline: none;
}
.card-post {
    padding: 0px 15px 15px 15px;
}
.card-post .creator-name {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
}
.card-post .creator-action {
    font-size: 75%;
}
.card-post .image-member-circle {
    width: 60px;
    height: 60px;
}
.card-post .post-body > .inner {
    padding-left: 25px;
    padding-right: 25px;
    color: rgba(22, 22, 23, 0.6);
    font-size: 0.8rem;
}
.card-post .post-body > .inner img {
    max-width: 100%;
}
.card-post .post-body > .inner-hashtag {
    padding-left: 25px;
    padding-right: 25px;
}
.card-post .post-body > .inner-embed {
    padding: 10px;
}
.card-post .post-body .inner > p:first-child {
    font-size: 1.125rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 1rem;
}
.card-post .post-body .inner p {
    font-weight: 400;
    /*font-size: 16px;*/
    margin-bottom: 0.125rem;
}
.card-post .post-body .inner .excerpt-content-post p:last-of-type {
    display: inline;
}
.inner .inner-content {
    position: relative;
}
.inner .inner-content.content-overflow {
    margin-bottom: 10px;
    padding-bottom: 20px;
    /*max-height: 170px;*/
    max-height: 7rem;
    overflow: hidden;
}
.inner .inner-content .inner-content-action {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
}
.post-info-container,
.post-comment-container {
    margin-left: 25px;
    margin-right: 25px;
}

.post-info-container {
    border-top: none;
    border-bottom: none;
    padding: 0;
    margin: 15px 25px;
}
.post-info-container > .row > [class*="col-"] {
    border-right: 1px solid rgba(0,0,0,0.3);
}
.post-info-container > .row > [class*="col-"]:last-child {
    border-right: none;
}
.flip-x {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.post-info-container a.media {
    padding: 0 40px;
}
.post-info-container a.media .media-body {}
.post-info-container a.media .media-body > span {
    display: block;
    line-height: 1;
}
.post-info-container a.media .media-body > .text-total,
.post-info-container a .text-total {
    font-size: 16px;
    line-height: 1;
}
.post-info-container a.media .media-body > .text-label,
.post-info-container a .text-label {
    font-size: 8px;
}
.post-info-container a > i,
.post-info-container a i {
    font-size: 20px;
}
.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 li {
    border: 1px solid #f58123;
    border-radius: 8px;
    padding: 5px;
    margin-bottom: 10px;
    position: relative;
}
.polling-container .polling-body .polling-options li.active {}
.polling-container .polling-body .polling-options li .form-check {
    margin-bottom: 0;
    padding-left: 0;
}
.polling-container .polling-body .polling-options li .form-check:hover {
    cursor: pointer;
}
.polling-container .polling-body .polling-options li .form-check .form-check-label {}
.polling-container .polling-body .polling-options li .form-check .form-check-input {
    right: 0;
    top: 0;
}
.polling-container .polling-body .polling-options li .form-check .percent-info {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}
.polling-container .polling-footer {
    position: relative;
}
.polling-container .polling-footer .polling-info {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.polling-container .polling-footer .polling-info li {
    margin-right: 10px;
}
.polling-container .polling-footer .polling-info li:after {
    content: "\00b7";
    font-size: 35px;
    line-height: 0;
    position: absolute;
    top: 50%;
}
.polling-container .polling-footer .polling-info li:last-child:after {
    content: "";
}
.polling-container .polling-footer .polling-action {
    position: absolute;
    right: 0;
    top: 0;
}
.polling-container .polling-footer .polling-action > button {
    background-color: #f58123;
    color: #fff;
    border-radius: 4px;
}
.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;
    border-radius: 8px;
    display: block;
}
.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 {}
.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: block;
}
.tbbadge {
    padding: 0px 10px;
    border: 1px solid #f58123;
    color: inherit;
    font-weight: lighter;
    margin-right: 5px;
    font-size: 0.8rem;
}
.tbbadge:last-child {
    margin-right: 0px;
}
.tbbadge:hover {
    color: #f58123;
}
.tbbadge.tbbadge-outline-hashtag {
    border-radius: 15px;
    margin-bottom: 5px;
    display: inline-block;
}

.dc-btn.outline-form-save{
    color: #000;
    border: 1px solid #f58123;
}


/*material dtp */
.dtp-date, .dtp-time {
    background: #f58123;
    color: #fff;
}
header.dtp-header {
    background: #d05d00;
    color: #fff;
}
table.dtp-picker-days tr>td>a.selected {
    background: #f58123;
    color: #fff !important;
}
.dtp .year-picker-item.active {
    color: #f58123;
}
.dtp .year-picker-item:hover {
    color: #f58123;
}
.dtp-actual-meridien a.selected {
    background: #d05d00 !important;
}
.dtp .svg-clock [stroke="#8BC34A"] {
    stroke : #d05d00 !important;
}
.dtp .svg-clock [fill="#8BC34A"] {
    fill: #d05d00 !important;;
}

.tb-badge-default {
    background-color: #a0a0a0;
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 7px;
}

.title-top-discover{
    color: #f58123;
    text-align: center;
    height: 40px;
}

.card-body.discover-top .media{
    margin-top: 10px;
}

.discovery-top-name{
    font-size: 0.75rem;
    word-break: break-all;
    margin-top: 10px;
}

.discover-top p{
    margin-bottom: 0px;
}

.discover-top .right-info .number{
    font-size: 1rem;
}

.discover-top .right-info .type{
    font-size: 0.5rem;
}

.discover-top .grid-area-up{
    margin-top: 30px;
    border-top: 1px solid #f5f3f3;
    border-bottom: 1px solid #f5f3f3;
    padding: 5px 0px;
}

.discover-top .grid-area-down p{
    padding: 10px 0px;
}

.border-right-discovery{
    border-right: 1px solid #f5f3f3;
}

.card-body.discover-top .grid-area-down p{
    font-size: 0.55rem;
}

.discover-card .card{
    min-height: unset;
}

.filter-discovery{
    list-style: none;
    display: flex;
    /*justify-content: space-between;*/
    justify-content: space-around;
    padding-left: 0;
}

.list-filter-discovery{
    padding: 0px 10px;
}

.list-filter-discovery .btn-filter-discovery{
    font-size: 0.8rem;
    padding: 3px 10px;
    border-radius: 20px;
}

.list-filter-discovery .btn-filter-discovery:hover{
    background-color: #f58123;
    color: #fff;
}

.list-filter-discovery .btn-filter-discovery.active{
    background-color: #f58123;
    color: #fff;
}

.list-filter-separator{
    width: 1px;
    border-right: 1px solid #838282;
}

.discover-card .card-body.transparent{
    background: transparent;
}

.image-circle{
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
}
.dropdown-menu-rounded {
    border-radius: 20px;
    width: 350px;
    /*min-height: 100px;*/
    -moz-box-shadow: 0 5px 8px 1px rgba(0,0,0,0.05), 0 3px 8px 0 rgba(0,0,0,0.06), 0 3px 1px -2px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 5px 8px 1px rgba(0,0,0,0.05), 0 3px 8px 0 rgba(0,0,0,0.06), 0 3px 1px -2px rgba(0,0,0,0.05);
    box-shadow: 0 5px 8px 1px rgba(0,0,0,0.05), 0 3px 8px 0 rgba(0,0,0,0.06), 0 3px 1px -2px rgba(0,0,0,0.05);
}
.modal.modal-rounded .modal-content {
    border-radius: 20px;
    min-height: 160px;
}
.modal.modal-rounded.have-close {}
.modal.modal-rounded.have-close .modal-content {}
.modal.modal-rounded.have-close .modal-content .modal-header {}
.modal.modal-rounded.have-close .modal-content .modal-header .close {
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    background-color: #f36f28;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    line-height: 1;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 1;
}
.w-unset {
    width: unset !important;
}
ul.list-menu-dropdown {
    padding: 0;
    list-style: none;
    margin: 10px 0 0 0;
}
ul.list-menu-dropdown li {}
ul.list-menu-dropdown li.separator {
    background-color: #000;
    width: 100%;
    height: 1px;
}
ul.list-menu-dropdown li a {
    padding: 10px !important;
    display: block;
}
ul.list-menu-dropdown li a:hover {
    background-color: #ff8a00;
}

ul.list-menu-dropdown li a.dropdown-setting:hover {
    background-color: #fff !important;
}

.powered .label-powered p{
    margin-bottom: 0px;
    padding: 0;
    line-height: 1.25;
    font-weight: 600;
}

.powered .powered-image img{
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.powered .label-powered{
    color: #000;
    margin-left: 10px;
}

.grid-area-up .right-info .type{
    font-size: 0.6rem;
    white-space: nowrap;
}

.modal-header.edit .network-name p{
    font-size: 1.2rem;
}

.btn-primary.btn-logout{
    color: #fff !important;
    border-radius: 20px;
}

.modal-interest .modal-dialog {
    max-width: 1000px;
}

.modal-interest .modal-header {
    font-size: 25px;
    display: flex;
    justify-content: center;

}

.modal-interest .content-interest {
    display: flex;
    justify-content: center;
}

.modal-interest .item-interest {
    flex: 0 0 16.6%;
    height: auto;
    position: relative;
}

.modal-interest .image-interest {
    width: 150px;
    height: 100px;
    object-fit: cover;
}

.modal-interest .image-interest:hover {
    outline: 2px solid grey;
}

.modal-interest .item-interest.active .image-interest {
    outline: 2px solid;
    outline-color: rgb(245, 129, 35);
    opacity: 0.5;
}

.modal-interest .btn-interest {
    cursor: pointer;
    text-decoration: underline;
}

.modal-interest .name-interest {
    font-weight: 600;
}
.modal-interest .item-interest .item-image-interest {
    position: relative;
}
.modal-interest .item-interest.active .item-image-interest:after  {
    content : "";
    position: absolute;
    width: 150px;
    height: 100px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to right, #FFFFFF , #f36f28);
    opacity: 0.5;
}

.modal-interest .item-interest.active .item-image-interest:before  {
    content : "";
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    z-index: 2;
    transform: translateX(-50%) translateY(-50%);
    background-image: url('../img/icons/icon-stage-complete.png');
    opacity: 1;
}

.tb-editor-mention{
    color: #F37429;
    cursor: pointer;
}

.input-member-invite{
    border: 1px solid #e9e9e9;
    border-radius: 20px;
    background-color: #e9e9e9;
    font-size: 0.7rem;
    padding: 5px 10px;
}
.input-member-invite:focus {
    outline: none;
}
.member-list.invite-member .profile-image img{
    height: 50px;
    width: 50px;
}

.invite-member-list{
    padding-left: 0px;
    list-style: none;
}
.invite-member-list li {
    margin-bottom: 10px;
}

.below-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.below-header .btn-create-event{
    padding: 5px 10px;
}

.below-header .text{
    margin-bottom: 0px;
    font-size: 1.1rem;
}

.card-body.card-body-event{
    padding: 10px 0px 0px 0px;
}

.card-body-event .list-event{
    margin: 15px 0px;
}

.card.card-event .card-header-title{
    margin-bottom: 0px;
    font-size: 2.2rem;
    font-weight: 800;
}

.card.card-event{
    border: 0px !important;
    box-shadow: none;
}

.list-event .card{
    position: relative;
    min-height: 250px;
    cursor:pointer;
}

.list-event .card .card-body{
    width: 100%;
    position: absolute;
    padding: 31px 10px 15px 10px;
    bottom: 0;
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 82%, rgba(28,28,28,0) 100%);
}

.list-event .card-body{
    padding: 0px 5px;
}

.list-event .card-body .title{
    font-size: 0.9rem;
    margin-bottom: 5px;
    font-weight: 700;
}

.list-event .bottom-location .text{
    font-size: 0.6rem;
    margin-bottom: 0px;
}

.list-event .place-time{
    margin-bottom: 5px;
}

.list-event .place-time .user{
    align-items: center;
}
.list-event .place-time .date{
    align-items: center;
}
.list-event .place-time .user .text{
    margin-bottom: 0px;
}
.list-event .place-time .date .text{
    margin-bottom: 0px;
}

.list-event .card-body{
    font-size: 0.7rem;
}

.detail-event .card{
    position: relative;
    /*min-height: 450px;*/
    height: 100%;
}

.detail-event .card .card-body{
    width: 100%;
    /*    height: 75%;
        position: absolute;
        padding: 31px 10px 15px 10px;
        background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 82%, rgba(28,28,28,0) 100%);*/
    bottom: 0;
    height: 100%;
    padding: 130px 10px 15px 10px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(28,28,28,0) 100%);
}

.card-body.card-body-event.after .image-after-event{
    width: 150px;
    height: 150px;
}

.btn-after-event{
    padding: 5px 10px !important;
}

.detail-event .list-member{
    margin-left: 20px;
}

.detail-event .card-body .title{
    font-size: 1rem;
    font-weight: 600;
}

.detail-event .info-event .info-list{
    list-style: none;
    padding-left: 0px;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
}

.detail-event .info-event .info-list .text{
    margin-left: 10px;
    margin-bottom: 0px;
}

.info-event .list-member .list-member-event{
    padding: 0px;
}

.info-event .list-member .list-member-event{
    width: 20px;
}

.image-member-circle.detail-event{
    width: 20px;
    height: 20px;
}

.detail-event .event-description .title{
    margin-bottom: 0px;
}
.detail-event .event-description .description{
    font-size: 0.7rem;
    margin-bottom: 0px;
}

.detail-event .event-description .btn-see-more{
    font-size: 0.7rem;
    color: #f36f28;
}

.detail-event .btn-join-event{
    font-size: 1rem;
    position: absolute;
    bottom: -13%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hover-primary:hover {
    color: #f36f28 !important;
}

.hover-primary {
    color: black;
}
/* END */
/* TB LANDING */

.no-padding{
    padding: 0;
}

.content{
    margin: 50px 0px;
}

.curve-top{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.card-curve{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.row.content{
    justify-content: center;
}

.content .title{
    margin-bottom: 50px;
    font-size: 3.6rem;
}

.content.type .card .card-title{
    color: #fff;
    font-size: 1.2rem;
    margin-top: 20px;
}

.content.more-feature .title{
    color: #686868;
    font-size: 2rem;
}

.row.content .card-body .header .image{
    width: 150px;
    height: 150px;
}

.row.content .card-body .header .title{
    font-size: 2rem;
}

.row.content .card-body .body{
    padding: 0px 15%;
}

.row.content .card-body .body p{
    font-size: 1rem;
}

.content.feature{
    margin-top: 150px;
}

.content.feature .detail{
    margin-top: 70px;
    width: 475px;
}

.content.feature .detail .title{
    line-height: 1;
    font-size: 2.7rem;
    margin-bottom: 20px;
}

.content.feature .detail .description{
    text-align: justify;
}

.content.feature .image{
    width: 400px;
    height: auto;
}

.content.more-feature .row.content{
    margin-top: 15%;
}

.card-tribelio-info{
    min-height: 340px;
    margin-bottom: 30px;
    box-shadow: none;
}

.card-tribelio-info:hover{
    box-shadow: 0 2px 3px 0px rgba(0,0,0,0.03), 0 1px 4px 0 rgba(0,0,0,0.04), 0 3px 1px -2px rgba(0,0,0,0.04);
}

.card-tribelio-type{
    min-height: 600px;
    width: 450px;
    color: #fff;
}

.card-tribelio-type .header{
    margin-top: 20px;
}

.card-tribelio-type .body{
    margin-top: 20px;
}

.card-tribelio-type.chief{
    background-image : url('../img/landingpage/bg-chief.jpg');
}

.card-tribelio-type.part{
    background-image : url('../img/landingpage/bg-part.jpg');
}

.card-more-feature{
    min-height: 320px;
}

.card-more-feature .card-body .title{
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 10px;
    min-height: 100px;
    padding-top: 10%;
}

.card-more-feature .card-body .description{
    font-size: 0.9rem;
    text-align: center;
}

.btn-start-tribe{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.orange-circle{
    background-color: #f37429;
    width: 135px;
    height: 135px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    left: 30%;
    top: -35%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.orange-circle img{
    width: 80px;
    height: 80px;
}

#header{
    width: 100%;
    height: 800px;
    background-image: url("../img/landingpage/bg-header.png");
    background-repeat: no-repeat;
    background-size: 50% 100%;
    background-position: top left;
    position: relative;
}

.slider-circle{
    position: absolute;
    left: 10%;
    top: 0;
    border: 15px solid #fff;
    box-shadow: 0px 0px 10px -2px #bbb;
    -moz-box-shadow: 0px 0px 10px -2px #bbb;
    -webkit-box-shadow: 0px 0px 10px -2px #bbb;
    -o-box-shadow: 0px 0px 10px -2px #bbb;
    width: 415px !important;
    height: 415px !important;
    border-radius: 50%;
    margin-bottom: 15px;
    margin-top: 200px;
    background-size: cover;
    background-repeat: no-repeat;
}

.box-header .content-text{
    position: absolute;
    left: 50%;
    top: 240px;
    width: 580px;
}

.box-header .content-text .subtitle{
    font-size: 1.2rem;
    width: 80%;
}

.box-header .content-text .title{
    font-size: 2.2rem;
    width: 80%;
}

.box-header .content-text .description{
    width: 80%;
    font-size: 1.65rem;
    margin-bottom: 5%;
    font-weight: lighter;
    line-height: 1.25;
}

.content-contact{
    margin-top: 5%;
}

.icon-footer-landingpage{
    margin-right: 5px;
    width: 25px;
}

.content-copyright{
    margin: 5% 0px;
    font-weight: 600;
}

.content-copyright .text{
    /*letter-spacing: 7px;*/
}

#footer{
    background-image: url('../img/landingpage/bg-left-footer.png'),url('../img/landingpage/bg-right-footer.png');
    background-repeat: no-repeat,no-repeat;
    background-position: left top,right bottom;
    background-size: 10%,32%;
    padding-bottom: 5px;
    margin-top: 100px;
}

.navigation-menu {
    padding-right: 10%;
    position: absolute;
    right: 0;
    z-index: 1;
}

.navigation-menu .list-menu{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 10%;
    padding-left: 0;
}
#header {}
#header .logo {
    position: relative;
}
#header .logo img{
    width: 300px;
    position: absolute;
    z-index: 1;
    left: 7%;
    /*top: 6%;*/
    top: 32px;
}
#header .logo .powered-by{
    position: absolute;
    z-index: 1;
    left: 7.5%;
    top: 120px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12.5px;
}

.box-header .slick-dots{
    width: 50%;
}

.slick-dots li.slick-active button:before{
    color: #f36f28;
    font-size: 0.8rem;
}
.slick-dots li button:before{
    font-size: 0.8rem;
    color: #f36f28;
}

.detail .description{
    font-size: 1.1rem;
}

.row.content-feature{
    margin: 50px 0px;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

#benefits{
    padding-top: 50px;
}
/* END */
/* TB RESPONSIVE */
body.modal-open .dc-header {
    padding-right: 17px;
}
.modal.sidebar .modal-dialog.uninit{
    right:-100%;
}
.modal.sidebar .modal-dialog.inited{
    transition:all 1s;
    right:0;
}
.modal.sidebar.uninit, .modal.sidebar.inited {
    display:block!important;
}
.modal.sidebar .modal-dialog.inited.uninit {
    transition:all 1s;
    right:-100%;
}
.comment-container a.small {
    font-size: 85%;
}
.comment-container.comment-hide {
    background-color: rgba(0,0,0,0.05);
    border-radius: 20px;
}
.media.comment-hide {
    background-color: rgba(0,0,0,0.08);
    border-radius: 20px;
}

.post-image-attachment-galleries-modal {}
.post-image-attachment-galleries-modal .modal-content {
    /*background-color: transparent;*/
    background-color: rgba(0,0,0,0.5);
}
.post-image-attachment-galleries-modal .modal-header {
    z-index: 1;
}
.post-image-attachment-galleries-modal .modal-header .close {
    position: absolute;
    right: 10px;
    top: 20px;
}
.post-image-attachment-galleries-modal .modal-header .close > span {
    background: #f58123;
    color: #fff;
    font-weight: bold;
    width: 25px;
    height: 25px;
    line-height: 1;
    display: block;
    border-radius: 50%;
}
.post-image-galleries {
    min-height: 300px;
    background-color: transparent;
    /*background-color: rgba(0,0,0,0.5);*/
}

.post-image-galleries .slick-list {
    background-color: transparent;
}
.post-image-galleries .slick-prev {
    left: 10px;
    z-index: 1;
}
.post-image-galleries .slick-next {
    right: 10px;
    z-index: 1;
}
.post-image-galleries .slick-prev:before {
    content: '←';
}
.post-image-galleries .slick-next:before {
    content: '→';
}
.post-image-galleries .image-galleries-item {
    width: 100%;

}
.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;
}

.modal-maintenance {}
.modal-maintenance .modal-content {
    background-image: url('../img/comingsoon/maintenance-image.jpg');
    background-repeat: no-repeat;
    background-position: right 70px;
    background-size: 450px;
}
.modal-maintenance .modal-content .modal-header {
    min-height: 60px;
}
.modal-maintenance .modal-content .modal-header > .close {
    font-size: 70px;
    padding: 0;
    margin: 0;
    line-height: 0.6;
    font-weight: 100;
    top: 30px;
    position: absolute;
    right: 12px;
}
.modal-maintenance .modal-content .modal-body {
    padding: 30px 60px 20px 60px;
}
.modal-maintenance .modal-content .modal-body h1 {
    font-weight: 700;
    margin-bottom: 30px;
}
.modal-maintenance .modal-content .modal-body p {}
.modal-maintenance .maintenance-contactlist {}
.modal-maintenance .maintenance-contactlist li {}
.modal-maintenance .maintenance-contactlist li a {
    color: #F37429;
}
.modal-maintenance .maintenance-contactlist li a i {
    margin-right: 8px;
}

.home-tab {}
.home-tab .tab-navigation {
    z-index: 1;
    margin-bottom: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px -5px 0px 5px #fff;
    -moz-box-shadow: 0px -5px 0px 5px #fff;
    box-shadow: 0px -5px 0px 5px #fff;
}
ul.home-tablist {
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgba(243,111,40, 0.6);
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
ul.home-tablist li {
    flex-grow: 1;
    text-align: center;
}
ul.home-tablist li:after {
    display:block;
    content: '';
    border-bottom: solid 3px #019fb6;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}
ul.home-tablist li.active,
ul.home-tablist li:hover {
    border-bottom: 1px solid rgba(243,111,40, 1);
    -webkit-box-shadow: 0px 2px 0px rgba(243,111,40, 0.5);
    -moz-box-shadow: 0px 2px 0px rgba(243,111,40, 0.5);
    box-shadow: 0px 2px 0px rgba(243,111,40, 0.5);
}
ul.home-tablist li.active a,
ul.home-tablist li:hover a {
    text-shadow: 0px 0px 0px #000;
}
ul.home-tablist li a {
    color: var(--fontColorPrimary);
    display: flex;
    align-items: center;
    height: 34px;
    justify-content: center;
}
ul.home-tablist li a:hover{}
ul.home-tablist li a > i {
    font-size: 20px;
    color: #f36f28;
}
.home-tab .tab-body {}
.home-tab .tab-body .tab-body-filter {}

.btn-dropdown-rounded > .btn {
    border: 1px solid #f58123;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 1;
    background-color: #fff;
    color: #ce630d;
}
.btn-dropdown-rounded > .btn.dropdown-toggle::after {
    color: #f58123;
}
.btn-dropdown-rounded .dropdown-menu {
    border-radius: 20px;
    margin-top: 10px;
    overflow: hidden;
}
.btn-dropdown-rounded .dropdown-menu .dropdown-item {
    color: #f58123;
}

.card-post.card-post-summary {
    border: none;
    box-shadow: none;
}
.card-post.card-post-summary:before {
    content: "";
    height: calc(100% - 75px);
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    box-shadow:0 9px 0px 0px #fff, 0 -9px 0px 0px #fff, 1px 0 7px 0px #ccc, -1px 0 5px 0px #ccc;
    -moz-box-shadow:0 9px 0px 0px #fff, 0 -9px 0px 0px #fff, 1px 0 7px 0px #ccc, -1px 0 5px 0px #ccc;
    -webkit-box-shadow:0 9px 0px 0px #fff, 0 -9px 0px 0px #fff, 1px 0 7px 0px #ccc, -1px 0 5px 0px #ccc;
}
.link-url-notification{
    display: flex;
}
.notification-read-unread{
    margin-top: 15px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px 0px 0px 0px;
}
.notification-read-unread .tab-list{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.notification-read-unread .tab-list.read{
    justify-content: flex-end;
}
.total-notif{
    display: flex;
    justify-content: center;
    align-items: center;
    background: red;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: #fff;
    word-break: break-all;
    margin-left: 5px;
    position: absolute;
    left: -5px;
    top: -6px;
    padding-left: 0px !important;
}
.notification-read-unread .total-notif.font-smaller{
    font-size: 0.5rem;
}
.tab-list .info{
    position: relative;
    width: 30px;
}
.tab-list .info #totalNotifUnread{
    padding-left: 5px;
}
.list-read{
    padding-bottom: 2px;
    cursor: pointer;
}
.tab-list.active .list-read{
    border-bottom: 1px solid #f58123;
}
.btn-mark-all{
    cursor: pointer;
}
.input-share-link{
    border: none;
    font-size: 1px;
    position: absolute;
    color: #fff;
}
.dropdown-share-container .fas.fa-link{
    font-size: 24px;
}
.tbicons {}
.tbicons.tb-logo {
    position: relative;
    display: inline-block;
    font-size: 24px;
    margin-top: 9px;
}
.tbicons.tb-share-btn-post {
    position: relative;
    display: inline-block;
    font-size: 28px;
    margin-top: 7px;
}
.tbicons.tb-logo:before {
    content: "";
    background-image: url('../img/tribelio/new-tribelio-logo-only.png');
    background-size: 28px;
    background-repeat: no-repeat;
    display: block;
    width: 25px;
    height: 25px;
}
.tbicons.tb-share-btn-post:before {
    content: "";
    background-image: url('../img/share-btn-post-create.png');
    background-size: 28px;
    background-repeat: no-repeat;
    display: block;
    width: 28px;
    height: 28px;
}
.comment-action .dropdown-menu {}
.comment-action .dropdown-menu a.dropdown-item {
    cursor: pointer;
}

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

#toast-container.custom-toastr-center .toast {
    width: 96% !important;
    top: 75px;
    text-align: center;
}

#toast-container.custom-toastr-center.success .toast {
    background-color: #D6FFDE;
    color: #40B24B;
}

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

@media (min-width: 1279px) {
    .container-1262 {
        max-width:1262px;
        padding:0;
    }
    .container-670 {
        max-width:670px;
    }

    .ui-max-w-540 {
        max-width: 540px;
        width: 100%;
    }
}
@media (min-width: 1200px) {


    .dc-content .dc-content-left {
        max-width: 21.02%;
        flex: 0 0 21.02%;
    }
    .dc-content .dc-content-middle {
        max-width: 54.03%;
        flex: 0 0 54.03%;
    }
    .dc-content .dc-content-right {
        max-width: 24.93%;
        flex: 0 0 24.93%;
    }
    .container-1262 {
        max-width:1184px;
        /*max-width:93.7%;*/
    }
    .container-920 {
        max-width:862px;
    }

    .ui-max-w-540 {
        max-width: 505px;
        width: 100%;
    }
}

.tribe-banner-express {
    color: #fff;
    height: 150px;
    background-position: center center;
    background-size: cover;
    border-radius: 35px 35px 0 0;
    position: relative;
}
.tribe-banner-express .banner-info {
    position: absolute;
    width: 100%;
    bottom: 10px;
    text-shadow: 0px 0px 0px #b1b1b1;
}
.img-rounded {}
.rounded-35 {
    border-radius: 35px;
}
@media (min-width:998px) {
    .container-920 {
        max-width:920px;
        padding:0;
    }
    .comment-container a.small {
        font-size: 80%;
    }
}

@media (min-width: 768px) {
    .col-md-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}


@media (max-width: 1280px){
    body {
        font-size: 93.7%;
    }

    .post-info-container a.media {
        padding: 0 20px !important;
    }

    .dc-search .search-input {
        height: 32px;
    }
    .dc-search .icon-search {
        top: 8px;
    }

    .home-container .search-container {
        margin-bottom: 33px;
    }
    .home-container .home-search-input {
        height: 46px;
    }

    .dc-btn {
        font-size: 0.815rem;
    }
    .dc-btn.outline {
    }
    .dc-btn.dc-btn-radius {
    }

    .network-slide-item {
        height: 208px;
        padding: 18px;
    }
    .network-slide-item .network-slide-item-content {
        margin-top: 12px;
    }
    .network-slide-item .network-slide-item-content img {
        width: 57px;
        height: 57px;
        amrgin-bottom: 7px;
    }
    .network-slide-item .network-slide-item-content .title {
        font-size: 0.9rem;
        line-height: 1.65;
    }
    .network-slide-item .network-slide-item-content .quote {}
    .network-slide-item .network-slide-item-footer {
        position: absolute;
        width: calc(100% - 36px);
        bottom: 18px;
    }


    .dropdown-add-topic{
        /*width: 637px !important;*/
        /* width: calc(100% + 147px) !important; */
    }
}

/*  Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1199.98px) {
    .dropdown-add-topic{
        width: 100% !important;
    }
    ul.list-hashtag {
        margin: 0;
    }
    .box-header .content-text{
        width: 400px;
    }
    .slider-circle {
        width:300px!important;
        height:300px!important;
    }
    .content.feature .detail{
        width: 100%;
    }
    .orange-circle{
        width: 80px;
        height: 80px;
        left: 35%;
        top: -12%;
    }
    .orange-circle img{
        width: 50px;
        height: 50px;
    }
}

/*  Large devices (desktops, 992px and up)*/
@media (max-width: 991.98px) {
    .dc-header {
        height:auto;
    }
    .dc-content .dc-content-right {
        display:none;
    }
    .dc-header-nav-item-separator.nav-item {
        display:none;
    }
    .dc-header > .container {
        display:flex;
        flex-wrap:wrap;
    }
    .dc-header .dc-search {
        order: 100;
        flex: 1 1 100%;
        margin-bottom: .5rem;
        margin-top: .25rem;
        padding: 0;
        margin-left: 0!important;
    }
    .dc-header .dc-search.ml-5 {
        margin-left: 0!important;
    }
    .dc-header .header-profile-name-container {
        display:none;
    }
    .card-left-panel .separator {
        margin-top: .25rem;
    }
    .left-navigation ul li.separator {
        width: 50%;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 767.98px) {
    .modal-multi-link.modal-payment .image-mobile-ovo{
        display: block;
    }
    .modal-multi-link.modal-payment .image-mobile-ovo img{
        width: 50px;
        height: auto;
    }
    .modal-multi-link .content-data-form .form-data .option-payment-detail{
        padding: 0px 20px;
    }
    .modal-multi-link .content-data-form .form-data .option-payment-detail .option-payment-detail-info{
        padding-left: 25px;
    }
    .modal-multi-link .content-data-form .form-data .option-payment-detail .option-payment-detail-name{
        justify-content: unset;
    }
    .modal-multi-link .content-data-form .form-data .option-payment-detail .option-payment-detail-name img{
        margin-left: 10px;
    }
    .modal-multi-link .content-data-form .form-data .form-data-list{
        height: auto;
    }
    .modal-multi-link .content-data-form .form-data .option-payment{
        flex-direction: column;
        align-items: start;
    }
    .modal-multi-link .content-data-form .form-data .option-payment-logo{
        margin-top: 10px;
        display: none !important;
    }
    .dc-content {
        margin-top: 105px;
    }
    .form-auth-wrapper .btn-group a {
        font-size:80%;
        padding-left:10px;
        padding-right: 10px;
    }
    .dc-content-left {
        position: fixed;
        top: 0;
        z-index: 4;
        left: -300px;
        bottom: 0;
        margin: 0;
        padding: 0!important;
        width: 300px;
        min-height: 100%;

    }
    .dc-content-left.inited {
        transition: all .5s;
    }
    .dc-content-left.modal-sidenav {

        left:0;

    }
    .dc-content-left.modal-sidenav .card {
        border: 0;
        border-radius: 0;
        min-height: 100%;
        padding: 100px 1.5rem 0 1.5rem;
        overflow-y: scroll;
        height: 100%;
    }


    .dc-content-left.modal-sidenav ~ .modal-sidenav-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        background: #000;
        opacity: .6;
        transition: opacity .3s;

    }

    #affiliate-register .header-image {
        text-align:center;
    }

    /* Landing */
    #header{
        height: 400px;
    }
    #header .logo img{
        width: 100px;
    }
    .content{
        margin: 0px;
    }
    .content .title{
        font-size: 2rem;
    }
    .slider-circle{
        width: 150px !important;
        height: 150px !important;
        margin-top: 100px;
    }
    .box-header .content-text{
        top: 25%;
        width: 180px;
    }
    .box-header .content-text .subtitle{
        font-size: 0.8rem;
        word-break: break-word;
        width: 100%;
    }
    .box-header .content-text .title{
        font-size: 0.8rem;
        word-break: break-word;
        width: 100%;
    }
    .box-header .content-text .description{
        width: 100%;
        font-size: 0.8rem;
    }
    .btn-start-tribe{
        width: 100%;
        font-size: 0.6rem;
    }
    .card-tribelio-info{
        min-height: 200px;
    }
    .card.card-tribelio-info .card-body{
        padding: 0px;
        font-size: 0.6rem;
    }
    .content.feature .image{
        width: 100%;
    }
    .content.feature .detail .title{
        font-size: 1.5rem;
    }
    .content.feature .detail{
        width: 100%;
    }
    .orange-circle{
        width: 80px;
        height: 80px;
        left: 40%;
        top: -15%;
    }
    .orange-circle img{
        width: 50px;
        height: 50px;
    }

    .content.footer .btn-start-tribe{
        width: 50%;
        margin: 20px;
    }
    .navigation-menu{
        padding-right: 0px;
        width: 50% !important;
        font-size: 0.7rem;
    }
    .navigation-menu .btn{
        padding: 10% 15%;
        font-size: 0.7rem;
    }
    .img-fluid-responsive {
        max-width: 100%;
        height: auto;
    }

    .modal.sidebar .modal-header ~.modal-body {
        padding : 30px 20px 10px 20px !important;
    }
    .list-filter-discovery {
        padding: 0px 5px;
    }
    .list-filter-discovery:first-child {
        padding-left: 0px;
    }


    .network-featured-container-bottom {
        width: 100%;
        padding-left:1rem;
        padding-right:1rem;

        float: none;
        margin-left:auto;
        margin-right:auto;
        max-height:400px;
    }
    .slide-top-tribe {
        width: 100%;
        padding-left:1rem;
        padding-right:1rem;
        float: none;
        margin-left:auto;
        margin-right:auto;
        max-height: 100%;
    }
    .slide-top-tribe .slick-arrow.slick-prev {
        left: 50px;
        z-index: 1;
    }
    .slide-top-tribe .slick-dots, .network-featured-container-bottom  .slick-dots {
        position: absolute;

        width: calc(100% - 2rem);
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }
    .network-featured-container-bottom .item {
        padding: 0 40px;
    }

    body.search-community {

        background-size: 70%;
    }
}

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

    .form-auth-wrapper .btn-group {
        justify-content: space-between;
        padding: 0px;
    }
    .card-post {
        padding: 1rem;
    }
    .feed-container .post-info-container {
        font-size: 80%;
    }
    .row-bottom-comment {
        padding-left: 10px;
    }
    .row-bottom-comment-reply {
        padding-left: 10px;
    }
    .dc-auth .dc-auth-content {
        padding-top: 60px;
        padding-right: 0;
    }
    .dc-auth .dc-auth-content .form-auth-wrapper {
        float: none;
    }
    .dc-auth {
        background-image:none;
    }
    .dc-auth .dc-input-square {
        margin-bottom:.25rem;
    }
    .home-network-blank .form-auth-wrapper {
        margin: 30px 0.75rem;
    }
    .form-auth-wrapper .dc-input-square {
        margin-bottom:.25rem;
    }
    .dc-header-nav ul li.dc-header-nav-item a {

        padding: 0.75rem 0.5rem;
    }
    .dc-header-nav ul li {
        display:flex;
        align-items: center;
    }
    .dc-header-nav .image-member-circle {
        width:30px;
        height:30px;
    }
    .dc-header-nav ul li.dc-header-nav-item a > i {
        font-size: 100%;
    }
    .nav-link-notification .notif-unread {
        position: absolute;
        top: 8px;
        left: 26px;
        background-color: red;
        border-radius: 50%;
        font-size: 0;
        padding: 3px;
        text-align: center;
        width: 9px;
        height: 9px;
        font-weight: 600;
        line-height: 1;
        overflow: hidden;
    }
    .home-network-blank .form-auth-container {
        padding: 10px;
    }
    .dc-invitation .dc-invitatoin-content img {
        max-width: 80%;
    }

    #affiliate-register .header-image {
        text-align:center;
    }
    .modal-register-affiliate .upload-img-account {
        height:90px!important;
        border-radius: 10px;
    }
    .modal-register-affiliate .label-network-intro {
        left: 50%;
        transform: translateX(-50%);
    }
    .modal-register-affiliate .payment-method .border-left-gray-light {
        border-left: 0;
    }
    .modal-register-affiliate .payment-method .account-payment-summary {
        margin-top:1rem;
    }
    .slider-circle{
        width: 150px;
        height: 150px;
    }
    .comment-container .rounded-circle.comment {
        width: 20px;
        height: 20px;
    }
    .card-left-panel {
        padding-top: 110px;
    }
}

@media (max-width: 400px) {
    .form-auth-wrapper .box-purple {
        width: 75px;
        height: 50px;
    }
    .form-auth-wrapper .box-purple img {
        width: 25px;
    }
}
/* END */

.modal-event .modal-dialog {
    max-width: 400px;
}
.modal-event .card {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.modal-event .card-body {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.modal-event .button-event-tribe {
    display: flex;
    justify-content: space-around;
}
.modal-event .btn-cant-join {
    width: 120px;
    height: 30px;
    padding: 7px;
    font-size: 10px;
    position: absolute;
    bottom: -10px;
    right: 30px;
    background-color: white !important;
    color: #f36f28;
    border: 1px solid #f36f28;
}

.modal-event .btn-join {
    width: 120px;
    height: 30px;
    padding: 7px;
    font-size: 10px;
    position: absolute;
    bottom: -10px;
    right: 30px;
}

.modal-event p.description{
    height: 30px;
    overflow: hidden;
}

.modal-event p.description.show-more {
    height: auto;
}


.modal-list-event-joined .modal-dialog {
    max-width: 300px;
}

.modal-list-event-joined ul.list-menu-dropdown li a:hover {
    background-color: transparent;
}

.strikethrough {
    position: relative;
}
.strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 3px solid;
    border-color: inherit;

    color: red;

    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
    transform:rotate(-5deg);
}

.table-fitur-after-funnel td{
    vertical-align: baseline;
    font-size: 15px;
    font-weight: 600;
}

.no-fitur-after-funnel {
    background: #F5852A;
    border-radius: 50%;
    padding: 2px 8px;
    margin-top: 2px;
    font-size: 15px;
    margin-right: 15px;
    color: #FFFFFF;
}

.modal-event-payment .modal-dialog {
    min-width: 800px;
}

.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 25px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}

#container-image_report .fileupload-remove {
    display: none !important;
}

#container-image_report .thumbnail img {
    max-width: 250px !important;
    max-height: 150px !important;
}
/*.tab-horizontal center-tab*/
.tab-horizontal {}
.tab-horizontal .row-tab-menu {}
.tab-horizontal .row-tab-menu .top-nav-container {}
.tab-horizontal .row-tab-menu .top-nav-container ul {
    display: flex;
    background-color: #f3f0f0;
    border-radius: 10px;
}
.tab-horizontal.tab-center-action .row-tab-menu .top-nav-container ul{
    justify-content: center;
    margin: 0 auto;
}
#upgrade-baby-chief .btn-apply-voucher {
    padding: 7px 10px;
    font-size: 12px;
    color: white;
    margin-left: 5px;

}

.tab-horizontal .row-tab-menu .top-nav-container ul li {
    width: auto !important;
}
.tab-horizontal .row-tab-menu .top-nav-container ul li.active a,
.tab-horizontal .row-tab-menu .top-nav-container ul li:hover a {
    background-color: #f36f28;
    color: #fff;
    background-image: none;
    border-radius: 10px;
    font-weight: bold;
    transition: all 0.4s ease 0s;
}
.tab-horizontal .row-tab-menu .top-nav-container ul li a {
    display: inline-block;
    border-radius: 10px;
    font-weight: bold;
    transition: all 0.4s ease 0s;
}
