/* ====================== Global ========================= */

/* decrease padding bottom, so that the text could be visible */
select.form-control:not([size]):not([multiple]).input-lg,
input.form-control.input-lg {
  padding-bottom: 0.6rem !important;
}

/* Div Options: BEGIN */
.option-div {
  position: absolute;
  top: 15px;
  right: 15px;
}

.option-dots {
  padding: 2px 10px;
  border-radius: 50%;
  transition: all 0.3s;
  /* min-height: 15px; */
}

.option-dots:hover {
  background: #f4f5fa;
}

/* Div Options: END */

.content-body {
  height: 100% !important;
}

/* Table Pagination */
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #4caf50f0;
  border-color: #464855;
}

.dataTables_wrapper .dataTables_paginate ul.pagination {
  margin-top: 7px !important;
}

/* decrease the font-size of placeholder */

form .form-control::placeholder {
  font-size: 1rem !important;
}

/* decrease padding-right */
.form-control.input-lg {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  font-size: 1.1rem !important;
}

.has-icon-left .form-control.input-lg {
  padding-left: calc(1.25em + 2rem + 2px) !important;
}

.cursor-disabled {
  cursor: not-allowed;
}

.pointer {
  cursor: pointer;
}

.no-wrap {
  white-space: nowrap !important;
}

.faded {
  opacity: 0.3;
}

.no-cursor {
  cursor: none;
}

.d-none {
  display: none !important;
}

.b-600 {
  font-weight: 600;
}

/* Disable outline for modal-header close button */
.modal-header .close {
  outline: none;
}

/* .nav.nav-tabs.nav-underline .nav-item a.nav-link:before {
    background: #93d5ff;
}
.nav.nav-tabs.nav-underline {
    border-bottom: 1px solid #93d5ff;
} */

.text-card {
  width: 100%;
  margin-top: 46px;
}

/*======================= Route Specific =======================*/

/* ------------- profile/general : start ------------- */

.image-upload {
  position: relative;
  max-width: 205px;
  margin: 50px auto;
  margin-top: 20px;
}

.image-upload .image-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}

.image-upload .image-edit input {
  display: none;
}

.image-upload .image-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.image-upload .image-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.image-upload .image-edit input + label:after {
  content: "\f040";
  font-family: "FontAwesome";
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.image-upload .image-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #f8f8f8;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.image-upload .image-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

select#countryInput {
  padding-bottom: 0.25rem !important;
}

.imgCenter {
  box-shadow:
    0 1px 1px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px 0 rgba(0, 0, 0, 0.19);
}

/* ------------- profile/general : end ------------- */

/* For Every page Titile */
.page-header-container .btn-container {
  text-align: right;
}

@media (max-width: 700px) {
  .page-header-container h1 {
    font-size: 24px;
    text-align: center;
  }

  .page-header-container .btn-container {
    text-align: center;
    margin-top: 5px;
  }
}

.font-500 {
  font-weight: 500;
}

/* for takeover, edit and view buttons */
.action-icon {
  padding-right: 4px;
}

.clickable {
  cursor: pointer;
}

.bold {
  font-weight: bold;
}

.coming-soon {
  background-color: #0000000f;
  border: 1px solid #9a9b9d;
  border-radius: 7px;
}

.left {
  text-align: left;
  float: left;
}

.right {
  text-align: right;
  float: right;
}
