/***** hpc8mvd3 *****/

/***** Design style *****/
#main-container { background: #f5f0e3;
 }

/* Form */
#main-form { background-color: #f5f0e3; }

/* Fonts */
#main-form { font-family: Arial; font-size: 14px; color: #000000; }
#main-form label { font-family: Arial; font-size: 14px; color: #000000; }
#main-form .btn { font-family: Arial; }

/***** Event style *****/
.divider::before { display:none; }
.divider { background-color:#94b7bb;color:#414875;text-align:center;height:25px;line-height:25px; }
.divider span { background:none; }

.btn { background-color:#94b7bb; box-shadow: 0 0 10px 0 rgba(35, 158, 153, 0.46); }
.btn:hover { background-color:#414875; }

.custom-checkbox .custom-control-icon,
.custom-star .custom-control-icon,
.custom-radio .custom-control-icon { background: url('/media/exception/img/action_94b7bb.png') no-repeat; }

.custom-checkbox .custom-control-icon { background-position: 0 -24px; }
.custom-star .custom-control-icon { background-position: -24px -24px; }
.custom-radio .custom-control-icon { background-position: -48px -24px; }

.custom-checkbox .custom-control-input:checked~.custom-control-icon { background-position: 0 0; }
.custom-star .custom-control-input:checked~.custom-control-icon{ background-position: -24px 0; }
.custom-radio .custom-control-input:checked~.custom-control-icon{ background-position: -48px 0; }


