*{
    box-sizing: border-box;
}

html{
    height: 100% !important;
}

html,
body{
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    min-height: 100%;
}

body{
    font-family: Arial, Helvetica, sans-serif;
    color: #eeeeee;
    font-size: 18px;
}

h1{
    margin: 25px 0 50px;
}

a,
a:not(.button):visited,
a:not(.button):focus{
    color: #4a79ee;
}

.menu a,
.menu a:not(.button):visited,
.menu a:not(.button):focus{
    color: #000000;
}

input{
    outline: none;
}

select,
input[type="text"],
input[type="email"],
input[type="password"]{
    padding: 5px 20px 5px 5px;
    height: 40px;
    border-radius: 0;
    border: 2px solid #eeeeee;
    border-width: 0 0 1px 0;
    width: 200px;
    max-width: 100%;
    color: #eeeeee;
    background-color: #1d1d1d;
}

select option{
    padding: 5px 10px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 2px solid #eeeeee;
    border-width: 0 0 1px 0;
    -webkit-text-fill-color: #eeeeee;
    -webkit-box-shadow: 0 0 0 1000px #1d1d1d inset;
    transition: background-color 5000s ease-in-out 0s;
}

input[type="submit"],
button{
    border: 2px solid #eeeeee;
    background-color: transparent;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 999px;
}

.error-msg{
    color: #ff1919;
}

.success-msg{
    color: #11C411;
}

.form-flex{
    display: flex;
    justify-content: space-between;
}

.form-item label{
    display: inline-block;
    padding-left: 5px;
}

.button{
    padding: 6px 10px;
    background-color: #E3E3E3;
    display: inline-block;
    color: #000000;
    text-decoration: none;
    transition: all .4s;
}

.button.button-icon{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    color: #ffffff;
    background-color: #303030;
    text-decoration: none;
}

.button.button-icon span{
    display: none;
}

.button.button-icon img{
    width: 28px;
    height: 28px;
    object-fit: contain;
    object-position: center;
}

.button.button-back{
    background-color: #E3E3E3;
    color: #000000;
}

.button.button-delete{
    background-color: #FF1919;
    color: #000000;
}

.button.button-save{
    background-color: #11C411;
    color: #000000;
}

.button.button-settings{
    background-color: #303030;
    color: #ffffff;
}

.burger-menu{
    height: 25px;
    width: 30px;
    position: relative;
    cursor: pointer;
}

.burger-menu span{
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    height: 4px;
}

.burger-menu .burger-top{
    top: 0;
}

.burger-menu .burger-middle{
    top: 50%;
    transform: translateY(-50%);
}

.burger-menu .burger-bottom{
    bottom: 0;
}

.menu-trigger{
    position: relative;
}

.menu-trigger:hover .menu {
    display: block;
}

.menu{
    position: absolute;
    margin: 0;
    padding: 10px 0 0 ;
    word-break: keep-all;
    display: none;
}

.menu.right-bottom{
    top: 100%;
    right: 0;
}

.menu li{
    list-style: none;
}

.menu a {
    text-decoration: none;
    padding: 5px 10px;
    display: block;
    background: #fff;
    color: #161616;
}

.menu li:first-child a{
    padding: 10px 10px 5px;
}

.menu li:last-child a{
    padding: 5px 10px 10px;
}

table {
    border-collapse: collapse;
}

table tr:nth-of-type(even) td{
    background-color: #222222;
}

table td,
table th{
    padding: 10px 20px;
    border: 2px solid #ffffff;
    border-width: 2px 0;
    text-align: left;
}

.cols-form{
    margin-bottom: 20px;
}

.cols-form label{
    margin-bottom: 5px;
}

.cols-form input,
.cols-form label{
    display: block;
}

.dialog-field{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #000;
    padding: 20px;
    z-index: 999;
    width: 300px;
    min-height: 150px;
    max-width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    background: #E3E3E3;
    color: #000000;
}

.dialog-field.error{
    background-color: #FF1919;
}

.dialog-field.success{
    background-color: #11C411;
}

.dialog-field.warning{
    background-color: #EBD300;
}

.loader {
    margin: 0 auto 15px;
    width: 60px;
    height: 50px;
}

.loader > div {
    height: 100%;
    width: 8px;
    display: inline-block;
    float: left;
    margin-left: 2px;
    background: #000000;
    animation: delay 2.5s infinite ease-in-out;
    transform: scaleY(0.05);
}

.loader .loading-bar2 {
    animation-delay: .1s;
}

.loader .loading-bar3 {
    animation-delay: .2s;
}

.loader .loading-bar4 {
    animation-delay: .3s;
}
.loader .loading-bar5 {
    animation-delay: .4s;
}
.loader .loading-bar6 {
    animation-delay: .5s;
}

@keyframes delay {
    0%, 40%, 100% {
        transform: scaleY(0.05);
    }
    20% {
        transform: scaleY(1);
    }
}


@media screen and (min-width: 1040px){
    .button.button-icon span{
        display: inline-block;
    }
}