* {
    box-sizing: border-box;
}

html,
body {
    min-width: 1000px;
    height: 100%;
}

input,textarea {
    background-color: unset;
    resize: none;
    outline: none;
    box-sizing: border-box;
    border: none;
}

div[contenteditable] {
    outline: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}
a:any-link {
    color: var(--dark-cyan);
}

.button {
    cursor: pointer;
}

.icon-10 {
    width: 10px;
    height: 10px;
}
.icon-14 {
    width: 14px;
    height: 14px;
}
.icon-15 {
    width: 15px;
    height: 15px;
}
.icon-16 {
    width: 16px;
    height: 16px;
}
.icon-18 {
    width: 18px;
    height: 18px;
}
.icon-20 {
    width: 20px;
    height: 20px;
}
.icon-24 {
    width: 24px;
    height: 24px;
}
.icon-25 {
    width: 25px;
    height: 25px;
}
.icon-30 {
    width: 30px;
    height: 30px;
}
.icon-35 {
    width: 35px;
    height: 35px;
}
.icon-40 {
    width: 40px;
    height: 40px;
}
.icon-46 {
    width: 46px;
    height: 46px;
}
.icon-80 {
    width: 80px;
    height: 80px;
}
.icon-160 {
    width: 160px;
    height: 160px;
}

hr {
    width: 100%;
    height: 1px;
    background-color: var(--neutral);
    border: unset !important;
    margin: unset !important;
}
.divider {
    width: 1px;
    height: 100%;
}