.dino-child-progress-header,
.dino-children-slide {
    padding: 15px;
    width: 450px;
    min-width: 450px;
    max-width: 450px;
    border-radius: 20px;
    background: linear-gradient(20deg, #ffc85b, #fa9db7);
    margin-right: 10px;
}

.dino-child-progress-individual-wrapper  {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.dino-child-progress-header {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    position: relative;
}

.dino-children-slider {
    padding: 30px 0;
}

.dino-children-slider .dino-child-slide {

}

.dino-children-slider::-webkit-scrollbar {
  height: 8px; 
  background-color: rgba(0,0,0,0);
  -webkit-border-radius: 100px;
}


.dino-children-slider:not(.slick-slider) {
    display: flex;
    overflow-x: auto;
}

.dino-add-child-trigger {
    color: #fff;
    font-family: 'Nunito',sans-serif;
    font-weight: bold;
    font-size: 24px;
    height: 100%;
    width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    line-height: 1;	
}

.dino-children-wrapper {
    margin: 30px 0;
}

.dino-child-slide-inner {
    height: 150px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.dino-add-child-trigger span:first-child {
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: border 0.2s, background 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.dino-children-slide.dino-add-child-box {
    cursor: pointer;
    user-select: none;
}

.dino-child-step-photo-overlay,
.dino-child-switcher-overlay,
.dino-add-edit-child-overlay {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s;
}

.dino-child-step-photo-modal,
.dino-child-switcher-modal,
.dino-add-edit-child-modal {
    position: fixed;
    z-index: 99;
    top: 50%;
    left: 50%;
    width:  94%;
    max-width: 640px;
    background: #fff;
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -40%);
    transition: transform 0.2s, opacity 0.2s, visibility 0.2s;
	border-radius: 20px;
}

.dino-child-step-photo-wrap.active .dino-child-step-photo-overlay,
.dino-child-step-photo-wrap.active .dino-child-step-photo-modal,
.dino-child-switcher-wrapper.active .dino-child-switcher-overlay,
.dino-child-switcher-wrapper.active .dino-child-switcher-modal,
.dino-add-edit-child-modal-wrap.active .dino-add-edit-child-modal,
.dino-add-edit-child-modal-wrap.active .dino-add-edit-child-overlay {
    opacity: 1;
    visibility: visible;
}

.dino-child-step-photo-wrap.active .dino-child-step-photo-modal,
.dino-child-switcher-wrapper.active .dino-child-switcher-modal,
.dino-add-edit-child-modal-wrap.active .dino-add-edit-child-modal {
    transform: translate(-50%, -50%);
	border-radius: 20px;
}

.daterangepicker th.month select {
    padding: 3px;
    margin: 0 2px;
    display: inline-block;
}

.dino-add-edit-child-modal:not(.dino-child-editing) .dino-delete-child {
    display: none;
}

.dino-form-row-actions {
    display: flex;
    justify-content: center;
}

.dino-form-row {
    margin: 0 0 10px;
}

.dino-form-row input,
.dino-form-row select {
    width: 100%;
}

.dino-form-row.has-error input,
.dino-form-row.has-error select {
    box-shadow: 0 0 2px #cb0009;
}

.dino-form-row.has-error label {
    color: #cb0009;
}

.dino-form-field label {
    font-size: 16px;
    font-weight: 600;
}

.dino-child-step-photo-modal.ajaxing:before,
.dino-add-edit-child-modal.ajaxing:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.85;
	border-radius: 20px;
}

.dino-child-step-photo-modal.ajaxing:after,
.dino-add-edit-child-modal.ajaxing:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid #000;
    border-radius: 50%;
    border-right-color: transparent;
    animation: ajaxing 1s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
	border-radius: 20px;
}


@keyframes ajaxing {
    to {
        transform: rotate(360deg);
    }
}

.dino-child-progress-header .dino-child-slide-inner,
.dino-child-slide .dino-child-slide-inner {
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}

.dino-child-avatar-wrap {
    width: 100px;
    height: 100px;
    align-self: flex-start;
    background: #fff;
    border-radius: 50%;
    padding: 3px;
    overflow: hidden;
    position: relative;
}

.dino-child-avatar-wrap label {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.dino-child-avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.dino-child-avatar-wrap.ajaxing:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
}

.dino-child-avatar-wrap.ajaxing:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    border-right-color: transparent;
    animation: ajaxing 1s infinite linear;
}

.dino-child-slide-right {
    color: #fff;
    text-align: right;
    line-height: 1.4;
    padding-right: 10px;
}

.dino-child-name {
    font-size: 20px;
    font-weight: bold;
}

.dino-child-edit {
    position: absolute;
    bottom: 10px;
    right: 60px;
}

.dino-child-edit a {
    color: #fff;
}

.dino-child-edit a i {
    border: 2px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 16px;
    transform: rotate(60deg);
}
.dino-child-direct {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.dino-child-direct a {
    color: #fff;
}
.dino-child-direct a i {
    border: 2px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 16px;
    transform: rotate(0deg);
}

a.dino-delete-child {
margin-left: 10px;
    /* display: inline-flex; */
    /* align-items: center; */
    border: 1px solid #e72f77;
    /* border-radius: 35px; */
    /* padding: 15px 30px; */
    color: #e72f77;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 10px;
    border-width: 1px;
    border-style: solid;
    border-radius: 30px;
    padding: 6px 32px;
    font-family: inherit;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0;
    /* color: #ffffff; */
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    /* background: transparent; */
    transition: 0.4s;
    border-color: currentColor;
    text-transform: capitalize;
    letter-spacing: 0;
}

@media all and (max-width: 1200px) {
    .dino-children-slide {
        width: 300px;
        max-width: 300px;
        min-width: 300px;
    }
}

@media all and (max-width: 767px) {
    .dino-children-slide {
        width: 300px;
        min-width: 300px;
        max-width: 300px;
    }

    .dino-child-avatar-wrap {
        width: 100px;
        height: 100px;
    }

    body .dino-children-row-wrap.elementor-section .elementor-container {
        max-width: 100%;
        width: 100%;
    }

    body .dino-children-row-wrap.elementor-section .elementor-container .elementor-widget-wrap {
        padding-left: 0;
        padding-right: 0;
    }

    body .dino-children-row-wrap.elementor-section h2 {
        padding-left: 20px;
    }

    body .dino-children-row-wrap.elementor-section .dino-children-slider {
        padding-left: 20px;
        padding-right: 10px;
    }
}

.dino-form-row-actions .dino-save-child:hover,
.dino-form-row-actions .dino-save-child:focus {
    color: #fff;
    background: #fa9db7;
}

a.dino-child-switch {
    border: 2px solid #fff;
    color: #fff;
    padding: 5px 15px;
    display: block;
    position: absolute;
    bottom: 0;
    white-space: nowrap;
    right: 0;
    border-radius: 10px;
}

.dino-child-progress-individual-wrapper:not(.active) {
    display: none;
}

.dino-child-progress-categories {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dino-child-progress-category-wrap {
    width: 49%;
    border-radius: 8px;
    padding: 20px;
    position: relative;
    margin: 0 0 24px;
    cursor: pointer;
}

.dino-child-step-card-bg,
.dino-child-progress-category-bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 1;
    transition: opacity 0.2s;
}

.dino-child-progress-category-wrap:hover .dino-child-progress-category-bg {
    opacity: 0.2;
}

.dino-child-progress-category {
    position: relative;
    padding-right: 50px;
    min-height: 85px;
    display: flex;
    align-items: center;
}

.dino-child-category-progress {
    position: absolute;
bottom: -15px;
    right: -5px;
    font-size: 22px;
}

.dino-child-category-dwl {
    position: absolute;
bottom: -15px;
    right: -5px;
    font-size: 22px;
}

.dino-child-progress-category-thumb {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 14px;
    min-width: 60px;
}

.dino-child-progress-category-name {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
}

.dino-child-category-steps-inner {
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dino-child-category-step {
   width: 49%;
    border-radius: 8px;
    position: relative;
    margin: 0 0 24px;
    border: 2px solid #000;
}

.dino-child-category-card {
    padding-bottom: 50px;
}

.dino-step-card-inner {
    padding: 10px;
    text-align: center;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 600;
}

.dino-step-info-popup-wrap {
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
    z-index: 1;
}

.dino-step-info-popup-wrap > span {
    position: absolute;
    background: #fff;
	font-size: 12px;
    width: 300px;
    padding: 5px;
    box-shadow: 0 0 2px rgba(0,0,0,0.35);
    top: 100%;
    left: 50%;
    margin-left: -320px;
    opacity: 0;
	line-height: 20px;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
    transform: translateY(5px);
}

.dino-step-info-popup-wrap:hover > span {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dino-step-card-action {
    border-top: 2px solid #000; 
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    align-items: center;
    text-align: center;
    display: flex;
}

.dino-step-card-action a {
    padding: 5px;
    font-weight: bold;
    font-size: 16px;
    display: block;
    width: 100%;
}

.dino-step-card-action a:nth-child(2) {
    display: none;
}

.dino-step-card-action a:nth-child(3) {
    order: -1;
    display: none;
}

.dino-child-category-step.dino-is-skippable:not(.done) .dino-step-card-action a:nth-child(3) {
    display: block;
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    border-right: 2px solid;
    margin-top: -1px;
}

.dino-child-progress-wrapper.dino-show-category-steps .dino-child-progress-categories {
    display: none;
}

.dino-child-progress-wrapper.dino-show-category-steps .dino-child-switch {
    display: none;
}

.dino-child-category-steps {
    display: none;
}

.dino-show-category-steps .dino-child-category-steps {
    display: block;
}

.dino-child-switcher-modal {
    max-height: 90vh;
    overflow-y: auto;
}

.dino-child-switcher-modal .dino-switch-child-item {
    cursor: pointer;
    margin-bottom: 20px;
}

.dino-children-progress-back-link {
    display: none;
    position: absolute;
    top: -16px;
    left: 0;
}
.dino-children-progress-back-link a {
    border: 2px solid #0c428c;
    color: #0c428c;
    font-weight: bold;
    display: inline-flex;
    padding: 5px 15px;
    line-height: 1;
    border-radius: 10px;		
}

.dino-show-category-steps .dino-children-progress-back-link {
    display: block;

}

.dino-child-progress-wrapper {
    position: relative;
    padding-top: 20px;
}

.dino-child-open-category {
    display: none;
}

.dino-child-progress-bg {
    position: absolute;
    top: 0; 
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    transition: opacity 0.2s, background 0.2s;
}

.dino-show-category-steps .dino-child-progress-bg {
    opacity: 1.0;
}
.dino-show-category-steps .dino-child-progress-header {
    background: transparent;
}

.dino-show-category-steps .dino-child-open-category {
    opacity: 1;
    visibility: visible;
    display: block;
    margin-top: 20px;
    font-weight: bold;
    font-size: 30px;
	line-height: 1.1;
}

.dino-child-category-done-sep {
    width: 100%;
}

.dino-child-category-step.done {
    order: 2;
    filter: grayscale(1);
}

.dino-child-category-step.done .dino-step-card-action a:nth-child(2) {
    display: block;
}

.dino-child-category-step.done .dino-step-card-action a:nth-child(1) {
    display: none;
}



.dino-child-photo-step-title {
    font-size: 15px;
	line-height: 25px;
    color: #12265a;
	padding-bottom: 10px;
	text-align: center;
}

.dino-child-step-photo-upload {
    width: 100px;
    height: 100px;
    position: relative;
    margin: 0 auto;
}

.dino-child-step-photo-upload input {
    opacity: 0;
}

.dino-child-step-photo-upload label {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.dino-child-step-photo-actions .dino-child-step-submit a {
    display: flex;
}

.dino-child-step-photo-actions a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #0c428c;
	border-radius: 10px;
    color: #0c428c;
    font-weight: bold;
    margin: 10px 0 10px;
}

.dino-child-step-photo-modal {
    max-width: 400px;
}

.dino-child-step-photo-actions a:hover {
    background: #87d3f1;
    color: #fff;
}

.dino-child-step-photo-actions .dino-child-step-cancel a {
    border-color: #fa9db7;
    color: #fa9db7;
}

.dino-child-step-photo-actions .dino-child-step-cancel a:hover {
    background: #fa9db7;
    color: #fff;
}

.dino-child-step-photo-upload label {
    background: url('../img/image-ph.png') no-repeat center center;
    background-size: 80%;
}

.dino-child-step-img {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 20px;
    left: 8px;
	border-radius: 61px;
}

.dino-step-card-inner {
    padding-left: 80px;
    padding-right: 80px;
}

.dino-switch-child-item.current-selected .dino-child-progress-header {
    box-shadow: 0 0 0 5px #ffc85b;
}

.dino-child-category-done-sep {
    width: 100%;
    height: 2px;
    border-top: 2px solid #ddd;
    margin: 5px 0 25px;
    opacity: 0;
}

.done ~ .dino-child-category-done-sep {
    opacity: 1;
}

.dino-prevent--scroll {
    overflow: hidden;
}

.dino-image-less .dino-child-step-photo-upload {
    display: none;
}

@media all and (max-width: 992px) {
    .dino-step-card-inner {
        padding-left: 55px;
        padding-right: 55px;
    }

    .dino-child-step-img {
        width: 50px;
        height: 50px;
    }
	
    .dino-show-category-steps .dino-child-open-category {
        font-size: 22px;
    }

    .dino-child-slide-right {
        width: 300px;
    }

}

@media all and (max-width: 767px) {
    .dino-child-progress-category-wrap,
    .dino-child-category-step {
        width: 100%;
    }
    .dino-step-info-popup-wrap > span {
        top: 100%;
        left: 100%;
    }
    .dino-show-category-steps .dino-child-open-category {
        font-size: 18px;
    }

    .dino-child-slide-right {
        width: 200px;
    }

    .dino-child-slide-right-steps {
        width: 300px;
    }

}

/* Donuts */
.dino-child-thumb-wrap {
    position: relative;
    margin-right: 20px;
}

.dino-child-thumb-wrap > svg {
    position: absolute;
    left: -15%;
    top: -15%;
    width: 130%;
    height: 130%;
}

.dino-child-progress-category-thumb {
    margin: 0;
    position: relative;
}

.dino-donut-segment {
    transition: all 3s ease-out;
}

.dino-donut-segment {
    fill: transparent;
}

.dino-disable-donut-animation .dino-donut-segment {
    transition: none;
}
