.modal_rounded_background { background-color: #000; opacity: 0.75; }
.modal_rounded_main { border-radius: 4px; }
.modal_rounded_main, .modal_rounded_main input, .modal_rounded_main button {  font-size: 18px; }
.modal_rounded_inner { padding: 20px; background: #fff; color: #000; border-radius: 8px; }
.modal_rounded_main input, .modal_rounded_main button {  padding: 5px; box-sizing: border-box; border-radius: 4px; border: 1px solid #ccc; }

.modal_rounded_content { margin: 10px 0px;}
.modal_rounded_input { margin: 20px 0px;}
.modal_rounded_buttons { margin-top: 30px; margin-bottom: 10px; text-align: center; }

.modal_rounded_main button { background-color: #0d6efd ; color: white; padding: 10px 0px; border: 0px; cursor: pointer; outline: none; width: 100px; }
button.modal_rounded_cancel { margin-left: 10px; border: 1px solid #6C757D ; background-color: #fff; color: #6C757D ; }

.modal_rounded_input:focus {border-color: #66afe9!important;    outline: 0;}
input:focus {border-color: #66afe9!important;    outline: 0; -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 11px rgba(102,175,233,.6);
    box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 11px rgba(102,175,233,.6);}
