body{
    font-family: 'Roboto', sans-serif;
}
.custom-bg{ 
    min-height: 100%;
    background-position: center;
    background-size: cover;
    padding-top: 95px;
}
nav.navbar.expand.bg-light {
    background: #FFFFFF !important;
    box-shadow: 0px 2px 25px rgb(0 0 0 / 8%) !important;
}
.custom-play-btn{
    display: flex;
    align-items: center;
    justify-content: center;
}
button.navbar-toggler {
    border: none;
}
i.fa-solid.fa-bars {
    font-size: 25px;
    color: #000 !important;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
div#mySidenav a {
    color: #fff !important;
    font-size: 20px;
}
a.closebtn {
    font-size: 30px !important;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
  
.sidenav a:hover {
    color: #f1f1f1;
}
  
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }




















.panel-body {
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 12px 50px rgb(0 0 0 / 6%);
}
.panel-body-list{ 
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 12px 50px rgb(0 0 0 / 6%);
    filter: drop-shadow(5px 5px 25px rgba(0, 0, 0, 0.15));
}
.panel-body-list .play-btn{
    width: 55px;
}
.panel-body-list img {
    border-radius: 20px;
}

span.btn.Rejected-btn {
    border: 2px solid #000000;
    /* box-shadow: 4px 4px 15px rgb(0 0 0 / 15%); 
    padding: 15px 50px;*/
    border-radius: 8px;
    width: 100%;
    color: #000 !important;
}
span.btn.Accepted-btn {
    background: #F3A928;
    box-shadow: 4px 4px 15px rgb(0 0 0 / 15%);
    border-radius: 8px;
    width: 100%;
    /* padding: 15px 50px; */
    color: #000 !important;
}
.stars, .stars a {
    white-space: nowrap;
    color: #f3a928;
}
a {
    color: #337ab7 !important;
    text-decoration: none !important;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}
.grid-item {
    padding: 5px;
}
.reviewdate {
    color: #666;
    font-size: 1.3vw; 
    margin-top: 0.7vw;
}
.well .stars {
    font-size: 2.0vw;
    
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
div#reviewdate.reviewdate {
    color: #666;
    font-size: 2vw; 
    /* margin-top: 3vw; */
}
.custom-video-div{
    width: 100%; 
    max-width: 360px; 
    /* max-height: 480px;  */
    margin: 0 auto;
}
.custom-stars-front-size{
    font-size: 35px;
}
/* .custom-grid{
    position: relative;
    height: 5466.67px;
} */
.custom-input-label{
    font-size: 20px;
}
.form-control:focus {
    color: none !important;
    background-color: none !important;
    border-color:none !important;
    outline: 0;
    box-shadow: none !important;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow:none !important;
}
.bg-black{
    background: #000;
}

/* ----------- upload ------------ */
.file-upload {
    position: relative;
    overflow: hidden;
    margin: 0px;
    width: 200px;
    height: 200px;
    background-color: #eee;
    border: 2px solid #ddd;
    text-align: center;
    padding: 10px;
 }
 
 .file-upload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 100%;
    width: 100%;
 }
 
 .uploader {
    display: block;
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
 }
 
 .uploader label.hover #start i.fa {
    transform: scale(0.8);
    opacity: 0.3;
 }
 
 .uploader .start {
    float: left;
    clear: both;
    width: 100%;
    padding-top: 35px;
 }
 
 .uploader #start.hidden {
    display: none;
 }
 
 .uploader #start i.fa {
    font-size: 50px;
    margin-bottom: 1rem;
    transition: all 0.2s ease-in-out;
 }
 
 .uploader #response {
    float: left;
    clear: both;
    width: 100%;
 }
 
 .uploader #response.hidden {
    display: none;
 }
 
 .uploader #response #messages {
    margin-bottom: 0.5rem;
 }
 .uploader input[type="file"] {
    display: none;
}
.uploader #file-image {
    display: inline;
    width: auto;
    height: auto;
    max-width: 100%;
    height: 88%;
    width: 100%;
}
input#thumbnail_video {
    display: none;
}
.uploader{
    color: #ccc;
}
.custom-upload-width{
    width: 375px;
}

label#file-drag div#start i.fa-solid.fa-cloud-arrow-up  , i.fa-solid.fa-video  {
    font-size: 45px;
}
label#file-drag:hover div#start i.fa-solid.fa-cloud-arrow-up , label:hover i.fa-solid.fa-video{ 
    font-size: 55px;
}

.custom-index-start{
    font-size: 25px !important;
}

.btn.show , .dropdown .btn:hover { 
    border: none !important;
}

.dropdown-menu[data-bs-popper] { 
    right: 0 !important; 
}

.dropdown-item.active, .dropdown-item:active {
    color: #000 !important;
    text-decoration: none;
    background-color: #fff !important;
}
video.portfolio-video {
    height: 300px !important;
    width: 100%;
    border-radius: 20px !important;
}

div#myCamera {
    width: 100% !important;
}

a.cameratag_select_prompt {
    color: #fff !important;
} 

.logo-img-video{
    width: 25%;
}
 
@media only screen and (max-width: 1200px) {
    .custom-index-start{
        font-size: 22px !important;
    }
}
@media only screen and (max-width: 992px) {
    .well .stars {
        font-size: 1.5vw;
    }
    .custom-index-start{
        font-size: 16px !important;
    }
}
@media only screen and (max-width: 767px) {
    .custom-stars-front-size{
        font-size: 25px;
    }
    .well .stars {
        font-size: 20px ;
    }
    .custom-index-start{
        font-size: 20px !important;
    }
    .logo-img-video{
        width:60%;
    }

}
@media only screen and (max-width: 575px) {
    .custom-stars-front-size{
        font-size: 20px;
    }
    .custom-upload-width{
        width: auto !important;
    }
}