.header-logo {
    height: 50px;
    width: auto;
}

.container-center {
    text-align: center;
}

.media-styling {
    border-radius: 10px;
}

.wrapper {
    display: flex;
    justify-content: center;
}

#digitale-rouwkaart{
    height: calc( 100vh - 110px );
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.btn-hp{
    padding: 0 15px 0 0;
    border-radius: 50px;
    display: block;
    height: 70px;
    line-height: 70px;
}
.btn-hp *{
    height: 70px;
    line-height: 70px;
    display: inline-block;
    float: left;
    margin-left: 10px;
}
.btn-hp:hover{
    background: #99bfc2;
}
.btn-hp:hover *{
    color: white;
}

.shareon{
    padding: 10px 0;
}
.wrapper .icon{
    position: relative;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    display: inline-block;
    align-items: center;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    color: #333;
    text-decoration: none;
}
.wrapper .tooltip {
    position: absolute;
    top: 0;
    line-height: 1.5;
    font-size: 14px;
    background-color: #ffffff;
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background-color: #ffffff;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.shareon a:hover .tooltip ,
.wrapper .icon:hover .tooltip {
    top: -45px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.wrapper .whatsapp:hover,
.wrapper .whatsapp:hover .tooltip,
.wrapper .whatsapp:hover .tooltip::before {
    background-color: #25d366;
    color: #ffffff;
}
.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
    background-color: #3b5999;
    color: #ffffff;
}
.wrapper .twitter:hover,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip::before {
    background-color: #46c1f6;
    color: #ffffff;
}
.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
    background-color: #e1306c;
    color: #ffffff;
}
.wrapper .envelope:hover,
.wrapper .envelope:hover .tooltip,
.wrapper .envelope:hover .tooltip::before {
    background-color: #0489c9;
    color: #ffffff;
}

/**
   BOVENSTAANDE CSS IS VOOR PAGINA VAN FILMPJE
 */



/*
 * products-component
 */
.products-component{
    text-align: center;
}
.products-component button span:nth-child(2){
    float: right;
}
.products-component button span:nth-child(1){
    float: left;
    font-size: 40px;
    padding-right: 5px;
}

.products-component button:hover span.color-main{
    color: white !important;
}
.products-component button span{
    line-height: 70px;
    height: 70px;
    display: inline-block;
    font-weight: 300;
}

.products-component button{
    background: white;
    border-radius: 45px;
    margin: 10px;

    padding: 0 10px;
    height: 70px !important;
    line-height: 70px !important;
    border: none !important;
    -webkit-appearance: none !important;
}

/*
 * Modal Component
 */
.modal-image-library-component .loader-wave-component{

    position: relative;
    height: 300px;

}
.modal-content-wrapper > *.modal-image-library-component .dropzone-container{

}


.modal-content-wrapper > *.modal-facebook-component,
.modal-content-wrapper > *.modal-image-library-component{
    width: calc( 100% - 420px );
}
.modal-component{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
//background: red;
    z-index: 9999;
}

.modal-component .backdrop{
    background: rgba(255,255,255,0.7);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

button:hover,
.modal-header > span:hover{
    cursor: pointer;
    background-color:  #85A6A8 !important;

}
.modal-header > span{
    line-height: 54px;
    font-size: 40px;
    border-radius: 45px;
    float: left;
    height: 54px;
    text-align: center;
    width: 54px;
}
.modal-header .pull-right *:hover{
    cursor :pointer;
}
.modal-header{
    color: #99bfc2;
}
.modal-header h3 .pull-left >div{
    line-height: 24px ;
    padding-left: 15px;
}
.modal-header h3 .pull-left i{
    line-height: 24px;
}
.modal-header h3 .pull-left *{
    float: left;
}
.modal-header h3{
    width: 100%;
    font-size: 18px;
    color: #99bfc2;
    padding: 0 !important;
    margin: 0;

}
.modal-content-wrapper > *{
    width: 480px;
    background: white;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);

}


.ui-resizable-w:hover,
.ui-resizable-e:hover{
    cursor: pointer;
}
.element.text:not(.selected) .actions-handle,
.element.text:not(.selected) .draggable-handle{
    display: none;
}


.element.text{
    //min-height: 44px !important;
}

.element.text.selected .ui-resizable-w:before,
.element.text.selected .ui-resizable-e:before{
    content: '';
    display: block;
    position: absolute;
    top: calc( 50% - 10px );
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    clear: both;
    z-index: 1;
}
.ui-resizable-w:hover:before,
.ui-resizable-e:hover:before{
    cursor: pointer;
    display: none;
}
.element.text.selected .ui-resizable-w:after {
    content: '';
    position: absolute;
    left: -20px;
    top: calc( 50% - 15px );
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 20px solid #99bfc2;
    clear: both;
}
.element.text.selected .ui-resizable-w:before {
    left: -15px;
    border-right: 12px solid white;
}
.element.text.selected .ui-resizable-e:after {
    content: '';
    position: absolute;
    right: -20px;
    top: calc( 50% - 15px );
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #99bfc2;
    clear: both;
}
.element.text.selected .ui-resizable-e:before {
    right: -15px;
    border-left: 12px solid white;
}

.canvas-foldline.vertical.center {
    left: calc(50% - 4px) !important;
    border: 0!important;
    background-image: url("data:image/svg+xml,%3Csvg width='5' height='5' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f37331' fill-opacity='0.75' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
    background-color: transparent;
    width: 9px;
    top: 0;
    bottom: 0;
    position: absolute;
}

.canvas-foldline.horizontal.center{
    border: none !important;
    height: 9px;
    top: calc(50% - 4px) !important;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='5' height='5' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f37331' fill-opacity='0.75' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
    left: 0;
    position: absolute;
}
.modal-content-wrapper{
    z-index: 9999;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

}

.modal-dialog{
    max-height: calc( 100vh - 120px );
    max-width: calc( 100vw - 120px );
}

.modal-header .pull-right *:hover{
    cursor: pointer;
}


/*
 * Address
 */
.product-info {
    text-align: center;
}
.product-info img{
    max-width: 150px;
    max-height: 150px;
}
/*
 * modal-products-component
 */

.kaartje img{
    width: 100%;
//margin: 15px;
}


.kaartje .select-card span{
    color: #f1f1f1;
    padding: 0 5px;
    font-size: 36px;
    background: white;
    line-height: 26px;
}
.kaartje .product-price span{
    margin-left: -10px;
    opacity: 0.7;
}
.kaartje .product-price{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    text-align: center;
    font-weight: 900;

}
.kaartje .select-card{
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    text-align: center;

}
.kaartje{
    position: relative;
}
.kaartje .image-title:hover{
    cursor: pointer;
}

.kaartje .image-title .card-title{


}
.kaartje {
    text-align: center;
}
.kaartje button{
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 24px;
    border: none;
    font-size: 18px;
    padding: 0 20px;
    margin: 0;
    margin-top: 20px;
}

.kaartje .image-title{
    position: absolute;
    top: calc( 50% - 21px );
    bottom: 0;
    right: 20px;
    left: 20px;
    text-align: center;
}

.modal-flowers-component .metro-image-scrollbox-container{
    overflow-y: hidden !important;

}

.distribution-component .metro-image-scrollbox-container{
    padding: 0 30px;
}

.modal-flowers-component .metro-image-container ,
.modal-products-component .metro-image-container {
    line-height: 0;
    -webkit-column-count: 3;
    -webkit-column-gap: 15px;
    -moz-column-count: 3;
    -moz-column-gap: 15px;
    column-count: 3;
    column-gap: 15px;
    width: calc( 100% );
}
.metro-image-container > *:hover{
    cursor: pointer;
}

/***
 Card Editor
 */
.modal-card-editor-component .modal-header h3 .pull-right >span{
    height: 64px;
    line-height: 64px;
    padding-right: 15px;
}
.modal-card-editor-component .modal-header h3 .pull-left >div:not(.card-thumbnail) {
    height: 64px;
    line-height: 64px;
}
.modal-card-editor-component .modal-header {
    padding: 0px 20px;
    height: 72px;
    line-height: 72px
}
.modal-card-editor-component .modal-header .card-thumbnail img{
    height: calc( 100% - 5px );
    width: auto;
}
.modal-card-editor-component .modal-header .card-thumbnail{
    height: 44px;
    overflow: hidden;
    margin: 10px;
    width: 44px;
    background: white;
    text-align: center;
    display: flex;
    justify-content: center;
    border-radius: 999px;
    padding: 0;
}
.modal-card-editor-component .modal-body{
    min-height: 240px;
    height: calc( 100vh - 200px );
}

.modal-card-editor-component .element.text .content p{
    margin: 0;
    padding: 0;
}
.modal-card-editor-component .element.text .content{
    width: 100%;
    height: 100%;
    border-radius: initial !important;
    border: none !important;
    outline: none !important;
    word-wrap: break-word;
    //min-height: 28px;
    user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;

}
.modal-card-editor-component .element.text{
    min-height: 24px;
    width: auto;
    min-width: 20px;
    z-index: 100;
    text-align: center;
    outline: dotted 1px #dee2e6;
    position: absolute;
}
.modal-card-editor-component{
    width: calc( 100% - 40px );
    align-items: flex-start;
}

#cardInterface {
    height: calc( 100% + 32px );
}
#cardInterface > div {
    float: left;
//margin: 0 20px;
    display: flex;
    flex-direction: column;
}

#canvasPagination button.active{
    background: red;
}
#canvasPagination{
    text-align: center;
}
#canvasArea {
    //overflow:hidden;
    outline: dotted 1px rgba(255,0,0,0.25);
}
#canvasArea .tox-tinymce-inline .tox-editor-header{
    border: none;
}
#canvasArea .tox .tox-tbtn{
    background: #99bfc2;
    color: #fff;
    margin: 0;
    border-radius: 0;
}
#visible-canvas{
    overflow: hidden;
    outline: solid 1px rgba(0,128,0,0.1);
    box-shadow: 0 0 5px 2px rgba(0,0,0,.2);
}

.edit-card-component.face-left #canvas{
    left: 0%;
}
.edit-card-component.face-right #canvas{
    right: 100%;
}
#canvas{
    transform: scale(1);
}

#canvasArea  .tox .tox-tbtn svg {
    fill: white;
}

#canvasArea .tox .tox-toolbar__group {
    padding: 0 !important;
}

#cardInterface{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -16px;
}

.edit-card-component #optionsArea{
    float: right;
}

#canvasArea{
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc( 100vh - 360px );
    margin: 10px;
    position: relative;
}
#canvas {
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    z-index: 10;
    box-shadow: 0 0 5px 2px rgba(0,0,0,.2);
    background-color: #f1f1f1;
}

.draggable--original,
.draggable-source--is-dragging{
    z-index: 99999;
    background: red;
}

/*
 * card-edit-zoom-component
 */

.card-edit-zoom-component span {
    height: 42px;
    line-height: 42px;
    width: 42px;
    text-align: center;
}
.card-edit-zoom-component span.material-symbols-outlined:hover{
    cursor: pointer;
    color: #99bfc2;
}
.card-edit-zoom-component{
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 24px;
}

/*
 * Color input
 */
body .vc-compact {
    width: 100%;
}
.color-picker-toolbar .vc-compact-colors .vc-compact-color-item {

    width: 28px;
    height: 28px;
}
.color-picker-toolbar .vc-compact-colors{
    display: flex;
    justify-content: center;
}
.color-picker-toolbar{
    position: absolute;
    width: 100%;
    top: 48px;
    z-index: 99;
}
.color-input >span.material-icons{
    font-size: 32px;

}
.color-input:hover{
    cursor: pointer;
}
.color-input{
    position: relative;
    height: 38px;
    width: 32px;
    text-align: center;
    padding: 3px 0px;
}
.color-input-color{
    position: absolute;
    height: 4px;
    width: 20px;
    border-radius: 2px;
    left: 6px;
    bottom: 9px;
}
/*
 * edit-card-component
 */
.edit-card-component{
    width: 100%;
    height: 100%;

}
/*
 * editCardText
 */

#editCardText p{
    padding: 0;
    margin: 0;
    word-wrap: break-word;
}
#canvas,
.draggable ,
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.element.text{
    outline: rgba(153, 191, 194, 0.5) dotted 2px;
    height: auto !important;
    padding: 2mm;
}
.element.text:not(.selected):hover{
    outline: rgb(153, 191, 194) dashed 2px !important;
    cursor:pointer;
}

.element.text.selected{
    outline: rgb(153, 191, 194) solid 2px !important;
}

.mce-content-body {
    border: none !important;
    outline: none !important;
}
/*
 * editCardTextToolbar
 */
#editCardTextToolbar{
    position: absolute;
    top: -34px;
    left: -1px;
}

.align-options {
    width: auto;
    float: left;
    padding: 3px;
    border: solid 1px #D9D9D9;
    border-radius: 4px;
}
.align-options span.active{
    color: #99bfc2;
    border: solid 2px #99bfc2;
}
.align-options span:hover{
    cursor: pointer;
}
.align-options span{
    font-size: 28px;
    display: inline-block;
    padding: 4px 0;
}


/***
Scroll Container
 */
*::-webkit-scrollbar {
    width: 16px;
}

*::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #e7e7e7;
    border: 1px solid #cacaca;
}

*::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid transparent;
    background-clip: content-box;
    background-color:darkcyan;
}

/***
Metro Scroll Container
 */
.metro-image-scrollbox-container {
    max-height: calc( 100vh - 360px );
    overflow-y: scroll;
}



/***
Material Icons
 */
h2 *[class^='material-symbols']:hover{
    cursor: pointer;
}
.modal-card-editor-component h2 *[class^='material-symbols'],
.modal-flowers-component h2  *[class^='material-symbols'],
.modal-products-component h2 *[class^='material-symbols'],
.add-condolance-form h2 *[class^='material-symbols']{
    line-height: 54px;
    font-size: 40px;
    border-radius: 45px;
    float: left;
    height: 54px;
    width: 54px;
    text-align: center;
}
*[class^='material-symbols']{
    font-family: 'Material Icons' !important;
}

.modal-card-editor-component .modal-dialog:nth-child(1){
    width: calc( 100% - 400px )
}
.modal-card-editor-component .modal-dialog:nth-child(2){
    width: calc( 360px )
}

/**
 * payment-method
 */
.payment-method-list > .payment-method:nth-child(1){
    padding-right: 20px;
}
.method-wrapper{
    padding: 5px;
}
.payment-method:hover{
    cursor: pointer;
}

.payment-component h2{
    font-weight: 500;
    font-size: 16px;
}
.payment-component blockquote{
    background-color: #f1f1f1;
    margin: 20px;
    max-width: calc( 100% - 40px );
    text-align: center;
    padding: 10px;
}

.payment-method:hover > .method-wrapper,
.payment-method.active > .method-wrapper{
    border: solid 1px #C6C9CC;
    background-color: #f1f1f1;
    border-radius: 2px;
}
.sub-payment-method.active > .method-wrapper,
.sub-payment-method:hover > .method-wrapper{
    border: solid 1px #C6C9CC;
    background-color: #f2f2f2;
    border-radius: 2px;
}

.payment-method img,
.sub-payment-method img{
    width: 75px;
}
.payment-method-list > div{
    float: left;
}
.btn-action{
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    background-color: #99bfc2;
    border: none;
    color: #fff;
    border-radius: 24px;
}

#btn-payment{
    background: #99bfc2;
    margin: 10px;
    color: #fff;
    padding: 0 10px;
    height: 42px !important;
    line-height: 42px !important;
    border: none !important;
    min-width: 160px;
}
.selecting-payment > .modal-body{
    height: auto;
}
.selecting-payment{
    max-width: 360px;
}


/*** actionsToolbar ***/
#actionsToolbar select:focus{
    border: rgb(153, 191, 194) solid 2px !important;
    border-radius: 4px;
}
#actionsToolbar select{
    font-size: 14px;
    width: 100%;
    height: 42px;
    line-height: 42px;
    border: solid 1px #D9D9D9;
    border-radius: 4px;
    outline: none !important;
}



/*** Font Style ***/
.btn-font-style.active{
    border: solid 1px #99bfc2;
    color: #99bfc2;
}
.btn-font-style >span{
    line-height: 42px;
    height: 42px;
}
.btn-font-style.bold{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.btn-font-style.italic{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.btn-font-style {
    text-align: center;
    height: 42px;
    line-height: 42px;
    width: 50%;
    float: left;
    background: white !important;
    border: solid 1px #D9D9D9;
}
/*** Color Picker ***/
.color-cell.active,
.color-cell:hover{
    border: solid 1px #99bfc2;
    cursor: pointer;
}
.color-cell{
    width: 42px;
    height: 42px;
    border-radius: 4px;
    border: solid 1px #D9D9D9;
    float: left;
    margin: 2px;
}
/*** editTextElement ***/
#editTextElement.selected .draggable-handle:hover{
    cursor: pointer;
}
#actionsToolbar h3{
    color: #444;
    font-size: 1.2rem;
}
#actionsToolbar select option{
    text-align: center;
}

/*** drawbox ***/
.drawbox{
//border: solid 3px rgba(30,161,161, 0.75);
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    position: absolute;
    z-index: 98;
}

.mobile{
//display: none;
    position: absolute;
}

.draggable-handle{
    left: calc( 50% - 24px );
    position: absolute;
    top: -50px;
    width: 42px;
    height: 42px;
    background: white;
    color: #444;
}
.actions-handle span:hover,
.draggable-handle span:hover{
    cursor: pointer;
    color: #99bfc2;
}
.actions-handle span,
.draggable-handle span{
    height: 42px;
    width: 42px;
    display: block;
    line-height: 42px;
    text-align: center;
}
.draggable-handle,
.actions-handle{
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    border-radius: 45px;
    background: white;
}
.actions-handle{
    left: calc( 50% - 24px );
    position: absolute;
    bottom: -50px;
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
}

.resize-handle.mobile-bottom-center,
.resize-handle.mobile-top-center{
    width: 60px;
    height: 10px;
}
.resize-handle.mobile-left-center,
.resize-handle.mobile-right-center {
    height: 60px;
    width: 10px;
}
.resize-handle.mobile-top-center{
    top: -4px;
    left: calc( 50% - 30px);
}
.resize-handle.mobile-right-center{
    right: -4px;
    top: calc( 50% - 30px);
}
.resize-handle.mobile-bottom-center{

    bottom: -4px;
    left: calc( 50% - 30px);
}
.resize-handle.mobile-left-center{
    left: -4px;
    top: calc( 50% - 30px);
}


.resize-handle{
    height: 16px;
    width: 16px;
//box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    border: solid 1px #f1f1f1;
    position: absolute;
    border-radius: 999px;
    background: white;
}



.resize-group{
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    position: absolute;
    z-index: 99;
}
.resize-handle.top{
    left: -6px;
    top: -6px;
}
.resize-handle.right{
    right: -6px;
    top: -6px;
}

.resize-handle.bottom{
    right: -6px;
    bottom: -6px;
}

.resize-handle.left{
    bottom: -6px;
    left: -6px;
}



/*
 * Modal address
 */
.modal-address-component .modal-dialog {

    min-width: 960px;
}

.thankyou-component .modal-dialog ,
.payment-component .modal-dialog {
    min-width: 480px;
}
/*
 * Modal
 */

.modal{
    background: rgba(255,255,255,0.7);
}

.modal-dialog-centered {
    justify-content: center;
}
.modal-content{
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    border: none;
    border-radius: 45px;
}
.modal-footer button,
.dropzone-upload-message-container button,
.image-background-filters button{
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    background-color: #99bfc2;
    border: none;
    color: #fff;
    border-radius: 24px;
}
/*
 * Loader Wave Component
 */
.rounded-circle {
    border-radius: 50%!important;
}

.load-more-row .fusion-button{
    padding: 10px 40px;
    font-size: 20px;
}
.load-more-row{
    margin-top: 20px;
    text-align: center;
}

.loader-wave-component h3,
.loader-component h3{
    padding-bottom: 40px;
    color: #99bfc2;
}
.loader-component {
    top: 0;
    bottom: 0;
    position: fixed !important;
    background: rgba(255,255,255,0.5);
}
.loader-component .wrapper{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}




.circle-loader{
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #99bfc2;
    border-radius: 50%;
    animation: loading 1.5s cubic-bezier(.8, .5, .2, 1.4) infinite;
    transform-origin: bottom center;
    position: relative;
}
@keyframes loading{
    0%{
        transform: translateY(0px);
        background-color: #99bfc2 ;
    }
    50%{
        transform: translateY(50px);
        background-color: #99bfc2;
    }
    100%{
        transform: translateY(0px);
        background-color: #99bfc2 ;
    }
}
.circle-loader-1{
    animation-delay: 0.1s;
}
.circle-loader-2{
    animation-delay: 0.2s;
}
.circle-loader-3{
    animation-delay: 0.3s;
}
.circle-loader-4{
    animation-delay: 0.4s;
}
.circle-loader-5{
    animation-delay: 0.5s;
}
.circle-loader-6{
    animation-delay: 0.6s;
}
.circle-loader-7{
    animation-delay: 0.7s;
}
.circle-loader-8{
    animation-delay: 0.8s;
}

.loader-wave-component h3{
    font-size: 18px;
    text-align: center;
    padding-bottom: 20px;
}
.loader-wave-component{
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,0.7);
}

@media only screen and (max-width: 600px) {
    #canvas{
        transform: scale(0.3);
        position: absolute;
    }
}
.enable-sharing-component{
    padding: 10px 0;
    margin-left: -30px;
}
#sharing-hover-info:hover{
    cursor :pointer;
}

#sharing-hover-info .popover{
    opacity: 1;
    position: absolute;
    left: 50px;
    top: 0px;
}

.shareon>* {
    width: 24px;
    padding: 5px;
    text-align: center;
}
.share-email:before{
    display: none;
}
#sharing-hover-info .material-symbols-outlined{
    color: #99bfc2;
}
#sharing-hover-info{
    font-size: 30px;
    position: absolute;
    right: -35px;
    top: -9px;
    display: block;
    z-index: 9999;
}
#showInfo{
    position: absolute;
    right: 0;
    width: 200px;
    font-size: 12px;
    padding: 5px;
    border-radius: 4px;
    background: #f1f1f1;
    border: solid 1px #99bfc2;
}
#showInfo .arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #99bfc2;
    position: absolute;
    right: 3px;
    top: -12px;
}
#showInfo .arrow-up:after {
    width: 0;
    height: 0;
    content: '';
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #f1f1f1;
    position: absolute;
    right: -8px;
    top: 2px;
}
.exp {
    display: table;
    width: 100%;
    height: 100%;
}
.exp .checkbox {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    position: relative;
}

label {
    display: inline-block;
    color: #99bfc2;
    cursor: pointer;
    position: relative;
}

label span {
    display: inline-block;
    position: relative;
    background-color: transparent;
    width: 25px;
    height: 25px;
    transform-origin: center;
    border: 2px solid  #99bfc2;
    border-radius: 50%;
    vertical-align: -6px;
    margin-right: 10px;
    transition: background-color 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
}
label span:before {
    content: "";
    width: 0px;
    height: 2px;
    border-radius: 2px;
    background:  #99bfc2;
    position: absolute;
    transform: rotate(45deg);
    top: 12px;
    left: 7px;
    transition: width 50ms ease 50ms;
    transform-origin: 0% 0%;
}
label span:after {
    content: "";
    width: 0;
    height: 2px;
    border-radius: 2px;
    background: #99bfc2;
    position: absolute;
    transform: rotate(305deg);
    top: 15px;
    left: 9px;
    transition: width 50ms ease;
    transform-origin: 0% 0%;
}
label:hover span:before {
    width: 5px;
    transition: width 100ms ease;
}
label:hover span:after {
    width: 10px;
    transition: width 150ms ease 100ms;
}
input[type="checkbox"] {
    display: none;
}
input[type="checkbox"]:checked + label span {
    background-color:  #99bfc2;
   // transform: scale(1.25);
}
input[type="checkbox"]:checked + label span:after {
    width: 10px;
    background: #fff;
    transition: width 150ms ease 100ms;
}
input[type="checkbox"]:checked + label span:before {
    width: 5px;
    background: #fff;
    transition: width 150ms ease 100ms;
}
input[type="checkbox"]:checked + label:hover span {
    background-color:  #99bfc2;
   // transform: scale(1.25);
}
input[type="checkbox"]:checked + label:hover span:after {
    width: 10px;
    background: #99bfc2;
    transition: width 150ms ease 100ms;
}
input[type="checkbox"]:checked + label:hover span:before {
    width: 5px;
    background: #99bfc2;
    transition: width 150ms ease 100ms;
}
