html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.video_action_button {
    line-height: 24px;
    height: 34px;
    display: block;
    background: #ef0404;
    padding: 5px 11px;
    margin: 10px 5px 0 0;
    border-radius: 8px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #FFF;
    text-decoration: none;
    opacity:0.8;
    font-size:larger;
    cursor:pointer;
}

.btn_submit {
    line-height: 24px;
    height: 34px;
    display: block;
    background: #ef0404;
    padding: 5px 11px;
    margin: 10px 5px 0 0;
    border-radius: 8px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #FFF;
    text-decoration: none;
    opacity: 0.8;
    font-size: larger;
}

.video_action_button:hover {
    border-radius: 0;
    text-shadow: #000 1px 1px 1px
}

.div_top_bar {
    display: none;
    position: absolute;
    line-height: 24px;
    display: block;
    background: #ffffff;
    padding: 5px 11px;
    margin: 10px 5px 0 0;
    border-radius: 8px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #000000;
    text-decoration: none;
    opacity: 0.8;
    font-size: larger;
    z-index:99999;
}

.div_cover_box {
    display:block;
    position: absolute;
    background-color:#6b3030;
    z-index:9999;
}

.textbox_input_container{
    display:none;
    position:absolute;
    z-index:997;
    background-color:rgba(0,0,0,0.3);
}

.tb_textinput {
    width:100%;
}

.btn_submit{
    width:100%;
}

.div_refresh_button {
    cursor:pointer;
    display:none;
    position: absolute;
    z-index: 997;
    background-color: rgba(0,0,0,0.6);
    background-image: url('/images/th.jpg');
    background-size: cover;
    width:25px;
    height:25px;
}


.button {
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.button-1 {
    background-color: rgba(76, 194, 80, 0.8);
    color: white;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    transform: skew(-5deg);
}

.button-1:hover {
    background-color: rgba(73, 160, 73, 0.9);
    transform: skew(-5deg) scale(1.05);
}

.button-2 {
    background-color: rgba(244, 67, 54, 0.8);
    color: white;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    transform: skew(-5deg);
    border-radius: 7px;
}

.button-2:hover {
    background-color: rgba(237, 57, 53, 0.9);
    transform: skew(-5deg) scale(1.05);
}

.button-3 {
    background-color: rgba(33, 150, 243, 0.8);
    color: white;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    transform: skew(-5deg);
    border-radius: 8px;
}

.button-3:hover {
    background-color: rgba(30, 136, 229, 0.9);
    transform: skew(-5deg) scale(1.05);
}