:root {
    --primary: #212D63;
	--mute: #b8c7d9;
    --warning:#00AEEE;
}
/* Main Elements */
.sample{}

body,html{
	margin: 0;
	height: 100%;
}
.primary-txt{
  color: var(--primary)!important;
}
.muted-txt{
	color: var(--mute)!important;
  }
.avatar{
  width: 35px;
  height: 35px;
}
#btn-edit-personal:hover{
	color: var(--warning) !important
}
.wbtn-outline-primary {
    color: #212D63 !important;
    border-color: #212D63 !important;
}

.wbtn-outline-primary:hover {
  color: #212D63 !important;
  background-color: #FCBD0B !important;
  border-color: #FCBD0B !important;
}

.wbtn-outline-primary:active{
    background:#FCBD0B!important;
}

.wbtn-outline-danger {
    color: #212D63 !important;
    border-color: #212D63 !important;
}

.wbtn-outline-danger:hover {
  color: #fff !important;
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}

.wbtn-outline-danger:active{
    background:#dc3545!important;
}

.wilco-bg{
  background-color: var(--primary)!important;
}

.wilco-bg-warn{
  background-color: var(--warning)!important;
}

.bg-light {
    background-color: #f5f6fa!important;
}

.footer-light {
    background-color: #e4e7ed!important;
}

.nav-active {
  color: #ffffff !important;
  border-bottom: 2px solid;
  border-bottom-color: var(--warning);
}

.box{
    padding:10px 0px;
}

.box-part{
    /* background:#FFF; */
    border-radius:0;
    padding: 14px 4px;
    margin:20px 0px;
}

.box-part-blur{
    backdrop-filter: brightness(1.2) saturate(0.8) blur(20px);
    border-radius:0;
	/* background-color: #cccccc1b; */
    padding: 40px 50px;
	border: transparent solid 1px;
margin:20px 0px;
}
.box-part-blur:hover {
    backdrop-filter: brightness(1) saturate(1) blur(50px);
	border: #ced4da67 solid 1px;
	transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn-blur{
    backdrop-filter: brightness(1.2) saturate(0.8) blur(20px);
	border: transparent solid 1px;
	
}
.btn-blur:hover {
    backdrop-filter: brightness(1) saturate(1) blur(50px);
	border: #ced4da67 solid 1px;
	transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.box-part-h{
/* background:#FFF; */
border-radius:0;
padding: 40px 50px;
margin:20px 0px;
}

.text{
    margin:20px 0px;
}
.accordion-button:focus {
  z-index: 3;
  border-color: rgba(255,0,0,0.0) !important;
  outline: 0;
}

.form-control,  .form-select {
	color:#ccc !important;
	background-color: transparent !important;
	border-color: #ced4da67 solid 1px;
  }
.form-control:focus {
  box-shadow: none;
  color:#ccc !important;
background-color: transparent !important;
  border-color:  #ced4da67 solid 1px;
}

.my-6 {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.my-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.my-8 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

/* Accounts Style */
/* body{
    margin-top:20px;
} */
.account-block {
    padding: 0;
    background-image: url(https://accelaero.objectstorage.me-dubai-1.oci.customer-oci.com/n/accelaero/b/dxb_external_t3a_auth_prod/o/static%2Fimg%2Fairarabiabanner.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
}
.account-block .overlay {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(7, 28, 58, 0.7);
}
.account-block .account-testimonial {
    text-align: center;
    color: #fff;
    position: absolute;
    margin: 0 auto;
    padding: 0 1.75rem;
    bottom: 3rem;
    left: 0;
    right: 0;
}

.text-theme {
    color: #5369f8 !important;
}

.btn-theme {
    background-color: #5369f8;
    color: #fff;
}

.wide-button{
      padding: 0.375rem 3.75rem !important;
}
.verify-alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border-radius: .25rem;
    width: 25rem;
    background-color:#f5f6fa !important;
}

.com-img-upload{
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

/* Company Profile */

body{
    
    color: #1a202c;
    text-align: left;
    background-color: #e2e8f0;
}
.main-body {
    padding: 15px;
}

.nav-link {
    color: #97a3ad;
}


.nav-pills .nav-link.active{
  
  border-color: var(--primary);
  background-color: #00000000;
  border-left: 3px solid var(--warning)!important;
  border: var(--primary);
  border-radius: .0rem;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius:0;
    box-shadow: none!important;
  }
  .card-blur {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    backdrop-filter: brightness(1.2) saturate(0.8) blur(20px);
    
    border: 0 solid rgba(0,0,0,.125);
    border-radius:0;
    box-shadow: none!important;
  }
  .bg-blur{
	backdrop-filter: brightness(1.2) saturate(0.8) blur(20px);
	background: transparent;
  }
.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}

.gutters-sm {
    margin-right: -8px;
    margin-left: -8px;
}

.gutters-sm>.col, .gutters-sm>[class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.bg-gray-300 {
    background-color: #e2e8f0;
}
.h-100 {
    height: 100%!important;
}
.shadow-none {
    box-shadow: none!important;
}

.bio-row {
    width: 50%;
    float: left;
    margin-bottom: 10px;
    padding: 0 15px;
}

.cp-image-upload>input {
  display: none;
}

/* USER & Roles Page */

.border-btm {
    border-bottom: .0625rem solid #dee2e6!important;
}

.rmv-txt-dcor{
      text-decoration: none !important;
}

.dataTable-input{
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.dataTable-selector{
  border: 1px solid #ced4da;
  border-radius: .25rem;
  padding: 8px;
}

.dataTable-wrapper.no-footer .dataTable-container {
    border-bottom: 0px solid #d9d9d9;
}

.dataTable-table > thead > tr > th {
    border-bottom: 1px solid #d9d9d9 !important;
}
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.profile-pic {
	 color: transparent;
	 transition: all 0.3s ease;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 position: relative;
	 transition: all 0.3s ease;
}
.profile-pic input {
  display: none;
}
#profile-img-form{
	width: 100px !important;
  height: 100px !important;
}
.profile-pic img {
  position: absolute;
  object-fit: cover;
  width: 100px;
  height: 100px;
  /* box-shadow: 0 0 10px 0 rgba(255, 255, 255, .35); */
  border-radius: 100px;
  z-index: 0;
}
.profile-pic .-label {
  cursor: pointer;
  height: 100px;
  width: 100px;
}
.profile-pic:hover .-label {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .8);
  z-index: 10000;
  color: #fafafa;
  transition: background-color 0.2s ease-in-out;
  border-radius: 100px;
  margin-bottom: 0;
}
.profile-pic span {
  display: inline-flex;
  padding: 0.2em;
  height: 2em;
}

.submit-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.edit-personal:disabled {
  border: none;
  background: white;
}
.edit-access:disabled {
}
.edit-company:disabled {
  border: none;
  background: white;
}
/*--------------Notification-------------*/
.error_msg {
	cursor:pointer;
	display: none;
	position: fixed;
	font-size: 14px;
	width: auto;
	max-width: 400px;
	box-sizing: border-box;
	z-index: 100;
	background-color: #fff;
	border-radius: 5px;
	margin: auto;
	margin-top: 10px;
	box-shadow: 0px 0px 10px 0px #ccc;
	right: 0px;
	left: 0px;
	top: -100px;
	transition: all .2s ease-in-out;
}

.error_msg {
	width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
}

.error_msg_text {
	font-size: 13px;
	line-height: 18px;
	display: table-cell;
	float: left;
	padding: 16px 20px 16px 0px;
	width:100%;
	box-sizing:border-box;
}
.err_icon_aligner
{
	display: table-cell;
    width: 56px;
    vertical-align: middle;
}
.neg_error {
	color: #ff5555;
	font-weight: 600;
}

.warn_error {
	color: #EF950F;
	font-weight: 600;
}

.pos_error {
	color: #20ba51;
	font-weight: 600;
}

.error_msg_cross {
	display: inline-block;
	float: right;
	height: 36px;
	width: 36px;
	margin: 7px 10px;
	background-color: #ff5555;
	border-radius: 50%;
	box-sizing: border-box;
	padding: 3px 12px;
	position: relative;
}

.crossline1 {
	display: inline-block;
	position: relative;
	height: 14px;
	width: 2px;
	background-color: #fff;
	margin: auto;
	transform: rotate(-45deg);
	left: 6px;
}

.warnline1 {
    display: inline-block;
    position: absolute;
    height: 10px;
    width: 2px;
    background-color: #fff;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 9px;
}

.crossline2 {
	display: inline-block;
	position: relative;
	height: 14px;
	width: 2px;
	background-color: #fff;
	margin: auto;
	transform: rotate(45deg);
	left: 4px;
}

.warnline2 {
    display: inline-block;
    position: absolute;
    height: 10px;
    width: 2px;
    background-color: #fff;
    margin: auto;
    transform: rotate(90deg);
    left: 8px;
    right: 0px;
    top: 13px;
}

.sucess_msg .error_msg_cross {
	background-color: #20ba51;
}

.warning_msg .error_msg_cross {
	background-color: #EF950F;
}

.sucess_msg .tick {
	display: inline-block;
	position: relative;
	height: 5px;
	width: 11px;
	background-color: transparent;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	margin: auto;
	transform: rotate(-45deg);
	top:2px;
}

/* confirm popuop */
.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix.ui-draggable-handle {
	display: none;
}
.hide {
	display: none;
}
.popup {
	display: none;
	z-index: 7;
	background: #fff;
	position: fixed;
	left: 0px;
	right: 0px;
	top: 20%;
	height: auto;
	width: 600px;
	box-sizing: border-box;
	margin: auto;
	outline: none;
	border-radius: 10px;
	transition: transform .2s ease-in-out;
	transform:translateY(-50px);
	border: 1px solid #f1f1f1;
	overflow:hidden;
}
.popup_padding
{
	padding:30px 40px;
}
.confirmpopup {
	min-height: 0px;
	z-index:9;
	top:0px;
	border-radius:0px 0px 10px 10px;
}
.popup_header {
	display: block;
	width: 100%;
	position: relative;
	height: auto;
  padding: 24px 30px;
  box-sizing: border-box;
  background: #f5f6fa;
  box-shadow: 0px 2px 0px 0px #F5F5F5;
}
.confirmpopup .popup_header
{
	padding:20px 30px;
}
.confirm_pop_header {
  font-size: 18px;
  display: block;
  line-height: 30px;
  font-weight: 500;
}
.confirmpopup .popup_padding
{
	padding:20px 30px 30px 30px;
}
.confirmpopup #return_true
{
	background-color:#dc3545;
	color:#fff;
}
.confirmpopup #return_true:hover, .confirmpopup #return_true:active
{
	background-color:#d61124;
	color:#fff;
}
/* .confirmpopup #return_true
{
	background-color:#dc3545;
	color:#fff;
} */
.confirmpopup .confirm_text
{
    font-size: 16px;
    line-height: 24px;
}

.primary_btn_check {
	background-color: #10bc83;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: 40px;
	position: relative;
	text-align: center;
	border-radius: 4px;
	padding: 0px 30px;
	overflow: hidden;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 20px;
	width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
	outline: none;
	border: none;
	box-sizing: border-box;
	text-decoration: none;
	margin-top: 20px;
  min-width: 100px;
  text-align: center;
}
.confirm_btns {
	margin-top: 10px;
}

.confirm_btns .primary_btn_check {
	margin: 10px 10px 0px 0px;
}
.popup .primary_btn_check {
	margin-top: 20px;
}
.primary_btn_check:after {
	content: "";
	background-color: #000;
	height: 40px;
	width: 0px;
	top: 0px;
	right: 50%;
	position: absolute;
	display: inline-block;
    transition: right .3s ease-in-out,width .3s ease-in-out;
	float: left;
	opacity:.05;
}
.primary_btn_check:before {
	content: "";
	background-color: #000;
	height: 40px;
	width: 0px;
	left: 50%;
	top: 0px;
	position: absolute;
	display: inline-block;
	transition: left .3s ease-in-out,width .3s ease-in-out;
	float: left;
	opacity:.05;
}
.primary_btn_check span {
	position: relative;
}
.confirmpopup .primary_btn_check {
	margin-bottom: 0px;
	padding:0px 30px;
}
.cancel_btn {
	background-color: #eeeeee !important;
	color: #000 !important;
	margin: auto;
}
.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix.ui-draggable-handle
	{
	display: none;
}
.confirmpopup .primary_btn_check {
	margin-bottom: 0px;
	padding:0px 30px;
}

p .h4{
	color: #16315f;
}
@media only screen and (max-width: 800px) and (min-width: 420px) {
  .popup .primary_btn_check, .pp_popup .primary_btn_check {
		height: 40px;
		line-height: 40px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
	}

  .popup, .pp_popup {
		width: 70%;
		top: 15%;
		max-width: 90%;
		overflow-y: auto;
	    height: fit-content;
	    height: -moz-fit-content;
	    height: -webkit-fit-content;
	}
	.confirmpopup{
		top: 0px;
	}
}
@media only screen and (max-width : 420px) {
  .primary_btn_check {
		max-width: none;
		height: 40px;
		line-height: 40px;
		box-sizing: border-box;
		margin: auto;
		margin-bottom: 0px;
		width: 100%;
		margin-top: 20px;
	}
  .popup .primary_btn_check, .pp_popup .primary_btn_check, .button_disable {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}
	.popup {
		width: 90%;
		top: 10%;
		max-width: 90%;
		margin-top: 10px;
	}
  .confirmpopup {
		border-radius:10px;
	}
}
/* blur */
.blur, .nav_blur {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -4;
	background-color: #000;
	transition: opacity 0.2s ease-in-out;
	opacity: 0;
	top: 0px;
	left: 0px;
}
.pop_anim {
	 transform: translateY(0px) !important;
}

/* .wbtn-outline-danger {
    color: #212D63 !important;
    border-color: #212D63 !important;
	font-size: x-small;
	padding: 2px;
	margin-left: 5px;
} */

/* .wbtn-outline-primary {
    color: #212D63 !important;
    border-color: #212D63 !important;
	font-size: x-small;
	padding: 2px;
} */

.dataTable-input{
	border: 1px solid #ced4da;
	border-radius: .25rem;
	width: 100%;
  }

@media screen and (max-width:350px){
	
}

p .h4{
	color: #212D63 !important;
}