p.error{
    padding:10px;
    margin-top:10px;
    background:rgba(255,255,255, 0.2); 
    color:#2E2C2C;
    font-size:12px;
    border-radius: 5px;
    visibility: hidden;
    font-weight: bold;
}

.show{
    visibility: visible;
}

select.select-box{
    font-size: 12px;
    color: #495057;
}

select.select-box option{
    background:rgba(255,255,255, 0.5); 
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
}



/* width */
body::-webkit-scrollbar {
  width: 10px !important;
  background:rgba(255,255,255,0.1) !important;
  opacity:0 !important; 
  border-radius: 10px;
  cursor:pointer;
  margin:5px !important;

}

/* Track */
body::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.1) !important;
  border-radius: 10px;
  margin:5px;

}
 
/* Handle */
body::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.1) !important; 
  border-radius: 10px;
  margin:5px;
}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
  background: #555 !important; 
  cursor:pointer;
}



  /* width */
  .scroll::-webkit-scrollbar {
    width: 10px !important;
    background:rgba(255,255,255,0.1) !important;
    opacity:0 !important; 
    border-radius: 10px;
    cursor:pointer;
    margin:5px !important;
  
  }
  
  /* Track */
  .scroll::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.1) !important;
    border-radius: 10px;
    margin:5px;
  
  }
   
  /* Handle */
  .scroll::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.1) !important; 
    border-radius: 10px;
    margin:5px;
  }
  
  /* Handle on hover */
  .scroll::-webkit-scrollbar-thumb:hover {
    background: #555 !important; 
    cursor:pointer;
  }





div.video-items{
  display:flex; 
  justify-content:space-between; 
  align-items: center;
}

div.video-items span{
  padding:10px;
  display: flex;  
  width: 100%; 
  margin-right:10px; 
  align-items: center; 
  background: rgba(0,0,0,0.4);
  height:50px;
}

div.video-items span i{
  font-size:24px;
  margin-right: 10px;
}
div.video-items span.items-kategori{
  margin-right:0px;
}




div.kisalt{
  width: 90% !important;
  overflow: hidden !important; /* taşanları gizle */
  white-space: nowrap !important; /* alt satıra hiç inme */
  text-overflow: ellipsis !important; /* eğer uzunsa üç nokta koy */
}


span.bildirim{
  position:absolute; 
  font-size:12px; 
  font-weight:bold;
  left:-15px; 
  top:-10px; 
  border-radius: 50%; 
  display:flex; 
  justify-content: center; 
  align-items: center; 
  width:20px; 
  height:20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}




/** KURS PAYLAŞ SAYFASI BAŞLANGIÇ CSS*/

@media only screen and (min-device-width : 790px) and (max-device-width : 1500px) {
  /* CSS KODLARI BURAYA */

  div.kurspaylas-card{

    width: calc(50% - 2em) !important;
  }

  
 

 
   
  }

  @media only screen and (min-device-width : 400px) and (max-device-width : 790px) {
    /* CSS KODLARI BURAYA */
   

    div.kurspaylas-card{
  
      width: calc(100% - 2em) !important;
    }

    div.modalcontent{
      width:360px !important;
    }

    div.video-items{
      flex-direction: column;
    }

    div.video-items span.items-kategori{
      margin-right:10px;
    }

    div.video-items span{
      margin:10px !important;
    }

   
     
    }



   

    @media only screen and (min-device-width : 300px) and (max-device-width : 400px) {
      /* CSS KODLARI BURAYA */
    
      div.kurspaylas-card{
    
        width: calc(100% - 2em) !important;
      }
      div.kurspaylas-card div.sol{
        display:none !important;
      }

      div.kurspaylas-card div.sag{
        width:100% !important;
      }

      div.video-items{
        flex-direction: column;
      }
  
      div.video-items span.items-kategori{
        margin-right:10px;
      }

      div.video-items span{
        margin:10px !important;
      }
       
      }

      @media only screen and (min-device-width : 1600px) {
  
        div.kurspaylas-card{

          width: calc(33.3% - 2em) !important;
        }
        }



      
@media only screen and (min-width : 799px) and (max-width : 1500px) {
  /* CSS KODLARI BURAYA */

  div.kurspaylas-card{

    width: calc(50% - 2em) !important;
  }
   
  }

  @media only screen and (min-width : 470px) and (max-width : 799px) {
    /* CSS KODLARI BURAYA */
  
    div.kurspaylas-card{
  
      width: calc(100% - 2em) !important;

    }
    div.modalcontent{
      width:360px !important;
    }

    div.video-items{
      flex-direction: column;
    }

    div.video-items span.items-kategori{
      margin-right:10px;
    }
    div.video-items span{
      margin:10px !important;
    }
     
    }

    @media only screen and (min-width : 340px) and (max-width : 470px) {
      /* CSS KODLARI BURAYA */
    
      div.kurspaylas-card{
    
        width: calc(100% - 2em) !important;
      }
      div.kurspaylas-card div.sol{
        display:none !important;
      }

      div.kurspaylas-card div.sag{
        width:100% !important;
      }

      div.modalcontent{
        width:360px !important;
      }

      div.video-items{
        flex-direction: column;
      }
  
      div.video-items span.items-kategori{
        margin-right:10px;
      }
      div.video-items span{
        margin:10px !important;
      }
       
      }

   

    
   

/** KURS PAYLAŞ SAYFASI BİTİŞ*/




