.app-layout {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
/*    grid-template-rows: 45vh;
*/}

/* try to resize the screen */
@media screen and (max-width: 1040px) {
    .app-layout {
        display: grid;
        grid-template-columns: 1fr 1fr;
/*        grid-template-rows: 20vh 20vh;
*/    }
}

@media screen and (max-width: 550px) {
    .app-layout {
        display: grid;
        grid-template-columns: 1fr      
    }
}


.custom-mud-badged-deneme {
    font-size: 9px;
    height: 12px;
    min-width: 12px;
    padding: 1px 1px;
}


.mud-picker-view {
    display: none;
    margin-top: 160px;
    margin-left: 300px;
}

.custom-mud-select .mud-input-control-input-container .mud-input .mud-input-slot {
    font-size: 10px !important; /* İstediğiniz font boyutunu burada belirleyin */
    font-family: "Segoe UI Semibold" !important;
    font-weight: bold;
}

.custom-mud-auto .mud-input-control-input-container .mud-input .mud-input-slot {
    font-size: 10px !important; /* İstediğiniz font boyutunu burada belirleyin */
    font-family: "Segoe UI Semibold" !important;
    font-weight: bold;
}

p.mud-Message-Text {
    white-space: nowrap;
    width: 150px;
    overflow: hidden;
    text-overflow: clip;
}


:root {
    font-family: 'Segoe UI Semibold' !important;
    font-weight: bold;
}

.mud-dialog .mud-dialog-title{
    display:none;
}

@font-face {
    font-family: "Segoe UI Semibold";
    src: url("Fonts/Segoe UI.ttf") format("truetype");
    font-weight: bold;
}

@font-face {
    font-family: "Segoe UI Semibold";
    font-weight: bold;
    src: url("Fonts/Segoe UI Semibold.ttf") format("truetype");
}

@font-face {
    font-family: "Segoe UI Italic";
    font-weight: bold;
    src: url("Fonts/Segoe UI Italic.ttf") format("truetype");
}

@font-face {
    font-family: "Segoe UI Bold";
    font-weight: bold;
    src: url("Fonts/Segoe UI Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Segoe UI Bold Italic";
    src: url("Fonts/Segoe UI Bold Italic.ttf") format("truetype");
    font-weight: bold;
}


.font-SegoeUISemibold {
    font-family: 'Segoe UI Semibold' !important;
}

.font-SegoeUI {
    font-family: 'Segoe UI Semibold' !important;
}

.font-SegoeUIItalic {
    font-family: 'Segoe UI Italic' !important;
}

.font-SegoeUIBold {
    font-family: 'Segoe UI Bold' !important;
}

.font-SegoeUIBoldItalic {
    font-family: 'Segoe UI Bold Italic' !important;
}

.loading-section {
    text-align: center;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .loading-section h2 {
        color: #003366;
    }

.loader-dot {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    -webkit-animation: grow 2.1s infinite ease-in-out both;
    animation: grow 2.1s infinite ease-in-out both;
}

    .loader-dot.dot1 {
        -webkit-animation-delay: -0.96s;
        animation-delay: -0.96s;
    }

    .loader-dot.dot2 {
        -webkit-animation-delay: -0.48s;
        animation-delay: -0.48s;
    }

@-webkit-keyframes grow {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

.mud-dialog .mud-dialog-actions {
    justify-content: space-around;
}

.mud-input.mud-input-text {
    width: 100%;
}

.message .mud-typography-body1 {
    font-size: 10px !important;
}

.mud-typography-body1 {
    font-size: 11px !important;
}

.mud-icon-size-medium {
    font-size: 1.2rem;
}

.mud-treeview-item-icon {
    margin-left: -10px;
}

.report-list:hover {
    background-color: rgba(0,0,0,0.058823529411764705)
}

.bgvid {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vid-container {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.text-strategy {
    font-size: 40px !important;
    color: white;
    display: flex;
    justify-content: center;
    font-weight: 700;
    letter-spacing: 7px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -5px;
}

.mud-input-adornment.mud-input-adornment-end button {
    color: #FC9C3C !important;
}

.mud-input-control-input-container {
    align-items: center;
}

.loginbuttonfield {
    margin-top: -5%;
    width: 86%;
    margin-left: 29px;
}

.containerLogin img {
    width: 74%;
    padding-bottom: 8px;
    margin-left: 58px;
}

.container {
    width: 100%;
    height: 100vh;
    background: transparent;
    display: flex;
    /*justify-content: center;
    align-items: center;*/
    padding-left: 5%;
    padding-top: 10%;
    z-index: 1;
}

.containerStrategy {
    height: 100vh;
    width: 84%;
    display: flex;
    justify-content: center;
    text-align: center;
    z-index: 1;
    position: relative;
    top: 20%;
    padding-left: 60px;
    padding-right: 60px;
}

    .containerStrategy .box {
        width: 600px;
        height: 250px;
        position: relative;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

        .containerStrategy .box .title {
            width: 100%;
            position: relative;
            display: flex;
            align-items: center;
            height: 50px;
        }

            .containerStrategy .box .title .block {
                width: 0%;
                height: inherit;
                background: #ffb510;
                position: absolute;
                animation: mainBlock 2s cubic-bezier(.74, .06, .4, .92) forwards;
                display: flex;
            }

.container-strategy-title {
    font-size: 56px !important;
    color: #fff;
    font-family: 'Segoe UI Semibold';
    font-weight: bold;
}

.container-strategy-title2 {
    color: #fff;
    font-family: 'Segoe UI Bold';
    font-weight: bold;
}


@keyframes mainBlock {
    0% {
        width: 0%;
        left: 0;
    }

    50% {
        width: 100%;
        left: 0;
    }

    100% {
        width: 0;
        left: 100%;
    }
}



.main-text-scroll {
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 36%;
    left: 246px;
    width: 27%;
}

.roller {
    height: 4.125rem;
    line-height: 4rem;
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1D3557;
}

    .roller #rolltext {
        position: absolute;
        top: 0;
        animation: slide 12s infinite;
        font-size: 26px;
    }

@keyframes slide {
    0%, 100% {
        top: 0;
    }

    12.5% {
        top: -4rem;
    }

    25% {
        top: -8rem;
    }

    37.5% {
        top: -12rem;
    }

    50% {
        top: -16rem;
    }

    62.5% {
        top: -20rem;
    }

    75% {
        top: -24rem;
    }

    87.5% {
        top: -28rem;
    }
}

@keyframes slide-mob {
    0% {
        top: 0;
    }

    25% {
        top: -2.125rem;
    }

    50% {
        top: -4.25rem;
    }

    72.5% {
        top: -6.375rem;
    }
}

footer {
    width: 350px;
    height: 80px;
    background: #ffb510;
    position: absolute;
    right: 0;
    bottom: -80px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: top 0.8s forwards;
    animation-delay: 4s;
}

    footer span {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        color: #232323;
        font-family: 'Segoe UI Semibold';
        font-weight: bold;
    }

        footer span i {
            margin-right: 25px;
            font-size: 22px;
            color: #232323;
            animation: icon 2s forwards;
            animation-delay: 4s;
            opacity: 0;
        }

@keyframes top {
    0% {
        opacity: 0;
        bottom: -80px;
    }

    100% {
        opacity: 1;
        bottom: 0px;
    }
}

@keyframes icon {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: scale(1.3) rotate(-2deg);
    }

    100% {
        opacity: 1;
        bottom: 0px;
    }
}

.myItem {
    z-index: 1;
    position: absolute;
    right: 1px;
}

    .myItem.myItem-background {
        z-index: 1;
        background-color: #003466;
        height: 101%;
        width: 26.4%;
        opacity: 0.6;
        box-shadow: -0.3em 0 0.6em black;
    }

.title-border {
    border-bottom: 2px solid white;
    margin-left: 58px;
    width: 74%;
    margin-top: -6px;
}

@media only screen and (max-width: 1980px) {
    .containerLogin {
        width: 100% !important;
        margin-left: 0%;
        margin-right: 3.7%;
    }

    .container-strategy-title {
        font-size: 80px !important;
    }

    .container-strategy-title2 {

        font-size: 2rem !important;
    }

    .containerStrategy {
        width: 84%;
    }
}

@media only screen and (max-width: 1900px) {

    .containerStrategy {
        width: 100%;
    }
}

@media only screen and (max-width: 1600px) {
    .containerLogin img {
        width: 81%;
        padding-right: 26px !important;
        margin-left: 54px;
    }

    .title-border {
        margin-left: 54px;
    }

    .containerLogin {
        width: 100% !important;
    }

    .container-strategy-title {
        font-size: 80px;
    }
    

    .containerStrategy {
        top: 20%;
        width: 114%;
    }

    .main-text-scroll {
        top: 38%;
        left: 250px;
    }

    .roller #rolltext {
        font-size: 20px;
    }

    .text-strategy {
        font-size: 30px !important;
        padding-left: 12%;
    }
}

@media only screen and (max-width: 1400px) {
    .containerLogin {
        width: 130% !important;
        margin-right: 0;
    }

    .myItem.myItemLogin {
        margin-right: 40px;
    }

    .myItem.myItem-background {
        width: 30%;
    }

    .container-strategy-title {
        font-size: 70px !important;
    }

    .container-strategy-title2 {
        font-size: 1.5rem !important;
    }

    .main-text-scroll {
        top: 36%;
        left: 215px;
    }

    .text-strategy {
        font-size: 30px !important;
        padding-left: 14%;
    }

    .containerStrategy {
        width: 120%;
    }
}

@media only screen and (max-width: 1200px) {

    .containerLogin {
        width: 140% !important;
    }

        .containerLogin img {
            width: 81%;
            padding-right: 26px !important;
            margin-left: 50px;
        }

    .title-border {
        margin-left: 50px;
    }

    .containerStrategy {
        width: 142%;
    }

    .main-text-scroll {
        left: 218px;
    }

    .title-bottom {
        margin-top: 3%;
    }

    .text-strategy {
        font-size: 20px !important;
        padding-left: 60px;
    }
}

@media only screen and (max-width: 960px) {

    .containerLogin {
        width: 70% !important;
    }
        .containerLogin img {
            width: 78%;
            padding-right: 26px !important;
            margin-left: 64px;
        }

    .title-border {
        width:73%;
        margin-left: 64px;
    }

    .main-text-scroll {
        visibility: hidden;
    }

    .containerStrategy {
        visibility: hidden;
    }

    .text-strategy {
        font-size: 20px;
        padding-left: 40px;
    }

    .title-bottom {
        margin-top: 2%;
    }


    .myItem.myItem-background {
        opacity: 0;
    }

    .myItem.myItemLogin {
        margin-right: 0;
    }
}

@media only screen and (max-width: 501px) {
    .containerLogin img {
        width: 74%;
        margin-left: 12.7%;
        padding-right: 0 !important;
    }

    .title-border {
        width: 73.6%;
        margin-left: 64px;
    }

    .myItem.myItemLogin {
        margin-right: 0;
    }

    .text-strategy {
        width: 95%;
        font-size: 55px !important;
    }

    .containerLogin {
        width: 100% !important;
    }

    .title-bottom {
        margin-top: 0%;
    }

    .myItem.myItem-background {
        opacity: 0.6;
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .containerLogin img {
        width: 74%;
        margin-left: 14% !important;
        padding-right: 0 !important;
    }

    .title-border {
        width: 73.6%;
        margin-left: 56px;
    }

    .myItem.myItemLogin {
        margin-right: 0;
    }

    .text-strategy {
        width: 95%;
        font-size: 30px !important;
    }

    .containerLogin {
        width: 100% !important;
    }

    .title-bottom {
        margin-top:1%;
    }

    .myItem.myItem-background {
        opacity: 0.6;
        width: 100%;
    }

    .myItem.myItemLogin {
        margin-right: 0;
    }
}

.button-text-deneme {
    font-size: 14px !important;
}

.create-new-group-button:hover {
    background-color: #003466 !important;
}

.selected-report-name-text {
    font-size: 12px !important;
}
.fav-text-in-menu {
    font-size: 13px !important;
}

.rightMenuTitleStyle {
    color: #122239;
    font-weight: bold;
    font-size: 15px;
    font-family: 'Segoe UI Semibold';
}








