.ad-space-padding {
    padding-bottom: 30%;
}
.fa-1x {
    font-size: 1.5rem;
}
.navbar-toggler.toggler-example {
    cursor: pointer;
}
.dark-blue-text {
    color: #0A38F5;
}
.dark-pink-text {
    color: #AC003A;
}
.dark-amber-text {
    color: #ff6f00;
}
.dark-teal-text {
    color: #004d40;
}

.btn {
    border-radius: 6px !important;
}

.navbar-dropdown {
    right: 0;
    top: 42px;
    border-radius: 0px 0px 0px 24px;
}
input {
    border: solid 1px;
}
select {
    border: solid 1px !important;
    font-size: 95% !important;
}

.swal2-popup {
    width: 95% !important;
}

.selected-coupon {
    background-color: #ffcb08 !important;
}

.selected-member {
    background-color: #ffcb08 !important;
}

textarea {
    border: solid darkgray;
    border-radius: 4px !important;
}

input {
    border-radius: 4px !important;
}
select {
    border-radius: 4px !important;
}

input[type=checkbox]
{
    /* Double-sized Checkboxes */
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    transform: scale(2);
}