@font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'poppinslight';
    src: url('../fonts/poppins-light-webfont.woff2') format('woff2'),
         url('../fonts/poppins-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'poppinsmedium';
    src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'),
         url('../fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'poppinssemibold';
    src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body{color: #333}
.login{display: flex;align-items: center;height: 100vh;background: url(../images/loginBg2.jpg);background-position: right bottom;background-repeat: no-repeat;}
.loginLeft-sec,
.loginRight-sec{flex: 0 0 100%;max-width: 50%;}
.loginLeft-sec{
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.loginLeft-sec .login-banneroverlay{
position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    text-align: center;
    bottom: 50px;
}
.loginLeft-sec .login-banneroverlay h1{    color: #333;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;}
.loginLeft-sec .login-banneroverlay p{font-size: 23px;color: #333}
.loginLeft-sec img{
    width: 100%;    
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;}
.login-content{width: 400px;display: inline-block;text-align: left;}
.login-logo{margin-bottom: 60px;}
.custom-margin-left {
    margin-left: -100px;
}
.LoginTab .heading2{margin-bottom: 20px;}
.LoginTab .nav-tabs{display: flex;border: 0;}
.LoginTab .nav-tabs .nav-item button{font-size: 17px;color: #112995;border: 1px solid #112995;border-radius: 5px;margin: 0 7px;position: relative;}
.LoginTab .nav-tabs .nav-item button::before{content: "";
    position: absolute;
    border-width: 10px;
    border-color: transparent transparent transparent;
    border-style: solid;
    top: 100%;
    left: 50%;
    margin-left: -5px;}
.LoginTab .nav-tabs .nav-item button.active{background: #112995;color: #fff;}
.LoginTab .nav-tabs .nav-item button.active::before{border-color: #112995 transparent transparent;}
.LoginTab .tab-content{margin-top: 45px;}
.LoginTab .tab-content .tab-pane ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.LoginTab .tab-content .tab-pane ul li{
    display: inline-block;
    width: 100%;
    text-align: left;
    position: relative;
    margin-bottom: 25px;
}
.LoginTab .tab-content .tab-pane ul li.captchaList{
    display: flex;
  flex-wrap: wrap;
}

.LoginTab .tab-content .tab-pane ul li.captchaList label{
    padding-left: 0;
}
.LoginTab .tab-content .tab-pane ul li.captchaList span{
    max-width: 100px;
  flex: 0 0 100%;
  padding: 12px 0;
}
.LoginTab .tab-content .tab-pane ul li.captchaList input{
    max-width: calc(100% - 100px);
  flex: 0 0 100%;
}
.LoginTab .tab-content .tab-pane ul li input{
    width: 100%;
    padding: 13px 14px;
    border: 2px solid #e0e5e9;
    border-radius: 3px;
    font-size: 17px;
    color: #333;
    outline: 0;
}
.LoginTab .tab-content .tab-pane ul li input:focus{border: 2px solid #d01469;}
.LoginTab .tab-content .tab-pane ul li label{
    width: 100%;
    font-size: 15px;
    color: #2b2b2b;
    padding: 0 0 6px 13px;
}
.LoginTab .tab-content .tab-pane ul li .fa-solid{
    position: absolute;
    right: 10px;
    font-size: 20px;
    bottom:17px;
    color: #e8e8e8;
}
.LoginTab .tab-content .tab-pane ul li.captchalist i{position: absolute;
    right: 12px;
    bottom: 16px;}
.LoginTab .tab-content .tab-pane ul li input:focus+.fa-solid{color: #d01469}
.LoginTab .tab-content .tab-pane ul li.captchalist i img{height: 29px;}
.LoginTab .tab-content .tab-pane ul li.submitbtnList{margin-top: 15px;text-align: center;display: flex;justify-content: space-between}
.LoginTab .tab-content .tab-pane ul li.submitbtnList button{    background: #d01469;
    border: 0;
    padding: 15px 45px;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    border-radius: 5px;
    width: 47%;
    transition: all 0.5s ease;
    position: relative;
    font-weight: 600;
    text-align: center;}
.LoginTab .tab-content .tab-pane ul li.submitbtnList button:hover{background: #f73d91}
.LoginTab .tab-content .tab-pane ul li.clickbtnList{text-align: center;}
.LoginTab .tab-content .tab-pane ul li.clickbtnList{    margin-bottom: 0;
    padding: 20px 0;}
.LoginTab .tab-content .tab-pane ul li.clickbtnList.border-top{border-color: #d01469 !important}
.LoginTab .tab-content .tab-pane ul li.clickbtnList p{margin: 0}
.LoginTab .tab-content .tab-pane ul li.clickbtnList p a{color: #333;font-weight: 700;text-decoration: none;}
.LoginTab .tab-content .tab-pane ul li.submitbtnList button:nth-child(2){background: #e8e8e8;color: #a6a6a6}
.LoginTab .tab-content .tab-pane ul li.submitbtnList button:nth-child(2):hover{background: #cfcdcd}
.LoginTab .tab-content .tab-pane ul li.submitbtnList button:hover i{right: 28px;}
.bluetext{color: #609fff;}
.login-heading p{font-size: 28px;margin-bottom: 0}
.login-heading .heading2{font-weight: 700}


/*Dashboard css start here*/
.main-wrapper{background: #f5fcff}
#wrapper #content-wrapper{background: transparent;}
.left-panel{
        width: 310px !important;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
    margin-right: 30px;
    background: #fff;
    padding: 20px;
}
.sidebar.left-panel .nav-item{border-bottom: 1px solid #ddd;}
.sidebar.left-panel .nav-item .nav-link{
        width: 100%;
    font-size: 18px;
    color: #333;    
    padding: 13px 0;
    font-weight: 600;
}
.sidebar.left-panel .nav-item .nav-link span{font-size: 18px;}
.sidebar.left-panel .nav-item.active .nav-link{color: #d01469}
.sidebar.left-panel .sidebar-brand{margin-bottom: 20px;}
.sidebar.left-panel .nav-item .nav-link[data-toggle=collapse]::after{color: #d01469}
.sidebar.left-panel .nav-item .collapse .collapse-inner .collapse-item, 
.sidebar.left-panel .nav-item .collapsing .collapse-inner .collapse-item{
    padding: 4px 5px;
    margin: 0;
    font-size: 16px;
    color: #d01469;
    transition: all 0.5s ease;
}
.sidebar.left-panel .nav-item .collapse, .sidebar.left-panel .nav-item .collapsing{margin: 0px 10px}
.sidebar.left-panel .nav-item .collapse .collapse-inner .collapse-item:hover, 
.sidebar.left-panel .nav-item .collapsing .collapse-inner .collapse-item:hover{background-color: #d01469;
    color: #fff !important;
    padding-left: 8px !important;}



.top-filter{
    background: #01015a;
    padding: 12px;
    border-radius: 10px;
}
.top-filter input,.top-filter select{
        width: 100%;
    /* padding: 10px 10px; */
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    color: #fff;
}
.top-filter button{
        width: 100%;
    padding: 10px 0;
    border: 1px solid #d01469;
    background: #d01469;
    color: #fff;
    border-radius: 5px;
}

.tab-buttons {
  margin-bottom: 20px;
}

.tab-button {
    padding: 7px 17px;
    margin: 0 5px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #eeeeee;
    text-align: left;
    font-size: 16px;
    line-height: 19px;
    color: rgba(51, 51, 51, 0.6);
    border-radius: 10px;
    position: relative  ;
}
.tab-button img{position: absolute;
    left: 15px;
    top: 15px;}
.tab-button.active {
  background-color: #d01469;
  color: #fff;
}
.tab-button.active img{filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(163deg) brightness(104%) contrast(102%);}
.tab-button:active {
  background-color: #ddd;
}

.form-tab .tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}
.form-tab{
border: 1px solid #d01469;
    padding: 0 30px 40px 30px;
    margin-top: 15px;
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
}
.tab-buttons .tab-button{
    border: 1px solid #d01469;
    padding: 10px 15px 10px 56px;
    margin-top: 15px;
    border-radius: 20px;
    width: 190px;
}
.tab-heading{    
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 15px 0;
    margin: 25px 0 25px 0;
    display: inline-block;
    width: 100%;
}
.heading2{font-size: 28px;color: #333333;font-weight: 700}
.tab-heading ul{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: end;
    grid-gap: 30px;
    list-style: none;
}
.tab-heading ul li{
    border-right: 1px solid #e5e5e5;
    padding: 0 30px 0 0;
}
.tab-heading ul li:last-child{
    border-right: 0;
    padding-right: 0;
}
.tab-container label{width: 100%}
.tab-container input,
.tab-container textarea,
.tab-container select{
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 11px 15px;
    background: #f6f6f6;
    border-radius: 10px;
    margin-bottom: 25px;
}

/* Scrollable container */
    .scroll-container {
      width: 100%;
      height: 500px;
      padding: 20px;
      overflow: auto; /* Hide default scrollbar */
    }
.heading1{font-size: 30px;margin: 0}
.submitbtn{
    padding: 10px 40px;
    border: 1px solid #d01469;
    margin-bottom: 10px;
    background: #d01469;
    color: #fff;
    border-radius: 5px;
}
.num-highlight
{
    border-radius: 15px;
  padding: 12px;
  text-align: center;
  font-size: 22px;
}
.pulse {
    animation: pulse-animation 2s infinite;
  }
  
  @keyframes pulse-animation {
    0% {
      box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
      box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
  }
.bg-crm-highlight-yellow
{
    background-color: #F8C823;
    color:black;
}
.bg-crm-highlight-red
{
    background-color: #dc7c7c;
    color:black;
}  
.red{
    color: red;
}
#overlay{	
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.6);
  }
  .cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;  
  }
  .spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
  }
  @keyframes sp-anime {
    100% { 
      transform: rotate(360deg); 
    }
  }
  .is-hide{
    display:none;
  }
  .star-color{
    color: #d01469;
  }
  .star {
    font-size: 30px;
    color: #ccc;
    cursor: pointer;
}
.star.selected {
    color: #d12f78;
}
.star.hover {
    color: #d12f78;
}
/* btn loader css*/
.loader {
  border: 2px solid #f3f3f3;
  border-top: 2px solid #3498db;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spin 1s linear infinite;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.hidden {
  display: none;
}

.timeline {
  list-style: none;
  padding-left: 0;
  position: relative;
  margin-left: 20px;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #dee2e6;
}

.timeline-item {
  position: relative;
  margin-bottom: 30px;
  padding-left: 60px;
}

.timeline-badge {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: #007bff;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  padding-top: 6px;
  line-height: 1.2;
}

.timeline-content {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  border-left: 3px solid #007bff;
}
.current-user {
  font-weight: bold;
}
.date-div .date{font-size:25px;font-weight:600;line-height:1;}
.date-div .month{font-size:12px;}
.ab-history-title{margin-bottom:30px !important;}