#add-reels{top: 65px;}
#add-reels input[type=file]{
    opacity: 1;
    width: auto !important;
    position: initial;
    font-size: 14px;
}
#reels-preview{margin: 0 auto;}

.__dark-mode #add-reels label{color: #f5f5f5;}
.__dark-mode #add-reels .modal-content {
    background: rgb(60 60 60 / 93%);
}
#video_file{
    height: 30px;
    min-height: 30px;
}
#add-reels .modal-body{
    max-height: 70vh;
    overflow-y: auto;
}
.close-add-reel{
    background: none;
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 10;
}
.mrt-10{
    margin-top:-10px;
}

#add-reels-limits{top: 70px;}
#add-reels-limits input[type=file]{
    opacity: 1;
    width: auto !important;
    position: initial;
    font-size: 14px;
}
#reels-preview{margin: 0 auto;}

.__dark-mode #add-reels-limits label{color: #f5f5f5;}
.__dark-mode #add-reels-limits .modal-content {
    background: rgb(60 60 60 / 93%);
}