/*|-------------------------------------------------------------------------------| MyBB Dizayn - Exclusive Overview|-------------------------------------------------------------------------------| Copyright (c) 2019 MyBB Dizayn <www.mybbdizayn.com>| */	#overview {    background: #ffffff;    -webkit-box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.1);    box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.1);    background-color: #ffffff;    margin-bottom: 20px;    border-radius: 9px;    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 {padding-left: 15px;    border-top-left-radius: 9px;    border-top-right-radius: 9px;    background: #546e7a;    min-height: 3rem;}.overview_thead strong {font-size: 16px;    font-weight: 400;    color: #ffffff;    height: 44px;    line-height: 49px;    display: inline-block;}.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;	margin: 6px;}.overview_cat {    height: 25px;    line-height: 26px;    padding: 0 7px 0 9px;    text-transform: uppercase;    color: #546e7a;    font-size: 11px;	font-weight: 500;    background: #eff5f5;    display: -webkit-box;    display: -ms-flexbox;    display: flex;    -webkit-box-pack: justify;    -ms-flex-pack: justify;    justify-content: space-between;    -webkit-box-align: center;    -ms-flex-align: center;    align-items: stretch;	margin-bottom: 5px;}.overview_cat_col {    overflow: hidden;    white-space: nowrap;    text-overflow: ellipsis;    flex: 1;}.overview_content .overview_columns:last-child {    padding-left: 5px;}.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;}.overview_cat .overview_cat_col:last-child {    text-align: right;}.overview_row {    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;    font-size: 12px;    border-bottom: #f4f3f3 1px solid;}.overview_col {    overflow: hidden;    white-space: nowrap;    text-overflow: ellipsis;    -webkit-box-flex: 1;    flex: 1;    -ms-flex: 1;    padding: 8px 5px;}.overview_row .overview_col:last-child {    text-align: right;    flex: 0 0 80px;}.overview_content .overview_columns:first-child {    -webkit-box-flex: 0 0 240px;    flex: 0 0 240px;    -ms-flex: 0 0 240px;    padding-right: 5px;}.overview_col.icon {    background: url(/images/sayilar.png);    background-repeat: no-repeat;    background-position: 4px 6px;    -webkit-box-flex: 0 0 25px;    flex: 0 0 25px;    -ms-flex: 0 0 25px;    width: 22px;    height: 20px;}.overview_columns .overview_row:nth-child(3) .icon {    background-position-y: -15px;}.overview_columns .overview_row:nth-child(4) .icon {    background-position-y: -36px;}.overview_columns .overview_row:nth-child(5) .icon {    background-position-y: -55px;}.overview_columns .overview_row:nth-child(6) .icon {    background-position-y: -76px;}.overview_columns .overview_row:nth-child(7) .icon {    background-position-y: -97px;}.overview_columns .overview_row:nth-child(8) .icon {    background-position-y: -117px;}.overview_columns .overview_row:nth-child(9) .icon {    background-position-y: -136px;}.overview_columns .overview_row:nth-child(10) .icon {    background-position-y: -156px;}.overview_columns .overview_row:nth-child(11) .icon {    background-position-y: -176px;}@media screen and (max-width: 980px) {.overview_content {    display: block;}.overview_columns {    margin: 0 0 10px 0 !important;    padding: 0 !important;}}.overviewColor_1 {color: #777;}.overviewTrow_1, {background: #F4F6F9;}.overviewHover_1:hover {	background: #eff5f5;	-webkit-transition: all 0.1s linear;    -moz-transition: all 0.1s linear;    -ms-transition: all 0.1s linear;    -o-transition: all 0.1s linear;    transition: all 0.1s linear;