﻿/*iç sayfalar*/
p {
/*    font-size: 16px;*/
    color: #808080;
    line-height: 1.2 ;
}
ol li[data-list=bullet] {
    list-style-type: disc;
}
.mainCSubPages {
    width: 100%;
    height: 100%;
}


.contentC {
    width: 100%;
}

.innerContent {
    padding-top: 32px ;
    text-align: left;
}
.textContentWrapper ol, .textContentWrapper ul {
    padding-left: 36px;
}

.textContentWrapper h1{
    font-size:2em
}
.textContentWrapper h2{
    font-size:1em
}
.textContentWrapper h3 {
    font-size: 1.17em
}
.textContentWrapper h4{
    font-size:1em
}
.textContentWrapper h5{
    font-size:0.83em
}
.textContentWrapper h6 {
    font-size:0.67em
}
.contentHdr {
    width: 100%;
    background-color: white;
    padding: 10px 0;
}

.imageHolder {
    position: relative;
}

.hdrText {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 26px;
    font-weight: 700;
    text-transform:uppercase;
    color: #1D3859;
    line-height: 1.25;
    text-align: center;
    padding: 12px;
    background: rgba(255,255,255,0.8);
}
.hdrLabel {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #013682;
}

.headerImg {
    max-width: 100%;
    width: 100%;
    max-height: 310px;
    object-fit: cover;
    margin-bottom:40px;
}
.content {
    color: #808080 !important;
    font-size: 16px;
    font-weight: 400;
}
    .content p, .content span {
        color: #808080 !important;
        line-height: 1.2;
    }
    .content strong {
        color: #808080 !important;
        line-height: 1.2;
        font-weight:bold;
    }

/*google map*/
.mapWrapper {
    width: 100%;
    height: 250px;
}

iframe{
    width:100%;
    height:100%;
}


/*Tümünü görüntüle*/
.item {
    margin-bottom: 16px;
    float: none;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 10px 10px 0 rgb(0 0 0 / 14%);
    padding: 16px;
}
.itemCardC {
    margin-bottom: 16px;
    float: none;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 10px 10px 0 rgb(0 0 0 / 14%);
    padding: 16px;
    display:flex;
    flex-direction:column;
}
.title {
    color: #337ab7;
    font-weight: 600;
   
}
.titleCard {
    color: #337ab7;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
}


.contentWrapper {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 100px;
}


.readMore {
    display: flex;
    justify-content: flex-end;
    color: #337ab7;
    font-weight: 600;
    margin-right: 48px;
}

.readMore a{
    display:flex;
}

    .readMore span {
        margin-top: 1px;
        margin-left: 4px;
        color: #337ab7;
    }

.dateC {
    color: #808080;
    font-size: 16px;
    margin-bottom:32px;
}
    .dateC span {
        color: #084298;
    }

.ActivityDateC {
    color: #808080;
    margin-top: 15px;
    font-size: 24px;
    background: #f0f8ffb0;
    padding: 10px;
    border-radius: 5px;
}
    .ActivityDateC span {
        color: #084298;
        font-weight: bold;
    }

.dateInfoHeader {
    background-color: #337ab7;
    color: white;
    padding: 2px 5px;
    display: inline;
    float: right;
    margin: 0;
    border-radius: 15px;
}
.DateCHeader{
}

.campaignRemainDay {
    background-color: #80808078;
    padding: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    margin-right: 10px;
}
/*emeklilik hesaplama s*/

.formCover {
    padding-top: 20px;
    display: flex;
    flex-direction:column;
    justify-content: center;
    gap:24px;
}
    .formCover form {
        display: flex;
        flex-direction: column;
        gap:24px;
    }

.retirementInfo {
    color: #474747
}
.retirementInfo ol{
    padding-left:15px;
    margin-top:12px;
}
.totalPremiumDays {
    display: flex;
    gap: 8px;
    flex-direction: column;
}
.totalPremiumDays p{
    font-size:14px;
}
/*emeklilik hesaplama f*/
@media screen and (max-width: 768px) {
    .innerContent {
        padding-top: 6px;
    }
    .textContentWrapper {
        font-size: 12px;
    }
    .contentHdr {
        padding: 6px 0;
    }
    .hdrLabel {
        font-size: 16px;
    }
    .hdrText{
        font-size:18px;
        padding:8px;
    }
    .item {
        font-size: 14px;
        padding: 10px
    }
    .campaignRemainDay {
        padding: 2px;
    }
    .formCover {
        padding-top: 1px;
        gap: 16px;
    }
        .formCover form {
            gap: 12px;
        }
    .radioButtonsWrapper, .retirementInfo {
        font-size: 14px;
    }
}
@media screen and (max-width: 590px) {
    .dateInfoHeader {
        float: none;
        text-align: center;
    }
}  

@media screen and (max-width: 490px) {
    .dateInfoHeader {
        font-size: 12px;
    }
}

@media screen and (max-width: 410px) {
    .dateInfoHeader {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 390px) {
    .hdrText {
        font-size: 16px;
        padding: 4px;
    }

    .contentHdr {
        padding: 5px 0;
    }
}
