body {
	margin: 0;
	padding: 0;
	font-family: 'K2D Medium Regular';
}
.container {
	width: 80%;
}
@font-face {
    font-family: 'K2D Italic';
    font-style: normal;
    font-weight: normal;
    src: local('K2D Italic'), url('./fonts/K2D-Italic.woff') format('woff');
}
    
@font-face {
    font-family: 'K2D Bold';
    font-style: normal;
    font-weight: normal;
    src: local('K2D Bold'), url('./fonts/K2D-Bold.woff') format('woff');
}
    
@font-face {
    font-family: 'K2D Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('K2D Bold Italic'), url('./fonts/K2D-BoldItalic.woff') format('woff');
}

@font-face {
    font-family: 'K2D Thin Regular';
    font-style: normal;
    font-weight: normal;
    src: local('K2D Thin Regular'), url('./fonts/K2D-Thin.woff') format('woff');
}
    
@font-face {
    font-family: 'K2D ExtraLight Regular';
    font-style: normal;
    font-weight: normal;
    src: local('K2D ExtraLight Regular'), url('./fonts/K2D-ExtraLight.woff') format('woff');
}
    
@font-face {
    font-family: 'K2D Light Regular';
    font-style: normal;
    font-weight: normal;
    src: local('K2D Light Regular'), url('./fonts/K2D-Light.woff') format('woff');
}
    
@font-face {
    font-family: 'K2D Medium Regular';
    font-style: normal;
    font-weight: normal;
    src: local('K2D Medium Regular'), url('./fonts/K2D-Medium.woff') format('woff');
}
    
@font-face {
    font-family: 'K2D SemiBold Regular';
    font-style: normal;
    font-weight: normal;
    src: local('K2D SemiBold Regular'), url('./fonts/K2D-SemiBold.woff') format('woff');
}
    
@font-face {
    font-family: 'K2D ExtraBold Regular';
    font-style: normal;
    font-weight: normal;
    src: local('K2D ExtraBold Regular'), url('./fonts/K2D-ExtraBold.woff') format('woff');
}
    
@font-face {
    font-family: 'K2D Thin Italic';
    font-style: normal;
    font-weight: normal;
    src: local('K2D Thin Italic'), url('./fonts/K2D-ThinItalic.woff') format('woff');
}
    
@font-face {
    font-family: 'K2D ExtraLight Italic';
    font-style: normal;
    font-weight: normal;
    src: local('K2D ExtraLight Italic'), url('./fonts/K2D-ExtraLightItalic.woff') format('woff');
}
    
@font-face {
    font-family: 'K2D Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('K2D Light Italic'), url('./fonts/K2D-LightItalic.woff') format('woff');
}
    
@font-face {
    font-family: 'K2D Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('K2D Medium Italic'), url('./fonts/K2D-MediumItalic.woff') format('woff');
}
    
@font-face {
    font-family: 'K2D SemiBold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('K2D SemiBold Italic'), url('./fonts/K2D-SemiBoldItalic.woff') format('woff');
}
    
@font-face {
    font-family: 'K2D ExtraBold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('K2D ExtraBold Italic'), url('./fonts/K2D-ExtraBoldItalic.woff') format('woff');
}
.footer-right{
	display: flex;
    flex-direction: column;
    gap: 32px;
}
.fotter-list-right{
	display: flex;
    flex-direction: column;
    list-style: none;
    gap: 22px;
	padding:0px;
}
.footer_title{
	color: #212121;
    font-size: 27px;
    font-style: normal;
    font-weight: 800;
	margin:0px;
}
.fotter-list-right-item{
	color: #676767;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
}
.footer-list-center{
	display: flex;
    flex-direction: column;
    list-style: none;
}
.footer-list-center-num{
	display: flex;
    gap: 14px;
    align-items: center;
}
.call-icon {
    border-radius: 50%;
    border: 1px solid #B4B4B4;
    line-height: 1.6px;
    min-width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.phone-text{
	color: #676767;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
	margin: 0;
}
.social-icon{
	display: flex;
    align-items: center;
}
.social-media-icon{
	display: flex;
    list-style: none;
    gap: 33px;
	padding:0px;
}
.social-icon-item{
	padding: 16px;
    border: 1px solid #BBB;
    border-radius: 100%;
    align-items: center;
	display: flex;
}
.footer-center-item-icon-num{
	color: #484848;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 33px;
}
.footer-center-item-icon-num:hover{
	color: #484848;
	text-decoration:none;
}
.footer_text{
	color: #BB2C80;
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    display: flex;
    text-align: left;
}
.footer-end{
	display: flex;
    flex-direction: column;
    gap: 27px;
}
.footer-section-end{
	display: flex;
    flex-direction: column;
    gap: 14px;
}
.footer-section-end h2{
	color: #484848;
	font-size: 23px;
	font-style: normal;
	font-weight: 600;
	line-height: 33px;
}
.form-control-footer{
	padding: 11px 23px;
	border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.12);
    border: transparent;
	width: 399px;
    height: 57px;
	outline:0px;
}
.send-button{
	position: absolute;
    top: 6px;
    right: -28px;
    border-radius: 12px;
    background: linear-gradient(179deg, #DC2D79 0.87%, #882B8D 108.65%);
    box-shadow: 0px 4px 14px 0px rgba(181, 44, 130, 0.50);
    padding: 14px 37px;
    color: white;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    text-align: cente
}
.footer-input-custmize{
	position: relative;
}
.copy-right-text{
	display: flex;
    justify-content: center;
    padding-top: 27px;
    padding-bottom: 27px;
    background: linear-gradient(179deg, #DC2D79 0.87%, #882B8D 108.65%);
    box-shadow: 0px 4px 14px 0px rgba(181, 44, 130, 0.50);
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    margin: 0px;
	font-family: 'K2D Thin Regular';
}
footer.footer_widget > .container {
    padding: 47px 0;
}

.get_tuch_sec {
	padding: 118px 0;
	min-height:100%;
	background:linear-gradient(179deg, rgba(220, 45, 121, 0.70) 0.87%, rgba(136, 43, 141, 0.70) 108.65%), url(../../img/get_in_touch.png);
	background-size:cover;
	background-position: center;
	box-shadow: 0px 4px 14px 0px rgba(181, 44, 130, 0.50);
}
.get_tuch_sec .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 48px;
}
.get_tuch_sec .container h3 {
	color: #FFF;
	text-align: center;
	font-size: 35px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 45.5px */
}
.get_tuch_sec .container a {
	border-radius: 70px;
	background: #FFF;
	box-shadow: 0px 4px 14px 0px rgba(181, 44, 130, 0.50);
	color: #BB2C80;
	text-align: center;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 126.9%; /* 35.532px */
	padding: 18px 40px;
}
header nav li.nav-item a.nav-link {
    color: #FFF;
    font-family: 'K2D Thin Regular';
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 126.9%;
    letter-spacing: 0.38px;
	text-transform: uppercase;
}
a.loginbtn {
	font-family: 'K2D Thin Regular';
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 126.9%; /* 30.456px */
	color: #323232;
	text-decoration: none;
}
a.signupbtn {
	border-radius: 70px;
	background: linear-gradient(179deg, #DC2D79 0.87%, #882B8D 108.65%);
	box-shadow: 0px 4px 14px 0px rgba(181, 44, 130, 0.50);
	width: 171px;
	height: 60px;
	flex-shrink: 0;
	color: #FFF;
	font-family: 'K2D Thin Regular';
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 126.9%; /* 30.456px */
	display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.header_btn {
    width: 277px;
    height: 60px;
    align-items: center;
    justify-content: space-between;
}
.form-control {
    display: flex;
    width: 100%;
    padding: 20px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #6E757C;
    text-align: center;
    border-radius: 46px;
    background: #F1F1F1;
}
button.btn.btn-primary {
    border-radius: 56px;
    background: linear-gradient(180deg, #DB2D79 0%, #902B8B 100%);
    width: 100%;
    display: flex;
    height: 64px;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 0px none;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    font-family: 'K2D Thin Regular';
}
h3.modal-title {
    color: #2C2C2C;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    margin: auto;
}
.modal-dialog .modal-content {
    border-radius: 32px;
    border: 2px solid rgba(255, 255, 255, 0.10);
    background: #FFF;
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}
div.modal {
    background: rgba(0,0,0,0.85);
}
.styled-checkbox {
	position: absolute;
	opacity: 0;
}
.styled-checkbox + label {
	position: relative;
	cursor: pointer;
	padding: 0;
    display: flex;
    align-items: center;
    line-height: 26px;
}
.styled-checkbox + label:before {
	content: "";
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 28px;
	height: 28px;
	background: white;
	border-radius: 49px;
	border: 2px solid #882B8D;
}
.styled-checkbox:hover + label:before {
	background: linear-gradient(1deg, #DC2D79 0.69%, #882B8D 99.3%);
}
.styled-checkbox:focus + label:before {
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
	border-radius: 49px;
	background: linear-gradient(1deg, #DC2D79 0.69%, #882B8D 99.3%);
	box-shadow: 0px 4px 14px 0px rgba(181, 44, 130, 0.5);
}
.styled-checkbox:disabled + label {
	color: #b8b8b8;
	cursor: auto;
}
.styled-checkbox:disabled + label:before {
	box-shadow: none;
	background: #ddd;
}
.styled-checkbox:checked + label:after {
	content: "";
	position: absolute;
	left: 9px;
	top: 14px;
	background: white;
	width: 2px;
	height: 2px;
	box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
	transform: rotate(45deg);
}
.promo {
	--gradient: var(--color-secondary) 10%,var(--color-yellow) 25%,var(--color-green) 50%,var(--color-blue) 75%,var(--color-primary) 90%;
    --gradient-angle: 35deg;
    -o-border-image: linear-gradient(var(--gradient-angle,to bottom),var(--gradient)) 1;
    border-image: linear-gradient(var(--gradient-angle,to bottom),var(--gradient)) 1;
    border-style: solid;
    border-width: 8px;
    margin: 8vh auto;
    padding: 2rem 1.5rem;
    text-align: center;
	width: min(var(--promo-width,40rem),100%);
}
.modal-header {
	border: 0px none;
}
label.error {
	color: red;
}
.modal-header {
	padding: 40px;
}
.modal-body {
    padding: 0 47px 28px;
}
.login-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.loginblock {
    max-width: 548px;
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 35px;
    border: 2px solid #BC2C80;
    background: linear-gradient(180deg, #FFE7ED 0%, #FFF8F9 100%);
    align-self: flex-end;
    margin: auto;
	position: relative;
	background-clip: padding-box; /* !importanté */
	border: solid 2px transparent; /* !importanté */
	border-radius: 1em;
}
input:-webkit-autofill, input:-internal-autofill-selected, input:-webkit-input-placeholder, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    background: transparent !important;
    background-color: #C668A3 !important;
    background-image: none !important;
    -webkit-box-shadow: unset!important;
    box-shadow: unset!important;
    -webkit-box-shadow: unset!important;
    font-size: 20px;
    font-style: normal;
    text-align: left;
    font-weight: 700;
    line-height: 32px;
}

  input.form-control {
    background-color: transparent;
    color: #fff;
}
/* input.form-control:-webkit-autofill,
input.form-control:-webkit-autofill:focus,
input.form-control:-webkit-autofill:hover,
input.form-control:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    box-shadow: 0 -2px 1px 1px rgba(255,255,255,0.8)!important;
    -webkit-box-shadow: 0 -2px 1px 1px rgba(255,255,255,0.8)!important;
    background: rgba(255,255,255,0.1)!important;
} */
body input:-webkit-autofill, body input:-webkit-autofill:hover, body input:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff!important;
    -webkit-box-shadow: 0 0 0px 40rem #C668A3 inset!important;
}
.loginblock:after {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: -1;
    margin: -2px; /* !importanté */
    border-radius: inherit; /* !importanté */
    background: linear-gradient(180deg, #BC2C80 0%, #FFF8F9 100%);
}
.loginblock h3 {
	margin: 50px 0;
	color: #292929;
	text-align: center;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px; /* 140% */
}
.loginblock:before {
	content: '';
	width: 227px;
	height: 10px;
	position: absolute;
	top: 0;
	left: calc(50% - 113.5px);
	border-radius: 0px 0px 80px 70px;
	background: linear-gradient(179deg, #DC2D79 0.87%, #882B8D 108.65%);
	box-shadow: 0px 4px 14px 0px rgba(181, 44, 130, 0.50);
}
.mb-3.fieldicon {
    position: relative;
}
.mb-3.fieldicon img {
    position: absolute;
    top: 27px;
    left: 30px;
}
.mb-3.fieldicon input {
	padding-left: 65px;
	color: #292929;
	font-feature-settings: 'clig' off, 'liga' off;
	font-size: 20px;
	font-style: normal;
	text-align: left;
	font-weight: 700;
	line-height: 32px; /* 160% */
	border-radius: 50px;
	border: 1px solid #C72C7E;
	background: #FFF!important;
    font-family: 'K2D Thin Regular';
}
button.othermodal {
    color: #292929;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'K2D Thin Regular';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    text-decoration-line: underline;
    border: 0px navajowhite;
    display: flex;
    margin: 40px auto 0;
}
.loginblock {
	margin-bottom: 50px;
}
ul.bottomLinkList {
	display: flex;
    list-style: none;
    flex-direction: row;
    justify-content: space-between;
    margin: 20px auto 0 auto;
    padding: 0;
	width: 295px;
}
ul.bottomLinkList li a {
	color: #292929;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'K2D Thin Regular';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    text-decoration-line: underline;
    border: 0px navajowhite;
    display: flex;
}
a.redirect-login-link {
    color: #292929;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'K2D Thin Regular';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    text-decoration-line: underline;
    border: 0px navajowhite;
    display: flex;
    margin: 40px auto 0;
	justify-content: center;
}
.main-content-section {
	min-height: calc(100vh - 160px);
    margin: 0px !important;
    display: flex;
    align-items: center;
}
.eye_icon {
    position: absolute;
    z-index: 1;
    right: 35px;
    top: 24px;
    color: #fff;
	cursor: pointer;
}

@media (min-width: 1600px) {
	.container {
		max-width: 1792px;
        width: 94%;
	}
}

body {
    position: relative;
    overflow-x: hidden;
}
.background-shape .top-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    z-index: -1;
    width: 90%;
}
.background-shape .bottom-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
} 

.login-main {
    display: grid;
    min-height: calc(100vh - 160px);
    height: auto;
    justify-content: space-between;
    align-items: flex-end;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}
.login-image-left {
    max-width: 100%;
}
.login-main .login-form {
    margin-top: auto;
    margin-bottom: auto;
}
.loginblock {
    background: linear-gradient(180deg, #D769AB 0%, rgba(177, 132, 159, 0.00) 110.96%);
    border-radius: 35px;
    background-clip: padding-box !important;
    box-shadow: 0 -2px 2px 1px white;
    border: 0;
}
.loginblock:after {
    background: linear-gradient(180deg, #ffffff 0%, #ffffff00 100%);
    margin: -3px;
    display: none;
}

.loginblock .btn.btn-primary {
    margin-top: 50px;
    border-radius: 70px;
    background: #FFF;
    box-shadow: 0px 4px 14px 0px rgba(181, 44, 130, 0.50);
    color: #A32B86;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.loginblock .mb-3.fieldicon {
    border-radius: 50px;
    background: linear-gradient(180deg, #D769AB 0%, rgba(177, 132, 159, 0.00) 110.96%) !important;
    border:solid 2px transparent;
    background-clip: padding-box !important;
    position: relative;
    margin-bottom: 30px !important;
}
/* .loginblock .mb-3.fieldicon:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    width: 100%;
    border-radius: inherit;
    background: linear-gradient(180deg, #ffffff 0%, rgb(255 248 249 / 10%) 100%);
} */
.loginblock .mb-3.fieldicon input, form input.form-control {
    outline: 0px;
    /* box-shadow: 0 -2px 1px 1px rgba(255,255,255,0.8); */
    box-shadow: unset;
    background: rgba(255,255,255,0.1)!important;
    border: 1px solid rgba(255,255,255,0.8) !important;
    color: #fff;
}
.loginblock .mb-3.fieldicon input::placeholder, form input.form-control::placeholder {
    color: #fff;
}
.loginblock a.redirect-login-link,
.loginblock ul.bottomLinkList li a {
    color: #FFF;
}
.loginblock h3 {
    margin-top: 56px;
    margin-bottom: 64px;
}
.loginblock h3,
a.loginbtn {
    color: #fff;
}
a.signupbtn {
    border-radius: 70px;
    background: #FFF;
    box-shadow: 0px 4px 14px 0px rgba(181, 44, 130, 0.50);
    color: #D72D7A;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 126.9%;
    font-family: 'K2D Medium Regular';
}
.login a.loginbtn {
    font-family: 'K2D Medium Regular';
}
.loginblock:before {
    border-radius: 0px 0px 80px 70px;
    background: #FFF;
    box-shadow: 0px 4px 14px 0px rgba(181, 44, 130, 0.50);
}
.leftsidebar-menu .sub-menu ul li a.active {
    color: #292929;
    font-family: 'K2D Medium Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px; /* 100% */
}
.input-bar-search-btn{
    border-radius: 40px !important;
}
.select2-container--default .select2-results__option > span img, .select2-container--default .select2-results__option .applicants-img {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px;
    min-height: 36px;
    font-size: 16px;
}
.select2-container--default .select2-results__option > span{
    font-size: 18px !important;
}
.select2-container--default .select2-results__option > span > span{
    font-size: 18px !important;
}
.select2-container--default .select2-results__option[aria-selected=true]:after{
    width: 40px;
    height: 40px;
}
.select2-container--default .select2-results__option:after{
    width: 40px;
    height: 40px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice span .applicants-img {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px;
    min-height: 36px;
    font-size: 16px;
}
.select2-container--default .select2-results__option > span img{
    width: 36px;
    height: 36PX;
    min-width: 36px;
    min-height: 36px;
}
@media screen and (min-width: 768px) {
    .brand-logo.mob_only {
        display: none;
    }
    .left_sidebar nav > ul {
        position: fixed;
        top: 250px;
        width: 100%;
        max-width: 260px;
        left: 10px;
    }
    .left_sidebar nav > ul > li > a {
        width: 100%;
        padding-right: 0;
    }
    body .leftsidebar-menu {
        padding: 0;
    }
    .brand-logo.mob_only {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .brand-navigation {
        padding-bottom: 30px !important;
    }
    body .brand-navigation .content {
        justify-content: center !important;
    }
    .login-main {
        grid-template-columns: 1fr;
        min-height: calc(100vh - 142px) !important;
        gap: 20px;
    }
    .main-content-section {
        min-height: calc(100vh - 142px) !important;
        justify-content: center;
    }
    .main-content-section .container {
        width: 100%;
        padding: 0px !important;
        margin-left: 35px !important;
        margin-right: 35px !important;
    }
    .login-main .login-img {
        order: 2;
    }
    .loginblock {
        margin-bottom: 0px !important;
        box-shadow: 0 -1px 0px 1px white;
    }
    .loginblock h3 {
        margin-top: 21px;
        margin-bottom: 21px;
        font-size: 25px;
        line-height: 56px;
    }
    .login-form .modal-body  {
        padding: 0 21px 12px;
    }
    .loginblock .mb-3.fieldicon input, form input.form-control {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 50px;
        font-size: 15px;
        font-weight: 500;
        /* box-shadow: 0 -1px 1px 1px rgba(255,255,255,0.8); */
        box-shadow: unset;
    }
    .login-form .mb-3.fieldicon img {
        top: 20px;
        left: 21px;
        width: 16px;
    }
    .loginblock .mb-3.fieldicon {
        margin-bottom: 21px !important;
    }
    .loginblock:before {
        height: 5px;
    }
    .loginblock .btn.btn-primary,
    .loginblock a.redirect-login-link {
        margin-top: 27px;
        font-size: 13px;
        height: 40px;
    }
    .login-image-left {
        max-height: 330px;
    }
    .background-shape .bottom-shape {
        height: 130px;
    }
    .background-shape .top-shape {
        height: 100px;
        width: 100%;
    }
    .loginblock a.redirect-login-link {
        line-height: 1;
        align-items: center;
        margin-top: 12px;
    }
    .eye_icon {
        top: 15px;
    }
    .search-input {
        display: none;
    }
    .admin-user-btn .btn-text {
        display: none;
    }
    .dropdown-toggle::after {
        margin: auto;
    } 
    .admin-user-btn {
        padding: 0px 9px !important;
        display: none;
    }
    form.search-input {
        display: none !important;
    }
    .app-main__inner .main_content .left_sidebar {
        position: fixed;
        left: 0;
        top: 0;
        width: 0;
        bottom: 0;
        z-index: 9999999999999999;
    }
    body .toggler {
        height: 36px;
        width: 36px;
    }
    body .hamburger {
        width: 36px;
        height: 36px;
        padding: 5px;
    }
    body .hamburger > div::before, body .hamburger > div::after {
        top: -6px;
    }
    body .hamburger > div::after {
        top: 6px;
    }
    .brand-logo.mob_only {
        margin-left: 51px;
        margin-top: 8px;
    }
    .brand-logo.mob_only a {
        display: flex;
    }
    body .leftsidebar-menu .sub-menu ul li a:before{
        left: 9px;
    }
    body .leftsidebar-menu .sub-menu ul li a{
        padding: 20px;
        padding-left: 35px;
    }
    body .leftsidebar-menu .sub-menu ul:after{
        left: 9px;
    }
    .app-main__inner .main_content.activeSidebar .left_sidebar {
        width: 234px;
    }
    body .main_content .left_sidebar nav ul {
        width: 194px !important;
    }
    .hamburger{
        color: #AC51BA;
        border-radius: 10px !important;
    }
    .main_content.activeSidebar .left_sidebar nav ul li ul {
        overflow: hidden;
    }
    nav.animated.bounceInDown.leftsidebar-menu > ul {
        margin-top: 8px;
    }
    .toggler:checked + .hamburger > div::before, .toggler:checked + .hamburger > div::after {
        background: #AC51BA !important;
    }
    .toggler:checked + .hamburger{
        border: 1px solid rgba(0, 0, 0, 0.30) !important;
    }
    body .left_sidebar nav ul li a {
        padding: 25px 0;
    }
    body .header_btn {
        display: none;
    }
    .top-job-menu{
        flex-direction: row !important;
    }
    .app-header__logo.mobile_menu .logo,
    .app-header__logo.mobile_menu .toggle_menu {
        display: none;
    }
    .top-job-menu {
        flex-direction: column;
    }
    .top-job-menu .past-job-shape-img,
    .top-job-menu .current-job-shape-img,
    .search_mobile {
        display: none !important;
    }
    .top-job-menu li {
        padding: 11px 22px !important;
    }
    .top-job-menu li {
        justify-content: flex-start !important;
    }
    .top-job-menu li a {
        font-size: 16px !important;
    }
    body .customise-header .header_main .app-header {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .app-header .brand-logo a {
        width: 100%;
        display: block;
        height: 100%;
    }
    .app-header .brand-logo {
        padding-top: 0px;
    }
    .app-header .brand-logo a img {
        height: 37px;
    }
    body .staff-table-content {
        padding: 31px 10px;
    }
    .job-detials-item-grp {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 10px !important;
    }
    .job-card-main {
        gap: 10px !important;
    }
    .jobs-data-wrapper {
        row-gap: 20px !important;
    }
    .shorted-date-title {
        margin-top: 12px !important;
    }
    .job-card-footer {
        text-align: left !important;
    }
    .crete-jobs-modal .modal-header {
        flex-direction: column-reverse;
        padding: 15px !important;
        gap: 5px;
    }
    .crete-jobs-modal .modal-body {
        padding: 10px 16px 15px !important;
    }
    .create-jobs-footer {
        padding-left: 12px !important;
        padding-right: 12px !important;
        padding-bottom: 12px !important;
        gap: 5px !important;
    }
    .crete-jobs-modal .modal-title {
        font-size: 20px !important;
    }
    .crete-jobs-modal .modal-header .close-btn-icon {
        margin-left: auto;
    }
    .create-job-form .crete-job-form-wrapper input.form-control, .create-job-form .crete-job-form-wrapper select {
        padding: 10px 0px !important;
    }
    body .create-job-form .crete-job-form-wrapper .input-wrapper {
        margin-bottom: 20px !important;
    }
    .create-job-form .crete-job-form-wrapper input.form-control, .create-job-form .crete-job-form-wrapper select {
        font-size: 16px !important;
    }
    .modal.crete-jobs-modal button.btn.modal-footer-btn {
        padding: 10px 20px;
        width: 140px;
        font-size: 16px;
        max-height: 44px;
    }
    body .create-job-btn-block {
        bottom: 20px;
        right: 10px;
    }
    body .create-jobs-btn .add-icon svg {
        width: 30px;
        height: 30px;
        padding: 9px;
    }
    body .create-jobs-btn .add-icon {
        padding: 5px;
    }
    body .create-jobs-btn {
        padding: 6px 12px 6px 6px;
        gap: 9px;
    }
    body .create-jobs-btn .create-jobs-text {
        font-size: 18px;
    }
    .app-container .customise-header .main_content {
        margin-top: 136px;
    }  
    .customers_section_main .jobs-details-registed .registed-edit-icon {
        flex-direction: column;
        gap: 30px;
    } 
    .customers_section_main .jobs-details-registed .vector-icon-item {
        flex-direction: unset;
        flex-wrap: wrap;
        gap: 12px;
        justify-content: space-between;
    }
    .jobs-details-registed .vector-icon-item .edit-item {
        flex: 0 0 45%;
        max-width: 45%;
    }
    .customers_section_main section .container {
        margin: 0px;
        width: 100%;
    }
    .jobs-details-registed .registed-item-text {
        gap: 12px;
    }
    .inner-item-img-text .img-text-acp-reg {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    body .app-container {
        min-height: auto;
    }
    .jobs-details-registed .jobs-details {
        padding-top: 30px;
    }
    .inner-item-img-text .img-item-part {
        padding: 15px;
    }
    body .hamburger {
        top: 25px;
        left: 25px;
    }
    body .toggler {
        top: 25px;
        left: 25px;
    }
    form#setPasswordForm input.form-control, form#resetPasswordForm input.form-control {
        padding-left: 45px;
    }
}

#setPasswordForm input.error {
    margin-bottom: 5px;
}
#setPasswordForm label.error {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
}
.profile-popup-header{
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 0px 0px 22px 0px;
}
.profile-pop-up {
    color: #292929;
    font-style: normal;
    font-weight: 600;
    font-family: 'K2D Bold';
    line-height: normal;
    font-size: 32px;
}
.profile-pop-up-main {
    padding: 30px;
}
.profile-popup-body {
    padding: 0px;
}
.profile-dialog {
    max-width: 677px;
}
.profile-info-popup-content .form-label {
    color: #949494;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'K2D Thin Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 0px
}
.profile-info-popup-content input.form-control {
    padding: 18px 0px;
    border-bottom: 1px solid #D0D0D0 !important;
    border-radius: 0px;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    color: #292929;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'K2D Medium Regular';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    outline: 0px !important;
    box-shadow: none !important; 
}
.profile-info-popup-content .form-select{
    padding: 18px 0px;
    border-bottom: 1px solid #D0D0D0 !important;
    border-radius: 0px;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    color: #292929;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'K2D Medium Regular';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    outline: 0px !important;
    box-shadow: none !important; 
}
.profile-popup-btn{
    border-radius: 80px !important;
    width: auto !important; 
} 
.submit{
    background: linear-gradient(180deg, #CE68DE 0%, #7C3387 100%) !important;
}
.card-img{
    justify-content: center;
    display: flex;
}
.card-img img{
    max-width: 76.335px;
    max-height: 91.602px;
}
.doc-card{
    width: 100%;
    height: 100%;
}
.modal-dialog {
    min-height: calc(100vh - 35px);
    display: flex;
}
.modal-dialog .modal-content {
    margin-top: auto;
    margin-bottom: auto;
}
.view-btn__main{
    display: flex;
}
.view-btn__main .signbtn {
    padding: 0px;
}
@media screen and (max-width: 768px){
   .mobile-past-view img{
        content: url(../../img/tab-right-shape-1.1.2.png);
        height: 56px;
        width: 60px;
        position: absolute;
        right: 0;
        top: -3px;
        left: -24px;
   }
   .top-job-menu li.mobile-past-view{
        padding: 0px !important;
        position: relative;
        min-width: 36px;
    }
   .top-job-menu .past-job-shape-img{
        display: block !important;
   }
   .crete-jobs-modal .modal-dialog {
        margin: 10px;   
    }
}
.profile-img {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.profile-img-inner {
    position: relative;
}
.profile-img-inner img {
    width: 140px;
    height: 140px;
    border-radius: 100%;
    object-fit: cover;
}
.profile-img-inner .edit-icon {
    position: absolute;
    width: 46px;
    height: 46px;
    background: linear-gradient(1deg, #DC2D79 0.69%, #882B8D 99.3%);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    bottom: 0;
}
.create-job-form label {
    color: #949494;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'K2D Thin Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 0px;
}
#profileedit{
    width: 0;
    height: 0;
    font-size: 0;
    visibility: hidden;
}
input#cover_photo {
    height: 0;
    width: 0;
    border: 0px none;
    line-height: 0;
    opacity: 0;
}
.email-chek-box svg{
    border-radius: 6px;
    background: linear-gradient(180deg, #DB2D79 0%, #902B8B 100%);
    width: 21px;
    height: 21px
}
.email-chek-box span{
    color: #949494;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: K2D;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}
.modal-dialog .modal-content{
    width: 86%;
    height: auto; 
    margin: auto;
}
.signature-in, .signature-out{  
    color: #292929;
    font-family: 'K2D Medium Regular';
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
}
@media screen and (max-width: 768px){
    .signature-in, .signature-out {
        font-size: 18px;
    }
}
.btn-primary.signbtn.btn-sign{
    background: transparent !important;
    color: #737373 !important;
    font-size: 18px !important;
}
.toast-message {
    font-size: 16px;
    padding: 10px;
}
#toast-container, #toast-container > div {
    max-width:  400px !important;
    width:      100%  !important;
}

body #toast-container > .toast-error { 
    background-image: none !important; 
}

@media screen and (max-width: 768px) {
    div#myTable_length {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 768px) {
    div#myTable_length {
        float: right;
        position: absolute;
        right: 0;
        top: 20px;
    }
}