﻿.descr-div-1 {
    display: flex;
    gap: 2em;
}

#buttons_container {
    display: flex;
    justify-content: space-around;
}

.font-size-big {
    font-size: 20px;
}

.descr-help {
    display: flex;
    gap: 2em;
}

.bold {
    font-weight: bold;
}

.bold-400 {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
}

.sica-grey {
    color: #55616F;
}

.sica-red {
    color: #E7505A;
}

.sica-turquoise {
    color: #26A1AB;
}

.sica-blue {
    color: #337AB7;
}

.sica-dark-grey {
    color: #444D58;
}


.descr-1_items {
    flex: 1 1 0;
}

.action_button {
    border-color: black;
    margin-top: 4em;
}

.smaller-divider {
    width: 50%;
    margin: 6em auto 2em;
    border-top-color: black;
}

#sica_api_help_title {
    text-align: center;
    margin-bottom: 2em;
}

#sica-api-help-descr-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2em 4em;
}

.icons {
    max-height: 60px;
}

#sica-api-text-4 {
    margin: 2em auto 3em;
}

#watch-sica-api {
    background-color: #A6CE39;
    border-color: #A6CE39;
    margin-bottom: 2em;
}

.container-docs {
    width: 100%;
}

#sica-api .fCAUPA {
    max-width: 160px;
    margin: 2em auto 1em;
}

.background-grey {
    background-color: #EBEBEB;
}

#sica-api {
    padding-top: 0;
    padding-bottom: 0;
}

#sica-api .content {
    overflow-x: unset;
}

#api-documentation-header:before {
    background-color: rgba(0, 0, 0, 0.2);
}