@charset "utf-8";
/* CSS Document */
.fee {
    color: #dc1609;
    font-weight: bold;
}
/**checkbox**/


input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;

}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

input[type="checkbox" i] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
}

/********************************/
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
	padding: 50px;
}	
	
	.bg-light {
    background-color: #f8f9fa !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-0, .py-0 {
    padding-top: 0 !important;
}
	
	.pl-3, .px-3 {
    padding-left: 1rem !important;
}
	.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}
	.mt-5, .my-5 {
    margin-top: 3rem !important;
}
	.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

/**fee**/

.custom-control {
  position: relative;
  z-index: 1;
  display: block;

}

.custom-control-inline {
  display: inline-flex;
  margin-right: 5px;
}

