.spc-secondary{
    color:#EF5A21;
}
.spc-background-secondary{
    background-color:#EF5A21;
}
.spc-btn-secondary{
    background-color:#EF5A21;
    color: white;
    border-color: white;
}
.spc-btn-secondary:hover{
    background-color:#e55f2a;
    color: white;
    border-color: white;
}
.main-title{
    font-size: 36px;
    font-weight: bold;
}
.custom-video-height {
    height: 500px; /* Adjust this value to set your desired height */
    max-height: 500px; /* Ensure the maximum height is set */
}
.video-duration {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    background: black;
    padding: 2px 7px 2px 7px;
    text-align: center;
    color: white;
    font-size: 14px;
}

.video-item {
    cursor: pointer;
    border: none;
    box-shadow: none;
}
.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.card-body {
    padding: 0.5rem;
}
.spc-card-title {
    font-size: 16px;
    font-weight: 500;
}
.spc-current-video-title{
  color: #414042;
  font-weight: 600;
  font-size: 24px;
}
.card-text {
    font-size: 0.875rem;
    color: #6c757d;
}
.spc-select , .spc-select:focus{
  background-color: #F5F5F5;
  color: #414042;
  font-weight: 600;
}
/*
This file is used to contain loader css.
*/
.lds-dual-ring.hidden {
    display: none;
  }
  
  .lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
  }
  
  .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 5% auto;
    border-radius: 50%;
    border: 6px solid #ef5a21;
    border-color: #ef5a21 transparent #ef5a21 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
  }
  
  @keyframes lds-dual-ring {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  
  .overlay {
    position: fixed;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1100;
    opacity: 1;
    transition: all 0.5s;
  }
  