@import url(https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);
.regist-frm-sec select{
	border: 1px solid #e5e5e5;
    border-radius: 5px;
}
.label {
    display: flex;
}

.label span {
    color: red;
    position: relative;
    top: -2px;
    left: 0px;
}

.searching{
    margin-top: 32px;
}

.days_s {
    display: flex;
    align-items: end;
    gap: 20px;
    width: max-content;
    margin: auto;
}
.days_s .form-group {
    display: flex;
    align-items: center;
    gap: 20px;
}
.days_s .form-group label{
margin: 0;
}
.days_s .form-group select{
    min-width: 220px;
}
.card-header .btn {
    margin-left: 15px;
}
:root {
  --primary-color: #f90a39;
  --text-color: #1d1d1d;
  --bg-color: #f1f1fb;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
/*  font-family: "Poppins", sans-serif;*/
}
body {
  background-color: #fff;
}
.container {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calendar {
  width: 100%;
  max-width: 380px;
  padding: 30px 20px;
  border-radius: 10px;
  background-color: var(--bg-color);
}
.calendar .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #ccc;
}
.calendar .header .month {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: var(--text-color);
}
.calendar .header .btns {
  display: flex;
  gap: 10px;
}
.calendar .header .btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #fff;
  background-color: #245c29;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}
.calendar .header .btns .btn:hover {
  background-color: #245c29;
  transform: scale(1.05);
}
.weekdays {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.weekdays .day {
  width: calc(100% / 7 - 10px);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.days {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.days .day {
    width: calc(100% / 7 - 10px);
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color);
    background-color: #fff;
    transition: all 0.3s;
    cursor: pointer;
}
.days .day:not(.next):not(.prev):hover {
  color: #fff;
  background-color: #245c29;
  transform: scale(1.05);
}
.days .day.today {
  color: #fff;
  background-color: #245c29;
}
.days .day.next,
.days .day.prev {
  color: #ccc;
}

/* Credits */
.credits a {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: #aaa;
}
.credits span {
  color: var(--primary-color);
}

.cal-s{
    justify-content: center;
}
.anchor{
  color: black;
  font-size: 13px;
}

i {
    font-family: 'FontAwesome' !important;
}
table .btn i {
/*  color: #fff;*/
}

td.fixed-td {
    max-width: 300px;
}

.task-cat {
    display: flex;
    align-items: center;
    gap: 15px;
}

.task-cat > * {
    width: max-content;
}

.text-start {
    text-align: left !important;
}

.todo-list>li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.todo-list>li p{
  margin:0;
}

.todo-container{
    height: 100%;
    max-height: 342px;
    overflow: auto; }


/*!
* ajay css [start]
*/
form .error{
  border: 1px solid red !important;
}
form span.err{
  color: red !important;
  text-align: left !important;
  font-size: 14px !important;
}
.sidebar-nav .nav-content a { 
  padding: 10px 0 10px 25px;  
}
.imgdiv{
  position: relative;
  width: fit-content;
  margin-top: 20px;
}
.imgdiv span{
  position: absolute;
  top: -10px;
  right: -30px;
  color: #fff;    
  width: 25px;
  height: 25px;
  border-radius: 50%;   
  background: #d71717;
  font-size: 15px;
  line-height: 25px;   
  text-align: center;
  cursor: pointer;
}
.form-check-input { 
  border: 1px solid #364d65;
}
.header-nav .nav-profile img { 
  max-width: 36px;
  height: 36px;
}
.profile .profile-card img {
  max-width: 120px;
  height: 120px;
}

.filter h2 button{
  padding: 5px 15px;
  background: #eee;
}
.filter input,select{
  padding: 5px 10px;  
}
.form-label {
  margin-bottom: 0;
  font-weight: 600;  
}

.res-ul-data{
  position: absolute;  
  width: 100%; 
  top: 38px; 
  z-index: 10;
}
.res-ul-data ul{  
  background: #fff;
  border: 1px solid #ccc; 
  list-style-type: none;
  padding-left :15px;
}
.res-ul-data ul li{ 
  padding : 2px 0px;
  cursor: pointer;
}
.selected-data{
  padding-top: 10px;
}
.selected-data .item {
  color: #333;
  margin: 1px 0 1px 0;
  margin-right: 0px;
  font-style: normal;  
  padding: 0 30px 0 15px;
  margin-right: 5px;
  white-space: nowrap;
  /* 
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 17px; 
  */
  background-color: #ebf8a4;
  border: 1px solid #9fb330;
  position: relative;
  display: inline-block;
  line-height: 24px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.selected-data .item a.remove-item {
  color: #F00;
  font-size: 15px;
  position: absolute;
  top: 3px;
  /* right: 4px; */
  right: 0px;
  height: 21px;
  width: 21px;
  text-align: center;
  cursor: pointer;
  line-height: 15px;
}

.table a.btn,
.table button.btn{
  padding: 0px 8px;
}

/** main container for stick-footer**/
.my-main-content{
  min-height:calc(100vh - 170px);     
}
/***/

.bgBox{
  background: #0e1b7c;  
  padding: 25px;  
  border-radius: 2%;
}
.break-word{
  word-wrap: break-word;         
  overflow-wrap: break-word; 
}

.discount-label {
  top: -6px;
  right: -6px;
  width: 100px;
  height: 100px;
  text-align: center;
  position: absolute;
  background-image: url(../img/download.png);
  transform: rotate(90deg);
}
.discount-label span {
  color: #fff;
  margin-left: -25px;
  margin-top: 27px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(315deg);
  display: inline-block;
  text-transform: uppercase;
}

.contractPreview {
  /* width: 970px; */
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.contractPreview .contract {
  border: 1px solid #808285;
  height: 600px;
  background: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 0px 1px #808285;
  text-align: left;
  color: #000;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  overflow-x: hidden;
}
.btn-close{
  font-size: 28px;
}
.filter-box{
  /* background: #eec;
  padding: 15px 5px 5px 5px; */
  margin-bottom: 15px;
}
.quote-box{
  background: #e0dede;
  padding: 15px; 
  border: 1px;
  border-radius: 5%;
  height: 100%;
}
.form-check-input {
    position:inherit; 
    margin-top:inherit;
    margin-left:inherit;
}
.close,
.close:hover,
.close:focus{
  color: #fff !important;
  font-size: 30px;
}
.supl-categories{
  max-height: 100px;
  overflow-y: scroll;
  list-style-type: none; 
  padding: 2px;         
  margin: 0; 
}
/*!
* ajay css [ends]
*/