.totaleu-video-wrapper {
    display: flex;
    height: 85vh;
    border: 1px solid #fff;
    background: #fff;
}

.video-list, .video-details {
    flex: 1;
    overflow-y: auto;
    padding: 15px;
    border-right: 1px solid #eee;
}
.video-details {
    border-right: none;
}
.video-title {
    cursor: pointer;
    padding: 8px;
    border-bottom: 1px solid #eee;
}
.video-title:hover {
    background-color: #f9f9f9;
}

.custom-login-wrap {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 330px;
    margin: 150px auto;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
#custom-login-form input, #custom-register-form input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 40px;
}
#custom-login-form p, #custom-register-form p {
    margin-bottom: 0px;
}
#custom-login-form input[type="submit"], #custom-register-form input[type="submit"]{
    background: #45a049;
    margin-bottom: 0px;
    line-height: 0;
    text-transform: capitalize;
    font-size: 18px;
}
#show-register, #show-login {
    color: #000;
    font-weight: 600;
}
.download_video_btn{
    background: #007BFF;
    padding: 12px 40px;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: bold;border-radius: 12px;
}
 .request_video_btn {
    background: #fad825;
    padding: 10px 20px;
    color: #000;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: bold;border-radius: 5px;
}
.download_video_btn:hover, .request_video_btn:hover{
    color:#000!important;
    background-color: #0056b3!important;
}
.user-videos-portal-active .container {
    width: 100%;
}
.user-videos-portal-active {
  min-height: 82vh !important;
}
.user-videos-portal-active .page, .user-videos-portal-active .main-container .post-content {
    padding: 0px;
}
.video-list .video-title {
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}
.video-list .video-title p {
    font-size: 17px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0px;
}
.video-list .video-name {
    margin-left: 30px !important;
}
.video-details h3 {
    font-size: 22px;
}
.video-details p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
.user-videos-portal-active #comments {
  display: none;
}
.user-videos-portal-active .col-sm-12.post-content {
    display: flex;
    flex-direction: column;
    min-height: 85vh;
}
/* Media Query */
@media only screen and (max-width: 1120px) {
  .video-details iframe {width: 100%;}
}

@media only screen and (max-width: 768px) {
  .video-list .video-title p{font-size: 14px;line-height:20px;}
}

@media only screen and (max-width: 560px) {
  .totaleu-video-wrapper {height: 100%;display: block !important;}
  .video-list, .video-details{width: 100% !important;}
}

