/*
 * html & Body
 */

html,
body {
  height: 100%;
  font-size: 14px;
}

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

.clearfix {
  clear: both;
}
.circle{
  display:flex;
  justify-content: flex-start;
}
.map{
  display:flex;
  justify-content: flex-start;
}
.prtl-landing {
  min-height: 100%;
}

.section-landing {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #343434;
}

.section-landing h5 {
  color: #00afed;
}

.cover-container {
  max-width: 70em;
}

.text-align-centered {
  text-align: center !important;
  display: block;
}

.text-align-left {
  text-align: left !important;
}

.text-align-right {
  text-align: right !important;
}


.cover-heading-bottom-border {
  background-image: url('../images/stock/section-header-bottom-border.png');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 20px;
}

/*
 * Site Colors
 */

.main-bg {
  color: rgba(255, 255, 255, 1) !important;
  background: rgb(236, 73, 42) !important;
  /* Old browsers */
  background: -moz-linear-gradient(left, rgba(236, 73, 42, 1) 0%, rgba(254, 126, 1, 1) 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(236, 73, 42, 1) 0%, rgba(254, 126, 1, 1) 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(236, 73, 42, 1) 0%, rgba(254, 126, 1, 1) 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec492a', endColorstr='#fe7e01', GradientType=1);
  /* IE6-9 */
  border-color: transparent !important;
}

.main-color {
  color: rgb(236, 73, 42) !important;
}

.link-muted {
  color: #b2bec3;
}
.repairs-bg{
  color: rgba(255, 255, 255, 1) !important;
  background: rgb(8, 8, 8) !important;
  /* Old browsers */
  background: -moz-linear-gradient(left, rgb(10, 10, 10) 0%, rgb(10, 10, 10) 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgb(10, 10, 10) 0%, rgb(10, 10, 10) 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(12, 12, 12) 0%, rgb(10, 10, 10) 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec492a', endColorstr='#fe7e01', GradientType=1);
  /* IE6-9 */
  border-color: transparent !important;

}

/*
 * Loaders
 */

#page-loader {
  position: fixed;
  z-index: 10000;
  background-color: #0c4d95;
  height: 100%;
  width: 100%;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e78f26;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e78026;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e76b26;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*
 * Header and Nav
 */

.prtl-landing-logo {
  width: 170px;
}

.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.prtl-landing-nav {
  width: 50%;
  padding-top: 15px;
}

.prtl-landing-nav .nav-link {
  float: left;
  width: 30%;
  font-size: 1em;
}

.nav-link-dark {
  color: #343434 !important;
}

.prtl-landing-nav .btn-block {
  border-radius: 30px;
}

.nav-masthead .nav-link {
  padding: .45rem 0;
  font-weight: 400;
  color: rgba(255, 255, 255, .5);
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link+.nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }

  .nav-masthead {
    float: right;
  }
}

#dashSidebarNavLiAssessments{
  margin-right:27px;
}
#dashSidebarNavLiBids{
  margin-right:27px;
}

#dashSidebarNavRepairs{
  margin-right:27px;
}
#dashSidebarNavLiInvestigations{
  margin-right:27px;
}


.p.float-left{
  width: 35%;
}

#claim-date {
  font-size: 13px;
  width: 65%;
  float: left;
  margin-right: -20px
  
}
#claim-no{
  font-size: 12px;
  margin-left: 20px;
  

}

/**
* Footer
**/

.mastfoot .inner p {
  color: #343434;
}

/*body {
  padding-top: 5rem;
}*/

.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}

.element-hidden {
  display: none !important;
}

#prtl-landing-form-login.section-landing {
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
}

.form-signin .checkbox {
  font-weight: 400;
  text-align: center;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin .btn-block,
.form-reset .btn-block {
  border-radius: 30px;
  font-size: 1em;
}

/**
  * Page Headings
**/
.section-leading .lead {
  font-size: 1.12rem;
}

.list-process {
  list-style: none;
}

.list-process.iconed-process li {
  float: left;
  width: 20%;
  padding: 0px;
  text-align: center;
}

.list-process.iconed-process li {
  float: left;
  width: 20%;
  padding: 0px;
  text-align: center;
}

.list-process.iconed-process li i {
  color: #00afed;
}

.list-process.column-process {
  column-count: 2;
}

.list-process.column-process li {
  padding-top: 3px;
}

.list-process.column-process li span {
  color: #718093;
}

.process-icon {
  border: 1px solid #00afed;
  height: 65px;
  width: 65px;
  padding-top: 16px;
  padding-right: 1px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 5px;
}
.stepper{
  margin-bottom: 50px;
}
.steps-list{
  list-style: none;
}
.steps-list li{
  float:left;
  margin-top: -10px;
}
.signup-col{
  height: 650px;
  overflow: scroll;
}
.inactive{
  color: #b8b8b8 !important;
}
.active{
  color: #005a96 !important;
}
.Step-1 {
  width: 54px;
  height: 22px;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #005a96;
}
.Step-2 {
  width: 58px;
  height: 22px;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #b8b8b8;
}
.Step-3 {
  width: 58px;
  height: 22px;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #b8b8b8;
}
.Step-4 {
  width: 58px;
  height: 22px;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #b8b8b8;
}

.page-notice {
  padding: 15px 16px;
  border-radius: 5px;
}

.notice-info {
  background-color: #00afed;
}

.notice-info p {
  margin-bottom: 0rem;
  color: white;
}

.mandatory-blue {
  color: #00afed;
}

.form-input-column .col-md-6 {
  float: left;
  min-height: 100px;
}

.form-input-column .col-md-6 label {
  min-height: 20px;
}

.form-input a {
  font-size: 1em;
}

/*.section-leading.section-form .form-group .form-input {
  margin-
}

/**
  * Section Forms
 **/

.section-form {
  margin-top: 5em;
  min-height: 450px;
}

.section-form-bg {
  background-color: #ecf9fd;
  height: 50px;
}

.form-signin,
.form-reset {
  padding: 20px 40px 40px 40px;
  width: 390px;
  margin: 0 auto;
}

.form-reset {
  height: 360px;
}

.form-signin .form-control,
.form-reset .form-control {
  border-radius: 30px;
  padding-left: 20px;
}

/*
 *  Dashboard Sidebar
 */

.dash-landing .navbar-brand {
  background-color: white;
  box-shadow: none;
}

.dash-landing .navbar {
  -webkit-box-shadow: 0px 5px 9px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 9px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 9px -3px rgba(0, 0, 0, 0.75);
  background-color: white;
}

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  /* Behind the navbar */
  padding: 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-fixed {
  position: fixed;
  top: 90px;
  min-width: 252px;
  height: calc(100vh - 70px);
  padding-top: 4.5rem;
  overflow-x: hidden;
  overflow-y: auto;
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Dashboard Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
  padding: 1.3rem 1rem;
  border-radius: 3px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-left: 40px;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

.hidden{
  display: none;
}


  .fas{
    margin-left: 20px;
  }
  
  #dashSidebarNavLiHome{
    margin-right: 27px;
  }




.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

.sidebar-fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: calc(30vh - 0px);
  overflow-x: hidden;
  overflow-y: auto;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.dash-nav-input-label {
  position: relative;
  top: 4px;
  left: -106px;
  z-index: 100;
  color: #007bff;
}

.navbar-dark .navbar-nav .nav-link {
  color: #ccc;
}

.dash-landing .navbar-nav {
  width: 15%;
  display: inline-block;
}

.dash-landing .navbar-nav li {
  float: left;
  width: 35%;
  text-align: center;
}

.user-avatar {
  width: 30px;
  height: 30px;
  margin-top: 10px;
  background-color: rgb(236, 73, 42) !important;
  border-radius: 50%;
  border: 3px solid #ccc;
  padding-top: 5px;
  padding-bottom: 5px;
}

.user-avatar-img {
  width: 90%;
  margin: 0 auto;
}

.dash-langing-nav {
  list-style: none;
  height: calc(4.5em + .75rem + 2px);
  padding-top: 5px;
  padding-bottom: 5px;
}

.dash-langing-nav li {
  float: left;
  width: 50%;
  text-align: center;
  margin-top: 20px;
}

.user-avatar-name p {
  margin-top: 10px;
}

.dash-notification a {
  margin-top: 10px;
}

.dash-langing-nav li a {
  color: black;
  font-weight: 500;
}

.dash-header-breadcrumb {
  color: #007bff;
}

.sidebar-fixed .nav li {
  padding-left: 20px;
}

.nav-link-active {
  background-color: rgba(0, 123, 255, 0.25);
  border-right: 2px solid #007bff;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
#dashMainSummary {
  width: 100%!important;
  margin-left: 300px!important;
}
.top-summary{
  width: 100%!important;
}
.filter-item{
  width: 100%!important;
}
#dashAssessments{
  margin-left: 200px!important;
}
#dashInvestigations{
  margin-left: 200px!important;
}
#dashMainSummary .card {
  width: 25%;
  margin-left: 20px;
  margin-right: 20px;
  display: block;
  padding: 15px;
  height: 115px;

}

.dash-summary-bubble,
.dash-summary-bubble-text {
  width: 45%;
}

.dash-summary-bubble {
  padding: 20px;
  background-color: rgba(0, 123, 255, 0.25);
  border-radius: 100px;
}

.dash-summary-bubble h5 {
  font-size: 2rem;
  color: #007bff;
}

.dash-summary-bubble-text {
  padding-top: 10px;
}

.dash-summary-bubble-text h5 {
  line-height: 1.5;
  text-transform: uppercase;
  font-size: 1.15em;
  color: #007bff;
}

.card-header {
  background-color: transparent;
  padding: .75rem 0.85rem;
}

.dash-card-details-listing {
  list-style: none;
  padding-left: 10px;
}

.dash-card-status {
  list-style: none;
  padding-left: 0px;
}

.dash-card-status li {
  float: left;
  width: 20%;
  text-align: center;
  font-size: 14px;
}

.dash-card-status-indicator {
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 8px 8px 8px 9px;
  margin: 0 auto;
  margin-bottom: 5px;
}

.dash-card-status-indicator div {
  width: 20px;
  height: 20px;
  border: 1px solid #007bff;
  border-radius: 50%;
  background-color: #007bff;
}

.dash-card-status-separator {
  border: 2px solid #007bff;
  margin-top: 20px;
  width: 135%;
  margin-left: -11px;
}

.card-actions .main-bg {
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.card-actions .repairs-bg {
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.card-footer {
  background-color: white;
}

.card-header .float-left {
  color: #007bff;
}

.dash-items-listing .col-4 {
  flex: 0 0 32.333333%;
  max-width: 32.333333%;
  margin-right: 5px;
}

.dash-modals .modal-dialog {
  width: 800px !important;
  max-width: 800px !important;
}

.dash-modals .modal-dialog .modal-title p {
  float: left;
  margin-right: 0px;
  width: 33.333%;
  margin-bottom: 5px;
  font-size: 18px;
}

.dash-modals .modal-dialog .modal-header .modal-title {
  width: 100%;
}

.dash-modals .modal-dialog .modal-header {
  padding-top: 1.25rem;
  padding-bottom: .75rem;
  padding-left: 2rem;
}

.modalItemTitle {
  color: #007bff;
}

.modalItemDate {
  font-size: 14px !important;
  color: #ccc;
}

.modal-body-section-list,
.modal-body-section-list-images {
  list-style: none;
  padding-left: 5px;
}

.modal-body-section-list-images li {
  float: left;
  width: 48.555%;
  margin-right: 5px;
  margin-bottom: 5px;
}

.modal-body-section-list-images li a {
  display: block;
}

.modal-body-section-list-images li img {
  width: 100%;
}

.modal-notice-info p {
  font-size: 14px;
  font-weight: 500;
}

.dash-modal-submit-input .btn-primary {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dash-modal-form-input {
  padding-top: 20px;
  padding-bottom: 15px;
}
#portalDashItemModal0:not(.show) {
  opacity: 0;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}


.upload-btn-wrapper .btn {
  margin: 0 auto;
  width: 75%;
  display: block;
  padding: 20px;
  background-color: white;
  color: #535c68;
  border: 2px solid #ccc;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.sidebar-fixed-footer ul li {
  padding-left: 20px;
}

.filter-button-wrapper {
  background-color: white;
  color: #535c68;
  border: 2px solid #ccc;
  width: 100px;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}

.filter-button-wrapper a {
  display: block;
  width: 100%;
  height: 100%;
}

.dash-filter-panel-list {
  list-style: none;
  column-count: 3;
}

.filter-section-title {
  width: 25%;
}

.filter-section-items {
  width: 75%;
}

#dashGeneralFilterPanel {
  padding: 20px;
  background-color: #2d3436;
  color: white;
  position: absolute;
  z-index: 1;
  right: 64px;
  margin-top: 10px;
}

.filter-section-title p {
  color: #007bff;
  font-weight: 500;
}

.dash-filter-panel-list li {
  padding-bottom: 5px;
}

.card-panel-section.border-bottom {
  border-bottom: 1px solid #636e72 !important;
}

.filter-section-items input[type="text"] {
  padding: 5px;
  border-radius: 5px;
  border: none;
}

.dash-filter-action-link-group a {
  padding-left: 10px;
  padding-right: 10px;
}

.ui-datepicker-trigger {
  width: 20px;
  margin-left: -30px;
  margin-top: 5px;
  position: absolute;
  margin-right: 1px;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #2d3436;
  position: absolute;
  right: 50px;
  top: -10px;
}

.dash-multi-form-inputs {
  list-style: none;
  padding-left: 0px;
  margin-top: 10px;
}

.dash-multi-form-inputs li .form-input {
  clear: both;
  min-height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dash-multi-form-inputs li .form-input label {
  width: 50%
}

.dash-multi-form-inputs li .form-input input {
  width: 50%
}

.dash-bid-price-header {
  color: #007bff;
  font-weight: 500;
}

.dash-bid-price-value {
  color: rgb(236, 73, 42);
  font-weight: 500;
}

.dash-table-filter .form-group .form-input {
  float: left;
  margin-right: 5px;
}

.dash-table-filter h6 {
  width: 30%;
  text-align: right;
  padding-top: 10px;
}

.dash-table-filter .form-group select,
#dashHistoryFilterDate {
  padding: 10px 15px;
  border: 1.55px solid #ccc;
  border-radius: 5px;
  width: 150px;
}

#dashHistoryFilterDate {
  margin-right: 5px;
}

.dash-table-filter .has-date-filter .ui-datepicker-trigger {
  margin-left: -40px;
  margin-top: 10px;
}

.dash-section-heading {
  padding-top: 10px;
}

.thead-light-blue {
  background-color: rgba(0, 123, 255, 0.25);
  color: #007bff;
}

.dash-status-complete {
  color: #2ecc71;
}

.dash-status-respond {
  color: #e74c3c;
}

.dash-status-progress {
  color: #007bff;
}

.table-actions {
  padding: 5px 15px;
  border: 1.55px solid #ccc;
  border-radius: 5px;
}

.pl-4_5 {
  padding-left: 2rem!important;
}
#tag{
  margin-left: 150px!important;
}
.pr-4_5 {
  padding-right: 2rem!important;
}

.dash-totals-summary p {
  color: #007bff;
  font-weight: 500;
}

.prtl-landing-file-input .col-md-6 .upload-btn-wrapper .btn {
  width: 100%;
  padding: 10px;
  height: 75px;
}

.prtl-landing-file-input .col-md-6 .upload-btn-wrapper .btn .feather {
  color: #007bff;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #ced4da;
}

#registrationFormLoading {
  background-color: rgba(220, 221, 225, .75);
  position: absolute;
  width: 94%;
  height: 100%;
  z-index: 5;
}

.lds-facebook {
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  top: 50%;
}

#registrationFormLoading p {
  position: relative;
    top: 50%;
}
#dashSidebarNavLiPayments{

  margin-right: 27px;
}
#dashSidebarNavLiHistory{
  margin-right: 27px;
}

.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 13px;
  background: #fff;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 6px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 26px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 45px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 6px;
    height: 51px;
  }
  50%, 100% {
    top: 19px;
    height: 26px;
  }
}

.modal-body-section-list-images .column {

  width: 20px;
}
.assessment-images{

  width: 120px;
}

.image-source-link {
	color: #98C3D1;
}
.assessment-images{
  padding: 5px;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
  transition: all 0.3s ease-out;
  
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
    z-index: -1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
    z-index: 10000;
}
.mfp-wrap{
  z-index: 10001;
}
.mfp-close{
  width: 55px;
  height: 55px;
  font-size: 2.5rem!important;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

/* extra css : arrange later */

.indicator-response-inner{
  opacity: 0.2;
}
.indicator-in-progress-inner{
  opacity: 0.2;
}
.dash-card-status-separator-in-done-mybids{
  opacity: 0.2;
}
.dash-card-status-separator-in-progress-mybids{
  opacity: 0.2;
}

.select2-container{
  width:100%!important;
}

.Category_section{
  margin-left: 110px!important;
  width: 100%;
}