.bankaGorselYuvarlakResim {
    border-radius: 50%;
    height: 200px;
    width: 185px;
    padding: 5px;
    border: 1px Solid;
}

.imlecPointer:hover {
    cursor: pointer
}

.bankaCardBoyut {
    min-height: 480px;
}
.hoverZoom {
    transform: scale(1);
    cursor: pointer;
    transition: all 0.5s;
}
.hoverZoom:hover {
    transform: scale(1.1);
    cursor: pointer;
    transition: all 0.5s;
    z-index: 99;
}

.asamaAktif {
    text-align: center;
    background-color: #3B4876;
    height: 50px;
    position: relative;
    color: white;
}

.baslikOrtalama {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.asamaPasif {
    text-align: center;
    background-color: #e6e3e3;
    height: 50px;
    position: relative;
    color: #3B4876;
    opacity: 0.5;
}

.accordionDisButton {
    border: 2px Solid #BDBDBD;
    border-radius: 15px;
    padding-top: 4px;
    background-color: #f8f8fb;
    padding-bottom: 4px;
    padding-left: 15px;
    margin-bottom: 0;
}
.accordionDisButton2 {
    border-radius: 5px;
    color:#F9F9F9;
    font-weight:bold;
    padding-top: 7px;
    background-color: #66B816;
    padding-bottom: 4px;
    padding-left: 15px;
    margin-bottom: 0;
    padding-right: 15px;
    min-height: 35px;
    color: white;
}
.accordionSecimSayisi{
    float: right;
    padding-right: 15px;
    font-size: 18px;
    padding-top: 3px;
}
.gondericiAdi1 {
    border-radius: 5px;
    font-weight:bold;
    padding-top: 7px;
    background-color: #66B816;
    padding-bottom: 4px;
    padding-left: 15px;
    margin-bottom: 0;
    padding-right: 15px;
    height: 35px;
    color: white;
}
.gondericiAdi2 {
    border-radius: 5px;
    font-weight:bold;
    padding-top: 7px;
    background-color: #fc5661;
    padding-bottom: 4px;
    padding-left: 15px;
    margin-bottom: 0;
    padding-right: 15px;
    height: 35px;
    color: white;
}
.gondericiAdi3 {
    border-radius: 5px;
    font-weight:bold;
    padding-top: 7px;
    background-color: #FFC008;
    padding-bottom: 4px;
    padding-left: 15px;
    margin-bottom: 0;
    padding-right: 15px;
    height: 35px;
    color: white;
}
.smsDurumBasarili{
    background-color: #66B816;
    border-radius: 5px;
    font-weight:bold;
    padding-top: 7px;
    padding-bottom: 4px;
    padding-left: 15px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 15px;
    min-height: 35px;
    color: white;
}
.smsDurumIptal{
    background-color: #fc5661;
    border-radius: 5px;
    font-weight:bold;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 7px;
    padding-bottom: 4px;
    padding-left: 15px;
    margin-bottom: 0;
    padding-right: 15px;
    min-height: 35px;
    color: white;
}
.smsDurumBeklemede{
    background-color: #FFC008;
    border-radius: 5px;
    font-weight:bold;
    padding-top: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 4px;
    padding-left: 15px;
    margin-bottom: 0;
    padding-right: 15px;
    min-height: 35px;
    color: white;
}
.smsDurumMukerrer{
    background-color: #17a2b8;
    border-radius: 5px;
    font-weight:bold;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 7px;
    padding-bottom: 4px;
    padding-left: 15px;
    margin-bottom: 0;
    padding-right: 15px;
    min-height: 35px;
    color: white;
}

.accordionAyar {
    cursor: pointer;
    height: 45px;
    padding-top: 10px;
    background-color: white;
    padding-bottom: 10px;

}


#datatable td {
    padding: 1.5rem;
}

.smsTuruCardOzellikleri {
    min-height: 230px;
    padding-top: 1.75rem;
}
.smsAciklama{
    font-size: 12px;
    padding-right: 30px!important;
    padding-left: 30px!important;
}

@media screen and (max-width: 450px) {
    .baslikBoyutMobil {
        font-size: 12px;
    }

    .smsTuruCardOzellikleri {
        height: 100px;
        padding-top: 0;
    }
    .bilgiAlan{
        padding-left: 0.5rem;
    }
}

.sabitButton {
    bottom: 0;
    position: fixed;
    min-width: 60%;
    font-size: 20px;
    margin-bottom: 30px;
}

.sablonButtonBoyut {
    min-width: 89px;
}

.smsIconSize {
    width: 50px;
    height: 50px;
}

.rehberIconSize {
    width: 100px;
    height: 100px;
}

.destekIconSize {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}

.swalYazi1 {
    font-size: 20px;
    color: #2E395D;
    text-decoration: bold;

}

.swalYazi2 {
    font-size: 20px;
    color: #fc5661;
    text-decoration: bold;
}

.tutorialOzellikler {
    padding: 15px;
    background-color: white;
    color: black;
    font-size: 16px;
}

.adSoyad {
    text-transform: capitalize;
}

.yaziAltSatir {
    word-break: break-word;
}

.ogreticiRadius {
    border-radius: 8px;
    background-color: #71c016 !important;
}

.anaSayfaCard {
    min-height: 550px;
    background-color: white;
    margin-top: 50px;
    box-shadow: 0px 18px 60px rgba(0, 0, 0, 0.3);
}

.boxShadow{
    box-shadow: 0px 18px 60px rgba(0, 0, 0, 0.3);
}

.anaSayfaYuvarlakImgBg {
    width: 200px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
}

.anaSayfaYuvarlakImg {
    width: 180px;
    margin-top: -65px;
    margin-left: auto;
    margin-right: auto;
    border: 10px solid #F7F7FA;
    border-radius: 100px;
}

.anaSayfaCardProp {
    min-height: 100px;
    background-color: #47506f;
    border-radius: 5px;
    color:#F9F9F9;
    font-weight:bold;
}
.pEntegrasyon{
    line-height: 1.3rem;
}
.baslikHr{
    width: 15%;
    border-bottom: 5px solid #3B4876;
    margin-top: 0;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}
.tableCustom td{
    padding: 0.5rem!important;
}
.tableCustom th{

    font-size: 19px!important;
    padding-bottom: 10px!important;
}


.display-none{
    display: none!important;
}
.bilgiButton{
    float: right;
    margin-right: 15px;
}
.rehberButton{
    position: relative;
}
.rehberButtonImg{
    position: absolute;
    width: 30px;
    top: 4px;
    left: 5px;
}
/*Silinemeyen alanaı silmeye çalışırsa*/
.silinemezAlan{
    background-color: #fc5661;
    border: 2px Solid black;

}
.silinemezAlan:focus{
    background-color: #fc5661;
    border: 2px Solid black;

}

.paddingSifirla{
    padding: 0!important;
}
.satinAlCard{
    min-height: 212px;
    position: relative;
    padding-bottom: 64px!important;
}
.satinAlButton{
    position: absolute;
    bottom: 10px;
    width: 250px;
}
.hazirlaniyor{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    opacity: 0.7;
}
.hazirlaniyorBaslik{
    position: absolute;
    top: 0;
    left: 0;
    top: 50%;
    right: 0;
    transform: translateY(50%);
    z-index: 99;
    font-size: 32px;
}
.aramaIcon{
    background-color: #F7F7FA;
    width: 36px;
    margin-right: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #b8b8bb;
}
.aramaIcon:hover{
    cursor: pointer;
    background-color: #ededf9;
    transition:200ms;
}
.aramaIcon span i{
    font-size: 27px!important;
}
.kayitTasimaCard{
    border:1px Solid  #ededed;
    border-radius:10px;
    box-shadow: 0px 18px 60px rgba(0, 0, 0, 0.3);
    min-height:300px;
    max-width:500px;
    position: relative;
}
.kayitTasimaAsama{
    position: absolute;
    top: 15px;
    left: 15px;
    color: #3B4876;
}
.ayarlarResim{
    width: 100%;
    height: 140px;
    margin-left: auto;
    margin-right: auto;
    border: 10px solid #47516F;
}
.ayarlarSeciliResim{
    border-color: #71C016;
}
.ayarlarKaydetButton{
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    transform:translate(-50%,-50%);
}

.anaSayfaCards{
    margin-top: 50px;
    height: 250px;
    position: relative;
    box-shadow: 0px 18px 60px rgba(0, 0, 0, 0.3);
}

.ustResim1{
    height: 250px;
    background-image: url('../img/randevuisleri.jpg');
    background-size:cover;
    background-position:top;
}
.ustResim2{
    height: 250px;
    background-image: url('../img/ogrenciislemleri.jpg');
    background-size:cover;
    background-position:top;
}
.ustResim3{
    height: 250px;
    background-image: url('../img/dersislemleri.jpg');
    background-size:cover;
    background-position:top;
}
.ustResim4{
    height: 250px;
    background-image: url('../img/raporlar.jpg');
    background-size:cover;
    background-position:top;
}
.resimIciYazi{
    position: absolute;
    bottom: 0;
    color: black;
    right: 0;
    width: 100%;
    height: 50px;
    background: white;
}
.dateUnSelect{
    cursor: pointer;
    min-width: 65px;
    transition:200ms;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #dc4f4f8c;
    display: inline-block;
    color: white;
    margin: 10px 8px;
    background-color: #4d4d4d;
}
.dateSelected{
    cursor: pointer;
    min-width: 65px;
    transition:200ms;
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #4d4d4d;
    margin: 10px 8px;
    color: white;
    background-color: #96dc2a;
}
.datePicked{
    cursor: pointer;
    min-width: 65px;
    transition:200ms;
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #4d4d4d;
    margin: 10px 8px;
    color: white;
    background-color: #ec4444;
}
.dateTarihBaslik{
    font-size: 16pt;
    text-align: center;
    display: flex;
    min-height: 50px;
    vertical-align: center;
    align-items: center;
    justify-content: center;
    border-bottom: 1px Solid #e9e8ef;
    border-top: 1px Solid #e9e8ef;
}
.dateUnSelectColor{
    color: white;
    background-color: #ec4444;
}
.dateSelectedColor{
    color: white;
    background-color: #96dc2a;
}
.sagUstIcon{
    height: 50px;
    width: 50px;
    background-color: red;
    top: 0;
    border-bottom-left-radius: 10px;
    right: 0;
    position: absolute;
}
.ortadaYazi{
    width: 100%;
    padding: 0px 40px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    font-size: 21px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ortadaYazi2{
    width: 100%;
    padding: 0px 40px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    font-size: 21px;
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.randevuCardBaslik{
    height: 45px;
    width: 80%;
    background-color: white;
    top: 0;
    border-bottom-left-radius: 100%;
    right: 50%;
    border-bottom-right-radius: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 3px solid #696767;
}
.randevuCardResim{
    height: 400px;
    background-image: url('../img/randevu-bilgileri.jpg');
    background-size: cover;
    background-position: top;
}
.randevuCardResim2{
    height: 250px;
    background-image: url('../img/okul-bilgileri.jpg');
    background-size: cover;
    background-position: top;
}
.randevuCardResim3{
    height: 250px;
    background-image: url(https://images.pexels.com/photos/159823/kids-girl-pencil-drawing-159823.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940);
    background-size: cover;
    background-position: top;
}
.randevuCardResim4{
    height: 250px;
    background-image: url(https://images.pexels.com/photos/1020323/pexels-photo-1020323.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260);
    background-size: cover;
    background-position: top;
}
.cizgi{
    border-color: #fff6f6;
    width: 95%;
    margin-bottom: 5px;
    margin-top: 5px;
}
.test{
    color: #fff;
    background: transparent;
    position: relative;
    z-index: 1;
}
.randevuVar::after{
    content: "";
    width: 28px;
    height: 28px;
    background: #73e65a;
    border-radius: 4px;
    display: block;
    margin: auto;
    vertical-align: middle;
    position: absolute;
    top: 6px;
    z-index: -1;
    left: 0;
    right: 0;
}
.ticketMesajKutusu{
    padding: 10px;
    border: 2px solid #e9e8ef;
}

.yanitVar2{
    position: absolute;
    top: 16px;
    right: 35px;
    font-weight: bold;
    color: #E19D33;
}
.yanitVar{
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #E19D33;
    transform:translate(-50%,-50%);
}

.blinkMe {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.ticketMesaji{
    border: 1px solid #e9e8ef;
    padding: 5px;
    margin-bottom: 10px;
    background: #f7f7fa;
}

.anketCardBg{
    background-image: url('../img/anketimaj.jpg');
}

.yetkiTitle{
    border-bottom: 2px Solid #dcdce0;
    padding: 1px;
    margin-top: 10px;
    border-radius: 10px;
    transition: all 0.5s;
    box-shadow: 6px 8px 11px -5px #888888
}
.yetkiIcon{
    background: orange;
    font-size: 22px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    justify-content: center;
    display: inline-flex;
    align-items: center;
}

.yetkiTitle:hover{
    font-weight: bold;
    border-color: #bdbdbd;
    cursor: pointer;
    box-shadow: 6px 8px 11px -5px #252525
}

