.video-js{
    font-family: 'iransans';
}
.video-js .vjs-big-play-button{
    top: 44% !important;
    left: 56% !important;
    border: 0 !important;
    width: 0 !important;
    height: 0 !important;
    border-radius: 50% !important;
    background: none !important;
    line-height: 2em !important;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before{
    content: "\f04b";
    font-family: "Font Awesome 5 Duotone";
    font-size: 7rem !important;
    color: #0f172a !important;
}
.video-js .vjs-paused .vjs-icon-placeholder:before{
    content: "\f04b" !important;
    font-family: "Font Awesome 5 Duotone"!important;
    font-size: 2rem!important;
    position: absolute!important;
    color: #ffffff!important;
    top: 0!important;
}
.video-js .vjs-playing .vjs-icon-placeholder:before{
    content: "\f04c" !important;
    font-family: "Font Awesome 5 Duotone"!important;
    font-size: 1.3rem!important;
    position: absolute!important;
    color: #ffffff!important;
    top: 9px!important;
}
.video-js .vjs-control-bar{
    height: 4em;
    background-color: #2B333F;
    background-color: rgb(87 87 87 / 30%);
}
.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before{
    top: 8px !important;
    font-size: 1.4rem !important;
}
.video-js .vjs-volume-bar {
    margin: 2.5em 0.45em !important;
}
.video-js .vjs-time-control{
    line-height: 4.3em !important;
    font-size: 1.2em !important;
}
.video-js .vjs-picture-in-picture-control,.video-js .vjs-fullscreen-control{
    margin-top: 12px !important;
}
.vjs-playback-rate > .vjs-menu-button, .vjs-playback-rate .vjs-playback-rate-value{
    top: 12px !important;
}
.vjs-menu-button-popup .vjs-menu .vjs-menu-content{
    background-color: rgb(15 23 42 / var(--tw-bg-opacity)) !important;
    border-radius: 8px !important;
}

.video-js .vjs-control-bar{
    background-color: rgb(15 23 42 / 0.6) !important;
    width: 93% !important;
    margin: 0 auto !important;
    bottom: 17px !important;
    height: 50px !important;
    border-radius: 9px !important;
}
