@font-face {
  font-family:"Inter";
  src: url("../fonts/Inter.ttf") ;
}

.font{
  font-family: Inter;
  font-size: 14px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  letter-spacing: normal;
  color: black;
}
.content{
  height: 100vh;
  overflow-y: auto;
}

.rounded{
  border-collapse: separate !important;
  border-spacing: 0;
  border: 1px solid lightgrey;
  border-radius: 1rem!important;
}
.font-grey{
  color: #4b5563 !important;
}
.hr-tg{
	margin-top:10px !important;
	margin-bottom:10px !important;
}	
.hrtag{
	height:2px;
	margin-top:25px;
	margin-bottom:25px;
}
.view {
	text-align: right;
}

.txt{
	color:#FF5700!important;
	font-weight: bold;
}

.input-form-control{
	height: 3.5rem;
	 border-color: lightblue !important;
}
.input-form-control:focus {
    border-color: lightblue !important;
    outline: none;
    box-shadow: 0 0 0 5px rgba(244, 140, 37, 0.15);
}
.wrapper {position: relative;}
.wrapper::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -100px;   
  transform: translateX(-50%);
  width: 520px;
  height: 320px;
  background: radial-gradient(
    circle,
    rgba(255, 165, 0, 0.22) 0%,
    rgba(255, 165, 0, 0.12) 30%,
    rgba(244, 244, 244, 1) 65%
  );
  z-index: -1;
  pointer-events: none;
}
.body{
	background-color: #F2F2F7 !important;
}
.div-circle{
	width:20px;
	height:20px;
	border-radius:50%;
	display:flex;
    align-items:center;
    justify-content:center;
}

@media ( max-width : 767px) {
	.view {
		text-align: left;
	}
	.mob {
		padding: 0px !important;
	}
	.title-header{
		z-index: 1000 !important;
		opacity: 1;
        background-color: white;
        margin-top: 1.5rem !important;
        border-bottom: 1px solid lightgray;
	}
	.input-form-control{
		height: 2.5rem;
	}
}

.it .iti--allow-dropdown {
	width: 100%;
}

.bg-black{
	background-color:black!important;
}
.bg-green{
	background-color:rgb(241, 246, 233);
}
.br-10{
	border-radius:10px;
}
.shadow{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.bg-grey{
	background-color: #f6f6f6!important;
}
.bg-lightgrey{
	background-color: lightgrey !important;
}
.bg-white{
	background-color: white !important;
}
.card {
  border-radius: 10px !important;
  border: none;
 /* box-shadow: 0px 5px 20px 0px #d2dae3; */
  box-shadow: 0 1px 3px #0000001a;
  z-index: 1;
  display: flex;
}
.no-shadow {
  box-shadow: none !important;
}
.card:hover{
  box-shadow:0 8px 16px 0 rgba(0,0,0,0.2);
}
.close-butn{
	border-radius: 6px;
	color: white;
	background-color:#5c636a!important;
	font-size: 14px !important;
}

.close-butn:hover{
	color: white;
}
.butn{
	border-radius: 6px;
	color: white;
	background-color:#FF5700!important;
	white-space: nowrap;
	font-size: 14px !important;
	padding:9px 25px;
	outline: none!important;
}

.butn:hover{
	color: white;
}

.bt-action{
    background: #FF5700;
    box-shadow: 0px 4px 10px rgba(244, 140, 37, 0.3), inset 0px 1px 0px rgba(255, 255, 255, 0.3);
    height: 3.5rem;
    font-size: 1rem !important;
	color: white !important;
}


.form-control:focus {
	box-shadow: none;
	border: 2px solid #3B3B3B !important;
}
.no-shadow{
	box-shadow: none!important;
	 border: 1px solid lightgrey;
}
.title-font {
	font-size: 18px;
	font-weight: 600;
	color: #111827;
}
.sub-title-font {
	font-size: 16px;
	font-weight: 400;
	color: #4b5563;
}
.table-head {
	height: 50px;
    vertical-align: middle !important;
}
td {
	height: 60px !important;
    vertical-align: middle !important;
}
.add-btn {
	border: 1px dashed #2563eb;
    color: #2563eb;
    background: transparent;
    border-radius: 8px;
}
.add-btn:hover {
	background: #2563eb;
    color: #fff;
}
.form-label {
	font-weight: bold;	
}
.btn-back{
  border-radius:50%!important;
}
.selected-box {
    background: #f1f7ff;                  
    border: 1px solid #cfe2ff;            
    padding: 12px 18px;
    border-radius: 10px;                  
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: #0d47a1;                       
    width: 98%;
    margin: 10px auto;
    box-shadow: 0 0 4px rgba(0,0,0,0.05);
}
body {
    padding-bottom: 100px;
    overflow-y: auto;
}
.classic-font {
	color: #6c757d;
	font-size: 11px;
	font-weight: 700;
}