﻿.important-text {
    font-weight: 600;
    color: #000;
}

.warning-message {
    border-radius: 5px;
    border: 1px solid #E64C30;
    background: #F8E6E6;
    color: #A42913;
    padding: 7px 15px;
    display: flex;
    align-items: center;
    margin: 20px 0;
}

    .warning-message img {
        padding-right: 8px;
    }

.account-details-section {
    border: 2px dashed #d6d6d6;
    position: relative;
    padding: 25px 30px;
    margin-top: 50px;
    border-radius: 10px;
}

.alertcss{
    color:red;
}

.account-details-section .account-details-heading {
    background: #E49958;
    color: #fff;
    padding: 7px 0;
    position: absolute;
    top: -24px;
    font-size: 19px;
    width: 370px;
    text-align: center;
    max-width: 500px;
    border-radius: 5px;
}

.text_input {
    width: 100% !important;
    border: 2px solid #d6d6d6;
    height: 38px;
    border-radius: 4px;
}

.text_input_label {
    font-size: 16px;
    color: #4d4d4d;
    font-weight: 600;
    padding-bottom: 5px;
}

.form-group-row {
    display: flex;
    justify-content: space-between;
}

.input-tooltip {
    background: #fff;
    box-shadow: 0px 2px 5px 0px #c1c1c1;
    border-radius: 4px;
    padding: 8px 12px;
    line-height: normal;
    margin-left: 20px;
    text-align: center;
    color: black;
}
