

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
.col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
* {
	outline: none !important;
}
body {
	font-family: 'Poppins',Helvetica,sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
    padding: 0;
    margin: 0;
    color: #546274;
}
a{color: #005fff;}
a, a:hover, a:focus{
    text-decoration: none;
    display: inline-block;
    outline: none;
}
.ugf-wrapper {
    position: relative;
}
.theme-bg {
    background: url(../../../images/theme-9-bg.jpg) no-repeat center right;
    background-size: auto;
    background-size: cover;
}
.ugf-wrapper .ugf-content-block {
    min-height: 100vh;
} 
.logo {
    position: absolute;
    top: 50px;
    left: 100px;
    z-index: 10;
    display: flex;
    align-items: center;
    height: auto;
    z-index: 10;
}
.logo-icon {
    width: auto;
}
.logo-icon img {
    width: 100%;
}
.logo-text {
    font-size: 37px;
    font-weight: bold;
    margin-left: 8px;
}
.logo-text span {
    color: rgb(0, 144, 157);
}
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.light-logo{
    color: #fff;
    text-shadow: 0 2px 5px rgba(0,0,0,0.5);
}
.dark-logo {
    display: none;
    color: #1c2437;
}
.logo.dark .dark-logo{
    display: block !important;
}
.logo.dark .light-logo{
    display: none;
}
.ugf-content.pt270 {
    padding-top: 270px;
}  
.ugf-content h2 {
    font-size: 2rem;
    color: #1c2437;
    font-weight: 600;
}
.ugf-content h2 span {
    display: block;
}
.ugf-content p {
    font-size: 0.875rem;
    color: #546274;
    font-weight: 400;
    margin-top: 20px;
    line-height: 1.8;
}
.ugf-content form.room-form {
    max-width: 100%;
}
.ugf-content form {
    margin-top: 40px;
    max-width: 470px;
}
.ugf-content form.form-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.ugf-content form.form-flex .form-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 180px);
    flex: 0 0 calc(100% - 180px);
    margin-bottom: 0;
    margin-right: 10px;
}
.ugf-content form.room-form .form-group {
    position: relative;
}
.ugf-content form.room-form .form-group label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1c2437;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.ugf-content form.room-form .form-group .form-control {
    height: 60px;
    border-radius: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 20px;
    border: 1px solid rgba(0, 0, 0, 0.12);
}
.ugf-content form.room-form .form-group .form-control::placeholder{
    color: #bbb9b9;
    font-size: 0.875rem;
}
.ugf-content form.room-form .btn {
    margin-bottom: 20px; 
    text-align: center;
    background: #005fff;
    color: #ffffff;
    font-size: 0.875rem;
    height: 60px;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
    border: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ugf-content form.form-flex .btn {
    -webkit-box-flex: 0;
    -ms-flex: 1;
    flex: 1;
    background: #005fff;
    color: #ffffff;
    font-size: 0.875rem;
    height: 60px;
    padding: 0;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
    border: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 28px;
    margin-bottom: 0;
}
.ugf-content form.form-flex .btn span {
    margin-right: 5px;
}
.ugf-content form.form-flex .btn i {
    font-size: 0.875rem;
}
.alternet-access {
    position: absolute;
    top: 60px;
    right: 100px;
}
.alternet-access p { 
    font-weight: 400;
    color: #546274;
}

.ugf-wrapper .ugf-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    width: 33.5%;
    min-height: 100vh;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 40px 100px;
    z-index: 9;
}
.ugf-sidebar-bg {
    background: url(../../../images/sidebar.jpg) no-repeat center bottom;
    background-size: cover;
}
.ugf-sidebar-bg-3 {
    background: url(../../../images/sidebar-bg-3.jpg) no-repeat center bottom;
    background-size: cover;
}
.flat-grey-bg {
    background: url(../../../images/flat-grey-bg.jpg) no-repeat center right;
    background-size: cover;
}
.ugf-sidebar .clients {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 100px;
}
.ugf-wrapper .ugf-sidebar.sidebar-steps {
    -webkit-box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.04);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ugf-wrapper .ugf-sidebar.sidebar-steps .steps .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 240px;
} 
.ugf-wrapper .ugf-sidebar.sidebar-steps .steps .step span {
    height: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.12);
    line-height: 30px;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 600;
    color: #546274;
    margin-right: 12px;
}
.ugf-wrapper .ugf-sidebar.sidebar-steps .steps .step.complete-step span {
    position: relative;
    border: 0;
}
.ugf-wrapper .ugf-sidebar.sidebar-steps .steps .step.complete-step span:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    content: url(../../../images/check.png);
}
.ugf-wrapper .ugf-sidebar.sidebar-steps .steps .step p {
    font-size: 0.875rem;
    font-weight: 600;
    color: #546274;
    text-transform: uppercase;
    margin-bottom: 0;
}

.ugf-wrapper .ugf-sidebar.sidebar-steps .steps .step.step-onprocess span {
    color: #005fff;
    border-color: #005fff;
}
.ugf-wrapper .ugf-sidebar.sidebar-steps .steps .step.step-onprocess p {
    color: #005fff;
}
.ugf-wrapper .ugf-sidebar.sidebar-steps .steps .step + .step {
    margin-top: 40px;
}
.ugf-content.pt50 {
    padding-top: 50px;
}
.ugf-content.pt150 {
    padding-top: 150px;
}
.ugf-content form.reg-form {
    width: 100%;
    max-width: 100%;
    padding-bottom: 80px;
}
.reg-form .form-group label, .reg-form .block-label {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: #1c2437;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.reg-form .form-control{
    border-radius: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.5rem 0.75rem;
    border: 1px solid rgba(0, 0, 0, 0.12);
}
.reg-form .form-select {
    border-radius: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 0.875rem;
    padding: .55rem 2rem .55rem .75rem;
    border: 1px solid rgba(0, 0, 0, 0.12);
}
.reg-form .form-check-input:focus{
    box-shadow: none;
}
.reg-form .form-check .form-check-label{
    cursor: pointer;
}
.reg-form .birth-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
} 
.form-group.check-gender .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.form-group.check-gender .custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%; 
}
.form-group.check-gender .custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.form-group.check-gender {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.form-group.check-gender .custom-radio { 
	margin-right: 15px;
}

.form-group.check-gender .custom-radio .custom-control-input {
	display: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.form-group.check-gender .custom-radio .custom-control-input:checked~.custom-control-label {
	border-color: #005fff;
	color: #005fff;
}

.form-group.check-gender .custom-radio .custom-control-input:checked~.custom-control-label::before {
	background: #005fff;
}


.form-group.check-gender .custom-radio .custom-control-label {
	background: #ffffff;
	height: 35px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0.875rem;
	font-weight: 400;
	color: #b2becc;
	padding-left: 35px;
    padding-right: 15px;
	text-transform: capitalize;
    cursor: pointer;
}

.form-group.check-gender .custom-radio .custom-control-label:before {
	height: 18px;
	width: 18px;
	border-radius: 2px;
	background: #e1e7ee;
	border: none;
	top: 8px;
	left: 10px;
}

.form-group.check-gender .custom-radio .custom-control-label:after {
	height: 18px;
	width: 18px;
	top: 8px;
	left: 10px;
}

.form-group.check-gender .custom-radio .custom-control-input:checked~.custom-control-label::after {
	background-image: none;
	content: url(../../../images/check-white.svg);
}

.form-group.pass-group{
    position: relative;
}
.form-group.pass-group .pass-toggler-btn {
    position: absolute;
    bottom: 10px;
    right: 20px;
}
.form-group.pass-group .pass-toggler-btn i {
    font-size: 1rem;
    color: #b2becc;
    cursor: pointer;
}
.form-group.pass-group .pass-toggler-btn #eye-slash {
    display: none;
}
.form-group .progress {
    margin-top: 0;
    height: 5px;
}
.form-group .progress .progress-bar{
    border-radius: 0;
}
.suggestion {
    font-size: 12px !important;
    margin-top: -1px !important;
    margin-bottom: 15px;
}
.form-group.submit .btn{
    border-radius: 0;
    background-color: #005fff;
    height: 60px;
    min-width: 170px;
}
.swal2-content p{
    font-size: 0.875rem;
    margin-bottom: 2px;
}
.swal2-content p strong{
    color: #303030;
}
#progressPass {
    transition: width 0.4s ease-in-out, background-color 0.4s ease-in-out;
}
/* UPLOAD IMAGE */ 
.nux-profile-upload{
	display:flex;
}
.profile-box {
	background-color: transparent;
	margin-top: auto;
	margin-bottom: auto;
	text-align: center;
	margin-right: 1rem;
}
.profile-box .wrapper {
	position: relative; 
	width: fit-content; 
}
.profile-box .avatar {
	width: 120px;
	height: 120px; 
	border-radius: 50%;
	overflow: hidden;
	border: 7px solid rgba(77, 138, 255, 0.2);
	margin-bottom: 15px;
}
.profile-box .avatar img {
	width: 100%; 
	height: auto;
}
.profile-box .icon-upload {
	position: absolute;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	background-color: #fff;
	color: #005fff;
	cursor: pointer;
	overflow: hidden;
	margin: 0 auto;
	font-size: 17px;
	-webkit-box-shadow: 0 0 6px 3px rgba(68, 102, 242, 0.1);
	box-shadow: 0 0 6px 3px rgba(68, 102, 242, 0.1);
	border: 1px solid #eaeaea;;
}
.profile-box .wrapper #progress{
	position: absolute;
	top: calc(50% - 20px/2);
	width: 100%;
	height: 20px;
	margin: auto;
}
.nux-profile-upload .photo-info{
    font-size: 13px;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: none;
    padding-right: 0.75rem;
}
.form-select.is-invalid:not([multiple]):not([size]), 
.form-select.is-invalid:not([multiple])[size="1"], 
.was-validated .form-select:invalid:not([multiple]):not([size]), 
.was-validated .form-select:invalid:not([multiple])[size="1"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    padding-right: 2rem;
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus{
    box-shadow: none;
}
.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus{
    box-shadow: none;
}
.form-select.is-valid:not([multiple]):not([size]), 
.form-select.is-valid:not([multiple])[size="1"], 
.was-validated .form-select:valid:not([multiple]):not([size]), 
.was-validated .form-select:valid:not([multiple])[size="1"] {
    padding-right: 2rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.form-control.is-valid:focus, .was-validated .form-control:valid:focus{
    box-shadow: none;
}
.form-select.is-valid:focus, .was-validated .form-select:valid:focus{
    box-shadow: none;
}
.form-control.is-valid, .was-validated .form-control:valid {
    background-image: none;
    padding-right: 0.75rem;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-label:invalid ~ .form-check-label {
    color: #dc3545;
}
.was-validated .form-check-input:valid:focus {
    box-shadow: none;
}