header {
    background: #fff !important;
    padding: 15px 20px;
    color: var(--beyaz);
    font-size: .9rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    height: 58px;
    position: relative;
    align-items: center;
    -webkit-box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.05);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%!important;
    transform: translateY(-50%);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px!important;
}
.select2-container--default .select2-selection--single {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.posSticky{
    position: sticky;
    top: 0;
}
.faturaUl{
    margin: 10px 0px;
}
.faturaUl li{
    margin-bottom: 10px;
    padding-left:10px;
    border-left: 2px solid red;
    font-size: .86rem;
}
.dynamic-summary{
    padding: 10px;
    border-top: 4px solid var(--headTuruncu);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border-radius: 4px;
}
.select2-selection {
    height: 36px !important;
    border-color: #ced4da !important;
}
.action-label {
    cursor: pointer;
    transition: .3s all;
    color: #67757c;
    opacity: .75;
}
.divider {
    width: 100%;
    height: 2px;
    background: var(--border);
}
.solmenu {
    position: fixed;
    height: 100%;
    box-sizing: border-box;
    width: 250px;
    top: 0px;
    display: flex;
    flex-direction: column;
    transition: .3s all;
    z-index: 10;

}
    .customKtContent .kt-content {
        height: 80vh;
        max-height: 80vh;
    }
.solNav {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    height: 100%;
    border-top-right-radius: 5px;
    overflow-y: auto;
    -webkit-box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.05);
}
.bgZorunlu{
    background: #f2f2f2;
}
.box-shadow{
    -webkit-box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.05);
}
.br-5{
    border-radius: 5px;
}
.solmenu-img {
    height: 58px;
    padding: 0 13px;
    box-sizing: border-box;
    background: #fff;
    min-height: 58px;
}
.solmenu-img a{
    height: 100%;
}
.widthMaxContent{
    width: max-content!important;
}
.heightMaxContent{
    height: max-content!important;
}
#solMenu-logo, #solMenu-logo-mini {
    width: 100%;
    height: 60px;
    object-fit: contain;
    padding: 5px 0px;
    box-sizing: border-box;
}

.header-logo-mobile a img {
    height: 55px;
}

#solMenu-logo-mini {
    display: none;
}

.solMenu-active #solMenu-logo {
    display: none;
}

.solMenu-active #solMenu-logo-mini {
    display: block;
}



.solMenu-active {
    width: 75px !important;
}

.wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 250px;
    transition: .3s all;
}

.wrapper-active {
    margin-left: 75px;
}


.solMenu-sakli {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    transition: .3s all;
    transform: translateX(200px);
    opacity: 0;
    visibility: hidden;
}

.header-logo-mobile {
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    justify-content: center;
    align-items: center;
}

.content {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin: 20px ;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    overflow: scroll;
}
.content-header{
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 25px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #1b285012;
    padding: 0px 10px;
    padding-bottom: 10px;
}
.content-body{
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.contGeriDon{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    color: var(--renk2);
    background: #34bfa3;
    border-radius: 4px;
    display: flex;
    align-items: center;
    height: 38px;
    box-sizing: border-box;
    overflow: hidden;
}
.contGeriDon span{
    padding: 0px 12px;
    color: white;
}
.contGeriDon i{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    color: white;
    background: rgba(0, 0, 0, 0.1);
}
.content-header h2 {
    color: var(--yazi);
    font-size: 1rem;
    font-weight: 600;
    padding: 0;
    height: 38px;
    line-height: 38px;
}
.altH3 {
    position: relative;
    text-align: center;
    font-size: 1rem;
    color: var(--renk4);
    font-weight: 600;
    padding: 15px 0px 15px 15px;
    border-bottom: 2px solid var(--headMavi);
    margin-bottom: 2%;
}
.altH3::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 20%;
    height: 10px;
    background: var(--headMavi);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.solNavItem {
    margin-bottom: 10px;
}
.solNavItem:hover .solNavItem-a:not(.solNavItem-a-act):not(.solASabit) {
    color: #FF9F43;
    border-color: #FF9F43;;
}
.solNavItem-a {
    display: flex;
    box-sizing: border-box;
    padding: 10px 15px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    font-size: 1rem;
    font-weight: 500;
    color: var(--yazi);
    transition-property: background;
    transition-duration: .25s;
    white-space: nowrap;
}

.solNavItem-a i {
    transition-property: transform;
    transition-duration: .25s;
}

.solNavItem-a span i {
    transform: unset !important;
}

.solNavItem-a-act {
    background: var(--headTuruncu);
    border-radius: 5px;
    color: white;
}

.solNavItem-a-act i {
    transform: rotateZ(90deg);
}

.solNavSub {
    height: 0px;
    overflow: hidden;
    visibility: hidden;
    transition-property: height, visibility, overflow;
    transition-duration: 0.25s;
}

.solNavSub li a {
    font-weight: 500;
    font-size: .86rem;
    color: #212B36;
    position: relative;
    display: block;
    padding: 8px 8px 8px 40px;
}
.solA-act::after{
    border-color: var(--headTuruncu)!important;
    background: var(--headTuruncu);
}
.solNavSub li a::after {
    content: "";
    border: 1px solid #a1a1a1;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    position: absolute;
    top: 13px;
    left: 16px;
}


.solNavSub-act {
    height: 100%;
    visibility: visible;
    overflow: auto;
}

.solNavSub li a:hover,
.solNavSub li a:hover::after {
    color: #FF9F43;
    border-color: #FF9F43;;
}
.solMenu-active .solNavItem-a span span{
    margin-left: 4px;
}
.solMenu-active .solNavItem-a span span,
.solMenu-active .solNavItem-a i.fa-chevron-right {
    display: none;
}
@media (min-width: 993px) {
.solMenu-active .solNavItem-a span i {
    font-size: 1.25rem;
    margin: 0;
}
}

.solMenu-active .solNavItem-a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.solMenu-active .solNav {
    padding: 20px 10px;
}

.solMenu-active .solNavSub-act {
    height: 0;
    visibility: hidden;
    overflow: hidden;
}
.solASabit{
    outline: none;
    border: none;
    background: var(--headTuruncu);
    padding: 10px 15px;
    border-radius: 6px;
    color: white;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
    white-space: nowrap;
}
.solNavDivider{
    width: 100%;
    height: 2px;
    background: var(--border);
}
.refCopyButton {
    outline: none;
    border: none;
    background: var(--renk4);
    padding: 10px 15px;
    border-radius: 6px;
    color: white;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
    white-space: nowrap;
}
.cursorPointer{
    cursor: pointer;
}
.refCopyButton i {
    display: none;
}

.solMenu-active .refCopyButton i {
    display: block;
}

.solMenu-active .refCopyButton span {
    display: none;
}

.header-sag {
    display: flex;
    align-items: center;
}

.header-sag-mobile {
    display: none;
    position: relative;
    height: 26px;
    width: 26px;
}

.menu__btn {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
}

.menu__btn>span, .menu__btn>span::before, .menu__btn>span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #616161;
    transition-duration: .25s;
}

.menu__btn>span::before {
    content: '';
    top: -8px;
}

.menu__btn>span::after {
    content: '';
    top: 8px;
}

.header-sag-mobile {
    display: none;
    position: relative;
    height: 26px;
    width: 26px;
}

#menu__toggle:checked~.menu__btn>span {
    transform: rotate(45deg);
}

#menu__toggle:checked~.menu__btn>span::before {
    top: 0;
    transform: rotate(0);
}

#menu__toggle:checked~.menu__btn>span::after {
    top: 0;
    transform: rotate(90deg);
}
.header-sag-mobile-content {
    width: 150px;
    background: #343a40 !important;
    position: absolute;
    right: 0;
    top: 42px;
    box-sizing: border-box;
    padding: 0px 20px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    transition: .3s all;
    height: 0;
    opacity: 0;
    z-index: 999999;
}
#menu__toggle:checked~.header-sag-mobile-content {
    padding: 20px;
    height: max-content;
    opacity: 1;
}
.header-sag-ul {
    display: flex;
    flex-direction: row;
    color: var(--renk4);
}

.header-sag ul li {
    padding: 0px 10px;
    font-size: .75rem;
}
.genelButon{
    width: 100%;
    outline: none;
    border: none;
    background: var(--headTuruncu);
    padding: 12px 0px;
    text-align: center;
    color: white;
    border-radius: 6px;
    margin: 20px 0px;
    cursor: pointer;
}
.buttons-html5,.buttons-print{
    outline: none;
    border: none;
    background: var(--headMavi);
    padding: 6px 12px ;
    text-align: center;
    color: white;
    border-radius: 6px;
    margin: 20px 0px;
    cursor: pointer;
}
.input-group {
    position: relative;
    display: flex;
    width: 100%;
    margin: 10px 0px;
}
.input-group>.form-control, .input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.form-control, .form-select {
    border-color: #dae1e3;
    font-size: 1rem;
    color: #656565;
}
.form-select{
    padding: 6px 12px;
    border: 1px solid #ced4da;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control:disabled,
.form-control:read-only{
    color: var(--renk5);
    background: #8e9a9d52;
}
.btn-link{
    font-size: .86rem;
    color: #2861d3 !important;
}

.info-i-box {
    width: 90px;
    height: 90px;
    font-size: 45px;
    color: white;
    border-radius: 4px;
}
.info-kirmizi{
    background: #ff2400;
}
.info-mavi{
    background: #0089db;
}
.info-yesil{
    background: #00a65a;
}
.info-sari{
    background: #f39c12;
}

.info-c {
    padding: 5px 10px;
    box-sizing: border-box;
    width: calc(100% - 90px);
}

.info-box-text {
    text-transform: uppercase;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-box-number {
    font-weight: bold;
    font-size: 28px;
    color: #333333;
}

.small-box-footer {
    font-size: 14px;
}
.info-box{
    display: flex;
    align-items: center;
    padding: 10px;
    width: 100%;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: .86rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.info-box strong{
    margin-top: 10px;
}
.bk-suc {
    background-color: #d4edda;
    color: #155724;
}
.newTableButton{
    background: var(--headMavi);
    border-radius: 6px;
    color: white;
    font-weight: 600;
    height: 28px;
    width: 28px;
    font-size: 13px;
    margin: 0 5px;
    cursor: pointer;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.gsmphone .frinput{
    width: calc(100% - 46px);
}
.copy-btn{
    outline: none;
    border: none;
    border-radius: 4px;
    height: 36px;
    width: 36px;
    background: var(--headMavi);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.custom-input{
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}
.fresim{
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 10px 15px!important;
    box-sizing: border-box;
}
.fresim img{
    max-width: 200px;
    max-height: 150px;
    border-radius: 30px;
    border: 1px solid black;
}
.fresimspan{
    overflow-y: auto;
    font-weight: 700;
}
.file-preview{
    display: block;
}
.file-preview a{
    width: max-content;
    outline: none;
    border: none;
    background: var(--headMavi);
    padding: 12px 16px;
    text-align: center;
    color: white;
    border-radius: 6px;
    cursor: pointer;
    display: block;
}
.faturaRow{
    padding: 10px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 2px solid #f2f2f2;
}
.faturaRowIslemYapilmayan{
    border: 3px solid red;
}
.faturaRowElile{
    border: 3px solid blue;

}
.faturaRowOtomatik{
    border: 3px solid green;
    background: #f2f2f2;
}
.frow {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    box-sizing: border-box;
    flex: 1;
}
.fhead{
    font-weight: 600;
    font-size: 1rem;
    color: var(--renk2);
}
.ftab{
    display: inline-block;
    padding: .5rem 1rem;
    color: var(--headTuruncu);
    text-align: center;
    cursor: pointer;
    font-size: 1rem;
    border-radius: 4px;
    font-weight: bold;
}

.fcont{
    padding: 15px;
    margin-bottom: 25px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 4px;
    box-sizing: border-box;
}
.ftab-act{
    color: white;
    background: var(--headTuruncu);
}
.frspan {
    display: block;
    margin-bottom: 8px;
    font-size: .86rem;
    font-weight: 600;
    position: relative;
}
.frSelectAdd{
    background: #34bfa3;
    border-radius: 4px;
    display: flex;
    align-items: center;
    height: 38px;
    box-sizing: border-box;
    overflow: hidden;
    width: max-content;
    padding: 0px 12px;
    color: white;
    cursor: pointer;
    margin-bottom: 20px;
}
.frSilButton{
    width: max-content;
    height: max-content;
    background: red;
    padding: 10px;
    outline: none;
    border: none;
    border-radius: 5px;
    color: white;
    font-weight: 700;
    cursor: pointer;
    margin-top: 16px;
}

.frinput {
    display: block;
    height: 38px;
    padding: 6px 12px;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 4px;
    resize: none;
    box-sizing: border-box;
    outline: none;
}
input.frinput:read-only,
textarea.frtextarea:read-only{
    background-color: #f0f0f0; /* Gri arka plan */
    color: #888;              /* Daha soluk metin rengi */
    border: 1px solid #ccc;   /* Daha açık bir kenarlık */
    cursor: not-allowed;      /* Kullanıcıya düzenlenemeyeceğini belirtir */
}
.frinput.slug-fail{
    color: red;
    border-color: red!important;
}
.frinput.slug-succ{
    color: green;
    border-color: green!important;
}
.frow textarea{
    display: block;
    height: 200px;
    padding: 6px 12px;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 4px;
    resize: none;
    box-sizing: border-box;
    outline: none;
}
.frinput:disabled{
    background-color: #eceeef;
    opacity: 1;
}
.frinput+.frinput{
    margin-left: 5px;
}
.awesomeButton i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    color: white;
    background: rgba(0, 0, 0, 0.1);
}
.awesomeButton span {
    padding: 0px 12px;
    color: white;
}
.awesomeButton {
    cursor: pointer;
    margin: 0px 5px;
    outline: none;
    border: none;
    color: var(--renk2);
    border-radius: 4px;
    display: flex;
    align-items: center;
    height: 38px;
    box-sizing: border-box;
    overflow: hidden;
}
.addButon{
    background: #34bfa3;
}
.backButon{
    background: #ffb822;
}
.bgRed{
    background: red!important;
}
.bgGreen{
    background: lightgreen;
}
.colorRed{
    color: red!important;
}
.colorOrange{
    color: #DF643B;
}
.bgOrange{
    background: #DF643B;
}
.colorGreen{
    color: #03B97C!important;
}

.bgBlue{
    background: #007bff!important;
}
.rez-tablo {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: white;
    padding: 7px 15px;
    color: var(--arkaplanyazi);
    font-family: inherit;
    font-size: .86rem;
    font-weight: 500;
    cursor: pointer;
    margin: 5px;
    border-radius: 4px;
    white-space: nowrap;
}
.rez-tablo:hover, .rt-aktif {
    color: white;
    background: var(--headMavi);
}
@media screen and (max-width: 992px) {
    .solMenu-active .solNavItem-a {
        justify-content: space-between;
        padding: 10px;
    }

    .solMenu-active .solNavItem-a span {
        display: flex;
        align-items: center;
    }

    .solMenu-active .solNavItem-a span span,
    .solMenu-active .solNavItem-a i.fa-chevron-right {
        display: flex;
    }

    .solNavSub-act {
        max-height: 500px!important;
        visibility: visible !important;
        overflow: auto !important;
    }

    .header-logo-mobile {
        display: flex;
    }

    .solmenu {
        margin-left: -250px;
    }

    .wrapper {
        margin: 0px;
    }

    .solMenu-active {
        width: 200px !important;
        margin-left: 0px;

    }


    .wrapper-active .action-label {
        margin-left: 200px;
    }

    #solMenu-logo-mini {
        display: block;
        height: 75%;
    }

    .solmenu-img {
        display: flex;
        align-items: center;
    }

    #solMenu-logo {
        display: none;
    }
}

@media screen and (max-width: 760px) {
    .solMenu-active .solMenu-sakli {
        opacity: 1;
        visibility: visible;
    }

    .action-label {
        margin-left: 0px !important;
    }
    .info-i-box{
        height: 60px;
        width: 60px;
        font-size: 30px;
    }
    .info-box-text{
        white-space: unset;
    }
    .info-c{
        width: calc(100% - 60px);
    }
}

@media screen and (max-width: 480px) {
    .header-sag-mobile {
        display: block;
    }

    .header-sag-ul {
        display: none;
    }
    .header-sag-mobile-content .header-sag-ul {
        display: flex;
        flex-direction: column;
        color: white;
    }
    .header-sag-mobile-content .header-sag-ul li{
        margin-bottom: 10px;
    }
    .header-sag-mobile-content .header-sag-ul li:last-child{
        margin-bottom: 0px!important;
    }
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 50px !important;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: rgb(204, 204, 204);
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.ks-u-i{
    display: none;
}
.kt-title {
    position: relative;
    background: #f4f8fc;
}
.ks-content {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background: #f2f4f6;
}
input[type="date"], 
    input[type="time"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px;
    font-size: 1rem;
    background-color: white;
}

.ktTitleH5 {
    font-size: .9rem;
    box-sizing: border-box;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    margin: auto;
    padding: 15px;
}
.ktTitleSpan{
    overflow-x: auto;
    width: 100%;
    z-index: 222;
}
.kt-label {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: right;
    padding-right: 15px;
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    box-sizing: border-box;
    cursor: pointer;
    border-left: 5px solid var(--headMavi);
}
.kt-content, .kt-title i {
    transition: .3s;
}
.kt-content {
    padding: 15px;
    position: relative;
    width: 100%;
    height: max-content;
    max-height: 175px;
    background: white;
    box-sizing: border-box;
}
.ks-u-i:checked~.kt-content {
    padding: 0 10px;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
}.ks-u-i:checked~.kt-title .kt-label i {
    transform: rotate(180deg);
}
.kt-contentA{
    display: inline-block;
    width: max-content;
    outline: none;
    border: none;
    font-size: .86rem;
    text-align: center;
    color: var(--headMavi);
    border-radius: 6px;
    cursor: pointer;
    text-decoration: underline;
}
.kt-contentP{
    font-size: .86rem;
    color: var(--borderrgb);
    height: 100%;
    overflow-y: auto;
}
.customToggle {
    height: 28px;
    width: 50px;
    background: var(--yazi);
    border-radius: 100px;
    position: relative;
    text-indent: -9999px;
}
.customToggle:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    transition: 0.3s;
}
input[type=checkbox]:checked+label .customToggle::after {
    left: calc(100% - 5px - 18px);
}
input[type=checkbox]:checked+label .customToggle {
    background: var(--headTuruncu);
}
.kurs-container{
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid var(--border);
    border-radius: 4px;
    border-left: 4px solid var(--headTuruncu);
}
.remove-kurs{
    width: max-content;
    outline: none;
    border: none;
    background: var(--headTuruncu);
    padding: 12px ;
    text-align: center;
    color: white;
    border-radius: 6px;
    cursor: pointer;
}