@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/Inter-Regular.woff2") format("woff2"),
         url("../fonts/Inter-Regular.woff") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/Inter-Italic.woff2") format("woff2"), url("../fonts/Inter-Italic.woff") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/Inter-Medium.woff2") format("woff2"),
         url("../fonts/Inter-Medium.woff") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/Inter-MediumItalic.woff2") format("woff2"),
         url("../fonts/Inter-MediumItalic.woff") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/Inter-SemiBold.woff2") format("woff2"),
         url("../fonts/Inter-SemiBold.woff") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/Inter-SemiBoldItalic.woff2") format("woff2"),
         url("../fonts/Inter-SemiBoldItalic.woff") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/Inter-Bold.woff2") format("woff2"),
         url("../fonts/Inter-Bold.woff") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/Inter-BoldItalic.woff2") format("woff2"),
         url("../fonts/Inter-BoldItalic.woff") format("woff");
}

body, button, input, select, table, td, textarea, th { color: #1D2433; font-family: 'Inter', sans-serif !important; }
body, html, iframe, img, td, th, tr { border-style: none; margin: 0; padding: 0; }
button { cursor: pointer; font-family: inherit; font-style: inherit; }
button, input, select, table, td, textarea, th { font-size: 1em; }

* { box-sizing: border-box; outline: none; }
html, body { height: 100%; }

body { background-color: #ebecf0; }

button {
    background-color: #fff;
    border: 1px solid #efefef;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    padding: 11px 30px;
}

.itcp-action-button { background-color: #118DDB; }
.itcp-action-button, .itcp-action-button:active, .itcp-action-button:focus, .itcp-action-button:hover { border: none; color: #ffffff; }
.itcp-action-button:active { background-color: #118DDB; }
.itcp-action-button:focus { background-color: #118DDB; box-shadow: 0 0 0 2px #24a249; }
.itcp-action-button:hover { background-color: #118DDB; }

#itcp-icon-arrow-right {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0KIk0xMy41IDQuNUwxMi40NDI1IDUuNTU3NUwxOC4xMjc1IDExLjI1SDIuMjVWMTIuNzVIMTguMTI3NUwxMi40NDI1IDE4LjQ0MjVMMTMuNSAxOS41TDIxIDEyTDEzLjUgNC41WiIgCmZpbGw9IiMxMThEREIiLz48L3N2Zz4=);
    background-size: contain;
    height: 40px;
    width: 40px;
}

#itcp-leftbar {
    background: #fff;
    box-shadow: 4px 0 15px rgba(0, 0, 0, .07);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 64px;
    z-index: 2;
}

#itcp-login {
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    height: 100px;
    left: 50%;
    padding-left: 108px;
    padding-top: 148px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    z-index: 3;
}
#itcp-login:hover {
    border-color: #afafaf;
}

#itcp-login-button {
    margin-top: 60px;
    width: 100%;
}

#itcp-login-inner {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

#itcp-logo {
    background-image: url(../images/logo.png);
    background-size: 64px;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 64px;
    width: 64px;
}

#itcp-title {
    font-size: 40px;
    font-weight: bold;
    line-height: 35px;
    padding-left: 12px;
    padding-right: 12px;
}

#itcp-topbar {
    background: #fff;
    height: 72px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}
