.rtl .custom-control-label::before {
    left: auto !important;
    right: -1.5rem;
	top: .15rem;
}
.rtl .custom-control-label::after {
    left: auto !important;
    right: -1.5rem;
	top: .15rem;
}
.rtl .custom-control {
    padding-left: auto;
    padding-right: 1.5rem;
}
.custom-control-input{
	padding: 0 !important;
}
/*.rtl .custom-select {
    padding: 8px 15px 8px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat left 0.75rem center/8px 10px;
        background-color: rgba(255, 255, 255, 1);
}*/
.custom-select {
    cursor: pointer;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0;
}