* {
    margin: 0;
    padding: 0;
}

.continut {
    width: 100%;
    height: 100%;
}

.col-menu {
    display: inline-block;
    width: 20%;
}

.col-container {
    display: inline-block;
    width: 80%;
}

:root {
    --aida-gray: #f4f5f5;
    --aida-grey: #edeeef;
    --aida-blue: #0075bc;
    --aida-bc: #c4c4c4;
}

.ai-bc {
    border-bottom: 1px solid var(--aida-bc);
}

.buble-bg {
    min-height: 1024px;
    height: auto;
    background: url(../backgrounds/bubbles.jpg) repeat-y;
    background-size: cover;
}


.temp-craciun{
    position: fixed;
    top:0;
    left: 0;
    width: 30px;
    height: 100%;
    background: url(/assets/temp/craciun/g3.png);
    background-size: 63px 80px;
    background-repeat: repeat-y;
    background-position: -22px 90px;
}
/*.temp-bg1{
    background: url(/craciun/g1.svg);
}*/
.temp-bg2{
    background: url(/assets/temp/craciun/g4.png);
    position: fixed;
    top:0;
    left: 0;
    width: 30px;
    height: 100%;
    background-size: 63px 80px;
    background-repeat: repeat-y;
    background-position: -22px 97px;
}

.ocean-bg {
    width: 100%;
    background: url(../backgrounds/aida-ocean.jpg) no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.log-menu {
    margin: 0 auto;
    width: 100%;
    min-height: 100%;
}

.form-control {
    outline: none;
}

.display {
    width: 100%;
    min-height: 100vh;
    height: auto;
    padding: 36px;
}

.white-bg {
    background: white;
}

.grey-bg {
    background: var(--aida-grey);
}

.grey-c {
    color: var(--aida-gray);
}

.gray-bg {
    background: var(--aida-gray)
}

.navbar.aida {
    padding: 20px 24px;
}

.d-flex.gray-bg.adjustment {
    margin: -36px -36px 0;
    padding: 24px 36px;
}

.shadow {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.footer {
    position: relative;
    display: block;
    width: 100%;
    min-height: 200px;
    height: auto;
    background: #212125;
    overflow: hidden;
    padding: 36px 0;
}

.wrapper {
    max-width: 1570px;
    margin: 0 auto;
}

.footer-pages {
    overflow: hidden;
    margin-bottom: 48px;
}

.footer-content {
    float: right;
    width: 20%;
}

.c-aida {
    color: var(--aida-blue);
}

.bg-aida {
    background: var(--aida-blue);
}

/* SOCIAL NETVORK footer  */
.add__multiple {
    position: relative;
}

.domain1 {
    position: absolute;
    display: none;
    left: -300px;
    top: -5px;
    transition: .3s;
    background: transparent;
    z-index: 100;
    transition: .5s;
}

.domain1-active {
    display: grid !important;
}

.add__link {
    padding: 9px 0;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(0, 117, 188, .8);
}

#facebook {
    cursor: pointer;
}

.anim1 {
    animation: a1 .15s linear forwards;
    opacity: 0;
}

.anim2 {
    opacity: 0;
    animation: a1 .15s linear forwards;
    animation-delay: .15s;
}

.anim3 {
    opacity: 0;
    animation: a1 .15s linear forwards;
    animation-delay: .3s;
}

.anim4 {
    opacity: 0;
    animation: a1 .15s linear forwards;
    animation-delay: .45s;
}

@keyframes a1 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.menu-open {
    display: none;
}

.menu-close {
    display: none;
}

::-webkit-input-placeholder {
    /* Edge */
    color: rgba(187, 187, 187);
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(187, 187, 187);
}

::placeholder {
    color: rgba(187, 187, 187);
}

.tooltipstered i {
    font-size: 20px;
}


.sel-ect {
    font-size: 18px !important;
    height: 36px !important;
    line-height: 36px !important;
    width: 100% !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    cursor: pointer !important;
}

.select2-selection__choice {
    font-size: 18px !important;
    line-height: 24px;
}

.sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 1;
}

.sticky-table {
    position: sticky;
    position: -webkit-sticky;
    left: 0;
    background: var(--aida-gray);
}

#descktop {
    display: block;
}

#device {
    display: none;
}

.group--margin {
    margin: 0 -15px !important;
}

.date-pick-redo {
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #555;
    font-size: 14px;
    outline: 1px;
    cursor: pointer;
    min-height: 34px;
    padding: 0 12px;
    display: inline-block;
    width: calc(54.4% - 40px);
}

.date-pick-redo:focus {
    outline: -webkit-focus-ring-color auto 1px;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 1px;
}

.btn-date-redo {
    width: 40px;
    height: auto;
    vertical-align: top;
    margin: 4px 0px 2px 2px;
}

.bp-ie {
    display: table;
    width: 100%;
}

.bp-ih {
    display: inline-block;
    width: 24%;
    vertical-align: top;
}

.bp-ic {
    display: inline-table;
    width: 48.1%;
}

.bp-i-e-m {
    display: block;
    width: calc(50% - 18px);
    margin: 0;
    padding: 0 0 12px 0;
    vertical-align: top;
}

.bp-io {
    display: inline-block;
    width: 22.5%;
    padding: 18px 0px 0 30px;
    vertical-align: top;
    padding-left: 0;
}

.band--open {
    display: none;
}

.select2-container--bootstrap.select2-container--focus .select2-selection {
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #66afe9;
}

.select2-container--bootstrap .select2-selection--single {
    padding: 0;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: brandon-grotesque, Helvetica, Arial, sans-serif;
    border: none;
    border-bottom: 1px solid #c4c4c4;
    border-radius: 0;
    box-shadow: none;
    outline: none;
}

.form-control:focus {
    outline: none;
    border: 1px solid 80bdff;
    box-shadow: none;
}

.col-mv {
    display: none;
}

.alert-mv {
    display: none;
}

.hover-aida {
    transition: .25s;
}

.hover-aida:hover {
    color: var(--aida-blue);
}

/* modificari bootstrap */
.btn:focus {
    box-shadow: none;
}

.btn.clicked {
    background: #0075bc;
    color: #fff;
}

.btn--primary.ck.clicked:focus,
.btn--primary.ck.clicked:hover {
    background: #0075bc;
    color: #fff;
}

.btn--primary.ck:focus,
.btn--primary.ck:hover {
    background: transparent;
    border: 1px solid #0075bc;
    color: #0075bc;
}

.v-a-m {
    vertical-align: middle !important;
}

.v-a-b {
    vertical-align: bottom !important;
}

.tag {
    width: 100%;
    height: auto;
    background: #ffffff;
    width: auto;
    height: auto;
    padding: 13px 0;
    font-size: 16px;
}

.image {
    display: inline-block;
    width: 70px;
    height: 70px;
}

.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
    border-radius: 50%;
}

.no-shadow {
    box-shadow: none;
}

.no-shadow:hover,
.no-shadow:focus,
.no-shadow:active {
    box-shadow: none !important;
}

#myTable td:hover {
    cursor: move;
}

.archived {
    background: #eeeeee;
}

.none {
    display: none;
}

.float {
    position: fixed;
    width: 100%;
    animation: float .25s ease-out;
    top: 0;
    left: 0;
    z-index: 2;
}

.high-q {
    display: block !important;
}

.low-q {
    display: none !important;
}

.float .nav-item small {
    display: none;
}

@keyframes float {
    0% {
        top: -200px;
    }

    100% {
        top: 0;
    }
}

.site-widget__photo .pz {
    width: 170px;
    height: 170px;
}


.language-selector {
    padding-top: 7px;
    margin-right: 10px;
}

.language-selector select {
    border: none;
    padding: 0 12px;
    height: 24px;
    line-height: 24px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    font-family: brandon-grotesque, Helvetica, Arial, sans-serif;
    border-radius: .25rem;
    outline: none;
}

.language-selector option {
    border: none;
    font-family: brandon-grotesque, Helvetica, Arial, sans-serif;
    outline: none;
}

.pagination > .active > span {
    z-index: 1;
}

.word-break {
    word-break: break-all;
}


.set-point-one{
    vertical-align: middle;
    display: block;
}
.set-point-two{
    vertical-align: middle;
    display: block;
}
.pre-wf{
    width: 100%;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 14px;
    margin: 21px 0 0 0;
}
.pre-wf p{
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: midlle;
    color: white;
}
.pre-wf a{
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: midlle;
    color: #0075bc;
}
.pre-wf img{
    width: 150px;
    height: auto;
    cursor: pointer;
}
.presentation-wf{
    position: absolute;
    font-family: 'Montserrat';
    bottom: 21px;
    left: 50%;
    font-size: 14px;
    transform: translateX(-50%);
}
.presentation-wf p{
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: middle;
    color: white;
}
.presentation-wf a{
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: middle;
    color: #0075bc;
}
.presentation-wf img{
    width: 150px;
    height: auto;
    cursor: pointer;
}

 .item__title a{
     word-break: break-all;
 }



/* modificari bootstrap */
@media screen and (max-width:1660px) {
    .date-pick-redo {
        width: calc(55.1% - 40px);
    }

    .site-widget__photo .pz {
        width: 165px;
        height: 165px;
    }

}

@media screen and (max-width:1475px) {
    .bp-ie {
        display: table;
        width: 100%;
    }

    .bp-ih {
        display: inline-block;
        width: 24%;
        vertical-align: top;
    }

    .bp-ic {
        display: inline-table;
        width: 47.5%;
    }

    .bp-i-e-m {
        display: block;
        width: calc(50% - 18px);
        margin: 0;
        padding: 0 0 12px 0;
        vertical-align: top;
    }

    .bp-io {
        display: inline-block;
        width: 22.5%;
        padding: 18px 0px 0 30px;
        vertical-align: top;
        padding-left: 0;
    }

    .site-widget__photo .pz {
        width: 160px;
        height: 160px;
    }
}

@media screen and (max-width:1420px) {
    .domain1 {
        left: -250px;
    }

    .bp-ie {
        display: table;
        width: 100%;
    }

    .bp-ih {
        display: inline-block;
        width: 24%;
        vertical-align: top;
    }

    .bp-ic {
        display: inline-table;
        width: 47%;
    }

    .bp-i-e-m {
        display: block;
        width: calc(50% - 15px);
        margin: 0;
        padding: 0 0 12px 0;
        vertical-align: top;
    }

    .bp-io {
        display: inline-block;
        width: 20%;
        padding: 18px 12px 0 30px;
        vertical-align: top;
        padding-left: 0;
    }


}

@media screen and (max-width:1340px) {
    .col-menu {
        width: 24%;
    }

    .col-container {
        width: 76%;
    }

    .nav__link {
        font-size: 15px;
    }

    .site-widget__photo .pz {
        width: 145px;
        height: 145px;
    }
}

@media screen and (max-width:1295px) {
    .domain1 {
        left: -240px;
    }

    .date-pick-redo {
        width: calc(57.3% - 40px);
    }

    .site-widget__photo .pz {
        width: 140px;
        height: 140px;
    }
}



@media screen and (max-width:1260px) {
    .domain1 {
        left: -170px;
        top: 0px;
    }

    .domain1 .short {
        display: none;
    }

    .site-widget__photo .pz {
        width: 133px;
        height: 133px;
    }
}

@media screen and (max-width:1200px) {
    .date-pick-redo {
        width: calc(57.2% - 35px);
    }

    .btn-date-redo {
        width: 35px;
        margin: 4px 0 0 0;
        padding: 0;
        text-align: center;
    }

    .dn-bp {
        display: none;
    }

    .site-widget__photo .pz {
        width: 120px;
        height: 120px;
    }

    .nav-item small {
        display: none;
    }

    .language-selector small {
        display: inline-block;
    }

    .language-selector {
        padding-top: 3px;
        margin: 0;
    }
}

@media screen and (max-width:1099px) {
    .footer-pages {
        overflow: visible;
    }

    .domain1 {
        position: relative;
        left: 0px;
        top: 0px;
    }

    .site-widget__photo .pz {
        width: 110px;
        height: 110px;
    }
}

@media screen and (max-width:1024px) {
    .tablet-redo-only {
        text-align: center;
    }
}

@media screen and (max-width:1014px) {
    label {
        font-size: 92% !important;
    }

    .date-pick-redo {
        width: calc(56.4% - 35px);
    }

    .menu-open {
        display: block;
        font-size: 30px;
        position: absolute;
        top: 17px;
        left: 21px;
        transition: .5s;
    }

    .menu-close {
        display: block;
        font-size: 27px;
        position: absolute;
        top: 17px;
        left: 21px;
        transition: .5s;
        color: white;
    }

    .col-menu {
        font-size: 16px;

    }

    .col-menu.buble-bg {
        position: fixed;
        z-index: 3;
        width: 300px;
        top: 0;
        left: -300px;
        transition: .5s;
        min-height: 200px;
        height: 100%;
        overflow: scroll;
    }

    .col-menu.buble-bg.active {
        left: 0px;
    }

    .navbar-brand.header__title {
        margin-left: 31px;
    }

    .col-container {
        width: 100%;
        transition: .5s;
    }

    .site-widget__photo .pz {
        width: 110px;
        height: 110px;
    }
}




@media screen and (max-width:770px) {

    /* TaBLET APP*/
    #descktop {
        display: none;
    }

    #device {
        display: block;
    }

    .split-bp {
        display: inline-block;
        vertical-align: top;
        width: 48%;
    }

    .d-flex.gray-bg.adjustment {
        margin: -36px -13px 0;
        padding: 13px;
    }

    .display {
        width: 100%;
        padding: 36px 13px;
    }

    .footer-pages {
        display: table;
        padding: 0;
    }

    ul.footer__nav {
        display: inline-block;
        margin: 0 !important;
        vertical-align: top;
        width: 50%;
        padding: 0 6px;
    }

    ul.footer__nav:nth-child(1) {
        margin-bottom: 24px !important;
    }

    ul.footer__nav:nth-child(2) {
        margin-bottom: 24px !important;
    }

    .footer__connect {
        padding: 0 6px;
    }

    .bp-ih {
        width: 27.5%;
        margin: 0 !important;
    }

    .bp-ic {
        width: 46%;
        margin: 0 !important;
    }

    .bp-i-e-m {
        width: calc(50% - 15px);
        padding: 0 0 12px 0;
    }

    .bp-io {
        padding: 18px 0px 0 30px;
    }

    .bp-u-f-r {
        display: block;
        width: 100%;
    }

    .icon-app {
        display: none;
    }

    .site-widget__photo .pz {
        width: 100px;
        height: 100px;
    }

}

@media screen and (max-width:670px) {
    .smm__item {
        margin-bottom: 12px;
    }



    .date-pick-redo {
        width: calc(58.3% - 35px);
    }

    .site-widget__photo .pz {
        width: 90px;
        height: 90px;
    }
    
    .tr-card{
        display: block;
        width: 100%;
        font-size: 0;
    }
    
    .ntm-card{
        display: none;
    }
    
    
    .om-fw{
        display: inline-block;
        width: 50%;
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .om-hw{
        display: inline-block;
        width: 25%;
        vertical-align: bottom;
        padding-left: 0!important;
        padding-right: 0!important;
       /* padding-top: 0!important;*/
        
        /*border-top: none!important;*/
    }
    .mb-pad{
        padding: 36px 21px;
    }

}

@media screen and (max-width: 608px) {
    .site-widget__photo .pz {
        width: 85px;
        height: 85px;
    }

    .p-set-point {
        width: 100%;
        display: block !important;
        font-size: 0;
    }

    .set-point-one {
        vertical-align: middle;
        max-width: 65%;
        display: inline-block;
        word-break: break-all;
        height: auto;
    }

    .set-point-two {
        vertical-align: middle;
        max-width: 35%;
        display: inline-block;
        word-break: break-all;
        height: auto;
    }
    
   
}

@media screen and (max-width:600px) {
    .bp-ie {
        padding-bottom: 0;
    }

    .bp-ih {
        width: 100%;
    }

    .bp-ic {
        width: 65%;
        padding: 0 24px;
    }

    .bp-i-e-m {
        display: block;
        width: calc(50% - 15px);
        padding: 0 0 12px 0;
        vertical-align: top;
        margin: 0 !important;
    }

    .bp-io {
        display: inline-block;
        width: 35%;
        padding: 0px 12px 0 24px;
        vertical-align: top;
    }

    .bp-u-f-r {
        display: block;
        width: 100%;
    }

    .filter-state {
        height: auto;
        overflow: visible;
    }

    .site-widget__photo .pz {
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width:575px) {
    .date-pick-redo {
        width: 100%;
    }

    .date-pick-redo:first-of-type {
        margin: 0 0 6px 0;
    }

    .group--margin {
        margin: 0 -14px !important;
    }

    .btn-date-redo {
        width: 50px;
        height: 30px;
        margin: 13px 0 0;
    }

    .band--open {
        position: relative;
        display: block;
        width: 100%;
        height: 1px;
        background: #ccc;
        margin: 23px 0;
        z-index: 0;
    }

    .band--open i {
        position: absolute;
        display: block;
        width: 30px;
        height: 30px;
        text-align: center;
        border-radius: 50%;
        line-height: 1.9;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(0deg);
        background: #edeeef;
        color: #ccc;
        z-index: 1;
        cursor: pointer;
        transition: .25s;
    }

    .filter-state {
        height: 0px;
        overflow: hidden;
        transition: .25s;
    }

    .split-redo {
        width: 50%;
    }

    .two-step-redo {
        width: 50%;
    }

    .navbar.aida {
        width: 100%;
        padding: 20px 20px;
        z-index: 2000;
    }
    .col-menu.buble-bg{
        z-index: 2001;
    }

    .mb-none {
        display: none !important;
    }

    .nav-link {
        margin-left: 10px;
        margin-right: 0;
    }

    .navbar-brand {
        display: none;
    }

    .nav-pills {
        width: 100%;
        justify-content: flex-end;

    }

    .custom-btn {
        width: 100%;
        text-align: center;
    }

    .custom-field {
        padding: 0;
    }
}

@media screen and (max-width: 550px) {

    /*MOBILE APP*/
    .col-menu.buble-bg {
        z-index: 2001;
        width: 320px;
        height: 100vh;
        left: -100vw;
        top: 0;
        transition: .5s;
    }



    .split-bp {
        width: 100%;
    }

    .buble-bg {
        background-repeat: repeat;
    }

    .col-menu.buble-bg.active {
        left: 0px;
    }

    .navbar-brand.header__title {
        margin-left: 31px;
    }

    .col-container {
        width: 100%;
        transition: .5s;
    }


    .tablet-redo-only {
        text-align: left;
    }

    .col-mv {
        display: table-cell;
    }

    .col-dv {
        display: none;
    }

    .alert-mv {
        display: block;
    }

    .custom-panel {
        text-align: center;
        width: 100%;
    }

    .dn-bp {
        display: inline-block;
    }

    /* .language-selector{
        top: 5px;
        right: 125px;
        margin: 0;
        padding: 0;
    }*/
    
    
      .om-fw{
        display: inline-block;
        width: 100%;
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .om-hw{
        display: inline-block;
        width: 50%;
        vertical-align: bottom;
        padding-left: 0!important;
        padding-right: 0!important;
        padding-top: 0!important;
        
        border-top: none!important;
    }
}

@media screen and (max-width:475px) {
    .icon-app {
        display: block;
    }

    .text-app {
        display: none;
    }

    .card--padded {
        padding: 27px;
    }

    .float {
        height: 50px;
        overflow: hidden !important;
    }

    .float .menu-open {
        top: 5px;
    }

    .float .nav.nav-pills {
        position: absolute;
        top: 5px;
        right: 20px;
    }

    .float .navbar-brand.header__title {
        display: none;
    }
    
    .navbar.aida.float .menu-open{
        z-index: 2000;
        position: absolute;
    }
    
    .high-q {
        display: none !important;
    }

    .low-q {
        display: block !important;
    }
    
    .navbar .nav-item .nav-link {
    padding: 0 20px;
    }
}

@media screen and (max-width:450px) {
    ul.footer__nav {
        width: 100%;
        vertical-align: top;
        display: inline-block;
    }

    ul.footer__nav:nth-child(3) {
        margin-bottom: 24px !important;
    }

    ul.footer__nav:nth-child(4) {
        margin-bottom: 24px !important;
    }

    .smm {
        display: grid;
    }

    .smm__item {
        padding: 0 0 0 37px;
    }

    .menu-open {
        top: 10px;
    }

    .menu-close {
        top: 13px;
    }

    /* .navbar.aida {
        height: 120px;
        padding: 40px 0 0 0;
    }*/

    /* .navbar-brand.header__title {
        display: block;
    }*/
    /*    .nav.nav-pills{
        top:10px;
        right: 20px;
    }*/
    /*.language-selector{
        top: 44px;
        right: 10px;
    }
    */
    .navbar .nav-item .nav-link {
        padding: 0 20px;
    }

    /*.float .nav-item {
        position: absolute;
        top: 5px;
    }*/

    .ro-edit {
        display: block;
        width: 100%;
        text-align: center;
    }

    .navbar.aida {
        padding: 12px 20px 6px;
    }

    .auth-redo {
        padding: 31px;
    }

    .btn-remove {
        display: none;
    }

    .margin-left-bp {
        margin-left: 7px;
    }

    .float.navbar.aida {
        height: 50px;
    }


    .two-step-redo {
        width: 100%;
    }

    .p-set-point {
        width: 100%;
        display: block !important;
        font-size: 0;
    }

    .set-point-one {
        vertical-align: middle;
        max-width: 100%;
        display: inline-block;
        word-break: break-all;
        height: auto;
    }

    .set-point-two {
        vertical-align: middle;
        max-width: 100%;
        display: inline-block;
        word-break: break-all;
        height: auto;
    }
}

@media screen and (max-width: 370px) {
    .nav-pills {
        top: 13px;
    }

}

@media screen and (max-width: 701px) {
    .country {
        width: 100%;
    }
}

/* SOCIAL NETVORK  */

@media screen and (orientation:landscape) {
    .layout--account {
        padding: 36px 0 23px 0;
    }

    .alert-mv {
        display: none;
    }
}

/*bootstrap edit*/
.card-header {
    border: none;
    background: white;
}

.ui-tooltip {
    background: #8e8e8e;
    font-size: 13px;
    color: white;
    padding: 3px 7px;
    text-align: center;
    border: none;
    border-radius: 2px;
}

.f-supliment {
    font-size: 1.025rem;
}

.mito {
    padding: 0 0 0 10px;
    font-size: 1rem;
}

.c-pointer {
    cursor: pointer;
}

.spread p {
    display: none;
    padding: 1px 0;
}



/*REGISTER NEW EDIT*/

@media screen and (max-width:450px) ,screen and (max-height:450px){
    .fieldset .auth__splitform:nth-child(n+6){
	overflow: visible;
   }
    .picker__frame{
        position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 100;
        top:0;
        left: 0;
    }
	
     .auth_register.auth-redo{
	padding-top: 250px;
	
    }
     .auth_register{
	border-top: none;
    }
    
}

/*REGISTER NEW EDIT*/