@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
:root {
--primary-color: #f136a4;
  --secondary-color: #70c213;
  --t-color: rgba(241, 54, 164, 0.6784313725490196);
  --head-color: #303134;
  --paragraph-color: #717579;
  --gradient-color: linear-gradient(270.13deg, #a2f544 -17.4%, #70c213 91.1%) !important;
  --accent-color: linear-gradient(270.13deg, #f136a4 -17.4%, rgba(241, 54, 163, 0.6627450980392157) 91.1%) !important;
  --white-color: #fff;
  --anchor-link: #f136a4;
}

/* fonts css */
.f-40 {
  font-size: clamp(28px, 2.1vw, 40px);
}

.f-36 {
  font-size: clamp(28px, 2.8vw, 36px);
}

.f-32 {
  font-size: clamp(24px, 2.6vw, 32px);
}

.f-30 {
  font-size: clamp(22px, 1.8vw, 30px);
}

.f-28 {
  font-size: clamp(24px, 2vw, 28px);
}

.f-26 {
  font-size: clamp(22px, 1.8vw, 26px);
}

.f-24 {
  font-size: clamp(20px, 1.1vw, 24px);
}

.f-22 {
  font-size: clamp(18px, 1.2vw, 22px);
}

.f-20 {
  font-size: clamp(16px, 1.2vw, 20px);
}

.f-18 {
  font-size: clamp(15px, 1.2vw, 18px) !important;
}

.f-16,
sub,
sup {
  font-size: clamp(12px, 1vw, 16px);
}

.f-14,
p {
  font-size: clamp(12px, 1vw, 14px) !important;
}

.f-12 {
  font-size: 12px !important;
}

.f-10 {
  font-size: 10px !important;
}

.f-32p {
  font-size: clamp(20px, 2vw, 32px);
}

.f-16vw {
  font-size: clamp(12px, 1vw, 14px) !important;
}

.f-22vw {
  font-size: clamp(16px, 1.4vw, 22px) !important;
}

::placeholder,
option,
select {
  font-size: 13px !important;
}

label {
  font-size: 14px !important;
}

.fw-medium {
  font-weight: 500 !important;
}
.fw-normal {
  font-weight: 400 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

/* -----------close fonts */
body{
font-family: 'Roboto', sans-serif !important;
}
.secondary-border{
  border-color: var(--secondary-color) !important;
}
.f-bold{
 font-weight: 700;
}
.f-semibold{
 font-weight: 600;
}
.f-medium {
  font-weight: 500;
}
.remember-line-height{
line-height: 2;
}
.primaryColor{
 color: var(--primary-color);
}
.simpleBtn, .anchor-btn{
background: var(--gradient-color);
color: var(--white-color);
cursor: pointer;

}

button.swal2-confirm.swal2-styled{
  background: var(--gradient-color) !important;
color: var(--white-color) !important;
cursor: pointer !important;

}
.login-body{
 height: 100vh;

}
/* html body .content.app-content{
margin-left: 230px !important;
} */
html body .content.app-content{
 width: 100%;

}
html body .content.app-content .content-wrapper{

  padding: 110px 20px !important;
}
.menu-fixed{
min-width: 230px;
max-width: 230px;
min-height: 100vh !important;
}
.custom-header{
left: 230px;
}
.content-wrapper{
margin-left: 230px;
}
.content.app-content .header-navbar.fixed-top{

left: auto !important;
}

.nav-item.is-shown a{
  color: #f138a5 !important;
}
.nav-item a{
color: #717579;
}
.anchor-active{
color: #f138a5 !important;
}

.login-background{
background: url('../images/backgrounds/login-banner.jpg');
background-size: cover;
background-repeat: no-repeat;
min-height: 100vh;
}
.radius-20{
border-radius: 20px !important;
}

#emp_job_type:focus-visible{
  outline: none ;
}
 .outer-div{
  box-shadow:0 4px 25px 0 rgb(0 0 0 / 10%);
  background-color: #ffffff;
 }


 /* super admin panel */
 .select_css {
   padding: 0.6em;
   min-height: 42px;
   border-radius: 5px;
   width: 100%;
 }
 .bg_light{
  background-color: #FAFAFA;
 }
 .primary-btn{
  background-color: var(--primary-color);
  color: white!important;
 }
 .primary-btn:hover{
  background-color: var(--primary-color);
  color: white;
 }
 .secondary-light_btn{
  background-color: transparent;
  border: 1px solid;
  color: var(--secondary-color);
 }
 .white_btn{
  background-color: white;
  border: 1px solid;
  color: rgb(35, 35, 35);
  padding: 7px 10px 5px;
    border-radius: 5px;
 }
 .secondary-light_btn:hover{
  background-color: var(--secondary-color);
  color: white;

 }
 .secondary-color{
  color: var(--secondary-color);
 }
 .primary-color{
  color: var(--primary-color);
 }
 .step_single{
  opacity: 0.4;
 }
 .step_single.active{
  opacity: 1;
 }

 .step_count .single_step{
  background-color: #A8E068;
  color: white;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  z-index: 9;
  cursor: pointer;
 }
 .single__step {
   color: white;
   width: 25px;
   height: 25px;
   background-color: #303134;
   display: inline-flex;
   border-radius: 100px;
   align-items: center;
   justify-content: center;
   font-size: 14px;
   margin-right: 8px;
 }
 .cursor_pointer{
  cursor: pointer;
 }
 .register-template:before{
      content: '';
        height: 400px;
        width: 300px;
        background: rgba(241, 54, 164, 0.2);
        filter: blur(150px);
        display: block;
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
 }
 .line_count:before {
   content: '';
   position: absolute;
   height: 2px;
   width: 100%;
   background: #A8E068;
   left: 0;
   color: white !important;
   top: 50%;
   transform: translateY(-50%);
 }
 .single_step.active {
   background-color: var(--secondary-color);
 }

@media(max-width: 1020px) {
  #side_nav {
    margin-left: -250px;
    position: absolute;
    min-height: 100vh;
    z-index: 1;
  }

  #side_nav.active {
    margin-left: 0;
    position: fixed;
  }
    .custom-header {
      left: 0px;
    }

    .content-wrapper {
      margin-left: 0px;
    }
}



.dashboard-img {
    width: 28%;
}
.min-height__local{

    height: 150px;
    overflow: auto;
}
.star_color{
    color: #ff9248 !important;
}

@media screen and (max-width: 767px) {
.loginBtn {
   margin-bottom: 25px;
}}

.button__group{

    display: flex;
    gap: 10px;
}
.cursor__pointer{
    cursor: pointer;
}


/* loader */

.loader {
    border: 10px solid #ffffff91;
    border-radius: 50%;
    border-top: 10px solid var(--primary-color);
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
  }


.my_btn {
    position: relative;
}
.my_btn .overlay{
    display: none;
}
.my_btn .main_loader{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
}

.my_btn .loader {
    border: 2px solid #ffffff91;
    border-radius: 50%;
    border-top: 2px solid white;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
  }
  /* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }


  .form-group:has(.pswd__toggl__view) i {
    position: absolute;
    top: 38px;
    right: 0;
    padding: 14px;
}

.form-group:has(.pswd__toggl__view) {
    position: relative;
}
  .form-group:has(.pswd__toggl__login__view) i {
    position: absolute;
    top: 22px;
    right: 0;
    padding: 14px;
}

.form-group:has(.pswd__toggl__login__view) {
    position: relative;
}
