﻿.myclass {
    text-transform: capitalize;
}

.nav-tab-style {
    width: 85% !important;
    padding: 7px !important;
}

.nav-tab-style-wider {
    width: 90% !important;
    padding: 7px !important;
}

.home-back-container {
    margin-top: -13px;
    margin-right: -76px;
    width: 100px;
}

.character-counter {
    font-size: 10px;
    float: right;
}

.counter-text {
    color: #635bff;
}

.counter-number {
    font-weight: bold;
}

.required-asterisk {
    color: red;
}

.required-asterisk-modal {
    color: red;
    margin-left: 3px;
}

.modal-content-style {
    width: 71%;
}

.modal-bg-image {
    background-image: url('../../assets/images/welcomepopup/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.modal-right-section {
    right: 46px;
}

.modal-close-btn {
    top: 1px;
    right: -29px;
}

.modal-title {
    white-space: nowrap;
    margin-top: -10px;
}

.modal-form-section {
    margin-top: 15px;
}

.modal-select-width {
    width: 246px;
}

.modal-error-style {
    display: none;
    color: #d81a48;
}

.modal-error-style-lob {
    display: none;
    color: #d81a48;
}

.modal-proceed-btn {
    width: 244px;
    cursor: default;
}
#txt-active, #txt-external {
    color: #071437;
}
