


.uk-checkbox,
.uk-input,
.uk-radio,
.uk-select,
.uk-textarea {
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit;
}
.uk-input {
    overflow: visible;
}
.uk-select {
    text-transform: none;
}
.uk-select optgroup {
    font: inherit;
    font-weight: 700;
}
.uk-textarea {
    overflow: auto;
}
.uk-input[type="search"]::-webkit-search-cancel-button,
.uk-input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
.uk-input[type="number"]::-webkit-inner-spin-button,
.uk-input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
.uk-input::-moz-placeholder,
.uk-textarea::-moz-placeholder {
    opacity: 1;
}
.uk-checkbox:not(:disabled),
.uk-radio:not(:disabled) {
    cursor: pointer;
}
.uk-fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
.uk-input,
.uk-textarea {
    -webkit-appearance: none;
}
.uk-input,
.uk-select,
.uk-textarea {
    max-width: 100%;
    width: 100%;
    border: 0 none;
    padding: 0 10px;
    background: #232428;
    color: #97979b;
    transition: 0.2s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow;
}
.uk-input,
.uk-select:not([multiple]):not([size]) {
    height: 40px;
    vertical-align: middle;
    display: inline-block;
    border-bottom: 1px solid #35353b;
}
.uk-input:not(input),
.uk-select:not(select) {
    line-height: 38px;
}
.uk-select[multiple],
.uk-select[size],
.uk-textarea {
    padding-top: 4px;
    padding-bottom: 4px;
    vertical-align: top;
    border: 1px solid #35353b;
}
.uk-select[multiple],
.uk-select[size] {
    resize: vertical;
}
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
    outline: 0;
    background-color: #232428;
    color: #97979b;
    border-color: #202125 !important;
}
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
    background-color: #313236;
    color: #cbcbcb;
    border-color: #35353b !important;
}
.uk-input::-ms-input-placeholder {
    color: #cbcbcb !important;
}
.uk-input::placeholder {
    color: #cbcbcb;
}
.uk-textarea::-ms-input-placeholder {
    color: #cbcbcb !important;
}
.uk-textarea::placeholder {
    color: #cbcbcb;
}
.uk-form-small {
    font-size: 13px;
}
.uk-form-small:not(textarea):not([multiple]):not([size]) {
    height: 30px;
    padding-left: 8px;
    padding-right: 8px;
}
.uk-form-small:not(select):not(input):not(textarea) {
    line-height: 28px;
}
.uk-form-large {
    font-size: 18px;
}
.uk-form-large:not(textarea):not([multiple]):not([size]) {
    height: 55px;
    padding-left: 12px;
    padding-right: 12px;
}
.uk-form-large:not(select):not(input):not(textarea) {
    line-height: 53px;
}
.uk-form-danger,
.uk-form-danger:focus {
    color: #f54f43;
    border-color: #f54f43 !important;
}
.uk-form-success,
.uk-form-success:focus {
    color: #01ce7f;
    border-color: #01ce7f !important;
}
.uk-form-blank {
    background: 0 0;
    border-color: transparent !important;
}
.uk-form-blank:focus {
    border-color: #35353b !important;
    border-style: dashed;
}
input.uk-form-width-xsmall {
    width: 50px;
}
select.uk-form-width-xsmall {
    width: 75px;
}
.uk-form-width-small {
    width: 130px;
}
.uk-form-width-medium {
    width: 200px;
}
.uk-form-width-large {
    width: 500px;
}
.uk-select:not([multiple]):not([size]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 20px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%2397979b%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%2397979b%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-repeat: no-repeat;
    background-position: 100% 50%;
}
.uk-select:not([multiple]):not([size])::-ms-expand {
    display: none;
}
.uk-select:not([multiple]):not([size]) option {
    color: #444;
}
.uk-select:not([multiple]):not([size]):disabled {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23cbcbcb%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23cbcbcb%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-input[list] {
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
}
.uk-input[list]:focus,
.uk-input[list]:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%2397979b%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-input[list]::-webkit-calendar-picker-indicator {
    display: none;
}
.uk-checkbox,
.uk-radio {
    display: inline-block;
    height: 16px;
    width: 16px;
    overflow: hidden;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: 0.2s ease-in-out;
    transition-property: background-color, border-color, box-shadow;
    border: 1px solid #35353b;
}
.uk-radio {
    border-radius: 50%;
}
.uk-checkbox:focus,
.uk-radio:focus {
    outline: 0;
    border-color: #202125;
}
.uk-checkbox:checked,
.uk-checkbox:indeterminate,
.uk-radio:checked {
    background-color: #202125;
    border-color: transparent;
}
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus,
.uk-radio:checked:focus {
    background-color: #08090a;
}
.uk-radio:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23222124%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-checkbox:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23222124%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-checkbox:indeterminate {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23222124%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-checkbox:disabled,
.uk-radio:disabled {
    background-color: #313236;
    border-color: #35353b;
}
.uk-radio:disabled:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23cbcbcb%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-checkbox:disabled:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23cbcbcb%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-checkbox:disabled:indeterminate {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23cbcbcb%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-legend {
    width: 100%;
    color: inherit;
    padding: 0;
    font-size: 22px;
    line-height: 1.4;
}
.uk-form-custom {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
}
.uk-form-custom input[type="file"],
.uk-form-custom select {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    -webkit-appearance: none;
    opacity: 0;
    cursor: pointer;
}
.uk-form-custom input[type="file"] {
    font-size: 500px;
    overflow: hidden;
}
.uk-form-label {
    font-size: 13px;
    color: #fff;
    font-family: Roboto;
    font-weight: 400;
}
.uk-form-stacked .uk-form-label {
    display: block;
    margin-bottom: 5px;
}
@media (max-width: 959px) {
    .uk-form-horizontal .uk-form-label {
        display: block;
        margin-bottom: 5px;
    }
}
@media (min-width: 960px) {
    .uk-form-horizontal .uk-form-label {
        width: 200px;
        margin-top: 7px;
        float: left;
    }
    .uk-form-horizontal .uk-form-controls {
        margin-left: 215px;
    }
    .uk-form-horizontal .uk-form-controls-text {
        padding-top: 7px;
    }
}
.uk-form-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #cbcbcb;
}
.uk-form-icon:hover {
    color: #97979b;
}
.uk-form-icon:not(a):not(button):not(input) {
    pointer-events: none;
}



.uk-button {
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 25px;
    vertical-align: middle;
    font-size: 13px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    transition: 0.1s ease-in-out;
    transition-property: color, background-color, background-position, border-color, box-shadow;
    font-family: Roboto;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 2px;
    background-origin: border-box;
}
.uk-button:not(:disabled) {
    cursor: pointer;
}
.uk-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.uk-button:hover {
    text-decoration: none;
}
.uk-button:focus {
    outline: 0;
}
.uk-button-default {
    background-color: #323337;
    color: #fff;
    border: 1px solid transparent;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
}
.uk-button-default:focus,
.uk-button-default:hover {
    background-color: #1b1c20;
    color: #fff;
    border-color: transparent;
    box-shadow: 0 6px 50px rgba(0, 0, 0, 0.05);
}
.uk-button-default.uk-active,
.uk-button-default:active {
    background-color: #1b1c20;
    color: #fff;
    border-color: transparent;
}

.uk-button-primary {
    background-color: #1b1c20;
    color: #fff;
    border: 1px solid transparent;
}
.uk-button-primary:focus,
.uk-button-primary:hover {
    background-color: #323337;
    color: #fff;
    border-color: transparent;
}
.uk-button-primary.uk-active,
.uk-button-primary:active {
    background-color: #323337;
    color: #fff;
    border-color: transparent;
}
.uk-button-secondary {
    background-color: rgba(32, 32, 36, 0);
    color: #9d9da1;
    border: 1px solid #47474b;
}
.uk-button-secondary:focus,
.uk-button-secondary:hover {
    background-color: rgba(45, 67, 82, 0);
    color: #fff;
    border-color: #fff;
}
.uk-button-secondary.uk-active,
.uk-button-secondary:active {
    background-color: rgba(68, 68, 77, 0);
    color: #fff;
    border-color: #fff;
}
.uk-button-danger {
    background-color: #ff384b;
    color: #fff;
    border: 1px solid transparent;
}
.uk-button-danger:focus,
.uk-button-danger:hover {
    background-color: #fc1e33;
    color: #fff;
    border-color: transparent;
}
.uk-button-danger.uk-active,
.uk-button-danger:active {
    background-color: #f1041a;
    color: #fff;
    border-color: transparent;
}
.uk-button-danger:disabled,
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled {
    background-color: #212226;
    color: #69696c;
    border: 1px solid transparent;
    background-image: none;
    box-shadow: none;
}
.uk-button-small {
    padding: 0 15px;
    line-height: 28px;
    font-size: 13px;
    border-radius: 2px;
}
.uk-button-large {
    padding: 0 40px;
    line-height: 53px;
    font-size: 18px;
    border-radius: 2px;
}
.uk-button-text {
    padding: 0;
    line-height: 1.625;
    background: 0 0;
    color: #97979b;
    position: relative;
    padding-right: 27px;
    border-radius: 0;
}
.uk-button-text::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 22px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2223%22%20height%3D%2211%22%20viewBox%3D%220%200%2023%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%2397979b%22%20points%3D%2217%201%2022%205.5%2017%2010%20%22%20%2F%3E%0A%20%20%20%20%3Cline%20fill%3D%22none%22%20stroke%3D%22%2397979b%22%20x1%3D%220%22%20y1%3D%225.5%22%20x2%3D%2222.4%22%20y2%3D%225.5%22%20%2F%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) 50%;
    transition: background-position 0.2s ease-out;
}
.uk-button-text:focus,
.uk-button-text:hover {
    color: #fd5055;
}
.uk-button-text:focus::before,
.uk-button-text:hover::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2223%22%20height%3D%2211%22%20viewBox%3D%220%200%2023%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23fd5055%22%20points%3D%2217%201%2022%205.5%2017%2010%20%22%20%2F%3E%0A%20%20%20%20%3Cline%20fill%3D%22none%22%20stroke%3D%22%23fd5055%22%20x1%3D%220%22%20y1%3D%225.5%22%20x2%3D%2222.4%22%20y2%3D%225.5%22%20%2F%3E%0A%3C%2Fsvg%3E");
    background-position: 100% 50%;
}
.uk-button-text:disabled {
    color: #cbcbcb;
}
.uk-button-link {
    padding: 0;
    line-height: 1.625;
    background: 0 0;
    color: #fd5055;
}
.uk-button-link:focus,
.uk-button-link:hover {
    color: #fc1e24;
    text-decoration: none;
}
.uk-button-link:disabled {
    color: #cbcbcb;
    text-decoration: none;
}
.uk-button-group {
    display: inline-flex;
    vertical-align: middle;
    position: relative;
}
.uk-button-group > .uk-button:nth-child(n + 2),
.uk-button-group > div:nth-child(n + 2) .uk-button {
    margin-left: -1px;
}
.uk-button-group .uk-button.uk-active,
.uk-button-group .uk-button:active,
.uk-button-group .uk-button:focus,
.uk-button-group .uk-button:hover {
    position: relative;
    z-index: 1;
}
.uk-button-group > .uk-button:not(:first-child):not(:last-child),
.uk-button-group > div:not(:first-child):not(:last-child) .uk-button {
    border-radius: 0;
}
.uk-button-group > .uk-button:first-child,
.uk-button-group > div:first-child .uk-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.uk-button-group > .uk-button:last-child,
.uk-button-group > div:last-child .uk-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}