body {
    padding-top: 60px;
}

a {
    color: #0984e3;
    text-decoration: none !important;
}

a:hover {
    color: #f39801;
}

#authentication-details-line {
    display: none;
}

#authentication-details {
    display: none;
}

.add-color-line {
    color: #00c300;
}

.add-color-google {
    color: #dd4b39;
}

.add-color-facebook {
    color: #3b5998;
}

.add-color-red {
    color: #cf534b !important;
}

.add-color-blue {
    color: #0b3fb8 !important;
}

.add-color-orange {
    color: #f39801 !important;
}

.btn-circle {
    width: 50px;
    height: 50px;
    padding: 6px 0px;
    border-radius: 30px;
    text-align: center;
    font-size: 30px;
    line-height: 1.35;
    background-color: #e7eaef;
}

.btn-social {
    height: 40px;
    padding: 6px 0px;
    background-color: #e7eaef;
}

.btn-hover-line:hover {
    border: 2px solid #00c300;
}

.btn-hover-google:hover {
    border: 2px solid #dd4b39;
}

.btn-hover-facebook:hover {
    border: 2px solid #3b5998;
}


.btn-connect {
    border-radius: 20px;
    background-color: #333333;
}

.btn-noradius {
    border-radius: 0px;
}

.btn-color1 {
    /*teal*/
    color: white;
    background-color: #35565e;
}

.btn-color2 {
    /*red*/
    color: white;
    background-color: #cf534b;
}

.btn-color3 {
    /*green*/
    color: white;
    background-color: #3fc380;
}

.btn-color4 {
    /*blue*/
    color: white;
    background-color: #6ac7e6;
}


.btn-color5 {
    /*gray*/
    width: 50px;
    color: black;
    background-color: #ced4da;
}

.btn-hover-orange:hover {
    color: white;
    background-color: #f39801;
}

.card-link {
    color: black;
}

.card-header {
    color: #f39801;
    background-color: white;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #0984e3;
}

.accordion-animation {
    position: absolute;
    top: 17px;
    right: 20px;
    -webkit-animation: minus 0.5s;
}

@keyframes minus {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

[aria-expanded="false"]>.expanded,
[aria-expanded="true"]>.collapsed {
    display: none;
}


.qty .count {
    color: #000;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    min-width: 35px;
    text-align: center;
}

/*Prevent text selection*/
.qty-input {
    border: 0;
    width: 2%;
}

.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.qty-input:disabled {
    background-color: white;
}

.card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.custom-card-footer {
    color: white;
    background-color: #f39801;
}

.custom-card-body {
    min-height: 140px;
}

.custom-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.custom-footer-2 {
    position: absolute;
    bottom: 0;
    width: 100%;
}

/* Backup
@media screen and (min-width: 600px)  {
}
*/

@media only screen and (max-width: 768px) {
    .custom-footer-2 {
        margin-top: 60px;
        position: relative;
        bottom: 0;
        width: 100%;
    }

    .mobile-linebreak {
        display: none;
    }
}

.reg-login-nav .nav-item .nav-link.active {
    color: #000001;
}

.reg-login-nav .nav-item .nav-link:not(.active) {
    color: #252525;
}

.nav-pills.register-switch .nav-item .nav-link.active {
    background-color: #ffffff;
    /* almost black */
    color: #000001;
    border-color: #000001;

}

.nav-pills.register-switch .nav-item .nav-link {
    color: rgba(0, 0, 0, .15);
    background-color: #ffffff;
    border-width: 1px;
    /* space black */
    border-color: #252525;
    border-style: solid;
}

.container-fluid {
    padding: 0;
}

.reg-login-nav {
    background-color: #f5fbfb;
}

input.form-control {
    border-color: #000001;
}

input.form-control:focus {
    border-color: inherit;
}

.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}


.inputs input.otp-number {
    width: 40px;
    height: 40px;
    border-width: 0 0 1px;
    border-radius: 0px;
    font-size: xx-large;
    padding: .2rem .4rem;
}


.inputs .otp-number:focus {
    box-shadow: none;
    border-bottom-color: #5d7f8b !important;
}

@media screen and (max-width: 768px) {
    .inputs input.otp-number {
        width: 30px;
        height: 30px;
        font-size: x-large;
    }
    
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}



/* .modal-dialog-centered {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100% - 60px);
    margin: 30px;
    max-width: calc(100% - 60px) !important;
    width: 100%;
} */

.modal-dialog-centered {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100% - 60px);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 60px);
    height: min-content;
    content: "";
}

.btn-plain {
    background-color: white;
    font-family: "MS PGothic", 'Roboto Slab', serif;
    border-color: black;
    color: black;
}

.btn-plain:hover {
    background-color: rgba(248, 248, 248, 0.8);
    color: black;
}

button#register_confirm {
    background-color: #5d7f8b;
    border-color: #5d7f8b;
}

input#accept_terms {
    margin-left: inherit;
}

#otp_error:empty, #sendauth_error:empty, #confirm_error:empty {
    display: none;
}

/* Remove global style for btn margin */
.modal-footer .btn {
    font-size: 0.9rem;
    margin: 0;
    font-family: inherit;
}

button#resend_otp {
    text-decoration: none !important;
    border: 0px !important;
    box-shadow: none !important;
}

/* Not needed on page, to clean up later */
#staffnotificationContainer:empty, #notificationContainer:empty {
    display: none;
}