body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.55);
}

.main-wrapper {
    width: 100vw;
    height: 100vh;
}

.mobile-wrapper {
    background-color: #171f33;
    background-image: linear-gradient(to bottom, #131a27, #121926);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.bg-dark {
    background-color: #13171e !important;

}

.navbar-dark .navbar-toggler {
    color: #F5D63E; /*rgba(255, 255, 255, 0.5);*/
    border-color: #F5D63E; /*rgba(0, 255, 255, 0.1);*/
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30'><path stroke='%23F5D63E' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.login-form {
    margin: 0 auto 0 auto;
    max-width: 350px;
}

.text-muted {
    color: #818a91 !important;
}

.btn-success, .btn-success:hover, .btn-success:focus, .btn-success:active {
    color: #2c3e4c !important;
    background-color: #F5D63E !important;
    border-color: #F5D63E !important;
}

nav#main-nav {
    padding: 8px;
}

button.navbar-toggler:focus {
    box-shadow: none;
}

@media (max-width: 992px) {
    .navbar-collapse {
        position: fixed;
        top: 50px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 75%;
        height: 100%;
    }

    .navbar-collapse.collapsing {
        left: -75%;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }

    .nav-link {
        padding: 0.5rem 1rem;
    }


    .navbar-nav.mr-auto {
        padding-top: 1rem;
    }

    .navbar-nav.mr-auto .nav-item {
        padding: 0.5rem 0;
        border-bottom: 1px solid;
        border-color: rgba(245, 214, 62, 0.3);
    }

    .navbar-nav.mr-auto .nav-item:first-child {
        border-top: 1px solid;
        border-color: rgba(245, 214, 62, 0.3);
    }

    .navbar-nav.mr-auto .nav-item .nav-link {
        border-left: 5px solid transparent;
        padding-left: 15px;
    }

    .navbar-nav.mr-auto .nav-item .nav-link .fa {
        color: #F5D63E;
        padding-right: 5px;
    }

    .navbar-nav.mr-auto .nav-item.active .nav-link {
        border-left: 5px solid #F5D63E;
        color: #F5D63E;
    }
}


.btn-success {
    font-weight: bold;
    background-color: #ddae2a !important;
    border-color: #ddae2a !important;
}

.btn-success:hover {
    background-color: #f5d640 !important;
    border-color: #f5d640 !important;
}

.bootstrap-select[class*="col-"] .dropdown-toggle {
    background-color: #21283b;
    color: white;
    border-color: rgba(33, 40, 59, 0.8);
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle, .bootstrap-select .dropdown-toggle:focus {

    outline: thin dotted rgba(33, 40, 59, 0.8) !important;
}

.btn-gray {
    background-color: #21283b;
    color: white;
    border-color: rgba(33, 40, 59, 0.8);
}

.btn-gray:focus, .btn-gray.focus, .btn-gray:hover {
    outline: 0;
    color: #f3f3f3;
    box-shadow: 0 0 0 0.2rem rgba(33, 40, 59, 0.8);
}

.video-wrapper {
    position: relative;
}

#video-message-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    background-color: rgb(33, 43, 60);
    border-radius: 10px;
    border-width: 1px;
    border-color: rgb(39, 48, 65);
}

.video-message-icon-wrapper {
    color: #f5d640;
    font-size: 40px;
}

.swalCustomContainer {
}

.swalCustomPopup {
    background-color: #1c2241;
    color: white;
}

.swalCustomHeader {
}

.swalCustomTitle {
    text-transform: capitalize;
}

.swalCustomCloseButton {
}

.swalCustomIcon {
}

.swalCustomImage {
}

.swalCustomHtmlContainer {
}

.swalCustomHtmlContainer .text-green {
    color: #a6dc87;
}

.swalCustomHtmlContainer .text-red {
    color: #f27575;
}

.swalCustomInput {
}

.swalCustomInputLabel {
}

.swalCustomValidationMessage {
}

.swalCustomActions {
    width: 100%;
}

.swalCustomConfirmButton {
    font-weight: bold;
    background-color: #ddae2a !important;
    border-color: #ddae2a !important;
    color: #2c3e4c;
    font-size: 16px;
    width: 40%;
    --swal2-action-button-focus-box-shadow: none !important;
}

.swalCustomConfirmButton:hover {
    background-color: #f5d640 !important;
    border-color: #f5d640 !important;
}

.swalCustomDenyButton {
}

.swalCustomCancelButton {
}

.swalCustomLoader {
}

.swalCustomFooter {
}

.swalCustomTimerProgressBar {
}

.mobile-wrapper {
    /*overflow-y: auto;*/
}

.mobile-wrapper > .col-12.row {
    padding-top: 50px;
    padding-bottom: 50px;
}

.btn {
    box-shadow: none !important;
}

.text-red {
    color: red;
}

.text-green {
    color: green;
}

.ft-swal-btn-confirm {
    padding: 20px 75px !important;
}

.ft-report-text {
    font-size: 1.2rem;
}

.ft-report-text-normal {
    font-size: 1.1rem;
}

.ft-report-text .ft-line-bottom {
    border-bottom: 1px solid rgba(245, 214, 62, 0.5);

}

.ft-report-text .ft-evt-title {
    padding-bottom: 20px;
}

.ft-report-text .ft-text-big {
    font-size: 1.3rem;
}

.ft-text-event-name {
    color: #dee3ee;
}

.ft-report-text-info-scan {
    display: flex;
    align-items: center;
}

.ft-report-text-info-scan-number {
    color: #e8be33;
    padding-right: 5px;
    font-weight: bold;
    font-size: 2rem;
}

.ft-report-text-info-scan-number-smaller {
    color: #e8be33;
    padding-right: 5px;
    font-weight: bold;
    font-size: 1.8rem;
}

.ft-report-text-info-scan-text {
    color: #dee3ee;
    flex-grow: 1;
    text-transform: capitalize;
}

.ft-report-text-info-scan-text_smaller {
    color: #dee3ee;
    flex-grow: 1;
    text-transform: capitalize;
}

.ft-report-text-info-scan-percentage {
    color: #dee3ee;
}

.ft-text-event-time {
    font-size: 0.9rem;
}

.ft-evt-title-wrapper > div {
    padding: 0 0 10px 0;
}

.ft-report-text .ft-report-text-info {
    padding-bottom: 30px;
}

.ft-report-text .ft-report-text-info:last-child {
    padding-bottom: 0;
}

.ft-report-text .ft-report-text-info div {
    padding-left: 20px;
    line-height: 2;
}

.ft-report-text .ft-report-text-info div span {

}

.ft-report-text .ft-report-text-info div i {
    display: inline-block;
    width: 25px;
    text-align: center;
}


.ft-progress-wrapper {
    padding-bottom: 20px;

}

.ft-progress {
    border: 1px solid #F5D63E;
    border-radius: 6px;
}

.ft-progress-value {
    height: 10px;
    background-color: #F5D63E;
    border-radius: 5px;
}

.text-color-main-highlight {
    color: #ddae2a;
}

.text-color-main-highlight-alt {
    color: #d39956;
}

#continue-scan {
    text-transform: capitalize;
}

#showReport {
    text-transform: capitalize;
}
