

html,
body {
    height: 100%;
}

body {
    --fixed-header-height: 80px;
    /* begin palette 
      Triad https://paletton.com/#uid=43r0z0k7RUd2C+G5KYy96Nw8SEr
      Mono  https://paletton.com/#uid=13r0u0k7UUa3cZA5wXlaiQ5cFL3      
      */
    --color-primary-0: rgba(180, 218, 235, 1);
    /*#region Main Primary color #b4daeb */
    --color-primary-1: rgba(227, 244, 251, 1);
    --color-primary-2: rgba(204, 232, 244, 1);
    --color-primary-3: rgba(155, 202, 223, 1);
    --color-primary-4: rgba(129, 184, 208, 1);
    /*#region Main complement color (1) */
    --color-complement-0: rgba(255, 225, 192, 1);
    --color-complement-1: rgba(255, 243, 230, 1);
    --color-complement-2: rgba(255, 234, 211, 1);
    --color-complement-3: rgba(255, 216, 173, 1);
    --color-complement-4: rgba(255, 207, 154, 1);
    --color-secondary-1-0: rgba(255, 198, 192, 1);
    /*#region Main Secondary color (1) */
    --color-secondary-1-1: rgba(255, 236, 234, 1);
    --color-secondary-1-2: rgba(255, 214, 209, 1);
    --color-secondary-1-3: rgba(255, 189, 183, 1);
    --color-secondary-1-4: rgba(255, 191, 184, 1);
    --color-secondary-2-0: rgba(255, 239, 192, 1);
    /*#region Main Secondary color (2) */
    --color-secondary-2-1: rgba(255, 250, 234, 1);
    --color-secondary-2-2: rgba(255, 243, 209, 1);
    --color-secondary-2-3: rgba(255, 236, 183, 1);
    --color-secondary-2-4: rgba(255, 237, 184, 1);
    /*#endregion palette */
    --header-bgcolor: gray;
    --header-bgcolor: var(--color-primary-4);
    /* background-color: white; */
    display: flex;
    flex-direction: column;
    background-color: var(--color-primary-1);
    --fixed-header-height: 80px;
}

body::-webkit-scrollbar {
    width: 7px !important;
    background-color: rgba(255, 255, 255, 0);
}

body::-webkit-scrollbar-thumb {
    background-color: rgba(128, 128, 128, 0.49);
}

body::-webkit-scrollbar-track {
    background-color: transparent;
}

body::-webkit-scrollbar-corner {}

#template-canvas {
    flex-grow: 2;
    display: flex;
    flex-direction: column;
    margin-right: auto;
    margin-left: auto;
    /* border-left: 1px solid rgba(216, 216, 229, 0.25); */
    background-color: white;
}

#template-canvas[class~="rgba-primary-0"] {
    color: rgba(180, 218, 235, 1)
}


/*#region Main Primary color */

#template-canvas[class~="rgba-primary-1"] {
    color: rgba(227, 244, 251, 1)
}

#template-canvas[class~="rgba-primary-2"] {
    color: rgba(204, 232, 244, 1)
}

#template-canvas[class~="rgba-primary-3"] {
    color: rgba(155, 202, 223, 1)
}

#template-canvas[class~="rgba-primary-4"] {
    color: rgba(129, 184, 208, 1)
}

div#template-canvas div#body div[data-template-section=body] {
    background-color: transparent;
    min-height: 800px;
}

#template-canvas>div {
    /* z-index: 100; */
}

.header-module-container {
    margin-right: auto !important;
    margin-left: auto !important;
}

.max-sizer {
    max-width: 1200px !important;
    width: 100% !important;
}

#template-canvas>div>div {
    width: auto;
    margin: 0px;
}

#template-canvas>div#header,
#template-canvas>div#progress {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    background-color: rgb(24, 92, 148);
    color: rgb(252, 249, 206) !important;
    z-index: 1;
}

#template-canvas>div#header {
    z-index: 100;
    background-color: var(--color-primary-4);
    height: var(--fixed-header-height);
}

#template-canvas>div#body {
    margin-top: var(--fixed-header-height);
    color: rgb(102, 102, 102);
    flex-grow: 2;
    z-index: 10;
}

div#template-slider {
    position: fixed;
    top: 80px;
    height: 3px;
    width: 200px !important;
    background-color: rgb(255, 255, 0);
    background: linear-gradient(to left right, rgba(0, 0, 0, 0), rgb(255, 192, 0));
    background: -webkit-gradient(linear, 0% 50%, 5% 50%, from(rgba(0, 0, 0, 0)), to(rgb(255, 192, 0)));
    left: -200px;
}

div.m-footer-menu {
    text-align: center;
}

div.m-footer-menu>a {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    color: rgb(122, 122, 200);
}

div.m-footer-menu>a:last-child {
    border-right-width: 0px;
    margin-right: auto;
    padding-right: auto;
}

@-webkit-keyframes progress-bar-slide {
    from {
        left: -200px;
        width: 200px;
    }
    to {
        left: 95%;
        width: 5%;
    }
}

@keyframes progress-bar-slide {
    from {
        left: -200px;
        width: 200px;
    }
    to {
        left: 95%;
        width: 5%;
    }
}

div#template-slider.on {
    animation: progress-bar-slide 4s linear infinite;
    -webkit-animation: progress-bar-slide 4s linear infinite;
}

div#interface-detail {}

#template-canvas>div#footer {
    color: rgb(44, 71, 93);
    font-size: 15px;
}

dialog.confirm-dialog {
    /* background-color: rgb(255, 242, 243); */
    display: table !important;
}

.text-color-light {
    color: rgb(24, 92, 148) !important;
}

.border-color {
    border-color: rgb(240, 240, 255) !important;
    border-color: rgba(0, 0, 0, 0.07) !important;
    border-width: 0px;
    border-style: solid;
}

.card-list-view {
    height: 450px;
    width: 1000px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.card-list-view>div {
    display: inline-table;
    border-radius: 5px;
    border-spacing: 7px 3px;
    min-height: 75px;
    width: 319px;
    border: 1px solid rgb(224, 224, 224);
    margin-top: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.card-list-view>div.eof>* {
    color: red;
}

.card-list-view>div:hover {
    background-color: rgb(249, 249, 244);
}

.card-list-view>div>div {
    display: table-row;
}

.card-list-view>div>div>div {
    display: table-cell;
    font-size: 90%;
    padding: 3px;
}

.card-list-view>div>div>div div {
    line-height: 16px;
    color: rgb(102, 102, 102);
}

.card-list-view>div>div>.avatar {
    width: 64px;
    height: 64px;
    margin: 3px;
    margin-right: 10px;
    background-image: url(/graphics/web/icon/avatar64.png);
    background-repeat: no-repeat;
    background-position: top left;
}

.card-list-view>div>div>div .name {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 115%;
    color: rgb(51, 51, 202);
}

.panel-view div.form-canvas {
    padding: 0px;
    border-radius: 5px;
    border: 1px solid rgb(244, 244, 255);
    border: 1px solid rgba(244, 244, 244, 0.8);
    background-color: rgba(255, 255, 229, 0.1);
    border-radius: 5px;
    background-clip: content-box;
    position: relative;
    margin-top: 5px;
}

input[readonly][type=button]:active {
    color: rgb(204, 204, 204) !important;
    border-color: rgb(244, 244, 244) !important;
    cursor: no-drop !important;
}

input[readonly][type=text] {
    cursor: default !important;
    color: rgb(153, 153, 153) !important;
}

input[readonly][type=button]:active {
    box-shadow: none !important;
    box-shadow: none !important;
    background-color: rgb(251, 251, 251) !important;
}

div.form-control input[type=text]+div.combo-box {
    visibility: hidden;
    position: fixed;
    display: inline-block;
    background-color: rgb(251, 251, 251);
    border: 1px solid rgb(224, 224, 224);
    border-radius: 0px 0px 5px 5px;
}

div.form-control input[type=text]+div.combo-box>div {
    padding: 5px 7px 5px 7px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    cursor: pointer;
    display: block;
    white-space: nowrap;
    color: rgba(144, 144, 144, 0.9);
    font-size: initial;
}

div.form-control input[type=text]+div.combo-box>div:hover {
    background-color: rgb(224, 224, 224);
}

div.form-control input[type=text]+div.combo-box>div:last-child {
    border-bottom-color: transparent;
}

div.form-control input[type=text].rect-right {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

div.form-control input[type=text].icon-right {
    padding-right: 30px;
}

div.form-control input[type=text]~div.button {
    display: none;
}

div.form-control input[type=text].over~div.button {
    display: inline-block;
    position: relative;
    left: -30px;
    top: 3px;
}

div.form-control input[type=text]~input[type=button] {
    display: none;
}

div.form-control input[type=text].over~input[type=button] {
    display: inline-block;
    border-radius: 0px 5px 5px 0px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    border-width: 1px;
    border-color: rgb(244, 244, 244);
    border-left-color: rgba(0, 0, 0, 0);
    background-color: rgb(251, 251, 251);
    border-style: solid;
    /* box-shadow: inset -5px -5px 9px rgba(202, 202, 202, 0.5)/*, 0px 0px 5px rgba(202, 202, 202, 0.5); */
    margin-left: -6px;
    color: rgb(152, 152, 152);
    box-shadow: 0px 0px 0px rgb(195, 195, 195);
    font-size: 13px;
}

div.form-control input[type=text].over~input[type=button]:active {
    /*
	 border: 1px inset rgb(204, 204, 204);
	 */
    box-shadow: 0px 0px 0px rgb(145, 145, 145);
    box-shadow: 0px 0px 0px rgb(145, 145, 145);
    background-color: rgb(254, 254, 254);
}

div.form-control input[type=text].over+div.text {
    position: absolute;
    /* top: 6px; */
    display: inline-block;
    right: 6px;
    font-size: 14px;
    color: rgb(254, 102, 102);
    padding: 8px 8px 8px 8px;
}

div.form-control input[type=text].drop~div.box {
    position: fixed;
    border: 1px solid rgb(234, 234, 234);
    background-color: rgb(248, 251, 253);
    box-shadow: 0px 1px 1px 0px rgba(204, 204, 204, 0.7);
    /* box-shadow: 1px 1px 1px 1px rgba(204, 204, 204, 0.4); */
    box-shadow: 1px 1px 1px 1px rgba(51, 51, 51, 0.05);
    border: 1px solid rgba(51, 51, 51, 0.2);
    padding: 0px;
    border-radius: 0px 0px 5px 5px;
    top: 35px;
    width: 540px;
    z-index: 100;
    max-height: 400px;
    overflow-y: hidden;
    overflow-x: hidden;
    opacity: 0;
    height: 0px;
    background-clip: border-box;
}

div.form-control input[type=text].drop~div.box::-webkit-scrollbar {
    width: 11px;
    background-color: rgb(244, 244, 244);
}

div.form-control input[type=text].drop~div.box::-webkit-scrollbar-thumb {
    background-color: rgb(224, 224, 224);
    box-shadow: inset 0 0 3px rgba(152, 152, 152, 0.5);
    border-radius: 3px;
}

div.form-control input[type=text].drop~div.box::scrollbar-track {
    box-shadow: inset 0 0 3px rgba(152, 152, 152, 0.3);
    border-radius: 5px;
    background-color: rgb(250, 250, 250);
}

div.form-control input[type=text].drop~div.box>div {
    padding: 5px;
    border-bottom: 1px solid rgba(234, 234, 234, 0.5);
    color: rgb(24, 92, 148);
}

div.list-view>div[class~="form-control"] input[type=text].drop~div.box>div {
    font-size: 13px !important;
    line-height: 21px !important;
}

div.form-control input[type=text].drop~div.box>div>span.hl {
    background-color: rgb(255, 255, 196);
}

div.form-control input[type=text].drop~div.box>div:hover,
div.form-control input[type=text].drop~div.box>div.select {
    background-color: rgba(226, 234, 240, 0.5);
    cursor: pointer;
}

div.form-control input[type=text].drop~div.box>div:last-child {
    border-bottom-color: rgba(0, 0, 0, 0);
}

div.form-control input[type=text].drop~div.box-on {
    /*
	 transition: opacity 0.3s ease-in-out;
	 transition: height 0.5s ease-in-out;
	 */
    opacity: 1;
    height: auto;
    overflow-y: auto;
}

div.form-control input[type=text].drop-on {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

div.form-control input[type=text].drop-set {
    border-right-color: rgb(253, 234, 191);
    border-right-width: 7px;
}

div.form-control select {
    border-radius: 4px;
    padding: 6px 9px 6px 9px;
    outline: none;
    width: auto;
}

.test-trans {
    position: absolute;
    top: -774px;
    top: 0px;
    /* left: -446px; */
    z-index: -1;
    transition: top 0.19s ease-in-out;
    opacity: 0;
    transition: opacity 0.59s ease-in-out;
    opacity: 1;
}

div.series-view {
    display: block;
    background-color: rgb(255, 255, 255);
    margin-left: 1% !important;
    width: 99% !important;
    /* border-left:1px dotted gainsboro; */
    /* height:200px !important; */
    /* margin-left:30px !important; */
    /* border: 1px solid rgba(230,230,230,1); */
    /* vertical-align: bottom; */
    /* height: auto; */
}

div.series-view>svg {}

div.series-view>svg>g>g div.edit-faws {
    opacity: 0;
}

div.series-view>svg:hover>g>g div.edit-faws {
    opacity: 0.3;
}

div.series-view>svg:hover>g>g div.edit-faws:hover {
    opacity: 1;
}

div.series-view>div.headers,
div.series-view>div.eof {
    display: none;
}

div.series-view>div {
    display: inline-block;
    /* border-right:1px dotted gainsboro; */
    position: relative;
    /* background-color:white; */
    /* height: auto; */
    /* box-sizing: initial; */
    /* align-items: flex-end; */
    /* font-size: 0px; */
}

div.series-view>div.series>div {
    display: block;
    padding: 0px !important;
    vertical-align: bottom;
}

div.series-view>div.series>div.edit {
    position: absolute !important;
    top: 0px;
    right: 0px;
    width: 16px;
    height: 16px;
    opacity: 0;
}

div.series-view>div.series>div.edit:after {
    margin: 0px;
}

div.series-view>div.series:hover>div.edit {
    opacity: 1;
}

div.series-view>div.series>div.day {
    border-bottom: 1px solid rgba(220, 220, 220, 0.5);
}

div.series-view>div.series>div.label {
    background-color: rgba(251, 251, 128, 0.5);
    border-bottom: 1px solid rgba(220, 220, 220, 0.5);
    font-size: 12px;
    overflow-x: hidden;
    text-align: center;
    padding: 2px !important;
}

div.series-view>div.series>div.day>div {
    display: inline-block;
    width: 5px;
    height: 200px !important;
    /* background-color: white; */
    padding: 0px !important;
    vertical-align: bottom;
}

div.series-view>div.series>div.day>div:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

div.series-view>div.series>div.day>div>div {
    border: 0px;
    display: block;
    width: inherit;
}

div.series-view>div.series>div.day>div>div:nth-child(2),
div.series-view>div.series>div.day>div>div:nth-child(4) {
    height: 3px;
    background-color: red;
    border-radius: 2px;
}

div.series-view>div.series>div.day>div>div:nth-child(4) {
    background-color: blue;
}

.line-box {
    display: inline-block;
    transform-origin: left bottom 0px;
    transform: scale(3);
    /* position: absolute; */
    top: 90px;
    transform: rotateZ(-56deg);
    width: 50px;
    height: 50px;
    border-bottom: 1px solid rgb(255, 0, 0);
}

.faws-visit:before {
    content: "\f0f1" !important;
    cursor: pointer;
    opacity: 0.6;
}

div.icon-set[data-control-request=followup]:before {
    content: "\f0f1";
}


/*
 div.series-view > div > div.series > div:after {
 font-family:arial;
 content:"_";
 position:absolute;
 top:10px;
 }

 div.series-view > div > div.check-box,div.series-view > div > div.icon-set , div.series-view > div > div.name{
 display:none;
 }*/


/*#region from modules */

div.one-array {}

div.dynamic-table {
    margin: 5px;
    display: table;
    border-spacing: 9px 0px;
}

div.dynamic-table>div {
    display: table-row;
}

div.dynamic-table>div>div {
    display: table-cell;
    position: relative;
}

div.dynamic-table>div:first-child>div {
    color: rgb(251, 179, 90);
    padding-bottom: 2px !important;
    font-size: 14px;
}

div.dynamic-table>div>div[class~="input-drop"]:after {
    font-family: FontAwesome;
    font-size: 15px;
    color: gray;
    opacity: 0.4;
    content: "\f078";
    margin-left: 5px;
    position: absolute;
    right: 8px;
    top: 3px;
    cursor: pointer;
}

div.dynamic-table>div>div>div.options {
    position: absolute;
    width: 99%;
    border: 0.5% solid rgba(0, 0, 0, 0.15);
    border-top: 10px;
    border-radius: 0px 0px 3px 3px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.07);
    transition: all 0.1s ease-in-out;
    transform-origin: left top 0px;
    transform: scale(0);
    opacity: 0;
    display: block;
}

div.dynamic-table>div>div>div.options[class~="pop"] {
    transition: all 0.1s ease-in-out;
    opacity: 1;
    transform: scale(1);
    z-index: 1;
}

div.dynamic-table>div>div>div.options>div {
    padding: 3px 5px 3px 9px;
    color: rgb(148, 148, 148);
    cursor: pointer;
    border-bottom: 1px solid rgb(234, 234, 254);
}

div.dynamic-table>div>div>div.options>div>span {
    background-color: yellow;
}

div.dynamic-table>div>div>div.options>div:last-child {
    border-bottom-color: rgba(0, 0, 0, 0);
}

div.dynamic-table>div>div>div.options>div:hover,
div.dynamic-table>div>div>div.options>div[selected] {
    background-color: rgb(234, 234, 254);
}

div.dynamic-table>div>div input[type=text] {
    width: 150px;
    padding: 3px 7px 3px 7px !important;
}

div.dynamic-table>div>div input[type=text]:disabled {
    background-color: rgba(0, 0, 0, 0.01);
    cursor: default;
    box-shadow: none;
}

div.dynamic-table>div>div.delete-row {}

div.dynamic-table>div>div.delete-row:after {
    font-family: FontAwesome;
    font-size: larger;
    color: rgba(128, 128, 128);
    opacity: 0.5;
    content: "\f1f8";
    cursor: pointer;
    margin: 0px;
}

div.dynamic-table>div>div.add-row {
    text-align: right;
    cursor: pointer;
    color: blue;
    padding: 6px;
}

div.dynamic-table>div>div.delete-row:hover:after {
    opacity: 0.9;
    color: red;
}

div.one-array>div {
    margin: 5px;
}

div.one-array>div:last-child {
    margin-top: 7px;
    float: right;
}


/*#region editor */

div.content-editor {}


/*tool bar*/

div.content-editor>div:first-child {}

div.content-editor>div:first-child>div {
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 24px;
    height: 24px;
    margin-right: 2px;
    border-radius: 3px;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
}

div.content-editor div[data-editable-command]:hover {
    box-shadow: 0px 0px 1px 1.5px rgba(0, 0, 0, 0.1);
}

div.content-editor div[data-editable-command]:active {
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1), inset 0px 0px 1px 2pxrgba(0, 0, 0, 0.05);
}

div.content-editor div[data-editable-command]:before {
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    content: "\f0c9";
    margin: 5px;
    color: coral;
}

div.content-editor div[data-editable-command="bold"]:before {
    content: "\f032";
}

div.content-editor div[data-editable-command="underline"]:before {
    content: "\f0cd";
}

div.content-editor div[data-editable-command="insertImage"]:before {
    content: "\f03e";
}

div.content-editor div[data-editable-command="custom-command"][data-editable-icon="clear-fix"]:before {
    content: "\f0db";
}

div.content-editor div[data-editable-command="custom-command"][data-editable-icon="floatLeft"]:before {
    content: "\f036";
}

div.content-editor div[data-editable-command="custom-command"][data-editable-icon="floatRight"]:before {
    content: "\f038";
}

div.content-editor div[data-editable-command="custom-command"][data-editable-icon="floatNone"]:before {
    content: "\f039";
}

div.content-editor div[data-editable-command="createLink"]:before {
    content: "\f0c1";
}


/*#region the editor */

div.content-editor>iframe {
    margin-top: 10px;
    height: 200px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

div.content-editor .upload-file {
    position: static;
}


/*#endregion editor */

textarea.rich-text-box {
    height: 100px;
    transition: all 0.3s ease-in-out;
    overflow-y: hidden;
}

textarea.rich-text-box:focus {
    height: 200px;
    overflow-y: auto;
}

div.content-view>div.protected,
div.content-view>div.restricted {
    /* border-radius: 4px 4px 1px 1px; */
    padding: 20px !important;
    margin-bottom: 0px;
    color: gray;
    display: block !important;
}

.left-bar {
    margin-left: 20px;
    padding-left: 10px;
    /* margin-bottom: 20px; */
    margin-top: 5px;
    border-left: 1px solid rgba(0, 0, 0, 0.07);
}

#template-canvas>div#header>div[class~="mobile"] {
    display: none;
}

@media only screen and (max-width: 640px) {
    body {
        --fixed-header-height: 50px;
    }
    #template-canvas>div>div {
        width: auto;
    }
    #template-canvas>div#header {
        padding-bottom: unset !important;
        --fixed-header-height: 50px;
        height: 50px;
    }
    #template-canvas>div#body {
        margin-top: 50px;
        color: rgb(102, 102, 102);
    }
    #template-canvas .footer-content * {}
    #template-canvas>div#header>div:not([class~="mobile"]) {
        /* display: none; */
    }
    #template-canvas>div#header>div[class~="mobile"] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    #template-canvas>div#header>div[class~="mobile"]>div.site-name {
        display: initial;
        font-size: 65px;
        font-weight: bold;
        color: rgb(255, 255, 224);
        padding: 5px 25px 5px 25px;
    }
    #template-canvas>div#header>div[class~="mobile"]>div.site-menu {}
    #template-canvas>div#header>div[class~="mobile"]>div.site-menu>.menu {}
    #template-canvas>div#header>div[class~="mobile"]>div.site-menu>.menu:after {
        font-size: 75px;
        color: rgb(255, 255, 224);
        content: "\f039";
    }
}

div.overlay-box {
    position: absolute;
    padding: 35px;
    background-color: rgba(220, 237, 255, 0.96);
    font-size: 22px;
    top: 100px;
    left: 5%;
    max-width: 400px;
    box-shadow: 0px 0px 12px 2px #a48c74;
    border-radius: 3px;
}

div.overlay-box div.button {
    border: 1px solid gainsboro;
    padding: 10px;
    display: inline-block;
    /* width: auto; */
    background-color: #1d5b8d;
    color: #faf6ef;
    font-size: inherit;
    /* margin-left: 20px; */
    cursor: pointer;
    position: absolute;
    right: 20px;
    bottom: 10px;
}

.flat-dialog {}

.flat-dialog>h1>.closer {
    background: none !important;
    right: 0px !important;
    top: 1px !important;
    opacity: 0.1;
}

.flat-dialog:hover>.closer {
    opacity: 1;
}

.flat-dialog>h1>.closer:before {
    font-family: fontellov0;
    content: '\e800';
    font-size: 19px;
    color: silver;
    font-style: normal;
    margin: 10px;
}

.flat-dialog>h1 {
    font-size: 18px;
}

.flat-dialog>h1>.menu-container {
    right: 35px !important;
    top: 5px !important;
}

@media only screen and (max-width: 640px) {
    #template-canvas {
        margin: 0px !important;
        border: 0px !important;
    }
    div#template-slider {
        top: 50px;
        height: 3px;
    }
}

@media print {
    @page {
        size: A5;
        margin-left: 4cm !important;
        margin-right: 3cm !important;
    }
}





