@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap");
@font-face {
    font-family: "signature";
    src: url("../fonts/Wildy-Sans.ttf") format("woff2");
}
.bg-gradient-custom{
   background-image:  linear-gradient(195deg, #84b3b0 0%, #538A87 100%);
}

* {
    font-family: "cairo", sans-serif;
}
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border-radius: 5px;
    width: 80%;
    max-width: 600px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.close-button {
    color: #aaa;
    float: right;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

.close-button:hover {
    color: #000;
}
#elabel,
#updateB {
    display: none;
}

/* Style the loading screen */
#loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #34495e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    z-index: 1000;
}

.loader {
    width: 40px;
    height: 20px;
    --c: no-repeat radial-gradient(farthest-side, #ffffff 93%, #ffffff);
    background:
        var(--c) 0 0,
        var(--c) 50% 0,
        var(--c) 100% 0;
    background-size: 8px 8px;
    position: relative;
    animation: l4-0 1s linear infinite alternate;
}
.loader:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 12px;
    background: #ffffff;
    left: 0;
    top: 0;
    animation:
        l4-1 1s linear infinite alternate,
        l4-2 0.5s cubic-bezier(0, 200, 0.8, 200) infinite;
}
@keyframes l4-0 {
    0% {
        background-position:
            0 100%,
            50% 0,
            100% 0;
    }
    8%,
    42% {
        background-position:
            0 0,
            50% 0,
            100% 0;
    }
    50% {
        background-position:
            0 0,
            50% 100%,
            100% 0;
    }
    58%,
    92% {
        background-position:
            0 0,
            50% 0,
            100% 0;
    }
    100% {
        background-position:
            0 0,
            50% 0,
            100% 100%;
    }
}
@keyframes l4-1 {
    100% {
        left: calc(100% - 8px);
    }
}
@keyframes l4-2 {
    100% {
        top: -0.1px;
    }
}

#tablePagged{
  padding:15px;
  font-size:12px;
}

.enhance-button{
    width: 100%;
    display: block;
    height: 177%;
    /* padding: 7px; */
    position: relative;
    top: -24px;
    border-radius: 0px 5px 5px 0px;
    background-color:#405189;
}
.enhance-button:hover{
    background-color:#445384;
}
.text-custom {
    color:#538A87;
}
.input-group.input-group-outline.is-focused .form-label+.form-control, .input-group.input-group-outline.is-filled .form-label+.form-control{
    border-color: #538A87 !important;
    border-top-color: #538A87 !important;
    box-shadow: inset 1px 0 #538A87, inset -1px 0 #538A87, inset 0 -1px #538A87;
}
a {
    color: #333 !important;
    text-decoration: none;
}

.edit-action , .delete-action ,.primary-default-btn, .permissions-btn , .convert-action , .delete-service , .permissions-btn , .details-action , .edit-action-2{
    padding: 4px 10px;
    font-size: 9px;
}
.label-form{
    display:block !important;
}

.centering_element {
    display: flex;
    justify-content: center; /* Horizontal centering */
    align-items: center;    /* Vertical centering */
    height: 100%;           /* Ensure this matches the desired height of the parent */
}

.auth_image_wrapper {
    max-width: 100%; /* Optional: Ensures the image doesn't overflow its container */
    height: auto;    /* Maintains aspect ratio */
}
.contact-shape{
    background-image: url("../../siteAssets/img/New Project (5) (2).png");
    background-repeat: no-repeat;
    background-size:cover;
}

/* Navbar customizations */

.breadcrumb-item{
    padding:15px;
    color:#333;
}
.breadcrumb-item:hover{
    background-color:#72A4A1;
    color:white !important;
}
.breadcrumb-item .active{
    background-color:#72A4A1 !important;
    color:white !important;
}

/* Tabs Profile Crafted Design */
.customer_tabs_container ul {
    list-style: none;
    border-bottom: 1px solid lightgray;
}
.customer_tabs_container ul li{
    display:inline-block;
    padding:8px 14px 8px 14px;
    cursor: pointer;
}
.customer_tabs_container ul li i{
    position: relative;
    top:5px;
}
.customer_tabs_container ul li:hover{
    background-color:#72A4A1;
    color:white;
    border-radius: 5px 5px 0px 0px ;
}
.customer_tabs_container ul li.active{
    background-color:#72A4A1;
    color:white;
    border-radius: 5px 5px 0px 0px ;
}

.tab_content{
    display:none;
}
.show_tab_content{
    display:block;
}
.upload_change_label_as_button{
    margin-top:15px;
    border:0.5px solid lightgray;
    padding:5px 17px 5px 17px;
    border-radius:3px 3px 3px 3px !important;
    text-align:center;
    color:gray;
}
.upload_change_label_as_button:hover{
    background-color:#72A4A1;
    color:white;
}
.upload_change_label_as_button i{
    position: relative;
    top:4px;
}
.footer_kpis{
    padding:10px;
    margin-bottom: 20px;
    width:100%;
    position: relative;
    background-color:#ecf0f1;
}
.tax_wrapper{
    select{
        width:100%;
        display:block;
        padding:44px;
        border:none;
        box-shadow: none;
    }
}
.invoice_info_kpi{
    padding:0px;
    margin:0px;
    ul{
        margin:0px !important;
        list-style:none;
        width:100%;
        padding:5px;
        background-color:#c7ecee;
        border-bottom:0.5px solid lightgray;
        li{
           display: inline-block;
            padding:6px 14px;
            font-size:12px;
            color:#333;
        }
        li:nth-of-type(1){
            width:30%;
            text-align:left;
            font-weight: bold;
        }
        li:nth-of-type(2){
            width:30%;
            text-align: center;
        }
        li:nth-of-type(3){
            width:30%;
            text-align:right;
            font-size:10px;
        }

    }
}

.export_large_button{
    button{
        padding:49px;
        text-align:center;
        width:100%;
        background-color:#445384;
        color:white;
        border:none;
    }
    button:hover{
        background-color: #5a6aa1;
    }
}
