/* Kaydırma Çaubuğu */

::-webkit-scrollbar {
    width: 8px;
    background-color: #F2F2F2;
}

::-webkit-scrollbar-thumb {
    background-color: #D6D6D6;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #A5A5A5;
}

::-webkit-scrollbar-thumb:active {
    background-color: #A5A5A5;
}

body {
    background-color: #f2f4f6;
    font-family: 'Rubik', sans-serif;
    color: black;
    font-size: 16px;
}

h1 {
    font-size: 24px;
}

p {
    font-size: 16px;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    font-size: 14px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.no-gutters {
    padding: 0;
}


/* mths login */

.mths-login {
    background-image: url(../images/img/loginbg.jpg);
    background-position: center;
    background-size: cover;
}

.login-box {
    height: 100%;
    padding: 60px 50px;
}

.form-logo {
    margin-bottom: 40px;
}

.form-title {
    font-size: 16px;
    margin-bottom: 15px;
}

.login-flex {
    max-width: 400px;
    height: 400px;
    padding: 70px 40px 0px 40px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #efefef;
    box-shadow: 0px 0px 10px #5c8cae4f;
}
.login-flex2 {
    max-width: 400px;
    height: 400px;
    padding: 25px 40px 0px 40px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #efefef;
    box-shadow: 0px 0px 10px #5c8cae4f;
}

.login-card {
    height: 100vh;
}

.btn-primary {
    color: #fff;
    background-color: #ca0404;
    border-color: #ca0404;
}

.btn-primary:hover {
    color: #fff;
    background-color: #af0606;
    border-color: #af0606;
}

.btn-primary2 {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}


    .btn-primary2:hover {
        color: #fff;
        background-color: #093c87;
        border-color: #093c87;
    }

.btn {
    width: 100%;
}

.btn-secondary {
    color: #fff;
    background-color: #396da9;
    border-color: #396da9;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #3e6491;
    border-color: #3e6491;
}

.user-content {
    margin: 50px 0;
}

.page-logo {
    margin-bottom: 30px;
}

.sidebar {
    background-color: white;
}


/* sidebar */

.sidebar {
    padding: 20px;
    border: 1px solid #efefef;
    box-shadow: 0px 0px 10px #5c8cae4f;
}

.sidebar ul li {
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}

.sbtn {
    display: block;
    padding: 10px 0;
    color: gray;
}

.sbtn:hover {
    color: #333;
}

.sidebar ul li i {
    margin: 0 15px;
    position: relative;
    width: 15px;
    z-index: 1;
}

.sbtn::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #d6d6d6;
    transition: .4s;
}

.sbtn:hover::after {
    position: absolute;
    content: "";
    width: 20%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #d6d6d6;
}

.sidebar ul li.logo {
    box-shadow: 0px 0px 5px #00000038;
    margin-bottom: 25px;
}

.logo {
    position: relative;
}

.logo:hover .logoedit {
    opacity: 1;
}

.logoedit {
    position: absolute;
    top: 0;
    text-align: center;
    background-color: #f2f4f6f2;
    color: #333;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .5s;
}


/* user main */

.user-main {
    background-color: #fff;
    padding: 30px;
    border: 1px solid #efefef;
    color: gray;
    box-shadow: 0px 0px 10px #5c8cae4f;
}

.alert span {
    font-weight: 500;
}

.main-title {
    margin: 30px 0;
    font-weight: 500;
    background-color: #dee7ef;
    padding: 10px 20px;
    border-radius: 3px;
    color: #333;
}

.kurulbtn {
    margin: 30px 2px;
}

.kurulbtn .btn {
    padding: 9px 0;
}

.profile-title {
    margin: 10px 0;
    padding: 12px;
    background: #f7f7f7;
    color: #333;
}

.tablemths {
    border: 1px solid #efefef;
    color: gray;
}

.ebtn {
    color: #cccccc;
    margin-right: 10px;
}

.ebtn:hover {
    color: #666;
}

.nav-txt {
    text-align: right;
    font-size: 18px;
    font-weight: 600;
    color: #c3c3c3;
    padding-top: 20px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #a1a1a1;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 25%);
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* belge işlemleri */

.user-form table tr td {
    color: gray;
}

.user-form table tr td:nth-child(2) {
    text-align: center;
}

.user-form table tr td:nth-child(3) {
    text-align: center;
}

thead {
    background-color: aliceblue;
    font-weight: 500;
}


/* kullanım kılavuzu */

.accordion {
    width: 100%;
    max-width: 75rem;
    margin: 0 auto;
}

.accordion-item {
    position: relative;
    border-bottom: 1px solid #efeeee;
}

.accordion-item.active .heading {
    color: #adb3d0;
}

.accordion-item.active .icon {
    background: #fefefe;
}

.accordion-item.active .icon:before {
    background: #adb3d0;
}

.accordion-item.active .icon:after {
    width: 0;
}

.accordion-item .heading {
    display: block;
    text-decoration: none;
    color: #333;
    position: relative;
    padding: 1.5rem 1.5rem 1.5rem 4rem;
    transition: 0.2s ease-in-out;
}

@media (min-width: 40rem) {
    .accordion-item .heading {
        font-size: 18px;
    }
}

.accordion-item .heading:hover {
    color: #adb3d0;
}

.accordion-item .heading:hover .icon:before,
.accordion-item .heading:hover .icon:after {
    background: #adb3d0;
}

.accordion-item .icon {
    display: block;
    position: absolute;
    background-color: #f2f4f6;
    top: 50%;
    left: 0;
    width: 3rem;
    height: 3rem;
    border: 2px solid #fefefe;
    border-radius: 3px;
    transform: translateY(-50%);
}

.accordion-item .icon:before,
.accordion-item .icon:after {
    content: "";
    width: 1.25rem;
    height: 0.25rem;
    background: #6d7390;
    position: absolute;
    border-radius: 3px;
    left: 50%;
    top: 50%;
    transition: 0.3s ease-in-out;
    transform: translate(-50%, -50%);
}

.accordion-item .icon:after {
    transform: translate(-50%, -50%) rotate(90deg);
    z-index: -1;
}

.accordion-item .content {
    display: none;
}

.accordion-item .content p {
    margin-top: 0;
}

@media (min-width: 40rem) {
    .accordion-item .content {
        line-height: 1.75;
    }
}

.sss-title {
    margin-bottom: 20px;
    font-weight: 500;
    background-color: #dee7ef;
    padding: 10px;
    border-radius: 3px;
    color: #333;
}

.head-title {
    margin-bottom: 20px;
    font-weight: 500;
    background-color: #dee7ef;
    padding: 10px 20px;
    border-radius: 3px;
    color: #333;
}

.sss-title i {
    margin: 0 10px;
}


/* loading */

.chartline ul li line {
    width: 100px;
    height: 10px;
    background-color: #ca0404;
}

.line-txt {
    margin: 30px 0;
}

.welcome {
    margin-bottom: 30px;
}

.welcome span {
    color: #333;
}

.user-main .alert.ista span {
    font-size: 24px;
}

.icode {
    color: #396da9;
    color: gray;
    padding-top: 5px;
    text-align: center;
    display: none;
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: ease-in-out .5s;
    display: inline-block;
    width: 100%;
}

.icodeid_active {
    visibility: visible;
    opacity: 1;
    height: 30px;
}

.icode span {
    color: #396da9;
    background-color: #f3f4f8;
    border-radius: 5px;
    font-size: 20px;
    padding: 5px 10px;
}

.btn-wide {
    padding-left: 30px;
    padding-right: 30px;
}

.btn-wait {
    position: relative;
    padding-right: 48px;
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) 6px;
}

.btn-wide.btn-wait {
    padding-left: 12px;
}

.btn-wait:after,
.btn-wait:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
    right: 12px;
    opacity: 1;
}

.btn-wait:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%EF%BB%BF%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10.186' opacity='.7' fill='none' stroke='white' stroke-width='3.8' stroke-dasharray='1 31 1 11 1 40' stroke-linecap='round' /%3E%3C/svg%3E");
    animation: spin 3.1s linear infinite;
}

.btn-wait:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%EF%BB%BF%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10.186' fill='none' opacity='.7' stroke='white' stroke-width='3.8' stroke-dasharray='1 6 1 20 1 13' stroke-linecap='round' /%3E%3C/svg%3E");
    animation: spin 2.3s linear infinite;
}


/*
four cicles with different colours
<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>
<g fill='none' stroke='white' stroke-width='5' stroke-linecap='round' stroke-dasharray='.1 64'>
<circle cx='12' cy='12' r='8' opacity='.25' />
<circle cx='12' cy='12' r='8' opacity='.5' stroke-dashoffset='-6.28' />
<circle cx='12' cy='12' r='8' opacity='.75' stroke-dashoffset='-12.56' />
<circle cx='12' cy='12' r='8' opacity='1' stroke-dashoffset='-18.84'/>
</g>
</svg>

one circle with gradient
<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>
<defs>
<linearGradient id="g" y1="1">
<stop stop-color="white" offset="0"/>
<stop stop-color="white" stop-opacity="0" offset="1"/>
</linearGradient>
</defs>
<circle cx='12' cy='12' r='8' fill='none' stroke='url(#g)' stroke-width='5' stroke-linecap='round' stroke-dasharray='.1 6.28 .1 6.28 .1 6.28 .1 99' />
</svg>

*/

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.fade1 {
    animation-delay: .4s;
}

.fade2 {
    animation-delay: .8s;
}

.fade3 {
    animation-delay: 1.2s;
}


/* giris ek */

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: gray;
    font-size: 14px;
}

.info {
    font-size: 14px;
}

.info tr td:first-child {
    color: #333;
}

.kurul thead {
    background-color: #fafafa;
    font-weight: 500;
}

.belget thead {
    background-color: #fff;
    font-weight: 500;
    color: #333;
}

button.btn.btn-link.btn-block.text-left {
    color: #333;
    font-weight: 500;
}

button.btn.btn-link.btn-block.text-left:hover {
    text-decoration: none;
}

.belget td span {
    padding: 0 10px;
}

