 /********************************************************/
/*  RDCP.RO Website by Alex Cristian                    */
/*  Site oficial de prezentare platforma RDCP v2.0      */
/*  https://rdcp.ro/ | https://alexcristian.ro/         */ 
/********************************************************/ 
.modal-content {
   border: 6px solid rgb(255 255 255 / 19%) !important;
   box-shadow: 3px -4px 102px #e4ff00ab;
   border-radius: 40px;
   overflow: hidden;
}
.form-control { 
   background-color: #1c2d3e !important; 
   padding: 0.35rem 0.3rem!important;
}
.img-pachete {
   border-radius: 30px;
   display: block;
   margin-left: 23vh;
   width: 190px;
   margin-top: -7vh;
}
.text-pachet {
   width: 300px;
}
@media (max-width: 991px) {
   .img-pachete {
      border-radius: 12px;
      display: block;
      margin-left: 21vh;
      width: 127px;
      margin-top: -7vh;
   }
   .text-pachet {
      width: 250px;
   }
   .video-produse {
      width: 245px;
      margin-bottom: 35px;
      margin-top: 35px;
      border-radius: 11px;
      border: 6px solid black;
      box-shadow: -3px 12px 80px;
   }
}  
input[type="checkbox"].switch_1{  margin: 0 15px;  -webkit-appearance: none;  -moz-appearance: none;  appearance: none;  width: 30px;  height: 16px;  background: transparent;  border-radius: 3em;  border: 2px solid #1c2b41;  position: relative;  cursor: pointer;  outline: none;  -webkit-transition: all .2s ease-in-out;  transition: all .2s ease-in-out; }  input[type="checkbox"].switch_1:after{  position: absolute;  content: "";  width: 12px;  height: 12px;  border-radius: 50%;  background: #1c2b41;  -webkit-box-shadow: 0 0 .25em rgba(0,0,0,.3);  box-shadow: 0 0 .25em rgba(0,0,0,.3);  -webkit-transform: scale(.7);  transform: scale(.7);  left: 0;  top: 0;  -webkit-transition: all .2s ease-in-out;   transition: all .2s ease-in-out; }  input[type="checkbox"].switch_1:checked:after{  left: calc(100% - 12px); } 

.video-produse {
   width: 745px;
   margin-bottom: 35px;
   margin-top: 35px;
   border-radius: 11px;
   border: 6px solid black;
   box-shadow: -3px 12px 80px;
}

@media (max-width: 844px) {
   .video-produse {
      width: 335px;
      margin-bottom: 35px;
      margin-top: 35px; 
      border-radius: 11px;
      border: 6px solid black;
      box-shadow: -3px 12px 80px;
   }
}  