.progress {
    position: relative;
    height: 25px;
}

.progress > .progress-type {
    position: absolute;
    left: 0px;
    font-weight: 800;
    padding: 3px 30px 2px 10px;
    color: rgb(255, 255, 255);
    background-color: rgba(25, 25, 25, 0.2);
}

.progress > .progress-completed {
    position: absolute;
    right: 0px;
    font-weight: 800;
    padding: 3px 10px 2px;
}

.step {
    text-align: center;
}

    .step .col-md-2 {
        background-color: #fff;
        border: 1px solid #C0C0C0;
        border-right: none;
    }

        .step .col-md-2:last-child {
            border: 1px solid #C0C0C0;
        }

        .step .col-md-2:first-child {
            border-radius: 5px 0 0 5px;
        }

        .step .col-md-2:last-child {
            border-radius: 0 5px 5px 0;
        }

        .step .col-md-2:hover {
            color: #F58723;
            cursor: pointer;
        }

    .step .activestep {
        color: #F58723;
        height: 100px;
        margin-top: -7px;
        padding-top: 7px;
        border-left: 6px solid #5CB85C !important;
        border-right: 6px solid #5CB85C !important;
        border-top: 3px solid #5CB85C !important;
        border-bottom: 3px solid #5CB85C !important;
        vertical-align: central;
    }

    .step .fa {
        padding-top: 15px;
        font-size: 40px;
    }


.btn-ok-round {
    position: fixed;
    bottom: 25px;
    display: inline-block;
    border-radius: 5%;
    padding: 11px 14px;
    right: 46px;
    box-shadow: 1px 1px 10px #000;
    z-index: 200;
}

.btn-back-round {
    position: fixed;
    bottom: 110px;
    display: inline-block;
    border-radius: 5%;
    padding: 11px 14px;
    right: 46px;
    box-shadow: 1px 1px 10px #000;
    z-index: 200;
}

.img-gallery {
    width: 87px !important;
    height: 87px;
    margin-top: 6px;
    display: inline-block !important;
    border-radius: 50%;
}

.card-margin {
    margin-bottom: 1.875rem;
}

.card {
    border: 0;
    box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -ms-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #e6e4e9;
    border-radius: 8px;
}

    .card .card-header.no-border {
        border: 0;
    }

    .card .card-header {
        background: none;
        padding: 0 0.9375rem;
        font-weight: 500;
        display: flex;
        align-items: center;
        min-height: 50px;
    }

    .card .card-title {
        /*font-size: 1em;
        background: #fcb941;
        padding: 5px 10px;*/
        /* float: unset; */
        /*margin-right: 81%;
        color: #fff;*/
        font-size: 1em;
        background: #fcb941;
        padding: 5px 10px;
        color: #fff;
        position: absolute;
        left: 8px;
    }

.card-header:first-child {
    border-radius: calc(8px - 1px) calc(8px - 1px) 0 0;
}

.widget-49 .widget-49-title-wrapper {
    display: flex;
    align-items: center;
}






    .widget-49 .widget-49-title-wrapper .widget-49-meeting-info {
        display: flex;
        flex-direction: column;
        margin-right: 1.3rem;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-pro-title {
            color: #3c4142;
            font-size: 1.3em;
        }







.widget-49 .widget-49-meeting-action {
    text-align: left;
    margin-top: 20px;
}

    .widget-49 .widget-49-meeting-action a {
        text-transform: uppercase;
    }

.owl-item {
    margin: 0 !important;
    padding: 0 !important;
}