/*Table Of Content
# FONTS
# COMMON STYLE
# CREATE EVENT

font-family: 'Open Sans', sans-serif;
*/
/*FONTS :: START*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
/*FONTS :: END*/

/*COMMON STYLE :: START*/

.main_title_20{
    font-size: 20px !important;
}
.main_title_24{
    font-size: 24px !important;
}
.orange_title_18{
    font-size: 18px !important;
    color: #fe694b !important;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
.font-yard {
    color: #fe694b !important;
}
/*COMMON STYLE :: END*/

/*CREATE EVENT :: START*/
.fabric_row_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 5px;
}
.fabric_row_main .left_col_main {
    padding-right: 15px;
    font-size: 16px;
}
.fabric_row_main .col_main {
    line-height: 1.3;
    color: #616161;
    font-weight: 600;
    font-family: "Open Sans";
}
.fabric_row_main .col_main * {
    margin: 0 !important;
    padding: 0 !important;
}
.fabric_row_main .right_col_main{
    font-size: 18px;
    text-transform: lowercase;
    white-space: nowrap;
}
.fabric_row_main_total.fabric_row_main_cmn {
    border-top: 1px solid #cdcdcd;
    padding: 8px 0;
}

.fabric_row_main_total.fabric_row_main_cmn .left_col_main p {
    font-size: 18px;
}

.fabric_row_main_total.fabric_row_main_cmn .right_col_main p {
    font-size: 22px;
    color: #fe694b;
}

.host-step-form .fabric-info {
    padding-bottom: 0;
    min-height: 159px;
}
.host-step-form .guest-info {
    padding-bottom: 0;
    min-height: 139px;
}

.host-step-form .fabric-info h5.font-starfish .fabric_name_display {
    font-size: 18px;
    font-weight: 600;
    font-family: "Open Sans";
    text-transform: lowercase;
}

.host-step-form .fabric-info h5.font-starfish:first-letter {
    text-transform: uppercase;
}
.orange_title_18 > *{
    display: inline-block;
    line-height: 1.2;
    width: auto !important;
}
.orange_title_18 > *:not(:last-child):before {
    position: absolute;
    left: auto;
    right: 0;
    content: '';
    border-right: 1px solid #fe694b;
    width: 1px;
    height: 100%;
}
.orange_title_18 > * {
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
}
.host-step-form .detail-info h4::first-letter {
    text-transform: uppercase;
}
.create_event_main_s .fabric-block1 .fabric-1 .fabric_name {
    font-size: 22px;
    line-height: 1.3;
    color: #616161;
    font-weight: 600;
    font-family: "Open Sans";
    text-transform: uppercase;
    margin: 0;
}
.create_event_main_s.host-step-form .btn-create-step {
    width: auto;
}

.create_event_main_s .fabric-block1 .fabric-1 {
    transition: border 0.3s ease-in-out;
    cursor: pointer;
    position: relative;
    height: 100%;
    margin: 0;
}
.create_event_main_s .fabric-block1 .select_fabric {
    margin-bottom: 30px;
}
.create_event_main_s .fabric-block1 .fabric_selected .fabric-1:before,.create_event_main_s .fabric-block1 .fabric-1:hover:before {
    content: '';
    background-color: #ffffff;
    border: 1px solid #0caa39;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    border-radius: .25rem;
    margin: auto;
}

.create_event_main_s .fabric-block1 .fabric-1 > * {
    position: relative;
    padding: 15px;
}

.create_event_main_s .fabric-block1 .fabric_selected .fabric-1,.create_event_main_s .fabric-block1 .fabric-1:hover {
    border: 1px solid #0caa39;
}
.create_event_main_s .fabric_price {
    font-size: 20px;
    line-height: 1.15;
    color: #f85837;
    font-weight: 600;
    font-family: "Open Sans";
}
.create_event_main_s .fabric-block1 .fabric_selected .fabric-1:after {
    content: '';
    position: absolute;
    width: 21px;
    height: 21px;
    background-image: url('../images/check_fabric.png');
    background-repeat: no-repeat;
    top: 5px;
    right: 5px;
    left: auto;
    bottom: auto;
}
.host-step-form .fabric-info,.host-step-form .guest-info {
    padding-bottom: 0;
    min-height: auto;
}
.amount_row_main_cmn .amnt-fabric .left_col_main p {
    font-size: 22px;
    font-weight: 400;
}
.amount_row_main_cmn .amnt-fabric .right_col_main p {
    font-size: 22px;
    font-weight: 600;
}
.amount_row_main_cmn .fabric_row_main_total.fabric_row_main_cmn p {
    color: #0caa39;
}
.amount_row_main_cmn .fabric_row_main_total.fabric_row_main_cmn .left_main_col p {
    font-size: 24px;
}
.amount_row_main_cmn .fabric_row_main_total.fabric_row_main_cmn .left_col_main p {
    font-size: 22px;
    font-weight: 400;
}
.amount_row_main_cmn .fabric_row_main_total.fabric_row_main_cmn .right_col_main p {
    font-size: 26px;
    font-weight: 600;
}
.all-amnt.fabric_row_main_cmn.fabric_row_main_total {
    border-bottom: 1px solid #cdcdcd;
}
.create_event_checkout {
    padding: 30px 0 0;
}
.fabric-upcharge_field {
    display: flex;
}
.fabric-upcharge_field .apply_upcharge {
    margin: 0 0 0 15px!important;
    background-color: #269721 !important;
    white-space: nowrap;
}
.multisteps-form__title_mb {
    margin-bottom: 26px;
}
.condition_txt .fabric_row_main {
    flex-wrap: wrap;
}
.multisteps-form {
    padding: 0 15px;
}
.host-step-form .fabric-info p span {
    font-weight: 400;
}
.guest-list-content .del-icon.delete_row i.fa-trash:before {
    color: red;
}
.host-step-form .right_side_content,.host-step-form .left_side_content {
    height: 100%;
}
.fabric-upcharge_field .error {
    position: absolute;
    top: 100%;
}

.fabric-upcharge_field {
    position: relative;
}
/*CREATE EVENT :: END*/
.swal-footer {
    text-align: center !important;
}
