* {
  font-family: "Poppins", sans-serif;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #000;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
#root {
  max-width: 1920px;
  margin: 0 auto;
}
#company_details {
  max-width: 1920px;
  margin: 0 auto;
}
.btn-cstm {
  padding: 0.4rem 2.3rem;
  font-size: 0.8rem;
  border: 1px solid #cccccccf;
  background-color: #fff;
  transition: 0.3s ease-in-out;
}
.btn-blue {
  background-color: #0096ff;
  border-color: #0096ff;
  color: #fff;
}
.btn-blue:hover {
  background-color: #0077cc;
}
.btn-white:hover {
  background-color: #cccccccf;
}
.upload-btn {
  font-size: 0.75rem !important;
  color: #aaaaaa !important;
  font-weight: 400 !important;
  background-color: #fff !important;
  border: 1px solid #cccccccf !important;
  padding: 0.1rem 0.5rem !important;
  margin: 0.5rem 1rem !important;
  cursor: pointer;
  max-width: max-content;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: 0.3s ease-in-out;
}
.upload-btn i {
  color: #000;
  font-size: 0.9rem;
}
.upload-btn:hover {
  background-color: #aaaaaa1d !important;
}

/****** Left Side Panel ******/

.left-side-panel {
    width: 18%;
    border-right: 1px solid #cccccccf;
    overflow-y: auto;
   
        padding:30px 15px 20px !important;
}
.left-side-panel h4,
.left-side-panel h5 {
     font-size: 15px;
    font-weight: 600;
    line-height: 20px;
}
.left-side-panel .progress-box {
  margin-bottom: 1rem;
}
.left-side-panel .progress-box h4 a {
  padding-bottom: 7px;
  border-bottom: 2px solid #cccccccf;
  font-weight: 500;
  cursor: pointer;
  transition: 300ms ease-in-out;
}
.left-side-panel .progress-box h4 a:hover {
  border-color: #0096ff;
}
.left-side-panel .progress-box h4.active a {
  border-color: #0096ff;
  color: #0096ff;
}
.left-side-panel .details-bx {
  padding: 2rem 0;
  border-bottom: 1px solid #0095ff43;
}
.left-side-panel .details-bx:last-child {
  border-bottom: none;
}
.left-side-panel .details-bx h5 {
  margin-bottom: 1rem;
}
.left-side-panel .details-bx h6 {
  font-size: 0.85rem;
  font-weight: 400;
  color: #898989;
}
.left-side-panel .details-bx .input-group {
  border: 1px solid #cccccc8f;
}
.left-side-panel .details-bx .input-group label,
.left-side-panel .details-bx .input-group input,textarea {
  width: 100%;
}
.left-side-panel .details-bx .input-group label {
  font-weight: 600;
  font-size: 0.85rem;
  color: #000000ad;
  border-bottom: 1px solid #cccccc8f;
  padding: 0.3rem 1rem;
}
.left-side-panel .details-bx .input-group input, textarea {
    font-size: 0.80rem;
    background-color: transparent;
    color: #000000;
    border: none;
    outline: none;
    padding: 0.5rem 1rem;
}
.left-side-panel .details-bx .input-group input::placeholder {
  color: #aaaaaa;
}
.left-side-panel .details-bx.company-details .input-group {
  margin-bottom: 1.2rem;
}
.left-side-panel .details-bx.company-details .input-group:last-child {
  margin-bottom: 0;
}
.left-side-panel .authorised-person.details-bx h5 {
  margin-bottom: 0.6rem;
}
.left-side-panel .authorised-person.details-bx h6 {
  margin-bottom: 1rem;
}

/****** Right Side Panel ******/

.right-side-panel {
  width: 82%;
  overflow-y: auto;
}
.right-side-panel .top-nav {
  border-bottom: 1px solid #cccccccf;
  padding: 0.8rem 1.5rem;
  background-color: #fff;
  position: sticky;
  top: 0;
}
.right-side-panel .top-nav ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.right-side-panel .top-nav ul a {
  color: #000;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 0.6rem 0.8rem;
  border-radius: 8px;
  transition: 300ms ease-in-out;
}
.right-side-panel .top-nav ul a:hover {
  color: #0096ff;
}
.right-side-panel .top-nav ul a.active {
  background-color: #0095ff12;
  color: #0096ff;
}
.right-side-panel .top-nav .profile img {
  width: 40px;
}
.right-side-panel .top-nav .profile .dropdown-toggle::after {
  display: none !important;
}
.right-side-panel .top-nav .profile .dropdown-menu {
  padding: 0 !important;
}
.right-side-panel .preview-box {
  background-color: #00000005;
}

/****** Preview Box ******/

.preview-box {
  padding: 40px 40px;
}
.preview-box .list_item ol{
    margin:0;
}
.preview-box .cr_bd {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  padding-bottom: 50px;
}
.preview-box .cr_bd h5 {
  font-size: 16px;
  font-weight: 600;
}
.preview-box .bagan_para p {
  font-size: 16px;
  font-weight: 600;
}
.preview-box .offer_cum {
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 70px;
  padding-top: 50px;
}
.preview-box .dear_name {
  font-weight: 600;
  font-size: 15px;
  padding-bottom: 20px;
}
.preview-box .Congra {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 40px;
}
.preview-box .welcom_p p {
  font-size: 15px;
  font-weight: 400;
}
.preview-box .welcom_p p span {
  font-weight: 700;
}
.preview-box .list_item ul li {
  font-size: 15px;
  list-style: disc;
  padding-bottom: 15px;
}

.preview-box .list_item ul li span {
  font-weight: 600;
}
.preview-box .digital_con {
  font-size: 16px;
  font-weight: 600;
  padding: 30px 0 70px 0;
}
.preview-box .digital_con1 {
  padding: 30px 0;
  font-size: 16px;
  font-weight: 600;
}
.preview-box .digital_con12 {
  font-size: 16px;
  font-weight: 600;
}
.preview-box .date_can {
  font-weight: 600;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
}
.preview-box .name_date {
  font-weight: 600;
  font-size: 15px;
}

/************ Login Page ************/

.login-page {
  min-height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
}
.login-form-bx {
  min-width: 400px;
  background-color: #fff;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 1px 0px 20px 0px #0000000f;
  width: 25% !important;
}
.login-form-bx form .form-label {
  font-weight: 500;
  color: #535353;
}
.login-form-bx form .form-control {
  padding: 0.7rem 1.3rem;
  border-radius: 13px;
  font-size: 0.9rem;
}
.login-form-bx form .form-control:focus {
  box-shadow: none;
  border-color: #0096ff;
}
.login-form-bx form .sign-in-btn {
  background-color: #0096ff;
  border-color: #0096ff;
  color: #fff;
  padding: 0.7rem;
  border-radius: 13px;
  transition: 300ms ease-in-out;
}
.login-form-bx form .sign-in-btn:hover {
  background-color: #0077cc;
}






#emp_position {
  width: 101%;
  border-color: #e2e2e2;
  padding: 0.5rem 1rem;
}

#emp_position:hover {
  border-left: 1px solid rgb(54, 39, 194) !important;
}

#emp_position:focus-visible {
  outline: none;
}

#emp_work_hour {
  width: 101%;
  border-color: #e2e2e2;
  padding: 0.5rem 1rem;
}

#emp_work_hour:hover {
  border-left: 1px solid rgb(54, 39, 194) !important;
}

#emp_work_hour:focus-visible {
  outline: none;
}

.left-side-panel .details-bx {
  margin-top: -7px;
}

.left-side-panel .details-bx .input-group input {
  padding: 10px 1rem;
}

.btn-blue {
  padding: 10px 55px;
}

.off_let_left {
  position: relative;
  border: 1px solid #cccccc; 
  border-radius: 5px; 
  overflow: hidden;
}

.off_let_left::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px; 
  background: linear-gradient(to right, rgba(54, 39, 194, 0) 0%, rgb(54, 39, 194) 50%, rgba(54, 39, 194, 0) 100%);
  box-sizing: border-box;
  z-index: 1;
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s ease-in-out; 
}


.pageA4ContainerArea{
    width: 100%;
    float: left;
    padding-inline: 40px;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 0px;
   
}

.pageA4ContainerArea.head{
    padding-top:0;
}

.pageA4ContainerArea.unList{
    padding-top:30px;
}
.preview-box.outerEdge{
padding-inline: 0;
    width: 100%;
    float: left;  
}
.pageA4ContainerArea ul.listNumx{
    margin: 0;
    width: 100%;
    padding: 0;
    float: left;
   padding-left:20px;
}
.pageA4ContainerArea ul.listNumx li{
     list-style:none !important;
     position:relative;
     padding-left:21px;
}
.pageA4ContainerArea ul.listNumx li:last-child{
   padding-bottom:0;
}
.pageA4ContainerArea ul.listNumx li:after{
    width: 6px;
    height: 6px;
    border-radius: 100px;
    background: #000;
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
}

.off_let_left:hover::before {
  transform: scaleX(1); 
}

.signature {
  height: 100px;
  display: flex;
  gap: 50px;
  margin-bottom: 50px;
}
.signature img{
    width:100px;
    object-fit:contain;
}

.left-side-panel .details-bx .input-group label {
  font-size: 14px;
}

.vision_logo {
  text-align: center;
  margin-bottom: 55px;
}

.vision_logo img {
  width: 200px;
}

.preview-box {
  / padding: 40px 40px; /
  padding: 15px 40px 40px 40px !important;
}

select#company_name {
  width: 101%;
  border-color: #e2e2e2;
  padding: 0.5rem 1rem;
}

select#company_name:hover {
  border-left: 1px solid rgb(54, 39, 194) !important;
}

select#company_name:focus-visible {
  outline: none;
}

#hr_name {
  width: 101%;
  border-color: #e2e2e2;
  padding: 0.5rem 1rem;
}

#hr_name:hover {
  border-left: 1px solid rgb(54, 39, 194) !important;
}

#hr_name:focus-visible {
  outline: none;
}

#hr_designation {
  width: 101%;
  border-color: #e2e2e2;
  padding: 0.5rem 1rem;
}

#hr_designation:focus-visible {
  outline: none;
}

#company_address{
  width: 101%;
  border-color: #e2e2e2;
  padding: 0.5rem 1rem;
}
#company_address:focus-visible{
  outline: none;
}
#company_address:hover{
  border-left: 1px solid rgb(54, 39, 194) !important;
}

.suc_err_msg_div{

}
.suc_msg{
  font-size: 14px;
  color:#79bf43;
  font-weight: 500;
}
.err_msg{
  font-size: 14px;
  color: red;
  font-weight: 500;
}

.spinner-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  /* Semi-transparent white background */
  display: none;
  /* Initially hidden */
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid #f3f3f3;
  /* Light grey */
  border-top: 4px solid #0a4266;
  /* Blue */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* nav bar dropdown */

.name_check p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.875rem;
}

.role_check p {
  font-size: 0.75rem;
  margin-top: 0.125rem;
  line-height: 1rem;
  font-weight: 400;
  color: #ffffffb3;
  margin: 0;
}

.dropdown-content a {
  color: #fff;
}
.logout {
  display: flex;
  justify-content: left;
  gap: 8px;
  padding: 8px;
  flex-wrap: wrap;
  align-items: flex-start;
  color: #fff;
  align-items: center;
  align-content: center;
}

.dropdown-content a:hover {
  background-color: #ffffff0d !important;
  width: 100%;
  border-radius: 0.375rem;
}

.admin {
  display: flex;
  justify-content: left;
  gap: 8px;
  padding: 8px;
  flex-wrap: wrap;
  align-items: flex-start;
  color: #fff;
  align-items: center;
  align-content: center;
}
.dropdown-content .admin{
    gap:11px;
}
.dropdown-content .admin svg{
    margin-left:-3px;
}

.logout p {
  font-size: 0.875rem;
  margin: 0;
}

.admin p {
  font-size: 0.875rem;
  margin: 0;
}
.logout img {
  width: 50px !important;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  top: 53px;
  display: none;
  position: absolute;
  background-color: #1e40af;
  min-width: 220px;
  padding: 8px;
  box-shadow: 0px 3px 10px #00000017;
  --tw-shadow: 0px 3px 10px #00000017;
  --tw-shadow-colored: 0px 3px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  z-index: 1;
  transition: max-height 0.3s ease-in-out;
  right: 0;
  border-radius: 0.375rem;
  overflow: hidden;
  transform-origin: bottom;
}
.role {
  padding: 8px;
}

.bg-white\/\[0\.08\] {
  background-color: #e5e7eb;
}
.bg-slate-200\/60 {
  background-color: #ffffff14;
}

.h-px {
  height: 1px;
  width: 110%;
}

.role_check {
  color: white;
  font-size: 0.75rem;
  line-height: 1rem;
}
.name_check {
  color: #fff;
  font-size: 16px;
}

.dropdown.active .dropdown-content {
  display: block;
  max-height: 500px;
}

.dropdown img {
  cursor: pointer;
}

.dropdown-content img {
  display: block;
  width: 50px;
  height: 50px;
  margin: 5px;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* nav bar dropdown end */


/*Date Picker*/
#offer_date {
  position: relative;
  margin-top: 0px;
  text-align-last: left;
}

.date {
  max-width: 100% !important;
  padding: 5px 10px;
  border: 1px solid #c8ccd4;
  border-radius: 3px;
  text-align: center;
  appearance: none;
  margin-top: 35%;
  font-weight: 400;
}

.date:focus {
  outline: none;
  border-color: #5d9cf5;
}

.ui-datepicker {
  width: 300px;
  padding: 5px;
  background: #1e40af;
  border-radius: 4px;
  box-shadow: 0 4px 40px -8px rgba(0, 0, 0, 0.2);
  opacity: 0;
}

@media screen and (max-width: 580px) {
  .ui-datepicker {
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100%;
    border-radius: 0px;
  }
}

.ui-datepicker.active {
  opacity: 1;
}

.ui-datepicker-header {
  height: 40px;
  padding: 3px;
  margin-bottom: 10px;
}

.ui-datepicker-title {
  text-align: center;
  line-height: 34px;
}

.ui-datepicker-month,
.ui-datepicker-year {
  -webkit-appearance: none;
  border: 0;
  background: none;
  outline: none;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin: 0 1px;
  background: #1e40af;
  padding: 0 6px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  cursor: pointer;
  text-indent: 9999px;
  overflow: hidden;
  border-radius: 3px;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  background: #444b56;
}

.ui-datepicker-prev {
  float: left;
}

.ui-datepicker-prev:after {
  content: "";
  position: absolute;
  display: block;
  margin-top: -10px;
  width: 6px;
  height: 6px;
  border-left: 2px solid #c2c7d1;
  border-bottom: 2px solid #c2c7d1;
  pointer-events: none;
  transform: rotate(45deg);
  margin-left: 15px;
}

.ui-datepicker-next {
  float: right;
}

.ui-datepicker-next:after {
  content: "";
  position: absolute;
  display: block;
  margin-top: -10px;
  width: 6px;
  height: 6px;
  border-left: 2px solid #c2c7d1;
  border-bottom: 2px solid #c2c7d1;
  pointer-events: none;
  transform: rotate(-135deg);
  margin-left: 13px;
}

.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}

.ui-datepicker-calendar thead tr th {
  width: 40px;
  padding-bottom: 6px;
}

.ui-datepicker-calendar thead tr th span {
  display: block;
  width: 100%;
  padding: 0;
  color: rgb(223, 220, 220);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.ui-datepicker-calendar tbody tr td {
  padding-right: 3px;
  padding-bottom: 3px;
}

.ui-datepicker-calendar tbody tr td:first-child {
  padding-left: 3px;
}

.ui-state-default {
  display: block;
  text-decoration: none;
  color: #fff;
  height: 34px;
  line-height: 34px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
}

.ui-state-default:hover {
  background: #ffffff0d;
  text-decoration: none;
  color: white;
}

.ui-state-highlight {
  color: yellow;
}

.ui-state-active:not(.ui-state-highlight) {
  color: white;
  background: #5d9cf5;
}

.ui-datepicker-unselectable .ui-state-default {
  color: rgb(223, 220, 220);
  pointer-events: none;
}


/* date dropdown start2*/

#emp_join_date {
  position: relative;
  margin-top: 0px;
  text-align-last: left;
}

.date1 {
  max-width: 100%;
  padding: 5px 10px;
  border: 1px solid #c8ccd4;
  border-radius: 3px;
  text-align: center;
  appearance: none;
  margin-top: 35%;
  font-weight: 400;
}

.date1:focus {
  outline: none;
  border-color: #5d9cf5;
}

.ui-datepicker1 {
  width: 300px;
  padding: 5px;
  background: #1e40af;
  border-radius: 4px;
  box-shadow: 0 4px 40px -8px rgba(0, 0, 0, 0.2);
  opacity: 0;
}

@media screen and (max-width: 580px) {
  .ui-datepicker1 {
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100%;
    border-radius: 0px;
  }
}

.ui-datepicker1.active {
  opacity: 1;
}

.ui-datepicker1-header {
  height: 40px;
  padding: 3px;
  margin-bottom: 10px;
}

.ui-datepicker1-title {
  text-align: center;
  line-height: 34px;
}

.ui-datepicker1-month,
.ui-datepicker1-year {
  -webkit-appearance: none;
  border: 0;
  background: none;
  outline: none;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin: 0 1px;
}

.ui-datepicker1-prev,
.ui-datepicker1-next {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  cursor: pointer;
  text-indent: 9999px;
  overflow: hidden;
  border-radius: 3px;
}

.ui-datepicker1-prev:hover,
.ui-datepicker1-next:hover {
  background: #444b56;
}

.ui-datepicker1-prev {
  float: left;
}

.ui-datepicker1-prev:after {
  content: "";
  position: absolute;
  display: block;
  margin-top: -10px;
  width: 6px;
  height: 6px;
  border-left: 2px solid #c2c7d1;
  border-bottom: 2px solid #c2c7d1;
  pointer-events: none;
  transform: rotate(45deg);
  margin-left: 15px;
}

.ui-datepicker1-next {
  float: right;
}

.ui-datepicker1-next:after {
  content: "";
  position: absolute;
  display: block;
  margin-top: -10px;
  width: 6px;
  height: 6px;
  border-left: 2px solid #c2c7d1;
  border-bottom: 2px solid #c2c7d1;
  pointer-events: none;
  transform: rotate(-135deg);
  margin-left: 13px;
}

.ui-datepicker1-calendar {
  width: 100%;
  text-align: center;
}

.ui-datepicker1-calendar thead tr th {
  width: 40px;
  padding-bottom: 6px;
}

.ui-datepicker1-calendar thead tr th span {
  display: block;
  width: 100%;
  padding: 0;
  color: rgb(223, 220, 220);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.ui-datepicker1-calendar tbody tr td {
  padding-right: 3px;
  padding-bottom: 3px;
}

.ui-datepicker1-calendar tbody tr td:first-child {
  padding-left: 3px;
}

.ui-state-default {
  display: block;
  text-decoration: none;
  color: #fff;
  height: 34px;
  line-height: 34px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
}

.ui-state-default:hover {
  background: #ffffff0d;
  text-decoration: none;
  color: white;
}

.ui-state-highlight {
  color: yellow;
}

.ui-state-active:not(.ui-state-highlight) {
  color: white;
  background: #5d9cf5;
}

.ui-datepicker1-unselectable .ui-state-default {
  color: rgb(223, 220, 220);
  pointer-events: none;
}
/*Date Picker End */






/*********** Media Queries ***********/

@media only screen and (max-width: 1280px) {
  .left-side-panel {
    width: 40%;
  }
  .right-side-panel {
    width: 60%;
  }
}
@media only screen and (max-width: 1024px) {
  .left-side-panel {
    padding: 1.5rem 2rem 2.5rem !important;
  }
  .left-side-panel h4,
  .left-side-panel h5 {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 940px) {
  .left-side-panel .authorised-person.details-bx .input-group .two-inputs {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .left-side-panel
    .authorised-person.details-bx
    .input-group
    .two-inputs
    input[type="text"] {
    border-bottom: 1px solid #cccccc8f;
  }
}
@media only screen and (max-width: 855px) {
  .left-side-panel {
    padding: 1.5rem 1.5rem 2rem !important;
  }
}
@media only screen and (max-width: 768px) {
  #root {
    flex-direction: column-reverse;
  }
  #company_details {
    flex-direction: column-reverse;
  }
  .left-side-panel,
  .right-side-panel {
    width: 100%;
    height: auto !important;
    overflow: visible;
  }
  .left-side-panel {
    padding-top: 2rem !important;
  }
  .left-side-panel .progress-box {
    margin: 0 auto 1rem;
    justify-content: center !important;
    gap: 3rem;
  }
  .right-side-panel {
    height: 70vh !important;
    overflow-y: auto;
  }
  .edit-submit-btn {
    justify-content: flex-start !important;
  }
}
#auth_stamp.form-control:focus {
  color: #212529;
  background-color: unset !important;
  border-color: unset I !important;
  outline: 0;
  box-shadow: unset !important;
}

#auth_stamp.left-side-panel .details-bx .input-group input {
  padding: 11px 25px;
}

#auth_stamp.off_let_left {
  position: relative;
}

#auth_stamp.off_let_left:before {
  position: absolute;
  content: '';
  width: 100%;
  border-top: 1px solid black;

}

#auth_stamp.details-bx-st {
  border: 1px solid #cccccc8f;
}

.uplord_stamp {
  border-bottom: 0 !important;
}

.gap-2 #dnld_btn1 {
  padding: 8px 20px 8px 50px;
  position: relative;
  background-color: #c30b15;
  border-radius: 0 !important;
  color: #fff;
  text-transform: capitalize;
  margin-left: 18px;
}

.gap-2 #dnld_btn1::before {
  position: absolute;
  content: '';
  background-image: url(http://localhost/hr_new/public/images/pdf.png);
  background-size: 35px;
  width: 25px;
  height: 23px;
  background-repeat: no-repeat;
  left: 12px;
  top: 4px;
  background-size: contain;
}

.gap-2 #dnld_btn1::after {
  position: absolute;
  content: '';
  border-left: 1px solid #d5d5d5;
  height: 35px;
  left: -14px;
  top: -1px;
}

.right-nav li .micro-btn {
  display: flex;
  padding-left: 20px;
}

.right-nav li .micro-btn li a {
  border: none;
  padding: 0;
  margin-left: -10px;
}

.micro-btn li:nth-child(1) {
  transition: 0.2s ease-in-out;
}

.micro-btn li:nth-child(2) {
  transition: 0.10s ease-in-out;
}

.micro-btn:hover li:nth-child(1) {
  margin-right: 12px;
  transition: 0.2s ease-in-out;
}

.micro-btn:hover li:nth-child(2) {
  margin-right: 12px;
  transition: 0.10s ease-in-out;
}

.dash_letter .d-flex {
  display: flex !important;
  align-items: center;
}


.err_msg {
  text-align: right;
  margin-bottom: 0
}

.fast_input {
  padding-top: 12px !important;
}

.pupof_form {
  display: grid;
  padding-bottom: 15px;
  position: relative;
  justify-content: start;
  grid-template-columns: 1fr 1fr;
}

/* .modal_line {
  position: relative;
} */

.pupof_form::before {
  content: '';
  position: absolute;
  border-left: 1px solid #dee2e6;
  height: 30px;
  left: 40%;
  top: 0;
}

.modal-body {
  position: relative;
  padding: 30px;
}

.pupof_form a i {
  padding-right: 5px;
}

.btn-blue {
  margin-top: 12px;
}

button#confirmButton {
  padding: 5px 35px;
  border-radius: 0;
}

button#cancelButton {
  padding: 5px 35px;
  border-radius: 0;
}

.modal-body p a i {
  padding-right: 15px;
}

.modal-body p a {
  padding-right: 10px;
  display: flex;
  align-items: center;
}

.modal-body p a span:hover {
  color: #0000ff;
}

.pupof_form a span:hover {
  color: #0000ff;
}

/* .vh-100::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
} */

.vh-100::-webkit-scrollbar {
  width: 10px;
  background-color: #e4dddd;
}

.vh-100::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(linear,
      left bottom,
      left top,
      color-stop(0.44, rgb(156, 163, 177)),
      color-stop(0.72, rgb(179, 189, 201)),
      color-stop(0.86, rgb(196, 200, 212)));
}
.modal-header a {
  margin-bottom: 0 !important;
}
.modal-header a img{
  width: 60px;
}
.btn-blue {
  padding: 7px 55px;
  margin-top: 0;
}
.left-side-panel .details-bx .input-group {
  margin-bottom: 1.2rem;
}
#emp_position {
  border-top: none;
  border-bottom: none;
}
#emp_work_hour {
  border-top: none;
  border-bottom: none;
}
select#company_name {
  border-top: none;
  border-bottom: none;
}
select#company_address {
  border-top: none;
  border-bottom: none;
}
#hr_name {
  border-top: none;
  border-bottom: none;
}
#hr_designation {
  border: none;
}
.left-side-panel .details-bx {
  padding: 22px 0 0 0;
  border-bottom: 1px solid #0095ff43;
}
.btn-blue {
  margin-top: 20px;
}
.btn-cstm {
  margin-top: 20px;
}
.offer_letter_form img#hs_img {
  margin-left: 12px;
  padding: 5px;
}
#emp_position {
  border-right: none;
}
#emp_work_hour {
  border-right: none;
}
#company_name {
  border-right: none;
}
#company_address{
  border-right: none;
}
#hr_name{
  border-right: none;
}


#login_form{
  position: relative;
}
.login_err_msg_box{
  position: absolute;
  top: 0;
  right: 0;
}
#login_err_msg{
  color: red;
  font-size: 14px;
  font-weight: 500;
}
.sm{
  color: red;
}


.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transform: translateY(-50px);
  opacity: 0;
}
.modal.show .modal-dialog {
  transform: translateY(0);
  opacity: 1;
}
.btn-green{
  border: 1px solid green;
  background-color: green;
  color: #fff !important;
}
.btn-green:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.div_pos_red{
	color: red;
}

.emp_work_day_sec{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.emp_work_day_single {
  display: flex;
  align-items: center;
  justify-content: center;
}

.emp_work_day_sec label{
  border-bottom: 0 !important;
  padding: 0.3rem 0.6rem !important;
}
.mon_tu_wed{
  /*display: flex;*/
  gap: 0px;
}
.emp_work_day_sec .mon_tu_wed{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    float: left;
  
}
.left-side-panel .emp_work_day_sec .emp_work_days{
     width: 20px !important;
    padding: 0 !important;
    margin: 0 !important;
}
.emp_work_day_sec .thu_fri_sun{
     display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    float: left;
}
.emp_work_day_sec .emp_work_days{
    
}


#mail_send_from{
	width: 101%;
    border-color: #e2e2e2;
    padding: 0.5rem 1rem;
	border: none;
}
#mail_send_from:focus, #mail_send_from:focus-visible{
	border: none;
}

#emp_slot_hour {
    border-right: none;
	border-top: none;
    border-bottom: none;
	width: 101%;
    border-color: #e2e2e2;
	padding: 0.5rem 1rem;
}
#emp_slot_hour:focus-visible {
  outline: none !important;
}

#next_btn , #ofr_ltr_submit_btn{
  background-image: linear-gradient(to right, #005cff 0%, #05beef 51%, #723bee 100%);
  border-color: #52A0FD;
}
#preview_btn {
  background-image: linear-gradient(to right, green 0%, rgb(119, 144, 119) 51%, rgb(3, 62, 3) 100%);
  border-color: rgb(119, 144, 119);
}

#next_btn:hover , #ofr_ltr_submit_btn:hover , #preview_btn:hover {
  background-position: right center !important;
}
.borderOne{
    /*width:100%;*/
    /*height:1px;*/
    /*background:#ccc;*/
    /*float:left;*/
    /*    margin-top: 8px;*/
}
#next_btn{
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  font-size: 15px;
    font-weight: 500;
 }
 #ofr_ltr_submit_btn , #preview_btn {
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  font-size: 15px;
    padding: 10px 10px;
    width: 150px;
    font-weight: 500;
 }
 #prev_btn{
  font-size: 15px;
    padding: 10px 10px;
    width: 150px;
    font-weight: 500;
 }
#delconfirm{
	margin-right: 25px;
}
.employee-table-body tr td img{
    width:75px !important;
}
.borderOnetexbor{
    width
}


.offerArea .titHeadOffer{
    margin:0;
    padding:0;
    width:100%;
    float:left;
    font-size: 17px; 
    font-weight: 600; 
    padding: 30px 0 20px;
    display:flex;
    gap:10px;
}
.offerArea .titHeadOffer span{
    
}
.emp_work_day_single label{
    font-weight: 500 !important;
}

@media (max-width:1440px){

.left-side-panel{
    width:22%;
}
.right-side-panel{
    width:78%;
}
.left-side-panel .details-bx .input-group label {
    font-size: 13px;
}
.left-side-panel h4, .left-side-panel h5{
    font-size:13px;
}
.emp_work_day_single label{
    padding-left: 5px !important;
    font-weight: 500 !important;
}
.left-side-panel .details-bx.company-details .input-group select{
   font-size:13px; 
}
}


