/*============================================================================*/
/*============================================================================*/
/*============================================================================*/
/*Thiết lập style cho ranger slider*/
input[type="range"] {
    -webkit-appearance: none;
    margin: 3%;
    width: 100%;
    height: 15px;
    background: linear-gradient(0deg,  rgb(100, 100, 100) 0%, rgb(0, 0, 0) 100%);
    outline: none;
    opacity: 0.7;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.9);
}

input[type="range"]:hover {
    opacity: 1;
    box-shadow: 0 0 10px rgba(255, 255, 255, 1);
    background: linear-gradient(0deg, rgb(0, 0, 0) 50%, rgb(100, 100, 100) 50%);
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 60px;
    height: 30px;
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(100, 100, 100) 100%);
    border-radius: 30%;
    cursor: pointer;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.9);
    border-style:solid;
    border-left-color: white;
    border-top-color: white;
    border-right-color: black;
    border-bottom-color: black;
}

input[type="range"]::moz-range-thumb{
    width: 60px;
    height: 30px;
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(100, 100, 100) 100%);
    border-radius: 30%;
    cursor: pointer;
}

input[type="range"]:focus {
    -moz-box-shadow: 0 0 10px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 1);
    box-shadow: 0 0 10px rgba(255, 255, 255, 1);

}

/*============================================================================*/
/*============================================================================*/
/*============================================================================*/

*{
    margin: 0px;
    padding: 0px;
}

.cls{
    clear:both;
}

body{
    background: rgb(242, 242, 242);
}

input{
    font-family:Verdana, Geneva, sans-serif;
    font-size:22px;
    color:blue;
    background-color:white;
}

output{
    font-family:Verdana, Geneva, sans-serif;
    font-size:18px;
    color:black;
    overflow: hidden;
    text-overflow: ellipsis;
    width: inherit;
    padding-left: 10px;
    padding-right: 10px;
}

.cl-android-device{
    position:relative;
    margin:auto;
    background-color:transparent;
    border-style:double;
    border-color:rgb(233, 233, 233);
    display: flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    width: auto;
    max-width: 640px;
    min-width: 480px;
    height : auto;
    min-height: 640px;
}

.cl-android-device a {
    display: flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    min-width: 50px;
    height: 100%;
}

.cl-android-device img {
    cursor: pointer;
    max-width: 90%;
    max-height: 90%;
}

/*============================================================================*/
/*============================================================================*/
.cl-wrap-content-v-center{
    position:relative;
    background-color:transparent;
    display: flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width: 100%;
    height:fit-content;
    min-height: 0px;
}

.cl-wrap-content-v-center-top{
    position:relative;
    background-color:transparent;
    display: flex;
    flex-direction:column;
    align-items:center;
    justify-content:start;
    width: 100%;
    height:fit-content;
    min-height: 0px;
}

.cl-wrap-content-v-center-bottom{
    position:relative;
    background-color:transparent;
    display: flex;
    flex-direction:column;
    align-items:center;
    justify-content:start;
    width: 100%;
    height:fit-content;
    min-height: 0px;
}

.cl-wrap-content-v-center-space{
    position:relative;
    background-color:transparent;
    display: flex;
    flex-direction:column;
    align-items:center;
    justify-content:space-around;
    width: 100%;
    height:fit-content;
    min-height: 0px;
}

.cl-wrap-content-v-start-top{
    position:relative;
    background-color:transparent;
    display: flex;
    flex-direction:column;
    align-items:start;
    justify-content:flex-start;
    width: 100%;
    height:fit-content;
    min-height: 0px;
}

.cl-wrap-content-v-start-bottom{
    position:relative;
    background-color:transparent;
    display: flex;
    flex-direction:column;
    align-items:start;
    justify-content:flex-end;
    width: 100%;
    height:fit-content;
    min-height: 0px;
}

.cl-wrap-content-v-start-space{
    position:relative;
    background-color:transparent;
    display: flex;
    flex-direction:column;
    align-items:start;
    justify-content:space-around;
    width: 100%;
    height:fit-content;
    min-height: 0px;
}

.cl-wrap-content-v-end-top{
    position:relative;
    background-color:transparent;
    display: flex;
    flex-direction:column;
    align-items:end;
    justify-content:flex-start;
    width: 100%;
    height:fit-content;
    min-height: 0px;
}

.cl-wrap-content-v-end-bottom{
    position:relative;
    background-color:transparent;
    display: flex;
    flex-direction:column;
    align-items:end;
    justify-content:flex-end;
    width: 100%;
    height:fit-content;
    min-height: 0px;
}

.cl-wrap-content-v-end-space{
    position:relative;
    background-color:transparent;
    display: flex;
    flex-direction:column;
    align-items:end;
    justify-content:space-around;
    width: 100%;
    height:fit-content;
    min-height: 0px;
}

/*============================================================================*/
/*============================================================================*/
.cl-wrap-content-h-center{
    position:relative;
    background-color:transparent;
    display: flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    width: 100%;
    height:fit-content;
    min-height: 0px;
}

.cl-wrap-content-h-center-left{
    position:relative;
    background-color:transparent;
    display: flex;
    flex-direction:row;
    align-items:center;
    justify-content:flex-start;
    width: 100%;
    height:fit-content;
    min-height: 0px;
}

.cl-wrap-content-h-center-right{
    position:relative;
    background-color:transparent;
    display: flex;
    flex-direction:row;
    align-items:center;
    justify-content:flex-end;
    width: 100%;
    height:fit-content;
    min-height: 0px;
}

.cl-wrap-content-h-center-space{
    position:relative;
    background-color:transparent;
    display: flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-around;
    width: 100%;
    height:fit-content;
    min-height: 0px;
}

/*============================================================================*/
/*============================================================================*/
.cl-wrap-content-h-center-space-posTop{
    position:  absolute;
    left:0;
    top:0;
    background-color:transparent;
    display: flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-around;
    width: 100%;
    height:fit-content;
    min-height: 0px;
}

/*============================================================================*/
/*============================================================================*/
.cl-wrap-content-h-center-space-posBottom{
    position:  absolute;
    left:0;
    bottom:0;
    background-color:transparent;
    display: flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-around;
    width: 100%;
    height:fit-content;
    min-height: 0px;
}

/*============================================================================*/
/*============================================================================*/
/*============================================================================*/
/*============================================================================*/
/*============================================================================*/
/*============================================================================*/
.margin-radius-bar{
    width: auto; 
    margin-left: 15px; 
    margin-right: 15px;
    margin-top: 15px;
    background-color: white; 
    border-style: solid; 
    border-color: rgb(220, 220, 220);
    border-width: 1px; 
    border-radius: 10px / 10px
}


.border_3d{
    border-style:solid;
    border-left-color: white;
    border-top-color: white;
    border-right-color: gray;
    border-bottom-color: gray;
    border-width: 1px;
}

.gradien{
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(100, 100, 100) 100%);
    border-style:solid;
    border-left-color: white;
    border-top-color: white;
    border-right-color: gray;
    border-bottom-color: gray;
    border-width: 1px;
    font-family:Verdana, Geneva, sans-serif;
    font-size:22px;
    color:white;
}

.darkColor{
    background: rgb(37, 37, 37);
    border-style:solid;
    border-left-color: white;
    border-top-color: white;
    border-right-color: gray;
    border-bottom-color: gray;
    border-width: 1px;
    font-family:Verdana, Geneva, sans-serif;
    font-size:22px;
    color:white;
}

.lightTextArea{
    background: white;
    font-family:Verdana, Geneva, sans-serif;
    font-size:22px;
    color:black;
    width: 100%;
    margin: 15px;
    padding: 15px;
    border-style:solid;
    border-color: rgb(220, 220, 220);
    border-width: 1px; 
    border-radius: 20px / 20px
}

.divArea{
    background: white;
    border-style:solid;
    border-left-color: gray;
    border-top-color: gray;
    border-right-color: gray;
    border-bottom-color: gray;
    font-family:Verdana, Geneva, sans-serif;
    font-size:22px;
    color:black;
    width: inherit;
    margin: 15px;
    padding: 20px;
}

.lightBtn{
    background: rgb(220, 235, 255);
    border-style:solid;
    border-left-color: white;
    border-top-color: white;
    border-right-color: gray;
    border-bottom-color: gray;
    border-width: 1px;
    font-family:Verdana, Geneva, sans-serif;
    font-size:18px;
    color:rgb(32, 120, 237);
}

.lightBtnRadius{
    background: rgb(220, 235, 255);
    border-style:solid;
    border-left-color: white;
    border-top-color: white;
    border-right-color: gray;
    border-bottom-color: gray;
    border-width: 1px;
    border-radius: 15% / 50%;
    font-family:Verdana, Geneva, sans-serif;
    font-size:18px;
    color:rgb(1, 71, 193);
}

.lightBtnRadiusTransparent{
    border-style:solid;
    border-color: rgb(220, 220, 220);
    border-width: 1px;
    border-radius: 10px / 10px;
    font-family:Verdana, Geneva, sans-serif;
    font-size:18px;
    background-color: transparent
}

.lightBar{
    background: transparent;
    border-style:solid;
    border-color: rgb(220, 220, 220);
    border-width: 1px;
    font-family:Verdana, Geneva, sans-serif;
    font-size:18px;
    color:black;
}

.lightBarMore{
    background: white;
    border-style:solid;
    border-color: rgb(220, 220, 220);
    border-width: 1px;
    font-family:Verdana, Geneva, sans-serif;
    font-size:18px;
    color:black;
}

.gradienBtn{
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(100, 100, 100) 100%);
    border-style:solid;
    border-left-color: white;
    border-top-color: white;
    border-right-color: gray;
    border-bottom-color: gray;
    border-width: 1px;
    font-family:Verdana, Geneva, sans-serif;
    font-size:18px;
    color:white;
}

/*============================================================================*/
#infTime{
    background-color:black;
    min-height:60px;
    max-height:105px;

    font-size:22px;
    color:yellow;
}

.box-infTitle{
    background-color:black;
    min-height:60px;
    max-height:105px;
    width: 100%;
    height: fit-content;
}

#infTitle{
    text-align: center;
    font-size:20px;
    color:yellow;
    margin-left: 10px;
    margin-right: 10px;
}

#statusText{
    min-height:0px;
    max-height:105px;
    text-align: center;
    font-size:18px;
    color:black;
    padding-top: 5px;
    padding-bottom: 5px;
}

#inf-h1{
    min-height:0px;
    max-height:105px;
    text-align: center;
    font-size:24px;
    color:black;
    padding-top: 5px;
    padding-bottom: 5px;
}

#inf-h2{
    min-height:0px;
    max-height:105px;
    text-align: left;
    font-size:16px;
    color:black;
    padding-top: 5px;
    padding-bottom: 5px;
}

#titleLangSrc{
    color:rgb(1, 71, 193);
}

#titleLangDes{
    color:rgb(0, 136, 0);
}


/*============================================================================*/
#playerOffline{
    width: 100%;
    height:100%;
    min-height:inherit;
}

#playerOnline{
    width: 100%;
    height:100%;
    min-height:inherit;
}

#onlinePoster{
    background-color:transparent;
    background-image: url(../images/sankhau4.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height:100%;
    min-height:inherit;
}

#offlinePoster{
    background-color:transparent;
    background-image: url(../images/sankhau4.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height:100%;
    min-height:inherit;
}

/*============================================================================*/
#list_folder_holders{
    overflow: auto;
    list-style: none;
    width: 100%;
    height:  100%;
}

#list_folder_holders li{
    color:#FF0;
    background: rgba(0,0,0,0.2);
    width: 98%;
    height:50px;
    cursor: pointer;
    margin: 1px;
    flex-shrink: 0;
}

#back_dir {
    width: 40px;
    height: 40px;
}

.cl_item_folder_text{
    max-width: 80%;
    max-height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family:Verdana, Geneva, sans-serif;
    font-size:18px;
    color:white;
}

/*============================================================================*/
#listDataPlayer{
    overflow: auto;
    list-style: none;
    width: 100%;
    height:  100%;
}

#listDataPlayer li{
    color:#FF0;
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(100, 100, 100) 100%);
    width: 96%;
    height:70px;
    cursor: pointer;
    margin: 5px;
    flex-shrink: 0;
    border: 2px solid rgba(255,255,255,0.5);
    font-family:Verdana, Geneva, sans-serif;
    font-size: 20px;
}

#listDataPlayer li img{
    margin:5px;
    max-width: 100%;
    max-height: 100%;
}

.cl_item_data_text{
    max-width: 80%;
    max-height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family:Verdana, Geneva, sans-serif;
    font-size:18px;
    color:#FF0;
    margin-right: 10px;
}

#id_search_input{
    width:  98%;
    height: auto;
    background-color:rgba(255,255,255,1);
    font-size:24px;
}

/*============================================================================*/
/*============================================================================*/
/*============================================================================*/
/*============================================================================*/
/*============================================================================*/
/*============================================================================*/
/*============================================================================*/


