﻿@font-face {
    font-family: 'icomoon';
    src: url('../icons/icomoon.eot?usgrjf');
    src: url('../icons/icomoon.eot?usgrjf#iefix') format('embedded-opentype'),url('../icons/icomoon.ttf?usgrjf') format('truetype'),url('../icons/icomoon.woff?usgrjf') format('woff'),url('../icons/icomoon.svg?usgrjf#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block
}

[class^="icon22-"], [class*=" icon22-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

* {
    -webkit-user-select: none;
}

.back-button .icon22-arrow-right {
    font-size:16px;
    text-align:center;
}
.icon22-arrow-right:before {
    content: "\e900";
    color: #000f28cc;
    float: left;
    transform: rotate(180deg);
    text-align: center;
    margin: 4px 8px 0;
    font-size:20px;
}
.back-button {
    position: absolute;
    left: 3%;
    top: 5%;
    background: #fff;
    border: 1px solid #001e50;
    border-radius: 32px;
    color: #001024;
    padding: 15px 24px;
}
