.float-left{
    float: left!important;
}

.uss-bg-primary{
    background-color: #17144c;
}

.uss-bg-info{
    background-color: #6ecace;
}

.uss-bg-dark{
    background-color: #333;
}

.uss-text-primary{
    color: #17144c;
}
.uss-text-info{
    color: #6ecace;
}

.text-dark01 {
    color: #000;
}

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

.border-b01{
    border-bottom: 1px solid #eee;
}

label, .info-p01, .boxPoints{
    font-family: 'Cinzel', serif!important;
}

.card-blog {
    margin-top: 30px;
    margin-bottom: 30px;
}

.card-guest {
    background: #6ecace;
}

.card .table {
    padding: 25px 30px 40px;
}

.card-guest hr {
    border-color: #fff!important;
    opacity: 1;
}

.card-guest p, .card-organizer p {
    color: #000;
    font-weight: 600;
    font-size: 17px;
}

.card-organizer {
    background: #f7f7f7;
}

.btn1 {
    font-weight: 700;
    font-size: 18px;
    padding: 15px 30px;
    border-radius: 50px;
}

.btn1:hover{
    background-color: #181460;
}

.care-seeker01, .care-giver01{
    width: 100%;
    height: auto;
}

.boxPoints{
    font-weight: 800; 
    font-size: 14.5px; 
    color: #333; 
}

/* Form Wizard */

.stepwizard-step p {
    font-family: 'Cinzel', serif!important;
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    margin-bottom: 1.5rem;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 2px;
    background-color: #ccc;    

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.wizard-form01 .stepwizard .stepwizard-row .stepwizard-step .btn-default{
    background-color: #6ecace;
    border-color: #6ecace;
    line-height: 2.5;
    padding: 0;
}

.wizard-form01 .stepwizard .stepwizard-row .stepwizard-step .btn-primary{
    background-color: #181460;
    border-color: #181460;
}

.wizard-subtitle01{
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Cinzel', serif!important;
    color: #000;
}

.wizard-form01 form .setup-content .form-group label{
    font-weight: 600;
}

.wizard-form01 form .setup-content .btn-block {
    width: 100%;
    border-radius: 50px;
}

.select-identity{
    display: flex;
    margin-left: 0.5rem;
}

.select-identity .form-check-input{
    width: 1em;
    height: 1em;
    padding-left: 0;
}

.availability-table01 th{
    vertical-align: middle;
    font-family: 'Cinzel', serif!important;
    font-weight: 900;
}

.availability-table01 td{
    vertical-align: middle;
    font-family: 'Cinzel', serif!important;
    font-weight: 600;
}

.table-head01{
    width: fit-content;
    float: left;
    font-family: 'Cinzel', serif!important;    
    font-weight: 800;
    font-size: 18px;
}

.table-p02{
    font-family: 'Cinzel', serif!important;
    font-weight: 700;
    font-size: 15px;
}

.table-time02{
    font-weight: 700;
    color: #000;
}

.form-subtitle01{
    font-family: 'Cinzel', serif!important;
    font-weight: 700;
    font-size: 16px;
    color: #000;
}

.form-subtitle02{
    font-family: 'Cinzel', serif!important;
    font-weight: 500;
    font-size: 14px;
}

.plus-div01 {
    align-self: center;
    padding-left: 0px;
    padding-right: 0px;
}

.plus-div01 .plus-icon01 i{
    color: #17144c;
    font-size: 20px;
    border: 1px solid #17144c;
    border-radius: 50px;
    padding: 3px 6px 2px;
    margin-top: 9px;
}

.plus-div01 .plus-icon01:hover i{
    background-color: #6ecace;
    border: 1px solid #6ecace;
    color: #fff;
}

.trash-div01{
    margin-top: -25px;
}

.trash-div01 .plus-icon01 i{
    color: #FF4C41;
    border: 1px solid #FF4C41;
}

.trash-div01 .plus-icon01:hover i{
    background-color: #FF4C41;
    border: 1px solid #FF4C41;
    color: #fff;
}

.row-step04 .form-group input{
    font-size: 14px;
    padding: 10px 10px 10px 10px;
    height: 40px;
}

.row-step04 .form-group .form-select{
    font-size: 14px;
    background-position: right 0.25rem center;
    padding: 8px;
    height: 40px;
}

.row-step04 .form-group .readonly{
    color: #333;
    cursor: auto;
}

.yr-readonly{
    text-align: center;
}

.form-group-step05 .select-identity .custom-control-input{
    width: 15px;
    float: left;
    height: auto;
    margin-top: 5px;
}

.form-group-step05 .select-identity .form-check:first-child{
    padding-left: 0rem;
}

.form-group-step05 .select-identity .form-check{
    font-size: 13px;
    /* padding-left: 1rem; */
}

/* Payment Details  */

.basic-rate01 .list-group .list-group-item:first-child{
    border-top: 0;
}

.basic-rate01 .list-group .list-group-item{
    padding: 0.65rem 1rem;
    border-left: 0;
    border-right: 0;
    font-family: 'Cinzel', serif!important;
}

.basic-rate01 .list-group .list-group-item:last-child{
    border-bottom: 0;
}

.basic-rate01 .rates-dollar01{
    font-size: 20px;
    font-weight: 800;
}

.basic-rate01 .rates-day01{
    font-size: 14px;
    font-weight: 500;
}

.basic-rate01 .rate-conent01{
    font-size: 12px;
    font-weight: 600;
    color: #6ecace;
}

/* Toogle Switch css */

input[switch] {
    display: none;
  }
  input[switch] + label {
    font-size: 1em;
    line-height: 1;
    width: 3.5rem;
    height: 1.5rem;
    background-color: #ddd;
    background-image: none;
    border-radius: 2rem;
    padding: 0.1666666667rem;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    position: relative;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2) inset;
    font-family: inherit;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  input[switch] + label:before {
    /* Label */
    text-transform: uppercase;
    color: #333;
    content: attr(data-off-label);
    display: block;
    font-family: inherit;
    font-family: FontAwesome, inherit;
    font-weight: 700;
    font-size: 0.7rem;
    line-height: 1.22rem;
    position: absolute;
    right: 0.2166666667rem;
    margin: 0.2166666667rem;
    top: 0;
    text-align: center;
    min-width: 1.6666666667rem;
    overflow: hidden;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  input[switch] + label:after {
    /* Slider */
    content: '';
    position: absolute;
    left: 0.1666666667rem;
    background-color: #f7f7f7;
    box-shadow: none;
    border-radius: 2rem;
    height: 1.22rem;
    width: 1.22rem;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  input[switch]:checked + label {
    background-color: #181460;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), to(rgba(0, 0, 0, 0.2)));
    background-image: linear-gradient(rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.2));
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3) inset;
  }
  input[switch]:checked + label:before {
    color: #fff;    
    content: attr(data-on-label);
    right: auto;
    left: 0.2166666667rem;
  }
  input[switch]:checked + label:after {
    left: 2.2rem;
    background-color: #f7f7f7;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.3);
    top: 2px;
  }

  .availability-table01 .border-b01 .input-group .input-group-prepend .input-group-text{
    height: 48px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .confirm-team-single01 .xs-margin-30px-bottom{
    text-align: center;
  }

  .confirm-img01{
    width: 100px;
    height: 100px;
  }

  .uss-logo01 {
    width: 45%;
}