:root {
    --dark-themes: #253e5f;
    --red-themes: #f30a5c;
    
  }

.pl-5 { padding-left: 5px; }
.pr-5 { padding-right: 5px; }
.ml-5 { margin-left: 5px; }
.ml-30 { margin-left: 30px; }
.ml-40 { margin-left: 40px; }
.fs23 {font-size: 2.3rem !important;}
.pr-25 { padding-right: 25px; }
::selection { background: #3e5b80; color: #fff; text-shadow:#3e5b80;}
.bsol { border-left: 6px solid; padding-left: 20px; border-color: #3e5b80; }
.bsag { text-align:right; border-right: 6px solid; padding-right: 20px; border-color: #3e5b80; }
.altciz { border-bottom: 1px solid; border-color: #bfbfbf; border-radius: 8%; border-bottom-style: dashed; }
.curpo {cursor: pointer;}
.tac {text-align: center;}
.gizle {display: none;}
.fwb {font-weight: bold;}
hr { color:#3e5b80; }
.cizgi { font-weight: 400; color: var(--color-blue5); font-style: italic; position: relative; }
.cizgi::after { content: ""; position: absolute; background-image: url(../assets/img/section_head/title_shap1.png); background: ; left: 0; bottom: -15px; width: calc(100% + 40px); height: 30px; background-size: contain; background-repeat: no-repeat; }
.res { height: 5rem; }
.bblack { background: #000; }
.fs13 {font-size: 1.3rem;}
.fs10 {font-size:10px !important;}
.topdil {right: 0; position: absolute; top: 0;}
.z99 {z-index: 999 !important;}
.koyuMavi{color: var(--dark-themes);}

.fill-red-themes { fill: var(--red-themes); }
.fill-blue-themes { fill: var(--dark-themes); }
.list--standard {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 50px;;
}
.list--standard li {

    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: baseline;
    margin-bottom: 15px;
}
.list--standard li .crumina-icon {
    position: relative;
    color:var(--red-themes);
    margin-right: 20px;
    min-width: 12px;
}
.crumina-icon {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.bg-dark-theme {
    background-color: var(--dark-themes);
}
.small-padding {
    padding: 40px 0;
    border-radius: 16px;
    margin-bottom: 50px;
}
.tik {
    padding-right: 14px;
    color: #00cbcf;
}
.pembe {
    color: var(--red-themes) !important;
}
.mavi {color: var(--dark-themes) !important;}
.info-box-thumb {
    margin-right: 30px;
    width: 70px;
    min-width: 70px;
}
.crumina-info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.h3tagi {
    font-size: 20px;
}

.info-box-content > *:last-child {
    margin-bottom: 0;
}
.dib {
    display: inline-block !important;
}
.liste {
    margin-left: -10px;
    margin-right: 10px;
    color: var(--red-themes);
    font-weight: 500;
}
.wsnw {
    white-space: nowrap;
}
.fosforla span::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../assets/img/shap_style_6.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}
.baslikspan { position: relative; padding: 10px 20px;color: #fff; }
.digiKutu {background-color: #f8f7fd; padding: 22px; border: 1px solid #dbd7f3; border-radius: 20px;}

.karsilastir td:nth-child(3) {
    background-color: rgb(69 96 157);
  }
  .karsilastir th:nth-child(3) {
    background-color: rgb(69 96 157);
  }
  .karsilastir th {
    border-bottom: 1px solid #f8f7fd;
  }
  .karsilastir {
    line-height: 2;
  }