@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;500;600;700&display=swap');

body, *{
	font-family: 'Poppins', sans-serif;
}

body, #body{
	overflow-x:hidden;
	background: #EFEFEF;
	min-height: 100vh;
}
 #body{
	 padding: 30px 15px;
 }
 #body.login-body{
	 background: #EFEFEF;
 }
 a{
	text-decoration: none !important;
 }
img{
	max-width: 100%;
}
.f-13{
	font-size: 13px;
}
.logo {
    mix-blend-mode: multiply;
    width: 190px;
    margin: auto;
    display: block;
}

@media screen and (min-width: 768px){
	.col-md-20-per{
		flex: 0 0 auto;
		width: 21% !important;
		padding: 5px;
	}
	.col-md-80-per{
		flex: 0 0 auto;
		width: 79% !important;
		padding: 5px;
	}
	.statistic-box{
		width: 20% !important;
	}
}
.user-info {
	margin-top: 6rem;
    background: #fff;
    border-radius: 10px;
	padding: 2rem;
}
.user-info img{
	border: 8px solid #ffa60024;
    border-radius: 50%;
}
.user-info .logout-btn img{
	width: auto;
    border: none;
    border-radius: 0;
}
.user-info h5{
	font-weight: 600;
    font-size: 23px;
    color: #616161;
    margin-top: 1.8rem;
    margin-bottom: 0.8rem;
}
.dash-admin-btn{
	background: #D41F25;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 200;
    padding: 10px 15px;
    border-radius: 5px;
    display: block;
    margin-top: 1rem;
	text-align: center;
}
.statistic-box{
    padding: 0.8rem;
}
.statistic-box .stat-inner{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	background: #fff;
    border-radius: 10px;
    padding: 1.2rem 1.2rem 0;
	height: 210px;
}
.statistic-box .icon-box{
	width: 60px;
    height: 60px;
    background: #F47328;
    border-radius: 50%;
    display: flex;
}
.statistic-box .icon-box img{
	margin: auto;
}
.statistic-box .details{
	text-align: right;
	padding-right: 8px;
	margin-top: -15px;
}
.statistic-box .details span{
	font-size: 15px;
	color: #6B6B6B;
}
.statistic-box .details h2{
	font-size: 80px;
	color: #ABABAB;
	font-weight: 200;
	    margin-top: -13px;
}
.main-contain{
	margin-top: -10px !important;
}
.main-contain h4{
	font-size: 30px;
    color: #5f5f5f;
}
.main-contain h5{
	color: #7c7c7c;
    font-weight: 600;
    margin-top: 14px;
    margin-bottom: 0;
    font-size: 19px;
}
.footer{
	display: flex;
	justify-content: space-between;
	padding: 15px 3rem;
	align-items: center;
}
.footer a{
	color: gray;
	text-decoration: none;
	font-size: 14px;
}
.database-box{
	background: #fff;
    border-radius: 10px;
    padding: 0.8rem 1.1rem;
    display: flex;
    align-items: center;
	min-height: 105px;
}
.database-box .icon-space{
	width: 70px;
}
.database-box img{
	filter: grayscale(1);
}
.statistic-box a{
	text-decoration: none;
}
.database-box span{
	color: #969595;
    font-weight: 400;
    font-size: 15px;
}
.database-box:hover{
	cursor: pointer;
}
.database-box:hover img{
	filter: grayscale(0);
}
.database-box:hover span{
	color: #f47328;
}

/* The Modal1 (background) */
.modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgb(0 0 0 / 8%); 
}

/* Modal1 Content/Box */
#myModal1 .modal-content {
   background-color: #ffffff;
    margin: 6%;
    padding: 1.8rem;
    width: 37.4%;
    border: none;
    border-radius: 10px;
    float: right;
    display: flex;
    flex-direction: initial;
    justify-content: space-between;
}

#myModal1 .modal-content .flex-box{
	display: flex;
    align-items: center;
}
#myModal1 .modal-content .flex-box span{
	font-size: 17px;
    color: #878787;
    padding: 10px 20px;
}
#myModal1 .modal-content a.close1{
	text-decoration: none;
    background: #f47328;
    color: #fff;
    margin: auto;
    padding: 8px 39px;
    font-weight: 300;
    font-size: 18px;
    border-radius: 7px;
	margin-top: 17px;
	cursor: pointer;
}

/* The Modal2 (background) */
.modal2 {
  display: none; 
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(50, 50, 50, 0.5);; 
}

/* Modal2 Content/Box */
.myModal2 .modal-content {
   background-color: #ffffff;
    margin:  10% auto auto;
    padding: 1rem 1.8rem 3rem;
    width: 34%;
    border: none;
    border-radius: 10px;
}

.myModal2 .modal-content .click-link{
	float: right;
	margin-bottom: 1rem;
	text-align: right;
	cursor: pointer;
}
.myModal2 .modal-content .flex-box{
	display: flex;
    align-items: center;
	flex-direction: column;
    text-align: center;
}
.myModal2 .modal-content .flex-box img{
	width: 100px;
}
.myModal2 .modal-content .flex-box span{
	font-size: 24px;
    color: #6B6B6B;
    padding: 30px 40px;
}
.myModal2 .modal-content a.close2{
	text-decoration: none;
    background: #f47328;
    color: #fff;
    margin: auto;
    padding: 12px 55px;
    font-weight: 300;
    font-size: 24px;
    border-radius: 7px;
	cursor: pointer;
}
.but a.close2{
	margin: auto 5px !important;
    padding: 12px 50px !important;
}
	
.modal2.minimize{
	background: rgb(50 50 50 / 8%) !important;
	transition: all 0.5s;
	height: auto;
}
.myModal2.modal2.minimize .modal-content{
	margin: 2rem 2rem auto auto !important;
    padding: 0.5rem 1.8rem 0.5rem;
    width: 38%;
}
.myModal2.modal2.minimize .modal-content .click-link{
	display: none;
}
.myModal2.modal2.minimize .modal-content .flex-box{
	flex-direction: row;
}
.myModal2.modal2.minimize .modal-content a.close2 {
    padding: 10px 40px;
    font-size: 18px;
}
.myModal2 .modal-content .flex-box span {
    font-size: 18px;
    padding: 30px 15px;
    text-align: left;
}



/* Modal3 Content/Box */
#myModal3 .modal-content {
   background-color: #ffffff;
    margin: 10% auto auto;
    padding: 3rem 1.8rem 3rem;
    width: 34%;
    border: none;
    border-radius: 10px;
}

#myModal3 .modal-content .flex-box{
	display: flex;
    align-items: center;
	flex-direction: column;
    text-align: center;
}
#myModal3 .modal-content .flex-box img{
	width: 100px;
}
#myModal3 .modal-content .flex-box span{
	font-size: 24px;
    color: #6B6B6B;
    padding: 30px 40px 20px;
}
#myModal3 .modal-content .reason p{
	font-size: 18px;
    color: #6c6c6c;
	margin-bottom: 0;
}
#myModal3 .modal-content .reason p.highL{
	font-size: 24px;
    color: #f47328;
}
#myModal3 .modal-content a.close3{
	text-decoration: none;
    background: #f47328;
    color: #fff;
    margin: 30px auto 10px;
    padding: 12px 75px;
    font-weight: 300;
    font-size: 24px;
    border-radius: 7px;
	cursor: pointer;
}

.login-body {
	text-align: center;
}
.login-body .form{
	width: 71%;
    margin: 3rem auto 3rem;
    padding: 5%;
    background: #fff;
    border-radius: 10px;
	box-shadow: 4px 4px 10px 9px #bebebe33;
}
.login-body .form form{
	padding: 0 18%;
}
.login-body .form form .logo-img{
	width: 200px;
}
.login-body .form h4{
	color: #6B6B6B;
	margin: 2rem 0;
	font-size: 25px;
}
.login-body .form label{
	color: #7a7a7a;
	font-size: 15px;
	width: 100%;
	text-align: left;
}

.login-body .form input{
	border: 1px solid #d3d3d3;
    border-radius: 5px !important;
	margin-top: 2px;
	padding: 11px;
    font-size: 15px;
    font-weight: 300;
}

.login-body .form button{
	width: 100%;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    background: #F47328;
    border-radius: 5px;
    padding: 9px;
	margin: 1rem 0 2rem;
}

.login-body .form a{
	color: #6B6B6B;
    font-size: 14px;
}
.login-body .form span{
	color: #616161;
    font-size: 12px;
	display: block;
	text-transform: capitalize;
	    margin-top: 2px;
}
.login-img{
	display: flex;
	align-items: center;	
}

.login-img img{
	margin-left: 4%;
	width: 77%;
	margin-top: 3rem;
}

.login-body.forgot .form{
	margin-top: 6rem;
	width: 70%;
}
.login-body.forgot .form h4{
	margin: 3rem 0 1rem;
}
.login-body.forgot .form span {
    color: #8b8b8b;
}


.top-bar .nav-bar{
	display: flex;
	justify-content: space-between;
}
.top-bar .nav-bar .breadcrumb a.active{
	color: #303133;
}
.top-bar .nav-bar .breadcrumb a{
	color: gray;
	font-size: 15px;
	cursor: pointer;
}
.top-bar .nav-bar .breadcrumb .seperator{
	margin: -4px 8px 0;
    font-size: 20px;
    color: #c2c2c2;
}
.top-bar .nav-bar .nav-right{
	display: flex;
	padding-right: 3rem;
	align-items: center;
}
.top-bar .nav-bar .nav-right a{
	color: #f4742a;
	font-size: 14px;
	cursor: pointer;
}
.top-bar .nav-bar .nav-right h6{
	margin-bottom: 2px;
	font-size: 17px;
}
.top-bar .nav-bar .nav-right>img{
	    width: 60px;
    border-radius: 50%;
    border: 5px solid #ffd1b74f;
	margin-right: 1rem;
}

.add-admin h1{
	color: #636262;
    font-size: 29px;
    font-weight: 500;
}
.add-admin h4{
	color: #707070;
    font-size: 19px;
    margin-top: 2px;
}
.add-admin .form-div{
	background: #fff;
	border-radius: 5px;
	margin-bottom: 2rem;
	justify-content: center;
}
.add-admin .form-div h5{
	margin-top: 10px;
	color: #5a5a5a;
	font-size: 19px;
}

				.add-admin label.radio-select{
					width: 89px;
					font-size: 15px;
					color: gray;
				}
				
				/* Hide the browser's default radio button */
				.radio-select input {
				  position: absolute;
				  opacity: 0;
				  cursor: pointer;
				}

				/* Create a custom radio button */
				.checkmark {
				  position: absolute;
					height: 18px;
					width: 18px;
					margin-left: 10px;
					background-color: #fff;
					border-radius: 50%;
					margin-top: 2px;
					border: 1px solid gray;
				}

				/* On mouse-over, add a grey background color */
				.radio-select:hover input ~ .checkmark {
				  background-color: #ccc;
				}

				/* When the radio button is checked, add a blue background */
				.radio-select input:checked ~ .checkmark {
				  border: 1px solid #f37b36;
				}

				/* Create the indicator (the dot/circle - hidden when not checked) */
				.checkmark:after {
				  content: "";
				  position: absolute;
				  display: none;
				}

				/* Show the indicator (dot/circle) when checked */
				.radio-select input:checked ~ .checkmark:after {
				  display: block;
				}

				/* Style the indicator (dot/circle) */
				.radio-select .checkmark:after {
					    top: 0px;
						left: 0px;
						width: 16px;
						height: 16px;
						border-radius: 50%;
						background: #f37f3b;
						border: 4px solid #fff;
				}
				
				
	.add-admin .form-div .status{
		margin: 1.2rem 0 1rem;
	}			
	.add-admin .form-div .status span{
		font-size: 15px;
		color: gray;
		margin-right: 1.2rem;
	}
	.add-admin form .form-div label{
		color: gray;
		font-size: 15px;
	}
	.add-admin form .form-div  select, .add-admin form .form-div input {
		width: 90%;
		border: 1px solid #ced4da;
		padding: 9px 10px;
		border-radius: 5px;
		color: #cdcdcd;
		font-size: 18px;
		font-weight: 300;
	}
	.add-admin form .form-div select option{
		color: gray;
	}
	.add-admin form .form-div select:focus-visible{
		outline: none;
	}
	.add-admin form .form-div input {
		color: gray;
	}
	.add-admin form .form-div input:focus {
		box-shadow: none;
	}
	.add-admin form .form-div select {
		-webkit-appearance: none;
		-moz-appearance: none;
		background: url(../images/select-arrow.png);
		background-repeat: no-repeat;
		background-position: 93%;
	}
	.add-admin form .form-div .form-group{
		padding: 1.5rem 0.7rem 1rem;
	}
	
	.star-mark{
		color: #f37f3b;
	}
	input[type="date"]::-webkit-calendar-picker-indicator {
		color: rgba(0, 0, 0, 0);
		opacity: 1;
		display: block;
		background: url(../images/calendar.png) no-repeat;
		background-position-y: -2px;
		width: 20px;
		height: 20px;
		border-width: thin;
	}
	button[type="submit"]{
		color: #fff;
		background: #f37f3b;
		border-radius: 5px;
		padding: 11px 25px;
		display: inline;
		border: none;
		font-size: 18px;
		font-weight: 300;
		width: min-content;
		margin: 2rem 0;
	}
	.add-admin h5.ps-5{
		padding-left: 2.7rem !important;
	}
	.employee-table tbody tr:nth-child(odd){
		background: #efefef;
	}
	.employee-table tbody tr th:first-child, .employee-table tbody tr td:first-child,  .tab-table tbody tr th:first-child,  .tab-table tbody tr td:first-child{
		padding-left: 2.7rem;
	}
	.employee-table tbody tr th, .tab-table tbody tr th{
		padding: 10px;
		font-weight: 600;
		font-size: 15px;
		color: gray;
	}
	.employee-table tbody tr td{
		padding: 20px 12px 33px;
		font-weight: 400;
		font-size: 15px;
		color: gray;
		vertical-align: top;
	}
	h6.dependent-heading{
		font-size: 17px;
		margin-top: 40px;
		margin-bottom: -10px;
		color: #5a5a5a;
	}
	.employee-guardian-table .nav-tabs button.nav-link{
		padding: 10px 2.7rem;
		border: none;
		font-weight: 600;
		font-size: 15px;
		color: gray;
	}
	.tab-table tbody tr:first-child{
		background: #EFEFEF;
	}
	.employee-guardian-table .tab-content{
		background: #fff;
		border-radius: 5px;
	}
	.employee-guardian-table .tab-content .tab-pane.active{
		padding-top: 2rem;
		padding-bottom: 2.5rem;
		min-height: 240px;
	}
	.tab-table tbody tr td{
		color: gray;
		font-weight: 400;
		font-size: 15px;
		padding: 22px 10px 0px;
		vertical-align: top;
	}
	.tab-table tbody tr td.address{
		font-size: 13px;
	}
	.employee-guardian-table .nav-tabs{
		border: none;
	}
	.employee-guardian-table .tab-content .tab-pane#panel3 th, .employee-guardian-table .tab-content .tab-pane#panel3 td{
		text-align: center;
	}
	.employee-guardian-table .tab-content .tab-pane#panel4 th, .employee-guardian-table .tab-content .tab-pane#panel4 td{
		text-align: center;
	}
	.employee-guardian-table .tab-content .tab-pane#panel2 ul li{
		padding: 7px 0px 0;
	}
	
	table.dataTable thead td.select-checkbox:before, table.dataTable thead th.select-checkbox:before {
		   content: " ";
		margin-top: -10px;
		margin-left: -6px;
		width: 16px;
		height: 16px;
		border: 1px solid #cdcdcd !important;
		border-radius: 3px;
		display: inline-block;
		position: absolute;
		background: #f7f7f7;
	}
	table.dataTable thead td.select-checkbox.selected:before, table.dataTable thead th.select-checkbox.selected:before {
		background: #f47328;
		border-color:  #f47328 !important;
	}
	table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before{
		border: 1px solid #cdcdcd !important;
		width: 16px !important;
		height: 16px!important;
		margin-top: 15px!important;
		background: #f7f7f7;
	}
	
	table.dataTable tr th.select-checkbox.selected::after {
		position: absolute;
		margin-left: -4px !important;
	}
	table.dataTable tr th.select-checkbox.selected::after{
		text-shadow: none !important;
	} 
	table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after{
		text-shadow: none !important;
		margin-top: 8px !important; 
		font-size: 16px !important;
		color: #fff !important;
		margin-left: -4px !important;
	}
	table.dataTable tr.selected td.select-checkbox:before, table.dataTable tr.selected th.select-checkbox:before {
		background: #f47328 !important;
		border-color: #f47328 !important;
	}
	.data-main_length{
		display: none;
	}
	.data-main_filter{
		float: left;
	}
	.data-main_filter label{
		display: none;
	}
	.form-control.custom-search{
        font-size: 13px;
	padding: 6px 9px 7px;
    background: url(../images/search-icon.png);
    background-repeat: no-repeat;
    background-position: 97% 7px;
    background-color: #fff;
    border-radius: 5px;
    border: 3px solid #dbdada;
	}
	.form-control.custom-search::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	  opacity: 0.4; /* Firefox */
	}

	.form-control.custom-search:-ms-input-placeholder { /* Internet Explorer 10-11 */
	  opacity: 0.4;
	}

	.form-control.custom-search::-ms-input-placeholder { /* Microsoft Edge */
	  opacity: 0.4;
	}
	
	
	table.dataTable tr th.select-checkbox.selected::after {
    content: "✔";
	color: #fff;
    margin-top: -11px;
    margin-left: -4px;
    text-align: center;
    text-shadow: rgb(176, 190, 217) 1px 1px, rgb(176, 190, 217) -1px -1px, rgb(176, 190, 217) 1px -1px, rgb(176, 190, 217) -1px 1px;
}

.checkbox-menu li label {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    margin:0;
    transition: background-color .4s ease;
}
.checkbox-menu li input {
    margin: 0px 5px;
    top: 2px;
    position: relative;
}

.checkbox-menu li.active label {
    background-color: #cbcbff;
    font-weight:bold;
}

.checkbox-menu li label:hover,
.checkbox-menu li label:focus {
    background-color: #f5f5f5;
}

.checkbox-menu li.active label:hover,
.checkbox-menu li.active label:focus {
    background-color: #b8b8ff;
}


.dropdown-check-list {
  display: inline-block;
}

.dropdown-check-list .anchor {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 5px 50px 5px 10px;
  border: 1px solid #ccc;
}

.dropdown-check-list .anchor:after {
  position: absolute;
  content: "";
  border-left: 2px solid black;
  border-top: 2px solid black;
  padding: 5px;
  right: 10px;
  top: 20%;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.dropdown-check-list .anchor:active:after {
  right: 8px;
  top: 21%;
}

.dropdown-check-list ul.items {
   padding: 4px 0;
  display: none;
  margin: 0;
  border-top: none;
  box-shadow: 1px 1px 4px -1px #d2d1d1;
}

.dropdown-check-list ul.items li {
    list-style: none;
      padding: 8px 10px 7px;
	  font-size: 13px;
	  margin: 1px 0;
	  color: #929292;
}

.dropdown-check-list.visible .anchor {
  color: #929292;
}

.dropdown-check-list.visible .items {
  display: block;
}

	
	.dropdown-check-list {
    display: inline-block;
    position: absolute;
    left: 36.2%;
    top: 246px;
    width: auto !important;
}
.filter{
	position: absolute;
    left: 31%;
    top: 254px;
	color: gray;
	font-size: 13px;
}
.dropdown-check-list .anchor{
	border: none !important;
	font-size: 13px;
    color: gray;
	margin-top: 3px;
}
.no-arrow.dropdown-check-list .anchor:after{
	display: none;
}
.dropdown-check-list.visible .items {
    border-radius: 5px;
    background: #fff;
}

table.dataTable thead>tr>th.sorting:after, table.dataTable thead>tr>th.sorting_asc:after, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>th.sorting_asc_disabled:after, table.dataTable thead>tr>th.sorting_desc_disabled:after, table.dataTable thead>tr>td.sorting:after, table.dataTable thead>tr>td.sorting_asc:after, table.dataTable thead>tr>td.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc_disabled:after, table.dataTable thead>tr>td.sorting_desc_disabled:after, table.dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_desc:before, table.dataTable thead>tr>th.sorting_asc_disabled:before, table.dataTable thead>tr>th.sorting_desc_disabled:before, table.dataTable thead>tr>td.sorting:before, table.dataTable thead>tr>td.sorting_asc:before, table.dataTable thead>tr>td.sorting_desc:before, table.dataTable thead>tr>td.sorting_asc_disabled:before, table.dataTable thead>tr>td.sorting_desc_disabled:before{
	display: none !important;
}
.data-main thead th{
	padding: 2rem 0 !important;
	    background: #efefef;
    font-size: 14px;
    color: gray !important;
    font-weight: 600 !important;
	text-align: center;
	border-bottom: none !important;
} 

.data-main tbody td{
	padding: 2rem;
	color: gray;
    font-size: 13px;
    font-weight: 400;
	text-align: center;
	vertical-align: baseline;
}
.data-main tbody td:first-child, .data-main thead th:first-child{
	padding: 2rem 10px;
}
.data-main tbody td:nth-child(2), .data-main thead th:nth-child(2){
	padding: 2rem 10px;
	text-align: left;
}
.data-main thead th:first-child{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.data-main thead th:last-child{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
table.data-main thead th .head-div{
	    border-right: 2px solid #c3c3c3;
    padding: 3px 0;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 2px solid rgb(166 166 166 / 15%) !important;
}
table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {
    border-top: none !important;
}

.current-logged-btn{
	color: #39C49E;
    border: 1px solid #5ee1bd;
    padding: 3px 7px;
    font-size: 12px;
    border-radius: 4px;
    background: #39c49e30;
}

table.data-main.dataTable.stripe>tbody>tr.odd>*, table.data-main.dataTable.display>tbody>tr.odd>*, table.data-main.dataTable.display>tbody>tr.even>.sorting_1, table.data-main.dataTable.order-column.stripe>tbody>tr.even>.sorting_1, table.dataTable tbody tr.selected>*, table.dataTable.hover>tbody>tr:hover>*, table.dataTable.display>tbody>tr:hover>* {
    box-shadow: none !important;
}
.dataTables_wrapper.data-main_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper.data-main_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:active,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover, 
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover
{
	background: #686868 !important;
    color: #fff !important;
    border: none !important;
    padding: 0.3rem 0.9rem !important;
    font-weight: 300 !important;
	margin: 0 6px !important;
}
#myCustomSearchBox{
	    width: 28%;
    margin-bottom: 1rem;
}
.dropdown-check-list{
	z-index: 1;
}

.add-admin .table-div{
	margin-bottom: 2rem;
	justify-content: center;
}
.add-admin .table-div table{
	background: rgb(255, 255, 255);
    padding: 16px 16px 12px;
    border-radius: 8px;
    border-bottom: none !important;
	margin-bottom: 30px;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #706d6d !important;
    padding-left: 2rem;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    margin: 0 6px !important;
	width: 2.2rem;
}
.export-btn{
	    float: right;
    margin-top: -3.3rem;
    border: none;
    background: #F47328;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    padding: 9px 17px 8px 15px;
    border-radius: 5px;
	margin-right: 1.5rem;
}

.highlight-box{
    border-radius: 6px;
    padding: 7px;
	margin-left: -10px;
	margin-bottom: 10px;
}
.highlight-box h6{
	font-size: 15px;
    margin-bottom: 4px;
    font-weight: 400;
}
.highlight-box p{
	font-size: 13px;
    margin-bottom: 0;
}
.pink-highlight-box{
	background: #FFE9E9;
}
.yellow-highlight-box{
	background: #FBFFD0;
}
.blue-highlight-box{
	background: #E9F3FF;
}
.green-highlight-box{
	background: #ECF8E6;
}
.dropdown-check-list.alone {
    left: 30%;
}
.data-main.no-check tbody td:nth-child(2), .data-main.no-check thead th:nth-child(2){
	text-align: center;
}
.data-main.no-check tbody td:nth-child(3){
	text-align: left;
}
.view-btn{
	background: #fff;
    padding: 8px 24px 5px;
    color: gray;
    border: 1px solid #b7b4b4;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 300;
}
.dropdown-check-list .checked-bg{
	background: #efefef;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  /* Styling checkbox */
  width: 16px;
  height: 16px;
  background-color: #f7f6f6;
    margin-bottom: -3px;
    border: 1px solid #c5c5c5;
    border-radius: 2px;
}

input[type="checkbox"]:checked {
  background-color: #f47328;
  border-color:  #f47328;
}
input[type="checkbox"]:checked:after{
	content: '';
    margin-top: 3px;
    position: absolute;
    color: #fff;
    margin-left: 1px;
    background: url(../images/check-mark.png);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
}
.employee-table.hotel tbody tr td{
	padding-bottom: 40px;
}
.text-left{
	text-align: left;
	display: block;
}
.action-dropdown .dropdown-toggle::after{
	display: none;
}
.action-dropdown .btn-light{
	    background: #eaeaea;
    border-color: #eaeaea;
    color: #aeacac;
    font-size: 28px;
    line-height: 17px;
    padding: 0 6px 15px;
}
.action-dropdown .btn-check:focus+.btn-light, .action-dropdown .btn-light:focus, .action-dropdown button:focus:not(:focus-visible){
	    background: #eaeaea;
		box-shadow: none;
    color: #aeacac;
}
.action-dropdown .dropdown-item{
	font-size: 13px;
    font-weight: 300;
	padding: 5px 12px;
	cursor: pointer;
}
.action-dropdown .dropdown-item span{
	width: 15px;
	display: inline-block;
}
.action-dropdown .dropdown-item:last-child span img{
	margin-top: -5px;
}
.action-dropdown .dropdown-menu{
	border: 1px solid rgb(188 187 187 / 15%);
    border-radius: 0.35rem;
    box-shadow: 2px 2px 3px -1px #d8d8d8;
	min-width: 7rem;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #f47328 !important;
}
.dropdown-item:focus, .dropdown-item:hover{
	background-color: #efefef;
}
.display-ib{
	display: inline-block;
}
.float-right{
	float: right;
}
.sos-form-content .row>*{
	padding-right: 10px;
	padding-left: 10px;
}
.sos-form-content .bg-white{
	border-radius: 10px;
	padding: 25px 15px;
}
.sos-form-content .bg-white h6{
	    font-size: 17px;
    font-weight: 600;
    color: #626060;
}
.sos-form-content .col-3{
	width: 20%;
}
.sos-form-content .col-5{
	width: 40%;
}
.sos-form-content .bg-white .data-main thead th{
	text-align: left !important;
	color: #727272;
	font-size: 14px;
	padding: 12px 15px !important;
}
.sos-form-content .bg-white .data-main tbody td:first-child{
	padding: 1rem 10px 1rem 14px !important;
}
.sos-form-content .bg-white .data-main tbody td{
	vertical-align: top;
	padding: 1rem 15px !important;
	text-align: left;
	color: #727272;
	font-size: 14px;
}
.sos-form-content .bg-white .data-main{
	margin-bottom: 0;
	padding: 0;
}
.sos-form-content .bg-white .dataTables_info, .sos-form-content .bg-white .dataTables_paginate { 
	display: none;
}
.sos-form-content a{
	color: #F47328;
	font-size: 13px;
}
.sos-form-content .data-div{
	color: #6b6b6b;
	font-size: 15px;
}
.sos-form-content .data-div span{
	    color: darkgray;
    display: block;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 4px;
}
.sos-form-content hr{
	width: calc(100% + 30px);
    margin-left: -15px;
    height: 2px !important;
    background: #b7b7b7;
}
.sos-form-content .accordion-button{
	padding:  0rem 0;
	color: #6b6b6b;
}
.sos-form-content .accordion-body{
	padding: 0;
}
.sos-form-content .accordion-button:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.sos-form-content .accordion-button:not(.collapsed){
        color: #6b6b6b;
    background-color: transparent;
    box-shadow: none;
}
.sos-form-content .accordion-button::after{
    background-image: url(../images/select-arrow.png);
	    background-size: 11px;
    background-position-y: 6px;
	opacity: 0.4;
}
.sos-form-content .accordion-button:not(.collapsed)::after{
    background-image: url(../images/select-arrow.png);
	background-position-y: 8px;
}
.sos-form-content .accordion-collapse.collapse{
	max-height: 390px;
    overflow-y: scroll;
	margin-right: 4px;
}
/* width */

.sos-form-content ::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.sos-form-content ::-webkit-scrollbar-track { 
  border-radius: 10px;
}
 
/* Handle */
.sos-form-content ::-webkit-scrollbar-thumb {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); 
  border-radius: 10px;
}

/* Handle on hover */
.sos-form-content ::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}

.sos-form-content form .form-group{
	padding-bottom: 1.2rem;
}

form .form-group label, .sos-form-content form label {
    color: gray;
    font-size: 15px;
	width: 100%;
}
form .form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/select-arrow.png);
    background-repeat: no-repeat;
    background-position: 93%;
}
 form .form-group select, form .form-group input {
    width: 100%;
    border: 1px solid #ced4da;
    padding: 9px 10px;
    border-radius: 5px;
    color: #cdcdcd;
    font-size: 16px;
    font-weight: 300;
	background-color: #fff;
}
form .form-group select option{
	color: #999999;
	font-weight: 300;
}
form .time-form input {
    border: 1px solid #ced4da;
    padding: 10px 18px;
    border-radius: 5px;
    width: 60px;
	margin: 3px;
}
form .form-group textarea {
    border: 1px solid #ced4da;
    padding: 9px 10px;
    border-radius: 5px;
    width: 100%;
	height: 70px;
	resize: none;
	font-weight: 300;
    font-size: 17px;
}
 form .form-group input {
	 color: gray;
 }
form .form-group select:focus-visible,  form .form-group input:focus-visible,  form .time-form input:focus-visible {
    outline: none;
}
form .form-group input::placeholder, form .time-form input::placeholder, form .form-group textarea::placeholder {
  color: #cdcdcd;
  opacity: 1; /* Firefox */
}

form .form-group input::-ms-input-placeholder, form .time-form input::-ms-input-placeholder, form .form-group textarea::-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #cdcdcd;
}

form .form-group input::-ms-input-placeholder, form .time-form input::-ms-input-placeholder, form .form-group textarea::-ms-input-placeholder { /* Microsoft Edge */
 color: #cdcdcd;
}
.form .form-group select.big-select{
	background-position: 98%;
}
.check-text{
	font-size: 14px;
	color: gray;
}
.orange-btn{
	background: #f47a34;
    border: 1px solid #f47a34;
    color: #fff;
    font-weight: 300;
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 5px;
	margin-right: 5px;
}
.white-btn{
	background: #fff;
    border-radius: 5px;
    font-size: 13px;
    padding: 5px 10px;
    color: gray;
    border: 1px solid #b3b3b3;
}
.status-block{
	padding: 25px 12px 0;
    color: gray;
}
.status-block h6{
	padding-left: 1px !important;
}
.status-block .highlight-box{
	margin-left: 0;
}
.bottom-btn-div{
	display: flex;
	justify-content: center;
	margin-top: 1rem !important;
}
.bottom-btn-div .red-border-btn{
	color: #f0444a;
    border: 2px solid #f0444a;
    padding: 5px 40px;
    margin-right: 15px;
}
.bottom-btn-div .orange-btn{
	color: #ffffff;
    border: 2px solid #f47a34;
    background: #f47a34;
    padding: 5px 40px;
    font-weight: 300;
}
table.dataTable tbody tr.selected>*{
	color: gray!important;
}
#body .dataTables_wrapper .dataTables_paginate .paginate_button.current, #body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
	color: #ffffff !important;
	background: #686868 !important;
	border: none !important;
    padding: 0.3rem 0.9rem !important;
    font-weight: 300 !important;
    margin: 0 6px !important;
}
.dataTables_length, .dataTables_filter{
	display: none;
}
table.dataTable thead th, table.dataTable thead td{
	text-align: center !important;
	border-bottom: none !important;
}
.sos-nav{
	margin-left: 41%;
}
.sos-nav .nav-tabs {
    border-bottom: 3px solid #cbced1;
}
.sos-nav .nav-link {
    padding: 0.5rem 3rem;
	color: #cecfd1;
}
.sos-nav .nav-link:focus, .sos-nav .nav-link:hover {
    color: #f3762a;
}
.sos-nav .nav-tabs .nav-item.show .nav-link, .sos-nav .nav-tabs .nav-link.active {
    color: #f47a34;
    font-size: 17px;
	background: transparent;
    font-weight: 700;
	border: none;
	    border-bottom: 3px solid #f47a34;
    margin-bottom: -3px;
}
.sos-nav .nav-tabs .nav-link.active .assistance{
	color: #f47a34;
	background: #ffe0cf;
    border: 1px solid #f47a34;
}

.sos-nav .nav-tabs .nav-link.active .orange{
	color: #f47328;
	background: #f4732830;
    border: 1px solid #f47328;
}
.sos-nav .nav-tabs .nav-link.active .pink{
	color: #ED1C24;
	background: #ed1c2424;
    border: 1px solid #ED1C24;
}
.sos-nav .nav-tabs .nav-link.active .green{
	color: #39C49E;
	background: #39c49e30;
    border: 1px solid #39C49E;
}
.sos-nav .nav-tabs .nav-link.active .yellow{
	color: #E1CB07;
	background: #39c49e30;
    border: 1px solid #E1CB07;
}
.assistance, .orange, .pink, .green, .yellow{
	    color: #cecfd1;
    background: #cccccc2b;
    border: 1px solid #cecfd1;
    border-radius: 4px;
    padding: 1px 3px 1px;
    font-size: 9px;
    display: table;
    margin: auto;
}
.right-options{
	display: inline-flex;
	justify-content: end;
}
.right-options .export-btn{
	height: fit-content;
}
.right-options .export-btn img{
	margin-top: -2px;
}
.right-options .tools-drpd{
	margin-top: -3.3rem;
}

.action-dropdown.tools-drpd .dropdown-toggle::after{
	content:'';
	background: url(../images/select-arrow.png);
	margin-top: 15px;
	display: inherit;
	border: none;  
	width: 16px;
    background-repeat: no-repeat;
    background-size: 14px;
    height: 8px;
	margin-bottom: -4px;
}
.action-dropdown.tools-drpd .btn-light{
	border: 2px solid #a3a3a3;
    font-size: 15px;
    padding: 0px 12px 9px;
    color: gray;
    background: #fff;
}
.action-dropdown.tools-drpd .btn-check:focus+.btn-light, .action-dropdown.tools-drpd .btn-light:focus, .action-dropdown.tools-drpd button:focus:not(:focus-visible){
	background: #fff;
}
.orange-highlight {
    color: #f47328;
    border: 1px solid #f47328;
    padding: 3px 7px;
    font-size: 12px;
    border-radius: 4px;
    background: #f4732830;
}
.yellow-highlight {
    color: #E1CB07;
    background:  #F4F0DA;
    border: 1px solid #E1CB07;
    border-radius: 4px;
    padding: 3px 7px;
    font-size: 12px;
}
.pink-highlight {
    color: #ED1C24;
    border: 1px solid #ED1C24;
    padding: 3px 7px;
    font-size: 12px;
    border-radius: 4px;
    background: #ed1c2424;
}
.blue-highlight {
        color: #0897FF;
    border: 1px solid #0897FF;
    padding: 3px 7px;
    font-size: 12px;
    border-radius: 4px;
    background: #0897ff21;
}
.admin-active-table td .text-left {
   padding-left: 15px; 
}
.table-delete .flex-box>img{
	background: #D41F25;
    border-radius: 50%;
	padding: 12px;
}
.modal2.table-delete .click-link{
	    display: inline;
    text-align: right;
    cursor: pointer;
    margin-top: -20px;
}
.modal2.table-delete .modal-content .flex-box span {
    padding: 20px 27px 10px !important;
}
.modal2.table-delete .cancel-btn {
    padding: 8px 55px !important;
    border: 2px solid gray;
    color: #5c5c5c !important;
    background: #fff !important;
    font-size: 19px !important;
    margin-right: 20px !important;
}
.modal2.table-delete .delete-btn {
    padding: 8px 57px !important;
    border: 2px solid #d41f25;
    color: #fff !important;
    background: #d41f25 !important;
    font-size: 19px !important;
}
#myCustomSearchBox.mid-search{
	width: 100%;
}
.form-control.custom-search.mid-search{
	font-size: 17px;
	padding: 8px 12px 9px 15px;
    background-position: 97% 10px;
	background-size: 20px;
}
.data-main.no-check.all-center tbody td{
	text-align: center;
}
.ambulance-table-div{
	background: #fff;
    padding-top: 16px;
    border-radius: 8px;
    min-height:750px;
}
.add-admin .table-div.ambulance-table-div table{
	padding: 0;
}
.add-admin .table-div.ambulance-table-div table tbody tr:last-child td{
	border-bottom: 2px solid rgb(166 166 166 / 15%) !important;
}
.add-admin .table-div table.home-care-table{
	padding: 16px 10px 10px;
}
.search-group .form-control.custom-search{
	background: none;
	background-color: #fff;
	border-right: 0;
}
.search-group .btn-search{
	padding: 8px 24px 8px;
    background-image: url(../images/search-icon.png);
    background-repeat: no-repeat;
    background-position: center;
	background-color: #fff;
    background-size: 20px;
    border: 2px solid gainsboro;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0px;
}
.no-result-div h5{
	font-size: 19px;
	color: gray;
}
td.emp-contact-info ul li{
	padding-top: 15px;
}
td.emp-contact-info ul li img{
	margin-right: 7px;
}
td.emp-contact-info ul{
	list-style: none;
	text-align: left;
	padding-left: 7px;
}
th .align-left{
	text-align: left !important;
	padding-left: 15px !important;
}
td.align-left{
	text-align: left !important;
	padding-left: 15px !important;
}
table.dataTable.business-employee-table tbody td.select-checkbox:before, table.dataTable.business-employee-table tbody th.select-checkbox:before{
	top: 1.1rem;
}
.multiselect {
  width: 200px;
}

.selectBox {
  position: relative;
}

.selectBox select {
  width: 100%;
  border: none;
    background: transparent;
    color: gray;
    font-weight: 600;
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.drop-options {
  display: none;
      background: #fff;
    padding: 7px 0;
    border-radius: 5px;
    box-shadow: 2px 2px 3px -1px #d8d8d8;
}

.drop-options label input{
	margin-right: 5px;
}
.drop-options label {
  display: block;
    padding: 6px;
    font-weight: 400;
    line-height: 19px;
    font-size: 13px;
	margin-top: 1px;
}

.drop-options label:hover {
  background-color: #efefef;
}
.head-div.select-head{
	display: flex;
    justify-content: center;
    min-height: 27px;
}
.head-div.select-head .multiselect{
	position: absolute;
	width: auto;
	text-align: left;
}
.head-div.select-head .drop-options{
	min-width: 110px;
}
label.checked-bg{
	background: #efefef;
}
.head-div .dropdown-check-list{
	position: inherit;
}
.head-div .dropdown-check-list.visible .items{
	position: absolute;
	min-width: 115px;
}
.head-div .dropdown-check-list ul.items li{
	text-align: left;
	font-weight: 400;
	padding: 6px 10px;
}
.head-div .dropdown-check-list ul.items li input{
	margin-right: 2px;
}
.head-div .dropdown-check-list .anchor {
	padding: 0;
	font-size: 14px;
    color: gray;
    font-weight: 600;
}
.head-div .dropdown-check-list .anchor img{
	width: 13px;
    margin-left: 8px;
}

.tool-info{
	cursor: default;
}
.tool-info .toolinfotext {
    visibility: hidden;
    width: 230px;
    background: url(../images/union.png);
    color: gray;
    text-align: center;
    border-radius: 6px;
    padding: 20px 17px 15px 27px;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    background-size: contain;
    margin-top: -95px;
    height: 200px;
	overflow: hidden;
    margin-left: 9px;
}

.tool-info:hover .toolinfotext {
  visibility: visible;
  text-align: left;
}
.tool-info:hover .toolinfotext .notification {
	padding-top: 17px;
	font-size: 11px;
}
.tool-info:hover .toolinfotext .notification img{
	margin-right: 3px;
    margin-top: -1px;
}
.tool-info:hover .toolinfotext h6{
  font-size: 13px;
  margin-bottom: 0;
}
.volunteer-table.data-main tbody td{
	   
}
table.dataTable.business-employee-table tbody td.emp-contact-info{
	display: table-cell;
}
.guideline{
	display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 15px 40px 15px 25px;
    align-items: center;
    border-radius: 5px;
	font-size: 13px;
    color: gray;
	margin: 20px 25px;
}
.guide-div{
	min-height: 900px;
}
.guideline img{
	background: #F47328;
    padding: 14px;
    margin-right: 10px;
    border-radius: 50%;
}
.error-heading{
	margin-top: -2rem;
	color: gray;
}
.go-back{
	    font-weight: 300;
    color: #fff;
    background: #F47328;
    padding: 9px 80px;
    border-radius: 5px;
    margin-top: 2rem;
    display: inline-block;
}
.go-back:hover{
	color: #fff;
}
.justify-end{
	justify-content: end;
}
.export-div{
	width: max-content !important;
    margin-top: -3rem !important;
}
.export-div .export-btn{
	float: inherit;
}
.import-btn {
    margin-top: -3.3rem;
    border: none;
    background: #D41F25;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    padding: 9px 17px 8px 15px;
    border-radius: 5px;
    margin-right: 1rem;
}
.abg-tab .tab-pane{
	background: #fff;
}
.abg-tab .nav-tabs{
	justify-content: space-around;
	border-bottom: 0;
}
.abg-tab .nav-tabs li.nav-item{
	width: 30%;
    text-align: center;
	box-shadow: 4px 0px 8px -4px #c9c9c9;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.abg-tab .nav-tabs li.nav-item button.nav-link{
	width: 100%;
    height: 100%;
    font-size: 21px;
    padding-top: 18px;
    font-weight: 400;
    text-transform: capitalize;
    color: #636262;
    border: 1px solid #dddddd;
    border-bottom: 0;
}
.abg-tab .tab-content>.active {
    border-radius: 8px;
	min-height: 500px;
}
.abg-tab.two-op .tab-content>.active {
	min-height: auto;
}
.abg-tab  .nav-tabs .nav-link.active{
	border: none !important;
}
.abg-tab .tab-content{
	margin-top: -1px;
    position: relative;
}
.abg-tab .data-main.no-check tbody td:nth-child(3) {
    text-align: center;
}
.abg-tab .data-main.no-check tbody tr {
    border-bottom: 2px solid #f5f4f4;
}

.abg-tab.two-op .nav-tabs li.nav-item{
	width: 47%;
}
.abg-tab.two-op .nav-tabs li.nav-item button.nav-link{
	font-size: 30px;
	padding: 30px;
}
.add-admin .abg-tab.two-op .table-div{
	margin-bottom: 3rem;
}
.abg-tab.two-op .dataTables_info{
	margin-bottom: -73px;
    margin-top: 75px;
}
.abg-tab.two-op .dataTables_paginate.paging_simple_numbers{
	margin-bottom: -70px;
    margin-top: 75px;
}

#myModal1.form-modal .click-link.close1, #myModal2.form-modal .click-link.close2{
	background: #fff;
	position: absolute;
	right: 20px;
	top: 0px;
	padding: 5px;
}
#myModal1.form-modal .modal-content, #myModal2.form-modal .modal-content{
	margin: 10% auto;
	float: none;
	display: block;
	width: 30%;
	padding: 1rem 2rem 3rem;
	height: fit-content;
}
#myModal1.form-modal .submit-btn , #myModal2.form-modal .submit-btn {
    width: 100%;
}
#myModal1.form-modal .modal-content .cancel-btn, #myModal2.form-modal .modal-content .cancel-btn {
	width: 100%;
    text-decoration: none;
    color: gray;
    margin: auto;
    padding: 8px 39px;
    font-weight: 300;
    background: #fff;
    display: block;
    text-align: center;
    font-size: 18px;
    border-radius: 7px;
    cursor: pointer;
    border: 1px solid #b1b0b0;
    margin-top: -5px;
}
#myModal1.form-modal .modal-content .form-group, #myModal2.form-modal .modal-content .form-group{
	padding-top: 25px;
}
#myModal1.form-modal form .form-group textarea, #myModal2.form-modal form .form-group textarea{
	height: 100px;
}

.success-pop{
    text-align: center;
    padding: 2rem 1rem 0.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.success-pop h4{
	color: gray;
}
.return-btn{
	background: #F47328;
    color: #fff;
    padding: 10px;
    margin-top: 10px;
    width: 100%;
    border-radius: 5px;
    font-weight: 300;
    font-size: 19px;
}

.return-btn:hover{
	color: #fff;
	cursor: pointer;
}




myModal2.minimize .flex-box{
    padding: 15px 10px 20px;
    display: block;
}

.myModal2.minimize .modal-content .flex-box img {
    width: auto;
    float: left;
    margin-right: 20px;
}
.myModal2.minimize .modal-content .flex-box span {
    display: block;
    margin-left: 68px;
    padding: 10px 15px;
}
.myModal2.minimize .modal-content .flex-box .but {
    display: flex;
    margin-left: 80px;
}
.myModal2.modal2.minimize .modal-content .flex-box {
    display: block;
}

.modal.top-sos-popup{
	background: transparent;
	height: auto;	
}
@media (min-width: 576px){
	.top-sos-popup .modal-dialog {
		max-width: 100%;
		margin: 0rem auto;
	}
}
.modal-backdrop.show {
    opacity: 0;
}
.top-sos-popup .modal-content{
	box-shadow: 0 0 3px #c5c2c2;
	border: none;
	  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
.top-sos-popup .modal-footer{
	display: flex;
    justify-content: center;
}
.top-sos-popup .modal-body{
	display: flex;
    justify-content: center;
}
.top-sos-popup .modal-body img.sos-icon{
	margin-right: 20px;
	height: fit-content;
}
.top-sos-popup .modal-body .inner-msg{
	display: flex;
    flex-direction: column;
}
.top-sos-popup .modal-body .orange-btn {
    color: #ffffff;
    border: 2px solid #f47a34;
    background: #f47a34;
    padding: 5px 40px;
    font-weight: 300;
}
.top-sos-popup .modal-body .btn-danger {
    font-weight: 300;
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

.top-sos-popup .modal-dialog {
	width:100%;
        max-width: 100% !important;
        margin: 0rem auto;
    }

	/* Mayur code */
	.sos-form-content .bg-white {
		border-radius: 10px;
		padding: 25px 15px;
		overflow: overlay;
		height: 1080px;
	}
	
.sos-form-details .accordion-item {
	padding: 20px;
  }
  
  .sos-form-details .accordion-body {
	padding: 20px 0 0;
  }
  .sos-form-details .form-check label {
	  vertical-align: middle;
	  margin: 0;
	  padding-inline: 10px;
  }
  .sos-form-details .accordion-collapse.collapse {
	  overflow: hidden;
	  padding-left: 10px;
  }