.Pg-title {
    color: #4e4f50;
    padding: 50px 0 10px 10px;
    /* background: #00000061; */
    text-align:center;
    margin-bottom: 50px;
}

.form_wrapper{max-width: 700px;margin: auto;}

.form-group label {
    color: #171717;
    font-weight: 500 !important;
    font-size: large;
}

.subtitles {
    color: #009688;
    /* background: #00bcd4; */
    padding: 10px 0;
    width: 100%;
    border-bottom: Solid 2px #4caf50;
    margin: 30px 0px;
}

h6.sub_h6 {color: #009688;margin-top: 30px;text-shadow: 2px 2px 5px #ffffff3d;}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(205 220 57 / 51%)!important;
}


.submit {
    text-align: center;
    /* margin-bottom: 100px; */
    font-size: xx-large;
    /* position: absolute; */
    bottom: 0px;
    width: 100%;
    background: #fff;
    right: 0;
    /* left: 0; */
    max-width: 700px;
    margin: auto;
    padding: 20px;
    border-top: dashed 3px #3f51b5;
}

i.fa.fa-save {
    font-weight: normal;
    font-size: xxx-large;
}

.error {
    border: solid 2px red;
}

/*a#submit {
    background: #f4f6f9;
    border: #2a3842;
    text-shadow: 2px 2px 5px #031f2d80;
    font-weight: 500;
    min-width: 200px;
    color: #3f51b5;
    font-size: x-large;
    box-shadow: 2px 2px 5px #00000057;
    border-radius: 30px;
}*/

.enrty_progress.row {
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    align-content: space-around;
    background: #e91e63;
    position: fixed;
    text-align: center;
    padding: 10px;
}

a#backbtn {
   /* text-shadow: 2px 2px 5px #031f2d52;*/
   /* font-weight: 600; */
   /* min-width: 200px; */
   /* color: #29292a; */
   /* font-size: x-large; */
   /* box-shadow: 2px 2px 5px; */
   background: #f4f6f9;
   border: #2a3842;
   text-shadow: 2px 2px 5px #031f2d80;
   font-weight: 500;
   min-width: 200px;
   color: #3f51b5;
   font-size: x-large;
   box-shadow: 2px 2px 5px #00000057;
   border-radius: 30px;
   display: none;
}

.form_wrapper.xstage2 {
    display: none;
}

.Carteira {
    text-align: center;
    background: #000000ad;
    padding: 0px;
    color: #8bc34a;
    font-family: monospace;
}

.Carteira label{
 
}

label.fl {
    font-size: xx-large;
}

.content-wrapper {
    background: #f4f6f9;
}

.loader:before {
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 4px;
    background-color: #8bc34a;
    animation: loading 2s linear infinite;
}

.updating {
    display: none
}

.gname_no {
    background: #009688;
    color: wheat;
    text-align: center;
    margin-bottom: 20px;
    padding: 10px;
    display: none;
}

label#gid {
    float: left;
    font-size: x-large;
    color: white;
}

label#gn {
    text-transform: capitalize;
    font-size: large;
    text-shadow: 2px 2px 5px #00000070;
}

a#add_new {
    float: right;
    color: green;
    box-shadow: 2px 2px 5px #00000082;
    display: none;
}

a#edit_this {
    color: #fff;
    text-decoration: underline;
}