body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  font-family: 'Roboto', sans-serif;
}

::-webkit-scrollbar {
    display: none;
}

html {
  height: -webkit-fill-available;
}

main {
  height: 100vh;
  height: -webkit-fill-available;
  max-height: 100vh;
  overflow-x: auto;
  overflow-y: hidden;
}

body {
    /*padding-top: 56px;*/
}

.form-control:focus {
  box-shadow: none;
}

.w-1 {
    width: 1%;
    white-space: nowrap;
}

.text-blue-site {
    color: #45a8ee!important;
}
.text-grey-site {
    color: #444!important;
}
.text-green-site {
    color: #21a67a!important;
}
.text-brown-site {
    color: #ffa31a!important;
}
.text-red-site {
    color:#dc3545!important;
}
.bg-blue-site {
     background-color: #45a8ee!important;
}
.bg-grey-site {
     background-color: #444!important;
}
.bg-brown-site {
    background-color: #ffa31a!important;
}
.bg-grey-light-site {
    background-color: #d6d8db!important;
}
.text-vk-icon {
    color: #4c75a3!important;
}
.text-instagram-icon {
    color: #C13584!important;
}
.text-viber-icon {
    color: #8f5db7!important;
}
.text-telegram-icon {
    color: #0088cc!important;
}
.text-whatsapp-icon {
    color: #25D366!important;
}
