.root {
    --textColor: '#535353'
}

#root {
    background: #EEF2F6;
    min-height: 100vh;
    /* padding: 0 0 50px 0; */
}


body,
html {
    /* height: 100%;*/
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    background-color: #ffffff !important;
    color: var(--textColor);
    width: 100%;
    overflow-x: hidden;
}

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #124734;
}

::selection {
    color: #fff;
    background: #124734;
}

.font-size22px {
    font-size: 22px
}

.font-size14px {
    font-size: 14px !important
}

.smi-blue-color {
    color: #41a2b1;
}

.raintree-green-text-color {
    color: #124734 !important;
}

.margin_top10px {
    margin-top: 10px !important
}

.margin_auto {
    margin: auto !important
}

.dark-black-text {
    font-weight: 600;
    color: black;
}

.red-text {
    color: red !important
}

.green-text {
    color: green !important
}

.table-border {
    border: transparent !important;
    border-bottom: 1px solid #e9edf0 !important;
}

.border-none {
    border: none !important;
}

.divider {
    width: 100%;
    margin-top: 10px;
    border-color: #e8e8e8;
}

.font-weight500px {
    font-weight: 500;
}

.label-title {
    margin: auto !important;
    text-align: right !important;
}

/* war style */
.account-box {
    margin-left: 10px;
    border-style: none none solid;
    border-color: #2a2a2a;
}

.form-main {
    box-shadow: 2px 1px 3px rgba(169, 169, 169, 0.2);
    border-top: 4px solid #41A3B0;
    border-radius: 2px;
    min-height: 455px;
}

.form-main h3 {
    color: #41A3B0;
    font-size: 16px;
    margin: 40px 0 20px 0;
    text-transform: capitalize;
}

.war-blue-title h4 {
    color: #41A3B0;
    font-size: 18px;
    margin: 40px 0 20px 0;
    text-transform: capitalize;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.form-main ul li {
    padding: 2px;
}

.form-main ul li a {
    text-decoration: none;
    font-size: 14px;
    color: inherit;
    cursor: pointer;

}

.applicant-label {
    font-size: 14px;
    color: #707070;
    vertical-align: middle;
    padding-top: 3px;
    padding-right: 15px;
    text-align: right;
    font-weight: 400;
}

.investment-label {
    display: flex;
    text-align: right;
    justify-content: end;
    align-self: start;
    margin-top: 10px;
}

.mailing-address-label {
    color: #41A3B0;
    text-align: start;
    font-weight: 700;
}

.raintree-btn-yellow {
    border: 1px solid #cc9f53;
    background-color: #cc9f53;
    /* display: inline-block; */
    padding: 5px 20px;
    /* border-radius: 45px; */
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

.raintree-btn-yellow:hover {
    color: #f8f0e6 !important;
    background-color: #124734;
    border: 1px solid #124734;
}

.raintree-btn-green {
    border: 1px solid #124734;
    background-color: #124734;
    /* display: inline-block; */
    padding: 5px 20px;
    /* border-radius: 45px; */
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

.raintree-btn-green:hover {
    color: #f8f0e6 !important;
    /* background-color: #212121; */
    background-color: #cc9f53;
    border: 1px solid #cc9f53;
}


.form-head-gray-title {
    font-size: 14px;
    border-radius: 2px;
    background-color: #e6e6e6;
    padding: 10px;
    color: #000
}

/* eo war style */


/* .MuiInputLabel-outlined{ */
/* transform: translate(14px, 12px) scale(1) !important; */
/* border-radius: 0px; */
/* } */
/* .common_class{
    border-radius: 0;
} */

.css-h1xipn-MuiOutlinedInput-notchedOutline {
    border-radius: 0;
}


/* account review section */

/* .form-head-gray-title {
    font-weight: 300;
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 20px;
} */

.primary-account-holder {
    font-size: 13px;
    margin-bottom: 10px;
}

.light-text {
    font-weight: 300;
    text-transform: capitalize;
    color: #000;
    margin-right: 10px;
}

.bold-text {
    font-weight: bold;
    color: #000;
    text-transform: capitalize;
}

.item-typography {
    font-size: 0.8rem;
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
}

.item-typography strong {
    margin-right: 5px;
}


/* file upload button css */

.file-card {
    padding: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 3px dashed #cbd5e0;
    background-color: #edf2f7;
    min-width: 380px;
    min-height: 230px;
}

.file-inputs {
    position: relative;
    margin-bottom: 1.5em;
}

.file-upload {
    position: relative;
    text-align: right;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
    height: 46px;
    max-width: 200px;
}

.upload-btn {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #f55e30;
    font-size: 1.1rem;
    cursor: pointer;
    border-radius: 4px;
    border: none;
    outline: none;
    /* // padding: 1em; */
    transition: background-color 0.4s;
    box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.5);
}

.upload-btn i {
    width: 1.5em;
    height: 1.5em;
    padding: 0.4em;
    background-color: #fff;
    color: #f55e30;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.8em;
    font-size: 0.8em;
}

.upload-btn :hover {
    background-color: #f15120;
}

.main-container {
    margin-top: 75px;
    padding: 20px 0;
    background: #EEF2F6;
    min-height: calc(-75px + 100vh);
}

.review-box-shadow {
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.14);
}
.client-form-box {
    padding: 0 35px 35px 35px !important;
    background-color: #fff;
}

.change-log-header {
    padding-bottom: 10px;
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
}

.change-log-item {
    padding: 8px !important;
    /* border-radius: 4px; */
    background-color: #f9f9f9;
}

.change-log-item.highlighted {
    background-color: #e8f5e9;
    border: none;
}

.change-log-modified {
    font-weight: bold;
    text-align: center;
}

.change-log-modified.modified {
    color: green;
}

.change-log-modified.not-modified {
    color: red;
}

.blue-alert-box {
    background-color: rgb(218, 242, 253);
    padding: 10px;
    width: 100%;
}

.disable-button-opacity {
    opacity: 0.5;
}

.file-card-container-small {
    padding: 1em;
    display: flex;
    justify-content: center;
    border: 3px dashed #cbd5e0;
    background-color: #edf2f7;
    flex-direction: column;
    align-items: center;
}

.table-transaction td {
    padding: 10px !important;
}