/* Base CSS */

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    color: #000000;
    font-family: 'SF Pro Display';
}

body {
    color: #64676B;
    font-weight: 400;
    font-family: 'SF Pro Display';
    background-color: #F9F9FB;
    font-size: 14px;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Regular.woff2') format('woff2'), url('../fonts/SFProDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Bold.woff2') format('woff2'), url('../fonts/SFProDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Semibold.woff2') format('woff2'), url('../fonts/SFProDisplay-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Medium.woff2') format('woff2'), url('../fonts/SFProDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Light.woff2') format('woff2'), url('../fonts/SFProDisplay-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

a:hover {
    text-decoration: none
}

.container {
    max-width: 100%;
}

/*---------------------- Header area start ----------------------*/

.menu-close {
    font-size: 22px;
    color: #3d424e;
    position: absolute;
    top: 18px;
    left: 19px;
    cursor: pointer;
    transition: .4s;
}

.menu-close:hover {
    color: #2AB66A;
}

.offcanvas-area {
    position: fixed;
    right: -100%;
    height: 100%;
    width: 300px;
    background: #F5FCFF;
    z-index: 6;
    padding-top: 35px;
    -webkit-transition: .4s;
    transition: .4s;
    visibility: hidden;
    top: 0;
}

.offcanvas-area {
    max-height: 100vh;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 50px;
}

.offcanvas-area::-webkit-scrollbar {
    display: none;
}

.offcanvas-area.active {
    right: 0;
    visibility: visible;
}

.offcanvas-area .main-menu ul li a {
    font-size: 18px;
    color: #3D424E;
    margin-left: 30px;
    margin-bottom: 18px;
    display: block;
}

.offcanvas-area .main-menu ul li a:hover, .offcanvas-area .main-menu ul li a[aria-expanded="true"] {
    color: #2AB66A;
}

.offcanvas-menu .main-menu ul {
    display: block;
    padding-top: 94px;
    padding-left: 0;
    margin-bottom: 65px;
}

.offcanvas-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 5;
}

.offcanvas-overlay.active {
    opacity: .4;
    visibility: visible;
}

.menu-open {
    font-size: 24px;
    color: #262626;
    display: none;
    cursor: pointer;
    position: relative;
    top: 2px;
    margin-left: 20px;
    transition: .3s;
}

.menu-open:hover, .menu-open.active {
    color: #5d3ac5;
}

.offcanvas-menu .common-btn {
    font-size: 17px;
    padding: 9px 30px;
    border-radius: 12px;
}

.subb-menu {
    padding-left: 10px;
}

.offcanvas-area .main-menu .subb-menu a {
    font-size: 16px;
    margin: 0px;
    padding-left: 10px;
    margin-left: 26px;
    margin-bottom: 10px;
}

.offcanvas-area .main-menu .subb-menu a:last-child {
    margin-bottom: 20px;
}

.header__area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 25px 16px;
    z-index: 7;
}

.logo__main {
    max-width: 146px;
}

.header__area p {
    margin: 0;
}

.header__area p a {
    font-weight: 500;
    display: inline-block;
    margin-left: 2px;
}

.dashboard--header {
    background: #F2F0FA;
    border-bottom: 1px solid rgba(75, 41, 173, 0.5);
    position: fixed;
    width: 100%;
    height: auto;
    left: 0;
    z-index: 9;
    transition: .3s;
    padding: 17px 15px;
}

.dropdown-toggle {
    background: transparent !important;
    border: 0;
    outline: none;
    margin-left: 22px;
    padding: 0;
}

.dropdown-toggle::after {
    display: none;
}

.dashboard--header p {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    color: #000;
}

.dash__header__right {
    display: flex;
    align-items: center;
}

.dashboard--header .logo__main {
    position: relative;
    top: 2px;
}

.header__profile {
    width: 29px;
    height: 29px;
}

/*---------------------- Header area end ----------------------*/

/*---------------------- Main area start ----------------------*/

.main__area {
    padding-top: 68px;
    position: relative;
    min-height: calc(100vh - 42px);
    padding-left: 378px;
    padding-bottom: 40px;
}

.body__left__bar {
    position: fixed;
    top: 67px;
    left: 0;
    width: 390px;
    border-right: 1px solid #9E8CD3;
    z-index: 8;
    transition: .3s;
    height: calc(100% - 67px);
    background-color: #fff;
}

.body__top__navigation {
    display: flex;
}

.body__top__navigation a {
    flex: 1 1 auto;
    border-right: 1px solid #9E8CD3;
    border-bottom: 1px solid #9E8CD3;
    text-align: center;
    padding: 10px 4px;
    font-size: 14px;
    color: #64676B;
    font-weight: 700;
    line-height: 1.3;
    transition: .3s;
}

.body__top__navigation a:hover, .body__top__navigation a.active {
    background: #9e8cd3;
    color: #fff;
}

.current__opportunities {
    font-size: 14px;
    color: #8F9399;
    font-weight: 500;
    line-height: 1.2;
    padding: 9px 16px;
    border-bottom: 1px solid #9e8cd3;
}

.main__wrapper {
    padding: 28px;
}

.get__started__wrap {
    background: #F2F0FA;
    border: 1px solid #DADCDD;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 25px 30px;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 19px;
}

.get__started__left {
    padding: 17px;
}

.get__started__left h4 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    margin-bottom: 15px;
}

.get__started__left p {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 19px;
    padding-right: 50px;
}

.cmn__btn {
    display: inline-block;
    background: #5D3AC5;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    padding: 13px 23px;
    transition: .3s;
    border: 1px solid #5d3ac5;
}

.cmn__btn:hover {
    background: transparent;
    color: #5d3ac5;
}

.start__thumb {
    flex: 0 0 auto;
    margin-top: -79px;
}

.left__single__project__item {
    background: #FFFFFF;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 15px 18px;
    margin-bottom: 7px;
    cursor: pointer;
    transition: .3s;
}

.left__single__project__item:hover {
    box-shadow: 1px 4px 10px #0000000f;
}

.left__single__project__item h4 {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    margin-bottom: 6px;
}

.project__requirements__short {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.project__requirements__short p {
    font-size: 14px;
    color: #64676B;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 8px;
    margin-right: 8px;
}

.single__left__project__discription {
    font-size: 14px;
    color: #2C3E50;
    margin: 0;
    font-weight: 500;
    line-height: 1.3;
}

.dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #C4C4C4;
    border-radius: 50px;
    margin-right: 6px;
}

.project--type.parmanent {
    background-color: #F8B319 !important;
}

.left__projects__lists__wrapper {
    padding: 18px;
    overflow-y: scroll;
    max-height: calc(100vh - 222px);
}

.project--type {
    width: 20px;
    height: 14px;
    background: #67C7A5;
    display: inline-block;
    margin-right: 4px;
    position: relative;
    top: 2px;
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0 52%, 0% 0%);
}

.bar__pagination {
    background: #F9F9FB;
    padding: 9px 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bar__pagination a {
    font-size: 14px;
    font-weight: 700;
    color: #006AF5;
    display: inline-block;
}

.bar__pagination p {
    font-size: 14px;
    color: #8F9399;
    margin: 0;
    line-height: 1.3;
    font-weight: 500;
}

.body__left__bar__profile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #9E8CD3;
    padding: 12px 21px;
    padding-left: 30px;
}

.body__left__bar__top__thumb {
    height: 45px;
    width: 45px;
    border-radius: 70px;
    margin-left: 10px;
    flex: 0 0 auto;
}

.body__left__bar__profile__content h5 {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 4px;
}

.body__left__bar__profile__content p {
    font-size: 14px;
    color: #8F9399;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
}

.body__left__menu__wrapper {
    padding: 22px 32px;
    max-height: calc(100vh - 155px);
    overflow-y: scroll;
    padding-bottom: 35px;
}

.body__left__menu__wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.body__left__menu__wrapper ul li a {
    display: block;
    font-size: 14px;
    color: #8F9399;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 13px;
    transition: .3s;
}

.body__left__menu__wrapper ul li a:hover, .body__left__menu__wrapper ul li a.active {
    color: #006AF5;
}

.body__left__menu__wrapper ul li a b {
    font-weight: 700;
    color: #000;
}

.main__form__wrapper {
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    box-sizing: border-box;
    border-radius: 3px;
}

.main__form__inner {
    padding: 36px;
    max-width: 1220px;
}

.main__form__wrapper h6 {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    margin-bottom: 5px;
}

.main__form__wrapper p {
    font-size: 14px;
    font-weight: 500;
    color: #8F9399;
    margin-bottom: 20px;
}

.btn-close {
    position: absolute;
    right: 15px;
    top: 11px;
    color: #777777;
    background: transparent;
    outline: none;
    font-size: 24px;
    line-height: 1;
    padding: 0;
    opacity: 1;
}

.alert-danger .btn-close {
    color: #FE744F;
}

.alert-success .btn-close {
    color: #67C7A5;
}

.single__preferrence__item {
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 15px 18px;
    margin-bottom: 10px;
    transition: .3s;
    position: relative;
    padding-right: 60px;
}

.single__preferrence__item:hover {
    box-shadow: 1px 3px 7px #0000000d;
}

.single__preferrence__item h5 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 5px;
    color: #000;
}

.single__preferrence__item p {
    font-size: 14px;
    color: #8F9399;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 16px;
}

.single__preferrence__item a {
    font-size: 14px;
    color: #5D3AC5;
    font-weight: 500;
    display: inline-block;
    line-height: 1.2;
    text-decoration: none;
}

.preferrence__edit__btn {
    width: 47px;
    height: 29px;
    background: #64676B;
    border-radius: 5px;
    display: flex;
    position: absolute;
    top: 11px;
    right: 11px;
    z-index: 1;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.2px;
    transition: .3s;
    cursor: pointer;
}

.preferrence__edit__btn:hover {
    background: #5d3ac5;
}

.uploaded__file__item {
    background: #FFFFFF;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 20px;
    margin-bottom: 9px;
    transition: .3s;
    cursor: pointer;
}

.uploaded__file__item p {
    font-size: 14px;
    margin: 0;
    color: #64676B;
    font-weight: 700;
    line-height: 1.3;
}

.uploaded__file__item button {
    border: 0;
    outline: none;
    background: transparent;
    color: #006AF5;
    font-weight: 500;
    outline: none;
    padding: 0;
    line-height: 1.2;
}

.uploaded__file__item:hover {
    box-shadow: 1px 3px 7px #0000000d;
}

/*---------------------- Edit Profile area start ----------------------*/

.edit__profile__nav {
    display: flex;
    border-bottom: 1px solid #D4D4D4;
    padding-left: 36px;
}

.edit__profile__nav a {
    display: inline-block;
    padding: 14px 29px;
    border-left: 1px solid #D4D4D4;
    border-right: 1px solid #D4D4D4;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
    transition: .3s;
}

.edit__profile__nav a:hover, .edit__profile__nav a.active {
    color: #006af5;
}

.profile__wrapper {
    display: flex;
    justify-content: space-between;
    padding: 30px 36px;
}

.profile__left__wrap {
    display: flex;
    align-items: center;
}

.profile__thumb {
    flex: 0 0 auto;
    height: 104px;
    width: 104px;
    border-radius: 50%;
    margin-right: 30px;
    overflow: hidden;
}

.profile__content h6 {
    margin-bottom: 2px !important;
}

.profile__content p {
    margin-bottom: 10px !important;
}

.profile__content p:last-child {
    margin-bottom: 0 !important;
}

.profile__detail__row {
    padding: 14px 32px;
    border-top: 1px solid #D4D4D4;
    position: relative;
    padding-right: 55px;
}

.profile__detail__title {
    font-size: 14px;
    color: #000;
    line-height: 1.3;
    font-weight: 400;
}

.profile__detail__title b {
    font-weight: 700;
    margin-right: 7px;
}

.profile__detail__edit {
    position: absolute;
    top: 10px;
    right: 18px;
}

.profile__detail__edit button {
    padding: 0;
    background: transparent;
    outline: none;
    border: 0;
}

.profile__detail__title a {
    margin-left: 20px;
}

.skill__tags__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.skills__tag {
    background: rgba(158, 140, 211, 0.2);
    border-radius: 50px;
    padding: 5px 18px;
    display: flex;
    align-items: center;
    margin-right: 7px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #000;
    line-height: 1.3;
}

.skills__tag i {
    margin-left: 12px;
    position: relative;
    left: 3px;
    top: 1px;
    cursor: pointer;
}

.main__form__wrapper .profile__detail__row p {
    font-size: 14px;
    color: #000;
    margin-top: 21px;
    font-weight: 400;
    line-height: 1.3;
}

.main__form__wrapper .profile__detail__row p:last-child {
    margin-bottom: 0;
}

.profile__detail__row:last-child {
    border-bottom: 1px solid #D4D4D4;
    margin-bottom: 70px;
}

.text-black {
    color: #000 !important;
}

input::placeholder {
    display: none !important;
}

/*---------------------- Edit Profile area end ----------------------*/

/*---------------------- Job Information area start ----------------------*/

.job__information__top__bar {
    border-bottom: 1px solid #9E8CD3;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.job__information__title h5 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 2px;
}

.job__information__title p {
    font-size: 14px;
    color: #2C3E50;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1px;
}

.job__information__title {
    padding: 15px 30px;
}

.job__information__nav {
    display: flex;
    align-items: flex-end;
    margin-right: 50px;
    margin-bottom: -1px;
}

.job__information__nav a {
    background: #9E8CD3;
    border: 1px solid #9E8CD3;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    padding: 6px 20px;
    font-weight: 500;
    transition: .3s;
    margin-right: 9px;
}

.job__information__nav a.active {
    background: #f9f9fb;
    color: #000;
    border-bottom-color: transparent;
}

.job__information__wrapper {
    position: relative;
}

.job__information__scroll {
    padding: 20px 31px;
    padding-bottom: 98px;
    max-height: calc(100vh - 183px);
    overflow-y: scroll;
}

.job__information__wrapper p {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 1.4;
    margin-bottom: 20px;
    padding-right: 50px;
}

.project__information__lists p {
    color: #64676B;
    line-height: 1.2;
}

.project__information__lists ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-bottom: 10px;
}

.project__information__lists ul li {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 1.5;
    margin-bottom: 14px;
    padding-left: 28px;
    padding-right: 100px;
}

.project__information__lists ul li::after {
    position: absolute;
    left: 6px;
    top: 6.8px;
    width: 8px;
    height: 8px;
    background: #C4C4C4;
    content: '';
    border-radius: 50px;
}

.job__information__bottom__bar {
    background: rgb(244, 242, 251);
    box-shadow: 4px 0px 10px 3px rgba(62, 61, 61, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

.job__information__bottom__bar a {
    height: 36px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin: 0 6px;
    margin-bottom: 4px;
}

.cmn__btn.bg--green {
    background: #67C7A5;
    border-color: #67C7A5;
    color: #fff;
}

.cmn__btn.bg--grey {
    background: #64676B;
    border-color: #64676B;
    color: #fff;
}

.pr-0 {
    padding-right: 0 !important;
}

/*---------------------- Job Information area end ----------------------*/

/*---------------------- Job Discussion area start ----------------------*/

.chat__wrapper {
    padding: 25px 30px;
    position: relative;
    max-height: calc(100vh - 408px);
    overflow-y: scroll;
}

.single__message__row {
    display: flex;
    margin-bottom: 18px;
    align-items: flex-start;
    padding-right: 7px;
}

.message__user__thumb {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin-right: 18px;
}

.message__user__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.message__content__blk {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #D1D1D1;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 12px 20px;
}

.message__content__blk p {
    font-size: 14px;
    color: #2C3E50;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 9px;
}

.message__content__blk p:last-child {
    margin: 0;
}

.single__message__row.user--message {
    flex-direction: row-reverse;
    padding-right: 0;
    padding-left: 7px;
}

.single__message__row.user--message .message__user__thumb {
    margin-left: 18px;
    margin-right: 0;
}

.chat__form__wrapper {
    background: #FFFFFF;
    box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: flex-start;
    padding: 29px;
    padding-right: 50px;
}

.chat__form__user__thumb {
    width: 45px;
    height: 45px;
    flex: 0 0 auto;
    margin-right: 17px;
}

.chat__form {
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 3px;
    margin-bottom: 14px;
}

.chat__form__right {
    width: 100%;
}



.chat__form textarea {
    height: 69px;
    width: 100%;
    resize: none;
    border: 0;
    outline: none;
    font-size: 14px;
    color: #000;
    padding: 3px 14px;
}

.chat__edit__bar {
    height: 30px;
    width: 100%;
}

/*---------------------- Job Discussion area end ----------------------*/

/*---------------------- Main area end ----------------------*/

/*---------------------- Footer area start ----------------------*/

.footer__area {
    padding: 12px 10px;
    background: #fff;
    border-top: 1px solid #D7D7D7;
    position: fixed;
    z-index: 8;
    left: 0;
    bottom: 0;
    width: 100%;
}

.footer__area p {
    font-size: 14px;
    color: #8F9399;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
}

/*---------------------- Footer area end ----------------------*/

/*---------------------- Form area Start ----------------------*/

.form__area {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-bottom: 50px;
    padding-top: 20px;
}

.form__wrapper {
    max-width: 480px;
    background: #FFFFFF;
    border: 1px solid #E6E6EA;
    padding: 36px 39px;
    margin: 0 auto;
    border-radius: 6px;
    position: relative;
    z-index: 2;
}

.form__navigation {
    display: flex;
    margin: 0 -39px;
    margin-bottom: 30px;
}

.form__navigation a {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-bottom: 1px solid #E5E5E5;
    color: #64676B;
    font-weight: 500;
    line-height: 1.2;
    transition: .3s;
    border-left: 1px solid #E5E5E5;
}

.form__navigation a:first-child {
    border-left: 0;
}

.form__navigation a.active {
    border: 0;
}

.form__wrapper h3 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    margin-bottom: 7px;
}

.form__wrapper .form__content__wrapper p {
    font-size: 16px;
    color: #64676B;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 22px;
}

.form__content__wrapper {
    padding-bottom: 5px;
}

.single__input__item input {
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #E6E6EA;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 0 20px;
    font-size: 14px;
    color: #8F9399;
    font-weight: 500;
    width: 100%;
    outline: none;
}

::-webkit-input-placeholder {
    opacity: 1;
}

::-moz-placeholder {
    opacity: 1;
}

:-ms-input-placeholder {
    opacity: 1;
}

::-ms-input-placeholder {
    opacity: 1;
}

::placeholder {
    opacity: 1;
}

.single__input__item {
    margin-bottom: 23px;
}

.form__submit button {
    height: 45px;
    background: #EF557C;
    border-radius: 6px;
    width: 100%;
    border: 0;
    color: #fff;
    outline: none;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 24px;
    transition: .3s;
}

.form__submit button:hover {
    background-color: #1667D2;
}

.form__wrapper p {
    font-size: 14px;
    padding-right: 15px;
}

.terms__txt span {
    color: #C4C4C4;
    font-size: 50px;
    display: block;
    margin: 0 4px;
    line-height: 0;
    position: relative;
    top: -14px;
}

.common__btn {
    width: 147px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    color: #fff;
    background: #1667D2;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    transition: .3s;
}

.common__btn:hover {
    background: #EF557C;
}

.confirm__thumb {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    text-align: center;
    max-width: 570px;
    margin: 0 auto;
    right: 0;
}

.mail__icon {
    margin-bottom: 4px;
    margin-top: 4px;
}

.single__input__item label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.common__checkbox .checkbox {
    width: 20px;
    height: 20px;
    border: 2px solid #94A3B8;
    cursor: pointer;
    position: relative;
    display: inline-block;
    border-radius: 3px;
    cursor: pointer;
    background: #fff;
}

.single__checkbox__item {
    display: flex;
    margin-bottom: 28px;
}

.common__checkbox {
    width: 20px;
    height: 20px;
    position: relative;
    flex: 0 0 auto;
    margin-right: 10px;
    top: 1px;
}

.single__checkbox__item label {
    font-size: 14px;
    color: #0F172A;
    cursor: pointer;
}

.common__checkbox input {
    position: absolute;
    left: 0%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.common__checkbox .checkbox::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/Icon.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    content: '';
    z-index: 1;
    display: none;
}

.common__checkbox input:checked~.checkbox::after {
    display: block;
}

.common__checkbox input:checked~.checkbox {
    border: 0;
}

.chosen-container-single .chosen-single div b::after {
    position: absolute;
    top: 16px;
    font-size: 15px;
    font-family: "Font Awesome 5 Pro";
    right: 13px;
    content: '\f078';
    z-index: 2;
    height: 15px;
    width: 15px;
    font-weight: 300;
    line-height: 1;
}

.single__input__item .bootstrap-tagsinput input {
    height: auto;
    border: 0;
    padding: 0;
    display: inline-block;
    width: auto;
}

.upload__wrapper {
    height: 100px;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px dashed #CBD5E1;
    justify-content: center;
    border-radius: 5px;
    position: relative;
    margin-top: 4px;
}

.upload__wrapper input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.upload__wrapper p {
    font-size: 14px;
    color: #64676B;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
}

.form__area.align-items-start {
    padding-top: 135px;
}

.setup__thumb {
    position: absolute;
    left: -154px;
    bottom: 9px;
    z-index: -1;
}

.machine__wrapper {
    max-width: 565px;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
}

.machine__thumb {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 43px;
}

.machine__wrapper h3 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    line-height: 1.4;
    margin: 0;
}



.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 1px solid #d2d6de;
    border-radius: 0;
    padding: 6px 12px;
    height: 34px
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 10px
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    height: auto;
    margin-top: -3px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 1px solid #d2d6de;
    border-radius: 0 !important;
    padding: 6px 12px;
    height: 40px !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 6px !important;
    right: 1px;
    width: 20px
}

/*---------------------- Form area End ----------------------*/

/*---------------------- Modal area Start ----------------------*/

.modal__content__wrapper {
    padding: 20px 30px;
}

.modal__close button {
    background: #F8FAFD;
    width: 100%;
    border: 0;
    height: 65px;
    font-size: 15px;
    color: #6183E4;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    transition: .3s;
    outline: none;
}

.modal__close button:hover {
    background: #6183E4;
    color: #fff;
}

.modal__content__wrapper h4 {
    font-size: 16px;
    font-weight: 600;
    color: #0F172A;
    line-height: 1.3;
    margin-bottom: 13px;
}

.modal__content__wrapper p {
    font-size: 14px;
    color: #64748B;
    line-height: 1.4;
}

.modal__icon {
    margin-bottom: 24px;
    margin-top: 19px;
}

.modal__submit button {
    width: 102px;
    height: 45px;
    background: #5D3AC5;
    border-radius: 5px;
    border: 0;
    outline: none;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    transition: .3s;
}

.modal__submit button:hover {
    background: #EF557C;
}

.detail__text h6 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 5px;
}

.detail__text p {
    font-size: 13px;
    color: #0F172A8C;
    margin-bottom: 18px;
}

.modal__content__wrapper h5 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 14px;
    padding-top: 2px;
}

.tags__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    padding-bottom: 10px;
}

.single__tag__item {
    display: flex;
    align-items: center;
    background: rgba(158, 140, 211, 0.2);
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    padding: 5px 13px;
}

.single__tag__item p {
    margin: 0;
    color: #000;
}

.single__tag__item i {
    font-size: 13px;
    margin-left: 14px;
    cursor: pointer;
}

/*---------------------- Modal area End ----------------------*/