
.video-share-code , .video-player-download-link {
    background-color: #004150;
    border-radius: 100px;
    color: var(--bg-section);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    border: 1px solid var(--golden-sand);
    padding: 5px 15px ;
    gap: 10px;
    flex-direction: row-reverse;
    font-family: iranSansRegular;
    cursor: pointer;
}
.video-share-code span , .video-player-download-link span{
    font-family: iranSansRegular;
    font-size: 13px;
    color: var(--bg-section);
}
.video-share-code:hover , .video-share-code:hover svg , .video-share-code:hover span ,
.video-player-download-link:hover , .video-player-download-link:hover svg , .video-player-download-link:hover span{
    background-color: var(--golden-sand);
    color: var(--dark-green2);
    --icon-stroke : var(--dark-green2);
}

.video-tool-box{
    display: flex;
    width: fit-content;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    position: relative !important;
    margin-left: auto;

}



.video_share_tag_box.open-tag-box {
    float: right;
    width: 100%;
}

.video_share_tag_box.open-tag-box > textarea {
    float: right;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    color: #fff;
    padding: 9px;
    background: #999999;
    border: 1px solid #555;
    max-width: 100%;
    font-size: 11px;
}


.main-div-download-qualities {
    display: block;
    left: 0;
    position: absolute;
    top: 34px;
    opacity: 0;
    width: 140px;
    padding-bottom: 5px;
    z-index: 999;
}
.main-div-download-qualities span {
    text-align: right;
}
.main-div-download-qualities span i {
    color: #dedede;
    display: block;
    font-size: 20px;
    height: 8px;
    margin-right: 22px;
}
.div-download-quality {
    padding: 10px 0 10px 0;
    background: #DEDEDE;
    border-radius: 3px;
    box-shadow: 0.5px 0.5px 2px 0.5px #666;
    width: 140px;
    display: block;
    overflow: hidden;
    text-align: center;

}
.div-download-quality > a:first-child {
    border-top :#D1D1D1 1px solid;
}
.div-download-quality > a {
    color: #555;
    display: block;
    width: 100%;
    padding: 7px 0;
    border-bottom :#D1D1D1 1px solid;
}
.div-download-quality > a:hover {
    background: #F4F4F4;
}
.visible-download-box{
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s linear;
}
.hide-download-box{
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.2s, opacity 0.2s linear;
}
.video_share_tag_box.close-tag-box {
    display: none;
}
.videojs_main{
    position: relative;
}
.view_stat{
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
}