@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

      * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }

   

   html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }
body{ margin:0; padding:0;     font-family: "Roboto", sans-serif; background:#fff; }
a{ margin:0; padding:0; text-decoration:none !important;  outline:none !important; -moz-transition:.4s; -webkit-transition:.4s; -ms-transition:.4s; -o-transition:.4s; transition:.4s;}
a:hover{ color:#333;}
::selection{ background:#1f29eb; color:#fff;}
::-moz-selection{background:#1f29eb; color:#fff;}
::-webkit-selection{background:#1f29eb; color:#fff;};
img{ max-width:100%; height:auto;}
ul{ margin:0; padding:0; list-style-type:none;}
li{ margin:0; padding:0;}

h1, h2, h3, h4, h5, h6{ margin:0; padding:0;    font-family: "Roboto", sans-serif;}

input, select, button{outline:none !important;}



.loginMainWrapper{
background: #eceff8;
height: 100vh;
.mainLoginWrapper{
background: #fff;
    overflow: hidden;
    border-radius: 0px;
    display: flex;

    height: 100vh;
    .txtLoginAllMain{
        width: 50%;
        display: flex;
justify-content: center;
        flex-direction: column;
        align-items: center;
        button{
            width: 100%;
            height: 55px;
            border-radius: 0px;
                    background: #060944 ;
                    border: none;
                    color: #fff;
                    transition: 0.4s;
font-size: 16px;
cursor: pointer;
&:hover{
  background: dodgerblue;
}

        }
        .fieldMainWrapper{
max-width: 356px;
        width: 100%;
       img{
            width: 149px;
  margin-bottom: 28px;
        }

        }
 

        .emailMainWrapper{
background: #fff;
        border: 1px #ddd solid;
        width: 100%;
        display: flex;
        justify-content: space-between;
        height: 47px;
        border-radius: 0px;
        overflow: hidden;
        align-items: center;
        padding-right: 10px;
            padding-left: 15px;
            margin-bottom: 20px;
        i{
            font-size: 15px;
            color: #ddd;

        }
            input{
   border: none;
          width: 100%;
          font-size: 14px;
          color: #333;
          box-shadow: none;
          outline: none;
          padding: 14px 0px;

            }
        }
    }

    
    .logintxtAll{
          width: 50%;
          background: #060944 ;
          background-size: cover;
  
          position: relative;
          z-index: 1;
          display: flex;
          justify-content:flex-start;
     align-items: center;
padding-left: 110px;
             &::before{
            position: absolute;
           left: 103px;
            top:0;
            z-index: -1;
            background: url(../image/logo-w.png) no-repeat;
            background-size: cover;
            content: "";
            width: 100%;
            height: 100%;

          }
            span{
        background: #94f9e9;
            width: 40px;
            height: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
          margin-bottom: 20px;
            i{
                font-size: 20px;
                color: #060944;
            }
            
        }
        h3{
font-size: 59px;
        font-weight: 900;
        color: #fff !important;
        line-height: 58px;
        max-width: 346px;
      }
      .flexmainAll{
        display: flex;
        flex-direction: column;
        position: relative;
        &::before{
      position: absolute;
          left: 18px;
          top: 0;
          background: #dddddd40;
          width: 1px;
          height: 100%;
          content: "";
          z-index: -1;

        }

            &::after{
    position: absolute;
          left: 19px;
          bottom: 65px;
          background: #dddddd40;
          width: 54px;
          height: 1px;
          content: "";
          z-index: -1;

        }

        p{
    color: #ffffffb9;
          line-height: 26px;
          font-size: 14px;
          margin-top: 27px;
          padding-left: 92px;
          max-width: 496px;
        }
    
      }
        }
     
    }
}

 .sectionBgMainall{
background: #cccccc42;
  height: 100%;
  padding-top: 95px;
  .maxWidthmainAlll{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 50px;
    .gridMainallSec{
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      gap:20px;
      .totalBillingBgSec{
        background: url(../image/total-billing-hours.jpg) no-repeat ;
        background-size: cover; 
        border-radius: 20px;
        height: 300px;
        width: 100%;
        position: relative;
        overflow: hidden;
        display: flex;
 justify-content: start;
        align-items: end;
        color: #fff;
        z-index: 1;
   box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);


        h3{
font-size: 26px;
          font-weight: 500;
          margin-bottom: 0px;
          color: #fff;
          width: 100%;
          padding: 0px 29px 22px;
       position: relative;
       &::before{
    position: absolute;
            left: 0;
            top: 6px;
            height: 17px;
            width: 20px;
            background: #fff;
            content: "";
       }
        }
        span{
  position: absolute;
        left: -47px;
          top: -32px;
          font-size: 164px;
          color: #ffffff1f;
          font-weight: 900;
        }
        .buleLayermain{
          position: absolute;
          left: 0;
          top:0;
       background: #0e002363;
          height: 100%;
          width: 100%;
          z-index: -1;

        }
      }

        .userBgSec{
        background: url(../image/user.jpg) no-repeat ;
        background-size: cover; 
        border-radius: 20px;
        height: 300px;
        width: 100%;
        position: relative;
        overflow: hidden;
        display: flex;
    justify-content: start;
        align-items: end;
        color: #fff;
        z-index: 1;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
     h3{
font-size: 26px;
          font-weight: 500;
          margin-bottom: 0px;
          color: #fff;
          width: 100%;
          padding: 0px 29px 22px;
       position: relative;
       &::before{
    position: absolute;
            left: 0;
            top: 6px;
            height: 17px;
            width: 20px;
            background: #fff;
            content: "";
       }
        }
        span{
     position: absolute;
      left: -47px;
          top: -32px;
          font-size: 164px;
          color: #ffffff1f;
          font-weight: 900;
        }
        .greenLayermain{
          position: absolute;
          left: 0;
          top:0;
       background: #2757ED9C;
          height: 100%;
          width: 100%;
          z-index: -1;

        }
      }

            .projectBgSec{
        background: url(../image/project.jpg) no-repeat ;
        background-size: cover; 
        border-radius: 20px;
        height: 300px;
        width: 100%;
        position: relative;
        overflow: hidden;
        display: flex;
      justify-content: start;
        align-items: end;
        color: #fff;
        z-index: 1;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
     h3{
font-size: 26px;
          font-weight: 500;
          margin-bottom: 0px;
          color: #fff;
          width: 100%;
          padding: 0px 29px 22px;
       position: relative;
       &::before{
    position: absolute;
            left: 0;
            top: 6px;
            height: 17px;
            width: 20px;
            background: #fff;
            content: "";
       }
        }
        span{
     position: absolute;
         left: -47px;
          top: -32px;
          font-size: 164px;
          color: #ffffff26;
          font-weight: 900;
        }
        .yellowLayermain{
          position: absolute;
          left: 0;
          top:0;
       background: #EFE348A1;
          height: 100%;
          width: 100%;
          z-index: -1;

        }
      }


                .estimatAountBgSec{
        background: url(../image/estimated-amount.jpg) no-repeat ;
        background-size: cover; 
        border-radius: 20px;
        height: 300px;
        width: 100%;
        position: relative;
        overflow: hidden;
        display: flex;
      justify-content: start;
        align-items: end;
        color: #fff;
        z-index: 1;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
     h3{
font-size: 26px;
          font-weight: 500;
          margin-bottom: 0px;
          color: #fff;
          width: 100%;
          padding: 0px 29px 22px;
       position: relative;
       &::before{
    position: absolute;
            left: 0;
            top: 6px;
            height: 17px;
            width: 20px;
            background: #fff;
            content: "";
       }
        }
        span{
     position: absolute;
     left: -47px;
          top: -32px;
          font-size: 164px;
          color: #ffffff40;
          font-weight: 900;
        }
        .redLayermain{
     position: absolute;
          left: 0;
          top: 0;
          background: #E2030357;
          height: 100%;
          width: 100%;
          z-index: -1;

        }
      }

        .engagementsBgSec{
        background: url(../image/engagement.jpg) no-repeat ;
        background-size: cover; 
        border-radius: 20px;
        height: 300px;
        width: 100%;
        position: relative;
        overflow: hidden;
        display: flex;
       justify-content: start;
        align-items: end;
        color: #fff;
        z-index: 1;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
     h3{
font-size: 26px;
          font-weight: 500;
          margin-bottom: 0px;
          color: #fff;
          width: 100%;
          padding: 0px 29px 22px;
       position: relative;
       &::before{
    position: absolute;
            left: 0;
            top: 6px;
            height: 17px;
            width: 20px;
            background: #fff;
            content: "";
       }
        }
        span{
     position: absolute;
     left: -47px;
          top: -32px;
          font-size: 164px;
          color: #ffffff1f;
          font-weight: 900;
        }
        .blackLayermain{
     position: absolute;
          left: 0;
          top: 0;
          background: #000000b8;
          height: 100%;
          width: 100%;
          z-index: -1;

        }
      }

        .consultantBgSec{
        background: url(../image/consultant.jpg) no-repeat ;
        background-size: cover; 
        border-radius: 20px;
        height: 300px;
        width: 100%;
        position: relative;
        overflow: hidden;
        display: flex;
       justify-content: start;
        align-items: end;
        color: #fff;
        z-index: 1;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
     h3{
font-size: 26px;
          font-weight: 500;
          margin-bottom: 0px;
          color: #fff;
          width: 100%;
          padding: 0px 29px 22px;
       position: relative;
       &::before{
    position: absolute;
            left: 0;
            top: 6px;
            height: 17px;
            width: 20px;
            background: #fff;
            content: "";
       }
        }
        span{
     position: absolute;
     left: -47px;
          top: -32px;
          font-size: 164px;
          color: #ffffff40;
          font-weight: 900;
        }
        .brownLayermain{
     position: absolute;
          left: 0;
          top: 0;
          background: #04b9c2bd;
          height: 100%;
          width: 100%;
          z-index: -1;

        }
      }

           .generateEstimateBgSec{
        background: url(../image/generate-estimate.jpg) no-repeat ;
        background-size: cover; 
        border-radius: 20px;
        height: 300px;
        width: 100%;
        position: relative;
        overflow: hidden;
        display: flex;
       justify-content: start;
        align-items: end;
        color: #fff;
        z-index: 1;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
     h3{
font-size: 26px;
          font-weight: 500;
          margin-bottom: 0px;
          color: #fff;
          width: 100%;
          padding: 0px 29px 22px;
       position: relative;
       &::before{
    position: absolute;
            left: 0;
            top: 6px;
            height: 17px;
            width: 20px;
            background: #fff;
            content: "";
       }
        }
        span{
     position: absolute;
    left: -47px;
          top: -32px;
          font-size: 164px;
          color: #ffffff38;
          font-weight: 900;
        }
        .commonLayermain{
     position: absolute;
          left: 0;
          top: 0;
          background: #c25d049c;
          height: 100%;
          width: 100%;
          z-index: -1;

        }
      }

             .billLeakageBgSecBgSec{
        background: url(../image/billing-leakage.jpg) no-repeat ;
        background-size: cover; 
        border-radius: 20px;
        height: 300px;
        width: 100%;
        position: relative;
        overflow: hidden;
        display: flex;
      justify-content: start;
        align-items: end;
        color: #fff;
        z-index: 1;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
     h3{
font-size: 26px;
          font-weight: 500;
          margin-bottom: 0px;
          color: #fff;
          width: 100%;
          padding: 0px 29px 22px;
       position: relative;
       &::before{
    position: absolute;
            left: 0;
            top: 6px;
            height: 17px;
            width: 20px;
            background: #fff;
            content: "";
       }
        }
        span{
     position: absolute;
    left: -47px;
          top: -32px;
          font-size: 164px;
          color: #ffffff30;
          font-weight: 900;
        }
        .commonLayermain1{
     position: absolute;
          left: 0;
          top: 0;
          background: #4A92A9AD;
          height: 100%;
          width: 100%;
          z-index: -1;

        }
      }
    }

  }
 } 



/* ==================== HEADER (CSS Grid) ==================== */
.headerMainAll {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding: 10px 20px;
  height: 64px;
  background: #ffffff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  box-shadow: none;
  border-bottom: 1px solid #e5e7eb;
}

/* Col 1 — Logo */
.headerLogo {
  display: flex;
  align-items: center;
}

.logoMain {
  display: flex;
  align-items: center;
}

.logoMain img {
  width: 117px;
  height: auto;
}

/* Col 2 — Navigation (centered) */
.headerNav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.headerNavLink {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 500;
  color: #64748b;
  text-decoration: none;
  border-radius: 8px;
  transition: color 0.2s, background 0.2s;
  white-space: nowrap;
}

.headerNavLink i {
  font-size: 14px;
}

.headerNavLink:hover {
  color: #1e40af;
  background: #eff6ff;
  text-decoration: none;
}

.headerNavActive {
  color: #1e40af;
  background: #eff6ff;
}

/* Col 3 — Actions + User */
.headerActions {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}

.headerSep {
  width: 1px;
  height: 28px;
  background: #e5e7eb;
  margin: 0 4px;
}

/* Outline button */
.headerBtnOutline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 600;
  color: #1e40af;
  background: #fff;
  border: 1.5px solid #bfdbfe;
  border-radius: 8px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.headerBtnOutline i {
  font-size: 12px;
}

.headerBtnOutline:hover {
  background: #eff6ff;
  border-color: #93c5fd;
}

/* Primary button */
.headerBtnPrimary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background: #2563eb;
  border: 1.5px solid #2563eb;
  border-radius: 8px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s ease;
  box-shadow: 0 1px 2px rgba(37, 99, 235, 0.2);
}

.headerBtnPrimary i {
  font-size: 13px;
}

.headerBtnPrimary:hover {
  background: #1d4ed8;
  border-color: #1d4ed8;
  box-shadow: 0 2px 6px rgba(37, 99, 235, 0.35);
}

/* Disabled state */
.headerBtnDisabled {
  background: #cbd5e1 !important;
  border-color: #cbd5e1 !important;
  color: #fff !important;
  box-shadow: none !important;
  cursor: not-allowed;
}

.headerBtnDisabled:hover {
  background: #cbd5e1 !important;
  border-color: #cbd5e1 !important;
  box-shadow: none !important;
}

/* User trigger */
.headerUserTrigger {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 8px 4px 4px;
  border-radius: 8px;
  transition: background 0.2s;
  text-decoration: none;
}

.headerUserTrigger::after {
  color: #94a3b8 !important;
  font-size: 10px;
}

.headerUserTrigger:hover {
  background: #f1f5f9;
  text-decoration: none;
}

.headerUserAvatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3b82f6, #6366f1);
  color: #fff;
  font-size: 18px;
}

.headerUserName {
  font-size: 14px;
  font-weight: 500;
  color: #1e293b;
}

/* Dropdown overrides */
.navDropAdmin {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navDropAdmin .dropdown-menu {
  margin-top: 8px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 6px;
}

.navDropAdmin .dropdown-menu .dropdown-item {
  border-radius: 6px;
  padding: 9px 14px;
  font-size: 13px;
  font-weight: 500;
  color: #374151;
  display: flex;
  align-items: center;
  gap: 8px;
}

.navDropAdmin .dropdown-menu .dropdown-item:hover {
  background: #f3f4f6;
  color: #111827;
}

/* ==================== END HEADER ==================== */

/* ==================== TIMESHEET TABLE ==================== */
.tsTableWrap {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06), 0 2px 12px rgba(0, 0, 0, 0.04);
  background: #fff;
}

.tsTable {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

/* Head */
.tsTable thead tr {
  background: #0f172a;
}

.tsTable thead th {
  padding: 16px 18px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
  white-space: nowrap;
  position: sticky;
  top: 0;
  z-index: 2;
}

.tsThHighlight {
  color: #60a5fa !important;
}

/* Timesheet + date picker cell */
.tsDateCol {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tsLabel {
  font-size: 14px;
  font-weight: 700;
  color: #60a5fa;
  letter-spacing: 0.3px;
}

.tsDateForm {
  display: inline-flex;
}

.tsDateInput {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  color: #fff;
  padding: 5px 10px;
  font-size: 13px;
  cursor: pointer;
  transition: border-color 0.2s;
}

.tsDateInput:focus {
  outline: none;
  border-color: #60a5fa;
}

/* Body */
.tsTable tbody td {
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 400;
  color: #334155;
  border-bottom: 1px solid #f1f5f9;
  vertical-align: middle;
}

.tsTable tbody tr:hover {
  background: #f8fafc;
}

.tsTable tbody tr:last-child td {
  border-bottom: none;
}

.tsTdHighlight {
  color: #2563eb !important;
  font-weight: 500 !important;
}

/* Status badges */
.tsBadgeAccepted {
  display: inline-block;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  color: #166534;
  background: #dcfce7;
  border-radius: 20px;
}

.tsBadgeRejected {
  display: inline-block;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  color: #991b1b;
  background: #fee2e2;
  border-radius: 20px;
}

.tsBadgePending {
  display: inline-block;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  color: #92400e;
  background: #fef3c7;
  border-radius: 20px;
}

/* Delete button */
.tsDeleteBtn {
  color: #94a3b8;
  font-size: 15px;
  transition: color 0.2s;
}

.tsDeleteBtn:hover {
  color: #ef4444;
}

/* Empty row */
.tsEmptyRow {
  text-align: center;
  padding: 28px 18px !important;
  color: #94a3b8;
  font-size: 14px;
}

/* Footer */
.tsFooter {
  padding: 14px 20px;
  border-top: 1px solid #f1f5f9;
  background: #fafbfc;
}

.tsRemainingHours {
  font-size: 14px;
  color: #475569;
}

.tsRemainingHours strong {
  color: #1e293b;
}
/* ==================== END TIMESHEET TABLE ==================== */

/* ==================== POPUP MODALS ==================== */
.popupModal .modal-dialog {
  max-width: 560px;
}

.popupContent {
  border: none !important;
  border-radius: 16px !important;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}

/* Header */
.popupHeader {
  display: flex;
  align-items:center;
  gap: 14px;
  padding: 15px 15px;
  background: #f8fafc;
  border-bottom: 1px solid #e5e7eb;
}

.popupIconWrap {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

.popupIconBlue {
  background: #eff6ff;
  color: #2563eb;
}

.popupIconAmber {
  background: #fffbeb;
  color: #d97706;
}

.popupHeaderText {
  flex: 1;
}

.popupTitle {
  font-size: 17px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 2px;
  line-height: 1.3;
}

.popupSubtitle {
  font-size: 13px;
  color: #64748b;
  margin: 0;
  line-height: 1.4;
}

.popupClose {
  background: #eff6ff;
  border: 1.5px solid #bfdbfe;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 18px;
  color: #2563eb;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  flex-shrink: 0;
  line-height: 1;
}

.popupClose:hover {
  background: #2563eb;
  border-color: #2563eb;
  color: #fff;
}

/* Body */
.popupBody {
  padding: 20px 24px;
}

.popupField {
  margin-bottom: 0;
}

.popupLabel {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  margin-bottom: 6px;
}

.popupInput {
  width: 100%;
  height: 42px;
  padding: 0 14px;
  font-size: 14px;
  color: #1e293b;
  background: #fff;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  box-sizing: border-box;
}

.popupInput:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
}

.popupInput::placeholder {
  color: #94a3b8;
}

.popupTextarea {
  height: auto;
  padding: 10px 14px;
  resize: none;
  min-height: 100px;
}

select.popupInput {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%2364748b' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
  cursor: pointer;
}

input[type="number"].popupInput {
  -moz-appearance: textfield;
}

input[type="number"].popupInput::-webkit-outer-spin-button,
input[type="number"].popupInput::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.popupHint {
  display: block;
  font-size: 11px;
  color: #94a3b8;
  margin-top: 4px;
  line-height: 1.3;
}

.popupHintDanger {
  color: #ef4444;
}

/* Alert inside modal */
.popupAlert {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 16px;
}

.popupAlertDanger {
  background: #fef2f2;
  color: #dc2626;
  border: 1px solid #fecaca;
}

.popupAlertDanger i {
  font-size: 15px;
}

/* Footer */
.popupFooter {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 16px 24px;
  background: #f8fafc;
  border-top: 1px solid #f1f5f9;
}

.popupBtnCancel {
  padding: 9px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #475569;
  background: #fff;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.15s;
}

.popupBtnCancel:hover {
  background: #f1f5f9;
  border-color: #cbd5e1;
}

.popupBtnSubmit {
  padding: 9px 22px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #2563eb;
  border: 1.5px solid #2563eb;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.15s;
  box-shadow: 0 1px 2px rgba(37, 99, 235, 0.2);
}

.popupBtnSubmit:hover {
  background: #1d4ed8;
  border-color: #1d4ed8;
  box-shadow: 0 2px 6px rgba(37, 99, 235, 0.3);
}
/* ==================== END POPUP MODALS ==================== */
.search-input{
  width: 100%;
  padding: 8px 20px;
  font-size: 14px;
  color: #333;
  height: auto!important;
  border-radius: 0px;

}
.mainBtnAll{
background: #1f29eb;
  border: none;
padding: 0 20px;

  height: 40px;

  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: 0.4s;
  &:hover{
    background: #060944;
  }
}

  .mainBtnAllUser{
background: dodgerblue;
  border: none;
 padding: 0 20px;

  height: 40px;

  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: 0.4s;
  &:hover{
    background: #060944;
  }
  a{

  border: none;

  height: 40px;
display: flex;
justify-content:center;
align-items: center;
  color: #fff;
  font-size: 14px; 
    cursor: pointer; 
  }
}
 
.paginator{
  display: flex;
  align-items: center;
  justify-content: space-between;
padding: 10px 20px;
border-top: 1px #ddd solid;
  .txtMainPara{
 font-size: 15px;
    color: #212529;
    font-weight: 600;
  }
}
.form-select:focus{
  box-shadow: none!important;
}

.be-content{
  padding-top: 57px;
}

.editEmployeeModalMain{
  .form-group{
    label{
     display: block;
      font-weight: 600;
      font-size: 14px;
      margin-bottom: 4px;
    }
  }
}
.error{
  font-size: 12px;
  margin-bottom: 0px;
  color: red;
  text-align: right;
}
.iconWrappermainAll{
  display: flex;
  align-items: center;
  gap: 10px;
}
.search-container{
padding: 15px 15px;
  background: #fff;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;;
border: 1px #dddddd7d solid;
}
.select2-search__field{
  border-radius: 6px;
  box-shadow: none;
  border-color: rgb(221, 221, 221);
  padding: 8px 10px;
  height: 37px;
  margin: 0px;
  width: 100%;
}
.btnCancelMain{
  background: transparent;
  border: none;
  width: 130px;
  height: 40px;
  color: #1f29eb;
  font-size: 14px;
  cursor: pointer;
  transition: 0.4s;
  border: 1px #1f29eb solid;
  &:hover{
       background: #1f29eb;
       color: #fff; 
  }
}
.btnSavemain{
    background: #1f29eb;
  border: none;
  width: 130px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: 0.4s;
    border: 1px #1f29eb solid;
      &:hover{
       background: transparent;
       color: #1f29eb; 
  }
}

.tabContentMaxWidth{
  max-width: 500px;
  margin-bottom: 0px;
}

.input-groupMain{
  display: flex;
  gap:8px;
  .form-control{
    border-radius: 0px;
  box-shadow: none;
  border-color: #dddddd;
  padding: 8px 10px;
  height: auto;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    width: 100%;
  }

    .form-select{
border-radius: 0px;
    box-shadow: none;
    border-color: #dddddd;
    padding: 8px 25px 8px 13px;
    height: auto;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    width: 100%;
  }
}
.adminBtnFlex{
  display: flex;
  gap:8px;

}

  .resetmainall{
          background: #060944;
  border: none;
width: 140px;
padding: 0 30px;
  height: 40px;

  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: 0.4s;
    border: 1px #060944 solid;
        &:hover{
            background: transparent;
     }
    a{
      color: #fff;
    }
      &:hover a{
       background: transparent;
       color: #060944; 
  }
  }
  .downLoadMain{
          background: dodgerblue;
  border: none;
width: 140px;
  height: 40px;
  padding: 0 23px;
  color: #fff!important;
  font-size: 14px;
  cursor: pointer;
  transition: 0.4s;
    border: 1px dodgerblue solid;
     &:hover{
            background: transparent;
     }
    a{
        color: #fff!important;
    }
      &:hover a{
       background: transparent;
       color: dodgerblue!important; 
  }
  }
.page-link:focus{
  box-shadow: none;
}
  .paymentBtn{
       background: dodgerblue;
  border: none;
  width: 130px;
  height: 40px;

  color: #fff!important;
  font-size: 14px;
  cursor: pointer;
  transition: 0.4s;
  text-transform: capitalize;
    border: 1px dodgerblue solid;
     &:hover{
            background: transparent;
            color: dodgerblue!important;
     }
    a{
        color: #fff!important;
    }
      &:hover a{
       background: transparent;
       color: dodgerblue!important; 
  }
  }
  .searchMainBtn{
      background: #1f29eb;
  border: none;
  width: 157px;
  height: 40px;
  padding: 0 23px;


  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: 0.4s;
    border: 1px #1f29eb solid;
      &:hover{
       background: transparent;
       color: #1f29eb; 
  }
}

.spaceMainAll{
  margin-bottom: 15px;

}
  .formselectmain {
box-shadow: none;
  padding: 10px 10px;
  height: auto;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0px;
  width: 100%;
  background: transparent;
  border: 1px #ddd solid;
}
.checkBoxMain{
  margin-top: 13px;
}
.modal-footermain{
  display: flex;
  gap:5px;
padding: 14px 20px;
justify-content: end;
  background: #ecf0f1;
  border-radius: 0 0 3px 3px;
}
.flexLoginMain{
  display: flex;
margin-bottom: 10px;
}
.bluecolorBtn{
  background:  dodgerblue!important;
}
    
.signin-signup{}
.errorCommon{
    color: red;
    font-weight: normal;
    margin-bottom: 10px;
    position: absolute;
    top: -26px;
    font-size: 13px;
}
.gotoAdmin{
  width: 100%;
        height: 55px;
        border-radius: 0px;
        background:  dodgerblue!important;
        border: none;
        color: #fff;
        transition: 0.4s;
        font-size: 16px;
        cursor: pointer;
   
        &:hover{
          background:#060944!important;
        }
}

.employee-cell1{
    display: flex;
    gap: 10px;
    align-items: center;
    a{
        font-size: 16px !important;
        font-weight: 300 !important;
        color: #716e6e !important;

    }
    
}
.projectlink{
      font-size: 14px !important;
        font-weight: 300 !important;
        color: #333 !important;
}

.left-group{
  display: flex !important;
      gap: 5px;
      justify-content: space-between;
      align-items: center;
}
.mainFlex1{
  max-width: 100%;
      justify-content: space-between;
      align-items: center;
}

.widthSpace{
  width: 157px;
}