﻿/*============================================================================================*/
/* 1. Font Face */
/*============================================================================================*/
@font-face {
    font-family: 'Futura';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Futura'), url(fonts/futura/futura-book.woff2) format('woff2'), url(/fonts/futura/futura-book.woff) format('woff'), url(/fonts/futura/futura-book.ttf) format('truetype'), url(/fonts/futura/futura-book.eot) format('embedded-opentype'), url(/fonts/futura/futura-book.svg) format('svg')
}

@font-face {
    font-family: 'Futura Medium';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Futura Medium'), url(/fonts/futura/futura-medium.woff2) format('woff2'), url(/fonts/futura/futura-medium.woff) format('woff'), url(/fonts/futura/futura-medium.ttf) format('truetype'), url(/fonts/futura/futura-medium.eot) format('embedded-opentype'), url(/fonts/futura/futura-medium.svg) format('svg')
}

@font-face {
    font-family: 'Futura Heavy';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Futura Heavy'), url(/fonts/futura/futura-heavy.woff2) format('woff2'), url(/fonts/futura/futura-heavy.woff) format('woff'), url(/fonts/futura/futura-heavy.ttf) format('truetype'), url(/fonts/futura/futura-heavy.eot) format('embedded-opentype'), url(/fonts/futura/futura-heavy.svg) format('svg')
}

@font-face {
    font-family: 'Futura Bold';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Futura Bold'), url(/fonts/futura/futura-bold.woff2) format('woff2'), url(/fonts/futura/futura-bold.woff) format('woff'), url(/fonts/futura/futura-bold.ttf) format('truetype'), url(/fonts/futura/futura-bold.eot) format('embedded-opentype'), url(/fonts/futura/futura-bold.svg) format('svg')
}

/*============================================================================================*/
/* 2. Reset */
/*============================================================================================*/
html, body {
    height: 100%;
    background: #eaf1f7;
}
html, body{
    font: normal normal normal 15px/17px Arial;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

input, input:focus {
    outline: none;
    font-size: 16px !important;
}

    input:focus, .btn:focus {
        box-shadow: 0 0 10px rgba(55,125,255,.1) !important;
    }

/*============================================================================================*/
/* 3. General */
/*============================================================================================*/
.btn {
    text-transform: uppercase;
    font: normal 14px "Futura Bold";
}
.dataTables_wrapper > .dt-buttons {
    top: 32px;
}
.buttons-html5,
.buttons-print {
    color: #3699ff;
    background: #e1f0ff;
    border-color: #e1f0ff;
}
    .buttons-html5:hover, .buttons-html5.active, .buttons-html5:active,
    .buttons-print:hover, .buttons-print.active, .buttons-print:active {
        color: #e1f0ff !important;
        background: #3699ff !important;
        border-color: #3699ff !important;
    }

/*============================================================================================*/
/* 4. Account */
/*============================================================================================*/

.account-content {
    opacity: 1;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(90deg,#339ce9,#1d5bdf) 0% 0% no-repeat padding-box;
}

.account-form, .account-response {
    width: 400px;
}

.account-content input[type="text"], .account-content input[type="password"] {
    color: #fff !important;
    border-radius: 10px !important;
    border: 1px solid #fff !important;
    background: transparent !important;
}

.account-content ::-webkit-input-placeholder {
    color: #fff;
}

.account-button {
    width: 130px;
    height: 32px;
    color: #14366F;
    border-radius: 7px;
    letter-spacing: 0px;
    text-transform: uppercase;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    font: normal normal bold 15px/17px Arial;
}

@media (max-width: 600px) {
    .account-form, .account-response {
        width: 90%;
    }
}

/*============================================================================================*/
/* 5. Header */
/*============================================================================================*/
.header {
    height: 72px;
    background: #ffffff;
    box-shadow: 0 0 40px 0 rgba(82, 63, 105, .1);
}
.header-list {
    margin: 0 16px;
}

.header-link {
    color: #6c7293;
    text-transform: uppercase;
    font: normal normal normal 14px "Futura Medium";
}
@media (max-width: 1140px) {
    .header-link {
        font: normal normal normal 12px "Futura Medium";
    }
}

.dropdown-toggle {
    cursor: pointer;
    padding-bottom: 8px;
}

    .dropdown-toggle:hover ~ .dropdown-menu, .dropdown-menu:hover {
        display: block;
    }

.dropdown-item.active, .dropdown-item:active {
    color: #007bff;
    background-color: transparent;
}


/* Menu*/
/* ============================================================================================ */
.sidebar-backdrop {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2999;
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
}
    .sidebar-backdrop.show {
        display: block;
    }
.sidebar {
    top: 0;
    left: 0;
    width: 240px;
    height: 100%;
    z-index: 3000;
    overflow: auto;
    position: fixed;
    background: #242939;
    transform: translateX(-240px);
    transition: all 0.5s ease-in-out;
    box-shadow: 0 1px 9px -3px #000000bf;
}
    .sidebar.show {
        transform: translateX(0);
    }

li.menu-item {
    font-family: "Futura Medium";
}
.menu-link {
    display: block;
    padding: 8px 24px;
    color: #fff !important;
}
span.svg-icon.menu-icon {
    margin-right: 8px;
    vertical-align: bottom;
}
ul.submenu-nav {
    padding-left: 26px;
}
li.submenu-item {
    margin: 16px 0;
    color: #989eb3;
    list-style: disc;
}
a.submemenu-link {
    color: #989eb3;
}

/*div.menu-link > .menu-text::after {
    top: 8px;
    content: "";
    width: 12px;
    height: 12px;
    float: right;
    position: relative;
    display: inline-block;
    background-size: 12px;
    vertical-align: -.125em;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23989eb3' class='bi bi-chevron-right' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/> </svg>");
}*/

#header-container--mobile {
    display: none;
}
@media (max-width: 1024px) {
    #header-container--mobile {
        display: block !important;
    }
    #header-container--desktop {
        display: none !important;
    }
}


/*============================================================================================*/
/* 6. Body */
/*============================================================================================*/
.page {
    padding-top: 80px;
    padding-bottom: 32px;
}
.page-content {
    padding: 24px;
    background-color: #fff;
}

/* Form */
.form-group {
    margin-bottom: 32px;
}
label.form-label {
    text-transform: capitalize;
    font: normal 16px "Futura Medium";
}
small.form-hint {
    font-family: "Futura"
}

/* Upload */
/*============================================================================================*/
.upload-pictures {
    padding: 5px;
    height: 150px;
    display: table;
    border-radius: 4px;
    width: calc(100% - 20px);
    border: 1px dashed #8c939d;
}
.upload-preview {
    margin: 16px;
    min-height: 100px;
    position: relative;
    vertical-align: top;
    display: inline-block;
}
.upload-image {
    z-index: 10;
    width: 120px;
    height: 120px;
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
}
.upload-preview:hover .upload-image {
    transform: scale(1.05, 1.05);
    filter: blur(2px);
}
.upload-details {
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 20;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    line-height: 150%;
    text-align: center;
    position: absolute;
    color: rgba(0, 0, 0, 0.9);
    transition: opacity 0.2s linear;
}
.upload-preview:hover .upload-details {
    opacity: 1;
}
.upload-filename {
    white-space: nowrap;
}
.upload-preview .upload-details .upload-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis;
}
.upload-filename span {
    padding: 0 0.4em;
    border-radius: 3px;
    background-color: #ffffff66;
}
.upload-filename:hover span {
    border: 1px solid #c8c8c8cc;
    background-color: #ffffffcc;
}
.upload-remove {
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin: 16px auto;
}
.upload-file {
    margin: 16px;
    width: 120px;
    height: 120px;
    fill: #8c939d;
    position: relative;
    border-radius: 20px;
    display: inline-block;
    border: 1px dashed #8c939d;
}
    .upload-file:hover {
        color: #409eff;
        border: 1px dashed #409eff;
    }
        .upload-file:hover svg {
            fill: #409eff;
        }
.content-upload-file {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.input-file {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
}