* {
    font-family: 'Lato', sans-serif;
}

.navbar-brand img {
    max-height: 56px;
}

.navbar-dark.bg-dark {
    /*background-color: #212e4e !important;*/
    background-color: black !important;
}

.navbar-dark .navbar-nav .nav-link {
    font-weight: 600;
    line-height: 20px;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0px;
}

.navbar-dark .navbar-nav .nav-item {
    padding: 20px 30px;
}

.btn {
    box-shadow: none !important;
}
.material-form .btn {
    min-width: 100px;
    box-shadow: none !important;
}

.btn.btn-rounded {
    border-radius: 19px;
}

.btn-circle {
    padding: 0;
    min-width: auto;
    width: 38px;
    border-radius: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
}

.btn.btn-primary {
    /*background: #212e4e;*/
    /*border-color: #212e4e;*/
    background: black;
    border-color: black;
    color: white;
}

.btn.btn-outline-primary {
    border-color: #000000;
    color: #000000;
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus,
.show>.btn-outline-primary.dropdown-toggle {
    background-color: #000000;
    color: #fff;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.show>.btn-primary.dropdown-toggle {
    background-color: #fff;
    color: #000000;
}
.modal-footer .btn-primary:hover {
    background-color: #5ba8f6;
    color: #fff;
    border-color: #5ba8f6;
}

.cover-image {
    height: 200px;
    background-size: cover;
}

.hover-editable .edit-btn {
    display: none;
    transition: 0.5s ease-in-out;
}

.hover-editable:hover .edit-btn {
    display: inline-block;
}

.profile-image {
    width: 150px;
    height: 150px;
    border-radius: 100%;
}

.main-profile {
    position: relative;
    padding: 20px;
}

.main-profile .profile-image {
    position: absolute;
    top: -130px;
    left: 20px;
}

.show>.btn-primary.dropdown-toggle {
    background: #5ba8f6;
    border-color: #5ba8f6;
}

a {
    /*    color: #212e4e;*/
    color: #000000;
}

a:hover,
a:focus {
    color: #5ba8f6;
    text-decoration: none;
}

.alert.alert-dashed {
    border: 2px dashed #212e4e;
}

.text-light {
    color: #ababab!important;
}

.progress-bar.bg-primary {
    background-color: #212e4e!important;
}

.progress-bar.bg-primary-light {
    background-color: #5ba8f6!important;
}

.experience-img {
    width: 70px;
    margin-right: 20px;
}

.experience-img {
    width: 50px;
    margin-right: 20px;
}

.experience-item {
    list-style: none;
}

.designation {
    font-weight: 700;
    color: #212e4e;
    font-size: 18px;
}

.material-form .input-group-text {
    width: 70px;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    background: none;
    border: none;
}

.material-form .field-group {
    width: calc(100% - 80px);
}

.material-form .form-control {
    border-color: transparent !important;
    box-shadow: none !important;
    background: transparent;
}

.material-form .field-group label {
    padding: .5rem 1rem 0 1rem;
    margin-bottom: 0;
}

.small-label {
    font-size: 12px;
}

.bg-primary {
    background-color: #000000 !important;
}

.bg-grey {
    background-color: #d6d6d6 !important;
}

.material-form .form-group.bg-primary * {
    color: #fff;
}

.material-form .form-group.bg-grey * {
    color: #000000;
}

.material-form .form-control:focus {
    color: inherit;
    background-color: transparent;
}
.form-control:focus{
    box-shadow: none;
}

.material-form .field-group .form-control {
    font-weight: 300;
    font-size: 16px;
}

.material-form .form-control::placeholder {
    color: #fff;
}

.material-form .form-control:-ms-input-placeholder {
    color: #fff;
}

.material-form .form-control::-ms-input-placeholder {
    color: #fff;
}

.material-form .form-control.placeholder-primary::placeholder {
    color: #212e4e;
}

.material-form .form-control.placeholder-primary:-ms-input-placeholder {
    color: #212e4e;
}

.material-form .form-control.placeholder-primary::-ms-input-placeholder {
    color: #212e4e;
}

.round span {
    line-height: 24px;
    display: inline-block;
}

@media(max-width:991px) {
    .navbar-dark .navbar-nav .nav-item {
        padding: 10px 0px;
    }
}


/* custimize */

.round {
    position: relative;
}

.round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}

.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 3px;
    opacity: 0;
    position: absolute;
    top: 5px;
    transform: rotate(-45deg);
    width: 12px;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked+label {
    background-color: #66bb6a;
    border-color: #66bb6a;
}

.round input[type="checkbox"]:checked+label:after {
    opacity: 1;
}
/* Experience Details */

.experience-checkbox {
    /* position: relative; */
}

.experience-checkbox label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 20%;
    cursor: pointer;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}


.experience-checkbox label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 3px;
    opacity: 0;
    position: absolute;
    top: 5px;
    transform: rotate(-45deg);
    width: 12px;
}

.experience-checkbox input[type="checkbox"] {
    visibility: hidden;
}

.experience-checkbox input[type="checkbox"]:checked+label {
    background-color: #212e4e;
    border-color: #212e4e;
}

.experience-checkbox input[type="checkbox"]:checked+label:after {
    opacity: 1;
}

.img-thumbnail {
    padding: 0 !important;
    border: 5px solid #000000;
    border-radius: 100%;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

.profile-details {
    padding: 0px 20px;
}

.profile-designation {
    color: #7c7c7c;
    font-weight: 700;
    margin-bottom: 5px;
}
.profile-company-name {
    color: #7c7c7c;
    /* font-weight: 700; */
    font-size: 19px;
    margin-bottom: 5px;
}

.profile-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 5px;
}

.profile-company {
    color: #7c7c7c;
    margin-bottom: 0px;
}

.body-bg-grey {
    background: #f6f6f6;
}

h4.section-title {
    font-size: 30px;
    color: #000000;
}

.jumbo-paragraph,
.jumbo-paragraph p {
    font-size: 20px;
}

.profile-contact-details {
    list-style: none;
    /*border-left: 4px solid #212e4e;*/
    border-left: 4px solid black;
    /*color: #7c7c7c;*/
    color: black;
    padding-left: 30px;
}

.profile-contact-details li {
    margin-bottom: 10px;
}

.profile-contact-details i {
    background-color: #7c7c7c;
    color: #fff;
    line-height: 36px;
    height: 36px;
    width: 36px;
    text-align: center;
    border-radius: 100%;
    margin-right: 15px;
}

.left-col-section {
    padding: 30px 30px 30px 0;
    position: relative;
}

.left-col-section * {
    position: relative;
}

.left-col-section::before {
    content: "";
    position: absolute;
    left: -80%;
    top: 0;
    bottom: 0;
    right: 0;
}

.left-col-section.bg-white::before {
    background: #fff;
}

.right-col-section {
    padding: 30px 0px 30px 30px;
    position: relative;
}

.right-col-section * {
    position: relative;
}

.right-col-section::before {
    content: "";
    position: absolute;
    right: -80%;
    top: 0;
    bottom: 0;
    left: 0;
}

.badge-primary {
    color: #fff;
    background-color: #000000;
}

.right-col-section.bg-white::before {
    background: #fff;
}

.experience-item {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #f1f1f1;
}

.experience-item .company_name {
    color: #000;
    font-size: 22px;
    padding-right: 40px;
}

.experience-item .designation {
    color: #404042;
    font-size: 20px;
    padding-right: 40px;
}

.experience-item:last-child {
    border-bottom: 0;
}

.badge.badge-lg {
    padding: 10px 15px;
    font-size: 16px;
}

.badge-wrapper {
    margin-left: -15px;
}

.table.bank-details {
    border: none !important;
}

.table.bank-details * {
    border: none !important;
}

.table.bank-details th {
    width: 120px;
    white-space: nowrap;
}

.table.bank-details td,
.table.bank-details th {
    padding: 2px 0px;
}

.myDanger {
    color: #721c24;
}
.modal-header.bg-primary * {
    color: #fff;
}

/* Customize for select 2 */
.select2Image {
    max-width: 20px;
    max-height: 20px;
    padding: 2px;
    border-radius: 4px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice{
    background-color: #fff;
    border: solid 1px #212e4e;
    color: #212e4e;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #212e4e;
    color: white;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #212e4e;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] .select2Image {
    background: white;
}

.close:focus{
    outline: 0;
}
/* Customize */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

@media(max-width:991px) {
    .hover-editable .edit-btn {
        display: inline-block;
    }
}

@media(max-width:575px) {
    .profile-contact-details {
        border-left: 0;
        border-top: 4px solid #212e4e;
        padding-top: 30px;
        padding-left: 0;
    }
    .profile-image {
        width: 150px;
        height: 150px;
        margin: auto;
        display: block;
        margin-bottom: 20px;
    }
    .profile-details {
        text-align: center;
    }
}

@media(max-width:767px) {
    .right-col-section,
    .left-col-section {
        padding: 30px;
        position: relative;
    }
    .right-col-section.bg-white::before,
    .left-col-section.bg-white::before {
        display: none;
    }
}

.capital{
    text-transform:capitalize;
}

.term-detail{
    font-size: 16px !important;
}

/*.hover-icon:hover{
    display: block !important;
}*/
.user-img-btn
{
    position: absolute;
    top: 105px;
    right: 0px;
}
/*.user-profile-hover:hover .user-img-btn{
    display: inline-block;
}*/

@media(max-width: 576px) {
    .user-img-btn
    {
        position: absolute;
        top: 105px;
        right: 36%;
    }
}


@media(max-width: 425px){
    .margin-none{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .user-img-btn
    {
        position: absolute;
        top: 105px;
        right: 124px;
    }
}
@media(max-width: 375px){
    .user-img-btn
{
    position: absolute;
    top: 105px;
    right: 100px;
}
}
@media(max-width: 320px){
    .user-img-btn
{
    position: absolute;
    top: 105px;
    right: 70px;
}
}


.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

#loading-icon {
    background: url(https://i.gifer.com/4V0b.gif) no-repeat center center;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
}

/* Added by CY
** Fix all that crap
*/

.dashboard-projects {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.dashboard-assignment-status {
    text-align: right;
}

@media(max-width: 576px) {
    .edit-btn-profile {
        margin-top: 30px;
    }
}

@media(max-width:991px) {
    .dashboard-engagement-preference {
        text-align: right;
    }

    .dashboard-assignment-status {
        text-align: right;
    }
}

@media(max-width:767px) {
    .dashboard-engagement-preference {
        text-align: left;
    }
    .dashboard-assignment-status {
        text-align: left;
    }
}

.experience-section {
    padding-left: 30px;
    padding-right: 30px;
}

.experience-btn {
    margin-top: 0;
}

.practice-area-section {
    margin-left: 15px;
    margin-right: -15px;
    padding-left: 30px;
    padding-right: 30px;
}

.payment-details-section {
    margin-left: 15px;
    margin-right: -15px;
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:767px) {
    .practice-area-section {
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 30px;
    }

    .payment-details-section {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.project-detail-padding-tb {
    padding-top: 50px;
    padding-bottom: 50px;
}

.project-detail-padding-lr {
    padding-left: 30px;
    padding-right: 30px;
}

.terms-wizard-fix-important {
    width: 100% !important;
}

.decline-badge-bg {
    background-color: #FFAAAA;
}

@media(max-width:767px) {
    .hide-on-mobile {
        display: none;
    }
}

.login-section-padding {
    padding: 100px 0;
}

@media(max-width: 767px) {
    .login-section-padding {
        padding: 0;
    }
}

.login-section {
    min-height: calc(100vh - 92px);
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width: 767px) {
    .mobile-float-right {
        float: right;
    }

    .login-section {
        min-height: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .login-container {
        vertical-align: top;
    }
}

.no-margin-bottom {
    margin-bottom: 0px;
}

.profile-to-do-margin i {
    margin-right: 15px;
}

#footer {
    background-color: black;
    color: white;
    text-align: center;
    font-size: 0.8rem;
    margin-top: 20px;
    padding: 10px 0;
    position: absolute;
    width: 100%;
    bottom: 0px;
}

/* Disable footer on iOS */
@supports (-webkit-touch-callout: none) {
    #footer {
        display: none;
    }
}


#account-settings-footer {
    background-color: black;
    color: white;
    text-align: center;
    margin-top: 0px;
    padding: 20px 0;
    position: relative;
    width: 100%;
    bottom: 0px;
}

#page-container {
  position: relative;
  min-height: 100vh;
  padding-bottom: 64px;
}

.btn-small-size {
    font-size: 0.75rem;
    padding: 0.25em .4em;
}

.hidden {
    display: none;
}

/* smartWizard styles */
#smartWizard .btn.btn-secondary {
    background-color: black;
    font-size: 0.75rem;
    padding: 0.25em .4em;
}

#smartWizard ul.step-anchor > li.nav-item.active > a {
    color: black !important;
    font-weight: bold;
}

#smartWizard a:after {
    background: black;
}

#smartWizard #termsBox {
    height: calc(45vh);
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.iti {
    width: 100%;
}

.cookie-consent {
    background-color: black;
    color: white;
    text-align: center;
    margin-top: 20px;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    bottom: 0px;
    font-size: 0.8rem;
}

.privacy-policy-link {
    color: white;
    text-decoration: underline;
}
/* tm */
.fade:not(.show) {
	opacity: 1;
}
.refer-box button#start {
	padding: .30rem 3rem;
	margin: 15px 0px;
}
.reffer-table {
	margin: 1em 0;
	min-width: 100%;
}

.reffer-table  td:before {
	display: none;
}

.reffer-table  th,
.reffer-table  td {
	text-align: left;
}

.reffer-table  th,
.reffer-table  td {
	display: table-cell;
	padding: .25em .5em;
}
.reffer-table  th:first-child,
.reffer-table  td:first-child {
	padding-left: 0;
}
.reffer-table  th:last-child,
.reffer-table  td:last-child {
	padding-right: 0;
}
.reffer-table  {
	color: #000;
	border-radius: .4em;
	overflow: hidden;
}
.reffer-table  tr {
	border-color: #46627f;
}

@media(max-width:767px) {

	.refer-box {
		margin-bottom: 25px;
	}

	.refer-box h5 {
		padding-bottom: 14px !important;
		margin-bottom: 0px;
		font-size: 18px;
	}
	.refer-box h4 {
		padding-left: 0px !important;
		font-size: 25px;
	}

	.reffer-table  th,
	.reffer-table  td {
		margin: .5em 1em;
	}
	.reffer-table  th,
	.reffer-table  td:before {
		color: #000;
	}
	.reffer-table  tr {
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}
	.reffer-table  th {
		display: none;
	}
	.reffer-table  td {
		display: block;
	}
	.reffer-table  td:first-child {
		padding-top: .5em;
	}
	.reffer-table  td:last-child {
		padding-bottom: .5em;
	}
	.reffer-table  td:before {
		content: attr(data-th)": ";
		font-weight: bold;
		width: 100%;
		display: inline-block;
	}

	.reffer-table tr:nth-child(even) {
		background: #f3f3f3;
	}
	.reffer-table tr:nth-child(odd) {
		background: #FFFfff;
	}
	.reffer-table  th,
	.reffer-table  td {
		padding: 0.5em !important;
	}
}
