/* ----- General ----- */
#d3ViewModal .modal-content {
    background-color: #433833;
    color: #fff;
}

#d3ViewModal .modal-header h4 {
    font-weight: 600;
}

#d3ViewModal .modal-header,
#d3ViewModal .modal-footer {
    padding: 10px 15px;
}

#d3ViewModal .modal-header .close {
    color: #fff;
    opacity: 0.5;
}

#d3ViewModal .modal-header .close:hover {
    opacity: 0.8;
}

#d3ViewModal .modal-footer button.btn-primary {
    background-color: #92BF21;
    border-color: #cdd6b7;
}

#d3ViewModal .modal-body {
    padding: 0;
}

/* ----- Iframe ----- */
#d3ViewModal .iframe-container {    
    padding-bottom: 60%;
    padding-top: 30px; height: 0; overflow: hidden;
}

#d3ViewModal .iframe-container iframe,
#d3ViewModal .iframe-container object,
#d3ViewModal .iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ----- Image ----- */
/*#d3ViewModal .img-container {
    overflow-y: auto;
}*/

#d3ViewModal .img-container img {    
    width: 100%;
}

/* ----- Notice ----- */

#d3ViewModal .notice-container {    
    padding: 15px;
    text-align: center;
    font-size: 1.6rem;
}

.tuto-modal-content {
    color: black;
    background: rgb(255,255,255);
    padding: 0!important;
}

.tuto-modal-content .bg-grad-white-green {
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(143,189,38,1) 100%);
}

.tuto-modal-content .row  {
    position:relative;
    top: 0;
}

.tuto-modal-content .row.bb  {
    border-bottom: 2px solid black;
}

.tuto-modal-content p  {
    font-size: 1.2rem;
    margin: calc( 20% - 10px );
}

.tuto-modal-content p.bl  {
    text-align: left;
    border-left: 2px solid black;
    padding-left: 0.5rem;
}

.tuto-modal-content p.br  {
    text-align: right;
    border-right: 2px solid black;
    padding-right: 0.5rem;
}

.tuto-modal-content .icon  {
    height: 6rem;
}

.tuto-modal-content .number  {
    position:absolute;
    top:50%;
    left: 50%;
    border-top: 2px solid black;
    width: 20%;
    margin-left: -10%;
}

.tuto-modal-content .round  {
    height: 3rem;
    width: 3rem;
    border: 4px solid #782074;
    background-color: white;
    border-radius: 50%;
    margin-bottom: -1.5rem;
    margin-left: -1.5rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    font-size: 1.5rem;
    font-weight:900;
    color: #782074;
    font-family: 'Lobster', cursive;
}

.tuto-modal-content .center-separator  {
    position: absolute;
    left: 50%;
    width: 2px;
    background-color: black;
    height: 100%;
}