body, html {
    height: 100vh !important;
    overflow: hidden;
    background-color: #fff;
}
.pac-container,
.pac-logo{
    z-index: 9999 !important;
}

.z-depth-5 {
    z-index: 999999;
    position: relative;
}

.minimize {
    transform: scale(0) !important;
}

.resizable {
    overflow: hidden;
}

.resizable .resizers{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
  
.resizable .resizers .resizer{
    width: 25px;
    height: 25px;
    position: absolute;
}
  
.resizable .resizers .resizer.top-left {
    left: -10px;
    top: -10px;
    cursor: nwse-resize; /*resizer cursor*/
}
.resizable .resizers .resizer.top-right {
    right: -10px;
    top: -10px;
    cursor: nesw-resize;
}
.resizable .resizers .resizer.bottom-left {
    left: -10px;
    bottom: -10px;
    cursor: nesw-resize;
}
.resizable .resizers .resizer.bottom-right {
    right: -10px;
    bottom: -10px;
    cursor: nwse-resize;
}

.circle-button {
    padding: 5px;
    color: #5d5d5d;
    border-radius: 100%;
    cursor: pointer;
    transition: background-color 250ms;
}

.circle-button:hover {
    background-color: #e8e8e8;
}

.sidenav-overlay{
    opacity: 0.5 !important;
}

.draggable {
    cursor: grab !important;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

 /* (Optional) Apply a "closed-hand" cursor during drag operation. */
.draggable:active { 
    cursor: grabbing !important;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.score-card {
    display: inline;
    font-size: 11px;
    padding: 0 4px;
}

.score-card-value {
    font-size: 14px;
}

.score-card-compare-value {
    color: rgba(0,0,0,0.67);
}

.score-cards {
    display: inline;
}

.collapsible {
    box-shadow: none;
    border: none;
    background-color: transparent;
}

.collapsible-header {
    border: none;
    background-color: transparent;
}

.collapsible-body {
    /* box-shadow: rgba(0, 0, 0, 0.3) 2px 10px 11px -10px inset;
    border: none; */
    padding: 1rem;
}

.collapsible span.badge {
    margin-left: 14px;
}

.header-corner {
    display: flex;
    justify-content: space-between;
}

.content-background {
    min-height: 100%;
    min-width: 100%;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 200 200'%3E%3Cpolygon fill='%23DCEFFA' points='100 0 0 100 100 100 100 200 200 100 200 0'/%3E%3C/svg%3E");
}

.right {
    position: absolute;
    right: 0;
}

.uk-danger {
    color: red !important;
}

.circle-image {
    background-size: cover;
    background-position: center;
    border-radius: 100%;
}

.circle-image.small {
    width: 40px; height: 40px;
}

.uk-nav-header {
    font-size: 14px;
}


.disabled {
    opacity: 0.5 !important;
    pointer-events: none !important;
}

a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: normal;
    color: #1579D2;
}

.uk-table-hover tbody tr:hover, .uk-table-hover>tr:hover {
    background: rgba(26, 26, 26, 0.05);
}

.uk-button-default,
.uk-button-default:hover {
    background-color: white;
}
/*<Belokon>*/
.g__btn{
    border-radius: 5px;
    text-transform: unset;
    font-size: 13px;
    width: 99%;
}

.g__btn--yes{
    border-radius: 5px;
    border: 1px solid #E30613;
    background: #ffffff;
    color: #e30613;
}

.g__btn--no{
    border-radius: 5px;
    border: 1px solid #c4c4c4;
    background: #ffffff;
    color: #515151;
}

.g__btn--simple{
    border-radius: 5px;
    border: 1px solid #faa05a;
    background: #ffffff;
    color: #faa05a;
}
  
.g__btn--grey{
    border-radius: 5px;
    border: 1px solid #c4c4c4;
    background: #FFFFFF;
    color: #c4c4c4;
}
  
.g__btn--link{

}

.g__input--simple{
    border-radius: 5px;
    border: 1px solid #c4c4c4;
    background: #ffffff;
    color: #515151;
}
.g__table{
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    box-sizing: border-box;
    color: #7f7f7f;
}
  
.g__table > thead{
    color: #515151;
}


/*</Belokon>*/

.dl-container li:hover .fake-btn {
    display: block;
}

.fake-point-on-cursor {
    position: fixed;
    pointer-events: none;
    z-index: 9999;
}

.uk-checkbox:checked {
    background-size: cover;
    background-repeat: no-repeat;
}

.slick-next:before {
    display: none;
    content: '⟩';
    color: #e30613;

}

.slick-prev:before {
    display: none;
    content: '⟨';
    color: #e30613;

}

.slick-dots li{
    margin: 0;
}
.slick-next {
    z-index: 9;
    color: #e30613 !important;
    background-size: cover !important;
    background-image: url("/svg/sliderLeft.svg")  !important;
    background-color: transparent !important;
}

.slick-prev {
    z-index: 9;
    color: #e30613 !important;
    background-size: cover !important;
    background-image: url("/svg/sliderRight.svg")  !important;
    background-color: transparent !important;
}

.slick-next, .slick-prev{
    height: 50px;
    width: 50px;
}
.slick-current img{
    margin: auto;
}

/*.slick-next:before, .slick-prev:before {*/
/*    color: #e30613;*/
/*    font-weight: bold;*/
/*    font-family: slick;*/
/*    font-size: 35px;*/
/*    line-height: 1;*/
/*    opacity: .75;*/
/*}*/

.uk-notification-message-danger {
    background: red;
    color: #ffffff;
}
.uk-notification-message-warning {
    background: orange;
    color: #ffffff;
}
.uk-notification-message-success {
    background: forestgreen;
    color: #ffffff;
}
.uk-notification-message-primary {
    background: grey;
    color: #ffffff;
}

.uk-card {
    border-radius: 5px;
}

.uk-navbar-nav {
    height: 100% !important;
}

.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    min-height: auto;
    height: 100%;
}

.uk-text-large {
    font-size: 20px;
    font-weight: 400;
}

.selected .point {
    background-color: #fcd9da !important;
    border: solid red 1px !important;
    z-index: 1 !important;
}

.button-icon {
    padding-left: 20px;
    text-transform: none;
    font-size: 0.8rem;
    padding-bottom: 3px;
}

.button-icon.green {
    color: green;
}

.button-icon.red {
    color: red;
}

.button-icon.red::before {
    border-bottom: 1px solid red;
}


hr {
    margin-bottom: 15px;
}


*::-webkit-scrollbar-track
{
    position: absolute;
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    cursor:grab;
}

*::-webkit-scrollbar
{
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #F5F5F5;
    cursor:grab;
}

*::-webkit-scrollbar-thumb
{
    background-color: #bdbdbd;
    border-radius: 5px;
    cursor:grab;
}

input[type='checkbox'] {
    width: 20px;
    height: 20px;
  
    background: #FFFFFF;
    border: 2px solid #E2E2E2;
    box-sizing: border-box;
    border-radius: 4px;
}

.without-shadow {
    box-shadow: none !important;
}

span.required {
  color: red !important;
  font-size: 12px !important;
  font-weight: bold !important;
}

.uk-text-danger {
  color: #e30613 !important;
  border-color: #e30613 !important;
}

.thumbnail {
  position: relative !important;
  overflow: hidden !important;
}
.thumbnail img {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  height: 100% !important;
  width: auto !important;
  -webkit-transform: translate(-50%,-50%) !important;
      -ms-transform: translate(-50%,-50%) !important;
          transform: translate(-50%,-50%) !important;
}
.thumbnail img.portrait {
  width: 100% !important;
  height: auto !important;
}

.uk-icon-button {
    user-select: none;
    cursor: pointer;
}

input:required {
    box-shadow: none !important;
 }

.uk-height-xlarge {
    height: 600px;
}

.grecaptcha-badge {
    z-index: 99999;
    top: 15px !important;
    bottom: auto !important;
}

.introjs-helperNumberLayer {
    display: none;
}

.introjs-helperLayer {
    background: transparent;
}

.introjs-overlay {
    opacity: 0 !important;
}

.introjs-helperLayer {
    transform: translate3d(0px, 0px, 0px);
}

.introjs-helperLayer:before {
    content: '';
    position: fixed;
    width: inherit;
    height: inherit;
    border-radius: 0.5em;
    box-shadow: 0 0 0 10000em rgba(0,0,0, .7);
    -webkit-box-shadow: 0 0 0 3000px rgba(0,0,0, .7);
    z-index: 1000;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}

.introjs-helperLayer:after {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 1000;
    transform: translate3d(0px, 0px, 0px);
}

.bg-green {
    background-color: green !important;
}

.uk-notification { 
    z-index: 999999 !important;
}

.uk-modal-full {
    z-index: 999 !important;
}

.uk-icon-button.uk-spinner {
    padding: 7px;
}

.uk-badge {
    font-size: 10px;
}