#toggle, #toggle1, #toggle2 {   width: 30px;   height: 16px;   background-color: grey;   padding: 0;   border: none;   border-radius: 16px;   }   #slider, #slider1, #slider2 {     width: 14px;     height: 14px;     background-color: white;     margin: 1px;     border-radius: 50%;     float: left;   }   .modal-backdrop {     position: relative;   }   .btn-warning{     background: #ef7d03 !important;     color: #fff;     border-radius: 0 !important;   }   .btn-outline-warning{     border-color: #ef7d03 !important;     color: #ef7d03 !important;     border-radius: 0 !important;   }   .btn:hover {     background: #ef7d03 !important;     color: #fff !important;   }   .modal-dialog{     max-width: 880px !important;   }   .modal-content{     padding: 25px 25px 25px 25px !important;     border-radius: 0 !important;   }   .modal-footer{     justify-content: center !important;     border-top: none;   }   .modal img{     width: 250px;     float: left;     padding: 5px 5px;     margin-right: 0px;   }   .modal-ul{     list-style-type: none;   }   .modal-li{     margin-left: -55px !important;   }   .form-check-input:checked {     background-color: #ef7d03 !important;     border-color: #ef7d03 !important;   }