/* Fonts */

@font-face {
    font-family: 'Helvetica';
    /*
    src: url('../fonts/courgette-regular-webfont.eot');
    src: url('../fonts/courgette-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/courgette-regular-webfont.woff2') format('woff2'),
    url('../fonts/courgette-regular-webfont.woff') format('woff'),
    url('../fonts/courgette-regular-webfont.ttf') format('truetype'),
    url('../fonts/courgette-regular-webfont.svg#courgetteregular') format('svg');
    */
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
    url('../fonts/opensans-regular-webfont.woff') format('woff'),
    url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
    url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Global */

html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;

    font-family: 'Open Sans', Helvetica, Arial, serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
/*    color: #666; */
    /* replaced by xiconfjs
    background: #2d6588 url(../img/background.jpg) no-repeat fixed center center;
    background-size: cover;
    */
/*
    background-color: #DFDBE5;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%239C92AC' fill-opacity='0.21' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
i*/
/*
	background-color: #cec7d8;
	background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23837992' fill-opacity='0.21' fill-rule='evenodd'/%3E%3C/svg%3E");
*/

    /* background-color: #e0e0e1 !important; */
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23a6a6a9' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");

}

/* View */

#view {
    height: calc(100% - 40px); /**/
    min-height: calc(100% - 40px); /**/
    background: transparent;
    overflow: auto;
}

/* extra small devices */
@media all and (max-width: 768px) {
    /* view margin */
    #view {
        margin-left: 5px;
        margin-right: 5px;
    }
}

/* small devices */
@media all and (min-width: 768px) and (max-width: 970px) {
    /* view margin */
    #view {
        margin-left: 15px;
        margin-right: 15px;
    }
}

/* medium devices */
@media all and (min-width: 970px) and (max-width: 1170px) {
    /* view margin */
    #view {
        margin-left: 15px;
        margin-right: 15px;
    }
}

/* large devices */
@media all and (min-width: 1170px) {
    #view {
        margin-left: 35px;
        margin-right: 35px;
    }
}

/* Header */

header {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'Helvetica', sans-serif;
}

header h1 {
    margin-top: 0;
    font-size: 72px;
    font-weight: normal;
    line-height: 1;
    color: #FFFFFF;
    letter-spacing: -1px;
}

header a:hover, header a:visited, header a:link, header a:active {
    color: #FFFFFF;
    text-decoration: none;
}

.header-right {
    margin-right: 20px;
}

.header-inner {
    position: relative;
    margin: 0 auto;
}

/* Footer */

footer {
    position: relative;
    width: 100%;
    height: 40px;
    color: #FFFFFF;
    font-family: 'Helvetica', sans-serif;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.auth-btn {
    display: inline-block;
    padding: 5px;
}

/* Tile */

.tile {
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.52);
    margin-bottom: 5px;
}

.tile > .panel-heading {
    background-color: ghostwhite;
}

/* Menu */

.menu {
    padding: 10px;
    font-size: 12px;
    line-height: 1.3;
}

/* Comments */

.comments {
    display: inline-block;
    word-wrap: break-word;
    padding: 5px 5px 5px 5px;
}

/* Drag and Drop */

#drop-zone {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 20px;
    transition: 0.5s;
}

.drop-text {
    padding-bottom: 10px;
}

.btn-file {
    width: 200px;
}

.drag-over {
    opacity: 0.5;
}

/* File list */

.row-padding {
    padding-left: 15px;
    padding-right: 15px;
}

.file {
    display: flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 5px 5px 5px;
}

.file-flex {
    display: flex;
    align-items: center;
}

.file-pencil-padding {
    padding-right: 10px;
}

.file-name {
    display: inline-block;
    word-break: break-all;
}

.file-name-invalid {
    color: red;
}

.file-status {
    color: #ff2132;
    font-size: 18px;
}

/* Link summary */

.link-summary {
    padding: 15px;
    word-break: break-all;
}

/* QRCode */

.qrcode-header {
    text-align: center;
    word-break: break-all;
}

/* Clients */

.client-max-width {
    max-width: 550px;
}

/* Tokens */
.token-speach {
    font-size : 12px;
    font-family: sans-serif;
}
.pulse1 {
    position: fixed;
    width: 100px;
    height: 100px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    border: 3px solid rgba(255, 255, 255, .1);

    animation: pulsejg1 1s linear 1;
    border-radius: 999px;
    box-shadow: inset 0 0 15px 10px rgba(0, 0, 0, .6);
    box-sizing: border-box;
}

.pulse2 {
    position: fixed;
    width: 100px;
    height: 100px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    border: 1px solid rgba(255, 255, 255, 0);

    animation: pulsejg2 1s linear 1;
    border-radius: 999px;
    box-shadow: inset 0 0 12px 5px rgba(255, 255, 255, .8);
    box-sizing: border-box;
}

@keyframes pulsejg1 {
    0% {
        transform: scale(.5);
        opacity: 0;
    }

    50% {
        transform: scale(1);
        opacity: .25;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes pulsejg2 {
    0% {
        transform: scale(.4);
        opacity: 0;
    }

    60% {
        transform: scale(1.2);
        opacity: .3;
    }

    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

.thelogotext {
    background: linear-gradient(124deg, #12C2E9 4%, #c471ed 50%, #F64F59 95%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.thelogo {
    background-image: url("../img/logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 8%;
}

.backdrop-blur-md {
    background-color: #1e293b99;
    --blur-md: 11px;
}

