@import
url("https://fonts.googleapis.com/css?family=Assistant");

@import
url("https://fonts.googleapis.com/css?family=Rubik");

@import
url("https://fonts.googleapis.com/css2?family=Rubik:wght@300");

@import
url("https://fonts.googleapis.com/css2?family=Rubik:wght@700");

@import
url("https://fonts.googleapis.com/css2?family=Rubik:wght@500");

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    overscroll-behavior-y: auto;
    direction: rtl;
    font-family: Rubik;
    -webkit-tap-highlight-color: transparent;
}


ul {
    padding-right: 20px;
}

html {

}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.default_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(227, 238, 246) 0%, rgba(255,255,255,1) 100%);
}
.default_bg_invert {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(227,238,246,1) 0%, rgba(255,255,255,1) 100%);
}
.default_content {
    z-index: 2;
    box-sizing: border-box;
    padding-top: 80px;
}

.default_button {
    height: 50px;
    min-width: 100px;
    width: fit-content;
    padding: 0 30px;
    background-color: #0f75bc;
    box-shadow: 8px 2px 32px #123d654d;
    -webkit-box-shadow: 8px 2px 32px #123d654d;
    border-radius: 25px;
    text-align: center;
    font: normal normal 400 22px/25px Rubik;
    letter-spacing: 0px;
    color: #FFFFFF;
    border: none;
    outline: none;
    cursor: pointer;
    cursor: hand;
    transition: all 0.5s;
}
.default_button:disabled {
    filter: saturate(0);
}
.default_button:hover, .default_button.lit {
    background-color: #6fcef3;
}
.default_button.lit {
    transform: scale(1.05);
}

.default_button.alert {
    background-color: #E25D5D;
    box-shadow: none;
}
.default_button.alert:hover {
    background-color: #e26f6f;
}
.default_button.big {
    height: 65px;
}
.default_button.small {
    height: 40px;
    font-size: 18px;
    padding: 0 15px;
}
.default_button.tiny {
    height: 35px;
    font-size: 16px;
    min-width: auto;
    padding: 0 10px;
}
.default_button.secondary {
    color: var(--default-blue);
    border: 1px solid var(--default-blue);
    background-color: white;
    box-shadow: none;
}
.default_button.light {
    background-color: #5FB1E1;
}
.bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 10;
    background-color: white;
    opacity: 0.5;
}
.row {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}
.row > * {
    flex: 0 0 auto;
}
.auto_width {
    flex: 1 0 auto;
}

.left_content {
    flex: 1 0 auto;
    text-align: left;
}
.center_content {
    flex: 1 0 auto;
    text-align: center;
}

a.secondary {
    color: #0f75bc;
    font-size: 18px;
}
a.less_important {
    color: gray;
    font-size: 18px;
}
a.next_to_button {
    line-height: 40px;
}
.soft_shadow {
    -webkit-box-shadow: 0 0 16px rgba(122, 154, 182, 0.3);
    -moz-box-shadow: 0 0 16px rgba(122, 154, 182, 0.3);
    box-shadow: 0 0 16px rgba(122, 154, 182, 0.3);
}
.shaded_button {
    transition: filter 0.3s;
}
.shaded_button:hover {
    filter: brightness(1.075) saturate(0.8) drop-shadow(0 8px 16px rgba(122, 154, 182, 0.6));
}
.no_select {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
}

.data_frame {
    border-radius: 15px;
    border: 1px solid #707070;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    background-color: white;
}
.cover_all {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.absolute_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.small_text {
    font-size: 16px;
    color: #757575;
}
input.big_input {
    font-size: 40px;
    font-family: Rubik;
    font-weight: lighter;
    background: none;
    outline: none;
    border: none;
    border-bottom: 1px solid #707070;
    -webkit-appearance: none;

}
input.big_input::placeholder {
    font-size: 40px;
    color: #b5b5b5;
}
input.big_input::-webkit-calendar-picker-indicator {
    font-size: 16px;
}

.info_button {
    position:absolute;
    top: 19px;
    right: 630px;
    z-index: 3000;
    color: #83B5DB;
    font-weight: bold;

    cursor: pointer;
    cursor: hand;

    transition: filter 0.3s;

    overflow: hidden;
}
.info_button span {
    display: none;
}
.info_button.active span {
    display: inline;
}

.info_button:hover{
    filter: brightness(1.1);
}

.info_button img {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #83B5DB;
    color: white;
    transform: translateY(4px);
    padding: 4px 4px 4px 5px;
    box-sizing: border-box;
    margin-left: 5px;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    font-weight: bold;
}


.search {
    margin-top: 20px;
    position: relative;
    display: flex;
    flex-flow: row;
}
.search input {
    flex: 0 0 auto;
    height: 25px;
    border-radius: 25px;
    color: gray;
    font: normal normal normal 16px Rubik;
    border: none;
    max-width: 280px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 27px 0 5px;
    margin-bottom: 20px;
    margin-left: 20px;
    outline: none;
    -webkit-box-shadow: 0 2px 16px rgba(122, 154, 182, 0.3);
    -moz-box-shadow: 0 2px 16px rgba(122, 154, 182, 0.3);
    box-shadow: 0 2px 16px rgba(122, 154, 182, 0.3);
    transition: box-shadow 0.6s;
}
.search input:focus {
    -webkit-box-shadow: 0 2px 16px rgba(122, 154, 182, 0.6);
    -moz-box-shadow: 0 2px 16px rgba(122, 154, 182, 0.6);
    box-shadow: 0 2px 16px rgba(122, 154, 182, 0.6);
}

.search input + img {
    opacity: 0.3;
    height: 16px;
    position: absolute;
    top: 4px;
    right: 6px;
    pointer-events: none;
}

.tags {
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    height: 30px;
}
.tags.expanded {
    height: auto;
    flex-wrap: wrap;
}
.tags > * {
    margin-bottom: 10px;
    margin-left: 10px;
    flex: 0 0 auto;
}
.tag {
    height: 25px;
    padding: 0px 15px;
    background-color: #757575;
    color: white;
    border-radius: 25px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 24px;
    transition: background-color 0.6s;
}
.tag:hover {
    background-color: #a0a0a0;
}

.tag {
    display: none;
}
.tags.expanded .tag {
    display: block;
}
.tag:nth-child(-n+3){
    display: block;
}


.tag.inactive {
    opacity: 0.5;
}
.tags a {
    cursor: pointer;
    cursor: hand;
    line-height: 25px;
    color: #3465A9;
}
.tags a .collapse {
    display: none;
}
.tags.expanded a .collapse {
    display: inline;
}
.tags.expanded a .expand {
    display: none;
}

.context_message {
    position: absolute;
    padding: 10px;
    color: white;
    width: fit-content;
    max-width: calc(100% - 40px);
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 200000;
    border-radius: 5px;
    overflow: hidden;
    text-align: right;
    transition: opacity 0.6s;
    pointer-events: none;
}
.context_message.hiding {
    opacity: 0;
}
#context_modal {
    background-color: #05385c55;
    bottom: -100px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    pointer-events: auto;
}
.context_message .premium_popup {
    margin: 10px 5px;
    min-width: 200px;
    pointer-events: auto;
}
.context_message .premium_popup .autohide_progress {
    height: 5px;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #0f75bc;
}
.context_message .premium_popup .buttons {
    margin-top: 10px;
    margin-top: 20px;
    text-align: center;

}
.context_message .premium_popup .buttons button.secondary {
    color: #0f75bc;
    border: 1px solid #0f75bc;
    background-color: white;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.context_message .premium_popup .buttons button {
    display: inline-block;
    border-radius: 20px;
    height: 35px;
    font: normal normal 400 16px Rubik;
    margin: 5px;
    width: auto;
}

.context_message .premium_popup .buttons a {
    color: #0f75bc;
    cursor: pointer;
    cursor: hand;
}
#main_splash {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 10000;
}

#main_splash:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #0f75bc;
    background-image: url('/img/V_white.png');
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center center;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#main_splash:after {
    content: "";
    display: block;
    position: absolute;
    background-image: url('/img/preloader_white.svg');
    background-size: 196px 196px;
    background-repeat: no-repeat;
    background-position: center center;
    height: 196px;
    width: 196px;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 1001px){

    .always_scroll::-webkit-scrollbar {
        width: 9px;
        margin: 1px;
        box-sizing: border-box;
    }

    .always_scroll::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 2px;
    }

    .always_scroll::-webkit-scrollbar-track {
        background-color: white;
    }

    .always_scroll:hover::-webkit-scrollbar-track {
        background-color: #FBFBFB;
    }

    .always_scroll:hover::-webkit-scrollbar-thumb{
        background-color: rgba(0, 0, 0, 0.5);
    }


}
@media screen and (max-width: 1000px){
    .default_content {
        padding-top: 60px;
        overflow-y: scroll;
    }

    .data_frame {
        border: none;
        border-radius: 0;
        background: none;
    }

    .context_message {
        left: 50%;
        transform: translateX(-50%);
    }

    .info_button {
        left: 55%;
        right: auto;
        top: 12px;
        transform: translateX(-50%);
    }
}
