body {
    width: 100%;
    height: 100vh;
    margin: 0px;
    padding: 5px;
    box-sizing: border-box;
    background-color: #EDF2F9;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    justify-content: flex-end;
    gap: 5px;
    position: relative;
}

#app{
    width: 100% !important;
    height: 100% !important;
    margin: 0px !important;
    display: flex;
    justify-content: flex-end;
}

.container {
    height: 100%;
    width: calc(100% - 65px) !important;
    background-color: white;
    box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    box-sizing: border-box;
}

    .container img {
        height: 80%;
    }

#logo-index {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section {
    height: 100%;
    width: calc(100% - 55px);
}

.box {
    width: calc(50% - 5px) !important;
    height: calc(50% - 5px) !important;
    box-sizing: border-box !important;
    padding: 10px !important;
    background-color: white !important;
    border-radius: 10px !important;
    box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07) !important;
}

a {
    text-decoration: none;
    color: black;
}

.btn-lg {
    width: 180px !important;
    height: 90px !important;
    font-size: 2em;
}

.btn-xl {
    width: 100% !important;
}

.plus-icon {
    font-size: 2.2em !important;
    font-weight: 600 !important;
    color: #2C7BE5 !important;
}

#bg-warning {
    background-color: #F5803E !important;
}

#bg-danger {
    background-color: #EA4235 !important;
    color: white !important;
}

#bg-success {
    background-color: #00D27A !important;
    color: white !important;
}

.bg-success {
    background-color: #00D27A !important;
    color: white !important;
}

.bg-error {
    background-color: #EA4235 !important;
    color: white !important;
}

.bg-borc {
    background-color: cadetblue !important;
}

.modal-xl {
    width: 80% !important;
    height: 450px !important;
}

    .modal-xl header {
        position: relative;
    }

        .modal-xl header i {
            position: absolute !important;
            top: 0px !important;
            right: 5px !important;
        }

.modal-lg {
    width: 60% !important;
    height: 360px !important;
}

.border-bottom {
    border-bottom: 1px solid #D1D7DB;
    box-sizing: border-box !important;
}

.border-right {
    border-right: 1px solid #D1D7DB;
    box-sizing: border-box !important;
}

.total-input {
    width: 60px;
    height: 30px;
    outline: none;
    border: none;
    background-color: #00D27A;
    color: white;
    text-align: center;
}

    .total-input::placeholder {
        color: white;
    }

.fast-sell {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: calc((100% / 4) - 10px);
    height: 100px;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 1.8em;
    color: white;
    background-color: #2C7BE5;
    box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
    user-select: none;
    padding: 10px;
    overflow: hidden;
}

.notification {
    position: absolute;
    min-width: 250px;
    min-height: 40px;
    border-radius: 5px;
    background-color: #EA4235;
    color: white;
    text-align: center;
    z-index: 2;
    right: 25px;
    bottom: 50px;
    font-size: 2em;
    box-sizing: border-box;
    padding: 10px;
}

.deleteFast {
    box-sizing: border-box;
    padding: 10px;
    border-radius: 5px;
    background-color: white;
    box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
    position: absolute;
}

    .deleteFast a {
        display: flex;
        align-items: center;
        gap: 5px;
    }

        .deleteFast a i {
            color: #EA4235;
        }

.row-1 {
    height: 35px !important;
}

.row-2 {
    height: 55px !important;
}

.row-3 {
    height: 100px !important;
}

.row-4 {
    height: 250px !important;
}

.row-5 {
    height: calc(100% - 250px) !important;
}

.row-6 {
    height: calc((100% / 12) * 6) !important;
}

.row-7 {
    height: calc(100% - 110px) !important;
}

.row-7a {
    height: calc(100% - 135px) !important;
}

.row-8 {
    height: calc(100% - 90px) !important;
}

.row-9 {
    height: calc(100% - 100px) !important;
}

.row-10 {
    height: calc(100% - 55px) !important;
}

.row-11 {
    height: calc(100% - 35px) !important;
}

.row-12 {
    height: calc((100% / 12) * 12) !important;
}

.bold {
    font-weight: 600 !important;
}

#qiymetModal header {
    height: 80px !important;
    justify-content: flex-start;
}

#stok {
    height: 450px !important;
}

#qiymetModal .content {
    height: 270px !important;
}

#qiymetModal form {
    width: 100%;
    height: 80px !important;
    display: flex !important;
}

    #qiymetModal form .row {
        width: calc(100% - (100% / 5));
        display: flex !important;
        gap: 10px;
    }

#qiymetModal .row .col {
    width: calc((100% / 3) - 5px) !important;
}

#alert {
    padding: 10px;
    border-radius: 5px;
    z-index: 4;
    position: absolute;
    top: 50px;
    right: 50px;
    font-family: inherit;
    font-weight: 500;
    font-size: 20px;
}

.searchable-select{
    position:relative;
}
.dropdown-menu {
    width: 100%;
    height: 100px;
    border-radius: 5px;
    box-sizing: border-box;
    padding:5px;
    background-color:white;
    border:1px solid gray;
    box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
    position:absolute;
    left:0px;
    top:30px;
    z-index:2500;
    overflow-y:auto;
}
.dropdown-item{
    width:100%;
    height:25px;
    display:flex;
    align-items:center;
    border-radius:5px;
    box-sizing:border-box;
    padding-left:5px;
    font-weight:500;
}
.dropdown-item:hover{
    background:#2C7BE5;
}

.visible{
    overflow:  visible !important;
}