﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i');

html, body {
    font-family: 'Roboto', sans-serif !important;
}


a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #414141;
    background-color: transparent;
    border-bottom: 3px solid #f47b4d;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

.nav-link.active {
    font-weight:500;
}

video:focus {
    outline:none;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    overflow-x: hidden;
}

body {
    /* Margin bottom by footer height */
   /* margin-bottom: 60px;*/
    font-family: 'Roboto', sans-serif;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.d-hide {
    display: none!important;
}

.m-0-5 {
    margin: 0 5px;
}

.text-light-ash {
    color: #e3e2e2;
}

.font-20 {
    font-size: 20px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-16-imp {
    font-size: 16px !important;
}

.font-14 {
    font-size: 14px;
}

.font-13 {
    font-size: 13px;
}

.line-height-30 {
    line-height: 30px;
}

.line-height-24 {
    line-height: 24px;
}

.line-height-23 {
    line-height: 23px;
}

.line-height-18 {
    line-height: 18px;
}

.line-height-13 {
    line-height: 13px;
}

.p-40-10 {
    padding: 40px 10px;
}
.m-t-80 {
    margin-top: 80px
}

.m-t-20 {
    margin-top: 20px
}

.m-t-40 {
    margin-top: 40px
}

.p-l-r-90 {
    padding-left: 90px!important;
    padding-right: 90px!important;
}

.align-center-1 {
    padding: 0 6%;
}

.text-center {
    text-align: center;
}

.bg-color-1 {
    background-color: #0a8285;
}

.z-index-999 {
    z-index: 999;
}

.smart-color {
    color: #f15756;
}

.standard-color {
    color: #e5815b;
}

.enterprice-color {
    color: #e6a762;
}

.ultimate-color {
    color: #e7c468;
}

.max-wid-160px {
    max-width:160px;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-normal {
    font-weight: normal;
}

.resize-none {
    resize:none;
}

.wid-42per {
    width:42%;
}

.wid-42per {
    width: 42%;
}

.wid-58per {
    width: 58%;
}

.v-align-sub {
    vertical-align:sub;
}

.m-5em-0 {
    margin: .5rem 0;
}

.p-8-15 {
    padding: 8px 15px;
}

.text-intent-0 {
    text-indent:0px;
}


.grecaptcha-badge{
    display:none;
}

.mask-layer {
    position: absolute;   
    opacity: 0.8;
    display: flex;
    align-items: center;
    background-color: #ffc600;
    transition:all 1.5s ease-in-out;
    cursor:not-allowed;
}

    .mask-layer > h6 {
        width: 100%;
        color: #414141;
        display: none;
    }

.chat-block:hover .mask-layer {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

    .chat-block:hover .mask-layer > h6{
        display:block;
    }

.list-group-item.custom-list-group-item {
    padding: .75rem 2.25rem;
}

.resp-space-1 {
    padding-left: 38px;
}

.soc-img-inst {
    margin-top: 2px;
    margin-left: 2px;
}

#cookieConsent {
    position: fixed;
    bottom: 0;
    z-index: 9;
    background-color: #fdcb37e8;
    color: #333;
    left: 0;
    margin: 10px;
}