h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 700;
}

.action-btn-div .btn {
  padding: 0 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #d9dee3;
  border-radius: 0.375rem;
  padding: 0.4375rem 1.875rem 0.4375rem 0.875rem;
  height: 40px;
  line-height: 1.53;
  font-size: 14px;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #d9dee3;
  height: 40px;
  line-height: 1.53;
  font-size: 14px;
  background-color: #fff;
  border-radius: 0.375rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  width: 30px;
}
input.form-control {
  height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  /* height: 0; */
  left: auto;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: 0;
  /* width: 0; */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%2867, 89, 113, 0.6%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-position: center center;
  width: 15px;
  background-repeat: no-repeat;
  right: 15px;
  background-size: 17px 12px;
  bottom: 0;
  display: flex;
  height: 100%;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  line-height: 22px;
}
.table th {
  padding: 1.025rem 1.25rem;
}
.page-link {
  background-color: #ffffff;
  border: 1px solid #d9dee3;
}
.add-user-btn-div .btn {
  font-size: 13px;
}
.table tbody tr td {
  font-size: 14px;
}

/* Franchise list start */
.fran-img-div {
  width: 160px;
  flex:0 0 160px;
  height: 160px;
  border-radius: 50%;
  border: 5px solid #E1E1E1;
  margin: 0 auto 15px;
}
.fran-img-div img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.franc-footer {
  border-top: 1px solid #dddddd;
  padding-top: 15px;
}
.franc-footer .btn{
  min-width: 130px;
}
.dropdown.franchise-dropdown {
  position: absolute;
  right: 15px;
  top: 15px;
}
.franchise-dropdown .dropdown-menu a {
  padding: 6px 15px;
  font-size: 14px;
}
.franchise-dropdown .dropdown-menu {
  min-width: 120px;
}
.circle-status {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 20px;
  border-radius: 50%;
  border: 2px solid #E1E1E1;
}
.form-label, .col-form-label {
  text-transform: capitalize;
}
.image-attach-div label[for="upload"] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 50%;
  cursor: pointer;
}
/* Franchise list End */

.permission-table .form-check-input {
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #000000;
  cursor: pointer;
}
.permission-table .form-check-input:checked {
  border-color: #FFA401;
}
.uploaddocument-table-div {
  overflow: auto;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  z-index: 9999;
}
.selec2100 + .select2-container {
  width: 100% !important;
}

/* Step Wizard Start */
#msform fieldset {
    width: 100%;
    margin: 0 auto;
    position: relative;
    left: 0;
    right: 0;
}
.fieldset-div {
    display: flex;
    overflow: hidden;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*headings*/

/*progressbar*/
#stepprogressbar {
    margin-bottom: 50px;
    overflow: hidden;
    counter-reset: step;
    display: block;
    z-index: 9;
    position: relative;
    display: flex;
    padding: 0;
}
#stepprogressbar li {
    list-style-type: none;
    color: #999999;
    font-size: 14px;
    position: relative;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    align-items: center;
    text-transform: capitalize;
    flex: 1 0 0%;
}
#stepprogressbar li::before {
    content: counter(step);
    counter-increment: step;
    width: 45px;
    line-height: 20px;
    background: #ddd;
    margin: 0 auto;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #999;
    font-size: 20px;
    font-weight: 700;
    flex: 0 0 45px;
}
/*stepprogressbar connectors*/
#stepprogressbar li::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #ddd;
    position: absolute;
    left: -50%;
    top: 25px;
    z-index: -1;
}
#stepprogressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}
#stepprogressbar li.active {
    color: #333333;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#stepprogressbar li.active::before, #stepprogressbar li.active::after {
    background: #0db02b;
    color: white;
}
/* Step Wizard End */
.planselectradio {
    position: relative;
}

.planselectradio label {
    border: 1px solid #dddddd;
    padding: 10px 25px;
    border-radius: 5px;
    width: 100%;
    background-color: #ffffff;
    text-transform: uppercase;
}
.planselectradio input:checked + label{
    background-color: #ffa401;
    color: #ffffff;
    border-color: #ffa401;
}
.planselectradio input {
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}


input[type="file"] {
    display: block;
}
.imageThumb {
    width: 120px;
    border: 2px solid;
    padding: 1px;
    cursor: pointer;
    height: 120px;
    object-fit: cover;
}

.pip {
    display: inline-block;
    margin: 10px 10px 0 0;
}
.remove {
    display: block;
    color: #ff3e1d;
    text-align: center;
    cursor: pointer;
    background-color: #ffffff;
    font-size: 12px;
    border-radius: 5px;
    margin-top: 5px;
    padding: 5px 0;
    border: 1px solid #ff3e1d;
}
.remove:hover {
    background: #ff3e1d;
    color: #ffffff;
}

.property-list-tab ul li button {
    border: 1px solid #ddd !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 10px 30px;
}


.qiophotolist {
    display: flex;
    flex-wrap: wrap;
}
.qphbox {
    width: 120px;
    height: 120px;
}
.qphbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.qphbox {
    width: 100px;
    height: 90px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 5px;
}
.ra-btn-div {
    position: relative;
}
.ra-btn-div label {
    padding: 10px 35px;
    border: 1px solid #ddd;
    margin-left: 15px;
    font-size: 14px;
}
.ra-btn-div input{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 9;
    opacity: 0;
    cursor: pointer;
}

.ra-btn-div input:checked + .acp-btn {
    background-color: #0db02b;
    color: #ffffff;
    border-color: #0db02b;
}
.ra-btn-div input:checked + .rej-btn {
    background-color: #ff3e1d;
    color: #ffffff;
    border-color: #ff3e1d;
}

.com-body-div {
    border: 1px solid #dddddd;
    padding: 20px;
    border-radius: 10px;
}
.pincode-custom-div .accordion-header {
    border-bottom: 1px solid #dddddd;
}
.pincode-custom-div .accordion-header + .accordion-collapse .accordion-body {
    padding-top: 20px;
}
.pincode-custom-div .accordion-button {
    font-size: 16px;
}
