body {
    font-family: "Montserrat", sans-serif;
  }

.login-wrapper .loginbox {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	display: flex;
	margin: 1.875rem auto;
	max-width: 800px;
	min-height: 500px;
	width: 100%;
}
.login-wrapper .loginbox .login-left {
	align-items: center;
	background: #18aefa;
	flex-direction: column;
	justify-content: end;
	width: 400px;
	display: flex;
	background-blend-mode: multiply;
	border-radius: 8px 20px 20px 8px;
	position: relative;
}
.login-wrapper .loginbox .login-left::after {
	content: "";
	background-image: url(../img/login-icon-02.png);
	position: absolute;
	top: 0;
	right: 0;
	width: 144px;
	height: 144px;
}
.login-wrapper .loginbox .login-right {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 40px;
	width: 400px;
}
.login-wrapper .loginbox .login-right .login-right-wrap {
	max-width: 100%;
	flex: 0 0 100%;
}
.login-wrapper .loginbox .login-right h1 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 40px;
	text-align: left;
}
.login-wrapper .loginbox .login-right .login-right-wrap .form-group {
	position: relative;
}
.login-wrapper .loginbox .login-right .login-right-wrap .form-group label {
	font-size: 13px;
	color: #ababab;
	font-weight: 500;
	position: absolute;
	top: -10px;
	left: 10px;
	background: #fff;
	margin-bottom: 0;
	padding: 0 5px;
}
.form-control {
	border: 1px solid #ddd;
	box-shadow: none;
	color: #333;
	font-size: 15px;
	height: 45px;
}

.form-group {
	margin-bottom: 1.25rem;
}
.profile-views {
	position: absolute;
	right: 17px;
	top: 50%;
	transform: translateY(-50%);
}
.form-control:focus {
    border-color: #3d5ee1;
    box-shadow: none;
    outline: 0;
}

.logo-site {
    width: 50%;
}

/**** CSS Additonnel **********/


.form-card {
    text-align: left;
}

.form-card .col-7,
.form-card .col-5 {
    padding-left: 15px;
    padding-right: 15px;
}

.formVisa input, .formVisa textarea, .formVisa select {
    padding: 8px 15px 8px 15px;
    border: 1px solid #000;
    /*! margin-top: 2px; */
    width: 100%;
    color: #000;
    font-size: 16px;
}

.formVisa input:focus,
.formVisa textarea:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #25b9d3;
    outline-width: 0;
}


/*The background card*/
.card {
    z-index: 0;
    border: none;
    position: relative;
}

/*FieldSet headings*/
.fs-title {
    font-size: 25px;
    color: #c34459;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}


.formVisa input[type="radio"].btn_radio_form,
.formVisa input[type="checkbox"].checkbox_formulaire {
    /* display: none; */
    visibility: hidden;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
}

.formVisa input[type="radio"].btn_radio_form+label,
.formVisa input[type="checkbox"].checkbox_formulaire+label {
    padding: 5px 15px;
    border: 2px dashed #3dbeee;
    margin-right: 12px;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    cursor: pointer;
}

.formVisa input[type="radio"].btn_radio_form:checked+label,
.formVisa input[type="checkbox"].checkbox_formulaire:checked+label {
    border: 2px solid #3dbeee;
    background: #3dbeee;
    color: #fff;
}


/***************************************************/
.d-none {
    display: none;
}

/*left-side-end*/
.msform .right-side {
    width: 75%;
    margin: 40px auto;
}

/*right-side-start*/

.msform .active {
    display: block;
}

.form-steps .msform .step-number-content.active {
    display: none;
}

.msform .main small {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2px;
    height: 30px;
    width: 30px;
    background-color: #ccc;
    border-radius: 50%;
    color: yellow;
    font-size: 19px;
}

.msform .text {
    margin-top: 20px;
}

.msform .congrats {
    text-align: center;
}

.msform .text p {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 700;
    color: #cbced4;
}

.msform .input-text {
    width: 48%;
}

.msform .input-text .input-div {
    width: 100%;
    position: relative;
}

.msform input[type="text"] {
    width: 100%;
    height: 40px;
    border: none;
    outline: 0;
    border-radius: 5px;
    border: 1px solid #cbced4;
    gap: 20px;
    box-sizing: border-box;
    padding: 0px 10px;
}

.msform .msform select {
    width: 100%;
    height: 40px;
    border: none;
    outline: 0;
    border-radius: 5px;
    border: 1px solid #cbced4;
    gap: 20px;
    box-sizing: border-box;
    padding: 0px 10px;
}

.input-text .input-div span.fieldlabels {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 15px;
    transition: all 0.5s;
}



.user_card {
    margin-top: 20px;
    margin-bottom: 40px;
    height: 200px;
    width: 100%;
    border: 1px solid #c7d3d9;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.user_card span {
    height: 80px;
    width: 100%;
    background-color: #dfeeff;
}

.circle {
    position: absolute;
    top: 40px;
    left: 60px;
}

.circle span {
    height: 70px;
    width: 70px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 50%;
}

.circle span img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.social {
    display: flex;
    position: absolute;
    top: 100px;
    right: 10px;
}

.social span {
    height: 30px;
    width: 30px;
    border-radius: 7px;
    background-color: #fff;
    border: 1px solid #cbd6dc;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    color: #cbd6dc;
}

.social span i {
    cursor: pointer;
}

.heart {
    color: red !important;
}

.share {
    color: red !important;
}

.user_name {
    position: absolute;
    top: 110px;
    margin: 10px;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.user_name h3 {
    color: #4c5b68;
}

.detail {
    /*margin-top:10px;*/
    display: flex;
    justify-content: space-between;
    margin-right: 50px;
}

.detail p {
    font-size: 12px;
    font-weight: 700;
}

.detail p a {
    text-decoration: none;
    color: blue;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 10% auto;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill 0.4s ease-in-out 0.4s forwards,
        scale 0.3s ease-in-out 0.9s both;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {

    0%,
    100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
}

.warning {
    border: 1px solid red !important;
}

/*right-side-end*/
@media (max-width: 750px) {
    .msform {
        max-width: 350px;
        height: auto !important;
        margin: 30px 0;
    }

    .msform .right-side {
        width: 100%;
    }

    .input-text {
        display: block;
    }

    .input-text .input-div {
        margin-top: 20px;
    }

    .msform .left-side {
        display: none;
    }
}

@media (max-width: 767px) {
    .msform {
        padding: 25px 10px;
    }

    .msform fieldset,
    .msform .progress {
        width: 100%;
    }

    #progressbar {
        overflow: scroll;
        padding-left: 0;
        display: flex;
    }

    #progressbar li {
        font-size: 13px;
        font-weight: 300;
        padding: 0 5px;
        width: auto;
    }

    #progressbar li::before {
        width: 40px;
        height: 40px;
        line-height: 40px;
        display: flex;
        font-size: 17px;
        align-items: center;
        justify-content: center;
    }

    progressbar li::after {
        top: 20px;
    }

    .msform .steps-content,
    .msform .right-side {
        width: 100%;
    }
}

.form-steps .msform #result.list-group {
    color: #000;
    font-size: 15px;
}

.form-steps .msform #result.list-group {
    cursor: pointer;
    overflow-y: auto;
    max-height: 400px;
    /* position: absolute;
    width: 100%;
    max-width:870px;
    box-sizing: border-box;
    z-index: 1001; */
}

.form-steps .msform #result.list-group .link-class:hover {
    background-color: #25b9d3;
    color: #fff;
    font-weight: bold;
    border: 1px solid #25b9d3;
}

.form-steps {
    width: 100%;
}

  .formVisa .tab {
    display: none;
    width: 85%;
    margin: 0px auto;
    column-gap: 19px;
}  
/*.formVisa fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;
    position: relative;
  }
  fieldset:not(:first-of-type) {
    display: none;
  }*/
.formVisa .current {
    display: flex;
    flex-wrap: wrap;
}

/* form.formVisa {
    background-color: #ffffff;
    padding: 40px;
    min-width: 300px;
} */

.formVisa input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    height: 43px;
    border-radius: 5px;
}

.formVisa button {
    background-color: #25b9d3;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    cursor: pointer;
}

.formVisa button:hover {
    background: #3dbeee;
}

.formVisa .previous {
    background-color: #3dbeee;
}

.formVisa .previous:hover {
    background-color: #25b9d3;
}

/* .formVisa .form-group {
    margin-bottom: 0;
} */
.formVisa .form-group.col-3 {
	padding-right: 0;
}
.textarea-input {
    width: 100%;
}

/* Make circles that indicate the steps of the form: */

.formVisa .step.active {
    opacity: 1;
    /* background-color: #69c769; */
}

.formVisa .step.finish {
    background-color: #4caf50;
}

.formVisa p {
    position: relative;
}

.formVisa .error {
    color: #f00;
    background-color: transparent;
    position: relative;
    bottom: 0;
    display: block;
    font-size: 14px;
}

.formVisa .error::before {
    display: none;
}

.formVisa input.error {
    border: 1px solid;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #bc253f;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: #bc253f;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #311B92
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

#progressbar .active {
    color: #bc253f
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    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: #bc253f
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #bc253f
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.formVisa .mdb-select {
    width: 100%;
    border: 1px solid #aaa;
    height: 43px;
}

.mdb-select.open .list {
    max-height: 250px;
    overflow-y: auto;
}

#bloc_mariee {
	width: 100%;
}
.formVisa fieldset:not(:first-of-type) {
	display: none;
}

.card-header {
    font-weight: 700;
  }
  
  .login-danger {
    color: red;
  }

  .bg-gradient-dark {
    background-image: linear-gradient(195deg, rgb(66, 66, 74) 0%, rgb(25, 25, 25) 100%);
}

.sidebar a, #navdropdown a {
    text-decoration: none;
}
.icon-menu {
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
    border-radius: 7px;
}
.sidebar a:hover{
background: rgba(255, 255, 255, 0.1);
border-radius: 30px;
}
.mt-n4 {
    margin-top: -2rem;
}
.bg-gradient-primary {
	background: #c34459;
	border-radius: 10px;
}
.shadow-primary {
    box-shadow: rgba(0, 0, 0, 0.14) 0px 4px 20px 0px, rgba(233, 30, 99, 0.4) 0px 7px 10px -5px !important;
}
.bg-gradient-success {
    background-image: linear-gradient(195deg, rgb(102, 187, 106) 0%, rgb(67, 160, 71) 100%);
}

.search-visa {
    border: 1px solid #000;
    border-radius: 10px;
}
