/* Fontok */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,700;0,800;1,400;1,500&display=swap');

/* Alap */

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


body {
    font-family: 'Poppins', sans-serif;
    background: #1A3737 !important;
    padding: 110px 0px 0px;
    font-size: 15px;
}

.bg-white{
    background-color: #152F2D !important;
}

.container-300 {
    max-width: 300px;
    margin: 0px auto;
}

.container-800 {
    max-width: 800px;
    margin: 0px auto;
}

.container-1000 {
    max-width: 1000px;
    margin: 0px auto;
}

.rounded-30{
    border-radius: 20px;
}

.rounded-15{
    border-radius: 15px;
}

.font-size-12,
.font-12 {
    font-size: 12px !important;
}

p.font-13,
.font-13 {
    font-size: 13px !important;
}

p.font-14,
.font-14 {
    font-size: 14px !important;
}

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

.font-70 {
    font-size: 70px;
}

.color-black-25,
.text-black-25 {
    color: rgba(0, 0, 0, 0.25)
}

.text-black-25 {
    color: rgba(0, 0, 0, 0.3);
}

.color-primary {
    color: #C4D200 !important;
}

.color-danger {
    color: #dc3545;
}

.color-warning {
    color: #ffc107;
}

.boder-color-primary {
    border-color: #C4D200;
}

.text-light {
    color: #fff !important;
}

.grayscale {
    filter: grayscale(80%);
}

.opacity-70 {
    opacity: 0.7;
}

.nav-pills .nav-link {
    border-radius: 16px !important;
}

.post_thumbnail_left_mini {
    max-width: 200px;
    border-radius: 16px;
}



/* Választó */

.hrdivider {
    position: relative;
    margin: 30px 0px;
    width: 100%;
    text-align: center;
}

.hrdivider span {
    position: absolute;
    top: -11px;
    background: #fff;
    padding: 0px 20px;
    font-weight: bold;
    font-size: 16px;
    margin-left: -50px;
}


/* Login */



.logo-mini,
.loginbox .mini-logo {
    width: 80px;
}


.primary-form .input-group-text i,
.loginbox .input-group-text i {
    color: #C4D200;
}

.primary-form .form-select,
.primary-form .input-group-text,
.primary-form .form-control,
.loginbox .form-control,
.loginbox .input-group-text {
    border-color: #C4D200;
    color: rgb(112, 112, 112);
}

.loginbox h2 {
    font-weight: 700;
    color: #C4D200;
}

.loginbox img.home-logo {
    width: 140px;
    margin-top: 20px;
}

.loginbox h1 {
    font-weight: 700;
    line-height: 0.5em;
}

a.btn-mini {
    background: #d5d5d546;
    border-radius: 100%;
    border: none;
    color: #000;
    font-size: 14px;
    margin-top: -8px;
    width: 40px;
    text-align: center;
    height: 40px;
    display: block;
    line-height: 2.9em;
}

.btn-mini:hover {
    background: #d5d5d58a;
    color: #000;
}

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

.btn .fa img {
    width: 15px;
}

.lottie-anim {
    max-width: 160px;
    margin: 0px auto;
}

.lottie-anim-400 {
    max-width: 400px;
    margin: 0px auto;
}


/** Dashboard **/

.play_button a,
.reaction_button a {
    color: #fff;
}


/** Lábléc **/

footer {
    font-size: 13px;
    color: #8d8d8d;
    font-weight: 500;
    padding-bottom: 20px;
}

footer a {
    color: #8d8d8d;
    text-decoration: none;
    margin: 0px 5px 0px 5px;
    font-weight: 400;
}

.notification-ui a:after {
    display: none;
}

.notification-ui_icon {
    position: relative;
}

.notification-ui_icon .unread-notification {
    display: inline-block;
    height: 7px;
    width: 7px;
    border-radius: 7px;
    background-color: #66BB6A;
    position: absolute;
    top: 7px;
    left: 12px;
}

@media (min-width: 900px) {
    .notification-ui_icon .unread-notification {
        left: 20px;
    }
}

.notification-ui_dd {
    padding: 0;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.16);
    box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.16);
    border: 0;
    max-width: 400px;
}

@media (min-width: 900px) {
    .notification-ui_dd {
        min-width: 400px;
        position: absolute;
        left: -192px;
        top: 70px;
    }
}

.notification-ui_dd .notification-ui_dd-header h3 {
    margin-bottom: 0;
}

.notification-ui_dd .notification-ui_dd-content {
    max-height: 500px;
    overflow: auto;
}

.notification-list--unread:hover {
    background-color: #C4D20025 !important;
    cursor: pointer;
}

.notification-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    text-align: left;
    padding: 20px 10px;
    margin: 0 0px;
    border-bottom: 1px solid #ddd;
}

.notification-list:hover {
    background: #8d8d8d0c;
    cursor: pointer;
}

.notification-list--unread {
    position: relative;
    background-color: #C4D20010 !important;
    border-bottom: 1px solid #C4D200;
}

.notification-list .notification-list_img {
    height: 30px;
    width: 70px;
}

.notification-list .notification-list_img img {
    height: 60px;
    width: 60px;
    border-radius: 50px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    border: 3px solid #fff;
    margin-right: 10px;
}

.notification-list .notification-list_detail p {
    margin-bottom: 5px;
    line-height: 1.2;
    text-align: left;
}

img.notification-status-check {
    position: relative;
    z-index: 1;
    width: 26px !important;
    height: 26px !important;
    border-radius: 99%;
    top: -20px;
    right: -35px;
    border: 3px solid #fff;
}

.profile-shadow {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    border: 3px solid #fff;
}

.sideright {}

.menu-width {
    width: 330px !important;
}

.mobile_menu_container i {
    font-size: 16px !important;
}

.mobile_menu_container .nav li {
    padding: 3px 10px !important;
}

.menu-icon i,
.bell-icon i {
    font-size: 23px;
}

.profil-nav li .fa {
    font-size: 15px;
}

.nav-icon-width i {
    width: 30px;
    text-align: center;
}

.card-info {
    font-size: 12px;
    font-weight: 500;
}

.card-title {
    margin-top: -20px;
}



.single-challange .reaction_button a {
    position: relative;
    background: #00000013;
    width: 100px;
    height: 100px;
    font-size: 18px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    padding: 12px 17px;
margin: 0px;
}



.reaction_button a:hover {
    color:#C4D200;
}

.categories_label {
    background: #C4D200;
    border-radius: 16px;
    color: #fff;
    display: block;
    padding: 20px 10px;
    text-align: center;
}

.categories_label a {
    color: #fff;
}

.categories_label_text {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
}

.categories_label:hover {
    background-color: #0C925E;
    cursor: pointer;
}

.categories_label i {
    font-size: 42px;
    margin-bottom: 10px;
}

.user-size {
    font-size: 12px;
}
.card-cover .play_button:hover,
.card-cover .play_button,
.notification-list,
.notification-list--unread,
.play_button a,
.categories_label,
.shadowhover {
    -webkit-transition: all 3.s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.notification-list:hover,
.notification-list--unread:hover,
.play_button a:hover,
.categories_label:hover,
.shadowhover:hover {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.shadowhover:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.offcanvas-backdrop.show {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
}

@media (max-width: 1192px) {
    .horizont-scroll>.row {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 20px;
    }
    .horizont-scroll>.row>.col {
        display: inline-block;
        float: none;
    }
    header.border-bottom {
        border: none !important;
    }
}

@media (min-width: 992px) {
}


/* Search */

#search-container {
    transition: transform 400ms ease 0ms;
    display: none;
}


/* Mobil kereső */

.mobile-search .form-control {
    background: transparent;
    font-size: 12px;
    color: #fff;
    border: 1px solid #ffffff25;
}

.mobile-search i {
    font-size: 14px;
}


/* Hero */

.single-challange .container {
    max-width: 1000px;
}

.start-challange-container {
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 0.798774509803921) 100%);
}

.single-challange .card-info {
    padding-left: 65px;
}

.judget-challange .card-info i,
.single-challange .card-info i {
    position: absolute;
    font-size: 20px;
    margin-left: -60px;
    border: 1px solid #fff;
    padding: 10px;
    box-shadow: 0px 5px 10px rgb(227, 227, 227);
    border-radius: 99%;
}

.hero {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
    height: 50%;
    min-height: 400px;
}


.hero h1 {
    position: absolute;
    bottom: 10px;
    left: 20px;
}


/* Ikonok */

.categories_icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #ffffff25;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 18px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    padding: 15px 17px 17px 15px;
}

.long-description p {
    color: #515151;
}

.long-description li {
    list-style: none;
    border-bottom: 1px solid #efefef;
    padding: 10px 0px 10px 30px;
}

.long-description ul {
    margin: 10px 20px 30px 20px;
    padding: 0px;
}

.long-description li:before {
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    margin: 0px 0px 0px -25px;
    color: #49a810;
    font-size: 15px;
}


/* Progress step */

.progress-tracking {
    margin-bottom: 30px;
    overflow: hidden;
    color: #878788;
    padding-left: 0px;
    margin-top: 30px;
}

.progress-tracking li {
    list-style-type: none;
    font-size: 13px;
    line-height: 1.6em;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
    color: #878788;
    text-align: center;
}

.progress-tracking li:first-child:before {
    margin-left: 15px !important;
    padding-left: 11px !important;
    text-align: left !important;
}

.progress-tracking li:last-child:before {
    margin-right: 5px !important;
    padding-right: 11px !important;
    text-align: right !important;
}

.progress-tracking li>div {
    color: #fff;
    width: 35px;
    text-align: center;
    line-height: 35px;
    display: block;
    font-size: 16px;
    background: #878788;
    border-radius: 50%;
    margin: auto;
}

.progress-tracking li:after {
    content: "";
    width: 150%;
    height: 2px;
    background: #878788;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 15px;
    z-index: -1;
}

.progress-tracking li:first-child:after {
    left: 50%;
}

.progress-tracking li:last-child:after {
    left: 0% !important;
    width: 0% !important;
}

.progress-tracking li.active {
    font-weight: bold;
    color: #29C17D;
}

.progress-tracking li.active>div {
    background: #29C17D;
}

.progress-tracking li>div {
    margin-bottom: 10px;
}

.progress-tracking li.active:after {
    background: #29C17D;
}

.card-timeline {
    background-color: #fff;
    z-index: 0;
}

.progress-tracking span {
    margin-top: 20px;
}

.progress-bar-challange {
    background: #e4e4e441;
    border: none !important;
}

.countdown-box {
    border-radius: 16px;
    border: 1px solid #29C17D;
    padding: 14px;
    margin-bottom: 20px;
}


/* Wallet.php */

.invoice-container .invoice-title {
    padding-left: 50px;
}

.invoice-container .invoice-title:before {
    position: absolute;
    content: '\f570';
    margin-left: -40px;
    font-size: 30px;
    color: #C4D200;
    font-family: "Fontawesome";
}

.invoice-container {
    border-radius: 20px;
    border: 1px solid #ccc;
    padding: 20px;
    margin: 0px -10px 20px -10px;
    box-shadow: 1px 2px 30px rgba(0, 0, 0, 0.038);
}

.invoice-container:hover {
    background-color: #d4d4d426;
}

.invoice-container .invoice-price {
    font-size: 16px;
}

.wallet-container {
    border-radius: 20px;
    border: 1px solid #C4D200;
    padding: 20px;
    margin: 0px -10px 0px -10px;
    box-shadow: 1px 2px 30px rgba(0, 0, 0, 0.038);
}

.mobile_menu_tabs,
.wallet-container hr {
    display: none;
}

.invoice-container .invoice-warning:before {
    color: #ffc107 !important;
}

.wallet-wdc-all {
    padding-left: 50px;
}

.wallet-all {
    padding-left: 30px;
}

.wallet-paid {
    padding-left: 30px;
}

.wallet-wdc-all:before {
    position: absolute;
    content: '\f51e';
    margin-left: -40px;
    font-size: 32px;
    color: #C4D200;
    font-family: "Fontawesome";
}

.wallet-all:before {
    position: absolute;
    content: '\f4c0';
    margin-left: -40px;
    font-size: 25px;
    color: #ccc;
    font-family: "Fontawesome";
}

.wallet-paid:before {
    position: absolute;
    content: '\f09d';
    margin-left: -40px;
    font-size: 25px;
    color: #ccc;
    font-family: "Fontawesome";
}

.billing-edit-icon {
    font-size: 20px;
}

.favorites-container .favorites-label .delete {
    display: none;
}

.favorites-container .favorites-label h6 a {
    color: #000;
}

.favorites-container .favorites-label:hover .delete {
    position: absolute;
    top: 10px;
    display: block;
    right: 10px;
    z-index: 2;
}

.wallet-payment-starter {
    width: 250px;
    border: #C4D200 1px solid;
    margin: 0px auto;
    padding: 5px;
    border-radius: 16px;
}

.wallet-payment-starter .btn-minus-button,
.wallet-payment-starter .btn-plus-button {
    background: #E9E9E9;
    border-radius: 10px;
    padding: 10px 15px;
}

.wallet-payment-starter input[type="text"] {
    border: none;
    border-radius: 0px !important;
    font-size: 20px;
    font-weight: 600;
    padding: 0px 20px;
}

.wallet-payment-starter input[type="text"]::after {
    content: '$';
    position: absolute;
}

.billing-information-wallet-label {
    border: 1px solid #bcbcbc70;
    background: #efefef;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.7021183473389356) 0%, rgba(237, 237, 237, 0.7021183473389356) 100%);
    border-radius: 12px;
    padding: 10px;
    font-size: 14px;
}

.billing-information-wallet-label .billing-name {
    width: 100%;
    margin-bottom: 8px;
    display: block;
}

.billing-information-wallet-label .edit-icon {
    z-index: 1;
    top: 10px;
    right: 0px;
    font-size: 12px;
    margin-left: 5px;
}

.faveroties-card-mg {
    margin: 0px;
    padding: 20px 10px 0px 10px;
    max-width: 210px;
}

.faveroties-card-mg h6 {
    font-size: 14px
}

.favoristes-card-desc-mg {
    white-space: nowrap;
    overflow: hidden;
    max-width: 210px;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #515151;
}

.favorites-card-info .col-4 {
    margin: 0px;
    padding: 0px;
    font-size: 11px;
}

.favorites-card-info .col-4 i {
    padding: 0px 3px 0px 8px;
    color: #C4D200;
}

.card-cover{
    position: relative;
}


.card-cover .reaction_button{
    color: #fff;
    padding: 0px 10px;
    line-height: 2.3em;
    background: rgba(0, 0, 0, 0.302);
    position: absolute;
    border-radius: 99%;
    right: 15px;
    font-size: 15px;
    top: 15px;
    }
    
    .card-cover .play_button{
        margin: 0px;
        text-align: center;
        position: absolute;
        padding: 0px 12px 0px 15px;
        line-height: 2.6em;
        background: rgba(0, 0, 0, 0.302);
        z-index: 3;
        border: 3px solid #fff;
        border-radius: 99%;
        top: 50%;
        left: 50%;
        margin: -22px 0px 0px -22px;
        }
    
        .card-cover .play_button:hover{
            background: rgba(0, 0, 0, 0.702);

        }

/* Kategóriák */

.categories_nav {}

.categories_mobile_nav .nav-item i,
.categories_nav .nav-item i {
    opacity: 0.8;
    width: 25px;
}

.categories_nav .nav-item a:hover {
    color: #C4D200;
}

.categories-menu .nav-link {
    color: #00000075;
}

.categories-mobile {
    display: none;
}


/* Egyedi */

.checklist-empty img {
    width: 90px;
    opacity: 0.2;
    margin: 0px auto;
    display: block;
}


/* Template választó */

.template-start-box {
    background: rgb(191, 191, 191);
    background: linear-gradient(93deg, rgba(191, 191, 191, 0.25) 0%, rgba(214, 214, 214, 0) 100%);
    border: 1px solid #ccc;
}

.template-start-box i {
    font-size: 25px;
    margin-top: 10px;
}


/* Tábla */

.table-challange {
    background: #D9D9D940;
    border-radius: 20px;
    padding: 16px !important;
}

.foundation-icon-range {
    color: #fff;
    margin-top: -35px;
    position: absolute;
    background: #000;
    text-align: center;
    width: 30px;
    height: 30px;
    left: 20px;
    border-radius: 99%;
    padding: 5px 5px 6px 6px;
}

.welldare-icon-range {
    color: #fff;
    margin-top: -35px;
    position: absolute;
    background: #FF7A00;
    text-align: center;
    width: 30px;
    right: 20px;
    height: 30px;
    border-radius: 99%;
    padding: 5px 5px 6px 6px;
}


/** Template választó **/

.template-navigation .active {
    font-weight: 600;
    color: #fff !important;
}

.template-navigation .search_container {
    vertical-align: middle;
    white-space: nowrap;
    position: absolute;
}

.template-navigation .search_container input#search {
    width: 27px;
    margin-top: -3px;
    height: 30px;
    background: #cccccc40;
    border: none;
    font-size: 12pt;
    float: left;
    color: #000;
    padding-left: 35px;
    -webkit-border-radius: 65px;
    -moz-border-radius: 65px;
    border-radius: 65px;
    color: #000;
    -webkit-transition: width .55s ease;
    -moz-transition: width .55s ease;
    -ms-transition: width .55s ease;
    -o-transition: width .55s ease;
    transition: width .55s ease;
}

.template-navigation .search_container input#search::-webkit-input-placeholder {
    color: #65737e;
}

.template-navigation .search_container input#search:-moz-placeholder {
    /* Firefox 18- */
    color: #65737e;
}

template-navigation .search_container input#search::-moz-placeholder {
    /* Firefox 19+ */
    color: #65737e;
}

.template-navigation .search_container input#search:-ms-input-placeholder {
    color: #65737e;
}

.template-navigation .search_container .icon {
    position: absolute;
    top: 50%;
    margin-left: 9px;
    margin-top: -12px;
    z-index: 1;
    color: #4f5b66;
}

.template-navigation .search_container input#search:focus,
.search_container input#search:active {
    outline: none;
    width: 200px;
}

.template-navigation .search_container:hover input#search {
    width: 200px;
}

.template-navigation .search_container:hover .icon {
    color: #000;
}

.fw-bolder-value .form-control {
    font-weight: 600 !important;
    color: #000;
}

.fw-bolder-value .form-select option:checked {
    font-weight: 600;
    color: #000;
}

.template-list i {
    position: absolute;
    right: 30px;
    opacity: 0.1;
    top: 50%;
    font-size: 18px;
    margin-top: -8px;
}

.template-list .col:hover {
    background: linear-gradient(93deg, rgba(191, 191, 191, 0.25) 0%, rgba(214, 214, 214, 0) 100%);
    -webkit-transition: all 3.s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.template-list .col:hover i {
    opacity: 0.3;
    -webkit-transition: all 3.s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}


/* Tab */

.tab-design {
    background: #fff;
    border: 1px solid #dee2e6;
    border-top: none;
    padding: 20px;
    border-radius: 0px 0px 20px 20px
}

.card-title{
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-long{
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card_description{
    padding: 15px 15px 15px 15px;
}

/* Aktív Kihívás sáv */

.active-challange-bar{
position:fixed; bottom: 0; width: 100%; display:block;  z-index: 999;
background-color: #2FC17C;
}


.active-challange-bar .accordion-button,
.active-challange-bar .accordion-item,
.active-challange-bar .accordion-button:not(.collapsed),
.active-challange-bar .accordion-header,
.active-challange-bar .accordion{
    background: #2FC17C !important;
    border: none;
}


.active-challange-bar .accordion-button,
.active-challange-bar .accordion-button:not(.collapsed){
    color: #fff;
    text-align: center !important;
    font-weight: 700;
    display: inline-block;
    border: none !important;
}

.active-challange-bar .accordion-button::after{
    z-index: 1;
    position: absolute;
    right: 10px;
    color: #fff !important;
}


/** Live Chat **/

.livechat-box-visitor,
.livechat-box{
    background-color: #152F2D;
    padding: 10px;
    border-radius: 10px;
}

.livechat-box-visitor .media-object,
.livechat-box .media-object{
    border-radius: 100%;
    float:left;
    width: 22px;
}
.livechat-box-visitor h5,
.livechat-box h5{
    width: auto;
    float: left;
    margin: 0px 10px 0px 10px;
    font-size: 13px;
    color: #C4D200 !important;
    line-height: 1em;
    padding-top: 5px;
}

.livechat-box-visitor small,
.livechat-box small{
    color: #fff;
}

.livechat-box .form-control{
    background-color: #1A3737 ;
    color: #ffffff92 ;
    border: 1px solid #c4d20043;
}

.conversation-wrap{
    padding:0;
    max-height: 500px;
    overflow: auto;
}
.conversation
{
    padding:5px;
    border-bottom:1px solid #ddd;
    margin:0;

}

.message-wrap
{
    padding:0;

}
.msg
{
    padding:10px 0px 10px 5px;
        margin:0;
}

.msg-wrap
{
    padding:10px;
    max-height: 350px;
    overflow: auto;

}



.send-wrap
{
    border-top: 1px solid #eeeeee2a;
    padding:10px;
    /*background: #f8f8f8;*/
}

.send-message
{
    resize: none;
}

.highlight
{
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
}

.send-message-btn
{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;

    border-bottom-right-radius: 0;
}
.btn-panel
{
    background: #f7f7f9;
}

.btn-panel .btn
{
    color:#b8b8b8;

    transition: 0.2s all ease-in-out;
}

.btn-panel .btn:hover
{
    color:#666;
    background: #f8f8f8;
}
.btn-panel .btn:active
{
    background: #f8f8f8;
    box-shadow: 0 0 1px #ddd;
}

.btn-panel-conversation .btn,.btn-panel-msg .btn
{

    background: #f8f8f8;
}
.btn-panel-conversation .btn:first-child
{
    border-right: 1px solid #ddd;
}

.msg-wrap .media-heading
{
    font-weight: 700;
}
 

.msg-date
{
    background: none;
    text-align: center;
    color:#aaa;
    border:none;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
}


body::-webkit-scrollbar {
    width: 12px;
}


/* Let's get this party started */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
/*        -webkit-border-radius: 10px;
    border-radius: 10px;*/
}

/* Handle */
::-webkit-scrollbar-thumb {
/*        -webkit-border-radius: 10px;
    border-radius: 10px;*/
    background:#ddd; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
    background: #ddd; 
}

/* Visszaszámláló */


.counter span{
    display: inline;
    color: #C4D200;
}


.livevideobox{height: 270px;}


/* Visitor nézet*/


.send-wrap-visitor{
    background: #C4D200;
    border-radius: 10px;
}

.send-wrap-visitor .form-control{
    background: transparent;
}