@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600;700&display=swap');
html{
	background: #f5f7f8;
}
body{
	
    font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
    text-align: center;
    margin:0px;
}

.header_container{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-left: 60px;
}
.heading {
/*     border: 1px solid #1a61db; */
    /* box-shadow: rgb(26 97 219) 0px 2px 8px 0px; */
/*     background: #1a61db;
    border-radius: 8px;
    padding: 5px 10px; */
    color: #252525;
/*     margin: 0px 0px 16px 0px; */
/* 	transition: all 0.3s; */
/* 	    padding-bottom: 10px; */
}
.heading h2 {
    padding: 13px 0 !important;
    margin: 0px !important;
    font-size: 24px;
    font-weight: 600;
    /* border-bottom: 1px solid #d6d3d3; */
    /* margin-bottom: 10px !important; */
    /* padding-bottom: 7px !important; */
}
.company_logo img {
       width: 111px;
}
.button-container {
    width: 90%;
    margin: 0 auto 20px auto;
    display: flex;
    justify-content: space-between;
}
.create_btn img {
    margin-bottom: -6px;
}
.create_btn {
	margin-left: 14px;
    width: 94px;
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.502);
    padding: 0px 30px 0px 10px;
    border-radius: 40px;
    height: 48px;
    box-shadow: 0px 1px 2px 0px rgba(60,64,67,0.3), 0px 1px 3px 1px rgba(60,64,67,0.15);
}
	.create_btn:hover{
			cursor:pointer;
			box-shadow: 0px 4px 4px 0px rgba(60,64,67,0.3),0px 8px 12px 6px rgba(60,64,67,0.15);
			background-color: #f6fafe;
			border: none;
	}
.btn_head {
    font-weight: 700;
    font-size: 20px;
    color: rgb(60,64,67);
    letter-spacing: .25px;
    padding: 0 18px 0 14px;
    line-height: 36px;
}
.btn_svg{
    margin-bottom: 1px;
    margin-left: 2px;
    margin-top: 6px;
}
 .space_btn:hover{
    cursor:pointer;
    box-shadow: rgb(26 97 219) 0px 2px 8px 0px;
    background: #1a61db;
    border: none;
}
.space_btn{
    background: #FFF;
    padding: 10px 40px;
    border-radius: 28px;
    box-shadow: #f7f7f7 0px 2px 8px 0px;
    font-size: 19px;
    font-weight: 600;
    border: none;
}
select:focus-visible {
    outline: 0px;
    border:none !important;
}
button,td.fc-timegrid-axis.fc-scrollgrid-shrink span {
    text-transform: capitalize !important;
    font-size: 16px !important;
}

.fc-scroller::-webkit-scrollbar {
	width: 10px;
}

.fc-scroller::-webkit-scrollbar-track {
	background: #e4e4e4;
}

.fc-scroller::-webkit-scrollbar-thumb {
	background-color: #1a61db;
	border-radius: 16px;
	border: 2px solid #1a61db;
}
.fc .fc-button-primary:focus {
  box-shadow: none !important;
}
.fc .fc-button-primary {
    background: #e0ecff;
    color:#000;
    border: 2px solid #FFF;
    border-radius: 28px;
}
h2{
    font-size: 30px;
}
.fc .fc-col-header-cell-cushion {
    display: inline-block;
    padding: 10px 15px;
    font-size: 18px;
}
div#calendar {
/*     max-width: 1200px; */
/*     margin: 0 auto; */
    width: 100%;
    background: #fff;
/*     border: 1px solid #1a61db;
    box-shadow: rgb(26 97 219) 0px 2px 8px 0px;
    border-radius: 10px;
    flex-grow: 1; */
    padding: 0px 0px;
/*     position: relative; */
	height:100vh;
}
div#calendar .fc-header-toolbar {
    padding: 10px 16px!important;
    margin: 0px !important;
/*     border-left: 1px solid #d6d3d3; */
}
div#calendar .fc-header-toolbar .fc-toolbar-chunk{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:10px;
}
div#calendar .fc-header-toolbar .fc-toolbar-chunk .fc-button-group{
	order:2 !important;
}
div#calendar .fc-header-toolbar .fc-toolbar-chunk .fc-today-button{
	order:1 !important;
    color: #000000 !important;
    background: #fff;
    opacity: 1;
    border: 1px solid rgb(218,220,224) !important;
    border-radius: 4px;
    padding: 6px 12px;
	font-size:14px !important;
	margin:0px !important;
}
div#calendar .fc-header-toolbar .fc-toolbar-chunk .fc-today-button:hover{
    background: rgb(241,243,244) !important;
}
div#calendar .fc-header-toolbar .fc-toolbar-chunk .fc-button-group .fc-timeGridWeek-button{
    margin: 0 10px !important;
}
div#calendar .fc-header-toolbar .fc-toolbar-chunk .fc-button-group .fc-dayGridMonth-button,
div#calendar .fc-header-toolbar .fc-toolbar-chunk .fc-button-group .fc-timeGridWeek-button,
div#calendar .fc-header-toolbar .fc-toolbar-chunk .fc-button-group .fc-timeGridDay-button{
	    color: #000000 !important;
    background: #fff;
    opacity: 1;
    border: 1px solid rgb(218,220,224) !important;
    border-radius: 4px !important;
    padding: 6px 12px !important;
	font-size:14px !important;
}
div#calendar .fc-header-toolbar .fc-toolbar-chunk .fc-button-group .fc-dayGridMonth-button:hover,
div#calendar .fc-header-toolbar .fc-toolbar-chunk .fc-button-group .fc-timeGridWeek-button:hover,
div#calendar .fc-header-toolbar .fc-toolbar-chunk .fc-button-group .fc-timeGridDay-button:hover{
 background: rgb(241,243,244) !important;
}
div#calendar .fc-toolbar-title {
    font-size: 22px !important;
    color: #3C4043 !important;
}

colgroup col {
    width:90px !important; 
}
.fc .fc-timegrid-axis-cushion, .fc .fc-timegrid-slot-label-cushion{
    text-align:center !important;
    padding:0px !important;
    width:100%;
    font-size:12px;
}
/* .fc-daygrid-event-harness:nth-child(odd) {
    background-color: #f5f5f5;
}
.fc-daygrid-event-harness:nth-child(even) {
    background-color: #b5d6f0cc;
} */
.fc-daygrid-dot-event:hover{
    background: rgb(55 136 216);
    color: #fff;
    cursor: pointer;
}
.fc-daygrid-dot-event:hover .fc-daygrid-event-dot {
    border: 4px solid #fff !important;
}
.fc-toolbar-chunk:nth-child(3) .fc-button-group button{
  border-radius: 28px !important;
  padding: 5px 30px !important;
  
}
.fc-toolbar-chunk:nth-child(3) .fc-button-group button:hover {
    background: #1a61db;
    padding: 5px 30px;
    border: 2px solid #FFF;
    border-radius: 28px;
}
.fc-toolbar-chunk:nth-child(1) .fc-button-group button:hover, .fc-direction-ltr .fc-toolbar > * > :not(:first-child):hover{
     background: rgb(241,243,244);
     border:none !important;
	color:#3C4043 !important;
}
.fc-toolbar-chunk:nth-child(1) .fc-button-group button{
    outline: 0;
    box-shadow: none;
    border: none !important;
    margin-left: 2px !important;
}
.fc .fc-button-primary:not(:disabled).fc-button-active{
    background:rgb(241,243,244) !important;
    padding: 5px 30px;
    border: 2px solid #FFF;
    border-radius: 28px;
    
}
.fc-direction-ltr .fc-toolbar > * > :not(:first-child):disabled {
    padding: 5px 30px;
    background: rgb(241,243,244) !important;
    border: none;
}
.fc-direction-ltr .fc-toolbar > * > :not(:first-child){
    padding: 5px 30px;
     outline: 0;
    box-shadow: none;
    border: none !important;
}
.fc .fc-toolbar-title{
    font-weight: 400;
}
.fc-popover {
    z-index: 999 !important;
}
/* .fc .fc-daygrid-day.fc-day-today, td.fc-day.fc-day-tue.fc-day-today.fc-timegrid-col {
    background-color: #ffc700;
} */
.fc-theme-standard th {
    border-bottom: none !important;
}
.fc .fc-daygrid-day-number{
       text-align: center !important;
    /* width: 100%; */
    height: 26px;
    width: 26px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
	cursor:pointer;
	transition: 0.2s all;
}
.fc .fc-daygrid-day-number:hover{
  background: rgb(241,243,244) !important;
}
.fc-day-today .fc-daygrid-day-top .fc-daygrid-day-number{
	background: #3788D8 !important;
	color: #fff !important;
}
.fc .fc-col-header-cell-cushion{
      padding: 0px 15px;
    font-size: 12px;
    font-weight: 500 !important;
    padding-top: 5px !important;
	    color: #70757A !important;
    text-transform: uppercase !important;
	
}
/* popup style start */
 .swal2-popup .swal2-html-container{
/* 	margin: 0.5rem 1rem !important; */
}
.main_container{
	width: 100%;
	text-align: left;
	font-size: 1rem;
	padding-top: 5px;
}

.title_main label{
	font-size:1em !important;
	color:#262626;
}
.input_style{
	width:100%;
	margin: 0px !important;
}
.input_main .input_style::placeholder{
	opacity: 0.6;
	font-size: 15px;
	color:#292929;
}
.input_main .swal2-input {
	padding: 0 0.50em;
	width: 100% !important;
	height: 2em !important;
}
.text_container{
		width: 100%;
		text-align: left;
		font-size: 1rem;
		padding-top:0.8rem;
}
.text_container .label{
	color:#262626;
}

.textarea_div .swal2-input {
	height: 3em;
	padding: 0.2em 0.50em;
	width: 100% !important;
	margin:0px !important;
}

.textarea_div textarea::placeholder{
	opacity: 0.6;
	padding-top:3px;
	color:#292929;
	font-size: 15px;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif !important;
}

.meet_container{
	width: 100%;
	text-align: left;
	font-size: 1rem;
	padding-top: 0.2rem;
	padding-bottom: 0.8rem;
}
.meet_container .label{
	color:#262626;
}
.select_option{
	width:100%;
}
.select_option .select_input{
	color: #292929;
	width: 100%;
	margin: 0px;
	padding: 0px 0.5em;
	font-size: 14px;
	height: 2.6em;
	opacity: 0.6;
}

.swal2-popup .swal2-actions{
	margin:0px !important;
	gap:10px;
}
.swal2-popup .swal2-actions .swal2-confirm  ,.swal2-popup .swal2-actions .swal2-cancel{
	margin:0px !important;
}
.swal2-popup .swal2-actions .swal2-confirm{
	background-color:#00bd90;
}

.swal2-popup .swal2-close{
	display: flex;
	font-size: 31px !important;
	position: absolute;
	top: 6px;
	right: 0px;
	color:#000;
}
/*.swal2-popup .swal2-actions .swal2-cancel{*/
/*	background-color: #fff;*/
/*	color: #282828;*/

/*}*/

/*.swal2-popup{*/
/*	background:#e0ecff !important;*/
/*	border-radius: 12px !important;*/
/*	}*/
.swal2-popup{
	background:#FFF !important;
	border-radius: 12px !important;
	}
.swal2-popup .swal2-actions .swal2-cancel {
    background-color: grey;
    color: #FFF;
}
.swal2-popup .swal2-close:focus {
	 outline: 0;
	 box-shadow: none  !important;
}
.swal2-file:focus, .swal2-input:focus, .swal2-textarea:focus{
    outline: 0;
    box-shadow: none !important;
}
textarea::placeholder {
    font-size: 15px !important;
    font-weight:300 !important;
}
.adding_Event .swal2-popup h2.swal2-title {
padding: 10px 0 11px 19px;
background-color: #1a61db;
text-align: left;
font-size: 21px;
color: #fff;
border-radius: 12px 12px 0px 0px;
}
.swal2-popup  option{
background-color:#fff !important;
color:#000000;
}
.swal2-popup .swal2-actions .swal2-styled.swal2-confirm ,.swal2-popup .swal2-actions .swal2-styled.swal2-cancel {
padding:0.5em 1em;
font-size: 16px !important;
}
.swal2-popup .swal2-actions .swal2-styled.swal2-confirm:focus ,.swal2-popup .swal2-actions .swal2-styled.swal2-cancel:focus {
box-shadow: none !important;
}
.swal2-popup  .swal2-input, .swal2-popup  .swal2-textarea {
border: 1px solid #b4dbed;
color: #000;
font-family: 'Titillium Web';
font-weight: 400;
}
.information_popup.swal2-popup .swal2-html-container p{
	text-align: left !important;
    margin: 0px !important;
    display: flex;
    align-items: flex-start !important;
    gap: 10px;
    padding-bottom: 15px;
    font-size: 15px;
}
.dynamic-span{
  font-weight: 400!important;
  width: 75%;
    display: block;
}
.information_popup.swal2-popup .swal2-html-container p span {
	font-weight: 600;
}
.information_popup.swal2-popup .swal2-html-container > p > span:nth-child(2){
    width: 17%;
    display: block;
}
.information_popup.swal2-popup div#swal2-html-container {
/*     background: aliceblue; */
    padding: 20px;
/*     border-radius: 10px; */
    margin:10px 25px;
}
.success_del h2#swal2-title ,.success_del .swal2-actions {
/*     margin-bottom: 20px !important; */
}

/* popup style end */



input,textarea,select {
  background: 0;
  border: 0;
  outline: none;
  width:99%;
  transition: padding 0.3s 0.2s ease;
  color:#6e6a6a;
}
textarea::placeholder, textarea, input{
  font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif !important;
  font-size:14px;
}

input:focus + .line:after {
  transform: scaleX(1);
}
textarea:focus + .line:after {
  transform: scaleX(1);
}
section:focus + .line:after {
  transform: scaleX(1);
}

.field {
  position: relative;
  width: 100%;
}

.bordered-field {
  border: 1px solid #e0e0e0;
  padding: 5px;
}
.line {
  width: 100%;
  height: 1px;
  position: absolute;
  background: #bdc3c7;
}
.line:after {
  content: " ";
  position: absolute;
  float: right;
  left: 0;
  width: 100%;
  height: 1.5px;
  transform: scalex(0);
  transition: transform 0.3s ease;
  background:rgb(25,103,210);
}
.container{
  display:flex;
  gap:10px;
  align-items: center;
	padding:8px 0;
}
.main_icon{
  font-size: 16px;
  color:#726b6b !important;
}
.spacing_top{
  padding-top:8px;
}
.spacing{
  padding:8px 0;
}

div#dateTimeField {
    display: flex;
}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 300,
  'GRAD' 0,
  'opsz' 48
}

  .material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 300,
    'GRAD' 0,
    'opsz' 48
  }
.container_main{
	display:flex;
}
.select-menu{
   position:relative;
	width:100%;
}
.select-menu .select-btn{
    display: flex;
    height: 40px;
    background: #fff;
	font-weight:600;
	color:#c80202;
    padding: 4px 10px;
	border-radius:28px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 8px;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
       box-shadow: #c80202 0px 2px 8px 0px;
	transition: all 0.3s;
}
.select-menu .select-btn:hover{
  background: #c80202;
  color:#fff;
}
.select-btn i{
    font-size: 25px;
    transition: 0.3s;
}
.select-menu.active .select-btn i{
    transform: rotate(-180deg);
}
.select-menu .options{
	position:absolute;
	width:91%;
    padding: 5px 10px;
    margin-top: 10px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
    display: none;
	border:1px solid #c80202;
	box-shadow: #c80202 0px 2px 8px 0px;
}
.select-menu.active .options{
    display: block;
}
.options .option{
    display: flex;
    height: 40px;
    cursor: pointer;
    padding: 0 16px;
    border-radius: 8px;
    align-items: center;
    background: #fff;
}
.options .option:hover{
    background: #F2F2F2;
}
.option i{
    font-size: 25px;
    margin-right: 12px;
}
.option .option-text{
    font-size: 18px;
    color: #333;
}
.sBtn-text{
	font-weight:600;
}

		.listing{
	text-align: left;
    padding: 20px 10px;
		}
.listing_main_head h2{
	font-size: 16px;
	font-weight:bold;
	margin:0px;
    padding-bottom: 4px;
	color: #FFF;
}
		.list{
    display: flex;
		align-items: center;
		}
		
.list {
	display: flex;
	align-items: center;
	gap: 10px;
	padding-bottom: 8px;
	padding-top: 5px;
	border-bottom: 1px solid #d6d3d3;
}
.list:not(:first-child) {
	padding-top: 8px !important;
	padding-bottom: 8px !important;

}
.icon{
/* 	background-color:#d9d9d9; */
	width: 30px;
	height: 30px;
	display:flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.list_heading{
	font-size: 17px;
}


.custom-counter {
  margin: 0;
  padding: 10px 10px;
  background:#fff;
  list-style-type: none;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius:8px;
  border-top: 5px solid #d5d5d5;
  border-bottom:5px solid #d5d5d5;
}

.custom-counter li {
  counter-increment: step-counter;
  margin-bottom: 10px;
}

.custom-counter li::before {
  content: counter(step-counter);
  margin-right: 7px;
  font-size: 90%;
	height: 15px;
  background-color: rgb(0,200,200);
  color: white;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 3px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.list_custom{
	display: flex;
}
.list_event{
	display:flex; flex-direction:column;
}
.timing{
	font-size: 17px;
}
.event_timing p{
margin:0px;
	font-size:15px;
}
.event_title p{
margin:0px;
	font-size:15px;
}

.continer_section .create_btn {
	margin-bottom:14px !important;
}
.continer_section {
	width: 20%;
	padding:0px !important;
	background-color:#fff !important;
	}
.button-container1 {
/*     padding: 0 10px; */
}
.continer_section {
width: 20%;
/* display: flex; */
	padding:10px
}
.header_container1{
/* 	    border-bottom: 1px solid #d6d3d3; */
    width: 100%;
/*     display: flex; */
    align-items: center;
    justify-content: flex-start;
    
}
.button-container1{
    align-items: center;
    justify-content: flex-end;
/*     padding: 0 10px !important; */
}
.company_logo{
    padding: 5.25px 0;
    border-bottom: 1px solid #d6d3d3;
}
/* .continer_section .create_btn {
    background: #FFF;
    color: #2bc48a;
    padding: 10px 10px;
    border-radius: 28px;
    font-size: 17px;
    font-weight: 600;
    box-shadow: #2bc48a 0px 2px 8px 0px;
	margin-bottom:20px;
}
.continer_section .create_btn:hover {
    background: #2bc48a;
    color: #FFF;
} */
.continer_section .space_btn:hover {
    background: #dd6262;
    color: #FFF;
    
}
.continer_section .space_btn {
    background: #FFF;
    color: #dd6262;
    padding: 10px 15px;
    border-radius: 28px;
    box-shadow: #dd6262 0px 2px 8px 0px;
    font-size: 17px;
    font-weight: 600;
}
.custom-no-counter {
    margin: 0;
    padding: 10px 10px;
    background: #fff;
    list-style-type: none;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 8px;
    border-top: 4px solid #d5d5d5;
}
.listing_main_head {
    border: 1px solid #673ab787;
    box-shadow: rgb(175 151 217) 0px 2px 8px 0px;
    background: #673ab787;
    border-radius: 28px;
    padding: 10px 30px;
    color: #FFF;
    display: inline-flex;
    margin: 0px 0px 16px 0px;
}
.fc-daygrid-dot-event .fc-event-title{
	font-weight:400;
}
/* simple calendar left sidebar */
 .simpleCalendar {
            display: flex;
            padding: 0 10px;
            
        }
        
       .calendar-container {
         background: none !important;
         width: 450px;
         height: 290px;
         /* border-radius: 10px; */
         /* box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12); */
        }
        .bi-chevron-left::before,.bi-chevron-right::before {
            font-size: 15px;
            font-weight: 700 !important;
        }
        .calendar-container header {
            display: flex;
            align-items: center;
            /*padding: 15px 15px; */
			padding: 10px 15px 0px 12px;
            justify-content: space-between;
			padding-bottom:0px !important;
        }
        
        header .calendar-navigation {
            display: flex;
        }
        
        header .calendar-navigation span {
         margin: 0 3px;
         /* padding: 4px; */
         cursor: pointer;
         width: 20px;
         display: flex;
         align-items: center;
         justify-content: center;
         /* padding-right: 10px; */
         border-radius: 50%;
        }
        #calendar-prev .bi-chevron-left{
	      padding-bottom: 3px;
/*           padding-left: 2px; */
         }
         #calendar-next .bi-chevron-right{
	      padding-bottom: 3px;
          padding-left: 2px;
         }
         .bi-chevron-left::before, .bi-chevron-right::before {
          font-size: 11px !important;
         }
        .calendar-navigation span:last-child {
            margin-right: -10px;
        }
        
        header .calendar-navigation span:hover {
            background: #f2f2f2;
        }
        
        header .calendar-current-date {
            font-size: 14px;
            font-weight: 500 !important;
            margin: 0px;
            color: #3C4043;
        }
        
        .calendar-body {
			   padding-top: 10px;
               /*padding: 10px; */
        }
        
        .calendar-body ul {
            list-style: none;
            flex-wrap: wrap;
            display: flex;
            text-align: center;
		     padding: 0px;
			margin:0px;
			padding-bottom:6px;
        }
        
        .calendar-body .calendar-dates {
            margin-bottom: 20px;
			padding:0px;
        }
        
        .calendar-body li {
            width: calc(100% / 7);
            font-size: 10px;
            color: #70757a;
        }
        
        .calendar-body .calendar-weekdays li {
            cursor: default;
            font-weight: 600;
        }
        
        .calendar-body .calendar-dates li {
/*             margin-top: 10px; */
            position: relative;
            z-index: 1;
            cursor: pointer;
			padding: 7px 0;
        }
        
        .calendar-dates li.inactive {
            color: #aaa;
        }
        
        .calendar-dates li.active {
            color: #fff;
        }
        
        .calendar-dates li::before {
            position: absolute;
            content: "";
            z-index: -1;
            top: 50%;
            left: 50%;
            width: 25px;
            height: 25px;
            border-radius: 50%;
            transform: translate(-50%, -50%);
        }
        
        .calendar-dates li.active::before {
            background: #3788d8;
        }
        
        .calendar-dates li:not(.active):hover::before {
             background-color: rgb(241,243,244);
        }




/*  */

  .swal2-container.swal2-center>.swal2-popup {
    background: #fff !important;
    border-radius:8px;
    /*width:900px;*/
}
.swal2-popup .swal2-actions .swal2-confirm {
  background-color: #1a73e8 !important;
}
.swal2-popup .swal2-actions .swal2-cancel {
  background-color: #f1f3f4;
  color: #625e5e;
}



.input0, .input1, .input2{
  /*background: #f1f3f4;*/
   position: relative;
  padding: 3px;
 border: 1px solid #ccc;
     border-radius: 5px;
 
}
.input0 input:focus + .line0:after {
  transform: scaleX(1);
}
#swalEvtDesc, #swalEvtDesc_edit { border:1px solid #e5e5e5; padding: 5px;border-radius: 5px}
.time0{

}
/*.input2{*/
/*  background: #f1f3f4;*/
/*  padding: 6px;*/
/*  position: relative;*/
/*}*/
.input2 input:focus + .line2:after {
  transform: scaleX(1);
}
/*.input1{*/
/*  background: #f1f3f4;*/
/*  padding: 6px;*/
/*  position: relative;*/
/*}*/
.input1 input:focus + .line2:after {
  transform: scaleX(1);
}
.line2 {
  width: 92%;
  height: 5px;
  bottom:0px;
  position: absolute;
  background: #f1f3f4;
}
.line2:after {
  content: " ";
  position: absolute;
  float: right;
  left: -6px;
  width: 108.5%;
  bottom: 0px;
  height: 2.5px;
  transform: scalex(0);
  transition: transform 0.3s ease;
  background: rgb(25,103,210);
}
.line0 {
  width: 95%;
  height: 5px;
  bottom:0px;
  position: absolute;
  background: #f1f3f4;
}
.line0:after {
  content: " ";
  position: absolute;
  float: right;
  left: -6px;
  width: 105%;
  bottom:0px;
  height: 2.5px;
  transform: scalex(0);
  transition: transform 0.3s ease;
  background:rgb(25,103,210);
}
.input{
  font-size: 20px;
  padding-bottom:10px;
}



.tab_main{
	display: flex;
	width: 100%;
	background-color: #fff;
  gap:18px;
	    padding-top: 10px;
}

.tab {
  overflow: hidden;
  border-bottom: 1px solid #d5d5d5;

}
.tab2{
  text-align: left;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 8px 16px;
  transition: 0.3s;
  font-size: 16px !important;
  font-weight:500;
  color:rgb(25,103,210);
  border-bottom: 2px solid rgb(25,103,210);
}

/* Change background color of buttons on hover */
.tab button:hover {
 color:rgb(25,103,210);
 background-color: #f5f5f5;
}

/* Create an active/current tablink class */
.tab button.active {
  color:rgb(25,103,210);
  border-bottom: 2px solid rgb(25,103,210);
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  text-align: left;
  border-top: none;
}

.tab1{
/*width: 70%;*/
width: 100%;
	padding-bottom: 10px;
}
.tab2{
  width: 30%;
	padding-bottom: 10px;
  }
  .tab_items{
    padding:6px 16px;
    border-bottom: 1px solid #d5d5d5;
    font-size: 16px !important;
  }


/*calendar css 01-09*/
.adding_Event .swal2-title {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0;
    background: #F1F3F4;
    text-align: left;
    padding-left: 20px;
    text-transform: capitalize;
}
.field2 .line0, .field2 .line1, .field2 .line2, .field2 .line4 {
    display: none;
}
.field2 .time0, .field2 .time1, .field2 .time2 {
    margin-right: 15px;
}
#swalEvtTitle::placeholder {
    font-weight: 700;
    color: #848484 !important;
}
.icon .main_icon {
    color: #333 !important;
    border-radius: 50%;
}
.line {
    /*background: #e0e0e0 !important;*/
    height: unset;
    border-bottom: 1px solid #e0e0e0;
}
.email-tag {
    margin-left: 0;
}
.email-tag:nth-child(2) {
    margin-left: 5px;
}
.input0, .input1, .input2 {
    border-color: #e0e0e0;
}
.gethost, select#swalEvtRoom {
    padding-bottom: 10px;
    /*font-size: 15px !important;*/
}
.gethost, select#swalEvtRoom, .email-tag-text, .email-tag-text-edit, .field2 .time0, .field2 .time1, .field2 .time2 {
    font-size: 14px !important;
}
.adding_Event .swal2-title {
    background-color: #f0f0F0;
}
.swal2-popup .swal2-html-container {
    box-shadow: 1px 1px 5px 0 #817c7c96 !important;
    padding: 14px;
    padding-left: 5px;
    margin-bottom: 25px;
    padding-right: 20px;
}
select#swalEvtRoom {
    margin-bottom: 18px;
}
select#swalEvtRoom ~ .line {
    bottom: 20px;
}
.switchcont .slider.round {
  border-radius: 34px;
}

.switchcont .slider.round:before {
  border-radius: 50%;
}
.switchcont input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
.switchcont .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.switchcont .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.switchcont .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.switchcont .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switchcont input:checked + .slider {
  background-color: #2196F3;
}

.switchcont input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}


/*end-01-09*/


.adding_Event textarea{
   width: 98% !important;
   height:60px;
	/*height:150px;*/
}
.adding_Event .container.spacing_top.broadwise {
    align-items: flex-start !important;
}
span.material-symbols-outlined {
    font-size: 20px !important; 
    color: #726b6b !important;
}
.fc .fc-button .fc-icon {
    font-size: 1.3em !important;
}
.fc-toolbar-chunk .fc-button-group .fc-prev-button{
 padding-bottom: 3px !important;
 padding-right: 3px !important;	
	
}
.fc-toolbar-chunk .fc-button-group .fc-next-button{
    padding-bottom: 3px !important;
    padding-left: 2px !important;
}
.fc-toolbar-chunk .fc-button-group .fc-prev-button, .fc-toolbar-chunk .fc-button-group .fc-next-button{
	color:#3C4043;
	padding: 0px;
    width: 28px;
    border-radius: 50% !important;
    height: 28px;
    background: white;
	transition:0.3s all;
}
.fc .fc-daygrid-day-top {
    display: flex;
    flex-direction: row-reverse;
    width: 100% !important;
    align-items: center !important;
    justify-content: center !important;
	padding-top:4px !important;
}
.fc-daygrid-day-events{
	font-size:14px !important;
}
.swal2-popup.information_popup h2.swal2-title {
    font-size: 1.2em;
    font-weight: 500;
   padding: 10px 0;
    background: #F1F3F4;
}
.swal2-popup.swal2-modal.information_popup.swal2-show {
    /*width: 600px !important;*/
}
textarea#swalEvtGuests {
    /*height: 196px !important;*/
    height:25px;
}
input#swalEvtHostedBy {
    font-size: 15px;
}
.swal2-popup .swal2-styled.swal2-deny {
	font-size: 16px !important;
	padding: 0.5em 1em;
}
.swal2-popup .swal2-styled.swal2-deny:focus {
	box-shadow: none !important;
}
.swal2-icon-success h2#swal2-title {
    padding-bottom: 12px;
    padding-top: 4px;
}
.swal2-popup.swal2-modal.swal2-icon-success.swal2-show {
    width: 640px !important;
}
.swal2-icon.swal2-success.swal2-icon-show {
    margin: 1.2em auto 0.6em !important;
}