body{
    margin: 0;
    padding: 0;
    font-family: 'Battambang', sans-serif;
}
.color-black{
    color: black;
}
blink, .blink {
    -webkit-animation: blink 1s step-end infinite;
    -moz-animation: blink 1s step-end infinite;
    -o-animation: blink 1s step-end infinite;
    animation: blink 1s step-end infinite;
}
@-webkit-keyframes blink { 67% { opacity: 0 }}
@-moz-keyframes blink {  67% { opacity: 0 }}
@-o-keyframes blink {  67% { opacity: 0 }}
@keyframes blink {  67% { opacity: 0 }}

.pricing_box{
    border: 1px solid #007bff;
}
.pricing_box .box_top{
    padding: 15px;
    border-bottom: 1px solid #007bff;
    text-align: center;
    font-size: 18px;
}
.pricing_box .box_body{
    border-bottom: 1px solid #007bff;
    padding: 15px;
    min-height: 242px;
}
.pricing_box .box_body ul{
    padding-left: 20px;
}

.pricing_box .box_body li{
    list-style-type: disc;
    margin: 5px 0;
}

.pricing_box .box_bottom{
    text-align: center;
    font-size: 20px;
    padding: 10px;
}

.btn-pay-cambodia-style{
    display: block;
    width: 100%;
    margin-top: 10px;
    cursor: pointer;
}
.md-width-auto{
    width: auto;
}

img{
    max-width: 100%;
    max-height: 100%;
}
.subscribe_telegram{
    font-size: 85%;
    margin-top: 10px;
    border-top: 1px solid rgb(128 128 128 / 39%);
    padding-top: 10px;
    opacity: 0.9;
}
button{
    outline: none !important;
}
input, select, textarea, button{
    font-size: 14px !important;
    border-radius: 0 !important;
}
a{
    text-decoration:none;
}
a:visited {
    text-decoration: none;
}
.btn-default{
    background: #80808030;
}
.btn-default:hover{
    opacity: 0.8;
}
.modal-header .close {
    position: absolute;
    right: 12px;
    top: 5px;
    font-size: 27px !important;
}
.language{
    color: white;
}
.language:hover{
    color: white;
    text-decoration: underline;
}
.ad_account{
    border: 1px solid gray;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 20px;
    text-align: center;
}
.ad_account:hover{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.ad_account.active{
    border: 1px solid #007bff;
}

.pro-picture{
    position: absolute;
    left: 0;
    top: -3px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    max-height: max-content;
}
.account-select-box.has-pro-picture{
    margin-left: 50px;
}

.ad_video{
    cursor: pointer;
    border: 2px solid transparent;
}
.ad_video:hover{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    opacity: 0.8;
}

.fb_page{
    float: left;
    width: 100px;
    height: 100px;
}

#thumbnail_list{
    width: 96%;
}
.other_thumbnail{
    float: left;
    width: 8%;
    position: relative;
    margin-right: 1%;
    cursor: pointer;
}
.other_thumbnail span{
    position: absolute;
    right: -21px;
    cursor: pointer;
}
.other_thumbnail img{

}
#label_selected_page{
    font-weight: bold;
}

.bootstrap-datetimepicker-widget table {
    width: 253px !important;
    margin: 0 !important;
}
.timepicker-picker{
    margin-left: -25px !important;
}
.timepicker-picker .table-condensed{
    width: 100px !important;
}
.timepicker-hours, .timepicker-minutes{
    margin-left: 69px;
}
.bootstrap-datetimepicker-widget table td {
    height: 30px;
    line-height: 54px;
    width: 30px;
}

.btn-login-with-fb{
    color: white;
    background: #007bff;
    padding: 10px;
    margin-top: 18px;
}
.btn-login-with-fb:hover{
    color: white;
}

.box_loading{
    position: absolute;
    width: 100%;
    text-align: center;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(255 255 255 / 75%);
    padding-top: 40px;
    z-index: 99;
}
.box_loading.create_post{
    padding-top: 300px;
    z-index: 999999999;
    position: fixed;
}

.timepicker{
    margin-left: 51px;
    flex: 0;
    width: 115px;
}

#btn_trigger_fileupload:hover{
    text-decoration: none;
}

#box_other_video{
    /*position: fixed;
    bottom: 0;
    width: 100%;
    background-color: white;
    height: 50%;
    overflow-y: scroll;
    -webkit-box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.75);*/
    margin-left: -1%;
    margin-right: -1%;
    margin-bottom: 20px;
}
#box_other_video .close{
    position: absolute;
    right: 17px;
    top: 10px;
    cursor: pointer;
}
#box_other_video .other_video_choose, .video{
    float: left;
    margin: 1%;
    margin-bottom: 0;
    width: 23%;
    position: relative;
}
.video .video_holder{
    text-align: center;
    background: black;
    height: 150px;
    position: relative;
    overflow: hidden;
}

.video_holder img{
    transition: transform .5s; /* Animation */
}
.video:hover img{
    transform: scale(1.2);
}

#box_ads_video .video{
    width: 18%;
}
#box_ads_video .video .video_holder{
    height: 115px;
}
.video .show_fb_statistic{
    position: absolute;
    bottom: 0px;
}
.video p{
    margin-top: 10px;
}

.video .description{
    height: 20px;
    margin-bottom: 0;
    overflow: hidden;
}
.share_btn{
    margin-top: 10px;
}
.post_list{
    margin-left: -1%;
    margin-right: -1%;
    margin-top: -1%;
    overflow-y: scroll;
}

#box_other_video .other_video_choose .action_box{
    position: absolute;
    left: 0;
    right: 0;
    top: 23%;
    color: white;
    font-size: 34px;
    width: 100%;
    z-index: 999;
    text-align: center;
    display: none;
}
#box_other_video .other_video_choose:hover .action_box{
    display: block;
}
#box_other_video .other_video_choose a{
    color: white;
}
.video .glyphicon{
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: middle;
}
.video .glyphicon:hover{
    opacity: 0.6;
    cursor: pointer;
}
.video .tt{
    text-align: left;
    letter-spacing: 1.2px;
    margin-top: 5px;
}

#preview_img_list{

}
#preview_img_list .box-img{
    float: left;
    width: 60%;
    margin-right: 2%;
    margin-bottom: 10px;
    border: 1px solid;
    border-color: #EBEDF0 #e9ebee #ccd0d5;
    height: 306px;
    cursor: pointer;
    overflow: hidden;
}
#preview_img_list .preview_video{
    width: 100%;
}
#preview_img_list .box-img .preview_img{
    max-width: 500px;
}
#preview_img_list .box-img.active{
    border-color: #007bff;
}
#preview_img_list .box-img:nth-child(2){
    width: 38%;
    margin-right: 0;
}

#help_download_box{
    margin-top: 10px;
}
#help_download_box p{
    margin-bottom: 10px;
}

.example_link{
    padding: 3px 10px;
    border-radius: 18px;
    background: #8080800d;
}

.box_create_post .form-check-label {
    margin-left: 6px;
}

#video_source, #video_title, #fb_page_url, .pretty-field{
    height: 36px;
    border: 1px solid #007bff;
}
.spinner-border {
    width: 3rem;
    height: 3rem;
}
.modal-content {
    border-radius: 0;
}

#modal_dialog .modal-header{
    /*background: #ffc107;
    background: #17a2b8;*/
    color: white;
    border-radius: 0;
}
#modal_dialog .modal-header .close {
    color: white;
    opacity: 1;
    font-weight: normal;
}
#modal_dialog .modal-content{
    border: 0;
}

#modal_dialog .modal-body{
    color: black;
}

#box_other_video .page_pic{
    margin-right: 10px;
    height: 50px;
}

.history_video_page{
    margin-top: 20px;
    margin-bottom: 15px;
}
.history_video_page ul{
    padding: 0;
    margin-bottom: -10px;
}
.history_video_page li{
    padding-right: 1px;
    height: 38px;
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    background: #8080803d;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 10px;
}
.history_video_page li.active{
    background-color: #007bff;
    color: white;
}
.history_video_page li:hover{
    background-color: #007bff;
    color: white;
}
.history_video_page li img{
    margin-right: 10px;
}

.top_desc{
    margin-bottom: 20px;
    font-size: 22px;
}

.post_type_video .box-img, .box_video .box-img{
    overflow: hidden;
    background: black;
}
#modal_live_video fieldset{
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    position: relative;
    padding-top: 16px;
    margin-top: 19px;
}
#modal_live_video legend{
    border: 0;
    padding: 0 10px;
    background: white;
    /* display: inline; */
    width: auto;
    position: absolute;
    top: -11px;
    left: 6px;
}
.post_type_video .box-img .preview_video, .box_video .box-img .preview_video{
    width: 100%;
}
.post_type_video .box-img.active{
    background: black;
    margin-bottom: 10px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 27px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.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: 19px;
    width: 19px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

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

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

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

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

.slider.round:before {
    border-radius: 50%;
}
.lb_enable_video_post{
    display: block;
    margin-top: 5px;
    /* margin-left: 7px; */
    float: right;
    margin-left: 10px;
    font-size: 14px;
}

.box_enable_pe{
    margin-top: -39px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    margin: 20px 0 100px;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.page_header{
    padding: 10px 0 10px;
    margin-bottom: 22px;
    border-bottom: 2px solid #e3e3e8;
}
.page_header.upgraded_account{
    border-bottom: 2px solid transparent;
    background: #007bff;
}
.page_header.upgraded_account .nav-link{
    color: white;
}
.page_header .logo{
    margin: 0;
    float: left;
    width: 50%;
}
.page_header .header_right{
    float: left;
    text-align: right;
    width: 50%;
    vertical-align: middle;
}

.page_header .header_right .navbar {
    padding: 0;
    text-align: right;
    float: right;
    margin-right: -11px;
}
.page_header .header_right .navbar li{
    list-style-type: none;
}
.dropdown-menu{
    min-width: 130px;
}
.manage_post_list .message{
    width: 40%;
}
.manage_post_list .link_click{
    min-width: 90px;
}
.custom-select{
    width: auto;
}

.page_right_menu{

}
.page_right_menu a{
    margin-left: 20px;
}
.page_right_menu a:hover{
    opacity: 0.8;
    text-decoration: none;
    cursor: pointer;
}

.show_fb_statistic{
    height: 4px;
    width: 100%;
    margin-top: 3px;
    background: rgba(128, 128, 128, 0.64);
}
.ad_video_upload .show_fb_statistic{
    background: transparent;
}
.show_fb_statistic div{
    height: 100%;
    max-width: 100%;
    width: 0%;
    background: rgb(76, 175, 80);
    transition: width 4s;
}

.page_menu{
    cursor: pointer;
}
.page_menu.active{

   opacity: 0.7;
}

#ad_video_list{
    margin-left: -1%;
    margin-right: -1%;
    margin-top: -1%;
    /*height: 230px;
    overflow-y: scroll;*/
    padding-bottom: 10px;
}
#ad_video_list .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 18%;
    margin: 0px;
    padding: 0;
    margin: 1%;
}
.refresh_my_recent_post, .refresh_advideo, .refresh_btn{
    margin: 0 0 0 10px;
    font-size: 18px;
    cursor: pointer;
}
.timepicker-hours, .timepicker-minutes {
    margin-left: -66px;
}

/* width */
::-webkit-scrollbar {
    width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.alert-info{
    padding: 9px;
    width: auto !important;
}

#msg_knowledge{
    margin-top: 20px;
}
#msg_knowledge span{
    background: rgba(255, 255, 255, 0.28);
    padding: 10px 18px;
    max-width: 70%;
    border-radius: 5px;
    font-size: 20px;
}

.free_post_notice{
    color: red;
    margin-bottom: 10px;
}

#other_post_link{
    max-height: 150px;
    overflow-y: scroll;
}
#other_post_link ul{
}
#other_post_link ul li{
    margin-bottom: 11px;
}
#other_post_link ul li:hover{
    cursor: pointer;
    color: deepskyblue;
}

.box_upload_source{
    position: relative;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
    border-width: .2rem;
}
.critical_warning{
    width: 100%;
    padding: 25px;
    font-size: 25px;
    text-align: center;
    background-color: #dc3545;
    bottom: 0;
    color: white;
    line-height: 44px;
    z-index: 9999;
}
#device_log{
    background: blue;
}

#photo_list{
    margin-bottom: 15px;
}

::-webkit-scrollbar
{
    height: 7px; /* for horizontal scrollbars */
}
.vertical_scroll{
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
}

#photo_list.vertical_scroll img{
    margin-right: 10px;
}
#photo_list.vertical_scroll img:last-child{
    margin-right: 0px;
}

#list_page_photos{
    margin-left: -1%;
    margin-right: -1%;
}
.page_photo{
    cursor: pointer;
    float: left;
    margin: 1%;
    margin-bottom: 0;
    width: 31.3%;
    position: relative;
    height: 410px;
}
.page_photo .photos{
    text-align: center;
    background: rgba(128, 128, 128, 0.14);
}
.page_photo .title{
    height: 40px;
    margin-top: 10px;
    overflow-y: hidden;
}
.page_photo .photos img{
    height: 350px;
}
.photos.vertical_scroll img{
    margin-right: 10px;
}
.photos.vertical_scroll img:last-child{
    margin-right: 0;
}

.header_notification{
    color: white;
    background: red;
}
.header_top{
    padding: 2px 0;
    color: white;
    background: #007bffe6;
}
.notification{
    padding: 10px;
}

.share_exchange_btn{
    width: 100%;
    border: 1px solid gray;
    margin-bottom: 10px;
}
.share_btn .glyphicon{
    margin-top: -5px;
}
.share_exchange_btn:hover{
    opacity: 0.8;
}
.share_exchange_btn .glyphicon{
    margin-top: -4px;
}
.share_btn{
    width: 100%;
}
.share_page_box{
    float: left;
    width: calc(100% - 100px);
    margin: 8px 0 0;
}
.share_btn_box{
    float: right;
    margin: 10px 0;
}
.share_btn_box .shared_link{
    padding: 2px 0;
    margin-bottom: 0;
    text-decoration: underline;
}

.page_share_exchange{
    margin: 0;
    padding: 0;
}
.page_share_exchange li{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid gray;
    padding: 5px 9px;
    cursor: pointer;
}
.page_share_exchange li.active{
    background: #007bff;
    color: white;
    border: 1px solid #007bff;
}
.page_share_exchange li:first-child{
    margin-right: 0;
}
.page_exchange_gap{
    margin-bottom: -2px;
    text-align: center;
    font-size: 11px;
    margin-top: 0px;
}

.action_info{
    color: white;
    background: red;
    padding: 10px;
    border: 1px solid;
    margin-top: 10px;
}

#post_error p{
    background: #f63b4d !important;
    color: white;
    padding: 10px;
    margin-bottom: 10px;
}

.page_share{
    margin: 0;
    padding: 0;
}
.page_share li {
    list-style-type: none;
    border-bottom: 1px solid rgba(128, 128, 128, 0.15);
    margin: 0;
    clear: both;
}
.page_share li img{
    margin-right: 10px;
}
.page_share li:last-child{
    border-bottom: 0;
}
.each_page_share_btn{
    float: right;
    padding: 2px 12px;
}

.paging{
    cursor: pointer;
    font-size: 12px;
}

.chosen-container-multi .chosen-choices li.search-choice {
    padding: 0px 20px 0px 0px;
}
.chosen-container-multi .chosen-choices li.search-choice img {
    margin-right: 10px;
    height: 30px;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: 35px;
    font-size: 20px !important;
}
.chosen-container-multi .chosen-choices {
    background-image: none;
}
.posting_to_page{
    position: relative;
}
.posting_to_page .posting{
    background: blue;
    color: white;
    padding: 5px 10px;
}
.posting_to_page .error, .error-p{
    background: #dc3545;
    color: white;
    padding: 10px;
}
.posting_to_page .error a, .error-p a{
    color: white;
}
.posting_to_page .error hr, .error-p hr{
    margin-top: 10px;
    margin-bottom: 10px;
}
.posting_to_page .loading_boxer{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff8a;
    z-index: 999;
    text-align: center;
}
.posting_to_page .img_loading{
    height: 46px;
    margin-top: 4px;
}

#page_post_video .video{
    margin-bottom: 10px;
}

.go_top_page{
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.18);
    text-align: center;
    padding: 6px 10px;
    cursor: pointer;
}
.go_top_page:hover{
    opacity: 0.7;
}
.go_top_page .glyphicon{
    width: 14px;
}

#message_from_sharer .example_link{
    background: #80808047;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    display: inline-block;
}

.selWrap {
    border: 1px solid white;
    width: 200px;
}

.u-hide {
    display: none;
}

.s-dropdown--styled {
    padding: 7px 0px;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font-size: 15px;
    font-family: 'nnReg', Helvetica, Arial, sans-serif;
    position: relative;
}

.s-dropdown--styled .store-default {
    color: white;
    padding-left: 13px;
    cursor: pointer;
    display: block;
    position: relative;
    font-family: inherit;
}

.s-dropdown--styled .store-default::before {
    position: absolute;
    right: 7px;
    top: 2px;
    font-size: 8px;
    font-family: 'Glyphicons Halflings';
}

.s-dropdown--styled ul {
    box-sizing: border-box;
    list-style-type: none;
    padding-top: 10px;
    padding-left: 0px;
    position: absolute;
    background: white;
    z-index: 99999;
    width: 100%;
    border: 1px solid #007bff;
    top: 30px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.s-dropdown--styled ul li {
    box-sizing: border-box;
    padding: 15px 13px 15px 46px;
    position: relative;
    line-height: 20px;
    cursor: pointer;
    color: grey;
}

.s-dropdown--styled ul li::before {
    content: '';
    border: grey solid 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 9px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    cursor: pointer;
}

.s-dropdown--styled ul li.selected {
    background-color: snow;
}

.s-dropdown--styled ul li.selected::after {
    content: '';
    border: grey solid 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 18.5px;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background-color: grey;
}

.s-dropdown--styled ul li:hover {
    background-color: snow;
}
.s-dropdown--styled ul li.add-account{
    padding: 10px 13px 10px 37px;
    color: white;
    background: #007bff;
}
.s-dropdown--styled ul li.add-account:hover {
    color: #fff;
    background-color: #0069d9;
}
.s-dropdown--styled ul li.add-account::before{
    content: '+';
    border: 0;
    left: 18px;
    cursor: pointer;
    font-size: 19px;
}
.s-dropdown--styled ul li .remove-account{
    position: absolute;
    right: 7px;
    top: 17px;
    font-size: 12px;
}

#short_notify{
    position: fixed;
    top: 60px;
    z-index: 999999993;
    left: 0;
    text-align: center;
    width: 100%;
}
.notify{
    display: inline-block;
    background: rgb(0 123 255 / 73%);
    color: white;
    padding: 9px 20px;
    margin-bottom: 5px;
    border-radius: 3px;
    max-width: 90%;
}
.share_small{
    /* text-decoration: underline; */display: inline-block;background: blue;padding: 1px 20px;margin-top: 10px;
    cursor: pointer;
}

.post_notify_box{
    position: relative;
    overflow: hidden;
    position: relative;
    padding: 6px;
    margin-bottom: 10px;
    background: white;
    -webkit-box-shadow: 1px 1px 15px -1px rgb(0 0 0 / 45%);
    -moz-box-shadow: 1px 1px 15px -1px rgba(0,0,0,0.45);
    box-shadow: 1px 1px 15px -1px rgb(0 0 0 / 45%);
    border-radius: 2px;
    z-index: 999999;
}
.close_notify{
    position: absolute;
    right: 0;
    z-index: 999;
    top: 0;
    padding: 0 4px;
    background-color: white;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px !important;
}

.ads_banner{
    margin-bottom: 10px;
}
.ads_banner .radio_ads_banner{
    margin-right: 15px;
}
.ads_banner .btn_remove_banner{
    display: none;
    margin-left: 15px;
    cursor: pointer;
}
.ads_banner:hover .btn_remove_banner{
    display: inline-block;
}
.ads_banner img{
    max-width: 70%;
    border: 1px solid #e3e3e8;
    height: 33px;
    margin-top: 3px;
    margin-left: 10px;
}
.btn_trigger_render_banner{
    cursor: pointer;
    color: #428bca;
    margin-bottom: -10px;
}

.question{
    font-size: 20px;
    margin-bottom: 4px;
    margin-top: 20px;
    font-weight: bold;
}

.myblink {
    -webkit-animation: 3s linear infinite condemned_blink_effect; /* for Safari 4.0 - 8.0 */
    animation: 3s linear infinite condemned_blink_effect;
}

.ads_result_box{
    position: relative;
}
.ads_result_box .share_target{
    position: absolute;
    right: 0;
    top: 0;
}

.photo_holder{
    display: inline-block;
    position: relative;
}
.photo_holder .remove{
    position: absolute;
    top: 5px;
    right: 5px;
    background: black;
    color: white;
    padding: 3px 3px;
    cursor: pointer;
}

.video_duration{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #00000052;
    color: white;
    padding: 0px 5px;
}

.other_video_choose .video_duration{
    bottom: 4px;
}

.upload_other_video_mb{
    display: none;
}

.red{
    color: red;
}

.use_ad_checkbox_box{
    float: left;
    margin-top: 2px;
    margin-left: 13px;
}
.use_ad_checkbox_box .switch{
    float: left;
}
.use_ad_checkbox_box .switch_label{
    margin-top: 4px;
    float: left;
    color: white;
    margin-left: 10px;
}

iframe.full{
    width: 100%;
    height: calc(100vw/2);
}

.btn_payment_success{
    padding: 10px 30px;
    font-size: 20px;
}

.mybtn{
    width: 100%;
    border: 1px solid #dcdcdc73;
}
.selected_page_img{
    width: 50px;
    border-radius: 50%;
}

.pm_account_box{
    background: #007bff;
    color: white;
    padding: 10px 3px;
}

#post_status{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 350px;
    z-index: 990;
    padding: 10px 10px 0px 10px;
}
#post_status.reach_limit{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
    background: #0000008a;
    padding: 0;
}

#post_status.reach_limit .box{
    position: fixed;
    bottom: 0;
    background: white;
    width: 100%;
    padding: 20px;
}

.success_box img{
    float: left;
    height: 50px;
}
.success_box .status_text{
    float: left;
    width: 84%;
    padding-left: 10px;
    overflow: hidden;
}
.success_box button{
    width: 150px;
    border: 0;
    background: transparent;
    text-align: left;
    margin-top: 8px;
    display: block;
}
.success_box a{
    white-space: nowrap;
}

.switch_enable_pe_box{
    float: left;position: absolute;left: 11px;
}

#myModal .modal-footer button{
    min-width: 100px;
}

.pm_account_box a[href^="tel"] {
    color: white;
    text-decoration: none;
}

.telegram_account{
    float: left;
    width: 45%;
    overflow: hidden;
    white-space: nowrap;
}
.super_pe_account_type_top{
    float: right;
    width: 51%;
    text-align: right;
    white-space: nowrap;
}
.super_pe_account_type_top .btn-pay-cambodia{
    cursor: pointer;
}

.pe_require_note{
    background: red;
    padding: 10px;
    color: white;
}

#right_img_save .other_thumbnail{
    margin-top: 10px;
}

.visible-xs{
    display: none;
}

.upload_status{
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 32%;
    font-size: 27px;
    color: gray;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

#video_render_banner{
    padding: 10px;
    border: 1px solid #007bff;
    margin: 15px 0 15px 0;
}
#video_render_banner .top_desc{
    margin-top: -23px;
}
#video_render_banner .top_desc .bg_tt{
    background: white;
    padding: 5px;
}

.box-user-form{
    margin: 20px 0 0 0;
}
.box-user-form label{
    margin-bottom: 5px;
    margin-top: 15px;
}

.open-register-form{
    margin: -3px 0 -6px 0;
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
}
.h3, h3 {
    font-size: 19px;
}

.portfolio-item{
    width: 33% !important;
    display: inline-block;
    padding-right: 10px;
    padding-left: 0;
}
.portfolio-item:last-child{
    padding-right: 0;
}

#promote_page{
    margin-top: 21px;
    margin-left: 16px;
}

.link_promote_page{
    height: auto;
    padding: 3px 16px;
    border-radius: 0;
    background: white;
    color: #212529;
    border: 1px solid #007bff;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

/* for Safari 4.0 - 8.0 */
@-webkit-keyframes condemned_blink_effect {
    0% {
        visibility: hidden;
    }
    5% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}

@keyframes condemned_blink_effect {
    0% {
        visibility: hidden;
    }
    5% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}

.row-payment-history:hover .delete-payment-history{
    display: inline-block;
    position: relative;
}

.row-payment-history .delete-payment-history{
    display: none;
    cursor: pointer;
    margin-left: 30px;
}

#modal_qr_pay .modal-dialog {
    max-width: 447px;
}

.copy-clipboard{
    cursor: pointer;
}
.glyphicon-copy.copy-clipboard, .copy-clipboard .glyphicon-copy{
    color: #286090;
}

#qr-box{
    position: relative;
    margin-bottom: 41px;
    background: url(/img/khqr-bg.png);
    opacity: 1;
    background-size: 100%;
    width: 80%;
    min-width: 368px;
    max-width: 375px;
    margin: 0 auto;
    padding-top: 1px;
    height: 535px;
    background-repeat: no-repeat;
}
#qrcode-bg{
    width: 74%;
    margin: 0 auto;
    display: block;
}
#qrcode{
    text-align: center;
}
#qrcode img{
    margin: 0 auto;
    margin-top: 32px;
    width: 61% !important;
}
#qrcode-amt{
    font-size: 32px;
    letter-spacing: 5px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    margin-top: 91px;
}

#khqr-name {
    text-align: center;
    margin: 0 auto;
    margin-top: 5px;
}
#khqr-instruction {
    letter-spacing: 1px;
    font-size: xx-large;
    font-size: 19px;
    margin: 0 auto;
    text-align: center;
    margin: 20px 0 0px;
}
#qr-pay-help{
    font-size: 13px;
    text-align: center;
    animation: blink 2s linear infinite;
    margin-top: 10px;
    color: red;
}
.credit-amount-option{
    min-width: 71px;
    text-align: center;
    margin-left: 11px;
}
@keyframes blink{
    0%{opacity: 0;}
    50%{opacity: .5;}
    100%{opacity: 1;}
}

@media  (min-width: 768px) {
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

/* MOBILE SCREEN */
@media (min-width: 500px) and (max-width: 1200px) {
    .container, .container-md, .container-sm {
        max-width: 100%;
    }
}

/* MOBILE SCREEN */
@media  (max-width: 741px) {
.page-box, .page_right_menu{
    width: 100% !important;
    max-width: 100%;
    flex: auto;
    margin-bottom: -15px;
    padding: 0;
    margin: -24px 0px -34px 0;
}
.page-box.logo_render{
        flex: initial;
        width: 83% !important;
    }
}

.btn-upload-invoice{
    border: 1px solid gray;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    margin: 10px 0;
    cursor: pointer;
}
.btn-upload-invoice:hover{
    background: rgb(128 128 128 / 11%);
}
.btn-upload-invoice .glyphicon{
    font-size: 90px;
}
#payment-usage-month{
    text-align: center;
}

#imagePreviewID{
    max-height: 200px;
}

#usage_reach_limit{
    position: relative;
    z-index: 1;
}

.btn-pay-now-expired{
    display: none;
    width: 80%;
    margin: 0 auto;
}

.fireworks-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: background-color 5s ease-out;
}
.dark {
    background: #000000;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

#payment-info-detail{
    text-align: center;
    margin: 16px 0 12px;
}
#payment-info-detail p{
    padding: 3px 11px;
    background: #007bffad;
    display: inline-block;
    border-radius: 19px;
    margin-bottom: 0px;
    font-size: 14px;
    color: white;
    max-width: 362px;
}
.super-pe-hello-video{
    height: 350px;
}

.super-pe-video-get-developer-app{
    height: 430px;
}

.alert .close{
    font-size: 23px !important;
}

#myModal .switch_enable_pe_box{
    width: 100%;
    float: initial;
    position: initial;
    margin-bottom: 12px;
    left: 0;
    margin-top: 9px;
}
#myModal .switch {
    float: left;
}
#myModal .lb_enable_video_post {
    margin-top: 4px;
    margin-left: 4px;
    font-size: 14px;
    float: left;
    margin-right: 17px;
}

/* MOBILE SCREEN */
@media  (max-width: 767px) {
    .super-pe-video-get-developer-app{
        height: 250px;
    }
    .super-pe-hello-video{
        height: 220px;
        height: 220px;
        margin-top: -15px;
    }
    /* width */
    ::-webkit-scrollbar {
        width: 1px;
    }
    .container {
        padding-right: 8px;
        padding-left: 8px;
    }
    .row {
        margin-right: -8px;
        margin-left: -8px;
        display: initial;
    }
    .top_desc{
        font-size: 19px;
    }
    .top_desc.td1{
        margin-top: 20px;
    }
    .box_upload_source{
        margin-top: 18px;
    }
    .example_link {
        display: block;
        overflow: hidden;
        margin-top: 3px;
    }
    #usage_reach_limit{
        bottom: auto;
        line-height: 44px;
        height: 100%;
        top: 0;
        margin-left: -15px;
        margin-right: -15px;
        width: auto;
        padding: 10px;
    }
    .top_contact{
        display: none;
    }

    #selected_page{
        width: calc(100% - 67px) !important;
        max-width: calc(100% - 95px) !important;
    }
    #btn_upload_video, #btn_prepare_live_video, #btn_reset_live, #btn_post_live{
        width: 100%;
        margin-bottom: 10px;
    }
    .box_upload_source_div{
        padding-bottom: 14px;
    }

    .video{
        width: 47.9% !important;
    }
    .video .action_box {
        top: 29%;
    }
    .box_create_post{
        padding: 0 !important;
    }
    .box_create_post .modal-dialog{
        margin: 0 !important;
    }
    .box_create_post .modal-footer .btn{
        min-width: 26.5%;
        width: 49%;
        margin-bottom: 10px;
    }
    .box_enable_pe {
        margin-top: -62px;
    }

    .manage_post_filter_box{
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .manage_post_filter_box .col-sm-6:nth-child(2){
        margin-top: 20px;
        text-align: left !important;
    }
    .page_header .header_right .navbar {
        margin-right: -8px;
        width: 128px;
    }


    #box_time_picker .datepicker {
        width: 266px;
        float: left;
    }
    #box_time_picker .datepicker table{
        width: 197px !important;
        margin: 0 !important;
    }
    #box_time_picker .timepicker{
        width: 161px;
        margin-left: -62px;
        float: left;
    }
    .timepicker-hours, .timepicker-minutes {
        margin-left: -18px;
    }
    .bootstrap-datetimepicker-widget table {
        width: 178px !important;
        margin: 0 !important;
        /* margin-left: 52px; */
    }

    #box_time_picker .timepicker table td {
        height: 15px;
        line-height: 54px;
        width: 10px;
    }

    #box_time_picker .timepicker-picker .table-condensed {
        width: 100px !important;
        margin-left: 41px !important;
    }

    #box_time_picker .bootstrap-datetimepicker-widget .timepicker-hour
    ,#box_time_picker .bootstrap-datetimepicker-widget .timepicker-minute
    ,#box_time_picker .bootstrap-datetimepicker-widget .timepicker-second
    , #box_time_picker .bootstrap-datetimepicker-widget table td span{
        width: 34px;
    }
    #ad_video_list{
        margin-left: -1%;
        margin-right: -1%;
        margin-top: -1%;
    }
    .box_upload_source{
        position: relative;
        padding: 0;
        border: 0;
    }
    .history_fb_page span{
        display: block;
        color: #333333;
    }
    .history_video_page li img{
        margin-right: 0;
        border-bottom: 2px solid transparent;
        width: 100%;
        border-radius: 50%;
    }
    .history_video_page li{
        padding-right: 0;
        background: transparent;
        width: 85px;
        height: 117px;
        text-align: center;
    }
    .history_video_page li.active {
        background: transparent;
        border-bottom: 2px solid #007bff;
        color: white;
    }
    .history_video_page li:hover {
        background-color: transparent;
    }

    .page_photo {
        width: 98%;
        height: auto;
    }
    .page_photo .title {
        height: auto;
        margin-top: 10px;
        overflow-y: hidden;
        max-height: 50px;
    }

    .box_schedule{
        margin-top: 10px;
    }
    #box_other_video .other_video_choose .action_box{
        display: block;
        top: 11%;
    }
    .video .tt{
        font-size: 10px;
        /*overflow: scroll;*/
        height: 15px;
        white-space: nowrap;
    }
    #post_to_page[multiple]{
        width: 95%;
        max-width: 95% !important;
    }
    #post_status{
        margin-top: 10px;
    }
    .success_box button {
        position: initial;
        right: auto;
        top: 9px;
    }
    .ads_banner .btn_remove_banner{
        display: inline-block;
    }
    .ads_banner img{
        max-height: 26px;
        height: auto;
    }
    .video .video_holder{
        height: auto !important;
    }
    .post_list {
    }
    .hidden-xs{
        display: none;
    }
    .visible-xs{
        display: initial;
    }

    .page_right_menu{
        padding: 0;
        padding-right: 14px;
    }
    .page_right_menu a{
        margin-left: 9px;
    }
    .use_ad_checkbox_box{
        margin-top: 8px;
        margin-left: 0;
        margin-bottom: -5px;
    }
    .btn_payment_success{
        width: 80%;
    }
    .upload_other_video_pc{
        display: none;
    }
    .upload_other_video_mb{
        margin-top: -5px;
        display: block;
    }
    .action_mb button .glyphicon{
        margin-top: -7px;
    }
    .history_video_page ul {
        white-space: nowrap;
        overflow-y: scroll;
        border-bottom: 1px solid rgba(128, 128, 128, 0.23);
        margin-bottom: 20px;
    }
    .selected_page_img, .post_to_page_img {

    }
    .video .glyphicon {
        margin-left: 3px;
        margin-right: 3px;
    }
    .referrer_guide_box{
        margin-top: 12px;
    }
    #post_status {
        position: inherit;
        width: auto;
        padding: 0;
    }
    .post_notify_box {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        z-index: 9;
        border: 1px solid #8080802e;
    }
    #myModal .modal-header .close {
        right: 4px;
        top: 0px;
    }
    #myModal .modal-body{
    }
    #myModal .modal-content {
        border: 0;
    }
    #myModal .modal-footer{
    }
    #myModal .btn_box{
        width: 100%;
    }

    .pm_account_box{
        margin-left: -15px;
        margin-right: -15px;
    }

    #pricing_box {
        width: 100%;
        overflow-x: scroll;
        margin-bottom: 30px;
    }
    .mb_pc {
        width: 867px;
    }

    .portfolio-item{
        width: 32.9% !important;
    }
    .portfolio-item:last-child{

    }

    .nav-item .dropdown-divider.visible-xs, .nav-item .visible-xs.dropdown-item{
        display: inherit;
    }

    .page_header .header_right {
        float: right;
        width: 23%;
    }
    .dropdown-menu {
        min-width: 121px;
    }
    .md-width-auto{
        width: 100%;
    }
    .btn-pay-now-expired{
        display: block;
    }

    .form-app-secret .col{
        padding: 0;
    }

    #promote_page {
        margin-top: 7px;
        display: block;
        text-align: center;
    }

}