.withdrawal-main {
    background-color: #F8F8F8;
    padding: 20px;
}

.form-control {
    border-radius: 0px;
    color: rgba(0,0,0,.65);
}

.form-control {
    border: 1px solid #ced4da;
    transition: 0.3s;
    border-radius: 2px;
}

    .form-control:hover {
        transition: 0.3s;
        border: 1px solid #40A9FF;
        border-radius: 2px;
    }

.footer-font {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
    font-weight: 300 !important;
    font-size: 16px !important;
    letter-spacing: -0.15px !important;
    word-spacing: -0.15px !important;
}

.tepukengaBtn:after {
    font-family: "FontAwesome";
    content: '\f054';
    margin-left: 5px;
}

.dropdown-style {
    padding: .54rem .75rem; 
    width: 100%;
    border: 1px solid #ced4da;
    font-weight: 400;
    line-height: 1.5;
    font-size: 1rem;
    outline-color: #40A9FF;
    transition: 0.3s;
    border-radius: 2px;
    color: rgba(0,0,0,.65);
}

    .dropdown-style:hover {
        transition: 0.3s;
        border: 1px solid #40A9FF;
        border-radius: 2px;
    }

.text-area {
    padding: .54rem .75rem;
    width: 100%;
    height: 170px;
    border: 1px solid #ced4da;
    font-weight: 400;
    line-height: 1.5;
    font-size: 1rem;
    outline-color: #40A9FF;
    border-radius: 2px;
    color: rgba(0,0,0,.65);
    min-height:45px;
    max-height:170px;
}

    .text-area:hover {
        border: 1px solid #40A9FF;
        border-radius: 2px;
    }


/*.content-border {
    border: solid 1px #C2C2C2;
    border-radius: 0.25rem;
}

.box-shadow {
    box-shadow: 0 3.7px 4.3px rgba(0, 0, 0, 0.15);
}*/

html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    margin-bottom: 60px;
    display: block;
    position: relative;
    min-height: 100vh;
}


#page-container {
    position: relative;
    min-height: 100vh;
}

#content-wrap {
    padding-bottom: 2.5rem;
}

.btn--orange:not(:disabled):not(.disabled).active,
.btn--orange:not(:disabled):not(.disabled):active,
.show > .btn--orange.dropdown-toggle {
    color: white;
    background-color: #1890ff !important;
    border-color: #1890ff !important;
}

.btn--orange {
    color: white;
    background-color: #1890ff !important;
    border-color: #1890ff !important;
}

    .btn--orange:hover {
        color: white;
        background-color: #40a9ff !important;
        border-color: #40a9ff !important;
    }

.btn{
    border-radius: 0px;
}

.yellowbar {
    background-color: #e85d24;
    width: 100%;
    height: 10px;
}

.white {
    color: #f4f4f4!important;
}
.underline {
    text-decoration: underline;
}
a {
    color: #1890ff;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    transition: color .3s;
    -webkit-text-decoration-skip: objects;
    touch-action: manipulation;
}

    a:hover {
        color: #40A9FF;
        text-decoration: none;
    }

.contact-test a:hover {
    color: #40A9FF !important;
    text-decoration: none;
}

.validation-text{
    color:red;
}

.field-required::after {
    display: inline-block;
    margin-right: 4px;
    color: #ff4d4f;
    font-size: 14px;
    font-family: SimSun, sans-serif;
    line-height: 1;
    content: "*";
}

.title-color {
    color: #575757;
}

.form-check .form-check-input{
    float: left;
    padding-left: 1.5rem!important;
}

.form-switch .form-check-input{
    width:2.8em;
    height:1.3em;
}

input {
    accent-color: #1890ff;
}