.bg-gray {
    background: #f2f5f8 !important;
}

.form-control:focus {
    border-color: #21c8fd !important;
    box-shadow: none !important;
}

section.users-type {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1.5rem;
}

.users-type input {
    display: none;
}

.users-type label {
    position: relative;
    color: #b3b3b3;
    background-color: #fff;
    font-size: 16px;
    text-align: center;
    height: 72px;
    line-height: 70px;
    display: block;
    cursor: pointer;
    border: 1px solid #b3b3b3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    border-radius: 5px;
    margin-left: 0;
}

.users-type input:checked+label {
    border: 1px solid #217fff;
    background-color: #ffffff;
    color: #217fff;
}

.users-type input:checked+label:after {
    content: "\2713";
    width: 30px;
    height: 30px;
    line-height: 28px;
    border-radius: 100%;
    background: linear-gradient(310deg, #21a6fe, #21d4fd);
    z-index: 999;
    position: absolute;
    bottom: -14px;
    right: 0;
    left: 0;
    margin: 0 auto;
    color: white;
}


/*------------PROGRESSBR ----------*/

.profile-form {
    text-align: center;
    position: relative;
    margin-top: 20px
}

.profile-form .progress-bar {
    background-color: #2184ff;
    height: auto;
    margin-top: 0;
}

.form-card {
    text-align: left
}

.profile-form fieldset:not(:first-of-type) {
    display: none
}

.steps {
    color: gray;
    margin-bottom: 10px;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    border: 1px solid #21b3fd;
    width: 135px;
    border-radius: 30px;
    color: #21b3fd;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 6px 0;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #2184ff
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #education:before {
    font-family: FontAwesome;
    content: "\f501"
}

#progressbar #experience:before {
    font-family: FontAwesome;
    content: "\f0b1"
}

#progressbar #skills:before {
    font-family: FontAwesome;
    content: "\f0a3"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
    position: relative;
    z-index: 10;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 1
}

#progressbar li.active:before {
    background: linear-gradient(310deg, #21a6fe, #21d4fd)
}

#progressbar li.active:after {
    background: #21a6fe
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #21a6fe
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.avatar-upload {
    position: relative;
    max-width: 160px;
    margin: 10px auto 30px;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
    content: "\f040";
    font-family: "FontAwesome";
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 140px;
    height: 140px;
    position: relative;
    border-radius: 100%;
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

span.required {
    color: red;
}

.circle-numeric {
    border: 2px solid #ddd;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 36px;
    margin-top: 5px;
}

.nav.nav-pills .nav-link.active {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.job-listing-area .count-job {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}

.job-listing-area .count-job span {
    padding-right: 15px;
    color: #1e2147;
    font-size: 16px;
}

.job-listing-area .count-job .select-job-items span {
    width: 126px;
}

@media (max-width: 767px) {
    .job-listing-area .count-job span {
        margin-bottom: 30px
    }
}

.job-listing-area .count-job .select-job-items {
    display: flex
}

.job-listing-area .count-job .select-job-items .nice-select {
    width: 100px;
    height: 30px;
    background: #fff;
    border-radius: 0px;
    padding: 10px 12px;
    color: #5d5d5d;
    line-height: 6px;
    border: 1px solid #ededed;
    border-radius: 5px
}

@media (max-width: 767px) {
    .job-listing-area .count-job .select-job-items .nice-select {
        margin-bottom: 20px;
        padding-left: 25px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .job-listing-area .count-job .select-job-items .nice-select {
        margin-bottom: 20px;
        padding-left: 25px
    }
}

.job-listing-area .count-job .select-job-items .nice-select .list {
    width: 100%
}

.job-listing-area .count-job .select-job-items .nice-select.open .list {
    width: 100%;
    border-radius: 0;
    border: 0
}

.job-listing-area .count-job .select-job-items .nice-select::after {
    border-bottom: 1px solid #a9b6cd;
    border-right: 1px solid #a9b6cd;
    height: 8px;
    width: 8px;
    margin-top: -5px;
    right: 17px
}

.job-category-listing {
    border: 1px solid #ededed;
    padding: 30px 19px 30px 30px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .job-category-listing {
        padding: 30px 19px 30px 16px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .job-category-listing {
        padding: 30px 19px 30px 16px
    }
}

.job-category-listing .single-listing .select-job-items2 .nice-select {
    width: 100%;
    height: 45px;
    background: #fff;
    border-radius: 0px;
    padding: 11px 19px 11px 10px;
    color: #616875;
    line-height: 20px;
    border: 1px solid #ededed
}

@media (max-width: 767px) {
    .job-category-listing .single-listing .select-job-items2 .nice-select {
        margin-bottom: 20px;
        padding-left: 25px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .job-category-listing .single-listing .select-job-items2 .nice-select {
        margin-bottom: 20px;
        padding-left: 25px
    }
}

.job-category-listing .single-listing .select-job-items2 .nice-select .list {
    width: 100%
}

.job-category-listing .single-listing .select-job-items2 .nice-select.open .list {
    width: 100%;
    border-radius: 0;
    border: 0
}

.job-category-listing .single-listing .select-job-items2 .nice-select::after {
    border-bottom: 1px solid #a9b6cd;
    border-right: 1px solid #a9b6cd;
    height: 12px;
    width: 12px;
    margin-top: -9px;
    right: 29px
}

.job-category-listing .single-listing .select-Categories .checkbox-wrapper {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .job-category-listing .single-listing .select-Categories .checkbox-wrapper {
        font-size: 14px
    }
}

.job-category-listing .single-listing .select-Categories .checkbox-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.job-category-listing .single-listing .select-Categories .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    border: 1px solid #ddd
}

.job-category-listing .single-listing .select-Categories .checkbox-wrapper input:checked~.checkmark {
    background-color: #2185fe;
    border: 2px solid transparent
}

.job-category-listing .single-listing .select-Categories .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.job-category-listing .single-listing .select-Categories .checkbox-wrapper input:checked~.checkmark:after {
    display: block
}

.job-category-listing .single-listing .select-Categories .checkbox-wrapper .checkmark::after {
    left: 8px;
    top: 1px;
    width: 6px;
    height: 14px;
    border: solid white;
    border-width: 0px 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.range_item p {
    margin-bottom: 0
}

.price_value input {
    border: 0px;
    text-align: center;
    max-width: 50px;
    background-color: transparent
}

.price_value {
    align-items: center
}

.irs-to,
.irs-from,
.irs-max,
.irs-min {
    display: none
}

.price_rangs_aside .l_w_title h3 {
    line-height: 20px;
    margin-bottom: 0px
}

.irs-bar {
    height: 6px;
    top: 33px;
    border-top: 1px solid #ff3368;
    border-bottom: 1px solid #ff3368;
    background: #ff3368;
    background: linear-gradient(to top, #ff3368 0%, #ff3368 100%)
}

.irs-line {
    height: 6px;
    top: 33px;
    background: linear-gradient(to bottom, #ffeaef -50%, #ffeaef 150%);
    border: 1px solid #ffeaef;
    border-radius: 16px;
    -moz-border-radius: 16px
}

.irs-slider {
    height: 15px;
    width: 15px;
    border: 1px solid #ff3368;
    background-color: #ff3368;
    background: linear-gradient(to bottom, #ff3368 0%, #ff3368 20%, #ff3368 100%);
    top: 28px;
    box-shadow: none;
    border-radius: 0
}

@media (max-width: 991px) {
    .product_bar_item {
        width: 100% !important
    }
}

@media (max-width: 991px) {
    .product_top_bar {
        margin-top: 70px
    }
    .product_top_bar h2 {
        font-size: 25px
    }
    .product_bar_single {
        margin-left: 0;
        margin-right: 5px
    }
    .product_bar_single .nice-select {
        padding-left: 15px;
        padding-right: 35px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pagination-area {
        padding-bottom: 50px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pagination-area {
        padding-bottom: 50px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pagination-area {
        padding-bottom: 50px
    }
}

@media (max-width: 767px) {
    .pagination-area {
        padding-bottom: 50px
    }
}

.pagination-area .page-item {
    margin: 0
}

.pagination-area .page-item:first-child {
    margin: 0
}

.pagination-area .page-link {
    border: 0;
    font-size: 15px;
    text-align: center;
    background: none;
    box-shadow: none;
    outline: 0;
    color: #777777;
    padding: 11px 12px;
    background: #fff;
    margin: 0 3px;
    border-radius: 5px;
    border: 1px solid #f0f0f0
}

.pagination-area .page-link:hover {
    color: #fb246a
}

.pagination-area .page-item.active .page-link {
    z-index: 1;
    border: 0;
    position: relative;
    box-shadow: none;
    outline: 0;
    background: #242b5e;
    color: #fff
}

.single-job-items {
    padding: 30px 26px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border: 1px solid #ededed;
    border-radius: 6px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-job-items {
        padding: 20px 7px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-job-items {
        padding: 20px 25px
    }
}

.single-job-items .company-img img {
    margin-right: 22px;
    z-index: 999;
    width: 90px;
    background: #ddd;
    height: 90px;
}

.job-tittle ul {
    padding-left: 0;
}

@media (max-width: 767px) {
    .single-job-items .job-tittle {
        padding-top: 25px
    }
}

.single-job-items .job-tittle a h4 {
    color: #28395a;
    font-size: 20px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.single-job-items .job-tittle a h4:hover {
    color: #4ac1fc;
}

.single-job-items .job-tittle ul li {
    display: inline-block;
    margin-right: 20px;
    font-size: 15px;
    color: #808080;
    line-height: 1.8
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-job-items .job-tittle ul li {
        margin-right: 18px
    }
}

@media (max-width: 767px) {
    .single-job-items .job-tittle ul li {
        margin-right: 0px;
        margin-bottom: 7px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-job-items .job-tittle ul li {
        margin-right: 8px
    }
}

.single-job-items .job-tittle ul li:last-child {
    margin-right: 0px
}

.single-job-items .job-tittle ul li i {
    font-size: 14px;
    color: #bbbbbb;
    margin-right: 10px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-job-items .job-tittle2 {
        padding-top: 25px
    }
}

.single-job-items:hover {
    box-shadow: 0px 22px 57px 0px rgba(34, 41, 72, 0.05)
}

.single-job-items .job-items {
    display: flex;
    flex-wrap: wrap
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .items-link {
        padding-top: 35px;
        text-align: center
    }
}

@media (max-width: 767px) {
    .items-link {
        padding-top: 35px;
        text-align: center
    }
}

.items-link span {
    color: #454d72;
    display: block
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .items-link2 {
        padding-top: 35px;
        text-align: center
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .items-link2 {
        padding-top: 35px;
        text-align: center
    }
}

.post-details3 {
    padding: 30px 30px 30px 30px;
    border: 1px solid #ededed
}

.post-details3 ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px
}

@media screen and (max-width:991px) {
    body .auth-navbar {
        justify-content: center !important;
        position: relative !important;
    }
    .card-header {
        text-align: center;
    }
}

#progressbar li:first-child {
    color: #2184ff;
}

#progressbar li:first-child:before {
    background: linear-gradient(310deg, #21a6fe, #21d4fd);
}

#progressbar li:first-child:after {
    background: #21a6fe;
}

.wizard-progress.progress {
    height: 14px;
}

.wizard-progress.progress .progress-bar {
    height: 14px;
    border-radius: 0.5rem;
    margin-top: 0;
}

.navbar.custom-navbar {
    box-shadow: 0 .25rem .375rem -.0625rem hsla(0, 0%, 8%, .12), 0 .125rem .25rem -.0625rem hsla(0, 0%, 8%, .07) !important;
}

.chat .input-group-append .input-group-text {
    padding: 20px;
    font-size: 23px;
    border-right: 1px solid #d2d6da;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.chat .list-group-item.active {
    background-color: #e8f4ff;
    border-color: #d7e3ee;
}

.alert .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/12px auto no-repeat;
}

.alert--1 {
    border-width: 1px;
    border-style: solid;
    background-color: #fff !important;
    background-image: none !important;
}

.alert-danger {
    color: #ea0606 !important;
}

.alert-success {
    color: #17ad37 !important;
    border-color: #17ad37 !important;
}

.form-group label {
    text-transform: capitalize;
}

.info-card {
    background: #fff;
    text-align: center;
    padding: 50px 30px;
    margin-bottom: 30px;
}

.info-card .info-card_icon {
    height: 100px;
    width: 100px;
    margin: 0 auto 20px auto;
    border: 3px solid #4caf50;
    border-radius: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.info-card .info-card_icon i {
    font-size: 50px;
    color: #4caf50;
}

.info-card .info-card_icon .info-card_img-icon {
    height: 50px;
    width: 50px;
    object-fit: contain;
}

.info-card .info-card_label {
    margin-bottom: 15px;
}

.info-card .info-card_message {
    margin-bottom: 15px;
}

.info-card--success .info-card_icon {
    border-color: #4caf50;
}

.info-card--success .info-card_icon i {
    color: #4caf50;
}

.current-plan {
    filter: grayscale(1);
}

.current-plan .btn {
    opacity: 0.3;
    cursor: not-allowed;
}

.marks-table {
    border: 1px solid #eee;
}

.marks-table tr th {
    background: #e6f4f7;
}

span.toggle-handle.btn.btn-default {
    display: none;
}

.small-badge {
    font-size: 10px !important;
    margin-bottom: 0 !important;
}

.Employed {
    border-color: #82d616 !important;
    color: #82d616 !important;
}

.btn-outline-info.active {
    color: #17c1e8;
    background-color: #ffffff;
    border-color: #17c1e8;
}

.toggle.btn {
    height: auto !important;
    width: 114px !important;
    min-height: 30px !important;
}

.toggle-group .btn {
    padding: 7px 24px;
    text-align: center;
}

.btn-outline-info.toggle-off.active {
    color: #17c1e8;
    background-color: #ffffff;
}

.video-upload {
    position: relative;
    max-width: 160px;
    margin: 10px auto 30px;
}

.video-upload .video-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.video-upload .video-edit input {
    display: none;
}

.video-upload .video-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.video-upload .video-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.video-upload .video-edit input+label:after {
    content: "\f040";
    font-family: "FontAwesome";
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .video-preview {
    width: 140px;
    height: 140px;
    position: relative;
    border-radius: 100%;
}

.video-upload .video-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bell-link {
    position: relative;
}

.dot-active {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    content: '';
    right: -8px;
    top: -11px;
    text-align: center;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 12px;
    background-image: linear-gradient(310deg, #f53939, #fbcf33);
}

.profile-right {
    float: right;
}

.video-preview {
    width: 140px;
}

.plan-icon+div {
    width: calc(100% - 30px);
}


/*------------PROFILE CSS-------*/

.radialProgressBar {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    margin: 0 auto;
}

.radialProgressBar .overlay {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: auto;
    background: #fff;
    text-align: center;
    padding-top: 25%;
    font-size: 24px;
    font-weight: 700;
}

.progress-0 {
    background-image: -webkit-linear-gradient(left, #ddd 50%, transparent 50%), -webkit-linear-gradient(left, #21a6fe 50%, #ddd 50%);
    background-image: linear-gradient(90deg, #ddd 50%, transparent 50%), linear-gradient(90deg, #21a6fe 50%, #ddd 50%);
}

.progress-10 {
    background-image: -webkit-linear-gradient(36deg, #ddd 50%, transparent 50%), -webkit-linear-gradient(left, #21a6fe 50%, #ddd 50%);
    background-image: linear-gradient(54deg, #ddd 50%, transparent 50%), linear-gradient(90deg, #21a6fe 50%, #ddd 50%);
}

.progress-20 {
    background-image: -webkit-linear-gradient(72deg, #ddd 50%, transparent 50%), -webkit-linear-gradient(left, #21a6fe 50%, #ddd 50%);
    background-image: linear-gradient(18deg, #ddd 50%, transparent 50%), linear-gradient(90deg, #21a6fe 50%, #ddd 50%);
}

.progress-30 {
    background-image: -webkit-linear-gradient(108deg, #ddd 50%, transparent 50%), -webkit-linear-gradient(left, #21a6fe 50%, #ddd 50%);
    background-image: linear-gradient(-18deg, #ddd 50%, transparent 50%), linear-gradient(90deg, #21a6fe 50%, #ddd 50%);
}

.progress-40 {
    background-image: -webkit-linear-gradient(144deg, #ddd 50%, transparent 50%), -webkit-linear-gradient(left, #21a6fe 50%, #ddd 50%);
    background-image: linear-gradient(-54deg, #ddd 50%, transparent 50%), linear-gradient(90deg, #21a6fe 50%, #ddd 50%);
}

.progress-50 {
    background-image: -webkit-linear-gradient(right, #ddd 50%, transparent 50%), -webkit-linear-gradient(left, #21a6fe 50%, #ddd 50%);
    background-image: linear-gradient(-90deg, #ddd 50%, transparent 50%), linear-gradient(90deg, #21a6fe 50%, #ddd 50%);
}

.progress-60 {
    background-image: -webkit-linear-gradient(left, #21a6fe 50%, transparent 50%), -webkit-linear-gradient(36deg, #21a6fe 50%, #ddd 50%);
    background-image: linear-gradient(90deg, #21a6fe 50%, transparent 50%), linear-gradient(54deg, #21a6fe 50%, #ddd 50%);
}

.progress-70 {
    background-image: -webkit-linear-gradient(left, #21a6fe 50%, transparent 50%), -webkit-linear-gradient(72deg, #21a6fe 50%, #ddd 50%);
    background-image: linear-gradient(90deg, #21a6fe 50%, transparent 50%), linear-gradient(18deg, #21a6fe 50%, #ddd 50%);
}

.progress-80 {
    background-image: -webkit-linear-gradient(left, #21a6fe 50%, transparent 50%), -webkit-linear-gradient(108deg, #21a6fe 50%, #ddd 50%);
    background-image: linear-gradient(90deg, #21a6fe 50%, transparent 50%), linear-gradient(-18deg, #21a6fe 50%, #ddd 50%);
}

.progress-90 {
    background-image: -webkit-linear-gradient(left, #21a6fe 50%, transparent 50%), -webkit-linear-gradient(144deg, #21a6fe 50%, #ddd 50%);
    background-image: linear-gradient(90deg, #21a6fe 50%, transparent 50%), linear-gradient(-54deg, #21a6fe 50%, #ddd 50%);
}

.progress-100 {
    background-image: -webkit-linear-gradient(left, #21a6fe 50%, transparent 50%), -webkit-linear-gradient(right, #21a6fe 50%, #ddd 50%);
    background-image: linear-gradient(90deg, #21a6fe 50%, transparent 50%), linear-gradient(-90deg, #21a6fe 50%, #ddd 50%);
}


/*------------UPLOAD FILE-----------------*/

.input-group.attach-file .form-control:focus {
    border-left: 0 !important;
    border-right: 0 !important;
}

.attach-file input[type="file"] {
    font-size: 12px;
    margin-left: 0 !important;
    width: 168px;
}

.custom-form-switch.form-switch .form-check-input:checked {
    border-color: rgb(33 190 253);
    background-color: rgb(33 190 253);
}

.form-check-label.float-text small {
    display: block;
    line-height: 15px;
}

.move-in-right {
    animation-name: moveInRight;
    animation-duration: 3s;
}

@keyframes moveInRight {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }
    80% {
        transform: translateX(-10px);
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}

.btn-group .btn-outline-dark:hover:not(.active) {
    background: #252f40;
    opacity: 1;
    color: #fff;
}
.carousel .carousel-control-next, 
.carousel .carousel-control-prev {
    width: 6%;
}
.carousel .carousel-control-next-icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABmJLR0QA/wD/AP+gvaeTAAACAklEQVRYhe2Xu05bQRCGP5BNg42hBSxRAEai4OY8Qlou70CLZAkR6A20CEQJJI+AlCpxiJSnCCCkBOwWCks2lXGKmdW6wMvsEcENv7TS0e4/lzOzuzML7+gx+iL5BWAV+AiMAXmdrwI1oAKcA9ev5aBDEbgA2sbxA1h6DcNp4Bh4UsX3wAmwjERjUEcBWAFOldNWmSMgldT4CPBTlTWAMjBkkBsCdoEmPhrDscbT+JDXkBTEYg74qzp+AQMxwscqeAeMJjDuMIps0DZwaBUqIvlrAAtdOBPAulHfIpKOln6/CBf6cpf1DPBHOSWjE3vKr7xELOB3e2jDlfBHzuJEDnhQ/lSIuKOkE4PSEv547hj4Z8rdCpEqSloxKHROWCOxprzvIdK1kiaNDjgnLJFw6b0MKasrKRvhgHPCRWKjCyer6/XOyf5IQ/8dV4iX0xEynX+/HeDNKOd3SNlbbMJvIdInJZ1GGg/9ucMX5W6GSD2/iEDKZxspqc8hyVW8jyH8DkvIuW7SvXjEFKMi8IgUo3mjDEeIx1Wk90uKMXw5PogRTOFTUQM+JDA+D9ziq2B0azbc4UQTKak5g1wOyfkj/u6PbskcUkgn01JlD8BnpDWfQTZkRr/XdM3t9hYS9sRNaSdmga/Y2/IKxu4n9mEyhX+Y5IFxna/qcA+Tm0i97+gd/gG3+K3cxlOELQAAAABJRU5ErkJggg==);
}
.carousel .carousel-control-prev-icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABmJLR0QA/wD/AP+gvaeTAAAB+ElEQVRYhe3XvU6VQRAG4EcDNvJnC5JYiIfEQhS8BFuRe7A1ITEqPWprJJSgXoKJlR418SpUYuIPtFKQANXxWOx8+U5zPnZPUBreZJPN7jszuzOTnVlOccI4U8hv4Q5uYQrTsb6NHbTxGlvHdcAKC/iAbuZ4j/njMDyMdfwJxb+xgduSN87HaGERm8HphswahgY1fgEfQ9k+VjGWITeGxzhQe2Oi1Piw2uU7UghKcQ0/QscnnCsRXg/BX5gcwHiFSSlBu3ieK7QgxW8f1zNl7uJSn70bUjg6MT8SletXM40vB/87RvpwngSnfZSyljrbcxKuMt6NeT+MYzd4M00KV4K0UWj8UQb/RXAfNJHaQVosMN50814sBf9dE2krSJczjefcvEIV3i9NpL0gjfbZv6f85hVGQ26vd/FsoZJ/jq/SKa80cJbVtWGlQPdsyHxuIv2PJHzbRHoYpM0MhaWeeBXc+02kE3+ISOWzK5XUHOQ8xU9luL/CvOTaA5nFQ3MxWsChVIzmMvVZk068LfV+g2JKXY6flQgOqUOxg5sDGJ/DT3UVLG7NJnoOcSCV1PEMuXEp5ofqt7+4JaswJHUynVC2i5dSaz4rJd1IzJdir8r2juT2gZvSXlzFG/lteVtmApd+TGbUH5NpXIz17RjVx+Rbod5TnBz+AgnLrdwG8UvmAAAAAElFTkSuQmCC);
}