@font-face {
    font-family: "gotham-rounded-book";
    src: url("../fonts/gotham-rounded-book.eot"); /* IE9 Compat Modes */
    src: url("../fonts/gotham-rounded-book.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/gotham-rounded-book.otf") format("opentype"), /* Open Type Font */
    url("../fonts/gotham-rounded-book.svg") format("svg"), /* Legacy iOS */
    url("../fonts/gotham-rounded-book.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/gotham-rounded-book.woff") format("woff"), /* Modern Browsers */
    url("../fonts/gotham-rounded-book.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "gotham-rounded-bold";
    src: url("../fonts/gotham-rounded-bold.eot"); /* IE9 Compat Modes */
    src: url("../fonts/gotham-rounded-bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/gotham-rounded-bold.otf") format("opentype"), /* Open Type Font */
    url("../fonts/gotham-rounded-bold.svg") format("svg"), /* Legacy iOS */
    url("../fonts/gotham-rounded-bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/gotham-rounded-bold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/gotham-rounded-bold.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Fredoka One";
    src: url("../fonts/FredokaOne-Regular.eot"); /* IE9 Compat Modes */
    src: url("../fonts/FredokaOne-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/FredokaOne-Regular.otf") format("opentype"), /* Open Type Font */
    url("../fonts/FredokaOne-Regular.svg") format("svg"), /* Legacy iOS */
    url("../fonts/FredokaOne-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/FredokaOne-Regular.woff") format("woff"), /* Modern Browsers */
    url("../fonts/FredokaOne-Regular.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}
.profile-form {
    width: 90%;
}
#user-profile-id {
    margin-top:50px;
    margin-bottom: 50px;
    font-family: "gotham-rounded-book";
    color: #fff;
    margin-top: 100px;
}

.profile-parent-sec, .profile-nounou-sec {

    background-color:#8aa8e1;
    border-radius:15px;
    padding:15px;
}
.profile-backg {
    background-image: url('/assets/images/profile-backg.png');
    height: 220px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border: 1px dashed #bed2f7;
    border-bottom: 3px solid #fff;
    position: relative;
}
.profile-backg .image-profile {
    position: absolute;
    left: calc((100% - 233px)/2);
    top: 25px;
}
/*hexagon image*/
.hexagon {
    position: relative;
    margin: 20px auto 0 auto;
    width: 233px;
    height: 245px;
    overflow: hidden;
    color: #fff;
    -webkit-mask-image: url('../../assets/images/hexa-nounou.png');
    -webkit-mask-repeat: no-repeat;
    text-align: center; }
.hexagon-ie {
    max-width: 145px;
    width: 100%;
    border-radius: 200px;
}
/*end hexagon image*/

/*Hexagon IE Image Fix*/
.hexagon-ie-fix {
    overflow: hidden;
    visibility: hidden;
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg);
    width: 120px;
    height: 135px;
    margin: -80px 0 0 10px;
    /*display:none;*/
}
.hexagon-in1 {
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.hexagon-in2 {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;

    visibility: visible;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
/*End IE FIX*/




.profile-form {
    height:unset !important;
}
.profile-form .prof-img-pos {
    position: absolute;
    /*top: 200px;*/
    top: 155px;
    width: 50%;
    float: left;
    text-align: center;
    height: 229px;
}
.profile-form .info-profile {
    text-align: center;
    margin-top: 100px;
    width: unset;
    float: unset;
    height: unset;
}
.prof-coor p:first-child, .child-list-title {
    font-family: "gotham-rounded-bold";
    font-size: 24px;
    font-weight: bold;
}
.prof-coor p:last-child, .child-not-found {
    font-size: 21px;
    letter-spacing: .425px;
}
.parent-action {
    margin-bottom: 30px;
    text-align: center;
}
.round-button {
    position: relative;
}
.round-button a img {

    width: 35%;
}
.round-button p {
    padding-top: 10px !important;
}
.notification-numb {
    position: absolute;
    left:75px;
    background-color: #e95073;
    border: 3px solid #8aa8e1;
    color: #fff;
    border-radius: 50px;
    padding: 3px 10px;
}

.blue-dashed-cont {
    border: 1px dashed #bed2f7;
    border-radius:15px;
}
/*chlidren list*/
.child-list {
    margin-top: 50px;
    border-radius:15px;
    background-color:#88c879;
    padding:15px;

}
.green-dashed-cont {
    border: 1px dashed #fff;
    border-radius:15px;

}
.child-list-title {
    margin-top: 30px;
    margin-left: 35px;
}
.child-not-found {
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
}
.menu-dash-profile a {
    margin-bottom:30px;
    margin-top: 30px;
    padding: 12px 15px;
    border-radius: 12px;
    background-color: #588fd8;
    border: none;
}
.p-child-list {
    text-align: center;
    margin-top: 20px;
}
.p-child-list li {
    padding-right: 20px;
}
.p-child-list li img {
    /*width: 15%;*/
    border-radius: 50px;
    border: 4px solid #fff;

}

.p-child-list li:nth-child(2) {
    font-size: 21px;
    padding-right:30px;
}
.btn-child, .btn-child:hover, .btn-child:active, .btn-child:focus {
    background-color: #88c878;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 5px 20px;
    color: #fff;
    margin-right: 20px;
}


/**Nounou Profile**/

/*****Nounou intro****/

.intro-profile, .service-profile {
    text-align: left;
}

.yes-option {
    background-color: #4adca6;
    border-radius: 11px;
    margin-left: 15px;
    width: 60px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
}
.no-option {
    background-color: #e95072;
    border-radius: 11px;
    margin-left: 15px;
    width: 60px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
}
@media (max-width: 500px) {
    .yes-option, .no-option {
        width: 50px;
    }
}

/**Menu notification**/

.menu-notif {
    margin-top: 5px;
    position: absolute;
    background-color: #e95073;
    border: 1px solid #e95073;
    color: #fff;
    border-radius: 50px;
    padding: 3px 8px;
    font-size: 12px;
    /*margin-left: 2px;*/
    margin-left: 12px;
    margin-top: -5px;
    font-size: 12px;
}

.kid-img img {

    border-radius: 50px;
    border: 4px solid #fff;
}