html::-webkit-scrollbar {
    display: none;
}

body, button, input, select, textarea, h1, h2, h3, p, span, a, label {
  font-family: 'Roboto' !important;  
}


.wrapped {
    background: url("../images/background.jpg") no-repeat center;
    height: 100vh;
    max-height: 100vh;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #000000;
    font-family: 'Roboto';
}

.content {
    position: absolute;
    text-align: center;
    max-width: 745px;
    width: 100%;
    padding:0 10px;
    margin:0 auto;
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    padding-bottom: 20px;
}

.content .logo {
    margin-bottom: 70px;
}

.form-shadow {
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
    padding-left:0;
    padding-right:0;
    padding-bottom: 0;
    overflow: hidden;
}

.form-shadow .form-heading{
    position: relative;
    font-size: 25px;
    font-weight: bold;
    font-style: italic;
}

.item-spacing {
    padding: 1em 0;
}

.form-shadow .form-heading span{
    position: relative;
    z-index: 10;
    padding:0 8px;
    background-color: #FFF;
}

.form-shadow .form-heading:after{
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    z-index: 1;
    width: 100%;
    height: 1px;
    background-color: #a2a2a2;
    opacity: 0.2;
}

.box.box-none {
    border:0;
    box-shadow: none;
}

.select-full,
.select-full select {
    width: 100%;
}

.form-action {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    background-color: #f0f2f3;
}

.form-action .button-back {
    font-size: 16px;
    position: absolute;
    left: 1.75rem;
    top: 55%;
    transform: translateY(-50%);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    color: #595959 !important;
}

.form-action .button-back span{
    margin-top: -5px;
}

.form-action .button {
    background-color: #7bc14e;
    color: #FFF;
    height: 46px;
    width: 100%;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 12px;
}


.content .form-action .note {
    position: absolute;
    display: inline-block;
    color: #7bc14e;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    left: 1.75rem;
}

.button.bg1 {
    background-color: #8a8a8d;
}

@media screen and (min-width: 769px) {
    .content {
        position: absolute;
        text-align: center;
        max-width: 745px;
        width: 100%;
        padding:0 15px;
        margin:0 auto;
        left: 50%;
        top: 39%;
        transform: translate(-50%, -50%);
    }

    .search-parental{
        max-width: 52%;
        top: 48%;
        left: 50%;
    }
}

.button-search {
    border-radius: 1px;
    border: solid 1px #70d44b;
    background-color: #7bc14e !important;
}

.box-search {
    position: relative;
    margin: 0em 3em;
}

.avatar {
    float: left;
    object-fit: contain;
    margin-left: 13px;
    margin-top: 13px;
}
.result-found {
    font-size: 18px;
    color: #8a8a8d;
}

.not-result-found {
    font-size: 18px;
    color: #8a8a8d;
    padding-bottom: 10px;
    border-bottom: solid 1px #dbdbdb;
}

.row-text {
    font-size: 14px;
}

.row-text span {
    margin-left: 3px;
}

.row-text img {
    transform: translateY(22%);
}


.box-result {
    margin-bottom: 2em;
}

.tr-default {
    background-color: #fafafa;
}

.tr-default td {
    position: relative;
    padding: 2% 0% 2% 4% !important;
}

.row-name {
    font-size: 20px;
    color: #000000;
    font-weight: 500;
}

.button-submit {
    width: 30%;
}

.default-image {
    padding: 15px 0px;
}

.create-parental {
    width: auto !important;
}

.pick-parent {
    margin-top: -10%;
    margin-right: 10%;
    position: absolute;
    right: 0;
}
.pick-parent button {
    background-color: #ff6c2c;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 5px !important;
}

.text-note {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ff6c2c;
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    padding: 3px 6px;
    text-transform: uppercase;
    border-radius: 3px;
}

.not-result {
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    margin-top: 6%;
    margin-bottom: 8%;
}

.not-result span {
    font-size: 25px;
    font-weight: 500;
    color: #8a8a8d;
}

.result-search tr {
    width: 100%;
    display: table;
}

.table-scroll::-webkit-scrollbar-track {
    display: none;
}

.table-scroll::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}

.table-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

.table-scroll {
    border: solid 1px #dbdbdb;
    border-radius: 5px;
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
}
.table-scroll tbody {
    display: table;
    width: calc(100% + 10px);
}

.table-default {
    border: solid 1px #dbdbdb;
    border-radius: 5px;
    display: block;
    overflow: auto;
}
.table-default tbody {
    display: table;
    width: 100%;
}

.result-search tr td:first-child {
    border-right: solid 1px #dbdbdb;
}