@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');

.blogin {
    background: black;
    margin: 0;
    padding: 50px 0px;
    min-height: 100vh;
    box-sizing: border-box;
    display: flex;
}

html {
    min-height: 100vh;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}

.login {
    max-width: 590px;
    width: 410px;
    margin: auto;
}

.login .login-body {
    margin: 0px 10px;
}

.login .logo {
    text-align: center;
    margin-bottom: 30px;
}

.login .logo img {
    width: 120px;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
}

.login form {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    padding-bottom: 0px;
}

.login .bayraklar {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding: 18px 0px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.login .bayraklar a {
    display: block;
    border-radius: 100px;
    overflow: hidden;
    height: 21px;
    margin: 0px 4px;
    box-sizing: content-box;
    opacity: .5;
    flex: 1;
    max-width: 25px;
    max-height: 25px;
    min-height: 25px;
    min-width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login .bayraklar a.active {
    padding: 5px;
    box-shadow: 0px 0px 1px 1px #ddd;
    opacity: 1;
}

.login .bayraklar a.active img {
    border-radius: 100px;
}

.login .bayraklar a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.login .welcome {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}

.login .welcome h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0;
}

.login .welcome .img {
    width: 80px;
    height: 90px;
}

.login .welcome .img img {
    width: 100%;
}

.login .welcome .h3 {
}

.login .input {
    width: 60%;
    margin: auto;
    box-sizing: border-box;
    margin-bottom: 20px;
    position: relative;
}

.login .input .inputshow {
    position: absolute;
    width: 20px;
    height: 20px;
    background: unset;
    right: 0;
    top: 7px;
    cursor: pointer;
}

.login .input .inputshow.img {
}

.login .input input {
    width: 100%;
    padding: 9px 0px;
    box-shadow: unset;
    box-sizing: border-box;
    border: 0;
    border-bottom: 1px solid #EEEEEE;
    outline: 0;
    color: #3B4C6E;
}

.login .input input::placeholder {
    color: #3B4C6E;
}

.login .input input::placeholder {
}

.login .input input::placeholder {
    font-size: 17px;
}

.input.input-btn {
    justify-content: center;
}

.login .input .input {
}

.login .input input::placeholder {
}

.login .input .btn-login {
    outline: 0;
    border: 0;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    background: #0E2956;
    padding: 15px 30px;
    border-radius: 21px;
    color: #fff;
    margin-top: 60px;
}

.login .input .btn-login img {
    margin-right: 10px;
}

.login .input .btn-login .img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.login .input .btn-login .img img {
}

.login .input .btn-forgot {
    display: flex;
    flex-direction: revert;
    justify-content: center;
    align-items: center;
    font-size: 11px;
}

.login a {
    color: #333;
    text-decoration: none;
}

.login .input .btn-forgot .img {
    width: 12px;
    height: 16px;
    margin-right: 10px;
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
}

.login .input .btn-forgot .img img {
    width: 100%;
}


:root {
    --sidebarw: 300px;
    --mainpad: 50px;
}

.wrap {
    min-height: 100vh;
    display: flex;
    flex-direction: row;
    color: #0e2956;
}

.wrap .collaps-wrap {
    position: fixed;
    left: calc(-1 * var(--sidebarw));
    width: var(--sidebarw);
    height: 100vh;
    transition: all ease 300ms;
    z-index: 99;
    border-right: 2px solid #cfcfd0;
    background: url(../img/bg.png);
    background-position: right;
    background-size: cover;
    padding: 100px 0px;
    border-radius: 0px 30px 30px 0px;
    z-index: 9999;
}

.wrap .collaps-wrap.active {
    left: 0;
}

.wrap .collaps-wrap .profil {
}

.wrap .collaps-wrap .profil .img {
    width: 120px;
    display: block;
    margin: auto;
}

.wrap .collaps-wrap .profil .img img {
    width: 100%;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
}

.wrap .collaps-wrap .navbar-nav {
    margin-top: 70px;
}

.wrap .collaps-wrap .navbar-nav li {
}

.wrap .collaps-wrap .navbar-nav li a {
    padding: 11px 0px 11px 90px;
    background: unset;
    color: #fff;
    text-transform: uppercase;
    border-top: 1px solid #2f4b7f;
}

.wrap .collaps-wrap .navbar-nav li:nth-child(1) a {
    border-top: 0;
}

.wrap .collaps-wrap .navbar-nav li a:hover {
    background: rgb(5 5 5 / 15%);
}

.wrap .main {
    flex: 1;
    z-index: 1;
}

body.menu-active .wrap .main {
    padding-left: var(--sidebarw);
}

body {
    background: #eeeeee;
}

.main {
}

.main .header {
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding: 0px var(--mainpad);
    align-items: stretch;
}

.main .sol {
    flex: 1;
    width: 100%;
}

.main .sol .title {
    font-size: 20px;
    font-weight: bold;
    padding: 22px;
    border-top: 1px solid #eee;
}

.main .sol .title .sub {
    opacity: .5;
    font-size: 11px;
    font-weight: 400;
    margin-bottom: -4px;
}

.main .sag {
    display: flex;
    align-items: stretch;
}

.main .sag .drop {
    display: flex;
    align-items: center;
    border-radius: 0;
    border-left: 0;
    padding: 20px 0px;
    height: 70px;
    border-left: 1px solid #eee;
    height: 100%;
}

.main .sag .drop .btn[data-bs-toggle="dropdown"] {
    padding: 0px 20px;
    outline: 0;
    box-shadow: unset;
    position: relative;
    border-radius: 0;
    font-size: 20px;
    overflow: unset;
}

.main .sag .drop.bell span {
    position: absolute;
    top: 1px;
    right: 15px;
    font-size: 8px;
    width: 12px;
    height: 12px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.main .sag .drop .btn[data-bs-toggle="dropdown"] span.durum {
    width: 10px;
    height: 10px;
    border-radius: 100px;
    left: 38px;
    top: 1px;
    border: 1px solid #fff;
    position: absolute;
}

.main .sag .drop .btn[data-bs-toggle="dropdown"] span.durum {
}

.main .sag .drop .btn[data-bs-toggle="dropdown"] span.baslik {
    position: unset;
    padding-left: 40px;
    font-size: 17px;
    font-weight: 600;
    color: #24485e;
}

.main .sag .drop.user {
    padding-left: 10px;
}

.main .sag .drop.user .baslik {
}

.main .sag .drop.user .baslik .type {
    display: block;
    position: unset;
    text-align: left;
    margin-top: -5px;
    font-size: 10px;
    font-weight: 400;
}

.main .sag .drop.user .durum {
}

.main .sag .drop.user img {
    width: 45px;
    height: 45px;
    min-height: 45px;
    min-width: 45px;
    object-fit: unset;
    overflow: hidden;
    position: absolute;
    left: 0;
    border-radius: 100px;
    border: 1px solid #eee;
}

.main .sag .drop.user button {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.main .sag .drop.lang {
}

.main .sag .drop.lang .dropdown-menu {
    min-width: 50px;
}

.main .sag .drop.lang .dropdown-item img {
    width: 20px;
}

.main .sag .drop:nth-last-child(1) {
    border-right: 1px solid #eee;
}

.main .sag .drop.lang button img {
    width: 20px;
}

.main .sag .navbar-toggler {
    box-shadow: unset;
    border: 0
}

.main .content {
    margin: 30px var(--mainpad);
}

.main .content .table {
    text-align: center;
    border: 1px solid #eee;
    border-top: 0;
    margin: 0;
}

.main .content .table td, .main .content .table th {
    border: 1px solid #eee;
    border-top: 0;
}

.main .content .table th {
    border-bottom: 0;
    box-shadow: unset;
    background: unset;
    border-bottom: 2px solid #eeeeee;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.main .content .table thead {
    border: 0;
}

.main .content .table tr.success {
    background: #f3fcf1;
}

.main .content .table tr {
    vertical-align: middle;
}

.main .content .table td {
    box-shadow: unset;
    background: unset;
    padding: 10px 0px;
    align-items: normal;
}

.main .content .table td .durum {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 7px;
    border-radius: 100px;
}

.main .content .table td.td-action {
}

.main .content .table td.td-action .btn-green {
    background: #64d949;
}

.main .content .table td.td-action .btn {
    border-radius: 100px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
}

.main .content .table td.td-action .btn i {
    margin-right: 11px;
}

.main .content .table td.td-action .btn-red {
    background: #f23d45;
}

.main .content .table td.td-action .btn-gray {
    background: #bfbfbf;
}

.content .filtreler {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}

.content .filtre {
    background: #fff;
    margin-right: 10px;
    height: 50px;
    display: flex;
    align-items: stretch;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #eeeeee;
    flex: auto;
    position: relative;
}

.content .filtre select, .content .filtre input {
    border: 0;
    width: 100%
}

.content .filtre.select {
}

.content .filtre:nth-last-child(1) {
    margin-right: 0;
}

.content .filtre.filtre-refresh {
}

.content .filtre.filtre-refresh .btn {
    background: #0e2956;
    color: #fff;
    padding: 0px 21px;
    width: 100%;
}

.content .filtre.filtre-refresh .btn i {
    color: #24a7c0;
    margin-right: 10px;
}

.content .filtre.td {
}

.content .filtre.select {
}

.content .filtre.filtre-cr {
    display: flex;
    align-items: center;
    padding-left: 10px; /* border-radius: 10px; */ /* overflow: hidden; */
}

.content .filtre.filtre-cr .form-check {
    padding-right: 10px;
    display: flex;
    align-items: center;
    height: 100%;
    border-right: 1px solid #eeeeee;
    padding-left: 0px;
    flex: auto;
}

.content .filtre.filtre-cr .form-check:nth-last-child(1) {
    border-right: 0;
}

.content .filtre.filtre-cr .form-check label {
    font-size: 12px;
    margin-left: 8px;
}

.content .filtre.filtre-cr .form-check span {
    font-size: 15px;
    font-weight: bold;
    margin-left: 4px;
}

.content .filtre.filtre-cr .form-check input {
    margin-left: 10px;
    max-width: 1em;
    max-height: 1em;
    min-width: 1em;
    min-height: 1em;
    border: 1px solid #eee;
}

.content .icon_add {
    position: absolute;
    top: 0;
    right: 6px;
    width: 30px;
    background: #fff;
    z-index: 99999;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-check-input:checked {
    background: #64d949 !important;
    border-color: #eeeeee;
}

.content .tablo {
    background: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 0;
}

.content .tablo .tablo-baslik {
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 30px;
    border-bottom: 1px solid #eee;
    color: #0e2956;
}

.modal-class {
    color: #04122b;
}

.modal-class .modal-body {
    padding: 20px 30px;
}

.modal-class .modal-footer {
    text-align: center;
    align-items: center;
    justify-content: center;
    background: #f7faf4;
}

.modal-class .modal-kaydet {
    text-decoration: none;
}

.modal-class .form-group {
    margin-bottom: 16px;
}

.modal-class .form-group label {
    width: 100%;
    font-size: 13px;
    font-weight: bold;
}

.modal-class .form-group label small {
    font-size: 11px;
    font-weight: 400;
    line-height: 11px;
    display: block;
    margin-top: 6px;
}

.modal-class .form-group label select {
    appearance: auto;
    -moz-appearance: initial;
}

.modal-class .form-group label .form-control {
    border-color: #eee;
    margin-top: 4px;
}

.modal-class .form-group label input {
    padding-right: 0px;
}

.modal-class .form-group label textarea {
    height: 100px;
}

.modal-class .modal-kaydet i {
    color: #67a13d;
}

.profile-content {
    padding: 30px 50px;
}

.profile-content .form-control {
    border-color: #eeeeee;
    height: 40px;
}

.profile-content .form-group {
    margin-bottom: 30px !important;
}

.profile-content .form-group label {
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px;
}

.profile-content .form-group label small {
    float: right;
    display: block;
    font-weight: 300;
}

.profile-content .form-group label small b {
    color: red;
    position: relative;
    top: 2px;
}

.profile-content .img {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.profile-content .img .bilgi {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.profile-content .img img {
    border: 1px solid #eee;
    border-radius: 100px;
    padding: 9px;
}

.profile-content .img span {
    margin-bottom: 10px;
}

.profile-content .img label {
    max-width: 90px;
    border-radius: 100px;
}

.navbar-toggler {
    display: none;
}

@media (max-width: 1200.98px) {
    .navbar-toggler {
        display: block;
    }

    .wrap {
        width: 100%;
        overflow: hidden;
    }

    .main .content {
        padding: 0;
        margin: 0;
    }

    .main .header {
        flex-direction: column;
        padding: 0;
        flex-wrap: wrap;
    }

    .main .header .sol {
        order: 2;
        padding: 10px 0px;
        padding-top: 0;
    }

    .main .header .sag {
        order: 1;
        width: 100%;
        flex-wrap: wrap;
    }

    .content .filtreler {
        flex-wrap: wrap;
        flex: 0;
        padding: 9px;
        height: unset;
        padding-bottom: 0;
    }

    .content .filtre {
        margin-top: 9px;
    }

    body.menu-active .wrap .main {
        padding-left: 0;
    }

    .main .sag .drop {
        flex: 0;
        order: 2;
    }

    .main .sag .drop.user {
        order: 0;
        flex: 1;
    }

    .main .sag .navbar-toggler {
        order: 999;
    }

    .wrap .main {
        width: 100%;
    }

    .main .sag .drop .btn[data-bs-toggle="dropdown"] {
        padding: 0px 10px;
    }

    .main .sag .drop.bell span {
        top: 1px;
        right: 6px;
    }

    .content .filtre.filtre-cr {
        display: flex;
        align-items: center;
        padding-left: 0; /* border-radius: 10px; */ /* overflow: hidden; */
    }

    .content .filtre.filtre-cr .form-check {
        padding-right: 0;
        display: flex;
        align-items: center;
        height: 100%;
        border-right: 1px solid #eeeeee;
        padding-left: 0px;
        flex: auto;
    }

    .content .filtre.filtre-cr .form-check:nth-last-child(1) {
        border-right: 0;
    }

    .content .filtre.filtre-cr .form-check label {
        font-size: 11px;
        margin-left: 3px;
    }

    .content .filtre.filtre-cr .form-check span {
        font-size: 12px;
        font-weight: bold;
        margin-left: 4px;
    }

    .content .filtre.filtre-cr .form-check input {
        margin-left: 3px;
        max-width: 1em;
        max-height: 1em;
        min-width: 1em;
        min-height: 1em;
        border: 1px solid #eee;
    }

    .content .icon_add {
        position: absolute;
        top: 0;
        right: 6px;
        width: 30px;
        background: #fff;
        z-index: 99999;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.visible-xs {
    display: none !important;
}

@media (max-width: 640px) {
    .visible-xs {
        display: block !important;
    }
}

[data-notifications-list] {
    list-style: none;
    display: flex;
    margin: 0 !important;
    padding: 0 !important;
    flex-direction: column;
    width: 320px;
    overflow: hidden;
    overflow-y: scroll;
}

[data-notifications-list] li {
    display: flex;
    width: 100%;
    flex-direction: row;
    border-bottom: 1px solid #DFDFDF;
}

[data-notifications-list] li a {
    display: flex;
    width: 100%;
    clear: both;
    flex-direction: row;
    text-decoration: none;
    background: #fff;
}

[data-notifications-list] li a:hover {
    opacity: 0.7;
}

[data-notifications-list] li a.not-readed {
    background: #F3F3F3;
}

[data-notifications-list] li a .icon {
    padding: 5px;
    width: 30px;
    margin-right: 10px;
}

[data-notifications-list] li a .text {
    display: flex;
    padding: 10px;
    flex-direction: column;
    font-size: 13px;
    gap: 5px;
}

[data-notifications-list] li a .text .message {
    font-size: 13px;
}

[data-notifications-list] li a .text .date {
    font-size: 11px;
    color: #555;
    opacity: 0.7;
}

.dropdown-item {
    font-size: 14px;
    padding: 0.5rem 1rem;
    line-height: 20px;
}

.datepicker-container {
    z-index: 99999 !important;
}