﻿* {
    font-family: "Inter", sans-serif;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.disabled {
    pointer-events: none;
/*    opacity: 0.5;*/
}

button {
    cursor: pointer;
    border: 0;
    outline: 0;
}

.g-title-div-1 {
    margin-top: 5px;
    margin-bottom: 5px;
    border-left: 2px solid #2EB336;
    padding-left: 10px;
    line-height: 1;
    color: #919191;
    font-size: 12px;
}

.g-title-div-1-arrow-ico {
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
    border-left: 2px solid #2EB336;
    padding-left: 10px;
    line-height: 1;
    color: #919191;
    font-size: 12px;
    background-repeat: no-repeat;
    background-position: right 0px top 50%;
    background-image: url(/Resources/Internal/Images/2020/icon-short-arrow-down-green.svg);
}

.isadmin .admin,
.isadmin .admin *, .admin * {
    color: #ff9800 !important;
    text-shadow: none !important;
    border-color: #ff9800 !important;
}