#overview {
    background: #111823;
    border-radius: .5em;
    padding: 2.5em 2.2em 1em 2.2em;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-flow: column;
}

.overview_thead {
    margin: 0em 0 0.25em 0;
}

.overview_thead > strong {
    display: inline-block;
    text-transform: none;
    color: #ccd6dd;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.overview_thead > strong:after {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: rgb(157,255,255);
    background-image: linear-gradient(90deg, rgba(157,255,255,1) 0%, rgba(62,149,182,1) 100%);
    box-shadow: rgba(145, 241, 246, 0.7) 0 3px 18px 0px;
    border-radius: 0 0 .25em .25em;
}

.overview_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-flow: row;
    background-color: #141c29;
    background-image: linear-gradient(90deg, #141c29 0%, #111823 100%);
}

.overview_cat {
    text-transform: uppercase;
    color: #657786;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: .875em;
    margin-bottom: .75em;
    height: 40px;
    background: #111823;
    padding-left: 0.9em;
}

.overview_cat_col {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: 1;
}

.overview_columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-flow: column;
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.overview_cat .overview_cat_col:last-child {
    text-align: right;
}

.overview_col a {
    color: #657786;
}

.overview_col a:hover {
    color: #8c9faf;
}

.overview_row {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.overview_col {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1;
    padding: 1px 3px 3px 0px;
    font-size: 11px;
    font-weight: 500;
}

.overview_row .overview_col:last-child {
    text-align: right;
}

.overview_content .overview_columns:first-child {
    -webkit-box-flex: 0 0 240px;
    flex: 0 0 240px;
    -ms-flex: 0 0 240px;
}

.overview_col.icon {
    -webkit-box-flex: 0 0 25px;
    flex: 0 0 25px;
    -ms-flex: 0 0 25px;
    background-image: url(../../../images/arcobaleno/sayilar.png);
    background-repeat: no-repeat;
    background-position: 6px 0;
    background-size: auto;
}

.overview_columns .overview_row:nth-child(3) .icon {
    background-position-y: -20px;
}

.overview_columns .overview_row:nth-child(4) .icon {
    background-position-y: -40px;
}

.overview_columns .overview_row:nth-child(5) .icon {
    background-position-y: -60px;
}

.overview_columns .overview_row:nth-child(6) .icon {
    background-position-y: -80px;
}

.overview_columns .overview_row:nth-child(7) .icon {
    background-position-y: -100px;
}

.overview_columns .overview_row:nth-child(8) .icon {
    background-position-y: -120px;
}

.overview_columns .overview_row:nth-child(9) .icon {
    background-position-y: -140px;
}

.overview_columns .overview_row:nth-child(10) .icon {
    background-position-y: -160px;
}

.overview_columns .overview_row:nth-child(11) .icon {
    background-position-y: -180px;
}

.overview_columns .overview_row:nth-child(12) .icon {
    background-position-y: -200px;
}

.overview_columns .overview_row:nth-child(13) .icon {
    background-position-y: -220px;
}

.overview_columns .overview_row:nth-child(14) .icon {
    background-position-y: -240px;
}


@media screen and (max-width: 980px) {
.overview_content {
    display: block;
}

.overview_columns {
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
}
}
		
.overviewColor_1,.overviewColor_2{color:#777;}.overviewHover_1:hover{background:#9bfdfd0d}.overviewHover_2:hover{background:#9bfdfd0d}
		
		
		
		
		
		