body {
    margin: 0;
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #858796;
    text-align: left;
    background-color: #fff;
}
.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}
.selected {
    background: #1b7dfb;
    color: black;
}

.breadcrumb {
    font-weight: bold !important;
}
.btn-close:focus {
    outline: none;
}

/* 
.dropdown-item:not(:disabled) {
    font-weight: bold !important;
}

.dropdown-item:disabled {
    font-weight: lighter !important;
    color: #6c757d !important;
    pointer-events: none;
    background-color: transparent;
} */
.dropdown-item:hover {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
    background-color: #077bff;
}
[data-letters]:before {
    content: attr(data-letters);
    display: inline-block;
    font-size: 1em;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    border-radius: 50%;
    background: #007bff;
    vertical-align: middle;
    color: white;
    margin-left: 10px;
}
.circle {
    display: inline-block;
    background-color: #007bff;
    margin: 10px;
    border-radius: 50%;
}

.circle-inner {
    color: white;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
}

/* xs  */
@media (max-width: 599px) {
    .div-kiosk {
        display: flex;
        flex-direction: column;
        margin: auto;
        align-items: center;
    }
    .kiosk-text {
        padding: 0 15px;
        font-size: 1rem;
        overflow-wrap: anywhere;
        min-width: 53px;
        text-align: center;
    }
    .text-construction {
        width: 100%;
        word-wrap: break-word;
    }
    .div-search-row {
        flex-direction: column;
    }
    .canvas-height {
        height: 300px !important;
    }
    .card-app {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        width: 100%;
    }
    .container-app {
        width: 90%;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }
    .div-app-icon {
        width: 10%;
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
        margin: 15px 0;
    }
    .div-app-details {
        width: 90%;
    }
    .div-app-name {
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
        padding: 5px 0;
    }
    .div-app-btn {
        width: 10%;
        display: flex !important;
        flex-direction: inline !important;
        justify-content: center !important;
        align-items: center !important;
        padding: 10px 0;
    }
    /* modal card */

    .card-body {
        padding: 10px 0px !important;
    }
    .login-user-footer {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .login-user-footer > a {
        margin-top: 15px;
    }
    .div-apptype {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }
    .container-includes {
        padding: 0 10px !important;
    }

    /* CHECKBOX APPLICATION */
    .checkbox-applications {
        display: flex;
        flex-direction: column;
    }

    /* APPLICATION FORM */
    .container-isApplicant {
        display: flex;
        flex-direction: column;
    }
}
/* sm */
@media (min-width: 600px) and (max-width: 960px) {
    .div-kiosk {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin: auto;
    }

    .kiosk-text {
        font-size: 1rem;
        overflow-wrap: anywhere;
        min-width: 53px;
        text-align: center;
    }
    .text-construction {
        width: 100%;
        word-wrap: break-word;
    }
    .div-search-row {
        flex-direction: column;
        width: 100%;
    }
    .canvas-height {
        height: 300px !important;
    }
    .card-app {
        display: flex !important;
        flex-direction: row !important;
        width: 100%;
        padding: 8px;
    }
    .container-app {
        width: 90%;
        display: flex !important;
        flex-direction: row !important;
    }
    .div-app-icon {
        width: 10%;
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
    }
    .div-app-details {
        width: 90%;
    }
    .div-app-name {
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
    }
    .div-app-btn {
        width: 10%;
        display: flex !important;
        flex-direction: inline !important;
        /* align-self: center !important; */
    }
    .card-body {
        padding: 10px !important;
    }
    .div-apptype {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
    }

    .container-includes {
        padding: 0 20px !important;
    }

    /* APPLICATION FORM */
    .container-isApplicant {
        display: flex;
        flex-direction: row;
    }
}
/* md */
@media (min-width: 961px) and (max-width: 1264px) {
    .div-kiosk {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    /* .div-kiosk {
        display: flex;
        flex-direction: column;
        margin: auto;
        align-items: center;
    } */

    .kiosk-text {
        font-size: 1rem;
        overflow-wrap: anywhere;
        min-width: 53px;
        text-align: center;
    }

    .kiosk-text > p {
        font-size: 0.8rem !important;
    }
    .text-construction {
        width: 100%;
        word-wrap: break-word;
    }
    .div-search-row {
        flex-direction: row;
    }
    .card-app {
        display: flex !important;
        flex-direction: row !important;
        width: 100%;
        padding: 8px;
    }
    .container-app {
        width: 90%;

        display: flex !important;
        flex-direction: row !important;
    }
    .div-app-icon {
        width: 10%;
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
    }
    .div-app-details {
        width: 90%;
    }
    .div-app-name {
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
    }
    .div-app-btn {
        width: 10%;
        display: flex !important;
        flex-direction: column !important;
        /* align-self: center !important; */
    }
    .div-apptype {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-around !important;
    }

    .container-includes {
        padding: 0 20px !important;
    }
    .checkbox-applications {
        display: flex;
        justify-content: start;
        align-items: stretch;
    }

    /* APPLICATION FORM */
    .container-isApplicant {
        display: flex;
        flex-direction: row;
    }
}
/* lg */
@media (min-width: 1265px) and (max-width: 1904px) {
    .div-kiosk {
        justify-content: space-between;
    }
    .kiosk-text {
        font-size: 1rem;
        overflow-wrap: anywhere;
        min-width: 53px;
        text-align: center;
    }
    .div-search-row {
        flex-direction: row;
    }
    .card-app {
        display: flex !important;
        flex-direction: row !important;
        width: 100%;
        padding: 8px;
    }
    .container-app {
        width: 90%;

        display: flex !important;
        flex-direction: row !important;
    }
    .div-app-icon {
        width: 10%;
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
    }
    .div-app-details {
        width: 90%;
        justify-content: center !important;
        display: flex !important;
        flex-direction: column !important;
    }
    .div-app-name {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
    }
    .div-app-btn {
        width: 10%;
        display: flex !important;
        flex-direction: column !important;
        /* align-self: center !important; */
    }
    .div-apptype {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-around !important;
    }
    .container-includes {
        padding: 0 30px !important;
    }
    .checkbox-applications {
        display: flex;
        justify-content: start;
    }
    /* APPLICATION FORM */
    .container-isApplicant {
        display: flex;
        flex-direction: row;
    }
}
/* xl */
@media (min-width: 1905px) {
    .div-kiosk {
        justify-content: space-between;
    }
    .div-search-row {
        flex-direction: row;
    }
    .kiosk-text {
        font-size: 1rem;
        overflow-wrap: anywhere;
        min-width: 53px;
        text-align: center;
    }
    .card-app {
        display: flex !important;
        flex-direction: row !important;
        width: 100%;
        padding: 8px;
    }
    .container-app {
        width: 90%;

        display: flex !important;
        flex-direction: row !important;
    }
    .div-app-icon {
        width: 10%;
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
    }
    .div-app-details {
        width: 90%;
    }
    .div-app-name {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
    }
    .div-app-btn {
        width: 10%;
        display: flex !important;
        flex-direction: column !important;
        /* align-self: center !important; */
    }
    .div-apptype {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-around !important;
    }
    .container-includes {
        padding: 0 30px !important;
    }

    .checkbox-applications {
        display: flex;
        justify-content: start;
        align-items: stretch;
    }
    /* APPLICATION FORM */
    .container-isApplicant {
        display: flex;
        flex-direction: row;
    }
}
