﻿
.nats-logo {
    background-image: url(../../Content/images/custom/logo-bg.png);
    height: 150px;
    width: 150px;
    padding-top: 15px;
    padding-left: 20px;
    z-index: 1;
    background-repeat: no-repeat;
}

.hide-step {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 1px;
    height: 1px;
}

/*        .select2-readonly .select2-container {
            pointer-events: none !important;
            touch-action: none !important;
            background: #eee !important;
        }*/


.form-select-custom {
    border: solid 0px #000 !important;
    border-bottom: solid #999 1px !important;
    border-radius: 0px !important;
}

.form-control-white {
    background-color: white !important;
}


.row {
    align-items: center !important
}

.dropify-wrapper {
    border-color: #86a4c3 !important;
}

    .dropify-wrapper:hover {
        border-color: #45AEF1 !important;
    }


.helpline {
    float: right !important;
    padding-right: 3rem !important;
}

@media (max-width: 767px) {
    .helpline {
        float: none !important;
        padding-right: 0rem !important;
    }

        .helpline a {
            font-size: 13px;
        }

    .m-none {
        display: none !important;
    }

    .mobile-h2 {
        font-size: 13px !important;
    }

    .mobile-p {
        font-size: 8px !important;
    }

    .app-menu {
        margin-left: -15%;
    }

    .m-pt-2 {
        padding-top: 2rem;
    }
}
