/* ----------------------------------------------------------------
	DreamAcq CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates


  CSS INDEX
  ===================

  100.1 #videoModal
  101.1 custom-div-overlay
  102.1 oops-modal
  	102.2 pending-modal
  	102.3 success-modal
  	102.4 alert-modal
		102.5 confirm-modal
  103.1 dashboard-portfolio-image ratio 1:1


-----------------------------------------------------------------*/
.bootstrap-datetimepicker label {
	color: #777;
}
.bootstrap-datepicker input {
	display: inline;
	width: 100%;
}
.bootstrap-datetimepicker .timepicker-picker .btn {
	color: #212529 !important;
}
.bootstrap-datetimepicker .timepicker-picker .btn-outline-primary {
	color: #E7AD00;
	border-color: #E7AD00;
}

.bootstrap-datetimepicker .timepicker-picker .btn-outline-primary:hover {
	color: #fff !important;
	background-color: #E7AD00;
	border-color: #E7AD00;
}

.bootstrap-datetimepicker .timepicker-picker .btn-outline-primary:focus, .btn-outline-primary.focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.bootstrap-datetimepicker .timepicker-picker .btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #E7AD00;
	background-color: transparent;
}
.modal .close {
  font-size:2rem;
}
.modal-footer-space-between {
	justify-content: space-between;
}
.before-heading.opm-medium {
  font-size: 42px;
  font-style: normal;
  margin: 0 0 0 5px;
  line-height: 1;
  letter-spacing: 12px;
  font-family: 'Poppins';
  color: #fff;
}
.input-group .form-control {
  height: auto;
  margin: 5px 0;
}
.input-border-radius {
  border-radius: 30px !important;
}
.emphasis-title h1 span {
  font-family: 'Poppins' !important;
  color: #fff;
}
ul.no-bullets {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/*----------------------------------------*/
/*  100.1 #videoModal
/*----------------------------------------*/
#videoModal .modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}
#videoModal .modal-body {
  position:relative;
  padding:0px;
}
#videoModal .close {
  position:absolute;
  right: 10px;
  top: -35px;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}

/*----------------------------------------*/
/*  101.1 custom-div-overlay
/*----------------------------------------*/
.div-modal-overlay {
  text-align: center;
  position: fixed;
  display: none;
  background-color: rgba(0,0,0,0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1999;
}
.div-overlay {
  text-align: center;
  position: fixed;
  display: none;
  background-color: rgba(0,0,0,0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1998;
}
.overlay-loader-text {
  text-align: center;
  position: fixed;
  color: #ffffff;
  font-size: 14px;
  margin-left: -33px;
  padding-top: 50px;
  width: 76px
}
.overlay-loader {
  text-align: center;
  position: relative;
  color: #ffffff;
  font-size: 10px;
  margin: 30% auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
/*----------------------------------------*/
/*  102.1 oops-modal
/*----------------------------------------*/
.modal-header .modal-title {
	font-family: inherit !important;
}
.modal-oops {
  color: #434e65;
  max-width: 500px !important;
  margin: 1.75rem auto !important;
}
.modal-oops .modal-content {
  padding: 20px;
  font-size: 14px;
  border-radius: 5px;
  border: none;
}
.modal-oops .modal-header {
  display: block;
  background: linear-gradient(90deg,rgba(255,36,0,1),rgba(255,36,0,.5));
  border-bottom: none;
  position: relative;
  text-align: center;
  margin: -20px -20px 0;
  border-radius: 5px 5px 0 0;
  padding: 27px;
}
.modal-oops h4 {
  text-align: center;
  font-size: 36px;
  margin: 10px 0;
}
.modal-oops .form-control, .modal-oops .btn {
  min-height: 40px;
  border-radius: 3px;
}
.modal-oops .modal-header .close {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #fff;
  text-shadow: none;
  opacity: 0.7;
}
.modal-oops .modal-header .close:hover {
  opacity: 1;
}
.modal-oops .title {
	display: inline-flex;
	font-size: 25px;
	margin: 0 0 25px 0;
  padding-top: 30px;
}
.modal-oops .title .icon-box {
  color: inherit;
  width: 45px;
  height: 45px;
  display: inline-block;
  border-radius: 50%;
  border: 5px solid rgba(255,36,0, .65);
	margin: 0 10px 0 0;
}
.modal-oops .title .icon-box::before {
  content: "";
}
.modal-oops .title .icon-box i {
  margin-top: -2px;
  margin-left: -13px;
	position: absolute;
	color: rgba(255,36,0, .65);
  font-weight: 900;
}
.modal-oops .modal-dialog {
  margin-top: 80px;
}
.modal-oops .modal-body {
  padding: 0;
}
.modal-oops .btn {
  color: #fff;
  border-radius: 4px;
  background: linear-gradient(90deg,rgba(255,36,0,.65),rgba(255,36,0,.55));
  text-decoration: none;
  transition: all 0.4s;
  line-height: normal;
  border-radius: 30px;
  margin-top: 10px;
  padding: 8px 20px;
  min-width: 150px;
  border: none;
}
.modal-oops .btn:hover, .modal-oops .btn:focus {
  outline: none;
	background-color: rgba(255,36,0, .65);
}
.modal-oops .btn-cancel {
  color: #444;
  border-radius: 4px;
  background: #d3d3d3;
  text-decoration: none;
  transition: all 0.4s;
  line-height: normal;
  border-radius: 30px;
  margin-top: 10px;
  padding: 8px 20px;
  min-width: 150px;
  border: none;
	font-weight: 500;
}
.modal-oops .btn:hover, .modal-oops .btn:focus {
  outline: none;
}
.modal-oops table td.td-padding {
  padding: 15px 0 15px 0;
}
.modal-oops table td.divider {
  background-color: #707070;
  line-height: 1px;
}
/*----------------------------------------*/
/*  102.2 pending-modal
/*----------------------------------------*/
.modal-pending {
  color: #434e65;
  max-width: 500px !important;
  margin: 1.75rem auto !important;
}
.modal-pending .modal-content {
  padding: 20px;
  font-size: 14px;
  border-radius: 5px;
  border: none;
}
.modal-pending .modal-header {
  display: block;
  background: #eeb711;
  border-bottom: none;
  position: relative;
  text-align: center;
  margin: -20px -20px 0;
  border-radius: 5px 5px 0 0;
  padding: 35px;
}
.modal-pending h4 {
  text-align: center;
  font-size: 36px;
  margin: 10px 0;
}
.modal-pending .form-control, .modal-pending .btn {
  min-height: 40px;
  border-radius: 3px;
}
.modal-pending .modal-header .close {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #fff;
  text-shadow: none;
  opacity: 0.7;
}
.modal-pending .modal-header .close:hover {
  opacity: 1.0;
}
.modal-pending .icon-box {
  color: #fff;
  width: 95px;
  height: 95px;
  display: inline-block;
  border-radius: 50%;
  z-index: 9;
  border: 5px solid #fff;
  padding: 15px;
  text-align: center;
}
.modal-oops .title .icon-box::before {
  content: "";
}
.modal-pending .icon-box i {
  font-size: 64px;
  margin: -3px 0 0 0;
}
.modal-pending.modal-dialog {
  margin-top: 80px;
}
.modal-pending .btn {
  color: #fff;
  border-radius: 4px;
  background: linear-gradient(90deg,rgba(232,163,23,1),rgba(232,163,23,.55));
  text-decoration: none;
  transition: all 0.4s;
  line-height: normal;
  border-radius: 30px;
  margin-top: 10px;
  padding: 8px 20px;
  border: none;
	min-width: 150px
}
.modal-pending .btn:hover, .modal-pending .btn:focus {
  outline: none;
}
.modal-pending .btn span {
  margin: 1px 3px 0;
  float: left;
}
.modal-pending .btn i {
  margin-left: 1px;
  font-size: 20px;
  float: right;
}
.modal-pending table td.td-padding {
  padding: 15px 0 15px 0;
}
.modal-pending table td.divider {
  background-color: #707070;
  line-height: 1px;
}
/*----------------------------------------*/
/*  102.3 success-modal
/*----------------------------------------*/
.modal-success {
  color: #434e65;
  max-width: 500px !important;
  margin: 1.75rem auto !important;
}
.modal-success .modal-content {
  padding: 20px;
  font-size: 14px;
  border-radius: 5px;
  border: none;
  overflow: hidden;
}
.modal-success .modal-header {
  display: block;
  background: linear-gradient(90deg,rgb(71, 201, 162, 1),rgba(71, 201, 162, .65));
  border-bottom: none;
  position: relative;
  text-align: center;
  margin: -20px -20px 0;
  border-radius: 5px 5px 0 0;
  padding: 27px;
}
.modal-success h4 {
  text-align: center;
  font-size: 36px;
  margin: 10px 0;
}
.modal-success .form-control, .modal-success .btn {
  min-height: 40px;
  border-radius: 3px;
}
.modal-success .modal-header .close {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #fff;
  text-shadow: none;
  opacity: 0.7;
}
.modal-success .modal-header .close:hover {
  opacity: 1.0;
}
.modal-success .modal-body {
  padding: 0;
}
.modal-success .title {
	display: inline-flex;
	font-size: 25px;
	margin: 30px 0 25px 0;
}
.modal-success .title .icon-box {
  color: inherit;
  width: 45px;
  height: 45px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 10px 0 0;
}
.modal-success .title .icon-box::before {
  content: "";
}
.modal-success .title .icon-box i {
  margin-top: -4px;
  margin-left: -6px;
	position: absolute;
	color: rgba(71, 201, 162);
  font-weight: 900;
  font-size: 30px
}
.modal-success .modal-dialog {
  margin-top: 80px;
}
.modal-success .btn {
  color: #fff;
  border-radius: 4px;
  background: linear-gradient(90deg,rgba(71, 201, 162,1),rgba(71, 201, 162,.75));
  text-decoration: none;
  transition: all 0.4s;
  line-height: normal;
  border-radius: 30px;
  margin-top: 10px;
  padding: 8px 20px;
  border: none;
	min-width: 150px
}
.modal-success .btn:hover, .modal-success .btn:focus {
  outline: none;
	background-color: rgba(71, 201, 162);
}
.modal-success .btn span {
  margin: 1px 3px 0;
  float: left;
}
.modal-success .btn i {
  margin-left: 1px;
  font-size: 20px;
  float: right;
}
.modal-success table td.td-padding {
  padding: 15px 0 15px 0;
}
.modal-success table td.divider {
  background-color: #707070;
  line-height: 1px;
}
/*----------------------------------------*/
/*  102.4 alert-modal
/*----------------------------------------*/
.modal-alert {
  color: #434e65;
  max-width: 500px !important;
  margin: 1.75rem auto !important;
}
.modal-alert .modal-content {
  padding: 20px;
  font-size: 14px;
  border-radius: 5px;
  border: none;
}
.modal-alert .modal-header {
  display: block;
  background: linear-gradient(90deg,rgba(232,163,23,1),rgba(232,163,23,.55));
  border-bottom: none;
  position: relative;
  text-align: center;
  margin: -20px -20px 0;
  border-radius: 5px 5px 0 0;
  padding: 27px;
}
.modal-alert h4 {
  text-align: center;
  font-size: 36px;
  margin: 10px 0;
}
.modal-alert .form-control, .modal-alert .btn {
  min-height: 40px;
  border-radius: 3px;
}
.modal-alert .modal-header .close {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #fff;
  text-shadow: none;
  opacity: 0.7;
}
.modal-alert .modal-header .close:hover {
  opacity: 1.0;
}
.modal-alert .modal-body {
  padding: 0;
}
.modal-alert .title {
	display: inline-flex;
	font-size: 25px;
	margin: 30px 0 25px 0;
}
.modal-alert .title .icon-box {
  color: inherit;
  width: 45px;
  height: 45px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 10px 0 0;
}
.modal-alert .title .icon-box::before {
  content: "";
}
.modal-alert .title .icon-box i {
  margin-left: -4px;
	position: absolute;
	color: rgba(232,163,23);
  font-weight: 900;
}
.modal-alert .modal-dialog {
  margin-top: 80px;
}
.modal-alert .btn {
	color: #fff;
  border-radius: 4px;
  background: linear-gradient(90deg,rgba(232,163,23,1),rgba(232,163,23,.55));
  text-decoration: none;
  transition: all 0.4s;
  line-height: normal;
  border-radius: 30px;
  margin-top: 10px;
  padding: 8px 20px;
  min-width: 150px;
  border: none;
}
.modal-alert .btn:hover,
.modal-alert .btn:focus {
  outline: none;
	background-color: rgba(232,163,23);
}
.modal-alert .btn span {
  margin: 1px 3px 0;
  float: left;
}
.modal-alert .btn i {
  margin-left: 1px;
  font-size: 20px;
  float: right;
}
.modal-alert table td.td-padding {
  padding: 15px 0 15px 0;
}
.modal-alert table td.divider {
  background-color: #707070;
  line-height: 1px;
}
/*----------------------------------------*/
/*  102.5 confirm-modal
/*----------------------------------------*/
.modal-confirm {
  color: #434e65;
  max-width: 500px !important;
  margin: 1.75rem auto !important;
}
.modal-confirm .modal-content {
  padding: 20px;
  font-size: 14px;
  border-radius: 5px;
  border: none;
}
.modal-confirm .modal-header {
  display: block;
  /* background: linear-gradient(90deg,rgba(255,99,71,1),rgba(255,99,71,.55)); */
	background: linear-gradient(90deg,rgba(255,127,80,1),rgba(255,127,80,.75));
  border-bottom: none;
  position: relative;
  text-align: center;
  margin: -20px -20px 0;
  border-radius: 5px 5px 0 0;
  padding: 27px;
}
.modal-confirm h4 {
  text-align: center;
  font-size: 36px;
  margin: 10px 0;
}
.modal-confirm .form-control, .modal-confirm .btn {
  min-height: 40px;
  border-radius: 3px;
}
.modal-confirm .modal-header .close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  text-shadow: none;
  opacity: 0.7;
}
.modal-confirm .modal-header .close:hover {
  opacity: 1;
}
.modal-confirm .modal-body {
  padding: 0;
}
.modal-confirm .title {
	display: inline-flex;
	font-size: 25px;
	margin: 30px 0 25px 0;
}
.modal-confirm .title .icon-box {
  color: inherit;
  width: 45px;
  height: 45px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 10px 0 0;
}
.modal-confirm .title .icon-box::before {
  content: "";
}
.modal-confirm .title .icon-box i {
  margin-top: 2px;
  margin-left: -3px;
	position: absolute;
	color: rgba(255,127,80);
}
.modal-confirm .modal-dialog {
  margin-top: 80px;
}
.modal-confirm .btn {
  color: #fff;
  border-radius: 4px;
  background: linear-gradient(90deg,rgba(255,127,80,1),rgba(255,127,80,.75));
  text-decoration: none;
  transition: all 0.4s;
  line-height: normal;
  border-radius: 30px;
  margin-top: 10px;
  padding: 8px 20px;
  min-width: 150px;
  border: none;
}
.modal-confirm .btn-confirm:hover {
  background-color: rgba(255,127,80,1);
}
.modal-confirm .btn:hover, .modal-confirm .btn:focus {
  outline: none;
}
.modal-confirm .btn-cancel {
  color: #444;
  border-radius: 4px;
  background: #d3d3d3;
  text-decoration: none;
  transition: all 0.4s;
  line-height: normal;
  border-radius: 30px;
  margin-top: 10px;
  padding: 8px 20px;
  min-width: 150px;
  border: none;
	font-weight: 500;
}
.modal-confirm table td.td-padding {
  padding: 15px 0 15px 0;
}
.modal-confirm table td.divider {
  background-color: #707070;
  line-height: 1px;
}
/*----------------------------------------*/
/*  103.1 dashboard-portfolio-image ratio 1:1
/*----------------------------------------*/
.dashboard-portfolio-image {
  padding-top: 100%;
}
.dashboard-portfolio-image > a {
  position:  absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.dashboard-portfolio-image > a > img{
  height: 100% !important;
  object-fit: cover;
}
.sqaure-img {
	width: 100%;
	padding-top: 100%;
	position: relative;
}
.sqaure-img > img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	object-fit: cover;
	height: 100%;
}
/*----------------------------------------*/
/*  104.1 form-with-img
/*----------------------------------------*/
.form-with-img .img-div {
  margin: 15px 0;
  height: 250px;
  width: 250px;
  overflow: hidden;
}
.form-with-img .img-div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.form-with-img .input-file-div {
  border: 1px solid #dfe2ed;
  margin-bottom:30px;
}
.form-with-img .input-file-div label{
  margin-left: 10px;
  color: #626262;
  font-size: inherit;
  font-weight: 400;
  margin-top:15px;
  width: 45%;
}
.form-with-img .input-file-div input[type="file"] {
  box-shadow: none;
}
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.inputfile + label {
  border: 1px solid #dfe2ed;
  height: 40px;
  font-size: 1.25em;
  font-weight: 700;
  color: white;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  padding: 6px;
}
.inputfile:focus + label,.inputfile + label:hover {
  color:#fff;
  background-color: #e8a317;
}
.inputfile:focus + label,.inputfile + label:hover {
  color:#fff;
  background-color: #e8a317;
}
