/* float items*/
/* global font size for fast use */
.text-gray {
  color: #656565;
}

.font-8 {
  font-size: 8px;
}

* {
  box-sizing: border-box;
}

.clearfix {
  clear: both;
}

.full-input {
  padding: 8px 10px;
  border: 1px solid #c6cbd0;
  width: auto;
  margin-bottom: 1rem;
  max-height: 53px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.full-input label {
  display: block;
  font-size: 12px;
  color: #656565;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.full-input input {
  outline: none;
  border: none;
  display: block;
  font-size: 12px;
  padding: 0;
  height: auto;
  outline: none;
}
.full-input input:focus {
  outline: none;
  box-shadow: 0 !important;
}
.full-input select {
  width: 100%;
  border: none;
  font-size: 12px;
  color: #acacac;
  outline: none;
  cursor: pointer;
}
.full-input .form-control:focus {
  outline: none;
  box-shadow: none !important;
}
.full-input input::placeholder {
  color: #acacac;
}
.full-input .eye-icon {
  float: left;
  margin-top: -18px;
  cursor: pointer;
}
.full-input .eye-icon i {
  font-size: 12px;
  color: #acacac;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.full-input .eye-icon i:hover {
  color: #343a40;
}

.radio-input {
  margin: 1.5rem auto;
}
.radio-input label {
  display: flex;
  justify-content: center;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.radio-input label input {
  position: absolute;
  left: -9999px;
}
.radio-input label input:checked + span:before {
  box-shadow: inset 0 0 0 0.2975em #1777fb;
}
.radio-input label span {
  display: flex;
  align-items: center;
  padding: 0.375em 0.75em 0.375em 0.375em;
  border-radius: 99em;
  transition: 0.25s ease;
}
.radio-input label span:before {
  display: flex;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 0.125em #1777fb;
}
.radio-input .icon-radio {
  margin: 0 0.5em;
  font-size: 12px;
}
.radio-input .text-radio {
  margin-top: 15px;
}
.radio-input .text-radio p:first-child {
  font-weight: 600;
}
.radio-input .text-radio p:last-child {
  color: #acacac;
}

.form-tab-four {
  display: flex;
  justify-content: center;
}
.form-tab-four .full-input {
  width: 40px;
  margin: 0.5rem;
}
.form-tab-four .full-input input {
  text-align: center;
}

.main-input-search label {
  position: relative;
}
.main-input-search label input {
  border: 1px solid #e8e8e8;
  height: 35px;
  font-size: 11px;
  padding: 0.7rem 0.5rem;
  width: auto;
  outline: none;
}
.main-input-search label i {
  font-size: 11px;
  color: #acacac;
  position: absolute;
  top: 14px;
  left: 5px;
}

.main-input-date label {
  position: relative;
}
.main-input-date label input {
  border: 1px solid #e8e8e8;
  height: 20px;
  font-size: 11px;
  padding: 0.7rem 0.5rem;
  width: 100px;
}
.main-input-date label i {
  font-size: 11px;
  color: #acacac;
  position: absolute;
  top: 9px;
  right: 5px;
}

.posting-select {
  width: 100px;
  height: 25px;
  margin-bottom: 0.5rem;
}
.posting-select select {
  border: 1px solid #e8e8e8;
  font-size: 11px;
  width: 100%;
  height: 100%;
  padding: 0 0.5rem;
  cursor: pointer;
  color: #acacac;
}

.global-input {
  height: 50px !important;
  padding: 15px 40px 0px 10px;
  color: #324356;
  border-radius: 5px;
  border: 0px;
  font-size: 14px;
  width: 100%;
  border: 1px solid #dee2e6 !important;
  outline: none;
}

.reservation-section .reservation-box {
  margin: 1rem 0;
}
.reservation-section .reservation-box .reservation-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid #d1d5dc;
}
.reservation-section .reservation-box .reservation-header h6 {
  color: #656565;
}
.reservation-section .reservation-box .reservation-header .reserv-tabs .nav-item {
  margin-right: 0.5rem;
}
.reservation-section .reservation-box .reservation-header .reserv-tabs .nav-item .nav-link {
  background: #d6d6d6;
  transition: all 0.3s ease-in-out;
  padding: 0.5rem 4rem;
  position: relative;
}
.reservation-section .reservation-box .reservation-header .nav-link.active h6 {
  color: #fff !important;
}
.reservation-section .reservation-box .reservation-header .nav-link.active::after {
  content: "";
  position: absolute;
  border-width: 0px 5px 5px 5px;
  border-style: solid;
  border-color: #aeaeae transparent #fff transparent;
  bottom: 0;
  right: 50%;
}
.reservation-section .reservation-box .reservation-filter {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}
.reservation-section .reservation-box .reservation-filter > .main-input-search {
  width: 19%;
}
.reservation-section .reservation-box .reservation-filter > .main-input-search label {
  width: 100%;
  margin-bottom: 0;
}
.reservation-section .reservation-box .reservation-filter > .main-input-search label input {
  width: 100%;
  border-radius: 5px;
}
.reservation-section .reservation-box .reservation-filter > .main-input-search label i {
  font-size: 15px;
  top: 12px;
  color: #d6d6d6;
}
.reservation-section .reservation-box .reservation-filter select {
  border: 1px solid #e8e8e8;
  height: 35px;
  font-size: 11px;
  padding: 0 0.5rem;
  outline: none;
  margin-top: 0 !important;
  color: #acacac;
  border-radius: 5px;
  overflow: hidden !important;
}
.reservation-section .reservation-box .reservation-filter .mybooking-input-wrapper,
.reservation-section .reservation-box .reservation-filter .filter-reset {
  width: 10%;
  text-align: center;
}
.reservation-section .reservation-box .reservation-filter .mybooking-input-wrapper .submit-btn {
  background: #4b3a74;
  padding: 0.3rem 2rem;
  color: #fff;
  border-radius: 0.25rem;
  transition: all 0.3s ease-in-out;
}

.abd {
  user-select: none;
  font-weight: 400;
  background: #4b3a74;
  padding: 0.4rem 1rem;
  color: #fff;
  border-radius: 0.25rem;
  transition: all 0.3s ease-in-out;
  width: 137px;
  border: none;
  outline: none;
  font-size: 1rem;
  line-height: 1.5;
}

.abd:hover {
  background: #656565;
}

.abdr {
  font-size: 1rem;
  line-height: 1.5;
  user-select: none;
  font-weight: 400;
  background: darkred;
  padding: 0.4rem 2rem;
  color: #fff;
  border-radius: 0.25rem;
  transition: all 0.3s ease-in-out;
  width: 145px;
  border: none;
  outline: none;
}

/*Send Email To Invited Users*/
.abda {
  user-select: none;
  font-weight: 400;
  background: #4b3a74;
  padding: 0.1rem 1rem;
  color: #fff;
  border-radius: 0.25rem;
  transition: all 0.3s ease-in-out;
  width: 228px;
  border: none;
  outline: none;
  font-size: 1rem;
  line-height: 1.5;
}

.abdz {
  user-select: none;
  font-weight: 400;
  background: #4b3a74;
  padding: 0.1rem 1rem;
  color: #fff;
  border-radius: 0.25rem;
  transition: all 0.3s ease-in-out;
  width: 228px;
  border: none;
  outline: none;
  font-size: 1rem;
  line-height: 2.1;
}

.abdzz {
  user-select: none;
  font-weight: 400;
  background: #4b3a74;
  padding: 0.1rem 1rem;
  color: #fff;
  border-radius: 0.25rem;
  transition: all 0.3s ease-in-out;
  width: 228px;
  border: none;
  outline: none;
  font-size: 1rem;
  line-height: 2.3;
}

.abdzz:hover {
  color: white;
  background: #656565;
}

.abda:hover {
  background: #656565;
}

.abdr:hover {
  background: #656565;
}

.reservation-section .reservation-box .reservation-filter .mybooking-input-wrapper .submit-btn:hover {
  background: #656565;
}
.reservation-section .reservation-box .reservation-table {
  font-size: 12px;
}
.reservation-section .reservation-box .reservation-table th {
  font-weight: normal;
}

.reservation-section .reservation-box .reservation-table .progress {
  height: 1.5rem;
  background: #d6d6d6;
}
.reservation-section .table-striped tbody tr:nth-of-type(even) {
  background: #f2f2f2;
}
.reservation-section .pagination {
  display: flex;
  flex-flow: row-reverse;
}
.reservation-section .pagination span,
.reservation-section .pagination .page-link {
  padding: 0.5rem;
  line-height: 1;
  color: #656565;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
.reservation-section .pagination span:hover,
.reservation-section .pagination .page-link:hover {
  background: #4b3a74;
  color: #ffffff;
}
.reservation-section .pagination span:focus,
.reservation-section .pagination .page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(188, 165, 86, 0.25);
}
.reservation-section .table td,
.reservation-section .table th {
  vertical-align: unset;
}

.umrah-tabs .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #4b3a74 !important;
}

.reservation-section .reservation-box .inventory-tab {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem;
  background: #ffffff;
}
.reservation-section .reservation-box .inventory-tab .inventory-item {
  width: 20%;
  margin-bottom: 1.5rem;
}
.reservation-section .reservation-box .inventory-tab .inventory-item > h6 {
  margin-bottom: 0.3rem;
  font-weight: 700;
}
.reservation-section .reservation-box .inventory-tab .inventory-item .copy-btn {
  background: #4b3a74;
  color: #fff;
  padding: 0.1rem 1rem;
  font-size: 12px;
  cursor: pointer;
  border-radius: 0;
  margin: 0 0.2rem;
  transition: all 0.3s ease-in-out;
}
.reservation-section .reservation-box .inventory-tab .inventory-item .copy-btn:hover {
  background-color: #656565;
}
.reservation-section .reservation-box .reservation-data .inventory-item {
  width: 33.3%;
}
.reservation-section .reservation-box .all-room-inventory {
  padding: 0.5rem;
  background: #f2f2f2;
}
.reservation-section .reservation-box .all-room-inventory h6 {
  color: #656565;
}
.reservation-section .reservation-box .all-room-inventory .room-inv {
  display: flex;
  justify-content: space-around;
  background: #fff;
  padding: 0.5rem;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  margin-bottom: 0.5rem;
}
.reservation-section .reservation-box .all-room-inventory .room-inv div > h6 {
  margin-bottom: 0.3rem;
  font-weight: 700;
  color: #000;
}
.reservation-section .reservation-box .all-room-inventory .room-inv div a > p {
  text-decoration: underline;
  color: #0070af;
}

header {
  position: relative;
}
header .upper-bar {
  background: #324356;
  padding: 0.5rem 0;
}
header .pilgrims-nav {
  box-shadow: 0px 3px 6px #00000029;
  background: #fff;
}
header .pilgrims-nav .nav-link {
  color: #324356 !important;
  font-size: 14px;
}
header .pilgrims-nav .plig-drop {
  background: #4b3a74;
  border-radius: 5px;
}
header .pilgrims-nav .plig-drop img {
  width: 25px;
}
header .pilgrims-nav .plig-drop .nav-link {
  color: #fff !important;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
header .pilgrims-nav .plig-drop .nav-link i {
  padding: 0 0.3rem;
}
header .pilgrims-nav .plig-drop .dropdown-item.active,
header .pilgrims-nav .plig-drop .dropdown-item:active {
  color: #656565;
}

.live-header .pilgrim-header {
  background: url(../images/live-steam/back-img.png) no-repeat fixed 100% 100%;
  background-size: cover;
  height: 81vh;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 1920px) and (max-width: 5000px) {
  .live-header .pilgrim-header {
    display: flex;
    align-items: center;
    height: 83vh;
  }
}
.live-header .pilgrim-header .pilgrim-dashboard .col-md-4 {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.live-header .pilgrim-header .pilgrim-dashboard .item-link {
  transition: all 0.3s ease-in-out;
}
.live-header .pilgrim-header .pilgrim-dashboard .item-link:hover .item p {
  color: #4b3a74;
}
.live-header .pilgrim-header .pilgrim-dashboard .item {
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #e3e3e3;
  margin-bottom: 0.5rem;
  position: relative;
}
.live-header .pilgrim-header .pilgrim-dashboard .item img {
  width: 70px;
  height: 70px;
}
.live-header .pilgrim-header .pilgrim-dashboard .item p,
.live-header .pilgrim-header .pilgrim-dashboard .item a {
  padding-top: 0.8rem;
  font-size: 14px;
  font-weight: bold;
  color: #324356;
  transition: all 0.3s ease-in-out;
}
.live-header .pilgrim-header .pilgrim-dashboard .item .warn-icon {
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: 14px;
  color: #e30000;
}
.live-header .live-login {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  border-radius: 30px;
  overflow: hidden;
  width: 500px;
  margin: auto;
}
.live-header .live-login .head-box,
.live-header .live-login .login-box {
  width: 100%;
}
.live-header .live-login .head-box {
  background: #4b3a74;
  padding: 3rem;
}
.live-header .live-login .head-box .title {
  color: #fff;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid;
}
.live-header .live-login .login-box .head {
  text-align: center;
  padding: 1rem;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.live-header .live-login .login-box form {
  padding: 0 3rem;
}
.live-header .live-login .login-box .main-input-search {
  margin-bottom: 0.5rem;
}
.live-header .live-login .login-box .main-input-search label {
  margin-bottom: 0;
  color: #898989;
  font-size: 14px;
}
.live-header .live-login .login-box .main-input-search input {
  border: none;
  border-bottom: 1px solid #abb4bd4d;
  border-radius: 0;
  padding: 0;
  outline: none;
  box-shadow: none;
  color: #324356;
  font-weight: bold;
}
.live-header .live-login .login-box .main-input-search select {
  border: none !important;
  border-bottom: 1px solid #abb4bd4d !important;
  font-size: 14px;
  outline: none;
  padding: 0;
}
.live-header .live-login .login-box .main-input-search select:focus {
  box-shadow: none;
}
.live-header .live-login .login-box .submit-btn {
  min-height: 40px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem auto;
  width: 100%;
  color: #fff;
  border: none;
  border-radius: 3px;
  min-width: 100px;
  background-color: #4b3a74;
  outline: none !important;
  border-color: #4b3a74;
}
.live-header .live-buttons {
  display: flex;
  place-content: flex-end;
  width: 900px;
  margin: auto;
  padding: 1rem;
}
.live-header .live-buttons button {
  margin: 0 0.5rem;
  min-width: 15%;
}

.rtl .navbar-nav .nav-item + .nav-item,
[dir=rtl] .navbar-nav .nav-item + .nav-item {
  margin-left: initial;
}

.pilgrims-footer {
  background: #324356;
  padding: 0.2rem 0;
  position: fixed;
  bottom: 0;
  width: 100%;
   z-index:10;
}
.pilgrims-footer p {
  color: #fff;
  font-size: 14px;
}

.dashboard-companies h1,
.dashboard-companies h2,
.dashboard-companies h3,
.dashboard-companies h3,
.dashboard-companies h4,
.dashboard-companies h5,
.dashboard-companies h6 {
  font-size: 100%;
}
.dashboard-companies .statistics .main-tabs .main-nav .nav-item {
  margin-inline-start: 0;
}
.dashboard-companies .revenue-statistics h1,
.dashboard-companies .revenue-statistics h2,
.dashboard-companies .revenue-statistics h3,
.dashboard-companies .revenue-statistics h3,
.dashboard-companies .revenue-statistics h4,
.dashboard-companies .revenue-statistics h5,
.dashboard-companies .revenue-statistics h6 {
  color: #324356;
}
.dashboard-companies .revenue-statistics p {
  color: #686869;
  font-size: 12px;
}
.dashboard-companies .revenue-statistics .cards .desc h6 {
  position: relative;
}
.dashboard-companies .revenue-statistics .cards .desc h6:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  bottom: -10px;
  left: 0;
}
[dir=rtl] .dashboard-companies .revenue-statistics .cards .desc h6:after {
  left: auto;
  right: 0;
}
.dashboard-companies .revenue-statistics .cards .desc span {
  color: #acacac;
  font-weight: normal;
}
.dashboard-companies .revenue-statistics .cards .booking-text {
  color: #686869;
}
.dashboard-companies .revenue-statistics .cards .hotels {
  border-bottom: 3px solid #24aefb;
}
.dashboard-companies .revenue-statistics .cards .hotels .desc h6 {
  color: #24aefb;
  font-weight: 700;
  position: relative;
}
.dashboard-companies .revenue-statistics .cards .hotels .desc h6:after {
  background: #24aefb;
}
.dashboard-companies .revenue-statistics .cards .transportation {
  border-bottom: 3px solid #f68d33;
}
.dashboard-companies .revenue-statistics .cards .transportation .desc > h6 {
  color: #f68d33;
  font-weight: 700;
}
.dashboard-companies .revenue-statistics .cards .transportation .desc > h6:after {
  background: #f68d33;
}
.dashboard-companies .revenue-statistics .cards .total {
  border-bottom: 3px solid #00b34c;
}
.dashboard-companies .revenue-statistics .cards .total .desc h6 {
  color: #00b34c;
  font-weight: 700;
}
.dashboard-companies .revenue-statistics .cards .total .desc h6:after {
  background: #00b34c;
}
.dashboard-companies .activity {
  min-height: 100vh;
  font-size: 12px;
}
.dashboard-companies .activity .title {
  padding: 0.5rem 0;
  color: #354f5c;
}
.dashboard-companies .activity .title > h2 {
  color: #5a5a5a;
}
.dashboard-companies .activity .title .text {
  position: relative;
}
.dashboard-companies .activity .title .text:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  bottom: -7px;
  left: 0;
  background: #24aefb;
}
[dir=rtl] .dashboard-companies .activity .title .text:after {
  left: auto;
  right: 0;
}
[dir=rtl] .dashboard-companies .activity .title .text {
  padding-top: 0.1rem;
}
.dashboard-companies .activity .date {
  text-align: center;
}
.dashboard-companies .activity .date p {
  background: #f4f4f4;
  display: inline-block;
  padding: 0.3rem 1rem;
  border-radius: 5px;
  color: #acacac;
  margin: 1rem 0;
}
.dashboard-companies .activity .main {
  position: relative;
}
.dashboard-companies .activity .main .time,
.dashboard-companies .activity .main p {
  color: #5a5a5a;
}
.dashboard-companies .activity .main h2 {
  color: #24aefb !important;
}
.dashboard-companies .activity .tes::after {
  content: "";
  position: absolute;
  top: 35px;
  left: 44px;
  height: 90%;
  border: 1px dashed #e9e9ef !important;
  z-index: 0;
}
[dir=rtl] .dashboard-companies .activity .tes::after {
  left: auto;
  right: 42.5px;
}
.dashboard-companies .activity .main:last-child .tes::after {
  border: none !important;
}
.dashboard-companies .filter-month {
  width: 130px;
  padding: 0 5px;
}
.dashboard-companies .filter-month .my-2 {
  margin: 0 !important;
}
.dashboard-companies .filter-month .control-field__body {
  padding: 0.5rem;
}
.dashboard-companies .count-box .title {
  color: #5a5a5a;
  position: relative;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.dashboard-companies .count-box .title:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  bottom: -7px;
  left: 0;
  background: #4b3a74;
}
[dir=rtl] .dashboard-companies .count-box .title:after {
  left: auto;
  right: 0;
}
.dashboard-companies .count-box .number {
  font-size: 15px;
  font-weight: 700;
  color: #5a5a5a;
}
.dashboard-companies .count-box .img-box img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.dashboard-companies .text {
  position: relative;
  color: #5a5a5a;
}
.dashboard-companies .text:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  bottom: -7px;
  left: 0;
  background: #4b3a74;
}
[dir=rtl] .dashboard-companies .text:after {
  left: auto;
  right: 0;
}

.create-lecture-section .create-box {
  max-width: 500px;
  margin: auto;
  padding: 2rem 0;
}
.create-lecture-section .create-box .title {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 0.3rem;
  margin: 0.8rem 0;
}
.create-lecture-section .live-change-password {
  max-width: 600px;
  background: #fff;
  padding: 0 1rem;
  margin-top: 4rem;
  border: 1px solid #c6cbd0;
  border-radius: 5px;
}
.create-lecture-section .live-change-password .title {
  border-bottom: 1px solid #4b3a74;
  font-weight: 700;
}
.create-lecture-section .live-change-password form {
  padding: 1rem 3rem;
}
.create-lecture-section .live-change-password form .btn:focus {
  box-shadow: none !important;
  background: #4b3a74 !important;
}

.live-present li {
  display: flex;
  padding: 0.5rem 1rem;
}
.live-present li .title {
  padding-left: 5rem;
}
.live-present li .text {
  color: #4b3a74;
}

.live-present li:nth-of-type(even) {
  background: #f2f2f2;
}

* {
  box-sizing: border-box;
}

/*Main Font*/
@font-face {
  font-family: mainFont;
  src: url("https://fonts.googleapis.com/css2?family=Cairo:wght@200&display=swap");
}
body {
  background: #e2e2e2;
  text-align: right;
  font-family: "Cairo", sans-serif;
  font-size: 16px;
}

ul,
ol {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}

.bold {
  font-weight: bold;
}

.m-auto {
  width: 100%;
  margin: auto;
}

a {
  text-decoration: none !important;
  color: #656565;
}

.text-decor {
  text-decoration: underline !important;
  color: #0070af;
  transition: all 0.3s ease-in-out;
}

.text-color {
  color: #656565;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  font-size: 12px;
  margin: 0;
  color: #656565;
}

a,
span {
  font-size: 12px;
}

a:hover {
  color: #4b3a74;
}

.px-6 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-20 {
  font-size: 20px !important;
}

.blue-color {
  color: #324356 !important;
}

.black-color {
  color: #324356;
}

.bg-grey {
  background-color: #656565 !important;
}

.text-underline {
  text-decoration: underline !important;
}

.w-20 {
  width: 20%;
}

.orange-color {
  color: #dc7542 !important;
}

.gold-color {
  color: #4b3a74;
}

.gold-color-bg {
  background-color: #4b3a74;
}

.text-dark {
  color: #656565 !important;
}

.orange-bg-color {
  background-color: #dc7542 !important;
}

.blue-bg-color {
  background-color: #4b3a74 !important;
}

.blue-main-color {
  color: #4b3a74 !important;
}

.main-color {
  color: #4b3a74 !important;
}

.text-black {
  color: #000;
}

::-webkit-calendar-picker-indicator{
  margin-left: -10px;
}

::-webkit-calendar-picker-indicator{
  margin-left: -10px;
}

input.time {
  width: 71px;
}

input::-webkit-input-placeholder {
  color: #acacac !important;
}

.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 117, 66, 0.25);
  border-color: #4b3a74;
}

.outline-none {
  outline: none !important;
}

.white-color {
  color: #fff;
}

.text-bold {
  font-weight: bold;
}

.text-success {
  color: #009a2f;
}

.text-blue {
  color: #4b3a74;
}

.no-bg {
  background-color: transparent !important;
}

.form-group {
  margin-bottom: 0.5rem;
}

.whiteColor {
  color: #fff !important;
}

.info-color {
  color: #898989 !important;
}

.fa-star,
.fa-info-circle {
  color: #ffc649;
}

.dropdown-item.active,
.dropdown-item:active {
  background: inherit;
}

select {
  cursor: pointer;
}

.cursor {
  cursor: pointer !important;
}

.btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(188, 165, 86, 0.25) !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #4b3a74;
  background-color: #4b3a74;
}

/*Start noUiSlider*/
.noUi-horizontal .noUi-handle {
  border-radius: 50%;
  width: 20px !important;
  height: 20px !important;
}

.noUi-connect {
  background: #656565 !important;
}

.noUi-horizontal {
  height: 12px !important;
}

.noUi-handle:after,
.noUi-handle:before {
  display: none !important;
}

.noUi-touch-area {
  cursor: pointer !important;
}

.noUi-target,
.noUi-target * {
  outline: none !important;
}

/*End noUiSlider*/
.details-button {
  transition: all 0.3s ease-in-out;
}
.details-button:hover {
  background: #656565 !important;
}

button:disabled,
button[disabled] {
  cursor: no-drop;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.btn-success {
  background: #63b54d !important;
}

.main-input {
  border: 1px solid #abb4bd4d;
  padding: 0.3rem;
  border-radius: 5px;
  color: #898989;
  margin-bottom: 0.5rem;
  background: #fff;
}
.main-input label {
  margin-bottom: 0;
  font-size: 14px;
}
.main-input input {
  border: none;
  display: block;
  outline: none;
}

.main-select {
  display: flex;
  flex-direction: column;
  border: 1px solid #abb4bd4d;
  padding: 0.3rem;
  border-radius: 5px;
  color: #898989;
  margin-bottom: 0.5rem;
  background: #fff;
}
.main-select label {
  margin: 0;
  font-size: 14px;
}
.main-select select {
  border: none;
  outline: none;
  font-size: 14px;
}

textarea {
  resize: inherit;
  border: 1px solid #abb4bd4d !important;
}

.submit-button {
  min-height: 40px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem auto;
  width: 100%;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  background: #4b3a74;
  cursor: pointer;
  outline: none;
}

.pointer {
  cursor: pointer !important;
}

.live-blue {
  background-color: #455466;
}
/*# sourceMappingURL=homepages.css.map */
.aa {
    padding-right: 15px;
    flex: 0 0 16.666667%;
    max-width: 12.666667%;
}

.aaa {
    padding-right: 15px;
    flex: 0 0 16.666667%;
    max-width: 13.666667%;
}

.aaaa {
    padding-right: 15px;
    flex: -1 0 21.666667%;
    max-width: 21.666667%;
}