/**
  radio buttons as cards - begin 
**/
.packet-card {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.03);
    background: #f8f9fa;
} 

#radio-holder .panel-heading h2 {
    font-size: 1.1rem;
    line-height: 1;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
}

#radio-holder .panel-heading .price {
    margin: 0;
    padding: 0;
    display: block;
}

#radio-holder .panel-heading .price .number {
    font-size: 1.9rem;
    font-weight: 500;
    color: #2f89fc;
}

.deal-price{
    font-size: 1.2rem;
    font-weight: 500;
    color: #2f89fc;
}

#radio-holder .panel-body .pricing-text {
    padding: 0;
    margin: 0;
}

#radio-holder .panel-body li {
    list-style: none;
    margin-bottom: 15px;
    color: #b3b3b3;
}

#radio-holder .panel-body .pricing-text li strong {
    color: #858796;
}

#radio-holder .panel-body {    
    border-color: #ddd;
}


#radio-holder label {
    width: 100%;
    height: 100%;
}

#radio-holder  .card-input-element {
    display: none;
}

#radio-holder  .card-input {
    margin: 00px;
    padding: 10px;
}
 
#radio-holder .card-input:hover {
    cursor: pointer;
}

.card-input-element + .card-input {
    box-shadow: 0 0 1px 1px #f8f9fa;
    border: 1px solid #f8f9fa; 
}
.card-input-element:checked + .card-input {
    box-shadow: 0 0 1px 1px #1cc88a;
    border: 1px solid #1cc88a; 
}

.packet-card input:disabled + .card-input{
    cursor: default;
    pointer-events: none;
    opacity: 0.5;
}

/**
  radio buttons as cards - end  
**/


/** 
    stepper control - begin
**/

.server-errors {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.disabled-menu-item {
    pointer-events: none;
    cursor: default;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;
    position: relative
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

#msform fieldset:not(:first-of-type) {
    display: none
}

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue
}

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #000000
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative
}

#progressbar.step-3 li {
    width: 33%;
}


#progressbar #account:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f007";
}

#progressbar #personal:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f1ad";
}

#progressbar #payment:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f500";
}

#progressbar #confirm:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f571";
}

#progressbar #time_and_date:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f073";
}

#progressbar #description:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f044";
}

#progressbar #destination:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f050";
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #4e73df;
}

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.fit-image {
    width: 100%;
    object-fit: cover
}


@media(max-width: 768px) {

    #progressbar {
        padding-inline-start: 0px;
    }

    #progressbar li {
        font-size: 9px;
    }

    .container-fluid-stepper { 
        padding-left: 0.3rem;
        padding-right: 0.3rem;
    }
    .stepper-xs-min-width {
         min-width: 280px;
    }
   
}

/**
    stepper control - end
**/

.packet-card-border-display {
    box-shadow: 0 0 1px 1px #1cc88a;
    border: 1px solid #1cc88a;
}