input {
    border-radius: 24px;
}

.pad-5 {
    padding: 5px;
}

.cwhite {
    color: white;
}

.color_main {
    color: #82c9bd;
}

.color_title {
    color: #ffff;
}

.card {
    border: white solid 0px;
}

.card-body {
    background: rgb(255, 255, 255);
    background: linear-gradient(176deg, rgba(255, 255, 255, 1) 0%, rgba(187, 222, 232, 0.3225665266106442) 100%);
    border-radius: 0px 0px 12px 12px;
    border: white solid 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.wrapper_loadding {
    width: 200px;
    height: 60px;
    position: relative;
    z-index: 1;
}

.circle_loadding {
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    left: 15%;
    transform-origin: 50%;
    animation: circle7124 .5s alternate infinite ease;
}

@keyframes circle7124 {
    0% {
        top: 60px;
        height: 5px;
        border-radius: 50px 50px 25px 25px;
        transform: scaleX(1.7);
    }

    40% {
        height: 20px;
        border-radius: 50%;
        transform: scaleX(1);
    }

    100% {
        top: 0%;
    }
}

.circle_loadding:nth-child(2) {
    left: 45%;
    animation-delay: .2s;
}

.circle_loadding:nth-child(3) {
    left: auto;
    right: 15%;
    animation-delay: .3s;
}

.shadow_loadding {
    width: 20px;
    height: 4px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 62px;
    transform-origin: 50%;
    z-index: -1;
    left: 15%;
    filter: blur(1px);
    animation: shadow046 .5s alternate infinite ease;
}

@keyframes shadow046 {
    0% {
        transform: scaleX(1.5);
    }

    40% {
        transform: scaleX(1);
        opacity: .7;
    }

    100% {
        transform: scaleX(.2);
        opacity: .4;
    }
}

.shadow_loadding:nth-child(4) {
    left: 45%;
    animation-delay: .2s
}

.shadow_loadding:nth-child(5) {
    left: auto;
    right: 15%;
    animation-delay: .3s;
}




.dataTables_wrapper .dataTables_filter input {
    color: #fff;
    border-radius: 10px;
}

button.dt-button,
div.dt-button,
a.dt-button,
input.dt-button {
    color: #fff;
    border: #82c9bd 1px solid;
}


body {
    font-family: 'Noto Sans Thai';
}

.a_addvdo {
    color: #72b1c8;
}

.a_addvdo:hover {
    color: #82c9bd;
}

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font18 {
    font-size: 18px;
}

.font25 {
    font-size: 25px;
}

.txt_black {
    color: black;
}

.txt_dark {
    color: #353d41;
}

.checked {
    color: orange;
}

.border_radius15 {
    border-radius: 15px;
}

.border_radius24 {
    border-radius: 24px;
}

.hid-none {
    display: none;
}

.hid-block {
    display: block;
}

.container .main-video-container {
    flex: 1 1 700px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    background-color: rgb(44 44 44);
    padding: 10px;
    text-align: center;
}

.container .main-video-container .main-video {
    margin-bottom: 7px;
    border-radius: 15px;
    width: 100%;
}

.container .main-video-container .main-vid-title {
    font-size: 20px;
    color: #fff;
}

.container .video-list-container {
    flex: 1 1 350px;
    height: 460px;
    overflow-y: scroll;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    background-color: rgb(44 44 44);
    padding: 15px;
}

.container .video-list-container::-webkit-scrollbar {
    width: 5px;
}

.container .video-list-container::-webkit-scrollbar-track {
    background-color: #444;
    border-radius: 5px;
}

.container .video-list-container::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 5px;
}

.container .video-list-container .list {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px;
    background-color: rgb(73 73 73);
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 10px;
}

.container .video-list-container .list:last-child {
    margin-bottom: 0;
}

.container .video-list-container .list.active {
    background-color: #82c9bd;
}

.container .video-list-container .list.active .list-title {
    color: #444;
}

.container .video-list-container .list .list-video {
    width: 60px;
    border-radius: 5px;
}

.container .video-list-container .list .list-title {
    font-size: 14px;
    color: white;
    font-weight: 100;
}

.txt_center {
    text-align: center;
    vertical-align: middle;
}


.btn_tran {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    text-align: left;

}

.rating {
    display: flex;
    width: 100%;
    justify-content: center;
    overflow: hidden;
    flex-direction: row-reverse;
    position: relative;
}

.rating>input {
    display: none;
}

.rating>label {
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin-top: auto;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 76%;
    transition: .3s;
}

.rating>input:checked~label,
.rating>input:checked~label~label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}


.rating>input:not(:checked)~label:hover,
.rating>input:not(:checked)~label:hover~label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}


.wrapper {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 7px 7px 12px rgba(0, 0, 0, 0.05);
}

.wrapper header {
    color: #6eb2c8;
    font-size: 27px;
    font-weight: 600;
    text-align: center;
}

.rat:hover {
    font-size: 45px;
    transition: 0.2s;
}

.rat {
    font-size: 50px;
}

.tb_rating {
    margin: 20px 0px 10px 0px;
}


.toast:not(.show) {
    display: none;
}

.fade:not(.show) {
    opacity: 0;
}

.toast {
    z-index: 9999;
    position: fixed;
    top: 40%;
    text-align: center;
}

.toast {
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 1.5rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-color: ;
    --bs-toast-bg: rgba(255, 255, 255, 0.897);
    --bs-toast-border-width: 1px;
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: 0.375rem;
    --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-toast-header-color: #6c757d;
    --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
    --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    background-clip: padding-box;
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius);
}

.fade {
    transition: opacity .15s linear;
}

*,
::after,
::before {
    box-sizing: border-box;
}

div {
    display: block;
}


.container-input {
    position: relative;
}

.input {
    width: 50%;
    padding: 10px 0px 10px 40px;
    border-radius: 9999px;
    border: solid 1px #333;
    transition: all .2s ease-in-out;
    outline: none;
    opacity: 0.8;
}

.container-input svg {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
}

.input:focus {
    opacity: 1;
    width: 60%;
}

.text_label {
    font-size: 16px;
}

@media (max-width: 760px) {
    .text_label {
        font-size: 12px;
    }

    .header-area.header-sticky .nav {
        height: 600px;
    }
}

label {
    color: white;
}


.dropbtn {
    cursor: pointer;
    border-radius: 20px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    cursor: pointer;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 220px;
    z-index: 99;
    text-align: left;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-content a {
    color: black;
    padding: 12px 12px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}


.dropdown-content-menu {
    cursor: pointer;
    display: none;
    background-color: #ffffff;
    border-radius: 0px;
    position: absolute;
    min-width: 250px;
    z-index: 99;
    text-align: left;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-content-menu p {
    padding: 6px 8px;
    text-decoration: none;
    display: block;
}

.dropdown-content-menu p:hover {
    background-color: #bbdee8
}

.dropdown:hover .dropdown-content-menu {
    display: block;
}





/* The switch - the box around the slider */
.switch_bsr {
    font-size: 17px;
    position: relative;
    display: inline-block;
    width: 3.5em;
    height: 2em;
}

/* Hide default HTML checkbox */
.switch_bsr input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider_bsr {
    position: absolute;
    cursor: pointer;
    inset: 0;
    border: 2px solid #414141;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.slider_bsr:before {
    position: absolute;
    content: "";
    height: 1.4em;
    width: 1.4em;
    left: 0.2em;
    bottom: 0.2em;
    background-color: white;
    border-radius: inherit;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
}

.switch_bsr input:checked+.slider_bsr {
    box-shadow: 0 0 20px #72b1c8;
    border: 2px solid #82c9bd;
}

.switch_bsr input:checked+.slider_bsr:before {
    transform: translateX(1.5em);
}

.img-profile {
    object-fit: cover;
    border: 4px solid #fff;
}

.img-profile-2 {
    object-fit: cover;
    object-position: center;
    border: 4px solid #fff;
    height: 50px;
    width: 50px;
    image-rendering: smooth;
}

.watermarked {
    position: relative;
}

.watermarked:after {
    content: "";
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    /* left: 20%;
    right: 20%; */
    /* transform: rotate(-20deg); */
    background-image: url("../images/vdo_cover/play3.svg");
    background-size: 250px;
    /* background-position: 30px 30px; */
    background-position: center;
    background-repeat: no-repeat;
    /* opacity: 0.4; */
}




.body-onload {
    display: none;
    width: 100%;
    height: 100%;
    background-color: black;
    position: fixed;
    animation: fadeInAnimation ease 5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    z-index: 9001;
  }
  
  @keyframes fadeInAnimation {
    0% {
      opacity: 0;
    }
  
    40% {
      opacity: 0
    }
  
    100% {
      opacity: 0.5
    }
  }

.loadding_bsr {
    display: none;
    position: fixed;
    top: 40%;
    left: 30%;
    right: 30%;
    z-index: 9002;
    animation: fadeInAnimation2 ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  
  .loader_bsr {
    display: flex;
    align-items: center;
    height: 50px;
  }
  
  .icon_bsr {
    height: 1.5rem;
    width: 1.5rem;
    animation: spin_bsr 1s linear infinite;
    stroke: rgba(107, 114, 128, 1);
  }
  
  .loading-text_bsr {
    margin-left: 5px;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    color: rgba(107, 114, 128, 1);
  }
  
  @keyframes spin_bsr {
    to {
      transform: rotate(360deg);
    }
  }
  
  @keyframes fadeInAnimation2 {
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1
    }
  }





@media screen and (min-width: 100px) {

    .prevent-select {
        -webkit-user-select: none;
        /* Safari */
        -ms-user-select: none;
        /* IE 10 and IE 11 */
        user-select: none;
        /* Standard syntax */
    }

    .loadding_bsr {
        left: 25%;
        right: 25%;
    }

}


@media screen and (min-width:800px) {

    .prevent-select {
        -webkit-user-select: auto;
        /* Safari */
        -ms-user-select: auto;
        /* IE 10 and IE 11 */
        user-select: auto;
        /* Standard syntax */
    }

    .loadding_bsr {
        left: 35%;
        right: 35%;
    }
}

@media screen and (min-width:1000px) {

    .prevent-select {
        -webkit-user-select: auto;
        /* Safari */
        -ms-user-select: auto;
        /* IE 10 and IE 11 */
        user-select: auto;
        /* Standard syntax */
    }

    .loadding_bsr {
        left: 40%;
        right: 40%;
    }

}


@media screen and (min-width:1500px) {

    .prevent-select {
        -webkit-user-select: auto;
        /* Safari */
        -ms-user-select: auto;
        /* IE 10 and IE 11 */
        user-select: auto;
        /* Standard syntax */
    }

    .loadding_bsr {
        left: 43%;
        right: 43%;
    }

}