﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    font-family: 'Poppins', sans-serif !important;
}
    #Input_TermsChecked{
    border:1px solid black;
}
.optional{
    font-size:8px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 23px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    white-space: pre-wrap !important;
}

.select2-container .select2-selection--single {
    height: auto !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: -2px !important;
}
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 50px;
}

.footer {
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 50px; /* Vertically center the text there */
    position: fixed;
    background-color: white;
}

.password-input-container {
    position: relative;
}

.password-input {
    padding-right: 40px; /* Adjust as needed */
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    cursor: pointer;
}

/* Hide the password reveal button in Edge */
input::-ms-reveal {
    display: none;
}

#tblEditPermitRegistrations .fa-toggle-on {
    color: green;
}

#tblEditPermitRegistrations .fa-toggle-off {
    color: grey;
}

#tblDecreasePermitRegistrations .fa-toggle-on {
    color: green;
}

#tblDecreasePermitRegistrations .fa-toggle-off {
    color: grey;
}

.margintopminus15 {
    margin-top: -15px;
}

@media (max-width: 767px) {
    #navBar .container-fluid {
        flex-direction: column;
        text-align: center;
    }

    .mobile-hide {
        display: none !important;
    }

    .mobile-show {
        display: block;
    }

    .footer .container-fluid {
        flex-direction: column;
        text-align: center;
    }

        .footer .container-fluid div {
            margin-bottom: 5px;
        }

    .mobile-min-height {
        min-height: 59vh !important;
    }
}

@media (min-width: 767px) {
    .desktop-hide {
        display: none;
    }

    .desktop-show {
        display: block;
    }

    .desktop-show-inline {
        display: inline;
    }

    .desktop-min-height {
        min-height: 73vh !important;
    }

    .w-md-50 {
        width: 50% !important;
    }
}

.footer-align-center {
    align-items: center !important;
}

.padding-top-seven {
    padding-top: 7px;
}

.text-align-left {
    text-align: left !important;
}

.recurring-section {
    border: 1px solid #d1d3e2;
    border-radius: 5px;
    padding: 10px
}

.padding-top-bottom-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.text-decoration-none {
    text-decoration: none;
}

.border-with-padding5px {
    border: 1px solid #d1d3e2;
    border-radius: 5px;
    padding: 5px
}


.row {
    margin-left: 0;
    margin-right: 0;
}


.w-100px {
    width: 100px;
}

.w-82px {
    width: 82px;
}

.text-end {
    text-align: end;
}

.text-end {
    text-align: end;
}

.cursor-grab {
    cursor: grab;
}

.text-white-color {
    color: white;
}


div.dttoolbar {
    float: left;
    font-weight: bold;
    font-size: x-large;
    color: slateblue;
}

@media (max-width: 768px) {
    /*.fa-2x {
        font-size: 16px;
    }
    */
    .footer {
        position: absolute;
    }

    .bottom-spacing {
        margin-bottom: 65px;
    }
}

.min-h-60px {
    min-height: 60px;
}

.max-w-140px {
}

.max-h-70px {
}

@media (max-width: 768px) {
    .max-w-140px {
        max-width: 140px;
    }

    .max-h-70px {
        max-height: 80px;
    }

    .footer {
        line-height: 30px;
    }    
}

.header-center {
    align-items: center !important;
}

.bottom-spacing {   
}

.footer-logo {
    position: absolute;
    left: calc(50% - 87.5px);
}

.word-break{
    word-break: break-word;
}

.dt-pagination-custom {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.search-before-header {
    font-weight: bold;
    font-size: x-large;
    color: slateblue;
}

.dt-toolbar-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
label {
    word-break: break-word;
}
.Not-wrap {
    word-break: normal !important;
}