﻿@font-face {
    font-family: 'VarelaRound';
    src: url('../fonts/VarelaRound-Regular.ttf') format('truetype');
}


.gotham-text {
    text-align: center;
    font-family: VarelaRound;
    font-size: 20px;
    font-style: normal;
    font-weight: 325;
    line-height: normal;
}
.gotham-title-text {
    font-family: VarelaRound;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


body, .mud-typography-root {
    font-family: VarelaRound !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 380;
}

.mud-button-filled.mud-button-filled-primary {
    background-color:#00C853;
}

.mud-table-toolbar {
    margin-bottom:20px;
}

.card-border {
    border-width: 2px;
    border-style: solid;
    border-color: #CFD8DC;
    border-radius: 12px !important;
    outline: none;
}

/*.text-field-border {
    border-width: 2px;
    border-style: solid;
    border-radius: 10px !important;
    margin-bottom: 16px;
    padding-left: 16px;
    padding-bottom: 12px;
}
     pb-3 pl-4
*/

.text-field-border .mud-input-root {
    border: 2px solid #B6BEC2 !important;
    border-radius: 10px !important;
    padding: 15px 10px !important;
    transition: border-color 0.2s ease-in-out;
    margin-bottom: 16px !important;
}

.text-field-border:focus-within .mud-input-root {
    border-color: #00C853 !important;
    box-shadow: none !important;
}

.text-field-border label.mud-input-label {
    color: #696C6E !important;
    transition: color 0.2s ease;
}
.text-field-border:focus-within label.mud-input-label {
    color: #00C853 !important;
}





.icon-button-height {
    height: 54px;
    width: 54px;
}

.button-height {
    height: 54px;
    width: 54px;
}

.dark-theme {
    background: #051421;
    flex-grow: 1;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: auto;
}

.bright-theme {
    background: var(--Color-Teks-White, #FFF);
    flex-grow: 1;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: auto;
}

/*     */



.nav-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 4px !important;
    margin-top: 6px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 8px;
    transition: all 0.3s ease;
    color: #141414;
}

.mud-navmenu.mud-navmenu-bordered .mud-nav-link.active:not(.mud-nav-link-disabled) {
    border-inline-end-style: solid !important;
    border-inline-end-width: 0px !important;
}
.mud-navmenu.mud-navmenu-default .mud-nav-link.active:not(.mud-nav-link-disabled) {
    color: #053061; /*yazı rengi*/
    background-color: rgb(0 0 0 / 0%);
}

.nav-link:hover {
    background-color: rgba(0, 200, 83, 0.1);
    color: #00C853;
}

.drawer-item {
    padding-left: 8px;
}

.selected-drawer-item {
    background-color: #00C853;
   
    font-weight: bold;
    border-radius: 8px;
}




.nav-group-item {
   
    gap: 8px;
    padding: 8px 4px !important;
    margin-top: 6px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 8px;
    transition: all 0.3s ease;
    color: #141414;
    cursor: pointer;
}

.nav-link-dark {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 4px !important;
    margin-top: 6px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 8px;
    transition: all 0.3s ease;
    color: #CCCCCC;
}

.nav-link-dark:hover {
    background-color: rgba(0, 200, 83, 0.1);
    color: #00C853;
}

.drawer-item-dark {
    padding-left: 8px;
}

.selected-drawer-item-dark {
    background-color: #00C853;
    font-weight: bold;
    border-radius: 8px;
    color: #053061;
}



.nav-group-item-dark {
    gap: 8px;
    padding: 8px 4px !important;
    margin-top: 6px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 8px;
    transition: all 0.3s ease;
    color: #CCCCCC; 
    cursor: pointer;
}


/*****************************/

.appbar-dark-theme {
    background: #051421;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 18px;
    padding-top: 8px;
}

.appbar-bright-theme {
    background: var(--Color-Teks-White, #FFF);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 18px;
    padding-top: 8px;
}

.layout-dark-theme {
    background-color: #051421;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.layout-bright-theme {
    background-color: #ECEFF1;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.main-content-bright {
    flex-grow: 1;
    height: 100%;
    background-color:#F8F8F8 !important;
    overflow-y: scroll;
}

.main-content-dark {
    flex-grow: 1;
    height: 100%;
    background-color: #051421 !important;
    overflow-y: scroll;
}


.bread-crumbs {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.body-content {
    max-height: max-content;
    padding-left: 8px;
    padding-right: 8px;
}

.home-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}
.search-field-border {
    border-width: 2px;
    border-style: solid;
    border-color: #CFD8DC;
    padding-bottom: 12px;
    padding-left: 14px;
    outline: none;
    border-radius: 10px !important;
    transition: border-color 0.2s ease-in-out;
    margin-top: 16px;
    width: 5% !important;
}

.search-field-border:focus-within {
    border-color: #00C853 !important;
    box-shadow: none !important;
}

.select-item {
    border: 1px solid #CFD8DC;
    border-radius: 10px !important;
    padding-left: 0px !important;
    padding-bottom: 8px;
    padding-top: 0px !important;
    height:60px !important;
}

.test-item{
    margin-top:10px !important;
    margin-bottom:10px !important;
}

.select-item:focus-within {
    border-color: #00C853 !important;
    box-shadow: none !important;
}

.mud-input-outlined {
    border-radius: 12px !important;
    overflow: hidden;
    height:52px !important;
}

.mud-input-outlined-border {
    border-radius: 12px !important;

}

.mud-input-root {
    padding: 10px 14px !important;
    font-size: 1rem !important; 
}

/* Optional: extra space between form fields */
.mud-input-control {
    margin-bottom: 4px !important;
}


.autditlog-search-field-button {
    margin-left: 16px;
    margin-top: 16px;
    margin-right: auto;
    width: 54px;
    height: 54px;
}

.add-icon-button {
    margin-top: 16px;
    margin-left: 16px;
    width: 54px;
    height: 54px;
}


.grid-item-div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    margin-bottom: 16px;
}

.grid-item-div-base {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
}

.item-vertical {
    display: flex;
    flex-direction: column;
}

.item-horizontal {
    display: flex;
    flex-direction: row;
}

.space-between-item {
    justify-content: space-between;
}

.end-between-item {
    justify-content: flex-end;
}

.center-item {
    align-items: center;
}

.model-name-text-field {
    border-width: 2px;
    border-style: solid;
    border-color: #CFD8DC;
    padding-bottom: 12px;
    padding-left: 14px;
    margin-left: 12px;
    outline: none;
    border-radius: 10px !important;
    width: 675px !important;
}


.card-border-grid-items {
    border-width: 2px;
    border-style: solid;
    border-color: #CFD8DC;
    padding: 16px;
}

.data-grid-header-dark-theme {
    background-color: #333333;
}

.data-grid-header-bright-theme {
    background-color: #F8F8F8;
}



.data-grid {
    margin: 8px;
}

.account-list-buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-right: 16px;
}

.model-save-button {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-right: 10px;
}


.upload-add-button {
    margin-top: 16px;
    height: 54px;
}

.data-grid-edit-button {
    color: #9575CD;
}

.data-grid-delete-button {
    color: #FFFFFF;
    margin-left: 10px;
}

.dialog-file-update {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    /*gap: 1rem;*/
    position: relative;
    border-radius: 8px;
    border-width: 2px;
    border-style: dashed;
    padding: 16px;
    margin-top: 16px;
    width: 100%;
    height: 100%;
}


.login-card-border {
    border-width: 2px;
    border-style: solid;
    border-color: #CFD8DC;
    border-radius: 12px !important;
    outline: none;
    width: 65%;
    margin: auto;
}

/*.login-input-text-field {
    border: 2px solid #CFD8DC;
    padding-bottom: 12px;
    padding-left: 14px;
    outline: none;
    border-radius: 10px !important;
    width: 370px !important;
}*/

.login-input-text-field {
        border: 2px solid #CFD8DC !important;
        padding-bottom: 12px;
        padding-left: 14px;
        outline: none;
        border-radius: 10px !important;
        width: 370px !important;
        transition: border-color 0.2s ease-in-out;
}
.login-input-text-field:focus-within  {
        border-color: #00C853 !important;
        padding-bottom: 12px;
        border-radius: 10px !important;
        outline: none;
        padding-left: 14px;
        box-shadow: none !important;
}



.small-login-input-text-field {
    border-width: 2px;
    border-style: solid;
    border-color: #CFD8DC;
    padding-bottom: 12px;
    padding-left: 14px;
    outline: none;
    border-radius: 10px !important;
}

.login-card-button {
    height: 54px;
    margin-right: 7rem;
}


.dialog-google-hsm-request {
    font-size: xx-small;
}


.cloud-button {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 16px;
    margin-right: 16px;
}

.progress-circular-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.login-language-bar-div {
    width: 240px !important;
}

.login-language-bar {
    margin-top: 64px;
}

.mobile-login-container {
    margin-top: 10rem;
}

.mobile-language-bar {
    width: 60px;
}

.dialog-file-view {
    width: 100%;
    height: 600px;
    border: none;
    background: #FFFFFF;
}

.file-action-option {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    text-align: center;
    cursor: pointer;
    color: black;
    font-weight: 600;
}

.file-action-selector {
    background-color: #FFFFFF;
    color: #6c6ce1;
    font-weight: bold;
    border-radius: 0.25rem;
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.file-action-option-state {
    padding: 2px 6px;
    font-size: 0.8rem;
    border-radius: 0.2rem;
    margin-left: 0.5rem;
}

.file-action-option-action {
    width: 0.1rem;
    height: 1rem;
    margin-right: 0.5rem;
}

.file-action-selector-button {
    width: 80%;
    background-color: #6c6ce1;
    color: white;
    font-weight: bold;
    border-radius: 0.5rem;
    text-align: center;
    padding: 0.3rem;
    font-size: 0.875rem;
    cursor: pointer;
    position: relative;
}

.file-action-details-view {
    height: 600px;
    width: 50%;
    position: relative;
    margin-left: 0.5rem;
    padding: 0.5rem;
    border: 2px solid #cfd8dc;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.file-action-details-title {
    padding-bottom: 0rem;
    padding-top: 0.6rem;
    padding-left: 0.2rem;
    font-size: 0.8rem;
    font-weight: 700;
}

.file-action-details-header {
    padding-bottom: 0.1rem;
    font-size: 1.2rem;
    font-weight: 700;
}

.file-action-details-desc {
    padding-bottom: 0.4rem;
    font-size: 1rem;
    font-weight: 600;
    color: #899AB5;
}

.vertical-scroll {
    flex-direction: column;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.horizontal-scroll {
    flex-direction: row;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.file-action-history-cover {
    position: relative;
    margin-top: 0.5rem;
    padding: 0.5rem;
    border: 2px solid #cfd8dc;
    display: flex;
    width: 70%;
    max-height: 150px;
}

.file-action-history-header {
    padding-top: 0.2rem;
    padding-left: 0.2rem;
    font-size: 0.6rem;
    font-weight: 700;
}

.activity-tab-container {
    width: 200px;
    cursor: pointer;
    margin: 0 2px;
    padding: 0.2rem;
    display: inline-block;
    text-align: center;
    border-radius: 8px;
    transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.activity-tab-bar {
    border-radius: 12px;
    margin-right: auto;
    white-space: nowrap;
    position: relative;
    padding: 8px;
}

.activity-table {
    max-height: 400px;
    overflow-y: auto;
    box-shadow: none;
    border: 2px solid #cfd8dc;
    border-radius: 4px;
    margin: 10px;
    margin-top: 0px;
}

.mud-table-header {
    color: darkgray;
    font-weight: 800;
}

.workflow-cover {
    width: 1000px;
    flex-shrink: 0;
    height: 700px;
    background-color: white;
    padding: 0px;
}

.workflow-details {
    flex-grow: 1;
    flex-basis: 0;
    height: 100%;
    padding: 8px;
    padding-right: 16px
}

.workflow-custom-divider {
    width: 72px;
    height: 3px;
    background-color: #312E72;
    margin: 4px 0;
    margin-left: 4px
}

.workflow-save-button {
    margin-top: 8px;
    background-color: #6C6CE1;
    height: 40px;
    border-radius: 4px;
    padding-right: 12px;
    padding-left: 12px;
    box-shadow: none;
}

.workflow-state-selector-cover {
    max-width: 100%;
    height: 300px;
    border: 2px solid #cfd8dc;
    border-radius: 12px;
    padding: 8px;
    margin-top: 16px;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
}

.workflow-states-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-height: 100%;
    overflow-y: auto;
}

.workflow-state-selector-item {
    padding: 4px 8px;
    margin: 2px;
    border-radius: 4px;
    height: auto;
    display: inline-flex;
    align-items: center;
    font: 700;
}

.workflow-state-selector-select-button {
    position: absolute;
    bottom: 16px;
    right: 70px;
    background-color: #6C6CE1;
    height: 40px;
    border-radius: 4px;
    padding-right: 12px;
    padding-left: 12px;
    box-shadow: none;
}

.workflow-state-selector-add-button {
    position: absolute;
    bottom: 16px;
    right: 16px;
    background-color: #6C6CE1;
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}