﻿
h2 {
    color: #333;
}

label {
    font-size: 15px;
}

input[type="text"],
input[type="number"],
input[type="email"],
select,
/*textarea {
    width: calc(100% - 16px);
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 13px 87px 11px 15px;
}*/
textarea {
    resize: vertical;
}

input[type="checkbox"] {
    margin-right: 5px;
}

.btn_save {
    background-color: #4CAF50;
    color: #fff;
    padding: 8px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 341px;
    margin-top: 20px;
    transition: transform 0.2s ease-in-out;
}

    .btn_save:hover {
        transform: scale(1.1);
    }

.gst_12 {
    margin: 5px 10px
}

.btn_Clr {
    background-color: #c0dde7;
    color: #000000;
    padding: 8px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 5px;
    margin-top: 20px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

    .btn_Clr:hover {
        transform: translateY(-5px);
    }

/*--------------------------------------LOGIN---------------------------------------*/

.logbody {
    background-color: #ded3e1;
}

.maincontainer {
    width: 1000px;
    height: 530px;
    border-radius: 27.5px;
    box-shadow: 0 10px 30px 0 rgba(172, 168, 168, 0.43);
    word-wrap: break-word;
    background-color: #fff;
    margin: 90px 0px 0px 245px;
}

.subcontainer {
    display: flex;
}

.log_con {
    margin: 101px 0px 0px 40px;
}

.form_grp {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

    .form_grp label,
    .form_grp input {
        width: 300px;
        box-sizing: border-box;
        margin-bottom: 8px;
    }

    .form_grp select {
        width: 400px;
        box-sizing: border-box;
        margin-bottom: 8px;
        height: 36px;
    }

    .form_grp input,
    .form_grp select {
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

.log_description {
    font-size: 25px;
    color: #000;
    font-weight: normal;
    margin-bottom: 23px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.login_btn {
    padding: 10px 127px 11px;
    background-color: #7f55cf;
    border-radius: 4px;
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    margin-bottom: 24px;
    cursor: pointer;
    border: none;
}

    .login_btn:hover {
        border: 1px solid #000;
        background-color: transparent;
        color: #000;
    }

.imglog {
    margin: -30px 0px 0px -14px;
}

.rounded_left {
    border-top-left-radius: 27px;
    border-bottom-left-radius: 27px;
}

.ft_sign {
    margin: -15px 0px 0px 60px;
    font-size: 13px;
    font-family: system-ui;
    font-weight: 400;
}
/*-------------------------------------LAYOUT--------------------------------------*/
/*.side-menu {
    width: 300px;
    height: 100%;
    padding: 50px 0;
    box-sizing: border-box;
    background-image: linear-gradient(0deg, #067d87, #03cbdb);
    display: flex;
    flex-flow: column nowrap;
    box-shadow: 5px 0px 10px rgba(17, 26, 41, 0.6);
    position: fixed;
    transition: .5s;
    margin-top: -50px;
    overflow: auto;
}

.open_close_btn {
    width: 40px;
    height: 80px;
    background-color: #000;
    color: #fff;
    right: -40px;
    top: 0;
    bottom: 0;
    margin-left: 300px;
    line-height: 80px;
    text-align: center;
    font-size: 30px;
    border-radius: 0 10px 10px 0;
    transition: transform 0.5s;*/ /* Added transition for smooth movement */
/*}

#side-menu-switch {
    position: absolute;
    opacity: 0;
}

    #side-menu-switch:checked ~ .side-menu {
        transform: translateX(-100%);
    }

    #side-menu-switch:checked ~ .open_close_btn {
        transform: translateX(-270px);*/ /* Adjust this value based on your needs */
/*}



::placeholder {
    color: black;
    opacity: 0.5; 
}

nav a {
    display: block;
    padding: 20px;
    color: #fff;
    text-decoration: none !important;
    position: relative;
    font-family: 'Noto Sans TC',sans-serif;
    font-size:17px; 
}

    nav a + a::before {
        content: '';
        position: absolute;
        border-top: 1px solid #fff;
        left: 10px;
        right: 10px;
        top: 0;      
    }
    nav a .fas {
        margin-right: -1.1em;
        transform: scale(0);
        transition: .5s;       
    }

    nav a:hover .fas {
        margin-right: 0.3em;
        transform: scale(1);
    }*/
.side-menu {
    width: 300px;
    height: 100%;
    box-sizing: border-box;
      /* padding: 50px 0;*/
    /*  background-image: linear-gradient(0deg, #427ea3, #427ea3);*/
    /* background-image: linear-gradient(0deg,#f3e1d3,#f3e1d3); */
    background-image: linear-gradient(0deg,#067d87,#03cbdb);
    display: flex;
    flex-flow: column nowrap;
    box-shadow: 5px 0px 10px rgba(17, 26, 41, 0.6);
    position: fixed;
    transition: .5s;
    margin-top: -50px;
    overflow-y: scroll;
    scrollbar-width: none;
    /* background: linear-gradient(to bottom, #874f41 0%, #ffa58e 50%, #874f41 100%);*/
    background: linear-gradient(to bottom, #000000 0%, #000000 50%, #7f55cf 100%);
}

    /* For Chrome, Safari and newer versions of Edge */
    .side-menu::-webkit-scrollbar {
        display: none;
    }


    .side-menu label {
        position: absolute;
        width: 40px;
        height: 80px;
        background-color: #000;
        color: #fff;
        right: -40px;
        top: 0;
        bottom: 0;
        margin: auto;
        line-height: 80px;
        text-align: center;
        font-size: 30px;
        border-radius: 0 10px 10px 0;
    }

#side-menu-switch {
    position: absolute;
    opacity: 0;
}

    #side-menu-switch:checked + .side-menu {
        transform: translateX(-100%);
    }

        #side-menu-switch:checked + .side-menu label .fas {
            transform: scaleX(-1);
        }

::placeholder {
    color: black;
    opacity: 0.5;
}

nav a {
    display: block;
    padding: 18px;
    color: #fff;
    text-decoration: none !important;
    position: relative;
    font-family: 'Noto Sans TC',sans-serif;
    font-size: 17px;
}

    nav a:hover {
        color: #d8c4fd !important;
    }

    nav a + a::before {
        content: '';
        position: absolute;
        border-top: 1px solid #9a9a9a;
        left: 10px;
        right: 10px;
        top: 0;
    }

    nav a .fas {
        margin-right: -1.1em;
        transform: scale(0);
        transition: .5s;
    }

    nav a:hover .fas {
        margin-right: 0.3em;
        transform: scale(1);
    }

.side-menu .dropdown {
    position: relative;
}

.side-menu .dropdown-btn {
    display: flex; 
    justify-content: space-between;
    padding: 20px 25px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}

    .side-menu .dropdown-btn::before {
        content: '';
        position: absolute;
        left: 10px;
        right: 10px;
        top: 0; /* Position at the top */
        border-top: 1px solid #9a9a9a;
    }

    .side-menu .dropdown-btn::after {
        content: '';
        position: absolute;
        left: 10px;
        right: 10px;
        bottom: 0; 
        border-bottom: 1px solid #9a9a9a;
    }


.side-menu .dropdown-content {
    display: block;
    opacity: 0;
    position: absolute;
    left: 5px;
    background-color: #6846aa;
    min-width: 285px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}

    .side-menu .dropdown-content a {
        padding: 15px;
        color: #fff;
        text-decoration: none;
        display: block;
    }

.side-menu .dropdown:hover .dropdown-content {
    opacity: 1; 
    transform: translateY(0); 
    pointer-events: auto; 
}
.side-menu .dropdown-btn .arrow-icon {
    margin-left: auto; 
    font-size: 14px; 
}


/*---------------------------Purchase Request--------------------------------*/
.pr_rqt {
    /*  margin: -30px 0px 0px -505px;*/
    text-align: center;
    display: block;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 25px;
    color: #5a29b4;
}

.sub_divcon {
    width: 1000px;
    padding: 20px;
    margin: 10px 0px 20px 175px;
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}

.common_row {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

    .common_row label,
    .common_row input {
        width: 415px;
        box-sizing: border-box;
        margin-bottom: 5px;
    }
    .common_row label {
        color: #777777;
    }

    .common_row select {
        /* width: 380px;*/
        width: 415px;
        box-sizing: border-box;
        margin-bottom: 0px;
        height: 36px;
    }

    .common_row input,
    .common_row select {
        padding: 8px;
        border: 1px solid #e2e2e2;
        border-radius: 4px;
    }

.row_flex {
    display: flex;
    gap:70px;
    
}

.btnn {
    width: 279px;
    height: 32px;
}

.button_newadd {
    position: static;
    transition: all 0.3s ease-in-out;
    /* box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2); */
    padding-block: 0.5rem;
    padding-inline: 1.25rem;
    background-color: #8359d5;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    font-weight: bold;
    border: 1px solid #ffffff4d;
    outline: none;
    overflow: hidden;
    font-size: 15px;
    margin-top: 20px;
    width: 80px;
}

    .button_newadd:hover {
        transform: scale(1.05);
        border-color: #fff9;
    }

        .button_newadd:hover::before {
            animation: shine 1.5s ease-out infinite;
        }

    .button_newadd::before {
        content: "";
        position: absolute;
        width: 100px;
        height: 100%;
        background-image: linear-gradient( 120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70% );
        top: 0;
        left: -100px;
        opacity: 0.6;
    }

@keyframes shine {
    0% {
        left: -100px;
    }

    60% {
        left: 100%;
    }

    to {
        left: 100%;
    }
}

.btn-success {
    margin-left: 700px;
}


.regdtlcontainer1 table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.regdtlcontainer1 th {
    background-color: #427ea3;
    color: white;
    padding: 12px !important;
    text-align: left;
    border: 1px solid #ddd;
}

.regdtlcontainer1 tr {
    border-bottom: 1px solid #dee2e6;
}

.regdtlcontainer1 {
    background-color: #f8f9fa;
    margin-left: 10px;
    width: 890px;
    margin-bottom: 20px;
    overflow: auto;
}

    .regdtlcontainer1 td {
        padding: 10px;
        border: 1px solid #ddd;
        text-align: left;
    }

    .regdtlcontainer1 tr:hover {
        background-color: #e2e6ea;
    }

.body_container{
    margin:45px 0px 10px 25px;
}

#reqst_txtara {
    width: 900px;
    height: 50px;
}
#remark {
    width: 900px;
    height: 50px;   
}
.sub_divcon h3 {
    font-size: 25px;
    color: #454749;
    font-family: 'Times New Roman', Times, serif;
}
#item-txt {
    width: 900px;
    height: 50px;
}
#qty-txt {
    width: 300px;
    height: 40px;
}
.small_font {
    font-size: 13px;
    color: #5b5b60;
}
.btn_add {
    margin-left: 800px;
    margin-bottom: 15px;
}
.flex_upload {
    display: flex;
    margin-left: 160px;
}
/*--------------------------------ADD Vendor--------------------------------*/
.btn_align{
    margin-left:35px;
    display:flex;   
}
.btn_align1 {
    margin-left: 315px;
    display: flex;
}
.btn_align_update {
    margin-left: 60px;
    display: flex;
}
/*--------------------------------Purchase Request Details--------------------------------*/
.div_container {
    background-color: #fff;
    min-width: 1000px;
    min-height: 228px;
    margin-left: 175px;
    padding: 20px 5px;
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    overflow: auto;
}

.regdtlcontainer table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.regdtlcontainer th {
    background-color: #fff;
    color: #000;
    padding: 8px !important;
    text-align: left;
    border-bottom: 2px solid #777474 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.regdtlcontainer {
    background-color: #f8f9fa;
    margin-left: 10px;
    margin-bottom: 20px;
}

    .regdtlcontainer td {
        padding: 10px;
        text-align: left;
        border: none !important;
    }
.regdtlcontainer tr{
    border:none;
}
    .regdtlcontainer tr:hover {
        background-color: #e2e6ea !important; 
        cursor: pointer; 
    }

    .regdtlcontainer tr:nth-child(even) {
        background-color:#fff ;
    }


    .regdtlcontainer tr:nth-child(odd) {
        background-color: #f4f4f4;
    }
/*--------------------------------Feedback--------------------------------*/
#submit {
    margin: 15px 0px 0px 500px;
}
.feedback_container {
    background-color: #fff;
    min-width: 1135px;
    min-height: 228px;
    margin-left: 155px;
    padding: 20px 15px;
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    overflow: auto;
}
/*--------------------------------Purchase Order Confirm--------------------------------*/
#poc_cnfrm_btn {
    margin: 15px 0px 0px 375px;
}
/*--------------------------------Cost Negotiation-------------------------------*/
.main_box {
    width: 119%;
    padding: 20px;
    /*  margin: 10px 0px 0px 120px;*/
    border-radius: 5px;
    box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
    background-color: #fff;
}

#Neg_confirm_btn {
    margin: 10px 0px -19px 485px;
}

#cost_neg_add_btn {
    margin: 0px 0px 0px 480px;
}
/*--------------------------------Signup-------------------------------*/
.subrow {
    display: flex
}

.mainrow {
    width: 1000px;
    margin: 70px 0px 0px 260px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    background-color: #fff;
}

.snrow {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px
}

.label_row {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    margin-left: 20px;
    justify-content: space-between;
}

    .label_row label,
    .label_row input {
        width: 215px;
        box-sizing: border-box;
        margin-bottom: 8px; /* Add margin-bottom for gap between labels */
    }

    .label_row label {
        font-size: 14px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        color: #626060;
    }

    .label_row select {
        width: 214px;
        box-sizing: border-box;
        margin-bottom: 8px;
        height: 36px;
    }

    .label_row input,
    .label_row select {
        font-size: 15px;
        padding: 6px;
        border: 2px solid #ffcbcb94;
        border-radius: 4px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

.form1 {
    margin: 70px 0px 0px 50px;
}

.signhd {
    margin-top: -180px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.btn_signup {
    font-size: 17px;
    padding: 0.5em 2em;
    border: transparent;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
    background: #dd4f67;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 230px;
}

    .btn_signup:hover {
        background: rgb(2,0,36);
        background: linear-gradient(90deg, rgb(105 24 248) 0%, rgb(246 118 119) 100%);
    }

    .btn_signup:active {
        transform: translate(0em, 0.2em);
    }

a {
    text-decoration: none;
}

.ft_login {
    margin: 18px 0px 0px 200px;
    font-size: 13px;
    font-family: system-ui;
    font-weight: 400;
}

.signbody {
    /*  background-color: #ec696e;*/
    background: linear-gradient(90deg, #ded3e1 0%, #ded3e1 100%);
}

.title_head {
    color: #fff;
    font-size: 24px;
    font-family: system-ui;
    width: 300px;
    margin: 70px 0px 0px -343px;
    letter-spacing: 1px;
}

#negotiatebutton {
    margin-left: 480px;
    margin-bottom: 30px;
}


.row {
    flex-wrap: wrap;
    margin: 6px -125px 0px 0px;
    gap: 5px;
}

    .row img {
        width: 100%;
    }

.tooltip-icon {
    cursor: pointer;
    margin-left: 5px;
    color: red;
}

#tooltip {
    display: none;
    position: absolute;
    background-color: #8ec3ffbd;
    color: #333;
    padding: 10px;
    border-radius: 5px;
    margin: 6px 0px 0px 3px;
    width: 280px;
}

.mandatory-symbol {
    color: red;
    font-size: 18px;
}
/*//////////////////*/

.tran_remk {
    display: flex;
}
/*------------------------------Ventor report----------------------------------*/

.vendor_divcon {
    width: 1150px;
    padding: 20px;
    margin: 0px 0px 0px 0px;
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    background-color: #fff;
}

.vendor_table {
    overflow: auto;
}
/*------------------------------ADD_BUDGET----------------------------------*/
.add_btn_1 {
    margin: 40px -45px 0px -65px;
}

.add_btn_2 {
    margin-left: 800px;
}

.btn_cnfm_1 {
    margin: 0px 0px 0px 250px;
}

.budget_newadd {
    padding: 2px 8px;
    background-color: #ef321d;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

    .budget_newadd:hover {
        background-color: #c31f0d;
    }
/*/////////////////////////////////////////////////////////////////choose file//////////////////////////////////////////////////////////////*/

.open-file {
    background: #8359d5;
    width: 120px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid rgb(217, 217, 217);
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 5px;
    margin-bottom: 10px;
}

.file-wrapper {
    width: 15px;
    height: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}

    .file-wrapper svg {
        width: 100%;
    }

.file-front {
    position: absolute;
    width: 100%;
    height: 70%;
    border: 2px solid rgb(0, 0, 0);
    border-bottom: 1px solid black;
    transform: skewX(-40deg);
    transform-origin: bottom right;
    background-color: white;
    transition: all 0.5s;
    bottom: 0;
}

.open-file:hover .file-front {
    height: 50%;
    transform-origin: bottom right;
    transform: skewX(-55deg);
}

.open-file:hover {
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.048);
}
/*-------------------------------------------------------------------------------------------------------------------------*/

/*----------------------------------------------Download button--------------------------------------------*/

.Download-button {
    display: flex;
    align-items: center;
    font-family: inherit;
    font-weight: 700;
    font-size: 12px;
    padding: 5px 10px;
    color: white;
    background: rgb(75 104 196);
    border: none;
    box-shadow: 0 0.7em 1.5em -0.5em rgba(59, 48, 78, 0.527);
    border-radius: 8px;
    cursor: pointer;
    position: relative;
}

    .Download-button svg {
        margin-right: 8px;
        width: 25px;
    }

    .Download-button:hover {
        box-shadow: 0 0.5em 1.5em -0.5em rgba(88, 71, 116, 0.627);
    }

    .Download-button:active {
        box-shadow: 0 0.3em 1em -0.5em rgba(88, 71, 116, 0.627);
    }

    .Download-button::before {
        content: "";
        width: 4px;
        height: 40%;
        background-color: white;
        position: absolute;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        left: 0;
        transition: all 0.2s;
    }

    .Download-button::after {
        content: "";
        width: 4px;
        height: 40%;
        background-color: white;
        position: absolute;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        right: 0;
        transition: all 0.2s;
    }

    .Download-button:hover::before,
    .Download-button:hover::after {
        height: 60%;
    }

/*----------------------Suggestions-----------------------*/

.suggestions {
    position: absolute;
    width: 900px;
    max-height: 450px;
    overflow-y: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    /*  border: 1px solid #ccc;*/
    background-color: #b7d0ff;
    z-index: 1000;
    font-size: 14px;
    margin-top: 0px;
}

.suggestions-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .suggestions-list li {
        padding: 8px;
        cursor: pointer;
        transition: background-color 0.3s;
    }

        .suggestions-list li:hover {
            background-color: #f0f0f0;
        }
/*----------------------Button Design-----------------------*/
.reject_btn {
    font-size: 14px;
    padding: 6px 15px;
    border: transparent;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    background: #FF4136; /* Use a more muted red to improve readability */
    color: #fff;
    border-radius: 4px;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

    .reject_btn:hover {
        background: #D32F2F; /* A darker shade of red for better contrast */
    }

    .reject_btn:active {
        transform: translateY(0.2em);
    }

    .reject_btn:focus {
        outline: none;
        box-shadow: 0 0 0 3px rgba(255, 65, 54, 0.4); /* Focus ring for accessibility */
    }
.return_btn {
    font-size: 14px;
    padding: 6px 15px;
    border: transparent;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    background: #007BFF; /* Blue background for Return button */
    color: #fff;
    border-radius: 4px;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

    .return_btn:hover {
        background: #0056b3; /* Darker shade of blue on hover */
    }

    .return_btn:active {
        transform: translateY(0.2em);
    }

    .return_btn:focus {
        outline: none;
        box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.4); /* Focus ring for accessibility */
    }
/*-----------------------------------------------------------------------------*/
.bud_flex{
    margin-left:100px;
    display:flex;
    gap:80px;
}
.dash_board {
    font-size: 24px;
    font-weight: bold;
    color: #754ebe;
    text-align: center;
    margin-left: 150px;
    padding: 15px;
    border-radius: 8px;
    /* background-color: #f0f0f0;*/
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
}
#Subject {
    width: 900px;
    height: 50px;
}

#delivery_address {
    width: 900px;
    height: 50px;
}

.btn_odr_cn {
    margin-left: 60px;
}
.table_pur_cn{
    overflow:auto;
}



/*   -----------------------------loading-----------------------*/
.loading-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.dot-spinner {
    --uib-size: 5.0rem;
    --uib-speed: .9s;
    --uib-color: #183153;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: var(--uib-size);
    width: var(--uib-size);
}

.dot-spinner__dot {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
}

    .dot-spinner__dot::before {
        content: '';
        height: 20%;
        width: 20%;
        border-radius: 50%;
        background-color: #fff;
        transform: scale(0);
        opacity: 0.5;
        animation: pulse0112 calc(var(--uib-speed) * 1.111) ease-in-out infinite;
        box-shadow: 0 0 20px rgba(18, 31, 53, 0.3);
    }

    .dot-spinner__dot:nth-child(2) {
        transform: rotate(45deg);
    }

        .dot-spinner__dot:nth-child(2)::before {
            animation-delay: calc(var(--uib-speed) * -0.875);
        }

    .dot-spinner__dot:nth-child(3) {
        transform: rotate(90deg);
    }

        .dot-spinner__dot:nth-child(3)::before {
            animation-delay: calc(var(--uib-speed) * -0.75);
        }

    .dot-spinner__dot:nth-child(4) {
        transform: rotate(135deg);
    }

        .dot-spinner__dot:nth-child(4)::before {
            animation-delay: calc(var(--uib-speed) * -0.625);
        }

    .dot-spinner__dot:nth-child(5) {
        transform: rotate(180deg);
    }

        .dot-spinner__dot:nth-child(5)::before {
            animation-delay: calc(var(--uib-speed) * -0.5);
        }

    .dot-spinner__dot:nth-child(6) {
        transform: rotate(225deg);
    }

        .dot-spinner__dot:nth-child(6)::before {
            animation-delay: calc(var(--uib-speed) * -0.375);
        }

    .dot-spinner__dot:nth-child(7) {
        transform: rotate(270deg);
    }

        .dot-spinner__dot:nth-child(7)::before {
            animation-delay: calc(var(--uib-speed) * -0.25);
        }

    .dot-spinner__dot:nth-child(8) {
        transform: rotate(315deg);
    }

        .dot-spinner__dot:nth-child(8)::before {
            animation-delay: calc(var(--uib-speed) * -0.125);
        }

@keyframes pulse0112 {
    0%, 100% {
        transform: scale(0);
        opacity: 0.5;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }
}



/**-----------------------------------------------Session Timeout-----------------------------------------------**/
.top {
    margin-top: 30px;
}

.container1 {
    margin: 0 auto;
    position: relative;
    width: 250px;
    height: 250px;
    margin-top: -40px;
}

.ghost {
    width: 50%;
    height: 53%;
    left: 25%;
    top: 10%;
    position: absolute;
    border-radius: 50% 50% 0 0;
    background: #ededed;
    border: 1px solid #bfc0c0;
    border-bottom: none;
    animation: float 2s ease-out infinite;
}

.ghost-copy {
    width: 50%;
    height: 53%;
    left: 25%;
    top: 10%;
    position: absolute;
    border-radius: 50% 50% 0 0;
    background: #ededed;
    border: 1px solid #bfc0c0;
    border-bottom: none;
    animation: float 2s ease-out infinite;
    z-index: 0;
}

.face {
    position: absolute;
    width: 100%;
    height: 60%;
    top: 20%;
}

.eye,
.eye-right {
    position: absolute;
    background: #585959;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    top: 40%;
}

.eye {
    left: 25%;
}

.eye-right {
    right: 25%;
}

.mouth {
    position: absolute;
    top: 50%;
    left: 45%;
    width: 10px;
    height: 10px;
    border: 3px solid;
    border-radius: 50%;
    border-color: transparent #585959 #585959 transparent;
    transform: rotate(45deg);
}

.one,
.two,
.three,
.four {
    position: absolute;
    background: #ededed;
    top: 85%;
    width: 25%;
    height: 23%;
    border: 1px solid #bfc0c0;
    z-index: 0;
}

.one {
    border-radius: 0 0 100% 30%;
    left: -1px;
}

.two {
    left: 23%;
    border-radius: 0 0 50% 50%;
}

.three {
    left: 50%;
    border-radius: 0 0 50% 50%;
}

.four {
    left: 74.5%;
    border-radius: 0 0 30% 100%;
}

.shadow {
    position: absolute;
    width: 30%;
    height: 7%;
    background: #bfc0c0;
    left: 35%;
    top: 80%;
    border-radius: 50%;
    animation: scale 2s infinite;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes float {
    50% {
        transform: translateY(15px);
    }
}

.bottom {
    margin-top: 10px;
}

/*text styling*/
.top h1 {
    font-family: "Abril Fatface", serif;
    color: #ededed;
    text-align: center;
    font-size: 9em;
    margin: 0;
    text-shadow: -1px 0 #bfc0c0, 0 1px #bfc0c0, 1px 0 #bfc0c0, 0 -1px #bfc0c0;
}

.top h3 {
    font-family: "Lato", sans-serif;
    font-size: 2em;
    text-transform: uppercase;
    text-align: center;
    color: #bfc0c0;
    margin-top: -20px;
    font-weight: 900;
}

.bottom p {
    text-align: center;
    font-family: "Lato", sans-serif;
    color: #585959;
    font-size: 0.9em;
    margin-top: -20px;
    text-transform: uppercase;
}

.search {
    text-align: center;
}

.buttons1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

/*search style*/
.search-bar {
    border: 1px solid #bfc0c0;
    padding: 5px;
    height: 20px;
    margin-left: -30px;
    width: 200px;
    outline: none;
}

    .search-bar:focus {
        border: 1px solid #d3deea;
    }

.search-btn {
    position: absolute;
    width: 30px;
    height: 32px;
    border: 1px solid #bfc0c0;
    background: #bfc0c0;
    text-align: center;
    color: #ededed;
    cursor: pointer;
    font-size: 1em;
    outline: none;
}

    .search-btn:hover {
        background: #ededed;
        border: 1px solid #ededed;
        color: #bfc0c0;
        transition: all 0.2s ease;
    }

.btn {
    background: #ff3737;
    /*   padding: 15px 20px;*/
    padding: 8px 12px;
    margin: 5px;
    color: #fff;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 1px;
    border: 0;
    cursor: pointer;
}

    .btn:hover {
        background: #c64646;
        transition: all 0.4s ease-out;
    }

#background {
    background-color: #ded3e1;
    height: 727px;
    width: 100%;
    margin-top: -30px;
    padding-top: 50px;
}

.pop_flex {
    display: flex;
    gap: 10px;
}
/*/////////////////////////////////////////Confirm Button from crf tracker/////////////////////////////*/
.confirm_btn {
    font-size: 14px;
    padding: 6px 15px;
    border: transparent;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
    background: #0fa832;
    color: white;
    border-radius: 4px;
    transition: transform 0.2s ease-in-out;
}
    .confirm_btn:hover {
        transform: scale(1.1);
    }

    .confirm_btn:active {
        transform: translate(0em, 0.2em);
    }

.btn_confirm{
    margin-left:430px;
}


.search-container {
    display: flex;
    align-items: center;
    gap: 10px; 
    margin-bottom: 15px; 
}

    .search-container label {
        font-size: 16px;
        color: #333; 
    }

    .search-container input[type="text"] {
        font-size: 14px;
        padding: 8px 12px; 
        border: 1px solid #ccc;
        border-radius: 4px; 
        width: 100%;
        max-width: 250px; 
        box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.1); 
        transition: border-color 0.2s ease, box-shadow 0.2s ease;
    }

        .search-container input[type="text"]:focus {
            border-color: #8b60dd;
            box-shadow: 0 0 5px rgba(122, 66, 244, 0.5);
            outline: none;
        }



.btn_posc{
    margin:0px 0px 0px 560px; 
}
.edit_btn_align{
    margin-left:860px;
}
.btn_add_align1{
    margin-left:820px;
}

/*------------------------------------Popup in Edit PO Request------------------------------------*/


.modal {
    display: none; 
    position: fixed;
    z-index: 1000; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0, 0, 0, 0.5); 
}

.modal-content {
    background-color: #fff;
    margin: 2% auto; 
    padding: 25px;
    border-radius: 8px;
    width: 65%; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    animation: fadeIn 0.3s ease-in-out; 
}

.close {
    color: #444141;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
    }

.modal-content label {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
    color: #747373;
}

.modal-content input {
    width: 420px;
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

    .modal-content input:focus {
        border-color: #007bff;
        outline: none;
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    }

/*.modal-content button {
    background-color: #007bff;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .modal-content button:hover {
        background-color: #0056b3;
    }*/

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
.align_flex{
    display:flex;
    gap:90px;
}

.sugg_align {
    margin: 70px 0px 0px -970px;
}

.responsive_img {
    width: 180px;
    height: 120px;
    margin-left: 55px;
    margin-top: 0px;
}
.heading_con {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 30px;
    /* background-color: #f7f3ff;*/
    background: linear-gradient(to right, #f3eeff 0%, #faf7ff 50%, #ffffff 100%);
    border-radius: 5px;
    height: 55px;
}

    .heading_con img {
        width: 35px; 
        height: 35px; 
    }

/*-----------------------Dashboard cards-----------------------*/
.cards-container {
    display: flex;
    gap: 75px;
    padding: 20px;
    justify-content: center;
    margin: 10px 0px 0px 200px;
    cursor: pointer;
}

.card {
    background: linear-gradient(135deg, #1e9e92, #47c9c0);
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    width: 220px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
}

    .card:nth-child(2) {
        background: linear-gradient(135deg, #376dd6, #57a0ef);
    }

    .card:nth-child(3) {
        /*  background: linear-gradient(135deg, #5c54a4, #7c7dbf);*/
        background: linear-gradient(135deg, #a252d7, #bc80e8);
    }

    /*.card:nth-child(4) {
        background: linear-gradient(135deg, #a252d7, #bc80e8);
    }*/

    .card:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
        text-decoration: none;
    }

.card-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.card-icon {
    background: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .card-icon.earnings::before {
        content: '\1F4B0'; 
        font-size: 20px;
    }

    .card-icon.orders::before {
        content: '\23F0'; 
        font-size: 20px;
    }

    .card-icon.profit::before {
        content: '\1F4B3'; 
        font-size: 20px;
    }

    /*.card-icon.expenses::before {
        content: '\23F3'; 
        font-size: 20px;
    }*/

.card-info {
    text-align: left;
}

.card-value {
    font-size: 20px;
    font-weight: bold;
    color: white;
    margin: 0;
}

.card-label {
    font-size: 14px;
    color: white;
    margin: 0;
    opacity: 0.8;
    width: 105px;
}

/* Brighter and glowing modal */
.bright-modal .modal-content {
    background: #fffdf0; /* very light yellow */
    border: 4px solid #ffcc00; /* bright yellow border */
    box-shadow: 0 0 25px 10px rgba(255, 204, 0, 0.6); /* strong glow */
    color: #222;
    font-weight: 600;
    animation: popIn 0.4s ease-in-out;
}

.bright-modal .modal-header {
    background-color: #fff3cd;
    border-bottom: 2px solid #ffcc00;
}

.bright-modal .modal-title {
    font-size: 20px;
    color: #d35400; /* warm highlight */
}

.bright-modal .modal-body {
    font-size: 16px;
    line-height: 1.7;
}

@keyframes popIn {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.modal-backdrop {
    position: static !important;
    background-color: #000;
}
