/*------------------------------------------------------------------
[Master Stylesheet]

Project:  CoolAdmin
Version:	1.0
Last change:	08/10/2018 [Add Define a table of contents Link]
Assigned to:	Red Jumpers
Primary use:	Open Source
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[LAYOUT]

* body
    + Header / header
	+ Page Content / .page-content .name-page
        + Section Layouts / section .name-section
        ...
	+ Footer / footer

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
# [Color codes]

# Text Color (text): #666666
# Text Color Deep (Text, title): #333333

------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Typography]

Notes:	decreasing heading by 0.4em with every subsequent heading level
-------------------------------------------------------------------*/
/*-----------------------------------------------------*/
/*                   SETTINGS                          */
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*                   TOOLS                             */
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*                   GENERIC                           */
/*-----------------------------------------------------*/
/* ----- Normalize ----- */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.modal-cv {
    overflow-y: auto !important;
}

ul {
    margin: 0;
}

button,
input[type='button'] {
    cursor: pointer;
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
}

input, textarea {
    border: none;
}

button {
    border: none;
    background: none;
}

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

p {
    margin: 0;
}

.table-responsive {
    padding-right: 1px;
}

.card {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* ----- Typography ----- */
body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    color: #666;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 13px;
}

blockquote {
    margin: 0;
}

strong {
    font-weight: 700;
}

/*-----------------------------------------------------*/
/*                   ELEMENTS                          */
/*-----------------------------------------------------*/
/* ----- Title ----- */
.title--sbold {
    font-weight: 600;
}

.title-1 {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 30px;
}

.title-2 {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
}

.title-3 {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 24px;
    color: #333;
}

.title-3 i {
    margin-right: 13px;
    vertical-align: baseline;
}

.title-4 {
    font-weight: 500;
    font-size: 30px;
    color: #393939;
}

.title-5 {
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 500;
    color: #393939;
}

.title-6 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

.heading-title {
    font-size: 24px;
    font-weight: 500;
    color: #333;
    text-transform: capitalize;
    margin-bottom: 10px;
}

/* ----- Links ----- */
a {
    display: inline-block;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a:hover,
a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*-----------------------------------------------------*/
/*                   OBJECTS                           */
/*-----------------------------------------------------*/
/* ----- Section----- */
section {
    position: relative;
}

.section__content {
    position: relative;
    margin: 0 auto;
    z-index: 1;
}

.section__content--w1830 {
    max-width: 1830px;
}

.section__content--p30 {
    padding-top: 20px;
}

@media (max-width: 991px) {
    .section__content--p30 {
        padding: 0;
    }
}

.section__content--p35 {
    padding: 0 35px;
}

/*Page Objects*/
.page-wrapper {
    overflow: hidden;
    background: #e5e5e5;
    padding: 20px 0px;
}

@media (max-width: 991px) {
    .page-wrapper {
        overflow: auto;
        background: #e5e5e5;
        padding-bottom: 12vh;
    }
}

.page-container {
    background: #e5e5e5;
    padding-left: 242px;
}

@media (max-width: 991px) {
    .page-container {
        position: relative;
        padding-left: 0;
    }
}

.page-container2 {
    background: #f2f2f2;
    padding-left: 300px;
}

@media (max-width: 991px) {
    .page-container2 {
        position: relative;
        padding-left: 0;
    }
}

.page-container3 {
    background: #f7f7f7;
}

.main-content {
    padding-top: 76px;
    min-height: 100vh;
}

@media (max-width: 991px) {
    .main-content {
        padding-top: 50px;
        padding-bottom: 100px;
    }
}

.page-content--bgf7 {
    background: #f7f7f7;
}

.page-content--bge5 {
    background: #e5e5e5;
    height: 100vh;
}

.login-wrap {
    max-width: 540px;
    padding-top: 8vh;
    margin: 0 auto;
}

.login-logo {
    text-align: center;
    margin-bottom: 20px;
}

.login-checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.login-checkbox label input[type="checkbox"] {
    margin-right: 8px;
}

.login-checkbox > label > a {
    color: #666666;
}


/* Hide the browser's default checkbox */
.container input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    height: 12px;
    width: 12px;
    background-color: #eee;
    border-radius: 2px;
}

.text-decoration-revert {
    text-decoration: revert;
}


/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #262946;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 4px;
    top: 2px;
    width: 4px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

label {
    display: flex;
    align-items: center;
}

label > .checkbox-label {
    margin-left: 20px;
}

.field-icon {
    position: absolute;
    right: 10px;
    top: 50px;
}


@media (max-width: 991px) {
    .login-checkbox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.login-form .form-group label {
    display: block;
}

.login-content {
    background: #fff;
    padding: 30px 30px 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.social-login-content {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 20px 0px;
}

.register-link {
    padding-top: 15px;
    text-align: center;
    font-size: 14px;
}

.register-link > p > a {
    color: #ff2e44;
}

.fontawesome-list-wrap {
    background: #fff;
    border: 1px solid #C9CDD7;
    padding: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.fontawesome-list__title {
    padding-bottom: 20px;
    border-bottom: 1px solid #C9CDD7;
    margin-bottom: 20px;
    margin-top: 30px;
}

.fa-hover a {
    color: #666;
    font-size: 15px;
}

.fa-hover a i {
    margin-right: 10px;
}

.fa-hover a:hover {
    color: #333;
}

.main-content--pb30 {
    padding-bottom: 30px;
}

/*-----------------------------------------------------*/
/*                   COMPONENTS                        */
/*-----------------------------------------------------*/
/* ----- Buttons----- */
.au-btn {
    line-height: 45px;
    padding: 0 35px;
    text-transform: uppercase;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 24px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.au-btn:hover {
    color: #fff;
    background: #3868cd;
}

.au-btn--blue2 {
    background: #00aced;
}

.au-btn--blue2:hover {
    background: #00a2e3;
}

.au-btn--block {
    display: block;
    width: 100%;
}

.au-btn-icon i {
    vertical-align: baseline;
    margin-right: 5px;
}

.au-btn--blue {
    background: #4272d7;
}

.au-btn--green {
    background: #63c76a;
}

.au-btn--green:hover {
    background: #59bd60;
}

.au-btn--dark-blue {
    background: #262946;
}

.au-btn--dark-blue:hover {
    background: #12152e;
}

.au-btn-plus {
    position: absolute;
    height: 45px;
    width: 45px;
    background: #63c76a;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    bottom: -22.5px;
    right: 45px;
    z-index: 3;
}

.au-btn-plus i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.au-btn-plus:hover {
    background: #59bd60;
}

.au-btn-load {
    background: #808080;
    padding: 0 40px;
    font-size: 15px;
    color: #fff;
}

.au-btn-load:hover {
    background: #767676;
}

.au-btn-filter {
    font-size: 14px;
    color: #808080;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
    padding: 0 15px;
    line-height: 40px;
    text-transform: capitalize;
}

.au-btn-filter i {
    margin-right: 5px;
}

.au-btn--small {
    padding: 0 20px;
    line-height: 40px;
    font-size: 14px;
}

/*Page Loader*/
.page-loader {
    background: #f8f8f8;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.page-loader__spin {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-top: 6px solid #f6f6f6;
    border-right: 6px solid #f6f6f6;
    border-bottom: 6px solid #f6f6f6;
    border-left: 6px solid #1b1b1b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spinner 1000ms infinite linear;
    -moz-animation: spinner 1000ms infinite linear;
    -o-animation: spinner 1000ms infinite linear;
    animation: spinner 1000ms infinite linear;
    z-index: 100000;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* ----- Form ----- */
.form-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 991px) {
    .form-header {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.form-header2 .au-btn--submit {
    border: none;
    line-height: 45px;
}

.form-header2 .au-input {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.051);
    color: #999;
}

.form-header2 .au-input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #999;
}

.form-header2 .au-input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    opacity: 1;
}

.form-header2 .au-input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    opacity: 1;
}

.form-header2 .au-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}

.form-header2 .au-input:-ms-input-placeholder {
    /* Microsoft Edge */
    color: #999;
}

/* ----- Input ----- */
.au-input {
    line-height: 43px;
    border: 1px solid #666666;
    font-size: 14px;
    color: #666;
    padding: 0 17px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.au-input--style2 {
    color: #808080;
    line-height: 43px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    padding: 0 17px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.au-input--full {
    width: 100%;
}

.au-input--h65 {
    line-height: 63px;
    font-size: 16px;
    color: #808080;
}

.au-input--w300 {
    min-width: 300px;
}

.au-input--w435 {
    min-width: 435px;
}

@media (max-width: 767px) {
    .au-input--w435 {
        min-width: 230px;
    }
}

.au-form-icon {
    position: relative;
}

.au-form-icon .au-input {
    padding-right: 80px;
}

.au-form-icon--sm {
    position: relative;
}

.au-form-icon--sm .au-input {
    padding-right: 43px;
}

.au-input-icon {
    position: absolute;
    top: 1px;
    right: 12px;
    width: 63px;
    height: 63px;
    line-height: 63px;
    text-align: center;
    display: block;
}

.au-input-icon i {
    font-size: 30px;
    color: #808080;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.au-input--xl {
    min-width: 935px;
}

@media (max-width: 1600px) {
    .au-input--xl {
        min-width: 350px;
    }
}

@media (max-width: 991px) {
    .au-input--xl {
        min-width: 350px;
    }
}

@media (max-width: 767px) {
    .au-input--xl {
        min-width: 150px;
    }
}

.au-btn--submit {
    position: relative;
    right: 0;
    min-width: 65px;
    line-height: 43px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #4272d7;
    margin-left: -3px;
}

.au-btn--submit:hover {
    background: #3868cd;
}

.au-btn--submit > i {
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.au-btn--submit2 {
    height: 43px;
    width: 43px;
    position: absolute;
    top: 1px;
    right: 0;
}

.au-btn--submit2 i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #4c4c4c;
    font-size: 20px;
}

.rs-select2--sm {
    width: 114px;
}

.rs-select2--md {
    width: 160px;
}

.select2-container {
    display: block;
    max-width: 100%;
    width: auto !important;
    outline: none;
}

.rs-select2--dark {
    display: inline-block;
}

@media (max-width: 767px) {
    .rs-select2--dark {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.rs-select2--dark .select2-container--default .select2-selection--single {
    border: none;
    outline: none;
    padding-left: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 40px;
    background: #808080;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rs-select2--dark .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    font-size: 14px;
}

.rs-select2--dark .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

.rs-select2--dark .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    top: 0;
    right: 13px;
}

.rs-select2--dark .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}

.rs-select2--dark .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
}

.rs-select2--dark .select2-container--open .select2-dropdown,
.rs-select2--trans .select2-container--open .select2-dropdown,
.rs-select2--light .select2-container--open .select2-dropdown,
.rs-select2--trans .select2-container--open .select2-dropdown {
    font-size: 14px;
    box-shadow: 0px 2px 15px 3px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border: 1px solid #e0e0e0;
    margin-top: 8px;
    overflow: hidden;
}

.rs-select2--dark .select2-container--open .select2-dropdown .select2-results__option,
.rs-select2--trans .select2-container--open .select2-dropdown .select2-results__option,
.rs-select2--light .select2-container--open .select2-dropdown .select2-results__option {
    padding: 8px 16px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #4272d7;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.rs-select2--border .select2-container--default .select2-selection--single,
.rs-select2--dark2 .select2-container--default .select2-selection--single {
    background: #555;
}

.rs-select2--light {
    display: inline-block;
}

@media (max-width: 767px) {
    .rs-select2--light {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.rs-select2--light .select2-container--default .select2-selection--single {
    border: none;
    outline: none;
    padding-left: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 40px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
}

.rs-select2--light .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #808080;
    font-size: 14px;
}

.rs-select2--light .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

.rs-select2--light .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    top: 0;
    right: 13px;
}

.rs-select2--light .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #808080 transparent transparent transparent;
}

.rs-select2--light .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #808080 transparent;
}

.rs-select2--light v .select2-container--open .select2-dropdown {
    font-size: 14px;
}

.rs-select2--border .select2-container--default .select2-selection--single {
    background: transparent;
    border: 1px solid #e5e5e5;
}

.rs-select2--border .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #808080;
}

.rs-select2--border .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #808080 transparent transparent transparent;
}

.rs-select2--border .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #808080 transparent;
}

.rs-select2--trans .select2-container--default .select2-selection--single {
    border: none;
    outline: none;
}

.rs-select2--trans .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #808080;
    font-size: 14px;
    padding-left: 0;
}

.rs-select2--trans .select2-container--open .select2-dropdown {
    font-size: 14px;
}

.au-checkbox {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.au-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.au-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 2px solid #e5e5e5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.au-checkbox:hover input ~ .au-checkmark {
    background-color: transparent;
}

.au-checkbox input:checked ~ .au-checkmark {
    background-color: transparent;
}

.au-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.au-checkbox input:checked ~ .au-checkmark:after {
    display: block;
}

.au-checkbox .au-checkmark:after {
    left: 5px;
    top: -1px;
    width: 9px;
    height: 15px;
    border: solid #00ad5f;
    border-width: 0 4px 4px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-control {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.card {
    margin-bottom: 30px;
}

.input-group-addon {
    background-color: transparent;
    border-left: 0;
}

.input-group-addon, .input-group-btn {
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
}

/* ----- Header ----- */
.header-desktop {
    background: #f5f5f5;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    right: 0;
    left: 242px;
    height: 75px;
    z-index: 6;
}

.header-desktop .section__content {
    overflow: visible;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .header-desktop {
        position: relative;
        top: 0;
        left: 0;
        height: 100px;
    }
}

.header-desktop .mess-dropdown {
    top: 51px;
}

.header-desktop .email-dropdown {
    top: 51px;
}

.header-desktop .notifi-dropdown {
    top: 51px;
}

@media (max-width: 991px) {
    .logo {
        text-align: center;
    }
}

.header-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-wrap .account-item > .content {
        display: none;
    }
}

@media (max-width: 991px) {
    .header-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header-wrap .mess-dropdown {
        left: 0;
    }

    .header-wrap .mess-dropdown::before {
        left: 0;
    }

    .header-wrap .notifi-dropdown {
        left: -83px;
    }

    .header-wrap .notifi-dropdown::before {
        left: 79px;
    }
}

.header-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    .header-button {
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: right;
    }
}

.noti-wrap {
    height: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.noti-wrap .noti__item:last-child {
    margin-right: 50px;
}

@media (max-width: 1200px) {
    .noti-wrap .noti__item:last-child {
        margin-right: 30px;
    }

    .bench_card_title {
        padding-top: 10px;
    }
}

@media (max-width: 991px) {
    .noti-wrap .noti__item:last-child {
        margin-right: 0;
    }
}

.noti__item {
    position: relative;
    margin-right: 35px;
    display: inline-block;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .noti__item {
        margin-right: 25px;
    }
}

@media (max-width: 767px) {
    .noti__item {
        margin-right: 20px;
    }
}

.noti__item:hover i {
    color: #999;
}

.noti__item i {
    font-size: 30px;
    color: #a9b3c9;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .noti__item i {
        font-size: 24px;
    }
}

.noti__item .quantity {
    position: absolute;
    display: inline-block;
    top: -4px;
    right: -7px;
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    background: #ff4b5a;
    color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    font-size: 12px;
}

.account-wrap {
    position: relative;
}

.account-item {
    cursor: pointer;
}

.account-item .image {
    width: 45px;
    height: 45px;
    float: left;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.account-item .image > img {
    width: 100%;
}

.account-item > .content {
    margin-left: 45px;
    padding: 9px 0;
    padding-left: 12px;
}

.account-item > .content > a {
    color: #333333;
    text-transform: none;
    font-weight: 500;
}

.account-item > .content > a:after {
    font-family: "Material-Design-Iconic-Font";
    font-weight: 500;
    content: '\f2f9';
    display: inline-block;
    font-size: 16px;
    margin-left: 5px;
}

.account-item > .content > a:hover {
    color: #333333;
}

.account-dropdown {
    min-width: 305px;
    position: absolute;
    top: 58px;
    right: 0;
    background: #fff;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
    z-index: 3;
}

.account-dropdown .info {
    padding: 25px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f2f2f2;
}

.account-dropdown .info .image {
    float: left;
    height: 65px;
    width: 65px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.account-dropdown .info .content {
    margin-left: 65px;
    padding: 11px 0;
    padding-left: 12px;
}

.account-dropdown .info .content .name {
    line-height: -webkit-calc(20 / 16);
    line-height: -moz-calc(20 / 16);
    line-height: calc(20 / 16);
}

.account-dropdown .info .content .name a {
    color: #333;
    font-weight: 500;
    text-transform: capitalize;
}

.account-dropdown .info .content .name a:hover {
    color: #666;
}

.account-dropdown .info .content .email {
    font-size: 13px;
    color: #999;
    line-height: -webkit-calc(20 / 13);
    line-height: -moz-calc(20 / 13);
    line-height: calc(20 / 13);
}

.account-dropdown:after {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    border-bottom: 9px solid #fff;
    border-top: 9px solid transparent;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    position: absolute;
    top: -18px;
    right: 33px;
}

.account-dropdown__item a {
    display: block;
    color: #333;
    padding: 15px 25px;
    font-size: 14px;
}

.account-dropdown__item a:hover {
    background: #4272d7;
    color: #fff;
}

.account-dropdown__item a i {
    line-height: 1;
    margin-right: 20px;
    font-size: 18px;
    vertical-align: middle;
}

.account-dropdown__body {
    padding: 12px 0;
}

.account-dropdown__footer {
    border-top: 1px solid #f2f2f2;
}

.account-dropdown__footer a {
    display: block;
    color: #333;
    padding: 15px 25px;
    font-size: 14px;
}

.account-dropdown__footer a:hover {
    background: #4272d7;
    color: #fff;
}

.account-dropdown__footer a i {
    line-height: 1;
    margin-right: 20px;
    font-size: 18px;
    vertical-align: middle;
}

.menu-sidebar {
    width: 242px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    overflow-y: auto;
}

.menu-sidebar .logo {
    background: #f5f5f5;
    height: 75px;
    padding: 0 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    border-right: 1px solid #e5e5e5;
    position: relative;
    z-index: 3;
}

.menu-sidebar .navbar__list .navbar__sub-list {
    display: none;
    padding-left: 34px;
}

.menu-sidebar .navbar__list .navbar__sub-list li a {
    padding: 11.5px 0;
}

.menu-sidebar__content {
    position: relative;
    height: -webkit-calc(100vh - 75px);
    height: -moz-calc(100vh - 75px);
    height: calc(100vh - 75px);
}

.navbar-sidebar {
    padding: 35px;
    padding-bottom: 0;
}

.navbar-sidebar .navbar__list li a {
    display: block;
    color: #555;
    font-size: 16px;
    padding: 15px 0;
}

.navbar-sidebar .navbar__list li a i {
    margin-right: 19px;
}

.navbar-sidebar .navbar__list li a:hover {
    color: #262946;
}

.navbar-sidebar .navbar__list li.active > a {
    color: #262946;
}

.has-sub {
    position: relative;
}

.header-mobile {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.header-mobile .header-mobile__bar {
    padding: 15px 0;
}

.header-mobile .header-mobile-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-mobile .hamburger {
    width: 36px;
    height: 36px;
    padding: 0;
    line-height: 1;
    vertical-align: top;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 999;
}

.header-mobile .hamburger .hamburger-box {
    width: 20px;
    height: 15px;
}

.header-mobile .hamburger .hamburger-box .hamburger-inner {
    width: 20px;
    height: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.header-mobile .hamburger .hamburger-box .hamburger-inner:before {
    width: 20px;
    height: 2px;
    top: 6px;
}

.header-mobile .hamburger .hamburger-box .hamburger-inner:after {
    top: 12px;
    width: 20px;
    height: 2px;
}

.header-mobile .navbar-mobile {
    display: none;
    position: absolute;
    width: 100%;
    top: 88px;
    z-index: 20;
}

.header-mobile .navbar-mobile .navbar-mobile__list {
    background: #f8f8f8;
}

.header-mobile .navbar-mobile .navbar-mobile__list > li > a {
    padding-left: 15px !important;
}

.header-mobile .navbar-mobile .navbar-mobile__list li a {
    color: #555;
    display: block;
    padding: 10px 15px;
    padding-right: 25px;
    padding-left: 0;
    border-bottom: 1px solid #e6e6e6;
    text-transform: capitalize;
    line-height: inherit;
}

.header-mobile .navbar-mobile .navbar-mobile__list li a:hover {
    color: #4272d7;
}

.header-mobile .navbar-mobile .navbar-mobile__list li a > i {
    margin-right: 19px;
}

.header-mobile .navbar-mobile .navbar-mobile__list li.has-dropdown > a:after {
    content: '\f105';
    font-family: FontAwesome, cursive;
    float: right;
    font-size: 16px;
    line-height: 22px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-mobile .navbar-mobile .navbar-mobile__list li.has-dropdown > a.active::after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.header-mobile .navbar-mobile .navbar-mobile__dropdown {
    padding-left: 35px;
    display: none;
}

.navbar-mobile-sub__list {
    display: none;
    padding-left: 30px;
    background: #fff;
}

.header-mobile .navbar-mobile .navbar-mobile-sub__list li a {
    padding-left: 15px;
}

.header-mobile-2 {
    background: #393939;
    position: static;
}

.header-mobile-2.header-mobile .navbar-mobile {
    top: 82px;
}

.header-mobile-2.header-mobile .hamburger {
    background: transparent;
}

.header-mobile-2.header-mobile .hamburger .hamburger-box .hamburger-inner {
    background: #fff;
}

.header-mobile-2.header-mobile .hamburger .hamburger-box .hamburger-inner::before {
    background: #fff;
}

.header-mobile-2.header-mobile .hamburger .hamburger-box .hamburger-inner::after {
    background: #fff;
}

.sub-header-mobile-2 {
    background: #fff;
    padding: 15px;
}

.sub-header-mobile-2 .header__tool {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.sub-header-mobile-2 .header__tool .header-button-item {
    color: #a9b3c9;
}

.sub-header-mobile-2 .header__tool .account-wrap .account-item--style2 .content a {
    color: #333;
}

.sub-header-mobile-2 .header__tool .notifi-dropdown {
    top: 49px;
}

.sub-header-mobile-2 .header__tool .setting-dropdown {
    top: 49px;
}

.hamburger.is-active .hamburger-box .hamburger-inner:after {
    -webkit-transform: translate3d(0, -12px, 0) rotate(-90deg);
    -moz-transform: translate3d(0, -12px, 0) rotate(-90deg);
    transform: translate3d(0, -12px, 0) rotate(-90deg);
}

.mess-dropdown, .email-dropdown, .notifi-dropdown, .setting-dropdown {
    position: absolute;
    z-index: 9999;
    min-width: 340px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e5e5;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    top: 100%;
    left: 0;
}

.mess-dropdown:before, .email-dropdown:before, .notifi-dropdown:before, .setting-dropdown:before {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    border-bottom: 9px solid #fff;
    border-top: 9px solid transparent;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    position: absolute;
    top: -17px;
    left: 55px;
    z-index: 3;
}

.mess__title, .email__title, .notifi__title {
    padding: 22px;
    border-bottom: 1px solid #f2f2f2;
    cursor: default;
}

.mess__title p, .email__title p, .notifi__title p {
    line-height: -webkit-calc(29 / 14);
    line-height: -moz-calc(29 / 14);
    line-height: calc(29 / 14);
    font-size: 14px;
    color: #808080;
}

.mess__footer a, .email__footer a, .notifi__footer a {
    display: block;
    text-transform: capitalize;
    text-align: center;
    font-size: 14px;
    color: #4272d7;
    padding: 24px 0;
}

.mess__footer a:hover, .email__footer a:hover, .notifi__footer a:hover {
    color: #3868cd;
}

.mess-dropdown {
    top: 49px;
    left: -55px;
}

.mess__item {
    padding: 19px 22px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f2f2f2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.mess__item:hover {
    background: #f7f7f7;
}

.mess__item .image {
    margin-right: 15px;
}

.mess__item .content {
    width: -webkit-calc(100% - 55px);
    width: -moz-calc(100% - 55px);
    width: calc(100% - 55px);
    text-align: left;
}

.mess__item .content h6 {
    font-size: 14px;
    font-weight: 600;
    padding-top: 4px;
}

.mess__item .content p {
    font-size: 14px;
    color: #555;
    line-height: -webkit-calc(24 / 14);
    line-height: -moz-calc(24 / 14);
    line-height: calc(24 / 14);
    margin-bottom: 4px;
}

.mess__item .content .time {
    font-size: 12px;
    color: #999;
}

.email-dropdown {
    top: 49px;
    left: -53px;
}

.email__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 19px 22px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f2f2f2;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.email__item:hover {
    background: #f7f7f7;
}

.email__item .image {
    margin-right: 15px;
}

.email__item .content {
    width: -webkit-calc(100% - 55px);
    width: -moz-calc(100% - 55px);
    width: calc(100% - 55px);
    text-align: left;
    font-size: 14px;
}

.email__item .content p {
    color: #555;
    line-height: 1;
    padding-top: 4px;
    margin-bottom: 3px;
}

.email__item .content span {
    font-size: 12px;
    color: #999;
}

.notifi-dropdown {
    left: -117px;
    top: 49px;
}

.notifi-dropdown::before {
    left: 63px;
}

.notifi__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 19px 22px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f2f2f2;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.notifi__item:hover {
    background: #f7f7f7;
}

.notifi__item .img-cir {
    position: relative;
    margin-right: 15px;
}

.notifi__item .img-cir i {
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notifi__item .content {
    width: -webkit-calc(100% - 55px);
    width: -moz-calc(100% - 55px);
    width: calc(100% - 55px);
    text-align: left;
    font-size: 14px;
}

.notifi__item .content p {
    color: #555;
    line-height: 1;
    padding-top: 5px;
    margin-bottom: 2px;
}

.notifi__item .content .date {
    font-size: 12px;
    color: #999;
}

.show-dropdown .js-dropdown {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.menu-sidebar-min {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
}

.menu-sidebar2 {
    width: 300px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    overflow-y: auto;
    height: 100vh;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1000;
}

.menu-sidebar2 .logo {
    height: 75px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #365cad;
    padding: 0 35px;
}

@media (max-width: 991px) {
    .menu-sidebar2 {
        top: 0;
        right: -300px;
        left: auto;
        -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    }

    .menu-sidebar2.show-sidebar {
        right: 0;
    }
}

.account2 {
    padding: 38px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #f2f2f2;
}

.account2 .name {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.account2 > a {
    font-size: 14px;
    color: #999;
}

.account2 > a:hover {
    color: #666;
}

.menu-sidebar2__content {
    height: -webkit-calc(100vh - 75px);
    height: -moz-calc(100vh - 75px);
    height: calc(100vh - 75px);
    border-right: 1px solid #e5e5e5;
    position: relative;
}

.navbar-sidebar2 .navbar__list li {
    position: relative;
    cursor: pointer;
}

.navbar-sidebar2 .navbar__list li .arrow {
    position: absolute;
    right: 15px;
    top: 0;
    text-align: center;
    vertical-align: middle;
    height: 63px;
    width: 63px;
    line-height: 63px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-sidebar2 .navbar__list li .arrow.up {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.navbar-sidebar2 .navbar__list li .arrow i {
    font-size: 16px;
    color: #999;
}

.navbar-sidebar2 .navbar__list li:hover > a {
    color: #4272d7;
}

.navbar-sidebar2 .navbar__list li a {
    font-size: 16px;
    color: #555;
    display: block;
    padding: 18px 35px;
    border-bottom: 1px solid #f2f2f2;
}

.navbar-sidebar2 .navbar__list li a > i {
    margin-right: 20px;
}

.navbar-sidebar2 .navbar__list li.active > a {
    color: #4272d7;
}

.navbar-sidebar2 .navbar__sub-list {
    display: none;
}

.navbar-sidebar2 .navbar__sub-list li {
    background: #f5f5f5;
}

.navbar-sidebar2 .navbar__sub-list li a {
    border-color: #ebebeb;
}

.inbox-num {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 34px;
    width: 30px;
    height: 30px;
    background: #ff4b5a;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.header-desktop2 {
    height: 75px;
    background: #4272d7;
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    left: 300px;
}

@media (max-width: 991px) {
    .header-desktop2 {
        left: 0;
        position: relative;
    }
}

.header-desktop2 .section__content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-wrap2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 991px) {
    .header-wrap2 {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.header-button .notifi-dropdown::before {
    left: 117px;
}

.header-button2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.header-button2 .header-button-item:last-child {
    margin-right: 0;
}

.header-button2 .header-button-item {
    cursor: pointer;
}

.header-button2 .header-button-item i {
    vertical-align: middle;
}

.header-button2 .header-button-item .search-dropdown {
    top: 52px;
}

@media (max-width: 991px) {
    .header-button2 .header-button-item .search-dropdown {
        top: 63px;
        right: -75px;
        -webkit-transform-origin: 70% top;
        -moz-transform-origin: 70% top;
        -ms-transform-origin: 70% top;
        -o-transform-origin: 70% top;
        transform-origin: 70% top;
    }

    .header-button2 .header-button-item .search-dropdown::before {
        right: 79px;
    }
}

.header-button2 .header-button-item .notifi-dropdown {
    top: 52px;
    left: auto;
    right: -68px;
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}

.header-button2 .header-button-item .notifi-dropdown::before {
    margin-left: 0;
    left: auto;
    right: 68px;
}

@media (max-width: 991px) {
    .header-button2 .header-button-item .notifi-dropdown {
        top: 63px;
        right: -48px;
        -webkit-transform-origin: 80% top;
        -moz-transform-origin: 80% top;
        -ms-transform-origin: 80% top;
        -o-transform-origin: 80% top;
        transform-origin: 80% top;
    }

    .header-button2 .header-button-item .notifi-dropdown::before {
        margin-left: 0;
        left: auto;
        right: 45px;
    }
}

.header-button-item {
    font-size: 30px;
    color: #fff;
    margin-right: 34px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .header-button-item {
        font-size: 22px;
        margin-right: 15px;
    }
}

.has-noti > i {
    position: relative;
}

.has-noti > i:after {
    content: '';
    height: 8px;
    width: 8px;
    background: #ff4b5a;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    top: 0;
    right: -6px;
}

.search-dropdown {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    min-width: 340px;
    position: absolute;
    top: 61px;
    right: -125px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 5;
}

.search-dropdown::before {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    border-bottom: 9px solid #fff;
    border-top: 9px solid transparent;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    position: absolute;
    top: -18px;
    right: 125px;
}

.search-dropdown form {
    height: 63px;
}

.search-dropdown form .au-input {
    padding-left: 53px;
    font-size: 14px;
    border: none;
    color: #666;
}

.search-dropdown .search-dropdown__icon {
    position: absolute;
    top: 0;
    left: 26px;
    font-size: 24px;
    color: #c9c9c9;
    height: 63px;
    line-height: 63px;
}

.setting-menu {
    position: fixed;
    min-width: 300px;
    right: -300px;
    top: 54px;
    background: #fff;
    text-align: left;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    height: -webkit-calc(100vh - 75px);
    height: -moz-calc(100vh - 75px);
    height: calc(100vh - 75px);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.setting-menu:before {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    border-bottom: 9px solid #fff;
    border-top: 9px solid transparent;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    position: absolute;
    top: -18px;
    right: 47px;
}

.setting-menu .account-dropdown__body {
    border-bottom: 1px solid #f2f2f2;
}

.setting-menu .account-dropdown__item a {
    color: #555;
}

.setting-menu .account-dropdown__item a:hover {
    color: #fff;
}

.show-sidebar {
    right: 0;
}

.header-desktop3 {
    background: #393939;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 76px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.header-desktop3 .section__content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

@media (max-width: 1315px) and (min-width: 992px) {
    .header-desktop3 .section__content {
        padding: 0 15px;
    }
}

.header-desktop3 .header-button-item {
    color: #ccc;
}

.header3-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.header3-wrap .header__navbar {
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -12px;
}

.header__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 3;
}

.header__navbar ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__navbar ul li {
    position: relative;
}

.header__navbar ul li:last-child a {
    border-right: 1px solid rgba(255, 255, 255, 0.102);
}

.header__navbar ul li a {
    display: block;
    font-size: 16px;
    color: #ccc;
    padding: 25px 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.102);
}

.header__navbar ul li a i {
    margin-right: 13px;
}

.header__navbar ul li a:hover {
    color: #4272d7;
}

.header__navbar ul li a:hover .bot-line {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 1570px) and (min-width: 992px) {
    .header__navbar ul li a {
        padding: 25px 15px;
    }
}

@media (max-width: 1315px) and (min-width: 992px) {
    .header__navbar ul li a {
        font-size: 13px;
        padding: 27px 15px;
    }

    .header__navbar ul li a i {
        margin-right: 5px;
    }
}

.header__navbar ul li.active > a {
    color: #4272d7;
}

.header__navbar ul li.active > a .bot-line {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header__navbar ul.header3-sub-list {
    display: block;
}

.header__navbar li.has-sub:hover > .header3-sub-list {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.header__navbar .header3-sub-list {
    position: absolute;
    min-width: 260px;
    background: #fff;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    opacity: 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.header__navbar .header3-sub-list li a {
    font-size: 15px;
    color: #777777;
    padding: 10px 22px;
    border: none;
    border-bottom: 1px solid #e1e6eb;
}

.header__navbar .header3-sub-list li a:hover {
    color: #4272d7;
    background: #f7f7f7;
}

.header__tool {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__tool .notifi-dropdown {
    left: -68px;
    top: 53px;
}

.header__tool .notifi-dropdown::before {
    left: 70px;
}

.header__tool .header-button-item {
    margin-right: 40px;
}

@media (max-width: 1570px) and (min-width: 992px) {
    .header__tool .header-button-item {
        margin-right: 20px;
    }
}

@media (max-width: 1315px) and (min-width: 992px) {
    .header__tool .header-button-item {
        margin-right: 20px;
        font-size: 24px;
    }
}

@media (max-width: 1315px) and (min-width: 992px) {
    .header__tool .account-item > .content {
        display: none;
    }
}

.bot-line {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #4272d7;
    left: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
}

.setting-dropdown {
    top: 54px;
    left: -97px;
    border: none;
    min-width: 305px;
}

.setting-dropdown::before {
    left: 99px;
}

.setting-dropdown .account-dropdown__body {
    border-bottom: 1px solid #f2f2f2;
}

.setting-dropdown .account-dropdown__body:last-child {
    border-bottom: none;
}

.setting-dropdown .account-dropdown__item a {
    color: #555;
}

.setting-dropdown .account-dropdown__item a:hover {
    color: #fff;
}

.header-button-item {
    cursor: pointer;
}

.notifi-dropdown--no-bor {
    border: none;
}

.notifi-dropdown .notifi__item {
    cursor: pointer;
}

.account-item--style2 .image {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.account-item--style2 .content a {
    font-size: 16px;
    color: #ccc;
    font-weight: 500;
}

.account-item--style2 .content a:hover {
    color: #fff;
}

.account-item--style2 .account-dropdown {
    top: 61px;
}

.account-item--style2 .account-dropdown .info .image {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.header-desktop4 {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
}

@media (max-width: 991px) {
    .header-desktop4 {
        position: static;
    }
}

.header4-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header4-wrap .header__logo {
    margin: 11.5px 0;
}

.header4-wrap .header__tool .header-button-item {
    color: #a9b3c9;
}

@media (max-width: 991px) {
    .header4-wrap .header__tool .header-button-item {
        margin-right: 20px;
    }
}

.header4-wrap .header__tool .notifi-dropdown {
    top: 51px;
}

@media (max-width: 991px) {
    .header4-wrap .header__tool .notifi-dropdown {
        left: -220px;
        -webkit-transform-origin: 60% 0%;
        -moz-transform-origin: 60% 0%;
        -ms-transform-origin: 60% 0%;
        -o-transform-origin: 60% 0%;
        transform-origin: 60% 0%;
    }
}

.header4-wrap .header__tool .setting-dropdown {
    border: 1px solid #e5e5e5;
    top: 51px;
}

@media (max-width: 991px) {
    .header4-wrap .header__tool .setting-dropdown {
        left: -240px;
        -webkit-transform-origin: 85% 0%;
        -moz-transform-origin: 85% 0%;
        -ms-transform-origin: 85% 0%;
        -o-transform-origin: 85% 0%;
        transform-origin: 85% 0%;
    }
}

.header4-wrap .header__tool .account-dropdown {
    top: 59px;
}

@media (max-width: 1315px) and (min-width: 992px) {
    .header4-wrap .header__tool .account-item > .content {
        display: block;
    }
}

@media (max-width: 991px) {
    .header4-wrap .header__tool .account-item > .content {
        display: none;
    }
}

.header4-wrap .header__tool .account-item--style2 .content a {
    color: #333;
}

.header4-wrap .header__tool .account-item--style2 .content a:hover {
    color: #222;
}

.navbar-sidebar3 {
    padding-right: 20px;
}

.navbar-sidebar3 .navbar__list li.active > a {
    background: #4272d7;
    color: #fff;
}

.navbar-sidebar3 .navbar__list li.active > a > .arrow > i {
    color: #fff;
}

.navbar-sidebar3 .navbar__list li a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 18px 27px;
    border-bottom: none;
}

.navbar-sidebar3 .navbar__sub-list {
    padding-left: 36px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-sidebar3 .navbar__sub-list li {
    background: transparent;
}

.navbar-sidebar3 .navbar__sub-list li a {
    padding: 11.5px 27px;
}

.navbar-sidebar3 .has-sub.open > a {
    background: #fff;
    border: 1px solid #e5e5e5;
}

@media (max-width: 1199px) {
    .navbar-sidebar3 {
        padding-right: 0;
        margin-bottom: 30px;
    }
}

/* ----- Overview ----- */
.overview-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .overview-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .overview-wrap .button {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .overview-wrap h2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.overview-item {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 30px;
    padding-bottom: 0;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}

@media (min-width: 992px) and (max-width: 1519px) {
    .overview-item {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.overview-item--c1 {
    background-image: -moz-linear-gradient(90deg, #3f5efb 0%, #fc466b 100%);
    background-image: -webkit-linear-gradient(90deg, #3f5efb 0%, #fc466b 100%);
    background-image: -ms-linear-gradient(90deg, #3f5efb 0%, #fc466b 100%);
}

.overview-item--c2 {
    background-image: -moz-linear-gradient(90deg, #11998e 0%, #38ef7d 100%);
    background-image: -webkit-linear-gradient(90deg, #11998e 0%, #38ef7d 100%);
    background-image: -ms-linear-gradient(90deg, #11998e 0%, #38ef7d 100%);
}

.overview-item--c3 {
    background-image: -moz-linear-gradient(90deg, #ee0979 0%, #ff6a00 100%);
    background-image: -webkit-linear-gradient(90deg, #ee0979 0%, #ff6a00 100%);
    background-image: -ms-linear-gradient(90deg, #ee0979 0%, #ff6a00 100%);
}

.overview-item--c4 {
    background-image: -moz-linear-gradient(90deg, #45b649 0%, #dce35b 100%);
    background-image: -webkit-linear-gradient(90deg, #45b649 0%, #dce35b 100%);
    background-image: -ms-linear-gradient(90deg, #45b649 0%, #dce35b 100%);
}

.overview-box .icon {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

.overview-box .icon i {
    font-size: 60px;
    color: #fff;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .overview-box .icon {
        margin-right: 3px;
    }

    .overview-box .icon i {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .overview-box .icon {
        font-size: 46px;
    }
}

.overview-box .text {
    font-weight: 300;
    display: inline-block;
}

.overview-box .text h2 {
    font-weight: 300;
    color: #fff;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 5px;
}

.overview-box .text span {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .overview-box .text {
        display: inline-block;
    }

    .overview-box .text h2 {
        font-size: 20px;
        margin-bottom: 0;
    }

    .overview-box .text span {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .overview-box .text h2 {
        font-size: 26px;
    }

    .overview-box .text span {
        font-size: 15px;
    }
}

.overview-chart {
    height: 115px;
    position: relative;
}

.overview-chart canvas {
    width: 100%;
}

/* ----- Card ----- */
.au-card {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 40px;
    padding-right: 35px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.au-card--border {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.au-card--border .au-card-title {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
}

.au-card--border .au-card-title .bg-overlay {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
}

.au-card-bordered {
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 40px;
    padding-top: 42px;
    padding-right: 55px;
    margin-bottom: 40px;
}

.au-card--bg-blue {
    background-image: -moz-linear-gradient(90deg, #396afc 0%, #2948ff 100%);
    background-image: -webkit-linear-gradient(90deg, #396afc 0%, #2948ff 100%);
    background-image: -ms-linear-gradient(90deg, #396afc 0%, #2948ff 100%);
}

.au-card-top-countries {
    padding: 40px;
    padding-top: 25px;
    padding-bottom: 29px;
}

.au-card--no-shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.au-card--no-pad {
    padding: 0;
}

.au-card-title {
    position: relative;
    padding: 40px;
    padding-top: 45px;
    padding-bottom: 47px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.au-card-title .bg-overlay {
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
}

.au-card-title h3 {
    position: relative;
    z-index: 2;
    color: #fff;
    font-weight: 400;
}

.au-card-title h3 i {
    color: #fff;
    font-size: 24px;
    margin-right: 12px;
}

.au-task {
    color: #808080;
}

.au-task--border .au-task__title {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.au-task--border .au-task-list {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.au-task--border .au-task__footer {
    border: 1px solid #e5e5e5;
    border-top: none;
}

.au-task__title {
    padding: 27px 15px;
    padding-left: 40px;
    padding-bottom: 22px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 14px;
}

.au-task-list {
    height: 424px;
    position: relative;
    overflow-y: auto;
}

.au-task__item {
    border-bottom: 1px solid #f2f2f2;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.au-task__item:hover {
    background: #f7f7f7;
}

.au-task__item-inner {
    padding: 26px 15px;
    padding-left: 40px;
}

.au-task__item-inner .task {
    font-size: 16px;
    margin-bottom: 6px;
}

.au-task__item-inner .task a {
    font-size: 16px;
    color: #808080;
    font-weight: 400;
}

.au-task__item-inner .task a:hover {
    color: #333;
}

.au-task__item-inner .time {
    font-size: 14px;
    color: #555;
    text-transform: uppercase;
    font-weight: 600;
}

.au-task__item--danger .au-task__item-inner {
    border-left: 3px solid #fa4251;
}

.au-task__item--warning .au-task__item-inner {
    border-left: 3px solid #ffa037;
}

.au-task__item--primary .au-task__item-inner {
    border-left: 3px solid #4272d7;
}

.au-task__item--success .au-task__item-inner {
    border-left: 3px solid #00ad5f;
}

.au-task__footer {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 45px;
}

.au-message__footer {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 45px;
}

.au-message p {
    color: #808080;
}

.au-message-list {
    height: 424px;
    position: relative;
    overflow-y: auto;
}

.au-message__noti {
    padding: 25px 15px;
    padding-left: 40px;
    padding-bottom: 22px;
    border-bottom: 1px solid #f2f2f2;
}

.au-message__noti p {
    font-size: 14px;
}

.au-message__noti p span {
    font-weight: 600;
}

.au-message__item {
    border-bottom: 1px solid #f2f2f2;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.au-message__item:hover {
    background: #f7f7f7;
}

.au-message__item-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 19px 40px;
    padding-right: 50px;
    padding-bottom: 25px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .au-message__item-inner {
        padding: 15px;
        padding-right: 10px;
        padding-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .au-message__item-inner {
        padding: 15px;
        padding-right: 10px;
        padding-bottom: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.au-message__item-time {
    margin-top: 26px;
}

.au-message__item-time span {
    font-size: 14px;
    color: #808080;
}

.au-message__item-text .text {
    margin-left: 60px;
    padding: 7px 0;
    padding-left: 23px;
}

.au-message__item-text .text .name {
    font-size: 16px;
    font-weight: 600;
    color: #666;
    margin-bottom: 2px;
}

.au-message__item-text .text p {
    color: #808080;
}

@media (max-width: 767px) {
    .au-message__item-text .text {
        margin: 0;
        padding: 0;
    }
}

.avatar-wrap {
    position: relative;
    float: left;
}

@media (max-width: 767px) {
    .avatar-wrap {
        float: none;
        display: inline-block;
        margin-bottom: 20px;
    }
}

.online .avatar::after {
    background: #63c76a;
}

.avatar {
    height: 60px;
    width: 60px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
}

.avatar::after {
    content: '';
    display: block;
    height: 15px;
    width: 15px;
    background: #ccc;
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.avatar--small {
    height: 50px;
    width: 50px;
}

.avatar--tiny {
    height: 32px;
    width: 32px;
}

.avatar--tiny::after {
    display: none;
}

.au-message__item.unread .au-message__item-inner {
    border-left: 3px solid #999;
}

.au-message__item.unread .au-message__item-text .text .name {
    color: #333;
}

.au-message__item.unread .au-message__item-text .text p {
    color: #333;
}

.au-chat--border .au-chat__title {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.au-chat--border .au-chat__content {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.au-chat--border .au-chat-textfield {
    border: 1px solid #e5e5e5;
    border-top: none;
}

.au-chat__title {
    border-bottom: 1px solid #f2f2f2;
}

.au-chat-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 40px;
}

.au-chat-info .avatar-wrap {
    float: none;
    display: inline-block;
    margin-bottom: 0;
}

.au-chat-info .nick {
    margin-left: 15px;
}

.au-chat-info .nick a {
    font-weight: 600;
    font-size: 16px;
    color: #333;
}

.au-chat-info .nick a:hover {
    color: #666;
}

.au-chat__content {
    height: 400px;
    overflow: auto;
    padding: 30px 40px;
    padding-bottom: 0;
    position: relative;
}

.au-chat__content2 .recei-mess {
    max-width: 240px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-right-radius: 15px;
}

.au-chat__content2 .send-mess {
    max-width: 240px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
}

.mess-time {
    font-size: 14px;
    color: #999;
}

.recei-mess-wrap {
    text-align: center;
}

.recei-mess {
    background: #f2f2f2;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 12px 25px;
    max-width: 390px;
    margin-bottom: 2px;
    text-align: left;
}

.recei-mess__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6px;
}

.recei-mess__inner .avatar--tiny {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    justify-self: flex-start;
    margin-right: 10px;
}

.recei-mess-list {
    width: -webkit-calc(100% - 42px);
    width: -moz-calc(100% - 42px);
    width: calc(100% - 42px);
}

.recei-mess-list .recei-mess:last-child {
    margin-bottom: 0;
}

.send-mess-wrap {
    text-align: center;
    margin-top: 20px;
}

.send-mess__inner {
    margin-top: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.send-mess {
    background: #4272d7;
    color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 12px 25px;
    max-width: 390px;
    margin-bottom: 2px;
    text-align: left;
}

.au-chat-textfield {
    padding: 40px;
    padding-top: 32px;
    padding-bottom: 50px;
}

.au-inbox-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 200%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.au-inbox-wrap.show-chat-box {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.au-message {
    width: 50%;
}

.au-chat {
    width: 50%;
}

.task-progress {
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 40px;
    padding-top: 42px;
    padding-right: 55px;
    padding-bottom: 74px;
    margin-bottom: 40px;
}

.task-progress .title-3 {
    margin-bottom: 32px;
}

.task-progress .au-progress {
    padding: 11px 0;
}

.recent-report2 {
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 40px;
    padding-top: 42px;
    padding-right: 55px;
    padding-bottom: 51px;
    margin-bottom: 40px;
}

.recent-report2 .recent-rep2-chart {
    height: 230px;
}

.recent-report2 .chart-info {
    margin-bottom: 45px;
}

@media (min-width: 992px) and (max-width: 1519px) {
    .recent-report2 .chart-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    .recent-report2 .chart-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.recent-report2 .chart-info__left {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: -5px;
}

@media (min-width: 992px) and (max-width: 1519px) {
    .recent-report2 .chart-info__left {
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
        margin-bottom: 30px;
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .recent-report2 .chart-info__left {
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
        margin-bottom: 30px;
        margin-top: 20px;
    }
}

.user-data {
    border: 1px solid #e5e5e5;
    background: #fff;
    padding-top: 44px;
}

.user-data .title-3 {
    padding-left: 40px;
    padding-right: 55px;
}

.user-data .filters {
    padding-left: 40px;
    padding-right: 55px;
}

.user-data__footer {
    padding: 29px 0;
    text-align: center;
}

.map-data {
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 40px;
    padding-top: 44px;
    padding-right: 60px;
}

.recent-report3, .chart-percent-3 {
    background: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding-top: 45px;
    padding-left: 40px;
    padding-right: 50px;
    padding-bottom: 50px;
}

.recent-report3 .title-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 27px;
}

.recent-report3 .title-wrap .chart-info-wrap {
    margin-top: 3px;
}

.recent-report3 .title-wrap .chart-note {
    font-size: 14px;
    margin-right: 30px;
}

.chart-percent-3 {
    padding-bottom: 60px;
}

.chart-percent-3 .chart-note {
    display: block;
    font-size: 14px;
}

/* ----- Charts ----- */
#chartjs-tooltip {
    opacity: 1;
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    -moz-transition: all .1s ease;
    transition: all .1s ease;
    pointer-events: none;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.recent-report {
    padding-bottom: 65px;
    margin-bottom: 60px;
}

.chart-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 30px;
    font-size: 14px;
}

.chart-note {
    text-transform: capitalize;
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
}

.chart-note .dot {
    margin-right: 7px;
}

.chart-statis {
    display: inline-block;
    margin-right: 35px;
}

.chart-statis i {
    font-size: 18px;
    margin-right: 5px;
}

.chart-statis .label {
    display: block;
    text-transform: capitalize;
    line-height: 1.2;
}

.chart-statis .index {
    font-size: 18px;
    color: #333;
}

.recent-report__chart canvas {
    height: 250px;
    width: 100%;
}

.chart-percent-card {
    margin-bottom: 60px;
    padding-top: 47px;
}

.chart-percent-card .chart-note {
    margin-bottom: 8px;
}

.incre i {
    color: #63c76a;
}

.decre i {
    color: #ff4b5a;
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.dot--blue {
    background: #00b5e9;
}

.dot--green {
    background: #00ad5f;
}

.dot--red {
    background: #fa4251;
}

.chart-note-wrap {
    margin-top: 20px;
}

.percent-chart {
    padding-right: 65px;
    padding-bottom: 40px;
    padding-top: 27px;
}

@media (min-width: 992px) and (max-width: 1519px) {
    .percent-chart {
        padding-right: 0;
    }
}

.statistic-chart {
    padding-top: 22px;
}

.statistic-chart-1, .top-campaign, .chart-percent-2 {
    background: #fff;
    padding: 0 40px;
    padding-top: 45px;
    padding-bottom: 50px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.statistic-chart-1 {
    padding-bottom: 42px;
    margin-bottom: 40px;
}

.statistic-chart-1-note {
    margin-top: 18px;
    padding-left: 8px;
}

.statistic-chart-1-note span {
    font-size: 14px;
    color: #808080;
}

.statistic-chart-1-note .big {
    font-size: 18px;
    color: #393939;
}

.top-campaign {
    padding-bottom: 97px;
    margin-bottom: 40px;
}

.chart-percent-2 {
    margin-bottom: 40px;
    padding-bottom: 70px;
}

.chart-percent-2 .chart-info {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 30px;
}

.chart-percent-2 .chart-info .chart-note {
    margin-right: 34px;
}

.chart-percent-2 .chart-info .chart-note:last-child {
    margin-right: 0;
}

/* ----- Table ----- */
.table {
    margin: 0;
}

.table-responsive.table--no-card {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.table-earning thead th {
    background: #333;
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1;
    padding: 22px 40px;
    white-space: nowrap;
}

.table-earning thead th.text-right {
    padding-left: 15px;
    padding-right: 65px;
}

.table-earning tbody td {
    color: #808080;
    padding: 12px 40px;
    white-space: nowrap;
}

.table-earning tbody td.text-right {
    padding-left: 15px;
    padding-right: 65px;
}

.table-earning tbody tr:hover td {
    color: #555;
    cursor: pointer;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #f5f5f5;
}

.table-top-countries tbody td {
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
    padding: 14px 5px;
    border-top: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.table-top-countries tbody tr:last-child td {
    border-bottom: none;
}

.table-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 992px) and (max-width: 1519px) {
    .table-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    .table-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.table-style1 {
    max-width: 280px;
    margin-bottom: 30px;
}

.table-style1 .table tr:last-child td {
    border-bottom: none;
}

.table-style1 .table tr td:last-child {
    padding-right: 30px;
}

.table-style1 .table td {
    font-size: 14px;
    color: #808080;
    border-top: none;
    border-bottom: 1px solid #f2f2f2;
    padding: 12px 6px;
    vertical-align: middle;
}

.table-data {
    height: 472px;
    overflow-y: auto;
}

.table-data thead tr td {
    font-size: 12px;
    font-weight: 600;
    color: #808080;
    text-transform: uppercase;
}

.table-data .table td {
    border-top: none;
    border-bottom: 1px solid #f2f2f2;
    padding-top: 23px;
    padding-bottom: 33px;
    padding-left: 40px;
    padding-right: 10px;
}

.table-data .table tr td:last-child {
    padding-right: 24px;
}

.table-data tbody tr:hover td .more {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.table-data__info h6 {
    font-size: 14px;
    color: #808080;
    text-transform: capitalize;
    font-weight: 400;
}

.table-data__info span a {
    font-size: 12px;
    color: #999;
}

.table-data__info span a:hover {
    color: #666;
}

.more {
    display: inline-block;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: #e5e5e5;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.more i {
    font-size: 20px;
    color: #808080;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.role {
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    padding: 0 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: capitalize;
}

.role.admin {
    background: #fa4251;
}

.role.user {
    background: #00b5e9;
}

.role.member {
    background: #57b846;
}

.table-top-campaign.table td {
    border-top: none;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    padding: 12px 6px;
}

.table-top-campaign.table tr td:first-child {
    color: #808080;
}

.table-top-campaign.table tr td:last-child {
    color: #4272d7;
    text-align: right;
}

.table-top-campaign.table tr:last-child td {
    border-bottom: none;
}

@media (min-width: 1200px) {
    .table-responsive-data2 {
        overflow: visible;
    }
}

.table-data2 {
    border-collapse: collapse;
    overflow: visible;
}

.table-data2.table thead th {
    font-size: 12px;
    color: #555;
    text-transform: uppercase;
    border: none;
    font-weight: 600;
    vertical-align: top;
    padding: 15px 40px;
    padding-right: 10px;
}

.table-data2.table thead th:first-child {
    padding-right: 0;
}

.table-data2.table tbody {
    background: #fff;
}

.table-data2.table tbody tr td:first-child {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    vertical-align: top;
}

.table-data2.table tbody tr td:first-child .au-checkbox {
    margin-top: 5px;
}

@media (max-width: 1199px) {
    .table-data2.table tbody tr td:first-child {
        vertical-align: middle;
    }

    .table-data2.table tbody tr td:first-child .au-checkbox {
        margin-top: 0;
    }
}

.table-data2.table tbody tr td:last-child {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    padding-right: 35px;
}

.table-data2.table tbody td {
    font-size: 14px;
    color: #808080;
    vertical-align: middle;
    padding: 25px 40px;
    padding-right: 10px;
    border: none;
}

.table-data2.table tbody td.desc {
    color: #4272d7;
}

.table-data2 .spacer {
    height: 5px;
    background: transparent;
}

.tr-shadow {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
}

.table-data__tool {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 28px;
}

.table-data__tool .table-data__tool-left > div {
    margin-right: 12px;
}

.table-data__tool .table-data__tool-right > button {
    margin-right: 12px;
}

@media (max-width: 991px) {
    .table-data__tool {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .table-data__tool .table-data__tool-right {
        margin-top: 10px;
    }

    .table-data__tool .table-data__tool-right > button {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.table-data-feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.table-data-feature .item {
    display: block;
    height: 30px;
    width: 30px;
    position: relative;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #e5e5e5;
    margin-right: 5px;
}

.table-data-feature .item:last-child {
    margin-right: 0;
}

.table-data-feature .item i {
    font-size: 20px;
    color: #808080;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.block-email {
    font-size: 14px;
    color: #808080;
    display: inline-block;
    background: #f2f2f2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: 30px;
    padding: 0 14px;
}

.status--process {
    color: #00ad5f;
}

.status--denied {
    color: #fa4251;
}

.table-data3 thead {
    background: #333;
}

.table-data3 thead tr th {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    padding: 18px 40px;
    padding-right: 10px;
}

.table-data3 thead tr th:first-child {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
}

.table-data3 thead tr th:last-child {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
}

.table-data3 thead tr th:last-child {
    text-align: right;
    padding-right: 50px;
}

.table-data3 tbody tr td:last-child {
    text-align: right;
    padding-right: 50px;
}

.table-data3 tbody tr {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.table-data3 tbody tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px;
}

.table-data3 tbody tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px;
}

.table-data3 tbody td {
    border-bottom: 1px solid #f5f5f5;
    background: #fff;
    font-size: 14px;
    color: #808080;
    padding: 12px 40px;
    padding-right: 10px;
}

.table-data3 tbody td.process {
    color: #00ad5f;
}

.table-data3 tbody td.denied {
    color: #fa4251;
}

/* ----- Footer ----- */
.copyright {
    text-align: center;
    padding: 60px 0;
    padding-top: 20px;
}

.copyright p {
    font-size: 14px;
    color: #666;
    line-height: -webkit-calc(24 / 14);
    line-height: -moz-calc(24 / 14);
    line-height: calc(24 / 14);
}

/* ----- Breadcrumb ----- */
.au-breadcrumb {
    height: 75px;
    background: #fff;
    position: relative;
    z-index: 0;
}

@media (max-width: 991px) {
    .au-breadcrumb {
        height: 130px;
    }

    .au-breadcrumb.m-t-75 {
        margin-top: 0;
    }
}

.au-breadcrumb .section__content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.au-breadcrumb-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    .au-breadcrumb-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .au-breadcrumb-content .au-breadcrumb-left {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .au-breadcrumb-content > button {
        margin-bottom: 15px;
    }
}

.au-breadcrumb-span {
    font-size: 14px;
    color: #999;
    display: inline-block;
}

.au-breadcrumb__list {
    display: inline-block;
    margin-left: 5px;
}

.au-breadcrumb__list li {
    font-size: 14px;
    color: #999;
}

.au-breadcrumb__list .list-inline-item:not(:last-child) {
    margin-right: 5px;
}

.au-breadcrumb__list .active a {
    color: #999;
}

.au-breadcrumb__list .active a:hover {
    color: #333;
}

.au-breadcrumb2 {
    padding-top: 48px;
    padding-bottom: 50px;
}

.au-breadcrumb2 .au-breadcrumb-span {
    color: #808080;
}

.au-breadcrumb2 .au-breadcrumb__list .active a {
    color: #808080;
}

.au-breadcrumb2 .au-breadcrumb__list .active a:hover {
    color: #666;
}

.au-breadcrumb2 .au-breadcrumb__list li {
    color: #808080;
}

@media (max-width: 991px) {
    .au-breadcrumb2 .au-breadcrumb-left {
        margin-top: 20px;
    }
}

.au-breadcrumb3 .au-breadcrumb__list .active a:hover {
    color: #ccc;
}

.line-seprate {
    height: 1px;
    width: 100%;
    background: #e5e5e5;
    border: none;
    margin-top: 20px;
    margin-bottom: 0;
}

.welcome2 {
    background: #393939;
}

.welcome2-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.welcome2-inner .welcome2-greeting {
    width: -webkit-calc(100% - 500px);
    width: -moz-calc(100% - 500px);
    width: calc(100% - 500px);
}

.welcome2-inner form {
    height: 45px;
}

@media (max-width: 991px) {
    .welcome2-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .welcome2-inner.m-t-60 {
        margin-top: 0;
    }

    .welcome2-inner .welcome2-greeting {
        width: 100%;
    }

    .welcome2-inner form {
        margin-bottom: 30px;
        margin-top: 30px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
}

.welcome2-greeting h1 {
    margin-bottom: 12px;
}

.welcome2-greeting p {
    font-size: 14px;
    color: #808080;
}

/* ----- Statistic ----- */
.statistic {
    padding-top: 57px;
}

.statistic__item {
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 20px 30px;
    position: relative;
    min-height: 180px;
    overflow: hidden;
    margin-bottom: 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .statistic__item {
        padding: 20px 10px;
    }
}

.statistic__item h2 {
    font-size: 36px;
    font-weight: 300;
    color: #4272d7;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .statistic__item h2 {
        font-size: 22px;
    }
}

.statistic__item .desc {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    color: rgba(128, 128, 128, 0.6);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .statistic__item .desc {
        font-size: 13px;
    }
}

.statistic__item .icon {
    display: inline-block;
    position: absolute;
    bottom: -50px;
    right: -7px;
}

.statistic__item .icon i {
    font-size: 180px;
    color: #808080;
    opacity: .2;
    line-height: 1;
    vertical-align: baseline;
}

.statistic__item--green {
    background: #00b26f;
}

.statistic__item--orange {
    background: #ff8300;
}

.statistic__item--blue {
    background: #00b5e9;
}

.statistic__item--red {
    background: #fa4251;
}

/* ----- Statistic 2 ----- */
.statistic2 {
    padding-top: 50px;
}

.statistic2 .statistic__item {
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
}

.statistic2 .statistic__item h2 {
    color: #fff;
}

.statistic2 .statistic__item .desc {
    color: rgba(255, 255, 255, 0.6);
}

/* ----- Progress ----- */
.au-progress .au-progress__bar {
    height: 10px;
    position: relative;
    background: #d9d9d9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.au-progress .au-progress__bar .au-progress__inner {
    position: absolute;
    width: 0;
    top: 0;
    left: 0;
    bottom: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    background-color: #4272d7;
    overflow: visible;
}

.au-progress__title {
    font-size: 14px;
    color: #808080;
    display: inline-block;
    margin-bottom: 9px;
}

.au-progress__value {
    font-size: 14px;
    color: #808080;
    position: absolute;
    top: -28px;
    right: -15px;
}

/* ----- Alert ----- */
.au-alert {
    border: 1px solid #fff;
    background: #fff;
    border-left: 3px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    padding: 0;
    padding: 15px 30px;
}

.au-alert.alert-dismissible .close {
    font-size: 16px;
    color: black;
    opacity: 0.2;
    padding: 0 23px;
    top: 0;
    bottom: 0;
}

.au-alert > i {
    font-size: 30px;
    color: #00ad5f;
    vertical-align: middle;
    margin-right: 10px;
}

.au-alert .content {
    font-size: 16px;
    color: #808080;
}

.au-alert-success {
    background: #e5f6eb;
    border-color: #d9f1e3;
    border-left-color: #00ad5f;
}

.au-alert--70per {
    width: 70.5%;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .au-alert--70per {
        width: 95%;
    }
}

/* Switch */
.switch.switch-default {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 24px;
    background-color: transparent;
    cursor: pointer;
}

.switch.switch-default .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.switch.switch-default .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: opacity background .15s ease-out;
    -o-transition: opacity background .15s ease-out;
    -moz-transition: opacity background .15s ease-out;
    transition: opacity background .15s ease-out;
}

.switch.switch-default .switch-input:checked ~ .switch-label::before {
    opacity: 0;
}

.switch.switch-default .switch-input:checked ~ .switch-label::after {
    opacity: 1;
}

.switch.switch-default .switch-handle {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: left .15s ease-out;
    -o-transition: left .15s ease-out;
    -moz-transition: left .15s ease-out;
    transition: left .15s ease-out;
}

.switch.switch-default .switch-input:checked ~ .switch-handle {
    left: 18px;
}

.switch.switch-default.switch-lg {
    width: 48px;
    height: 28px;
}

.switch.switch-default.switch-lg .switch-label {
    font-size: 12px;
}

.switch.switch-default.switch-lg .switch-handle {
    width: 24px;
    height: 24px;
}

.switch.switch-default.switch-lg .switch-input:checked ~ .switch-handle {
    left: 22px;
}

.switch.switch-default.switch-sm {
    width: 32px;
    height: 20px;
}

.switch.switch-default.switch-sm .switch-label {
    font-size: 8px;
}

.switch.switch-default.switch-sm .switch-handle {
    width: 16px;
    height: 16px;
}

.switch.switch-default.switch-sm .switch-input:checked ~ .switch-handle {
    left: 14px;
}

.switch.switch-default.switch-xs {
    width: 24px;
    height: 16px;
}

.switch.switch-default.switch-xs .switch-label {
    font-size: 7px;
}

.switch.switch-default.switch-xs .switch-handle {
    width: 12px;
    height: 12px;
}

.switch.switch-default.switch-xs .switch-input:checked ~ .switch-handle {
    left: 10px;
}

.switch.switch-text {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 24px;
    background-color: transparent;
    cursor: pointer;
}

.switch.switch-text .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.switch.switch-text .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: opacity background .15s ease-out;
    -o-transition: opacity background .15s ease-out;
    -moz-transition: opacity background .15s ease-out;
    transition: opacity background .15s ease-out;
}

.switch.switch-text .switch-label::before,
.switch.switch-text .switch-label::after {
    position: absolute;
    top: 50%;
    width: 50%;
    margin-top: -.5em;
    line-height: 1;
    text-align: center;
    -webkit-transition: inherit;
    -o-transition: inherit;
    -moz-transition: inherit;
    transition: inherit;
}

.switch.switch-text .switch-label::before {
    right: 1px;
    color: #e9ecef;
    content: attr(data-off);
}

.switch.switch-text .switch-label::after {
    left: 1px;
    color: #fff;
    content: attr(data-on);
    opacity: 0;
}

.switch.switch-text .switch-input:checked ~ .switch-label::before {
    opacity: 0;
}

.switch.switch-text .switch-input:checked ~ .switch-label::after {
    opacity: 1;
}

.switch.switch-text .switch-handle {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: left .15s ease-out;
    -o-transition: left .15s ease-out;
    -moz-transition: left .15s ease-out;
    transition: left .15s ease-out;
}

.switch.switch-text .switch-input:checked ~ .switch-handle {
    left: 26px;
}

.switch.switch-text.switch-lg {
    width: 56px;
    height: 28px;
}

.switch.switch-text.switch-lg .switch-label {
    font-size: 12px;
}

.switch.switch-text.switch-lg .switch-handle {
    width: 24px;
    height: 24px;
}

.switch.switch-text.switch-lg .switch-input:checked ~ .switch-handle {
    left: 30px;
}

.switch.switch-text.switch-sm {
    width: 40px;
    height: 20px;
}

.switch.switch-text.switch-sm .switch-label {
    font-size: 8px;
}

.switch.switch-text.switch-sm .switch-handle {
    width: 16px;
    height: 16px;
}

.switch.switch-text.switch-sm .switch-input:checked ~ .switch-handle {
    left: 22px;
}

.switch.switch-text.switch-xs {
    width: 32px;
    height: 16px;
}

.switch.switch-text.switch-xs .switch-label {
    font-size: 7px;
}

.switch.switch-text.switch-xs .switch-handle {
    width: 12px;
    height: 12px;
}

.switch.switch-text.switch-xs .switch-input:checked ~ .switch-handle {
    left: 18px;
}

.switch.switch-icon {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 24px;
    background-color: transparent;
    cursor: pointer;
}

.switch.switch-icon .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.switch.switch-icon .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-family: FontAwesome;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: opacity background .15s ease-out;
    -o-transition: opacity background .15s ease-out;
    -moz-transition: opacity background .15s ease-out;
    transition: opacity background .15s ease-out;
}

.switch.switch-icon .switch-label::before,
.switch.switch-icon .switch-label::after {
    position: absolute;
    top: 50%;
    width: 50%;
    margin-top: -.5em;
    line-height: 1;
    text-align: center;
    -webkit-transition: inherit;
    -o-transition: inherit;
    -moz-transition: inherit;
    transition: inherit;
}

.switch.switch-icon .switch-label::before {
    right: 1px;
    color: #e9ecef;
    content: attr(data-off);
}

.switch.switch-icon .switch-label::after {
    left: 1px;
    color: #fff;
    content: attr(data-on);
    opacity: 0;
}

.switch.switch-icon .switch-input:checked ~ .switch-label::before {
    opacity: 0;
}

.switch.switch-icon .switch-input:checked ~ .switch-label::after {
    opacity: 1;
}

.switch.switch-icon .switch-handle {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: left .15s ease-out;
    -o-transition: left .15s ease-out;
    -moz-transition: left .15s ease-out;
    transition: left .15s ease-out;
}

.switch.switch-icon .switch-input:checked ~ .switch-handle {
    left: 26px;
}

.switch.switch-icon.switch-lg {
    width: 56px;
    height: 28px;
}

.switch.switch-icon.switch-lg .switch-label {
    font-size: 12px;
}

.switch.switch-icon.switch-lg .switch-handle {
    width: 24px;
    height: 24px;
}

.switch.switch-icon.switch-lg .switch-input:checked ~ .switch-handle {
    left: 30px;
}

.switch.switch-icon.switch-sm {
    width: 40px;
    height: 20px;
}

.switch.switch-icon.switch-sm .switch-label {
    font-size: 8px;
}

.switch.switch-icon.switch-sm .switch-handle {
    width: 16px;
    height: 16px;
}

.switch.switch-icon.switch-sm .switch-input:checked ~ .switch-handle {
    left: 22px;
}

.switch.switch-icon.switch-xs {
    width: 32px;
    height: 16px;
}

.switch.switch-icon.switch-xs .switch-label {
    font-size: 7px;
}

.switch.switch-icon.switch-xs .switch-handle {
    width: 12px;
    height: 12px;
}

.switch.switch-icon.switch-xs .switch-input:checked ~ .switch-handle {
    left: 18px;
}

.switch.switch-3d {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 24px;
    background-color: transparent;
    cursor: pointer;
}

.switch.switch-3d .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.switch.switch-3d .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #f8f9fa;
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: opacity background .15s ease-out;
    -o-transition: opacity background .15s ease-out;
    -moz-transition: opacity background .15s ease-out;
    transition: opacity background .15s ease-out;
}

.switch.switch-3d .switch-input:checked ~ .switch-label::before {
    opacity: 0;
}

.switch.switch-3d .switch-input:checked ~ .switch-label::after {
    opacity: 1;
}

.switch.switch-3d .switch-handle {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: left .15s ease-out;
    -o-transition: left .15s ease-out;
    -moz-transition: left .15s ease-out;
    transition: left .15s ease-out;
    border: 0;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.switch.switch-3d .switch-input:checked ~ .switch-handle {
    left: 16px;
}

.switch.switch-3d.switch-lg {
    width: 48px;
    height: 28px;
}

.switch.switch-3d.switch-lg .switch-label {
    font-size: 12px;
}

.switch.switch-3d.switch-lg .switch-handle {
    width: 28px;
    height: 28px;
}

.switch.switch-3d.switch-lg .switch-input:checked ~ .switch-handle {
    left: 20px;
}

.switch.switch-3d.switch-sm {
    width: 32px;
    height: 20px;
}

.switch.switch-3d.switch-sm .switch-label {
    font-size: 8px;
}

.switch.switch-3d.switch-sm .switch-handle {
    width: 20px;
    height: 20px;
}

.switch.switch-3d.switch-sm .switch-input:checked ~ .switch-handle {
    left: 12px;
}

.switch.switch-3d.switch-xs {
    width: 24px;
    height: 16px;
}

.switch.switch-3d.switch-xs .switch-label {
    font-size: 7px;
}

.switch.switch-3d.switch-xs .switch-handle {
    width: 16px;
    height: 16px;
}

.switch.switch-3d.switch-xs .switch-input:checked ~ .switch-handle {
    left: 8px;
}

.switch-pill .switch-label, .switch.switch-3d .switch-label,
.switch-pill .switch-handle,
.switch.switch-3d .switch-handle {
    -webkit-border-radius: 50em !important;
    -moz-border-radius: 50em !important;
    border-radius: 50em !important;
}

.switch-pill .switch-label::before, .switch.switch-3d .switch-label::before {
    right: 2px !important;
}

.switch-pill .switch-label::after, .switch.switch-3d .switch-label::after {
    left: 2px !important;
}

.switch-primary > .switch-input:checked ~ .switch-label {
    background: #4272d7 !important;
    border-color: #2858be;
}

.switch-primary > .switch-input:checked ~ .switch-handle {
    border-color: #2858be;
}

.switch-primary-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #4272d7;
}

.switch-primary-outline > .switch-input:checked ~ .switch-label::after {
    color: #4272d7;
}

.switch-primary-outline > .switch-input:checked ~ .switch-handle {
    border-color: #4272d7;
}

.switch-primary-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #4272d7;
}

.switch-primary-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #4272d7;
}

.switch-primary-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #4272d7 !important;
    border-color: #4272d7;
}

.switch-secondary > .switch-input:checked ~ .switch-label {
    background: #868e96 !important;
    border-color: #6c757d;
}

.switch-secondary > .switch-input:checked ~ .switch-handle {
    border-color: #6c757d;
}

.switch-secondary-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #868e96;
}

.switch-secondary-outline > .switch-input:checked ~ .switch-label::after {
    color: #868e96;
}

.switch-secondary-outline > .switch-input:checked ~ .switch-handle {
    border-color: #868e96;
}

.switch-secondary-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #868e96;
}

.switch-secondary-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #868e96;
}

.switch-secondary-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #868e96 !important;
    border-color: #868e96;
}

.switch-success > .switch-input:checked ~ .switch-label {
    background: #28a745 !important;
    border-color: #1e7e34;
}

.switch-success > .switch-input:checked ~ .switch-handle {
    border-color: #1e7e34;
}

.switch-success-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #28a745;
}

.switch-success-outline > .switch-input:checked ~ .switch-label::after {
    color: #28a745;
}

.switch-success-outline > .switch-input:checked ~ .switch-handle {
    border-color: #28a745;
}

.switch-success-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #28a745;
}

.switch-success-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #28a745;
}

.switch-success-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #28a745 !important;
    border-color: #28a745;
}

.switch-info > .switch-input:checked ~ .switch-label {
    background: #17a2b8 !important;
    border-color: #117a8b;
}

.switch-info > .switch-input:checked ~ .switch-handle {
    border-color: #117a8b;
}

.switch-info-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #17a2b8;
}

.switch-info-outline > .switch-input:checked ~ .switch-label::after {
    color: #17a2b8;
}

.switch-info-outline > .switch-input:checked ~ .switch-handle {
    border-color: #17a2b8;
}

.switch-info-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #17a2b8;
}

.switch-info-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #17a2b8;
}

.switch-info-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #17a2b8 !important;
    border-color: #17a2b8;
}

.switch-warning > .switch-input:checked ~ .switch-label {
    background: #ffc107 !important;
    border-color: #d39e00;
}

.switch-warning > .switch-input:checked ~ .switch-handle {
    border-color: #d39e00;
}

.switch-warning-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #ffc107;
}

.switch-warning-outline > .switch-input:checked ~ .switch-label::after {
    color: #ffc107;
}

.switch-warning-outline > .switch-input:checked ~ .switch-handle {
    border-color: #ffc107;
}

.switch-warning-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #ffc107;
}

.switch-warning-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #ffc107;
}

.switch-warning-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #ffc107 !important;
    border-color: #ffc107;
}

.switch-danger > .switch-input:checked ~ .switch-label {
    background: #ff4b5a !important;
    border-color: #ff182b;
}

.switch-danger > .switch-input:checked ~ .switch-handle {
    border-color: #ff182b;
}

.switch-danger-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #ff4b5a;
}

.switch-danger-outline > .switch-input:checked ~ .switch-label::after {
    color: #ff4b5a;
}

.switch-danger-outline > .switch-input:checked ~ .switch-handle {
    border-color: #ff4b5a;
}

.switch-danger-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #ff4b5a;
}

.switch-danger-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #ff4b5a;
}

.switch-danger-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #ff4b5a !important;
    border-color: #ff4b5a;
}

.switch-light > .switch-input:checked ~ .switch-label {
    background: #f8f9fa !important;
    border-color: #dae0e5;
}

.switch-light > .switch-input:checked ~ .switch-handle {
    border-color: #dae0e5;
}

.switch-light-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #f8f9fa;
}

.switch-light-outline > .switch-input:checked ~ .switch-label::after {
    color: #f8f9fa;
}

.switch-light-outline > .switch-input:checked ~ .switch-handle {
    border-color: #f8f9fa;
}

.switch-light-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #f8f9fa;
}

.switch-light-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #f8f9fa;
}

.switch-light-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #f8f9fa !important;
    border-color: #f8f9fa;
}

.switch-dark > .switch-input:checked ~ .switch-label {
    background: #343a40 !important;
    border-color: #1d2124;
}

.switch-dark > .switch-input:checked ~ .switch-handle {
    border-color: #1d2124;
}

.switch-dark-outline > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #343a40;
}

.switch-dark-outline > .switch-input:checked ~ .switch-label::after {
    color: #343a40;
}

.switch-dark-outline > .switch-input:checked ~ .switch-handle {
    border-color: #343a40;
}

.switch-dark-outline-alt > .switch-input:checked ~ .switch-label {
    background: #fff !important;
    border-color: #343a40;
}

.switch-dark-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #343a40;
}

.switch-dark-outline-alt > .switch-input:checked ~ .switch-handle {
    background: #343a40 !important;
    border-color: #343a40;
}

/*-----------------------------------------------------*/
/*                   TRUMPS                            */
/*-----------------------------------------------------*/
/*Padding, margin*/
.p-b-0 {
    padding-bottom: 0px;
}

.p-t-0 {
    padding-top: 0px;
}

.p-r-0 {
    padding-right: 0px;
}

.p-l-0 {
    padding-left: 0px;
}

.m-b-0 {
    margin-bottom: 0px;
}

.m-t-0 {
    margin-top: 0px;
}

.m-r-0 {
    margin-right: 0px;
}

.m-l-0 {
    margin-left: 0px;
}

.p-b-5 {
    padding-bottom: 5px;
}

.p-t-5 {
    padding-top: 5px;
}

.p-r-5 {
    padding-right: 5px;
}

.p-l-5 {
    padding-left: 5px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-t-5 {
    margin-top: 5px;
}

.m-r-5 {
    margin-right: 5px;
}

.m-l-5 {
    margin-left: 5px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-r-10 {
    padding-right: 10px;
}

.p-l-10 {
    padding-left: 10px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-l-10 {
    margin-left: 10px;
}

.p-b-15 {
    padding-bottom: 15px;
}

.p-t-15 {
    padding-top: 15px;
}

.p-r-15 {
    padding-right: 15px;
}

.p-l-15 {
    padding-left: 15px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-r-15 {
    margin-right: 15px;
}

.m-l-15 {
    margin-left: 15px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-r-20 {
    padding-right: 20px;
}

.p-l-20 {
    padding-left: 20px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-l-20 {
    margin-left: 20px;
}

.p-b-25 {
    padding-bottom: 25px;
}

.p-t-25 {
    padding-top: 25px;
}

.p-r-25 {
    padding-right: 25px;
}

.p-l-25 {
    padding-left: 25px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-r-25 {
    margin-right: 25px;
}

.m-l-25 {
    margin-left: 25px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-r-30 {
    padding-right: 30px;
}

.p-l-30 {
    padding-left: 30px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-r-30 {
    margin-right: 30px;
}

.m-l-30 {
    margin-left: 30px;
}

.p-b-35 {
    padding-bottom: 35px;
}

.p-t-35 {
    padding-top: 35px;
}

.p-r-35 {
    padding-right: 35px;
}

.p-l-35 {
    padding-left: 35px;
}

.m-b-35 {
    margin-bottom: 35px;
}

.m-t-35 {
    margin-top: 35px;
}

.m-r-35 {
    margin-right: 35px;
}

.m-l-35 {
    margin-left: 35px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-r-40 {
    padding-right: 40px;
}

.p-l-40 {
    padding-left: 40px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-r-40 {
    margin-right: 40px;
}

.m-l-40 {
    margin-left: 40px;
}

.p-b-45 {
    padding-bottom: 45px;
}

.p-t-45 {
    padding-top: 45px;
}

.p-r-45 {
    padding-right: 45px;
}

.p-l-45 {
    padding-left: 45px;
}

.m-b-45 {
    margin-bottom: 45px;
}

.m-t-45 {
    margin-top: 45px;
}

.m-r-45 {
    margin-right: 45px;
}

.m-l-45 {
    margin-left: 45px;
}

.p-b-50 {
    padding-bottom: 50px;
}

.p-t-50 {
    padding-top: 50px;
}

.p-r-50 {
    padding-right: 50px;
}

.p-l-50 {
    padding-left: 50px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-r-50 {
    margin-right: 50px;
}

.m-l-50 {
    margin-left: 50px;
}

.p-b-55 {
    padding-bottom: 55px;
}

.p-t-55 {
    padding-top: 55px;
}

.p-r-55 {
    padding-right: 55px;
}

.p-l-55 {
    padding-left: 55px;
}

.m-b-55 {
    margin-bottom: 55px;
}

.m-t-55 {
    margin-top: 55px;
}

.m-r-55 {
    margin-right: 55px;
}

.m-l-55 {
    margin-left: 55px;
}

.p-b-60 {
    padding-bottom: 60px;
}

.p-t-60 {
    padding-top: 60px;
}

.p-r-60 {
    padding-right: 60px;
}

.p-l-60 {
    padding-left: 60px;
}

.m-b-60 {
    margin-bottom: 60px;
}

.m-t-60 {
    margin-top: 60px;
}

.m-r-60 {
    margin-right: 60px;
}

.m-l-60 {
    margin-left: 60px;
}

.p-b-65 {
    padding-bottom: 65px;
}

.p-t-65 {
    padding-top: 65px;
}

.p-r-65 {
    padding-right: 65px;
}

.p-l-65 {
    padding-left: 65px;
}

.m-b-65 {
    margin-bottom: 65px;
}

.m-t-65 {
    margin-top: 65px;
}

.m-r-65 {
    margin-right: 65px;
}

.m-l-65 {
    margin-left: 65px;
}

.p-b-70 {
    padding-bottom: 70px;
}

.p-t-70 {
    padding-top: 70px;
}

.p-r-70 {
    padding-right: 70px;
}

.p-l-70 {
    padding-left: 70px;
}

.m-b-70 {
    margin-bottom: 70px;
}

.m-t-70 {
    margin-top: 70px;
}

.m-r-70 {
    margin-right: 70px;
}

.m-l-70 {
    margin-left: 70px;
}

.p-b-75 {
    padding-bottom: 75px;
}

.p-t-75 {
    padding-top: 75px;
}

.p-r-75 {
    padding-right: 75px;
}

.p-l-75 {
    padding-left: 75px;
}

.m-b-75 {
    margin-bottom: 75px;
}

.m-t-75 {
    margin-top: 75px;
}

.m-r-75 {
    margin-right: 75px;
}

.m-l-75 {
    margin-left: 75px;
}

.p-b-80 {
    padding-bottom: 80px;
}

.p-t-80 {
    padding-top: 80px;
}

.p-r-80 {
    padding-right: 80px;
}

.p-l-80 {
    padding-left: 80px;
}

.m-b-80 {
    margin-bottom: 80px;
}

.m-t-80 {
    margin-top: 80px;
}

.m-r-80 {
    margin-right: 80px;
}

.m-l-80 {
    margin-left: 80px;
}

.p-b-85 {
    padding-bottom: 85px;
}

.p-t-85 {
    padding-top: 85px;
}

.p-r-85 {
    padding-right: 85px;
}

.p-l-85 {
    padding-left: 85px;
}

.m-b-85 {
    margin-bottom: 85px;
}

.m-t-85 {
    margin-top: 85px;
}

.m-r-85 {
    margin-right: 85px;
}

.m-l-85 {
    margin-left: 85px;
}

.p-b-90 {
    padding-bottom: 90px;
}

.p-t-90 {
    padding-top: 90px;
}

.p-r-90 {
    padding-right: 90px;
}

.p-l-90 {
    padding-left: 90px;
}

.m-b-90 {
    margin-bottom: 90px;
}

.m-t-90 {
    margin-top: 90px;
}

.m-r-90 {
    margin-right: 90px;
}

.m-l-90 {
    margin-left: 90px;
}

.p-b-95 {
    padding-bottom: 95px;
}

.p-t-95 {
    padding-top: 95px;
}

.p-r-95 {
    padding-right: 95px;
}

.p-l-95 {
    padding-left: 95px;
}

.m-b-95 {
    margin-bottom: 95px;
}

.m-t-95 {
    margin-top: 95px;
}

.m-r-95 {
    margin-right: 95px;
}

.m-l-95 {
    margin-left: 95px;
}

.p-b-100 {
    padding-bottom: 100px;
}

.p-t-100 {
    padding-top: 100px;
}

.p-r-100 {
    padding-right: 100px;
}

.p-l-100 {
    padding-left: 100px;
}

.m-b-100 {
    margin-bottom: 100px;
}

.m-t-100 {
    margin-top: 100px;
}

.m-r-100 {
    margin-right: 100px;
}

.m-l-100 {
    margin-left: 100px;
}

.p-b-105 {
    padding-bottom: 105px;
}

.p-t-105 {
    padding-top: 105px;
}

.p-r-105 {
    padding-right: 105px;
}

.p-l-105 {
    padding-left: 105px;
}

.m-b-105 {
    margin-bottom: 105px;
}

.m-t-105 {
    margin-top: 105px;
}

.m-r-105 {
    margin-right: 105px;
}

.m-l-105 {
    margin-left: 105px;
}

.p-b-110 {
    padding-bottom: 110px;
}

.p-t-110 {
    padding-top: 110px;
}

.p-r-110 {
    padding-right: 110px;
}

.p-l-110 {
    padding-left: 110px;
}

.m-b-110 {
    margin-bottom: 110px;
}

.m-t-110 {
    margin-top: 110px;
}

.m-r-110 {
    margin-right: 110px;
}

.m-l-110 {
    margin-left: 110px;
}

.p-b-115 {
    padding-bottom: 115px;
}

.p-t-115 {
    padding-top: 115px;
}

.p-r-115 {
    padding-right: 115px;
}

.p-l-115 {
    padding-left: 115px;
}

.m-b-115 {
    margin-bottom: 115px;
}

.m-t-115 {
    margin-top: 115px;
}

.m-r-115 {
    margin-right: 115px;
}

.m-l-115 {
    margin-left: 115px;
}

.p-b-120 {
    padding-bottom: 120px;
}

.p-t-120 {
    padding-top: 120px;
}

.p-r-120 {
    padding-right: 120px;
}

.p-l-120 {
    padding-left: 120px;
}

.m-b-120 {
    margin-bottom: 120px;
}

.m-t-120 {
    margin-top: 120px;
}

.m-r-120 {
    margin-right: 120px;
}

.m-l-120 {
    margin-left: 120px;
}

.p-b-125 {
    padding-bottom: 125px;
}

.p-t-125 {
    padding-top: 125px;
}

.p-r-125 {
    padding-right: 125px;
}

.p-l-125 {
    padding-left: 125px;
}

.m-b-125 {
    margin-bottom: 125px;
}

.m-t-125 {
    margin-top: 125px;
}

.m-r-125 {
    margin-right: 125px;
}

.m-l-125 {
    margin-left: 125px;
}

.p-b-130 {
    padding-bottom: 130px;
}

.p-t-130 {
    padding-top: 130px;
}

.p-r-130 {
    padding-right: 130px;
}

.p-l-130 {
    padding-left: 130px;
}

.m-b-130 {
    margin-bottom: 130px;
}

.m-t-130 {
    margin-top: 130px;
}

.m-r-130 {
    margin-right: 130px;
}

.m-l-130 {
    margin-left: 130px;
}

.p-b-135 {
    padding-bottom: 135px;
}

.p-t-135 {
    padding-top: 135px;
}

.p-r-135 {
    padding-right: 135px;
}

.p-l-135 {
    padding-left: 135px;
}

.m-b-135 {
    margin-bottom: 135px;
}

.m-t-135 {
    margin-top: 135px;
}

.m-r-135 {
    margin-right: 135px;
}

.m-l-135 {
    margin-left: 135px;
}

.p-b-140 {
    padding-bottom: 140px;
}

.p-t-140 {
    padding-top: 140px;
}

.p-r-140 {
    padding-right: 140px;
}

.p-l-140 {
    padding-left: 140px;
}

.m-b-140 {
    margin-bottom: 140px;
}

.m-t-140 {
    margin-top: 140px;
}

.m-r-140 {
    margin-right: 140px;
}

.m-l-140 {
    margin-left: 140px;
}

.p-b-145 {
    padding-bottom: 145px;
}

.p-t-145 {
    padding-top: 145px;
}

.p-r-145 {
    padding-right: 145px;
}

.p-l-145 {
    padding-left: 145px;
}

.m-b-145 {
    margin-bottom: 145px;
}

.m-t-145 {
    margin-top: 145px;
}

.m-r-145 {
    margin-right: 145px;
}

.m-l-145 {
    margin-left: 145px;
}

.p-b-150 {
    padding-bottom: 150px;
}

.p-t-150 {
    padding-top: 150px;
}

.p-r-150 {
    padding-right: 150px;
}

.p-l-150 {
    padding-left: 150px;
}

.m-b-150 {
    margin-bottom: 150px;
}

.m-t-150 {
    margin-top: 150px;
}

.m-r-150 {
    margin-right: 150px;
}

.m-l-150 {
    margin-left: 150px;
}

.p-b-155 {
    padding-bottom: 155px;
}

.p-t-155 {
    padding-top: 155px;
}

.p-r-155 {
    padding-right: 155px;
}

.p-l-155 {
    padding-left: 155px;
}

.m-b-155 {
    margin-bottom: 155px;
}

.m-t-155 {
    margin-top: 155px;
}

.m-r-155 {
    margin-right: 155px;
}

.m-l-155 {
    margin-left: 155px;
}

.p-b-160 {
    padding-bottom: 160px;
}

.p-t-160 {
    padding-top: 160px;
}

.p-r-160 {
    padding-right: 160px;
}

.p-l-160 {
    padding-left: 160px;
}

.m-b-160 {
    margin-bottom: 160px;
}

.m-t-160 {
    margin-top: 160px;
}

.m-r-160 {
    margin-right: 160px;
}

.m-l-160 {
    margin-left: 160px;
}

.p-b-165 {
    padding-bottom: 165px;
}

.p-t-165 {
    padding-top: 165px;
}

.p-r-165 {
    padding-right: 165px;
}

.p-l-165 {
    padding-left: 165px;
}

.m-b-165 {
    margin-bottom: 165px;
}

.m-t-165 {
    margin-top: 165px;
}

.m-r-165 {
    margin-right: 165px;
}

.m-l-165 {
    margin-left: 165px;
}

.p-b-170 {
    padding-bottom: 170px;
}

.p-t-170 {
    padding-top: 170px;
}

.p-r-170 {
    padding-right: 170px;
}

.p-l-170 {
    padding-left: 170px;
}

.m-b-170 {
    margin-bottom: 170px;
}

.m-t-170 {
    margin-top: 170px;
}

.m-r-170 {
    margin-right: 170px;
}

.m-l-170 {
    margin-left: 170px;
}

.p-b-175 {
    padding-bottom: 175px;
}

.p-t-175 {
    padding-top: 175px;
}

.p-r-175 {
    padding-right: 175px;
}

.p-l-175 {
    padding-left: 175px;
}

.m-b-175 {
    margin-bottom: 175px;
}

.m-t-175 {
    margin-top: 175px;
}

.m-r-175 {
    margin-right: 175px;
}

.m-l-175 {
    margin-left: 175px;
}

.p-b-180 {
    padding-bottom: 180px;
}

.p-t-180 {
    padding-top: 180px;
}

.p-r-180 {
    padding-right: 180px;
}

.p-l-180 {
    padding-left: 180px;
}

.m-b-180 {
    margin-bottom: 180px;
}

.m-t-180 {
    margin-top: 180px;
}

.m-r-180 {
    margin-right: 180px;
}

.m-l-180 {
    margin-left: 180px;
}

.p-b-185 {
    padding-bottom: 185px;
}

.p-t-185 {
    padding-top: 185px;
}

.p-r-185 {
    padding-right: 185px;
}

.p-l-185 {
    padding-left: 185px;
}

.m-b-185 {
    margin-bottom: 185px;
}

.m-t-185 {
    margin-top: 185px;
}

.m-r-185 {
    margin-right: 185px;
}

.m-l-185 {
    margin-left: 185px;
}

.p-b-190 {
    padding-bottom: 190px;
}

.p-t-190 {
    padding-top: 190px;
}

.p-r-190 {
    padding-right: 190px;
}

.p-l-190 {
    padding-left: 190px;
}

.m-b-190 {
    margin-bottom: 190px;
}

.m-t-190 {
    margin-top: 190px;
}

.m-r-190 {
    margin-right: 190px;
}

.m-l-190 {
    margin-left: 190px;
}

.p-b-195 {
    padding-bottom: 195px;
}

.p-t-195 {
    padding-top: 195px;
}

.p-r-195 {
    padding-right: 195px;
}

.p-l-195 {
    padding-left: 195px;
}

.m-b-195 {
    margin-bottom: 195px;
}

.m-t-195 {
    margin-top: 195px;
}

.m-r-195 {
    margin-right: 195px;
}

.m-l-195 {
    margin-left: 195px;
}

.p-b-200 {
    padding-bottom: 200px;
}

.p-t-200 {
    padding-top: 200px;
}

.p-r-200 {
    padding-right: 200px;
}

.p-l-200 {
    padding-left: 200px;
}

.m-b-200 {
    margin-bottom: 200px;
}

.m-t-200 {
    margin-top: 200px;
}

.m-r-200 {
    margin-right: 200px;
}

.m-l-200 {
    margin-left: 200px;
}

.p-b-205 {
    padding-bottom: 205px;
}

.p-t-205 {
    padding-top: 205px;
}

.p-r-205 {
    padding-right: 205px;
}

.p-l-205 {
    padding-left: 205px;
}

.m-b-205 {
    margin-bottom: 205px;
}

.m-t-205 {
    margin-top: 205px;
}

.m-r-205 {
    margin-right: 205px;
}

.m-l-205 {
    margin-left: 205px;
}

.p-b-210 {
    padding-bottom: 210px;
}

.p-t-210 {
    padding-top: 210px;
}

.p-r-210 {
    padding-right: 210px;
}

.p-l-210 {
    padding-left: 210px;
}

.m-b-210 {
    margin-bottom: 210px;
}

.m-t-210 {
    margin-top: 210px;
}

.m-r-210 {
    margin-right: 210px;
}

.m-l-210 {
    margin-left: 210px;
}

.p-b-215 {
    padding-bottom: 215px;
}

.p-t-215 {
    padding-top: 215px;
}

.p-r-215 {
    padding-right: 215px;
}

.p-l-215 {
    padding-left: 215px;
}

.m-b-215 {
    margin-bottom: 215px;
}

.m-t-215 {
    margin-top: 215px;
}

.m-r-215 {
    margin-right: 215px;
}

.m-l-215 {
    margin-left: 215px;
}

.p-b-220 {
    padding-bottom: 220px;
}

.p-t-220 {
    padding-top: 220px;
}

.p-r-220 {
    padding-right: 220px;
}

.p-l-220 {
    padding-left: 220px;
}

.m-b-220 {
    margin-bottom: 220px;
}

.m-t-220 {
    margin-top: 220px;
}

.m-r-220 {
    margin-right: 220px;
}

.m-l-220 {
    margin-left: 220px;
}

.p-b-225 {
    padding-bottom: 225px;
}

.p-t-225 {
    padding-top: 225px;
}

.p-r-225 {
    padding-right: 225px;
}

.p-l-225 {
    padding-left: 225px;
}

.m-b-225 {
    margin-bottom: 225px;
}

.m-t-225 {
    margin-top: 225px;
}

.m-r-225 {
    margin-right: 225px;
}

.m-l-225 {
    margin-left: 225px;
}

.p-b-230 {
    padding-bottom: 230px;
}

.p-t-230 {
    padding-top: 230px;
}

.p-r-230 {
    padding-right: 230px;
}

.p-l-230 {
    padding-left: 230px;
}

.m-b-230 {
    margin-bottom: 230px;
}

.m-t-230 {
    margin-top: 230px;
}

.m-r-230 {
    margin-right: 230px;
}

.m-l-230 {
    margin-left: 230px;
}


/* Background*/
.bg-white {
    background: #fff;
}

.bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.bg-overlay--blue {
    background: rgba(49, 89, 253, 0.9);
}

.bg-c1 {
    background: #00ad5f;
}

.bg-c2 {
    background: #fa4251;
}

.bg-c3 {
    background: #ff8300;
}

.bg-flat-color-1 {
    background: #20a8d8;
}

.bg-flat-color-2 {
    background: #63c2de;
}

.bg-flat-color-3 {
    background: #ffc107;
}

.bg-flat-color-4 {
    background: #f86c6b;
}

.bg-flat-color-5 {
    background: #4dbd74;
}

/*Image*/
.img-radius {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.img-cir {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
}

.img-40 {
    height: 40px;
    width: 40px;
}

.img-120 {
    width: 120px;
    height: 120px;
}

.vmap {
    width: 100%;
    height: 400px;
}

.vue-lists ul, .vue-lists ol {
    padding-left: 30px;
}

.empty-result-text {
    padding-top: 20px;
    padding-bottom: 25px;
    text-align: center;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #666666;
}

.empty-result-button-block {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}

.empty-result-button {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    padding: 5px 20px;
}

.active-tab {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #FF3C41 !important;
    border-bottom: 2px solid #FF3C41;
    padding: 0 10px 5px 10px;
}

.not-active-tab {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #262946 !important;
    padding: 0 10px;
}

.flex {
    display: flex;
}

.m-t-10-p {
    margin-top: 10%;
}

.space-between {
    justify-content: space-between;
}

.bench_feedback_h5 {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #666666;
}

/* Rating styles */
.rating-block {
    padding: 3vh 1vh;
    background: #F5F5F5;
    border-radius: 4px;
}

.rating {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 35px;
}

.rating label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
}

.rating label:last-child {
    position: static;
}

.rating label:nth-child(1) {
    z-index: 5;
}

.rating label:nth-child(2) {
    z-index: 4;
}

.rating label:nth-child(3) {
    z-index: 3;
}

.rating label:nth-child(4) {
    z-index: 2;
}

.rating label:nth-child(5) {
    z-index: 1;
}

.rating label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.rating label i {
    float: left;
    color: transparent;
}

.rating label:last-child i {
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .3));
    color: rgba(255, 255, 255, 0.6);
}

.rating:not(:hover) label input:checked ~ i,
.rating:hover label:hover input ~ i {
    color: #FFB74A;
}

.rating label input:focus:not(:checked) ~ i:last-child {
    color: #FFB74A;
    text-shadow: 0 0 5px #FFB74A;
}

.star-ratings {
    position: relative;
    height: 24px;
}

.star-ratings i {
    font-size: 22px;
}

.rj_margin_right_8 {
    margin-right: 8px;
}

.rj_margin_right_6 {
    margin-right: 6px;
}

.rj_margin_left_6 {
    margin-right: 6px;
}

.rj_color_yellow {
    color: #FFB74A;
}

.star-ratings span {
    display: inline-flex;
    overflow: hidden;
}

.star-ratings .fill-ratings {
    z-index: 2;
    position: absolute;
    color: #FFB74A;
}

.star-ratings .empty-ratings {
    z-index: 1;
    position: absolute;
    color: #E5E5E5;
}

.for_negotiantion {
    display: none;
}

.hourly_wage {
    display: none;
}

.fixed_price {
    display: none;
}

.request-header {
    font-family: Poppins;
    font-style: normal;
    font-weight: 610;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.15px;
    color: #262946;
}

.request-time {
    font-family: Poppins;
    font-style: normal;
    font-weight: 610;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: #262946;
}

.request-people {
    font-family: Poppins;
    font-style: normal;
    font-weight: 610;
    font-size: 13px;
    line-height: 19px;
    color: #666666;
}

.request-description {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #8C8686;
}

.badge-technology {
    display: flex;
    padding: .26em .4em;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 70px;
    height: 28px;
    align-items: center;
    justify-content: center;
    min-width: 85px;
}

.badge-technology-to-all {
    color: #262946;
    background-color: #FFFFFF;
    border: 1px solid #262946;
}

.badge-dark-blue {
    color: #FFFFFF;
    background-color: #262946;
}

.badge-technology-info {
    color: #666666;
    background-color: #F5F5F5;
}

.request-price {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #262946;
}

.page-link {
    color: #262946;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #262946;
    border-color: #262946;
}

.select-request {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #262946;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border: none;
    height: 100% !important;
}

.select-items {
    color: #262946 !important;
    height: 45px !important;
}

.form-control:focus {
    color: #262946;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 25%);
}

.cv-header {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.15px;
    color: #262946;
}

.cv-level {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 19px;
    color: #666666;
}

.download-cv {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #262946;
    text-transform: none;
    height: 100%;
    align-items: center;
}

.cv-history-text {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #333333;
}

.create-new-button {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 21px;
    color: #FFFFFF;
    background: #262946;
    border: 1px solid #262946;
    box-sizing: border-box;
    border-radius: 1000px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5px 30px;
}

.send-button {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 21px;
    color: #FFFFFF;
    background: #262946;
    border: 1px solid #262946;
    box-sizing: border-box;
    border-radius: 1000px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5px 30px;
    width: 96px;
    height: 38px;
}

.add-button {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 21px;
    color: #262946;
    background: #E5E5E5;
    border: none;
    box-sizing: border-box;
    border-radius: 1000px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5px 30px;
    width: 110px;
    height: 38px;
    cursor: pointer;
}

.select-form {
    border-color: #666666;
}

.card-header-text {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    color: #262946;
}


.au-btn--red-white {
    background: #FFFFFF;
    color: #FF3C41;;
}

.au-btn--red-white:hover {
    background: #FF3C41;
    color: #FFFFFF;
}

.text-transform-none {
    text-transform: none;
}

.width-max-content {
    width: max-content;
}

.select-request-div {
    width: 40%;
    height: 100%;
    padding-left: 15px;
}

.cv-buttons-block {
    padding-top: 25px;
}

.download-cv-block {
    height: 45px;
}

.cv-history-row {
    padding-left: 65px;
    padding-right: 65px;
    margin-bottom: 15px;
}

.au-btn-transparent {
    line-height: 45px;
    padding: 0 35px;
    text-transform: none;
    color: #262946;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 24px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.au-btn-transparent-sm {
    text-transform: none;
    color: #262946;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 24px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid #262946;
    padding: 0 20px;
    line-height: 40px;
    font-size: 14px;
}

.au-btn-transparent-sm:hover {
    color: #fff;
    background: #262946;
}


.au-btn-transparent:hover {
    color: #fff;
    background: #262946;
}


.modal-content-modal-custom {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

.modal-header-modal-custom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.close-modal-custom {
    float: right;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.modal-title-modal-custom {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #555555;
}

.modal-body-modal-custom {
    width: 80%;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    align-self: center;
}

.modal-footer-modal-custom {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: center;
    padding: 1rem;
}

.au-btn--block-modal-custom {
    display: block;
}

.au-btn-modal-custom {
    line-height: 45px;
    padding: 0 15px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 24px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.au-input-search {
    line-height: 43px;
    border: 1px solid #E5E5E5;
    font-size: 14px;
    color: #666;
    padding: 0 17px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.au-btn--dark-blue {
    background: #262946;
}

.au-btn--dark-blue:hover {
    background: #12152e;
}

.au-btn--red {
    background: #FF3C41;
}

.au-btn--red:hover {
    background: #a8282c;
}

.add {
    color: #262946;
    width: fit-content;
}

.add:hover {
    color: #FFFFFF;
}

.technology-block {
    padding: 10px 5px;
}

.send-button-auto {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 21px;
    color: #FFFFFF;
    background: #262946;
    border: 1px solid #262946;
    box-sizing: border-box;
    border-radius: 1000px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5px 30px;
    width: auto;
    height: 38px;
}

.send-button-transparent {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 21px;
    color: #262946;
    background: #e5e5e5;
    border: none;
    box-sizing: border-box;
    border-radius: 1000px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5px 30px;
    width: auto;
    height: 38px;
}

.history-item {
    padding: 0 15px;
}

.history-item-central {
    border-right: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
}

.send-button-transparent:hover {
    color: #FFFFFF;
    background: #262946;
}

.link:hover {
    text-decoration: underline;
    cursor: pointer;
}

/* technology style */
.web_technology_list {
    background: #ffffff;
    border-radius: 4px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.web_technology_parent {
    display: flex;
    align-items: center;
    height: 47px;
    line-height: 47px;
}

.web_technology_children {
    margin-right: -15px;
    background: #F5F5F5;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: -10px;
}

.web_technology_children > div {
    border-bottom: 1px solid #E5E5E5;
    display: flex;
    align-items: center;
    height: 47px;
    line-height: 47px;
    padding-left: 10px;
}

.web_technology_children > div:last-child {
    border: none;
}

.technology_list {
    background: #ffffff;
    border-radius: 4px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.technology_list input {
    background: #FFFFFF;
    padding: 7px 13px;
    width: 100%;
    border: 1px solid #B6B6B6;
    border-radius: 4px;
}

.technology_list p,
.technology_list .technology_button_edit {
    height: 47px;
    line-height: 47px;
}

.technology_children .technology_button_edit {
    padding-right: 15px;
}

.technology_children p {
    padding-left: 10px;
    color: #8C8686;
}

.technology_parent {
    padding-left: 10px;
}

.technology_children {
    margin-right: -15px;
    background: #F5F5F5;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.technology_children > div {
    border-bottom: 1px solid #E5E5E5;
}

.technology_children > div:last-child {
    border: none;
}

/* technology end style */

/** company show **/
.company_feedback .h-25px {
    height: 26px;
}

.rj_company_feedback_collapse {
    background: #F5F5F5;
    margin-left: -16px;
    margin-right: -16px;
    padding: 0px 16px;
}

.rj_company_feedback_collapse .collapse {
    padding-bottom: 16px;
}

.rj_company_feedback_collapse p:first-child {
    padding: 16px 0;
}

.rj_company_feedback_collapse .rj_request_bench_feedback_rating {
    background: #FFFFFF;
}

.company_feedback {
    width: 90%;
    background: #F5F5F5;
    border-radius: 8px;
}

.company_feedback .empty-ratings {
    position: relative !important;
}

.company_feedback .empty-ratings {
    position: relative !important;
}

.company_feedback .star-ratings i {
    font-size: 18px;
}

/** end company show **/

/* request style */
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #FF3C41;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
}

.bootstrap-datetimepicker-widget table th {
    width: 24px;
    height: 24px;
    line-height: 24px;
}

.bootstrap-datetimepicker-widget table td.day {
    width: 24px;
    height: 24px;
    line-height: 24px;
}

.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
    text-align: center;
    border-radius: 2px;
    padding: 1px;
}


/** rj accordion **/
#rj_accordion .card {
    margin-bottom: 10px;
    border: 0;
}

#rj_accordion .card .card-header {
    border: 0;
    border-radius: 2px;
    padding: 0;
}

#rj_accordion .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #FFF8F8;
    padding: 20px;
    font-family: 'Helvetica Neue';
}

#rj_accordion .card .card-header .btn-header-link:focus {
    box-shadow: none;
}

#rj_accordion .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    color: #FF3C41;
}

#rj_accordion .card .card-header .btn-header-link.collapsed {
    color: #fff;
    padding: 20px;
    background: #FFF8F8;
}

#rj_accordion .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
    color: #FF3C41;
}

#rj_accordion .card .collapsing {
    line-height: 30px;
}

#rj_accordion .card .collapse {
    border: 0;
}

#rj_accordion .card .collapse.show {
    line-height: 30px;
    color: #222;
}

#rj_accordion .block_card {
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
}

/** end rj accordion **/

.bench_feedback_card {
    padding: 24px 0px;
}

.rj_btn_secondary {
    color: #fff;
    background-color: #FF3C41;
    border-color: #FF3C41;
}

.rj_btn_secondary:not(:disabled):not(.disabled).active,
.rj_btn_secondary:not(:disabled):not(.disabled):active,
.show > .rj_btn_secondary.dropdown-toggle {
    color: #fff;
    background-color: #FF3C41;
    border-color: #FF3C41;
}

.rj_btn_secondary:hover {
    color: #fff;
    background-color: #FF3C41;
    border-color: #FF3C41;
}

.bench-status-dropdown {
    background: none;
}

.bench-status {
    padding: 10px;
}

.admin-list {
    padding: 10px;
}

.admin-list li {
    cursor: pointer;
}

.bench-review-status {
    padding: 10px;
}

.bench-status-dropdown ul a {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.rj_request_choose {
    border-left: 1px solid #E5E5E5
}

.rj_bench_card_date_block {
    color: #B6B6B6;
}

.rj_separator {
    color: #E5E5E5;
    font-size: 1.1rem;
}

.rj_bench_feedback_card_subtitle {
    padding-left: 1.4em;
}

.rj_bench_feedback_closed_card {
    opacity: 0.6;
    pointer-events: none;
}

.request_tab {
    display: flex;
    padding: 0px;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* Bench feedback styles */

.rj_request_bench_text_color_cv_review {
    color: #FFB74A !important;
}

.rj_request_bench_text_color_interview_with_client {
    color: #262946 !important;
}

.rj_request_bench_text_color_enrolled {
    color: #28A745 !important;
}

.rj_request_bench_text_color_rejected_by_us {
    color: #8C8686 !important;
}

.rj_request_bench_text_color_rejected_by_client {
    color: #8C8686 !important;
}

.rj_request_bench_text_color_rejected_by_partner {
    color: #8C8686 !important;
}
/* Request bench match styles */

.rj_request_bench_match_green {
    background: #D4FFE0;
    border-radius: 99px;
    color: #28A745;
    padding: 3.25px 6px;
}
.rj_request_bench_match_yellow {
    background: #FFF2DD;
    border-radius:99px;
    color: #FFB74A;
    padding: 3.25px 6px;
}
/* End request bench match styles */
/* Bench feedback styles */
.rj_plus_fill_white_icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='white' class='bi bi-plus-circle-fill' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.5 4.5a.5.5 0 0 0-1 0v3h-3a.5.5 0 0 0 0 1h3v3a.5.5 0 0 0 1 0v-3h3a.5.5 0 0 0 0-1h-3v-3z'/%3E%3C/svg%3E");
}

.rj_minus_fill_rejected_by_client {
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.74989 0.5C7.59589 0.5 7.44364 0.50525 7.29227 0.514875L7.34827 1.38813C7.61574 1.37084 7.88404 1.37084 8.15152 1.38813L8.20752 0.514875C8.05517 0.504997 7.90255 0.500036 7.74989 0.5V0.5ZM6.38489 0.633C6.08214 0.693375 5.78639 0.773 5.49939 0.86925L5.78027 1.69875C6.03139 1.613 6.28952 1.54387 6.55377 1.49138L6.38489 0.633875V0.633ZM10.0004 0.870125C9.71103 0.772023 9.41551 0.693102 9.11577 0.633875L8.94602 1.49138C9.21027 1.54387 9.46839 1.61388 9.71952 1.69875L10.0004 0.870125ZM11.6393 1.6795C11.3853 1.50953 11.1205 1.35637 10.8465 1.221L10.4589 2.005C10.6995 2.124 10.9314 2.25875 11.1528 2.40662L11.6393 1.6795ZM4.65239 1.221C4.37764 1.35663 4.11339 1.50975 3.86052 1.6795L4.34702 2.40575C4.5694 2.25731 4.80118 2.12345 5.04089 2.005L4.65239 1.221ZM3.13427 2.23688C2.90502 2.43813 2.68802 2.65512 2.48677 2.88437L3.14477 3.46187C3.32152 3.26062 3.51052 3.07162 3.71177 2.89488L3.13427 2.23688ZM13.013 2.88437C12.8114 2.65474 12.5952 2.43845 12.3655 2.23688L11.788 2.89488C11.9893 3.07162 12.1791 3.26062 12.355 3.46187L13.013 2.88437ZM14.0289 4.4025C13.8935 4.1288 13.7404 3.86427 13.5704 3.61063L12.8441 4.09713C12.992 4.3185 13.1259 4.55037 13.2449 4.791L14.0289 4.40337V4.4025ZM1.92939 3.61063C1.75964 3.8635 1.60564 4.12775 1.47089 4.40337L2.25489 4.791C2.37389 4.55037 2.50864 4.3185 2.65652 4.09713L1.92939 3.61063ZM1.12002 5.2495C1.02191 5.53886 0.94299 5.83438 0.883766 6.13413L1.74127 6.30387C1.79377 6.03962 1.86377 5.7815 1.94864 5.53038L1.12002 5.2495ZM14.6169 6.135C14.5577 5.83496 14.4788 5.53915 14.3806 5.2495L13.5511 5.53038C13.6369 5.7815 13.706 6.03962 13.7585 6.30387L14.616 6.13413L14.6169 6.135ZM0.764766 7.04238C0.745078 7.34714 0.745078 7.65286 0.764766 7.95762L1.63802 7.90162C1.62073 7.63415 1.62073 7.36585 1.63802 7.09837L0.764766 7.04238ZM14.7499 7.5C14.7499 7.34734 14.7449 7.19472 14.735 7.04238L13.8618 7.09837C13.8791 7.36585 13.8791 7.63415 13.8618 7.90162L14.735 7.95762C14.7449 7.80528 14.7499 7.65266 14.7499 7.5ZM0.882891 8.865C0.943266 9.16775 1.02289 9.4635 1.11914 9.7505L1.94864 9.46963C1.86258 9.21663 1.79331 8.95824 1.74127 8.69613L0.883766 8.86588L0.882891 8.865ZM14.3798 9.7505C14.4778 9.4635 14.5565 9.16775 14.616 8.86588L13.7585 8.69613C13.706 8.96037 13.636 9.2185 13.5511 9.46963L14.3798 9.7505ZM1.47089 10.5975C1.60629 10.8712 1.75945 11.1357 1.92939 11.3894L2.65564 10.9029C2.50705 10.6806 2.37318 10.4488 2.25489 10.209L1.47089 10.5966V10.5975ZM13.5704 11.3894C13.7401 11.1365 13.8941 10.8722 14.0289 10.5966L13.2449 10.209C13.1259 10.4496 12.9911 10.6815 12.8433 10.9029L13.5704 11.3894ZM2.48677 12.1156C2.68802 12.3449 2.90502 12.5619 3.13427 12.7631L3.71177 12.1051C3.51066 11.9286 3.32126 11.7392 3.14477 11.5381L2.48677 12.1156ZM12.3655 12.7631C12.5948 12.5619 12.8118 12.3449 13.013 12.1156L12.355 11.5381C12.1791 11.7394 11.9893 11.9292 11.788 12.1051L12.3655 12.7631ZM10.8474 13.779C11.1221 13.6434 11.3864 13.4903 11.6393 13.3205L11.1528 12.5942C10.9304 12.7427 10.6986 12.8766 10.4589 12.995L10.8465 13.779H10.8474ZM3.86052 13.3205C4.11339 13.4903 4.37764 13.6442 4.65327 13.779L5.04089 12.995C4.80107 12.8764 4.56929 12.7423 4.34702 12.5934L3.86052 13.3205ZM5.49939 14.1299C5.78639 14.2279 6.08214 14.3066 6.38402 14.3661L6.55377 13.5086C6.29166 13.4566 6.03327 13.3873 5.78027 13.3013L5.49939 14.1299ZM9.11489 14.367C9.41493 14.3078 9.71074 14.2289 10.0004 14.1307L9.71952 13.3013C9.46652 13.3873 9.20812 13.4566 8.94602 13.5086L9.11577 14.3661L9.11489 14.367ZM7.29227 14.4851C7.59703 14.5048 7.90275 14.5048 8.20752 14.4851L8.15152 13.6119C7.88405 13.6292 7.61574 13.6292 7.34827 13.6119L7.29227 14.4851ZM4.68739 7.0625C4.57136 7.0625 4.46008 7.10859 4.37803 7.19064C4.29598 7.27269 4.24989 7.38397 4.24989 7.5C4.24989 7.61603 4.29598 7.72731 4.37803 7.80936C4.46008 7.89141 4.57136 7.9375 4.68739 7.9375H10.8124C10.9284 7.9375 11.0397 7.89141 11.1217 7.80936C11.2038 7.72731 11.2499 7.61603 11.2499 7.5C11.2499 7.38397 11.2038 7.27269 11.1217 7.19064C11.0397 7.10859 10.9284 7.0625 10.8124 7.0625H4.68739Z' fill='%23DC3545%0A'/%3E%3C/svg%3E");
    display: inline-block;
}

.rj_minus_fill_rejected_by_partner {
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.74989 0.5C7.59589 0.5 7.44364 0.50525 7.29227 0.514875L7.34827 1.38812C7.61574 1.37084 7.88404 1.37084 8.15152 1.38812L8.20752 0.514875C8.05517 0.504997 7.90255 0.500036 7.74989 0.5V0.5ZM6.38489 0.633C6.08214 0.693375 5.78639 0.773 5.49939 0.86925L5.78027 1.69875C6.03139 1.613 6.28952 1.54388 6.55377 1.49138L6.38489 0.633875V0.633ZM10.0004 0.870125C9.71103 0.772023 9.41551 0.693102 9.11577 0.633875L8.94602 1.49138C9.21027 1.54388 9.46839 1.61388 9.71952 1.69875L10.0004 0.870125V0.870125ZM11.6393 1.6795C11.3853 1.50953 11.1205 1.35637 10.8465 1.221L10.4589 2.005C10.6995 2.124 10.9314 2.25875 11.1528 2.40662L11.6393 1.6795V1.6795ZM4.65239 1.221C4.37764 1.35663 4.11339 1.50975 3.86052 1.6795L4.34702 2.40575C4.5694 2.25731 4.80118 2.12345 5.04089 2.005L4.65239 1.221ZM3.13427 2.23688C2.90502 2.43813 2.68802 2.65512 2.48677 2.88437L3.14477 3.46187C3.32152 3.26062 3.51052 3.07162 3.71177 2.89487L3.13427 2.23688ZM13.013 2.88437C12.8114 2.65474 12.5952 2.43845 12.3655 2.23688L11.788 2.89487C11.9893 3.07162 12.1791 3.26062 12.355 3.46187L13.013 2.88437ZM14.0289 4.4025C13.8935 4.1288 13.7404 3.86427 13.5704 3.61063L12.8441 4.09713C12.992 4.3185 13.1259 4.55037 13.2449 4.791L14.0289 4.40337V4.4025ZM1.92939 3.61063C1.75964 3.8635 1.60564 4.12775 1.47089 4.40337L2.25489 4.791C2.37389 4.55037 2.50864 4.3185 2.65652 4.09713L1.92939 3.61063V3.61063ZM1.12002 5.2495C1.02191 5.53886 0.94299 5.83438 0.883766 6.13413L1.74127 6.30387C1.79377 6.03962 1.86377 5.7815 1.94864 5.53038L1.12002 5.2495V5.2495ZM14.6169 6.135C14.5577 5.83496 14.4788 5.53915 14.3806 5.2495L13.5511 5.53038C13.6369 5.7815 13.706 6.03962 13.7585 6.30387L14.616 6.13413L14.6169 6.135ZM0.764766 7.04238C0.745078 7.34714 0.745078 7.65286 0.764766 7.95762L1.63802 7.90162C1.62073 7.63415 1.62073 7.36585 1.63802 7.09837L0.764766 7.04238V7.04238ZM14.7499 7.5C14.7499 7.34734 14.7449 7.19472 14.735 7.04238L13.8618 7.09837C13.8791 7.36585 13.8791 7.63415 13.8618 7.90162L14.735 7.95762C14.7449 7.80528 14.7499 7.65266 14.7499 7.5V7.5ZM0.882891 8.865C0.943266 9.16775 1.02289 9.4635 1.11914 9.7505L1.94864 9.46963C1.86258 9.21663 1.79331 8.95824 1.74127 8.69612L0.883766 8.86587L0.882891 8.865ZM14.3798 9.7505C14.4778 9.4635 14.5565 9.16775 14.616 8.86587L13.7585 8.69612C13.706 8.96037 13.636 9.2185 13.5511 9.46963L14.3798 9.7505V9.7505ZM1.47089 10.5975C1.60629 10.8712 1.75945 11.1357 1.92939 11.3894L2.65564 10.9029C2.50705 10.6806 2.37318 10.4488 2.25489 10.209L1.47089 10.5966V10.5975ZM13.5704 11.3894C13.7401 11.1365 13.8941 10.8722 14.0289 10.5966L13.2449 10.209C13.1259 10.4496 12.9911 10.6815 12.8433 10.9029L13.5704 11.3894V11.3894ZM2.48677 12.1156C2.68802 12.3449 2.90502 12.5619 3.13427 12.7631L3.71177 12.1051C3.51066 11.9286 3.32126 11.7392 3.14477 11.5381L2.48677 12.1156V12.1156ZM12.3655 12.7631C12.5948 12.5619 12.8118 12.3449 13.013 12.1156L12.355 11.5381C12.1791 11.7394 11.9893 11.9292 11.788 12.1051L12.3655 12.7631ZM10.8474 13.779C11.1221 13.6434 11.3864 13.4903 11.6393 13.3205L11.1528 12.5942C10.9304 12.7427 10.6986 12.8766 10.4589 12.995L10.8465 13.779H10.8474ZM3.86052 13.3205C4.11339 13.4903 4.37764 13.6442 4.65327 13.779L5.04089 12.995C4.80107 12.8764 4.56929 12.7423 4.34702 12.5934L3.86052 13.3205V13.3205ZM5.49939 14.1299C5.78639 14.2279 6.08214 14.3066 6.38402 14.3661L6.55377 13.5086C6.29166 13.4566 6.03326 13.3873 5.78027 13.3013L5.49939 14.1299V14.1299ZM9.11489 14.367C9.41493 14.3078 9.71074 14.2289 10.0004 14.1308L9.71952 13.3013C9.46652 13.3873 9.20812 13.4566 8.94602 13.5086L9.11577 14.3661L9.11489 14.367ZM7.29227 14.4851C7.59703 14.5048 7.90275 14.5048 8.20752 14.4851L8.15152 13.6119C7.88404 13.6292 7.61574 13.6292 7.34827 13.6119L7.29227 14.4851V14.4851ZM4.68739 7.0625C4.57136 7.0625 4.46008 7.10859 4.37803 7.19064C4.29598 7.27269 4.24989 7.38397 4.24989 7.5C4.24989 7.61603 4.29598 7.72731 4.37803 7.80936C4.46008 7.89141 4.57136 7.9375 4.68739 7.9375H10.8124C10.9284 7.9375 11.0397 7.89141 11.1218 7.80936C11.2038 7.72731 11.2499 7.61603 11.2499 7.5C11.2499 7.38397 11.2038 7.27269 11.1218 7.19064C11.0397 7.10859 10.9284 7.0625 10.8124 7.0625H4.68739Z' fill='%23333'/%3E%3C/svg%3E");
    display: inline-block;
}

.rj_minus_fill_rejected_by_us {
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.74989 0.5C7.59589 0.5 7.44364 0.50525 7.29227 0.514875L7.34827 1.38813C7.61574 1.37084 7.88404 1.37084 8.15152 1.38813L8.20752 0.514875C8.05517 0.504997 7.90255 0.500036 7.74989 0.5V0.5ZM6.38489 0.633C6.08214 0.693375 5.78639 0.773 5.49939 0.86925L5.78027 1.69875C6.03139 1.613 6.28952 1.54387 6.55377 1.49138L6.38489 0.633875V0.633ZM10.0004 0.870125C9.71103 0.772023 9.41551 0.693102 9.11577 0.633875L8.94602 1.49138C9.21027 1.54387 9.46839 1.61388 9.71952 1.69875L10.0004 0.870125ZM11.6393 1.6795C11.3853 1.50953 11.1205 1.35637 10.8465 1.221L10.4589 2.005C10.6995 2.124 10.9314 2.25875 11.1528 2.40662L11.6393 1.6795ZM4.65239 1.221C4.37764 1.35663 4.11339 1.50975 3.86052 1.6795L4.34702 2.40575C4.5694 2.25731 4.80118 2.12345 5.04089 2.005L4.65239 1.221ZM3.13427 2.23688C2.90502 2.43813 2.68802 2.65512 2.48677 2.88437L3.14477 3.46187C3.32152 3.26062 3.51052 3.07162 3.71177 2.89488L3.13427 2.23688ZM13.013 2.88437C12.8114 2.65474 12.5952 2.43845 12.3655 2.23688L11.788 2.89488C11.9893 3.07162 12.1791 3.26062 12.355 3.46187L13.013 2.88437ZM14.0289 4.4025C13.8935 4.1288 13.7404 3.86427 13.5704 3.61063L12.8441 4.09713C12.992 4.3185 13.1259 4.55037 13.2449 4.791L14.0289 4.40337V4.4025ZM1.92939 3.61063C1.75964 3.8635 1.60564 4.12775 1.47089 4.40337L2.25489 4.791C2.37389 4.55037 2.50864 4.3185 2.65652 4.09713L1.92939 3.61063ZM1.12002 5.2495C1.02191 5.53886 0.94299 5.83438 0.883766 6.13413L1.74127 6.30387C1.79377 6.03962 1.86377 5.7815 1.94864 5.53038L1.12002 5.2495ZM14.6169 6.135C14.5577 5.83496 14.4788 5.53915 14.3806 5.2495L13.5511 5.53038C13.6369 5.7815 13.706 6.03962 13.7585 6.30387L14.616 6.13413L14.6169 6.135ZM0.764766 7.04238C0.745078 7.34714 0.745078 7.65286 0.764766 7.95762L1.63802 7.90162C1.62073 7.63415 1.62073 7.36585 1.63802 7.09837L0.764766 7.04238ZM14.7499 7.5C14.7499 7.34734 14.7449 7.19472 14.735 7.04238L13.8618 7.09837C13.8791 7.36585 13.8791 7.63415 13.8618 7.90162L14.735 7.95762C14.7449 7.80528 14.7499 7.65266 14.7499 7.5ZM0.882891 8.865C0.943266 9.16775 1.02289 9.4635 1.11914 9.7505L1.94864 9.46963C1.86258 9.21663 1.79331 8.95824 1.74127 8.69613L0.883766 8.86588L0.882891 8.865ZM14.3798 9.7505C14.4778 9.4635 14.5565 9.16775 14.616 8.86588L13.7585 8.69613C13.706 8.96037 13.636 9.2185 13.5511 9.46963L14.3798 9.7505ZM1.47089 10.5975C1.60629 10.8712 1.75945 11.1357 1.92939 11.3894L2.65564 10.9029C2.50705 10.6806 2.37318 10.4488 2.25489 10.209L1.47089 10.5966V10.5975ZM13.5704 11.3894C13.7401 11.1365 13.8941 10.8722 14.0289 10.5966L13.2449 10.209C13.1259 10.4496 12.9911 10.6815 12.8433 10.9029L13.5704 11.3894ZM2.48677 12.1156C2.68802 12.3449 2.90502 12.5619 3.13427 12.7631L3.71177 12.1051C3.51066 11.9286 3.32126 11.7392 3.14477 11.5381L2.48677 12.1156ZM12.3655 12.7631C12.5948 12.5619 12.8118 12.3449 13.013 12.1156L12.355 11.5381C12.1791 11.7394 11.9893 11.9292 11.788 12.1051L12.3655 12.7631ZM10.8474 13.779C11.1221 13.6434 11.3864 13.4903 11.6393 13.3205L11.1528 12.5942C10.9304 12.7427 10.6986 12.8766 10.4589 12.995L10.8465 13.779H10.8474ZM3.86052 13.3205C4.11339 13.4903 4.37764 13.6442 4.65327 13.779L5.04089 12.995C4.80107 12.8764 4.56929 12.7423 4.34702 12.5934L3.86052 13.3205ZM5.49939 14.1299C5.78639 14.2279 6.08214 14.3066 6.38402 14.3661L6.55377 13.5086C6.29166 13.4566 6.03327 13.3873 5.78027 13.3013L5.49939 14.1299ZM9.11489 14.367C9.41493 14.3078 9.71074 14.2289 10.0004 14.1307L9.71952 13.3013C9.46652 13.3873 9.20812 13.4566 8.94602 13.5086L9.11577 14.3661L9.11489 14.367ZM7.29227 14.4851C7.59703 14.5048 7.90275 14.5048 8.20752 14.4851L8.15152 13.6119C7.88405 13.6292 7.61574 13.6292 7.34827 13.6119L7.29227 14.4851ZM4.68739 7.0625C4.57136 7.0625 4.46008 7.10859 4.37803 7.19064C4.29598 7.27269 4.24989 7.38397 4.24989 7.5C4.24989 7.61603 4.29598 7.72731 4.37803 7.80936C4.46008 7.89141 4.57136 7.9375 4.68739 7.9375H10.8124C10.9284 7.9375 11.0397 7.89141 11.1217 7.80936C11.2038 7.72731 11.2499 7.61603 11.2499 7.5C11.2499 7.38397 11.2038 7.27269 11.1217 7.19064C11.0397 7.10859 10.9284 7.0625 10.8124 7.0625H4.68739Z' fill='%23FFB74A'/%3E%3C/svg%3E");
    display: inline-block;
}

.rj_minus_fill_enrolled {
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.74989 0.5C7.59589 0.5 7.44364 0.50525 7.29227 0.514875L7.34827 1.38813C7.61574 1.37084 7.88404 1.37084 8.15152 1.38813L8.20752 0.514875C8.05517 0.504997 7.90255 0.500036 7.74989 0.5V0.5ZM6.38489 0.633C6.08214 0.693375 5.78639 0.773 5.49939 0.86925L5.78027 1.69875C6.03139 1.613 6.28952 1.54387 6.55377 1.49138L6.38489 0.633875V0.633ZM10.0004 0.870125C9.71103 0.772023 9.41551 0.693102 9.11577 0.633875L8.94602 1.49138C9.21027 1.54387 9.46839 1.61388 9.71952 1.69875L10.0004 0.870125ZM11.6393 1.6795C11.3853 1.50953 11.1205 1.35637 10.8465 1.221L10.4589 2.005C10.6995 2.124 10.9314 2.25875 11.1528 2.40662L11.6393 1.6795ZM4.65239 1.221C4.37764 1.35663 4.11339 1.50975 3.86052 1.6795L4.34702 2.40575C4.5694 2.25731 4.80118 2.12345 5.04089 2.005L4.65239 1.221ZM3.13427 2.23688C2.90502 2.43813 2.68802 2.65512 2.48677 2.88437L3.14477 3.46187C3.32152 3.26062 3.51052 3.07162 3.71177 2.89488L3.13427 2.23688ZM13.013 2.88437C12.8114 2.65474 12.5952 2.43845 12.3655 2.23688L11.788 2.89488C11.9893 3.07162 12.1791 3.26062 12.355 3.46187L13.013 2.88437ZM14.0289 4.4025C13.8935 4.1288 13.7404 3.86427 13.5704 3.61063L12.8441 4.09713C12.992 4.3185 13.1259 4.55037 13.2449 4.791L14.0289 4.40337V4.4025ZM1.92939 3.61063C1.75964 3.8635 1.60564 4.12775 1.47089 4.40337L2.25489 4.791C2.37389 4.55037 2.50864 4.3185 2.65652 4.09713L1.92939 3.61063ZM1.12002 5.2495C1.02191 5.53886 0.94299 5.83438 0.883766 6.13413L1.74127 6.30387C1.79377 6.03962 1.86377 5.7815 1.94864 5.53038L1.12002 5.2495ZM14.6169 6.135C14.5577 5.83496 14.4788 5.53915 14.3806 5.2495L13.5511 5.53038C13.6369 5.7815 13.706 6.03962 13.7585 6.30387L14.616 6.13413L14.6169 6.135ZM0.764766 7.04238C0.745078 7.34714 0.745078 7.65286 0.764766 7.95762L1.63802 7.90162C1.62073 7.63415 1.62073 7.36585 1.63802 7.09837L0.764766 7.04238ZM14.7499 7.5C14.7499 7.34734 14.7449 7.19472 14.735 7.04238L13.8618 7.09837C13.8791 7.36585 13.8791 7.63415 13.8618 7.90162L14.735 7.95762C14.7449 7.80528 14.7499 7.65266 14.7499 7.5ZM0.882891 8.865C0.943266 9.16775 1.02289 9.4635 1.11914 9.7505L1.94864 9.46963C1.86258 9.21663 1.79331 8.95824 1.74127 8.69613L0.883766 8.86588L0.882891 8.865ZM14.3798 9.7505C14.4778 9.4635 14.5565 9.16775 14.616 8.86588L13.7585 8.69613C13.706 8.96037 13.636 9.2185 13.5511 9.46963L14.3798 9.7505ZM1.47089 10.5975C1.60629 10.8712 1.75945 11.1357 1.92939 11.3894L2.65564 10.9029C2.50705 10.6806 2.37318 10.4488 2.25489 10.209L1.47089 10.5966V10.5975ZM13.5704 11.3894C13.7401 11.1365 13.8941 10.8722 14.0289 10.5966L13.2449 10.209C13.1259 10.4496 12.9911 10.6815 12.8433 10.9029L13.5704 11.3894ZM2.48677 12.1156C2.68802 12.3449 2.90502 12.5619 3.13427 12.7631L3.71177 12.1051C3.51066 11.9286 3.32126 11.7392 3.14477 11.5381L2.48677 12.1156ZM12.3655 12.7631C12.5948 12.5619 12.8118 12.3449 13.013 12.1156L12.355 11.5381C12.1791 11.7394 11.9893 11.9292 11.788 12.1051L12.3655 12.7631ZM10.8474 13.779C11.1221 13.6434 11.3864 13.4903 11.6393 13.3205L11.1528 12.5942C10.9304 12.7427 10.6986 12.8766 10.4589 12.995L10.8465 13.779H10.8474ZM3.86052 13.3205C4.11339 13.4903 4.37764 13.6442 4.65327 13.779L5.04089 12.995C4.80107 12.8764 4.56929 12.7423 4.34702 12.5934L3.86052 13.3205ZM5.49939 14.1299C5.78639 14.2279 6.08214 14.3066 6.38402 14.3661L6.55377 13.5086C6.29166 13.4566 6.03327 13.3873 5.78027 13.3013L5.49939 14.1299ZM9.11489 14.367C9.41493 14.3078 9.71074 14.2289 10.0004 14.1307L9.71952 13.3013C9.46652 13.3873 9.20812 13.4566 8.94602 13.5086L9.11577 14.3661L9.11489 14.367ZM7.29227 14.4851C7.59703 14.5048 7.90275 14.5048 8.20752 14.4851L8.15152 13.6119C7.88405 13.6292 7.61574 13.6292 7.34827 13.6119L7.29227 14.4851ZM4.68739 7.0625C4.57136 7.0625 4.46008 7.10859 4.37803 7.19064C4.29598 7.27269 4.24989 7.38397 4.24989 7.5C4.24989 7.61603 4.29598 7.72731 4.37803 7.80936C4.46008 7.89141 4.57136 7.9375 4.68739 7.9375H10.8124C10.9284 7.9375 11.0397 7.89141 11.1217 7.80936C11.2038 7.72731 11.2499 7.61603 11.2499 7.5C11.2499 7.38397 11.2038 7.27269 11.1217 7.19064C11.0397 7.10859 10.9284 7.0625 10.8124 7.0625H4.68739Z' fill='%2328A745'/%3E%3C/svg%3E");
    display: inline-block;
}

.rj_bench_feedback_enrolled {
    padding: 5.25px 2vh 6.25px;
    gap: 4px;
    background: #D4FFE0;
    border: 1px solid #28A745;
    border-radius: 99px;
    color: #28A745;
}

.rj_bench_feedback_enrolled_checked {
    padding: 5.25px 2vh 6.25px;
    gap: 4px;
    background: #28A745;
    border-radius: 99px;
    color: #F5F5F5;
}

.rj_bench_feedback_rejected_by_us {
    padding: 5.25px 2vh 6.25px;
    gap: 4px;
    background: #FFF2DD;
    border: 1px solid #FFB74A;
    border-radius: 99px;
    color: #FFB74A;
}

.rj_bench_feedback_rejected_by_us_checked {
    padding: 5.25px 2vh 6.25px;
    gap: 4px;
    background: #FFB74A;
    border-radius: 99px;
    color: #F5F5F5;
}

.rj_bench_feedback_rejected_by_client {
    padding: 5.25px 2vh 6.25px;
    gap: 4px;
    background: #FFE9E9;
    border: 1px solid #DC3545;
    border-radius: 99px;
    color: #DC3545;
}

.rj_bench_feedback_rejected_by_client_checked {
    padding: 5.25px 2vh 6.25px;
    gap: 4px;
    background: #DC3545;
    border-radius: 99px;
    color: #FFF8F8;
}

.rj_bench_feedback_rejected_by_partner {
    padding: 5.25px 2vh 6.25px;
    gap: 4px;
    background: #E0EBFF;
    border: 1px solid #262946;
    border-radius: 99px;
    color: #262946;
}


.rj_bench_feedback_rejected_by_partner_checked {
    padding: 5.25px 2vh 6.25px;
    gap: 4px;
    background: #262946;
    border-radius: 99px;
    color: #F5F5F5;
}

/* End bench feedback styles */
.tab_line {
    position: static;
    height: 16px;
    background: #FFFFFF;
    border-radius: 0px 0px 8px 8px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin: 0px 0px;
}

.request_tab ul li a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #FF3C41;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 9px 17px;
    background: rgba(255, 255, 255, 1e-06);
    border-radius: 4px 4px 0px 0px;
}

.request_tab ul li a:active {
    padding: 9px 17px;
    background: #FFFFFF;
    box-shadow: inset 0px 1px 0px #DEE2E6, inset -1px 0px 0px #DEE2E6, inset 1px 0px 0px #DEE2E6;
    border-radius: 4px 4px 0px 0px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #333333;
}

.request_tab .button_create {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 7px 13px;
    height: 31px;
    color: #FFFFFF;
    background: #262946;
    border-radius: 24px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
}

.request_tab .button_create_disabled {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 7px 13px;
    height: 31px;
    color: #FFFFFF;
    background: #8C8686;
    border-radius: 24px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    opacity: 0.65;
    pointer-events: none;
    cursor: default;
}

.request_tab .button_create i {
    margin-left: 8px;
}

.button_create {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5px 9px;
    height: 31px;
    color: #FFFFFF;
    background: #262946;
    border-radius: 24px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
}

.button_create:hover {
    color: #FFFFFF;
}

.button_create i {
    margin-left: 8px;
}

.request_card {
    background: #FFFFFF;
    border: 2px solid #ffffff;
    box-sizing: border-box;
    border-radius: 8px;
    font-family: Helvetica Neue;
    font-style: normal;
    margin-bottom: 16px;
}

@media (max-width: 1200px) {
    .request_card {
        height: 100%;
    }
}

/** FAQ page **/
.rj_accordion__title {
    margin-top: 2vh;
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F5F5F5;
    cursor: pointer;
}

.rj_accordion-active {
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFF8F8;
    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.125);
    color: #FF3C41;
}

.rj_accordion__content {
    padding-top: 24px;
    padding-left: 16px;
    padding-bottom: 32px;
    background: #fff;
    margin-bottom: 16px;
    display: none;
}

.rj_accordion__content_active {
    padding-top: 24px;
    padding-left: 16px;
    padding-bottom: 32px;
    background: #fff;
    margin-bottom: 16px;
    display: none;
    border: 2px solid #28A745;
}

.rj_faq_block_container {
    width: 94%;
    margin: 0 auto;
}

.rj_accordion__content_text {
    width: 70%;
}

.rj_accordion__content_video iframe {
    height: 245px;
    width: 412px;
    border-radius: 8px;
}

/* End FAQ page */

/** admin company**/
.admin_company_list {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 20px;
}

.admin_company_list .user_company {
    color: #B6B6B6;
}

/** end admin company **/


.rj_btn_red_without_bg_small {
    display: inline-flex;
    padding: 5px 9px;
    background: rgba(255, 255, 255, 1e-06);
    border: 1px solid #FF3C41;
    box-sizing: border-box;
    border-radius: 24px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #FF3C41;
}

.rj_btn_red_without_bg_small:hover {
    color: #FF3C41;
}

.request_card_filter {
    font-family: Helvetica Neue;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 0px;
    margin-top: 24px;
}

.request_card_filter label {
    font-size: 16px;
    padding-left: 26px;
    line-height: 150%;
    color: #666666;
}

.request_card_filter .request-form-control {
    padding: 0px;
    height: 24px;
    background: rgba(255, 255, 255, 1e-06);
}

.request_card_filter .request-form-control input[type=checkbox] {
    background: #FFFFFF;
    border: 1px dashed #7B61FF;
    box-sizing: border-box;
    border-radius: 5px;
    width: 20px;
    opacity: 1;
    height: 20px;
}

.request_card_filter .request-form-technology {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: static;
    width: 250px;
    background: #FFFFFF;
    border: 1px solid #C4C0C9;
    box-sizing: border-box;
    border-radius: 4px;
}

.request_card_filter .request-form-technology .rj_group {
    padding-left: 36px !important;
}

.request_card_filter .request-form-technology .rj_check {
    padding-left: 61px;
}

.request_card_filter .request-form-search {
    display: flex;
    width: 228px;
    height: 38px;
    box-sizing: border-box;
    border-radius: 4px 0px 0px 4px;
}

.request_card_filter .request-form-search input {
    width: 188px;
    font-weight: 400;
    border: 1px solid #B6B6B6;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 7px 13px;
    font-size: 16px;
}

.request_card .left_cart .person {
    color: #28A745;
}

.request_card .left_cart, .right_card {
    padding-top: 24px;
    padding-bottom: 16px;
}

.request_card .left_cart {
    color: #666666;
    font-size: 14px;
    line-height: 150%;
    border-right: 1px solid #E5E5E5;
}

.request_card .left_cart div:first-child {
    padding: 1px 8px;
    margin-bottom: 12px;
}

.request_card .left_cart div .candidate {
    margin-bottom: 12px;
}

.request_card .left_cart div {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 8px;
    margin-bottom: 8px;
}

.request_card .left_cart .price {
    margin-bottom: 0px;
}

.left_cart_hr {
    margin-top: 16px;
    margin-bottom: 16px;
}

.request_card .left_cart .left_cart_title {
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0 8px;
}

.request_card .left_cart .type {
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 4px;
    background: #F5F5F5;
}

.rj_type_on_moderation {
    border: 1px solid #FFB74A !important;
    color: #FFB74A !important;
    background: #FFF2DD !important;
}

.rj_type_declined {
    border: 1px solid #FF3C41 !important;
    color: #FF3C41 !important;
    background: #FFE9E9 !important;
}

.rj_icon_on_moderation {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.38615 1.26425C6.25762 1.25476 6.12878 1.25001 5.9999 1.25V0.5C6.1473 0.500072 6.29465 0.505576 6.44165 0.5165L6.38615 1.26425ZM7.88915 1.60175C7.64874 1.50898 7.40182 1.43403 7.1504 1.3775L7.31465 0.6455C7.6019 0.71 7.88465 0.7955 8.15915 0.902L7.88915 1.60175ZM8.91665 2.13425C8.80942 2.06274 8.6996 1.99519 8.5874 1.93175L8.95715 1.27925C9.21358 1.42455 9.45899 1.58849 9.6914 1.76975L9.23015 2.3615C9.12847 2.28217 9.0239 2.20662 8.91665 2.135V2.13425ZM10.2922 3.47675C10.1438 3.26598 9.98011 3.06644 9.8024 2.87975L10.3454 2.36225C10.5479 2.576 10.7354 2.80475 10.9057 3.04475L10.2922 3.47675ZM10.8502 4.49075C10.8009 4.37184 10.7474 4.25477 10.6897 4.13975L11.3594 3.80225C11.4919 4.06556 11.6047 4.33831 11.6969 4.61825L10.9844 4.853C10.9441 4.73065 10.8993 4.60982 10.8502 4.49075ZM11.2477 6.371C11.2416 6.11326 11.2165 5.85631 11.1727 5.60225L11.9114 5.47475C11.9617 5.76425 11.9909 6.05825 11.9984 6.35225L11.2484 6.371H11.2477ZM11.1494 7.5245C11.1742 7.397 11.1944 7.27025 11.2102 7.142L11.9549 7.23425C11.9189 7.52687 11.8612 7.81641 11.7824 8.1005L11.0594 7.90025C11.0939 7.7765 11.1239 7.65125 11.1494 7.5245ZM10.4354 9.30875C10.5734 9.09125 10.6949 8.86325 10.7999 8.62775L11.4854 8.9315C11.3654 9.2015 11.2267 9.461 11.0692 9.71L10.4354 9.30875ZM9.7124 10.2125C9.8039 10.121 9.89165 10.0265 9.9749 9.929L10.5434 10.4188C10.4471 10.5304 10.3468 10.6384 10.2427 10.7428L9.7124 10.2125Z' fill='%23FFB74A'/%3E%3Cpath d='M5.9999 1.25C5.13656 1.25006 4.28656 1.46303 3.52518 1.87005C2.76381 2.27707 2.11456 2.86558 1.63494 3.58344C1.15533 4.3013 0.860147 5.12636 0.775547 5.98555C0.690947 6.84473 0.81954 7.71152 1.14993 8.50914C1.48033 9.30676 2.00233 10.0106 2.6697 10.5583C3.33706 11.106 4.1292 11.4807 4.97595 11.6491C5.8227 11.8175 6.69792 11.7746 7.5241 11.524C8.35027 11.2734 9.1019 10.8229 9.7124 10.2125L10.2427 10.7428C9.54495 11.4408 8.68584 11.956 7.74143 12.2427C6.79702 12.5294 5.79648 12.5788 4.82845 12.3864C3.86042 12.1939 2.95479 11.7657 2.19181 11.1397C1.42883 10.5136 0.832053 9.709 0.454352 8.79717C0.0766516 7.88533 -0.0703088 6.89441 0.026492 5.9122C0.123293 4.92999 0.460866 3.98683 1.0093 3.16626C1.55774 2.3457 2.3001 1.67308 3.17062 1.208C4.04114 0.742921 5.01294 0.499738 5.9999 0.5V1.25Z' fill='%23FFB74A'/%3E%3Cpath d='M5.6249 2.75C5.72436 2.75 5.81974 2.78951 5.89007 2.85984C5.96039 2.93016 5.9999 3.02554 5.9999 3.125V7.0325L8.4359 8.4245C8.51975 8.47508 8.58048 8.55645 8.60513 8.65122C8.62977 8.74598 8.61637 8.84663 8.56779 8.93165C8.51921 9.01667 8.4393 9.07931 8.34514 9.10619C8.25098 9.13307 8.15005 9.12206 8.0639 9.0755L5.4389 7.5755C5.38151 7.54272 5.3338 7.49534 5.30061 7.43818C5.26742 7.38102 5.24992 7.3161 5.2499 7.25V3.125C5.2499 3.02554 5.28941 2.93016 5.35974 2.85984C5.43006 2.78951 5.52545 2.75 5.6249 2.75Z' fill='%23FFB74A'/%3E%3C/svg%3E");
    width: 12px;
    height: 13px;
    display: inline-block;
}

.rj_icon_active, .rj_icon_on_hold, .rj_icon_closed, .rj_icon_submission_is_closed, .rj_icon_draft {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='11' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 10.375C0.5 10.4745 0.539509 10.5698 0.609835 10.6402C0.680161 10.7105 0.775544 10.75 0.875 10.75H9.125C9.22446 10.75 9.31984 10.7105 9.39017 10.6402C9.46049 10.5698 9.5 10.4745 9.5 10.375C9.5 10.2755 9.46049 10.1802 9.39017 10.1098C9.31984 10.0395 9.22446 10 9.125 10H8.375V9.25C8.37515 8.61323 8.19516 7.9894 7.85581 7.45058C7.51646 6.91177 7.03161 6.47994 6.45725 6.205C6.23975 6.10075 6.125 5.92225 6.125 5.7625V5.2375C6.125 5.07775 6.2405 4.89925 6.45725 4.795C7.03161 4.52006 7.51646 4.08823 7.85581 3.54942C8.19516 3.0106 8.37515 2.38677 8.375 1.75V1H9.125C9.22446 1 9.31984 0.960491 9.39017 0.890165C9.46049 0.819839 9.5 0.724456 9.5 0.625C9.5 0.525544 9.46049 0.430161 9.39017 0.359835C9.31984 0.289509 9.22446 0.25 9.125 0.25H0.875C0.775544 0.25 0.680161 0.289509 0.609835 0.359835C0.539509 0.430161 0.5 0.525544 0.5 0.625C0.5 0.724456 0.539509 0.819839 0.609835 0.890165C0.680161 0.960491 0.775544 1 0.875 1H1.625V1.75C1.62485 2.38677 1.80484 3.0106 2.14419 3.54942C2.48354 4.08823 2.96839 4.52006 3.54275 4.795C3.76025 4.89925 3.875 5.07775 3.875 5.2375V5.7625C3.875 5.92225 3.7595 6.10075 3.54275 6.205C2.96839 6.47994 2.48354 6.91177 2.14419 7.45058C1.80484 7.9894 1.62485 8.61323 1.625 9.25V10H0.875C0.775544 10 0.680161 10.0395 0.609835 10.1098C0.539509 10.1802 0.5 10.2755 0.5 10.375ZM2.375 10V9.25C2.37486 8.75469 2.51487 8.26944 2.77884 7.85033C3.04281 7.43121 3.41997 7.09533 3.86675 6.8815C4.2665 6.6895 4.625 6.289 4.625 5.76325V5.23675C4.625 5.23675 4.76 5.3125 5 5.3125C5.24 5.3125 5.375 5.2375 5.375 5.2375V5.7625C5.375 6.28825 5.7335 6.6895 6.13325 6.8815C6.58003 7.09533 6.95719 7.43121 7.22116 7.85033C7.48513 8.26944 7.62514 8.75469 7.625 9.25V10H2.375Z' fill='%23666666'/%3E%3C/svg%3E");
    height: 11px;
    width: 10px;
    display: inline-block;
}

.rj_icon_declined {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6.5C12 8.0913 11.3679 9.61742 10.2426 10.7426C9.11742 11.8679 7.5913 12.5 6 12.5C4.4087 12.5 2.88258 11.8679 1.75736 10.7426C0.632141 9.61742 0 8.0913 0 6.5C0 4.9087 0.632141 3.38258 1.75736 2.25736C2.88258 1.13214 4.4087 0.5 6 0.5C7.5913 0.5 9.11742 1.13214 10.2426 2.25736C11.3679 3.38258 12 4.9087 12 6.5ZM4.0155 3.9845C3.94509 3.91408 3.84958 3.87453 3.75 3.87453C3.65042 3.87453 3.55491 3.91408 3.4845 3.9845C3.41408 4.05491 3.37453 4.15042 3.37453 4.25C3.37453 4.34958 3.41408 4.44509 3.4845 4.5155L5.46975 6.5L3.4845 8.4845C3.44963 8.51937 3.42198 8.56076 3.40311 8.60631C3.38424 8.65187 3.37453 8.70069 3.37453 8.75C3.37453 8.79931 3.38424 8.84813 3.40311 8.89369C3.42198 8.93924 3.44963 8.98063 3.4845 9.0155C3.55491 9.08591 3.65042 9.12547 3.75 9.12547C3.79931 9.12547 3.84813 9.11576 3.89369 9.09689C3.93924 9.07802 3.98063 9.05037 4.0155 9.0155L6 7.03025L7.9845 9.0155C8.01937 9.05037 8.06076 9.07802 8.10631 9.09689C8.15187 9.11576 8.20069 9.12547 8.25 9.12547C8.29931 9.12547 8.34813 9.11576 8.39369 9.09689C8.43924 9.07802 8.48063 9.05037 8.5155 9.0155C8.55037 8.98063 8.57802 8.93924 8.59689 8.89369C8.61576 8.84813 8.62547 8.79931 8.62547 8.75C8.62547 8.70069 8.61576 8.65187 8.59689 8.60631C8.57802 8.56076 8.55037 8.51937 8.5155 8.4845L6.53025 6.5L8.5155 4.5155C8.55037 4.48063 8.57802 4.43924 8.59689 4.39369C8.61576 4.34813 8.62547 4.29931 8.62547 4.25C8.62547 4.20069 8.61576 4.15187 8.59689 4.10631C8.57802 4.06076 8.55037 4.01937 8.5155 3.9845C8.48063 3.94963 8.43924 3.92198 8.39369 3.90311C8.34813 3.88424 8.29931 3.87453 8.25 3.87453C8.20069 3.87453 8.15187 3.88424 8.10631 3.90311C8.06076 3.92198 8.01937 3.94963 7.9845 3.9845L6 5.96975L4.0155 3.9845Z' fill='%23FF3C41'/%3E%3C/svg%3E");
    width: 12px;
    height: 13px;
    display: inline-block;
}

.request_card .left_cart .count_candidate {
    color: #FF3C41;
}

.request_card .left_cart .price {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
}

.request_card .left_cart button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 7px 13px;
    line-height: 150%;
    font-weight: 500;
    font-size: 16px;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.request_card .left_cart .find {
    text-align: center;
    width: 103px;
    height: 38px;
    background: #262946;
    border-radius: 24px;
    color: #FFFFFF;
    float: left;
}

.request_card .left_cart .find i, .send i {
    margin-left: 8px;
}

.request_card .right_card .title {
    display: flex;
    justify-content: space-between;
}

.rj_breadcrumb {
    display: block;
    padding-bottom: 20px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.rj_breadcrumb > a {
    text-decoration-line: underline;
    color: #FF3C41;
    cursor: pointer;
}

/* right */

.request_card .right_card .title h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #333333;
    flex: none;
    order: 0;
    flex-grow: 0;
    width: 83%;
}

.request_card .right_card .title h5 a {
    text-decoration: none;
    color: #333333;
}

.request_card .right_card .title div {
    display: flex;
    top: 0px;
}

.request_card .right_card .description {
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #8C8686;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 16px 0;
    overflow: hidden;
}

.request_card .right_card .list_candidates .candidate:first-child {
    margin-right: 4px;
}

.request_card .right_card .list_candidates .candidate {
    justify-content: center;
    align-items: center;
    padding: 5.25px 9.75px 6.25px;
    background: #262946;
    border-radius: 99px;
    display: inline-flex;
    flex-direction: column;
    margin-bottom: 12px;
}

.request_card .right_card .list_candidates .candidate span {
    color: #FFFFFF;
    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0px 4px;
}

.rj_candidate_text {
    position: relative;
    padding-left: 55px;
}

.rj_candidate_text_icon_block {
    position: absolute;
    left: 0;
    top: 6px;
}

.rj_request_detail_candidate_text_icon_block {
    position: absolute;
    left: 15px;
    top: 6px;
}

.request_card .right_card .list_languages .language {
    justify-content: center;
    align-items: center;
    padding: 5.25px 9.75px 6.25px;
    background: #B6B6B6;
    border-radius: 99px;
    display: inline-flex;
    height: 26px;
    line-height: 27px;
    color: #FFFFFF;
    flex-direction: row;
    margin-bottom: 12px;
}

.tooltip_custom {
    position: relative;
    display: inline-block;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #666666;
    height: 21px;
}

.tooltip_custom .tooltiptext {
    visibility: hidden;
    width: 100%;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
}

.tooltip_custom:hover .tooltiptext {
    visibility: visible;
}

.vertical-line-icon {
    width: 15px;
    text-align: center;
}

.bench_part_time_busy {
    display: none;
}

.bench_technology_title {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #666666;
    margin: 8px 0px;
    padding-left: 13px;
}

.btn_edit {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: static;
    width: 31px;
    height: 31px;
    background: #FF3C41;
    border-radius: 24px;
    flex: none;
    order: 2;
    flex-grow: 0;
}

.btn_edit_white {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: static;
    width: 31px;
    height: 31px;
    background: #FFFFFF;
    border-radius: 24px;
    border: 1px solid #FF3C41;
    flex: none;
    order: 2;
    flex-grow: 0;
}

.btn_delete {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 31px;
    height: 31px;
    background: rgba(255, 255, 255, 1e-06);
    border: 1px solid #FF3C41;
    box-sizing: border-box;
    border-radius: 24px;
}

.icon_menu_statistic {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 1.018C6.20397 1.11088 4.95937 1.56264 3.90553 2.32273C2.85169 3.08282 2.03021 4.12122 1.53304 5.32169C1.03587 6.52216 0.88264 7.83732 1.09051 9.11994C1.29837 10.4026 1.85913 11.602 2.71 12.584L7.5 7.793V1.018ZM8.5 1.018V7.5H14.982C14.8615 5.82071 14.1399 4.24108 12.9494 3.05059C11.7589 1.8601 10.1793 1.13849 8.5 1.018ZM14.982 8.5H8.207L3.417 13.29C4.39902 14.1406 5.59838 14.7011 6.88084 14.9088C8.16331 15.1165 9.47827 14.9632 10.6786 14.4661C11.8789 13.9689 12.9171 13.1476 13.6772 12.0939C14.4372 11.0402 14.889 9.79584 14.982 8.5ZM0 8C0 5.87827 0.842855 3.84344 2.34315 2.34315C3.84344 0.842855 5.87827 0 8 0C10.1217 0 12.1566 0.842855 13.6569 2.34315C15.1571 3.84344 16 5.87827 16 8C16 10.1217 15.1571 12.1566 13.6569 13.6569C12.1566 15.1571 10.1217 16 8 16C5.87827 16 3.84344 15.1571 2.34315 13.6569C0.842855 12.1566 0 10.1217 0 8Z' fill='%23666666'/%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    display: inline-block;
}

.icon_menu_statistic_active {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 1.018C6.20397 1.11088 4.95938 1.56264 3.90553 2.32273C2.85169 3.08282 2.03021 4.12122 1.53304 5.32169C1.03587 6.52216 0.88264 7.83732 1.09051 9.11994C1.29837 10.4026 1.85913 11.602 2.71 12.584L7.5 7.793V1.018ZM8.5 1.018V7.5H14.982C14.8615 5.82071 14.1399 4.24108 12.9494 3.05059C11.7589 1.8601 10.1793 1.13849 8.5 1.018V1.018ZM14.982 8.5H8.207L3.417 13.29C4.39902 14.1406 5.59838 14.7011 6.88084 14.9088C8.16331 15.1165 9.47827 14.9632 10.6786 14.4661C11.8789 13.9689 12.9171 13.1476 13.6772 12.0939C14.4372 11.0402 14.889 9.79584 14.982 8.5V8.5ZM0 8C0 5.87827 0.842855 3.84344 2.34315 2.34315C3.84344 0.842855 5.87827 0 8 0C10.1217 0 12.1566 0.842855 13.6569 2.34315C15.1571 3.84344 16 5.87827 16 8C16 10.1217 15.1571 12.1566 13.6569 13.6569C12.1566 15.1571 10.1217 16 8 16C5.87827 16 3.84344 15.1571 2.34315 13.6569C0.842855 12.1566 0 10.1217 0 8V8Z' fill='%23FF3C41'/%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    display: inline-block;
}

.icon_menu_bench {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 -0.000244141C1.10218 -0.000244141 0.720644 0.157791 0.43934 0.439096C0.158035 0.7204 0 1.10193 0 1.49976V12.9998C0 13.265 0.105357 13.5193 0.292893 13.7069C0.48043 13.8944 0.734784 13.9998 1 13.9998V1.49976C1 1.36715 1.05268 1.23997 1.14645 1.1462C1.24021 1.05243 1.36739 0.999756 1.5 0.999756H14C14 0.734539 13.8946 0.480185 13.7071 0.292649C13.5196 0.105113 13.2652 -0.000244141 13 -0.000244141H1.5Z' fill='%23666666'/%3E%3Cpath d='M3.5 1.99976C3.10218 1.99976 2.72064 2.15779 2.43934 2.4391C2.15804 2.7204 2 3.10193 2 3.49976V14.4998C2 14.8976 2.15804 15.2791 2.43934 15.5604C2.72064 15.8417 3.10218 15.9998 3.5 15.9998H9.586C9.98369 15.9994 10.365 15.8411 10.646 15.5598L15.561 10.6458C15.842 10.3646 15.9999 9.9833 16 9.58576V3.49976C16 3.10193 15.842 2.7204 15.5607 2.4391C15.2794 2.15779 14.8978 1.99976 14.5 1.99976H3.5ZM3 3.49976C3 3.36715 3.05268 3.23997 3.14645 3.1462C3.24021 3.05243 3.36739 2.99976 3.5 2.99976H14.5C14.6326 2.99976 14.7598 3.05243 14.8536 3.1462C14.9473 3.23997 15 3.36715 15 3.49976V8.99976H10.5C10.1022 8.99976 9.72064 9.15779 9.43934 9.4391C9.15804 9.7204 9 10.1019 9 10.4998V14.9998H3.5C3.36739 14.9998 3.24021 14.9471 3.14645 14.8533C3.05268 14.7595 3 14.6324 3 14.4998V3.49976ZM10 14.7928V10.4998C10 10.3671 10.0527 10.24 10.1464 10.1462C10.2402 10.0524 10.3674 9.99976 10.5 9.99976H14.793L10 14.7928Z' fill='%23666666'/%3E%3C/svg%3E%0A");
    width: 16px;
    height: 16px;
    display: inline-block;
}

.icon_menu_bench_active {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 -0.000244141C1.10218 -0.000244141 0.720644 0.157791 0.43934 0.439096C0.158035 0.7204 0 1.10193 0 1.49976V12.9998C0 13.265 0.105357 13.5193 0.292893 13.7069C0.48043 13.8944 0.734784 13.9998 1 13.9998V1.49976C1 1.36715 1.05268 1.23997 1.14645 1.1462C1.24021 1.05243 1.36739 0.999756 1.5 0.999756H14C14 0.734539 13.8946 0.480185 13.7071 0.292649C13.5196 0.105113 13.2652 -0.000244141 13 -0.000244141H1.5Z' fill='%23FF3C41'/%3E%3Cpath d='M3.5 1.99976C3.10218 1.99976 2.72064 2.15779 2.43934 2.4391C2.15804 2.7204 2 3.10193 2 3.49976V14.4998C2 14.8976 2.15804 15.2791 2.43934 15.5604C2.72064 15.8417 3.10218 15.9998 3.5 15.9998H9.586C9.98369 15.9994 10.365 15.8411 10.646 15.5598L15.561 10.6458C15.842 10.3646 15.9999 9.9833 16 9.58576V3.49976C16 3.10193 15.842 2.7204 15.5607 2.4391C15.2794 2.15779 14.8978 1.99976 14.5 1.99976H3.5ZM3 3.49976C3 3.36715 3.05268 3.23997 3.14645 3.1462C3.24021 3.05243 3.36739 2.99976 3.5 2.99976H14.5C14.6326 2.99976 14.7598 3.05243 14.8536 3.1462C14.9473 3.23997 15 3.36715 15 3.49976V8.99976H10.5C10.1022 8.99976 9.72064 9.15779 9.43934 9.4391C9.15804 9.7204 9 10.1019 9 10.4998V14.9998H3.5C3.36739 14.9998 3.24021 14.9471 3.14645 14.8533C3.05268 14.7595 3 14.6324 3 14.4998V3.49976ZM10 14.7928V10.4998C10 10.3671 10.0527 10.24 10.1464 10.1462C10.2402 10.0524 10.3674 9.99976 10.5 9.99976H14.793L10 14.7928Z' fill='%23FF3C41'/%3E%3C/svg%3E%0A");
    width: 16px;
    height: 16px;
    display: inline-block;
}

.icon_menu_admins {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 12C15 12 16 12 16 11C16 10 15 7 11 7C7 7 6 10 6 11C6 12 7 12 7 12H15ZM7.022 11C7.01461 10.999 7.00727 10.9976 7 10.996C7.001 10.732 7.167 9.966 7.76 9.276C8.312 8.629 9.282 8 11 8C12.717 8 13.687 8.63 14.24 9.276C14.833 9.966 14.998 10.733 15 10.996L14.992 10.998C14.9874 10.9988 14.9827 10.9995 14.978 11H7.022ZM11 5C11.5304 5 12.0391 4.78929 12.4142 4.41421C12.7893 4.03914 13 3.53043 13 3C13 2.46957 12.7893 1.96086 12.4142 1.58579C12.0391 1.21071 11.5304 1 11 1C10.4696 1 9.96086 1.21071 9.58579 1.58579C9.21071 1.96086 9 2.46957 9 3C9 3.53043 9.21071 4.03914 9.58579 4.41421C9.96086 4.78929 10.4696 5 11 5ZM14 3C14 3.39397 13.9224 3.78407 13.7716 4.14805C13.6209 4.51203 13.3999 4.84274 13.1213 5.12132C12.8427 5.3999 12.512 5.62087 12.1481 5.77164C11.7841 5.9224 11.394 6 11 6C10.606 6 10.2159 5.9224 9.85195 5.77164C9.48797 5.62087 9.15726 5.3999 8.87868 5.12132C8.6001 4.84274 8.37913 4.51203 8.22836 4.14805C8.0776 3.78407 8 3.39397 8 3C8 2.20435 8.31607 1.44129 8.87868 0.87868C9.44129 0.316071 10.2044 0 11 0C11.7956 0 12.5587 0.316071 13.1213 0.87868C13.6839 1.44129 14 2.20435 14 3ZM6.936 7.28C6.53598 7.15404 6.12364 7.07123 5.706 7.033C5.47133 7.01068 5.23573 6.99967 5 7C1 7 0 10 0 11C0 11.667 0.333 12 1 12H5.216C5.06776 11.6878 4.99382 11.3455 5 11C5 9.99 5.377 8.958 6.09 8.096C6.333 7.802 6.616 7.527 6.936 7.28ZM4.92 8C4.32815 8.88927 4.00844 9.93182 4 11H1C1 10.74 1.164 9.97 1.76 9.276C2.305 8.64 3.252 8.02 4.92 8.001V8ZM1.5 3.5C1.5 2.70435 1.81607 1.94129 2.37868 1.37868C2.94129 0.816071 3.70435 0.5 4.5 0.5C5.29565 0.5 6.05871 0.816071 6.62132 1.37868C7.18393 1.94129 7.5 2.70435 7.5 3.5C7.5 4.29565 7.18393 5.05871 6.62132 5.62132C6.05871 6.18393 5.29565 6.5 4.5 6.5C3.70435 6.5 2.94129 6.18393 2.37868 5.62132C1.81607 5.05871 1.5 4.29565 1.5 3.5ZM4.5 1.5C3.96957 1.5 3.46086 1.71071 3.08579 2.08579C2.71071 2.46086 2.5 2.96957 2.5 3.5C2.5 4.03043 2.71071 4.53914 3.08579 4.91421C3.46086 5.28929 3.96957 5.5 4.5 5.5C5.03043 5.5 5.53914 5.28929 5.91421 4.91421C6.28929 4.53914 6.5 4.03043 6.5 3.5C6.5 2.96957 6.28929 2.46086 5.91421 2.08579C5.53914 1.71071 5.03043 1.5 4.5 1.5Z' fill='%23555555'/%3E%3C/svg%3E%0A");
    width: 16px;
    height: 12px;
    display: inline-block;
}

.icon_menu_admins_active {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 12C15 12 16 12 16 11C16 10 15 7 11 7C7 7 6 10 6 11C6 12 7 12 7 12H15ZM7.022 11C7.01461 10.999 7.00727 10.9976 7 10.996C7.001 10.732 7.167 9.966 7.76 9.276C8.312 8.629 9.282 8 11 8C12.717 8 13.687 8.63 14.24 9.276C14.833 9.966 14.998 10.733 15 10.996L14.992 10.998C14.9874 10.9988 14.9827 10.9995 14.978 11H7.022ZM11 5C11.5304 5 12.0391 4.78929 12.4142 4.41421C12.7893 4.03914 13 3.53043 13 3C13 2.46957 12.7893 1.96086 12.4142 1.58579C12.0391 1.21071 11.5304 1 11 1C10.4696 1 9.96086 1.21071 9.58579 1.58579C9.21071 1.96086 9 2.46957 9 3C9 3.53043 9.21071 4.03914 9.58579 4.41421C9.96086 4.78929 10.4696 5 11 5ZM14 3C14 3.39397 13.9224 3.78407 13.7716 4.14805C13.6209 4.51203 13.3999 4.84274 13.1213 5.12132C12.8427 5.3999 12.512 5.62087 12.1481 5.77164C11.7841 5.9224 11.394 6 11 6C10.606 6 10.2159 5.9224 9.85195 5.77164C9.48797 5.62087 9.15726 5.3999 8.87868 5.12132C8.6001 4.84274 8.37913 4.51203 8.22836 4.14805C8.0776 3.78407 8 3.39397 8 3C8 2.20435 8.31607 1.44129 8.87868 0.87868C9.44129 0.316071 10.2044 0 11 0C11.7956 0 12.5587 0.316071 13.1213 0.87868C13.6839 1.44129 14 2.20435 14 3ZM6.936 7.28C6.53598 7.15404 6.12364 7.07123 5.706 7.033C5.47133 7.01068 5.23573 6.99967 5 7C1 7 0 10 0 11C0 11.667 0.333 12 1 12H5.216C5.06776 11.6878 4.99382 11.3455 5 11C5 9.99 5.377 8.958 6.09 8.096C6.333 7.802 6.616 7.527 6.936 7.28ZM4.92 8C4.32815 8.88927 4.00844 9.93182 4 11H1C1 10.74 1.164 9.97 1.76 9.276C2.305 8.64 3.252 8.02 4.92 8.001V8ZM1.5 3.5C1.5 2.70435 1.81607 1.94129 2.37868 1.37868C2.94129 0.816071 3.70435 0.5 4.5 0.5C5.29565 0.5 6.05871 0.816071 6.62132 1.37868C7.18393 1.94129 7.5 2.70435 7.5 3.5C7.5 4.29565 7.18393 5.05871 6.62132 5.62132C6.05871 6.18393 5.29565 6.5 4.5 6.5C3.70435 6.5 2.94129 6.18393 2.37868 5.62132C1.81607 5.05871 1.5 4.29565 1.5 3.5ZM4.5 1.5C3.96957 1.5 3.46086 1.71071 3.08579 2.08579C2.71071 2.46086 2.5 2.96957 2.5 3.5C2.5 4.03043 2.71071 4.53914 3.08579 4.91421C3.46086 5.28929 3.96957 5.5 4.5 5.5C5.03043 5.5 5.53914 5.28929 5.91421 4.91421C6.28929 4.53914 6.5 4.03043 6.5 3.5C6.5 2.96957 6.28929 2.46086 5.91421 2.08579C5.53914 1.71071 5.03043 1.5 4.5 1.5Z' fill='%23FF3C41'/%3E%3C/svg%3E%0A");
    width: 16px;
    height: 12px;
    display: inline-block;
}

.icon_menu_companies {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.763 0.0750045C14.8354 0.119799 14.8952 0.18235 14.9367 0.256728C14.9782 0.331105 15 0.414844 15 0.500005V15.5C15 15.6326 14.9473 15.7598 14.8536 15.8536C14.7598 15.9473 14.6326 16 14.5 16H11.5C11.3674 16 11.2402 15.9473 11.1464 15.8536C11.0527 15.7598 11 15.6326 11 15.5V14H10V15.5C10 15.6326 9.94732 15.7598 9.85355 15.8536C9.75979 15.9473 9.63261 16 9.5 16H0.5C0.367392 16 0.240215 15.9473 0.146447 15.8536C0.0526784 15.7598 0 15.6326 0 15.5V10C7.96467e-05 9.89511 0.0331481 9.79289 0.0945249 9.70783C0.155902 9.62276 0.242478 9.55915 0.342 9.526L6 7.64V4.5C6 4.40723 6.02582 4.31628 6.07456 4.23734C6.12331 4.15839 6.19305 4.09457 6.276 4.053L14.276 0.0530045C14.3523 0.0148103 14.4371 -0.00321934 14.5224 0.00063155C14.6076 0.00448244 14.6904 0.0300857 14.763 0.0750045ZM6 8.69401L1 10.36V15H6V8.69401ZM7 15H9V13.5C9 13.3674 9.05268 13.2402 9.14645 13.1465C9.24021 13.0527 9.36739 13 9.5 13H11.5C11.6326 13 11.7598 13.0527 11.8536 13.1465C11.9473 13.2402 12 13.3674 12 13.5V15H14V1.309L7 4.809V15Z' fill='%23666666'/%3E%3Cpath d='M2 11H3V12H2V11ZM4 11H5V12H4V11ZM2 13H3V14H2V13ZM4 13H5V14H4V13ZM8 9H9V10H8V9ZM10 9H11V10H10V9ZM8 11H9V12H8V11ZM10 11H11V12H10V11ZM12 9H13V10H12V9ZM12 11H13V12H12V11ZM8 7H9V8H8V7ZM10 7H11V8H10V7ZM12 7H13V8H12V7ZM8 5H9V6H8V5ZM10 5H11V6H10V5ZM12 5H13V6H12V5ZM12 3H13V4H12V3Z' fill='%23666666'/%3E%3C/svg%3E%0A");
    width: 15px;
    height: 16px;
    display: inline-block;
}

.icon_menu_companies_active {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.763 0.0750045C14.8354 0.119799 14.8952 0.18235 14.9367 0.256728C14.9782 0.331105 15 0.414844 15 0.500005V15.5C15 15.6326 14.9473 15.7598 14.8536 15.8536C14.7598 15.9473 14.6326 16 14.5 16H11.5C11.3674 16 11.2402 15.9473 11.1464 15.8536C11.0527 15.7598 11 15.6326 11 15.5V14H10V15.5C10 15.6326 9.94732 15.7598 9.85355 15.8536C9.75979 15.9473 9.63261 16 9.5 16H0.5C0.367392 16 0.240215 15.9473 0.146447 15.8536C0.0526784 15.7598 0 15.6326 0 15.5V10C7.96467e-05 9.89511 0.0331481 9.79289 0.0945249 9.70783C0.155902 9.62276 0.242478 9.55915 0.342 9.526L6 7.64V4.5C6 4.40723 6.02582 4.31628 6.07456 4.23734C6.12331 4.15839 6.19305 4.09457 6.276 4.053L14.276 0.0530045C14.3523 0.0148103 14.4371 -0.00321934 14.5224 0.00063155C14.6076 0.00448244 14.6904 0.0300857 14.763 0.0750045ZM6 8.69401L1 10.36V15H6V8.69401ZM7 15H9V13.5C9 13.3674 9.05268 13.2402 9.14645 13.1465C9.24021 13.0527 9.36739 13 9.5 13H11.5C11.6326 13 11.7598 13.0527 11.8536 13.1465C11.9473 13.2402 12 13.3674 12 13.5V15H14V1.309L7 4.809V15Z' fill='%23FF3C41'/%3E%3Cpath d='M2 11H3V12H2V11ZM4 11H5V12H4V11ZM2 13H3V14H2V13ZM4 13H5V14H4V13ZM8 9H9V10H8V9ZM10 9H11V10H10V9ZM8 11H9V12H8V11ZM10 11H11V12H10V11ZM12 9H13V10H12V9ZM12 11H13V12H12V11ZM8 7H9V8H8V7ZM10 7H11V8H10V7ZM12 7H13V8H12V7ZM8 5H9V6H8V5ZM10 5H11V6H10V5ZM12 5H13V6H12V5ZM12 3H13V4H12V3Z' fill='%23FF3C41'/%3E%3C/svg%3E%0A");
    width: 15px;
    height: 16px;
    display: inline-block;
}

.icon_menu_technologies {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5003 1.00001C13.1024 1.00001 12.7209 1.15804 12.4396 1.43935C12.1583 1.72065 12.0003 2.10218 12.0003 2.50001C12.0003 2.89783 12.1583 3.27936 12.4396 3.56067C12.7209 3.84197 13.1024 4.00001 13.5003 4.00001C13.8981 4.00001 14.2796 3.84197 14.5609 3.56067C14.8422 3.27936 15.0003 2.89783 15.0003 2.50001C15.0003 2.10218 14.8422 1.72065 14.5609 1.43935C14.2796 1.15804 13.8981 1.00001 13.5003 1.00001ZM11.0003 2.50001C11.0002 1.91344 11.2064 1.34552 11.5827 0.89562C11.9591 0.445715 12.4817 0.142472 13.059 0.038946C13.6364 -0.0645804 14.2318 0.0382022 14.741 0.329311C15.2502 0.62042 15.6409 1.08132 15.8446 1.63137C16.0484 2.18142 16.0522 2.78559 15.8555 3.33818C15.6587 3.89077 15.274 4.3566 14.7685 4.65415C14.263 4.95171 13.669 5.06204 13.0903 4.96586C12.5117 4.86968 11.9853 4.5731 11.6033 4.12801L4.88527 7.24801C5.03971 7.73745 5.03971 8.26257 4.88527 8.75201L11.6033 11.872C12.0071 11.4023 12.5709 11.0993 13.1855 11.0217C13.8 10.944 14.4215 11.0973 14.9294 11.4517C15.4374 11.8062 15.7957 12.3366 15.9349 12.9401C16.0741 13.5437 15.9843 14.1775 15.6829 14.7186C15.3814 15.2597 14.8898 15.6696 14.3033 15.869C13.7169 16.0683 13.0773 16.0428 12.5085 15.7974C11.9398 15.552 11.4824 15.1043 11.225 14.5409C10.9676 13.9775 10.9285 13.3386 11.1153 12.748L4.39727 9.62801C4.0647 10.0156 3.62142 10.292 3.12704 10.4201C2.63267 10.5482 2.11093 10.5218 1.632 10.3445C1.15308 10.1672 0.739941 9.84744 0.448173 9.4283C0.156404 9.00915 0 8.5107 0 8.00001C0 7.48931 0.156404 6.99087 0.448173 6.57172C0.739941 6.15258 1.15308 5.83284 1.632 5.65553C2.11093 5.47822 2.63267 5.45183 3.12704 5.57992C3.62142 5.70801 4.0647 5.98444 4.39727 6.37201L11.1153 3.25201C11.0388 3.00868 11 2.75507 11.0003 2.50001ZM2.50027 6.50001C2.10244 6.50001 1.72091 6.65804 1.43961 6.93935C1.1583 7.22065 1.00027 7.60218 1.00027 8.00001C1.00027 8.39783 1.1583 8.77936 1.43961 9.06067C1.72091 9.34197 2.10244 9.50001 2.50027 9.50001C2.89809 9.50001 3.27962 9.34197 3.56093 9.06067C3.84223 8.77936 4.00027 8.39783 4.00027 8.00001C4.00027 7.60218 3.84223 7.22065 3.56093 6.93935C3.27962 6.65804 2.89809 6.50001 2.50027 6.50001ZM13.5003 12C13.1024 12 12.7209 12.158 12.4396 12.4393C12.1583 12.7207 12.0003 13.1022 12.0003 13.5C12.0003 13.8978 12.1583 14.2794 12.4396 14.5607C12.7209 14.842 13.1024 15 13.5003 15C13.8981 15 14.2796 14.842 14.5609 14.5607C14.8422 14.2794 15.0003 13.8978 15.0003 13.5C15.0003 13.1022 14.8422 12.7207 14.5609 12.4393C14.2796 12.158 13.8981 12 13.5003 12Z' fill='%23666666'/%3E%3C/svg%3E%0A");
    width: 16px;
    height: 16px;
    display: inline-block;
}

.icon_menu_technologies_active {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5003 1.00001C13.1024 1.00001 12.7209 1.15804 12.4396 1.43935C12.1583 1.72065 12.0003 2.10218 12.0003 2.50001C12.0003 2.89783 12.1583 3.27936 12.4396 3.56067C12.7209 3.84197 13.1024 4.00001 13.5003 4.00001C13.8981 4.00001 14.2796 3.84197 14.5609 3.56067C14.8422 3.27936 15.0003 2.89783 15.0003 2.50001C15.0003 2.10218 14.8422 1.72065 14.5609 1.43935C14.2796 1.15804 13.8981 1.00001 13.5003 1.00001ZM11.0003 2.50001C11.0002 1.91344 11.2064 1.34552 11.5827 0.89562C11.9591 0.445715 12.4817 0.142472 13.059 0.038946C13.6364 -0.0645804 14.2318 0.0382022 14.741 0.329311C15.2502 0.62042 15.6409 1.08132 15.8446 1.63137C16.0484 2.18142 16.0522 2.78559 15.8555 3.33818C15.6587 3.89077 15.274 4.3566 14.7685 4.65415C14.263 4.95171 13.669 5.06204 13.0903 4.96586C12.5117 4.86968 11.9853 4.5731 11.6033 4.12801L4.88527 7.24801C5.03971 7.73745 5.03971 8.26257 4.88527 8.75201L11.6033 11.872C12.0071 11.4023 12.5709 11.0993 13.1855 11.0217C13.8 10.944 14.4215 11.0973 14.9294 11.4517C15.4374 11.8062 15.7957 12.3366 15.9349 12.9401C16.0741 13.5437 15.9843 14.1775 15.6829 14.7186C15.3814 15.2597 14.8898 15.6696 14.3033 15.869C13.7169 16.0683 13.0773 16.0428 12.5085 15.7974C11.9398 15.552 11.4824 15.1043 11.225 14.5409C10.9676 13.9775 10.9285 13.3386 11.1153 12.748L4.39727 9.62801C4.0647 10.0156 3.62142 10.292 3.12704 10.4201C2.63267 10.5482 2.11093 10.5218 1.632 10.3445C1.15308 10.1672 0.739941 9.84744 0.448173 9.4283C0.156404 9.00915 0 8.5107 0 8.00001C0 7.48931 0.156404 6.99087 0.448173 6.57172C0.739941 6.15258 1.15308 5.83284 1.632 5.65553C2.11093 5.47822 2.63267 5.45183 3.12704 5.57992C3.62142 5.70801 4.0647 5.98444 4.39727 6.37201L11.1153 3.25201C11.0388 3.00868 11 2.75507 11.0003 2.50001ZM2.50027 6.50001C2.10244 6.50001 1.72091 6.65804 1.43961 6.93935C1.1583 7.22065 1.00027 7.60218 1.00027 8.00001C1.00027 8.39783 1.1583 8.77936 1.43961 9.06067C1.72091 9.34197 2.10244 9.50001 2.50027 9.50001C2.89809 9.50001 3.27962 9.34197 3.56093 9.06067C3.84223 8.77936 4.00027 8.39783 4.00027 8.00001C4.00027 7.60218 3.84223 7.22065 3.56093 6.93935C3.27962 6.65804 2.89809 6.50001 2.50027 6.50001ZM13.5003 12C13.1024 12 12.7209 12.158 12.4396 12.4393C12.1583 12.7207 12.0003 13.1022 12.0003 13.5C12.0003 13.8978 12.1583 14.2794 12.4396 14.5607C12.7209 14.842 13.1024 15 13.5003 15C13.8981 15 14.2796 14.842 14.5609 14.5607C14.8422 14.2794 15.0003 13.8978 15.0003 13.5C15.0003 13.1022 14.8422 12.7207 14.5609 12.4393C14.2796 12.158 13.8981 12 13.5003 12Z' fill='%23FF3C41'/%3E%3C/svg%3E%0A");
    width: 16px;
    height: 16px;
    display: inline-block;
}

.icon_menu_mark_active {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 1C14.2652 1 14.5196 1.10536 14.7071 1.29289C14.8946 1.48043 15 1.73478 15 2V14C15 14.2652 14.8946 14.5196 14.7071 14.7071C14.5196 14.8946 14.2652 15 14 15H2C1.73478 15 1.48043 14.8946 1.29289 14.7071C1.10536 14.5196 1 14.2652 1 14V2C1 1.73478 1.10536 1.48043 1.29289 1.29289C1.48043 1.10536 1.73478 1 2 1H14ZM2 0C1.46957 0 0.960859 0.210714 0.585786 0.585786C0.210714 0.960859 0 1.46957 0 2V14C0 14.5304 0.210714 15.0391 0.585786 15.4142C0.960859 15.7893 1.46957 16 2 16H14C14.5304 16 15.0391 15.7893 15.4142 15.4142C15.7893 15.0391 16 14.5304 16 14V2C16 1.46957 15.7893 0.960859 15.4142 0.585786C15.0391 0.210714 14.5304 0 14 0H2Z' fill='%23FF3C41'/%3E%3Cpath d='M10.97 4.97C11.11 4.83127 11.2989 4.7532 11.4959 4.75265C11.693 4.75211 11.8823 4.82914 12.0231 4.96709C12.1638 5.10505 12.2445 5.29284 12.2479 5.48987C12.2512 5.6869 12.1769 5.87733 12.041 6.02L8.049 11.01C7.98039 11.0839 7.89758 11.1432 7.80553 11.1844C7.71348 11.2255 7.61407 11.2477 7.51325 11.2496C7.41243 11.2514 7.31227 11.233 7.21876 11.1952C7.12524 11.1575 7.0403 11.1013 6.969 11.03L4.324 8.384C4.25031 8.31534 4.19121 8.23254 4.15022 8.14054C4.10923 8.04854 4.08718 7.94923 4.08541 7.84852C4.08363 7.74782 4.10216 7.64779 4.13988 7.5544C4.1776 7.46101 4.23374 7.37618 4.30496 7.30496C4.37618 7.23374 4.46101 7.1776 4.5544 7.13988C4.64779 7.10216 4.74782 7.08363 4.84852 7.08541C4.94923 7.08718 5.04854 7.10923 5.14054 7.15022C5.23254 7.19121 5.31534 7.25031 5.384 7.324L7.478 9.417L10.951 4.992C10.9572 4.98425 10.9629 4.9769 10.97 4.97Z' fill='%23FF3C41'/%3E%3C/svg%3E%0A");
    width: 16px;
    height: 16px;
    display: inline-block;
}

.icon_menu_faq {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.54 0.147709C4.63371 0.05424 4.76065 0.0017371 4.893 0.00170898H11.107C11.2394 0.0017371 11.3663 0.05424 11.46 0.147709L15.854 4.54171C15.9475 4.63541 16 4.76236 16 4.89471V11.1087C16 11.2411 15.9475 11.368 15.854 11.4617L11.46 15.8557C11.3663 15.9492 11.2394 16.0017 11.107 16.0017H4.893C4.76065 16.0017 4.63371 15.9492 4.54 15.8557L0.146 11.4617C0.052531 11.368 2.8119e-05 11.2411 0 11.1087V4.89471C2.8119e-05 4.76236 0.052531 4.63541 0.146 4.54171L4.54 0.147709ZM5.1 1.00171L1 5.10171V10.9017L5.1 15.0017H10.9L15 10.9017V5.10171L10.9 1.00171H5.1Z' fill='%23212529'/%3E%3Cpath d='M5.255 5.78771C5.25363 5.82 5.25888 5.85224 5.27043 5.88243C5.28198 5.91261 5.29958 5.94012 5.32216 5.96326C5.34473 5.98639 5.3718 6.00467 5.40169 6.01695C5.43159 6.02924 5.46368 6.03528 5.496 6.03471H6.321C6.459 6.03471 6.569 5.92171 6.587 5.78471C6.677 5.12871 7.127 4.65071 7.929 4.65071C8.615 4.65071 9.243 4.99371 9.243 5.81871C9.243 6.45371 8.869 6.74571 8.278 7.18971C7.605 7.67871 7.072 8.24971 7.11 9.17671L7.113 9.39371C7.11405 9.45932 7.14085 9.52188 7.18762 9.56791C7.23439 9.61393 7.29738 9.63972 7.363 9.63971H8.174C8.2403 9.63971 8.30389 9.61337 8.35078 9.56649C8.39766 9.5196 8.424 9.45601 8.424 9.38971V9.28471C8.424 8.56671 8.697 8.35771 9.434 7.79871C10.043 7.33571 10.678 6.82171 10.678 5.74271C10.678 4.23171 9.402 3.50171 8.005 3.50171C6.738 3.50171 5.35 4.09171 5.255 5.78771ZM6.812 11.5507C6.812 12.0837 7.237 12.4777 7.822 12.4777C8.431 12.4777 8.85 12.0837 8.85 11.5507C8.85 10.9987 8.43 10.6107 7.821 10.6107C7.237 10.6107 6.812 10.9987 6.812 11.5507Z' fill='%23212529'/%3E%3C/svg%3E");
}

.icon_menu_faq_active {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.54 0.146C4.63371 0.052531 4.76065 2.8119e-05 4.893 0H11.107C11.2394 2.8119e-05 11.3663 0.052531 11.46 0.146L15.854 4.54C15.9475 4.63371 16 4.76065 16 4.893V11.107C16 11.2394 15.9475 11.3663 15.854 11.46L11.46 15.854C11.3663 15.9475 11.2394 16 11.107 16H4.893C4.76065 16 4.63371 15.9475 4.54 15.854L0.146 11.46C0.052531 11.3663 2.8119e-05 11.2394 0 11.107V4.893C2.8119e-05 4.76065 0.052531 4.63371 0.146 4.54L4.54 0.146ZM5.1 1L1 5.1V10.9L5.1 15H10.9L15 10.9V5.1L10.9 1H5.1Z' fill='%23FF3C41'/%3E%3Cpath d='M5.255 5.786C5.25363 5.81829 5.25888 5.85053 5.27043 5.88072C5.28198 5.91091 5.29958 5.93841 5.32216 5.96155C5.34473 5.98468 5.3718 6.00296 5.40169 6.01524C5.43159 6.02753 5.46368 6.03357 5.496 6.033H6.321C6.459 6.033 6.569 5.92 6.587 5.783C6.677 5.127 7.127 4.649 7.929 4.649C8.615 4.649 9.243 4.992 9.243 5.817C9.243 6.452 8.869 6.744 8.278 7.188C7.605 7.677 7.072 8.248 7.11 9.175L7.113 9.392C7.11405 9.45761 7.14085 9.52017 7.18762 9.5662C7.23439 9.61222 7.29738 9.63801 7.363 9.638H8.174C8.2403 9.638 8.30389 9.61166 8.35078 9.56478C8.39766 9.51789 8.424 9.4543 8.424 9.388V9.283C8.424 8.565 8.697 8.356 9.434 7.797C10.043 7.334 10.678 6.82 10.678 5.741C10.678 4.23 9.402 3.5 8.005 3.5C6.738 3.5 5.35 4.09 5.255 5.786ZM6.812 11.549C6.812 12.082 7.237 12.476 7.822 12.476C8.431 12.476 8.85 12.082 8.85 11.549C8.85 10.997 8.43 10.609 7.821 10.609C7.237 10.609 6.812 10.997 6.812 11.549Z' fill='%23FF3C41'/%3E%3C/svg%3E");
}

.icon_menu_mark {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 1C14.2652 1 14.5196 1.10536 14.7071 1.29289C14.8946 1.48043 15 1.73478 15 2V14C15 14.2652 14.8946 14.5196 14.7071 14.7071C14.5196 14.8946 14.2652 15 14 15H2C1.73478 15 1.48043 14.8946 1.29289 14.7071C1.10536 14.5196 1 14.2652 1 14V2C1 1.73478 1.10536 1.48043 1.29289 1.29289C1.48043 1.10536 1.73478 1 2 1H14ZM2 0C1.46957 0 0.960859 0.210714 0.585786 0.585786C0.210714 0.960859 0 1.46957 0 2V14C0 14.5304 0.210714 15.0391 0.585786 15.4142C0.960859 15.7893 1.46957 16 2 16H14C14.5304 16 15.0391 15.7893 15.4142 15.4142C15.7893 15.0391 16 14.5304 16 14V2C16 1.46957 15.7893 0.960859 15.4142 0.585786C15.0391 0.210714 14.5304 0 14 0H2Z' fill='%23666666'/%3E%3Cpath d='M10.97 4.97C11.11 4.83127 11.2989 4.7532 11.4959 4.75265C11.693 4.75211 11.8823 4.82914 12.0231 4.96709C12.1638 5.10505 12.2445 5.29284 12.2479 5.48987C12.2512 5.6869 12.1769 5.87733 12.041 6.02L8.049 11.01C7.98039 11.0839 7.89758 11.1432 7.80553 11.1844C7.71348 11.2255 7.61407 11.2477 7.51325 11.2496C7.41243 11.2514 7.31227 11.233 7.21876 11.1952C7.12524 11.1575 7.0403 11.1013 6.969 11.03L4.324 8.384C4.25031 8.31534 4.19121 8.23254 4.15022 8.14054C4.10923 8.04854 4.08718 7.94923 4.08541 7.84852C4.08363 7.74782 4.10216 7.64779 4.13988 7.5544C4.1776 7.46101 4.23374 7.37618 4.30496 7.30496C4.37618 7.23374 4.46101 7.1776 4.5544 7.13988C4.64779 7.10216 4.74782 7.08363 4.84852 7.08541C4.94923 7.08718 5.04854 7.10923 5.14054 7.15022C5.23254 7.19121 5.31534 7.25031 5.384 7.324L7.478 9.417L10.951 4.992C10.9572 4.98425 10.9629 4.9769 10.97 4.97Z' fill='%23666666'/%3E%3C/svg%3E%0A");
    width: 16px;
    height: 16px;
    display: inline-block;
}

.icon_two_check_mark {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='8' viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.3546 0.854143C11.4011 0.807655 11.438 0.752466 11.4632 0.691727C11.4883 0.630988 11.5013 0.565887 11.5013 0.500143C11.5013 0.434399 11.4883 0.369299 11.4632 0.30856C11.438 0.24782 11.4011 0.192631 11.3546 0.146143C11.3081 0.0996553 11.253 0.0627792 11.1922 0.0376201C11.1315 0.012461 11.0664 -0.000488281 11.0006 -0.000488281C10.9349 -0.000488281 10.8698 0.012461 10.809 0.0376201C10.7483 0.0627792 10.6931 0.0996553 10.6466 0.146143L4.00063 6.79314L0.854632 3.64614C0.808144 3.59966 0.752954 3.56278 0.692215 3.53762C0.631476 3.51246 0.566375 3.49951 0.500632 3.49951C0.367856 3.49951 0.240518 3.55226 0.146632 3.64614C0.052745 3.74003 0 3.86737 0 4.00014C0 4.13292 0.052745 4.26026 0.146632 4.35414L3.64663 7.85414C3.69308 7.90071 3.74825 7.93765 3.809 7.96286C3.86974 7.98806 3.93486 8.00104 4.00063 8.00104C4.0664 8.00104 4.13152 7.98806 4.19227 7.96286C4.25301 7.93765 4.30819 7.90071 4.35463 7.85414L11.3546 0.854143ZM7.14663 7.85414L6.25063 6.95714L6.95763 6.25014L7.50063 6.79314L14.1466 0.146143C14.2405 0.0522566 14.3679 -0.000488284 14.5006 -0.000488281C14.6334 -0.000488278 14.7607 0.0522566 14.8546 0.146143C14.9485 0.24003 15.0013 0.367368 15.0013 0.500143C15.0013 0.632919 14.9485 0.760257 14.8546 0.854143L7.85463 7.85414C7.80819 7.90071 7.75301 7.93765 7.69227 7.96286C7.63152 7.98806 7.5664 8.00104 7.50063 8.00104C7.43486 8.00104 7.36974 7.98806 7.309 7.96286C7.24825 7.93765 7.19308 7.90071 7.14663 7.85414Z' fill='%23FF3C41'/%3E%3Cpath d='M4.35463 3.64614L5.25063 4.54314L4.54363 5.25014L3.64663 4.35414C3.55274 4.26026 3.5 4.13292 3.5 4.00014C3.5 3.86737 3.55274 3.74003 3.64663 3.64614C3.74052 3.55226 3.86786 3.49951 4.00063 3.49951C4.13341 3.49951 4.26075 3.55226 4.35463 3.64614Z' fill='%23FF3C41'/%3E%3C/svg%3E%0A");
    width: 15px;
    height: 8px;
    display: inline-block;
}

.icon_upload_file {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='17' viewBox='0 0 12 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 7C6.13261 7 6.25979 7.05268 6.35355 7.14645C6.44732 7.24021 6.5 7.36739 6.5 7.5V9H8C8.13261 9 8.25979 9.05268 8.35355 9.14645C8.44732 9.24021 8.5 9.36739 8.5 9.5C8.5 9.63261 8.44732 9.75979 8.35355 9.85355C8.25979 9.94732 8.13261 10 8 10H6.5V11.5C6.5 11.6326 6.44732 11.7598 6.35355 11.8536C6.25979 11.9473 6.13261 12 6 12C5.86739 12 5.74021 11.9473 5.64645 11.8536C5.55268 11.7598 5.5 11.6326 5.5 11.5V10H4C3.86739 10 3.74021 9.94732 3.64645 9.85355C3.55268 9.75979 3.5 9.63261 3.5 9.5C3.5 9.36739 3.55268 9.24021 3.64645 9.14645C3.74021 9.05268 3.86739 9 4 9H5.5V7.5C5.5 7.36739 5.55268 7.24021 5.64645 7.14645C5.74021 7.05268 5.86739 7 6 7Z' fill='%23FF3C41'/%3E%3Cpath d='M12 5V14.5C12 15.0304 11.7893 15.5391 11.4142 15.9142C11.0391 16.2893 10.5304 16.5 10 16.5H2C1.46957 16.5 0.960859 16.2893 0.585786 15.9142C0.210714 15.5391 0 15.0304 0 14.5V2.5C0 1.96957 0.210714 1.46086 0.585786 1.08579C0.960859 0.710714 1.46957 0.5 2 0.5H7.5L12 5ZM9 5C8.60218 5 8.22064 4.84196 7.93934 4.56066C7.65804 4.27936 7.5 3.89782 7.5 3.5V1.5H2C1.73478 1.5 1.48043 1.60536 1.29289 1.79289C1.10536 1.98043 1 2.23478 1 2.5V14.5C1 14.7652 1.10536 15.0196 1.29289 15.2071C1.48043 15.3946 1.73478 15.5 2 15.5H10C10.2652 15.5 10.5196 15.3946 10.7071 15.2071C10.8946 15.0196 11 14.7652 11 14.5V5H9Z' fill='%23FF3C41'/%3E%3C/svg%3E%0A");
    width: 12px;
    height: 17px;
    display: inline-block;
}

.icon_square_plus {
    background: url('../images/icon/icon-square-plus.png');
    height: 16px;
    width: 16px;
    display: inline-block;
}

.icon_union {
    background: url('../images/icon/Union.png');
    height: 20px;
    width: 20px;
    display: inline-block;
}

.icon_clear_select {
    background: url('../images/icon/icon-wrapper.png');
    height: 14px;
    width: 14px;
    display: inline-block;
}

.icon_plus_circle_dotted {
    background: url('../images/icon/plus-circle-dotted.png');
    height: 16px;
    width: 16px;
    display: inline-block;
}

.icon_close {
    background: url('../images/icon/close_across.png');
    height: 12px;
    width: 12px;
    display: inline-block;
}

.icon_delete {
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='16' viewBox='0 0 13 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6C4.13261 6 4.25979 6.05268 4.35355 6.14645C4.44732 6.24021 4.5 6.36739 4.5 6.5V12.5C4.5 12.6326 4.44732 12.7598 4.35355 12.8536C4.25979 12.9473 4.13261 13 4 13C3.86739 13 3.74021 12.9473 3.64645 12.8536C3.55268 12.7598 3.5 12.6326 3.5 12.5V6.5C3.5 6.36739 3.55268 6.24021 3.64645 6.14645C3.74021 6.05268 3.86739 6 4 6ZM6.5 6C6.63261 6 6.75979 6.05268 6.85355 6.14645C6.94732 6.24021 7 6.36739 7 6.5V12.5C7 12.6326 6.94732 12.7598 6.85355 12.8536C6.75979 12.9473 6.63261 13 6.5 13C6.36739 13 6.24021 12.9473 6.14645 12.8536C6.05268 12.7598 6 12.6326 6 12.5V6.5C6 6.36739 6.05268 6.24021 6.14645 6.14645C6.24021 6.05268 6.36739 6 6.5 6ZM9.5 6.5C9.5 6.36739 9.44732 6.24021 9.35355 6.14645C9.25979 6.05268 9.13261 6 9 6C8.86739 6 8.74021 6.05268 8.64645 6.14645C8.55268 6.24021 8.5 6.36739 8.5 6.5V12.5C8.5 12.6326 8.55268 12.7598 8.64645 12.8536C8.74021 12.9473 8.86739 13 9 13C9.13261 13 9.25979 12.9473 9.35355 12.8536C9.44732 12.7598 9.5 12.6326 9.5 12.5V6.5Z' fill='%23FF3C41'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 3.5C13 3.76522 12.8946 4.01957 12.7071 4.20711C12.5196 4.39464 12.2652 4.5 12 4.5H11.5V13.5C11.5 14.0304 11.2893 14.5391 10.9142 14.9142C10.5391 15.2893 10.0304 15.5 9.5 15.5H3.5C2.96957 15.5 2.46086 15.2893 2.08579 14.9142C1.71071 14.5391 1.5 14.0304 1.5 13.5V4.5H1C0.734784 4.5 0.48043 4.39464 0.292893 4.20711C0.105357 4.01957 0 3.76522 0 3.5V2.5C0 2.23478 0.105357 1.98043 0.292893 1.79289C0.48043 1.60536 0.734784 1.5 1 1.5H4.5C4.5 1.23478 4.60536 0.98043 4.79289 0.792893C4.98043 0.605357 5.23478 0.5 5.5 0.5H7.5C7.76522 0.5 8.01957 0.605357 8.20711 0.792893C8.39464 0.98043 8.5 1.23478 8.5 1.5H12C12.2652 1.5 12.5196 1.60536 12.7071 1.79289C12.8946 1.98043 13 2.23478 13 2.5V3.5ZM2.618 4.5L2.5 4.559V13.5C2.5 13.7652 2.60536 14.0196 2.79289 14.2071C2.98043 14.3946 3.23478 14.5 3.5 14.5H9.5C9.76522 14.5 10.0196 14.3946 10.2071 14.2071C10.3946 14.0196 10.5 13.7652 10.5 13.5V4.559L10.382 4.5H2.618ZM1 3.5V2.5H12V3.5H1Z' fill='%23FF3C41'/%3E%3C/svg%3E");
    height: 15px;
    width: 13px;
    display: inline-block;
}

.icon_edit {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.002 1.43991C15.0954 1.53363 15.1479 1.66057 15.1479 1.7929C15.1479 1.92524 15.0954 2.05218 15.002 2.1459L13.959 3.1899L11.959 1.18991L13.002 0.145905C13.0958 0.0521695 13.2229 -0.000488281 13.3555 -0.000488281C13.4881 -0.000488281 13.6152 0.0521695 13.709 0.145905L15.002 1.43891V1.43991ZM13.252 3.8959L11.252 1.8959L4.439 8.7099C4.38396 8.76493 4.34253 8.83204 4.318 8.9059L3.513 11.3199C3.4984 11.3639 3.49633 11.4111 3.50701 11.4562C3.5177 11.5014 3.54072 11.5426 3.57351 11.5754C3.60629 11.6082 3.64755 11.6312 3.69267 11.6419C3.73779 11.6526 3.78499 11.6505 3.829 11.6359L6.243 10.8309C6.31676 10.8067 6.38387 10.7656 6.439 10.7109L13.252 3.8959Z' fill='%23FF3C41'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.5 12.9999C0.5 13.3977 0.658035 13.7793 0.93934 14.0606C1.22064 14.3419 1.60218 14.4999 2 14.4999H13C13.3978 14.4999 13.7794 14.3419 14.0607 14.0606C14.342 13.7793 14.5 13.3977 14.5 12.9999V6.99991C14.5 6.8673 14.4473 6.74012 14.3536 6.64635C14.2598 6.55258 14.1326 6.49991 14 6.49991C13.8674 6.49991 13.7402 6.55258 13.6464 6.64635C13.5527 6.74012 13.5 6.8673 13.5 6.99991V12.9999C13.5 13.1325 13.4473 13.2597 13.3536 13.3535C13.2598 13.4472 13.1326 13.4999 13 13.4999H2C1.86739 13.4999 1.74021 13.4472 1.64645 13.3535C1.55268 13.2597 1.5 13.1325 1.5 12.9999V1.9999C1.5 1.8673 1.55268 1.74012 1.64645 1.64635C1.74021 1.55258 1.86739 1.4999 2 1.4999H8.5C8.63261 1.4999 8.75979 1.44723 8.85355 1.35346C8.94732 1.25969 9 1.13251 9 0.999905C9 0.867297 8.94732 0.74012 8.85355 0.646352C8.75979 0.552583 8.63261 0.499905 8.5 0.499905H2C1.60218 0.499905 1.22064 0.65794 0.93934 0.939245C0.658035 1.22055 0.5 1.60208 0.5 1.9999V12.9999Z' fill='%23FF3C41'/%3E%3C/svg%3E%0A");
    height: 15px;
    width: 16px;
    display: inline-block;
}

.icon_edit_white {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.002 1.43991C15.0954 1.53363 15.1479 1.66057 15.1479 1.7929C15.1479 1.92524 15.0954 2.05218 15.002 2.1459L13.959 3.1899L11.959 1.18991L13.002 0.145905C13.0958 0.0521695 13.2229 -0.000488281 13.3555 -0.000488281C13.4881 -0.000488281 13.6152 0.0521695 13.709 0.145905L15.002 1.43891V1.43991ZM13.252 3.8959L11.252 1.8959L4.439 8.7099C4.38396 8.76493 4.34253 8.83204 4.318 8.9059L3.513 11.3199C3.4984 11.3639 3.49633 11.4111 3.50701 11.4562C3.5177 11.5014 3.54072 11.5426 3.57351 11.5754C3.60629 11.6082 3.64755 11.6312 3.69267 11.6419C3.73779 11.6526 3.78499 11.6505 3.829 11.6359L6.243 10.8309C6.31676 10.8067 6.38387 10.7656 6.439 10.7109L13.252 3.8959Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.5 12.9999C0.5 13.3977 0.658035 13.7793 0.93934 14.0606C1.22064 14.3419 1.60218 14.4999 2 14.4999H13C13.3978 14.4999 13.7794 14.3419 14.0607 14.0606C14.342 13.7793 14.5 13.3977 14.5 12.9999V6.99991C14.5 6.8673 14.4473 6.74012 14.3536 6.64635C14.2598 6.55258 14.1326 6.49991 14 6.49991C13.8674 6.49991 13.7402 6.55258 13.6464 6.64635C13.5527 6.74012 13.5 6.8673 13.5 6.99991V12.9999C13.5 13.1325 13.4473 13.2597 13.3536 13.3535C13.2598 13.4472 13.1326 13.4999 13 13.4999H2C1.86739 13.4999 1.74021 13.4472 1.64645 13.3535C1.55268 13.2597 1.5 13.1325 1.5 12.9999V1.9999C1.5 1.8673 1.55268 1.74012 1.64645 1.64635C1.74021 1.55258 1.86739 1.4999 2 1.4999H8.5C8.63261 1.4999 8.75979 1.44723 8.85355 1.35346C8.94732 1.25969 9 1.13251 9 0.999905C9 0.867297 8.94732 0.74012 8.85355 0.646352C8.75979 0.552583 8.63261 0.499905 8.5 0.499905H2C1.60218 0.499905 1.22064 0.65794 0.93934 0.939245C0.658035 1.22055 0.5 1.60208 0.5 1.9999V12.9999Z' fill='white'/%3E%3C/svg%3E%0A");
    height: 15px;
    width: 16px;
    display: inline-block;
}

.icon_find {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1C1.36739 1 1.24021 1.05268 1.14645 1.14645C1.05268 1.24021 1 1.36739 1 1.5V4.5C1 4.63261 0.947322 4.75979 0.853553 4.85355C0.759785 4.94732 0.632608 5 0.5 5C0.367392 5 0.240215 4.94732 0.146447 4.85355C0.0526784 4.75979 0 4.63261 0 4.5V1.5C0 1.10218 0.158035 0.720644 0.43934 0.43934C0.720644 0.158035 1.10218 0 1.5 0H4.5C4.63261 0 4.75979 0.0526784 4.85355 0.146447C4.94732 0.240215 5 0.367392 5 0.5C5 0.632608 4.94732 0.759785 4.85355 0.853553C4.75979 0.947322 4.63261 1 4.5 1H1.5ZM11 0.5C11 0.367392 11.0527 0.240215 11.1464 0.146447C11.2402 0.0526784 11.3674 0 11.5 0H14.5C14.8978 0 15.2794 0.158035 15.5607 0.43934C15.842 0.720644 16 1.10218 16 1.5V4.5C16 4.63261 15.9473 4.75979 15.8536 4.85355C15.7598 4.94732 15.6326 5 15.5 5C15.3674 5 15.2402 4.94732 15.1464 4.85355C15.0527 4.75979 15 4.63261 15 4.5V1.5C15 1.36739 14.9473 1.24021 14.8536 1.14645C14.7598 1.05268 14.6326 1 14.5 1H11.5C11.3674 1 11.2402 0.947322 11.1464 0.853553C11.0527 0.759785 11 0.632608 11 0.5ZM0.5 11C0.632608 11 0.759785 11.0527 0.853553 11.1464C0.947322 11.2402 1 11.3674 1 11.5V14.5C1 14.6326 1.05268 14.7598 1.14645 14.8536C1.24021 14.9473 1.36739 15 1.5 15H4.5C4.63261 15 4.75979 15.0527 4.85355 15.1464C4.94732 15.2402 5 15.3674 5 15.5C5 15.6326 4.94732 15.7598 4.85355 15.8536C4.75979 15.9473 4.63261 16 4.5 16H1.5C1.10218 16 0.720644 15.842 0.43934 15.5607C0.158035 15.2794 0 14.8978 0 14.5V11.5C0 11.3674 0.0526784 11.2402 0.146447 11.1464C0.240215 11.0527 0.367392 11 0.5 11ZM15.5 11C15.6326 11 15.7598 11.0527 15.8536 11.1464C15.9473 11.2402 16 11.3674 16 11.5V14.5C16 14.8978 15.842 15.2794 15.5607 15.5607C15.2794 15.842 14.8978 16 14.5 16H11.5C11.3674 16 11.2402 15.9473 11.1464 15.8536C11.0527 15.7598 11 15.6326 11 15.5C11 15.3674 11.0527 15.2402 11.1464 15.1464C11.2402 15.0527 11.3674 15 11.5 15H14.5C14.6326 15 14.7598 14.9473 14.8536 14.8536C14.9473 14.7598 15 14.6326 15 14.5V11.5C15 11.3674 15.0527 11.2402 15.1464 11.1464C15.2402 11.0527 15.3674 11 15.5 11Z' fill='white'/%3E%3Cpath d='M3 14C3 14 2 14 2 13C2 12 3 9 8 9C13 9 14 12 14 13C14 14 13 14 13 14H3ZM11 5C11 5.79565 10.6839 6.55871 10.1213 7.12132C9.55871 7.68393 8.79565 8 8 8C7.20435 8 6.44129 7.68393 5.87868 7.12132C5.31607 6.55871 5 5.79565 5 5C5 4.20435 5.31607 3.44129 5.87868 2.87868C6.44129 2.31607 7.20435 2 8 2C8.79565 2 9.55871 2.31607 10.1213 2.87868C10.6839 3.44129 11 4.20435 11 5Z' fill='white'/%3E%3C/svg%3E%0A");
    height: 16px;
    width: 16px;
    display: inline-block;
}

.icon_circle_plus {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 15.5C6.14348 15.5 4.36301 14.7625 3.05025 13.4497C1.7375 12.137 1 10.3565 1 8.5C1 6.64348 1.7375 4.86301 3.05025 3.55025C4.36301 2.2375 6.14348 1.5 8 1.5C9.85652 1.5 11.637 2.2375 12.9497 3.55025C14.2625 4.86301 15 6.64348 15 8.5C15 10.3565 14.2625 12.137 12.9497 13.4497C11.637 14.7625 9.85652 15.5 8 15.5ZM8 16.5C10.1217 16.5 12.1566 15.6571 13.6569 14.1569C15.1571 12.6566 16 10.6217 16 8.5C16 6.37827 15.1571 4.34344 13.6569 2.84315C12.1566 1.34285 10.1217 0.5 8 0.5C5.87827 0.5 3.84344 1.34285 2.34315 2.84315C0.842855 4.34344 0 6.37827 0 8.5C0 10.6217 0.842855 12.6566 2.34315 14.1569C3.84344 15.6571 5.87827 16.5 8 16.5Z' fill='white'/%3E%3Cpath d='M8 4.5C8.13261 4.5 8.25979 4.55268 8.35355 4.64645C8.44732 4.74021 8.5 4.86739 8.5 5V8H11.5C11.6326 8 11.7598 8.05268 11.8536 8.14645C11.9473 8.24021 12 8.36739 12 8.5C12 8.63261 11.9473 8.75979 11.8536 8.85355C11.7598 8.94732 11.6326 9 11.5 9H8.5V12C8.5 12.1326 8.44732 12.2598 8.35355 12.3536C8.25979 12.4473 8.13261 12.5 8 12.5C7.86739 12.5 7.74021 12.4473 7.64645 12.3536C7.55268 12.2598 7.5 12.1326 7.5 12V9H4.5C4.36739 9 4.24021 8.94732 4.14645 8.85355C4.05268 8.75979 4 8.63261 4 8.5C4 8.36739 4.05268 8.24021 4.14645 8.14645C4.24021 8.05268 4.36739 8 4.5 8H7.5V5C7.5 4.86739 7.55268 4.74021 7.64645 4.64645C7.74021 4.55268 7.86739 4.5 8 4.5Z' fill='white'/%3E%3C/svg%3E");
    height: 17px;
    width: 16px;
    display: inline-block;
}

.icon_send_red {
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 1C1.86739 1 1.74021 1.05268 1.64645 1.14645C1.55268 1.24021 1.5 1.36739 1.5 1.5V4.5C1.5 4.63261 1.44732 4.75979 1.35355 4.85355C1.25979 4.94732 1.13261 5 1 5C0.867392 5 0.740215 4.94732 0.646447 4.85355C0.552678 4.75979 0.5 4.63261 0.5 4.5V1.5C0.5 1.10218 0.658035 0.720644 0.93934 0.43934C1.22064 0.158035 1.60218 0 2 0H5C5.13261 0 5.25979 0.0526784 5.35355 0.146447C5.44732 0.240215 5.5 0.367392 5.5 0.5C5.5 0.632608 5.44732 0.759785 5.35355 0.853553C5.25979 0.947322 5.13261 1 5 1H2ZM11.5 0.5C11.5 0.367392 11.5527 0.240215 11.6464 0.146447C11.7402 0.0526784 11.8674 0 12 0H15C15.3978 0 15.7794 0.158035 16.0607 0.43934C16.342 0.720644 16.5 1.10218 16.5 1.5V4.5C16.5 4.63261 16.4473 4.75979 16.3536 4.85355C16.2598 4.94732 16.1326 5 16 5C15.8674 5 15.7402 4.94732 15.6464 4.85355C15.5527 4.75979 15.5 4.63261 15.5 4.5V1.5C15.5 1.36739 15.4473 1.24021 15.3536 1.14645C15.2598 1.05268 15.1326 1 15 1H12C11.8674 1 11.7402 0.947322 11.6464 0.853553C11.5527 0.759785 11.5 0.632608 11.5 0.5ZM1 11C1.13261 11 1.25979 11.0527 1.35355 11.1464C1.44732 11.2402 1.5 11.3674 1.5 11.5V14.5C1.5 14.6326 1.55268 14.7598 1.64645 14.8536C1.74021 14.9473 1.86739 15 2 15H5C5.13261 15 5.25979 15.0527 5.35355 15.1464C5.44732 15.2402 5.5 15.3674 5.5 15.5C5.5 15.6326 5.44732 15.7598 5.35355 15.8536C5.25979 15.9473 5.13261 16 5 16H2C1.60218 16 1.22064 15.842 0.93934 15.5607C0.658035 15.2794 0.5 14.8978 0.5 14.5V11.5C0.5 11.3674 0.552678 11.2402 0.646447 11.1464C0.740215 11.0527 0.867392 11 1 11ZM16 11C16.1326 11 16.2598 11.0527 16.3536 11.1464C16.4473 11.2402 16.5 11.3674 16.5 11.5V14.5C16.5 14.8978 16.342 15.2794 16.0607 15.5607C15.7794 15.842 15.3978 16 15 16H12C11.8674 16 11.7402 15.9473 11.6464 15.8536C11.5527 15.7598 11.5 15.6326 11.5 15.5C11.5 15.3674 11.5527 15.2402 11.6464 15.1464C11.7402 15.0527 11.8674 15 12 15H15C15.1326 15 15.2598 14.9473 15.3536 14.8536C15.4473 14.7598 15.5 14.6326 15.5 14.5V11.5C15.5 11.3674 15.5527 11.2402 15.6464 11.1464C15.7402 11.0527 15.8674 11 16 11Z' fill='%23FF3C41'/%3E%3Cpath d='M3.5 14C3.5 14 2.5 14 2.5 13C2.5 12 3.5 9 8.5 9C13.5 9 14.5 12 14.5 13C14.5 14 13.5 14 13.5 14H3.5ZM11.5 5C11.5 5.79565 11.1839 6.55871 10.6213 7.12132C10.0587 7.68393 9.29565 8 8.5 8C7.70435 8 6.94129 7.68393 6.37868 7.12132C5.81607 6.55871 5.5 5.79565 5.5 5C5.5 4.20435 5.81607 3.44129 6.37868 2.87868C6.94129 2.31607 7.70435 2 8.5 2C9.29565 2 10.0587 2.31607 10.6213 2.87868C11.1839 3.44129 11.5 4.20435 11.5 5Z' fill='%23FF3C41'/%3E%3C/svg%3E%0A");
    width: 17px;
    height: 16px;
    display: inline-block;
}

.icon_send_gray {
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 1C1.86739 1 1.74021 1.05268 1.64645 1.14645C1.55268 1.24021 1.5 1.36739 1.5 1.5V4.5C1.5 4.63261 1.44732 4.75979 1.35355 4.85355C1.25979 4.94732 1.13261 5 1 5C0.867392 5 0.740215 4.94732 0.646447 4.85355C0.552678 4.75979 0.5 4.63261 0.5 4.5V1.5C0.5 1.10218 0.658035 0.720644 0.93934 0.43934C1.22064 0.158035 1.60218 0 2 0H5C5.13261 0 5.25979 0.0526784 5.35355 0.146447C5.44732 0.240215 5.5 0.367392 5.5 0.5C5.5 0.632608 5.44732 0.759785 5.35355 0.853553C5.25979 0.947322 5.13261 1 5 1H2ZM11.5 0.5C11.5 0.367392 11.5527 0.240215 11.6464 0.146447C11.7402 0.0526784 11.8674 0 12 0H15C15.3978 0 15.7794 0.158035 16.0607 0.43934C16.342 0.720644 16.5 1.10218 16.5 1.5V4.5C16.5 4.63261 16.4473 4.75979 16.3536 4.85355C16.2598 4.94732 16.1326 5 16 5C15.8674 5 15.7402 4.94732 15.6464 4.85355C15.5527 4.75979 15.5 4.63261 15.5 4.5V1.5C15.5 1.36739 15.4473 1.24021 15.3536 1.14645C15.2598 1.05268 15.1326 1 15 1H12C11.8674 1 11.7402 0.947322 11.6464 0.853553C11.5527 0.759785 11.5 0.632608 11.5 0.5ZM1 11C1.13261 11 1.25979 11.0527 1.35355 11.1464C1.44732 11.2402 1.5 11.3674 1.5 11.5V14.5C1.5 14.6326 1.55268 14.7598 1.64645 14.8536C1.74021 14.9473 1.86739 15 2 15H5C5.13261 15 5.25979 15.0527 5.35355 15.1464C5.44732 15.2402 5.5 15.3674 5.5 15.5C5.5 15.6326 5.44732 15.7598 5.35355 15.8536C5.25979 15.9473 5.13261 16 5 16H2C1.60218 16 1.22064 15.842 0.93934 15.5607C0.658035 15.2794 0.5 14.8978 0.5 14.5V11.5C0.5 11.3674 0.552678 11.2402 0.646447 11.1464C0.740215 11.0527 0.867392 11 1 11ZM16 11C16.1326 11 16.2598 11.0527 16.3536 11.1464C16.4473 11.2402 16.5 11.3674 16.5 11.5V14.5C16.5 14.8978 16.342 15.2794 16.0607 15.5607C15.7794 15.842 15.3978 16 15 16H12C11.8674 16 11.7402 15.9473 11.6464 15.8536C11.5527 15.7598 11.5 15.6326 11.5 15.5C11.5 15.3674 11.5527 15.2402 11.6464 15.1464C11.7402 15.0527 11.8674 15 12 15H15C15.1326 15 15.2598 14.9473 15.3536 14.8536C15.4473 14.7598 15.5 14.6326 15.5 14.5V11.5C15.5 11.3674 15.5527 11.2402 15.6464 11.1464C15.7402 11.0527 15.8674 11 16 11Z' fill='%238C8686'/%3E%3Cpath d='M3.5 14C3.5 14 2.5 14 2.5 13C2.5 12 3.5 9 8.5 9C13.5 9 14.5 12 14.5 13C14.5 14 13.5 14 13.5 14H3.5ZM11.5 5C11.5 5.79565 11.1839 6.55871 10.6213 7.12132C10.0587 7.68393 9.29565 8 8.5 8C7.70435 8 6.94129 7.68393 6.37868 7.12132C5.81607 6.55871 5.5 5.79565 5.5 5C5.5 4.20435 5.81607 3.44129 6.37868 2.87868C6.94129 2.31607 7.70435 2 8.5 2C9.29565 2 10.0587 2.31607 10.6213 2.87868C11.1839 3.44129 11.5 4.20435 11.5 5Z' fill='%238C8686'/%3E%3C/svg%3E");
    width: 17px;
    height: 16px;
    display: inline-block;
}

.icon_count_candidates {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 8.55C8.66304 8.55 9.29893 8.28661 9.76777 7.81777C10.2366 7.34893 10.5 6.71304 10.5 6.05C10.5 5.38696 10.2366 4.75107 9.76777 4.28223C9.29893 3.81339 8.66304 3.55 8 3.55C7.33696 3.55 6.70107 3.81339 6.23223 4.28223C5.76339 4.75107 5.5 5.38696 5.5 6.05C5.5 6.71304 5.76339 7.34893 6.23223 7.81777C6.70107 8.28661 7.33696 8.55 8 8.55Z' fill='%23FF3C41'/%3E%3Cpath d='M1 0.5C0.734784 0.5 0.48043 0.605357 0.292893 0.792893C0.105357 0.98043 0 1.23478 0 1.5V12.5C0 12.7652 0.105357 13.0196 0.292893 13.2071C0.48043 13.3946 0.734784 13.5 1 13.5H1.5C1.63261 13.5 1.75979 13.4473 1.85355 13.3536C1.94732 13.2598 2 13.1326 2 13C2 12.8674 2.05268 12.7402 2.14645 12.6464C2.24021 12.5527 2.36739 12.5 2.5 12.5C2.63261 12.5 2.75979 12.5527 2.85355 12.6464C2.94732 12.7402 3 12.8674 3 13C3 13.1326 3.05268 13.2598 3.14645 13.3536C3.24021 13.4473 3.36739 13.5 3.5 13.5H12.5C12.6326 13.5 12.7598 13.4473 12.8536 13.3536C12.9473 13.2598 13 13.1326 13 13C13 12.8674 13.0527 12.7402 13.1464 12.6464C13.2402 12.5527 13.3674 12.5 13.5 12.5C13.6326 12.5 13.7598 12.5527 13.8536 12.6464C13.9473 12.7402 14 12.8674 14 13C14 13.1326 14.0527 13.2598 14.1464 13.3536C14.2402 13.4473 14.3674 13.5 14.5 13.5H15C15.2652 13.5 15.5196 13.3946 15.7071 13.2071C15.8946 13.0196 16 12.7652 16 12.5V2.5C16 2.23478 15.8946 1.98043 15.7071 1.79289C15.5196 1.60536 15.2652 1.5 15 1.5H6.707L6 0.793C5.81251 0.605451 5.5582 0.500057 5.293 0.5H1ZM1 1.5H5.293L6 2.207C6.18749 2.39455 6.4418 2.49994 6.707 2.5H15V12.5H14.915C14.8334 12.2693 14.6965 12.0621 14.5164 11.8965C14.3364 11.7308 14.1185 11.6117 13.8818 11.5496C13.6451 11.4875 13.3968 11.4842 13.1586 11.54C12.9204 11.5959 12.6994 11.7092 12.515 11.87C11.885 10.723 10.554 9.5 8 9.5C5.445 9.5 4.114 10.724 3.486 11.87C3.30159 11.7092 3.08063 11.5959 2.8424 11.54C2.60416 11.4842 2.35588 11.4875 2.11921 11.5496C1.88253 11.6117 1.66465 11.7308 1.48456 11.8965C1.30447 12.0621 1.16764 12.2693 1.086 12.5H1V1.5Z' fill='%23FF3C41'/%3E%3C/svg%3E");
    height: 14px;
    width: 16px;
    display: inline-block;
}

.icon_sand_time {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='11' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 10.375C0.5 10.4745 0.539509 10.5698 0.609835 10.6402C0.680161 10.7105 0.775544 10.75 0.875 10.75H9.125C9.22446 10.75 9.31984 10.7105 9.39017 10.6402C9.46049 10.5698 9.5 10.4745 9.5 10.375C9.5 10.2755 9.46049 10.1802 9.39017 10.1098C9.31984 10.0395 9.22446 10 9.125 10H8.375V9.25C8.37515 8.61323 8.19516 7.9894 7.85581 7.45058C7.51646 6.91177 7.03161 6.47994 6.45725 6.205C6.23975 6.10075 6.125 5.92225 6.125 5.7625V5.2375C6.125 5.07775 6.2405 4.89925 6.45725 4.795C7.03161 4.52006 7.51646 4.08823 7.85581 3.54942C8.19516 3.0106 8.37515 2.38677 8.375 1.75V1H9.125C9.22446 1 9.31984 0.960491 9.39017 0.890165C9.46049 0.819839 9.5 0.724456 9.5 0.625C9.5 0.525544 9.46049 0.430161 9.39017 0.359835C9.31984 0.289509 9.22446 0.25 9.125 0.25H0.875C0.775544 0.25 0.680161 0.289509 0.609835 0.359835C0.539509 0.430161 0.5 0.525544 0.5 0.625C0.5 0.724456 0.539509 0.819839 0.609835 0.890165C0.680161 0.960491 0.775544 1 0.875 1H1.625V1.75C1.62485 2.38677 1.80484 3.0106 2.14419 3.54942C2.48354 4.08823 2.96839 4.52006 3.54275 4.795C3.76025 4.89925 3.875 5.07775 3.875 5.2375V5.7625C3.875 5.92225 3.7595 6.10075 3.54275 6.205C2.96839 6.47994 2.48354 6.91177 2.14419 7.45058C1.80484 7.9894 1.62485 8.61323 1.625 9.25V10H0.875C0.775544 10 0.680161 10.0395 0.609835 10.1098C0.539509 10.1802 0.5 10.2755 0.5 10.375ZM2.375 10V9.25C2.37486 8.75469 2.51487 8.26944 2.77884 7.85033C3.04281 7.43121 3.41997 7.09533 3.86675 6.8815C4.2665 6.6895 4.625 6.289 4.625 5.76325V5.23675C4.625 5.23675 4.76 5.3125 5 5.3125C5.24 5.3125 5.375 5.2375 5.375 5.2375V5.7625C5.375 6.28825 5.7335 6.6895 6.13325 6.8815C6.58003 7.09533 6.95719 7.43121 7.22116 7.85033C7.48513 8.26944 7.62514 8.75469 7.625 9.25V10H2.375Z' fill='%23666666'/%3E%3C/svg%3E");
    height: 11px;
    width: 10px;
    display: inline-block;
}

.icon_phone {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.65447 1.82799C3.59544 1.75205 3.52092 1.68954 3.43587 1.64461C3.35082 1.59969 3.25719 1.57337 3.16119 1.56741C3.06519 1.56145 2.96902 1.57599 2.87907 1.61005C2.78912 1.64412 2.70744 1.69693 2.63947 1.76499L1.60547 2.79999C1.12247 3.28399 0.944471 3.96899 1.15547 4.56999C2.03121 7.05758 3.45577 9.31609 5.32347 11.178C7.1854 13.0457 9.4439 14.4702 11.9315 15.346C12.5325 15.557 13.2175 15.379 13.7015 14.896L14.7355 13.862C14.8035 13.794 14.8563 13.7123 14.8904 13.6224C14.9245 13.5324 14.939 13.4363 14.933 13.3403C14.9271 13.2443 14.9008 13.1506 14.8558 13.0656C14.8109 12.9805 14.7484 12.906 14.6725 12.847L12.3655 11.053C12.2843 10.9901 12.19 10.9464 12.0895 10.9253C11.989 10.9041 11.8851 10.9061 11.7855 10.931L9.59547 11.478C9.30315 11.5511 8.99689 11.5472 8.70652 11.4667C8.41614 11.3863 8.15154 11.232 7.93847 11.019L5.48247 8.56199C5.26924 8.34903 5.1148 8.08447 5.03418 7.79409C4.95357 7.50371 4.94954 7.1974 5.02247 6.90499L5.57047 4.71499C5.59538 4.61539 5.59734 4.51143 5.57621 4.41095C5.55507 4.31048 5.51139 4.21612 5.44847 4.13499L3.65447 1.82799ZM1.88447 1.01099C2.05947 0.835939 2.2697 0.70012 2.50121 0.612551C2.73272 0.524982 2.98021 0.487667 3.22725 0.503083C3.47429 0.518499 3.71522 0.586294 3.93405 0.701967C4.15288 0.817639 4.3446 0.978541 4.49647 1.17399L6.29047 3.47999C6.61947 3.90299 6.73547 4.45399 6.60547 4.97399L6.05847 7.16399C6.03019 7.27742 6.03172 7.39623 6.06291 7.5089C6.0941 7.62156 6.15388 7.72425 6.23647 7.80699L8.69347 10.264C8.77631 10.3467 8.87916 10.4066 8.99202 10.4378C9.10488 10.469 9.22389 10.4705 9.33747 10.442L11.5265 9.89499C11.7831 9.83083 12.0509 9.82584 12.3098 9.88042C12.5686 9.93499 12.8116 10.0477 13.0205 10.21L15.3265 12.004C16.1555 12.649 16.2315 13.874 15.4895 14.615L14.4555 15.649C13.7155 16.389 12.6095 16.714 11.5785 16.351C8.93965 15.4225 6.54374 13.9118 4.56847 11.931C2.58776 9.95601 1.07708 7.56045 0.148471 4.92199C-0.213529 3.89199 0.111471 2.78499 0.851471 2.04499L1.88547 1.01099H1.88447Z' fill='%238C8686'/%3E%3C/svg%3E%0A");
    height: 16px;
    width: 16px;
    display: inline-block;
}

.icon_circle_arraw_down_right {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 8C1 9.85652 1.7375 11.637 3.05025 12.9497C4.36301 14.2625 6.14348 15 8 15C9.85652 15 11.637 14.2625 12.9497 12.9497C14.2625 11.637 15 9.85652 15 8C15 6.14348 14.2625 4.36301 12.9497 3.05025C11.637 1.7375 9.85652 1 8 1C6.14348 1 4.36301 1.7375 3.05025 3.05025C1.7375 4.36301 1 6.14348 1 8ZM16 8C16 10.1217 15.1571 12.1566 13.6569 13.6569C12.1566 15.1571 10.1217 16 8 16C5.87827 16 3.84344 15.1571 2.34315 13.6569C0.842855 12.1566 0 10.1217 0 8C0 5.87827 0.842855 3.84344 2.34315 2.34315C3.84344 0.842855 5.87827 0 8 0C10.1217 0 12.1566 0.842855 13.6569 2.34315C15.1571 3.84344 16 5.87827 16 8ZM5.854 5.146C5.76011 5.05211 5.63278 4.99937 5.5 4.99937C5.36722 4.99937 5.23989 5.05211 5.146 5.146C5.05211 5.23989 4.99937 5.36722 4.99937 5.5C4.99937 5.63278 5.05211 5.76011 5.146 5.854L9.243 9.95H6.475C6.34239 9.95 6.21521 10.0027 6.12145 10.0964C6.02768 10.1902 5.975 10.3174 5.975 10.45C5.975 10.5826 6.02768 10.7098 6.12145 10.8036C6.21521 10.8973 6.34239 10.95 6.475 10.95H10.45C10.5826 10.95 10.7098 10.8973 10.8036 10.8036C10.8973 10.7098 10.95 10.5826 10.95 10.45V6.475C10.95 6.34239 10.8973 6.21521 10.8036 6.12145C10.7098 6.02768 10.5826 5.975 10.45 5.975C10.3174 5.975 10.1902 6.02768 10.0964 6.12145C10.0027 6.21521 9.95 6.34239 9.95 6.475V9.243L5.854 5.146Z' fill='white'/%3E%3C/svg%3E%0A");
    height: 16px;
    width: 16px;
    display: inline-block;
}

.icon_arrow_right_short {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-arrow-right-short' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
    height: 16px;
    width: 16px;
    display: inline-block;
}

.icon_double_check_white {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='8' viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.3546 0.854021C11.4011 0.807533 11.438 0.752344 11.4632 0.691605C11.4883 0.630865 11.5013 0.565765 11.5013 0.500021C11.5013 0.434277 11.4883 0.369177 11.4632 0.308438C11.438 0.247698 11.4011 0.192509 11.3546 0.146021C11.3081 0.0995332 11.253 0.0626571 11.1922 0.037498C11.1315 0.0123389 11.0664 -0.000610352 11.0006 -0.000610352C10.9349 -0.000610352 10.8698 0.0123389 10.809 0.037498C10.7483 0.0626571 10.6931 0.0995332 10.6466 0.146021L4.00063 6.79302L0.854632 3.64602C0.808144 3.59953 0.752954 3.56266 0.692215 3.5375C0.631476 3.51234 0.566375 3.49939 0.500632 3.49939C0.367856 3.49939 0.240518 3.55213 0.146632 3.64602C0.052745 3.73991 0 3.86725 0 4.00002C0 4.1328 0.052745 4.26013 0.146632 4.35402L3.64663 7.85402C3.69308 7.90058 3.74825 7.93753 3.809 7.96273C3.86974 7.98794 3.93486 8.00091 4.00063 8.00091C4.0664 8.00091 4.13152 7.98794 4.19227 7.96273C4.25301 7.93753 4.30819 7.90058 4.35463 7.85402L11.3546 0.854021ZM7.14663 7.85402L6.25063 6.95702L6.95763 6.25002L7.50063 6.79302L14.1466 0.146021C14.2405 0.0521345 14.3679 -0.000610355 14.5006 -0.000610352C14.6334 -0.000610348 14.7607 0.0521345 14.8546 0.146021C14.9485 0.239908 15.0013 0.367245 15.0013 0.500021C15.0013 0.632797 14.9485 0.760135 14.8546 0.854021L7.85463 7.85402C7.80819 7.90058 7.75301 7.93753 7.69227 7.96273C7.63152 7.98794 7.5664 8.00091 7.50063 8.00091C7.43486 8.00091 7.36974 7.98794 7.309 7.96273C7.24825 7.93753 7.19308 7.90058 7.14663 7.85402Z' fill='white'/%3E%3Cpath d='M4.35463 3.64602L5.25063 4.54302L4.54363 5.25002L3.64663 4.35402C3.55274 4.26013 3.5 4.1328 3.5 4.00002C3.5 3.86725 3.55274 3.73991 3.64663 3.64602C3.74052 3.55213 3.86786 3.49939 4.00063 3.49939C4.13341 3.49939 4.26075 3.55213 4.35463 3.64602Z' fill='white'/%3E%3C/svg%3E%0A");
    height: 8px;
    width: 15px;
    display: inline-block;
}

.icon_notification_silver {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 16C8.10457 16 9 15.1046 9 14H5C5 15.1046 5.89543 16 7 16Z' fill='%23666666'/%3E%3Cpath d='M7 1.91825L6.20281 2.07925C4.37552 2.44829 3.00002 4.06463 3.00002 6C3.00002 6.62782 2.86566 8.19725 2.54116 9.74216C2.38006 10.5091 2.16454 11.3076 1.87809 12H12.1219C11.8355 11.3076 11.62 10.5091 11.4589 9.74216C11.1344 8.19724 11 6.62782 11 6C11 4.06462 9.6245 2.44827 7.7972 2.07924L7 1.91825ZM13.2193 12C13.4426 12.4474 13.7015 12.801 14 13H0C0.298527 12.801 0.557447 12.4474 0.7807 12C1.67922 10.1994 2.00002 6.87916 2.00002 6C2.00002 3.57934 3.7202 1.56045 6.00484 1.09904C6.00164 1.06646 6 1.03342 6 1C6 0.447715 6.44772 0 7 0C7.55228 0 8 0.447715 8 1C8 1.03342 7.99836 1.06646 7.99516 1.09903C10.2798 1.56042 12 3.57932 12 6C12 6.87916 12.3208 10.1994 13.2193 12Z' fill='%23666666'/%3E%3C/svg%3E%0A");
    height: 16px;
    width: 14px;
    display: inline-block;
}

.icon_notification_silver_active {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 16C8.10457 16 9 15.1046 9 14H5C5 15.1046 5.89543 16 7 16Z' fill='%23FF3C41'/%3E%3Cpath d='M7 1.91825L6.20281 2.07925C4.37552 2.44829 3.00002 4.06463 3.00002 6C3.00002 6.62782 2.86566 8.19725 2.54116 9.74216C2.38006 10.5091 2.16454 11.3076 1.87809 12H12.1219C11.8355 11.3076 11.62 10.5091 11.4589 9.74216C11.1344 8.19724 11 6.62782 11 6C11 4.06462 9.6245 2.44827 7.7972 2.07924L7 1.91825ZM13.2193 12C13.4426 12.4474 13.7015 12.801 14 13H0C0.298527 12.801 0.557447 12.4474 0.7807 12C1.67922 10.1994 2.00002 6.87916 2.00002 6C2.00002 3.57934 3.7202 1.56045 6.00484 1.09904C6.00164 1.06646 6 1.03342 6 1C6 0.447715 6.44772 0 7 0C7.55228 0 8 0.447715 8 1C8 1.03342 7.99836 1.06646 7.99516 1.09903C10.2798 1.56042 12 3.57932 12 6C12 6.87916 12.3208 10.1994 13.2193 12Z' fill='%23FF3C41'/%3E%3C/svg%3E%0A");
    height: 16px;
    width: 14px;
    display: inline-block;
}

.icon_notification_red {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 16C8.10457 16 9 15.1046 9 14H5C5 15.1046 5.89543 16 7 16Z' fill='%23FF3C41'/%3E%3Cpath d='M7 1.91825L6.20281 2.07925C4.37552 2.44829 3.00002 4.06463 3.00002 6C3.00002 6.62782 2.86566 8.19725 2.54116 9.74216C2.38006 10.5091 2.16454 11.3076 1.87809 12H12.1219C11.8355 11.3076 11.62 10.5091 11.4589 9.74216C11.1344 8.19724 11 6.62782 11 6C11 4.06462 9.6245 2.44827 7.7972 2.07924L7 1.91825ZM13.2193 12C13.4426 12.4474 13.7015 12.801 14 13H0C0.298527 12.801 0.557447 12.4474 0.7807 12C1.67922 10.1994 2.00002 6.87916 2.00002 6C2.00002 3.57934 3.7202 1.56045 6.00484 1.09904C6.00164 1.06646 6 1.03342 6 1C6 0.447715 6.44772 0 7 0C7.55228 0 8 0.447715 8 1C8 1.03342 7.99836 1.06646 7.99516 1.09903C10.2798 1.56042 12 3.57932 12 6C12 6.87916 12.3208 10.1994 13.2193 12Z' fill='%23FF3C41'/%3E%3C/svg%3E%0A");
    height: 16px;
    width: 14px;
    display: inline-block;
}

.icon_email_red {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.52875 1.48283C9.36598 1.39616 9.1844 1.35083 9 1.35083C8.8156 1.35083 8.63402 1.39616 8.47125 1.48283L1.72125 5.08283C1.54127 5.17866 1.39073 5.32161 1.28571 5.49638C1.18068 5.67115 1.12514 5.87118 1.125 6.07508V6.99533L7.5645 10.8935L9 10.0317L10.4355 10.8935L16.875 6.99533V6.07508C16.8749 5.87118 16.8193 5.67115 16.7143 5.49638C16.6093 5.32161 16.4587 5.17866 16.2787 5.08283L9.52875 1.48283ZM16.875 8.31158L11.5268 11.5482L16.875 14.7567V8.31045V8.31158ZM16.8356 16.0448L9 11.3435L1.16437 16.046C1.2293 16.2841 1.37075 16.4943 1.56694 16.6442C1.76312 16.794 2.00314 16.8751 2.25 16.8751H15.75C15.997 16.8751 16.2371 16.7938 16.4333 16.6437C16.6295 16.4937 16.7709 16.2832 16.8356 16.0448ZM1.125 14.7567L6.47325 11.5482L1.125 8.31045V14.7567ZM7.94137 0.489454C8.26719 0.315726 8.63076 0.224854 9 0.224854C9.36924 0.224854 9.73281 0.315726 10.0586 0.489454L16.8086 4.08945C17.1685 4.28136 17.4695 4.56749 17.6794 4.91724C17.8892 5.26699 18 5.6672 18 6.07508V15.7501C18 16.3468 17.7629 16.9191 17.341 17.3411C16.919 17.763 16.3467 18.0001 15.75 18.0001H2.25C1.65326 18.0001 1.08097 17.763 0.65901 17.3411C0.237053 16.9191 1.12544e-08 16.3468 1.12544e-08 15.7501V6.07508C-4.07775e-05 5.6672 0.110791 5.26699 0.320641 4.91724C0.530491 4.56749 0.831466 4.28136 1.19138 4.08945L7.94137 0.489454Z' fill='%23FF3C41'/%3E%3C/svg%3E%0A");
    height: 18px;
    width: 18px;
    display: inline-block;
}

.icon_viber_red {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.3011 2.61681C14.4759 1.78394 13.4932 1.12364 12.4102 0.674386C11.3272 0.22513 10.1657 -0.00409981 8.99325 5.54968e-05C4.08037 5.54968e-05 0.0765 4.00281 0.072 8.91681C0.072 10.4907 0.48375 12.0218 1.26113 13.3774L0 18.0001L4.7295 16.7603C6.03788 17.4723 7.50367 17.8456 8.99325 17.8459H8.99775C13.9117 17.8459 17.9145 13.8432 17.919 8.92468C17.9201 7.75248 17.6893 6.59164 17.2398 5.50904C16.7903 4.42645 16.1311 3.44349 15.3 2.61681H15.3011ZM8.99325 16.3362C7.66462 16.3366 6.36041 15.9791 5.21775 15.3012L4.94775 15.1392L2.142 15.8749L2.89125 13.1378L2.71575 12.8554C1.97303 11.6745 1.58023 10.3073 1.58287 8.9123C1.58287 4.83306 4.9095 1.50531 8.99775 1.50531C9.97171 1.50356 10.9364 1.69461 11.8361 2.06746C12.7359 2.4403 13.553 2.98756 14.2402 3.67768C14.9299 4.36511 15.4766 5.18228 15.8489 6.08207C16.2212 6.98185 16.4116 7.94643 16.4093 8.92018C16.4048 13.0141 13.0781 16.3362 8.99325 16.3362ZM13.0601 10.7854C12.8385 10.6741 11.7439 10.1352 11.538 10.0587C11.3332 9.98556 11.1836 9.94731 11.0374 10.1701C10.8877 10.3917 10.4602 10.8968 10.332 11.0419C10.2037 11.1916 10.071 11.2084 9.84825 11.0982C9.62663 10.9857 8.90775 10.7517 8.05725 9.99006C7.3935 9.39943 6.94912 8.66818 6.81637 8.44656C6.68813 8.22381 6.804 8.10456 6.91537 7.99318C7.01325 7.89418 7.137 7.73218 7.24837 7.60393C7.36087 7.47568 7.398 7.38118 7.47112 7.23268C7.54425 7.08193 7.50938 6.95368 7.45425 6.84231C7.398 6.73093 6.95362 5.63181 6.76575 5.18856C6.58575 4.75093 6.40237 4.81168 6.26512 4.80606C6.13687 4.79818 5.98725 4.79818 5.83763 4.79818C5.72463 4.80099 5.61344 4.82712 5.51103 4.87494C5.40862 4.92276 5.3172 4.99123 5.2425 5.07606C5.03775 5.29881 4.46513 5.83768 4.46513 6.93681C4.46513 8.03593 5.26388 9.09231 5.37637 9.24193C5.48662 9.39156 6.94462 11.6404 9.18225 12.6079C9.711 12.8386 10.1273 12.9747 10.4524 13.0782C10.9868 13.2492 11.4694 13.2233 11.8541 13.1682C12.2816 13.1029 13.1715 12.6282 13.3594 12.1073C13.5439 11.5853 13.5439 11.1398 13.4876 11.0464C13.4325 10.9519 13.2829 10.8968 13.0601 10.7854Z' fill='%23FF3C41'/%3E%3C/svg%3E%0A");
    height: 18px;
    width: 18px;
    display: inline-block;
}

.icon_viber_red {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.67042 0C5.55042 0 6.40342 0.247 7.13842 0.702C8.23621 0.585156 9.34624 0.714648 10.3876 1.08105C11.4291 1.44744 12.3756 2.04152 13.1584 2.82C13.8446 3.50418 14.3893 4.31693 14.7611 5.21177C15.1329 6.10661 15.3247 7.06598 15.3254 8.035C15.3254 8.379 15.3014 8.722 15.2534 9.061C15.6456 9.75734 15.8522 10.5428 15.8534 11.342C15.8534 11.9543 15.7324 12.5605 15.4973 13.1258C15.2622 13.6911 14.9176 14.2043 14.4834 14.636C13.6064 15.5106 12.418 16.0012 11.1794 16C10.3394 16 9.52142 15.774 8.80942 15.356C7.69739 15.4888 6.56973 15.3682 5.51091 15.0033C4.45209 14.6384 3.48956 14.0387 2.69542 13.249C2.00941 12.5649 1.46493 11.7523 1.0931 10.8576C0.721277 9.96298 0.529395 9.00384 0.528422 8.035C0.528422 7.672 0.554422 7.311 0.608422 6.954C0.103914 6.06802 -0.0950109 5.04063 0.0423411 4.03037C0.179693 3.02011 0.645688 2.08313 1.36842 1.364C2.24517 0.490822 3.43204 0.000398173 4.66942 0L4.67042 0ZM5.11742 7.01C5.29742 7.319 5.54742 7.582 5.84642 7.779C6.24251 8.0382 6.66362 8.25696 7.10342 8.432C7.59542 8.637 7.97642 8.812 8.24842 8.955C8.47742 9.067 8.68542 9.219 8.86342 9.403C8.99842 9.545 9.07342 9.734 9.07342 9.931C9.07905 10.0695 9.05159 10.2073 8.99334 10.333C8.93508 10.4587 8.84769 10.5688 8.73842 10.654C8.44742 10.85 8.09842 10.943 7.74842 10.918C7.38864 10.9221 7.03189 10.852 6.70042 10.712C6.52095 10.6322 6.34355 10.5479 6.16842 10.459C5.98752 10.3629 5.78625 10.3115 5.58142 10.309C5.39805 10.3014 5.21874 10.3644 5.08042 10.485C5.01431 10.5478 4.96264 10.6243 4.92897 10.7091C4.8953 10.7938 4.88044 10.8849 4.88542 10.976C4.88122 11.1485 4.93316 11.3176 5.03342 11.458C5.15435 11.6113 5.31088 11.7329 5.48942 11.812C6.18647 12.1143 6.94212 12.2574 7.70142 12.231C8.25436 12.242 8.80467 12.1522 9.32542 11.966C9.75729 11.8128 10.1334 11.5338 10.4054 11.165C10.6724 10.775 10.8074 10.31 10.7914 9.838C10.8018 9.45228 10.7053 9.07121 10.5124 8.737C10.3166 8.4193 10.053 8.14883 9.74042 7.945C9.34422 7.68942 8.92387 7.47338 8.48542 7.3C8.4386 7.27709 8.39013 7.25771 8.34042 7.242C7.9983 7.10332 7.66047 6.95425 7.32742 6.795C7.12528 6.70009 6.94226 6.56892 6.78742 6.408C6.65729 6.27108 6.58556 6.08889 6.58742 5.9C6.58102 5.75606 6.61337 5.61304 6.68109 5.48587C6.74881 5.3587 6.84942 5.25203 6.97242 5.177C7.26446 5.0029 7.60067 4.91711 7.94042 4.93C8.20042 4.927 8.46042 4.96 8.71242 5.026C8.98642 5.105 9.25442 5.203 9.51442 5.319C9.61942 5.368 9.73442 5.394 9.85042 5.395C9.93506 5.39708 10.0192 5.38123 10.0973 5.34848C10.1753 5.31574 10.2456 5.26684 10.3034 5.205C10.4268 5.07004 10.4915 4.89165 10.4834 4.709C10.4864 4.53496 10.426 4.36577 10.3134 4.233C10.1596 4.07164 9.96873 3.95014 9.75742 3.879C9.52806 3.79471 9.2909 3.73341 9.04942 3.696C8.71163 3.64072 8.3697 3.61462 8.02742 3.618C7.50437 3.61468 6.98469 3.70197 6.49142 3.876C6.0377 4.02903 5.63262 4.29954 5.31742 4.66C5.0142 5.01903 4.85398 5.47725 4.86742 5.947C4.85742 6.317 4.94342 6.683 5.11742 7.01Z' fill='%23FF3C41'/%3E%3C/svg%3E%0A");
    height: 16px;
    width: 16px;
    display: inline-block;
}

.icon_whatsapp_red {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.601 2.32599C12.8675 1.58566 11.9939 0.998732 11.0313 0.599393C10.0687 0.200054 9.03617 -0.00370531 7.994 -1.17046e-05C3.627 -1.17046e-05 0.068 3.55799 0.064 7.92599C0.064 9.32499 0.43 10.686 1.121 11.891L0 16L4.204 14.898C5.367 15.5309 6.66993 15.8626 7.994 15.863H7.998C12.366 15.863 15.924 12.305 15.928 7.93299C15.929 6.89103 15.7238 5.85918 15.3243 4.89687C14.9247 3.93456 14.3387 3.06082 13.6 2.32599H13.601ZM7.994 14.521C6.813 14.5214 5.6537 14.2036 4.638 13.601L4.398 13.457L1.904 14.111L2.57 11.678L2.414 11.427C1.75381 10.3773 1.40465 9.16201 1.407 7.92199C1.407 4.29599 4.364 1.33799 7.998 1.33799C8.86374 1.33644 9.72123 1.50626 10.521 1.83768C11.3208 2.1691 12.0471 2.65555 12.658 3.26899C13.271 3.88004 13.757 4.60641 14.0879 5.40622C14.4188 6.20603 14.5881 7.06343 14.586 7.92899C14.582 11.568 11.625 14.521 7.994 14.521ZM11.609 9.58699C11.412 9.48799 10.439 9.00899 10.256 8.94099C10.074 8.87599 9.941 8.84199 9.811 9.03999C9.678 9.23699 9.298 9.68599 9.184 9.81499C9.07 9.94799 8.952 9.96299 8.754 9.86499C8.557 9.76499 7.918 9.55699 7.162 8.87999C6.572 8.35499 6.177 7.70499 6.059 7.50799C5.945 7.30999 6.048 7.20399 6.147 7.10499C6.234 7.01699 6.344 6.87299 6.443 6.75899C6.543 6.64499 6.576 6.56099 6.641 6.42899C6.706 6.29499 6.675 6.18099 6.626 6.08199C6.576 5.98299 6.181 5.00599 6.014 4.61199C5.854 4.22299 5.691 4.27699 5.569 4.27199C5.455 4.26499 5.322 4.26499 5.189 4.26499C5.08856 4.26748 4.98973 4.29071 4.89869 4.33322C4.80766 4.37572 4.7264 4.43659 4.66 4.51199C4.478 4.70999 3.969 5.18899 3.969 6.16599C3.969 7.14299 4.679 8.08199 4.779 8.21499C4.877 8.34799 6.173 10.347 8.162 11.207C8.632 11.412 9.002 11.533 9.291 11.625C9.766 11.777 10.195 11.754 10.537 11.705C10.917 11.647 11.708 11.225 11.875 10.762C12.039 10.298 12.039 9.90199 11.989 9.81899C11.94 9.73499 11.807 9.68599 11.609 9.58699Z' fill='%23FF3C41'/%3E%3C/svg%3E%0A");
    height: 16px;
    width: 16px;
    display: inline-block;
}

.icon_telegram_red {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8C16 10.1217 15.1571 12.1566 13.6569 13.6569C12.1566 15.1571 10.1217 16 8 16C5.87827 16 3.84344 15.1571 2.34315 13.6569C0.842855 12.1566 0 10.1217 0 8C0 5.87827 0.842855 3.84344 2.34315 2.34315C3.84344 0.842855 5.87827 0 8 0C10.1217 0 12.1566 0.842855 13.6569 2.34315C15.1571 3.84344 16 5.87827 16 8ZM8.287 5.906C7.509 6.23 5.953 6.9 3.621 7.916C3.243 8.066 3.044 8.214 3.026 8.358C2.996 8.601 3.301 8.697 3.716 8.828L3.891 8.883C4.299 9.016 4.849 9.171 5.134 9.177C5.394 9.183 5.683 9.077 6.002 8.857C8.181 7.386 9.306 6.643 9.376 6.627C9.426 6.615 9.496 6.601 9.542 6.643C9.589 6.684 9.584 6.763 9.579 6.784C9.549 6.913 8.352 8.025 7.733 8.601C7.54 8.781 7.403 8.908 7.375 8.937C7.31334 9.00001 7.25067 9.06202 7.187 9.123C6.807 9.489 6.523 9.763 7.202 10.211C7.529 10.427 7.791 10.604 8.052 10.782C8.336 10.976 8.62 11.169 8.988 11.411C9.081 11.471 9.171 11.536 9.258 11.598C9.589 11.834 9.888 12.046 10.255 12.012C10.469 11.992 10.69 11.792 10.802 11.192C11.067 9.775 11.588 6.706 11.708 5.441C11.7153 5.33584 11.711 5.2302 11.695 5.126C11.6856 5.04192 11.6449 4.96446 11.581 4.909C11.49 4.84619 11.3815 4.81365 11.271 4.816C10.971 4.821 10.508 4.982 8.287 5.906Z' fill='%23FF3C41'/%3E%3C/svg%3E%0A");
    height: 16px;
    width: 16px;
    display: inline-block;
}

.icon_facebook_messenger_red {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 7.76C0 3.301 3.493 0 8 0C12.507 0 16 3.301 16 7.76C16 12.219 12.507 15.52 8 15.52C7.19 15.52 6.414 15.413 5.684 15.213C5.54245 15.1736 5.39165 15.1842 5.257 15.243L3.669 15.945C3.57309 15.9873 3.46826 16.0054 3.36372 15.9977C3.25918 15.99 3.15812 15.9568 3.06944 15.9009C2.98076 15.845 2.90717 15.7682 2.85513 15.6772C2.80309 15.5862 2.7742 15.4838 2.771 15.379L2.727 13.956C2.72396 13.8694 2.70333 13.7843 2.66637 13.7059C2.62941 13.6275 2.57689 13.5575 2.512 13.5C0.956 12.108 0 10.092 0 7.76ZM5.546 6.301L3.196 10.029C2.971 10.387 3.41 10.79 3.747 10.535L6.272 8.619C6.35505 8.55592 6.45638 8.52161 6.56067 8.52125C6.66495 8.52089 6.76652 8.5545 6.85 8.617L8.719 10.019C8.85161 10.1184 9.00338 10.1893 9.16475 10.2272C9.32612 10.2651 9.49359 10.2691 9.6566 10.2391C9.8196 10.209 9.97461 10.1455 10.1119 10.0525C10.2491 9.95958 10.3656 9.83921 10.454 9.699L12.804 5.971C13.03 5.613 12.59 5.21 12.253 5.465L9.728 7.381C9.64495 7.44408 9.54362 7.47839 9.43933 7.47875C9.33505 7.47911 9.23348 7.4455 9.15 7.383L7.281 5.98C7.14839 5.88056 6.99662 5.80966 6.83525 5.77179C6.67388 5.73391 6.50641 5.72988 6.3434 5.75995C6.1804 5.79001 6.02539 5.85352 5.88815 5.94647C5.75091 6.03942 5.63441 6.15979 5.546 6.3V6.301Z' fill='%23FF3C41'/%3E%3C/svg%3E%0A");
    height: 16px;
    width: 16px;
    display: inline-block;
}

.icon_mail_box_red {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8C16 10.1217 15.1571 12.1566 13.6569 13.6569C12.1566 15.1571 10.1217 16 8 16C5.87827 16 3.84344 15.1571 2.34315 13.6569C0.842855 12.1566 0 10.1217 0 8C0 5.87827 0.842855 3.84344 2.34315 2.34315C3.84344 0.842855 5.87827 0 8 0C10.1217 0 12.1566 0.842855 13.6569 2.34315C15.1571 3.84344 16 5.87827 16 8ZM8.287 5.906C7.509 6.23 5.953 6.9 3.621 7.916C3.243 8.066 3.044 8.214 3.026 8.358C2.996 8.601 3.301 8.697 3.716 8.828L3.891 8.883C4.299 9.016 4.849 9.171 5.134 9.177C5.394 9.183 5.683 9.077 6.002 8.857C8.181 7.386 9.306 6.643 9.376 6.627C9.426 6.615 9.496 6.601 9.542 6.643C9.589 6.684 9.584 6.763 9.579 6.784C9.549 6.913 8.352 8.025 7.733 8.601C7.54 8.781 7.403 8.908 7.375 8.937C7.31334 9.00001 7.25067 9.06202 7.187 9.123C6.807 9.489 6.523 9.763 7.202 10.211C7.529 10.427 7.791 10.604 8.052 10.782C8.336 10.976 8.62 11.169 8.988 11.411C9.081 11.471 9.171 11.536 9.258 11.598C9.589 11.834 9.888 12.046 10.255 12.012C10.469 11.992 10.69 11.792 10.802 11.192C11.067 9.775 11.588 6.706 11.708 5.441C11.7153 5.33584 11.711 5.2302 11.695 5.126C11.6856 5.04192 11.6449 4.96446 11.581 4.909C11.49 4.84619 11.3815 4.81365 11.271 4.816C10.971 4.821 10.508 4.982 8.287 5.906Z' fill='%23FF3C41'/%3E%3C/svg%3E%0A");
    height: 16px;
    width: 16px;
    display: inline-block;
}

.icon_calendar_2_gray {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.625 0.5C2.72446 0.5 2.81984 0.539509 2.89016 0.609835C2.96049 0.680161 3 0.775544 3 0.875V1.25H9V0.875C9 0.775544 9.03951 0.680161 9.10983 0.609835C9.18016 0.539509 9.27554 0.5 9.375 0.5C9.47446 0.5 9.56984 0.539509 9.64017 0.609835C9.71049 0.680161 9.75 0.775544 9.75 0.875V1.25H10.5C10.8978 1.25 11.2794 1.40804 11.5607 1.68934C11.842 1.97064 12 2.35218 12 2.75V11C12 11.3978 11.842 11.7794 11.5607 12.0607C11.2794 12.342 10.8978 12.5 10.5 12.5H1.5C1.10218 12.5 0.720644 12.342 0.43934 12.0607C0.158035 11.7794 0 11.3978 0 11V2.75C0 2.35218 0.158035 1.97064 0.43934 1.68934C0.720644 1.40804 1.10218 1.25 1.5 1.25H2.25V0.875C2.25 0.775544 2.28951 0.680161 2.35984 0.609835C2.43016 0.539509 2.52554 0.5 2.625 0.5V0.5ZM1.5 2C1.30109 2 1.11032 2.07902 0.96967 2.21967C0.829018 2.36032 0.75 2.55109 0.75 2.75V3.5H11.25V2.75C11.25 2.55109 11.171 2.36032 11.0303 2.21967C10.8897 2.07902 10.6989 2 10.5 2H1.5ZM11.25 4.25H0.75V11C0.75 11.1989 0.829018 11.3897 0.96967 11.5303C1.11032 11.671 1.30109 11.75 1.5 11.75H10.5C10.6989 11.75 10.8897 11.671 11.0303 11.5303C11.171 11.3897 11.25 11.1989 11.25 11V4.25Z' fill='%23B6B6B6'/%3E%3C/svg%3E%0A");
    width: 12px;
    height: 13px;
    display: inline-block;
}

.icon_collapse_show {
    height: 20px;
    width: 20px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 18.75C7.67936 18.75 5.45376 17.8281 3.81282 16.1872C2.17187 14.5462 1.25 12.3206 1.25 10C1.25 7.67936 2.17187 5.45376 3.81282 3.81282C5.45376 2.17187 7.67936 1.25 10 1.25C12.3206 1.25 14.5462 2.17187 16.1872 3.81282C17.8281 5.45376 18.75 7.67936 18.75 10C18.75 12.3206 17.8281 14.5462 16.1872 16.1872C14.5462 17.8281 12.3206 18.75 10 18.75ZM10 20C12.6522 20 15.1957 18.9464 17.0711 17.0711C18.9464 15.1957 20 12.6522 20 10C20 7.34784 18.9464 4.8043 17.0711 2.92893C15.1957 1.05357 12.6522 0 10 0C7.34784 0 4.8043 1.05357 2.92893 2.92893C1.05357 4.8043 0 7.34784 0 10C0 12.6522 1.05357 15.1957 2.92893 17.0711C4.8043 18.9464 7.34784 20 10 20Z' fill='%23FF3C41'/%3E%3Cpath d='M10 5C10.1658 5 10.3247 5.06585 10.4419 5.18306C10.5592 5.30027 10.625 5.45924 10.625 5.625V9.375H14.375C14.5408 9.375 14.6997 9.44085 14.8169 9.55806C14.9342 9.67527 15 9.83424 15 10C15 10.1658 14.9342 10.3247 14.8169 10.4419C14.6997 10.5592 14.5408 10.625 14.375 10.625H10.625V14.375C10.625 14.5408 10.5592 14.6997 10.4419 14.8169C10.3247 14.9342 10.1658 15 10 15C9.83424 15 9.67527 14.9342 9.55806 14.8169C9.44085 14.6997 9.375 14.5408 9.375 14.375V10.625H5.625C5.45924 10.625 5.30027 10.5592 5.18306 10.4419C5.06585 10.3247 5 10.1658 5 10C5 9.83424 5.06585 9.67527 5.18306 9.55806C5.30027 9.44085 5.45924 9.375 5.625 9.375H9.375V5.625C9.375 5.45924 9.44085 5.30027 9.55806 5.18306C9.67527 5.06585 9.83424 5 10 5Z' fill='%23FF3C41'/%3E%3C/svg%3E%0A");
}

.icon_collapse_hide {
    height: 20px;
    width: 20px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 18.75C7.67936 18.75 5.45376 17.8281 3.81282 16.1872C2.17187 14.5462 1.25 12.3206 1.25 10C1.25 7.67936 2.17187 5.45376 3.81282 3.81282C5.45376 2.17187 7.67936 1.25 10 1.25C12.3206 1.25 14.5462 2.17187 16.1872 3.81282C17.8281 5.45376 18.75 7.67936 18.75 10C18.75 12.3206 17.8281 14.5462 16.1872 16.1872C14.5462 17.8281 12.3206 18.75 10 18.75ZM10 20C12.6522 20 15.1957 18.9464 17.0711 17.0711C18.9464 15.1957 20 12.6522 20 10C20 7.34784 18.9464 4.8043 17.0711 2.92893C15.1957 1.05357 12.6522 0 10 0C7.34784 0 4.8043 1.05357 2.92893 2.92893C1.05357 4.8043 0 7.34784 0 10C0 12.6522 1.05357 15.1957 2.92893 17.0711C4.8043 18.9464 7.34784 20 10 20Z' fill='%23FF3C41'/%3E%3Cpath d='M5 10C5 9.83424 5.06585 9.67527 5.18306 9.55806C5.30027 9.44085 5.45924 9.375 5.625 9.375H14.375C14.5408 9.375 14.6997 9.44085 14.8169 9.55806C14.9342 9.67527 15 9.83424 15 10C15 10.1658 14.9342 10.3247 14.8169 10.4419C14.6997 10.5592 14.5408 10.625 14.375 10.625H5.625C5.45924 10.625 5.30027 10.5592 5.18306 10.4419C5.06585 10.3247 5 10.1658 5 10Z' fill='%23FF3C41'/%3E%3C/svg%3E%0A");
}

.icon_person {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 8.5C8.79565 8.5 9.55871 8.18393 10.1213 7.62132C10.6839 7.05871 11 6.29565 11 5.5C11 4.70435 10.6839 3.94129 10.1213 3.37868C9.55871 2.81607 8.79565 2.5 8 2.5C7.20435 2.5 6.44129 2.81607 5.87868 3.37868C5.31607 3.94129 5 4.70435 5 5.5C5 6.29565 5.31607 7.05871 5.87868 7.62132C6.44129 8.18393 7.20435 8.5 8 8.5ZM10 5.5C10 6.03043 9.78929 6.53914 9.41421 6.91421C9.03914 7.28929 8.53043 7.5 8 7.5C7.46957 7.5 6.96086 7.28929 6.58579 6.91421C6.21071 6.53914 6 6.03043 6 5.5C6 4.96957 6.21071 4.46086 6.58579 4.08579C6.96086 3.71071 7.46957 3.5 8 3.5C8.53043 3.5 9.03914 3.71071 9.41421 4.08579C9.78929 4.46086 10 4.96957 10 5.5ZM14 13.5C14 14.5 13 14.5 13 14.5H3C3 14.5 2 14.5 2 13.5C2 12.5 3 9.5 8 9.5C13 9.5 14 12.5 14 13.5ZM13 13.496C12.999 13.25 12.846 12.51 12.168 11.832C11.516 11.18 10.289 10.5 8 10.5C5.71 10.5 4.484 11.18 3.832 11.832C3.154 12.51 3.002 13.25 3 13.496H13Z' fill='%238C8686'/%3E%3C/svg%3E");
    height: 16px;
    width: 17px;
    display: inline-block;
}

.icon_notification {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 16C7.53043 16 8.03914 15.7893 8.41421 15.4142C8.78929 15.0392 9 14.5305 9 14H5C5 14.5305 5.21071 15.0392 5.58579 15.4142C5.96086 15.7893 6.46957 16 7 16ZM7.995 1.09902C8.00896 0.959974 7.99362 0.819547 7.94997 0.686794C7.90632 0.554041 7.83533 0.43191 7.74158 0.328279C7.64783 0.224647 7.5334 0.141815 7.40567 0.085125C7.27794 0.028435 7.13974 -0.000854492 7 -0.000854492C6.86026 -0.000854492 6.72206 0.028435 6.59433 0.085125C6.4666 0.141815 6.35217 0.224647 6.25842 0.328279C6.16467 0.43191 6.09368 0.554041 6.05003 0.686794C6.00638 0.819547 5.99104 0.959974 6.005 1.09902C4.87472 1.32892 3.85862 1.94238 3.12876 2.83552C2.39891 3.72866 2.00015 4.84659 2 6.00002C2 7.09802 1.5 12 0 13H14C12.5 12 12 7.09802 12 6.00002C12 3.58002 10.28 1.56002 7.995 1.09902Z' fill='%23333333'/%3E%3C/svg%3E%0A");
    height: 16px;
    width: 14px;
    display: inline-block;
    position: relative;
}

.icon_chest {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.21959 0.219872C0.360236 0.0792686 0.550967 0.000282078 0.74984 0.000282078C0.948713 0.000282078 1.13944 0.0792686 1.28009 0.219872L5.99984 4.93962L10.7196 0.219872C10.7888 0.148239 10.8715 0.0911026 10.963 0.0517959C11.0545 0.0124891 11.153 -0.00820056 11.2525 -0.00906592C11.3521 -0.00993128 11.4509 0.009045 11.5431 0.0467557C11.6352 0.0844663 11.719 0.140156 11.7894 0.210576C11.8598 0.280995 11.9155 0.364734 11.9532 0.456906C11.9909 0.549079 12.0099 0.647838 12.009 0.747423C12.0082 0.847007 11.9875 0.945422 11.9482 1.03693C11.9089 1.12843 11.8517 1.21119 11.7801 1.28037L7.06034 6.00012L11.7801 10.7199C11.9167 10.8613 11.9923 11.0508 11.9906 11.2474C11.9889 11.4441 11.91 11.6322 11.771 11.7712C11.6319 11.9103 11.4438 11.9892 11.2471 11.9909C11.0505 11.9926 10.861 11.917 10.7196 11.7804L5.99984 7.06062L1.28009 11.7804C1.13864 11.917 0.949187 11.9926 0.752539 11.9909C0.555891 11.9892 0.367782 11.9103 0.228726 11.7712C0.0896698 11.6322 0.0107931 11.4441 0.00908431 11.2474C0.0073755 11.0508 0.0829713 10.8613 0.21959 10.7199L4.93934 6.00012L0.21959 1.28037C0.0789866 1.13973 0 0.948995 0 0.750122C0 0.551249 0.0789866 0.360518 0.21959 0.219872Z' fill='%23666666'/%3E%3C/svg%3E%0A");
    height: 12px;
    width: 12px;
    display: inline-block;
}

.icon_archive {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1C0 0.734784 0.105357 0.48043 0.292893 0.292893C0.48043 0.105357 0.734784 0 1 0H15C15.2652 0 15.5196 0.105357 15.7071 0.292893C15.8946 0.48043 16 0.734784 16 1V3C16 3.26522 15.8946 3.51957 15.7071 3.70711C15.5196 3.89464 15.2652 4 15 4V11.5C15 12.163 14.7366 12.7989 14.2678 13.2678C13.7989 13.7366 13.163 14 12.5 14H3.5C2.83696 14 2.20107 13.7366 1.73223 13.2678C1.26339 12.7989 1 12.163 1 11.5V4C0.734784 4 0.48043 3.89464 0.292893 3.70711C0.105357 3.51957 0 3.26522 0 3V1ZM2 4V11.5C2 11.8978 2.15804 12.2794 2.43934 12.5607C2.72064 12.842 3.10218 13 3.5 13H12.5C12.8978 13 13.2794 12.842 13.5607 12.5607C13.842 12.2794 14 11.8978 14 11.5V4H2ZM15 1H1V3H15V1ZM5 6.5C5 6.36739 5.05268 6.24021 5.14645 6.14645C5.24021 6.05268 5.36739 6 5.5 6H10.5C10.6326 6 10.7598 6.05268 10.8536 6.14645C10.9473 6.24021 11 6.36739 11 6.5C11 6.63261 10.9473 6.75979 10.8536 6.85355C10.7598 6.94732 10.6326 7 10.5 7H5.5C5.36739 7 5.24021 6.94732 5.14645 6.85355C5.05268 6.75979 5 6.63261 5 6.5Z' fill='%23666666'/%3E%3C/svg%3E%0A");
    height: 14px;
    width: 16px;
    display: inline-block;
}

.rj_icon_verification_guard {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='17' viewBox='0 0 15 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.50001 0.5C6.81001 0.5 5.65701 0.765 4.57201 1.06C3.46201 1.36 2.34301 1.715 1.68501 1.93C1.4099 2.02085 1.166 2.18747 0.981322 2.4107C0.796648 2.63394 0.678693 2.90474 0.641005 3.192C0.0450054 7.669 1.42801 10.987 3.10601 13.182C3.81759 14.121 4.66603 14.9478 5.62301 15.635C6.00901 15.908 6.36701 16.117 6.67101 16.26C6.95101 16.392 7.25201 16.5 7.50001 16.5C7.74801 16.5 8.04801 16.392 8.32901 16.26C8.69549 16.0819 9.0461 15.8728 9.37701 15.635C10.334 14.9479 11.1824 14.121 11.894 13.182C13.572 10.987 14.955 7.669 14.359 3.192C14.3214 2.9046 14.2035 2.63364 14.0188 2.41023C13.8341 2.18683 13.5902 2.02003 13.315 1.929C12.3598 1.61581 11.3972 1.32573 10.428 1.059C9.34301 0.766 8.19001 0.5 7.50001 0.5ZM9.64601 5.646C9.73989 5.55211 9.86723 5.49937 10 5.49937C10.1328 5.49937 10.2601 5.55211 10.354 5.646C10.4479 5.73989 10.5006 5.86722 10.5006 6C10.5006 6.13278 10.4479 6.26011 10.354 6.354L7.35401 9.354C7.30756 9.40056 7.25238 9.43751 7.19164 9.46271C7.13089 9.48792 7.06577 9.50089 7.00001 9.50089C6.93424 9.50089 6.86912 9.48792 6.80837 9.46271C6.74763 9.43751 6.69245 9.40056 6.64601 9.354L5.14601 7.854C5.09952 7.80751 5.06264 7.75232 5.03748 7.69158C5.01232 7.63084 4.99937 7.56574 4.99937 7.5C4.99937 7.43426 5.01232 7.36916 5.03748 7.30842C5.06264 7.24768 5.09952 7.19249 5.14601 7.146C5.19249 7.09951 5.24768 7.06264 5.30842 7.03748C5.36916 7.01232 5.43426 6.99937 5.50001 6.99937C5.56575 6.99937 5.63085 7.01232 5.69159 7.03748C5.75233 7.06264 5.80752 7.09951 5.85401 7.146L7.00001 8.293L9.64601 5.646Z' fill='%2328A745'/%3E%3C/svg%3E");
    display: inline-block;
    width: 15px;
    height: 17px;
}

.rj_icon_person_cv_review {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.3125 0.875C1.19647 0.875 1.08519 0.921094 1.00314 1.00314C0.921094 1.08519 0.875 1.19647 0.875 1.3125V3.9375C0.875 4.05353 0.828906 4.16481 0.746859 4.24686C0.664812 4.32891 0.553532 4.375 0.4375 4.375C0.321468 4.375 0.210188 4.32891 0.128141 4.24686C0.0460936 4.16481 0 4.05353 0 3.9375V1.3125C0 0.964403 0.138281 0.630564 0.384422 0.384422C0.630564 0.138281 0.964403 0 1.3125 0H3.9375C4.05353 0 4.16481 0.0460936 4.24686 0.128141C4.32891 0.210188 4.375 0.321468 4.375 0.4375C4.375 0.553532 4.32891 0.664812 4.24686 0.746859C4.16481 0.828906 4.05353 0.875 3.9375 0.875H1.3125ZM9.625 0.4375C9.625 0.321468 9.67109 0.210188 9.75314 0.128141C9.83519 0.0460936 9.94647 0 10.0625 0H12.6875C13.0356 0 13.3694 0.138281 13.6156 0.384422C13.8617 0.630564 14 0.964403 14 1.3125V3.9375C14 4.05353 13.9539 4.16481 13.8719 4.24686C13.7898 4.32891 13.6785 4.375 13.5625 4.375C13.4465 4.375 13.3352 4.32891 13.2531 4.24686C13.1711 4.16481 13.125 4.05353 13.125 3.9375V1.3125C13.125 1.19647 13.0789 1.08519 12.9969 1.00314C12.9148 0.921094 12.8035 0.875 12.6875 0.875H10.0625C9.94647 0.875 9.83519 0.828906 9.75314 0.746859C9.67109 0.664812 9.625 0.553532 9.625 0.4375ZM0.4375 9.625C0.553532 9.625 0.664812 9.67109 0.746859 9.75314C0.828906 9.83519 0.875 9.94647 0.875 10.0625V12.6875C0.875 12.8035 0.921094 12.9148 1.00314 12.9969C1.08519 13.0789 1.19647 13.125 1.3125 13.125H3.9375C4.05353 13.125 4.16481 13.1711 4.24686 13.2531C4.32891 13.3352 4.375 13.4465 4.375 13.5625C4.375 13.6785 4.32891 13.7898 4.24686 13.8719C4.16481 13.9539 4.05353 14 3.9375 14H1.3125C0.964403 14 0.630564 13.8617 0.384422 13.6156C0.138281 13.3694 0 13.0356 0 12.6875V10.0625C0 9.94647 0.0460936 9.83519 0.128141 9.75314C0.210188 9.67109 0.321468 9.625 0.4375 9.625ZM13.5625 9.625C13.6785 9.625 13.7898 9.67109 13.8719 9.75314C13.9539 9.83519 14 9.94647 14 10.0625V12.6875C14 13.0356 13.8617 13.3694 13.6156 13.6156C13.3694 13.8617 13.0356 14 12.6875 14H10.0625C9.94647 14 9.83519 13.9539 9.75314 13.8719C9.67109 13.7898 9.625 13.6785 9.625 13.5625C9.625 13.4465 9.67109 13.3352 9.75314 13.2531C9.83519 13.1711 9.94647 13.125 10.0625 13.125H12.6875C12.8035 13.125 12.9148 13.0789 12.9969 12.9969C13.0789 12.9148 13.125 12.8035 13.125 12.6875V10.0625C13.125 9.94647 13.1711 9.83519 13.2531 9.75314C13.3352 9.67109 13.4465 9.625 13.5625 9.625Z' fill='%23FFB74A'/%3E%3Cpath d='M2.625 12.25C2.625 12.25 1.75 12.25 1.75 11.375C1.75 10.5 2.625 7.875 7 7.875C11.375 7.875 12.25 10.5 12.25 11.375C12.25 12.25 11.375 12.25 11.375 12.25H2.625ZM9.625 4.375C9.625 5.07119 9.34844 5.73887 8.85616 6.23116C8.36387 6.72344 7.69619 7 7 7C6.30381 7 5.63613 6.72344 5.14384 6.23116C4.65156 5.73887 4.375 5.07119 4.375 4.375C4.375 3.67881 4.65156 3.01113 5.14384 2.51884C5.63613 2.02656 6.30381 1.75 7 1.75C7.69619 1.75 8.36387 2.02656 8.85616 2.51884C9.34844 3.01113 9.625 3.67881 9.625 4.375Z' fill='%23FFB74A'/%3E%3C/svg%3E%0A");
    height: 14px;
    width: 14px;
    display: inline-block;
}

.rj_icon_arrow_previous {
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='11' viewBox='0 0 13 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.92121 8.40006L0.353213 5.12006C0.245619 5.05648 0.156455 4.96595 0.0945155 4.8574C0.032576 4.74886 0 4.62604 0 4.50106C0 4.37609 0.032576 4.25327 0.0945155 4.14472C0.156455 4.03617 0.245619 3.94564 0.353213 3.88206L4.92121 0.600061C5.0301 0.536013 5.154 0.501916 5.28033 0.501231C5.40666 0.500546 5.53092 0.533298 5.6405 0.596161C5.75008 0.659025 5.84108 0.749763 5.90426 0.859163C5.96743 0.968563 6.00054 1.09273 6.00021 1.21906V2.50006C7.50021 2.50006 12.0002 2.50006 13.0002 10.5001C10.5002 6.00006 6.00021 6.50006 6.00021 6.50006V7.78106C6.00021 8.34106 5.39421 8.67906 4.92121 8.40106V8.40006Z' fill='%23333333'/%3E%3C/svg%3E");
    width: 13px;
    height: 11px;
    display: inline-block;
}

.rj_icon_edit_black {
    width: 15px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.502 1.43991C14.5954 1.53363 14.6479 1.66057 14.6479 1.7929C14.6479 1.92524 14.5954 2.05218 14.502 2.1459L13.459 3.1899L11.459 1.18991L12.502 0.145905C12.5958 0.0521695 12.7229 -0.000488281 12.8555 -0.000488281C12.9881 -0.000488281 13.1152 0.0521695 13.209 0.145905L14.502 1.43891V1.43991ZM12.752 3.8959L10.752 1.8959L3.939 8.7099C3.88396 8.76493 3.84253 8.83204 3.818 8.9059L3.013 11.3199C2.9984 11.3639 2.99633 11.4111 3.00701 11.4562C3.0177 11.5014 3.04072 11.5426 3.07351 11.5754C3.10629 11.6082 3.14755 11.6312 3.19267 11.6419C3.23779 11.6526 3.28499 11.6505 3.329 11.6359L5.743 10.8309C5.81676 10.8067 5.88387 10.7656 5.939 10.7109L12.752 3.8959Z' fill='%23333333'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 12.9999C0 13.3977 0.158035 13.7793 0.43934 14.0606C0.720644 14.3419 1.10218 14.4999 1.5 14.4999H12.5C12.8978 14.4999 13.2794 14.3419 13.5607 14.0606C13.842 13.7793 14 13.3977 14 12.9999V6.99991C14 6.8673 13.9473 6.74012 13.8536 6.64635C13.7598 6.55258 13.6326 6.49991 13.5 6.49991C13.3674 6.49991 13.2402 6.55258 13.1464 6.64635C13.0527 6.74012 13 6.8673 13 6.99991V12.9999C13 13.1325 12.9473 13.2597 12.8536 13.3535C12.7598 13.4472 12.6326 13.4999 12.5 13.4999H1.5C1.36739 13.4999 1.24021 13.4472 1.14645 13.3535C1.05268 13.2597 1 13.1325 1 12.9999V1.9999C1 1.8673 1.05268 1.74012 1.14645 1.64635C1.24021 1.55258 1.36739 1.4999 1.5 1.4999H8C8.13261 1.4999 8.25979 1.44723 8.35355 1.35346C8.44732 1.25969 8.5 1.13251 8.5 0.999905C8.5 0.867297 8.44732 0.74012 8.35355 0.646352C8.25979 0.552583 8.13261 0.499905 8 0.499905H1.5C1.10218 0.499905 0.720644 0.65794 0.43934 0.939245C0.158035 1.22055 0 1.60208 0 1.9999V12.9999Z' fill='%23333333'/%3E%3C/svg%3E");
    display: inline-block;
}

.rj_icon_close_gray {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='7' viewBox='0 0 8 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.645917 0.145917C0.692363 0.0993537 0.747538 0.0624107 0.808283 0.0372043C0.869028 0.0119978 0.93415 -0.000976562 0.999917 -0.000976562C1.06568 -0.000976562 1.13081 0.0119978 1.19155 0.0372043C1.2523 0.0624107 1.30747 0.0993537 1.35392 0.145917L3.99992 2.79292L6.64592 0.145917C6.6924 0.099429 6.74759 0.0625527 6.80833 0.0373936C6.86907 0.0122345 6.93417 -0.000714779 6.99992 -0.000714779C7.06566 -0.000714779 7.13076 0.0122345 7.1915 0.0373936C7.25224 0.0625527 7.30743 0.099429 7.35392 0.145917C7.4004 0.192405 7.43728 0.247594 7.46244 0.308333C7.4876 0.369073 7.50055 0.434173 7.50055 0.499917C7.50055 0.565661 7.4876 0.630761 7.46244 0.691501C7.43728 0.75224 7.4004 0.807429 7.35392 0.853917L4.70692 3.49992L7.35392 6.14592C7.4004 6.1924 7.43728 6.24759 7.46244 6.30833C7.4876 6.36907 7.50055 6.43417 7.50055 6.49992C7.50055 6.56566 7.4876 6.63076 7.46244 6.6915C7.43728 6.75224 7.4004 6.80743 7.35392 6.85392C7.30743 6.9004 7.25224 6.93728 7.1915 6.96244C7.13076 6.9876 7.06566 7.00055 6.99992 7.00055C6.93417 7.00055 6.86907 6.9876 6.80833 6.96244C6.74759 6.93728 6.6924 6.9004 6.64592 6.85392L3.99992 4.20692L1.35392 6.85392C1.30743 6.9004 1.25224 6.93728 1.1915 6.96244C1.13076 6.9876 1.06566 7.00055 0.999917 7.00055C0.934173 7.00055 0.869073 6.9876 0.808333 6.96244C0.747594 6.93728 0.692405 6.9004 0.645917 6.85392C0.599429 6.80743 0.562553 6.75224 0.537394 6.6915C0.512234 6.63076 0.499285 6.56566 0.499285 6.49992C0.499285 6.43417 0.512234 6.36907 0.537394 6.30833C0.562553 6.24759 0.599429 6.1924 0.645917 6.14592L3.29292 3.49992L0.645917 0.853917C0.599354 0.807471 0.562411 0.752296 0.537204 0.691551C0.511998 0.630806 0.499023 0.565684 0.499023 0.499917C0.499023 0.43415 0.511998 0.369028 0.537204 0.308283C0.562411 0.247538 0.599354 0.192363 0.645917 0.145917Z' fill='%238C8686'/%3E%3C/svg%3E");
    width: 8px;
    height: 7px;
    display: inline-block;
}

.rj_icon_person_interview_with_client {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.8125 0.875C1.69647 0.875 1.58519 0.921094 1.50314 1.00314C1.42109 1.08519 1.375 1.19647 1.375 1.3125V3.9375C1.375 4.05353 1.32891 4.16481 1.24686 4.24686C1.16481 4.32891 1.05353 4.375 0.9375 4.375C0.821468 4.375 0.710188 4.32891 0.628141 4.24686C0.546094 4.16481 0.5 4.05353 0.5 3.9375V1.3125C0.5 0.964403 0.638281 0.630564 0.884422 0.384422C1.13056 0.138281 1.4644 0 1.8125 0H4.4375C4.55353 0 4.66481 0.0460936 4.74686 0.128141C4.82891 0.210188 4.875 0.321468 4.875 0.4375C4.875 0.553532 4.82891 0.664812 4.74686 0.746859C4.66481 0.828906 4.55353 0.875 4.4375 0.875H1.8125ZM10.125 0.4375C10.125 0.321468 10.1711 0.210188 10.2531 0.128141C10.3352 0.0460936 10.4465 0 10.5625 0H13.1875C13.5356 0 13.8694 0.138281 14.1156 0.384422C14.3617 0.630564 14.5 0.964403 14.5 1.3125V3.9375C14.5 4.05353 14.4539 4.16481 14.3719 4.24686C14.2898 4.32891 14.1785 4.375 14.0625 4.375C13.9465 4.375 13.8352 4.32891 13.7531 4.24686C13.6711 4.16481 13.625 4.05353 13.625 3.9375V1.3125C13.625 1.19647 13.5789 1.08519 13.4969 1.00314C13.4148 0.921094 13.3035 0.875 13.1875 0.875H10.5625C10.4465 0.875 10.3352 0.828906 10.2531 0.746859C10.1711 0.664812 10.125 0.553532 10.125 0.4375ZM0.9375 9.625C1.05353 9.625 1.16481 9.67109 1.24686 9.75314C1.32891 9.83519 1.375 9.94647 1.375 10.0625V12.6875C1.375 12.8035 1.42109 12.9148 1.50314 12.9969C1.58519 13.0789 1.69647 13.125 1.8125 13.125H4.4375C4.55353 13.125 4.66481 13.1711 4.74686 13.2531C4.82891 13.3352 4.875 13.4465 4.875 13.5625C4.875 13.6785 4.82891 13.7898 4.74686 13.8719C4.66481 13.9539 4.55353 14 4.4375 14H1.8125C1.4644 14 1.13056 13.8617 0.884422 13.6156C0.638281 13.3694 0.5 13.0356 0.5 12.6875V10.0625C0.5 9.94647 0.546094 9.83519 0.628141 9.75314C0.710188 9.67109 0.821468 9.625 0.9375 9.625ZM14.0625 9.625C14.1785 9.625 14.2898 9.67109 14.3719 9.75314C14.4539 9.83519 14.5 9.94647 14.5 10.0625V12.6875C14.5 13.0356 14.3617 13.3694 14.1156 13.6156C13.8694 13.8617 13.5356 14 13.1875 14H10.5625C10.4465 14 10.3352 13.9539 10.2531 13.8719C10.1711 13.7898 10.125 13.6785 10.125 13.5625C10.125 13.4465 10.1711 13.3352 10.2531 13.2531C10.3352 13.1711 10.4465 13.125 10.5625 13.125H13.1875C13.3035 13.125 13.4148 13.0789 13.4969 12.9969C13.5789 12.9148 13.625 12.8035 13.625 12.6875V10.0625C13.625 9.94647 13.6711 9.83519 13.7531 9.75314C13.8352 9.67109 13.9465 9.625 14.0625 9.625Z' fill='%23262946'/%3E%3Cpath d='M3.125 12.25C3.125 12.25 2.25 12.25 2.25 11.375C2.25 10.5 3.125 7.875 7.5 7.875C11.875 7.875 12.75 10.5 12.75 11.375C12.75 12.25 11.875 12.25 11.875 12.25H3.125ZM10.125 4.375C10.125 5.07119 9.84844 5.73887 9.35616 6.23116C8.86387 6.72344 8.19619 7 7.5 7C6.80381 7 6.13613 6.72344 5.64384 6.23116C5.15156 5.73887 4.875 5.07119 4.875 4.375C4.875 3.67881 5.15156 3.01113 5.64384 2.51884C6.13613 2.02656 6.80381 1.75 7.5 1.75C8.19619 1.75 8.86387 2.02656 9.35616 2.51884C9.84844 3.01113 10.125 3.67881 10.125 4.375Z' fill='%23262946'/%3E%3C/svg%3E%0A");
    height: 14px;
    width: 15px;
    display: inline-block;
}

.rj_icon_person_enrolled {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.8125 0.875C1.69647 0.875 1.58519 0.921094 1.50314 1.00314C1.42109 1.08519 1.375 1.19647 1.375 1.3125V3.9375C1.375 4.05353 1.32891 4.16481 1.24686 4.24686C1.16481 4.32891 1.05353 4.375 0.9375 4.375C0.821468 4.375 0.710188 4.32891 0.628141 4.24686C0.546094 4.16481 0.5 4.05353 0.5 3.9375V1.3125C0.5 0.964403 0.638281 0.630564 0.884422 0.384422C1.13056 0.138281 1.4644 0 1.8125 0H4.4375C4.55353 0 4.66481 0.0460936 4.74686 0.128141C4.82891 0.210188 4.875 0.321468 4.875 0.4375C4.875 0.553532 4.82891 0.664812 4.74686 0.746859C4.66481 0.828906 4.55353 0.875 4.4375 0.875H1.8125ZM10.125 0.4375C10.125 0.321468 10.1711 0.210188 10.2531 0.128141C10.3352 0.0460936 10.4465 0 10.5625 0H13.1875C13.5356 0 13.8694 0.138281 14.1156 0.384422C14.3617 0.630564 14.5 0.964403 14.5 1.3125V3.9375C14.5 4.05353 14.4539 4.16481 14.3719 4.24686C14.2898 4.32891 14.1785 4.375 14.0625 4.375C13.9465 4.375 13.8352 4.32891 13.7531 4.24686C13.6711 4.16481 13.625 4.05353 13.625 3.9375V1.3125C13.625 1.19647 13.5789 1.08519 13.4969 1.00314C13.4148 0.921094 13.3035 0.875 13.1875 0.875H10.5625C10.4465 0.875 10.3352 0.828906 10.2531 0.746859C10.1711 0.664812 10.125 0.553532 10.125 0.4375ZM0.9375 9.625C1.05353 9.625 1.16481 9.67109 1.24686 9.75314C1.32891 9.83519 1.375 9.94647 1.375 10.0625V12.6875C1.375 12.8035 1.42109 12.9148 1.50314 12.9969C1.58519 13.0789 1.69647 13.125 1.8125 13.125H4.4375C4.55353 13.125 4.66481 13.1711 4.74686 13.2531C4.82891 13.3352 4.875 13.4465 4.875 13.5625C4.875 13.6785 4.82891 13.7898 4.74686 13.8719C4.66481 13.9539 4.55353 14 4.4375 14H1.8125C1.4644 14 1.13056 13.8617 0.884422 13.6156C0.638281 13.3694 0.5 13.0356 0.5 12.6875V10.0625C0.5 9.94647 0.546094 9.83519 0.628141 9.75314C0.710188 9.67109 0.821468 9.625 0.9375 9.625ZM14.0625 9.625C14.1785 9.625 14.2898 9.67109 14.3719 9.75314C14.4539 9.83519 14.5 9.94647 14.5 10.0625V12.6875C14.5 13.0356 14.3617 13.3694 14.1156 13.6156C13.8694 13.8617 13.5356 14 13.1875 14H10.5625C10.4465 14 10.3352 13.9539 10.2531 13.8719C10.1711 13.7898 10.125 13.6785 10.125 13.5625C10.125 13.4465 10.1711 13.3352 10.2531 13.2531C10.3352 13.1711 10.4465 13.125 10.5625 13.125H13.1875C13.3035 13.125 13.4148 13.0789 13.4969 12.9969C13.5789 12.9148 13.625 12.8035 13.625 12.6875V10.0625C13.625 9.94647 13.6711 9.83519 13.7531 9.75314C13.8352 9.67109 13.9465 9.625 14.0625 9.625Z' fill='%2328A745'/%3E%3Cpath d='M3.125 12.25C3.125 12.25 2.25 12.25 2.25 11.375C2.25 10.5 3.125 7.875 7.5 7.875C11.875 7.875 12.75 10.5 12.75 11.375C12.75 12.25 11.875 12.25 11.875 12.25H3.125ZM10.125 4.375C10.125 5.07119 9.84844 5.73887 9.35616 6.23116C8.86387 6.72344 8.19619 7 7.5 7C6.80381 7 6.13613 6.72344 5.64384 6.23116C5.15156 5.73887 4.875 5.07119 4.875 4.375C4.875 3.67881 5.15156 3.01113 5.64384 2.51884C6.13613 2.02656 6.80381 1.75 7.5 1.75C8.19619 1.75 8.86387 2.02656 9.35616 2.51884C9.84844 3.01113 10.125 3.67881 10.125 4.375Z' fill='%2328A745'/%3E%3C/svg%3E%0A");
    height: 15px;
    width: 14px;
    display: inline-block;
}

.rj_icon_person_rejected_by_us {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.3125 0.875C1.19647 0.875 1.08519 0.921094 1.00314 1.00314C0.921094 1.08519 0.875 1.19647 0.875 1.3125V3.9375C0.875 4.05353 0.828906 4.16481 0.746859 4.24686C0.664812 4.32891 0.553532 4.375 0.4375 4.375C0.321468 4.375 0.210188 4.32891 0.128141 4.24686C0.0460936 4.16481 0 4.05353 0 3.9375V1.3125C0 0.964403 0.138281 0.630564 0.384422 0.384422C0.630564 0.138281 0.964403 0 1.3125 0H3.9375C4.05353 0 4.16481 0.0460936 4.24686 0.128141C4.32891 0.210188 4.375 0.321468 4.375 0.4375C4.375 0.553532 4.32891 0.664812 4.24686 0.746859C4.16481 0.828906 4.05353 0.875 3.9375 0.875H1.3125ZM9.625 0.4375C9.625 0.321468 9.67109 0.210188 9.75314 0.128141C9.83519 0.0460936 9.94647 0 10.0625 0H12.6875C13.0356 0 13.3694 0.138281 13.6156 0.384422C13.8617 0.630564 14 0.964403 14 1.3125V3.9375C14 4.05353 13.9539 4.16481 13.8719 4.24686C13.7898 4.32891 13.6785 4.375 13.5625 4.375C13.4465 4.375 13.3352 4.32891 13.2531 4.24686C13.1711 4.16481 13.125 4.05353 13.125 3.9375V1.3125C13.125 1.19647 13.0789 1.08519 12.9969 1.00314C12.9148 0.921094 12.8035 0.875 12.6875 0.875H10.0625C9.94647 0.875 9.83519 0.828906 9.75314 0.746859C9.67109 0.664812 9.625 0.553532 9.625 0.4375ZM0.4375 9.625C0.553532 9.625 0.664812 9.67109 0.746859 9.75314C0.828906 9.83519 0.875 9.94647 0.875 10.0625V12.6875C0.875 12.8035 0.921094 12.9148 1.00314 12.9969C1.08519 13.0789 1.19647 13.125 1.3125 13.125H3.9375C4.05353 13.125 4.16481 13.1711 4.24686 13.2531C4.32891 13.3352 4.375 13.4465 4.375 13.5625C4.375 13.6785 4.32891 13.7898 4.24686 13.8719C4.16481 13.9539 4.05353 14 3.9375 14H1.3125C0.964403 14 0.630564 13.8617 0.384422 13.6156C0.138281 13.3694 0 13.0356 0 12.6875V10.0625C0 9.94647 0.0460936 9.83519 0.128141 9.75314C0.210188 9.67109 0.321468 9.625 0.4375 9.625ZM13.5625 9.625C13.6785 9.625 13.7898 9.67109 13.8719 9.75314C13.9539 9.83519 14 9.94647 14 10.0625V12.6875C14 13.0356 13.8617 13.3694 13.6156 13.6156C13.3694 13.8617 13.0356 14 12.6875 14H10.0625C9.94647 14 9.83519 13.9539 9.75314 13.8719C9.67109 13.7898 9.625 13.6785 9.625 13.5625C9.625 13.4465 9.67109 13.3352 9.75314 13.2531C9.83519 13.1711 9.94647 13.125 10.0625 13.125H12.6875C12.8035 13.125 12.9148 13.0789 12.9969 12.9969C13.0789 12.9148 13.125 12.8035 13.125 12.6875V10.0625C13.125 9.94647 13.1711 9.83519 13.2531 9.75314C13.3352 9.67109 13.4465 9.625 13.5625 9.625Z' fill='%238C8686'/%3E%3Cpath d='M2.625 12.25C2.625 12.25 1.75 12.25 1.75 11.375C1.75 10.5 2.625 7.875 7 7.875C11.375 7.875 12.25 10.5 12.25 11.375C12.25 12.25 11.375 12.25 11.375 12.25H2.625ZM9.625 4.375C9.625 5.07119 9.34844 5.73887 8.85616 6.23116C8.36387 6.72344 7.69619 7 7 7C6.30381 7 5.63613 6.72344 5.14384 6.23116C4.65156 5.73887 4.375 5.07119 4.375 4.375C4.375 3.67881 4.65156 3.01113 5.14384 2.51884C5.63613 2.02656 6.30381 1.75 7 1.75C7.69619 1.75 8.36387 2.02656 8.85616 2.51884C9.34844 3.01113 9.625 3.67881 9.625 4.375Z' fill='%238C8686'/%3E%3C/svg%3E%0A");
    height: 14px;
    width: 14px;
    display: inline-block;
}

.rj_icon_person_rejected_by_client {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.3125 0.875C1.19647 0.875 1.08519 0.921094 1.00314 1.00314C0.921094 1.08519 0.875 1.19647 0.875 1.3125V3.9375C0.875 4.05353 0.828906 4.16481 0.746859 4.24686C0.664812 4.32891 0.553532 4.375 0.4375 4.375C0.321468 4.375 0.210188 4.32891 0.128141 4.24686C0.0460936 4.16481 0 4.05353 0 3.9375V1.3125C0 0.964403 0.138281 0.630564 0.384422 0.384422C0.630564 0.138281 0.964403 0 1.3125 0H3.9375C4.05353 0 4.16481 0.0460936 4.24686 0.128141C4.32891 0.210188 4.375 0.321468 4.375 0.4375C4.375 0.553532 4.32891 0.664812 4.24686 0.746859C4.16481 0.828906 4.05353 0.875 3.9375 0.875H1.3125ZM9.625 0.4375C9.625 0.321468 9.67109 0.210188 9.75314 0.128141C9.83519 0.0460936 9.94647 0 10.0625 0H12.6875C13.0356 0 13.3694 0.138281 13.6156 0.384422C13.8617 0.630564 14 0.964403 14 1.3125V3.9375C14 4.05353 13.9539 4.16481 13.8719 4.24686C13.7898 4.32891 13.6785 4.375 13.5625 4.375C13.4465 4.375 13.3352 4.32891 13.2531 4.24686C13.1711 4.16481 13.125 4.05353 13.125 3.9375V1.3125C13.125 1.19647 13.0789 1.08519 12.9969 1.00314C12.9148 0.921094 12.8035 0.875 12.6875 0.875H10.0625C9.94647 0.875 9.83519 0.828906 9.75314 0.746859C9.67109 0.664812 9.625 0.553532 9.625 0.4375ZM0.4375 9.625C0.553532 9.625 0.664812 9.67109 0.746859 9.75314C0.828906 9.83519 0.875 9.94647 0.875 10.0625V12.6875C0.875 12.8035 0.921094 12.9148 1.00314 12.9969C1.08519 13.0789 1.19647 13.125 1.3125 13.125H3.9375C4.05353 13.125 4.16481 13.1711 4.24686 13.2531C4.32891 13.3352 4.375 13.4465 4.375 13.5625C4.375 13.6785 4.32891 13.7898 4.24686 13.8719C4.16481 13.9539 4.05353 14 3.9375 14H1.3125C0.964403 14 0.630564 13.8617 0.384422 13.6156C0.138281 13.3694 0 13.0356 0 12.6875V10.0625C0 9.94647 0.0460936 9.83519 0.128141 9.75314C0.210188 9.67109 0.321468 9.625 0.4375 9.625ZM13.5625 9.625C13.6785 9.625 13.7898 9.67109 13.8719 9.75314C13.9539 9.83519 14 9.94647 14 10.0625V12.6875C14 13.0356 13.8617 13.3694 13.6156 13.6156C13.3694 13.8617 13.0356 14 12.6875 14H10.0625C9.94647 14 9.83519 13.9539 9.75314 13.8719C9.67109 13.7898 9.625 13.6785 9.625 13.5625C9.625 13.4465 9.67109 13.3352 9.75314 13.2531C9.83519 13.1711 9.94647 13.125 10.0625 13.125H12.6875C12.8035 13.125 12.9148 13.0789 12.9969 12.9969C13.0789 12.9148 13.125 12.8035 13.125 12.6875V10.0625C13.125 9.94647 13.1711 9.83519 13.2531 9.75314C13.3352 9.67109 13.4465 9.625 13.5625 9.625Z' fill='%238C8686'/%3E%3Cpath d='M2.625 12.25C2.625 12.25 1.75 12.25 1.75 11.375C1.75 10.5 2.625 7.875 7 7.875C11.375 7.875 12.25 10.5 12.25 11.375C12.25 12.25 11.375 12.25 11.375 12.25H2.625ZM9.625 4.375C9.625 5.07119 9.34844 5.73887 8.85616 6.23116C8.36387 6.72344 7.69619 7 7 7C6.30381 7 5.63613 6.72344 5.14384 6.23116C4.65156 5.73887 4.375 5.07119 4.375 4.375C4.375 3.67881 4.65156 3.01113 5.14384 2.51884C5.63613 2.02656 6.30381 1.75 7 1.75C7.69619 1.75 8.36387 2.02656 8.85616 2.51884C9.34844 3.01113 9.625 3.67881 9.625 4.375Z' fill='%238C8686'/%3E%3C/svg%3E%0A");
    height: 14px;
    width: 14px;
    display: inline-block;
}

.rj_icon_person_rejected_by_partner {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.3125 0.875C1.19647 0.875 1.08519 0.921094 1.00314 1.00314C0.921094 1.08519 0.875 1.19647 0.875 1.3125V3.9375C0.875 4.05353 0.828906 4.16481 0.746859 4.24686C0.664812 4.32891 0.553532 4.375 0.4375 4.375C0.321468 4.375 0.210188 4.32891 0.128141 4.24686C0.0460936 4.16481 0 4.05353 0 3.9375V1.3125C0 0.964403 0.138281 0.630564 0.384422 0.384422C0.630564 0.138281 0.964403 0 1.3125 0H3.9375C4.05353 0 4.16481 0.0460936 4.24686 0.128141C4.32891 0.210188 4.375 0.321468 4.375 0.4375C4.375 0.553532 4.32891 0.664812 4.24686 0.746859C4.16481 0.828906 4.05353 0.875 3.9375 0.875H1.3125ZM9.625 0.4375C9.625 0.321468 9.67109 0.210188 9.75314 0.128141C9.83519 0.0460936 9.94647 0 10.0625 0H12.6875C13.0356 0 13.3694 0.138281 13.6156 0.384422C13.8617 0.630564 14 0.964403 14 1.3125V3.9375C14 4.05353 13.9539 4.16481 13.8719 4.24686C13.7898 4.32891 13.6785 4.375 13.5625 4.375C13.4465 4.375 13.3352 4.32891 13.2531 4.24686C13.1711 4.16481 13.125 4.05353 13.125 3.9375V1.3125C13.125 1.19647 13.0789 1.08519 12.9969 1.00314C12.9148 0.921094 12.8035 0.875 12.6875 0.875H10.0625C9.94647 0.875 9.83519 0.828906 9.75314 0.746859C9.67109 0.664812 9.625 0.553532 9.625 0.4375ZM0.4375 9.625C0.553532 9.625 0.664812 9.67109 0.746859 9.75314C0.828906 9.83519 0.875 9.94647 0.875 10.0625V12.6875C0.875 12.8035 0.921094 12.9148 1.00314 12.9969C1.08519 13.0789 1.19647 13.125 1.3125 13.125H3.9375C4.05353 13.125 4.16481 13.1711 4.24686 13.2531C4.32891 13.3352 4.375 13.4465 4.375 13.5625C4.375 13.6785 4.32891 13.7898 4.24686 13.8719C4.16481 13.9539 4.05353 14 3.9375 14H1.3125C0.964403 14 0.630564 13.8617 0.384422 13.6156C0.138281 13.3694 0 13.0356 0 12.6875V10.0625C0 9.94647 0.0460936 9.83519 0.128141 9.75314C0.210188 9.67109 0.321468 9.625 0.4375 9.625ZM13.5625 9.625C13.6785 9.625 13.7898 9.67109 13.8719 9.75314C13.9539 9.83519 14 9.94647 14 10.0625V12.6875C14 13.0356 13.8617 13.3694 13.6156 13.6156C13.3694 13.8617 13.0356 14 12.6875 14H10.0625C9.94647 14 9.83519 13.9539 9.75314 13.8719C9.67109 13.7898 9.625 13.6785 9.625 13.5625C9.625 13.4465 9.67109 13.3352 9.75314 13.2531C9.83519 13.1711 9.94647 13.125 10.0625 13.125H12.6875C12.8035 13.125 12.9148 13.0789 12.9969 12.9969C13.0789 12.9148 13.125 12.8035 13.125 12.6875V10.0625C13.125 9.94647 13.1711 9.83519 13.2531 9.75314C13.3352 9.67109 13.4465 9.625 13.5625 9.625Z' fill='%238C8686'/%3E%3Cpath d='M2.625 12.25C2.625 12.25 1.75 12.25 1.75 11.375C1.75 10.5 2.625 7.875 7 7.875C11.375 7.875 12.25 10.5 12.25 11.375C12.25 12.25 11.375 12.25 11.375 12.25H2.625ZM9.625 4.375C9.625 5.07119 9.34844 5.73887 8.85616 6.23116C8.36387 6.72344 7.69619 7 7 7C6.30381 7 5.63613 6.72344 5.14384 6.23116C4.65156 5.73887 4.375 5.07119 4.375 4.375C4.375 3.67881 4.65156 3.01113 5.14384 2.51884C5.63613 2.02656 6.30381 1.75 7 1.75C7.69619 1.75 8.36387 2.02656 8.85616 2.51884C9.34844 3.01113 9.625 3.67881 9.625 4.375Z' fill='%238C8686'/%3E%3C/svg%3E%0A");
    height: 14px;
    width: 14px;
    display: inline-block;
}

.icon_person_red {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 6.5C6.79565 6.5 7.55871 6.18393 8.12132 5.62132C8.68393 5.05871 9 4.29565 9 3.5C9 2.70435 8.68393 1.94129 8.12132 1.37868C7.55871 0.816071 6.79565 0.5 6 0.5C5.20435 0.5 4.44129 0.816071 3.87868 1.37868C3.31607 1.94129 3 2.70435 3 3.5C3 4.29565 3.31607 5.05871 3.87868 5.62132C4.44129 6.18393 5.20435 6.5 6 6.5ZM8 3.5C8 4.03043 7.78929 4.53914 7.41421 4.91421C7.03914 5.28929 6.53043 5.5 6 5.5C5.46957 5.5 4.96086 5.28929 4.58579 4.91421C4.21071 4.53914 4 4.03043 4 3.5C4 2.96957 4.21071 2.46086 4.58579 2.08579C4.96086 1.71071 5.46957 1.5 6 1.5C6.53043 1.5 7.03914 1.71071 7.41421 2.08579C7.78929 2.46086 8 2.96957 8 3.5ZM12 11.5C12 12.5 11 12.5 11 12.5H1C1 12.5 0 12.5 0 11.5C0 10.5 1 7.5 6 7.5C11 7.5 12 10.5 12 11.5ZM11 11.496C10.999 11.25 10.846 10.51 10.168 9.832C9.516 9.18 8.289 8.5 6 8.5C3.71 8.5 2.484 9.18 1.832 9.832C1.154 10.51 1.002 11.25 1 11.496H11Z' fill='%23FF3C41'/%3E%3C/svg%3E%0A");
    height: 12px;
    width: 12px;
    display: inline-block;
}

.icon_person_black {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.8125 0.875C1.69647 0.875 1.58519 0.921094 1.50314 1.00314C1.42109 1.08519 1.375 1.19647 1.375 1.3125V3.9375C1.375 4.05353 1.32891 4.16481 1.24686 4.24686C1.16481 4.32891 1.05353 4.375 0.9375 4.375C0.821468 4.375 0.710188 4.32891 0.628141 4.24686C0.546094 4.16481 0.5 4.05353 0.5 3.9375V1.3125C0.5 0.964403 0.638281 0.630564 0.884422 0.384422C1.13056 0.138281 1.4644 0 1.8125 0H4.4375C4.55353 0 4.66481 0.0460936 4.74686 0.128141C4.82891 0.210188 4.875 0.321468 4.875 0.4375C4.875 0.553532 4.82891 0.664812 4.74686 0.746859C4.66481 0.828906 4.55353 0.875 4.4375 0.875H1.8125ZM10.125 0.4375C10.125 0.321468 10.1711 0.210188 10.2531 0.128141C10.3352 0.0460936 10.4465 0 10.5625 0H13.1875C13.5356 0 13.8694 0.138281 14.1156 0.384422C14.3617 0.630564 14.5 0.964403 14.5 1.3125V3.9375C14.5 4.05353 14.4539 4.16481 14.3719 4.24686C14.2898 4.32891 14.1785 4.375 14.0625 4.375C13.9465 4.375 13.8352 4.32891 13.7531 4.24686C13.6711 4.16481 13.625 4.05353 13.625 3.9375V1.3125C13.625 1.19647 13.5789 1.08519 13.4969 1.00314C13.4148 0.921094 13.3035 0.875 13.1875 0.875H10.5625C10.4465 0.875 10.3352 0.828906 10.2531 0.746859C10.1711 0.664812 10.125 0.553532 10.125 0.4375ZM0.9375 9.625C1.05353 9.625 1.16481 9.67109 1.24686 9.75314C1.32891 9.83519 1.375 9.94647 1.375 10.0625V12.6875C1.375 12.8035 1.42109 12.9148 1.50314 12.9969C1.58519 13.0789 1.69647 13.125 1.8125 13.125H4.4375C4.55353 13.125 4.66481 13.1711 4.74686 13.2531C4.82891 13.3352 4.875 13.4465 4.875 13.5625C4.875 13.6785 4.82891 13.7898 4.74686 13.8719C4.66481 13.9539 4.55353 14 4.4375 14H1.8125C1.4644 14 1.13056 13.8617 0.884422 13.6156C0.638281 13.3694 0.5 13.0356 0.5 12.6875V10.0625C0.5 9.94647 0.546094 9.83519 0.628141 9.75314C0.710188 9.67109 0.821468 9.625 0.9375 9.625ZM14.0625 9.625C14.1785 9.625 14.2898 9.67109 14.3719 9.75314C14.4539 9.83519 14.5 9.94647 14.5 10.0625V12.6875C14.5 13.0356 14.3617 13.3694 14.1156 13.6156C13.8694 13.8617 13.5356 14 13.1875 14H10.5625C10.4465 14 10.3352 13.9539 10.2531 13.8719C10.1711 13.7898 10.125 13.6785 10.125 13.5625C10.125 13.4465 10.1711 13.3352 10.2531 13.2531C10.3352 13.1711 10.4465 13.125 10.5625 13.125H13.1875C13.3035 13.125 13.4148 13.0789 13.4969 12.9969C13.5789 12.9148 13.625 12.8035 13.625 12.6875V10.0625C13.625 9.94647 13.6711 9.83519 13.7531 9.75314C13.8352 9.67109 13.9465 9.625 14.0625 9.625Z' fill='%23262946'/%3E%3Cpath d='M3.125 12.25C3.125 12.25 2.25 12.25 2.25 11.375C2.25 10.5 3.125 7.875 7.5 7.875C11.875 7.875 12.75 10.5 12.75 11.375C12.75 12.25 11.875 12.25 11.875 12.25H3.125ZM10.125 4.375C10.125 5.07119 9.84844 5.73887 9.35616 6.23116C8.86387 6.72344 8.19619 7 7.5 7C6.80381 7 6.13613 6.72344 5.64384 6.23116C5.15156 5.73887 4.875 5.07119 4.875 4.375C4.875 3.67881 5.15156 3.01113 5.64384 2.51884C6.13613 2.02656 6.80381 1.75 7.5 1.75C8.19619 1.75 8.86387 2.02656 9.35616 2.51884C9.84844 3.01113 10.125 3.67881 10.125 4.375Z' fill='%23262946'/%3E%3C/svg%3E%0A");
    height: 14px;
    width: 15px;
    display: inline-block;
}

.icon_person_yellow {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.3125 0.875C1.19647 0.875 1.08519 0.921094 1.00314 1.00314C0.921094 1.08519 0.875 1.19647 0.875 1.3125V3.9375C0.875 4.05353 0.828906 4.16481 0.746859 4.24686C0.664812 4.32891 0.553532 4.375 0.4375 4.375C0.321468 4.375 0.210188 4.32891 0.128141 4.24686C0.0460936 4.16481 0 4.05353 0 3.9375V1.3125C0 0.964403 0.138281 0.630564 0.384422 0.384422C0.630564 0.138281 0.964403 0 1.3125 0H3.9375C4.05353 0 4.16481 0.0460936 4.24686 0.128141C4.32891 0.210188 4.375 0.321468 4.375 0.4375C4.375 0.553532 4.32891 0.664812 4.24686 0.746859C4.16481 0.828906 4.05353 0.875 3.9375 0.875H1.3125ZM9.625 0.4375C9.625 0.321468 9.67109 0.210188 9.75314 0.128141C9.83519 0.0460936 9.94647 0 10.0625 0H12.6875C13.0356 0 13.3694 0.138281 13.6156 0.384422C13.8617 0.630564 14 0.964403 14 1.3125V3.9375C14 4.05353 13.9539 4.16481 13.8719 4.24686C13.7898 4.32891 13.6785 4.375 13.5625 4.375C13.4465 4.375 13.3352 4.32891 13.2531 4.24686C13.1711 4.16481 13.125 4.05353 13.125 3.9375V1.3125C13.125 1.19647 13.0789 1.08519 12.9969 1.00314C12.9148 0.921094 12.8035 0.875 12.6875 0.875H10.0625C9.94647 0.875 9.83519 0.828906 9.75314 0.746859C9.67109 0.664812 9.625 0.553532 9.625 0.4375ZM0.4375 9.625C0.553532 9.625 0.664812 9.67109 0.746859 9.75314C0.828906 9.83519 0.875 9.94647 0.875 10.0625V12.6875C0.875 12.8035 0.921094 12.9148 1.00314 12.9969C1.08519 13.0789 1.19647 13.125 1.3125 13.125H3.9375C4.05353 13.125 4.16481 13.1711 4.24686 13.2531C4.32891 13.3352 4.375 13.4465 4.375 13.5625C4.375 13.6785 4.32891 13.7898 4.24686 13.8719C4.16481 13.9539 4.05353 14 3.9375 14H1.3125C0.964403 14 0.630564 13.8617 0.384422 13.6156C0.138281 13.3694 0 13.0356 0 12.6875V10.0625C0 9.94647 0.0460936 9.83519 0.128141 9.75314C0.210188 9.67109 0.321468 9.625 0.4375 9.625ZM13.5625 9.625C13.6785 9.625 13.7898 9.67109 13.8719 9.75314C13.9539 9.83519 14 9.94647 14 10.0625V12.6875C14 13.0356 13.8617 13.3694 13.6156 13.6156C13.3694 13.8617 13.0356 14 12.6875 14H10.0625C9.94647 14 9.83519 13.9539 9.75314 13.8719C9.67109 13.7898 9.625 13.6785 9.625 13.5625C9.625 13.4465 9.67109 13.3352 9.75314 13.2531C9.83519 13.1711 9.94647 13.125 10.0625 13.125H12.6875C12.8035 13.125 12.9148 13.0789 12.9969 12.9969C13.0789 12.9148 13.125 12.8035 13.125 12.6875V10.0625C13.125 9.94647 13.1711 9.83519 13.2531 9.75314C13.3352 9.67109 13.4465 9.625 13.5625 9.625Z' fill='%23FFB74A'/%3E%3Cpath d='M2.625 12.25C2.625 12.25 1.75 12.25 1.75 11.375C1.75 10.5 2.625 7.875 7 7.875C11.375 7.875 12.25 10.5 12.25 11.375C12.25 12.25 11.375 12.25 11.375 12.25H2.625ZM9.625 4.375C9.625 5.07119 9.34844 5.73887 8.85616 6.23116C8.36387 6.72344 7.69619 7 7 7C6.30381 7 5.63613 6.72344 5.14384 6.23116C4.65156 5.73887 4.375 5.07119 4.375 4.375C4.375 3.67881 4.65156 3.01113 5.14384 2.51884C5.63613 2.02656 6.30381 1.75 7 1.75C7.69619 1.75 8.36387 2.02656 8.85616 2.51884C9.34844 3.01113 9.625 3.67881 9.625 4.375Z' fill='%23FFB74A'/%3E%3C/svg%3E%0A");
    height: 14px;
    width: 14px;
    display: inline-block;
}

.icon_person_green {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.8125 0.875C1.69647 0.875 1.58519 0.921094 1.50314 1.00314C1.42109 1.08519 1.375 1.19647 1.375 1.3125V3.9375C1.375 4.05353 1.32891 4.16481 1.24686 4.24686C1.16481 4.32891 1.05353 4.375 0.9375 4.375C0.821468 4.375 0.710188 4.32891 0.628141 4.24686C0.546094 4.16481 0.5 4.05353 0.5 3.9375V1.3125C0.5 0.964403 0.638281 0.630564 0.884422 0.384422C1.13056 0.138281 1.4644 0 1.8125 0H4.4375C4.55353 0 4.66481 0.0460936 4.74686 0.128141C4.82891 0.210188 4.875 0.321468 4.875 0.4375C4.875 0.553532 4.82891 0.664812 4.74686 0.746859C4.66481 0.828906 4.55353 0.875 4.4375 0.875H1.8125ZM10.125 0.4375C10.125 0.321468 10.1711 0.210188 10.2531 0.128141C10.3352 0.0460936 10.4465 0 10.5625 0H13.1875C13.5356 0 13.8694 0.138281 14.1156 0.384422C14.3617 0.630564 14.5 0.964403 14.5 1.3125V3.9375C14.5 4.05353 14.4539 4.16481 14.3719 4.24686C14.2898 4.32891 14.1785 4.375 14.0625 4.375C13.9465 4.375 13.8352 4.32891 13.7531 4.24686C13.6711 4.16481 13.625 4.05353 13.625 3.9375V1.3125C13.625 1.19647 13.5789 1.08519 13.4969 1.00314C13.4148 0.921094 13.3035 0.875 13.1875 0.875H10.5625C10.4465 0.875 10.3352 0.828906 10.2531 0.746859C10.1711 0.664812 10.125 0.553532 10.125 0.4375ZM0.9375 9.625C1.05353 9.625 1.16481 9.67109 1.24686 9.75314C1.32891 9.83519 1.375 9.94647 1.375 10.0625V12.6875C1.375 12.8035 1.42109 12.9148 1.50314 12.9969C1.58519 13.0789 1.69647 13.125 1.8125 13.125H4.4375C4.55353 13.125 4.66481 13.1711 4.74686 13.2531C4.82891 13.3352 4.875 13.4465 4.875 13.5625C4.875 13.6785 4.82891 13.7898 4.74686 13.8719C4.66481 13.9539 4.55353 14 4.4375 14H1.8125C1.4644 14 1.13056 13.8617 0.884422 13.6156C0.638281 13.3694 0.5 13.0356 0.5 12.6875V10.0625C0.5 9.94647 0.546094 9.83519 0.628141 9.75314C0.710188 9.67109 0.821468 9.625 0.9375 9.625ZM14.0625 9.625C14.1785 9.625 14.2898 9.67109 14.3719 9.75314C14.4539 9.83519 14.5 9.94647 14.5 10.0625V12.6875C14.5 13.0356 14.3617 13.3694 14.1156 13.6156C13.8694 13.8617 13.5356 14 13.1875 14H10.5625C10.4465 14 10.3352 13.9539 10.2531 13.8719C10.1711 13.7898 10.125 13.6785 10.125 13.5625C10.125 13.4465 10.1711 13.3352 10.2531 13.2531C10.3352 13.1711 10.4465 13.125 10.5625 13.125H13.1875C13.3035 13.125 13.4148 13.0789 13.4969 12.9969C13.5789 12.9148 13.625 12.8035 13.625 12.6875V10.0625C13.625 9.94647 13.6711 9.83519 13.7531 9.75314C13.8352 9.67109 13.9465 9.625 14.0625 9.625Z' fill='%2328A745'/%3E%3Cpath d='M3.125 12.25C3.125 12.25 2.25 12.25 2.25 11.375C2.25 10.5 3.125 7.875 7.5 7.875C11.875 7.875 12.75 10.5 12.75 11.375C12.75 12.25 11.875 12.25 11.875 12.25H3.125ZM10.125 4.375C10.125 5.07119 9.84844 5.73887 9.35616 6.23116C8.86387 6.72344 8.19619 7 7.5 7C6.80381 7 6.13613 6.72344 5.64384 6.23116C5.15156 5.73887 4.875 5.07119 4.875 4.375C4.875 3.67881 5.15156 3.01113 5.64384 2.51884C6.13613 2.02656 6.80381 1.75 7.5 1.75C8.19619 1.75 8.86387 2.02656 9.35616 2.51884C9.84844 3.01113 10.125 3.67881 10.125 4.375Z' fill='%2328A745'/%3E%3C/svg%3E%0A");
    height: 15px;
    width: 14px;
    display: inline-block;
}

.icon_person_gray {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.3125 0.875C1.19647 0.875 1.08519 0.921094 1.00314 1.00314C0.921094 1.08519 0.875 1.19647 0.875 1.3125V3.9375C0.875 4.05353 0.828906 4.16481 0.746859 4.24686C0.664812 4.32891 0.553532 4.375 0.4375 4.375C0.321468 4.375 0.210188 4.32891 0.128141 4.24686C0.0460936 4.16481 0 4.05353 0 3.9375V1.3125C0 0.964403 0.138281 0.630564 0.384422 0.384422C0.630564 0.138281 0.964403 0 1.3125 0H3.9375C4.05353 0 4.16481 0.0460936 4.24686 0.128141C4.32891 0.210188 4.375 0.321468 4.375 0.4375C4.375 0.553532 4.32891 0.664812 4.24686 0.746859C4.16481 0.828906 4.05353 0.875 3.9375 0.875H1.3125ZM9.625 0.4375C9.625 0.321468 9.67109 0.210188 9.75314 0.128141C9.83519 0.0460936 9.94647 0 10.0625 0H12.6875C13.0356 0 13.3694 0.138281 13.6156 0.384422C13.8617 0.630564 14 0.964403 14 1.3125V3.9375C14 4.05353 13.9539 4.16481 13.8719 4.24686C13.7898 4.32891 13.6785 4.375 13.5625 4.375C13.4465 4.375 13.3352 4.32891 13.2531 4.24686C13.1711 4.16481 13.125 4.05353 13.125 3.9375V1.3125C13.125 1.19647 13.0789 1.08519 12.9969 1.00314C12.9148 0.921094 12.8035 0.875 12.6875 0.875H10.0625C9.94647 0.875 9.83519 0.828906 9.75314 0.746859C9.67109 0.664812 9.625 0.553532 9.625 0.4375ZM0.4375 9.625C0.553532 9.625 0.664812 9.67109 0.746859 9.75314C0.828906 9.83519 0.875 9.94647 0.875 10.0625V12.6875C0.875 12.8035 0.921094 12.9148 1.00314 12.9969C1.08519 13.0789 1.19647 13.125 1.3125 13.125H3.9375C4.05353 13.125 4.16481 13.1711 4.24686 13.2531C4.32891 13.3352 4.375 13.4465 4.375 13.5625C4.375 13.6785 4.32891 13.7898 4.24686 13.8719C4.16481 13.9539 4.05353 14 3.9375 14H1.3125C0.964403 14 0.630564 13.8617 0.384422 13.6156C0.138281 13.3694 0 13.0356 0 12.6875V10.0625C0 9.94647 0.0460936 9.83519 0.128141 9.75314C0.210188 9.67109 0.321468 9.625 0.4375 9.625ZM13.5625 9.625C13.6785 9.625 13.7898 9.67109 13.8719 9.75314C13.9539 9.83519 14 9.94647 14 10.0625V12.6875C14 13.0356 13.8617 13.3694 13.6156 13.6156C13.3694 13.8617 13.0356 14 12.6875 14H10.0625C9.94647 14 9.83519 13.9539 9.75314 13.8719C9.67109 13.7898 9.625 13.6785 9.625 13.5625C9.625 13.4465 9.67109 13.3352 9.75314 13.2531C9.83519 13.1711 9.94647 13.125 10.0625 13.125H12.6875C12.8035 13.125 12.9148 13.0789 12.9969 12.9969C13.0789 12.9148 13.125 12.8035 13.125 12.6875V10.0625C13.125 9.94647 13.1711 9.83519 13.2531 9.75314C13.3352 9.67109 13.4465 9.625 13.5625 9.625Z' fill='%238C8686'/%3E%3Cpath d='M2.625 12.25C2.625 12.25 1.75 12.25 1.75 11.375C1.75 10.5 2.625 7.875 7 7.875C11.375 7.875 12.25 10.5 12.25 11.375C12.25 12.25 11.375 12.25 11.375 12.25H2.625ZM9.625 4.375C9.625 5.07119 9.34844 5.73887 8.85616 6.23116C8.36387 6.72344 7.69619 7 7 7C6.30381 7 5.63613 6.72344 5.14384 6.23116C4.65156 5.73887 4.375 5.07119 4.375 4.375C4.375 3.67881 4.65156 3.01113 5.14384 2.51884C5.63613 2.02656 6.30381 1.75 7 1.75C7.69619 1.75 8.36387 2.02656 8.85616 2.51884C9.34844 3.01113 9.625 3.67881 9.625 4.375Z' fill='%238C8686'/%3E%3C/svg%3E%0A");
    height: 14px;
    width: 14px;
    display: inline-block;
}

.icon_deadline {
    background-image: url("data:image/svg+xml, %3Csvg style='margin-bottom: 3px' width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.854 8.146C10.9006 8.19245 10.9375 8.24762 10.9627 8.30837C10.9879 8.36911 11.0009 8.43423 11.0009 8.5C11.0009 8.56577 10.9879 8.63089 10.9627 8.69163C10.9375 8.75238 10.9006 8.80755 10.854 8.854L7.854 11.854C7.80755 11.9006 7.75238 11.9375 7.69163 11.9627C7.63089 11.9879 7.56577 12.0009 7.5 12.0009C7.43423 12.0009 7.36911 11.9879 7.30837 11.9627C7.24762 11.9375 7.19245 11.9006 7.146 11.854L5.646 10.354C5.59951 10.3075 5.56264 10.2523 5.53748 10.1916C5.51232 10.1308 5.49937 10.0657 5.49937 10C5.49937 9.93426 5.51232 9.86916 5.53748 9.80842C5.56264 9.74768 5.59951 9.69249 5.646 9.646C5.73989 9.55211 5.86722 9.49937 6 9.49937C6.06574 9.49937 6.13084 9.51232 6.19158 9.53748C6.25232 9.56264 6.30751 9.59951 6.354 9.646L7.5 10.793L10.146 8.146C10.1924 8.09944 10.2476 8.06249 10.3084 8.03729C10.3691 8.01208 10.4342 7.99911 10.5 7.99911C10.5658 7.99911 10.6309 8.01208 10.6916 8.03729C10.7524 8.06249 10.8076 8.09944 10.854 8.146Z' fill='%238C8686'/%3E%3Cpath d='M3.5 0C3.63261 0 3.75979 0.0526784 3.85355 0.146447C3.94732 0.240215 4 0.367392 4 0.5V1H12V0.5C12 0.367392 12.0527 0.240215 12.1464 0.146447C12.2402 0.0526784 12.3674 0 12.5 0C12.6326 0 12.7598 0.0526784 12.8536 0.146447C12.9473 0.240215 13 0.367392 13 0.5V1H14C14.5304 1 15.0391 1.21071 15.4142 1.58579C15.7893 1.96086 16 2.46957 16 3V14C16 14.5304 15.7893 15.0391 15.4142 15.4142C15.0391 15.7893 14.5304 16 14 16H2C1.46957 16 0.960859 15.7893 0.585786 15.4142C0.210714 15.0391 0 14.5304 0 14V3C0 2.46957 0.210714 1.96086 0.585786 1.58579C0.960859 1.21071 1.46957 1 2 1H3V0.5C3 0.367392 3.05268 0.240215 3.14645 0.146447C3.24021 0.0526784 3.36739 0 3.5 0ZM2 2C1.73478 2 1.48043 2.10536 1.29289 2.29289C1.10536 2.48043 1 2.73478 1 3V14C1 14.2652 1.10536 14.5196 1.29289 14.7071C1.48043 14.8946 1.73478 15 2 15H14C14.2652 15 14.5196 14.8946 14.7071 14.7071C14.8946 14.5196 15 14.2652 15 14V3C15 2.73478 14.8946 2.48043 14.7071 2.29289C14.5196 2.10536 14.2652 2 14 2H2Z' fill='%238C8686'/%3E%3Cpath d='M2.5 4C2.5 3.86739 2.55268 3.74021 2.64645 3.64645C2.74021 3.55268 2.86739 3.5 3 3.5H13C13.1326 3.5 13.2598 3.55268 13.3536 3.64645C13.4473 3.74021 13.5 3.86739 13.5 4V5C13.5 5.13261 13.4473 5.25979 13.3536 5.35355C13.2598 5.44732 13.1326 5.5 13 5.5H3C2.86739 5.5 2.74021 5.44732 2.64645 5.35355C2.55268 5.25979 2.5 5.13261 2.5 5V4Z' fill='%238C8686'/%3E%3C/svg%3E");
    height: 16px;
    width: 16px;
    display: inline-block;
}

.icon_link {
    background-image: url("data:image/svg+xml, %3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.7156 5.04209L1.3436 6.41409C0.780941 6.97674 0.464844 7.73987 0.464844 8.53559C0.464844 9.3313 0.780941 10.0944 1.3436 10.6571C1.90625 11.2197 2.66938 11.5358 3.4651 11.5358C4.26081 11.5358 5.02394 11.2197 5.5866 10.6571L7.4146 8.82809C7.75389 8.48874 8.00683 8.07296 8.15219 7.61563C8.29754 7.15831 8.33107 6.67279 8.24996 6.19982C8.16884 5.72686 7.97546 5.28025 7.68603 4.89749C7.3966 4.51473 7.01957 4.20699 6.5866 4.00009L6.0006 4.58609C5.94111 4.64568 5.88936 4.71254 5.8466 4.78509C6.18112 4.88126 6.48476 5.06307 6.72749 5.31254C6.97022 5.56202 7.14364 5.87053 7.2306 6.20757C7.31756 6.54461 7.31505 6.8985 7.22333 7.23428C7.1316 7.57005 6.95384 7.87607 6.7076 8.12209L4.8806 9.95009C4.50532 10.3254 3.99633 10.5362 3.4656 10.5362C2.93487 10.5362 2.42588 10.3254 2.0506 9.95009C1.67532 9.5748 1.46449 9.06581 1.46449 8.53509C1.46449 8.00436 1.67532 7.49537 2.0506 7.12009L2.8436 6.32809C2.73171 5.90881 2.68849 5.47518 2.7156 5.04209Z' fill='%23FF3C41'/%3E%3Cpath d='M4.5866 3.17209C4.2473 3.51143 3.99436 3.92721 3.84901 4.38454C3.70365 4.84186 3.67012 5.32739 3.75124 5.80035C3.83235 6.27332 4.02574 6.71992 4.31517 7.10268C4.6046 7.48544 4.98162 7.79319 5.4146 8.00009L6.1896 7.22409C5.85055 7.13314 5.5414 6.95456 5.29323 6.70629C5.04506 6.45802 4.86661 6.1488 4.77581 5.80971C4.68501 5.47062 4.68505 5.1136 4.77594 4.77453C4.86683 4.43547 5.04536 4.12629 5.2936 3.87809L7.1206 2.05009C7.49588 1.6748 8.00487 1.46397 8.5356 1.46397C9.06633 1.46397 9.57532 1.6748 9.9506 2.05009C10.3259 2.42537 10.5367 2.93436 10.5367 3.46509C10.5367 3.99581 10.3259 4.5048 9.9506 4.88009L9.1576 5.67209C9.2696 6.09209 9.3126 6.52709 9.2856 6.95909L10.6576 5.58709C11.2203 5.02443 11.5364 4.2613 11.5364 3.46559C11.5364 2.66987 11.2203 1.90674 10.6576 1.34409C10.0949 0.781429 9.33181 0.465332 8.5361 0.465332C7.74038 0.465332 6.97725 0.781429 6.4146 1.34409L4.5866 3.17209Z' fill='%23FF3C41'/%3E%3C/svg%3E");
    height: 12px;
    width: 12px;
    display: inline-block;
}

.icon_candidates {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='11' viewBox='0 0 15 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.875 10.75C13.875 10.75 14.75 10.75 14.75 9.875C14.75 9 13.875 6.375 10.375 6.375C6.875 6.375 6 9 6 9.875C6 10.75 6.875 10.75 6.875 10.75H13.875ZM6.89425 9.875C6.88779 9.87411 6.88136 9.87294 6.875 9.8715C6.87587 9.6405 7.02113 8.97025 7.54 8.3665C8.023 7.80037 8.87175 7.25 10.375 7.25C11.8774 7.25 12.7261 7.80125 13.21 8.3665C13.7289 8.97025 13.8733 9.64138 13.875 9.8715L13.868 9.87325C13.8639 9.87394 13.8598 9.87452 13.8558 9.875H6.89425ZM10.375 4.625C10.8391 4.625 11.2842 4.44063 11.6124 4.11244C11.9406 3.78425 12.125 3.33913 12.125 2.875C12.125 2.41087 11.9406 1.96575 11.6124 1.63756C11.2842 1.30937 10.8391 1.125 10.375 1.125C9.91087 1.125 9.46575 1.30937 9.13756 1.63756C8.80937 1.96575 8.625 2.41087 8.625 2.875C8.625 3.33913 8.80937 3.78425 9.13756 4.11244C9.46575 4.44063 9.91087 4.625 10.375 4.625ZM13 2.875C13 3.21972 12.9321 3.56106 12.8002 3.87954C12.6683 4.19802 12.4749 4.4874 12.2312 4.73116C11.9874 4.97491 11.698 5.16827 11.3795 5.30018C11.0611 5.4321 10.7197 5.5 10.375 5.5C10.0303 5.5 9.68894 5.4321 9.37046 5.30018C9.05198 5.16827 8.7626 4.97491 8.51884 4.73116C8.27509 4.4874 8.08173 4.19802 7.94982 3.87954C7.8179 3.56106 7.75 3.21972 7.75 2.875C7.75 2.17881 8.02656 1.51113 8.51884 1.01884C9.01113 0.526562 9.67881 0.25 10.375 0.25C11.0712 0.25 11.7389 0.526562 12.2312 1.01884C12.7234 1.51113 13 2.17881 13 2.875ZM6.819 6.62C6.46898 6.50978 6.10818 6.43733 5.74275 6.40387C5.53742 6.38435 5.33126 6.37471 5.125 6.375C1.625 6.375 0.75 9 0.75 9.875C0.75 10.4586 1.04138 10.75 1.625 10.75H5.314C5.18429 10.4768 5.1196 10.1773 5.125 9.875C5.125 8.99125 5.45487 8.08825 6.07875 7.334C6.29138 7.07675 6.539 6.83612 6.819 6.62ZM5.055 7.25C4.53713 8.02811 4.25739 8.94034 4.25 9.875H1.625C1.625 9.6475 1.7685 8.97375 2.29 8.3665C2.76688 7.81 3.5955 7.2675 5.055 7.25088V7.25ZM2.0625 3.3125C2.0625 2.61631 2.33906 1.94863 2.83134 1.45634C3.32363 0.964062 3.99131 0.6875 4.6875 0.6875C5.38369 0.6875 6.05137 0.964062 6.54366 1.45634C7.03594 1.94863 7.3125 2.61631 7.3125 3.3125C7.3125 4.00869 7.03594 4.67637 6.54366 5.16866C6.05137 5.66094 5.38369 5.9375 4.6875 5.9375C3.99131 5.9375 3.32363 5.66094 2.83134 5.16866C2.33906 4.67637 2.0625 4.00869 2.0625 3.3125ZM4.6875 1.5625C4.22337 1.5625 3.77825 1.74687 3.45006 2.07506C3.12187 2.40325 2.9375 2.84837 2.9375 3.3125C2.9375 3.77663 3.12187 4.22175 3.45006 4.54994C3.77825 4.87813 4.22337 5.0625 4.6875 5.0625C5.15163 5.0625 5.59675 4.87813 5.92494 4.54994C6.25313 4.22175 6.4375 3.77663 6.4375 3.3125C6.4375 2.84837 6.25313 2.40325 5.92494 2.07506C5.59675 1.74687 5.15163 1.5625 4.6875 1.5625Z' fill='white'/%3E%3C/svg%3E");
    height: 11px;
    width: 15px;
    display: inline-block;
}

.icon_calendar {
    background-image: url("data:image/svg+xml,%3Csvg style='margin-right: 5px' width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.854 8.146C10.9006 8.19245 10.9375 8.24762 10.9627 8.30837C10.9879 8.36911 11.0009 8.43423 11.0009 8.5C11.0009 8.56577 10.9879 8.63089 10.9627 8.69163C10.9375 8.75238 10.9006 8.80755 10.854 8.854L7.854 11.854C7.80755 11.9006 7.75238 11.9375 7.69163 11.9627C7.63089 11.9879 7.56577 12.0009 7.5 12.0009C7.43423 12.0009 7.36911 11.9879 7.30837 11.9627C7.24762 11.9375 7.19245 11.9006 7.146 11.854L5.646 10.354C5.59951 10.3075 5.56264 10.2523 5.53748 10.1916C5.51232 10.1308 5.49937 10.0657 5.49937 10C5.49937 9.93426 5.51232 9.86916 5.53748 9.80842C5.56264 9.74768 5.59951 9.69249 5.646 9.646C5.73989 9.55211 5.86722 9.49937 6 9.49937C6.06574 9.49937 6.13084 9.51232 6.19158 9.53748C6.25232 9.56264 6.30751 9.59951 6.354 9.646L7.5 10.793L10.146 8.146C10.1924 8.09944 10.2476 8.06249 10.3084 8.03729C10.3691 8.01208 10.4342 7.99911 10.5 7.99911C10.5658 7.99911 10.6309 8.01208 10.6916 8.03729C10.7524 8.06249 10.8076 8.09944 10.854 8.146Z' fill='%238C8686'/%3E%3Cpath d='M3.5 0C3.63261 0 3.75979 0.0526784 3.85355 0.146447C3.94732 0.240215 4 0.367392 4 0.5V1H12V0.5C12 0.367392 12.0527 0.240215 12.1464 0.146447C12.2402 0.0526784 12.3674 0 12.5 0C12.6326 0 12.7598 0.0526784 12.8536 0.146447C12.9473 0.240215 13 0.367392 13 0.5V1H14C14.5304 1 15.0391 1.21071 15.4142 1.58579C15.7893 1.96086 16 2.46957 16 3V14C16 14.5304 15.7893 15.0391 15.4142 15.4142C15.0391 15.7893 14.5304 16 14 16H2C1.46957 16 0.960859 15.7893 0.585786 15.4142C0.210714 15.0391 0 14.5304 0 14V3C0 2.46957 0.210714 1.96086 0.585786 1.58579C0.960859 1.21071 1.46957 1 2 1H3V0.5C3 0.367392 3.05268 0.240215 3.14645 0.146447C3.24021 0.0526784 3.36739 0 3.5 0ZM2 2C1.73478 2 1.48043 2.10536 1.29289 2.29289C1.10536 2.48043 1 2.73478 1 3V14C1 14.2652 1.10536 14.5196 1.29289 14.7071C1.48043 14.8946 1.73478 15 2 15H14C14.2652 15 14.5196 14.8946 14.7071 14.7071C14.8946 14.5196 15 14.2652 15 14V3C15 2.73478 14.8946 2.48043 14.7071 2.29289C14.5196 2.10536 14.2652 2 14 2H2Z' fill='%238C8686'/%3E%3Cpath d='M2.5 4C2.5 3.86739 2.55268 3.74021 2.64645 3.64645C2.74021 3.55268 2.86739 3.5 3 3.5H13C13.1326 3.5 13.2598 3.55268 13.3536 3.64645C13.4473 3.74021 13.5 3.86739 13.5 4V5C13.5 5.13261 13.4473 5.25979 13.3536 5.35355C13.2598 5.44732 13.1326 5.5 13 5.5H3C2.86739 5.5 2.74021 5.44732 2.64645 5.35355C2.55268 5.25979 2.5 5.13261 2.5 5V4Z' fill='%238C8686'/%3E%3C/svg%3E");
    height: 16px;
    width: 16px;
    display: inline-block;
}

.icon_calendar_2 {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 0C3.63261 0 3.75979 0.0526784 3.85355 0.146447C3.94732 0.240215 4 0.367392 4 0.5V1H12V0.5C12 0.367392 12.0527 0.240215 12.1464 0.146447C12.2402 0.0526784 12.3674 0 12.5 0C12.6326 0 12.7598 0.0526784 12.8536 0.146447C12.9473 0.240215 13 0.367392 13 0.5V1H14C14.5304 1 15.0391 1.21071 15.4142 1.58579C15.7893 1.96086 16 2.46957 16 3V14C16 14.5304 15.7893 15.0391 15.4142 15.4142C15.0391 15.7893 14.5304 16 14 16H2C1.46957 16 0.960859 15.7893 0.585786 15.4142C0.210714 15.0391 0 14.5304 0 14V3C0 2.46957 0.210714 1.96086 0.585786 1.58579C0.960859 1.21071 1.46957 1 2 1H3V0.5C3 0.367392 3.05268 0.240215 3.14645 0.146447C3.24021 0.0526784 3.36739 0 3.5 0ZM2 2C1.73478 2 1.48043 2.10536 1.29289 2.29289C1.10536 2.48043 1 2.73478 1 3V14C1 14.2652 1.10536 14.5196 1.29289 14.7071C1.48043 14.8946 1.73478 15 2 15H14C14.2652 15 14.5196 14.8946 14.7071 14.7071C14.8946 14.5196 15 14.2652 15 14V3C15 2.73478 14.8946 2.48043 14.7071 2.29289C14.5196 2.10536 14.2652 2 14 2H2Z' fill='%238C8686'/%3E%3Cpath d='M2.5 4C2.5 3.86739 2.55268 3.74021 2.64645 3.64645C2.74021 3.55268 2.86739 3.5 3 3.5H13C13.1326 3.5 13.2598 3.55268 13.3536 3.64645C13.4473 3.74021 13.5 3.86739 13.5 4V5C13.5 5.13261 13.4473 5.25979 13.3536 5.35355C13.2598 5.44732 13.1326 5.5 13 5.5H3C2.86739 5.5 2.74021 5.44732 2.64645 5.35355C2.55268 5.25979 2.5 5.13261 2.5 5V4Z' fill='%238C8686'/%3E%3C/svg%3E%0A");
    height: 16px;
    width: 16px;
    display: inline-block;
}

.rj_icon_calendar_empty {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.625 0.5C2.72446 0.5 2.81984 0.539509 2.89016 0.609835C2.96049 0.680161 3 0.775544 3 0.875V1.25H9V0.875C9 0.775544 9.03951 0.680161 9.10983 0.609835C9.18016 0.539509 9.27554 0.5 9.375 0.5C9.47446 0.5 9.56984 0.539509 9.64017 0.609835C9.71049 0.680161 9.75 0.775544 9.75 0.875V1.25H10.5C10.8978 1.25 11.2794 1.40804 11.5607 1.68934C11.842 1.97064 12 2.35218 12 2.75V11C12 11.3978 11.842 11.7794 11.5607 12.0607C11.2794 12.342 10.8978 12.5 10.5 12.5H1.5C1.10218 12.5 0.720644 12.342 0.43934 12.0607C0.158035 11.7794 0 11.3978 0 11V2.75C0 2.35218 0.158035 1.97064 0.43934 1.68934C0.720644 1.40804 1.10218 1.25 1.5 1.25H2.25V0.875C2.25 0.775544 2.28951 0.680161 2.35984 0.609835C2.43016 0.539509 2.52554 0.5 2.625 0.5V0.5ZM1.5 2C1.30109 2 1.11032 2.07902 0.96967 2.21967C0.829018 2.36032 0.75 2.55109 0.75 2.75V3.5H11.25V2.75C11.25 2.55109 11.171 2.36032 11.0303 2.21967C10.8897 2.07902 10.6989 2 10.5 2H1.5ZM11.25 4.25H0.75V11C0.75 11.1989 0.829018 11.3897 0.96967 11.5303C1.11032 11.671 1.30109 11.75 1.5 11.75H10.5C10.6989 11.75 10.8897 11.671 11.0303 11.5303C11.171 11.3897 11.25 11.1989 11.25 11V4.25Z' fill='%23B6B6B6'/%3E%3C/svg%3E");
    height: 13px;
    width: 13px;
    display: inline-block;
}

.rj_icon_calendar_plus {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 5.75C6.09946 5.75 6.19484 5.78951 6.26517 5.85984C6.33549 5.93016 6.375 6.02554 6.375 6.125V7.25H7.5C7.59946 7.25 7.69484 7.28951 7.76517 7.35983C7.83549 7.43016 7.875 7.52554 7.875 7.625C7.875 7.72446 7.83549 7.81984 7.76517 7.89017C7.69484 7.96049 7.59946 8 7.5 8H6.375V9.125C6.375 9.22446 6.33549 9.31984 6.26517 9.39017C6.19484 9.46049 6.09946 9.5 6 9.5C5.90054 9.5 5.80516 9.46049 5.73484 9.39017C5.66451 9.31984 5.625 9.22446 5.625 9.125V8H4.5C4.40054 8 4.30516 7.96049 4.23484 7.89017C4.16451 7.81984 4.125 7.72446 4.125 7.625C4.125 7.52554 4.16451 7.43016 4.23484 7.35983C4.30516 7.28951 4.40054 7.25 4.5 7.25H5.625V6.125C5.625 6.02554 5.66451 5.93016 5.73484 5.85984C5.80516 5.78951 5.90054 5.75 6 5.75Z' fill='%23B6B6B6'/%3E%3Cpath d='M2.625 0.5C2.72446 0.5 2.81984 0.539509 2.89016 0.609835C2.96049 0.680161 3 0.775544 3 0.875V1.25H9V0.875C9 0.775544 9.03951 0.680161 9.10983 0.609835C9.18016 0.539509 9.27554 0.5 9.375 0.5C9.47446 0.5 9.56984 0.539509 9.64017 0.609835C9.71049 0.680161 9.75 0.775544 9.75 0.875V1.25H10.5C10.8978 1.25 11.2794 1.40804 11.5607 1.68934C11.842 1.97064 12 2.35218 12 2.75V11C12 11.3978 11.842 11.7794 11.5607 12.0607C11.2794 12.342 10.8978 12.5 10.5 12.5H1.5C1.10218 12.5 0.720644 12.342 0.43934 12.0607C0.158035 11.7794 0 11.3978 0 11V2.75C0 2.35218 0.158035 1.97064 0.43934 1.68934C0.720644 1.40804 1.10218 1.25 1.5 1.25H2.25V0.875C2.25 0.775544 2.28951 0.680161 2.35984 0.609835C2.43016 0.539509 2.52554 0.5 2.625 0.5ZM0.75 3.5V11C0.75 11.1989 0.829018 11.3897 0.96967 11.5303C1.11032 11.671 1.30109 11.75 1.5 11.75H10.5C10.6989 11.75 10.8897 11.671 11.0303 11.5303C11.171 11.3897 11.25 11.1989 11.25 11V3.5H0.75Z' fill='%23B6B6B6'/%3E%3C/svg%3E");
    height: 13px;
    width: 12px;
    display: inline-block;
}

.rj_icon_arrow_down_red_small {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.05862 0.806664C1.11667 0.74846 1.18564 0.702281 1.26158 0.670773C1.33751 0.639265 1.41891 0.623047 1.50112 0.623047C1.58333 0.623047 1.66473 0.639265 1.74066 0.670773C1.81659 0.702281 1.88556 0.74846 1.94362 0.806664L9.00112 7.86541L16.0586 0.806664C16.1167 0.748554 16.1857 0.702458 16.2616 0.67101C16.3376 0.639561 16.4189 0.623374 16.5011 0.623374C16.5833 0.623374 16.6647 0.639561 16.7406 0.67101C16.8165 0.702458 16.8855 0.748554 16.9436 0.806664C17.0017 0.864774 17.0478 0.93376 17.0793 1.00968C17.1107 1.08561 17.1269 1.16698 17.1269 1.24916C17.1269 1.33134 17.1107 1.41272 17.0793 1.48864C17.0478 1.56457 17.0017 1.63355 16.9436 1.69166L9.44362 9.19166C9.38556 9.24987 9.31659 9.29605 9.24066 9.32755C9.16473 9.35906 9.08333 9.37528 9.00112 9.37528C8.91891 9.37528 8.83751 9.35906 8.76158 9.32755C8.68564 9.29605 8.61667 9.24987 8.55862 9.19166L1.05862 1.69166C1.00041 1.63361 0.954235 1.56464 0.922727 1.48871C0.891219 1.41277 0.875 1.33137 0.875 1.24916C0.875 1.16695 0.891219 1.08555 0.922727 1.00962C0.954235 0.93369 1.00041 0.864721 1.05862 0.806664Z' fill='%23FF3C41'/%3E%3C/svg%3E");
    width: 11px;
    height: 6px;
    display: inline-block;
}

.rj_icon_arrow_up_red_small {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.9414 9.19334C16.8833 9.25154 16.8144 9.29772 16.7384 9.32923C16.6625 9.36074 16.5811 9.37695 16.4989 9.37695C16.4167 9.37695 16.3353 9.36074 16.2593 9.32923C16.1834 9.29772 16.1144 9.25154 16.0564 9.19334L8.99888 2.13459L1.94138 9.19334C1.88327 9.25145 1.81429 9.29754 1.73836 9.32899C1.66244 9.36044 1.58106 9.37663 1.49888 9.37663C1.4167 9.37663 1.33533 9.36044 1.2594 9.32899C1.18348 9.29754 1.11449 9.25145 1.05638 9.19334C0.998272 9.13523 0.952175 9.06624 0.920727 8.99032C0.889278 8.91439 0.873093 8.83302 0.873093 8.75084C0.873093 8.66866 0.889278 8.58728 0.920727 8.51136C0.952175 8.43543 0.998272 8.36645 1.05638 8.30834L8.55638 0.808337C8.61444 0.750133 8.68341 0.703955 8.75934 0.672446C8.83527 0.640939 8.91667 0.62472 8.99888 0.62472C9.08109 0.62472 9.16249 0.640939 9.23842 0.672446C9.31436 0.703955 9.38333 0.750133 9.44138 0.808337L16.9414 8.30834C16.9996 8.36639 17.0458 8.43536 17.0773 8.51129C17.1088 8.58723 17.125 8.66863 17.125 8.75084C17.125 8.83305 17.1088 8.91445 17.0773 8.99038C17.0458 9.06631 16.9996 9.13528 16.9414 9.19334Z' fill='%23FF3C41'/%3E%3C/svg%3E");
    width: 11px;
    height: 6px;
    display: inline-block;
}

.rj_icon_youtube_with_border {
    background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='30' height='30' rx='15' fill='white' fill-opacity='0.01'/%3E%3Cg clip-path='url(%23clip0_4793_321849)'%3E%3Cpath d='M23.5 15.5C23.5 17.6217 22.6571 19.6566 21.1569 21.1569C19.6566 22.6571 17.6217 23.5 15.5 23.5C13.3783 23.5 11.3434 22.6571 9.84315 21.1569C8.34285 19.6566 7.5 17.6217 7.5 15.5C7.5 13.3783 8.34285 11.3434 9.84315 9.84315C11.3434 8.34285 13.3783 7.5 15.5 7.5C17.6217 7.5 19.6566 8.34285 21.1569 9.84315C22.6571 11.3434 23.5 13.3783 23.5 15.5ZM14.29 12.593C14.2152 12.5398 14.1273 12.5081 14.0357 12.5016C13.9442 12.495 13.8526 12.5138 13.771 12.5558C13.6894 12.5979 13.621 12.6615 13.5732 12.7399C13.5254 12.8182 13.5001 12.9082 13.5 13V18C13.5001 18.0918 13.5254 18.1818 13.5732 18.2601C13.621 18.3385 13.6894 18.4021 13.771 18.4442C13.8526 18.4862 13.9442 18.505 14.0357 18.4984C14.1273 18.4919 14.2152 18.4602 14.29 18.407L17.79 15.907C17.8548 15.8607 17.9076 15.7997 17.9441 15.7289C17.9805 15.6581 17.9996 15.5796 17.9996 15.5C17.9996 15.4204 17.9805 15.3419 17.9441 15.2711C17.9076 15.2003 17.8548 15.1393 17.79 15.093L14.29 12.593Z' fill='%23FF3C41'/%3E%3C/g%3E%3Crect x='0.5' y='0.5' width='30' height='30' rx='15' stroke='%23FF3C41'/%3E%3Cdefs%3E%3CclipPath id='clip0_4793_321849'%3E%3Crect width='16' height='16' fill='white' transform='translate(7.5 7.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    width: 31px;
    height: 31px;
    display: inline-block;
}

.rj_icon_youtube {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9C18 11.3869 17.0518 13.6761 15.364 15.364C13.6761 17.0518 11.3869 18 9 18C6.61305 18 4.32387 17.0518 2.63604 15.364C0.948212 13.6761 0 11.3869 0 9C0 6.61305 0.948212 4.32387 2.63604 2.63604C4.32387 0.948212 6.61305 0 9 0C11.3869 0 13.6761 0.948212 15.364 2.63604C17.0518 4.32387 18 6.61305 18 9ZM7.63875 5.72962C7.55464 5.66974 7.45567 5.63416 7.35269 5.62678C7.2497 5.61941 7.14667 5.64052 7.05488 5.68781C6.9631 5.73509 6.8861 5.80673 6.83232 5.89487C6.77854 5.98301 6.75006 6.08425 6.75 6.1875V11.8125C6.75006 11.9158 6.77854 12.017 6.83232 12.1051C6.8861 12.1933 6.9631 12.2649 7.05488 12.3122C7.14667 12.3595 7.2497 12.3806 7.35269 12.3732C7.45567 12.3658 7.55464 12.3303 7.63875 12.2704L11.5763 9.45787C11.6492 9.40584 11.7086 9.33714 11.7496 9.2575C11.7906 9.17786 11.812 9.08958 11.812 9C11.812 8.91042 11.7906 8.82214 11.7496 8.7425C11.7086 8.66285 11.6492 8.59416 11.5763 8.54212L7.63875 5.72962Z' fill='%23FF3C41'/%3E%3C/svg%3E");
    width: 18px;
    height: 18px;
    display: inline-block;
}

.icon_circle_plus {
    background-image: url("data:image/svg+xml, %3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 15.5C6.14348 15.5 4.36301 14.7625 3.05025 13.4497C1.7375 12.137 1 10.3565 1 8.5C1 6.64348 1.7375 4.86301 3.05025 3.55025C4.36301 2.2375 6.14348 1.5 8 1.5C9.85652 1.5 11.637 2.2375 12.9497 3.55025C14.2625 4.86301 15 6.64348 15 8.5C15 10.3565 14.2625 12.137 12.9497 13.4497C11.637 14.7625 9.85652 15.5 8 15.5ZM8 16.5C10.1217 16.5 12.1566 15.6571 13.6569 14.1569C15.1571 12.6566 16 10.6217 16 8.5C16 6.37827 15.1571 4.34344 13.6569 2.84315C12.1566 1.34285 10.1217 0.5 8 0.5C5.87827 0.5 3.84344 1.34285 2.34315 2.84315C0.842855 4.34344 0 6.37827 0 8.5C0 10.6217 0.842855 12.6566 2.34315 14.1569C3.84344 15.6571 5.87827 16.5 8 16.5Z' fill='white'/%3E%3Cpath d='M8 4.5C8.13261 4.5 8.25979 4.55268 8.35355 4.64645C8.44732 4.74021 8.5 4.86739 8.5 5V8H11.5C11.6326 8 11.7598 8.05268 11.8536 8.14645C11.9473 8.24021 12 8.36739 12 8.5C12 8.63261 11.9473 8.75979 11.8536 8.85355C11.7598 8.94732 11.6326 9 11.5 9H8.5V12C8.5 12.1326 8.44732 12.2598 8.35355 12.3536C8.25979 12.4473 8.13261 12.5 8 12.5C7.86739 12.5 7.74021 12.4473 7.64645 12.3536C7.55268 12.2598 7.5 12.1326 7.5 12V9H4.5C4.36739 9 4.24021 8.94732 4.14645 8.85355C4.05268 8.75979 4 8.63261 4 8.5C4 8.36739 4.05268 8.24021 4.14645 8.14645C4.24021 8.05268 4.36739 8 4.5 8H7.5V5C7.5 4.86739 7.55268 4.74021 7.64645 4.64645C7.74021 4.55268 7.86739 4.5 8 4.5Z' fill='white'/%3E%3C/svg%3E");
    height: 17px;
    width: 16px;
    display: inline-block;
}

.icon_cv_version_red {
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='17' viewBox='0 0 13 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 0.5H4C3.46957 0.5 2.96086 0.710714 2.58579 1.08579C2.21071 1.46086 2 1.96957 2 2.5C1.46957 2.5 0.960859 2.71071 0.585786 3.08579C0.210714 3.46086 0 3.96957 0 4.5V14.5C0 15.0304 0.210714 15.5391 0.585786 15.9142C0.960859 16.2893 1.46957 16.5 2 16.5H9C9.53043 16.5 10.0391 16.2893 10.4142 15.9142C10.7893 15.5391 11 15.0304 11 14.5C11.5304 14.5 12.0391 14.2893 12.4142 13.9142C12.7893 13.5391 13 13.0304 13 12.5V2.5C13 1.96957 12.7893 1.46086 12.4142 1.08579C12.0391 0.710714 11.5304 0.5 11 0.5V0.5ZM11 13.5V4.5C11 3.96957 10.7893 3.46086 10.4142 3.08579C10.0391 2.71071 9.53043 2.5 9 2.5H3C3 2.23478 3.10536 1.98043 3.29289 1.79289C3.48043 1.60536 3.73478 1.5 4 1.5H11C11.2652 1.5 11.5196 1.60536 11.7071 1.79289C11.8946 1.98043 12 2.23478 12 2.5V12.5C12 12.7652 11.8946 13.0196 11.7071 13.2071C11.5196 13.3946 11.2652 13.5 11 13.5ZM1 4.5C1 4.23478 1.10536 3.98043 1.29289 3.79289C1.48043 3.60536 1.73478 3.5 2 3.5H9C9.26522 3.5 9.51957 3.60536 9.70711 3.79289C9.89464 3.98043 10 4.23478 10 4.5V14.5C10 14.7652 9.89464 15.0196 9.70711 15.2071C9.51957 15.3946 9.26522 15.5 9 15.5H2C1.73478 15.5 1.48043 15.3946 1.29289 15.2071C1.10536 15.0196 1 14.7652 1 14.5V4.5Z' fill='%23FF3C41'/%3E%3C/svg%3E%0A");
    height: 17px;
    width: 13px;
    display: inline-block;
}

.icon_cv_view_red {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='17' viewBox='0 0 12 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 8.5C9 9.29565 8.68393 10.0587 8.12132 10.6213C7.55871 11.1839 6.79565 11.5 6 11.5C5.20435 11.5 4.44129 11.1839 3.87868 10.6213C3.31607 10.0587 3 9.29565 3 8.5C3 7.70435 3.31607 6.94129 3.87868 6.37868C4.44129 5.81607 5.20435 5.5 6 5.5C6.79565 5.5 7.55871 5.81607 8.12132 6.37868C8.68393 6.94129 9 7.70435 9 8.5Z' fill='%23FF3C41'/%3E%3Cpath d='M12 14.5V5L7.5 0.5H2C1.46957 0.5 0.960859 0.710714 0.585786 1.08579C0.210714 1.46086 0 1.96957 0 2.5V14.5C0 15.0304 0.210714 15.5391 0.585786 15.9142C0.960859 16.2893 1.46957 16.5 2 16.5H10C10.5304 16.5 11.0391 16.2893 11.4142 15.9142C11.7893 15.5391 12 15.0304 12 14.5ZM7.5 3.5C7.5 3.89782 7.65804 4.27936 7.93934 4.56066C8.22064 4.84196 8.60218 5 9 5H11V14.255C11 14.255 10 12.5 6 12.5C2 12.5 1 14.255 1 14.255V2.5C1 2.23478 1.10536 1.98043 1.29289 1.79289C1.48043 1.60536 1.73478 1.5 2 1.5H7.5V3.5Z' fill='%23FF3C41'/%3E%3C/svg%3E%0A");
    height: 17px;
    width: 12px;
    display: inline-block;
}

.icon_cv_view_white {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='17' viewBox='0 0 12 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 8.5C9 9.29565 8.68393 10.0587 8.12132 10.6213C7.55871 11.1839 6.79565 11.5 6 11.5C5.20435 11.5 4.44129 11.1839 3.87868 10.6213C3.31607 10.0587 3 9.29565 3 8.5C3 7.70435 3.31607 6.94129 3.87868 6.37868C4.44129 5.81607 5.20435 5.5 6 5.5C6.79565 5.5 7.55871 5.81607 8.12132 6.37868C8.68393 6.94129 9 7.70435 9 8.5Z' fill='white'/%3E%3Cpath d='M12 14.5V5L7.5 0.5H2C1.46957 0.5 0.960859 0.710714 0.585786 1.08579C0.210714 1.46086 0 1.96957 0 2.5V14.5C0 15.0304 0.210714 15.5391 0.585786 15.9142C0.960859 16.2893 1.46957 16.5 2 16.5H10C10.5304 16.5 11.0391 16.2893 11.4142 15.9142C11.7893 15.5391 12 15.0304 12 14.5ZM7.5 3.5C7.5 3.89782 7.65804 4.27936 7.93934 4.56066C8.22064 4.84196 8.60218 5 9 5H11V14.255C11 14.255 10 12.5 6 12.5C2 12.5 1 14.255 1 14.255V2.5C1 2.23478 1.10536 1.98043 1.29289 1.79289C1.48043 1.60536 1.73478 1.5 2 1.5H7.5V3.5Z' fill='white'/%3E%3C/svg%3E%0A");
    height: 17px;
    width: 12px;
    display: inline-block;
}

.icon_cv_download_blue {
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='17' viewBox='0 0 13 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 7C7 6.86739 6.94732 6.74021 6.85355 6.64645C6.75979 6.55268 6.63261 6.5 6.5 6.5C6.36739 6.5 6.24021 6.55268 6.14645 6.64645C6.05268 6.74021 6 6.86739 6 7V10.793L4.854 9.646C4.80751 9.59951 4.75232 9.56264 4.69158 9.53748C4.63084 9.51232 4.56574 9.49937 4.5 9.49937C4.43426 9.49937 4.36916 9.51232 4.30842 9.53748C4.24768 9.56264 4.19249 9.59951 4.146 9.646C4.09951 9.69249 4.06264 9.74768 4.03748 9.80842C4.01232 9.86916 3.99937 9.93426 3.99937 10C3.99937 10.0657 4.01232 10.1308 4.03748 10.1916C4.06264 10.2523 4.09951 10.3075 4.146 10.354L6.146 12.354C6.19245 12.4006 6.24762 12.4375 6.30837 12.4627C6.36911 12.4879 6.43423 12.5009 6.5 12.5009C6.56577 12.5009 6.63089 12.4879 6.69163 12.4627C6.75238 12.4375 6.80755 12.4006 6.854 12.354L8.854 10.354C8.90049 10.3075 8.93736 10.2523 8.96252 10.1916C8.98768 10.1308 9.00063 10.0657 9.00063 10C9.00063 9.93426 8.98768 9.86916 8.96252 9.80842C8.93736 9.74768 8.90049 9.69249 8.854 9.646C8.80751 9.59951 8.75232 9.56264 8.69158 9.53748C8.63084 9.51232 8.56574 9.49937 8.5 9.49937C8.43426 9.49937 8.36916 9.51232 8.30842 9.53748C8.24768 9.56264 8.19249 9.59951 8.146 9.646L7 10.793V7Z' fill='%23333333'/%3E%3Cpath d='M12.5 14.5V5L8 0.5H2.5C1.96957 0.5 1.46086 0.710714 1.08579 1.08579C0.710714 1.46086 0.5 1.96957 0.5 2.5V14.5C0.5 15.0304 0.710714 15.5391 1.08579 15.9142C1.46086 16.2893 1.96957 16.5 2.5 16.5H10.5C11.0304 16.5 11.5391 16.2893 11.9142 15.9142C12.2893 15.5391 12.5 15.0304 12.5 14.5ZM8 3.5C8 3.89782 8.15804 4.27936 8.43934 4.56066C8.72064 4.84196 9.10218 5 9.5 5H11.5V14.5C11.5 14.7652 11.3946 15.0196 11.2071 15.2071C11.0196 15.3946 10.7652 15.5 10.5 15.5H2.5C2.23478 15.5 1.98043 15.3946 1.79289 15.2071C1.60536 15.0196 1.5 14.7652 1.5 14.5V2.5C1.5 2.23478 1.60536 1.98043 1.79289 1.79289C1.98043 1.60536 2.23478 1.5 2.5 1.5H8V3.5Z' fill='%23333333'/%3E%3C/svg%3E%0A");
    height: 17px;
    width: 13px;
    display: inline-block;
}

.icon_cv_download_red {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='17' viewBox='0 0 12 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 7C6.5 6.86739 6.44732 6.74021 6.35355 6.64645C6.25979 6.55268 6.13261 6.5 6 6.5C5.86739 6.5 5.74021 6.55268 5.64645 6.64645C5.55268 6.74021 5.5 6.86739 5.5 7V10.793L4.354 9.646C4.30751 9.59951 4.25232 9.56264 4.19158 9.53748C4.13084 9.51232 4.06574 9.49937 4 9.49937C3.93426 9.49937 3.86916 9.51232 3.80842 9.53748C3.74768 9.56264 3.69249 9.59951 3.646 9.646C3.59951 9.69249 3.56264 9.74768 3.53748 9.80842C3.51232 9.86916 3.49937 9.93426 3.49937 10C3.49937 10.0657 3.51232 10.1308 3.53748 10.1916C3.56264 10.2523 3.59951 10.3075 3.646 10.354L5.646 12.354C5.69245 12.4006 5.74762 12.4375 5.80837 12.4627C5.86911 12.4879 5.93423 12.5009 6 12.5009C6.06577 12.5009 6.13089 12.4879 6.19163 12.4627C6.25238 12.4375 6.30755 12.4006 6.354 12.354L8.354 10.354C8.40049 10.3075 8.43736 10.2523 8.46252 10.1916C8.48768 10.1308 8.50063 10.0657 8.50063 10C8.50063 9.93426 8.48768 9.86916 8.46252 9.80842C8.43736 9.74768 8.40049 9.69249 8.354 9.646C8.30751 9.59951 8.25232 9.56264 8.19158 9.53748C8.13084 9.51232 8.06574 9.49937 8 9.49937C7.93426 9.49937 7.86916 9.51232 7.80842 9.53748C7.74768 9.56264 7.69249 9.59951 7.646 9.646L6.5 10.793V7Z' fill='%23FF3C41'/%3E%3Cpath d='M12 14.5V5L7.5 0.5H2C1.46957 0.5 0.960859 0.710714 0.585786 1.08579C0.210714 1.46086 0 1.96957 0 2.5V14.5C0 15.0304 0.210714 15.5391 0.585786 15.9142C0.960859 16.2893 1.46957 16.5 2 16.5H10C10.5304 16.5 11.0391 16.2893 11.4142 15.9142C11.7893 15.5391 12 15.0304 12 14.5ZM7.5 3.5C7.5 3.89782 7.65804 4.27936 7.93934 4.56066C8.22064 4.84196 8.60218 5 9 5H11V14.5C11 14.7652 10.8946 15.0196 10.7071 15.2071C10.5196 15.3946 10.2652 15.5 10 15.5H2C1.73478 15.5 1.48043 15.3946 1.29289 15.2071C1.10536 15.0196 1 14.7652 1 14.5V2.5C1 2.23478 1.10536 1.98043 1.29289 1.79289C1.48043 1.60536 1.73478 1.5 2 1.5H7.5V3.5Z' fill='%23FF3C41'/%3E%3C/svg%3E%0A");
    height: 17px;
    width: 12px;
    display: inline-block;
}

.icon_cv_download_white {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='17' viewBox='0 0 12 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 7C6.5 6.86739 6.44732 6.74021 6.35355 6.64645C6.25979 6.55268 6.13261 6.5 6 6.5C5.86739 6.5 5.74021 6.55268 5.64645 6.64645C5.55268 6.74021 5.5 6.86739 5.5 7V10.793L4.354 9.646C4.30751 9.59951 4.25232 9.56264 4.19158 9.53748C4.13084 9.51232 4.06574 9.49937 4 9.49937C3.93426 9.49937 3.86916 9.51232 3.80842 9.53748C3.74768 9.56264 3.69249 9.59951 3.646 9.646C3.59951 9.69249 3.56264 9.74768 3.53748 9.80842C3.51232 9.86916 3.49937 9.93426 3.49937 10C3.49937 10.0657 3.51232 10.1308 3.53748 10.1916C3.56264 10.2523 3.59951 10.3075 3.646 10.354L5.646 12.354C5.69245 12.4006 5.74762 12.4375 5.80837 12.4627C5.86911 12.4879 5.93423 12.5009 6 12.5009C6.06577 12.5009 6.13089 12.4879 6.19163 12.4627C6.25238 12.4375 6.30755 12.4006 6.354 12.354L8.354 10.354C8.40049 10.3075 8.43736 10.2523 8.46252 10.1916C8.48768 10.1308 8.50063 10.0657 8.50063 10C8.50063 9.93426 8.48768 9.86916 8.46252 9.80842C8.43736 9.74768 8.40049 9.69249 8.354 9.646C8.30751 9.59951 8.25232 9.56264 8.19158 9.53748C8.13084 9.51232 8.06574 9.49937 8 9.49937C7.93426 9.49937 7.86916 9.51232 7.80842 9.53748C7.74768 9.56264 7.69249 9.59951 7.646 9.646L6.5 10.793V7Z' fill='white'/%3E%3Cpath d='M12 14.5V5L7.5 0.5H2C1.46957 0.5 0.960859 0.710714 0.585786 1.08579C0.210714 1.46086 0 1.96957 0 2.5V14.5C0 15.0304 0.210714 15.5391 0.585786 15.9142C0.960859 16.2893 1.46957 16.5 2 16.5H10C10.5304 16.5 11.0391 16.2893 11.4142 15.9142C11.7893 15.5391 12 15.0304 12 14.5ZM7.5 3.5C7.5 3.89782 7.65804 4.27936 7.93934 4.56066C8.22064 4.84196 8.60218 5 9 5H11V14.5C11 14.7652 10.8946 15.0196 10.7071 15.2071C10.5196 15.3946 10.2652 15.5 10 15.5H2C1.73478 15.5 1.48043 15.3946 1.29289 15.2071C1.10536 15.0196 1 14.7652 1 14.5V2.5C1 2.23478 1.10536 1.98043 1.29289 1.79289C1.48043 1.60536 1.73478 1.5 2 1.5H7.5V3.5Z' fill='white'/%3E%3C/svg%3E%0A");
    height: 17px;
    width: 12px;
    display: inline-block;
}

.icon_duration_date {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 7C9 6.73478 9.10536 6.48043 9.29289 6.29289C9.48043 6.10536 9.73478 6 10 6H15V8H10C9.73478 8 9.48043 7.89464 9.29289 7.70711C9.10536 7.51957 9 7.26522 9 7ZM1 9H5C5.26522 9 5.51957 9.10536 5.70711 9.29289C5.89464 9.48043 6 9.73478 6 10C6 10.2652 5.89464 10.5196 5.70711 10.7071C5.51957 10.8946 5.26522 11 5 11H1V9Z' fill='%238C8686'/%3E%3Cpath d='M3.5 0C3.63261 0 3.75979 0.0526784 3.85355 0.146447C3.94732 0.240215 4 0.367392 4 0.5V1H12V0.5C12 0.367392 12.0527 0.240215 12.1464 0.146447C12.2402 0.0526784 12.3674 0 12.5 0C12.6326 0 12.7598 0.0526784 12.8536 0.146447C12.9473 0.240215 13 0.367392 13 0.5V1H14C14.5304 1 15.0391 1.21071 15.4142 1.58579C15.7893 1.96086 16 2.46957 16 3V14C16 14.5304 15.7893 15.0391 15.4142 15.4142C15.0391 15.7893 14.5304 16 14 16H2C1.46957 16 0.960859 15.7893 0.585786 15.4142C0.210714 15.0391 0 14.5304 0 14V3C0 2.46957 0.210714 1.96086 0.585786 1.58579C0.960859 1.21071 1.46957 1 2 1H3V0.5C3 0.367392 3.05268 0.240215 3.14645 0.146447C3.24021 0.0526784 3.36739 0 3.5 0ZM1 4V14C1 14.2652 1.10536 14.5196 1.29289 14.7071C1.48043 14.8946 1.73478 15 2 15H14C14.2652 15 14.5196 14.8946 14.7071 14.7071C14.8946 14.5196 15 14.2652 15 14V4H1Z' fill='%238C8686'/%3E%3C/svg%3E%0A");
    height: 16px;
    width: 16px;
    display: inline-block;
}

.icon_arrow_right {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='7' viewBox='0 0 8 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 3.50002C0 3.36741 0.0526785 3.24024 0.146447 3.14647C0.240215 3.0527 0.367392 3.00002 0.5 3.00002H6.293L4.146 0.854022C4.05211 0.760135 3.99937 0.632797 3.99937 0.500021C3.99937 0.367246 4.05211 0.239908 4.146 0.146021C4.23989 0.0521347 4.36722 -0.000610352 4.5 -0.000610352C4.63278 -0.000610352 4.76011 0.0521347 4.854 0.146021L7.854 3.14602C7.90056 3.19247 7.93751 3.24764 7.96271 3.30839C7.98792 3.36913 8.00089 3.43425 8.00089 3.50002C8.00089 3.56579 7.98792 3.63091 7.96271 3.69165C7.93751 3.7524 7.90056 3.80758 7.854 3.85402L4.854 6.85402C4.76011 6.94791 4.63278 7.00065 4.5 7.00065C4.36722 7.00065 4.23989 6.94791 4.146 6.85402C4.05211 6.76013 3.99937 6.6328 3.99937 6.50002C3.99937 6.36725 4.05211 6.23991 4.146 6.14602L6.293 4.00002H0.5C0.367392 4.00002 0.240215 3.94734 0.146447 3.85358C0.0526785 3.75981 0 3.63263 0 3.50002Z' fill='white'/%3E%3C/svg%3E%0A");
    height: 7px;
    width: 8px;
    display: inline-block;
}

.icon_letter {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.47 1.31803C8.32532 1.24099 8.16392 1.2007 8 1.2007C7.83608 1.2007 7.67468 1.24099 7.53 1.31803L1.53 4.51803C1.37002 4.60321 1.2362 4.73028 1.14285 4.88563C1.0495 5.04098 1.00012 5.21879 1 5.40003V6.21803L6.724 9.68303L8 8.91703L9.276 9.68303L15 6.21803V5.40003C14.9999 5.21879 14.9505 5.04098 14.8572 4.88563C14.7638 4.73028 14.63 4.60321 14.47 4.51803L8.47 1.31803ZM15 7.38803L10.246 10.265L15 13.117V7.38703V7.38803ZM14.965 14.262L8 10.083L1.035 14.263C1.09271 14.4747 1.21845 14.6616 1.39283 14.7948C1.56722 14.9279 1.78057 15.0001 2 15H14C14.2196 15 14.433 14.9277 14.6074 14.7944C14.7818 14.661 14.9075 14.4739 14.965 14.262ZM1 13.117L5.754 10.265L1 7.38703V13.117ZM7.059 0.435029C7.34862 0.280604 7.67179 0.199829 8 0.199829C8.32821 0.199829 8.65138 0.280604 8.941 0.435029L14.941 3.63503C15.2609 3.80561 15.5285 4.05995 15.715 4.37084C15.9015 4.68173 16 5.03747 16 5.40003V14C16 14.5305 15.7893 15.0392 15.4142 15.4142C15.0391 15.7893 14.5304 16 14 16H2C1.46957 16 0.960859 15.7893 0.585786 15.4142C0.210714 15.0392 1.00039e-08 14.5305 1.00039e-08 14V5.40003C-3.62467e-05 5.03747 0.0984807 4.68173 0.285014 4.37084C0.471548 4.05995 0.739081 3.80561 1.059 3.63503L7.059 0.435029Z' fill='%238C8686'/%3E%3C/svg%3E%0A");
    height: 16px;
    width: 16px;
    display: inline-block;
}

.icon_company {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 0.5C6.10218 0.5 5.72064 0.658035 5.43934 0.93934C5.15804 1.22064 5 1.60218 5 2V2.5H1.5C1.10218 2.5 0.720644 2.65804 0.43934 2.93934C0.158035 3.22064 0 3.60218 0 4L0 12C0 12.3978 0.158035 12.7794 0.43934 13.0607C0.720644 13.342 1.10218 13.5 1.5 13.5H14.5C14.8978 13.5 15.2794 13.342 15.5607 13.0607C15.842 12.7794 16 12.3978 16 12V4C16 3.60218 15.842 3.22064 15.5607 2.93934C15.2794 2.65804 14.8978 2.5 14.5 2.5H11V2C11 1.60218 10.842 1.22064 10.5607 0.93934C10.2794 0.658035 9.89782 0.5 9.5 0.5H6.5ZM6.5 1.5H9.5C9.63261 1.5 9.75979 1.55268 9.85355 1.64645C9.94732 1.74021 10 1.86739 10 2V2.5H6V2C6 1.86739 6.05268 1.74021 6.14645 1.64645C6.24021 1.55268 6.36739 1.5 6.5 1.5ZM8.386 8.414L15 6.651V12C15 12.1326 14.9473 12.2598 14.8536 12.3536C14.7598 12.4473 14.6326 12.5 14.5 12.5H1.5C1.36739 12.5 1.24021 12.4473 1.14645 12.3536C1.05268 12.2598 1 12.1326 1 12V6.65L7.614 8.414C7.86693 8.48135 8.13307 8.48135 8.386 8.414ZM1.5 3.5H14.5C14.6326 3.5 14.7598 3.55268 14.8536 3.64645C14.9473 3.74021 15 3.86739 15 4V5.616L8.129 7.448C8.04448 7.47057 7.95552 7.47057 7.871 7.448L1 5.616V4C1 3.86739 1.05268 3.74021 1.14645 3.64645C1.24021 3.55268 1.36739 3.5 1.5 3.5Z' fill='%238C8686'/%3E%3C/svg%3E%0A");
    height: 14px;
    width: 16px;
    display: inline-block;
}

.rj_f_700 {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700 !important;
    line-height: 150%;
}

.rj_dot_red {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #FF3C41;
    margin: 0px 8px;
}

/* end request style */

/** bench review **/
.bench_review_card {
    background: #FFFFFF;
    border-radius: 4px;
}

.bench_review_card div {
    padding: 30px 0px;
}

.bench_review_card div:first-child {
    padding-left: 25px;
}

.bench_review_card .bench_card_description {
    height: 100%;
    margin-top: 7px;
}

.bench_review_card div:last-child {
    padding: 5px;
}

@media (max-width: 768px) {
    .bench_review_card div {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .bench_review_card div {
        padding-left: 25px;
    }
}

/** end bench review **/

/** notification **/
#rj_notification_button {
    padding: 0 20px;
    margin-right: 20px;
    border-right: 1px solid #E5E5E5;
}

#rj_notification {
    display: none;
    margin-top: 20px;
    margin-right: 20px;
}

#rj_notification .close {
    margin-left: 10px !important;
    margin-top: 6px;
}

#rj_notification .toast {
    opacity: 1;
    width: 350px;
}

#rj_notification .toast:not(:last-child) {
    margin-bottom: 4px;
}

#rj_notification .rj_btn_collapse {
    width: 100%;
    text-align: left;
    color: #333333;
    margin-right: 20px;
}

.rj_notification_card {
    display: block;
    height: 20px;
}

.rj-notification-read-link {
    cursor: pointer;
}

.rj_notification_count_btn {
    padding: 2px 10px;
    color: #FFFFFF;
    background: #FF3C41;
    border-radius: 12px;
    font-size: 14px;
}

.panel-title {
    position: relative;
}

.panel-title::after {
    content: "\f107";
    color: #333;
    top: -2px;
    right: 0px;
    position: absolute;
    font-family: "FontAwesome"
}

.panel-title[aria-expanded="true"]::after {
    content: "\f106";
}

.circle_notification {
    position: absolute;
    width: 7px;
    height: 7px;
    left: 7px;
    top: 1px;
    background: #FF3C41;
    border: 1px solid #F5F5F5;
    border-radius: 5px;
}

.scroll {
    width: 359px;
    height: 400px;
    overflow-x: scroll;
}

.scroll::-webkit-scrollbar {
    width: 4px;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.notification_page {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 0px 24px;
    margin-bottom: 16px;
}

.notification_page_active {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 0px 24px;
    margin-bottom: 16px;
    border: 2px solid #28A745;
}

/** emd notification **/

/** admin list **/
.admin_list {
    background: #ffffff;
    border-radius: 4px;
}

.admin_list div {
    height: 47px;
    line-height: 47px;
}

.rj_border_right_silverr {
    border-right: 1px solid #E5E5E5;
}

/** end admin list **/

/** company list **/
.company_list {
    background: #ffffff;
    border-radius: 8px;
}

.p_20 {
    padding: 20px;
}

/** end company list **/

/** admin company**/
.admin_company_list {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 20px;
}

.admin_company_list .user_company {
    color: #B6B6B6;
}

/** end admin company **/

/** empty request **/
.empty_request {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 160px;
}

.empty_request hr {
    width: 665px;
    padding: 0px;
    background: #B6B6B6;
    margin-top: 0px;
    margin-bottom: 64px;
}

.empty_request h3 {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    text-align: center;
    color: #000000;
}

.empty_request p {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #333333;
    margin-top: 5px;
    margin-bottom: 64px;
}

.bench_cv_version_card hr {
    background: #E5E5E5;
    color: #E5E5E5;
    margin: 15px 0px;
}

.bench_cv_version_card .project {
    border: 1px solid #E5E5E5;
    margin: 15px 0px;
}

/** end empty request **/

/** bench index **/

.dashboardcode-bsmultiselect .badge {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 2px 4px 2px 8px !important;
    position: static;
    background: #E5E5E5;
    border: 1px solid #B6B6B6;
    box-sizing: border-box;
    border-radius: 2px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #666666;
    margin: 0px 4px;
}

.dashboardcode-bsmultiselect {
    position: relative;
}

.dashboardcode-bsmultiselect .dropdown-menu {
    top: 42px !important;
    transform: none !important;
    width: 100%;
}

.dashboardcode-bsmultiselect > ul {
    padding: 5px 13px 5px 5px;
    height: 41px !important;
    overflow: hidden;
    display: flex !important;
    flex-wrap: nowrap !important;
}

.dashboardcode-bsmultiselect > ul.focus {
    border-color: var(--color-main-01) !important;
    -webkit-box-shadow: 0 0 0 4px rgb(242 81 128 / 25%) !important;
    box-shadow: 0 0 0 4px rgb(242 81 128 / 25%) !important;
    color: var(--color-black-03) !important;
    outline: none !important;
}

.dashboardcode-bsmultiselect ul li label {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #666666 !important;
    padding: 0px;
}

.m-g-r-8 {
    margin-right: 8px !important;
}

.bench_card {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 24px 0px 20px 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
}

.bench_card_title {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #8C8686;
}

.bench_card_description {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #666666;
    height: 21px;
}

.bench_card_description_f_600 {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #666666;
}

.author_me {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #28A745;
}

.bench_card hr {
    background: #E5E5E5;
}

.bench a {
    font-weight: 600;
}

.bench_card .bench {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #FF3C41;
}

.btn_blue_bg_p_10 {
    display: inline-block;
    background: #262946;
    border-radius: 99px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #FFFFFF;
    padding: 0 10px;
}

.btn_blue_bg {
    display: inline-block;
    background: #262946;
    border-radius: 99px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #FFFFFF;
    padding: 7px 13px 7px 13px;
}

.btn_blue_bg:hover {
    color: #FFFFFF;
}

.btn_blue_without_bg {
    padding: 5px 12px;
    background: rgba(255, 255, 255, 1e-06);
    border: 1px solid #262946;
    box-sizing: border-box;
    border-radius: 24px;
}

.btn_blue_without_bg_middle {
    padding: 5px 9px;
    background: rgba(255, 255, 255, 1e-06);
    border: 1px solid #262946;
    box-sizing: border-box;
    border-radius: 24px;
}

.btn_blue_without_bg_download {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 31px;
    height: 31px;
    background: rgba(255, 255, 255, 1e-06);
    border: 1px solid #262946;
    border-radius: 24px;
}

.btn_red_bg_color_red {
    padding: 5px 9px;
    background: rgba(255, 255, 255, 1e-06);
    border: 1px solid #FF3C41;
    box-sizing: border-box;
    border-radius: 24px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #FF3C41;
}

.btn_red_bg_color_red:hover {
    background: rgba(255, 255, 255, 1e-06);
    border: 1px solid #FF3C41;
    color: #FF3C41;
}


textarea {
    width: 100%;
    height: 86px;
    background: #FFFFFF;
    border: 1px solid #B6B6B6;
    box-sizing: border-box;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 7px 13px;
    color: #8C8686;
    font-family: 'Helvetica Neue Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.request-create .bench-body {
    width: 72%;
}

.m-g-b-24 {
    margin-bottom: 24px;
}

.m-l-16 {
    margin-left: 16px;
}

.bench_cv_version_card .created_at {
    border-radius: 4px 0px 0px 4px;
    border-left: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    height: 63px;
}

.bench_cv_version_card .responsibility {
    border-left: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    height: 63px;
}

.bench_cv_version_card .delete_edit {
    border-left: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    height: 63px;
}

.bench_cv_version_card .download {
    border-radius: 0px 4px 4px 0px;
    border: 1px solid #E5E5E5;
    height: 63px;
}

/** end bench **/

.alert-success {
    width: 433px;
    position: fixed;
    right: 15px;
    z-index: 2;
}

.alert-danger {
    width: 433px;
    position: fixed;
    right: 15px;
    z-index: 2;
}

/** show request **/
.rj_text_size_16 {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.rj_text_size_15 {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
}

.rj_text_size_14 {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
}

.rj_text_size_18 {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
}


.rj_text_size_12 {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.rj_breadcrumb_text {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #8C8686;
}

.rj_text_color_enrolled {
    color: #28A745;
}

.rj_text_color_rejected_by_us {
    color: #FFB74A;
}

.rj_text_color_rejected_by_client {
    color: #DC3545;
}

.rj_text_color_green {
    color: #28A745!important;
}

.rj_text_color_yellow {
    color: #FFB74A!important;
}

.rj_text_color_red {
    color: #DC3545!important;
}
.rj_text_color_pink {
    color: #FF6F5B!important;
}
.rj_company_list_rating {
    display: inline;
    background: #F5F5F5;
    border-radius: 6px;
    padding: 8px 12px;
    margin-left: -12px;
}

.rj_company_list_description {
    font-family: 'Helvetica Neue';
    font-style: normal;
    height: 68px;
    margin-bottom: 24px;
    overflow: hidden;
    color: #8C8686;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
}

.rj_archived {
    background: #ffffff75 !important;
}

.rj_archived h5,
.rj_archived p {

    color: #8C8686 !important;
}

.m-l-8 {
    margin-left: 8px;
}

.rj_color_red {
    color: #FF3C41 !important;
}

.rj_color_gray {
    color: #8C8686 !important;
}

.rj_color_gray_02 {
    color: #B6B6B6 !important;
}

.rj_color_black_03 {
    color: #666666 !important;
}

.rj_color_yellow {
    color: #FFB74A !important;
}

.rj_color_black {
    color: #262946 !important;
}

.rj_color_green {
    color: #28A745 !important;
}


.rj_btn_red_without_bg {
    display: inline-flex;
    padding: 7px 13px;
    background: rgba(255, 255, 255, 1e-06);
    border: 1px solid #FF3C41;
    box-sizing: border-box;
    border-radius: 24px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FF3C41;
}

.rj_btn_red_with_red_text {
    display: inline-flex;
    padding: 5px 9px;
    border: 1px solid #FF3C41;
    box-sizing: border-box;
    border-radius: 24px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #FF3C41;
    background: #FFDBDC;
    pointer-events: all;
    opacity: 1 !important;
}

.rj_btn_red_without_bg_disabled {
    display: inline-flex;
    padding: 7px 13px;
    background: rgba(255, 255, 255, 1e-06);
    border: 1px solid #8C8686;
    box-sizing: border-box;
    border-radius: 24px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #8C8686;
    opacity: 0.65;
    pointer-events: none;
    cursor: default;

}

.rj_btn_red_without_bg:hover {
    color: #FF3C41;
}

.rj_btn_blue_with_bg_small {
    display: inline-flex;
    padding: 4.2px 7.8px 5.2px;
    background: rgba(255, 255, 255, 1e-06);
    border: 1px solid #262946;
    box-sizing: border-box;
    border-radius: 24px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: #FFFFFF;
    background: #262946;
}

.rj_btn_blue_with_bg_small_disabled {
    display: inline-flex;
    padding: 4.2px 7.8px 5.2px;
    background: #B6B6B6;
    border: 1px solid #B6B6B6;
    box-sizing: border-box;
    border-radius: 24px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: #FFFFFF;
    opacity: 0.65;
    pointer-events: none;
    cursor: default;

}

.rj_btn_blue_with_bg_small:hover {
    color: #FFFFFF;
}

.rj_btn_blue_with_bg {
    display: inline-flex;
    padding: 7px 13px;
    background: rgba(255, 255, 255, 1e-06);
    border: 1px solid #262946;
    box-sizing: border-box;
    border-radius: 24px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    background: #262946;
}

.rj_btn_blue_with_bg_middle {
    display: inline-flex;
    padding: 5px 9px;
    background: rgba(255, 255, 255, 1e-06);
    border: 1px solid #262946;
    box-sizing: border-box;
    border-radius: 24px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    background: #262946;
}

.rj_btn_blue_with_bg_disabled {
    display: inline-flex;
    padding: 7px 13px;
    background: #B6B6B6;
    border: 1px solid #B6B6B6;
    box-sizing: border-box;
    border-radius: 24px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    opacity: 0.65;
    pointer-events: none;
    cursor: default;
}

.rj_btn_gray_without_bg {
    display: inline-flex;
    padding: 7px 13px;
    background: rgba(255, 255, 255, 1e-06);
    border: 1px solid #B6B6B6;
    box-sizing: border-box;
    border-radius: 24px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #B6B6B6;
}

.rj_btn_gray_without_bg_middle {
    display: inline-flex;
    padding: 5px 9px;
    background: rgba(255, 255, 255, 1e-06);
    border: 1px solid #B6B6B6;
    box-sizing: border-box;
    border-radius: 24px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #B6B6B6;
}

.rj_btn_blue_with_bg:hover {
    color: #FFFFFF;
}

.rj_btn_blue_with_bg_disabled:hover {
    color: #FFFFFF;
}

.rj_btn_blue_with_bg_middle {
    display: inline-flex;
    padding: 5px 9px;
    background: rgba(255, 255, 255, 1e-06);
    border: 1px solid #262946;
    box-sizing: border-box;
    border-radius: 24px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    background: #262946;
}

.rj_btn_blue_with_bg_middle_disabled {
    display: inline-flex;
    padding: 5px 9px;
    background: #B6B6B6;
    border: 1px solid #B6B6B6;
    box-sizing: border-box;
    border-radius: 24px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    opacity: 0.65;
    pointer-events: none;
    cursor: default;
}

.rj_btn_blue_with_bg_middle:hover {
    color: #FFFFFF;
}

.rj_btn_blue_without_bg:hover {
    color: #FFFFFF;
}

.rj_btn_red_without_bg_middle {
    display: inline-flex;
    background: rgba(255, 255, 255, 1e-06);
    padding: 5px 9px;
    border: 1px solid #FF3C41;
    border-radius: 24px;
    color: #FF3C41;
}

.rj_btn_red_without_bg_middle_disabled {
    display: inline-flex;
    background: rgba(255, 255, 255, 1e-06);
    padding: 5px 9px;
    border-radius: 24px;
    border: 1px solid #B6B6B6;
    color: #B6B6B6;
    opacity: 0.65;
    pointer-events: none;
    cursor: default;
}

.rj_btn_red_without_bg_middle:hover {
    color: #FF3C41;
}

.rj_btn_red_with_bg_middle {
    display: inline-flex;
    padding: 5px 9px;
    background: rgba(255, 255, 255, 1e-06);
    border: 1px solid #FF3C41;
    box-sizing: border-box;
    border-radius: 24px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    background: #FF3C41;
}

.rj_btn_red_with_bg_middle:hover {
    color: #FFFFFF;
}

.rj_btn_red_with_bg_big {
    display: inline-flex;
    padding: 7px 13px;
    background: rgba(255, 255, 255, 1e-06);
    border: 1px solid #FF3C41;
    box-sizing: border-box;
    border-radius: 24px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    background: #FF3C41;
}

.rj_btn_red_with_bg_big:hover {
    color: #FFFFFF;
}

.rj_btn_orange_with_bg_big {
    display: inline-flex;
    padding: 7px 13px;
    background: rgba(255, 255, 255, 1e-06);
    border: 1px solid #FF6F5B;
    box-sizing: border-box;
    border-radius: 24px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    background: #FF6F5B;
}

.rj_btn_orange_with_bg_big:hover {
    color: #FFFFFF;
}

.rj_btn_blue_without_bg_small {
    display: inline-flex;
    padding: 5px 9px;
    background: rgba(255, 255, 255, 1e-06);
    border: 1px solid #262946;
    box-sizing: border-box;
    border-radius: 24px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #262946;
}

.rj_btn_blue_without_bg_small:hover {
    color: #262946;
}

.rj_btn_blue_without_bg {
    display: inline-flex;
    padding: 7px 13px;
    background: rgba(255, 255, 255, 1e-06);
    border: 1px solid #262946;
    box-sizing: border-box;
    border-radius: 24px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #262946;
}

.rj_btn_blue_without_bg:hover {
    color: #262946;
}

.rj_btn_red_with_white_bg {
    padding: 6.3px 11.7px 7.3px;
    background: #FF3C41;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    border-radius: 99px;
}

.rj_btn_red_with_white_bg:hover {
    color: #FFFFFF;
}

.rj_btn_red_with_white_bg_middle {
    padding: 5.25px 9.75px 6.25px;
    background: #FF3C41;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    border-radius: 99px;
}

.rj_btn_red_with_white_bg_middle:hover {
    color: #FFFFFF;
}

.rj_btn_silver {
    display: inline-block;
    padding: 7px 13px;
    height: 38px;
    background: #B6B6B6;
    opacity: 0.65;
    border-radius: 24px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}

.rj_btn_text_red {
    color: #FF3C41;
}

.rj_h6 {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #333333;
}

.rj_h5 {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #333333;
}

.rj_h5 a {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #333333;
}

.rj_h5 a:hover {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #333333;
}

.rj_fs_18 {
    font-size: 18px;
}

.rj_fs_14 {
    font-size: 14px;
}

.rj_link {
    text-decoration: none;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #FF3C41;
}

.rj_link:hover {
    color: #FF3C41;
}

.request_show {
    margin: 16px !important;
    padding: 0px;
}

.request_show .deadline {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    display: inline-block;
    color: #8C8686;
}

.request_show .request_show_block {
    background: #FFFFFF;
    border-radius: 8px;
    padding-bottom: 32px;
}

.request_show .request_show_block .title {
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
}

.request_show .request_show_block .button_group {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
}

.request_show .label {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #8C8686;
}

.request_show .description {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #666666;
}

.request_show .description_technology {
    margin-left: 60px;
    font-family: 'Helvetica Neue';
    font-weight: 400;
    font-size: 16px;
}

.request_show .icon_block {
    display: inline-block;
    width: 16px;
    height: 16px;
}

.request_show .technology_block {
    display: inline-block;
    padding: 6.3px 11.7px 7.3px;
    background: #262946;
    border-radius: 99px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #FFFFFF;
    padding-left: 70px;
}
.rj_btn_red_without_bg_semi_round_left {
    display: inline-flex;
    padding: 5px 9px;
    background: rgba(255, 255, 255, 1e-06);
    border: 1px solid #FF3C41;
    box-sizing: border-box;
    border-radius: 24px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FF3C41;
    border-right:none;
    border-radius: 99px 0px 0px 99px;
}

.rj_btn_red_without_bg_semi_round_right{
    display: inline-flex;
    padding: 5px 9px;
    background: rgba(255, 255, 255, 1e-06);
    border: 1px solid #FF3C41;
    box-sizing: border-box;
    border-radius: 24px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FF3C41;
    border-radius: 0 99px 99px 0px;
}
.request_show .hr_16 {
    background: #E5E5E5;
    margin: 16px 0px;
}

.request_show .w-85 {
    width: 85%;
    padding-bottom: 32px;
}

.request_show .btn_request_bench {
    display: flex;
    justify-content: flex-end;
}

.request_show .btn_request_bench a:last-child {
    margin-left: 24px;
}

.request_show .w-10 {
    width: 10%;
}

.m-b-16 {
    margin-bottom: 16px;
}

.rj_width_90 {
    width: 90%;
}

.rj_bench_edit_element {
    width: 19%;
}

/** end show request **/

/** Request candidate styles **/
.request-cv-manager-contact-info {
    display: none;
    position: absolute;
    left: -9px;
}

/** End request candidate styles **/
.rj_request_closed_card {
    opacity: 0.5;
    pointer-events: none
}

/** Password eye icons **/

/* Request bench feedback styles */

/* End request bench feedback style */
.rj_request_bench_feedback_form {
    max-width: 80%;
    background-color: #FFFFFF;
    margin: 0 auto;
    border-radius: 12px;
    box-shadow: 0px 12px 28px rgba(0, 0, 0, 0.08);
    z-index: 5;
}

.rj_request_bench_feedback_form_body {
    max-width: 434px;
    margin: 0 auto;
    padding: 5vh 0;
}

.rj_request_bench_feedback_header {
    border-bottom: 1px solid #E5E5E5;
    padding: 2vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
}

.rj_radio__button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6.3px 11.7px 7.3px;

    width: 136px;
    height: 32px;
}

.rj_radio__button_input {
    opacity: 0;
    width: 0;
    position: fixed;
    z-index: 100;
}

.rj_radio__button_input:checked + label {
    background: #FF3C41;
    color: white;
    border:1px solid #FF3C41;
}

/* Admin rating styles */
.rj_admin_rating_form {
    max-width: 665px;
    background-color: #FFFFFF;
    margin: 0 auto;
    border-radius: 12px;
    box-shadow: 0px 12px 28px rgba(0, 0, 0, 0.08);
    z-index: 5;
}

.rj_admin_rating_form_header {
    border-bottom: 1px solid #E5E5E5;
    padding: 2vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rj_admin_rating_form_header_star_block {
    background: #FF3C41;
    border-radius: 8px;
    padding: 6px 10px;
    display: flex;
    align-items: center;
}

.rj_admin_rating_form_header_star_text {
    color: #FFF8F8;
    padding-left: 4px;
}

.rj_admin_rating_form_header_star_rating {
    padding-right: 4px;
    border-right: 1px solid #DC3545;
}

.rj_admin_rating_form_body {
    padding: 2vw 7vw;
}

/* End admin rating styles */

/** request feedback rating **/
.rj_request_bench_feedback_rating {
    padding: 1vh 1vh;
    background: #F5F5F5;
}

.rj_request_bench_feedback_rating span {
    color: #B6B6B6;
    font-size: 12px;
    display: block;
}

.rj_request_bench_feedback_rating span:first-child {
    margin-right: 24px;
    text-align: right;
    width: 131px;
}

.rj_request_bench_feedback_rating span:last-child {
    margin-left: 24px;
    text-align: left;
    width: 131px;
}

/** end request feedback rating **/

.rj-password-field-eye-icon-red {
    position: absolute;
    right: 1rem;
    top: 2.5rem;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FF3C41' class='bi bi-eye' viewBox='0 0 16 16'%3E%3Cpath d='M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z'/%3E%3Cpath d='M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z'/%3E%3C/svg%3E%0A");
    cursor: pointer;
}

.rj-password-field-eye-icon {
    position: absolute;
    right: 1rem;
    top: 2.5rem;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23212529' class='bi bi-eye' viewBox='0 0 16 16'%3E%3Cpath d='M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z'/%3E%3Cpath d='M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z'/%3E%3C/svg%3E%0A");
    cursor: pointer;
}

.rj-password-field-eye-slash-icon-red {
    position: absolute;
    right: 1rem;
    top: 2.5rem;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FF3C41' class='bi bi-eye-slash' viewBox='0 0 16 16'%3E%3Cpath d='M13.359 11.238C15.06 9.72 16 8 16 8s-3-5.5-8-5.5a7.028 7.028 0 0 0-2.79.588l.77.771A5.944 5.944 0 0 1 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.134 13.134 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755-.165.165-.337.328-.517.486l.708.709z'/%3E%3Cpath d='M11.297 9.176a3.5 3.5 0 0 0-4.474-4.474l.823.823a2.5 2.5 0 0 1 2.829 2.829l.822.822zm-2.943 1.299.822.822a3.5 3.5 0 0 1-4.474-4.474l.823.823a2.5 2.5 0 0 0 2.829 2.829z'/%3E%3Cpath d='M3.35 5.47c-.18.16-.353.322-.518.487A13.134 13.134 0 0 0 1.172 8l.195.288c.335.48.83 1.12 1.465 1.755C4.121 11.332 5.881 12.5 8 12.5c.716 0 1.39-.133 2.02-.36l.77.772A7.029 7.029 0 0 1 8 13.5C3 13.5 0 8 0 8s.939-1.721 2.641-3.238l.708.709zm10.296 8.884-12-12 .708-.708 12 12-.708.708z'/%3E%3C/svg%3E%0A");
    cursor: pointer;
}

.rj-password-field-eye-slash-icon {
    position: absolute;
    right: 1rem;
    top: 2.5rem;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23212529' class='bi bi-eye-slash' viewBox='0 0 16 16'%3E%3Cpath d='M13.359 11.238C15.06 9.72 16 8 16 8s-3-5.5-8-5.5a7.028 7.028 0 0 0-2.79.588l.77.771A5.944 5.944 0 0 1 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.134 13.134 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755-.165.165-.337.328-.517.486l.708.709z'/%3E%3Cpath d='M11.297 9.176a3.5 3.5 0 0 0-4.474-4.474l.823.823a2.5 2.5 0 0 1 2.829 2.829l.822.822zm-2.943 1.299.822.822a3.5 3.5 0 0 1-4.474-4.474l.823.823a2.5 2.5 0 0 0 2.829 2.829z'/%3E%3Cpath d='M3.35 5.47c-.18.16-.353.322-.518.487A13.134 13.134 0 0 0 1.172 8l.195.288c.335.48.83 1.12 1.465 1.755C4.121 11.332 5.881 12.5 8 12.5c.716 0 1.39-.133 2.02-.36l.77.772A7.029 7.029 0 0 1 8 13.5C3 13.5 0 8 0 8s.939-1.721 2.641-3.238l.708.709zm10.296 8.884-12-12 .708-.708 12 12-.708.708z'/%3E%3C/svg%3E%0A");
    cursor: pointer;
}

.rj-is-invalid-field {
    border: 1px solid #FF3C41 !important;
}

/** End Password eye icons **/

/** RJ icons **/
.rj-icon-arrow-down-left-circle {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 8.49927C1 10.3558 1.7375 12.1363 3.05025 13.449C4.36301 14.7618 6.14348 15.4993 8 15.4993C9.85652 15.4993 11.637 14.7618 12.9497 13.449C14.2625 12.1363 15 10.3558 15 8.49927C15 6.64275 14.2625 4.86227 12.9497 3.54952C11.637 2.23677 9.85652 1.49927 8 1.49927C6.14348 1.49927 4.36301 2.23677 3.05025 3.54952C1.7375 4.86227 1 6.64275 1 8.49927ZM16 8.49927C16 10.621 15.1571 12.6558 13.6569 14.1561C12.1566 15.6564 10.1217 16.4993 8 16.4993C5.87827 16.4993 3.84344 15.6564 2.34315 14.1561C0.842855 12.6558 0 10.621 0 8.49927C0 6.37754 0.842855 4.3427 2.34315 2.84241C3.84344 1.34212 5.87827 0.499268 8 0.499268C10.1217 0.499268 12.1566 1.34212 13.6569 2.84241C15.1571 4.3427 16 6.37754 16 8.49927ZM10.096 5.64527C10.1899 5.55151 10.3172 5.4989 10.4499 5.49899C10.5825 5.49908 10.7097 5.55188 10.8035 5.64577C10.8973 5.73965 10.9499 5.86694 10.9498 5.99962C10.9497 6.1323 10.8969 6.25951 10.803 6.35327L6.707 10.4493H9.475C9.60761 10.4493 9.73479 10.5019 9.82855 10.5957C9.92232 10.6895 9.975 10.8167 9.975 10.9493C9.975 11.0819 9.92232 11.2091 9.82855 11.3028C9.73479 11.3966 9.60761 11.4493 9.475 11.4493H5.5C5.36739 11.4493 5.24021 11.3966 5.14645 11.3028C5.05268 11.2091 5 11.0819 5 10.9493V6.97427C5 6.84166 5.05268 6.71448 5.14645 6.62071C5.24021 6.52695 5.36739 6.47427 5.5 6.47427C5.63261 6.47427 5.75979 6.52695 5.85355 6.62071C5.94732 6.71448 6 6.84166 6 6.97427V9.74227L10.096 5.64527Z' fill='%23FF3C41'/%3E%3C/svg%3E");
}

.rj-icon-arrow-down-right-circle {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 8.49927C1 10.3558 1.7375 12.1363 3.05025 13.449C4.36301 14.7618 6.14348 15.4993 8 15.4993C9.85652 15.4993 11.637 14.7618 12.9497 13.449C14.2625 12.1363 15 10.3558 15 8.49927C15 6.64275 14.2625 4.86227 12.9497 3.54952C11.637 2.23677 9.85652 1.49927 8 1.49927C6.14348 1.49927 4.36301 2.23677 3.05025 3.54952C1.7375 4.86227 1 6.64275 1 8.49927ZM16 8.49927C16 10.621 15.1571 12.6558 13.6569 14.1561C12.1566 15.6564 10.1217 16.4993 8 16.4993C5.87827 16.4993 3.84344 15.6564 2.34315 14.1561C0.842855 12.6558 0 10.621 0 8.49927C0 6.37754 0.842855 4.3427 2.34315 2.84241C3.84344 1.34212 5.87827 0.499268 8 0.499268C10.1217 0.499268 12.1566 1.34212 13.6569 2.84241C15.1571 4.3427 16 6.37754 16 8.49927ZM5.854 5.64527C5.76011 5.55138 5.63278 5.49864 5.5 5.49864C5.36722 5.49864 5.23989 5.55138 5.146 5.64527C5.05211 5.73915 4.99937 5.86649 4.99937 5.99927C4.99937 6.13204 5.05211 6.25938 5.146 6.35327L9.243 10.4493H6.475C6.34239 10.4493 6.21521 10.5019 6.12145 10.5957C6.02768 10.6895 5.975 10.8167 5.975 10.9493C5.975 11.0819 6.02768 11.2091 6.12145 11.3028C6.21521 11.3966 6.34239 11.4493 6.475 11.4493H10.45C10.5826 11.4493 10.7098 11.3966 10.8036 11.3028C10.8973 11.2091 10.95 11.0819 10.95 10.9493V6.97427C10.95 6.84166 10.8973 6.71448 10.8036 6.62071C10.7098 6.52695 10.5826 6.47427 10.45 6.47427C10.3174 6.47427 10.1902 6.52695 10.0964 6.62071C10.0027 6.71448 9.95 6.84166 9.95 6.97427V9.74227L5.854 5.64527Z' fill='%23FF3C41'/%3E%3C/svg%3E");
}

.rj-icon-telegram {
    height: 16px;
    width: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8C16 10.1217 15.1571 12.1566 13.6569 13.6569C12.1566 15.1571 10.1217 16 8 16C5.87827 16 3.84344 15.1571 2.34315 13.6569C0.842855 12.1566 0 10.1217 0 8C0 5.87827 0.842855 3.84344 2.34315 2.34315C3.84344 0.842855 5.87827 0 8 0C10.1217 0 12.1566 0.842855 13.6569 2.34315C15.1571 3.84344 16 5.87827 16 8ZM8.287 5.906C7.509 6.23 5.953 6.9 3.621 7.916C3.243 8.066 3.044 8.214 3.026 8.358C2.996 8.601 3.301 8.697 3.716 8.828L3.891 8.883C4.299 9.016 4.849 9.171 5.134 9.177C5.394 9.183 5.683 9.077 6.002 8.857C8.181 7.386 9.306 6.643 9.376 6.627C9.426 6.615 9.496 6.601 9.542 6.643C9.589 6.684 9.584 6.763 9.579 6.784C9.549 6.913 8.352 8.025 7.733 8.601C7.54 8.781 7.403 8.908 7.375 8.937C7.31334 9.00001 7.25067 9.06202 7.187 9.123C6.807 9.489 6.523 9.763 7.202 10.211C7.529 10.427 7.791 10.604 8.052 10.782C8.336 10.976 8.62 11.169 8.988 11.411C9.081 11.471 9.171 11.536 9.258 11.598C9.589 11.834 9.888 12.046 10.255 12.012C10.469 11.992 10.69 11.792 10.802 11.192C11.067 9.775 11.588 6.706 11.708 5.441C11.7153 5.33584 11.711 5.2302 11.695 5.126C11.6856 5.04192 11.6449 4.96446 11.581 4.909C11.49 4.84619 11.3815 4.81365 11.271 4.816C10.971 4.821 10.508 4.982 8.287 5.906Z' fill='%238C8686'/%3E%3C/svg%3E%0A");
}

.rj-icon-mail_box {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%238C8686' class='bi bi-envelope' viewBox='0 0 16 16'%3E%3Cpath d='M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4Zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1H2Zm13 2.383-4.708 2.825L15 11.105V5.383Zm-.034 6.876-5.64-3.471L8 9.583l-1.326-.795-5.64 3.47A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.741ZM1 11.105l4.708-2.897L1 5.383v5.722Z'/%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    display: inline-block;
}

.rj-icon-skype {
    height: 16px;
    width: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2250_246721)'%3E%3Cpath d='M4.67042 0C5.55042 0 6.40342 0.247 7.13842 0.702C8.23621 0.585156 9.34624 0.714648 10.3876 1.08105C11.4291 1.44744 12.3756 2.04152 13.1584 2.82C13.8446 3.50418 14.3893 4.31693 14.7611 5.21177C15.1329 6.10661 15.3247 7.06598 15.3254 8.035C15.3254 8.379 15.3014 8.722 15.2534 9.061C15.6456 9.75734 15.8522 10.5428 15.8534 11.342C15.8534 11.9543 15.7324 12.5605 15.4973 13.1258C15.2622 13.6911 14.9176 14.2043 14.4834 14.636C13.6064 15.5106 12.418 16.0012 11.1794 16C10.3394 16 9.52142 15.774 8.80942 15.356C7.69739 15.4888 6.56973 15.3682 5.51091 15.0033C4.45209 14.6384 3.48956 14.0387 2.69542 13.249C2.00941 12.5649 1.46493 11.7523 1.0931 10.8576C0.721277 9.96298 0.529395 9.00384 0.528422 8.035C0.528422 7.672 0.554422 7.311 0.608422 6.954C0.103914 6.06802 -0.0950109 5.04063 0.0423411 4.03037C0.179693 3.02011 0.645688 2.08313 1.36842 1.364C2.24517 0.490822 3.43204 0.000398173 4.66942 0L4.67042 0ZM5.11742 7.01C5.29742 7.319 5.54742 7.582 5.84642 7.779C6.24251 8.0382 6.66362 8.25696 7.10342 8.432C7.59542 8.637 7.97642 8.812 8.24842 8.955C8.47742 9.067 8.68542 9.219 8.86342 9.403C8.99842 9.545 9.07342 9.734 9.07342 9.931C9.07905 10.0695 9.05159 10.2073 8.99334 10.333C8.93508 10.4587 8.84769 10.5688 8.73842 10.654C8.44742 10.85 8.09842 10.943 7.74842 10.918C7.38864 10.9221 7.03189 10.852 6.70042 10.712C6.52095 10.6322 6.34355 10.5479 6.16842 10.459C5.98752 10.3629 5.78625 10.3115 5.58142 10.309C5.39805 10.3014 5.21874 10.3644 5.08042 10.485C5.01431 10.5478 4.96264 10.6243 4.92897 10.7091C4.8953 10.7938 4.88044 10.8849 4.88542 10.976C4.88122 11.1485 4.93316 11.3176 5.03342 11.458C5.15435 11.6113 5.31088 11.7329 5.48942 11.812C6.18647 12.1143 6.94212 12.2574 7.70142 12.231C8.25436 12.242 8.80467 12.1522 9.32542 11.966C9.75729 11.8128 10.1334 11.5338 10.4054 11.165C10.6724 10.775 10.8074 10.31 10.7914 9.838C10.8018 9.45228 10.7053 9.07121 10.5124 8.737C10.3166 8.4193 10.053 8.14883 9.74042 7.945C9.34422 7.68942 8.92387 7.47338 8.48542 7.3C8.4386 7.27709 8.39013 7.25771 8.34042 7.242C7.9983 7.10332 7.66047 6.95425 7.32742 6.795C7.12528 6.70009 6.94226 6.56892 6.78742 6.408C6.65729 6.27108 6.58556 6.08889 6.58742 5.9C6.58102 5.75606 6.61337 5.61304 6.68109 5.48587C6.74881 5.3587 6.84942 5.25203 6.97242 5.177C7.26446 5.0029 7.60067 4.91711 7.94042 4.93C8.20042 4.927 8.46042 4.96 8.71242 5.026C8.98642 5.105 9.25442 5.203 9.51442 5.319C9.61942 5.368 9.73442 5.394 9.85042 5.395C9.93506 5.39708 10.0192 5.38123 10.0973 5.34848C10.1753 5.31574 10.2456 5.26684 10.3034 5.205C10.4268 5.07004 10.4915 4.89165 10.4834 4.709C10.4864 4.53496 10.426 4.36577 10.3134 4.233C10.1596 4.07164 9.96873 3.95014 9.75742 3.879C9.52806 3.79471 9.2909 3.73341 9.04942 3.696C8.71163 3.64072 8.3697 3.61462 8.02742 3.618C7.50437 3.61468 6.98469 3.70197 6.49142 3.876C6.0377 4.02903 5.63262 4.29954 5.31742 4.66C5.0142 5.01903 4.85398 5.47725 4.86742 5.947C4.85742 6.317 4.94342 6.683 5.11742 7.01Z' fill='%238C8686'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2250_246721'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    display: inline-block;
}

.rj-icon-facebook_messenger {
    height: 16px;
    width: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 7.76C0 3.301 3.493 0 8 0C12.507 0 16 3.301 16 7.76C16 12.219 12.507 15.52 8 15.52C7.19 15.52 6.414 15.413 5.684 15.213C5.54245 15.1736 5.39165 15.1842 5.257 15.243L3.669 15.945C3.57309 15.9873 3.46826 16.0054 3.36372 15.9977C3.25918 15.99 3.15812 15.9568 3.06944 15.9009C2.98076 15.845 2.90717 15.7682 2.85513 15.6772C2.80309 15.5862 2.7742 15.4838 2.771 15.379L2.727 13.956C2.72396 13.8694 2.70333 13.7843 2.66637 13.7059C2.62941 13.6275 2.57689 13.5575 2.512 13.5C0.956 12.108 0 10.092 0 7.76ZM5.546 6.301L3.196 10.029C2.971 10.387 3.41 10.79 3.747 10.535L6.272 8.619C6.35505 8.55592 6.45638 8.52161 6.56067 8.52125C6.66495 8.52089 6.76652 8.5545 6.85 8.617L8.719 10.019C8.85161 10.1184 9.00338 10.1893 9.16475 10.2272C9.32612 10.2651 9.49359 10.2691 9.6566 10.2391C9.8196 10.209 9.97461 10.1455 10.1119 10.0525C10.2491 9.95958 10.3656 9.83921 10.454 9.699L12.804 5.971C13.03 5.613 12.59 5.21 12.253 5.465L9.728 7.381C9.64495 7.44408 9.54362 7.47839 9.43933 7.47875C9.33505 7.47911 9.23348 7.4455 9.15 7.383L7.281 5.98C7.14839 5.88056 6.99662 5.80966 6.83525 5.77179C6.67388 5.73391 6.50641 5.72988 6.3434 5.75995C6.1804 5.79001 6.02539 5.85352 5.88815 5.94647C5.75091 6.03942 5.63441 6.15979 5.546 6.3V6.301Z' fill='%238C8686'/%3E%3C/svg%3E%0A");
    display: inline-block;
}

.rj-icon-whatsapp {
    height: 16px;
    width: 16px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.601 2.32599C12.8675 1.58566 11.9939 0.998732 11.0313 0.599393C10.0687 0.200054 9.03617 -0.00370531 7.994 -1.17046e-05C3.627 -1.17046e-05 0.068 3.55799 0.064 7.92599C0.064 9.32499 0.43 10.686 1.121 11.891L0 16L4.204 14.898C5.367 15.5309 6.66993 15.8627 7.994 15.863H7.998C12.366 15.863 15.924 12.305 15.928 7.93299C15.929 6.89103 15.7238 5.85918 15.3243 4.89687C14.9247 3.93456 14.3387 3.06082 13.6 2.32599H13.601ZM7.994 14.521C6.813 14.5214 5.6537 14.2036 4.638 13.601L4.398 13.457L1.904 14.111L2.57 11.678L2.414 11.427C1.75381 10.3773 1.40465 9.16201 1.407 7.92199C1.407 4.29599 4.364 1.33799 7.998 1.33799C8.86374 1.33644 9.72123 1.50626 10.521 1.83768C11.3208 2.1691 12.0471 2.65555 12.658 3.26899C13.271 3.88004 13.757 4.60641 14.0879 5.40622C14.4188 6.20603 14.5881 7.06343 14.586 7.92899C14.582 11.568 11.625 14.521 7.994 14.521V14.521ZM11.609 9.58699C11.412 9.48799 10.439 9.00899 10.256 8.94099C10.074 8.87599 9.941 8.84199 9.811 9.03999C9.678 9.23699 9.298 9.68599 9.184 9.81499C9.07 9.94799 8.952 9.96299 8.754 9.86499C8.557 9.76499 7.918 9.55699 7.162 8.87999C6.572 8.35499 6.177 7.70499 6.059 7.50799C5.945 7.30999 6.048 7.20399 6.147 7.10499C6.234 7.01699 6.344 6.87299 6.443 6.75899C6.543 6.64499 6.576 6.56099 6.641 6.42899C6.706 6.29499 6.675 6.18099 6.626 6.08199C6.576 5.98299 6.181 5.00599 6.014 4.61199C5.854 4.22299 5.691 4.27699 5.569 4.27199C5.455 4.26499 5.322 4.26499 5.189 4.26499C5.08856 4.26748 4.98973 4.29071 4.89869 4.33322C4.80766 4.37572 4.7264 4.43659 4.66 4.51199C4.478 4.70999 3.969 5.18899 3.969 6.16599C3.969 7.14299 4.679 8.08199 4.779 8.21499C4.877 8.34799 6.173 10.347 8.162 11.207C8.632 11.412 9.002 11.533 9.291 11.625C9.766 11.777 10.195 11.754 10.537 11.705C10.917 11.647 11.708 11.225 11.875 10.762C12.039 10.298 12.039 9.90199 11.989 9.81899C11.94 9.73499 11.807 9.68599 11.609 9.58699V9.58699Z' fill='%238C8686'/%3E%3C/svg%3E%0A");
}

.rj-icon-viber {
    height: 17px;
    width: 16px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2250_246734)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.30676 0.0122022C12.0805 0.0290392 13.7747 1.26835 14.194 1.65815C15.5861 2.87399 16.3565 5.57149 15.8373 9.8361C15.3792 13.6042 12.773 14.2718 11.8984 14.4959C11.8126 14.5178 11.7435 14.5355 11.6947 14.5515C11.4582 14.629 9.37615 15.1538 6.66901 14.9242C6.37027 15.2742 5.97381 15.7321 5.68671 16.0439C5.60018 16.1378 5.51916 16.2306 5.44173 16.3194C5.05109 16.7669 4.7515 17.1102 4.29428 16.9671C3.84136 16.8258 3.86668 16.1326 3.86668 16.1326L3.86921 14.4206H3.86542C-0.0928829 13.2987 -0.0349067 9.16084 0.00990425 6.95289C0.0547152 4.74494 0.479533 2.96404 1.68715 1.74693C3.85656 -0.258211 8.30676 0.0122022 8.30676 0.0122022ZM8.24411 1.21303C11.532 1.22683 13.1078 2.17931 13.4729 2.4984C14.6859 3.49754 15.3039 5.88842 14.852 9.39108C14.4584 12.4498 12.3255 12.9282 11.555 13.101L11.555 13.101L11.555 13.101C11.4695 13.1202 11.4008 13.1356 11.3532 13.1504C11.1505 13.2141 9.26655 13.6639 6.89859 13.5151C6.89859 13.5151 5.13377 15.5633 4.58253 16.0959C4.49647 16.1784 4.3953 16.212 4.32776 16.1962C4.23389 16.1739 4.20781 16.0658 4.20781 15.9077C4.20938 15.6817 4.22294 13.1102 4.22294 13.1102C0.889997 12.2195 0.96739 8.95247 1.01132 7.09797L1.01559 6.9119C1.05445 5.09874 1.40882 3.61294 2.46072 2.61379C4.35071 0.966942 8.24411 1.21303 8.24411 1.21303ZM9.01104 5.98525C8.89243 5.97927 8.79142 6.07057 8.78543 6.18918C8.77945 6.3078 8.87075 6.4088 8.98937 6.41479C9.27192 6.42905 9.45617 6.50852 9.57373 6.62607C9.69132 6.74366 9.77093 6.9281 9.78544 7.21103C9.79153 7.32964 9.89261 7.42086 10.0112 7.41478C10.1298 7.4087 10.221 7.30761 10.215 7.189C10.1969 6.83727 10.0936 6.53771 9.87785 6.32196C9.66207 6.10618 9.36259 6.00299 9.01104 5.98525ZM7.78569 4.18508C7.79394 4.0666 7.89667 3.97725 8.01515 3.9855C9.0056 4.0545 9.80188 4.3762 10.3829 4.97991L10.3829 4.97999C10.9588 5.57897 11.2342 6.32614 11.2142 7.20491C11.2115 7.32365 11.1131 7.41771 10.9944 7.41501C10.8756 7.41231 10.7816 7.31387 10.7843 7.19514C10.8019 6.4214 10.5631 5.7879 10.0729 5.27806C9.58302 4.76906 8.897 4.47806 7.98526 4.41455C7.86678 4.40629 7.77743 4.30356 7.78569 4.18508ZM8.00199 2.98498C7.88323 2.98399 7.78615 3.07946 7.78516 3.19822C7.78417 3.31698 7.87964 3.41406 7.9984 3.41505C9.06705 3.42396 9.95643 3.84405 10.6794 4.6877C11.3988 5.52724 11.7756 6.68998 11.7852 8.20138C11.7859 8.32014 11.8828 8.41581 12.0016 8.41505C12.1203 8.4143 12.216 8.31741 12.2152 8.19865C12.2052 6.6185 11.8102 5.34641 11.006 4.40784C10.2052 3.47338 9.1996 2.99497 8.00199 2.98498ZM8.41313 10.0087C8.41313 10.0087 8.73127 10.0326 8.90256 9.84501L9.23654 9.47156C9.39763 9.28639 9.78638 9.16827 10.1671 9.35678C10.4524 9.50139 10.7293 9.6586 10.9969 9.82782C11.2001 9.9606 11.5744 10.2347 11.7141 10.337L11.7141 10.337L11.7143 10.3372C11.7482 10.362 11.7682 10.3767 11.7685 10.3767C12.015 10.5616 12.0719 10.8331 11.9041 11.1195C11.9041 11.1204 11.9038 11.1216 11.9034 11.1227C11.9031 11.1238 11.9028 11.1248 11.9028 11.1255C11.718 11.4102 11.4833 11.667 11.2077 11.8862C11.2064 11.8868 11.2057 11.8873 11.205 11.8879C11.204 11.8887 11.2033 11.8896 11.2015 11.8905C10.962 12.0683 10.7268 12.1694 10.4957 12.1938C10.4617 12.1991 10.4271 12.201 10.3926 12.1995C10.2907 12.2004 10.1893 12.1865 10.0924 12.1585L10.0849 12.1487C9.72893 12.0594 9.13452 11.8361 8.14466 11.3507C7.57184 11.0732 7.02649 10.753 6.51447 10.3936C6.25783 10.2136 6.01303 10.0206 5.78127 9.81565L5.75657 9.7937L5.73187 9.77175L5.70717 9.74979C5.70163 9.74503 5.69622 9.74017 5.69076 9.73527L5.68247 9.72784C5.45187 9.52185 5.23477 9.30426 5.03222 9.07616C4.62795 8.62112 4.26772 8.13649 3.95537 7.62747C3.40929 6.74742 3.158 6.21958 3.05759 5.90269L3.04658 5.89601C3.01511 5.80988 2.9996 5.71978 3.00067 5.62923C2.99879 5.59857 3.00086 5.56783 3.00685 5.5376C3.03566 5.33254 3.14959 5.12326 3.34861 4.90978C3.34939 4.90852 3.35016 4.90786 3.35093 4.90721C3.35177 4.9065 3.35261 4.90578 3.35345 4.90429C3.59999 4.65929 3.88892 4.45082 4.20935 4.28673C4.21012 4.28673 4.21126 4.2864 4.21245 4.28605L4.21246 4.28605C4.21374 4.28568 4.21508 4.2853 4.21606 4.2853C4.53823 4.13615 4.84375 4.18674 5.05155 4.40461C5.05316 4.40604 5.48407 4.86587 5.66905 5.09041C5.85946 5.3285 6.03634 5.57491 6.19902 5.82872C6.41111 6.16685 6.27822 6.51309 6.06988 6.65579L5.64972 6.95264C5.43762 7.10488 5.46554 7.38765 5.46554 7.38765C5.46554 7.38765 6.08787 9.4811 8.41313 10.0087Z' fill='%238C8686'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2250_246734'%3E%3Crect width='16' height='17' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.rj-icon-briefcase {
    height: 14px;
    width: 16px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 0.5C6.10218 0.5 5.72064 0.658035 5.43934 0.93934C5.15804 1.22064 5 1.60218 5 2V2.5H1.5C1.10218 2.5 0.720644 2.65804 0.43934 2.93934C0.158035 3.22064 0 3.60218 0 4L0 12C0 12.3978 0.158035 12.7794 0.43934 13.0607C0.720644 13.342 1.10218 13.5 1.5 13.5H14.5C14.8978 13.5 15.2794 13.342 15.5607 13.0607C15.842 12.7794 16 12.3978 16 12V4C16 3.60218 15.842 3.22064 15.5607 2.93934C15.2794 2.65804 14.8978 2.5 14.5 2.5H11V2C11 1.60218 10.842 1.22064 10.5607 0.93934C10.2794 0.658035 9.89782 0.5 9.5 0.5H6.5ZM6.5 1.5H9.5C9.63261 1.5 9.75979 1.55268 9.85355 1.64645C9.94732 1.74021 10 1.86739 10 2V2.5H6V2C6 1.86739 6.05268 1.74021 6.14645 1.64645C6.24021 1.55268 6.36739 1.5 6.5 1.5ZM8.386 8.414L15 6.651V12C15 12.1326 14.9473 12.2598 14.8536 12.3536C14.7598 12.4473 14.6326 12.5 14.5 12.5H1.5C1.36739 12.5 1.24021 12.4473 1.14645 12.3536C1.05268 12.2598 1 12.1326 1 12V6.65L7.614 8.414C7.86693 8.48135 8.13307 8.48135 8.386 8.414ZM1.5 3.5H14.5C14.6326 3.5 14.7598 3.55268 14.8536 3.64645C14.9473 3.74021 15 3.86739 15 4V5.616L8.129 7.448C8.04448 7.47057 7.95552 7.47057 7.871 7.448L1 5.616V4C1 3.86739 1.05268 3.74021 1.14645 3.64645C1.24021 3.55268 1.36739 3.5 1.5 3.5Z' fill='%23B6B6B6'/%3E%3C/svg%3E%0A");
}

.rj-icon-carrot-up {
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='10' height='10' transform='translate(10 10) rotate(-180)' fill='white' fill-opacity='0.01'/%3E%3Cpath d='M5.47068 3.03848L8.46818 6.46473C8.82193 6.86785 8.53443 7.50098 7.99755 7.50098L2.00255 7.50098C1.8824 7.50108 1.76477 7.46655 1.66373 7.40151C1.5627 7.33648 1.48256 7.2437 1.4329 7.13429C1.38324 7.02488 1.36617 6.90348 1.38373 6.78462C1.4013 6.66575 1.45275 6.55447 1.53193 6.4641L4.52943 3.0391C4.58809 2.97197 4.66044 2.91817 4.74161 2.8813C4.82278 2.84444 4.9109 2.82536 5.00005 2.82536C5.08921 2.82536 5.17733 2.84444 5.2585 2.8813C5.33967 2.91817 5.41202 2.97197 5.47068 3.0391V3.03848Z' fill='%23666666'/%3E%3C/svg%3E%0A");
}

.rj-icon-arrow-down {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='10' viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.05862 0.806664C1.11667 0.74846 1.18564 0.702281 1.26158 0.670773C1.33751 0.639265 1.41891 0.623047 1.50112 0.623047C1.58333 0.623047 1.66473 0.639265 1.74066 0.670773C1.81659 0.702281 1.88556 0.74846 1.94362 0.806664L9.00112 7.86541L16.0586 0.806664C16.1167 0.748554 16.1857 0.702458 16.2616 0.67101C16.3376 0.639561 16.4189 0.623374 16.5011 0.623374C16.5833 0.623374 16.6647 0.639561 16.7406 0.67101C16.8165 0.702458 16.8855 0.748554 16.9436 0.806664C17.0017 0.864774 17.0478 0.93376 17.0793 1.00968C17.1107 1.08561 17.1269 1.16698 17.1269 1.24916C17.1269 1.33134 17.1107 1.41272 17.0793 1.48864C17.0478 1.56457 17.0017 1.63355 16.9436 1.69166L9.44362 9.19166C9.38556 9.24987 9.31659 9.29605 9.24066 9.32755C9.16473 9.35906 9.08333 9.37528 9.00112 9.37528C8.91891 9.37528 8.83751 9.35906 8.76158 9.32755C8.68564 9.29605 8.61667 9.24987 8.55862 9.19166L1.05862 1.69166C1.00041 1.63361 0.954235 1.56464 0.922727 1.48871C0.891219 1.41277 0.875 1.33137 0.875 1.24916C0.875 1.16695 0.891219 1.08555 0.922727 1.00962C0.954235 0.93369 1.00041 0.864721 1.05862 0.806664Z' fill='%23333333'/%3E%3C/svg%3E");
    width: 18px;
    height: 10px;
    display: inline-block;
}

.rj-icon-arrow-up-red {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='10' viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.9414 9.19334C16.8833 9.25154 16.8144 9.29772 16.7384 9.32923C16.6625 9.36074 16.5811 9.37695 16.4989 9.37695C16.4167 9.37695 16.3353 9.36074 16.2593 9.32923C16.1834 9.29772 16.1144 9.25154 16.0564 9.19334L8.99888 2.13459L1.94138 9.19334C1.88327 9.25145 1.81429 9.29754 1.73836 9.32899C1.66244 9.36044 1.58106 9.37663 1.49888 9.37663C1.4167 9.37663 1.33533 9.36044 1.2594 9.32899C1.18348 9.29754 1.11449 9.25145 1.05638 9.19334C0.998272 9.13523 0.952175 9.06624 0.920727 8.99032C0.889278 8.91439 0.873093 8.83302 0.873093 8.75084C0.873093 8.66866 0.889278 8.58728 0.920727 8.51136C0.952175 8.43543 0.998272 8.36645 1.05638 8.30834L8.55638 0.808337C8.61444 0.750133 8.68341 0.703955 8.75934 0.672446C8.83527 0.640939 8.91667 0.62472 8.99888 0.62472C9.08109 0.62472 9.16249 0.640939 9.23842 0.672446C9.31436 0.703955 9.38333 0.750133 9.44138 0.808337L16.9414 8.30834C16.9996 8.36639 17.0458 8.43536 17.0773 8.51129C17.1088 8.58723 17.125 8.66863 17.125 8.75084C17.125 8.83305 17.1088 8.91445 17.0773 8.99038C17.0458 9.06631 16.9996 9.13528 16.9414 9.19334Z' fill='%23FF3C41'/%3E%3C/svg%3E");
    width: 18px;
    height: 10px;
    display: inline-block;
}

.rj-icon-carrot-down {
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.52932 6.9625L1.53182 3.53625C1.17807 3.13313 1.46557 2.5 2.00245 2.5H7.99745C8.1176 2.4999 8.23523 2.53443 8.33627 2.59946C8.4373 2.6645 8.51744 2.75727 8.5671 2.86668C8.61676 2.97609 8.63383 3.0975 8.61627 3.21636C8.5987 3.33522 8.54725 3.4465 8.46807 3.53688L5.47057 6.96187C5.41191 7.02901 5.33956 7.08281 5.25839 7.11967C5.17722 7.15654 5.0891 7.17561 4.99995 7.17561C4.91079 7.17561 4.82267 7.15654 4.7415 7.11967C4.66033 7.08281 4.58798 7.02901 4.52932 6.96187V6.9625Z' fill='%23666666'/%3E%3C/svg%3E%0A");
}

.rj-shield-lock-icon {
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-shield-lock' viewBox='0 0 16 16'%3E%3Cpath d='M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533.12.057.218.095.293.118a.55.55 0 0 0 .101.025.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z'/%3E%3Cpath d='M9.5 6.5a1.5 1.5 0 0 1-1 1.415l.385 1.99a.5.5 0 0 1-.491.595h-.788a.5.5 0 0 1-.49-.595l.384-1.99a1.5 1.5 0 1 1 2-1.415z'/%3E%3C/svg%3E");
}

.rj-person-icon {
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10z'/%3E%3C/svg%3E");
}
.rj_icon_link_with_border {
    background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='30' height='30' rx='15' fill='white' fill-opacity='0.01'/%3E%3Cpath d='M12.2151 14.0416L10.8431 15.4136C10.2805 15.9763 9.96436 16.7394 9.96436 17.5351C9.96436 18.3308 10.2805 19.0939 10.8431 19.6566C11.4058 20.2193 12.1689 20.5354 12.9646 20.5354C13.7603 20.5354 14.5235 20.2193 15.0861 19.6566L16.9141 17.8276C17.2534 17.4883 17.5063 17.0725 17.6517 16.6151C17.7971 16.1578 17.8306 15.6723 17.7495 15.1993C17.6684 14.7264 17.475 14.2798 17.1855 13.897C16.8961 13.5142 16.5191 13.2065 16.0861 12.9996L15.5001 13.5856C15.4406 13.6452 15.3889 13.7121 15.3461 13.7846C15.6806 13.8808 15.9843 14.0626 16.227 14.3121C16.4697 14.5615 16.6431 14.87 16.7301 15.2071C16.8171 15.5441 16.8146 15.898 16.7228 16.2338C16.6311 16.5696 16.4533 16.8756 16.2071 17.1216L14.3801 18.9496C14.0048 19.3249 13.4958 19.5357 12.9651 19.5357C12.4344 19.5357 11.9254 19.3249 11.5501 18.9496C11.1748 18.5743 10.964 18.0653 10.964 17.5346C10.964 17.0039 11.1748 16.4949 11.5501 16.1196L12.3431 15.3276C12.2312 14.9083 12.188 14.4747 12.2151 14.0416Z' fill='%23FF3C41'/%3E%3Cpath d='M14.0861 12.1716C13.7468 12.5109 13.4939 12.9267 13.3485 13.3841C13.2032 13.8414 13.1696 14.3269 13.2507 14.7999C13.3319 15.2728 13.5252 15.7194 13.8147 16.1022C14.1041 16.485 14.4811 16.7927 14.9141 16.9996L15.6891 16.2236C15.3501 16.1327 15.0409 15.9541 14.7927 15.7058C14.5446 15.4575 14.3661 15.1483 14.2753 14.8092C14.1845 14.4701 14.1846 14.1131 14.2755 13.774C14.3663 13.435 14.5449 13.1258 14.7931 12.8776L16.6201 11.0496C16.9954 10.6743 17.5044 10.4635 18.0351 10.4635C18.5658 10.4635 19.0748 10.6743 19.4501 11.0496C19.8254 11.4249 20.0362 11.9339 20.0362 12.4646C20.0362 12.9953 19.8254 13.5043 19.4501 13.8796L18.6571 14.6716C18.7691 15.0916 18.8121 15.5266 18.7851 15.9586L20.1571 14.5866C20.7198 14.0239 21.0359 13.2608 21.0359 12.4651C21.0359 11.6694 20.7198 10.9063 20.1571 10.3436C19.5945 9.78094 18.8313 9.46484 18.0356 9.46484C17.2399 9.46484 16.4768 9.78094 15.9141 10.3436L14.0861 12.1716Z' fill='%23FF3C41'/%3E%3Crect x='0.5' y='0.5' width='30' height='30' rx='15' stroke='%23FF3C41'/%3E%3C/svg%3E");
    width:31px;
    height: 31px;
    display: inline-block;
}
.rj_icon_person_grey {
    width: 12px;
    height: 12px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%238C8686' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10z'/%3E%3C/svg%3E");
}

.rj_icon_people {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 12.5C7 12.5 6 12.5 6 11.5C6 10.5 7 7.5 11 7.5C15 7.5 16 10.5 16 11.5C16 12.5 15 12.5 15 12.5H7ZM11 6.5C11.7956 6.5 12.5587 6.18393 13.1213 5.62132C13.6839 5.05871 14 4.29565 14 3.5C14 2.70435 13.6839 1.94129 13.1213 1.37868C12.5587 0.816071 11.7956 0.5 11 0.5C10.2044 0.5 9.44129 0.816071 8.87868 1.37868C8.31607 1.94129 8 2.70435 8 3.5C8 4.29565 8.31607 5.05871 8.87868 5.62132C9.44129 6.18393 10.2044 6.5 11 6.5Z' fill='%23333333'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.216 12.5C5.06776 12.1878 4.99382 11.8455 5 11.5C5 10.145 5.68 8.75 6.936 7.78C6.30909 7.58684 5.65595 7.49237 5 7.5C1 7.5 0 10.5 0 11.5C0 12.5 1 12.5 1 12.5H5.216Z' fill='%23333333'/%3E%3Cpath d='M4.5 6.5C5.16304 6.5 5.79893 6.23661 6.26777 5.76777C6.73661 5.29893 7 4.66304 7 4C7 3.33696 6.73661 2.70107 6.26777 2.23223C5.79893 1.76339 5.16304 1.5 4.5 1.5C3.83696 1.5 3.20107 1.76339 2.73223 2.23223C2.26339 2.70107 2 3.33696 2 4C2 4.66304 2.26339 5.29893 2.73223 5.76777C3.20107 6.23661 3.83696 6.5 4.5 6.5Z' fill='%23333333'/%3E%3C/svg%3E");
    width: 16px;
    height: 13px;
    display: inline-block;
}

.rj_icon_person_plus_fill {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 12.5C1 12.5 0 12.5 0 11.5C0 10.5 1 7.5 6 7.5C11 7.5 12 10.5 12 11.5C12 12.5 11 12.5 11 12.5H1ZM6 6.5C6.79565 6.5 7.55871 6.18393 8.12132 5.62132C8.68393 5.05871 9 4.29565 9 3.5C9 2.70435 8.68393 1.94129 8.12132 1.37868C7.55871 0.816071 6.79565 0.5 6 0.5C5.20435 0.5 4.44129 0.816071 3.87868 1.37868C3.31607 1.94129 3 2.70435 3 3.5C3 4.29565 3.31607 5.05871 3.87868 5.62132C4.44129 6.18393 5.20435 6.5 6 6.5Z' fill='%23333333'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.5 3.5C13.6326 3.5 13.7598 3.55268 13.8536 3.64645C13.9473 3.74021 14 3.86739 14 4V5.5H15.5C15.6326 5.5 15.7598 5.55268 15.8536 5.64645C15.9473 5.74021 16 5.86739 16 6C16 6.13261 15.9473 6.25979 15.8536 6.35355C15.7598 6.44732 15.6326 6.5 15.5 6.5H14V8C14 8.13261 13.9473 8.25979 13.8536 8.35355C13.7598 8.44732 13.6326 8.5 13.5 8.5C13.3674 8.5 13.2402 8.44732 13.1464 8.35355C13.0527 8.25979 13 8.13261 13 8V6.5H11.5C11.3674 6.5 11.2402 6.44732 11.1464 6.35355C11.0527 6.25979 11 6.13261 11 6C11 5.86739 11.0527 5.74021 11.1464 5.64645C11.2402 5.55268 11.3674 5.5 11.5 5.5H13V4C13 3.86739 13.0527 3.74021 13.1464 3.64645C13.2402 3.55268 13.3674 3.5 13.5 3.5Z' fill='%23333333'/%3E%3C/svg%3E");
    width: 16px;
    height: 13px;
    display: inline-block;
}

.rj_icon_calendar_range {
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.33325 7C9.33325 6.73478 9.43861 6.48043 9.62615 6.29289C9.81368 6.10536 10.068 6 10.3333 6H15.3333V8H10.3333C10.068 8 9.81368 7.89464 9.62615 7.70711C9.43861 7.51957 9.33325 7.26522 9.33325 7ZM1.33325 9H5.33325C5.59847 9 5.85282 9.10536 6.04036 9.29289C6.22789 9.48043 6.33325 9.73478 6.33325 10C6.33325 10.2652 6.22789 10.5196 6.04036 10.7071C5.85282 10.8946 5.59847 11 5.33325 11H1.33325V9Z' fill='%238C8686'/%3E%3Cpath d='M3.83325 0C3.96586 0 4.09304 0.0526784 4.18681 0.146447C4.28057 0.240215 4.33325 0.367392 4.33325 0.5V1H12.3333V0.5C12.3333 0.367392 12.3859 0.240215 12.4797 0.146447C12.5735 0.0526784 12.7006 0 12.8333 0C12.9659 0 13.093 0.0526784 13.1868 0.146447C13.2806 0.240215 13.3333 0.367392 13.3333 0.5V1H14.3333C14.8637 1 15.3724 1.21071 15.7475 1.58579C16.1225 1.96086 16.3333 2.46957 16.3333 3V14C16.3333 14.5304 16.1225 15.0391 15.7475 15.4142C15.3724 15.7893 14.8637 16 14.3333 16H2.33325C1.80282 16 1.29411 15.7893 0.919038 15.4142C0.543966 15.0391 0.333252 14.5304 0.333252 14V3C0.333252 2.46957 0.543966 1.96086 0.919038 1.58579C1.29411 1.21071 1.80282 1 2.33325 1H3.33325V0.5C3.33325 0.367392 3.38593 0.240215 3.4797 0.146447C3.57347 0.0526784 3.70064 0 3.83325 0ZM1.33325 4V14C1.33325 14.2652 1.43861 14.5196 1.62615 14.7071C1.81368 14.8946 2.06804 15 2.33325 15H14.3333C14.5985 15 14.8528 14.8946 15.0404 14.7071C15.2279 14.5196 15.3333 14.2652 15.3333 14V4H1.33325Z' fill='%238C8686'/%3E%3C/svg%3E");
    width: 17px;
    height: 16px;
    display: inline-block;
}

.rj_calendar_range_icon_block {
    position: absolute;
    z-index: 1;
    top: 0.625rem;
    right: 1.3rem;
}

.rj-icon-copy-to-clipboard {
    width: 16px;
    height: 17px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 2.5C0 1.96957 0.210714 1.46086 0.585786 1.08579C0.960859 0.710714 1.46957 0.5 2 0.5L10 0.5C10.5304 0.5 11.0391 0.710714 11.4142 1.08579C11.7893 1.46086 12 1.96957 12 2.5V4.5H14C14.5304 4.5 15.0391 4.71071 15.4142 5.08579C15.7893 5.46086 16 5.96957 16 6.5V14.5C16 15.0304 15.7893 15.5391 15.4142 15.9142C15.0391 16.2893 14.5304 16.5 14 16.5H6C5.46957 16.5 4.96086 16.2893 4.58579 15.9142C4.21071 15.5391 4 15.0304 4 14.5V12.5H2C1.46957 12.5 0.960859 12.2893 0.585786 11.9142C0.210714 11.5391 0 11.0304 0 10.5V2.5ZM2 1.5C1.73478 1.5 1.48043 1.60536 1.29289 1.79289C1.10536 1.98043 1 2.23478 1 2.5V10.5C1 10.7652 1.10536 11.0196 1.29289 11.2071C1.48043 11.3946 1.73478 11.5 2 11.5H10C10.2652 11.5 10.5196 11.3946 10.7071 11.2071C10.8946 11.0196 11 10.7652 11 10.5V2.5C11 2.23478 10.8946 1.98043 10.7071 1.79289C10.5196 1.60536 10.2652 1.5 10 1.5H2Z' fill='%23FF3C41'/%3E%3C/svg%3E%0A");
}

.rj-icon-copy-to-clipboard-red-bg {
    width: 31px;
    height: 31px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 15.5C0 6.93959 6.93959 0 15.5 0C24.0604 0 31 6.93959 31 15.5C31 24.0604 24.0604 31 15.5 31C6.93959 31 0 24.0604 0 15.5Z' fill='%23FF3C41'/%3E%3Cg clip-path='url(%23clip0_2147_244851)'%3E%3Cpath d='M7.5 9.5C7.5 8.96957 7.71071 8.46086 8.08579 8.08579C8.46086 7.71071 8.96957 7.5 9.5 7.5H17.5C18.0304 7.5 18.5391 7.71071 18.9142 8.08579C19.2893 8.46086 19.5 8.96957 19.5 9.5V11.5H21.5C22.0304 11.5 22.5391 11.7107 22.9142 12.0858C23.2893 12.4609 23.5 12.9696 23.5 13.5V21.5C23.5 22.0304 23.2893 22.5391 22.9142 22.9142C22.5391 23.2893 22.0304 23.5 21.5 23.5H13.5C12.9696 23.5 12.4609 23.2893 12.0858 22.9142C11.7107 22.5391 11.5 22.0304 11.5 21.5V19.5H9.5C8.96957 19.5 8.46086 19.2893 8.08579 18.9142C7.71071 18.5391 7.5 18.0304 7.5 17.5V9.5ZM9.5 8.5C9.23478 8.5 8.98043 8.60536 8.79289 8.79289C8.60536 8.98043 8.5 9.23478 8.5 9.5V17.5C8.5 17.7652 8.60536 18.0196 8.79289 18.2071C8.98043 18.3946 9.23478 18.5 9.5 18.5H17.5C17.7652 18.5 18.0196 18.3946 18.2071 18.2071C18.3946 18.0196 18.5 17.7652 18.5 17.5V9.5C18.5 9.23478 18.3946 8.98043 18.2071 8.79289C18.0196 8.60536 17.7652 8.5 17.5 8.5H9.5Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2147_244851'%3E%3Crect width='16' height='16' fill='white' transform='translate(7.5 7.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.rj-icon-check {
    width: 12px;
    height: 12px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 11 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.73598 0.971765C9.80423 0.902131 9.88568 0.846812 9.97557 0.809048C10.0655 0.771283 10.162 0.751831 10.2595 0.751831C10.357 0.751831 10.4535 0.771283 10.5434 0.809048C10.6333 0.846812 10.7147 0.902131 10.783 0.971765C11.069 1.26077 11.073 1.72776 10.793 2.02176L4.87998 9.01177C4.81285 9.08549 4.73138 9.14474 4.64056 9.18589C4.54974 9.22704 4.45148 9.24923 4.35179 9.25111C4.2521 9.25298 4.15307 9.23449 4.06077 9.19678C3.96847 9.15906 3.88483 9.10291 3.81498 9.03176L0.21698 5.38577C0.0782173 5.24425 0.000488281 5.05396 0.000488281 4.85577C0.000488281 4.65757 0.0782173 4.46728 0.21698 4.32576C0.285226 4.25613 0.366679 4.20081 0.456569 4.16305C0.546459 4.12528 0.64298 4.10583 0.74048 4.10583C0.837981 4.10583 0.934502 4.12528 1.02439 4.16305C1.11428 4.20081 1.19573 4.25613 1.26398 4.32576L4.31598 7.41877L9.71598 0.993765C9.7222 0.986037 9.72888 0.97869 9.73598 0.971765Z' fill='%23212529'/%3E%3C/svg%3E");
}

.rj_icon_contacts {
    width: 16px;
    height: 17px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.4981 0.796818L13.6471 0.647819C13.7592 0.535735 13.8923 0.446839 14.0388 0.386205C14.1853 0.325571 14.3424 0.294387 14.5009 0.294434C14.6595 0.29448 14.8165 0.325756 14.9629 0.386476C15.1094 0.447195 15.2425 0.53617 15.3546 0.648318C15.4666 0.760467 15.5555 0.893595 15.6162 1.0401C15.6768 1.1866 15.708 1.34362 15.7079 1.50217C15.7079 1.66073 15.6766 1.81772 15.6159 1.96419C15.5552 2.11066 15.4662 2.24374 15.3541 2.35582L15.2051 2.50382C15.4599 2.78968 15.5958 3.16221 15.5849 3.54505C15.5739 3.92788 15.4169 4.29202 15.1461 4.56282L4.85406 14.8558C4.78972 14.9198 4.70918 14.9651 4.62106 14.9868L0.62106 15.9868C0.537353 16.0077 0.449676 16.0065 0.366553 15.9834C0.28343 15.9604 0.207688 15.9162 0.146691 15.8552C0.085693 15.7942 0.0415143 15.7184 0.0184489 15.6353C-0.00461653 15.5522 -0.00578393 15.4645 0.0150602 15.3808L1.01506 11.3808C1.03694 11.2931 1.08221 11.2129 1.14606 11.1488L10.7881 1.50682C10.6916 1.43895 10.5743 1.40734 10.4568 1.41759C10.3394 1.42784 10.2293 1.47928 10.1461 1.56282L6.85406 4.85582C6.80757 4.90231 6.75238 4.93918 6.69164 4.96434C6.6309 4.9895 6.5658 5.00245 6.50006 5.00245C6.43432 5.00245 6.36922 4.9895 6.30848 4.96434C6.24774 4.93918 6.19255 4.90231 6.14606 4.85582C6.09957 4.80933 6.0627 4.75414 6.03754 4.6934C6.01238 4.63266 5.99943 4.56756 5.99943 4.50182C5.99943 4.43607 6.01238 4.37097 6.03754 4.31024C6.0627 4.2495 6.09957 4.19431 6.14606 4.14782L9.44006 0.855818C9.71103 0.584834 10.0755 0.427839 10.4585 0.417054C10.8416 0.406268 11.2143 0.54251 11.5001 0.797818C11.7748 0.552257 12.1304 0.41643 12.4989 0.416246C12.8674 0.416062 13.2231 0.551532 13.4981 0.796818ZM12.8541 1.56282C12.7603 1.46908 12.6331 1.41643 12.5006 1.41643C12.368 1.41643 12.2408 1.46908 12.1471 1.56282L1.95006 11.7578L1.18606 14.8148L4.24306 14.0508L14.4401 3.85582C14.4866 3.80937 14.5236 3.7542 14.5488 3.69345C14.574 3.63271 14.587 3.56759 14.587 3.50182C14.587 3.43605 14.574 3.37093 14.5488 3.31018C14.5236 3.24944 14.4866 3.19426 14.4401 3.14782L12.8551 1.56282H12.8541Z' fill='%238C8686'/%3E%3C/svg%3E");
}

.rj_icon_edit_with_circle {
    width: 31px;
    height: 31px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='30' height='30' rx='15' fill='white' fill-opacity='0.01'/%3E%3Cg clip-path='url(%23clip0_3922_264337)'%3E%3Cpath d='M23.002 9.43991C23.0954 9.53363 23.1479 9.66057 23.1479 9.7929C23.1479 9.92524 23.0954 10.0522 23.002 10.1459L21.959 11.1899L19.959 9.18991L21.002 8.1459C21.0958 8.05217 21.2229 7.99951 21.3555 7.99951C21.4881 7.99951 21.6152 8.05217 21.709 8.1459L23.002 9.43891V9.43991ZM21.252 11.8959L19.252 9.8959L12.439 16.7099C12.384 16.7649 12.3425 16.832 12.318 16.9059L11.513 19.3199C11.4984 19.3639 11.4963 19.4111 11.507 19.4562C11.5177 19.5014 11.5407 19.5426 11.5735 19.5754C11.6063 19.6082 11.6476 19.6312 11.6927 19.6419C11.7378 19.6526 11.785 19.6505 11.829 19.6359L14.243 18.8309C14.3168 18.8067 14.3839 18.7656 14.439 18.7109L21.252 11.8959Z' fill='%23FF3C41'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.5 20.9999C8.5 21.3977 8.65804 21.7793 8.93934 22.0606C9.22064 22.3419 9.60218 22.4999 10 22.4999H21C21.3978 22.4999 21.7794 22.3419 22.0607 22.0606C22.342 21.7793 22.5 21.3977 22.5 20.9999V14.9999C22.5 14.8673 22.4473 14.7401 22.3536 14.6464C22.2598 14.5526 22.1326 14.4999 22 14.4999C21.8674 14.4999 21.7402 14.5526 21.6464 14.6464C21.5527 14.7401 21.5 14.8673 21.5 14.9999V20.9999C21.5 21.1325 21.4473 21.2597 21.3536 21.3535C21.2598 21.4472 21.1326 21.4999 21 21.4999H10C9.86739 21.4999 9.74021 21.4472 9.64645 21.3535C9.55268 21.2597 9.5 21.1325 9.5 20.9999V9.9999C9.5 9.8673 9.55268 9.74012 9.64645 9.64635C9.74021 9.55258 9.86739 9.4999 10 9.4999H16.5C16.6326 9.4999 16.7598 9.44723 16.8536 9.35346C16.9473 9.25969 17 9.13251 17 8.9999C17 8.8673 16.9473 8.74012 16.8536 8.64635C16.7598 8.55258 16.6326 8.4999 16.5 8.4999H10C9.60218 8.4999 9.22064 8.65794 8.93934 8.93924C8.65804 9.22055 8.5 9.60208 8.5 9.9999V20.9999Z' fill='%23FF3C41'/%3E%3C/g%3E%3Crect x='0.5' y='0.5' width='30' height='30' rx='15' stroke='%23FF3C41'/%3E%3Cdefs%3E%3CclipPath id='clip0_3922_264337'%3E%3Crect width='16' height='16' fill='white' transform='translate(7.5 7.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.rj-icon-green-minus {
    width: 16px;
    height: 16px;
    display: inline-block;

}

.rj-icon-yellow-minus {
    width: 16px;
    height: 16px;
    display: inline-block;

}

.rj-icon-red-minus {
    width: 16px;
    height: 16px;
    display: inline-block;

}

.rj-icon-location {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='13' viewBox='0 0 10 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.1245 7.205C7.7315 8.0015 7.199 8.795 6.6545 9.5075C6.13797 10.1792 5.58568 10.8226 5 11.435C4.41431 10.8227 3.86201 10.1792 3.3455 9.5075C2.801 8.795 2.2685 8.0015 1.8755 7.205C1.478 6.40025 1.25 5.6465 1.25 5C1.25 4.00544 1.64509 3.05161 2.34835 2.34835C3.05161 1.64509 4.00544 1.25 5 1.25C5.99456 1.25 6.94839 1.64509 7.65165 2.34835C8.35491 3.05161 8.75 4.00544 8.75 5C8.75 5.6465 8.52125 6.40025 8.1245 7.205ZM5 12.5C5 12.5 9.5 8.2355 9.5 5C9.5 3.80653 9.02589 2.66193 8.18198 1.81802C7.33807 0.974106 6.19347 0.5 5 0.5C3.80653 0.5 2.66193 0.974106 1.81802 1.81802C0.974106 2.66193 0.5 3.80653 0.5 5C0.5 8.2355 5 12.5 5 12.5Z' fill='%23B6B6B6'/%3E%3Cpath d='M5 6.5C4.60218 6.5 4.22064 6.34196 3.93934 6.06066C3.65804 5.77936 3.5 5.39782 3.5 5C3.5 4.60218 3.65804 4.22064 3.93934 3.93934C4.22064 3.65804 4.60218 3.5 5 3.5C5.39782 3.5 5.77936 3.65804 6.06066 3.93934C6.34196 4.22064 6.5 4.60218 6.5 5C6.5 5.39782 6.34196 5.77936 6.06066 6.06066C5.77936 6.34196 5.39782 6.5 5 6.5ZM5 7.25C5.59674 7.25 6.16903 7.01295 6.59099 6.59099C7.01295 6.16903 7.25 5.59674 7.25 5C7.25 4.40326 7.01295 3.83097 6.59099 3.40901C6.16903 2.98705 5.59674 2.75 5 2.75C4.40326 2.75 3.83097 2.98705 3.40901 3.40901C2.98705 3.83097 2.75 4.40326 2.75 5C2.75 5.59674 2.98705 6.16903 3.40901 6.59099C3.83097 7.01295 4.40326 7.25 5 7.25Z' fill='%23B6B6B6'/%3E%3C/svg%3E");
    display: inline-block;
    width: 10px;
    height: 13px;
}

.rj-icon-location-white {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='15' viewBox='0 0 11 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.39525 8.3225C8.93675 9.25175 8.3155 10.1775 7.68025 11.0087C7.07764 11.7924 6.43329 12.5431 5.75 13.2575C5.0667 12.5431 4.42235 11.7924 3.81975 11.0087C3.1845 10.1775 2.56325 9.25175 2.10475 8.3225C1.641 7.38362 1.375 6.50425 1.375 5.75C1.375 4.58968 1.83594 3.47688 2.65641 2.65641C3.47688 1.83594 4.58968 1.375 5.75 1.375C6.91032 1.375 8.02312 1.83594 8.84359 2.65641C9.66406 3.47688 10.125 4.58968 10.125 5.75C10.125 6.50425 9.85813 7.38362 9.39525 8.3225ZM5.75 14.5C5.75 14.5 11 9.52475 11 5.75C11 4.35761 10.4469 3.02226 9.46231 2.03769C8.47774 1.05312 7.14239 0.5 5.75 0.5C4.35761 0.5 3.02226 1.05312 2.03769 2.03769C1.05312 3.02226 0.5 4.35761 0.5 5.75C0.5 9.52475 5.75 14.5 5.75 14.5Z' fill='white'/%3E%3Cpath d='M5.75 7.5C5.28587 7.5 4.84075 7.31563 4.51256 6.98744C4.18437 6.65925 4 6.21413 4 5.75C4 5.28587 4.18437 4.84075 4.51256 4.51256C4.84075 4.18437 5.28587 4 5.75 4C6.21413 4 6.65925 4.18437 6.98744 4.51256C7.31563 4.84075 7.5 5.28587 7.5 5.75C7.5 6.21413 7.31563 6.65925 6.98744 6.98744C6.65925 7.31563 6.21413 7.5 5.75 7.5ZM5.75 8.375C6.44619 8.375 7.11387 8.09844 7.60616 7.60616C8.09844 7.11387 8.375 6.44619 8.375 5.75C8.375 5.05381 8.09844 4.38613 7.60616 3.89384C7.11387 3.40156 6.44619 3.125 5.75 3.125C5.05381 3.125 4.38613 3.40156 3.89384 3.89384C3.40156 4.38613 3.125 5.05381 3.125 5.75C3.125 6.44619 3.40156 7.11387 3.89384 7.60616C4.38613 8.09844 5.05381 8.375 5.75 8.375Z' fill='white'/%3E%3C/svg%3E");
    display: inline-block;
    width: 11px;
    height: 15px;
}

/** End RJ icons **/


/** Login page **/

.rj-page-wrapper {
    background-color: #F5F5F5;
    flex-direction: column;
    height: 100vh;
}

.rj-login-container {
    position: relative;
    z-index: 2;
}

.rj-login-alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.rj-bg-semicircle-color {
    position: fixed;
    top: 92%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100vh;
    width: 120vw;
    border-radius: 50%;
    background: white;
    z-index: 1;
}

.rj-bg-semicircle-top {
    position: fixed;
    top: 90%;
    left: 50%;
    transform: translate(-49%, -48%);
    height: 100vh;
    width: 120vw;
    border-radius: 45% 55% 0 0;
    border: 1px solid #ECEBEB;
    z-index: 2;
}

.rj-bg-semicircle-middle {
    position: fixed;
    top: 95%;
    left: 50%;
    transform: translate(-51%, -49%);
    height: 100vh;
    width: 120vw;
    border-radius: 50% 50% 0 0;
    border: 1px solid #ECEBEB;
    z-index: 2;
}

.rj-bg-semicircle-bottom {
    position: fixed;
    top: 100%;
    left: 50%;
    transform: translate(-48%, -56%);
    height: 100vh;
    width: 120vw;
    border-radius: 60% 40% 0 0;
    border: 1px solid #ECEBEB;
    z-index: 2;
}

.rj-login-logo {
    text-align: center;
}

.rj-login-form {
    max-width: 665px;
    background-color: #FFFFFF;
    margin: 0 auto;
    border-radius: 12px;
    box-shadow: 0px 12px 28px rgba(0, 0, 0, 0.08);
    z-index: 5;
}

.rj-login-form-header {
    text-align: center;
    border-bottom: 1px solid #E5E5E5;
    padding: 2vh;
}

.rj-login-form-body {
    padding: 2vw 7vw;
}

.rj-login-checkbox {
    display: flex;
}

.rj-login-checkbox-forget-password {
    display: flex;
    justify-content: space-between;
}

.rj-text-size-20 {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
}

.rj-checkbox-container {
    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;
}

/* Personal info page */

.rj-select-with-angle-down {
    background-image: url("data:image/svg+xml,%3Csvg width='12px' height='12px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 98% center;
}

.rj-select-with-angle-up {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M352 352c-8.188 0-16.38-3.125-22.62-9.375L192 205.3l-137.4 137.4c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25l160-160c12.5-12.5 32.75-12.5 45.25 0l160 160c12.5 12.5 12.5 32.75 0 45.25C368.4 348.9 360.2 352 352 352z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 98% center;
}

/* End personal info page */

/* Hide the browser's default checkbox */
.rj-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.rj-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px #FF3C41 solid;
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.rj-checkout-container:hover input ~ .rj-checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.rj-checkbox-container input:checked ~ .rj-checkmark {
    background: #FF3C41;
}

/* Create the checkmark/indicator (hidden when not checked) */
.rj-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.rj-checkbox-container input:checked ~ .rj-checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.rj-checkbox-container .rj-checkmark:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
}

.rj-login-alert-danger {
    padding: 0.7rem;
    border-radius: 4px;
    background-color: #FFEEF3;
    border: 1px solid #FDC8DA;
    color: #DC3545;
    display: flex;
}

.rj-exclamation-triangle-icon-red {
    width: 20px;
    height: 17.5px;
    position: relative;
    top: 2px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17.5' fill='%23DC3545' class='bi bi-exclamation-triangle' viewBox='0 0 16 16'%3E%3Cpath d='M7.938 2.016A.13.13 0 0 1 8.002 2a.13.13 0 0 1 .063.016.146.146 0 0 1 .054.057l6.857 11.667c.036.06.035.124.002.183a.163.163 0 0 1-.054.06.116.116 0 0 1-.066.017H1.146a.115.115 0 0 1-.066-.017.163.163 0 0 1-.054-.06.176.176 0 0 1 .002-.183L7.884 2.073a.147.147 0 0 1 .054-.057zm1.044-.45a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767L8.982 1.566z'/%3E%3Cpath d='M7.002 12a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 5.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 5.995z'/%3E%3C/svg%3E%0A");
}

/** End login page **/
/** Edit admin **/


.rj-edit-block {
    margin: 20px 30px;
    background: #FFF;
    border-radius: 12px;
    padding-bottom: 12vh;
}

.rj-edit-header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.rj-edit-header h5 {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    padding: 3vh 0;
    color: #333333;
}

.rj-edit-form-body {
    max-width: 433px;
    display: flex;
    flex-direction: column;
    padding: 2vh;
    margin: 0 auto;
}

/** end Edit admin **/

/** create request **/
.request-create {
    display: flex;
    background: #FFFFFF;
    border-radius: 8px;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    align-content: center;
}

.request-create .input_telegram {
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8C16 10.1217 15.1571 12.1566 13.6569 13.6569C12.1566 15.1571 10.1217 16 8 16C5.87827 16 3.84344 15.1571 2.34315 13.6569C0.842855 12.1566 0 10.1217 0 8C0 5.87827 0.842855 3.84344 2.34315 2.34315C3.84344 0.842855 5.87827 0 8 0C10.1217 0 12.1566 0.842855 13.6569 2.34315C15.1571 3.84344 16 5.87827 16 8ZM8.287 5.906C7.509 6.23 5.953 6.9 3.621 7.916C3.243 8.066 3.044 8.214 3.026 8.358C2.996 8.601 3.301 8.697 3.716 8.828L3.891 8.883C4.299 9.016 4.849 9.171 5.134 9.177C5.394 9.183 5.683 9.077 6.002 8.857C8.181 7.386 9.306 6.643 9.376 6.627C9.426 6.615 9.496 6.601 9.542 6.643C9.589 6.684 9.584 6.763 9.579 6.784C9.549 6.913 8.352 8.025 7.733 8.601C7.54 8.781 7.403 8.908 7.375 8.937C7.31334 9.00001 7.25067 9.06202 7.187 9.123C6.807 9.489 6.523 9.763 7.202 10.211C7.529 10.427 7.791 10.604 8.052 10.782C8.336 10.976 8.62 11.169 8.988 11.411C9.081 11.471 9.171 11.536 9.258 11.598C9.589 11.834 9.888 12.046 10.255 12.012C10.469 11.992 10.69 11.792 10.802 11.192C11.067 9.775 11.588 6.706 11.708 5.441C11.7153 5.33584 11.711 5.2302 11.695 5.126C11.6856 5.04192 11.6449 4.96446 11.581 4.909C11.49 4.84619 11.3815 4.81365 11.271 4.816C10.971 4.821 10.508 4.982 8.287 5.906Z' fill='%23B6B6B6'/%3E%3C/svg%3E") no-repeat scroll 8px 10px;
    padding-left: 30px;
}

.request-create .optional {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #8C8686;
    margin-top: 5px;
}

.request-create select {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #8C8686;
}

.request-create .form-control {
    border-radius: 4px;
    color: #8C8686;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.request-create input[type="date"]::-webkit-calendar-picker-indicator {
    background: url('../images/icon/date.png') no-repeat;
    width: 14px;
    height: 14px;
    color: #8C8686;
}

.request-create .page-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #333333;
    text-align: center;
    margin: 24px 0;
}

.request-create .request-create-body .block-title {
    font-family: Helvetica Neue Medium;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #666666;
    margin-bottom: 24px;
}

.request-create .request-create-body .request-select-half-width {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.request-create .request-create-body .request-select-half-width select {
    width: 100%;
}

.request-create .request-create-body textarea {
    width: 100%;
    height: 86px;
    background: #FFFFFF;
    border: 1px solid #B6B6B6;
    box-sizing: border-box;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 7px 13px;
    color: #8C8686;
    font-family: 'Helvetica Neue Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.request-create .request-create-body .radio-button-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.request-create .request-create-body .radio-button-group .form-check {
    margin-right: 16px;
}

.request-create .request-create-body .request-create-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.request-create .request-create-body .request-create-button .btn-draft {
    font-family: Helvetica Neue;
    font-style: normal;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 7px 13px;
    width: 121px;
    height: 38px;
    background: rgba(255, 255, 255, 1e-06);
    border-radius: 4px;
    color: #FF3C41;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
}

.request-create .request-create-body .request-create-button .btn-create {
    font-family: Helvetica Neue;
    font-style: normal;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 7px 13px;
    width: 136px;
    height: 38px;
    background: #FF3C41;
    border-radius: 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    margin-left: 24px;
}

.request-create .request-create-hr {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.request-create .request-create-block-hr {
    width: 100%;
    padding: 0px;
    margin: 24px 15px;
}

.request-create .request-create-body {
    display: block;
    width: 72%;
}

.request-create .request-create-label {
    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #666666;
    margin-bottom: 8px;
    margin-top: 8px;
}

.request-create .request-create-body .page_name {
    text-align: center;
}

.request-create .m-t-16 {
    margin-top: 24px;
}

.request-create .m-t-24 {
    margin-top: 24px;
}

.request-create .m-b-32 {
    margin-top: 32px;
}

/** end crete request **/

/** component input number **/
.input_toggle_numeric {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.input_toggle_numeric input {
    padding: 7px 13px;
    position: static;
    width: 100%;
    height: 38px;
    left: 33px;
    top: 0px;
    background: #FFFFFF;
    border: 1px solid #B6B6B6;
    box-sizing: border-box;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.input_toggle_numeric .button {
    display: flex;
    align-items: center;
    color: #FFFFFF;
    background: #FF3C41;
}

.input_toggle_numeric .button.minus {
    box-shadow: inset 1px 0px 0px #C4C0C9, inset 0px 1px 0px #C4C0C9, inset 0px -1px 0px #C4C0C9;
    border-radius: 4px 0px 0px 4px;
    width: 33px;
    padding: 7px 13px;
}

.input_toggle_numeric .button.plus {
    height: 38px;
    width: 36px;
    padding: 7px 13px;
    box-shadow: inset 1px 0px 0px #C4C0C9, inset 0px 1px 0px #C4C0C9, inset 0px -1px 0px #C4C0C9;
    border-radius: 0px 4px 4px 0px;
}

/** end component input number **/

/** component select**/
.rj_single_select {
    width: 100%;
    position: relative;
}

.rj_single_select .rj_single_select__box {
    position: relative;
}

.rj_single_select .rj_single_select__box .btn_clear {
    display: none;
    position: absolute;
    margin-left: -47.5px;
    margin-top: 8px;
}

.rj_single_select .rj_single_select__box select {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #8C8686;
}

.rj_single_select_option {
    display: none;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    z-index: 2;
    position: absolute;
    width: 100%;
    background: #ffffff;
}

.rj_single_select_option .rj_single_select__box .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1.75L6 6.25L10.5 1.75' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.rj_single_select_option label {
    height: 36px;
    padding: 6px 12px 6px 12px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.rj_single_select_option label:hover {
    background: #FFF8F8;
}

/** end component select **/

/** component checkbox **/
.rj_check {
    margin: 0;
    height: 24px;
    padding-left: 1.5em;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #666666;
}

.rj_check__input {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.rj_check__input:checked + .rj_check__box {
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='84 20 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='84' y='20' width='16' height='16' rx='4' fill='%23FF3C41'/%3E%3Cpath d='M91.105 31.7932L91.0873 31.8108L86.6875 27.4109L88.1202 25.9783L91.105 28.9631L95.879 24.1891L97.3117 25.6218L91.1226 31.8108L91.105 31.7932Z' fill='white'/%3E%3C/svg%3E");
}

.rj_check__input:disabled + .rj_check__box {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='20.5 68.5 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5'%3E%3Crect x='20.5' y='68.5' width='15' height='15' rx='3.5' fill='white' stroke='%23B6B6B6'/%3E%3C/g%3E%3C/svg%3E");
}

.rj_check__input:checked:disabled + .rj_check__box {
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='212 68 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5'%3E%3Crect x='212' y='68' width='16' height='16' rx='4' fill='%23B6B6B6'/%3E%3Cpath d='M219.105 79.7932L219.087 79.8108L214.688 75.4109L216.12 73.9783L219.105 76.9631L223.879 72.1891L225.312 73.6218L219.123 79.8108L219.105 79.7932Z' fill='white'/%3E%3C/g%3E%3C/svg%3E");
}

.rj_check__box {
    width: 16px;
    height: 16px;
    position: absolute;
    margin-left: -1.5em;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='15' height='15' rx='3.5' fill='white' stroke='%23B6B6B6'/%3E%3C/svg%3E");
}

.rj_group .rj_check__input:checked + .rj_check__box {
    width: 16px !important;
    height: 16px !important;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='52 20 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='52' y='20' width='16' height='16' rx='4' fill='%23FF3C41'/%3E%3Crect x='56' y='27' width='8' height='2' fill='white'/%3E%3C/svg%3E") !important;
}

/** end component checkbox**/

/** group component checkbox **/

.rj_group__input_deselect_all {
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='52 20 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='52' y='20' width='16' height='16' rx='4' fill='%23FF3C41'/%3E%3Crect x='56' y='27' width='8' height='2' fill='white'/%3E%3C/svg%3E");
}

.rj_group__input_select_all {
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='212 68 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5'%3E%3Crect x='212' y='68' width='16' height='16' rx='4' fill='%23B6B6B6'/%3E%3Cpath d='M219.105 79.7932L219.087 79.8108L214.688 75.4109L216.12 73.9783L219.105 76.9631L223.879 72.1891L225.312 73.6218L219.123 79.8108L219.105 79.7932Z' fill='white'/%3E%3C/g%3E%3C/svg%3E");
}

/** end group component checkbox**/

/** component radio **/
.rj_radio {
    margin: 0;
    height: 24px;
    padding-left: 1.5em;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #666666;
    margin-right: 16px;
}

.rj_radio__input {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.rj_radio__input:checked + .rj_radio__box {
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='52 20 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='52' y='20' width='16' height='16' rx='8' fill='%23FF3C41'/%3E%3Crect x='56' y='24' width='8' height='8' rx='4' fill='white'/%3E%3C/svg%3E");
}

.rj_radio__input:disabled + .rj_radio__box {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='20.5 56.5 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5'%3E%3Crect x='20.5' y='56.5' width='15' height='15' rx='7.5' fill='white' stroke='%23B6B6B6'/%3E%3C/g%3E%3C/svg%3E");
}

.rj_radio__input:checked:disabled + .rj_radio__box {
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='52 56 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='87' height='91' rx='4.5' fill='white'/%3E%3Cg opacity='0.5'%3E%3Crect x='52' y='56' width='16' height='16' rx='8' fill='%23B6B6B6'/%3E%3Crect x='56' y='60' width='8' height='8' rx='4' fill='white'/%3E%3C/g%3E%3C/svg%3E");
}

.rj_radio__box {
    width: 15px;
    height: 15px;
    position: absolute;
    margin-left: -1.5em;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='20.5 20.5 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='20.5' y='20.5' width='15' height='15' rx='7.5' fill='white' stroke='%23B6B6B6'/%3E%3Crect x='0.5' y='0.5' width='87' height='91' rx='4.5' stroke='%237B61FF' stroke-dasharray='10 5'/%3E%3C/svg%3E");
}

.rj_radio__box_error {
    width: 15px;
    height: 15px;
    background-image: url("data:image/svg+xml, %3Csvg width='15' height='15' viewBox='0.5 4.5 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='64' height='24' fill='white' fill-opacity='0.01'/%3E%3Crect x='0.5' y='4.5' width='15' height='15' rx='7.5' fill='white' stroke='%23DC3545'/%3E%3C/svg%3E");
}

/** end radio component **/

/** multi select checkbox **/
.rj_multiselect {
    width: 100%;
    position: relative;
}

.rj_multiselect .rj_select__box {
    position: relative;
}

.custom-control-input {
    background: black !important;
    color: black !important;
}

.custom-switch .custom-control-label::after {
    background: #FF3C41;
}

.custom-control-input:focus ~ .custom-control-label::before {
    border-color: #B6B6B6 !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #B6B6B6 !important;
    background-color: #FF3C41 !important;
}

.custom-control-input:active ~ .custom-control-label::before {
    background-color: #FF3C41 !important;
    border-color: #B6B6B6 !important;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #B6B6B6 !important;
}

.custom-control-input-green:not(:disabled):active ~ .custom-control-label::before {
    background-color: #FF3C41 !important;
    border-color: #B6B6B6 !important;
}

.rj_select__box_close {
    background: #FFFFFF;
    border: none;
    box-shadow: none;
}

.rj_multiselect .rj_select__box select {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #8C8686;
}

.rj_over__select {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1.75L6 6.25L10.5 1.75' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #8C8686;
}

.rj_over__select_for_btn {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 5px 13px 5px 5px
}

.rj_over__select_for_btn .btn_select {
    display: flex;
    flex-direction: row;
    padding: 2px 4px 2px 8px;
    height: 28px;
    background: #E5E5E5;
    border: 1px solid #B6B6B6;
    box-sizing: border-box;
    border-radius: 2px;
    float: left;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-right: 4px;
}

.rj_over__select_for_btn .btn_select a {
    color: #8C8686;
    margin-left: 5px;
}

.rj_multiselect .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1.75L6 6.25L10.5 1.75' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.rj_multiselect_checkboxes {
    display: none;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    position: absolute;
    z-index: 2;
    background: #ffffff;
    width: 100%;
}

.rj_multiselect_checkboxes .rj_select_count_option {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    height: 33px;
    background: rgba(255, 255, 255, 1e-06);
    padding: 6px 12px 6px 12px;
    color: #B6B6B6;
}

.rj_multiselect_checkboxes label {
    height: 36px;
    padding: 6px 12px 6px 35px;
}

.rj_multiselect_checkboxes label:hover {
    background: #FFF8F8;
}

.rj_multiselect_technology {
    width: 100%;
    position: relative;
}

.rj_multiselect_technology .rj_multiselect_technology__box {
    position: relative;
}

.rj_multiselect_technology .rj_multiselect_technology__box select {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #8C8686;
}

.rj_multiselect_technology_checkboxes {
    display: none;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    position: absolute;
    background: #ffffff;
    z-index: 2;
    width: 100%;
}

.rj_multiselect_technology_checkboxes .rj_multiselect_technology__box .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1.75L6 6.25L10.5 1.75' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.rj_multiselect_technology_checkboxes label {
    height: 36px;
    padding: 6px 12px 6px 35px;
}

.rj_multiselect_technology_checkboxes .rj_check {
    padding-left: 63px;
}

.rj_multiselect_technology_checkboxes .rj_group {
    padding-left: 38px;
}

.rj_multiselect_technology_checkboxes label {
    height: 36px;
    padding: 6px 12px 6px 12px;
}

.rj_multiselect_technology_checkboxes label:hover {
    background: #FFF8F8;
}

.rj_multiselect_technology_checkboxes label.rj_check_create_technology:hover {
    background: #E5E5E5;
}

.rj_multiselect_technology_checkboxes .rj_check_create_technology span {
    margin-left: 8px;
}

.rj_multiselect_technology_checkboxes .rj_check_create_technology {
    height: 36px;
    background: #E5E5E5;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 0px;
}

.rj_group .rj_check__input:checked + .rj_check__box {
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='84 20 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='84' y='20' width='16' height='16' rx='4' fill='%23FF3C41'/%3E%3Cpath d='M91.105 31.7932L91.0873 31.8108L86.6875 27.4109L88.1202 25.9783L91.105 28.9631L95.879 24.1891L97.3117 25.6218L91.1226 31.8108L91.105 31.7932Z' fill='white'/%3E%3C/svg%3E");
}

.rj_multiselect_technology_checkboxes .p-l-26 {
    padding-left: 36px;
    margin-left: 0px;
}

/** endmulti select checkbox **/

/** modal **/
.modal-btn-close {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 7px 13px;
    width: 67px;
    height: 38px;
    background: rgba(255, 255, 255, 1e-06);
    border: 1px solid #262946;
    box-sizing: border-box;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    border-radius: 24px;
}

.modal-btn-save {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 7px 13px;
    position: static;
    width: 75px;
    height: 38px;
    background: #FF3C41;
    color: #FFFFFF;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    border-radius: 24px;
}

.modal-btn-save:hover {
    color: #FFFFFF;
}

.modal-btn-save:disabled {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 7px 13px;
    position: static;
    width: 75px;
    height: 38px;
    background: #B6B6B6;
    opacity: 0.65;
    border-radius: 24px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}

.modal_technology_children {
    display: none;
}

.close {
    font-weight: 100;
}

.modal-title {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #666666;
}

/** end modal **/

/** Statistic global style **/
.rj_statistic_header {
    position: fixed;
    width: calc(100% - 250px);
    background: #e5e5e5;
    z-index: 10;
    top: 75px;
    padding-top: 3vh;
}

.rj_statistic_block {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 24px;
}

/** Bench statistic **/
.rj_bench_donut_chart_block {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 24px;
    width: 30%;
}

.chart-block {
    height: 15vw;
    width: 100%;
    margin: 0 auto;
    margin-top: 2vh;
}

.rj_bench_bar_chart_block {
    background: #FFFFFF;
    border-radius: 8px;
    margin-left: 10px;
    width: 68%;
    padding: 24px;
}

.rj_bench_bar_chart_legend_block {
    display: flex;
    flex-wrap: wrap;
    padding: 3vh;
}

.rj_bench_donut_chart_legend_block {
    margin-top: 3vh;
}

#chartjs-tooltip {
    z-index: 1000;
    background: unset;
}

.rj_icon_person_rolodex {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 8.55C8.66304 8.55 9.29893 8.28661 9.76777 7.81777C10.2366 7.34893 10.5 6.71304 10.5 6.05C10.5 5.38696 10.2366 4.75107 9.76777 4.28223C9.29893 3.81339 8.66304 3.55 8 3.55C7.33696 3.55 6.70107 3.81339 6.23223 4.28223C5.76339 4.75107 5.5 5.38696 5.5 6.05C5.5 6.71304 5.76339 7.34893 6.23223 7.81777C6.70107 8.28661 7.33696 8.55 8 8.55Z' fill='%23333333'/%3E%3Cpath d='M1 0.5C0.734784 0.5 0.48043 0.605357 0.292893 0.792893C0.105357 0.98043 0 1.23478 0 1.5V12.5C0 12.7652 0.105357 13.0196 0.292893 13.2071C0.48043 13.3946 0.734784 13.5 1 13.5H1.5C1.63261 13.5 1.75979 13.4473 1.85355 13.3536C1.94732 13.2598 2 13.1326 2 13C2 12.8674 2.05268 12.7402 2.14645 12.6464C2.24021 12.5527 2.36739 12.5 2.5 12.5C2.63261 12.5 2.75979 12.5527 2.85355 12.6464C2.94732 12.7402 3 12.8674 3 13C3 13.1326 3.05268 13.2598 3.14645 13.3536C3.24021 13.4473 3.36739 13.5 3.5 13.5H12.5C12.6326 13.5 12.7598 13.4473 12.8536 13.3536C12.9473 13.2598 13 13.1326 13 13C13 12.8674 13.0527 12.7402 13.1464 12.6464C13.2402 12.5527 13.3674 12.5 13.5 12.5C13.6326 12.5 13.7598 12.5527 13.8536 12.6464C13.9473 12.7402 14 12.8674 14 13C14 13.1326 14.0527 13.2598 14.1464 13.3536C14.2402 13.4473 14.3674 13.5 14.5 13.5H15C15.2652 13.5 15.5196 13.3946 15.7071 13.2071C15.8946 13.0196 16 12.7652 16 12.5V2.5C16 2.23478 15.8946 1.98043 15.7071 1.79289C15.5196 1.60536 15.2652 1.5 15 1.5H6.707L6 0.793C5.81251 0.605451 5.5582 0.500057 5.293 0.5H1ZM1 1.5H5.293L6 2.207C6.18749 2.39455 6.4418 2.49994 6.707 2.5H15V12.5H14.915C14.8334 12.2693 14.6965 12.0621 14.5164 11.8965C14.3364 11.7308 14.1185 11.6117 13.8818 11.5496C13.6451 11.4875 13.3968 11.4842 13.1586 11.54C12.9204 11.5959 12.6994 11.7092 12.515 11.87C11.885 10.723 10.554 9.5 8 9.5C5.445 9.5 4.114 10.724 3.486 11.87C3.30159 11.7092 3.08063 11.5959 2.8424 11.54C2.60416 11.4842 2.35588 11.4875 2.11921 11.5496C1.88253 11.6117 1.66465 11.7308 1.48456 11.8965C1.30447 12.0621 1.16764 12.2693 1.086 12.5H1V1.5Z' fill='%23333333'/%3E%3C/svg%3E");
    display: inline-block;
    width: 16px;
    height: 14px;
}

.rj_bench_statistic_tooltip_value {
    font-size: 14px;
    line-height: 150%;
    color: #333;
}

.rj_bench_statistic_tooltip_separator {
    color: #E5E5E5;
}

.rj_bench_statistic_tooltip_percent {
    color: #666666;
}

.rj_bench_statistic_tooltip_table {
    padding: 8px 20px 4px;
    display: block;
    z-index: 600;
    border-radius: 8px;
    background-color: #fff;
}

.rj_bench_statistic_tooltip_label {
    text-align: center;
    color: #B6B6B6

}

.rj_bench_bar_chart_container {
    width: 100%;
    max-width: 100%;
    overflow-x: scroll;
}

.rj_bench_statistic_bar_chart_legend_block {
    padding-left: 4vh;
    padding-top: 1.5vh;
    line-height: 24px;
    display: flex;
}

.rj_bench_statistic_donut_chart_legend_block {
    padding-left: 2vh;
    line-height: 28px;
    display: flex;
}

.rj_bench_statistic_legend_items {
    margin-right: 3px;
    font-size: 50px;
    vertical-align: middle;
}

.rj_bench_bar_chart_container_body {
    height: 500px;
}

li.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/** Request statistic **/
.rj_request_statistic_technologies_table_block {
    max-height: 800px;
    overflow-y: scroll;
}

#rj_request_statistic_company_table_wrapper {
    margin-top: 2vh;
}

.rj_request_funnel_chart_legend_block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.rj_request_statistic_funnel_chart_tooltip {
    margin-right: 3px;
    font-size: 25px;
    vertical-align: middle;
}

/** request create **/
.request_status_draft {
    border: 2px solid #FFB74A;
    box-sizing: border-box;
    border-radius: 8px;
}

.request_status_today {
    border: 2px solid #28A745;
    box-sizing: border-box;
    border-radius: 8px;
}

.request_status_deadline {
    border: 2px solid #DC3545;
    box-sizing: border-box;
    border-radius: 8px;
}

#general_number_of_people {
    padding: 7px 13px;
    width: 47%;
    height: 38px;
    background: #F5F5F5;
    border: 1px solid #B6B6B6;
    box-sizing: border-box;
    border-radius: 4px;
}

.m-t-8 {
    margin-top: 19px;
}

#for_negotiation, #rate {
    display: none;
}

.negotiation_price_label {
    font-size: 16px;
    margin-bottom: 30px !important;
}

.negotiation_price_block {
    display: none;
}

.error-input {
    border: 1px solid #DC3545 !important;
    box-sizing: border-box !important;
    border-radius: 4px !important;
}

.error-label {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #DC3545 !important;
}

.input_rate {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.input_rate_invalid span{
    border:1px solid #dc3545!important;
}
.input_rate_invalid input{
    border:1px solid #dc3545!important;
}

.input_rate span {
    height: 38px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #8C8686;
    padding: 7px 13px;
    border: 1px solid #B6B6B6;
    box-sizing: border-box;
    border-radius: 4px 0px 0px 4px;
    border-right: none;
}

.input_rate input {
    color: #666666;
    width: 100%;
    border: 1px solid #B6B6B6;
    box-sizing: border-box;
    border-radius: 0px 4px 4px 0px;
    padding: 7px 13px;
    height: 38px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.technology_hide_block {
    display: none !important;
}

.rj_select {
    height: 38px;
    padding: 7px 13px;
    background: #FFFFFF;
    border: 1px solid #B6B6B6;
    box-sizing: border-box;
    border-radius: 4px;
    width: 300px;
}

.rj_select option {
    padding: 4px 12px;
    height: 32px;
    background: #FFF8F8;
}

.rj_select option:hover {
    padding: 4px 12px;
    height: 32px;
    background: #FFF8F8;
}

#technology_level,
#technology,
#language {
    display: none;
}

.technology_add_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-bottom: 26px;
}

.technology_add_title h6 {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #B6B6B6;
}

.technology_add_title a {
    margin-right: 3px;
    color: #B6B6B6;
}

.technology_add_technology_level {
    margin-bottom: 16px;
    margin-top: 16px;
}

.number_of_people {
    width: 47%;
}

.technology_add_technology_level .technology_block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
}

.technology_add_technology_level .technology_block {
    width: 100%;
}

.technology_add_technology_level .technology_block .language,
.technology_add_technology_level .technology_block .technology,
.technology_add_technology_level .level {
    width: 47%;
    margin-bottom: 16px;
    position: relative;
}

.candidate .btn_copy {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.candidate .btn_copy a {
    width: 31px;
    height: 31px;
    background: #FF3C41;
    border-radius: 24px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.candidate_rate {
    display: none;
    width: 47%;
}

.request_card_filter .request-form-owner {
    width: 250px;
    position: relative;
}

.select_filter_technology {
    width: 100%;
    position: relative;
}

/** end create request **/

/** modal **/
#add_technology .modal_technology_switch_title {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

#add_technology .modal_technology_title {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    margin-top: 16px;
}

#add_technology input {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

#add_technology_success .modal-title {
    color: #28A745;
}

#add_technology_success .modal-body {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

/** end modal **/

@media (max-width: 991px) {
    .rj_request_choose {
        margin-top: 10px;
        border: none;
    }

    .badge-technology {
        margin: 5px;
    }

    .rj_bench_edit_element {
        width: 30%;
    }
}

@media (max-width: 991px) {
    .navbar-sidebar {
        padding: 18px;
        padding-bottom: 0;

    }

    .navbar-mobile {
        height: 100vh;
        background: #FFFFFF;
        top: 0 !important;
    }

    .close-button {
        display: flex;
        justify-content: end !important;
        align-items: baseline;
        width: auto !important;
        height: auto !important;
    }

    .header-desktop {
        display: none;
    }

    .menu-hr {
        margin-top: auto;
        margin-bottom: auto;
        margin-left: -18px;
        margin-right: -18px;
        border: 0;
        border-top: 1px solid rgba(0, 0, 0, .1);
    }

    .main-content {
        margin-top: 75px;
    }

    .au-btn {
        line-height: 35px;
        padding: 0px 16px;
    }

    .request-price {
        font-family: Poppins;
        font-style: normal;
        font-weight: bold;
        font-size: 15px;
        line-height: 20px;
        color: #262946;
        display: flex;
        align-items: center;
    }

    .request_card {
        margin-bottom: 16px;
    }

    .request_card .right_card .title h5 {
        width: 69%;
    }

    .select-request {
        display: block;
        width: 100%;
        padding: 0px;
        font-size: 13px;
        line-height: 0.5;
        color: #262946;
        background-color: #fff;
        background-clip: padding-box;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        border: none;
        height: 100% !important;
    }

    .select-request-div {
        width: 50%;
        height: 100%;
        padding-left: 5px;
    }

    .cv-header {
        font-family: Poppins;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 25px;
        letter-spacing: 0.15px;
        color: #262946;
    }

    .request-time {
        font-family: Poppins;
        font-style: normal;
        font-weight: 410;
        font-size: 11px;
        line-height: 25px;
        letter-spacing: 0.4px;
        color: #262946;
    }

    .cv-level {
        font-family: Poppins;
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 30px;
        color: #666666;
    }

    .cv-buttons-block {
        padding-top: 15px;
    }

    .au-btn--red {
        background: #FF3C41;
    }

    .download-cv-block {
        height: 35px;
    }

    .cv-history-row {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 10px;
    }

    .history-item {
        padding: 0 10px;
    }

    .history-item-central {
        border-right: 1px solid #E5E5E5;
        border-left: 1px solid #E5E5E5;
    }

    .cv-history-text {
        font-family: Poppins;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 32px;
        color: #333333;
    }
}

.accordion .card {
    overflow: visible !important;
}

/* Rewrite ready styles */
.filter-option-inner-inner {
    color: var(--color-black-03);
}

.bootstrap-select .dropdown-toggle .filter-option {
    width: 80%;
}

.added-row-btn--select, .clean-select-btn--select, .remove-row-btn--select {
    right: 2.3rem;
}

.select2-container--default .select2-search--inline .select2-search__field::placeholder {
    color: var(--color-black-03);
}

.select2-container .select2-selection--multiple {
    padding-right: 2.2rem !important;
}

.noUi-target {
    background-color: #FFFFFF !important;
    border: 1px solid #E5E5E5 !important;
}

.noUi-base, .noUi-connects {
    z-index: unset;
}

.bench-status.dropdown-menu[x-placement^=top] {
    bottom: 0 !important;
}

.bench-review-status.dropdown-menu[x-placement^=top] {
    bottom: 0 !important;
}

.rj_exp {
    position: relative
}

/* End rewrite ready styles */

/* Bench conversion statistic styles */
.svg-funnel-js__subLabels {
    display: none !important;
}

.svg-funnel-js__label {
    padding-left: 3rem !important;
}

.svg-funnel-js .svg-funnel-js__container {
    margin-top: 2vh !important;
}

.svg-funnel-js:not(.svg-funnel-js--vertical) .svg-funnel-js__label:not(:first-child) {
    border-left: 1px solid #E5E5E5 !important;
}

.svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label:first-child .label__segment-percentages {
    width: calc(100% - 3rem) !important;
    left: 3rem !important;
}

.borderless td, .borderless th {
    border: none;
}

.label__segment-percentages {
    background: rgba(255, 255, 255, 0.85) !important;
    border-radius: 12px !important;
    padding: 16px !important;
    opacity: 0.6;
}

.segment-percentage__list li {
    color: black !important;
}

#select2-rj_bench_conversion_statistic_technology_filter-results strong.select2-results__group {
    font-size: 14px;
    color: #B6B6B6;
    font-weight: 400;
}

.rj_exp {
    position: relative
}
