html,
body {
    height: 100%;
    align-items: center;
    vertical-align: middle;
    background-color: #f5f5f5;
}
footer {
    margin-top: 30px;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    position: unset;
}

.main {
    height: 100%;
    width: 100%;
    display: table;
}

.wrapper {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.spacing1 {
    padding-top: 1vh;
}

.spacing2 {
    padding-top: 3vh;
}

.spacing3 {
    padding-top: 5vh;
}

.spacing4 {
    padding-top: 7vh;
}

.spacing5 {
    padding-top: 9vh;
}

.intro {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #161616;
    transition: 1s;
}

.logo-header {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #ffffff;
}

.logo {
    position: relative;
    display: inline-block;
    bottom: -20px;
    opacity: 0;
}

    .logo.active {
        bottom: 0;
        opacity: 1;
        transition: ease-in-out 0.5s;
    }

    .logo.fade {
        bottom: 150px;
        opacity: 0;
        transition: ease-in-out 0.5s;
    }


.login-main-img {
    left: 50%;
}

.btn-sign-out {
    display: flex;
    align-items: flex-end;
}
.nav-logo {
opacity:1;
transition:0.3s;
}
    .nav-logo:hover {
    opacity:0.8;
    }

.btn-logout {
    background-color: #aaaaaa;
    border-radius: 10px;
    width: 100%;
    border: none;
    color: black;
    transition:0.3s;
}
    .btn-logout:hover {
    opacity:0.7;
    }

.center {
    margin-left: auto;
    margin-right: auto;
}

.form-signin {
    max-width: 1000px;
}

.login-form {
    margin: auto;
    width: 30%;
    border: 1px solid #ddd;
    padding: 40px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    position: relative;
}

    .login-form .form-control {
        margin-top: 5px;
        margin-bottom: 5px;
    }

.hline {
    padding-top: 10px;
    border-bottom: 3px solid white;
    width: 100%;
}

.top-row {
    padding-left: 50px;
}

.bottom-row {
    padding-right: 50px;
    padding-left: 50px;
}

.p2-table {
    min-height: 600px;
    width: 90%;
    margin: auto;
    background-color: ghostwhite;
    border-radius: 8px;
    border: 1px solid #bbb;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    .p2-table .header {
        border-bottom: 1px solid black;
    }

    .p2-table .left-border {
        border-left: 1px solid rgb(231, 231, 231);
    }

    .p2-table .btn-hover:hover {
        background-color: rgb(194, 194, 194);
    }

.green-color {
    color: green;
}

.myModal {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
    transition: 0.5s;
}

.my-modal-content {
    padding: 20px;
    box-shadow: 0 5px 8px 0 rgb(0 0 0 / 20%), 0 7px 20px 0 rgb(0 0 0 / 20%);
}

#mainContent {
    transition: opacity 0.5s;
    opacity: 0;
}

.gap-row {
    border-left: 1px solid rgb(231, 231, 231);
    width: 100%;
}

.btn {

}

.btn-hover {
    cursor: pointer;
}

.btn-cancel {
    width: 100%;
    border-radius: 30px;
    float: right;
}

.btn-hover:hover {
    background-color: black;
}

.p2-bottom-buttons {
    text-decoration: none;
    color: #212529;
}

    .p2-bottom-buttons:hover {
        color: #9e9e9e;
        cursor: pointer;
    }


.tempImg {
    position: absolute;
    left: 10vw;
    top: 25vh;
    visibility: hidden;
}

.download {
    visibility: hidden;
}
.lst-img {
    width: 100%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

/*Eplorer Content*/
.explorer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: 80%;
}
.explorer-content {
    padding:3%;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2), 0 7px 20px 0 rgba(0,0,0,0.2);
}

.exp-btn-size.flex-center {
    
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    text-decoration: none;
    color: black;
    opacity:0.7;
    transition:0.3s;
}
.exp-btn-size.flex-center:hover {
    opacity:1;
    cursor:pointer;
}
.file-explorer-form-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}


.form-control {
    border:1px solid #212529 ;
    
}
.registration-form {
    padding: 50px 0;
}
    .registration-form.input {
        border:black;
    }

    .registration-form form {
        background-color: #fff;
        max-width: 600px;
        margin: auto;
        padding: 50px 70px;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
    }

    .registration-form .form-icon {
        text-align: center;
        background-color: #5891ff;
        border-radius: 50%;
        font-size: 40px;
        color: white;
        width: 100px;
        height: 100px;
        margin: auto;
        margin-bottom: 50px;
        line-height: 100px;
    }
        .registration-form .form-icon .cancel {
            text-align:end;
        }

        .registration-form .item {
            border-radius: 3px;
            margin-bottom: 25px;
            padding: 10px 20px;
        }

.form-group.new-proj-check {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
}
@media (max-width: 576px) {
    .registration-form form {
        padding: 50px 20px;
    }
}


/*Existing Project*/
table td,
table th {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.card {
    border-radius: .5rem;
}

.mask-custom {
    background: ghostwhite;
    border-radius: 2em;
    backdrop-filter: blur(25px);
    border: 2px solid rgba(255, 255, 255, 0.05);
    background-clip: padding-box;
    box-shadow: 10px 10px 10px rgba(46, 54, 68, 0.03);
}
.existing-file-btn {
    background-color: #188eff;
    border-radius: 30px;
    width: 50%;
    border: none;
    color: white;
}
.delete-file-btn {
    background-color: #cf040b;
    border-radius: 30px;
    width: 50%;
    border: none;
    color: white;
}

/*AnalyzeInputData*/
.analyzeinputdata {
    background-color: white;
    padding: 1%;
    padding-left: 2%;
    padding-right: 2%;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2), 0 7px 20px 0 rgba(0,0,0,0.2);
}

#bottom-rb-label {
    font-size: large;
}

.rb-info {
    color: rgb(255, 255, 255);
    font-weight: 500;
}


/**Download Excel File**/
.download-excel {
    cursor: pointer;
    opacity: 1;
    transition: 0.3s;
}

    .download-excel:hover {
        background-color: #e6e6e6;
    }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.custom-button {
    background-color: #007aff; /* iMessage blue */
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
}

.custom-button-2 {
    background-color: #2d8cf1; /* iMessage blue */
    color: #fff;
    border: none;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 14px;
}

.clickable {
    display: inline-block;
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
    
    text-align: center;
    text-decoration: none;
    border-radius: 0.25rem;
    transition: background-color 0.3s ease;
}

    .clickable:hover {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); /* add a box shadow */
        background-color: transparent; /* remove the background color */
    }

.back-icon {
    display: inline-block;
    font-size: 1.5rem;
    color: #007bff;
    margin-right: 1rem;
    vertical-align: middle;
    cursor: pointer;
}
.dialog-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border: 1px solid black;
    padding: 10px;
    z-index: 10000;
}

.dialog-hide-nav .navbar,
.dialog-hide-footer .footer {
    display: none;
}
