﻿/*-- begin::Page bg image --*/
body {
    background-image: url('/media/auth/bg10.jpeg');
}

[data-bs-theme="dark"] body {
    background-image: url('/media/images/bg10-dark.jpeg');
}
/*-- end::Page bg image --*/

/*.checkbox_toggle input[type="checkbox"].toggle:not(:checked) + label:after {
    content: attr(data-unchecked);
    left: 38px;
    opacity: 1;
    color: #fff;
    text-align: left;
}*/

.pricing_select_tag {
    position: absolute;
    top: 50px;
    left: -10px;
}
.pricing_select_tag span {
    position: absolute;
    left: 17px;
    top: 3px;
    color: #1BC5BD;
    font-size: 11px;
    font-weight: bold;
}

/*.invalid-feedback {
    margin-top: 0rem; 
    position: absolute;
}*/