
html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

body {
    width: 100%;
    overflow-x: hidden;
    height: 100%;
}


a {
    text-decoration: none;
    color: white;
}

a:hover {
    text-decoration: none;
    color: white;
}

.logo_image{
    max-height: 60%;
    max-width: 50vw;
}


.sanistone_footer {
    height: 11%;
    display: block;
    bottom: 0;
    position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.3);
}

.sanistone_header {
    height: 11%;
    display: block;
    top: 0;
    position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.3);
}

.no_backgrond {

    background-color: transparent;
}

.sanistone_logo {
    position: absolute;
    right: 6vw;
    top: 9%;
    color: white;
    font-size: 5vh;
}


.sanistone_icons {
    height: 100%;
    color: white;
}

.center_content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sanistone_svg_icon {
    max-width: 40px;
    min-width: 20px;
    max-height: 25px;
}


.sanistone_big_icon {
    max-width: 80px;
    max-height: 50px;
    filter: invert(100%)
}

.sanistone_icon_h_line {
    margin-top: 20px;
}

.dot {
    height: 15px;
    width: 15px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
}

.dot-top {
    position: absolute;
    top: -8px;
}

.icon_top {
    position: relative;
    top: -32px;
    z-index: 50;
}

.dot-left {
    position: absolute;
    left: 8px;
    top: 10px;
}

.line {
    width: 80vw;
    margin-bottom: 5px;
}

.line-7:after {
    content: "";
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: calc((80vw + 30px) / 7 + 15px);
    width: calc((81vw + 30px) / 7 * 6 );
    height: 1px;
    z-index: -1;
}

.line-3:after {
    content: "";
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: calc(80vw / 3 / 2);
    width: calc(80vw * 2 / 3 + 30px);
    height: 1px;
    z-index: -1;
}

.line-4:after {
    content: "";
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: calc(80vw / 4);
    width: calc(80vw * 3 / 4 + 30px);
    height: 1px;
    z-index: -1;
}
.line-6:after {
    content: "";
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: calc((80vw + 30px) / 6 + 15px);
    width: calc((80vw + 30px) * 5 / 6);
    height: 1px;
    z-index: -1;
}

.line-1:after {
    content: "";
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    width: calc(80vw);
    height: 1px;
    z-index: -1;
}


.vertical-line:after {
    content: "";
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 15px;
    left: calc(10vw + 15px);
    width: 1px;
    height: calc(95% - 40px);
    z-index: -1;
}


.vertical {
    height: 100%;
}

.dot-label {
    margin-top: 12px;
    margin-left: 15px;
}

.sanistone_font {
    line-height: 18px;
    color: white;
    font-family: Arial;
    font-size: 16px;
}

.sanistone_font_size {
    line-height: 18px;
    font-family: Arial;
    font-size: 14px;
}

.sanistone_font_red {
    color: #b70000;
    font-weight: bold;
}
.sanistone_font_orange {
    color: #ff7800;
    font-weight: bold;
}

.sanistone_text_icon {
    font-size: 25px;
}

.input-group-text {
    line-height: 18px;
    border-radius: 6px;
    color: #4f5d73;
}

.input-group-text {
    line-height: 18px;
    border-radius: 6px;
    color: #4f5d73;
}

.form-group-lg {
    height: 50px;
}

.form-group-lg .form-control {
    height: auto;
}

.btn-lg {
    border-radius: 6px;
}

.sanistone_list_container {
    margin-bottom: 15px;
    margin-left: 2vh;
    min-height: 5vh;
    padding: 0.6vh;
}

.no-padding {
    padding: 0px;
}

.no-padding-right {
    padding-right: 0px;
}

.no-padding-left {
    padding-left: 0px;
}

.sanistone_icon_background {
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;

    width: 50px;

    padding: 5px;
    border-radius: 10px;
}

.icon_red{
    -webkit-filter: invert(40%) grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(400%) contrast(2);
    filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(1500%) contrast(0.8);
}
.icon_yellow{
    -webkit-filter: grayscale(100%) brightness(120%) sepia(90%) hue-rotate(5deg) saturate(500%) contrast(0.7);
    filter: grayscale(100%) brightness(120%) sepia(90%) hue-rotate(5deg) saturate(2000%) contrast(0.7);
}


.sanistone_id_show {
    top: 2vh;
    left: 35vw;
    position: absolute;
}

.menu_container {
    position: fixed;
    top: calc(86% - 50px);
    width: 100%
}

.start_content{
    position: relative;
    top: 15%;
}
.second_content{
    position: relative;
    top: 22%;
}

.disabled {
    cursor: default;
    pointer-events: none;
    opacity: 0.6 !important;
}

.visible_disabled {
    cursor: default;
    opacity: 0.6 !important;
}

.sanistone_icon_link {
    width: fit-content;
}

.form-group-lg .form-control {
    font-size: 14px;
    font-family: Arial;
}

.invalid-feedback {
    display: block;
    font-size: 14px;
    font-family: Arial;
}

.sanistone_no_update {
    display: none;
}
.sanistone_to_update {
}
