﻿
.nats-logo {
    background-image: url(../../Content/panel/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;
        }*/

.theme-primary a:hover, .theme-primary a:active, .theme-primary a:focus {
    color: #FAFAFA;
}
.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: #240d56 !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;
    }
}




.whats-float {
    position: fixed;
    /*transform: translate(108px,0px);*/
    bottom: 7%;
    right: 0;
    width: 165px;
    overflow: hidden;
    background-color: #25d366;
    color: #FFF;
    border-radius: 4px 0 0 4px;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    vertical-align: middle
}

    .whats-float a span {
        color: white;
        font-size: 15px;
        padding-top: 8px;
        padding-bottom: 10px;
        position: absolute;
        line-height: 16px;
        font-weight: bolder;
    }

    .whats-float i {
        font-size: 30px;
        color: white;
        line-height: 30px;
        padding: 10px;
        transform: rotate(0deg);
        transition: all 0.5s ease-in-out;
        text-align: center;
    }

    .whats-float:hover {
        color: #FFFFFF;
        transform: translate(0px,0px);
    }

        .whats-float:hover i {
            transform: rotate(360deg);
        }

