.input-style
{
  height: 150px;
}
.basic-info
{
    font-size: 12px !important;
}
.image-wrraper {
    width: 63px;
    height: 63px;
    margin-left: 14px;
}
.image-wrraper .image-user {
    width: 100%;
    border: 1px solid #9d9797;
    padding: 2px;
}
.user-name .item-title {
    color: #2b2929;
    font-weight: bolder;
    font-size: 18px;
    margin-bottom: 7px;
}

.user-name .wallet-info {
    color: #969090;
}
.UserProfilePicture .b-upload-image .box-upload{
    width: 85px!important;
    height: 110px!important;
}
.UserProfilePicture .b-upload-image .box-upload > i{
    font-size: 30px!important;
    left: 0!important;
    top: 18%!important;
    width: 85px!important;
    height: 110px!important;

}
.UserProfilePicture .b-upload-image .box-image{
    width: 85px!important;
    height: 110px!important;
}
.UserProfilePicture .b-upload-image .box-upload > span{
    font-size: 14px!important;
}
.UserProfilePicture .b-upload-image .box-image .is-main{
    right: 6px!important;
    top: 18px!important;
    font-size: 102px!important;
}
.UserInfo {
    display: flex;
    font-size: 16px;
    flex-direction: column;
    font-weight: 700;
}
.activity {
    font-size: 16px;
    font-weight: 700;
    display: flex;
}
.icon-lgr {
    font-size: 20px;
    padding: 0px 10px;
}
.form-group
{
    margin-top: 20px;
}

.form-group label {
    font-weight: 600 !important;  margin-top: 20px !important;
     margin-top: 3px;
}.select-custom > div > select {
    width: 100%;
}
.form-control.form-control-solid {
    background-color: var(--bs-gray-100);
    border-color: var(--bs-gray-100);
    color: var(--bs-gray-700);
    transition: color .2s ease;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.775rem 1rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--bs-gray-700);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 1px solid var(--bs-gray-300);
    appearance: none;
    border-radius: 0.75rem;
    box-shadow: false;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
    
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.card.card-custom {
    background: transparent;
    border: none;
}
.py-c {
    padding-top: 13rem;
    min-height: 85rem;
    padding-bottom: 8rem;
}
.px-44 {
    padding-right: 44px;
    padding-left: 44px;
}
.col-md-12{
    clear: both;
}
input[type="text"] {
    border-radius: 8px;
    line-height: 1.8;
    border: none;
    padding-right: 3rem;
    margin-top: 20px;
}
textarea.form-control {
    min-height: calc(3.5em + 5.75rem + 2px)!important;
    border: none;
}
@media (min-width: 1600px) { 
.is-container { 
    max-width: 1700px; 
}
}
.SubmitBtn:hover {
    color: #ffff;
    background-color: #17479e;
    border-color: #17479e;
    /* background-color: color-accent;
    border-color: color-accent; */
}


.SubmitBtn{
    color: #6c757d;
    border: 1px solid #6c757d;
    background-color: transparent;
    line-height: 1.8;
    padding: 5px;
    border-radius: 10px;
    float: left !important;
    justify-content: left;
    
}

.rtl .header-content-wrap .primary_structure > li > a, .rtl .header-content-wrap .primary_structure > li > a:link, .rtl .header-content-wrap .primary_structure > li > a:active, .rtl .header-content-wrap .primary_structure > li > a:visited {
    font-family: inherit !important;
}

.card-toolbar {
    left: 0px;
    position: absolute;
    padding: 10px;
}
.h-custome{
    font-size: 6rem;
}
.info {
    display: flex;
    align-items: flex-start;
    line-height: 1rem;
    flex-direction: column;
    padding-right: 5rem;
    padding-top: 1rem;
    font-weight: 600;
    font-size: 1.3rem;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
    background-position: left calc(0.375em + 0.325rem) center !important;
}
.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}
div#SuccessFullSubmit {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}
.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}
div#NotSuccessFullSubmit {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.42rem;
}
.fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.alert.alert-custom.alert-light-success {
    background-color: #C9F7F5;
    border-color: transparent;
}
.alert.alert-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 1.5rem 2rem;
}
.alert.alert-custom .alert-close {
    padding: 0 1rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    line-height: 0;
}
.alert.alert-custom.alert-light-success .alert-text {
    color: #1BC5BD;
}
.alert.alert-custom .alert-text {
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.alert.alert-custom .alert-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 1.25rem;
}
.alert.alert-custom.alert-light-success .alert-icon i {
    color: #1BC5BD;
}
.alert.alert-custom .alert-icon i {
    font-size: 2.4rem;
}
.flaticon-interface-5:before {
    content: "\f189";
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before {
    font-family: Flaticon;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
.fs-15{
    font-size: 1.5rem!important;
}
.alert.alert-custom.alert-light-warning {
    background: #e2ff079e;
}
.alert.alert-custom .alert-text {
    color: #ff8708!important;
}

 .was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #F64E60;
    padding-left: calc(1.5em + 1.3rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F64E60' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F64E60' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: left calc(0.375em + 0.325rem) center;
    background-size: calc(0.75em + 0.65rem) calc(0.75em + 0.65rem);
} 

.fild-margin
{
    margin-bottom:0px ;
}












