﻿
.card-footer-btn {
    position: absolute;
    margin-top: 75px;
    padding: -1rem 34.25rem;
}

.card-footer1 {
    padding: 0.25rem 21.25rem;
}

.slider2 {
    position: fixed;
    top: 50px;
    right: -20px;
    width: 850px;
    padding: 10px;
    transition: 50s ease-in;
    overflow: hidden;
}

.slider {
    position: fixed;
    top: 50px;
    right: -20px;
    width: 850px;
    max-width: 90%;
    padding: 5px 10px;
    transition: ease-in;
    overflow:hidden;
    overflow-y: auto; /* Change overflow to auto */
    z-index: 999;
    max-height: 90%;
}

    /* Hide scrollbar but still scrollable */
    .slider::-webkit-scrollbar {
        width: 0; /* Hide scrollbar for Chrome, Safari, and Opera */
    }

/* Hide scrollbar for Firefox */
.slider {
    scrollbar-width: none;
}

    /* Enable scrolling when needed */
    .slider > * {
        min-width: 100%; /* Ensure the content is at least as wide as the slider */
    }



.card-body{
    padding:0.75rem
}
/*hr{
    width:1380px;
}*/
body {
    /*padding-top: 50px;*/
    /*padding-bottom: 20px;*/
    /*overflow-y: hidden;*/
    background: #ffffff !important;
}

#video {
    width: 400px;
}
/*auditor page TandEAudit*/
td.action-button {
    width: 92px;
}

td > p {
    margin-bottom:0rem;
}
/*travel advance-edit*/
.blank_div {
    margin-left: 88px;
}
/*.btn-sub-can {
    display: flex;
    flex-direction: row;
    gap: 20px;
}*/
.add-del-btn {
    display: flex;
    gap: 10px;
    margin-top: 4px;
    margin-left: -50px;
}
/*login change password eye button*/
.eye{
    width:316px;
}
.eye input{
    margin-left:10px;
}

    .eye input {
        margin-left: 10px;
    }
/*hr/hr/uplode-aggrement*/
.aggrement-div{
    margin:auto;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.login-box-body, .register-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
    border-radius: 5px;
    margin: 5% auto;
}

.Login-Right {
    float: right;
    margin-right: 100px;
    margin-top: 50px;
}

.reports-menu {
    left: 0px !important;
}
/*analyticdashboard*/
i.fas.fa-sign-out-alt.export {
    rotate: 90deg;
}
/*traveldeskform*/
/*.box {
    width: 123px;
}*/
/*Loading Mask*/

.del-btn {
    border: 1px solid #cccccc;
    border-radius: 16px;
    width: 28px;
}
.del-icon {
    color: orangered;
    border: 0;
    font-size: 14px;
}
#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #4f4c56;
    z-index: 10000;
    text-align: center;
}

.new-Loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #4f4c56;
    z-index: 99;
    text-align: center;
}

#loading-image {
    position: sticky;
    top: 40%;
    left: 240px;
    z-index: 10001;
}

.login-element-center {
    text-align: -webkit-center-;
}

.Login-textbox {
    border-radius: 10px !important;
    height: 50px;
}

.inner {
    height: 100px;
    padding-top: 24px;
}
.inners {
    height: 40px;
}
.pv-align {
    text-align: left;
    padding-left: 50px
}

.Summary-right {
    width: 435px;
    margin-right: 292px;
    float: right;
}

.Signup {
    float: right;
    margin-right: 7%;
    margin-top: 3%;
}

.grey-tabs {
    background-color: grey;
}

/*Tool Tip */
/*.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}*/
#tab {
    margin-top: -20px;
}

    #tab tr td {
        border-top: none;
        box-sizing: border-box;
    }


.table-title-Center {
    text-align: center;
    background: cadetblue !important;
    font-weight: 600;
}

.table-title2-Center {
    text-align: center;
    background: #f3f36e !important;
    font-weight: 600;
}

    .table-title-Center {
        text-align: center;
        background: cadetblue !important;
        font-weight: 600;
    }
.tooltip-tems {
    display: inline-block;
    position: relative;
    border-bottom: 1px dotted #666;
    text-align: left;
    font-size: 15px;
}

    .tooltip-tems .top {
        min-width: 200px;
        max-width: 400px;
        top: 25px;
        left: 60%;
        top: -20px;
        transform: translate(0%,-68%);
        padding: 5px 20px;
        color: #ffffff;
        /*background-color: #6c757d;*/
        background-color: #001f3f;
        font-weight: normal;
        font-size: 14px;
        line-height: 13px; /*Ashwini k*/
        margin-top: 19px; /*Ashwini k*/
        padding-top: 0px; /*Ashwini k*/
        border-radius: 8px;
        position: absolute;
        z-index: 99999999;
        box-sizing: border-box;
        /*box-shadow: 0 1px 8px rgba(108,117,125,1);*/
        box-shadow: 0 1px 8px rgba(0,0,0,0.5);
        display: none;
        word-wrap: break-word;
    }

        .tooltip-tems h3 {
            margin: 12px 0;
        }

        .tooltip-tems .top {
            min-width: 200px;
            max-width: 400px;
            top: 25px;
            left: 60%;
            top: -20px;
            transform: translate(0%,-68%);
            padding: 5px 20px;
            color: #ffffff;
            /*background-color: #6c757d;*/
            background-color: #001f3f;
            font-weight: normal;
            font-size: 14px;
            line-height: 13px; /*Ashwini k*/
            margin-top: 19px; /*Ashwini k*/
            padding-top: 0px; /*Ashwini k*/
            border-radius: 8px;
            position: absolute;
            z-index: 99999999;
            box-sizing: border-box;
            /*box-shadow: 0 1px 8px rgba(108,117,125,1);*/
            box-shadow: 0 1px 8px rgba(0,0,0,0.5);
            display: none;
            word-wrap: break-word;
        }

        .tooltip-tems:hover .top {
            display: block;
        }

        .tooltip-tems .top i {
            position: absolute;
            top: 100%;
            left: 30%;
            margin-left: -15px;
            width: 30px;
            height: 15px;
            left: 50%;
            /*transform: translate(-50%,-50%) rotate(45deg);
            background-color: #6c757d;
            box-shadow: 0 1px 8px rgba(0,0,0,0.5);*/
        }

           /* .tooltip-tems .top i::after {
                content: '';
                position: absolute;
                width: 15px;
                height: 15px;
                left: 50%;
                transform: translate(-50%,-50%) rotate(45deg);
                background-color: #6c757d;
                box-shadow: 0 1px 8px rgba(0,0,0,0.5);
            }*/

    .Login-image {
        background-image: url(/img/Login_Bg4.jpg);
        width: calc(100% - 560px);
        background-repeat: no-repeat;
        z-index: 1;
        height: 687px;
        float: left;
    }

    /* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
    .dl-horizontal dt {
        white-space: normal;
    }

    /* Set width on the form input elements since they're 100% wide by default */
    input,
    select,
    textarea {
        max-width: 320px;
    }

    Login-Title {
        font-size: xx-large;
        color: #290303;
        font-weight: 100;
    }

    login-logo {
        font-size: 2.4rem;
        font-weight: 300;
        margin-bottom: .9rem;
        text-align: center
    }

    .my-custom-scrollbar {
        position: relative;
        height: 200px;
        overflow: auto;
    }

    .table-wrapper-scroll-y {
        display: block;
    }

    .bold {
        font-weight: 600;
    }

    .margin10 {
        padding: 10px;
    }



.itemtables th, .itemtables td {
    text-align: center;
    vertical-align: middle;
}

.btn-secondary:focus {
    background-color: #6c757d;
    box-shadow: 0px 0px 3px #35597D;
}

.btn-secondary {
    background-color: #6c757d;
    color: white;
}

    .btn-secondary:hover {
        background: linear-gradient(to left, #424242 50%, #6c757d 50%) right center / 200%;
        transition: all 0.5s ease-out 0s;
    }

    .top {
        border: solid 1px black;
        line-height: 20px !important;
        padding-top: 10px;
        opacity: 0.9 !important;
    }


    .col-md-3.expense-heading-input {
        position: relative;
       
        right: 78px;
    }

    .expense-heading-lable {
        position: relative;
  
        font-size: 14px;
        left: 14px;
    }


    .costCenter-fullDiv {
        display: flex !important;
        justify-content: space-around !important;
        font-size: 14px;
        position: relative;
        align-items: center; 
        right:5%;
        
    }

    .general-expense-table {
        height: 280px;
    }

    .header {
        position: relative;
        top: 30px;
    }

    .submit-position {
        position: relative;
        bottom: 184px;
        right: 212px;
    }

.titleName {
    position: relative;
    bottom: 176px;
    right: 41px;
}

.uplode-expense-button {
    text-align: center;
    padding-bottom: 70px;
    position: relative;
    left: 677px;
    bottom: 216px;
    max-width: auto;
}

.expense-heading-input2 {
    position: relative;

}

    /*new changes*/

   .fstdropdown {
    width: 100% !important; 
    max-width: 319px; 
    }

    .hand-cursor {
        cursor: pointer;
    }

    .required {
        color: red;
    }

    .hover:hover {
        font-weight: bold;
    }

    .btn-delete {
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
        font-size: inherit;
    }
.red-underline {
    text-decoration: none;
    position: relative;
}

.red-underline-text {
    border-bottom: 3px solid red;
}
.drag-area {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .drag-area.active {
        border: 2px solid #fff;
    }

    .drag-area .icon {
        font-size: 100px;
        color: #fff;
    }

    .drag-area header {
        font-size: 30px;
        font-weight: 500;
        color: #161010;
    }

    .drag-area span {
        font-size: 25px;
        font-weight: 500;
        color: #161010;
        margin: 10px 0 15px 0;
    }

    .drag-area button {
        padding: 10px 25px;
        font-size: 20px;
        font-weight: 500;
        border: none;
        outline: none;
        background: #fff;
        color: #5256ad;
        border-radius: 5px;
        cursor: pointer;
        transition: all 0.5s;
    }

        .drag-area button:hover {
            background: rgb(228, 220, 220);
        }

    .drag-area img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 5px;
    }

    @media only screen and (max-width:512px) {
        .sidebar-hidden {
            display: none;
        }

        .amount {
            margin-right: 29px !important;
        }

        .expense-heading-lable {
            position: relative;
            left: -5px;
            width: 245px;
        }

    .expense-heading-lable {
        position: relative;
        left: -5px;
        width: 245px;
    }

    .col-md-3.expense-heading-input {
        position: relative;
        top: 25px;
        left: -5px;
        width: 204px;
    }

    input#OpenImgUpload {
        margin-bottom: 10px;
        position: relative;
        right: -4px;
        width: 188px;
    }

    /*input#btnaddexpense {
            position: relative;
            bottom: 219px;
            right: 550px;
        }*/
    .uplode-expense-button {
        position: relative;
        bottom: 400px;
        left: -46px;
    }

    .cost-lables {
        text-align: left !important;
        padding-top: 4px;
    }

    .viewCost-lables {
        text-align: left !important;
        margin-top: 10px;
    }

    .upload-image {
        border: solid;
        width: 312px !important;
        right: 7px;
    }

    .resimpgpre {
        bottom: 368px !important;
        display: flex;
        gap: 15px;
    }

    .resinvoiceinfo {
        right: 7px;
        width: 315px;
    }

    .general-expense-table {
        height: 0px;
    }

    .resaddexpensebtn {
        bottom: 370px !important;
        left: 5px;
    }

    .header {
        margin-top: 115px
    }

    div#AddOrViewRequest {
        position: relative;
        bottom: 436px;
        width: 329px;
        padding: 25px;
        left: -47px;
    }

        div#ViewRequest {
            width: 297px;
            bottom: 123px !important;
            top: -430px !important;
            left: 28px !important;
        }

        table#tbl_report11 {
            width: 365px;
        }

        .genAddexpense {
            position: relative;
            bottom: 30px
        }

        .tableres {
            display: block;
            width: 100%;
            overflow-x: auto;
            -webkit-overflow-scrolling: initial;
            overflow: scroll;
        }

        .tableresp {
            display: block;
            width: 100%;
            overflow-x: auto;
            -webkit-overflow-scrolling: initial;
            overflow: scroll;
        }
        /*login change password eye button*/
        .eye {
            width: 218px;
        }

        /*new changes*/
        .mobile-width {
            width: 303px !important;
            margin-left: -16px;
        }

        .reset-btn-mobile {
            position: relative;
            right: 190px;
        }

        .update-btn-mobile {
            position: relative;
            right: 64px;
        }

        .pass-title {
            margin-left: 20px;
        }

        .user-name {
            font-size: 5px !important;
        }

        .add-btn-mobile {
            position: relative;
            left: 215px;
            top: 10px;
        }

        .remove-btn-mobile {
            position: relative;
            left: 211px;
            top: 10px;
        }

        .lang-input {
            margin-left: -10px;
            float: left !important;
        }

        .profile-font {
            font-size: 13px;
            margin-left: -59px;
        }

        .share-btn {
            margin-top: 5px;
        }

        input#btnsubmit {
            margin: 10px 0;
        }

        .btnsubmit {
            position: relative;
            bottom: 131px;
            left: 69px;
        }

        .col-md-3.expense-heading-input2 {
            right: 279px;
            top: 47px;
            position: relative;
            width: 201px !important;
        }

        .modal-content {
            width: 342px !important;
        }

        .center-approvebtn {
            margin: auto !important;
        }

        input#btnUpload {
            margin-top: 10px;
        }

         .update-btn-responsive {
        position: relative;
        right: 573px;
        /*width:200px !important;*/
    }

    .mobile-view-card {
        width: 300px !important;
        border: solid red;
    }
    /* dashboard card*/
    h4.request-info-title {
        font-size: 13px !important;
    }

    .dshbrd-card {
        flex: 0 0 50%;
        max-width: 50% !important;
        height: 167px;
        margin-top: 10px;
    }

    .inside-card {
        height: 162px;
    }

    .language-title-res {
        border: solid red;
        text-align: center !important;
        font-size: 24px;
    }

    .in-card {
        height: 77px;
    }

    .card-heading {
        position: relative;
        right: 22px;
        bottom: 28px;
    }

    .travel-icon svg {
        bottom: 21px;
        width: 40px;
        height: 30px;
        position: relative;
        right: 3px;
    }

    .num {
        font-size: 20px !important;
        position: relative;
        bottom: 41px;
    }

    .nav-tabs .nav-item {
        width: 100%;
        text-align: center;
    }

    .Login-image {
        width: 50% !important;
    }

    .danger-btn-res {
        margin-top: 12px;
        margin-left: 8px;
    }

    .company-name {
        margin-left: 4px;
    }

    .script-section-flex {
        display: flex;
        flex-direction: column;
    }

    div#language-title-res {
        border: solid red;
        text-align: center !important;
        font-size: 24px;
    }

    #ImageCapture {
        margin-top: 10px;
        margin-left: 8px;
    }
}

.cityDropdown {
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    background-color: #fff;
    height: 100px; /* Adjust the max-height as needed */
    overflow-y: auto;
    width: 320px;
    z-index: 100;
}

    .cityDropdown li {
        padding: 8px 12px;
        cursor: pointer;
    }

        .cityDropdown li:hover {
            background-color: Highlight;
        }

        .cityDropdown li:last-child {
            border-bottom: none;
        }

textarea#justification {
    width: 100%;
}
#Addnewactivitybtn {
    background-color: #F15A24; /* Button background color */
    color: white; /* Text color */
    border: none; /* Remove any default borders */
    padding: 6px; /* Adjust padding as needed */
    font-size: 16px; /* Adjust font size as needed */
    border-radius: 5px; /* Optional: Add rounded corners */
    cursor: pointer; /* Change cursor to pointer on hover */
    display: inline-flex; /* Align icon and text properly */
    align-items: center; /* Vertically center the icon */
    justify-content: center; /* Center the text and icon */
}

    #Addnewactivitybtn i {
        margin-left: 8px; /* Space between text and icon */
        color: white; /* Icon color */
    }

#calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
    padding: 20px;
    background-color: #f1f1f1;
}

.weekday {
    font-weight: bold;
    text-align: center;
     background-color: #343a40;
    color: white;
}

.day {
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    height: 100px;
    position: relative;
}

.day-header {
    font-weight: bold;
    margin-bottom: 5px;
}

.task {
    position: relative;
    bottom: 5px;
    left: 5px;
    font-size: 12px;
    background-color: #bbf7c3;
    color: #000000;
    padding: 3px 5px;
    border-radius: 3px;
    height: 80%;
    text-align:center;
}

.no-data {
    position: relative;
    bottom: 5px;
    left: 5px;
    font-size: 17px;
    background-color: #FECACA;
    color: #000000;
    padding: 3px 5px;
    border-radius: 3px;
    height: 80%;
    font-weight: bold;
    text-align:center;
}
.task-content {
    font-size:17px;
    font-weight:bold;
}
.created-on {

    font-weight: bold;
}
.divider {
    grid-column: span 7; /* This makes the divider span across all 7 columns */
    border-bottom: 2px solid #0078d4; /* You can adjust the thickness and color */
}
/* Hide the default tooltip */
/* Hide the default browser tooltip */
.showtooltiptitle {
    position: relative;
    cursor: pointer; /* Ensure it shows a pointer cursor */
}

    .showtooltiptitle::after {
        content: attr(title); /* Use the title attribute for the tooltip text */
        position: absolute;
        bottom: 125%; /* Adjust this value to position the tooltip */
        left: 50%;
        transform: translateX(-50%);
        background-color: #333;
        color: #fff;
        padding: 5px;
        border-radius: 5px;
        white-space: nowrap;
        opacity: 0;
        pointer-events: none; /* Ensure it doesn't interfere with click events */
        transition: opacity 0.3s;
        font-size: 12px;
        z-index: 10;
    }

    /* Show the tooltip when hovering over the button */
    .showtooltiptitle:hover::after {
        opacity: 1;
    }
#suggestions {
    background-color: white;
    border: 1px solid #ccc;
    max-height: 150px;
    overflow-y: auto;
    width: 90%; /* Make it the same width as the input box */
    padding-left: 0; /* Remove default padding */
    margin-top: 2px; /* Adjust margin */
}

    #suggestions li {
        padding: 8px 12px;
        cursor: pointer;
    }

        #suggestions li:hover {
            background-color: #f0f0f0;
        }

@media only screen and (max-width:960px) and (min-width:513px) {
    .genAddexpense {
        width: 114px;
        margin-left: -13px;
    }

    .expense-heading-lable {
        font-size: 12px;
    }

    .col-md-3.expense-heading-input {
        position: relative;

        left: -5px;
        width: 204px;
    }

    /*input#btnaddexpense {
            position: relative;
            bottom: 219px;
            right: 550px;
        }*/

    .uplode-expense-button {
        display: flex;
        flex-direction: row;
        position: relative;
        left: 570px;
        text-align: center;
        margin-top: 10px;
    }

    .cost-lables {
        text-align: right !important;
        position: relative;
    }

    .viewCost-lables {
        text-align: left !important;
        margin-top: 10px;
    }

    .upload-image {
        /*  border: solid;
        width: 312px !important;
        right: 7px;
   */
    }

    .resimpgpre {
        /*    bottom: 368px !important;
        display: flex;
        gap: 15px;
*/
    }

    .resinvoiceinfo {
        right: 7px;
        width: 315px;
    }

    /*.general-expense-table {
        height: 570px;
    }
*/
    .resaddexpensebtn {
        /*bottom: 443px !important;
        right: 10px;
   */
    }

    .header {
        /*margin-top: 100px*/
    }

    div#AddOrViewRequest {
        right: 19px;
        font-size: 12.7px;
    }

    div#idempname {
        /*    position: relative;
        bottom: 278px;
        right: -68px;
        font-size: 14px;
        width: 119px;
  */
    }

    label.expenseTitlemediaquery {
        position: relative;
        width: 200px;
        left: 1px;
        font-size: 16px;
    }

    input#btnsubmit {
        margin-right: -50px;
        position: relative;
        top: 0px;
    }

    div#ViewRequest {
        display: flex;
        align-items: center;
    }

    table#tbl_report11 {
        position: relative;
        left: 7px;
        width: 98%;
    }

    .tableres {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: initial;
    }

    td.titleName {
        position: relative;
        left: 10px;
    }
   
    /* travel-expense*/
}

@media only screen and (max-width:1200px) and (min-width:961px) {
    .uplode-expense-button {
        display: flex;
        flex-direction: row;
    }

    .col-md-3.expense-heading-input {
        position: relative;
        right: 15px;
    }

    div#AddOrViewRequest {
        position: absolute;
        padding: 65px;
        left: 20px;
    }
}

@media only screen and (max-width:1657px) and (min-width:1127px) {
    .tableresp {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: initial;
    }
    /*    .tableres {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: initial;
    }*/
}
/*zoom form 125-150 pre-travel table..*/
@media only screen and (max-width:1230px) and (min-width:577px) {
    .tableresp {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: initial;
    }

    .tableres {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: initial;
    }
}

@media only screen and (max-width:1024px) and (min-width:257px) {
    textarea#justification {
        width: 209px !important;
    }
}

@media only screen and (max-width:615px) and (min-width:154px) {
    textarea#justification {
        width: 209px !important;
    }
}
/*media Query use form general expense page after zoom more than 150%, only for input*/
@media only screen and (max-width:2605px) and (min-width:1657px) {
    .col-md-3.expense-heading-input {
        right: 147px;
        bottom: -20px;
    }

    .fstdiv {
        width: 76.5% !important;
    }

    .fstdropdown > .fstselected {
        display: flex;
        align-items: center;
        height: 37px;
    }
}

/*media Query use form general expense page select option place of supply*/
@media only screen and (max-width:1550px) and (min-width:1465px) {
    .fstdiv {
        width: 96.5% !important;
    }

    .fstdropdown > .fstselected {
        display: flex;
        align-items: center;
        height: 37px;
    }
}
/*media Query use form general expense page button command lables*/

@media only screen and (max-width:764px) and (min-width:512px) {
    .cost-lables {
        position: relative;
        right: 270px;
    }

    .resdprtmentName {
        position: relative;
        right: 235px;
    }

    div#AddOrViewRequest {
        position: relative;
        left: 21px;
        bottom: 440px;
    }

    .general-expense-table {
        height: 600px;
    }

    .uplode-expense-button {
        display: flex;
        flex-direction: column;
        gap: 12px;
        bottom: 240px;
        left: 10px;
    }

    label.expenseTitlemediaquery {
        bottom: 200px;
    }

    td.titleName {
        bottom: 376px;
    }

    div#ViewRequest {
        bottom: 350px !important;
        left: 38px !important;
    }
}
/*for on employee page request title*/
@media only screen and (max-width:1024px) {
    .col-md-3.expense-heading-input {
        position: relative;
        right: 10px;
    }
}

@media only screen and (max-width:6144px) and (min-width:4048px) {
    .col-md-3.expense-heading-input {
        position: relative;
        right: 755px;
    }
}

/*for Eye and Delete Buuton Overlapping*/
.overlap-eye {
    display: flex;
    gap: 3px;
    border: 1px !important;
}

.left-align {
    text-align: left;
}

.right-align {
    text-align: right;
}

.spacer {
    margin-top: 90px; /* Adjust to your desired space */
}

.left-align {
    margin-left: 65px;
}
/* Add this CSS to make the entire dropdown area clickable */
.dropdown-wrapper {
    position: relative;
    cursor: pointer;
}

/* Style the dropdown to appear clickable */
#ddlexpensetype {
    position: relative;
    z-index: 1; /* Ensure the dropdown is above other elements */
}

    /* Ensure the dropdown appears above other content when open */
    #ddlexpensetype:focus {
        z-index: 2;
    }

.td-display {
    display: block;
    width: 109%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.comment-in-next-line {
    white-space: pre-line;
}

.comment-event-font {
    font-style: italic;
}
.warning-forUnsettled-amount {
    border-bottom: 5px solid yellow;
    display: inline-block;
    width: 100%;
}
.paymentid {
    color: black;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.status-rejected-expired {
    color: #fff;
    background-color: #EF5350;
    width: 67px;
}
.status-inprogress {
    color: #fff;
    background-color: #EA8640;
    width: 67px;
}
.status-draft {
    color: #fff;
    background-color: #FFBF00;
    width: 67px;
}

.upload-plusbutton {
    margin-left: -40px; 
    position: relative;
    top: 5px; 
    right: 169px;
}
.Editupload-plusbutton {
    margin-left: -36px;
    position: relative;
    top: -11px;
    right: 169px;
}

.general-cancelbutton {
    text-align: left;
    position: absolute;
    top: 500px;
    right: -90px;
}
.general-updatecancelbutton {
 text-align:left; 
 position:absolute;
 top:363px;
 right:140px;
}

.general-addexpense {
    text-align:left; 
    position:absolute;
    top:500px;
    right:48px;
}
.general-updateexpense {
    text-align:left; 
    position:absolute;
    top:363px;
    right:310px;
}

.img-alignment {
    height:450px;
    max-width: 68.66%;
    background-color: #F8FAFC;
    overflow: hidden;
    position: absolute;
    top: 0px; 
    left:182px;
    padding: 15px; 
}
.editimg-alignment {
    height:74%;
    max-width: 90%;
    background-color: #F8FAFC;
    overflow: hidden;
    position: absolute;
    top: 77px; 
    left:-7px;
    padding: 15px; 
}

.file-item-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.file-item {
    display: flex;
    align-items: center;
}

.file-icon {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.file-name {
    margin-right: 10px;
    cursor: pointer;
}

.file-buttons {
    margin-left: auto;
}

.view-icon,
.delete-icon {
    margin-left: 10px;
    cursor: pointer;
}

    .view-icon:hover,
    .delete-icon:hover {
        color: blue;
    }

.container {
    text-align: left;
    height: 550px;
}


.upload-image-preview embed {
    width: 100%;
    height: 100%;
}

.zoomed {
        transform: scale(2); 
transition: transform 0.3s ease;
        
    }

    .upload-image-preview {
        transition: transform 0.3s ease;
        max-width: 100%; 
       
    }

    .upload-image-preview.zoomed {
            transform: scale(2); 
}

.upload-image {
    width: 100%;
    height: 506px;
    overflow: hidden;
    border: 1px solid black;
}


#preview img {
    height: 100px;
    width: 130px;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* Custom CSS to change active tab color */
.nav-tabs .nav-link.active {
    background-color: #6c757d;
    color: white;
}
.new-class-forgeneral {
    max-height: none;
    overflow: hidden;
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.imagePreviewforvirtual {
    margin-top: 77px;
    height: 400px;
    max-width: 93%;
    margin-left: -20%;
}

.label-spacing {
    margin-left: 15px;
    font-weight: normal !important;
}
.direct-comment-text {
    border-radius: .3rem;
    background: #d2d6de;
    border: 1px solid #d2d6de;
    color: #444;
    margin: 5px 0 0 50px;
    padding: 5px 10px;
    position: relative;
}
.info-tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    max-width: 207px; /* Adjust as needed */
}

    .info-tooltip .info-dots {
        display: inline-block;
        cursor: pointer;
        margin-left: 1px;
    }

    .info-tooltip .info-tooltip-text {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        border: 1px solid #ccc;
        padding: 10px;
        z-index: 1;
        white-space: pre-wrap;
        margin-left: -173px;
        max-width: 350px;
    }

    .info-tooltip:hover .info-tooltip-text {
        display: block;
    }




.tooltip-temsmodel {
    display: none;
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px;
    color: #ffffff;
    /*background-color: #6c757d;*/
    background-color: #001f3f;
    font-weight: normal;
    border-radius: 4px;
    white-space: nowrap;
    z-index: 1;
    width: max-content;
    margin-left: 40px;
    font-weight: normal;
    font-size: 14px;
    line-height: 13px;
    box-sizing: border-box;
    box-shadow: 0 1px 8px rgba(0,0,0,0.5);
    position: absolute;
    opacity: 0.9;
}

.count:hover .tooltip-temsmodel {
    display: block;
}

.count {
    text-decoration: underline;
    color: blue;
    cursor: pointer; 
    position: relative; 
}

/* Optional: Style for the tooltip text */
.topmodel {
    font-size: 14px;
    font-weight: normal;
   
}
.tdstyle {
    width: 99%;
    height: 55px;
}
#additionalAttachment,
#note {
    height: 80px; /* Adjust this height according to your preference */
}

.input-group {
    width: 100%;
}

textarea#note {
    resize: none; /* Prevent the note section from being resized by the user */
}
.future-day {
    position: relative;
    bottom: 5px;
    left: 5px;
    font-size: 17px;
   
    color: #000000;
    padding: 3px 5px;
    border-radius: 3px;
    height: 80%;
    font-weight: bold;
    background-color: #c0bebe;
    color: white; /* Make text white for better visibility */
}
/* Styling for the custom tooltip */
.custom-tooltip {
    visibility: hidden;
    background-color: gray;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    font-size: 10px;
    position: absolute;
    top: -130%; /* Moves the tooltip above the truncated name */
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 1;
}

    .custom-tooltip::after {
        content: '';
        position: absolute;
        bottom: -5px; /* Arrow will appear below the tooltip */
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: black transparent transparent transparent;
    }


    /*css added by Achal */
    
#expensesummurymodel .modal-dialog {
    max-height: none;
    overflow-y: auto !important;
}

 #ExpenseDetailsmodal .modal-dialog {
        max-height: none;
        height: auto;
    }


.excel-icon-link {
    display: inline-block;
    text-decoration: none; 
}


.download-link .tooltip-text {
    visibility: hidden;
    width: 200px; 
    background-color: #001f3f;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    padding: 8px;
    position: absolute;
    z-index: 20;
    bottom: 100%; 
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    white-space: nowrap;
    margin-bottom: 10px; 
}

.download-link:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.tooltip-container {
    position: relative;
}

.tooltip-tems:hover .top {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(-5px); 
}


.tooltip-tems .top i {
    position: absolute;
    top: 100%; 
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #001f3f transparent transparent transparent;
}

.tooltip-container::after {
   
    visibility: hidden;
    background-color: #001f3f;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 85%; 
    left: 110%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    white-space: nowrap;
}

.tooltip-container:hover::after {
    visibility: visible;
    opacity: 1;
}

.select2-container--default .select2-selection--single {
    height: auto !important;
}



.modal-body {
    overflow-y: auto !important;
}




.table.table-condensed.tableres td,
.table.table-condensed.tableres th {
    border: none;
    padding: 8px;
}




.shadowforcard {
    border: 9px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    overflow: hidden;
}


/*.section3-wrapper .nav-tabs {
    border-bottom: 2px solid #009378;
    width: 800px; 
}
*/

.expensesummary-model {
    background-color: #3bbac0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    padding: 15px;
}
.expensesummaryheader {
     display: flex; 
         align-items: center; 
         justify-content: space-between; 
         width: 100%; 
         margin-top: 10px; 
         box-sizing: border-box; 
         padding: 0 10px;
}