body{
    font-size: 17px;
}

.mt10{
    margin-top: 10px;
}

.mt20{
    margin-top: 20px;
}

.mt30{
    margin-top: 30px;
}

.mt40{
    margin-top: 40px;
}

.mt50{
    margin-top: 50px;
}

.mt60{
    margin-top: 60px;
}

.mt70{
    margin-top: 70px;
}

.mt80{
    margin-top: 80px;
}

.mt90{
    margin-top: 90px;
}

.mt100{
    margin-top: 100px;
}

.font-10{
    font-size: 10px !important;
}

.font-12{
    font-size: 12px !important;
}

.font-14{
    font-size: 14px !important;
}

.font-16{
    font-size: 16px !important;
}

.font-18{
    font-size: 18px !important;
}

.font-20{
    font-size: 20px !important;
}

.font-22{
    font-size: 22px !important;
}

.font-24{
    font-size: 24px !important;
}

.font-26{
    font-size: 26px !important;
}

.font-28{
    font-size: 28px !important;
}

.font-30{
    font-size: 30px !important;
}

.text-center{
    text-align: center;
}

.text-left{
    text-align: left;
}

.text-right{
    text-align: right;
}

.text-justify{
    text-align: justify;
}

.popup{
    position: fixed;
    background: rgba(0,0,0,0.40);
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 10;
}

.popup-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0.5rem;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.popup-header .logo img{
    width: 100px;
    margin: 15px 30px 0;
}

.popup-header .title{
    font-size: 36px;
    margin: 13px auto;
}

.popup-body{
    background: transparent;
    display: flex;
    flex-direction: column;
    height: calc(100% - 180px);
}

.close-popup{
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

/*.group_info{*/
/*    display: flex;*/
/*    margin: 0 30px;*/
/*    max-height: 100%;*/
/*}*/

/*.group_info .text_info{*/
/*    width: 50%;*/
/*}*/

/*.group_info .text_info div:last-child{*/
/*    overflow-x: hidden;*/
/*    overflow-y: auto;*/
/*    max-height: 95%;*/
/*    padding-right: 15px;*/
/*}*/

/*.group_info .thumbnail_info{*/
/*    width: 50%;*/
/*    padding-right: 20px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*}*/

/*.show_info .popup-header{*/
/*    padding: 20px 30px;*/
/*    font-size: 24px;*/
/*}*/

/*.thumbnail_info img{*/
/*    display: block !important;*/
/*    max-height: 250px;*/
/*    object-fit: contain;*/
/*    max-width: 100%;*/
/*    background: #e2e8f082;*/
/*}*/

/*.thumbnail_info .slider-for .slick-track{*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*.slider-nav .item_slick{*/
/*    padding: 5px;*/
/*}*/

/*.slider-nav .item_slick img {*/
/*    object-fit: cover;*/
/*}*/

.show_info .popup-content{
    width: 50%;
    height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFFBEE;
    color: #000000;
    border-radius: 10px;
}

.show_info .popup .popup-body{
    border-radius: 10px;
}

.group_info{
    position: relative;
    height: 100%;
    width: 100%;
}

.group_info .thumbnail_info{
    width: 100%;
    height: 100%;
}

.thumbnail_info .slider-for{
    width: 100%;
    height: 100%;
    margin: 0;
}

.thumbnail_info .slick-list{
    height: 100%;
}

.thumbnail_info .slick-track{
    height: 100%;
}

.thumbnail_info .slider-for img{
    /*border-radius: 10px;*/
    object-fit: contain;
    height: 100%;
    width: 100%;
    background: #00000061;
}

.thumbnail_info .slider-nav{
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 100%;
    background: #46464640;
    max-height: 110px;
}

.slider-nav .item_slick{
    padding: 5px;
}

.show_info .popup-header{
    /*position: absolute;*/
    width: 100%;
    height: 70px;
    top: 0;
    /*z-index: 1;*/
    background: #22222299;
    border-radius: 10px 10px 0 0;
    padding: 8px 10px;
    padding-right: 100px;
    color: #ffffff;
    font-size: 18px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.7;
}

.show_info .close-popup{
    z-index: 2;
    scale: 1.4;
}

.group_btn_info{
    position: absolute;
    bottom: 15px;
    left: 15px;
    display: flex;
}

.group_btn_info .btn_video, .group_btn_info .btn_info, .group_btn_info .btn_comment{
    width: 30px;
    height: 30px;
    background: #676767;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 5px;
}

.group_btn_info .btn_video img, .group_btn_info .btn_comment img{
    width: 100%;
    height: 100%;
    padding: 3px;
}

.group_btn_info .btn_info img{
    width: 100%;
    height: 100%;
    padding: 3px 4px 4px 3px;
}

.show_info .popup-footer{
    background: linear-gradient(90deg, #F97512 0%, #E24915 100%);
    position: absolute;
    bottom: 0;
    height: 50%;
    color: #ffffff;
    border-radius: 0 0 10px 10px;
    display: none;
    z-index: 1;
    width: 100%;
}

.close_content_info{
    margin: 10px;
    text-align: center;
}

.close_content_info img{
    cursor: pointer;
}

.show_info .text_info{
    height: calc(100% - 100px);
    margin: 10px 70px;
    overflow: auto;
    padding-right: 10px;
}

.show_info .btn_audio{
    position: absolute;
    left: 20px;
    bottom: 20px;
    background: #676767;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 8px;
    cursor: pointer;
}

p{
    letter-spacing: unset !important;
}

.slick-prev{
    left: 0 !important;
    z-index: 1;
}

.slick-prev:before{
    content: url("/external/images/prev.svg");
}

.slick-next{
    right: 0;
}

.slick-next:before{
    content: url("/external/images/next.svg");
    opacity: 1;
}

.vr-button{
    position: absolute;
    pointer-events: inherit;
    z-index: 4;
    cursor: pointer;
    width: 24px;
    height: 24px;
}

.btn_audio_room{
    left: 180px;
    bottom: 108px;
}

.btn_info_room {
    left: 150px;
    bottom: 108px;
}

.show_info_room .popup-content{
    width: 40%;
    height: 50%;
}

.show_info_room .popup-header{
    height: 60px;
    background: #22222299;
    padding: 20px;
}

.show_info_room .popup-body{
    background: linear-gradient(90deg, #F97512 0%, #E24915 100%);
    height: calc(100% - 60px);
}

.show_info_room .close-popup {
    top: 15px;
    right: 15px;
    scale: 1.3;
}

.show_info_room .popup-body div{
    margin: 30px 60px;
    overflow: auto;
    padding-right: 10px;
}

.popup_comment{
    position: absolute;
    left: 0;
    bottom: 0;
    background: #00000042;
    width: 100%;
    height: 100%;
}

.group_comment{
    position: absolute;
    left: 20px;
    bottom: 160px;
    box-shadow: 0px 0px 4px 0px #00000040;
    background: #FFFBEE;
    padding: 20px;
    border-radius: 10px;
    width: 300px;
}

.popup_comment .title{
    color: #E34B14;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 20px;
    text-align: center;
}

.row {
    position: relative;
    margin-bottom: 14px !important;
}
.focused.row::before {
    color: #4440a0;
    opacity: 1;
}
.row-label {
    position: absolute;
    top: 10px;
    font-size: 16px;
    line-height: 26px;
    pointer-events: none;
    opacity: 0.66;
    transition: font-size 0.3s cubic-bezier(0.78, 0.13, 0.15, 0.86), top 0.3s cubic-bezier(0.78, 0.13, 0.15, 0.86);
}
.focused .row-label, .not-empty .row-label {
    top: -15px;
    font-size: 13px;
}
.row-label label {
    cursor: pointer;
}
.row-field {
    display: block;
    position: relative;
}
.row-field input, .row-field textarea {
    vertical-align: top;
    text-transform: none;
    color: inherit;
    font: inherit;
    border: none;
    outline: 0;
    margin: 0;
    border-color: #ddd;
}
.row-field input[type="text"], .row-field input[type="email"], textarea {
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    width: 100%;
    border-radius: 0;
    border-width: 0 0 1px;
    border-style: solid;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0) inset;
    background-color: transparent !important;
    color: inherit !important;
    transition: all 0.3s;
    -webkit-background-clip: text;
    padding: 0;
}
.row-field-bar::before, .row-field-bar::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 0;
    z-index: 1;
    transition: background-color 0.3s, width 0.3s cubic-bezier(0.78, 0.13, 0.15, 0.86);
}
.focused .row-field-bar::before, .focused .row-field-bar::after {
    background-color: #4440a0;
    width: 50%;
}
.row-field-bar::before {
    left: 50%;
}
.row-field-bar::after {
    right: 50%;
}
.row-state {
    font-size: 13px;
    line-height: 18px;
    padding-top: 4px;
    height: 0;
    opacity: 0;
    transition: height 0.3s cubic-bezier(0.78, 0.13, 0.15, 0.86), opacity 0.3s;
}
.row-field textarea {
    padding: 8px 0;
    overflow: auto;
    height: 5rem;
    resize: vertical;
    padding-top: 11px;
    line-height: 24px;
    min-height: 100px;
    border-bottom: 1px solid #dddddd;
}
.required:after{
    content: " *";
    color: red;
}

#submit_comment{
    width: 100%;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    border-radius: 5px;
    border: none;
    background: linear-gradient(94.06deg, #F67B2D 6.17%, #7BE98A 104.83%);
    cursor: pointer;
}

#submit_comment:hover{
    opacity: .8;
}

.error{
    color: red;
    font-size: 12px;
}

#close_comment{
    width: 25px;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.notifications{
    color: #000000;
    width: max-content;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%) !important;
}

.jc-bs3-row{
    height: 100%;
}

/*btn search*/
.button {
    display: inline-block;
    background-color: #353642;
    font-size: 14px;
    padding-left: 32px;
    padding-right: 32px;
    height: 100%;
    text-align: center;
    color: white;
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-left: 1px solid #939899;
}

.button:hover {
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    color: black;
}

.search-container {
    position: relative;
    display: inline-block;
    height: 40px;
    width: 40px;
    vertical-align: bottom;
    opacity: .8;
}

.mglass {
    display: inline-block;
    pointer-events: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.searchbutton {
    position: absolute;
    font-size: 22px;
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 10px;
}

.active_search .search + .searchbutton {
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    color: black;
    border-radius: 0 10px 10px 0;
}

.search {
    position: absolute;
    left: 49px;
    outline: none;
    border: none;
    padding: 0;
    width: 0;
    height: 100%;
    z-index: 10;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    color: #ffffff;
}

.active_search .search {
    width: 25vw;
    padding: 0 15px 0 0;
    border-radius: 10px 0 0 10px;
}

.active_search .search::placeholder{
    color: #ffffff;
}

.expandright {
    left: auto;
    right: 40px;
}

.active_search .expandright {
    padding: 0 10px 0 15px;
    /*border-radius: 10px 0 0 0;*/
    background: #353642;
}

.btn_search{
    top: 11px;
    right: 45px;
    width: 40px;
    height: 40px;
}

.content_search{
    display: none;
}

.active_search .content_search{
    position: absolute;
    background: #353642;
    width: 25vw;
    left: -25vw;
    top: 40px;
    max-height: 500px;
    overflow-x: hidden;
}

.content_search div.g_info_content {
    padding: 10px 15px;
    border-top: 1px solid #5d5d5d9e;
    display: flex;
    align-items: center;
}

.content_search div.g_info_content img{
    margin-right: 10px;
    min-width: 60px;
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.content_search div.g_info_content:hover {
    background: #000000;
}

.g_info_name{
    display: flex;
    flex-direction: column;
}

.g_info_name span:last-child{
    display: -webkit-box;
    font-size: 14px;
    line-height: 1.3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #c9c9c9e8 !important;
}
/*end btn search*/

.g_slider_img{
    height: 100%;
    position: relative;
}

.g_slider_img .slider-for{
    height: 100%;
    margin-bottom: 10px;
}

.g_slider_img .slider-for .slick-list{
    height: 100%;
}

.g_slider_img .slider-nav{
    height: 60px;
    position: absolute;
    bottom: 15px;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    /*display: flex;*/
    /*justify-content: center;*/
    background: #00000061;
    border-radius: 5px;
    padding: 5px;
}

.g_slider_img .slider-for .slick-track{
    height: 100%;
}

.slider-nav .slick-track{
    height: 50px;
}

.slick-slide img{
    object-fit: cover;
    object-fit: contain;
    height: 100%;
    width: 100%;
}
