﻿html, body, button {
   /* font-family: "Santral-Regular", sans-serif;*/
    font-family: "Carlito", sans-serif;
}

body {
    margin: 0;
    overflow-x: hidden;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

a {
    outline: 0;
    text-decoration: none;
    transition: color 0.3s ease;
}

    a:hover {
        outline: 0;
    }

.brd_Radius_5 {
    border-radius: 5px;
}

.box_Shadow_01 {
    box-shadow: rgba(0,0,0,.50) 1px 2px inset;
}

.brd_Radius_bottomNone {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.brd_Radius_TopNone {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.bg {
    width: 100%;
    height: 100vh;
    background-image: url('../Images/bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(4px);
    z-index: 1;
    position:absolute;
}

.bg_Cover {
    width: 100%;
    height: 100vh;
    z-index: 2;
    position: absolute; 
    display:flex;
    align-items:center;
    justify-content:center;
}

    .bg_Cover .panel_login {
        width: 450px;
        height: auto;
        min-height: 500px;      
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap:10px;
        padding-bottom:30px;
    }

        .bg_Cover .panel_login img {
            width: 50%;
            height: auto;
            display: block;
            margin-bottom: 30px;
            margin-top: 30px;
        }

.tb01::placeholder,
.tb03::placeholder {
    font-weight: 300;
    font-size: .825rem;
}

.tb01, .tb03, .ddl01 {
    width: calc(100% - 60px);
    height: auto;
    min-height: 35px;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    outline: 0;
   /* font-family: "Santral-Regular", sans-serif;*/
    font-family: "Carlito", sans-serif;
}

.bt01 {
    width: calc(100% - 60px);
    height: 39px;
    min-width: 100px;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 30px;
    /*font-family: "Santral-Regular", sans-serif;*/ 
    font-family: "Carlito", sans-serif;
}

    .bt01:hover {
        outline: 0;
    }

.panel_login .cbArea {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.panel_login .cbArea .cb01{
    margin-left: 20px;
    font-size:.775rem;
    font-weight:500;
    cursor:pointer;
}

.custom-checkbox {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: .775rem;
    font-weight: 500;
    user-select: none;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 82px;
    margin-top: 10px;
}
    .custom-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }
    .custom-checkbox span {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        border-width: 1px !important;
        border-radius: 4px;
    }

    .custom-checkbox span::after {
        content: "";
        position: absolute;
        display: none;
    }

    .custom-checkbox input:checked + span::after {
        display: block;
    }

    .custom-checkbox span::after {
        left: 6px;
        top: 2px;
        width: 5px;
        height: 10px;
        border-width: 0 2px 2px 0 !important;
        transform: rotate(45deg);
    }

    .custom-checkbox p {
        margin-top: 3px;
        width: calc(100% - 79px);
    }

    .panel_login .btnSifremiUnuttumUyeOl {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        flex-direction: row;
        gap: 10px;
        margin-top: 20px;
    }

.panel_login .btnSifremiUnuttumUyeOl span.btn04{
 
    cursor:pointer;
}


.bgMain {
    margin: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.panel_left {
    width: calc(((100% / 10) * 1.5) - 20px);
    height:auto;
   /* height: calc(100vh - 100px);*/
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px;
    flex-direction: column;
}

.panel_Right {
    width: calc(((100% / 10) * 8.5) - 20px);
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px;
    flex-direction: column;
}

    .panel_left .bgLogo {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }



.panel_left .bgLogo img {
    width: 100%;
    height: auto;
    display: block;
}

        .panel_left .bgLogo i {
            font-size: 40px;
            display:none;
        }

.panel_left .menuMobile {
    display:block;
}

.panel_left .line {
    width: 100%;
    height: 2px;
    display: block;
    margin: 20px 0 20px 0;
}

.bgUser {
    width: calc(100% - 10px);
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    gap: 20px;
    padding-left:10px;
}

.panel_left span.Admin {
    font-size: .750rem;
    font-weight: 600;
}
.panel_left span {
     font-size: .750rem;
     font-weight: 500;
}

.bgItem {
    width: calc(100% - 10px);
    height: 35px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    gap: 20px;
    padding-left: 10px;
}

.bgItem i{
    margin-right:5px;
}

.panel_left a, .panel_left i,
.panel_left a:hover, .panel_left i:hover,
.table .bt01:hover {
    outline: 0;
}



    .panel_Right span.Title {
        width: calc(100% - 20px);
        font-size: 1.2rem;
        font-weight: 600;
        margin-left: 20px;
        margin-top: 20px;
    }

    .panel_Right .table {
        width: calc(100%);
        margin-top: 5px;
    }

.table-container {
    width: 100%;
    overflow-x: auto;
}

.responsive-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px; 
}

    .responsive-table th,
    .responsive-table td {
        border-width: 1px !important;
        padding: 8px;
        text-align: left;
        font-size:.800rem;
    }

.table .bt01 {
    width: calc(100% - 10px);
    height: auto;
    min-width: 90px;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 5px;
}


@media screen and (max-width: 768px) {
    .responsive-table {
        font-size: 14px;
    }
}

.panel_Right .content {
    width: calc(100% - 40px);
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 70px 20px 0 20px;
    flex-direction:column;
}

    .panel_Right .content .content_In {
        width:100%;
        display: flex;
        flex-direction:row;
        flex-wrap:wrap;
        margin-bottom:35px;
    }

    .panel_Right .content .content_In1 {
        flex-wrap: nowrap;
        flex-direction: column;
    }

.panel_Right .content .Title {
    font-size: .80rem;
    font-weight: 600;
    margin: 0 0 10px 0;
    width: 100%;
}


    .panel_Right .content .textbox-wrapper { 
        width:50%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: row;
        margin:3px 0 3px 0;
    }

        .panel_Right .content .textbox-wrapper .tb01 {
            width:calc(100% - 170px);
            margin:0 5px 0 5px
        }

        .panel_Right .content .textbox-wrapper span.tbTitle {
            min-width: 130px;
            font-size:.80rem;
        }

        .panel_Right .content .textbox-wrapper span.tbTitle2 {
            min-width: 30px;
        }

        .panel_Right .content .textbox-wrapper .tb03 {
            width: calc(100% - 210px);
            margin: 0 5px 0 5px
        }       

        .panel_Right .content .textbox-wrapper .cb03 {
            min-width: 170px;
            font-size: .80rem;
        }


    .panel_Right .content .cbArea a.aSozlesmeler {      
        text-decoration: underline;
        margin-left: 20px;
        margin-top: 15px;
        display: block;
        font-size: .80rem;
    }
    .panel_Right .content .cbArea .cb01 {
        font-size: .80rem;
        font-weight:600;
        cursor:pointer;
    }

.tbMargin{margin:20px 0 20px 0 !important;}
.tbMargin1 {
    margin-top: 0px !important;
}
.tb02 {
    width: calc(100% - 20px);
    height: auto;
    min-height: 310px;
    margin-top: 20px;
    outline: 0;
    padding: 20px;
   /* font-family: "Santral-Regular", sans-serif;*/
    font-family: "Carlito", sans-serif;
}

.btn03 {
    width: 190px;
    font-size: .85rem;
    font-weight: 500;
   /* font-family: "Santral-Regular", sans-serif;*/
    font-family: "Carlito", sans-serif;
}

.SearchArea{display:flex; align-items:center; justify-content:flex-end; width:100%; min-height:40px;}

.table .SearchArea .ddl01 {
    width: auto;
    max-width: 195px;
    height: 35px;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0 0 5px 0;
   /* font-family: "Santral-Regular", sans-serif;*/
    font-family: "Carlito", sans-serif;
    outline: 0;
    font-weight: 400;
    font-size: .950rem;
    float: right;
}

.sl01{width:100% !important;}
.sl01 .slSektorler.selectize-control {
    margin-left: 5px;
    width: calc(100% - 170px);
}

.packageMain {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

    .packageMain .pItem {
        width: calc((100% / 3 ) - 100px);
        margin: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px 10px 20px 10px;
        border-radius: 5px;
        border-width: 1px !important;
    }

        .packageMain .pItem .cardTop,
        .packageMain .pItem .card_middle,
        .packageMain .pItem .card_bottom {
            width: 100%;
            padding-top:10px;
            padding-bottom:5px;
        }

            .packageMain .pItem .cardTop .card_title {
               
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: center;
            }
                .packageMain .pItem .cardTop .card_title .pline {
                    width: 12px;
                    height: 20px;
                    margin-left: 10px;
                    margin-right: 10px;
                }

                .packageMain .pItem .cardTop .card_title span {
                    font-size: 1.1rem;
                    font-weight: 600;
                }


            .packageMain .pItem .card_middle{
                padding:0;
            }
            .packageMain .pItem .card_middle .pcm_item {
                width: calc(100% - 30px);
                height: auto;
                padding: 15px;
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: center;
                font-size: .90rem;
            }

            .packageMain .pItem .card_middle .pcm_item .pLeft{
                width: calc(50%);
                text-align:left;
                font-weight:600;
            }

                .packageMain .pItem .card_middle .pcm_item .pRight {
                    width: calc(50%);
                    text-align: right;
                }

                .packageMain .pItem .card_middle .pcm_item.pcm_item1 {
                    font-size: .75rem;
                }

        .packageMain .pItem .card_bottom {
            width: 100%;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: flex-start;
        }

            .packageMain .pItem .card_bottom .card_price {
                font-size: 1.30rem;
                font-weight: 700;
                padding-left: 15px;
                padding-right: 15px;
                width: calc(50% - 30px);
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: flex-start;
            }

            .packageMain .pItem .card_bottom .card_price span {
                font-size: .80rem;
                font-weight: 300;
                margin-left:5px;
            }

            .packageMain .pItem .card_bottom .card_buy {
                width: calc(50%);
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: flex-end;
            }

.btnCardBuy {
    width: auto;
    height: 40px;
    font-size: .85rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;  
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    margin-right:15px;
    cursor:pointer;    
}

.payment_select, .payment_information {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.payment_information {
    align-items: flex-start;
}

.payment_select .ps_item{
    font-size: .90rem;
    font-weight: 500;
    padding: 10px;
    border-radius: 6px !important;
    cursor:pointer;
}

    .payment_select .ps_item.active {
        font-weight: 500;
        margin:0 3px 0 3px;
    }

.payment_information .voice_information {
    font-size: .80rem;
    font-weight: 400;
    padding: 10px 20px 10px 20px;
    border-radius: 6px !important;    
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 3px 0 3px;
    gap: 5px;
    width: auto;
    min-width: 200px;
    max-width: auto;
    height: auto;
    min-height: 160px;
    max-height: auto;
}

.payment_information .voice_information span.spanvit {
    font-weight: 600;
}

.payment_select .ps_item_panel {
    font-size: .90rem;
    font-weight: 500;
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

    .payment_select .ps_item_panel p {
        font-weight: 800;
        font-size: .90rem
    }
    .payment_select .ps_item_panel table {
        width: 100%;
    }
        .payment_select .ps_item_panel table tr th,
        .payment_select .ps_item_panel table tr td {
            padding: 5px;
            font-weight: 500;
            font-size: .80rem
        }

.payment_select .ps_item span.sipno{
    font-weight:600;
}

.payment_information .Dahsboard_right {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: .80rem;
    font-weight: 400;
    padding: 2.5px 20px 10px 20px;
    gap:10px;
}
    .payment_information .Dahsboard_right  .dbSPan01 {
        font-weight: 600;
    }

    .payment_information .Dahsboard_right .drItem {
        width: 100px;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        border-radius: 6px !important;
        min-height:170px;
        padding:5px;
    }
        .payment_information .Dahsboard_right .drItem span {
            width:100%;
            margin-top:50px;
        }
        .payment_information .Dahsboard_right .drItem p {
            width:100%;
            font-size: 1.4rem;
            font-weight: 600;
        }

.voice_information {
    width: calc(50% - 90px);
}

.Dahsboard_right {
    width: calc(50%);
}

.packageMain .menuDefine {
    display: block;
}

.btnDefineOpen {
    display: none;
    justify-content: center;
    align-items: center;
}

.cb04 {
    display: flex;
    justify-content: flex-start;
    width: 50%;
    height:auto;
}

.cbArea1 {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}
.btnlb {
  margin-top:5px    !important;
  margin-bottom:5px !important;
}
.btnlb i{
 margin-right:10px;
}

.pager {
    width: calc( 100% - 100px);
    height: 90px;
    bottom: 0;
    font-size: .85rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 11px;
}

.SearchArea .saItem{
    display:flex; flex-direction:column;
    margin-left:5px;
}

.SearchArea .saItem span{
    font-size:.75rem;
    font-weight:600;
}
.SearchArea {
    gap:5px;
}

#trOrderList {
    display: none;
    position: absolute;
    z-index: 100000;
    width: calc(50% - 20px);
    height: calc(100% - 240px);
    overflow: hidden;
    background-color: rgba(240,244,255,.98);
    padding: 100px 25% 100px 25%;
    margin: 0 10px 0 10px;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}