body {
    margin: 0;
    background-color: #444;
    color: #ccc;
    direction: rtl;
}

svg {
    margin:0;
    padding:0;
}

a {
    text-decoration: none;
    color: #ccc;
}
a:hover {
    color:#fff;
}
a:active {
    color: #999;
}

.a_nav {
    text-decoration: none;
    padding: 0 10px;
}

input {
    border: none;
    border-radius: 3px;
    padding: 3px;
    margin-bottom: 3px;
    font-size: 1rem;
}

button {
    border: none;
    border-radius: 3px;
    padding: 3px;
    margin: 3px;
    font-size: 1rem;
    cursor: pointer;
    background-color: #000;
    color: #ccc;
}

.w-button {
    border: none;
    padding: 0px;
    margin: 3px;
    cursor: pointer;
    background-color: #00000000;
}

.base-border {
    border: 1px solid #000;
    border-radius: 10px;
    margin: 10px;
    padding: 10px;
    background-color: #666;
}

.notouch {
    touch-action: none;
}
.touch {
    touch-action: auto;
}

.disable-selection {
    user-select: none;
    -webkit-user-select: none;/* Chrome, Safari, and Opera */
    -moz-user-select: none;/* Firefox */
    -ms-user-select: none;/* Internet Explorer */
}

.disable-zoom {
    user-zoom: fixed;
}
.enable-zoom {
    user-zoom: zoom;
}

.noscroll {
    overscroll-behavior: none;
}

.div-dash {
    height: 0px;
    width: 100%;
    margin: 10px 0 10px 0;
    padding: 0;
    border: 1px dashed #000000;
}

.tick-form div {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
}

.tick-form label {
    margin-bottom: 0.5rem;
}

.tick-form input,
select,
textarea {
    background-color: #d4d4d4;
    border-radius: 0.5rem;
    border: none;
    outline: none;
    padding: 0.4rem 0.8rem;
}

.tick-table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-top: 1rem;
}

.tick-table th,
.tick-table td {
    text-align: center;
    padding: 0.4rem;
}

.tick-table th {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    text-align: center;
    background-color: rgb(25 32 42);
    color: white;
    font-size: 0.95rem;
}

.tick-table td {
    color: #fff;
    background-color: rgb(54, 76, 106);
    font-size: 0.85rem;
}
