@charset "utf-8";

.frikoContainer.Title > h2 {
    background: #fff;
    border: 1px solid;
    width: 100%;
    text-align: center;
}

.frikoContainer.Title > h2 .TitleH2 {
    color: #007934;
    line-height: 40px;
    word-wrap: break-word;
}

.frikoContainer.PopUp .bg-popUp {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.8);
}

.dnnEditState .frikoContainer.PopUp .bg-popUp,
.dnnEditState .frikoContainer.PopUp .bg-popUp .content {
    position: relative;
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
    top: 0;
    left: 0;
    z-index: inherit;
    background: none;
    transform: none;
}

.frikoContainer.PopUp .bg-popUp .content {
    position: relative;
    width: 800px;
    max-width: 95%;
    height: auto;
    max-height: 90vh;
    top: 50%;
    left: 50%;
    padding: 20px;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    background: #ffffff;
    overflow-y: auto;
    overflow-x: hidden;
}

.frikoContainer.PopUp .bg-popUp .content > h2 {
    font-size: 29px;
    text-align: center;
}

.frikoContainer.PopUp.ax-form .ModDynamicFormsC {
    padding: 0;
    box-shadow: none;
}

.frikoContainer.PopUp.ax-form .ModDynamicFormsC .DF-FieldRow {
    display: inline-block;
    width: 100%;
    padding: 0;
}

.guardaVideo p {
    text-align: center;
    font-size: 29px;
    text-align: center;
    color: rgb(248, 161, 48);
}

.frikoContainer.PopUp.ax-form .ModDynamicFormsC p.ex-text-info {
    text-align: center;
    margin: 0;
    font-weight: bold;
    color: #565555;
    line-height: 23px;
}

.frikoContainer.PopUp.ax-form .ModDynamicFormsC .DF-FieldRow label {
    margin-bottom: 1rem;
}

a.btnGuardaVideo {
    background: #00a6de;
    text-decoration: none;
    border: 0;
    text-shadow: none;
    box-shadow: none;
    display: inline-block;
    border-radius: 0;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-family: 'roboto_slabbold';
    font-size: 19px;
    padding: 15px 64px;
    color: #fff !important;
    width: 45%;
    text-align: center;
    margin: 40px auto 0;
    display: block;
}

a.btnGuardaVideo:hover {
    background: #70025c;
    text-decoration: none;
}