@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf')  format('truetype'), url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
}
@font-face {
    font-family: 'DIN';
    src: url('../fonts/DIN-Regular.eot');
    src: local('☺'), url('../fonts/DIN-Regular.woff') format('woff'), url('../fonts/DIN-Regular.ttf') format('truetype'), url('../fonts/DIN-Regular.svg') format('svg');
}
@font-face {
    font-family: 'DIN Bold';
    src: url('../fonts/DIN-Bold.eot');
    src: local('☺'), url('../fonts/DIN-Bold.woff') format('woff'), url('../fonts/DIN-Bold.ttf') format('truetype'), url('../fonts/DIN-Bold.svg') format('svg');
}

*:active, *:focus {
    outline: none !important;
}

:root {
    --primary-color: #457eb7;
    --secondary-color: #222;
}

html, body {
    /*font-family: Myriad Pro, Helvetica, "sans-serif";*/
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px !important;
    line-height: 24px;
}

.brand {
    background-image: linear-gradient(to right, #FF0A6C 0%, #FF0A6C 51%, #4A3CDB 100%);
    background: rgb(15,41,175);
    background: linear-gradient(34deg, rgba(15,41,175,1) 0%, rgba(84,11,158,1) 49%, rgba(226,9,175,1) 100%);
}

#btn-submit {
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 30px;
    padding-right: 30px;
    transition: 0.5s;
    background-image: linear-gradient(to right, #5792ce 0%, #508bc3 51%, #467fb6 100%) !important;
    background-size: 200% auto !important;
}

#btn-submit.spinner.spinner-left {
    padding-left: 3.5rem !important;
}

#btn-submit.spinner.spinner-right {
    padding-right: 3.5rem !important;
}

#btn-submit:hover {
    background-position: right center !important;
}

.btn-custom {
    padding-left: 30px;
    padding-right: 30px;
}

.aside-minimize:not(.aside-minimize-hover) .brand .brand-logo .site-title {
    display: none;
}

.site-title {
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

.brand-logo img {
    max-width: 200px;
}

#kt_aside_menu_wrapper {
    background: #ebf5ff;
}

.aside-menu {
    background-color: transparent;
}

.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-heading, .aside-menu .menu-nav > .menu-item.menu-item-active > .menu-link,
.aside-menu .menu-nav > .menu-item.menu-item-here > .menu-heading, .aside-menu .menu-nav > .menu-item.menu-item-here > .menu-link {
    background-color: #457eb7;
}

.aside-menu .menu-nav > .menu-item.menu-item-here > .menu-heading .menu-icon,
.aside-menu .menu-nav > .menu-item.menu-item-here > .menu-link .menu-icon,
.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-heading .menu-icon,
.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-link .menu-icon {
    color: #fff;
}

.aside-menu .menu-nav > .menu-item.menu-item-here > .menu-heading .menu-text,
.aside-menu .menu-nav > .menu-item.menu-item-here > .menu-link .menu-text,
.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-heading .menu-text,
.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-link .menu-text {
    color: #fff;
}

.aside-menu .menu-nav > .menu-item.menu-item-here > .menu-heading .menu-icon.svg-icon svg g [fill],
.aside-menu .menu-nav > .menu-item.menu-item-here > .menu-link .menu-icon.svg-icon svg g [fill],
.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-heading .menu-icon.svg-icon svg g [fill],
.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-link .menu-icon.svg-icon svg g [fill] {
    fill: #fff;
}

.aside-menu .menu-nav > .menu-item.menu-item-here > .menu-heading .menu-arrow,
.aside-menu .menu-nav > .menu-item.menu-item-here > .menu-link .menu-arrow,
.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-heading .menu-arrow,
.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-link .menu-arrow {
    color: #fff;
}

.form-group label {
    color: #222;
}
.table.table-head-bg thead tr:last-child,
.table.table-head-bg thead th:last-child {
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
}
.table.table-head-bg thead tr:first-child,
.table.table-head-bg thead th:first-child {
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 0rem;
}
.table.table-head-bg thead tr, .table.table-head-bg thead th {
    background-color: #619acf;
}
.table.table-head-custom thead tr, .table.table-head-custom thead th {
    color: #fff !important;
}
.table-responsive tbody tr:nth-child(odd) {
    background-color: #fafafa;
}
.table-responsive tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}
.table-responsive .trade-row:hover {
    background-color: #f0f0f0;
}

.table-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.table-header .table-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.table-header .table-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.table-header .table-search .row > * {
    min-width: 150px;
}

.table-header .table-search .row > .col-md-3 {
    min-width: 240px;
}

.featured-image > a {
    display: inline-block;
}

.featured-image img {
    min-width: 150px;
    max-width: 150px;
    min-height: 150px;
    max-height: 150px;
}

.list-repeater .form-control {
    min-width: 150px;
}

.invested-images img {
    max-width: 90px;
    max-height: 90px;
    min-width: 90px;
    min-height: 90px;
}

.performance-chart-hat {
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    height: 30px;
    display: flex;
}

.performance-chart-hat .performance-chart-slot {
    width: 8%;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 12px;
    color: #777;
}

.performance-chart-info {
    background-color: #f8f8f8;
    position: relative;
    cursor: pointer;
    box-sizing: content-box;
    height: 60px;
    flex: 1 1 8%;
    line-height: 60px;
    text-align: center;
    display: flex;
}

.performance-chart-info:before {
    content: "";
    position: absolute;
    border-top: 1px solid #dadada;
    bottom: 0;
    left: 0;
    right: 0;
}

.performance-chart-info.active::before {
    width: 4px;
    position: absolute;
    left: 0;
    display: inline-block;
    content: "";
    top: -1px;
    bottom: -1px;
}

.performance-chart-info.active {
    background-color: #fff;
}

.performance-chart-info.active:after {
    position: absolute;
    z-index: 1;
    left: 0;
    top: -1px;
    height: 100%;
    width: 100%;
    border-top: 1px solid #ddd;
    content: "";
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
}

.performance-chart-info.active::before {
    background-color: #75b210;
}

.performance-chart-info .performance-chart-slot {
    width: 8%;
}

.performance-chart-info .performance-chart-slot.positive {
    color: #6eaf0f;
}

.performance-chart-info .performance-chart-slot.negative {
    color: #e1191d;
}

.fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
}

.___fund-banner .fill {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(40%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002b2b2b', endColorstr='#2b2b2b',GradientType=0 ); /* IE6-9 */
}

.modal .discover-table-info .risk-label,
.modal .discover-table-info .positive {
    text-align: center;
}

.modal .modal-header {
    color: #fff;
    background-image: linear-gradient(to right, #FF0A6C 0%, #FF0A6C 51%, #4A3CDB 100%);
    font-family: 'DIN';
    background: rgb(15,41,175);
    background: linear-gradient(34deg, rgba(15,41,175,1) 0%, rgba(84,11,158,1) 49%, rgba(226,9,175,1) 100%);
}

.modal .modal-header .modal-title {
    color: #fff;
}

.modal .modal-header .close {
    opacity: 1;
    text-shadow: none;
    background: #fff;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
    padding: 5px;
}

.messenger {
    font-size: 14px;
    line-height: 22px;
}

.messenger .card-body {
    padding: 20px;
}

.messenger .group-item {
    cursor: pointer;
}

.messenger-attachments img {
    min-width: 200px;
    max-width: 200px;
    min-height: 150px;
    max-height: 150px;
}

.iziToast:after {
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,.1);
    box-shadow: 0 3px 10px rgba(0,0,0,.1);
}

.df-notification .iziToast-cover {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 28px;
}

.df-notification.df-notification--success .iziToast-cover:before {
    content: "\f058";
    color: #1bc5bd;
}

.df-notification.df-notification--error .iziToast-cover:before {
    content: "\f06a";
    color: #f64e60;
}

.df-notification.df-notification--success .iziToast-cover {
    background-color: #c9f7f5;
}

.df-notification.df-notification--error .iziToast-cover {
    background-color: #ffe2e5;
}

.google-auth-input {
    display: flex;
    align-items: center;
}

.google-auth-input .form-control {
    max-width: 60px;
    margin-right: 15px;
}

.daterangepicker {
    font-family: "DIN";
}
