.pdfScroll {
    flex: 1;
    height: auto !important;
}

.headerWrapper {
    flex-shrink: 0;
}
.myAppDemoWT .myCustomButton.sapMBtn {
    margin-right: 0.125rem;
    margin-left: 0.4rem;
}

html[dir="rtl"] .myAppDemoWT .myCustomButton.sapMBtn {
    margin-left: 0.125rem;
    margin-right: 0;
}

.myAppDemoWT .myCustomText {
    font-weight: bold;
}

.sapMPanelBG {
    background-color: rgba(255, 255, 255, 0.8);
}


.sapBodyBG {
    background-image: url('../images/bg_pf.jpg') !important;
    background-color: #ebebeb;
}

.baslik {
    width: 136px;
    font-weight: bold;
}

.normal {
    margin-bottom: 8px;
}

.Degisken {
    font-weight: bold;
    text-decoration: underline;
}

.docCss {
    padding-right: 40px !important;
    padding-top: 30px !important;
}


/* ÜST ALAN */

.headerWrapper {
    margin-top: 20px;
    align-items: center;
}


/* LOGO */

.logo {
    margin-bottom: 10px;
}


/* KART (ilk resimdeki gri alan) */

.titleCard {
    background-color: #e9edf5;
    padding: 10px 20px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}


/* BAŞLIK */

.titleText {
    font-weight: 600 !important;
    color: #1a3d6a !important; /* Açık mavi */
    font-size: 16px !important;
    white-space: normal;
    text-align: center !important;
}


/* SAĞDAKİ KÜÇÜK GÖRSEL */

.titleImage {
    border-radius: 8px;
    border: 1px solid #d0d7e2;
    padding: 2px;
    background: white;
}



.pdfScroll {
    flex: 1 !important;
    min-height: 0 !important;
}

.sapMScrollCont {
    height: 100% !important;
}



.loginVBox {
    height: 85% !important;
    max-width: 20rem;
    margin-right: 0;
    width: auto !important;
    margin: auto;
}

.loginInputStyle {
    margin-bottom: 0.5rem !important;
    min-width: 21rem;
}

.loginButtonWidth {
    margin-bottom: 0.5rem !important;
    margin-top: 1rem !important;
    min-width: 21rem;
    margin-left: 0rem !important;
}

.pwdButtonWidth {
    min-width: 21rem;
    margin-bottom: -0.5rem !important;
    margin-left: 0.5 rem;
}

.sapTntToolHeader.sapMTB {
    background-color: transparent !important;
    border: none;
}

.headerStyle {
    height: 0.01rem !important;
}

.loginBG {
    background-size: cover;
}

.linkMargin {
    margin-left: 1rem;
    height: 10%;
}

.sapMList {
    height: 85%;
}

.footarBG {
    background-color: grey !important;
}

.sapMSplitContainer {
    height: 93% !important;
}

.sapUiRespGridMedia-Std-Desktop.sapUiRespGridHSpace0>.sapUiRespGridSpanL8 {
    width: 100% !important;
}

.sapUiRespGridMedia-Std-Desktop.sapUiRespGridHSpace0>.sapUiRespGridSpanL6 {
    width: auto !important;
}

.sapUiRespGridMedia-Std-Tablet.sapUiRespGridHSpace0>.sapUiRespGridSpanM8 {
    width: 100% !important;
}

.settingsMenuCss {
    min-width: 10rem;
}

.headerStyle {
    font-size: large !important;
    color: #346187 !important;
    font-weight: bolder !important;
    font-family: serif !important;
    font-variant: petite-caps !important;
}

.paymentHeaderStyle {
    font-size: large !important;
    color: #346187 !important;
    font-weight: bolder !important;
    font-family: serif !important;
    font-variant: petite-caps !important;
    margin: 10px;
}

.paymentDetailStyle {
    font-size: small !important;
    color: #346187 !important;
    font-weight: bolder !important;
    font-family: serif !important;
    font-variant: petite-caps !important;
}

.paymentTableStyle {
    height: auto !important;
    margin-bottom: 50px !important;
}

.sapUiRespGridMedia-Std-Desktop.sapUiRespGridHSpace0>.sapUiRespGridSpanL6 {
    width: 40% !important;
}

.sapUiRespGridMedia-Std-Desktop.sapUiRespGridHSpace0>.sapUiRespGridSpanL4 {
    width: auto !important;
}

.stickyToolbar {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 101;
}

.greenTxtHlight {
    color: green !important;
}

.yellowTxtHlight {
    color: yellow !important;
}

.redTxtHlight {
    color: red !important;
}

[data-style-class=green] {
    background-color: #7fc257 !important
}

[data-style-class=yellow] {
    background-color: #ffc300 !important
}

[data-style-class=red] {
    background-color: #e00404!important
}

tr[data-background="2"] {
    background-color: #eaa6a6 !Important;
}

tr[data-background="1"] {
    background-color: #c7f5a4 !Important;
}

.sapUiMediumMarginTop.bgColour {
    background-color: rgb(66, 179, 244) !important;
}

.buttonClass {
    margin-left: 330px !important;
}

.imgclass {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    border: 2.5px solid black;
}

.imgclass:hover {
    opacity: 0.7;
}


/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}


/* Modal Content (image) */

.modal-content {
    margin: auto;
    display: block;
    width: 95%;
}


/* Add Animation */

.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}


/* The Close Button */

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #FF0000;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

.infoBarText {
    font-size: 20px !important;
    FONT-WEIGHT: BOLDER;
}

.buttonStyle {
    float: right;
    width: 250px;
    margin-top: -10px;
}