﻿#Manageress {
    border-bottom-right-radius: 65px;
    border-top-left-radius: 65px;
}


    

@media screen and (min-width: 576px) {
    #Manageress-tab, #Applicant-tab {
        color: #3C536D;
        font-size: 20px !important;
        background-color: white !important;
        border-bottom: 3px solid #C4C9D0;
        border-radius: 0px;
    }
}

@media screen and (max-width: 575.98px) {
    #Manageress-tab, #Applicant-tab {
        color: #3C536D;
        font-size: 14px !important;
        background-color: white !important;
        border-bottom: 3px solid #C4C9D0;
        border-radius: 0px;
    }
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #3A9685 !important;
    border-bottom: 3px solid #3A9685 !important;
}

.view-pass {
    font-size: 14px;
}

.validation-size {
    font-size: 14px;
}

.passtrengthMeter .showPassword {
    position: absolute;
    width: 20px;
    top: calc(50% - 10px);
    right: unset !important;
    left: 10px;
}

.dark-blue {
    color: #3C536D;
}

.border-tvn {
    padding: 10px 90px;
    border: 1px solid #3A9685;
    color: #3A9685;
    border-radius: .2rem !important;
}

.fa-phone-tvn {
    color: #3A9685;
}

.font-weight-bold {
    font-weight: bold !important;
}


.text-dark-blue {
    color: #3C536D;
}

.nav-link.active {
    font-weight: bold;
}

.tooltip {
    border-radius: 0.2rem !important;
}

@media screen and (min-width: 1200px) {
    .passtrengthMeter {
        width: auto !important;
    }
}
