.w-50 {
    width: 50% !important;
}

.w-40 {
    width: 40% !important;
}

.w-30 {
    width: 30% !important;
}

.w-20 {
    width: 20% !important;
}

.w-60 {
    width: 60% !important;
}

.color-transparent {
    color: transparent;
}

.pr-6 {
    padding-right: 1.5rem !important;
}

.primary-color-font {
    color: var(--primaryColor) !important;
}

.danger-color-font {
    color: var(--redDanger);
}

.danger-color-background {
    background-color: var(--redDanger);
    color: white;
}

.waiting-color-font {
    color: var(--orangePrimaryColor);
}

.form-check-input:checked {
    color: var(--primaryColor) !important;
}

.pointer {
    cursor: pointer !important;
}

.ui-w-120 {
    width: 120px !important;
    height: auto;
}

.ui-w-170 {
    width: 170px !important;
    height: auto;
}

.border-radius-40 {
    border-radius: 40%;
}

.border-radius-2 {
    border-radius: 2px;
}

.img-icon {
    position: absolute;
    bottom: 165px;
    right: 10px;
    color: var(--cadetBlueDarker3);
}

@media screen and (max-width: 770px) {
    .img-icon {
        bottom: 5px;
    }
}


.img-icon:hover {
    color: var(--cadetBlueDarker5) !important;
    font-size: 20px;
}

.parallelogram-background {
    background-color: white;
    transform: skew(-21deg);
}

.parallelogram-background p {
    transform: skewX(21deg);

}

.icon-style-small {
    font-size: 15px;
    color: var(--primaryColor);
}

.no-sentence-break {
    white-space: nowrap;
}

.font-8 {
    font-size: 8px !important;
}

.font-10 {
    font-size: 10px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-17 {
    font-size: 15px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-25 {
    font-size: 25px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-40 {
    font-size: 40px !important;
}

.font-weight-bolder {
    font-weight: 550;
}

.text-grey {
    color: grey !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.transparent-background {
    background-color: transparent !important;
}

.text-grey-dark {
    color: 	#707070;
}

.text-grey-darker {
    color: #585858;
}

.text-grey-light {
    color: #A9A9A9;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, .25);
}

.status-badge {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 10px;
    border-radius: 20px;
    font-weight: 450;
    z-index: 2000;
}

.job-status-badge {
    padding: 10px;
    border-radius: 20px;
    font-weight: 450;
    z-index: 10000;
}

.display-none {
    display: none;
}

.min-width-90 {
    min-width: 90px;
}


table {
    border: 2px solid #e9ecef;
    font-size: 13px !important;
    font-weight: 300 !important;
}

.w-90 {
    width: 90% !important
}

.font-color-primary-brighter {
    color: var(--cadetBlueBrigter5) !important;
}

.surname{
    display: inline-block;
    visibility:hidden;
}

.surname:first-letter {
    visibility:visible;
}

.surname:first-letter::after {
    content: '.';
    visibility: visible;
}

.password-input {
    padding-right: 30px;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
