@import url('https://fonts.googleapis.com/css2?family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
body {
    /* font-family: 'Segoe UI', sans-serif!important; */
    font-family: "Inria Sans", sans-serif;
    background: #fff;
    margin: 0;
    padding: 0;
    position: relative;
}
.login-fullscreen {
  background-color: #fff;
}

.container {
    max-width: 420px;
    /* margin: 0 auto;
    padding: 20px; */
    /* text-align: center; */
}
.login-fullscreen .alert {
    border-radius: 30px;
    margin-top: 24px;
}

h2 {
    color: #0e0e4f;
    margin-top: 40px;
    font-size: 1.2rem;
}

p {
    font-size: 0.9rem;
    margin: 8px 0 20px;
}
.edit-header p{
  margin: 0px;
  padding: 10px;
  font-size: 1rem;
}
.question-section {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 16px;
}
.edit-header {
  background: #013b7c;
  color: #FFF;
}
.login-screen {
  background-color: #fff;
  padding: 16px;
}
html, body {
  margin: 0;
  padding: 0;
}

/* 2. Use viewport units for full screen */


.login-screen .otp-text-block {
  font-size: 16px;
  color: #f77b0b;
  text-decoration: none;
}
.login-screen .otp-text-block:hover {
  color: #000;
  text-decoration: underline;
}
.login-screen .btn-login:hover {
   background-color:#0B094E;
}
.login-screen form {
  min-height: 350px;
  background-color: #fff;
  position: relative;
  z-index: 20;
}
label {
    display: block;
    text-align: left;
    font-weight: 600;
    margin-bottom: 5px;
}

input[type="text"] {
    width: 100%;
    padding: 14px;
    border: 1px solid #ccc;
    border-radius: 12px;
    font-size: 1rem;
    margin-bottom: 20px;
    box-sizing: border-box;
}

input[type="password"],
input[type="text"] {
    width: 100%;
    padding: 14px 24px;
    border: 1px solid #DDDDDD;
    border-radius: 12px;
    font-size: 1rem;
    margin-bottom: 20px;
    box-sizing: border-box;
    border-radius: 100px;
}
input[type="text"]:focus,
input[type="password"]:focus{
  border-color: #f77b0b;
}
input[type="text"]:focus-visible,
input[type="password"]:focus-visible {
  outline: 2px solid #f77b0b;
}

.dropdown button {
	width:100%;
}
button {
    width: 48%;
    padding: 14px;
    font-size: 1rem;
    background-color: #f77b0b;
    color: white;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
}

.illustration {
    margin-top: 30px;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.illustration img {
    width: auto;
    height: 238px;
}

.inria-sans-light {
  font-family: "Inria Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.inria-sans-regular {
  font-family: "Inria Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.inria-sans-bold {
  font-family: "Inria Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.inria-sans-light-italic {
  font-family: "Inria Sans", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.inria-sans-regular-italic {
  font-family: "Inria Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.inria-sans-bold-italic {
  font-family: "Inria Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
}



html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body {
	background: var(--z-gray-300);
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	font-family: "Inria Sans", sans-serif;
  background: #f8f8f8;
}

a {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

img {
	max-width: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.max-w-100 {
	max-width: 100%;
}

* {
	box-sizing: border-box;
}
.body {
	padding: 0 3% 5%;
}
.body {
	padding-bottom: 60px;
}
.header-top {
  padding: 16px;
  background-color: #fa8422;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 9px 14px rgba(17, 17, 17, 0.05);
  margin: 0 -16px;
  margin-bottom: 24px;
  /* border-radius: 0px 0px 30px 30px; */
  border-bottom: 1px solid #0B094E;
}
.header-top  img {
  height: 60px !important;
}
.header-top .dropdown {
  padding-right: 0;

}
.header-top .dropdown-toggle {
    margin: 0;
    width: 50px;
    border: 0;
    fill: #fff;
  }
  .header-top .dropdown-toggle svg {
    fill: #fff;
  }
  .header-top .dropdown-toggle::after {
    border-top: .3em solid #fff;
    display: none;
  }
  .header-top .dropdown-toggle:hover {
    background-color: #fa8422;
  }
.header-top .logo {
    width: 100%;
  }

.header-top .logo img {
    width: 90%;
    border-radius: 10px;
}

.boxs-block {
	row-gap: 24px;
}
.sub-boxs-block {
	row-gap: 14px;
}
.add-meeting {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 5px 0px;
	width: 100%;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	box-shadow: 0px 9px 14px rgba(17, 17, 17, 0.05);
	border-radius: 20px;
  border-top: 4px solid #F0801E;
}

.today-meeting {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	box-shadow: 0px 9px 14px rgba(17, 17, 17, 0.05);
  padding: 0;
  overflow: hidden;
  border-top: 4px solid #0B094E;
}
.add-meeting .add-meeting,
.today-meeting .today-meeting {
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.last-7days-meetings {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	box-shadow: 0px 9px 14px rgba(17, 17, 17, 0.05);
}
.any-others {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	box-shadow: 0px 9px 14px rgba(17, 17, 17, 0.05);
}
.add-meeting .title {
	font-size: 28px;
	text-align: center;
}
.add-meeting .type-title {
	font-size: 26px;
	text-align: center;
}
.add-meeting .sub-title {
	font-size: 14px;
	text-align: center;
}
.box-in {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  padding: 16px 0;
}
.arrow-r {
	position: absolute;
	right: 20px;
	top: 50%;
    transform: translateY(-50%);
}
.arrow-r svg {
  height: 24px;
  width: 24px;
}
.franchisee-block {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 9px 14px rgba(17, 17, 17, 0.05);
  border-radius: 20px;
  margin-bottom: 24px;
}
.icon-q-block {
  display: flex;
  align-items: center;
  justify-content: space-between;

}
.form-block .icon-q-block label {
  margin: 0;
}
.icon-q-block svg {
  height: 36px;
  width: 36px;
}
.footer-block {
	position: fixed;
	bottom: 0;
	width: 100%;
	align-items: center;
	padding: 16px 32px;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(0deg, #FFFFFF, #FFFFFF);
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	box-shadow: 0px 9px 14px rgba(17, 17, 17, 0.05);
}
.footer-block a svg {
  stroke: #000;
  transition: stroke 0.3s;
}

.footer-block a:hover svg {
  stroke: #F0801E;
}


.form-block{
	width: 100%;
	background: #fff;
	padding: 16px;
	font-size: 18px;
  border-top: 1px solid #efefef;

}
.form-block  label {
	font-size: 14px;
	margin-bottom: 6px;
}
.form-block input {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 16px;
	gap: 10px;
	width: 335px;
	height: 45px;
	border-radius: 10px;
	width: 100%;
  margin-bottom:0px;
}
.form-block select {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 16px;
	gap: 10px;
	width: 335px;
	height: 45px;
	border-radius: 10px;
	width: 100%;
  margin-bottom:0px;
}
.text-danger {
  text-align: left;
  font-size: 14px;
}
.date-name {
	font-size: 18px;
	font-weight: 500;
	color: #000;
}
#collapseClients a{
	text-decoration: none;
}
.meeting-cards {
  width: 100%;
}
.meeting-cards .card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    padding: 16px;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    width: 100%;
    min-width: 100%;
}

.meeting-cards .card h5 {
    font-size: 16px;
    color: #0e0e4f;
    margin: 0 0 6px;
    font-weight: 600;
}

.meeting-cards .card p {
    font-size: 13px;
    color: #444;
    margin: 0 0 8px;
    line-height: 1.4;
}

.meeting-cards .edit-btn {
    position: absolute;
    top: 14px;
    right: 14px;
    background-color: #0066ff;
    color: #fff;
    border: 0px solid #d0d0ff;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 8px;
    font-weight: 500;
    transition: 0.3s;
}

.meeting-cards .edit-btn:hover {
    background-color: #F0801E;
}


.meeting-cards .card:hover {
    transform: scale(1.01);
}
.collapse{
	width: 100%;
}
#collapseInprogressMeetings .small{
	text-align: left;
  font-size: 16px;
}
#collapseInprogressMeetings.collapse{
	background: #fff;
    font-size: 16px;
}
#collapseInprogressMeetings.collapse h5{
	font-size: 20px;
}
.error-listing {
	text-align:left;
}
a.back{
	width: 48%;
  padding: 14px;
  font-size: 1rem;
  background-color: #b2b4c7;
  color: white;
  border: none;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  margin-right: 4%;
  text-decoration: none;
  text-align: center;
}
a.save{
	width: 48%;
    padding: 14px;
    font-size: 1rem;
    background-color: #033565;
    color: white;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    margin-right: 4%;
    text-decoration: none;
    text-align: center;
}
.location-check input {
	width: 20px;
  padding: 0px;
  height: 20px;
}

.swal-modal {
  width: 90% !important;
  max-width: 100% !important;
  padding: 15px !important;
  box-sizing: border-box;
}

.swal-title {
  font-size: 18px !important;
  line-height: 1.4;
}

.swal-text {
  font-size: 16px !important;
  line-height: 1.5;
}

.swal-button {
  padding: 12px 18px !important;
  font-size: 16px !important;
  width: 100%;
}

.swal-footer {
  text-align: center;
}

.select2-container--default .select2-selection--single{
  height: 45px!important;
  border-radius: 10px!important;
  width: 100%;
  margin-bottom: 0px;
}
.select2-selection__arrow{
  top: 9px!important;
}
.select2-selection__rendered{
  padding-top: 4px;
}
.location-check label{
  margin-top: 4px;
} 
.delete-image-btn,
.delete-button-front {
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 1;
    padding: 0;
    border-radius: 50%;
    text-align: center;
    top: 0px;
    right: 15px;
}
.icon-t-block svg {
    height: 36px;
    width: 36px;
    fill: #F0801E;
}

#login-otp{
  text-decoration: none;
  margin-bottom: 15px;
  float: right;
  color: #f77b0b;
  margin-right:10px;
}

@media (max-width:415px) {
	.add-meeting .title {
		font-size: 22px;
		text-align: center;
	}
}

@media (max-width:376px) {
	.add-meeting .title {
		font-size: 22px;
		text-align: center;
	}
}
/* @media (min-width:430px) {
  .fullscreen {
    height: 932px;
  }
}
@media (min-width:414px) {
  .fullscreen {
    height: 896px;
  }
}
@media (min-width:390px) {
  .fullscreen {
    height: 844px;
  }
}
@media (min-width:375px) {
  .fullscreen {
    height: 667px;
  }
} */