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

Project:  CoolAdmin
Version:	1.0
Last change:	08/10/2018 [Add Define a table of contents Link]
Assigned to:	Hau Nguyen
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;
}

#modal_bench_cv_container {
    max-width: 100% !important;
}
#modal_bench_cv_container_create {
    max-width: 100% !important;
}

#model_bench_cv_dialog {
    max-width: 1200px !important;
}

.modal_bench_cv_form_section_title {
    font-size: 18px !important;
    margin-top: 12px !important;
}

.grey-background {
    background-color: #f5f5f5; /* Very light grey */
}

#modal_bench_cv_container .form-section:nth-child(2n) {
    background-color: #f8f8f8;
    padding-top: 16px;
    padding-bottom: 16px;

}
#modal_bench_cv_container_create .form-section:nth-child(2n+1) {
    background-color: #f8f8f8;
    padding-top: 16px;
    padding-bottom: 16px;

}

#modal_bench_cv_container .modal-title {
    padding-left: 54px!important;
}
#modal_bench_cv_container_create .modal-title {
    padding-left: 54px!important;
}

#modal_bench_cv_container .project_name {
    font-size: 17px !important;
    justify-content: space-between;
    padding-top: 16px;
}
#modal_bench_cv_container_create .project_name {
    font-size: 16px !important;
    justify-content: space-between;
    padding-top: 16px;
}

#modal_bench_cv_container .hide-section-control {
    justify-content: flex-start !important;
    margin-right: 0 !important;
}

#modal_bench_cv_container .hide-btn {
    min-width: unset !important;
    margin-bottom: 0 !important;
}

#modal_bench_cv_container .hide-row-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 0;
    flex-shrink: 0;
    justify-content: flex-start;
    margin-top: 4px;
    padding-left: 0;
    width: 0;
}

#modal_bench_cv_container .form-section {
    padding-left: 54px;
    padding-right: 54px;
}

#modal_bench_cv_container_create .hide-section-control {
    justify-content: flex-start !important;
    margin-right: 0 !important;
}

#modal_bench_cv_container_create .hide-btn {
    min-width: unset !important;
    margin-bottom: 0 !important;
}

#modal_bench_cv_container_create .hide-row-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 0;
    flex-shrink: 0;
    justify-content: flex-start;
    margin-top: 4px;
    padding-left: 0;
    width: 0;
}

#modal_bench_cv_container_create .form-section {
    padding-left: 54px;
    padding-right: 54px;
}

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: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    color: #666;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #D3D3D3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #130629;
    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: 700;
    font-size: 30px;
    color: #393939;
}

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

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

.heading-title {
    font-size: 24px;
    font-weight: 700;
    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;
}

.wh-30px {
    width: 30px;
    height: 30px;
}

/*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;
        top: -33px;
        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;
    background: #FAF6FF;
}

@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;
    color: rgba(4, 14, 42, 0.8);
}

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: 700;
    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;
}

.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: #1E2346;
    position: fixed;
    top: 0;
    right: 0;
    left: 242px;
    height: 64px;
    z-index: 3;
}

.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;
    margin-left: 20px;
}

.account-item {
    cursor: pointer;
    height: 34px;
}

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

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

.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: 700;
}

.account-item > .content > a:after {
    font-family: "Material-Design-Iconic-Font";
    font-weight: 700;
    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: 700;
    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: #262B4F;
    overflow-y: auto;
}

.menu-sidebar .logo {
    background: #1E2346;
    height: 64px;
    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;
    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 .navbar__list li {
    border-bottom: 1px solid #3B3758;
    padding: 5px 40px;
}

.navbar-sidebar .navbar__list li a {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    padding: 15px 0;
}

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

.navbar-sidebar .navbar__list li a:hover {
    color: rgba(255, 255, 255, 0.6);
}

.navbar-sidebar .navbar__list li.active > a {
    font-family: 'Helvetica Neue Medium';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}

.has-sub {
    position: relative;
}

.header-mobile {
    background: #130629;
    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: #B4559B;
    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;
}


.hamburger.hamburger--slider.is-active .hamburger-box {
    height: 20px !important;
}

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

.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;
    background: #262B4F;
}

.header-mobile .navbar-mobile .navbar-mobile__list {
    margin-top: 60px;
}

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

.header-mobile .navbar-mobile .navbar-mobile__list li a {
    color: rgba(255, 255, 255, 0.6);
    display: block;
    padding: 15px 0px;
    font-size: 16px;
    border-bottom: 1px solid #3B3758;
    text-transform: capitalize;
    line-height: inherit;
}

.header-mobile .navbar-mobile .navbar-mobile__list li a:hover {
    color: rgba(255, 255, 255, 0.6);
}

.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) {
    .navbar-sidebar .navbar__list li {
        padding: 0px;
    }

    .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: 700;
    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: 700;
}

.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;
}

.m-t-6 {
    margin-top: 6px;
}

.m-l-8 {
    margin-left: 8px;
}

@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-1 {
    margin-top: 1px;
}

.m-t-2 {
    margin-top: 2px;
}

.m-t-3 {
    margin-top: 3px;
}

.m-t-4 {
    margin-top: 4px;
}

.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: 700;
    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: 700;
    font-size: 13px;
    line-height: 21px;
    padding: 5px 20px;
}

.active-tab {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #F25180 !important;
    border-bottom: 2px solid #F25180;
    padding: 0 10px 5px 10px;
}

.not-active-tab {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #262946 !important;
    padding: 0 10px;
}

.flex {
    display: flex;
}

.space-between {
    justify-content: space-between;
}

.bench_feedback_h5 {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #666666;
}

.for_negotiantion {
    display: none;
}

.hourly_wage {
    display: none;
}

.fixed_price {
    display: none;
}

/** Request privacy **/

.request-privacy__button {
    padding: 8px 16px;
    border-radius: 5px;
    background-color: #1E2346;
    color: white;
    margin-left: 8px;
}

.request-privacy__button .public {
    background-color: #1E2346;
}

/** End request privacy **/


.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: 700;
    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: #B4559B;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #B4559B;
    border-color: #B4559B;
}

.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: 700;
    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: 700;
    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: #F25180;;
}

.au-btn--red-white:hover {
    background: #F25180;
    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: #F25180;
}

.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 */

/* request style */
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #F25180;
    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_bench_request {
    background: #FFFFFF;
}

/** 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: #B4559B;
    display: block;
    text-align: left;
    background: #FAF5FF;
    padding: 20px;
    font-family: 'Helvetica Neue';
    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.125);
}

#rj_accordion .card .card-header .btn-header-link-white {
    color: #1E2346;
    display: block;
    text-align: left;
    background: #FCFBFD;
    border-left: 3px solid grey;
    padding: 20px;
    font-family: 'Helvetica Neue';
    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.125);
}

#rj_accordion .card .card-header .btn-header-link:focus {
    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.125);
}

#rj_accordion .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    color: #B4559B;
}

#rj_accordion .card .card-header .btn-header-link-white:focus {
    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.125);
}

#rj_accordion .card .card-header .btn-header-link-white:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    color: #1E2346
}

#rj_accordion .card .card-header .btn-header-link.collapsed {
    color: #B4559B;
    padding: 20px;
    background: #FAF5FF;
}

#rj_accordion .card .card-header .btn-header-link-white.collapsed {
    color: #1E2346;
    padding: 20px;
    background: #FAF5FF;
}

#rj_accordion .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
    color: #F25180;
}

#rj_accordion .card .card-header .btn-header-link-white.collapsed:after {
    content: "\f106";
    color: #1E2346;
}

#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;
}


#request_bench_accordion .card {
    margin-bottom: 10px;
    border: 0;
}

#request_bench_accordion .card .card-header {
    border: 0;
    border-radius: 2px;
    padding: 0;
}

#request_bench_accordion .card .card-header .btn-header-link {
    color: #9894A0;
    display: block;
    text-align: left;
    font-family: 'Helvetica Neue';
}

#request_bench_accordion .card .card-header .btn-header-link-white {
    color: #1E2346;
    display: block;
    text-align: left;
    background: #FCFBFD;
    border-left: 3px solid grey;
    padding: 20px;
    font-family: 'Helvetica Neue';
    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.125);
}

#request_bench_accordion .card .card-header .btn-header-link:focus {
    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.125);
}

#request_bench_accordion .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    color: #9894A0;
    margin-left: 3px;
}

.candidate_comment_switch_btn:after {
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #9894A0;
    margin-left: 3px;
}

.candidate_comment_switch_btn.collapsed:after {
    content: "\f107";
    color: #9894A0;
}

#request_bench_accordion .card .card-header .btn-header-link-white:focus {
    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.125);
}

#request_bench_accordion .card .card-header .btn-header-link-white:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    color: #1E2346
}

#request_bench_accordion .card .card-header .btn-header-link.collapsed {
    color: #B4559B;
    padding: 20px;
    background: #FAF5FF;
}

#request_bench_accordion .card .card-header .btn-header-link-white.collapsed {
    color: #1E2346;
    padding: 20px;
    background: #FAF5FF;
}

#request_bench_accordion .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
    color: #F25180;
}

#request_bench_accordion .card .card-header .btn-header-link-white.collapsed:after {
    content: "\f106";
    color: #1E2346;
}

#request_bench_accordion .card .collapsing {
    line-height: 30px;
}

#request_bench_accordion .card .collapse {
    border: 0;
}

#request_bench_accordion .card .collapse.show {
    line-height: 30px;
    color: #222;
}

#request_bench_accordion .block_card {
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
}

/** end rj accordion **/
.rj_btn_secondary {
    padding: 5px 9px;
    color: #fff;
    background-color: #F25180;
    border-color: #F25180;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 31px;
    border-radius: 3.2px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
}

.rj_btn_edit_permission {
    border: 1px solid #B4559B;
    border-radius: 4px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #B4559B;
    padding: 6px 16px;
    width: 384px;
}

.rj_btn_edit_permission:hover {
    color: #B4559B;
}

.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: #F25180;
    border-color: #F25180;
}

.rj_btn_secondary:hover {
    color: #fff;
    background-color: #F25180;
    border-color: #F25180;
}

.bench-status-dropdown {
    background: none;
}

.bench-status {
    padding: 10px;
}

.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_empty_request_comment {
    padding: 90px 0px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
}

.rj_m_t_minus_4 {
    margin-top: -4px;
}

.rj_comment_body {
    width: 55%;
    padding: 7px 13px;
    min-height: 0px !important;
    height: auto;
}

.child_comment_block {
    padding-left: 2vh;
    border-left: 1px solid silver;
}

.empty_request_comment {
    padding: 64px 0px;
    border-bottom: 1px solid #C4C0C9;
    border-top: 1px solid #C4C0C9;
    width: 50%;
    text-align: center;
}

#filesContainer, #bench_files {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #B4559B !important;
}

#filesContainer input[type=file]::-webkit-file-upload-button {
    visibility: hidden;
}

#bench_files input[type=file]::-webkit-file-upload-button {
    visibility: hidden;
    padding: 0px 20px;
    border: none;
    float: right;
}

.rj_request_comment_role {
    border-radius: 40px;
    border: 1px solid #9894A0;
    padding: 3px 7px;
    margin-left: 6px;
    color: #8C8686;
}


.rj_request_comment_role_owner {
    border-radius: 40px;
    background: #64D684;
    border: 1px solid #64D684;
    padding: 3px 7px;
    margin-left: 6px;
    color: #FFFFFF;
}

.rj_request_choose {
    border-left: 1px solid #E5E5E5
}

.request_tab {
    display: flex;
    padding: 0px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.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;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #1E2346 !important;
}

.request_tab ul li a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #B4559B;
    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: 5px 9px;
    height: 31px;
    color: #FFFFFF;
    background: #130629;
    border-radius: 3.2px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
}

.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;
}

.request_favorite_block {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

@media (max-width: 1200px) {
    .request_card {
        height: 100%;
    }
}

/** admin company**/
.admin_company_list {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 20px;
}

.admin_company_list .user_company {
    color: #B6B6B6;
}

/** end admin company **/

.bench_detail_verify_button {
    border-radius: 24px;
    padding: 5px 9px;
    text-align: center;
    border: 1px solid #B4559B;
    color: #B4559B;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.btn_blue_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;
}

.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;
}

.btn_red_with_bg_big_disabled {
    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: #FFFFFF;
    background: #B6B6B6;
}

.bench_change_verify_detail_button {
    border-radius: 24px;
    padding: 5px 9px;
    text-align: center;
    border: 1px solid #FFB74A;
    color: #FFB74A;
    display: flex;
    align-items: center;
}

.bench_detail_unverified_button {
    border-radius: 24px;
    padding: 5px 9px;
    text-align: center;
    border: 1px solid #8C8686;
    color: #8C8686;
    display: flex;
    align-items: center;
}

.rj_btn_red_without_bg_small {
    display: inline-flex;
    padding: 5px 9px;
    background: rgba(255, 255, 255, 1e-06);
    box-sizing: border-box;
    border: 1px solid #B4559B;
    border-radius: 3.2px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    color: #B4559B;
}

.btn_pink_with_bg_small {
    display: inline-flex;
    padding: 5px 9px;
    background: #B4559B;
    box-sizing: border-box;
    border: 1px solid #B4559B;
    border-radius: 3.2px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    color: white !important;
}

.btn_pink_with_bg_middle {
    display: inline-flex;
    padding: 7px 9px;
    background: #B4559B;
    box-sizing: border-box;
    border: 1px solid #B4559B;
    border-radius: 3.2px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    color: white !important;
}

.rj_btn_red_without_bg_small:hover {
    color: #B4559B;
}

.request_card_filter {
    font-family: Helvetica Neue;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    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: #040E2A;
}

.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: #64D684;
}

.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 div:nth-child(1) {
    margin-bottom: 12px;
}


.request_card .left_cart .type {
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 4px;
    background: #F5F5F5;
}

.request_card .left_cart .count_candidate {
    color: #F25180;
}

.request_card .left_cart .count_candidate a {
    color: #F25180;
}

.request_card .left_cart .count_candidate a:hover {
    color: #F25180;
}

.request_card .left_cart .price {
    font-weight: 700;
    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: 700;
    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: #B4559B;
    cursor: pointer;
}

/* right */

.request_card .right_card .title h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #1E2346;
    flex: none;
    order: 0;
    flex-grow: 0;
    width: 70%;
}

.request_card .right_card .title h5 a {
    text-decoration: none;
    color: #1E2346;
}

.request_card .right_card .title h5 a.active {
    text-decoration: none;
    color: #B4559B;
}

.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: #9894A0;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 16px 0;
    height: 42px;
    overflow: hidden;
}

.request_card .right_card .list_candidates {
    height: 38.75px;
}

.request_card .right_card .list_languages {
    height: 38.75px;
}

.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;
    height: 26px;
    padding: 5.25px 9.75px 6.25px;
    background: #130629;
    border-radius: 99px;
    display: inline-flex;
    flex-direction: row;
    margin-bottom: 12px;
}

.request_card .right_card .list_candidates .candidate span {
    color: #FFFFFF;
    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0px 4px;
}

.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: rgba(4, 14, 42, 0.8);
    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: #B4559B;
    border-radius: 3.2px;
    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: 3.2px;
    border: 1px solid #B4559B;
    flex: none;
    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 #B4559B;
    box-sizing: border-box;
    border-radius: 3.2px;
}

.count_new {
    background: #B4559B;
    border-radius: 100px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.16px;
    width: 37px;
    height: 20px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 2px;
}

.icon_toast_close {
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5'%3E%3Crect width='21' height='21' fill='white' fill-opacity='0.01'/%3E%3Cg clip-path='url(%23clip0_3975_205305)'%3E%3Crect width='14' height='14' transform='translate(3.5 3.5)' fill='white' fill-opacity='0.01'/%3E%3Cpath d='M3.75619 3.75651C3.92027 3.59247 4.14279 3.50032 4.37481 3.50032C4.60683 3.50032 4.82935 3.59247 4.99344 3.75651L10.4998 9.26288L16.0062 3.75651C16.0869 3.67294 16.1835 3.60628 16.2902 3.56042C16.397 3.51456 16.5118 3.49042 16.628 3.48941C16.7441 3.4884 16.8594 3.51054 16.9669 3.55454C17.0744 3.59853 17.1721 3.66351 17.2543 3.74566C17.3364 3.82782 17.4014 3.92551 17.4454 4.03305C17.4894 4.14058 17.5115 4.2558 17.5105 4.37198C17.5095 4.48817 17.4854 4.60298 17.4395 4.70974C17.3937 4.81649 17.327 4.91304 17.2434 4.99376L11.7371 10.5001L17.2434 16.0065C17.4028 16.1715 17.491 16.3926 17.489 16.622C17.487 16.8514 17.395 17.0709 17.2328 17.2331C17.0705 17.3953 16.8511 17.4874 16.6217 17.4893C16.3922 17.4913 16.1712 17.4031 16.0062 17.2438L10.4998 11.7374L4.99344 17.2438C4.82841 17.4031 4.60738 17.4913 4.37796 17.4893C4.14854 17.4874 3.92908 17.3953 3.76685 17.2331C3.60461 17.0709 3.51259 16.8514 3.5106 16.622C3.5086 16.3926 3.5968 16.1715 3.75619 16.0065L9.26256 10.5001L3.75619 4.99376C3.59215 4.82967 3.5 4.60715 3.5 4.37513C3.5 4.14311 3.59215 3.92059 3.75619 3.75651Z' fill='%23C4C0C9'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3975_205305'%3E%3Crect width='14' height='14' fill='white' transform='translate(3.5 3.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 21px;
    height: 21px;
    display: inline-block;
    cursor: pointer;
}

.icon_n_comment {
    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='M5 7.5C5 7.76522 4.89464 8.01957 4.70711 8.20711C4.51957 8.39464 4.26522 8.5 4 8.5C3.73478 8.5 3.48043 8.39464 3.29289 8.20711C3.10536 8.01957 3 7.76522 3 7.5C3 7.23478 3.10536 6.98043 3.29289 6.79289C3.48043 6.60536 3.73478 6.5 4 6.5C4.26522 6.5 4.51957 6.60536 4.70711 6.79289C4.89464 6.98043 5 7.23478 5 7.5ZM9 7.5C9 7.76522 8.89464 8.01957 8.70711 8.20711C8.51957 8.39464 8.26522 8.5 8 8.5C7.73478 8.5 7.48043 8.39464 7.29289 8.20711C7.10536 8.01957 7 7.76522 7 7.5C7 7.23478 7.10536 6.98043 7.29289 6.79289C7.48043 6.60536 7.73478 6.5 8 6.5C8.26522 6.5 8.51957 6.60536 8.70711 6.79289C8.89464 6.98043 9 7.23478 9 7.5ZM12 8.5C12.2652 8.5 12.5196 8.39464 12.7071 8.20711C12.8946 8.01957 13 7.76522 13 7.5C13 7.23478 12.8946 6.98043 12.7071 6.79289C12.5196 6.60536 12.2652 6.5 12 6.5C11.7348 6.5 11.4804 6.60536 11.2929 6.79289C11.1054 6.98043 11 7.23478 11 7.5C11 7.76522 11.1054 8.01957 11.2929 8.20711C11.4804 8.39464 11.7348 8.5 12 8.5Z' fill='%23040E2A' fill-opacity='0.8'/%3E%3Cpath d='M2.165 15.303L2.185 15.299C4.015 14.936 5.133 14.457 5.653 14.194C6.41859 14.3982 7.20765 14.5011 8 14.5C12.418 14.5 16 11.366 16 7.5C16 3.634 12.418 0.5 8 0.5C3.582 0.5 0 3.634 0 7.5C0 9.26 0.743 10.87 1.97 12.1C1.88416 12.8901 1.70835 13.6678 1.446 14.418L1.443 14.429C1.36844 14.6439 1.28707 14.8563 1.199 15.066C1.12 15.252 1.273 15.46 1.472 15.428C1.70366 15.3901 1.93469 15.3484 2.165 15.303ZM2.965 12.195C2.97901 12.0486 2.96055 11.9009 2.91094 11.7625C2.86133 11.624 2.7818 11.4982 2.678 11.394C1.618 10.33 1 8.968 1 7.5C1 4.308 4.004 1.5 8 1.5C11.996 1.5 15 4.308 15 7.5C15 10.693 11.996 13.5 8 13.5C7.2951 13.501 6.59311 13.4096 5.912 13.228C5.67398 13.1642 5.42079 13.1906 5.201 13.302C4.814 13.498 3.961 13.872 2.567 14.195C2.76148 13.5421 2.89472 12.8726 2.965 12.195Z' fill='%23040E2A' fill-opacity='0.8'/%3E%3C/svg%3E%0A");
    width: 16px;
    height: 16px;
    display: inline-block;
}

.icon_fire {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='14' viewBox='0 0 12 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.39341 2.04C8.92675 1.35334 8.39341 0.713336 7.79341 0.140003C7.56008 -0.0866636 7.16675 0.12667 7.23341 0.44667C7.36008 1.07334 7.49341 1.9 7.49341 2.64C7.49341 4.01334 6.59341 5.12667 5.22008 5.12667C4.19341 5.12667 3.35341 4.50667 2.98675 3.62C2.92008 3.48667 2.89341 3.40667 2.85341 3.26C2.78008 2.98 2.41341 2.89334 2.25341 3.14C2.13341 3.32 2.02008 3.5 1.91341 3.69334C1.12008 5.05334 0.666748 6.64 0.666748 8.33334C0.666748 11.28 3.05341 13.6667 6.00008 13.6667C8.94675 13.6667 11.3334 11.28 11.3334 8.33334C11.3334 6.00667 10.6134 3.84667 9.39341 2.04ZM5.80675 11.6667C4.62008 11.6667 3.66008 10.7333 3.66008 9.57334C3.66008 8.49334 4.36008 7.73334 5.53341 7.49334C6.51341 7.29334 7.52008 6.87334 8.22008 6.21334C8.40675 6.04 8.71341 6.12 8.76675 6.36667C8.92008 7.04667 9.00008 7.75334 9.00008 8.46667C9.00675 10.2333 7.57341 11.6667 5.80675 11.6667Z' fill='%23FFB74A'/%3E%3C/svg%3E");
    width: 12px;
    height: 14px;
    display: inline-block;
}

.rj_separator {
    color: #E5E5E5;
    font-size: 1.1rem;
}

.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='%23B4559B'/%3E%3C/svg%3E");
    display: inline-block;
    width: 15px;
    height: 17px;
}

.icon_unverification_guard {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='17' viewBox='0 0 14 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.33801 2.09C3.38559 2.35248 2.43965 2.6379 1.50101 2.946C1.41529 2.97376 1.3391 3.02504 1.28111 3.09399C1.22312 3.16295 1.18567 3.2468 1.17301 3.336C0.619005 7.493 1.89901 10.526 3.42601 12.524C4.07252 13.3784 4.84341 14.1311 5.71301 14.757C6.05901 15.001 6.36501 15.177 6.60601 15.29C6.72601 15.347 6.82401 15.385 6.89901 15.408C6.93181 15.4195 6.96562 15.4279 7.00001 15.433C7.03398 15.4275 7.06743 15.4191 7.10001 15.408C7.17601 15.385 7.27401 15.347 7.39401 15.29C7.63401 15.177 7.94101 15 8.28701 14.757C9.15659 14.1311 9.92748 13.3784 10.574 12.524C12.101 10.527 13.381 7.493 12.827 3.336C12.8145 3.24676 12.777 3.16285 12.719 3.09388C12.661 3.02491 12.5848 2.97366 12.499 2.946C11.848 2.733 10.749 2.386 9.66201 2.091C8.55201 1.79 7.53101 1.567 7.00001 1.567C6.47001 1.567 5.44801 1.789 4.33801 2.09ZM4.07201 1.06C5.15701 0.765 6.31001 0.5 7.00001 0.5C7.69001 0.5 8.84301 0.765 9.92801 1.06C11.038 1.36 12.157 1.715 12.815 1.93C13.0901 2.02085 13.334 2.18747 13.5187 2.4107C13.7034 2.63394 13.8213 2.90474 13.859 3.192C14.455 7.669 13.072 10.987 11.394 13.182C10.6824 14.121 9.834 14.9479 8.87701 15.635C8.5461 15.8728 8.19549 16.0819 7.82901 16.26C7.54901 16.392 7.24801 16.5 7.00001 16.5C6.75201 16.5 6.45201 16.392 6.17101 16.26C5.80452 16.0819 5.45391 15.8728 5.12301 15.635C4.16603 14.9478 3.31759 14.121 2.60601 13.182C0.928005 10.987 -0.454995 7.669 0.141005 3.192C0.178693 2.90474 0.296648 2.63394 0.481322 2.4107C0.665996 2.18747 0.909897 2.02085 1.18501 1.93C2.1402 1.61681 3.10281 1.32672 4.07201 1.06Z' fill='%238C8686'/%3E%3Cpath d='M5.14601 5.646C5.19245 5.59944 5.24763 5.56249 5.30837 5.53729C5.36912 5.51208 5.43424 5.49911 5.50001 5.49911C5.56577 5.49911 5.63089 5.51208 5.69164 5.53729C5.75238 5.56249 5.80756 5.59944 5.85401 5.646L7.00001 6.793L8.14601 5.646C8.23989 5.55211 8.36723 5.49937 8.50001 5.49937C8.63278 5.49937 8.76012 5.55211 8.85401 5.646C8.94789 5.73989 9.00064 5.86722 9.00064 6C9.00064 6.13278 8.94789 6.26011 8.85401 6.354L7.70701 7.5L8.85401 8.646C8.94789 8.73989 9.00064 8.86722 9.00064 9C9.00064 9.13278 8.94789 9.26011 8.85401 9.354C8.76012 9.44789 8.63278 9.50063 8.50001 9.50063C8.36723 9.50063 8.23989 9.44789 8.14601 9.354L7.00001 8.207L5.85401 9.354C5.80752 9.40049 5.75233 9.43736 5.69159 9.46252C5.63085 9.48768 5.56575 9.50063 5.50001 9.50063C5.43426 9.50063 5.36916 9.48768 5.30842 9.46252C5.24768 9.43736 5.19249 9.40049 5.14601 9.354C5.09952 9.30751 5.06264 9.25232 5.03748 9.19158C5.01232 9.13084 4.99937 9.06574 4.99937 9C4.99937 8.93426 5.01232 8.86916 5.03748 8.80842C5.06264 8.74768 5.09952 8.69249 5.14601 8.646L6.29301 7.5L5.14601 6.354C5.09944 6.30755 5.0625 6.25238 5.03729 6.19163C5.01209 6.13089 4.99911 6.06577 4.99911 6C4.99911 5.93423 5.01209 5.86911 5.03729 5.80837C5.0625 5.74762 5.09944 5.69245 5.14601 5.646Z' fill='%238C8686'/%3E%3C/svg%3E");
    display: inline-block;
    width: 14px;
    height: 17px;
}

.icon_guard_yellow {
    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='M0.593484 3.593C0.128484 7.868 1.47848 11.053 3.10648 13.182C3.81807 14.121 4.66651 14.9478 5.62348 15.635C6.00948 15.908 6.36748 16.117 6.67148 16.26C6.95148 16.392 7.25248 16.5 7.50048 16.5C7.74848 16.5 8.04848 16.392 8.32948 16.26C8.69597 16.0819 9.04657 15.8728 9.37748 15.635C10.0056 15.187 10.5863 14.6761 11.1105 14.11L10.3655 13.365C9.88853 13.8818 9.35976 14.3483 8.78748 14.757C8.44148 15.001 8.13548 15.177 7.89448 15.29C7.77448 15.347 7.67648 15.385 7.60148 15.408C7.56868 15.4195 7.53487 15.4279 7.50048 15.433C7.46651 15.4275 7.43306 15.4191 7.40048 15.408C7.29994 15.3753 7.20172 15.3359 7.10648 15.29C6.79428 15.1379 6.49554 14.9596 6.21348 14.757C5.34389 14.1311 4.573 13.3784 3.92648 12.524C2.55348 10.728 1.37948 8.094 1.56048 4.56L0.593484 3.593ZM3.48048 2.48L2.62848 1.628C3.27318 1.42721 3.92127 1.23752 4.57248 1.059C5.65748 0.766 6.81048 0.5 7.50048 0.5C8.19048 0.5 9.34348 0.765 10.4285 1.06C11.5385 1.36 12.6575 1.715 13.3155 1.93C13.5906 2.02085 13.8345 2.18747 14.0192 2.4107C14.2038 2.63394 14.3218 2.90474 14.3595 3.192C14.8425 6.818 14.0275 9.683 12.8085 11.808L12.0385 11.038C13.0805 9.123 13.7585 6.569 13.3285 3.336C13.3158 3.24652 13.2781 3.16244 13.2197 3.09345C13.1613 3.02446 13.0846 2.97335 12.9985 2.946C12.3485 2.733 11.2485 2.386 10.1625 2.091C9.05248 1.79 8.03148 1.567 7.50048 1.567C6.97048 1.567 5.94848 1.79 4.83848 2.091C4.38433 2.21457 3.93195 2.34458 3.48148 2.481L3.48048 2.48ZM13.1465 14.854L0.146484 1.854L0.854484 1.146L13.8545 14.146L13.1475 14.853L13.1465 14.854Z' fill='%23FFB74A'/%3E%3C/svg%3E");
    width: 15px;
    height: 17px;
    display: inline-block;

}

.icon_verification_guard_empty {
    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 d='M4.83801 2.09C3.88559 2.35248 2.93965 2.6379 2.00101 2.946C1.91529 2.97376 1.8391 3.02504 1.78111 3.09399C1.72312 3.16295 1.68567 3.2468 1.67301 3.336C1.11901 7.493 2.39901 10.526 3.92601 12.524C4.57252 13.3784 5.34341 14.1311 6.21301 14.757C6.55901 15.001 6.86501 15.177 7.10601 15.29C7.22601 15.347 7.32401 15.385 7.39901 15.408C7.43181 15.4195 7.46562 15.4279 7.50001 15.433C7.53398 15.4275 7.56743 15.4191 7.60001 15.408C7.67601 15.385 7.77401 15.347 7.89401 15.29C8.13401 15.177 8.44101 15 8.78701 14.757C9.65659 14.1311 10.4275 13.3784 11.074 12.524C12.601 10.527 13.881 7.493 13.327 3.336C13.3145 3.24676 13.277 3.16285 13.219 3.09388C13.161 3.02491 13.0848 2.97366 12.999 2.946C12.348 2.733 11.249 2.386 10.162 2.091C9.05201 1.79 8.03101 1.567 7.50001 1.567C6.97001 1.567 5.94801 1.79 4.83801 2.091V2.09ZM4.57201 1.06C5.65701 0.765 6.81001 0.5 7.50001 0.5C8.19001 0.5 9.34301 0.765 10.428 1.06C11.538 1.36 12.657 1.715 13.315 1.93C13.5901 2.02085 13.834 2.18747 14.0187 2.4107C14.2034 2.63394 14.3213 2.90474 14.359 3.192C14.955 7.669 13.572 10.987 11.894 13.182C11.1824 14.121 10.334 14.9479 9.37701 15.635C9.0461 15.8728 8.69549 16.0819 8.32901 16.26C8.04901 16.392 7.74801 16.5 7.50001 16.5C7.25201 16.5 6.95201 16.392 6.67101 16.26C6.30452 16.0819 5.95391 15.8728 5.62301 15.635C4.66603 14.9478 3.81759 14.121 3.10601 13.182C1.42801 10.987 0.0450054 7.669 0.641005 3.192C0.678693 2.90474 0.796648 2.63394 0.981322 2.4107C1.166 2.18747 1.4099 2.02085 1.68501 1.93C2.6402 1.61681 3.60281 1.32672 4.57201 1.06V1.06Z' fill='%23B4559B'/%3E%3C/svg%3E");
    display: inline-block;
    width: 15px;
    height: 17px;
}

.icon_green_tickets {
    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 d='M13.2984 1.89823C13.3507 1.84593 13.3922 1.78384 13.4205 1.71551C13.4488 1.64718 13.4633 1.57394 13.4633 1.49998C13.4633 1.42602 13.4488 1.35278 13.4205 1.28445C13.3922 1.21611 13.3507 1.15403 13.2984 1.10173C13.2461 1.04943 13.184 1.00794 13.1157 0.979639C13.0473 0.951335 12.9741 0.936768 12.9001 0.936768C12.8262 0.936768 12.7529 0.951335 12.6846 0.979639C12.6163 1.00794 12.5542 1.04943 12.5019 1.10173L5.02513 8.5796L1.48587 5.03923C1.43358 4.98693 1.37149 4.94544 1.30316 4.91714C1.23482 4.88884 1.16159 4.87427 1.08762 4.87427C0.938252 4.87427 0.794997 4.93361 0.689375 5.03923C0.583752 5.14485 0.524414 5.28811 0.524414 5.43748C0.524414 5.58685 0.583752 5.73011 0.689375 5.83573L4.62687 9.77323C4.67913 9.82561 4.7412 9.86717 4.80954 9.89553C4.87787 9.92389 4.95114 9.93848 5.02513 9.93848C5.09911 9.93848 5.17237 9.92389 5.24071 9.89553C5.30905 9.86717 5.37112 9.82561 5.42338 9.77323L13.2984 1.89823ZM8.56437 9.77323L7.55638 8.7641L8.35175 7.96873L8.96262 8.5796L16.4394 1.10173C16.545 0.996106 16.6883 0.936768 16.8376 0.936768C16.987 0.936768 17.1303 0.996106 17.2359 1.10173C17.3415 1.20735 17.4008 1.35061 17.4008 1.49998C17.4008 1.64935 17.3415 1.79261 17.2359 1.89823L9.36088 9.77323C9.30862 9.82561 9.24655 9.86717 9.17821 9.89553C9.10987 9.92389 9.03661 9.93848 8.96262 9.93848C8.88864 9.93848 8.81538 9.92389 8.74704 9.89553C8.6787 9.86717 8.61663 9.82561 8.56437 9.77323Z' fill='%2328A745'/%3E%3Cpath d='M5.42338 5.03923L6.43138 6.04835L5.636 6.84373L4.62687 5.83573C4.52125 5.73011 4.46191 5.58685 4.46191 5.43748C4.46191 5.28811 4.52125 5.14485 4.62687 5.03923C4.7325 4.93361 4.87575 4.87427 5.02513 4.87427C5.1745 4.87427 5.31775 4.93361 5.42338 5.03923Z' fill='%2328A745'/%3E%3C/svg%3E");
    width: 18px;
    height: 10px;
    display: inline-block;
}

.icon_gray_ticket {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9859 1.10172C13.0383 1.15397 13.0798 1.21604 13.1082 1.28438C13.1365 1.35272 13.1511 1.42598 13.1511 1.49997C13.1511 1.57396 13.1365 1.64722 13.1082 1.71556C13.0798 1.78389 13.0383 1.84597 12.9859 1.89822L5.11087 9.77322C5.05862 9.8256 4.99655 9.86716 4.92821 9.89552C4.85987 9.92388 4.78661 9.93847 4.71262 9.93847C4.63864 9.93847 4.56537 9.92388 4.49704 9.89552C4.4287 9.86716 4.36663 9.8256 4.31437 9.77322L0.376874 5.83572C0.271252 5.7301 0.211914 5.58684 0.211914 5.43747C0.211914 5.28809 0.271252 5.14484 0.376874 5.03922C0.482497 4.9336 0.625752 4.87426 0.775125 4.87426C0.924497 4.87426 1.06775 4.9336 1.17337 5.03922L4.71262 8.57959L12.1894 1.10172C12.2416 1.04933 12.3037 1.00777 12.372 0.979416C12.4404 0.951059 12.5136 0.936462 12.5876 0.936462C12.6616 0.936462 12.7349 0.951059 12.8032 0.979416C12.8715 1.00777 12.9336 1.04933 12.9859 1.10172Z' fill='%23B6B6B6'/%3E%3C/svg%3E");
    width: 14px;
    height: 10px;
    display: inline-block;
}

.icon_shield_slash_fill_gray {
    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='M0.592996 3.593C0.127996 7.868 1.478 11.053 3.106 13.182C3.81758 14.121 4.66602 14.9478 5.623 15.635C6.009 15.908 6.367 16.117 6.671 16.26C6.951 16.392 7.252 16.5 7.5 16.5C7.748 16.5 8.048 16.392 8.329 16.26C8.69548 16.0819 9.04609 15.8728 9.377 15.635C10.0051 15.187 10.5858 14.6761 11.11 14.11L0.592996 3.593ZM12.808 11.808L2.628 1.628C3.27316 1.42798 3.92158 1.23862 4.573 1.06C5.657 0.765 6.81 0.5 7.5 0.5C8.19 0.5 9.343 0.765 10.428 1.06C11.538 1.36 12.657 1.715 13.315 1.93C13.5901 2.02085 13.834 2.18747 14.0187 2.4107C14.2034 2.63394 14.3213 2.90474 14.359 3.192C14.842 6.818 14.027 9.683 12.808 11.808ZM13.146 14.854L0.145996 1.854L0.853996 1.146L13.854 14.146L13.147 14.853L13.146 14.854Z' fill='%23B6B6B6'/%3E%3C/svg%3E");
    width: 15px;
    height: 17px;
    display: inline-block;
}

.icon_status_pending_active {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='12' height='12' viewBox='0,0,256,256'%3E%3Cg fill='%23ffffff' fill-rule='nonzero' stroke='%23fff' stroke-width='1' stroke-linecap='butt' stroke-linejoin='miter' stroke-miterlimit='10' stroke-dasharray='' stroke-dashoffset='0' font-family='none' font-weight='none' font-size='none' text-anchor='none' style='mix-blend-mode: normal'%3E%3Cg transform='scale(5.12,5.12)'%3E%3Cpath d='M25,2c-12.6907,0 -23,10.3093 -23,23c0,12.69071 10.3093,23 23,23c12.69071,0 23,-10.30929 23,-23c0,-12.6907 -10.30929,-23 -23,-23zM25,4c11.60982,0 21,9.39018 21,21c0,11.60982 -9.39018,21 -21,21c-11.60982,0 -21,-9.39018 -21,-21c0,-11.60982 9.39018,-21 21,-21zM24.98438,6.98633c-0.55152,0.00862 -0.99193,0.46214 -0.98437,1.01367v14.17383c-1.19786,0.42351 -1.99904,1.55565 -2,2.82617c0.00091,0.44693 0.10168,0.88802 0.29492,1.29102l-6.00195,6.00195c-0.26124,0.25082 -0.36648,0.62327 -0.27512,0.97371c0.09136,0.35044 0.36503,0.62411 0.71547,0.71547c0.35044,0.09136 0.72289,-0.01388 0.97371,-0.27512l6.00195,-6.00195c0.403,0.19325 0.84408,0.29401 1.29102,0.29492c1.65685,0 3,-1.34315 3,-3c-0.00178,-1.2698 -0.80282,-2.40095 -2,-2.82422v-14.17578c0.0037,-0.2703 -0.10218,-0.53059 -0.29351,-0.72155c-0.19133,-0.19097 -0.45182,-0.29634 -0.72212,-0.29212z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    width: 12px;
    height: 12px;
    display: inline-block;
}

.icon_status_pending {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px'  width='12' height='12' viewBox='0,0,256,256'%3E%3Cg fill='%23black' fill-rule='nonzero' stroke='%23black' stroke-width='1' stroke-linecap='butt' stroke-linejoin='miter' stroke-miterlimit='10' stroke-dasharray='' stroke-dashoffset='0' font-family='none' font-weight='none' font-size='none' text-anchor='none' style='mix-blend-mode: normal'%3E%3Cg transform='scale(5.12,5.12)'%3E%3Cpath d='M25,2c-12.6907,0 -23,10.3093 -23,23c0,12.69071 10.3093,23 23,23c12.69071,0 23,-10.30929 23,-23c0,-12.6907 -10.30929,-23 -23,-23zM25,4c11.60982,0 21,9.39018 21,21c0,11.60982 -9.39018,21 -21,21c-11.60982,0 -21,-9.39018 -21,-21c0,-11.60982 9.39018,-21 21,-21zM24.98438,6.98633c-0.55152,0.00862 -0.99193,0.46214 -0.98437,1.01367v14.17383c-1.19786,0.42351 -1.99904,1.55565 -2,2.82617c0.00091,0.44693 0.10168,0.88802 0.29492,1.29102l-6.00195,6.00195c-0.26124,0.25082 -0.36648,0.62327 -0.27512,0.97371c0.09136,0.35044 0.36503,0.62411 0.71547,0.71547c0.35044,0.09136 0.72289,-0.01388 0.97371,-0.27512l6.00195,-6.00195c0.403,0.19325 0.84408,0.29401 1.29102,0.29492c1.65685,0 3,-1.34315 3,-3c-0.00178,-1.2698 -0.80282,-2.40095 -2,-2.82422v-14.17578c0.0037,-0.2703 -0.10218,-0.53059 -0.29351,-0.72155c-0.19133,-0.19097 -0.45182,-0.29634 -0.72212,-0.29212z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    width: 12px;
    height: 12px;
    display: inline-block;
}

.icon_status_pending_grey {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px'  width='12' height='12' viewBox='0,0,256,256'%3E%3Cg fill='%239894A0' fill-rule='nonzero' stroke='%239894A0' stroke-width='1' stroke-linecap='butt' stroke-linejoin='miter' stroke-miterlimit='10' stroke-dasharray='' stroke-dashoffset='0' font-family='none' font-weight='none' font-size='none' text-anchor='none' style='mix-blend-mode: normal'%3E%3Cg transform='scale(5.12,5.12)'%3E%3Cpath d='M25,2c-12.6907,0 -23,10.3093 -23,23c0,12.69071 10.3093,23 23,23c12.69071,0 23,-10.30929 23,-23c0,-12.6907 -10.30929,-23 -23,-23zM25,4c11.60982,0 21,9.39018 21,21c0,11.60982 -9.39018,21 -21,21c-11.60982,0 -21,-9.39018 -21,-21c0,-11.60982 9.39018,-21 21,-21zM24.98438,6.98633c-0.55152,0.00862 -0.99193,0.46214 -0.98437,1.01367v14.17383c-1.19786,0.42351 -1.99904,1.55565 -2,2.82617c0.00091,0.44693 0.10168,0.88802 0.29492,1.29102l-6.00195,6.00195c-0.26124,0.25082 -0.36648,0.62327 -0.27512,0.97371c0.09136,0.35044 0.36503,0.62411 0.71547,0.71547c0.35044,0.09136 0.72289,-0.01388 0.97371,-0.27512l6.00195,-6.00195c0.403,0.19325 0.84408,0.29401 1.29102,0.29492c1.65685,0 3,-1.34315 3,-3c-0.00178,-1.2698 -0.80282,-2.40095 -2,-2.82422v-14.17578c0.0037,-0.2703 -0.10218,-0.53059 -0.29351,-0.72155c-0.19133,-0.19097 -0.45182,-0.29634 -0.72212,-0.29212z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    width: 12px;
    height: 12px;
    display: inline-block;
}


.icon_status_active_active {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='9' viewBox='0 0 8 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.1465 5.11018L1.57887 8.34068C1.10637 8.61456 0.5 8.28293 0.5 7.73081V1.2698C0.5 0.718555 1.1055 0.386054 1.57887 0.660804L7.1465 3.8913C7.25398 3.95266 7.34333 4.04136 7.40547 4.14839C7.46761 4.25542 7.50034 4.37698 7.50034 4.50074C7.50034 4.62451 7.46761 4.74607 7.40547 4.8531C7.34333 4.96013 7.25398 5.04882 7.1465 5.11018Z' fill='white'/%3E%3C/svg%3E");
    width: 8px;
    height: 9px;
    display: inline-block;
}

.icon_status_active {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='9' viewBox='0 0 8 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.1465 5.11018L1.57887 8.34068C1.10637 8.61456 0.5 8.28293 0.5 7.73081V1.2698C0.5 0.718555 1.1055 0.386054 1.57887 0.660804L7.1465 3.8913C7.25398 3.95266 7.34333 4.04136 7.40547 4.14839C7.46761 4.25542 7.50034 4.37698 7.50034 4.50074C7.50034 4.62451 7.46761 4.74607 7.40547 4.8531C7.34333 4.96013 7.25398 5.04882 7.1465 5.11018Z' fill='%231E2346'/%3E%3C/svg%3E");
    width: 8px;
    height: 9px;
    display: inline-block;
}

.icon_status_active_grey {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='9' viewBox='0 0 8 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.1465 5.11018L1.57887 8.34068C1.10637 8.61456 0.5 8.28293 0.5 7.73081V1.2698C0.5 0.718555 1.1055 0.386054 1.57887 0.660804L7.1465 3.8913C7.25398 3.95266 7.34333 4.04136 7.40547 4.14839C7.46761 4.25542 7.50034 4.37698 7.50034 4.50074C7.50034 4.62451 7.46761 4.74607 7.40547 4.8531C7.34333 4.96013 7.25398 5.04882 7.1465 5.11018Z' fill='%239894A0%0A'/%3E%3C/svg%3E");
    width: 8px;
    height: 9px;
    display: inline-block;
}

.icon_status_on_hold_active {
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='9' viewBox='0 0 7 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.3125 0.5625C1.6606 0.5625 1.99444 0.700781 2.24058 0.946922C2.48672 1.19306 2.625 1.5269 2.625 1.875V7.125C2.625 7.4731 2.48672 7.80694 2.24058 8.05308C1.99444 8.29922 1.6606 8.4375 1.3125 8.4375C0.964403 8.4375 0.630564 8.29922 0.384422 8.05308C0.138281 7.80694 7.33559e-09 7.4731 0 7.125V1.875C0 1.5269 0.138281 1.19306 0.384422 0.946922C0.630564 0.700781 0.964403 0.5625 1.3125 0.5625ZM5.6875 0.5625C6.0356 0.5625 6.36944 0.700781 6.61558 0.946922C6.86172 1.19306 7 1.5269 7 1.875V7.125C7 7.4731 6.86172 7.80694 6.61558 8.05308C6.36944 8.29922 6.0356 8.4375 5.6875 8.4375C5.3394 8.4375 5.00556 8.29922 4.75942 8.05308C4.51328 7.80694 4.375 7.4731 4.375 7.125V1.875C4.375 1.5269 4.51328 1.19306 4.75942 0.946922C5.00556 0.700781 5.3394 0.5625 5.6875 0.5625Z' fill='white'/%3E%3C/svg%3E");
    width: 7px;
    height: 9px;
    display: inline-block;
}

.icon_status_on_hold {
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='9' viewBox='0 0 7 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.3125 0.5625C1.6606 0.5625 1.99444 0.700781 2.24058 0.946922C2.48672 1.19306 2.625 1.5269 2.625 1.875V7.125C2.625 7.4731 2.48672 7.80694 2.24058 8.05308C1.99444 8.29922 1.6606 8.4375 1.3125 8.4375C0.964403 8.4375 0.630564 8.29922 0.384422 8.05308C0.138281 7.80694 7.33559e-09 7.4731 0 7.125V1.875C0 1.5269 0.138281 1.19306 0.384422 0.946922C0.630564 0.700781 0.964403 0.5625 1.3125 0.5625ZM5.6875 0.5625C6.0356 0.5625 6.36944 0.700781 6.61558 0.946922C6.86172 1.19306 7 1.5269 7 1.875V7.125C7 7.4731 6.86172 7.80694 6.61558 8.05308C6.36944 8.29922 6.0356 8.4375 5.6875 8.4375C5.3394 8.4375 5.00556 8.29922 4.75942 8.05308C4.51328 7.80694 4.375 7.4731 4.375 7.125V1.875C4.375 1.5269 4.51328 1.19306 4.75942 0.946922C5.00556 0.700781 5.3394 0.5625 5.6875 0.5625Z' fill='%231E2346'/%3E%3C/svg%3E");
    width: 7px;
    height: 9px;
    display: inline-block;
}

.icon_status_on_hold_grey {
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='9' viewBox='0 0 7 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.3125 0.5625C1.6606 0.5625 1.99444 0.700781 2.24058 0.946922C2.48672 1.19306 2.625 1.5269 2.625 1.875V7.125C2.625 7.4731 2.48672 7.80694 2.24058 8.05308C1.99444 8.29922 1.6606 8.4375 1.3125 8.4375C0.964403 8.4375 0.630564 8.29922 0.384422 8.05308C0.138281 7.80694 7.33559e-09 7.4731 0 7.125V1.875C0 1.5269 0.138281 1.19306 0.384422 0.946922C0.630564 0.700781 0.964403 0.5625 1.3125 0.5625ZM5.6875 0.5625C6.0356 0.5625 6.36944 0.700781 6.61558 0.946922C6.86172 1.19306 7 1.5269 7 1.875V7.125C7 7.4731 6.86172 7.80694 6.61558 8.05308C6.36944 8.29922 6.0356 8.4375 5.6875 8.4375C5.3394 8.4375 5.00556 8.29922 4.75942 8.05308C4.51328 7.80694 4.375 7.4731 4.375 7.125V1.875C4.375 1.5269 4.51328 1.19306 4.75942 0.946922C5.00556 0.700781 5.3394 0.5625 5.6875 0.5625Z' fill='%239894A0%0A'/%3E%3C/svg%3E");
    width: 7px;
    height: 9px;
    display: inline-block;
}

.icon_status_lost_active {
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='7' viewBox='0 0 7 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.565055 0.565055C0.605695 0.524312 0.653974 0.491987 0.707126 0.469932C0.760278 0.447876 0.817259 0.436523 0.874805 0.436523C0.932352 0.436523 0.989333 0.447876 1.04248 0.469932C1.09564 0.491987 1.14392 0.524312 1.18456 0.565055L3.49981 2.88118L5.81506 0.565055C5.85573 0.524378 5.90402 0.492112 5.95717 0.470097C6.01032 0.448083 6.06728 0.436752 6.12481 0.436752C6.18233 0.436752 6.23929 0.448083 6.29244 0.470097C6.34559 0.492112 6.39388 0.524378 6.43456 0.565055C6.47523 0.605732 6.5075 0.654023 6.52951 0.70717C6.55153 0.760317 6.56286 0.817279 6.56286 0.874805C6.56286 0.932331 6.55153 0.989294 6.52951 1.04244C6.5075 1.09559 6.47523 1.14388 6.43456 1.18456L4.11843 3.49981L6.43456 5.81506C6.47523 5.85573 6.5075 5.90402 6.52951 5.95717C6.55153 6.01032 6.56286 6.06728 6.56286 6.12481C6.56286 6.18233 6.55153 6.23929 6.52951 6.29244C6.5075 6.34559 6.47523 6.39388 6.43456 6.43456C6.39388 6.47523 6.34559 6.5075 6.29244 6.52951C6.23929 6.55153 6.18233 6.56286 6.12481 6.56286C6.06728 6.56286 6.01032 6.55153 5.95717 6.52951C5.90402 6.5075 5.85573 6.47523 5.81506 6.43456L3.49981 4.11843L1.18456 6.43456C1.14388 6.47523 1.09559 6.5075 1.04244 6.52951C0.989294 6.55153 0.932331 6.56286 0.874805 6.56286C0.817279 6.56286 0.760317 6.55153 0.70717 6.52951C0.654023 6.5075 0.605732 6.47523 0.565055 6.43456C0.524378 6.39388 0.492112 6.34559 0.470097 6.29244C0.448083 6.23929 0.436752 6.18233 0.436752 6.12481C0.436752 6.06728 0.448083 6.01032 0.470097 5.95717C0.492112 5.90402 0.524378 5.85573 0.565055 5.81506L2.88118 3.49981L0.565055 1.18456C0.524312 1.14392 0.491987 1.09564 0.469932 1.04248C0.447876 0.989333 0.436523 0.932352 0.436523 0.874805C0.436523 0.817259 0.447876 0.760278 0.469932 0.707126C0.491987 0.653974 0.524312 0.605695 0.565055 0.565055Z' fill='white' stroke='white' stroke-width='0.5'/%3E%3C/svg%3E");
    width: 7px;
    height: 7px;
    display: inline-block;
}

.icon_status_lost {
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='7' viewBox='0 0 7 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.565055 0.565055C0.605695 0.524312 0.653974 0.491987 0.707126 0.469932C0.760278 0.447876 0.817259 0.436523 0.874805 0.436523C0.932352 0.436523 0.989333 0.447876 1.04248 0.469932C1.09564 0.491987 1.14392 0.524312 1.18456 0.565055L3.49981 2.88118L5.81506 0.565055C5.85573 0.524378 5.90402 0.492112 5.95717 0.470097C6.01032 0.448083 6.06728 0.436752 6.12481 0.436752C6.18233 0.436752 6.23929 0.448083 6.29244 0.470097C6.34559 0.492112 6.39388 0.524378 6.43456 0.565055C6.47523 0.605732 6.5075 0.654023 6.52951 0.70717C6.55153 0.760317 6.56286 0.817279 6.56286 0.874805C6.56286 0.932331 6.55153 0.989294 6.52951 1.04244C6.5075 1.09559 6.47523 1.14388 6.43456 1.18456L4.11843 3.49981L6.43456 5.81506C6.47523 5.85573 6.5075 5.90402 6.52951 5.95717C6.55153 6.01032 6.56286 6.06728 6.56286 6.12481C6.56286 6.18233 6.55153 6.23929 6.52951 6.29244C6.5075 6.34559 6.47523 6.39388 6.43456 6.43456C6.39388 6.47523 6.34559 6.5075 6.29244 6.52951C6.23929 6.55153 6.18233 6.56286 6.12481 6.56286C6.06728 6.56286 6.01032 6.55153 5.95717 6.52951C5.90402 6.5075 5.85573 6.47523 5.81506 6.43456L3.49981 4.11843L1.18456 6.43456C1.14388 6.47523 1.09559 6.5075 1.04244 6.52951C0.989294 6.55153 0.932331 6.56286 0.874805 6.56286C0.817279 6.56286 0.760317 6.55153 0.70717 6.52951C0.654023 6.5075 0.605732 6.47523 0.565055 6.43456C0.524378 6.39388 0.492112 6.34559 0.470097 6.29244C0.448083 6.23929 0.436752 6.18233 0.436752 6.12481C0.436752 6.06728 0.448083 6.01032 0.470097 5.95717C0.492112 5.90402 0.524378 5.85573 0.565055 5.81506L2.88118 3.49981L0.565055 1.18456C0.524312 1.14392 0.491987 1.09564 0.469932 1.04248C0.447876 0.989333 0.436523 0.932352 0.436523 0.874805C0.436523 0.817259 0.447876 0.760278 0.469932 0.707126C0.491987 0.653974 0.524312 0.605695 0.565055 0.565055Z' fill='%231E2346' stroke='%231E2346' stroke-width='0.5'/%3E%3C/svg%3E");
    width: 7px;
    height: 7px;
    display: inline-block;
}

.icon_status_lost_grey {
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='7' viewBox='0 0 7 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.565055 0.565055C0.605695 0.524312 0.653974 0.491987 0.707126 0.469932C0.760278 0.447876 0.817259 0.436523 0.874805 0.436523C0.932352 0.436523 0.989333 0.447876 1.04248 0.469932C1.09564 0.491987 1.14392 0.524312 1.18456 0.565055L3.49981 2.88118L5.81506 0.565055C5.85573 0.524378 5.90402 0.492112 5.95717 0.470097C6.01032 0.448083 6.06728 0.436752 6.12481 0.436752C6.18233 0.436752 6.23929 0.448083 6.29244 0.470097C6.34559 0.492112 6.39388 0.524378 6.43456 0.565055C6.47523 0.605732 6.5075 0.654023 6.52951 0.70717C6.55153 0.760317 6.56286 0.817279 6.56286 0.874805C6.56286 0.932331 6.55153 0.989294 6.52951 1.04244C6.5075 1.09559 6.47523 1.14388 6.43456 1.18456L4.11843 3.49981L6.43456 5.81506C6.47523 5.85573 6.5075 5.90402 6.52951 5.95717C6.55153 6.01032 6.56286 6.06728 6.56286 6.12481C6.56286 6.18233 6.55153 6.23929 6.52951 6.29244C6.5075 6.34559 6.47523 6.39388 6.43456 6.43456C6.39388 6.47523 6.34559 6.5075 6.29244 6.52951C6.23929 6.55153 6.18233 6.56286 6.12481 6.56286C6.06728 6.56286 6.01032 6.55153 5.95717 6.52951C5.90402 6.5075 5.85573 6.47523 5.81506 6.43456L3.49981 4.11843L1.18456 6.43456C1.14388 6.47523 1.09559 6.5075 1.04244 6.52951C0.989294 6.55153 0.932331 6.56286 0.874805 6.56286C0.817279 6.56286 0.760317 6.55153 0.70717 6.52951C0.654023 6.5075 0.605732 6.47523 0.565055 6.43456C0.524378 6.39388 0.492112 6.34559 0.470097 6.29244C0.448083 6.23929 0.436752 6.18233 0.436752 6.12481C0.436752 6.06728 0.448083 6.01032 0.470097 5.95717C0.492112 5.90402 0.524378 5.85573 0.565055 5.81506L2.88118 3.49981L0.565055 1.18456C0.524312 1.14392 0.491987 1.09564 0.469932 1.04248C0.447876 0.989333 0.436523 0.932352 0.436523 0.874805C0.436523 0.817259 0.447876 0.760278 0.469932 0.707126C0.491987 0.653974 0.524312 0.605695 0.565055 0.565055Z' fill='%239894A0%0A' stroke='%239894A0%0A' stroke-width='0.5'/%3E%3C/svg%3E");
    width: 7px;
    height: 7px;
    display: inline-block;
}
.icon_candidate_rate {
    background-image: url("data:image/svg+xml,%0A%3Csvg fill='%23000000' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16px' height='16px' viewBox='0 0 125.023 125.023' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M65.176,57.92c16,0,28.952-12.972,28.952-28.962C94.128,12.963,81.176,0,65.176,0C49.183,0,36.218,12.964,36.218,28.958 C36.218,44.949,49.183,57.92,65.176,57.92z'/%3E%3Cpath d='M72.632,59.087l-7.211,7.264l-6.993-7.34c-0.024,0.006-0.05,0.006-0.066,0.012c-1.167,0.28-6.12,1.856-12.546,6.465 c-0.057,0.04-1.362,0.945-1.973,1.328c-1.213,0.766-3.024,1.875-5.215,2.922c-2.178,1.064-4.758,2.027-7.106,2.531 c-1.159,0.23-2.206,0.293-3.047,0.266c-0.869-0.016-1.369-0.204-1.899-0.436c-0.285-0.066-0.496-0.334-0.808-0.482 c-0.244-0.324-0.597-0.479-0.862-0.939c-0.142-0.203-0.305-0.373-0.457-0.593l-0.411-0.761c-0.318-0.452-0.519-1.126-0.776-1.706 c-0.281-0.558-0.426-1.292-0.635-1.935c-0.218-0.637-0.364-1.336-0.491-2.037c-0.322-1.348-0.473-2.755-0.63-4.047 c-0.193-1.274-0.181-2.553-0.276-3.632c-0.003-0.031-0.001-0.058-0.003-0.089c0.613-0.878,1.446-1.67,2.459-2.405 c1.012-0.727,1.808-1.937,2.336-3.094c2.054-4.563,2.947-7.176,4.421-11.962c0.622-2.016-3.096-4.247-5.522,1.459 c-1.026,2.067-0.578,2.279-1.621,4.338l-0.373,0.701c0,0-0.215-1.988-0.243-2.589c-0.323-6.89-0.618-10.586-0.949-17.476 c-0.09-1.911-0.886-2.762-2.361-2.66c-1.404,0.101-2.021,0.966-1.946,2.823c0.151,3.761,0.331,4.323,0.483,8.081 c0.071,1.417-0.851,1.148-0.845-0.006c-0.244-5.126-0.477-6.258-0.683-11.385c-0.058-1.392-0.637-2.305-2.064-2.458 c-1.379-0.146-2.321,0.999-2.251,2.742c0.205,4.955,0.45,5.915,0.654,10.871c0.072,1.466-0.83,1.235-0.833,0.133 c-0.183-3.928-0.299-4.667-0.583-8.588c-0.055-0.79-0.535-1.828-1.156-2.242c-1.515-1.009-3.171,0.277-3.101,2.369 c0.146,4.387,0.383,5.577,0.564,9.96c0.109,1.125-0.772,1.427-0.82,0.117c-0.136-2.791-0.241-2.389-0.394-5.177 c-0.07-1.271-0.794-1.997-2.072-2.046c-1.291-0.047-2.002,0.704-2.212,1.918c-0.09,0.497-0.042,1.022-0.019,1.531 c0.294,6.608,0.471,10.029,0.959,16.622c0.174,2.309,0.451,3.921,0.829,5.785c0.378,1.864,1.418,2.743,1.667,3.666 c-0.058,1.068-0.128,2.19-0.086,3.477c0.023,1.71,0.033,3.558,0.27,5.615c0.082,1.012,0.19,2.062,0.416,3.182 c0.215,1.114,0.345,2.219,0.72,3.428c0.348,1.197,0.616,2.388,1.18,3.666c0.259,0.63,0.52,1.264,0.783,1.9 c0.312,0.643,0.69,1.293,1.051,1.939c0.659,1.296,1.715,2.576,2.692,3.828c1.162,1.193,2.332,2.404,3.784,3.361 c2.788,1.992,6.115,3.328,9.163,3.834c3.063,0.549,5.932,0.553,8.498,0.308c0.689-0.077,1.532-0.168,2.192-0.269l0.019,33.848 h59.882v-12.961c1.321,3.738,2.566,8.053,3.745,12.961h23.102C116.131,93.336,98.253,67.534,72.632,59.087z M65.487,123.662 h-0.128l-6.987-9.557l6.987-46.678h0.128l6.992,46.678L65.487,123.662z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    display: inline-block;
    width: 16px;
    height: 16px;
}
.icon_client_rate {
    background-image: url("data:image/svg+xml,%0A%3Csvg fill='%23000000' version='1.1' id='Capa_1' width='16px' height='16px' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 477.297 477.297' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M42.85,358.075c0-24.138,0-306.758,0-330.917c23.9,0,278.867,0,302.767,0c0,8.542,0,49.44,0,99.722 c5.846-1.079,11.842-1.812,17.99-1.812c3.149,0,6.126,0.647,9.232,0.928V0H15.649v385.233h224.638v-27.158 C158.534,358.075,57.475,358.075,42.85,358.075z'/%3E%3Cpath d='M81.527,206.842h184.495c1.812-10.16,5.393-19.608,10.095-28.452H81.527V206.842z'/%3E%3Crect x='81.527' y='89.432' width='225.372' height='28.452'/%3E%3Cpath d='M81.527,295.822h191.268c5.112-3.106,10.57-5.63,16.415-7.183c-5.544-6.45-10.095-13.697-13.978-21.269H81.527V295.822z' /%3E%3Cpath d='M363.629,298.669c41.071,0,74.16-33.197,74.16-74.139c0-40.984-33.09-74.16-74.16-74.16 c-40.898,0-74.009,33.176-74.009,74.16C289.62,265.472,322.731,298.669,363.629,298.669z'/%3E%3Cpath d='M423.143,310.706H304.288c-21.226,0-38.612,19.457-38.612,43.422v119.33c0,1.316,0.604,2.481,0.69,3.84h194.59 c0.086-1.337,0.69-2.524,0.69-3.84v-119.33C461.733,330.227,444.39,310.706,423.143,310.706z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    display: inline-block;
    width: 16px;
    height: 16px;
}
.icon_status_won_active {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.84834 0.849032C6.9716 0.731685 7.13562 0.66681 7.3058 0.668098C7.47599 0.669386 7.63901 0.736735 7.76048 0.855934C7.88195 0.975132 7.95236 1.13686 7.95686 1.30698C7.96136 1.47711 7.89959 1.64233 7.78459 1.76778L4.29334 6.13403C4.23331 6.19869 4.16085 6.25058 4.0803 6.2866C3.99976 6.32262 3.91278 6.34203 3.82456 6.34366C3.73634 6.3453 3.6487 6.32912 3.56688 6.29611C3.48505 6.2631 3.41072 6.21393 3.34834 6.15153L1.03309 3.83628C0.968612 3.7762 0.916898 3.70375 0.88103 3.62325C0.845162 3.54275 0.825876 3.45585 0.824321 3.36774C0.822766 3.27962 0.838975 3.1921 0.871981 3.11038C0.904987 3.02867 0.954114 2.95444 1.01643 2.89212C1.07875 2.82981 1.15298 2.78068 1.23469 2.74767C1.31641 2.71467 1.40393 2.69846 1.49205 2.70001C1.58016 2.70157 1.66706 2.72086 1.74756 2.75672C1.82806 2.79259 1.90051 2.84431 1.96059 2.90878L3.79284 4.74016L6.83084 0.868282C6.83629 0.861526 6.84213 0.855098 6.84834 0.849032ZM6.04334 5.34653L6.84834 6.15153C6.91071 6.21379 6.98498 6.26285 7.06673 6.29578C7.14847 6.32871 7.236 6.34484 7.32412 6.34321C7.41223 6.34157 7.49911 6.32221 7.57957 6.28627C7.66004 6.25034 7.73244 6.19856 7.79246 6.13403L11.2855 1.76778C11.3482 1.70583 11.3978 1.63187 11.4314 1.55032C11.4649 1.46877 11.4816 1.3813 11.4806 1.29313C11.4796 1.20496 11.4608 1.1179 11.4254 1.03716C11.39 0.956408 11.3386 0.883626 11.2744 0.823157C11.2103 0.762689 11.1346 0.715772 11.0519 0.685211C10.9692 0.654649 10.8811 0.641069 10.7931 0.64528C10.705 0.649492 10.6187 0.67141 10.5392 0.709725C10.4598 0.74804 10.389 0.801965 10.3308 0.868282L7.29196 4.74016L6.86759 4.31491L6.04246 5.34653H6.04334Z' fill='white'/%3E%3C/svg%3E");
    width: 12px;
    height: 7px;
    display: inline-block;
}

.icon_status_won {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.84834 0.849032C6.9716 0.731685 7.13562 0.66681 7.3058 0.668098C7.47599 0.669386 7.63901 0.736735 7.76048 0.855934C7.88195 0.975132 7.95236 1.13686 7.95686 1.30698C7.96136 1.47711 7.89959 1.64233 7.78459 1.76778L4.29334 6.13403C4.23331 6.19869 4.16085 6.25058 4.0803 6.2866C3.99976 6.32262 3.91278 6.34203 3.82456 6.34366C3.73634 6.3453 3.6487 6.32912 3.56688 6.29611C3.48505 6.2631 3.41072 6.21393 3.34834 6.15153L1.03309 3.83628C0.968612 3.7762 0.916898 3.70375 0.88103 3.62325C0.845162 3.54275 0.825876 3.45585 0.824321 3.36774C0.822766 3.27962 0.838975 3.1921 0.871981 3.11038C0.904987 3.02867 0.954114 2.95444 1.01643 2.89212C1.07875 2.82981 1.15298 2.78068 1.23469 2.74767C1.31641 2.71467 1.40393 2.69846 1.49205 2.70001C1.58016 2.70157 1.66706 2.72086 1.74756 2.75672C1.82806 2.79259 1.90051 2.84431 1.96059 2.90878L3.79284 4.74016L6.83084 0.868282C6.83629 0.861526 6.84213 0.855098 6.84834 0.849032ZM6.04334 5.34653L6.84834 6.15153C6.91071 6.21379 6.98498 6.26285 7.06673 6.29578C7.14847 6.32871 7.236 6.34484 7.32412 6.34321C7.41223 6.34157 7.49911 6.32221 7.57957 6.28627C7.66004 6.25034 7.73244 6.19856 7.79246 6.13403L11.2855 1.76778C11.3482 1.70583 11.3978 1.63187 11.4314 1.55032C11.4649 1.46877 11.4816 1.3813 11.4806 1.29313C11.4796 1.20496 11.4608 1.1179 11.4254 1.03716C11.39 0.956408 11.3386 0.883626 11.2744 0.823157C11.2103 0.762689 11.1346 0.715772 11.0519 0.685211C10.9692 0.654649 10.8811 0.641069 10.7931 0.64528C10.705 0.649492 10.6187 0.67141 10.5392 0.709725C10.4598 0.74804 10.389 0.801965 10.3308 0.868282L7.29196 4.74016L6.86759 4.31491L6.04246 5.34653H6.04334Z' fill='%231E2346'/%3E%3C/svg%3E");
    width: 12px;
    height: 7px;
    display: inline-block;
}

.icon_status_won_grey {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.84834 0.849032C6.9716 0.731685 7.13562 0.66681 7.3058 0.668098C7.47599 0.669386 7.63901 0.736735 7.76048 0.855934C7.88195 0.975132 7.95236 1.13686 7.95686 1.30698C7.96136 1.47711 7.89959 1.64233 7.78459 1.76778L4.29334 6.13403C4.23331 6.19869 4.16085 6.25058 4.0803 6.2866C3.99976 6.32262 3.91278 6.34203 3.82456 6.34366C3.73634 6.3453 3.6487 6.32912 3.56688 6.29611C3.48505 6.2631 3.41072 6.21393 3.34834 6.15153L1.03309 3.83628C0.968612 3.7762 0.916898 3.70375 0.88103 3.62325C0.845162 3.54275 0.825876 3.45585 0.824321 3.36774C0.822766 3.27962 0.838975 3.1921 0.871981 3.11038C0.904987 3.02867 0.954114 2.95444 1.01643 2.89212C1.07875 2.82981 1.15298 2.78068 1.23469 2.74767C1.31641 2.71467 1.40393 2.69846 1.49205 2.70001C1.58016 2.70157 1.66706 2.72086 1.74756 2.75672C1.82806 2.79259 1.90051 2.84431 1.96059 2.90878L3.79284 4.74016L6.83084 0.868282C6.83629 0.861526 6.84213 0.855098 6.84834 0.849032ZM6.04334 5.34653L6.84834 6.15153C6.91071 6.21379 6.98498 6.26285 7.06673 6.29578C7.14847 6.32871 7.236 6.34484 7.32412 6.34321C7.41223 6.34157 7.49911 6.32221 7.57957 6.28627C7.66004 6.25034 7.73244 6.19856 7.79246 6.13403L11.2855 1.76778C11.3482 1.70583 11.3978 1.63187 11.4314 1.55032C11.4649 1.46877 11.4816 1.3813 11.4806 1.29313C11.4796 1.20496 11.4608 1.1179 11.4254 1.03716C11.39 0.956408 11.3386 0.883626 11.2744 0.823157C11.2103 0.762689 11.1346 0.715772 11.0519 0.685211C10.9692 0.654649 10.8811 0.641069 10.7931 0.64528C10.705 0.649492 10.6187 0.67141 10.5392 0.709725C10.4598 0.74804 10.389 0.801965 10.3308 0.868282L7.29196 4.74016L6.86759 4.31491L6.04246 5.34653H6.04334Z' fill='%239894A0'/%3E%3C/svg%3E");
    width: 12px;
    height: 7px;
    display: inline-block;
}

.icon_copy_white {
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_5016_49887)'%3E%3Crect width='16' height='16' transform='translate(0.5 0.5)' fill='white' fill-opacity='0.01'/%3E%3Cg clip-path='url(%23clip1_5016_49887)'%3E%3Cpath d='M5.99951 7.5C5.8669 7.5 5.73973 7.55268 5.64596 7.64645C5.55219 7.74021 5.49951 7.86739 5.49951 8C5.49951 8.13261 5.55219 8.25979 5.64596 8.35355C5.73973 8.44732 5.8669 8.5 5.99951 8.5H10.9995C11.1321 8.5 11.2593 8.44732 11.3531 8.35355C11.4468 8.25979 11.4995 8.13261 11.4995 8C11.4995 7.86739 11.4468 7.74021 11.3531 7.64645C11.2593 7.55268 11.1321 7.5 10.9995 7.5H5.99951ZM5.49951 10C5.49951 9.86739 5.55219 9.74021 5.64596 9.64645C5.73973 9.55268 5.8669 9.5 5.99951 9.5H10.9995C11.1321 9.5 11.2593 9.55268 11.3531 9.64645C11.4468 9.74021 11.4995 9.86739 11.4995 10C11.4995 10.1326 11.4468 10.2598 11.3531 10.3536C11.2593 10.4473 11.1321 10.5 10.9995 10.5H5.99951C5.8669 10.5 5.73973 10.4473 5.64596 10.3536C5.55219 10.2598 5.49951 10.1326 5.49951 10ZM5.49951 12C5.49951 11.8674 5.55219 11.7402 5.64596 11.6464C5.73973 11.5527 5.8669 11.5 5.99951 11.5H7.99951C8.13212 11.5 8.2593 11.5527 8.35307 11.6464C8.44683 11.7402 8.49951 11.8674 8.49951 12C8.49951 12.1326 8.44683 12.2598 8.35307 12.3536C8.2593 12.4473 8.13212 12.5 7.99951 12.5H5.99951C5.8669 12.5 5.73973 12.4473 5.64596 12.3536C5.55219 12.2598 5.49951 12.1326 5.49951 12Z' fill='white'/%3E%3Cpath d='M9.99951 0.5H4.49951C3.96908 0.5 3.46037 0.710714 3.0853 1.08579C2.71023 1.46086 2.49951 1.96957 2.49951 2.5V14.5C2.49951 15.0304 2.71023 15.5391 3.0853 15.9142C3.46037 16.2893 3.96908 16.5 4.49951 16.5H12.4995C13.0299 16.5 13.5387 16.2893 13.9137 15.9142C14.2888 15.5391 14.4995 15.0304 14.4995 14.5V5L9.99951 0.5ZM9.99951 1.5V3.5C9.99951 3.89782 10.1575 4.27936 10.4389 4.56066C10.7202 4.84196 11.1017 5 11.4995 5H13.4995V14.5C13.4995 14.7652 13.3942 15.0196 13.2066 15.2071C13.0191 15.3946 12.7647 15.5 12.4995 15.5H4.49951C4.2343 15.5 3.97994 15.3946 3.7924 15.2071C3.60487 15.0196 3.49951 14.7652 3.49951 14.5V2.5C3.49951 2.23478 3.60487 1.98043 3.7924 1.79289C3.97994 1.60536 4.2343 1.5 4.49951 1.5H9.99951Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5016_49887'%3E%3Crect width='16' height='16' fill='white' transform='translate(0.5 0.5)'/%3E%3C/clipPath%3E%3CclipPath id='clip1_5016_49887'%3E%3Crect width='16' height='16' fill='white' transform='translate(0.5 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    width: 17px;
    height: 17px;
    display: inline-block;
}

.icon_search_type {
    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='M11.7419 10.3458C12.7102 9.0245 13.1439 7.3863 12.9562 5.75896C12.7685 4.13162 11.9733 2.63515 10.7297 1.56894C9.48604 0.50273 7.88567 -0.054587 6.24876 0.00848619C4.61184 0.0715593 3.05911 0.750372 1.90119 1.90912C0.743273 3.06786 0.0655718 4.62109 0.00366997 6.25804C-0.0582319 7.895 0.500231 9.49497 1.56733 10.7379C2.63443 11.9807 4.13147 12.7749 5.75894 12.9614C7.38641 13.1479 9.0243 12.713 10.3449 11.7438H10.3439C10.3739 11.7838 10.4059 11.8218 10.4419 11.8588L14.2919 15.7088C14.4794 15.8965 14.7338 16.0019 14.9991 16.002C15.2643 16.0021 15.5188 15.8968 15.7064 15.7093C15.8941 15.5218 15.9995 15.2674 15.9996 15.0022C15.9997 14.7369 15.8944 14.4825 15.7069 14.2948L11.8569 10.4448C11.8212 10.4086 11.7827 10.3752 11.7419 10.3448V10.3458ZM11.9999 6.50181C11.9999 7.22408 11.8577 7.93928 11.5813 8.60657C11.3049 9.27386 10.8997 9.88017 10.389 10.3909C9.87829 10.9016 9.27197 11.3067 8.60468 11.5831C7.93739 11.8595 7.22219 12.0018 6.49992 12.0018C5.77765 12.0018 5.06245 11.8595 4.39516 11.5831C3.72787 11.3067 3.12156 10.9016 2.61083 10.3909C2.10011 9.88017 1.69498 9.27386 1.41858 8.60657C1.14218 7.93928 0.999921 7.22408 0.999921 6.50181C0.999921 5.04312 1.57938 3.64417 2.61083 2.61272C3.64228 1.58127 5.04123 1.00181 6.49992 1.00181C7.95861 1.00181 9.35756 1.58127 10.389 2.61272C11.4205 3.64417 11.9999 5.04312 11.9999 6.50181Z' fill='%23B6B6B6'/%3E%3C/svg%3E");
    width: 16px;
    height: 17px;
    display: inline-block;
}

.icon_n_comment_light {
    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='M5 7C5 7.26522 4.89464 7.51957 4.70711 7.70711C4.51957 7.89464 4.26522 8 4 8C3.73478 8 3.48043 7.89464 3.29289 7.70711C3.10536 7.51957 3 7.26522 3 7C3 6.73478 3.10536 6.48043 3.29289 6.29289C3.48043 6.10536 3.73478 6 4 6C4.26522 6 4.51957 6.10536 4.70711 6.29289C4.89464 6.48043 5 6.73478 5 7ZM9 7C9 7.26522 8.89464 7.51957 8.70711 7.70711C8.51957 7.89464 8.26522 8 8 8C7.73478 8 7.48043 7.89464 7.29289 7.70711C7.10536 7.51957 7 7.26522 7 7C7 6.73478 7.10536 6.48043 7.29289 6.29289C7.48043 6.10536 7.73478 6 8 6C8.26522 6 8.51957 6.10536 8.70711 6.29289C8.89464 6.48043 9 6.73478 9 7ZM12 8C12.2652 8 12.5196 7.89464 12.7071 7.70711C12.8946 7.51957 13 7.26522 13 7C13 6.73478 12.8946 6.48043 12.7071 6.29289C12.5196 6.10536 12.2652 6 12 6C11.7348 6 11.4804 6.10536 11.2929 6.29289C11.1054 6.48043 11 6.73478 11 7C11 7.26522 11.1054 7.51957 11.2929 7.70711C11.4804 7.89464 11.7348 8 12 8Z' fill='%239894A0'/%3E%3Cpath d='M2.165 14.803L2.185 14.799C4.015 14.436 5.133 13.957 5.653 13.694C6.41859 13.8982 7.20765 14.0011 8 14C12.418 14 16 10.866 16 7C16 3.134 12.418 0 8 0C3.582 0 0 3.134 0 7C0 8.76 0.743 10.37 1.97 11.6C1.88416 12.3901 1.70835 13.1678 1.446 13.918L1.443 13.929C1.36844 14.1439 1.28707 14.3563 1.199 14.566C1.12 14.752 1.273 14.96 1.472 14.928C1.70366 14.8901 1.93469 14.8484 2.165 14.803ZM2.965 11.695C2.97901 11.5486 2.96055 11.4009 2.91094 11.2625C2.86133 11.124 2.7818 10.9982 2.678 10.894C1.618 9.83 1 8.468 1 7C1 3.808 4.004 1 8 1C11.996 1 15 3.808 15 7C15 10.193 11.996 13 8 13C7.2951 13.001 6.59311 12.9096 5.912 12.728C5.67398 12.6642 5.42079 12.6906 5.201 12.802C4.814 12.998 3.961 13.372 2.567 13.695C2.76148 13.0421 2.89472 12.3726 2.965 11.695Z' fill='%239894A0'/%3E%3C/svg%3E%0A");
    width: 16px;
    height: 15px;
    display: inline-block;
}

.icon_n_comment_request {
    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='M2.678 11.394C2.7818 11.4982 2.86133 11.624 2.91094 11.7625C2.96055 11.9009 2.97901 12.0486 2.965 12.195C2.89472 12.8726 2.76148 13.5421 2.567 14.195C3.962 13.872 4.814 13.498 5.201 13.302C5.4205 13.1908 5.67329 13.1645 5.911 13.228C6.59243 13.4097 7.29477 13.5011 8 13.5C11.996 13.5 15 10.693 15 7.5C15 4.308 11.996 1.5 8 1.5C4.004 1.5 1 4.308 1 7.5C1 8.968 1.617 10.33 2.678 11.394ZM2.185 15.299C1.94807 15.346 1.71037 15.389 1.472 15.428C1.272 15.46 1.12 15.252 1.199 15.066C1.28779 14.8566 1.36918 14.6441 1.443 14.429L1.446 14.419C1.694 13.699 1.896 12.871 1.97 12.1C0.743 10.87 0 9.26 0 7.5C0 3.634 3.582 0.5 8 0.5C12.418 0.5 16 3.634 16 7.5C16 11.366 12.418 14.5 8 14.5C7.20765 14.5011 6.41859 14.3982 5.653 14.194C5.133 14.457 4.014 14.936 2.185 15.299Z' fill='%23040E2A' fill-opacity='0.8'/%3E%3Cpath d='M4 5C4 4.86739 4.05268 4.74021 4.14645 4.64645C4.24021 4.55268 4.36739 4.5 4.5 4.5H11.5C11.6326 4.5 11.7598 4.55268 11.8536 4.64645C11.9473 4.74021 12 4.86739 12 5C12 5.13261 11.9473 5.25979 11.8536 5.35355C11.7598 5.44732 11.6326 5.5 11.5 5.5H4.5C4.36739 5.5 4.24021 5.44732 4.14645 5.35355C4.05268 5.25979 4 5.13261 4 5ZM4 7.5C4 7.36739 4.05268 7.24021 4.14645 7.14645C4.24021 7.05268 4.36739 7 4.5 7H11.5C11.6326 7 11.7598 7.05268 11.8536 7.14645C11.9473 7.24021 12 7.36739 12 7.5C12 7.63261 11.9473 7.75979 11.8536 7.85355C11.7598 7.94732 11.6326 8 11.5 8H4.5C4.36739 8 4.24021 7.94732 4.14645 7.85355C4.05268 7.75979 4 7.63261 4 7.5ZM4 10C4 9.86739 4.05268 9.74021 4.14645 9.64645C4.24021 9.55268 4.36739 9.5 4.5 9.5H8.5C8.63261 9.5 8.75979 9.55268 8.85355 9.64645C8.94732 9.74021 9 9.86739 9 10C9 10.1326 8.94732 10.2598 8.85355 10.3536C8.75979 10.4473 8.63261 10.5 8.5 10.5H4.5C4.36739 10.5 4.24021 10.4473 4.14645 10.3536C4.05268 10.2598 4 10.1326 4 10Z' fill='%23040E2A' fill-opacity='0.8'/%3E%3C/svg%3E%0A");
    width: 16px;
    height: 16px;
    display: inline-block;
}

.icon_n_comment_request_light {
    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='M2.678 10.894C2.7818 10.9982 2.86133 11.124 2.91094 11.2625C2.96055 11.4009 2.97901 11.5486 2.965 11.695C2.89472 12.3726 2.76148 13.0421 2.567 13.695C3.962 13.372 4.814 12.998 5.201 12.802C5.4205 12.6908 5.67329 12.6645 5.911 12.728C6.59243 12.9097 7.29477 13.0011 8 13C11.996 13 15 10.193 15 7C15 3.808 11.996 1 8 1C4.004 1 1 3.808 1 7C1 8.468 1.617 9.83 2.678 10.894ZM2.185 14.799C1.94807 14.846 1.71037 14.889 1.472 14.928C1.272 14.96 1.12 14.752 1.199 14.566C1.28779 14.3566 1.36918 14.1441 1.443 13.929L1.446 13.919C1.694 13.199 1.896 12.371 1.97 11.6C0.743 10.37 0 8.76 0 7C0 3.134 3.582 0 8 0C12.418 0 16 3.134 16 7C16 10.866 12.418 14 8 14C7.20765 14.0011 6.41859 13.8982 5.653 13.694C5.133 13.957 4.014 14.436 2.185 14.799Z' fill='%239894A0'/%3E%3Cpath d='M4 4.5C4 4.36739 4.05268 4.24021 4.14645 4.14645C4.24021 4.05268 4.36739 4 4.5 4H11.5C11.6326 4 11.7598 4.05268 11.8536 4.14645C11.9473 4.24021 12 4.36739 12 4.5C12 4.63261 11.9473 4.75979 11.8536 4.85355C11.7598 4.94732 11.6326 5 11.5 5H4.5C4.36739 5 4.24021 4.94732 4.14645 4.85355C4.05268 4.75979 4 4.63261 4 4.5ZM4 7C4 6.86739 4.05268 6.74021 4.14645 6.64645C4.24021 6.55268 4.36739 6.5 4.5 6.5H11.5C11.6326 6.5 11.7598 6.55268 11.8536 6.64645C11.9473 6.74021 12 6.86739 12 7C12 7.13261 11.9473 7.25979 11.8536 7.35355C11.7598 7.44732 11.6326 7.5 11.5 7.5H4.5C4.36739 7.5 4.24021 7.44732 4.14645 7.35355C4.05268 7.25979 4 7.13261 4 7ZM4 9.5C4 9.36739 4.05268 9.24021 4.14645 9.14645C4.24021 9.05268 4.36739 9 4.5 9H8.5C8.63261 9 8.75979 9.05268 8.85355 9.14645C8.94732 9.24021 9 9.36739 9 9.5C9 9.63261 8.94732 9.75979 8.85355 9.85355C8.75979 9.94732 8.63261 10 8.5 10H4.5C4.36739 10 4.24021 9.94732 4.14645 9.85355C4.05268 9.75979 4 9.63261 4 9.5Z' fill='%239894A0'/%3E%3C/svg%3E%0A");
    width: 16px;
    height: 15px;
    display: inline-block;
}

.icon_n_request_bench_light {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1C10.2652 1 10.5196 1.10536 10.7071 1.29289C10.8946 1.48043 11 1.73478 11 2V12.755C11 12.755 10 11 6 11C2 11 1 12.755 1 12.755V2C1 1.73478 1.10536 1.48043 1.29289 1.29289C1.48043 1.10536 1.73478 1 2 1H10ZM2 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 16H10C10.5304 16 11.0391 15.7893 11.4142 15.4142C11.7893 15.0391 12 14.5304 12 14V2C12 1.46957 11.7893 0.960859 11.4142 0.585786C11.0391 0.210714 10.5304 0 10 0H2Z' fill='%239894A0'/%3E%3Cpath d='M6 10C6.39397 10 6.78407 9.9224 7.14805 9.77164C7.51203 9.62087 7.84274 9.3999 8.12132 9.12132C8.3999 8.84274 8.62087 8.51203 8.77164 8.14805C8.9224 7.78407 9 7.39397 9 7C9 6.60603 8.9224 6.21593 8.77164 5.85195C8.62087 5.48797 8.3999 5.15726 8.12132 4.87868C7.84274 4.6001 7.51203 4.37913 7.14805 4.22836C6.78407 4.0776 6.39397 4 6 4C5.20435 4 4.44129 4.31607 3.87868 4.87868C3.31607 5.44129 3 6.20435 3 7C3 7.79565 3.31607 8.55871 3.87868 9.12132C4.44129 9.68393 5.20435 10 6 10Z' fill='%239894A0'/%3E%3C/svg%3E%0A");
    width: 12px;
    height: 16px;
    display: inline-block;
}

.icon_n_request_new {
    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='M5.5 6C5.5 5.86739 5.44732 5.74021 5.35355 5.64645C5.25979 5.55268 5.13261 5.5 5 5.5C4.86739 5.5 4.74021 5.55268 4.64645 5.64645C4.55268 5.74021 4.5 5.86739 4.5 6V6.634L3.951 6.317C3.89411 6.28365 3.83119 6.26188 3.76586 6.25295C3.70053 6.24402 3.63408 6.2481 3.57033 6.26495C3.50658 6.28181 3.44679 6.3111 3.39441 6.35116C3.34203 6.39121 3.29809 6.44123 3.26512 6.49834C3.23215 6.55544 3.2108 6.6185 3.2023 6.68389C3.1938 6.74928 3.19832 6.81571 3.2156 6.87935C3.23287 6.94298 3.26257 7.00257 3.30297 7.05469C3.34337 7.1068 3.39368 7.15041 3.451 7.183L4 7.5L3.451 7.817C3.39368 7.84959 3.34337 7.8932 3.30297 7.94531C3.26257 7.99743 3.23287 8.05702 3.2156 8.12065C3.19832 8.18429 3.1938 8.25072 3.2023 8.31611C3.2108 8.3815 3.23215 8.44456 3.26512 8.50166C3.29809 8.55877 3.34203 8.60879 3.39441 8.64884C3.44679 8.6889 3.50658 8.71819 3.57033 8.73505C3.63408 8.7519 3.70053 8.75598 3.76586 8.74705C3.83119 8.73812 3.89411 8.71635 3.951 8.683L4.5 8.366V9C4.5 9.13261 4.55268 9.25979 4.64645 9.35355C4.74021 9.44732 4.86739 9.5 5 9.5C5.13261 9.5 5.25979 9.44732 5.35355 9.35355C5.44732 9.25979 5.5 9.13261 5.5 9V8.366L6.049 8.683C6.10589 8.71635 6.16881 8.73812 6.23414 8.74705C6.29947 8.75598 6.36592 8.7519 6.42967 8.73505C6.49342 8.71819 6.55321 8.6889 6.60559 8.64884C6.65797 8.60879 6.70191 8.55877 6.73488 8.50166C6.76785 8.44456 6.7892 8.3815 6.7977 8.31611C6.8062 8.25072 6.80168 8.18429 6.7844 8.12065C6.76713 8.05702 6.73743 7.99743 6.69703 7.94531C6.65663 7.8932 6.60632 7.84959 6.549 7.817L6 7.5L6.549 7.183C6.60632 7.15041 6.65663 7.1068 6.69703 7.05469C6.73743 7.00257 6.76713 6.94298 6.7844 6.87935C6.80168 6.81571 6.8062 6.74928 6.7977 6.68389C6.7892 6.6185 6.76785 6.55544 6.73488 6.49834C6.70191 6.44123 6.65797 6.39121 6.60559 6.35116C6.55321 6.3111 6.49342 6.28181 6.42967 6.26495C6.36592 6.2481 6.29947 6.24402 6.23414 6.25295C6.16881 6.26188 6.10589 6.28365 6.049 6.317L5.5 6.634V6ZM3.5 10.5C3.36739 10.5 3.24021 10.5527 3.14645 10.6464C3.05268 10.7402 3 10.8674 3 11C3 11.1326 3.05268 11.2598 3.14645 11.3536C3.24021 11.4473 3.36739 11.5 3.5 11.5H8.5C8.63261 11.5 8.75979 11.4473 8.85355 11.3536C8.94732 11.2598 9 11.1326 9 11C9 10.8674 8.94732 10.7402 8.85355 10.6464C8.75979 10.5527 8.63261 10.5 8.5 10.5H3.5ZM3.5 12.5C3.36739 12.5 3.24021 12.5527 3.14645 12.6464C3.05268 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.5H8.5C8.63261 13.5 8.75979 13.4473 8.85355 13.3536C8.94732 13.2598 9 13.1326 9 13C9 12.8674 8.94732 12.7402 8.85355 12.6464C8.75979 12.5527 8.63261 12.5 8.5 12.5H3.5Z' fill='%23040E2A' fill-opacity='0.8'/%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='%23040E2A' fill-opacity='0.8'/%3E%3C/svg%3E%0A");
    width: 12px;
    height: 17px;
    display: inline-block;
}

.icon_n_request_new_light {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 5.5C5.5 5.36739 5.44732 5.24021 5.35355 5.14645C5.25979 5.05268 5.13261 5 5 5C4.86739 5 4.74021 5.05268 4.64645 5.14645C4.55268 5.24021 4.5 5.36739 4.5 5.5V6.134L3.951 5.817C3.89411 5.78365 3.83119 5.76188 3.76586 5.75295C3.70053 5.74402 3.63408 5.7481 3.57033 5.76495C3.50658 5.78181 3.44679 5.8111 3.39441 5.85116C3.34203 5.89121 3.29809 5.94123 3.26512 5.99834C3.23215 6.05544 3.2108 6.1185 3.2023 6.18389C3.1938 6.24928 3.19832 6.31571 3.2156 6.37935C3.23287 6.44298 3.26257 6.50257 3.30297 6.55469C3.34337 6.6068 3.39368 6.65041 3.451 6.683L4 7L3.451 7.317C3.39368 7.34959 3.34337 7.3932 3.30297 7.44531C3.26257 7.49743 3.23287 7.55702 3.2156 7.62065C3.19832 7.68429 3.1938 7.75072 3.2023 7.81611C3.2108 7.8815 3.23215 7.94456 3.26512 8.00166C3.29809 8.05877 3.34203 8.10879 3.39441 8.14884C3.44679 8.1889 3.50658 8.21819 3.57033 8.23505C3.63408 8.2519 3.70053 8.25598 3.76586 8.24705C3.83119 8.23812 3.89411 8.21635 3.951 8.183L4.5 7.866V8.5C4.5 8.63261 4.55268 8.75979 4.64645 8.85355C4.74021 8.94732 4.86739 9 5 9C5.13261 9 5.25979 8.94732 5.35355 8.85355C5.44732 8.75979 5.5 8.63261 5.5 8.5V7.866L6.049 8.183C6.10589 8.21635 6.16881 8.23812 6.23414 8.24705C6.29947 8.25598 6.36592 8.2519 6.42967 8.23505C6.49342 8.21819 6.55321 8.1889 6.60559 8.14884C6.65797 8.10879 6.70191 8.05877 6.73488 8.00166C6.76785 7.94456 6.7892 7.8815 6.7977 7.81611C6.8062 7.75072 6.80168 7.68429 6.7844 7.62065C6.76713 7.55702 6.73743 7.49743 6.69703 7.44531C6.65663 7.3932 6.60632 7.34959 6.549 7.317L6 7L6.549 6.683C6.60632 6.65041 6.65663 6.6068 6.69703 6.55469C6.73743 6.50257 6.76713 6.44298 6.7844 6.37935C6.80168 6.31571 6.8062 6.24928 6.7977 6.18389C6.7892 6.1185 6.76785 6.05544 6.73488 5.99834C6.70191 5.94123 6.65797 5.89121 6.60559 5.85116C6.55321 5.8111 6.49342 5.78181 6.42967 5.76495C6.36592 5.7481 6.29947 5.74402 6.23414 5.75295C6.16881 5.76188 6.10589 5.78365 6.049 5.817L5.5 6.134V5.5ZM3.5 10C3.36739 10 3.24021 10.0527 3.14645 10.1464C3.05268 10.2402 3 10.3674 3 10.5C3 10.6326 3.05268 10.7598 3.14645 10.8536C3.24021 10.9473 3.36739 11 3.5 11H8.5C8.63261 11 8.75979 10.9473 8.85355 10.8536C8.94732 10.7598 9 10.6326 9 10.5C9 10.3674 8.94732 10.2402 8.85355 10.1464C8.75979 10.0527 8.63261 10 8.5 10H3.5ZM3.5 12C3.36739 12 3.24021 12.0527 3.14645 12.1464C3.05268 12.2402 3 12.3674 3 12.5C3 12.6326 3.05268 12.7598 3.14645 12.8536C3.24021 12.9473 3.36739 13 3.5 13H8.5C8.63261 13 8.75979 12.9473 8.85355 12.8536C8.94732 12.7598 9 12.6326 9 12.5C9 12.3674 8.94732 12.2402 8.85355 12.1464C8.75979 12.0527 8.63261 12 8.5 12H3.5Z' fill='%239894A0'/%3E%3Cpath d='M12 14V4.5L7.5 0H2C1.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 16H10C10.5304 16 11.0391 15.7893 11.4142 15.4142C11.7893 15.0391 12 14.5304 12 14ZM7.5 3C7.5 3.39782 7.65804 3.77936 7.93934 4.06066C8.22064 4.34196 8.60218 4.5 9 4.5H11V14C11 14.2652 10.8946 14.5196 10.7071 14.7071C10.5196 14.8946 10.2652 15 10 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 1H7.5V3Z' fill='%239894A0'/%3E%3C/svg%3E%0A");
    width: 12px;
    height: 16px;
    display: inline-block;
}

.icon_n_request_deadline_shortened {
    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='M3.526 13.59C4.502 13.59 5.05 12.8 5.05 11.385C5.05 9.973 4.502 9.182 3.526 9.182C2.548 9.182 2 9.972 2 11.385C2 12.8 2.548 13.59 3.526 13.59ZM2.694 11.385C2.694 10.335 2.984 9.773 3.526 9.773C3.884 9.773 4.133 10.02 4.259 10.494L2.7 11.637C2.69643 11.553 2.69443 11.469 2.694 11.385ZM3.526 12.999C3.166 12.999 2.92 12.753 2.794 12.281L4.35 11.136C4.353 11.215 4.355 11.3 4.355 11.385C4.355 12.437 4.065 12.999 3.526 12.999ZM8.855 13.5V12.905H7.73V9.272H7.04L5.85 10.058V10.746L6.986 10H7.036V12.906H5.856V13.5H8.856H8.855Z' fill='%23040E2A' fill-opacity='0.8'/%3E%3Cpath d='M2 0.5C1.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.5V2.5C12 1.96957 11.7893 1.46086 11.4142 1.08579C11.0391 0.710714 10.5304 0.5 10 0.5H2ZM2 1.5H10C10.2652 1.5 10.5196 1.60536 10.7071 1.79289C10.8946 1.98043 11 2.23478 11 2.5V14.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.5Z' fill='%23040E2A' fill-opacity='0.8'/%3E%3C/svg%3E%0A");
    width: 12px;
    height: 17px;
    display: inline-block;
}

.icon_n_request_deadline_shortened_light {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.526 13.09C4.502 13.09 5.05 12.3 5.05 10.885C5.05 9.473 4.502 8.682 3.526 8.682C2.548 8.682 2 9.472 2 10.885C2 12.3 2.548 13.09 3.526 13.09ZM2.694 10.885C2.694 9.835 2.984 9.273 3.526 9.273C3.884 9.273 4.133 9.52 4.259 9.994L2.7 11.137C2.69643 11.053 2.69443 10.969 2.694 10.885ZM3.526 12.499C3.166 12.499 2.92 12.253 2.794 11.781L4.35 10.636C4.353 10.715 4.355 10.8 4.355 10.885C4.355 11.937 4.065 12.499 3.526 12.499ZM8.855 13V12.405H7.73V8.772H7.04L5.85 9.558V10.246L6.986 9.5H7.036V12.406H5.856V13H8.856H8.855Z' fill='%239894A0'/%3E%3Cpath d='M2 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 16H10C10.5304 16 11.0391 15.7893 11.4142 15.4142C11.7893 15.0391 12 14.5304 12 14V2C12 1.46957 11.7893 0.960859 11.4142 0.585786C11.0391 0.210714 10.5304 0 10 0H2ZM2 1H10C10.2652 1 10.5196 1.10536 10.7071 1.29289C10.8946 1.48043 11 1.73478 11 2V14C11 14.2652 10.8946 14.5196 10.7071 14.7071C10.5196 14.8946 10.2652 15 10 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 1Z' fill='%239894A0'/%3E%3C/svg%3E%0A");
    width: 12px;
    height: 16px;
    display: inline-block;
}

.icon_n_request_deadline_extended {
    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='M3.526 13.59C4.502 13.59 5.05 12.8 5.05 11.385C5.05 9.973 4.502 9.182 3.526 9.182C2.548 9.182 2 9.972 2 11.385C2 12.8 2.548 13.59 3.526 13.59ZM2.694 11.385C2.694 10.335 2.984 9.773 3.526 9.773C3.884 9.773 4.133 10.02 4.259 10.494L2.7 11.637C2.69643 11.553 2.69443 11.469 2.694 11.385ZM3.526 12.999C3.166 12.999 2.92 12.753 2.794 12.281L4.35 11.136C4.353 11.215 4.355 11.3 4.355 11.385C4.355 12.437 4.065 12.999 3.526 12.999ZM8.855 13.5V12.905H7.73V9.272H7.04L5.85 10.058V10.746L6.986 10H7.036V12.906H5.856V13.5H8.856H8.855Z' fill='%23040E2A' fill-opacity='0.8'/%3E%3Cpath d='M2 0.5C1.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.5V2.5C12 1.96957 11.7893 1.46086 11.4142 1.08579C11.0391 0.710714 10.5304 0.5 10 0.5H2ZM2 1.5H10C10.2652 1.5 10.5196 1.60536 10.7071 1.79289C10.8946 1.98043 11 2.23478 11 2.5V14.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.5Z' fill='%23040E2A' fill-opacity='0.8'/%3E%3C/svg%3E%0A");
    width: 12px;
    height: 17px;
    display: inline-block;
}

.icon_n_request_deadline_extended_light {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.526 13.09C4.502 13.09 5.05 12.3 5.05 10.885C5.05 9.473 4.502 8.682 3.526 8.682C2.548 8.682 2 9.472 2 10.885C2 12.3 2.548 13.09 3.526 13.09ZM2.694 10.885C2.694 9.835 2.984 9.273 3.526 9.273C3.884 9.273 4.133 9.52 4.259 9.994L2.7 11.137C2.69643 11.053 2.69443 10.969 2.694 10.885ZM3.526 12.499C3.166 12.499 2.92 12.253 2.794 11.781L4.35 10.636C4.353 10.715 4.355 10.8 4.355 10.885C4.355 11.937 4.065 12.499 3.526 12.499ZM8.855 13V12.405H7.73V8.772H7.04L5.85 9.558V10.246L6.986 9.5H7.036V12.406H5.856V13H8.856H8.855Z' fill='%239894A0'/%3E%3Cpath d='M2 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 16H10C10.5304 16 11.0391 15.7893 11.4142 15.4142C11.7893 15.0391 12 14.5304 12 14V2C12 1.46957 11.7893 0.960859 11.4142 0.585786C11.0391 0.210714 10.5304 0 10 0H2ZM2 1H10C10.2652 1 10.5196 1.10536 10.7071 1.29289C10.8946 1.48043 11 1.73478 11 2V14C11 14.2652 10.8946 14.5196 10.7071 14.7071C10.5196 14.8946 10.2652 15 10 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 1Z' fill='%239894A0'/%3E%3C/svg%3E%0A");
    width: 12px;
    height: 16px;
    display: inline-block;
}

.icon_n_request_status {
    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='M8 7.5V8.576C8.54 8.742 9 9.173 9 9.8V12.2C9 13.016 8.219 13.5 7.5 13.5H4.5C3.781 13.5 3 13.016 3 12.2V9.8C3 9.173 3.46 8.742 4 8.576V7.5C4 6.96957 4.21071 6.46086 4.58579 6.08579C4.96086 5.71071 5.46957 5.5 6 5.5C6.53043 5.5 7.03914 5.71071 7.41421 6.08579C7.78929 6.46086 8 6.96957 8 7.5ZM5 7.5V8.5H7V7.5C7 7.23478 6.89464 6.98043 6.70711 6.79289C6.51957 6.60536 6.26522 6.5 6 6.5C5.73478 6.5 5.48043 6.60536 5.29289 6.79289C5.10536 6.98043 5 7.23478 5 7.5Z' fill='%23040E2A' fill-opacity='0.8'/%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='%23040E2A' fill-opacity='0.8'/%3E%3C/svg%3E%0A");
    width: 12px;
    height: 17px;
    display: inline-block;
}

.icon_n_request_status_light {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 5C6.26522 5 6.51957 5.10536 6.70711 5.29289C6.89464 5.48043 7 5.73478 7 6V7H5V6C5 5.73478 5.10536 5.48043 5.29289 5.29289C5.48043 5.10536 5.73478 5 6 5ZM8 7.076V6C8 5.46957 7.78929 4.96086 7.41421 4.58579C7.03914 4.21071 6.53043 4 6 4C5.46957 4 4.96086 4.21071 4.58579 4.58579C4.21071 4.96086 4 5.46957 4 6V7.076C3.46 7.242 3 7.673 3 8.3V10.7C3 11.516 3.781 12 4.5 12H7.5C8.219 12 9 11.516 9 10.7V8.3C9 7.673 8.54 7.242 8 7.076Z' fill='%239894A0'/%3E%3Cpath d='M2 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 16H10C10.5304 16 11.0391 15.7893 11.4142 15.4142C11.7893 15.0391 12 14.5304 12 14V2C12 1.46957 11.7893 0.960859 11.4142 0.585786C11.0391 0.210714 10.5304 0 10 0H2ZM2 1H10C10.2652 1 10.5196 1.10536 10.7071 1.29289C10.8946 1.48043 11 1.73478 11 2V14C11 14.2652 10.8946 14.5196 10.7071 14.7071C10.5196 14.8946 10.2652 15 10 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 1Z' fill='%239894A0'/%3E%3C/svg%3E%0A");
    width: 12px;
    height: 16px;
    display: inline-block;
}

.icon_n_request_candidate_change_status {
    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='%23040E2A' fill-opacity='0.8'/%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='%23040E2A' fill-opacity='0.8'/%3E%3C/svg%3E%0A");
    width: 12px;
    height: 17px;
    display: inline-block;
}

.icon_n_request_candidate_change_status_light {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1C10.2652 1 10.5196 1.10536 10.7071 1.29289C10.8946 1.48043 11 1.73478 11 2V12.755C11 12.755 10 11 6 11C2 11 1 12.755 1 12.755V2C1 1.73478 1.10536 1.48043 1.29289 1.29289C1.48043 1.10536 1.73478 1 2 1H10ZM2 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 16H10C10.5304 16 11.0391 15.7893 11.4142 15.4142C11.7893 15.0391 12 14.5304 12 14V2C12 1.46957 11.7893 0.960859 11.4142 0.585786C11.0391 0.210714 10.5304 0 10 0H2Z' fill='%239894A0'/%3E%3Cpath d='M6 10C6.39397 10 6.78407 9.9224 7.14805 9.77164C7.51203 9.62087 7.84274 9.3999 8.12132 9.12132C8.3999 8.84274 8.62087 8.51203 8.77164 8.14805C8.9224 7.78407 9 7.39397 9 7C9 6.60603 8.9224 6.21593 8.77164 5.85195C8.62087 5.48797 8.3999 5.15726 8.12132 4.87868C7.84274 4.6001 7.51203 4.37913 7.14805 4.22836C6.78407 4.0776 6.39397 4 6 4C5.20435 4 4.44129 4.31607 3.87868 4.87868C3.31607 5.44129 3 6.20435 3 7C3 7.79565 3.31607 8.55871 3.87868 9.12132C4.44129 9.68393 5.20435 10 6 10Z' fill='%239894A0'/%3E%3C/svg%3E%0A");
    width: 12px;
    height: 16px;
    display: inline-block;
}

.icon_n_comment_reply {
    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='M2.678 11.394C2.7818 11.4982 2.86133 11.624 2.91094 11.7625C2.96055 11.9009 2.97901 12.0486 2.965 12.195C2.89472 12.8726 2.76148 13.5421 2.567 14.195C3.962 13.872 4.814 13.498 5.201 13.302C5.4205 13.1908 5.67329 13.1645 5.911 13.228C6.59243 13.4097 7.29477 13.5011 8 13.5C11.996 13.5 15 10.693 15 7.5C15 4.308 11.996 1.5 8 1.5C4.004 1.5 1 4.308 1 7.5C1 8.968 1.617 10.33 2.678 11.394ZM2.185 15.299C1.94807 15.346 1.71037 15.389 1.472 15.428C1.272 15.46 1.12 15.252 1.199 15.066C1.28779 14.8566 1.36918 14.6441 1.443 14.429L1.446 14.419C1.694 13.699 1.896 12.871 1.97 12.1C0.743 10.87 0 9.26 0 7.5C0 3.634 3.582 0.5 8 0.5C12.418 0.5 16 3.634 16 7.5C16 11.366 12.418 14.5 8 14.5C7.20765 14.5011 6.41859 14.3982 5.653 14.194C5.133 14.457 4.014 14.936 2.185 15.299Z' fill='%23040E2A' fill-opacity='0.8'/%3E%3Cpath d='M7.066 6.26C6.87121 5.95665 6.58322 5.72471 6.24531 5.59906C5.90741 5.4734 5.53785 5.46081 5.19218 5.56319C4.84652 5.66556 4.54341 5.87735 4.32843 6.16675C4.11344 6.45614 3.99819 6.8075 4 7.168C4.00018 7.46653 4.08052 7.75954 4.23264 8.01641C4.38476 8.27329 4.60307 8.4846 4.86476 8.62826C5.12645 8.77193 5.42192 8.84269 5.7203 8.83315C6.01868 8.8236 6.30903 8.7341 6.561 8.574C6.43 8.963 6.186 9.378 5.784 9.794C5.70709 9.87356 5.66493 9.98042 5.66681 10.0911C5.66774 10.1459 5.67945 10.1999 5.70127 10.2502C5.72309 10.3004 5.7546 10.3459 5.794 10.384C5.8334 10.4221 5.87991 10.452 5.93088 10.4721C5.98185 10.4923 6.03628 10.5021 6.09107 10.5012C6.20172 10.4993 6.30709 10.4536 6.384 10.374C7.87 8.834 7.677 7.16 7.066 6.262V6.26ZM11.066 6.26C10.8712 5.95665 10.5832 5.72471 10.2453 5.59906C9.90741 5.4734 9.53785 5.46081 9.19218 5.56319C8.84652 5.66556 8.54341 5.87735 8.32843 6.16675C8.11344 6.45614 7.99819 6.8075 8 7.168C8.00018 7.46653 8.08052 7.75954 8.23264 8.01641C8.38476 8.27329 8.60307 8.4846 8.86476 8.62826C9.12645 8.77193 9.42192 8.84269 9.7203 8.83315C10.0187 8.8236 10.309 8.7341 10.561 8.574C10.43 8.963 10.186 9.378 9.784 9.794C9.74592 9.8334 9.71597 9.87991 9.69586 9.93088C9.67575 9.98185 9.66588 10.0363 9.66681 10.0911C9.66774 10.1459 9.67945 10.1999 9.70127 10.2502C9.72309 10.3004 9.7546 10.3459 9.794 10.384C9.8334 10.4221 9.87991 10.452 9.93088 10.4721C9.98185 10.4923 10.0363 10.5021 10.0911 10.5012C10.1459 10.5003 10.1999 10.4886 10.2502 10.4667C10.3004 10.4449 10.3459 10.4134 10.384 10.374C11.87 8.834 11.677 7.16 11.066 6.262V6.26Z' fill='%23040E2A' fill-opacity='0.8'/%3E%3C/svg%3E%0A");
    width: 16px;
    height: 16px;
    display: inline-block;
}

.icon_n_comment_reply_light {
    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='M2.678 10.894C2.7818 10.9982 2.86133 11.124 2.91094 11.2625C2.96055 11.4009 2.97901 11.5486 2.965 11.695C2.89472 12.3726 2.76148 13.0421 2.567 13.695C3.962 13.372 4.814 12.998 5.201 12.802C5.4205 12.6908 5.67329 12.6645 5.911 12.728C6.59243 12.9097 7.29477 13.0011 8 13C11.996 13 15 10.193 15 7C15 3.808 11.996 1 8 1C4.004 1 1 3.808 1 7C1 8.468 1.617 9.83 2.678 10.894ZM2.185 14.799C1.94807 14.846 1.71037 14.889 1.472 14.928C1.272 14.96 1.12 14.752 1.199 14.566C1.28779 14.3566 1.36918 14.1441 1.443 13.929L1.446 13.919C1.694 13.199 1.896 12.371 1.97 11.6C0.743 10.37 0 8.76 0 7C0 3.134 3.582 0 8 0C12.418 0 16 3.134 16 7C16 10.866 12.418 14 8 14C7.20765 14.0011 6.41859 13.8982 5.653 13.694C5.133 13.957 4.014 14.436 2.185 14.799Z' fill='%239894A0'/%3E%3Cpath d='M7.066 5.76C6.87121 5.45665 6.58322 5.22471 6.24531 5.09906C5.90741 4.9734 5.53785 4.96081 5.19218 5.06319C4.84652 5.16556 4.54341 5.37735 4.32843 5.66675C4.11344 5.95614 3.99819 6.3075 4 6.668C4.00018 6.96653 4.08052 7.25954 4.23264 7.51641C4.38476 7.77329 4.60307 7.9846 4.86476 8.12826C5.12645 8.27193 5.42192 8.34269 5.7203 8.33315C6.01868 8.3236 6.30903 8.2341 6.561 8.074C6.43 8.463 6.186 8.878 5.784 9.294C5.70709 9.37356 5.66493 9.48042 5.66681 9.59107C5.66774 9.64586 5.67945 9.69992 5.70127 9.75019C5.72309 9.80045 5.7546 9.84592 5.794 9.884C5.8334 9.92208 5.87991 9.95203 5.93088 9.97214C5.98185 9.99225 6.03628 10.0021 6.09107 10.0012C6.20172 9.99932 6.30709 9.95356 6.384 9.874C7.87 8.334 7.677 6.66 7.066 5.762V5.76ZM11.066 5.76C10.8712 5.45665 10.5832 5.22471 10.2453 5.09906C9.90741 4.9734 9.53785 4.96081 9.19218 5.06319C8.84652 5.16556 8.54341 5.37735 8.32843 5.66675C8.11344 5.95614 7.99819 6.3075 8 6.668C8.00018 6.96653 8.08052 7.25954 8.23264 7.51641C8.38476 7.77329 8.60307 7.9846 8.86476 8.12826C9.12645 8.27193 9.42192 8.34269 9.7203 8.33315C10.0187 8.3236 10.309 8.2341 10.561 8.074C10.43 8.463 10.186 8.878 9.784 9.294C9.74592 9.3334 9.71597 9.37991 9.69586 9.43088C9.67575 9.48185 9.66588 9.53628 9.66681 9.59107C9.66774 9.64586 9.67945 9.69992 9.70127 9.75019C9.72309 9.80045 9.7546 9.84592 9.794 9.884C9.8334 9.92208 9.87991 9.95203 9.93088 9.97214C9.98185 9.99225 10.0363 10.0021 10.0911 10.0012C10.1459 10.0003 10.1999 9.98855 10.2502 9.96673C10.3004 9.94491 10.3459 9.9134 10.384 9.874C11.87 8.334 11.677 6.66 11.066 5.762V5.76Z' fill='%239894A0'/%3E%3C/svg%3E%0A");
    width: 16px;
    height: 15px;
    display: inline-block;
}

.icon_arrow_right_notification {
    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 7.99999C1 7.86738 1.05268 7.74021 1.14645 7.64644C1.24021 7.55267 1.36739 7.49999 1.5 7.49999H13.293L10.146 4.35399C10.0521 4.2601 9.99937 4.13277 9.99937 3.99999C9.99937 3.86721 10.0521 3.73988 10.146 3.64599C10.2399 3.5521 10.3672 3.49936 10.5 3.49936C10.6328 3.49936 10.7601 3.5521 10.854 3.64599L14.854 7.64599C14.9006 7.69244 14.9375 7.74761 14.9627 7.80836C14.9879 7.8691 15.0009 7.93422 15.0009 7.99999C15.0009 8.06576 14.9879 8.13088 14.9627 8.19162C14.9375 8.25237 14.9006 8.30754 14.854 8.35399L10.854 12.354C10.7601 12.4479 10.6328 12.5006 10.5 12.5006C10.3672 12.5006 10.2399 12.4479 10.146 12.354C10.0521 12.2601 9.99937 12.1328 9.99937 12C9.99937 11.8672 10.0521 11.7399 10.146 11.646L13.293 8.49999H1.5C1.36739 8.49999 1.24021 8.44731 1.14645 8.35354C1.05268 8.25978 1 8.1326 1 7.99999V7.99999Z' fill='%239894A0'/%3E%3C/svg%3E%0A");
    width: 16px;
    height: 16px;
    display: inline-block;
}

.icon_edit_permission {
    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%3Cg clip-path='url(%23clip0_4469_192807)'%3E%3Cpath d='M3.75 2.24927C2.75544 2.24927 1.80161 2.64436 1.09835 3.34762C0.395088 4.05088 0 5.00471 0 5.99927C0 6.99383 0.395088 7.94766 1.09835 8.65092C1.80161 9.35418 2.75544 9.74927 3.75 9.74927H8.25C9.24456 9.74927 10.1984 9.35418 10.9017 8.65092C11.6049 7.94766 12 6.99383 12 5.99927C12 5.00471 11.6049 4.05088 10.9017 3.34762C10.1984 2.64436 9.24456 2.24927 8.25 2.24927H3.75ZM8.25 8.99927C7.45435 8.99927 6.69129 8.6832 6.12868 8.12059C5.56607 7.55798 5.25 6.79492 5.25 5.99927C5.25 5.20362 5.56607 4.44056 6.12868 3.87795C6.69129 3.31534 7.45435 2.99927 8.25 2.99927C9.04565 2.99927 9.80871 3.31534 10.3713 3.87795C10.9339 4.44056 11.25 5.20362 11.25 5.99927C11.25 6.79492 10.9339 7.55798 10.3713 8.12059C9.80871 8.6832 9.04565 8.99927 8.25 8.99927Z' fill='%23212529'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4469_192807'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 12px;
    height: 12px;
    display: inline-block;
}

.icon_edit_notification {
    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%3Cg clip-path='url(%23clip0_4469_192826)'%3E%3Cpath d='M6 11.9992C6.39782 11.9992 6.77936 11.8412 7.06066 11.5599C7.34196 11.2785 7.5 10.897 7.5 10.4992H4.5C4.5 10.897 4.65804 11.2785 4.93934 11.5599C5.22064 11.8412 5.60218 11.9992 6 11.9992ZM6.74625 0.823441C6.75672 0.719157 6.74521 0.613836 6.71247 0.514271C6.67974 0.414707 6.6265 0.323109 6.55618 0.245385C6.48587 0.167661 6.40005 0.105537 6.30425 0.0630198C6.20845 0.0205023 6.10481 -0.00146484 6 -0.00146484C5.89519 -0.00146484 5.79155 0.0205023 5.69575 0.0630198C5.59995 0.105537 5.51413 0.167661 5.44382 0.245385C5.3735 0.323109 5.32026 0.414707 5.28753 0.514271C5.25479 0.613836 5.24328 0.719157 5.25375 0.823441C4.40604 0.995867 3.64397 1.45596 3.09657 2.12582C2.54918 2.79567 2.25011 3.63412 2.25 4.49919C2.25 5.32269 1.875 8.99919 0.75 9.74919H11.25C10.125 8.99919 9.75 5.32269 9.75 4.49919C9.75 2.68419 8.46 1.16919 6.74625 0.823441Z' fill='%23212529'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4469_192826'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 12px;
    height: 12px;
    display: inline-block;
}

.icon_send_comment {
    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.0814 0.682511C14.1529 0.754045 14.201 0.845575 14.2194 0.945018C14.2378 1.04446 14.2256 1.14714 14.1844 1.23951L8.52744 13.9675C8.48791 14.0565 8.42325 14.1321 8.34139 14.1848C8.25953 14.2376 8.16404 14.2653 8.06664 14.2646C7.96925 14.2638 7.87419 14.2347 7.79315 14.1807C7.7121 14.1266 7.6486 14.0501 7.61044 13.9605L5.56944 9.19451L0.802438 7.15251C0.713162 7.11411 0.637013 7.05053 0.583302 6.96953C0.529591 6.88854 0.500647 6.79365 0.500011 6.69647C0.499374 6.59929 0.527072 6.50403 0.579718 6.42234C0.632363 6.34065 0.707673 6.27608 0.796438 6.23651L13.5244 0.579511C13.6167 0.538559 13.7192 0.52648 13.8184 0.544864C13.9176 0.563248 14.009 0.611233 14.0804 0.682511H14.0814ZM2.24944 6.68451L6.14644 8.35451C6.26429 8.40531 6.35809 8.49947 6.40844 8.61751L8.07844 12.5145L12.7424 2.02051L2.24944 6.68451Z' fill='%23FAF7FF'/%3E%3C/svg%3E%0A");
    width: 15px;
    height: 15px;
    display: inline-block;
}

.icon_menu_bench {
    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='M8 8.05C8.66304 8.05 9.29893 7.78661 9.76777 7.31777C10.2366 6.84893 10.5 6.21304 10.5 5.55C10.5 4.88696 10.2366 4.25107 9.76777 3.78223C9.29893 3.31339 8.66304 3.05 8 3.05C7.33696 3.05 6.70107 3.31339 6.23223 3.78223C5.76339 4.25107 5.5 4.88696 5.5 5.55C5.5 6.21304 5.76339 6.84893 6.23223 7.31777C6.70107 7.78661 7.33696 8.05 8 8.05Z' fill='white' fill-opacity='0.6'/%3E%3Cpath d='M1 0C0.734784 0 0.48043 0.105357 0.292893 0.292893C0.105357 0.48043 0 0.734784 0 1V12C0 12.2652 0.105357 12.5196 0.292893 12.7071C0.48043 12.8946 0.734784 13 1 13H1.5C1.63261 13 1.75979 12.9473 1.85355 12.8536C1.94732 12.7598 2 12.6326 2 12.5C2 12.3674 2.05268 12.2402 2.14645 12.1464C2.24021 12.0527 2.36739 12 2.5 12C2.63261 12 2.75979 12.0527 2.85355 12.1464C2.94732 12.2402 3 12.3674 3 12.5C3 12.6326 3.05268 12.7598 3.14645 12.8536C3.24021 12.9473 3.36739 13 3.5 13H12.5C12.6326 13 12.7598 12.9473 12.8536 12.8536C12.9473 12.7598 13 12.6326 13 12.5C13 12.3674 13.0527 12.2402 13.1464 12.1464C13.2402 12.0527 13.3674 12 13.5 12C13.6326 12 13.7598 12.0527 13.8536 12.1464C13.9473 12.2402 14 12.3674 14 12.5C14 12.6326 14.0527 12.7598 14.1464 12.8536C14.2402 12.9473 14.3674 13 14.5 13H15C15.2652 13 15.5196 12.8946 15.7071 12.7071C15.8946 12.5196 16 12.2652 16 12V2C16 1.73478 15.8946 1.48043 15.7071 1.29289C15.5196 1.10536 15.2652 1 15 1H6.707L6 0.293C5.81251 0.105451 5.5582 5.66374e-05 5.293 0H1ZM1 1H5.293L6 1.707C6.18749 1.89455 6.4418 1.99994 6.707 2H15V12H14.915C14.8334 11.7693 14.6965 11.5621 14.5164 11.3965C14.3364 11.2308 14.1185 11.1117 13.8818 11.0496C13.6451 10.9875 13.3968 10.9842 13.1586 11.04C12.9204 11.0959 12.6994 11.2092 12.515 11.37C11.885 10.223 10.554 9 8 9C5.445 9 4.114 10.224 3.486 11.37C3.30159 11.2092 3.08063 11.0959 2.8424 11.04C2.60416 10.9842 2.35588 10.9875 2.11921 11.0496C1.88253 11.1117 1.66465 11.2308 1.48456 11.3965C1.30447 11.5621 1.16764 11.7693 1.086 12H1V1Z' fill='white' fill-opacity='0.6'/%3E%3C/svg%3E%0A");
    width: 16px;
    height: 13px;
    display: inline-block;
}

.icon_menu_bench_active {
    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='M8 8.05C8.66304 8.05 9.29893 7.78661 9.76777 7.31777C10.2366 6.84893 10.5 6.21304 10.5 5.55C10.5 4.88696 10.2366 4.25107 9.76777 3.78223C9.29893 3.31339 8.66304 3.05 8 3.05C7.33696 3.05 6.70107 3.31339 6.23223 3.78223C5.76339 4.25107 5.5 4.88696 5.5 5.55C5.5 6.21304 5.76339 6.84893 6.23223 7.31777C6.70107 7.78661 7.33696 8.05 8 8.05Z' fill='%23D06AB5'/%3E%3Cpath d='M1 0C0.734784 0 0.48043 0.105357 0.292893 0.292893C0.105357 0.48043 0 0.734784 0 1V12C0 12.2652 0.105357 12.5196 0.292893 12.7071C0.48043 12.8946 0.734784 13 1 13H1.5C1.63261 13 1.75979 12.9473 1.85355 12.8536C1.94732 12.7598 2 12.6326 2 12.5C2 12.3674 2.05268 12.2402 2.14645 12.1464C2.24021 12.0527 2.36739 12 2.5 12C2.63261 12 2.75979 12.0527 2.85355 12.1464C2.94732 12.2402 3 12.3674 3 12.5C3 12.6326 3.05268 12.7598 3.14645 12.8536C3.24021 12.9473 3.36739 13 3.5 13H12.5C12.6326 13 12.7598 12.9473 12.8536 12.8536C12.9473 12.7598 13 12.6326 13 12.5C13 12.3674 13.0527 12.2402 13.1464 12.1464C13.2402 12.0527 13.3674 12 13.5 12C13.6326 12 13.7598 12.0527 13.8536 12.1464C13.9473 12.2402 14 12.3674 14 12.5C14 12.6326 14.0527 12.7598 14.1464 12.8536C14.2402 12.9473 14.3674 13 14.5 13H15C15.2652 13 15.5196 12.8946 15.7071 12.7071C15.8946 12.5196 16 12.2652 16 12V2C16 1.73478 15.8946 1.48043 15.7071 1.29289C15.5196 1.10536 15.2652 1 15 1H6.707L6 0.293C5.81251 0.105451 5.5582 5.66374e-05 5.293 0H1ZM1 1H5.293L6 1.707C6.18749 1.89455 6.4418 1.99994 6.707 2H15V12H14.915C14.8334 11.7693 14.6965 11.5621 14.5164 11.3965C14.3364 11.2308 14.1185 11.1117 13.8818 11.0496C13.6451 10.9875 13.3968 10.9842 13.1586 11.04C12.9204 11.0959 12.6994 11.2092 12.515 11.37C11.885 10.223 10.554 9 8 9C5.445 9 4.114 10.224 3.486 11.37C3.30159 11.2092 3.08063 11.0959 2.8424 11.04C2.60416 10.9842 2.35588 10.9875 2.11921 11.0496C1.88253 11.1117 1.66465 11.2308 1.48456 11.3965C1.30447 11.5621 1.16764 11.7693 1.086 12H1V1Z' fill='%23D06AB5'/%3E%3C/svg%3E%0A");
    width: 16px;
    height: 13px;
    display: inline-block;
}

.icon_menu_request {
    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 5.00004C0.000244156 6.15725 0.401714 7.27857 1.13601 8.17296C1.8703 9.06735 2.89199 9.67948 4.027 9.90504C4.09164 9.18857 4.27551 8.48793 4.571 7.83204C3.695 7.53604 3.132 6.86404 3 5.91004H2.5V5.48404H2.966V5.05004C2.966 5.00404 2.966 4.95704 2.97 4.91504H2.5V4.48804H3.011C3.236 3.24004 4.213 2.50004 5.681 2.50004C5.997 2.50004 6.271 2.53104 6.5 2.58504V3.31804C6.23254 3.25854 5.95896 3.23101 5.685 3.23604C4.766 3.23604 4.147 3.70204 3.951 4.48804H5.868V4.91504H3.888C3.885 4.96104 3.885 5.01204 3.885 5.06204V5.48404H5.868V5.91104H3.93C4.048 6.51304 4.398 6.94104 4.935 7.14004C5.46154 6.268 6.18567 5.53193 7.04897 4.99119C7.91228 4.45045 8.89059 4.12019 9.905 4.02704C9.65975 2.81255 8.97248 1.73231 7.97633 0.995555C6.98017 0.258802 5.74603 -0.0820198 4.51296 0.0391085C3.27989 0.160237 2.13566 0.734694 1.30191 1.6512C0.468163 2.56772 0.00423697 3.76105 0 5.00004H0ZM16 10.5C16 11.9587 15.4205 13.3577 14.3891 14.3891C13.3576 15.4206 11.9587 16 10.5 16C9.04131 16 7.64236 15.4206 6.61091 14.3891C5.57946 13.3577 5 11.9587 5 10.5C5 9.04135 5.57946 7.64241 6.61091 6.61096C7.64236 5.5795 9.04131 5.00004 10.5 5.00004C11.9587 5.00004 13.3576 5.5795 14.3891 6.61096C15.4205 7.64241 16 9.04135 16 10.5ZM8.25 11.822C8.319 12.657 8.996 13.307 10.214 13.384V14H10.754V13.38C12.013 13.294 12.75 12.64 12.75 11.69C12.75 10.825 12.187 10.38 11.18 10.15L10.754 10.05V8.37404C11.294 8.43404 11.638 8.72104 11.72 9.11904H12.668C12.598 8.31504 11.889 7.68604 10.754 7.61704V7.00004H10.214V7.62904C9.138 7.73204 8.406 8.36104 8.406 9.25104C8.406 10.038 8.95 10.539 9.856 10.744L10.214 10.829V12.609C9.66 12.529 9.294 12.233 9.211 11.822H8.25ZM10.21 9.92704C9.678 9.80704 9.39 9.56304 9.39 9.19504C9.39 8.78504 9.701 8.47604 10.214 8.38604V9.92604H10.209L10.21 9.92704ZM10.832 10.971C11.477 11.116 11.775 11.351 11.775 11.767C11.775 12.241 11.405 12.567 10.755 12.627V10.953L10.832 10.971Z' fill='white' fill-opacity='0.6'/%3E%3C/svg%3E%0A");
    width: 16px;
    height: 16px;
    display: inline-block;
}

.icon_menu_request_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='M0 5.00004C0.000244156 6.15725 0.401714 7.27857 1.13601 8.17296C1.8703 9.06735 2.89199 9.67948 4.027 9.90504C4.09164 9.18857 4.27551 8.48793 4.571 7.83204C3.695 7.53604 3.132 6.86404 3 5.91004H2.5V5.48404H2.966V5.05004C2.966 5.00404 2.966 4.95704 2.97 4.91504H2.5V4.48804H3.011C3.236 3.24004 4.213 2.50004 5.681 2.50004C5.997 2.50004 6.271 2.53104 6.5 2.58504V3.31804C6.23254 3.25854 5.95896 3.23101 5.685 3.23604C4.766 3.23604 4.147 3.70204 3.951 4.48804H5.868V4.91504H3.888C3.885 4.96104 3.885 5.01204 3.885 5.06204V5.48404H5.868V5.91104H3.93C4.048 6.51304 4.398 6.94104 4.935 7.14004C5.46154 6.268 6.18567 5.53193 7.04897 4.99119C7.91228 4.45045 8.89059 4.12019 9.905 4.02704C9.65975 2.81255 8.97248 1.73231 7.97633 0.995555C6.98017 0.258802 5.74603 -0.0820198 4.51296 0.0391085C3.27989 0.160237 2.13566 0.734694 1.30191 1.6512C0.468163 2.56772 0.00423697 3.76105 0 5.00004H0ZM16 10.5C16 11.9587 15.4205 13.3577 14.3891 14.3891C13.3576 15.4206 11.9587 16 10.5 16C9.04131 16 7.64236 15.4206 6.61091 14.3891C5.57946 13.3577 5 11.9587 5 10.5C5 9.04135 5.57946 7.64241 6.61091 6.61096C7.64236 5.5795 9.04131 5.00004 10.5 5.00004C11.9587 5.00004 13.3576 5.5795 14.3891 6.61096C15.4205 7.64241 16 9.04135 16 10.5ZM8.25 11.822C8.319 12.657 8.996 13.307 10.214 13.384V14H10.754V13.38C12.013 13.294 12.75 12.64 12.75 11.69C12.75 10.825 12.187 10.38 11.18 10.15L10.754 10.05V8.37404C11.294 8.43404 11.638 8.72104 11.72 9.11904H12.668C12.598 8.31504 11.889 7.68604 10.754 7.61704V7.00004H10.214V7.62904C9.138 7.73204 8.406 8.36104 8.406 9.25104C8.406 10.038 8.95 10.539 9.856 10.744L10.214 10.829V12.609C9.66 12.529 9.294 12.233 9.211 11.822H8.25ZM10.21 9.92704C9.678 9.80704 9.39 9.56304 9.39 9.19504C9.39 8.78504 9.701 8.47604 10.214 8.38604V9.92604H10.209L10.21 9.92704ZM10.832 10.971C11.477 11.116 11.775 11.351 11.775 11.767C11.775 12.241 11.405 12.567 10.755 12.627V10.953L10.832 10.971Z' fill='%23D06AB5' fill-opacity='1'/%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='M7 12C7 12 6 12 6 11C6 10 7 7 11 7C15 7 16 10 16 11C16 12 15 12 15 12H7ZM11 6C11.7956 6 12.5587 5.68393 13.1213 5.12132C13.6839 4.55871 14 3.79565 14 3C14 2.20435 13.6839 1.44129 13.1213 0.87868C12.5587 0.316071 11.7956 0 11 0C10.2044 0 9.44129 0.316071 8.87868 0.87868C8.31607 1.44129 8 2.20435 8 3C8 3.79565 8.31607 4.55871 8.87868 5.12132C9.44129 5.68393 10.2044 6 11 6Z' fill='%23D06AB5' fill-opacity='1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.216 12C5.06776 11.6878 4.99382 11.3455 5 11C5 9.645 5.68 8.25 6.936 7.28C6.30909 7.08684 5.65595 6.99237 5 7C1 7 0 10 0 11C0 12 1 12 1 12H5.216Z' fill='%23D06AB5' fill-opacity='1'/%3E%3Cpath d='M4.5 6C5.16304 6 5.79893 5.73661 6.26777 5.26777C6.73661 4.79893 7 4.16304 7 3.5C7 2.83696 6.73661 2.20107 6.26777 1.73223C5.79893 1.26339 5.16304 1 4.5 1C3.83696 1 3.20107 1.26339 2.73223 1.73223C2.26339 2.20107 2 2.83696 2 3.5C2 4.16304 2.26339 4.79893 2.73223 5.26777C3.20107 5.73661 3.83696 6 4.5 6Z' fill='%23D06AB5' fill-opacity='1'/%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='%23D06AB5' fill-opacity='1'/%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_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='16' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 6.5C6.13261 6.5 6.25979 6.55268 6.35355 6.64645C6.44732 6.74021 6.5 6.86739 6.5 7V8.5H8C8.13261 8.5 8.25979 8.55268 8.35355 8.64645C8.44732 8.74021 8.5 8.86739 8.5 9C8.5 9.13261 8.44732 9.25979 8.35355 9.35355C8.25979 9.44732 8.13261 9.5 8 9.5H6.5V11C6.5 11.1326 6.44732 11.2598 6.35355 11.3536C6.25979 11.4473 6.13261 11.5 6 11.5C5.86739 11.5 5.74021 11.4473 5.64645 11.3536C5.55268 11.2598 5.5 11.1326 5.5 11V9.5H4C3.86739 9.5 3.74021 9.44732 3.64645 9.35355C3.55268 9.25979 3.5 9.13261 3.5 9C3.5 8.86739 3.55268 8.74021 3.64645 8.64645C3.74021 8.55268 3.86739 8.5 4 8.5H5.5V7C5.5 6.86739 5.55268 6.74021 5.64645 6.64645C5.74021 6.55268 5.86739 6.5 6 6.5Z' fill='%23B4559B'/%3E%3Cpath d='M12 4.5V14C12 14.5304 11.7893 15.0391 11.4142 15.4142C11.0391 15.7893 10.5304 16 10 16H2C1.46957 16 0.960859 15.7893 0.585786 15.4142C0.210714 15.0391 0 14.5304 0 14V2C0 1.46957 0.210714 0.960859 0.585786 0.585786C0.960859 0.210714 1.46957 0 2 0H7.5L12 4.5ZM9 4.5C8.60218 4.5 8.22064 4.34196 7.93934 4.06066C7.65804 3.77936 7.5 3.39782 7.5 3V1H2C1.73478 1 1.48043 1.10536 1.29289 1.29289C1.10536 1.48043 1 1.73478 1 2V14C1 14.2652 1.10536 14.5196 1.29289 14.7071C1.48043 14.8946 1.73478 15 2 15H10C10.2652 15 10.5196 14.8946 10.7071 14.7071C10.8946 14.5196 11 14.2652 11 14V4.5H9Z' fill='%23B4559B'/%3E%3C/svg%3E%0A");
    width: 12px;
    height: 16px;
    display: inline-block;
}


.icon_upload_file_white {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 11.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.5V7.707L4.354 8.854C4.26011 8.94789 4.13278 9.00063 4 9.00063C3.86722 9.00063 3.73989 8.94789 3.646 8.854C3.55211 8.76011 3.49937 8.63278 3.49937 8.5C3.49937 8.36722 3.55211 8.23989 3.646 8.146L5.646 6.146C5.69245 6.09944 5.74762 6.06249 5.80837 6.03729C5.86911 6.01208 5.93423 5.99911 6 5.99911C6.06577 5.99911 6.13089 6.01208 6.19163 6.03729C6.25238 6.06249 6.30755 6.09944 6.354 6.146L8.354 8.146C8.44789 8.23989 8.50063 8.36722 8.50063 8.5C8.50063 8.63278 8.44789 8.76011 8.354 8.854C8.26011 8.94789 8.13278 9.00063 8 9.00063C7.86722 9.00063 7.73989 8.94789 7.646 8.854L6.5 7.707V11.5Z' fill='%23FCFBFD'/%3E%3Cpath d='M12 14V4.5L7.5 0H2C1.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 16H10C10.5304 16 11.0391 15.7893 11.4142 15.4142C11.7893 15.0391 12 14.5304 12 14ZM7.5 3C7.5 3.39782 7.65804 3.77936 7.93934 4.06066C8.22064 4.34196 8.60218 4.5 9 4.5H11V14C11 14.2652 10.8946 14.5196 10.7071 14.7071C10.5196 14.8946 10.2652 15 10 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 1H7.5V3Z' fill='%23FCFBFD'/%3E%3C/svg%3E%0A");
    width: 12px;
    height: 16px;
    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_circle_pink {
    border-radius: 8px;
    width: 10px;
    height: 10px;
    background: #B4559B;
    position: absolute;
    top: 2px;
    right: 2px;
}

.icon_notification_circle_pink {
    border-radius: 8px;
    width: 8px;
    height: 8px;
    background: #B4559B;
    margin-right: 4px;
}

.icon_location_grey {
    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;
}

.notification_page:hover .unread {
    border: 1px solid #B4559B;
}

.request-bench-unread {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -7px;
    right: 11px;
    color: #B4559B;
    background: #FFFFFF;
    border: 1px solid #EFEDF1;
    border-radius: 20px;
    padding: 0px 4px;
    width: 80px;
    height: 18px;
    z-index: 5;
}

.unread {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -20px;
    right: -20px;
    color: #B4559B;
    background: #FFFFFF;
    border: 1px solid #EFEDF1;
    border-radius: 20px;
    padding: 0px 4px;
    width: 70px;
    height: 18px;
}

.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='%23B4559B'/%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='%23B4559B'/%3E%3C/svg%3E%0A");
    height: 16px;
    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.44C15.0954 1.53372 15.1479 1.66066 15.1479 1.793C15.1479 1.92533 15.0954 2.05227 15.002 2.146L13.959 3.19L11.959 1.19L13.002 0.145997C13.0958 0.052261 13.2229 -0.000396729 13.3555 -0.000396729C13.4881 -0.000396729 13.6152 0.052261 13.709 0.145997L15.002 1.439V1.44ZM13.252 3.896L11.252 1.896L4.439 8.71C4.38396 8.76502 4.34253 8.83214 4.318 8.906L3.513 11.32C3.4984 11.364 3.49633 11.4112 3.50701 11.4563C3.5177 11.5014 3.54072 11.5427 3.57351 11.5755C3.60629 11.6083 3.64755 11.6313 3.69267 11.642C3.73779 11.6527 3.78499 11.6506 3.829 11.636L6.243 10.831C6.31676 10.8068 6.38387 10.7657 6.439 10.711L13.252 3.896Z' fill='%23B4559B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.5 13C0.5 13.3978 0.658035 13.7794 0.93934 14.0607C1.22064 14.342 1.60218 14.5 2 14.5H13C13.3978 14.5 13.7794 14.342 14.0607 14.0607C14.342 13.7794 14.5 13.3978 14.5 13V7C14.5 6.86739 14.4473 6.74021 14.3536 6.64644C14.2598 6.55268 14.1326 6.5 14 6.5C13.8674 6.5 13.7402 6.55268 13.6464 6.64644C13.5527 6.74021 13.5 6.86739 13.5 7V13C13.5 13.1326 13.4473 13.2598 13.3536 13.3535C13.2598 13.4473 13.1326 13.5 13 13.5H2C1.86739 13.5 1.74021 13.4473 1.64645 13.3535C1.55268 13.2598 1.5 13.1326 1.5 13V2C1.5 1.86739 1.55268 1.74021 1.64645 1.64644C1.74021 1.55268 1.86739 1.5 2 1.5H8.5C8.63261 1.5 8.75979 1.44732 8.85355 1.35355C8.94732 1.25978 9 1.1326 9 0.999997C9 0.867388 8.94732 0.740211 8.85355 0.646443C8.75979 0.552675 8.63261 0.499997 8.5 0.499997H2C1.60218 0.499997 1.22064 0.658032 0.93934 0.939336C0.658035 1.22064 0.5 1.60217 0.5 2V13Z' fill='%23B4559B'/%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_edit_black {
    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='%231E2346'/%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='%231E2346'/%3E%3C/svg%3E%0A");
    height: 15px;
    width: 16px;
    display: inline-block;
}

.icon_pen_white {
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_5320_175124)'%3E%3Crect width='16' height='16' transform='translate(0.5 0.5)' fill='white' fill-opacity='0.01'/%3E%3Cg clip-path='url(%23clip1_5320_175124)'%3E%3Cpath d='M13.9978 1.2934L14.1468 1.1444C14.259 1.03232 14.3921 0.943421 14.5386 0.882787C14.6851 0.822153 14.8421 0.790969 15.0007 0.791016C15.1592 0.791062 15.3162 0.822338 15.4627 0.883058C15.6092 0.943777 15.7422 1.03275 15.8543 1.1449C15.9664 1.25705 16.0553 1.39018 16.1159 1.53668C16.1766 1.68319 16.2077 1.8402 16.2077 1.99875C16.2077 2.15731 16.1764 2.3143 16.1157 2.46077C16.0549 2.60724 15.966 2.74032 15.8538 2.8524L15.7048 3.0004C15.9597 3.28626 16.0956 3.65879 16.0846 4.04163C16.0736 4.42446 15.9167 4.7886 15.6458 5.0594L5.35382 15.3524C5.28948 15.4164 5.20893 15.4617 5.12082 15.4834L1.12082 16.4834C1.03711 16.5042 0.949432 16.5031 0.866309 16.48C0.783186 16.4569 0.707444 16.4128 0.646447 16.3518C0.585449 16.2908 0.54127 16.215 0.518205 16.1319C0.495139 16.0488 0.493972 15.9611 0.514816 15.8774L1.51482 11.8774C1.5367 11.7896 1.58197 11.7095 1.64582 11.6454L11.2878 2.0034C11.1914 1.93553 11.0741 1.90393 10.9566 1.91417C10.8391 1.92442 10.729 1.97586 10.6458 2.0594L7.35382 5.3524C7.30733 5.39889 7.25214 5.43577 7.1914 5.46092C7.13066 5.48608 7.06556 5.49903 6.99982 5.49903C6.93407 5.49903 6.86897 5.48608 6.80823 5.46092C6.74749 5.43577 6.6923 5.39889 6.64582 5.3524C6.59933 5.30591 6.56245 5.25072 6.53729 5.18998C6.51213 5.12924 6.49918 5.06414 6.49918 4.9984C6.49918 4.93266 6.51213 4.86756 6.53729 4.80682C6.56245 4.74608 6.59933 4.69089 6.64582 4.6444L9.93982 1.3524C10.2108 1.08142 10.5752 0.924421 10.9583 0.913636C11.3414 0.90285 11.714 1.03909 11.9998 1.2944C12.2746 1.04884 12.6301 0.913012 12.9986 0.912828C13.3671 0.912644 13.7228 1.04811 13.9978 1.2934ZM13.3538 2.0594C13.2601 1.96566 13.1329 1.91301 13.0003 1.91301C12.8677 1.91301 12.7406 1.96566 12.6468 2.0594L2.44982 12.2544L1.68582 15.3114L4.74282 14.5474L14.9398 4.3524C14.9864 4.30595 15.0233 4.25078 15.0485 4.19003C15.0737 4.12929 15.0867 4.06417 15.0867 3.9984C15.0867 3.93263 15.0737 3.86751 15.0485 3.80677C15.0233 3.74602 14.9864 3.69085 14.9398 3.6444L13.3548 2.0594H13.3538Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5320_175124'%3E%3Crect width='16' height='16' fill='white' transform='translate(0.5 0.5)'/%3E%3C/clipPath%3E%3CclipPath id='clip1_5320_175124'%3E%3Crect width='16' height='16' fill='white' transform='translate(0.5 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    width: 17px;
    height: 17px;
    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_circle_plus_pink {
    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.75 7.5C14.75 9.35652 14.0125 11.137 12.6997 12.4497C11.387 13.7625 9.60652 14.5 7.75 14.5C5.89348 14.5 4.11301 13.7625 2.80025 12.4497C1.4875 11.137 0.75 9.35652 0.75 7.5C0.75 5.64348 1.4875 3.86301 2.80025 2.55025C4.11301 1.2375 5.89348 0.5 7.75 0.5C9.60652 0.5 11.387 1.2375 12.6997 2.55025C14.0125 3.86301 14.75 5.64348 14.75 7.5ZM8.1875 4.4375C8.1875 4.32147 8.14141 4.21019 8.05936 4.12814C7.97731 4.04609 7.86603 4 7.75 4C7.63397 4 7.52269 4.04609 7.44064 4.12814C7.35859 4.21019 7.3125 4.32147 7.3125 4.4375V7.0625H4.6875C4.57147 7.0625 4.46019 7.10859 4.37814 7.19064C4.29609 7.27269 4.25 7.38397 4.25 7.5C4.25 7.61603 4.29609 7.72731 4.37814 7.80936C4.46019 7.89141 4.57147 7.9375 4.6875 7.9375H7.3125V10.5625C7.3125 10.6785 7.35859 10.7898 7.44064 10.8719C7.52269 10.9539 7.63397 11 7.75 11C7.86603 11 7.97731 10.9539 8.05936 10.8719C8.14141 10.7898 8.1875 10.6785 8.1875 10.5625V7.9375H10.8125C10.9285 7.9375 11.0398 7.89141 11.1219 7.80936C11.2039 7.72731 11.25 7.61603 11.25 7.5C11.25 7.38397 11.2039 7.27269 11.1219 7.19064C11.0398 7.10859 10.9285 7.0625 10.8125 7.0625H8.1875V4.4375Z' fill='white'/%3E%3C/svg%3E%0A");
    height: 15px;
    width: 15px;
    display: inline-block;
}

.icon_pencil_pink_without_bg {
    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='M10.8776 0.627556C10.9182 0.586813 10.9665 0.554488 11.0197 0.532432C11.0728 0.510376 11.1298 0.499023 11.1873 0.499023C11.2449 0.499023 11.3019 0.510376 11.355 0.532432C11.4082 0.554488 11.4564 0.586813 11.4971 0.627556L14.1221 3.25256C14.1628 3.2932 14.1951 3.34147 14.2172 3.39463C14.2393 3.44778 14.2506 3.50476 14.2506 3.56231C14.2506 3.61985 14.2393 3.67683 14.2172 3.72998C14.1951 3.78314 14.1628 3.83142 14.1221 3.87206L5.37208 12.6221C5.33009 12.6637 5.28008 12.6965 5.22508 12.7183L0.85008 14.4683C0.770574 14.5001 0.683477 14.5079 0.599585 14.4907C0.515693 14.4735 0.438697 14.4321 0.378141 14.3715C0.317585 14.3109 0.276133 14.2339 0.258924 14.1501C0.241715 14.0662 0.249506 13.9791 0.28133 13.8996L2.03133 9.52456C2.05314 9.46955 2.08589 9.41954 2.12758 9.37755L10.8776 0.627556ZM10.056 2.68731L12.0623 4.69368L13.1937 3.56231L11.1873 1.55593L10.056 2.68731ZM11.4437 5.31231L9.43733 3.30593L3.74983 8.99343V9.24981H4.18733C4.30336 9.24981 4.41464 9.2959 4.49669 9.37795C4.57874 9.45999 4.62483 9.57127 4.62483 9.68731V10.1248H5.06233C5.17836 10.1248 5.28964 10.1709 5.37169 10.2529C5.45374 10.335 5.49983 10.4463 5.49983 10.5623V10.9998H5.75621L11.4437 5.31231ZM2.90283 9.84043L2.81008 9.93318L1.47308 13.2766L4.81645 11.9396L4.9092 11.8468C4.82575 11.8156 4.7538 11.7597 4.70298 11.6865C4.65216 11.6133 4.6249 11.5264 4.62483 11.4373V10.9998H4.18733C4.0713 10.9998 3.96002 10.9537 3.87797 10.8717C3.79592 10.7896 3.74983 10.6783 3.74983 10.5623V10.1248H3.31233C3.22324 10.1247 3.13629 10.0975 3.06311 10.0467C2.98993 9.99584 2.93401 9.92389 2.90283 9.84043Z' fill='%23B4559B'/%3E%3C/svg%3E%0A");
    height: 15px;
    width: 15px;
    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_pink {
    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='%23B4559B'/%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='%23B4559B'/%3E%3C/svg%3E%0A");
    width: 17px;
    height: 16px;
    display: inline-block;
}

.icon_send_red_disabled {
    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='%239894A0'/%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='%239894A0'/%3E%3C/svg%3E%0A");
    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='%23B4559B'/%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='%23B4559B'/%3E%3C/svg%3E%0A");
    height: 13px;
    width: 16px;
    display: inline-block;
}

.icon_sand_time {
    background: url('../images/icon/sandtime.png');
    height: 10.5px;
    width: 9px;
    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_check_white {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1223 0.691032C10.1631 0.731672 10.1954 0.779951 10.2174 0.833103C10.2395 0.886255 10.2508 0.943236 10.2508 1.00078C10.2508 1.05833 10.2395 1.11531 10.2174 1.16846C10.1954 1.22161 10.1631 1.26989 10.1223 1.31053L3.99731 7.43553C3.95667 7.47627 3.9084 7.5086 3.85524 7.53065C3.80209 7.55271 3.74511 7.56406 3.68756 7.56406C3.63002 7.56406 3.57304 7.55271 3.51988 7.53065C3.46673 7.5086 3.41845 7.47627 3.37781 7.43553L0.315314 4.37303C0.233163 4.29088 0.187012 4.17946 0.187012 4.06328C0.187012 3.9471 0.233163 3.83568 0.315314 3.75353C0.397465 3.67138 0.508886 3.62523 0.625064 3.62523C0.741243 3.62523 0.852664 3.67138 0.934814 3.75353L3.68756 6.50716L9.50281 0.691032C9.54345 0.650289 9.59173 0.617964 9.64489 0.595909C9.69804 0.573853 9.75502 0.5625 9.81256 0.5625C9.87011 0.5625 9.92709 0.573853 9.98024 0.595909C10.0334 0.617964 10.0817 0.650289 10.1223 0.691032Z' fill='white'/%3E%3C/svg%3E");
    width: 11px;
    height: 8px;
    display: inline-block;
}

.icon_double_check_pink {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.3098 1.3103C10.3505 1.26963 10.3828 1.22134 10.4048 1.16819C10.4268 1.11504 10.4381 1.05808 10.4381 1.00055C10.4381 0.943027 10.4268 0.886064 10.4048 0.832917C10.3828 0.77977 10.3505 0.731479 10.3098 0.690803C10.2691 0.650126 10.2208 0.617859 10.1677 0.595845C10.1146 0.573831 10.0576 0.5625 10.0001 0.5625C9.94254 0.5625 9.88558 0.573831 9.83243 0.595845C9.77928 0.617859 9.73099 0.650126 9.69031 0.690803L3.87506 6.50693L1.12231 3.7533C1.08164 3.71263 1.03335 3.68036 0.9802 3.65834C0.927053 3.63633 0.87009 3.625 0.812564 3.625C0.696386 3.625 0.584965 3.67115 0.502814 3.7533C0.420664 3.83545 0.374512 3.94687 0.374512 4.06305C0.374512 4.17923 0.420664 4.29065 0.502814 4.3728L3.56531 7.4353C3.60595 7.47605 3.65423 7.50837 3.70738 7.53043C3.76054 7.55248 3.81752 7.56383 3.87506 7.56383C3.93261 7.56383 3.98959 7.55248 4.04274 7.53043C4.0959 7.50837 4.14417 7.47605 4.18481 7.4353L10.3098 1.3103ZM6.62781 7.4353L5.84381 6.65043L6.46244 6.0318L6.93756 6.50693L12.7528 0.690803C12.835 0.608652 12.9464 0.5625 13.0626 0.5625C13.1787 0.5625 13.2902 0.608652 13.3723 0.690803C13.4545 0.772953 13.5006 0.884374 13.5006 1.00055C13.5006 1.11673 13.4545 1.22815 13.3723 1.3103L7.24731 7.4353C7.20667 7.47605 7.1584 7.50837 7.10524 7.53043C7.05209 7.55248 6.99511 7.56383 6.93756 7.56383C6.88002 7.56383 6.82304 7.55248 6.76989 7.53043C6.71673 7.50837 6.66845 7.47605 6.62781 7.4353Z' fill='%23B4559B'/%3E%3Cpath d='M4.18481 3.7533L4.96881 4.53818L4.35019 5.1568L3.56531 4.3728C3.48316 4.29065 3.43701 4.17923 3.43701 4.06305C3.43701 3.94687 3.48316 3.83545 3.56531 3.7533C3.64746 3.67115 3.75889 3.625 3.87506 3.625C3.99124 3.625 4.10266 3.67115 4.18481 3.7533Z' fill='%23B4559B'/%3E%3C/svg%3E");
    height: 8px;
    width: 15px;
    display: inline-block;
}

.icon_double_check_black {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.3097 1.3103C10.3504 1.26963 10.3826 1.22134 10.4046 1.16819C10.4267 1.11504 10.438 1.05808 10.438 1.00055C10.438 0.943027 10.4267 0.886064 10.4046 0.832917C10.3826 0.77977 10.3504 0.731479 10.3097 0.690803C10.269 0.650126 10.2207 0.617859 10.1676 0.595845C10.1144 0.573831 10.0575 0.5625 9.99994 0.5625C9.94242 0.5625 9.88545 0.573831 9.83231 0.595845C9.77916 0.617859 9.73087 0.650126 9.69019 0.690803L3.87494 6.50693L1.12219 3.7533C1.08152 3.71263 1.03322 3.68036 0.980078 3.65834C0.926931 3.63633 0.869968 3.625 0.812442 3.625C0.696264 3.625 0.584843 3.67115 0.502692 3.7533C0.420542 3.83545 0.37439 3.94687 0.37439 4.06305C0.37439 4.17923 0.420542 4.29065 0.502692 4.3728L3.56519 7.4353C3.60583 7.47605 3.65411 7.50837 3.70726 7.53043C3.76041 7.55248 3.8174 7.56383 3.87494 7.56383C3.93249 7.56383 3.98947 7.55248 4.04262 7.53043C4.09577 7.50837 4.14405 7.47605 4.18469 7.4353L10.3097 1.3103ZM6.62769 7.4353L5.84369 6.65043L6.46232 6.0318L6.93744 6.50693L12.7527 0.690803C12.8348 0.608652 12.9463 0.5625 13.0624 0.5625C13.1786 0.5625 13.29 0.608652 13.3722 0.690803C13.4543 0.772953 13.5005 0.884374 13.5005 1.00055C13.5005 1.11673 13.4543 1.22815 13.3722 1.3103L7.24719 7.4353C7.20655 7.47605 7.15827 7.50837 7.10512 7.53043C7.05197 7.55248 6.99499 7.56383 6.93744 7.56383C6.8799 7.56383 6.82292 7.55248 6.76976 7.53043C6.71661 7.50837 6.66833 7.47605 6.62769 7.4353Z' fill='%231E2346'/%3E%3Cpath d='M4.18469 3.7533L4.96869 4.53818L4.35007 5.1568L3.56519 4.3728C3.48304 4.29065 3.43689 4.17923 3.43689 4.06305C3.43689 3.94687 3.48304 3.83545 3.56519 3.7533C3.64734 3.67115 3.75876 3.625 3.87494 3.625C3.99112 3.625 4.10254 3.67115 4.18469 3.7533Z' fill='%231E2346'/%3E%3C/svg%3E");
    height: 8px;
    width: 14px;
    display: inline-block;
}

.icon_notification_pink {
    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='M8 14.5008C8.46413 14.5008 8.90925 14.3164 9.23744 13.9882C9.56563 13.66 9.75 13.2149 9.75 12.7508H6.25C6.25 13.2149 6.43437 13.66 6.76256 13.9882C7.09075 14.3164 7.53587 14.5008 8 14.5008ZM8 2.17902L7.30263 2.31989C6.51159 2.48107 5.80054 2.91061 5.28982 3.53581C4.7791 4.16101 4.50009 4.94348 4.5 5.75077C4.5 6.30027 4.38275 7.67314 4.09837 9.02502C3.95837 9.69614 3.76937 10.3953 3.51825 11.0008H12.4817C12.2306 10.3953 12.0425 9.69702 11.9016 9.02502C11.6172 7.67314 11.5 6.30027 11.5 5.75077C11.4997 4.94363 11.2206 4.16137 10.7099 3.53635C10.1992 2.91132 9.48826 2.48191 8.69737 2.32077L8 2.17814V2.17902ZM13.4425 11.0008C13.6376 11.3919 13.8634 11.7016 14.125 11.8758H1.875C2.13662 11.7016 2.36237 11.3919 2.5575 11.0008C3.345 9.42577 3.625 6.52077 3.625 5.75077C3.625 3.63327 5.13 1.86577 7.12937 1.46239C7.11716 1.34073 7.13059 1.21785 7.16878 1.10169C7.20697 0.985533 7.26909 0.878669 7.35112 0.787991C7.43315 0.697314 7.53328 0.624836 7.64504 0.575232C7.7568 0.525628 7.87772 0.5 8 0.5C8.12228 0.5 8.2432 0.525628 8.35496 0.575232C8.46672 0.624836 8.56685 0.697314 8.64888 0.787991C8.73091 0.878669 8.79303 0.985533 8.83122 1.10169C8.86941 1.21785 8.88284 1.34073 8.87063 1.46239C9.85962 1.66355 10.7487 2.20033 11.3873 2.98183C12.026 3.76333 12.3749 4.74152 12.375 5.75077C12.375 6.52077 12.655 9.42577 13.4425 11.0008Z' fill='%23B4559B' stroke='%23B4559B' stroke-width='0.6'/%3E%3C/svg%3E%0A");
    height: 15px;
    width: 16px;
    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 16C7.53043 16 8.03914 15.7893 8.41421 15.4142C8.78929 15.0391 9 14.5304 9 14H5C5 14.5304 5.21071 15.0391 5.58579 15.4142C5.96086 15.7893 6.46957 16 7 16ZM7.995 1.09899C8.00896 0.959944 7.99362 0.819516 7.94997 0.686763C7.90632 0.55401 7.83533 0.43188 7.74158 0.328248C7.64783 0.224616 7.5334 0.141784 7.40567 0.0850945C7.27794 0.0284045 7.13974 -0.00088501 7 -0.00088501C6.86026 -0.00088501 6.72206 0.0284045 6.59433 0.0850945C6.4666 0.141784 6.35217 0.224616 6.25842 0.328248C6.16467 0.43188 6.09368 0.55401 6.05003 0.686763C6.00638 0.819516 5.99104 0.959944 6.005 1.09899C4.87472 1.32889 3.85862 1.94235 3.12876 2.83549C2.39891 3.72863 2.00015 4.84656 2 5.99999C2 7.09799 1.5 12 0 13H14C12.5 12 12 7.09799 12 5.99999C12 3.57999 10.28 1.55999 7.995 1.09899Z' fill='%23D06AB5' fill-opacity='1'/%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_high_priority {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='11' viewBox='0 0 12 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.00087 8.7055L9.4342 10.7777L8.52309 6.87217L11.5564 4.24439L7.56198 3.9055L6.00087 0.222168L4.43976 3.9055L0.445312 4.24439L3.47865 6.87217L2.56753 10.7777L6.00087 8.7055Z' fill='%23FFB74A'/%3E%3C/svg%3E%0A");
    height: 11px;
    width: 12px;
    display: inline-block;
}

.icon_comment {
    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='M14.5 1C14.7652 1 15.0196 1.10536 15.2071 1.29289C15.3946 1.48043 15.5 1.73478 15.5 2V10C15.5 10.2652 15.3946 10.5196 15.2071 10.7071C15.0196 10.8946 14.7652 11 14.5 11H4.914C4.38361 11.0001 3.87499 11.2109 3.5 11.586L1.5 13.586V2C1.5 1.73478 1.60536 1.48043 1.79289 1.29289C1.98043 1.10536 2.23478 1 2.5 1H14.5ZM2.5 0C1.96957 0 1.46086 0.210714 1.08579 0.585786C0.710714 0.960859 0.5 1.46957 0.5 2V14.793C0.500021 14.8919 0.529393 14.9886 0.584397 15.0709C0.639402 15.1531 0.717567 15.2172 0.808999 15.255C0.900432 15.2928 1.00102 15.3026 1.09804 15.2832C1.19505 15.2638 1.28413 15.216 1.354 15.146L4.207 12.293C4.39449 12.1055 4.64881 12.0001 4.914 12H14.5C15.0304 12 15.5391 11.7893 15.9142 11.4142C16.2893 11.0391 16.5 10.5304 16.5 10V2C16.5 1.46957 16.2893 0.960859 15.9142 0.585786C15.5391 0.210714 15.0304 0 14.5 0H2.5Z' fill='white'/%3E%3Cpath d='M7.566 4.76C7.37121 4.45665 7.08322 4.22471 6.74531 4.09906C6.40741 3.9734 6.03785 3.96081 5.69218 4.06319C5.34652 4.16556 5.04341 4.37735 4.82843 4.66675C4.61344 4.95614 4.49819 5.3075 4.5 5.668C4.50018 5.96653 4.58052 6.25954 4.73264 6.51642C4.88476 6.77329 5.10307 6.9846 5.36476 7.12826C5.62645 7.27193 5.92192 7.34269 6.2203 7.33315C6.51868 7.3236 6.80903 7.2341 7.061 7.074C6.93 7.463 6.686 7.878 6.284 8.294C6.20709 8.37356 6.16493 8.48042 6.16681 8.59107C6.16868 8.70172 6.21444 8.80709 6.294 8.884C6.37357 8.96091 6.48042 9.00307 6.59107 9.00119C6.70172 8.99932 6.80709 8.95356 6.884 8.874C8.37 7.334 8.177 5.66 7.566 4.762V4.76ZM11.566 4.76C11.3712 4.45665 11.0832 4.22471 10.7453 4.09906C10.4074 3.9734 10.0379 3.96081 9.69218 4.06319C9.34652 4.16556 9.04341 4.37735 8.82843 4.66675C8.61344 4.95614 8.49819 5.3075 8.5 5.668C8.50018 5.96653 8.58052 6.25954 8.73264 6.51642C8.88476 6.77329 9.10307 6.9846 9.36476 7.12826C9.62645 7.27193 9.92192 7.34269 10.2203 7.33315C10.5187 7.3236 10.809 7.2341 11.061 7.074C10.93 7.463 10.686 7.878 10.284 8.294C10.2071 8.37356 10.1649 8.48042 10.1668 8.59107C10.1687 8.70172 10.2144 8.80709 10.294 8.884C10.3736 8.96091 10.4804 9.00307 10.5911 9.00119C10.7017 8.99932 10.8071 8.95356 10.884 8.874C12.37 7.334 12.177 5.66 11.566 4.762V4.76Z' fill='white'/%3E%3C/svg%3E%0A");
    height: 16px;
    width: 17px;
    display: inline-block;
}

.icon_comment_not_read {
    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 7.5C16 11.366 12.418 14.5 8 14.5C7.20765 14.5011 6.41859 14.3982 5.653 14.194C5.069 14.49 3.728 15.058 1.472 15.428C1.272 15.46 1.12 15.252 1.199 15.066C1.553 14.23 1.873 13.116 1.969 12.1C0.744 10.87 0 9.26 0 7.5C0 3.634 3.582 0.5 8 0.5C12.418 0.5 16 3.634 16 7.5ZM5 7.5C5 7.23478 4.89464 6.98043 4.70711 6.79289C4.51957 6.60536 4.26522 6.5 4 6.5C3.73478 6.5 3.48043 6.60536 3.29289 6.79289C3.10536 6.98043 3 7.23478 3 7.5C3 7.76522 3.10536 8.01957 3.29289 8.20711C3.48043 8.39464 3.73478 8.5 4 8.5C4.26522 8.5 4.51957 8.39464 4.70711 8.20711C4.89464 8.01957 5 7.76522 5 7.5ZM9 7.5C9 7.23478 8.89464 6.98043 8.70711 6.79289C8.51957 6.60536 8.26522 6.5 8 6.5C7.73478 6.5 7.48043 6.60536 7.29289 6.79289C7.10536 6.98043 7 7.23478 7 7.5C7 7.76522 7.10536 8.01957 7.29289 8.20711C7.48043 8.39464 7.73478 8.5 8 8.5C8.26522 8.5 8.51957 8.39464 8.70711 8.20711C8.89464 8.01957 9 7.76522 9 7.5ZM12 8.5C12.2652 8.5 12.5196 8.39464 12.7071 8.20711C12.8946 8.01957 13 7.76522 13 7.5C13 7.23478 12.8946 6.98043 12.7071 6.79289C12.5196 6.60536 12.2652 6.5 12 6.5C11.7348 6.5 11.4804 6.60536 11.2929 6.79289C11.1054 6.98043 11 7.23478 11 7.5C11 7.76522 11.1054 8.01957 11.2929 8.20711C11.4804 8.39464 11.7348 8.5 12 8.5Z' fill='%23B4559B'/%3E%3C/svg%3E%0A");
    height: 16px;
    width: 16px;
    display: inline-block;
}

.icon_comment_silver {
    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='M2.678 11.394C2.7818 11.4982 2.86133 11.624 2.91094 11.7625C2.96055 11.9009 2.97901 12.0486 2.965 12.195C2.89472 12.8726 2.76148 13.5421 2.567 14.195C3.962 13.872 4.814 13.498 5.201 13.302C5.4205 13.1908 5.67329 13.1645 5.911 13.228C6.59243 13.4097 7.29476 13.5011 8 13.5C11.996 13.5 15 10.693 15 7.5C15 4.308 11.996 1.5 8 1.5C4.004 1.5 1 4.308 1 7.5C1 8.968 1.617 10.33 2.678 11.394ZM2.185 15.299C1.94807 15.346 1.71037 15.389 1.472 15.428C1.272 15.46 1.12 15.252 1.199 15.066C1.28779 14.8566 1.36918 14.6441 1.443 14.429L1.446 14.419C1.694 13.699 1.896 12.871 1.97 12.1C0.743 10.87 0 9.26 0 7.5C0 3.634 3.582 0.5 8 0.5C12.418 0.5 16 3.634 16 7.5C16 11.366 12.418 14.5 8 14.5C7.20765 14.5011 6.41859 14.3982 5.653 14.194C5.133 14.457 4.014 14.936 2.185 15.299Z' fill='%239894A0'/%3E%3Cpath d='M4 5C4 4.86739 4.05268 4.74021 4.14645 4.64645C4.24021 4.55268 4.36739 4.5 4.5 4.5H11.5C11.6326 4.5 11.7598 4.55268 11.8536 4.64645C11.9473 4.74021 12 4.86739 12 5C12 5.13261 11.9473 5.25978 11.8536 5.35355C11.7598 5.44732 11.6326 5.5 11.5 5.5H4.5C4.36739 5.5 4.24021 5.44732 4.14645 5.35355C4.05268 5.25978 4 5.13261 4 5ZM4 7.5C4 7.36739 4.05268 7.24021 4.14645 7.14645C4.24021 7.05268 4.36739 7 4.5 7H11.5C11.6326 7 11.7598 7.05268 11.8536 7.14645C11.9473 7.24021 12 7.36739 12 7.5C12 7.63261 11.9473 7.75979 11.8536 7.85355C11.7598 7.94732 11.6326 8 11.5 8H4.5C4.36739 8 4.24021 7.94732 4.14645 7.85355C4.05268 7.75979 4 7.63261 4 7.5ZM4 10C4 9.86739 4.05268 9.74021 4.14645 9.64645C4.24021 9.55268 4.36739 9.5 4.5 9.5H8.5C8.63261 9.5 8.75978 9.55268 8.85355 9.64645C8.94732 9.74021 9 9.86739 9 10C9 10.1326 8.94732 10.2598 8.85355 10.3536C8.75978 10.4473 8.63261 10.5 8.5 10.5H4.5C4.36739 10.5 4.24021 10.4473 4.14645 10.3536C4.05268 10.2598 4 10.1326 4 10Z' fill='%239894A0'/%3E%3C/svg%3E%0A");
    height: 16px;
    width: 16px;
    display: inline-block;
}

.icon_cross_pink {
    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 0.5C8.26522 0.5 8.51957 0.605357 8.70711 0.792893C8.89464 0.98043 9 1.23478 9 1.5V7.5H15C15.2652 7.5 15.5196 7.60536 15.7071 7.79289C15.8946 7.98043 16 8.23478 16 8.5C16 8.76522 15.8946 9.01957 15.7071 9.20711C15.5196 9.39464 15.2652 9.5 15 9.5H9V15.5C9 15.7652 8.89464 16.0196 8.70711 16.2071C8.51957 16.3946 8.26522 16.5 8 16.5C7.73478 16.5 7.48043 16.3946 7.29289 16.2071C7.10536 16.0196 7 15.7652 7 15.5V9.5H1C0.734784 9.5 0.48043 9.39464 0.292893 9.20711C0.105357 9.01957 0 8.76522 0 8.5C0 8.23478 0.105357 7.98043 0.292893 7.79289C0.48043 7.60536 0.734784 7.5 1 7.5H7V1.5C7 1.23478 7.10536 0.98043 7.29289 0.792893C7.48043 0.605357 7.73478 0.5 8 0.5Z' fill='%23B4559B'/%3E%3C/svg%3E%0A");
    height: 17px;
    width: 16px;
    display: inline-block;
}


.icon_document {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='24' viewBox='0 0 18 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.25 10.5C5.05109 10.5 4.86032 10.579 4.71967 10.7197C4.57902 10.8603 4.5 11.0511 4.5 11.25C4.5 11.4489 4.57902 11.6397 4.71967 11.7803C4.86032 11.921 5.05109 12 5.25 12H12.75C12.9489 12 13.1397 11.921 13.2803 11.7803C13.421 11.6397 13.5 11.4489 13.5 11.25C13.5 11.0511 13.421 10.8603 13.2803 10.7197C13.1397 10.579 12.9489 10.5 12.75 10.5H5.25ZM4.5 14.25C4.5 14.0511 4.57902 13.8603 4.71967 13.7197C4.86032 13.579 5.05109 13.5 5.25 13.5H12.75C12.9489 13.5 13.1397 13.579 13.2803 13.7197C13.421 13.8603 13.5 14.0511 13.5 14.25C13.5 14.4489 13.421 14.6397 13.2803 14.7803C13.1397 14.921 12.9489 15 12.75 15H5.25C5.05109 15 4.86032 14.921 4.71967 14.7803C4.57902 14.6397 4.5 14.4489 4.5 14.25ZM4.5 17.25C4.5 17.0511 4.57902 16.8603 4.71967 16.7197C4.86032 16.579 5.05109 16.5 5.25 16.5H8.25C8.44891 16.5 8.63968 16.579 8.78033 16.7197C8.92098 16.8603 9 17.0511 9 17.25C9 17.4489 8.92098 17.6397 8.78033 17.7803C8.63968 17.921 8.44891 18 8.25 18H5.25C5.05109 18 4.86032 17.921 4.71967 17.7803C4.57902 17.6397 4.5 17.4489 4.5 17.25Z' fill='%23B4559B'/%3E%3Cpath d='M11.25 0H3C2.20435 0 1.44129 0.316071 0.87868 0.87868C0.31607 1.44129 0 2.20435 0 3V21C0 21.7956 0.31607 22.5587 0.87868 23.1213C1.44129 23.6839 2.20435 24 3 24H15C15.7956 24 16.5587 23.6839 17.1213 23.1213C17.6839 22.5587 18 21.7956 18 21V6.75L11.25 0ZM11.25 1.5V4.5C11.25 5.09674 11.4871 5.66903 11.909 6.09099C12.331 6.51295 12.9033 6.75 13.5 6.75H16.5V21C16.5 21.3978 16.342 21.7794 16.0607 22.0607C15.7794 22.342 15.3978 22.5 15 22.5H3C2.60218 22.5 2.22064 22.342 1.93934 22.0607C1.65804 21.7794 1.5 21.3978 1.5 21V3C1.5 2.60218 1.65804 2.22064 1.93934 1.93934C2.22064 1.65804 2.60218 1.5 3 1.5H11.25Z' fill='%23B4559B'/%3E%3C/svg%3E%0A");
    height: 24px;
    width: 18px;
    display: inline-block;
}

.icon_create_bench {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='14' viewBox='0 0 12 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.66667 6.33337H4V7.66671H2.66667V6.33337ZM12 3.00004V12.3334C12 13.0667 11.4 13.6667 10.6667 13.6667H1.33333C0.593333 13.6667 0 13.0667 0 12.3334L0.00666666 3.00004C0.00666666 2.26671 0.593333 1.66671 1.33333 1.66671H2V0.333374H3.33333V1.66671H8.66667V0.333374H10V1.66671H10.6667C11.4 1.66671 12 2.26671 12 3.00004ZM1.33333 4.33337H10.6667V3.00004H1.33333V4.33337ZM10.6667 12.3334V5.66671H1.33333V12.3334H10.6667ZM8 7.66671H9.33333V6.33337H8V7.66671ZM5.33333 7.66671H6.66667V6.33337H5.33333V7.66671Z' fill='%239894A0'/%3E%3C/svg%3E%0A");
    width: 12px;
    height: 14px;
    display: inline-block;
}

.icon_bench_create {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='15' viewBox='0 0 12 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.66667 6.83203H4V8.16536H2.66667V6.83203ZM12 3.4987V12.832C12 13.5654 11.4 14.1654 10.6667 14.1654H1.33333C0.593333 14.1654 0 13.5654 0 12.832L0.00666666 3.4987C0.00666666 2.76536 0.593333 2.16536 1.33333 2.16536H2V0.832031H3.33333V2.16536H8.66667V0.832031H10V2.16536H10.6667C11.4 2.16536 12 2.76536 12 3.4987ZM1.33333 4.83203H10.6667V3.4987H1.33333V4.83203ZM10.6667 12.832V6.16536H1.33333V12.832H10.6667ZM8 8.16536H9.33333V6.83203H8V8.16536ZM5.33333 8.16536H6.66667V6.83203H5.33333V8.16536Z' fill='%239894A0'/%3E%3C/svg%3E%0A");
    width: 12px;
    height: 15px;
    display: inline-block;
}

.icon_24_NEWLY_ATTACHED_TO_REQUEST {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='18' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 18C1.5 18 0 18 0 16.5C0 15 1.5 10.5 9 10.5C16.5 10.5 18 15 18 16.5C18 18 16.5 18 16.5 18H1.5ZM9 9C10.1935 9 11.3381 8.52589 12.182 7.68198C13.0259 6.83807 13.5 5.69347 13.5 4.5C13.5 3.30653 13.0259 2.16193 12.182 1.31802C11.3381 0.474106 10.1935 0 9 0C7.80653 0 6.66193 0.474106 5.81802 1.31802C4.97411 2.16193 4.5 3.30653 4.5 4.5C4.5 5.69347 4.97411 6.83807 5.81802 7.68198C6.66193 8.52589 7.80653 9 9 9Z' fill='%231E2346'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.25 4.5C20.4489 4.5 20.6397 4.57902 20.7803 4.71967C20.921 4.86032 21 5.05109 21 5.25V7.5H23.25C23.4489 7.5 23.6397 7.57902 23.7803 7.71967C23.921 7.86032 24 8.05109 24 8.25C24 8.44891 23.921 8.63968 23.7803 8.78033C23.6397 8.92098 23.4489 9 23.25 9H21V11.25C21 11.4489 20.921 11.6397 20.7803 11.7803C20.6397 11.921 20.4489 12 20.25 12C20.0511 12 19.8603 11.921 19.7197 11.7803C19.579 11.6397 19.5 11.4489 19.5 11.25V9H17.25C17.0511 9 16.8603 8.92098 16.7197 8.78033C16.579 8.63968 16.5 8.44891 16.5 8.25C16.5 8.05109 16.579 7.86032 16.7197 7.71967C16.8603 7.57902 17.0511 7.5 17.25 7.5H19.5V5.25C19.5 5.05109 19.579 4.86032 19.7197 4.71967C19.8603 4.57902 20.0511 4.5 20.25 4.5Z' fill='%231E2346'/%3E%3C/svg%3E");
    width: 24px;
    height: 18px;
    display: inline-block;
}

.icon_14_NEWLY_ATTACHED_TO_REQUEST {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 18C1.5 18 0 18 0 16.5C0 15 1.5 10.5 9 10.5C16.5 10.5 18 15 18 16.5C18 18 16.5 18 16.5 18H1.5ZM9 9C10.1935 9 11.3381 8.52589 12.182 7.68198C13.0259 6.83807 13.5 5.69347 13.5 4.5C13.5 3.30653 13.0259 2.16193 12.182 1.31802C11.3381 0.474106 10.1935 0 9 0C7.80653 0 6.66193 0.474106 5.81802 1.31802C4.97411 2.16193 4.5 3.30653 4.5 4.5C4.5 5.69347 4.97411 6.83807 5.81802 7.68198C6.66193 8.52589 7.80653 9 9 9Z' fill='%231E2346'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.25 4.5C20.4489 4.5 20.6397 4.57902 20.7803 4.71967C20.921 4.86032 21 5.05109 21 5.25V7.5H23.25C23.4489 7.5 23.6397 7.57902 23.7803 7.71967C23.921 7.86032 24 8.05109 24 8.25C24 8.44891 23.921 8.63968 23.7803 8.78033C23.6397 8.92098 23.4489 9 23.25 9H21V11.25C21 11.4489 20.921 11.6397 20.7803 11.7803C20.6397 11.921 20.4489 12 20.25 12C20.0511 12 19.8603 11.921 19.7197 11.7803C19.579 11.6397 19.5 11.4489 19.5 11.25V9H17.25C17.0511 9 16.8603 8.92098 16.7197 8.78033C16.579 8.63968 16.5 8.44891 16.5 8.25C16.5 8.05109 16.579 7.86032 16.7197 7.71967C16.8603 7.57902 17.0511 7.5 17.25 7.5H19.5V5.25C19.5 5.05109 19.579 4.86032 19.7197 4.71967C19.8603 4.57902 20.0511 4.5 20.25 4.5Z' fill='%231E2346'/%3E%3C/svg%3E");
    width: 14px;
    height: 11px;
    display: inline-block;
}

.icon_14_NEWLY_ATTACHED_TO_REQUEST_white {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 18C1.5 18 0 18 0 16.5C0 15 1.5 10.5 9 10.5C16.5 10.5 18 15 18 16.5C18 18 16.5 18 16.5 18H1.5ZM9 9C10.1935 9 11.3381 8.52589 12.182 7.68198C13.0259 6.83807 13.5 5.69347 13.5 4.5C13.5 3.30653 13.0259 2.16193 12.182 1.31802C11.3381 0.474106 10.1935 0 9 0C7.80653 0 6.66193 0.474106 5.81802 1.31802C4.97411 2.16193 4.5 3.30653 4.5 4.5C4.5 5.69347 4.97411 6.83807 5.81802 7.68198C6.66193 8.52589 7.80653 9 9 9Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.25 4.5C20.4489 4.5 20.6397 4.57902 20.7803 4.71967C20.921 4.86032 21 5.05109 21 5.25V7.5H23.25C23.4489 7.5 23.6397 7.57902 23.7803 7.71967C23.921 7.86032 24 8.05109 24 8.25C24 8.44891 23.921 8.63968 23.7803 8.78033C23.6397 8.92098 23.4489 9 23.25 9H21V11.25C21 11.4489 20.921 11.6397 20.7803 11.7803C20.6397 11.921 20.4489 12 20.25 12C20.0511 12 19.8603 11.921 19.7197 11.7803C19.579 11.6397 19.5 11.4489 19.5 11.25V9H17.25C17.0511 9 16.8603 8.92098 16.7197 8.78033C16.579 8.63968 16.5 8.44891 16.5 8.25C16.5 8.05109 16.579 7.86032 16.7197 7.71967C16.8603 7.57902 17.0511 7.5 17.25 7.5H19.5V5.25C19.5 5.05109 19.579 4.86032 19.7197 4.71967C19.8603 4.57902 20.0511 4.5 20.25 4.5Z' fill='white'/%3E%3C/svg%3E");
    width: 14px;
    height: 11px;
    display: inline-block;
}

.icon_24_CV_SENT_TO_THE_CLIENT {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.25 1.5C2.05109 1.5 1.86032 1.57902 1.71967 1.71967C1.57902 1.86032 1.5 2.05109 1.5 2.25V6.75C1.5 6.94891 1.42098 7.13968 1.28033 7.28033C1.13968 7.42098 0.948912 7.5 0.75 7.5C0.551088 7.5 0.360322 7.42098 0.21967 7.28033C0.0790176 7.13968 0 6.94891 0 6.75V2.25C0 1.65326 0.237053 1.08097 0.65901 0.65901C1.08097 0.237053 1.65326 0 2.25 0H6.75C6.94891 0 7.13968 0.0790176 7.28033 0.21967C7.42098 0.360322 7.5 0.551088 7.5 0.75C7.5 0.948912 7.42098 1.13968 7.28033 1.28033C7.13968 1.42098 6.94891 1.5 6.75 1.5H2.25ZM16.5 0.75C16.5 0.551088 16.579 0.360322 16.7197 0.21967C16.8603 0.0790176 17.0511 0 17.25 0H21.75C22.3467 0 22.919 0.237053 23.341 0.65901C23.7629 1.08097 24 1.65326 24 2.25V6.75C24 6.94891 23.921 7.13968 23.7803 7.28033C23.6397 7.42098 23.4489 7.5 23.25 7.5C23.0511 7.5 22.8603 7.42098 22.7197 7.28033C22.579 7.13968 22.5 6.94891 22.5 6.75V2.25C22.5 2.05109 22.421 1.86032 22.2803 1.71967C22.1397 1.57902 21.9489 1.5 21.75 1.5H17.25C17.0511 1.5 16.8603 1.42098 16.7197 1.28033C16.579 1.13968 16.5 0.948912 16.5 0.75ZM0.75 16.5C0.948912 16.5 1.13968 16.579 1.28033 16.7197C1.42098 16.8603 1.5 17.0511 1.5 17.25V21.75C1.5 21.9489 1.57902 22.1397 1.71967 22.2803C1.86032 22.421 2.05109 22.5 2.25 22.5H6.75C6.94891 22.5 7.13968 22.579 7.28033 22.7197C7.42098 22.8603 7.5 23.0511 7.5 23.25C7.5 23.4489 7.42098 23.6397 7.28033 23.7803C7.13968 23.921 6.94891 24 6.75 24H2.25C1.65326 24 1.08097 23.7629 0.65901 23.341C0.237053 22.919 0 22.3467 0 21.75V17.25C0 17.0511 0.0790176 16.8603 0.21967 16.7197C0.360322 16.579 0.551088 16.5 0.75 16.5ZM23.25 16.5C23.4489 16.5 23.6397 16.579 23.7803 16.7197C23.921 16.8603 24 17.0511 24 17.25V21.75C24 22.3467 23.7629 22.919 23.341 23.341C22.919 23.7629 22.3467 24 21.75 24H17.25C17.0511 24 16.8603 23.921 16.7197 23.7803C16.579 23.6397 16.5 23.4489 16.5 23.25C16.5 23.0511 16.579 22.8603 16.7197 22.7197C16.8603 22.579 17.0511 22.5 17.25 22.5H21.75C21.9489 22.5 22.1397 22.421 22.2803 22.2803C22.421 22.1397 22.5 21.9489 22.5 21.75V17.25C22.5 17.0511 22.579 16.8603 22.7197 16.7197C22.8603 16.579 23.0511 16.5 23.25 16.5Z' fill='%231E2346'/%3E%3Cpath d='M4.5 21C4.5 21 3 21 3 19.5C3 18 4.5 13.5 12 13.5C19.5 13.5 21 18 21 19.5C21 21 19.5 21 19.5 21H4.5ZM16.5 7.5C16.5 8.69347 16.0259 9.83807 15.182 10.682C14.3381 11.5259 13.1935 12 12 12C10.8065 12 9.66193 11.5259 8.81802 10.682C7.97411 9.83807 7.5 8.69347 7.5 7.5C7.5 6.30653 7.97411 5.16193 8.81802 4.31802C9.66193 3.47411 10.8065 3 12 3C13.1935 3 14.3381 3.47411 15.182 4.31802C16.0259 5.16193 16.5 6.30653 16.5 7.5Z' fill='%231E2346'/%3E%3C/svg%3E");
}

.icon_14_CV_SENT_TO_THE_CLIENT {
    width: 14px;
    height: 14px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.25 1.5C2.05109 1.5 1.86032 1.57902 1.71967 1.71967C1.57902 1.86032 1.5 2.05109 1.5 2.25V6.75C1.5 6.94891 1.42098 7.13968 1.28033 7.28033C1.13968 7.42098 0.948912 7.5 0.75 7.5C0.551088 7.5 0.360322 7.42098 0.21967 7.28033C0.0790176 7.13968 0 6.94891 0 6.75V2.25C0 1.65326 0.237053 1.08097 0.65901 0.65901C1.08097 0.237053 1.65326 0 2.25 0H6.75C6.94891 0 7.13968 0.0790176 7.28033 0.21967C7.42098 0.360322 7.5 0.551088 7.5 0.75C7.5 0.948912 7.42098 1.13968 7.28033 1.28033C7.13968 1.42098 6.94891 1.5 6.75 1.5H2.25ZM16.5 0.75C16.5 0.551088 16.579 0.360322 16.7197 0.21967C16.8603 0.0790176 17.0511 0 17.25 0H21.75C22.3467 0 22.919 0.237053 23.341 0.65901C23.7629 1.08097 24 1.65326 24 2.25V6.75C24 6.94891 23.921 7.13968 23.7803 7.28033C23.6397 7.42098 23.4489 7.5 23.25 7.5C23.0511 7.5 22.8603 7.42098 22.7197 7.28033C22.579 7.13968 22.5 6.94891 22.5 6.75V2.25C22.5 2.05109 22.421 1.86032 22.2803 1.71967C22.1397 1.57902 21.9489 1.5 21.75 1.5H17.25C17.0511 1.5 16.8603 1.42098 16.7197 1.28033C16.579 1.13968 16.5 0.948912 16.5 0.75ZM0.75 16.5C0.948912 16.5 1.13968 16.579 1.28033 16.7197C1.42098 16.8603 1.5 17.0511 1.5 17.25V21.75C1.5 21.9489 1.57902 22.1397 1.71967 22.2803C1.86032 22.421 2.05109 22.5 2.25 22.5H6.75C6.94891 22.5 7.13968 22.579 7.28033 22.7197C7.42098 22.8603 7.5 23.0511 7.5 23.25C7.5 23.4489 7.42098 23.6397 7.28033 23.7803C7.13968 23.921 6.94891 24 6.75 24H2.25C1.65326 24 1.08097 23.7629 0.65901 23.341C0.237053 22.919 0 22.3467 0 21.75V17.25C0 17.0511 0.0790176 16.8603 0.21967 16.7197C0.360322 16.579 0.551088 16.5 0.75 16.5ZM23.25 16.5C23.4489 16.5 23.6397 16.579 23.7803 16.7197C23.921 16.8603 24 17.0511 24 17.25V21.75C24 22.3467 23.7629 22.919 23.341 23.341C22.919 23.7629 22.3467 24 21.75 24H17.25C17.0511 24 16.8603 23.921 16.7197 23.7803C16.579 23.6397 16.5 23.4489 16.5 23.25C16.5 23.0511 16.579 22.8603 16.7197 22.7197C16.8603 22.579 17.0511 22.5 17.25 22.5H21.75C21.9489 22.5 22.1397 22.421 22.2803 22.2803C22.421 22.1397 22.5 21.9489 22.5 21.75V17.25C22.5 17.0511 22.579 16.8603 22.7197 16.7197C22.8603 16.579 23.0511 16.5 23.25 16.5Z' fill='%231E2346'/%3E%3Cpath d='M4.5 21C4.5 21 3 21 3 19.5C3 18 4.5 13.5 12 13.5C19.5 13.5 21 18 21 19.5C21 21 19.5 21 19.5 21H4.5ZM16.5 7.5C16.5 8.69347 16.0259 9.83807 15.182 10.682C14.3381 11.5259 13.1935 12 12 12C10.8065 12 9.66193 11.5259 8.81802 10.682C7.97411 9.83807 7.5 8.69347 7.5 7.5C7.5 6.30653 7.97411 5.16193 8.81802 4.31802C9.66193 3.47411 10.8065 3 12 3C13.1935 3 14.3381 3.47411 15.182 4.31802C16.0259 5.16193 16.5 6.30653 16.5 7.5Z' fill='%231E2346'/%3E%3C/svg%3E");
}

.icon_14_CV_SENT_TO_THE_CLIENT_white {
    width: 14px;
    height: 14px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 24 24' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.25 1.5C2.05109 1.5 1.86032 1.57902 1.71967 1.71967C1.57902 1.86032 1.5 2.05109 1.5 2.25V6.75C1.5 6.94891 1.42098 7.13968 1.28033 7.28033C1.13968 7.42098 0.948912 7.5 0.75 7.5C0.551088 7.5 0.360322 7.42098 0.21967 7.28033C0.0790176 7.13968 0 6.94891 0 6.75V2.25C0 1.65326 0.237053 1.08097 0.65901 0.65901C1.08097 0.237053 1.65326 0 2.25 0H6.75C6.94891 0 7.13968 0.0790176 7.28033 0.21967C7.42098 0.360322 7.5 0.551088 7.5 0.75C7.5 0.948912 7.42098 1.13968 7.28033 1.28033C7.13968 1.42098 6.94891 1.5 6.75 1.5H2.25ZM16.5 0.75C16.5 0.551088 16.579 0.360322 16.7197 0.21967C16.8603 0.0790176 17.0511 0 17.25 0H21.75C22.3467 0 22.919 0.237053 23.341 0.65901C23.7629 1.08097 24 1.65326 24 2.25V6.75C24 6.94891 23.921 7.13968 23.7803 7.28033C23.6397 7.42098 23.4489 7.5 23.25 7.5C23.0511 7.5 22.8603 7.42098 22.7197 7.28033C22.579 7.13968 22.5 6.94891 22.5 6.75V2.25C22.5 2.05109 22.421 1.86032 22.2803 1.71967C22.1397 1.57902 21.9489 1.5 21.75 1.5H17.25C17.0511 1.5 16.8603 1.42098 16.7197 1.28033C16.579 1.13968 16.5 0.948912 16.5 0.75ZM0.75 16.5C0.948912 16.5 1.13968 16.579 1.28033 16.7197C1.42098 16.8603 1.5 17.0511 1.5 17.25V21.75C1.5 21.9489 1.57902 22.1397 1.71967 22.2803C1.86032 22.421 2.05109 22.5 2.25 22.5H6.75C6.94891 22.5 7.13968 22.579 7.28033 22.7197C7.42098 22.8603 7.5 23.0511 7.5 23.25C7.5 23.4489 7.42098 23.6397 7.28033 23.7803C7.13968 23.921 6.94891 24 6.75 24H2.25C1.65326 24 1.08097 23.7629 0.65901 23.341C0.237053 22.919 0 22.3467 0 21.75V17.25C0 17.0511 0.0790176 16.8603 0.21967 16.7197C0.360322 16.579 0.551088 16.5 0.75 16.5ZM23.25 16.5C23.4489 16.5 23.6397 16.579 23.7803 16.7197C23.921 16.8603 24 17.0511 24 17.25V21.75C24 22.3467 23.7629 22.919 23.341 23.341C22.919 23.7629 22.3467 24 21.75 24H17.25C17.0511 24 16.8603 23.921 16.7197 23.7803C16.579 23.6397 16.5 23.4489 16.5 23.25C16.5 23.0511 16.579 22.8603 16.7197 22.7197C16.8603 22.579 17.0511 22.5 17.25 22.5H21.75C21.9489 22.5 22.1397 22.421 22.2803 22.2803C22.421 22.1397 22.5 21.9489 22.5 21.75V17.25C22.5 17.0511 22.579 16.8603 22.7197 16.7197C22.8603 16.579 23.0511 16.5 23.25 16.5Z' fill='white'/%3E%3Cpath d='M4.5 21C4.5 21 3 21 3 19.5C3 18 4.5 13.5 12 13.5C19.5 13.5 21 18 21 19.5C21 21 19.5 21 19.5 21H4.5ZM16.5 7.5C16.5 8.69347 16.0259 9.83807 15.182 10.682C14.3381 11.5259 13.1935 12 12 12C10.8065 12 9.66193 11.5259 8.81802 10.682C7.97411 9.83807 7.5 8.69347 7.5 7.5C7.5 6.30653 7.97411 5.16193 8.81802 4.31802C9.66193 3.47411 10.8065 3 12 3C13.1935 3 14.3381 3.47411 15.182 4.31802C16.0259 5.16193 16.5 6.30653 16.5 7.5Z' fill='white'/%3E%3C/svg%3E");
}


.icon_24_FIRST_INTERVIEW {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='18' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.5 18C22.5 18 24 18 24 16.5C24 15 22.5 10.5 16.5 10.5C10.5 10.5 9 15 9 16.5C9 18 10.5 18 10.5 18H22.5ZM10.533 16.5C10.5219 16.4985 10.5109 16.4965 10.5 16.494C10.5015 16.098 10.7505 14.949 11.64 13.914C12.468 12.9435 13.923 12 16.5 12C19.0755 12 20.5305 12.945 21.36 13.914C22.2495 14.949 22.497 16.0995 22.5 16.494L22.488 16.497C22.481 16.4982 22.474 16.4992 22.467 16.5H10.533ZM16.5 7.5C17.2956 7.5 18.0587 7.18393 18.6213 6.62132C19.1839 6.05871 19.5 5.29565 19.5 4.5C19.5 3.70435 19.1839 2.94129 18.6213 2.37868C18.0587 1.81607 17.2956 1.5 16.5 1.5C15.7044 1.5 14.9413 1.81607 14.3787 2.37868C13.8161 2.94129 13.5 3.70435 13.5 4.5C13.5 5.29565 13.8161 6.05871 14.3787 6.62132C14.9413 7.18393 15.7044 7.5 16.5 7.5ZM21 4.5C21 5.09095 20.8836 5.67611 20.6575 6.22208C20.4313 6.76804 20.0998 7.26412 19.682 7.68198C19.2641 8.09984 18.768 8.43131 18.2221 8.65746C17.6761 8.8836 17.0909 9 16.5 9C15.9091 9 15.3239 8.8836 14.7779 8.65746C14.232 8.43131 13.7359 8.09984 13.318 7.68198C12.9002 7.26412 12.5687 6.76804 12.3425 6.22208C12.1164 5.67611 12 5.09095 12 4.5C12 3.30653 12.4741 2.16193 13.318 1.31802C14.1619 0.474106 15.3065 0 16.5 0C17.6935 0 18.8381 0.474106 19.682 1.31802C20.5259 2.16193 21 3.30653 21 4.5ZM10.404 10.92C9.80397 10.7311 9.18545 10.6069 8.559 10.5495C8.207 10.516 7.85359 10.4995 7.5 10.5C1.5 10.5 0 15 0 16.5C0 17.5005 0.4995 18 1.5 18H7.824C7.60163 17.5317 7.49074 17.0183 7.5 16.5C7.5 14.985 8.0655 13.437 9.135 12.144C9.4995 11.703 9.924 11.2905 10.404 10.92ZM7.38 12C6.49223 13.3339 6.01266 14.8977 6 16.5H1.5C1.5 16.11 1.746 14.955 2.64 13.914C3.4575 12.96 4.878 12.03 7.38 12.0015V12ZM2.25 5.25C2.25 4.05653 2.72411 2.91193 3.56802 2.06802C4.41193 1.22411 5.55653 0.75 6.75 0.75C7.94347 0.75 9.08807 1.22411 9.93198 2.06802C10.7759 2.91193 11.25 4.05653 11.25 5.25C11.25 6.44347 10.7759 7.58807 9.93198 8.43198C9.08807 9.27589 7.94347 9.75 6.75 9.75C5.55653 9.75 4.41193 9.27589 3.56802 8.43198C2.72411 7.58807 2.25 6.44347 2.25 5.25ZM6.75 2.25C5.95435 2.25 5.19129 2.56607 4.62868 3.12868C4.06607 3.69129 3.75 4.45435 3.75 5.25C3.75 6.04565 4.06607 6.80871 4.62868 7.37132C5.19129 7.93393 5.95435 8.25 6.75 8.25C7.54565 8.25 8.30871 7.93393 8.87132 7.37132C9.43393 6.80871 9.75 6.04565 9.75 5.25C9.75 4.45435 9.43393 3.69129 8.87132 3.12868C8.30871 2.56607 7.54565 2.25 6.75 2.25Z' fill='%231E2346'/%3E%3C/svg%3E");
    width: 24px;
    height: 18px;
    display: inline-block;
}

.icon_14_FIRST_INTERVIEW {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.5 18C22.5 18 24 18 24 16.5C24 15 22.5 10.5 16.5 10.5C10.5 10.5 9 15 9 16.5C9 18 10.5 18 10.5 18H22.5ZM10.533 16.5C10.5219 16.4985 10.5109 16.4965 10.5 16.494C10.5015 16.098 10.7505 14.949 11.64 13.914C12.468 12.9435 13.923 12 16.5 12C19.0755 12 20.5305 12.945 21.36 13.914C22.2495 14.949 22.497 16.0995 22.5 16.494L22.488 16.497C22.481 16.4982 22.474 16.4992 22.467 16.5H10.533ZM16.5 7.5C17.2956 7.5 18.0587 7.18393 18.6213 6.62132C19.1839 6.05871 19.5 5.29565 19.5 4.5C19.5 3.70435 19.1839 2.94129 18.6213 2.37868C18.0587 1.81607 17.2956 1.5 16.5 1.5C15.7044 1.5 14.9413 1.81607 14.3787 2.37868C13.8161 2.94129 13.5 3.70435 13.5 4.5C13.5 5.29565 13.8161 6.05871 14.3787 6.62132C14.9413 7.18393 15.7044 7.5 16.5 7.5ZM21 4.5C21 5.09095 20.8836 5.67611 20.6575 6.22208C20.4313 6.76804 20.0998 7.26412 19.682 7.68198C19.2641 8.09984 18.768 8.43131 18.2221 8.65746C17.6761 8.8836 17.0909 9 16.5 9C15.9091 9 15.3239 8.8836 14.7779 8.65746C14.232 8.43131 13.7359 8.09984 13.318 7.68198C12.9002 7.26412 12.5687 6.76804 12.3425 6.22208C12.1164 5.67611 12 5.09095 12 4.5C12 3.30653 12.4741 2.16193 13.318 1.31802C14.1619 0.474106 15.3065 0 16.5 0C17.6935 0 18.8381 0.474106 19.682 1.31802C20.5259 2.16193 21 3.30653 21 4.5ZM10.404 10.92C9.80397 10.7311 9.18545 10.6069 8.559 10.5495C8.207 10.516 7.85359 10.4995 7.5 10.5C1.5 10.5 0 15 0 16.5C0 17.5005 0.4995 18 1.5 18H7.824C7.60163 17.5317 7.49074 17.0183 7.5 16.5C7.5 14.985 8.0655 13.437 9.135 12.144C9.4995 11.703 9.924 11.2905 10.404 10.92ZM7.38 12C6.49223 13.3339 6.01266 14.8977 6 16.5H1.5C1.5 16.11 1.746 14.955 2.64 13.914C3.4575 12.96 4.878 12.03 7.38 12.0015V12ZM2.25 5.25C2.25 4.05653 2.72411 2.91193 3.56802 2.06802C4.41193 1.22411 5.55653 0.75 6.75 0.75C7.94347 0.75 9.08807 1.22411 9.93198 2.06802C10.7759 2.91193 11.25 4.05653 11.25 5.25C11.25 6.44347 10.7759 7.58807 9.93198 8.43198C9.08807 9.27589 7.94347 9.75 6.75 9.75C5.55653 9.75 4.41193 9.27589 3.56802 8.43198C2.72411 7.58807 2.25 6.44347 2.25 5.25ZM6.75 2.25C5.95435 2.25 5.19129 2.56607 4.62868 3.12868C4.06607 3.69129 3.75 4.45435 3.75 5.25C3.75 6.04565 4.06607 6.80871 4.62868 7.37132C5.19129 7.93393 5.95435 8.25 6.75 8.25C7.54565 8.25 8.30871 7.93393 8.87132 7.37132C9.43393 6.80871 9.75 6.04565 9.75 5.25C9.75 4.45435 9.43393 3.69129 8.87132 3.12868C8.30871 2.56607 7.54565 2.25 6.75 2.25Z' fill='%231E2346'/%3E%3C/svg%3E");
    width: 14px;
    height: 11px;
    display: inline-block;
}

.icon_14_FIRST_INTERVIEW_white {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.5 18C22.5 18 24 18 24 16.5C24 15 22.5 10.5 16.5 10.5C10.5 10.5 9 15 9 16.5C9 18 10.5 18 10.5 18H22.5ZM10.533 16.5C10.5219 16.4985 10.5109 16.4965 10.5 16.494C10.5015 16.098 10.7505 14.949 11.64 13.914C12.468 12.9435 13.923 12 16.5 12C19.0755 12 20.5305 12.945 21.36 13.914C22.2495 14.949 22.497 16.0995 22.5 16.494L22.488 16.497C22.481 16.4982 22.474 16.4992 22.467 16.5H10.533ZM16.5 7.5C17.2956 7.5 18.0587 7.18393 18.6213 6.62132C19.1839 6.05871 19.5 5.29565 19.5 4.5C19.5 3.70435 19.1839 2.94129 18.6213 2.37868C18.0587 1.81607 17.2956 1.5 16.5 1.5C15.7044 1.5 14.9413 1.81607 14.3787 2.37868C13.8161 2.94129 13.5 3.70435 13.5 4.5C13.5 5.29565 13.8161 6.05871 14.3787 6.62132C14.9413 7.18393 15.7044 7.5 16.5 7.5ZM21 4.5C21 5.09095 20.8836 5.67611 20.6575 6.22208C20.4313 6.76804 20.0998 7.26412 19.682 7.68198C19.2641 8.09984 18.768 8.43131 18.2221 8.65746C17.6761 8.8836 17.0909 9 16.5 9C15.9091 9 15.3239 8.8836 14.7779 8.65746C14.232 8.43131 13.7359 8.09984 13.318 7.68198C12.9002 7.26412 12.5687 6.76804 12.3425 6.22208C12.1164 5.67611 12 5.09095 12 4.5C12 3.30653 12.4741 2.16193 13.318 1.31802C14.1619 0.474106 15.3065 0 16.5 0C17.6935 0 18.8381 0.474106 19.682 1.31802C20.5259 2.16193 21 3.30653 21 4.5ZM10.404 10.92C9.80397 10.7311 9.18545 10.6069 8.559 10.5495C8.207 10.516 7.85359 10.4995 7.5 10.5C1.5 10.5 0 15 0 16.5C0 17.5005 0.4995 18 1.5 18H7.824C7.60163 17.5317 7.49074 17.0183 7.5 16.5C7.5 14.985 8.0655 13.437 9.135 12.144C9.4995 11.703 9.924 11.2905 10.404 10.92ZM7.38 12C6.49223 13.3339 6.01266 14.8977 6 16.5H1.5C1.5 16.11 1.746 14.955 2.64 13.914C3.4575 12.96 4.878 12.03 7.38 12.0015V12ZM2.25 5.25C2.25 4.05653 2.72411 2.91193 3.56802 2.06802C4.41193 1.22411 5.55653 0.75 6.75 0.75C7.94347 0.75 9.08807 1.22411 9.93198 2.06802C10.7759 2.91193 11.25 4.05653 11.25 5.25C11.25 6.44347 10.7759 7.58807 9.93198 8.43198C9.08807 9.27589 7.94347 9.75 6.75 9.75C5.55653 9.75 4.41193 9.27589 3.56802 8.43198C2.72411 7.58807 2.25 6.44347 2.25 5.25ZM6.75 2.25C5.95435 2.25 5.19129 2.56607 4.62868 3.12868C4.06607 3.69129 3.75 4.45435 3.75 5.25C3.75 6.04565 4.06607 6.80871 4.62868 7.37132C5.19129 7.93393 5.95435 8.25 6.75 8.25C7.54565 8.25 8.30871 7.93393 8.87132 7.37132C9.43393 6.80871 9.75 6.04565 9.75 5.25C9.75 4.45435 9.43393 3.69129 8.87132 3.12868C8.30871 2.56607 7.54565 2.25 6.75 2.25Z' fill='white'/%3E%3C/svg%3E");
    width: 14px;
    height: 11px;
    display: inline-block;
}

.icon_24_INTERVIEW_WITH_CLIENT {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='18' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.5 18C22.5 18 24 18 24 16.5C24 15 22.5 10.5 16.5 10.5C10.5 10.5 9 15 9 16.5C9 18 10.5 18 10.5 18H22.5ZM10.533 16.5C10.5219 16.4985 10.5109 16.4965 10.5 16.494C10.5015 16.098 10.7505 14.949 11.64 13.914C12.468 12.9435 13.923 12 16.5 12C19.0755 12 20.5305 12.945 21.36 13.914C22.2495 14.949 22.497 16.0995 22.5 16.494L22.488 16.497C22.481 16.4982 22.474 16.4992 22.467 16.5H10.533ZM16.5 7.5C17.2956 7.5 18.0587 7.18393 18.6213 6.62132C19.1839 6.05871 19.5 5.29565 19.5 4.5C19.5 3.70435 19.1839 2.94129 18.6213 2.37868C18.0587 1.81607 17.2956 1.5 16.5 1.5C15.7044 1.5 14.9413 1.81607 14.3787 2.37868C13.8161 2.94129 13.5 3.70435 13.5 4.5C13.5 5.29565 13.8161 6.05871 14.3787 6.62132C14.9413 7.18393 15.7044 7.5 16.5 7.5ZM21 4.5C21 5.09095 20.8836 5.67611 20.6575 6.22208C20.4313 6.76804 20.0998 7.26412 19.682 7.68198C19.2641 8.09984 18.768 8.43131 18.2221 8.65746C17.6761 8.8836 17.0909 9 16.5 9C15.9091 9 15.3239 8.8836 14.7779 8.65746C14.232 8.43131 13.7359 8.09984 13.318 7.68198C12.9002 7.26412 12.5687 6.76804 12.3425 6.22208C12.1164 5.67611 12 5.09095 12 4.5C12 3.30653 12.4741 2.16193 13.318 1.31802C14.1619 0.474106 15.3065 0 16.5 0C17.6935 0 18.8381 0.474106 19.682 1.31802C20.5259 2.16193 21 3.30653 21 4.5ZM10.404 10.92C9.80397 10.7311 9.18545 10.6069 8.559 10.5495C8.207 10.516 7.85359 10.4995 7.5 10.5C1.5 10.5 0 15 0 16.5C0 17.5005 0.4995 18 1.5 18H7.824C7.60163 17.5317 7.49074 17.0183 7.5 16.5C7.5 14.985 8.0655 13.437 9.135 12.144C9.4995 11.703 9.924 11.2905 10.404 10.92ZM7.38 12C6.49223 13.3339 6.01266 14.8977 6 16.5H1.5C1.5 16.11 1.746 14.955 2.64 13.914C3.4575 12.96 4.878 12.03 7.38 12.0015V12ZM2.25 5.25C2.25 4.05653 2.72411 2.91193 3.56802 2.06802C4.41193 1.22411 5.55653 0.75 6.75 0.75C7.94347 0.75 9.08807 1.22411 9.93198 2.06802C10.7759 2.91193 11.25 4.05653 11.25 5.25C11.25 6.44347 10.7759 7.58807 9.93198 8.43198C9.08807 9.27589 7.94347 9.75 6.75 9.75C5.55653 9.75 4.41193 9.27589 3.56802 8.43198C2.72411 7.58807 2.25 6.44347 2.25 5.25ZM6.75 2.25C5.95435 2.25 5.19129 2.56607 4.62868 3.12868C4.06607 3.69129 3.75 4.45435 3.75 5.25C3.75 6.04565 4.06607 6.80871 4.62868 7.37132C5.19129 7.93393 5.95435 8.25 6.75 8.25C7.54565 8.25 8.30871 7.93393 8.87132 7.37132C9.43393 6.80871 9.75 6.04565 9.75 5.25C9.75 4.45435 9.43393 3.69129 8.87132 3.12868C8.30871 2.56607 7.54565 2.25 6.75 2.25Z' fill='%231E2346'/%3E%3C/svg%3E");
    width: 24px;
    height: 18px;
    display: inline-block;
}

.icon_14_INTERVIEW_WITH_CLIENT {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.5 18C22.5 18 24 18 24 16.5C24 15 22.5 10.5 16.5 10.5C10.5 10.5 9 15 9 16.5C9 18 10.5 18 10.5 18H22.5ZM10.533 16.5C10.5219 16.4985 10.5109 16.4965 10.5 16.494C10.5015 16.098 10.7505 14.949 11.64 13.914C12.468 12.9435 13.923 12 16.5 12C19.0755 12 20.5305 12.945 21.36 13.914C22.2495 14.949 22.497 16.0995 22.5 16.494L22.488 16.497C22.481 16.4982 22.474 16.4992 22.467 16.5H10.533ZM16.5 7.5C17.2956 7.5 18.0587 7.18393 18.6213 6.62132C19.1839 6.05871 19.5 5.29565 19.5 4.5C19.5 3.70435 19.1839 2.94129 18.6213 2.37868C18.0587 1.81607 17.2956 1.5 16.5 1.5C15.7044 1.5 14.9413 1.81607 14.3787 2.37868C13.8161 2.94129 13.5 3.70435 13.5 4.5C13.5 5.29565 13.8161 6.05871 14.3787 6.62132C14.9413 7.18393 15.7044 7.5 16.5 7.5ZM21 4.5C21 5.09095 20.8836 5.67611 20.6575 6.22208C20.4313 6.76804 20.0998 7.26412 19.682 7.68198C19.2641 8.09984 18.768 8.43131 18.2221 8.65746C17.6761 8.8836 17.0909 9 16.5 9C15.9091 9 15.3239 8.8836 14.7779 8.65746C14.232 8.43131 13.7359 8.09984 13.318 7.68198C12.9002 7.26412 12.5687 6.76804 12.3425 6.22208C12.1164 5.67611 12 5.09095 12 4.5C12 3.30653 12.4741 2.16193 13.318 1.31802C14.1619 0.474106 15.3065 0 16.5 0C17.6935 0 18.8381 0.474106 19.682 1.31802C20.5259 2.16193 21 3.30653 21 4.5ZM10.404 10.92C9.80397 10.7311 9.18545 10.6069 8.559 10.5495C8.207 10.516 7.85359 10.4995 7.5 10.5C1.5 10.5 0 15 0 16.5C0 17.5005 0.4995 18 1.5 18H7.824C7.60163 17.5317 7.49074 17.0183 7.5 16.5C7.5 14.985 8.0655 13.437 9.135 12.144C9.4995 11.703 9.924 11.2905 10.404 10.92ZM7.38 12C6.49223 13.3339 6.01266 14.8977 6 16.5H1.5C1.5 16.11 1.746 14.955 2.64 13.914C3.4575 12.96 4.878 12.03 7.38 12.0015V12ZM2.25 5.25C2.25 4.05653 2.72411 2.91193 3.56802 2.06802C4.41193 1.22411 5.55653 0.75 6.75 0.75C7.94347 0.75 9.08807 1.22411 9.93198 2.06802C10.7759 2.91193 11.25 4.05653 11.25 5.25C11.25 6.44347 10.7759 7.58807 9.93198 8.43198C9.08807 9.27589 7.94347 9.75 6.75 9.75C5.55653 9.75 4.41193 9.27589 3.56802 8.43198C2.72411 7.58807 2.25 6.44347 2.25 5.25ZM6.75 2.25C5.95435 2.25 5.19129 2.56607 4.62868 3.12868C4.06607 3.69129 3.75 4.45435 3.75 5.25C3.75 6.04565 4.06607 6.80871 4.62868 7.37132C5.19129 7.93393 5.95435 8.25 6.75 8.25C7.54565 8.25 8.30871 7.93393 8.87132 7.37132C9.43393 6.80871 9.75 6.04565 9.75 5.25C9.75 4.45435 9.43393 3.69129 8.87132 3.12868C8.30871 2.56607 7.54565 2.25 6.75 2.25Z' fill='%231E2346'/%3E%3C/svg%3E");
    width: 14px;
    height: 11px;
    display: inline-block;
}

.icon_14_INTERVIEW_WITH_CLIENT_white {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.5 18C22.5 18 24 18 24 16.5C24 15 22.5 10.5 16.5 10.5C10.5 10.5 9 15 9 16.5C9 18 10.5 18 10.5 18H22.5ZM10.533 16.5C10.5219 16.4985 10.5109 16.4965 10.5 16.494C10.5015 16.098 10.7505 14.949 11.64 13.914C12.468 12.9435 13.923 12 16.5 12C19.0755 12 20.5305 12.945 21.36 13.914C22.2495 14.949 22.497 16.0995 22.5 16.494L22.488 16.497C22.481 16.4982 22.474 16.4992 22.467 16.5H10.533ZM16.5 7.5C17.2956 7.5 18.0587 7.18393 18.6213 6.62132C19.1839 6.05871 19.5 5.29565 19.5 4.5C19.5 3.70435 19.1839 2.94129 18.6213 2.37868C18.0587 1.81607 17.2956 1.5 16.5 1.5C15.7044 1.5 14.9413 1.81607 14.3787 2.37868C13.8161 2.94129 13.5 3.70435 13.5 4.5C13.5 5.29565 13.8161 6.05871 14.3787 6.62132C14.9413 7.18393 15.7044 7.5 16.5 7.5ZM21 4.5C21 5.09095 20.8836 5.67611 20.6575 6.22208C20.4313 6.76804 20.0998 7.26412 19.682 7.68198C19.2641 8.09984 18.768 8.43131 18.2221 8.65746C17.6761 8.8836 17.0909 9 16.5 9C15.9091 9 15.3239 8.8836 14.7779 8.65746C14.232 8.43131 13.7359 8.09984 13.318 7.68198C12.9002 7.26412 12.5687 6.76804 12.3425 6.22208C12.1164 5.67611 12 5.09095 12 4.5C12 3.30653 12.4741 2.16193 13.318 1.31802C14.1619 0.474106 15.3065 0 16.5 0C17.6935 0 18.8381 0.474106 19.682 1.31802C20.5259 2.16193 21 3.30653 21 4.5ZM10.404 10.92C9.80397 10.7311 9.18545 10.6069 8.559 10.5495C8.207 10.516 7.85359 10.4995 7.5 10.5C1.5 10.5 0 15 0 16.5C0 17.5005 0.4995 18 1.5 18H7.824C7.60163 17.5317 7.49074 17.0183 7.5 16.5C7.5 14.985 8.0655 13.437 9.135 12.144C9.4995 11.703 9.924 11.2905 10.404 10.92ZM7.38 12C6.49223 13.3339 6.01266 14.8977 6 16.5H1.5C1.5 16.11 1.746 14.955 2.64 13.914C3.4575 12.96 4.878 12.03 7.38 12.0015V12ZM2.25 5.25C2.25 4.05653 2.72411 2.91193 3.56802 2.06802C4.41193 1.22411 5.55653 0.75 6.75 0.75C7.94347 0.75 9.08807 1.22411 9.93198 2.06802C10.7759 2.91193 11.25 4.05653 11.25 5.25C11.25 6.44347 10.7759 7.58807 9.93198 8.43198C9.08807 9.27589 7.94347 9.75 6.75 9.75C5.55653 9.75 4.41193 9.27589 3.56802 8.43198C2.72411 7.58807 2.25 6.44347 2.25 5.25ZM6.75 2.25C5.95435 2.25 5.19129 2.56607 4.62868 3.12868C4.06607 3.69129 3.75 4.45435 3.75 5.25C3.75 6.04565 4.06607 6.80871 4.62868 7.37132C5.19129 7.93393 5.95435 8.25 6.75 8.25C7.54565 8.25 8.30871 7.93393 8.87132 7.37132C9.43393 6.80871 9.75 6.04565 9.75 5.25C9.75 4.45435 9.43393 3.69129 8.87132 3.12868C8.30871 2.56607 7.54565 2.25 6.75 2.25Z' fill='white'/%3E%3C/svg%3E");
    width: 14px;
    height: 11px;
    display: inline-block;
}

.icon_24_SECOND_INTERVIEW {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='18' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.5 18C22.5 18 24 18 24 16.5C24 15 22.5 10.5 16.5 10.5C10.5 10.5 9 15 9 16.5C9 18 10.5 18 10.5 18H22.5ZM10.533 16.5C10.5219 16.4985 10.5109 16.4965 10.5 16.494C10.5015 16.098 10.7505 14.949 11.64 13.914C12.468 12.9435 13.923 12 16.5 12C19.0755 12 20.5305 12.945 21.36 13.914C22.2495 14.949 22.497 16.0995 22.5 16.494L22.488 16.497C22.481 16.4982 22.474 16.4992 22.467 16.5H10.533ZM16.5 7.5C17.2956 7.5 18.0587 7.18393 18.6213 6.62132C19.1839 6.05871 19.5 5.29565 19.5 4.5C19.5 3.70435 19.1839 2.94129 18.6213 2.37868C18.0587 1.81607 17.2956 1.5 16.5 1.5C15.7044 1.5 14.9413 1.81607 14.3787 2.37868C13.8161 2.94129 13.5 3.70435 13.5 4.5C13.5 5.29565 13.8161 6.05871 14.3787 6.62132C14.9413 7.18393 15.7044 7.5 16.5 7.5ZM21 4.5C21 5.09095 20.8836 5.67611 20.6575 6.22208C20.4313 6.76804 20.0998 7.26412 19.682 7.68198C19.2641 8.09984 18.768 8.43131 18.2221 8.65746C17.6761 8.8836 17.0909 9 16.5 9C15.9091 9 15.3239 8.8836 14.7779 8.65746C14.232 8.43131 13.7359 8.09984 13.318 7.68198C12.9002 7.26412 12.5687 6.76804 12.3425 6.22208C12.1164 5.67611 12 5.09095 12 4.5C12 3.30653 12.4741 2.16193 13.318 1.31802C14.1619 0.474106 15.3065 0 16.5 0C17.6935 0 18.8381 0.474106 19.682 1.31802C20.5259 2.16193 21 3.30653 21 4.5ZM10.404 10.92C9.80397 10.7311 9.18545 10.6069 8.559 10.5495C8.207 10.516 7.85359 10.4995 7.5 10.5C1.5 10.5 0 15 0 16.5C0 17.5005 0.4995 18 1.5 18H7.824C7.60163 17.5317 7.49074 17.0183 7.5 16.5C7.5 14.985 8.0655 13.437 9.135 12.144C9.4995 11.703 9.924 11.2905 10.404 10.92ZM7.38 12C6.49223 13.3339 6.01266 14.8977 6 16.5H1.5C1.5 16.11 1.746 14.955 2.64 13.914C3.4575 12.96 4.878 12.03 7.38 12.0015V12ZM2.25 5.25C2.25 4.05653 2.72411 2.91193 3.56802 2.06802C4.41193 1.22411 5.55653 0.75 6.75 0.75C7.94347 0.75 9.08807 1.22411 9.93198 2.06802C10.7759 2.91193 11.25 4.05653 11.25 5.25C11.25 6.44347 10.7759 7.58807 9.93198 8.43198C9.08807 9.27589 7.94347 9.75 6.75 9.75C5.55653 9.75 4.41193 9.27589 3.56802 8.43198C2.72411 7.58807 2.25 6.44347 2.25 5.25ZM6.75 2.25C5.95435 2.25 5.19129 2.56607 4.62868 3.12868C4.06607 3.69129 3.75 4.45435 3.75 5.25C3.75 6.04565 4.06607 6.80871 4.62868 7.37132C5.19129 7.93393 5.95435 8.25 6.75 8.25C7.54565 8.25 8.30871 7.93393 8.87132 7.37132C9.43393 6.80871 9.75 6.04565 9.75 5.25C9.75 4.45435 9.43393 3.69129 8.87132 3.12868C8.30871 2.56607 7.54565 2.25 6.75 2.25Z' fill='%231E2346'/%3E%3C/svg%3E");
    width: 24px;
    height: 18px;
    display: inline-block;
}

.icon_14_SECOND_INTERVIEW {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.5 18C22.5 18 24 18 24 16.5C24 15 22.5 10.5 16.5 10.5C10.5 10.5 9 15 9 16.5C9 18 10.5 18 10.5 18H22.5ZM10.533 16.5C10.5219 16.4985 10.5109 16.4965 10.5 16.494C10.5015 16.098 10.7505 14.949 11.64 13.914C12.468 12.9435 13.923 12 16.5 12C19.0755 12 20.5305 12.945 21.36 13.914C22.2495 14.949 22.497 16.0995 22.5 16.494L22.488 16.497C22.481 16.4982 22.474 16.4992 22.467 16.5H10.533ZM16.5 7.5C17.2956 7.5 18.0587 7.18393 18.6213 6.62132C19.1839 6.05871 19.5 5.29565 19.5 4.5C19.5 3.70435 19.1839 2.94129 18.6213 2.37868C18.0587 1.81607 17.2956 1.5 16.5 1.5C15.7044 1.5 14.9413 1.81607 14.3787 2.37868C13.8161 2.94129 13.5 3.70435 13.5 4.5C13.5 5.29565 13.8161 6.05871 14.3787 6.62132C14.9413 7.18393 15.7044 7.5 16.5 7.5ZM21 4.5C21 5.09095 20.8836 5.67611 20.6575 6.22208C20.4313 6.76804 20.0998 7.26412 19.682 7.68198C19.2641 8.09984 18.768 8.43131 18.2221 8.65746C17.6761 8.8836 17.0909 9 16.5 9C15.9091 9 15.3239 8.8836 14.7779 8.65746C14.232 8.43131 13.7359 8.09984 13.318 7.68198C12.9002 7.26412 12.5687 6.76804 12.3425 6.22208C12.1164 5.67611 12 5.09095 12 4.5C12 3.30653 12.4741 2.16193 13.318 1.31802C14.1619 0.474106 15.3065 0 16.5 0C17.6935 0 18.8381 0.474106 19.682 1.31802C20.5259 2.16193 21 3.30653 21 4.5ZM10.404 10.92C9.80397 10.7311 9.18545 10.6069 8.559 10.5495C8.207 10.516 7.85359 10.4995 7.5 10.5C1.5 10.5 0 15 0 16.5C0 17.5005 0.4995 18 1.5 18H7.824C7.60163 17.5317 7.49074 17.0183 7.5 16.5C7.5 14.985 8.0655 13.437 9.135 12.144C9.4995 11.703 9.924 11.2905 10.404 10.92ZM7.38 12C6.49223 13.3339 6.01266 14.8977 6 16.5H1.5C1.5 16.11 1.746 14.955 2.64 13.914C3.4575 12.96 4.878 12.03 7.38 12.0015V12ZM2.25 5.25C2.25 4.05653 2.72411 2.91193 3.56802 2.06802C4.41193 1.22411 5.55653 0.75 6.75 0.75C7.94347 0.75 9.08807 1.22411 9.93198 2.06802C10.7759 2.91193 11.25 4.05653 11.25 5.25C11.25 6.44347 10.7759 7.58807 9.93198 8.43198C9.08807 9.27589 7.94347 9.75 6.75 9.75C5.55653 9.75 4.41193 9.27589 3.56802 8.43198C2.72411 7.58807 2.25 6.44347 2.25 5.25ZM6.75 2.25C5.95435 2.25 5.19129 2.56607 4.62868 3.12868C4.06607 3.69129 3.75 4.45435 3.75 5.25C3.75 6.04565 4.06607 6.80871 4.62868 7.37132C5.19129 7.93393 5.95435 8.25 6.75 8.25C7.54565 8.25 8.30871 7.93393 8.87132 7.37132C9.43393 6.80871 9.75 6.04565 9.75 5.25C9.75 4.45435 9.43393 3.69129 8.87132 3.12868C8.30871 2.56607 7.54565 2.25 6.75 2.25Z' fill='%231E2346'/%3E%3C/svg%3E");
    width: 14px;
    height: 11px;
    display: inline-block;
}

.icon_14_SECOND_INTERVIEW_white {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.5 18C22.5 18 24 18 24 16.5C24 15 22.5 10.5 16.5 10.5C10.5 10.5 9 15 9 16.5C9 18 10.5 18 10.5 18H22.5ZM10.533 16.5C10.5219 16.4985 10.5109 16.4965 10.5 16.494C10.5015 16.098 10.7505 14.949 11.64 13.914C12.468 12.9435 13.923 12 16.5 12C19.0755 12 20.5305 12.945 21.36 13.914C22.2495 14.949 22.497 16.0995 22.5 16.494L22.488 16.497C22.481 16.4982 22.474 16.4992 22.467 16.5H10.533ZM16.5 7.5C17.2956 7.5 18.0587 7.18393 18.6213 6.62132C19.1839 6.05871 19.5 5.29565 19.5 4.5C19.5 3.70435 19.1839 2.94129 18.6213 2.37868C18.0587 1.81607 17.2956 1.5 16.5 1.5C15.7044 1.5 14.9413 1.81607 14.3787 2.37868C13.8161 2.94129 13.5 3.70435 13.5 4.5C13.5 5.29565 13.8161 6.05871 14.3787 6.62132C14.9413 7.18393 15.7044 7.5 16.5 7.5ZM21 4.5C21 5.09095 20.8836 5.67611 20.6575 6.22208C20.4313 6.76804 20.0998 7.26412 19.682 7.68198C19.2641 8.09984 18.768 8.43131 18.2221 8.65746C17.6761 8.8836 17.0909 9 16.5 9C15.9091 9 15.3239 8.8836 14.7779 8.65746C14.232 8.43131 13.7359 8.09984 13.318 7.68198C12.9002 7.26412 12.5687 6.76804 12.3425 6.22208C12.1164 5.67611 12 5.09095 12 4.5C12 3.30653 12.4741 2.16193 13.318 1.31802C14.1619 0.474106 15.3065 0 16.5 0C17.6935 0 18.8381 0.474106 19.682 1.31802C20.5259 2.16193 21 3.30653 21 4.5ZM10.404 10.92C9.80397 10.7311 9.18545 10.6069 8.559 10.5495C8.207 10.516 7.85359 10.4995 7.5 10.5C1.5 10.5 0 15 0 16.5C0 17.5005 0.4995 18 1.5 18H7.824C7.60163 17.5317 7.49074 17.0183 7.5 16.5C7.5 14.985 8.0655 13.437 9.135 12.144C9.4995 11.703 9.924 11.2905 10.404 10.92ZM7.38 12C6.49223 13.3339 6.01266 14.8977 6 16.5H1.5C1.5 16.11 1.746 14.955 2.64 13.914C3.4575 12.96 4.878 12.03 7.38 12.0015V12ZM2.25 5.25C2.25 4.05653 2.72411 2.91193 3.56802 2.06802C4.41193 1.22411 5.55653 0.75 6.75 0.75C7.94347 0.75 9.08807 1.22411 9.93198 2.06802C10.7759 2.91193 11.25 4.05653 11.25 5.25C11.25 6.44347 10.7759 7.58807 9.93198 8.43198C9.08807 9.27589 7.94347 9.75 6.75 9.75C5.55653 9.75 4.41193 9.27589 3.56802 8.43198C2.72411 7.58807 2.25 6.44347 2.25 5.25ZM6.75 2.25C5.95435 2.25 5.19129 2.56607 4.62868 3.12868C4.06607 3.69129 3.75 4.45435 3.75 5.25C3.75 6.04565 4.06607 6.80871 4.62868 7.37132C5.19129 7.93393 5.95435 8.25 6.75 8.25C7.54565 8.25 8.30871 7.93393 8.87132 7.37132C9.43393 6.80871 9.75 6.04565 9.75 5.25C9.75 4.45435 9.43393 3.69129 8.87132 3.12868C8.30871 2.56607 7.54565 2.25 6.75 2.25Z' fill='white'/%3E%3C/svg%3E");
    width: 14px;
    height: 11px;
    display: inline-block;
}

.icon_24_FINAL_INTERVIEW {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='18' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.5 18C22.5 18 24 18 24 16.5C24 15 22.5 10.5 16.5 10.5C10.5 10.5 9 15 9 16.5C9 18 10.5 18 10.5 18H22.5ZM10.533 16.5C10.5219 16.4985 10.5109 16.4965 10.5 16.494C10.5015 16.098 10.7505 14.949 11.64 13.914C12.468 12.9435 13.923 12 16.5 12C19.0755 12 20.5305 12.945 21.36 13.914C22.2495 14.949 22.497 16.0995 22.5 16.494L22.488 16.497C22.481 16.4982 22.474 16.4992 22.467 16.5H10.533ZM16.5 7.5C17.2956 7.5 18.0587 7.18393 18.6213 6.62132C19.1839 6.05871 19.5 5.29565 19.5 4.5C19.5 3.70435 19.1839 2.94129 18.6213 2.37868C18.0587 1.81607 17.2956 1.5 16.5 1.5C15.7044 1.5 14.9413 1.81607 14.3787 2.37868C13.8161 2.94129 13.5 3.70435 13.5 4.5C13.5 5.29565 13.8161 6.05871 14.3787 6.62132C14.9413 7.18393 15.7044 7.5 16.5 7.5ZM21 4.5C21 5.09095 20.8836 5.67611 20.6575 6.22208C20.4313 6.76804 20.0998 7.26412 19.682 7.68198C19.2641 8.09984 18.768 8.43131 18.2221 8.65746C17.6761 8.8836 17.0909 9 16.5 9C15.9091 9 15.3239 8.8836 14.7779 8.65746C14.232 8.43131 13.7359 8.09984 13.318 7.68198C12.9002 7.26412 12.5687 6.76804 12.3425 6.22208C12.1164 5.67611 12 5.09095 12 4.5C12 3.30653 12.4741 2.16193 13.318 1.31802C14.1619 0.474106 15.3065 0 16.5 0C17.6935 0 18.8381 0.474106 19.682 1.31802C20.5259 2.16193 21 3.30653 21 4.5ZM10.404 10.92C9.80397 10.7311 9.18545 10.6069 8.559 10.5495C8.207 10.516 7.85359 10.4995 7.5 10.5C1.5 10.5 0 15 0 16.5C0 17.5005 0.4995 18 1.5 18H7.824C7.60163 17.5317 7.49074 17.0183 7.5 16.5C7.5 14.985 8.0655 13.437 9.135 12.144C9.4995 11.703 9.924 11.2905 10.404 10.92ZM7.38 12C6.49223 13.3339 6.01266 14.8977 6 16.5H1.5C1.5 16.11 1.746 14.955 2.64 13.914C3.4575 12.96 4.878 12.03 7.38 12.0015V12ZM2.25 5.25C2.25 4.05653 2.72411 2.91193 3.56802 2.06802C4.41193 1.22411 5.55653 0.75 6.75 0.75C7.94347 0.75 9.08807 1.22411 9.93198 2.06802C10.7759 2.91193 11.25 4.05653 11.25 5.25C11.25 6.44347 10.7759 7.58807 9.93198 8.43198C9.08807 9.27589 7.94347 9.75 6.75 9.75C5.55653 9.75 4.41193 9.27589 3.56802 8.43198C2.72411 7.58807 2.25 6.44347 2.25 5.25ZM6.75 2.25C5.95435 2.25 5.19129 2.56607 4.62868 3.12868C4.06607 3.69129 3.75 4.45435 3.75 5.25C3.75 6.04565 4.06607 6.80871 4.62868 7.37132C5.19129 7.93393 5.95435 8.25 6.75 8.25C7.54565 8.25 8.30871 7.93393 8.87132 7.37132C9.43393 6.80871 9.75 6.04565 9.75 5.25C9.75 4.45435 9.43393 3.69129 8.87132 3.12868C8.30871 2.56607 7.54565 2.25 6.75 2.25Z' fill='%231E2346'/%3E%3C/svg%3E");
    width: 24px;
    height: 18px;
    display: inline-block;
}

.icon_14_FINAL_INTERVIEW {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.5 18C22.5 18 24 18 24 16.5C24 15 22.5 10.5 16.5 10.5C10.5 10.5 9 15 9 16.5C9 18 10.5 18 10.5 18H22.5ZM10.533 16.5C10.5219 16.4985 10.5109 16.4965 10.5 16.494C10.5015 16.098 10.7505 14.949 11.64 13.914C12.468 12.9435 13.923 12 16.5 12C19.0755 12 20.5305 12.945 21.36 13.914C22.2495 14.949 22.497 16.0995 22.5 16.494L22.488 16.497C22.481 16.4982 22.474 16.4992 22.467 16.5H10.533ZM16.5 7.5C17.2956 7.5 18.0587 7.18393 18.6213 6.62132C19.1839 6.05871 19.5 5.29565 19.5 4.5C19.5 3.70435 19.1839 2.94129 18.6213 2.37868C18.0587 1.81607 17.2956 1.5 16.5 1.5C15.7044 1.5 14.9413 1.81607 14.3787 2.37868C13.8161 2.94129 13.5 3.70435 13.5 4.5C13.5 5.29565 13.8161 6.05871 14.3787 6.62132C14.9413 7.18393 15.7044 7.5 16.5 7.5ZM21 4.5C21 5.09095 20.8836 5.67611 20.6575 6.22208C20.4313 6.76804 20.0998 7.26412 19.682 7.68198C19.2641 8.09984 18.768 8.43131 18.2221 8.65746C17.6761 8.8836 17.0909 9 16.5 9C15.9091 9 15.3239 8.8836 14.7779 8.65746C14.232 8.43131 13.7359 8.09984 13.318 7.68198C12.9002 7.26412 12.5687 6.76804 12.3425 6.22208C12.1164 5.67611 12 5.09095 12 4.5C12 3.30653 12.4741 2.16193 13.318 1.31802C14.1619 0.474106 15.3065 0 16.5 0C17.6935 0 18.8381 0.474106 19.682 1.31802C20.5259 2.16193 21 3.30653 21 4.5ZM10.404 10.92C9.80397 10.7311 9.18545 10.6069 8.559 10.5495C8.207 10.516 7.85359 10.4995 7.5 10.5C1.5 10.5 0 15 0 16.5C0 17.5005 0.4995 18 1.5 18H7.824C7.60163 17.5317 7.49074 17.0183 7.5 16.5C7.5 14.985 8.0655 13.437 9.135 12.144C9.4995 11.703 9.924 11.2905 10.404 10.92ZM7.38 12C6.49223 13.3339 6.01266 14.8977 6 16.5H1.5C1.5 16.11 1.746 14.955 2.64 13.914C3.4575 12.96 4.878 12.03 7.38 12.0015V12ZM2.25 5.25C2.25 4.05653 2.72411 2.91193 3.56802 2.06802C4.41193 1.22411 5.55653 0.75 6.75 0.75C7.94347 0.75 9.08807 1.22411 9.93198 2.06802C10.7759 2.91193 11.25 4.05653 11.25 5.25C11.25 6.44347 10.7759 7.58807 9.93198 8.43198C9.08807 9.27589 7.94347 9.75 6.75 9.75C5.55653 9.75 4.41193 9.27589 3.56802 8.43198C2.72411 7.58807 2.25 6.44347 2.25 5.25ZM6.75 2.25C5.95435 2.25 5.19129 2.56607 4.62868 3.12868C4.06607 3.69129 3.75 4.45435 3.75 5.25C3.75 6.04565 4.06607 6.80871 4.62868 7.37132C5.19129 7.93393 5.95435 8.25 6.75 8.25C7.54565 8.25 8.30871 7.93393 8.87132 7.37132C9.43393 6.80871 9.75 6.04565 9.75 5.25C9.75 4.45435 9.43393 3.69129 8.87132 3.12868C8.30871 2.56607 7.54565 2.25 6.75 2.25Z' fill='%231E2346'/%3E%3C/svg%3E");
    width: 14px;
    height: 11px;
    display: inline-block;
}

.icon_14_FINAL_INTERVIEW_white {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.5 18C22.5 18 24 18 24 16.5C24 15 22.5 10.5 16.5 10.5C10.5 10.5 9 15 9 16.5C9 18 10.5 18 10.5 18H22.5ZM10.533 16.5C10.5219 16.4985 10.5109 16.4965 10.5 16.494C10.5015 16.098 10.7505 14.949 11.64 13.914C12.468 12.9435 13.923 12 16.5 12C19.0755 12 20.5305 12.945 21.36 13.914C22.2495 14.949 22.497 16.0995 22.5 16.494L22.488 16.497C22.481 16.4982 22.474 16.4992 22.467 16.5H10.533ZM16.5 7.5C17.2956 7.5 18.0587 7.18393 18.6213 6.62132C19.1839 6.05871 19.5 5.29565 19.5 4.5C19.5 3.70435 19.1839 2.94129 18.6213 2.37868C18.0587 1.81607 17.2956 1.5 16.5 1.5C15.7044 1.5 14.9413 1.81607 14.3787 2.37868C13.8161 2.94129 13.5 3.70435 13.5 4.5C13.5 5.29565 13.8161 6.05871 14.3787 6.62132C14.9413 7.18393 15.7044 7.5 16.5 7.5ZM21 4.5C21 5.09095 20.8836 5.67611 20.6575 6.22208C20.4313 6.76804 20.0998 7.26412 19.682 7.68198C19.2641 8.09984 18.768 8.43131 18.2221 8.65746C17.6761 8.8836 17.0909 9 16.5 9C15.9091 9 15.3239 8.8836 14.7779 8.65746C14.232 8.43131 13.7359 8.09984 13.318 7.68198C12.9002 7.26412 12.5687 6.76804 12.3425 6.22208C12.1164 5.67611 12 5.09095 12 4.5C12 3.30653 12.4741 2.16193 13.318 1.31802C14.1619 0.474106 15.3065 0 16.5 0C17.6935 0 18.8381 0.474106 19.682 1.31802C20.5259 2.16193 21 3.30653 21 4.5ZM10.404 10.92C9.80397 10.7311 9.18545 10.6069 8.559 10.5495C8.207 10.516 7.85359 10.4995 7.5 10.5C1.5 10.5 0 15 0 16.5C0 17.5005 0.4995 18 1.5 18H7.824C7.60163 17.5317 7.49074 17.0183 7.5 16.5C7.5 14.985 8.0655 13.437 9.135 12.144C9.4995 11.703 9.924 11.2905 10.404 10.92ZM7.38 12C6.49223 13.3339 6.01266 14.8977 6 16.5H1.5C1.5 16.11 1.746 14.955 2.64 13.914C3.4575 12.96 4.878 12.03 7.38 12.0015V12ZM2.25 5.25C2.25 4.05653 2.72411 2.91193 3.56802 2.06802C4.41193 1.22411 5.55653 0.75 6.75 0.75C7.94347 0.75 9.08807 1.22411 9.93198 2.06802C10.7759 2.91193 11.25 4.05653 11.25 5.25C11.25 6.44347 10.7759 7.58807 9.93198 8.43198C9.08807 9.27589 7.94347 9.75 6.75 9.75C5.55653 9.75 4.41193 9.27589 3.56802 8.43198C2.72411 7.58807 2.25 6.44347 2.25 5.25ZM6.75 2.25C5.95435 2.25 5.19129 2.56607 4.62868 3.12868C4.06607 3.69129 3.75 4.45435 3.75 5.25C3.75 6.04565 4.06607 6.80871 4.62868 7.37132C5.19129 7.93393 5.95435 8.25 6.75 8.25C7.54565 8.25 8.30871 7.93393 8.87132 7.37132C9.43393 6.80871 9.75 6.04565 9.75 5.25C9.75 4.45435 9.43393 3.69129 8.87132 3.12868C8.30871 2.56607 7.54565 2.25 6.75 2.25Z' fill='white'/%3E%3C/svg%3E");
    width: 14px;
    height: 11px;
    display: inline-block;
}

.icon_24_WON {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='18' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 9C10.1935 9 11.3381 8.52589 12.182 7.68198C13.0259 6.83807 13.5 5.69347 13.5 4.5C13.5 3.30653 13.0259 2.16193 12.182 1.31802C11.3381 0.474106 10.1935 0 9 0C7.80653 0 6.66193 0.474106 5.81802 1.31802C4.97411 2.16193 4.5 3.30653 4.5 4.5C4.5 5.69347 4.97411 6.83807 5.81802 7.68198C6.66193 8.52589 7.80653 9 9 9ZM12 4.5C12 5.29565 11.6839 6.05871 11.1213 6.62132C10.5587 7.18393 9.79565 7.5 9 7.5C8.20435 7.5 7.44129 7.18393 6.87868 6.62132C6.31607 6.05871 6 5.29565 6 4.5C6 3.70435 6.31607 2.94129 6.87868 2.37868C7.44129 1.81607 8.20435 1.5 9 1.5C9.79565 1.5 10.5587 1.81607 11.1213 2.37868C11.6839 2.94129 12 3.70435 12 4.5ZM18 16.5C18 18 16.5 18 16.5 18H1.5C1.5 18 0 18 0 16.5C0 15 1.5 10.5 9 10.5C16.5 10.5 18 15 18 16.5ZM16.5 16.494C16.4985 16.125 16.269 15.015 15.252 13.998C14.274 13.02 12.4335 12 9 12C5.565 12 3.726 13.02 2.748 13.998C1.731 15.015 1.503 16.125 1.5 16.494H16.5Z' fill='%231E2346'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.781 4.719C23.8508 4.78867 23.9063 4.87143 23.9441 4.96255C23.9819 5.05367 24.0013 5.15135 24.0013 5.25C24.0013 5.34865 23.9819 5.44633 23.9441 5.53745C23.9063 5.62857 23.8508 5.71133 23.781 5.781L19.281 10.281C19.2113 10.3508 19.1286 10.4063 19.0374 10.4441C18.9463 10.4819 18.8487 10.5013 18.75 10.5013C18.6513 10.5013 18.5537 10.4819 18.4626 10.4441C18.3714 10.4063 18.2887 10.3508 18.219 10.281L15.969 8.031C15.8282 7.89017 15.7491 7.69916 15.7491 7.5C15.7491 7.30084 15.8282 7.10983 15.969 6.969C16.1098 6.82817 16.3008 6.74905 16.5 6.74905C16.6992 6.74905 16.8902 6.82817 17.031 6.969L18.75 8.6895L22.719 4.719C22.7887 4.64916 22.8714 4.59374 22.9626 4.55593C23.0537 4.51812 23.1513 4.49866 23.25 4.49866C23.3487 4.49866 23.4463 4.51812 23.5374 4.55593C23.6286 4.59374 23.7113 4.64916 23.781 4.719Z' fill='%231E2346'/%3E%3C/svg%3E");
    width: 24px;
    height: 18px;
    display: inline-block;
}

.icon_14_WON {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 9C10.1935 9 11.3381 8.52589 12.182 7.68198C13.0259 6.83807 13.5 5.69347 13.5 4.5C13.5 3.30653 13.0259 2.16193 12.182 1.31802C11.3381 0.474106 10.1935 0 9 0C7.80653 0 6.66193 0.474106 5.81802 1.31802C4.97411 2.16193 4.5 3.30653 4.5 4.5C4.5 5.69347 4.97411 6.83807 5.81802 7.68198C6.66193 8.52589 7.80653 9 9 9ZM12 4.5C12 5.29565 11.6839 6.05871 11.1213 6.62132C10.5587 7.18393 9.79565 7.5 9 7.5C8.20435 7.5 7.44129 7.18393 6.87868 6.62132C6.31607 6.05871 6 5.29565 6 4.5C6 3.70435 6.31607 2.94129 6.87868 2.37868C7.44129 1.81607 8.20435 1.5 9 1.5C9.79565 1.5 10.5587 1.81607 11.1213 2.37868C11.6839 2.94129 12 3.70435 12 4.5ZM18 16.5C18 18 16.5 18 16.5 18H1.5C1.5 18 0 18 0 16.5C0 15 1.5 10.5 9 10.5C16.5 10.5 18 15 18 16.5ZM16.5 16.494C16.4985 16.125 16.269 15.015 15.252 13.998C14.274 13.02 12.4335 12 9 12C5.565 12 3.726 13.02 2.748 13.998C1.731 15.015 1.503 16.125 1.5 16.494H16.5Z' fill='%231E2346'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.781 4.719C23.8508 4.78867 23.9063 4.87143 23.9441 4.96255C23.9819 5.05367 24.0013 5.15135 24.0013 5.25C24.0013 5.34865 23.9819 5.44633 23.9441 5.53745C23.9063 5.62857 23.8508 5.71133 23.781 5.781L19.281 10.281C19.2113 10.3508 19.1286 10.4063 19.0374 10.4441C18.9463 10.4819 18.8487 10.5013 18.75 10.5013C18.6513 10.5013 18.5537 10.4819 18.4626 10.4441C18.3714 10.4063 18.2887 10.3508 18.219 10.281L15.969 8.031C15.8282 7.89017 15.7491 7.69916 15.7491 7.5C15.7491 7.30084 15.8282 7.10983 15.969 6.969C16.1098 6.82817 16.3008 6.74905 16.5 6.74905C16.6992 6.74905 16.8902 6.82817 17.031 6.969L18.75 8.6895L22.719 4.719C22.7887 4.64916 22.8714 4.59374 22.9626 4.55593C23.0537 4.51812 23.1513 4.49866 23.25 4.49866C23.3487 4.49866 23.4463 4.51812 23.5374 4.55593C23.6286 4.59374 23.7113 4.64916 23.781 4.719Z' fill='%231E2346'/%3E%3C/svg%3E");
    width: 14px;
    height: 11px;
    display: inline-block;
}

.icon_14_WON_white {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 24 18' fill='whit' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 9C10.1935 9 11.3381 8.52589 12.182 7.68198C13.0259 6.83807 13.5 5.69347 13.5 4.5C13.5 3.30653 13.0259 2.16193 12.182 1.31802C11.3381 0.474106 10.1935 0 9 0C7.80653 0 6.66193 0.474106 5.81802 1.31802C4.97411 2.16193 4.5 3.30653 4.5 4.5C4.5 5.69347 4.97411 6.83807 5.81802 7.68198C6.66193 8.52589 7.80653 9 9 9ZM12 4.5C12 5.29565 11.6839 6.05871 11.1213 6.62132C10.5587 7.18393 9.79565 7.5 9 7.5C8.20435 7.5 7.44129 7.18393 6.87868 6.62132C6.31607 6.05871 6 5.29565 6 4.5C6 3.70435 6.31607 2.94129 6.87868 2.37868C7.44129 1.81607 8.20435 1.5 9 1.5C9.79565 1.5 10.5587 1.81607 11.1213 2.37868C11.6839 2.94129 12 3.70435 12 4.5ZM18 16.5C18 18 16.5 18 16.5 18H1.5C1.5 18 0 18 0 16.5C0 15 1.5 10.5 9 10.5C16.5 10.5 18 15 18 16.5ZM16.5 16.494C16.4985 16.125 16.269 15.015 15.252 13.998C14.274 13.02 12.4335 12 9 12C5.565 12 3.726 13.02 2.748 13.998C1.731 15.015 1.503 16.125 1.5 16.494H16.5Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.781 4.719C23.8508 4.78867 23.9063 4.87143 23.9441 4.96255C23.9819 5.05367 24.0013 5.15135 24.0013 5.25C24.0013 5.34865 23.9819 5.44633 23.9441 5.53745C23.9063 5.62857 23.8508 5.71133 23.781 5.781L19.281 10.281C19.2113 10.3508 19.1286 10.4063 19.0374 10.4441C18.9463 10.4819 18.8487 10.5013 18.75 10.5013C18.6513 10.5013 18.5537 10.4819 18.4626 10.4441C18.3714 10.4063 18.2887 10.3508 18.219 10.281L15.969 8.031C15.8282 7.89017 15.7491 7.69916 15.7491 7.5C15.7491 7.30084 15.8282 7.10983 15.969 6.969C16.1098 6.82817 16.3008 6.74905 16.5 6.74905C16.6992 6.74905 16.8902 6.82817 17.031 6.969L18.75 8.6895L22.719 4.719C22.7887 4.64916 22.8714 4.59374 22.9626 4.55593C23.0537 4.51812 23.1513 4.49866 23.25 4.49866C23.3487 4.49866 23.4463 4.51812 23.5374 4.55593C23.6286 4.59374 23.7113 4.64916 23.781 4.719Z' fill='white'/%3E%3C/svg%3E");
    width: 14px;
    height: 11px;
    display: inline-block;
}

.icon_24_LOST {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='18' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 9C10.1935 9 11.3381 8.52589 12.182 7.68198C13.0259 6.83807 13.5 5.69347 13.5 4.5C13.5 3.30653 13.0259 2.16193 12.182 1.31802C11.3381 0.474106 10.1935 0 9 0C7.80653 0 6.66193 0.474106 5.81802 1.31802C4.97411 2.16193 4.5 3.30653 4.5 4.5C4.5 5.69347 4.97411 6.83807 5.81802 7.68198C6.66193 8.52589 7.80653 9 9 9ZM12 4.5C12 5.29565 11.6839 6.05871 11.1213 6.62132C10.5587 7.18393 9.79565 7.5 9 7.5C8.20435 7.5 7.44129 7.18393 6.87868 6.62132C6.31607 6.05871 6 5.29565 6 4.5C6 3.70435 6.31607 2.94129 6.87868 2.37868C7.44129 1.81607 8.20435 1.5 9 1.5C9.79565 1.5 10.5587 1.81607 11.1213 2.37868C11.6839 2.94129 12 3.70435 12 4.5ZM18 16.5C18 18 16.5 18 16.5 18H1.5C1.5 18 0 18 0 16.5C0 15 1.5 10.5 9 10.5C16.5 10.5 18 15 18 16.5ZM16.5 16.494C16.4985 16.125 16.269 15.015 15.252 13.998C14.274 13.02 12.4335 12 9 12C5.565 12 3.726 13.02 2.748 13.998C1.731 15.015 1.503 16.125 1.5 16.494H16.5Z' fill='%231E2346'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.5 8.25C16.5 8.05109 16.579 7.86032 16.7197 7.71967C16.8603 7.57902 17.0511 7.5 17.25 7.5H23.25C23.4489 7.5 23.6397 7.57902 23.7803 7.71967C23.921 7.86032 24 8.05109 24 8.25C24 8.44891 23.921 8.63968 23.7803 8.78033C23.6397 8.92098 23.4489 9 23.25 9H17.25C17.0511 9 16.8603 8.92098 16.7197 8.78033C16.579 8.63968 16.5 8.44891 16.5 8.25Z' fill='%231E2346'/%3E%3C/svg%3E");
    width: 24px;
    height: 18px;
    display: inline-block;
}

.icon_14_LOST {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='18' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 9C10.1935 9 11.3381 8.52589 12.182 7.68198C13.0259 6.83807 13.5 5.69347 13.5 4.5C13.5 3.30653 13.0259 2.16193 12.182 1.31802C11.3381 0.474106 10.1935 0 9 0C7.80653 0 6.66193 0.474106 5.81802 1.31802C4.97411 2.16193 4.5 3.30653 4.5 4.5C4.5 5.69347 4.97411 6.83807 5.81802 7.68198C6.66193 8.52589 7.80653 9 9 9ZM12 4.5C12 5.29565 11.6839 6.05871 11.1213 6.62132C10.5587 7.18393 9.79565 7.5 9 7.5C8.20435 7.5 7.44129 7.18393 6.87868 6.62132C6.31607 6.05871 6 5.29565 6 4.5C6 3.70435 6.31607 2.94129 6.87868 2.37868C7.44129 1.81607 8.20435 1.5 9 1.5C9.79565 1.5 10.5587 1.81607 11.1213 2.37868C11.6839 2.94129 12 3.70435 12 4.5ZM18 16.5C18 18 16.5 18 16.5 18H1.5C1.5 18 0 18 0 16.5C0 15 1.5 10.5 9 10.5C16.5 10.5 18 15 18 16.5ZM16.5 16.494C16.4985 16.125 16.269 15.015 15.252 13.998C14.274 13.02 12.4335 12 9 12C5.565 12 3.726 13.02 2.748 13.998C1.731 15.015 1.503 16.125 1.5 16.494H16.5Z' fill='%231E2346'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.5 8.25C16.5 8.05109 16.579 7.86032 16.7197 7.71967C16.8603 7.57902 17.0511 7.5 17.25 7.5H23.25C23.4489 7.5 23.6397 7.57902 23.7803 7.71967C23.921 7.86032 24 8.05109 24 8.25C24 8.44891 23.921 8.63968 23.7803 8.78033C23.6397 8.92098 23.4489 9 23.25 9H17.25C17.0511 9 16.8603 8.92098 16.7197 8.78033C16.579 8.63968 16.5 8.44891 16.5 8.25Z' fill='%231E2346'/%3E%3C/svg%3E");
    width: 24px;
    height: 18px;
    display: inline-block;
}

.icon_person {
    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='%239894A0'/%3E%3C/svg%3E%0A");
    height: 13px;
    width: 12px;
    display: inline-block;
}

.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_person_client_rate {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='12' viewBox='0 0 10 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.25 6C7.25 6.59674 7.01295 7.16903 6.59099 7.59099C6.16903 8.01295 5.59674 8.25 5 8.25C4.40326 8.25 3.83097 8.01295 3.40901 7.59099C2.98705 7.16903 2.75 6.59674 2.75 6C2.75 5.40326 2.98705 4.83097 3.40901 4.40901C3.83097 3.98705 4.40326 3.75 5 3.75C5.59674 3.75 6.16903 3.98705 6.59099 4.40901C7.01295 4.83097 7.25 5.40326 7.25 6Z' fill='%231E2346'/%3E%3Cpath d='M9.5 10.5V3.375L6.125 0H2C1.60218 0 1.22064 0.158035 0.93934 0.43934C0.658035 0.720644 0.5 1.10218 0.5 1.5V10.5C0.5 10.8978 0.658035 11.2794 0.93934 11.5607C1.22064 11.842 1.60218 12 2 12H8C8.39782 12 8.77936 11.842 9.06066 11.5607C9.34196 11.2794 9.5 10.8978 9.5 10.5ZM6.125 2.25C6.125 2.54837 6.24353 2.83452 6.4545 3.0455C6.66548 3.25647 6.95163 3.375 7.25 3.375H8.75V10.3162C8.75 10.3162 8 9 5 9C2 9 1.25 10.3162 1.25 10.3162V1.5C1.25 1.30109 1.32902 1.11032 1.46967 0.96967C1.61032 0.829018 1.80109 0.75 2 0.75H6.125V2.25Z' fill='%231E2346'/%3E%3C/svg%3E");
    width: 10px;
    height: 12px;
    display: inline-block;
}

.icon_person_pink {
    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='M6 6C6.79565 6 7.55871 5.68393 8.12132 5.12132C8.68393 4.55871 9 3.79565 9 3C9 2.20435 8.68393 1.44129 8.12132 0.87868C7.55871 0.316071 6.79565 0 6 0C5.20435 0 4.44129 0.316071 3.87868 0.87868C3.31607 1.44129 3 2.20435 3 3C3 3.79565 3.31607 4.55871 3.87868 5.12132C4.44129 5.68393 5.20435 6 6 6ZM8 3C8 3.53043 7.78929 4.03914 7.41421 4.41421C7.03914 4.78929 6.53043 5 6 5C5.46957 5 4.96086 4.78929 4.58579 4.41421C4.21071 4.03914 4 3.53043 4 3C4 2.46957 4.21071 1.96086 4.58579 1.58579C4.96086 1.21071 5.46957 1 6 1C6.53043 1 7.03914 1.21071 7.41421 1.58579C7.78929 1.96086 8 2.46957 8 3ZM12 11C12 12 11 12 11 12H1C1 12 0 12 0 11C0 10 1 7 6 7C11 7 12 10 12 11ZM11 10.996C10.999 10.75 10.846 10.01 10.168 9.332C9.516 8.68 8.289 8 6 8C3.71 8 2.484 8.68 1.832 9.332C1.154 10.01 1.002 10.75 1 10.996H11Z' fill='%23B4559B'/%3E%3C/svg%3E%0A");
    height: 12px;
    width: 12px;
    display: inline-block;
}

.icon_person_plus_pink {
    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_5320_228950)'%3E%3Crect width='16' height='16' transform='translate(0 0.5)' fill='white' fill-opacity='0.01'/%3E%3Cg clip-path='url(%23clip1_5320_228950)'%3E%3Cpath d='M1 14.5C1 14.5 0 14.5 0 13.5C0 12.5 1 9.5 6 9.5C11 9.5 12 12.5 12 13.5C12 14.5 11 14.5 11 14.5H1ZM6 8.5C6.79565 8.5 7.55871 8.18393 8.12132 7.62132C8.68393 7.05871 9 6.29565 9 5.5C9 4.70435 8.68393 3.94129 8.12132 3.37868C7.55871 2.81607 6.79565 2.5 6 2.5C5.20435 2.5 4.44129 2.81607 3.87868 3.37868C3.31607 3.94129 3 4.70435 3 5.5C3 6.29565 3.31607 7.05871 3.87868 7.62132C4.44129 8.18393 5.20435 8.5 6 8.5Z' fill='%23B4559B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.5 5.5C13.6326 5.5 13.7598 5.55268 13.8536 5.64645C13.9473 5.74021 14 5.86739 14 6V7.5H15.5C15.6326 7.5 15.7598 7.55268 15.8536 7.64645C15.9473 7.74021 16 7.86739 16 8C16 8.13261 15.9473 8.25979 15.8536 8.35355C15.7598 8.44732 15.6326 8.5 15.5 8.5H14V10C14 10.1326 13.9473 10.2598 13.8536 10.3536C13.7598 10.4473 13.6326 10.5 13.5 10.5C13.3674 10.5 13.2402 10.4473 13.1464 10.3536C13.0527 10.2598 13 10.1326 13 10V8.5H11.5C11.3674 8.5 11.2402 8.44732 11.1464 8.35355C11.0527 8.25979 11 8.13261 11 8C11 7.86739 11.0527 7.74021 11.1464 7.64645C11.2402 7.55268 11.3674 7.5 11.5 7.5H13V6C13 5.86739 13.0527 5.74021 13.1464 5.64645C13.2402 5.55268 13.3674 5.5 13.5 5.5Z' fill='%23B4559B'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5320_228950'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3CclipPath id='clip1_5320_228950'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    width: 16px;
    height: 17px;
    display: inline-block;
}

.icon_person_bounding_box_pink {
    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_5320_163774)'%3E%3Crect width='16' height='16' transform='translate(0 0.5)' fill='white' fill-opacity='0.01'/%3E%3Cg clip-path='url(%23clip1_5320_163774)'%3E%3Cpath d='M1.5 1.5C1.36739 1.5 1.24021 1.55268 1.14645 1.64645C1.05268 1.74021 1 1.86739 1 2V5C1 5.13261 0.947322 5.25979 0.853553 5.35355C0.759785 5.44732 0.632608 5.5 0.5 5.5C0.367392 5.5 0.240215 5.44732 0.146447 5.35355C0.0526784 5.25979 0 5.13261 0 5V2C0 1.60218 0.158035 1.22064 0.43934 0.93934C0.720644 0.658035 1.10218 0.5 1.5 0.5H4.5C4.63261 0.5 4.75979 0.552678 4.85355 0.646447C4.94732 0.740215 5 0.867392 5 1C5 1.13261 4.94732 1.25979 4.85355 1.35355C4.75979 1.44732 4.63261 1.5 4.5 1.5H1.5ZM11 1C11 0.867392 11.0527 0.740215 11.1464 0.646447C11.2402 0.552678 11.3674 0.5 11.5 0.5H14.5C14.8978 0.5 15.2794 0.658035 15.5607 0.93934C15.842 1.22064 16 1.60218 16 2V5C16 5.13261 15.9473 5.25979 15.8536 5.35355C15.7598 5.44732 15.6326 5.5 15.5 5.5C15.3674 5.5 15.2402 5.44732 15.1464 5.35355C15.0527 5.25979 15 5.13261 15 5V2C15 1.86739 14.9473 1.74021 14.8536 1.64645C14.7598 1.55268 14.6326 1.5 14.5 1.5H11.5C11.3674 1.5 11.2402 1.44732 11.1464 1.35355C11.0527 1.25979 11 1.13261 11 1ZM0.5 11.5C0.632608 11.5 0.759785 11.5527 0.853553 11.6464C0.947322 11.7402 1 11.8674 1 12V15C1 15.1326 1.05268 15.2598 1.14645 15.3536C1.24021 15.4473 1.36739 15.5 1.5 15.5H4.5C4.63261 15.5 4.75979 15.5527 4.85355 15.6464C4.94732 15.7402 5 15.8674 5 16C5 16.1326 4.94732 16.2598 4.85355 16.3536C4.75979 16.4473 4.63261 16.5 4.5 16.5H1.5C1.10218 16.5 0.720644 16.342 0.43934 16.0607C0.158035 15.7794 0 15.3978 0 15V12C0 11.8674 0.0526784 11.7402 0.146447 11.6464C0.240215 11.5527 0.367392 11.5 0.5 11.5ZM15.5 11.5C15.6326 11.5 15.7598 11.5527 15.8536 11.6464C15.9473 11.7402 16 11.8674 16 12V15C16 15.3978 15.842 15.7794 15.5607 16.0607C15.2794 16.342 14.8978 16.5 14.5 16.5H11.5C11.3674 16.5 11.2402 16.4473 11.1464 16.3536C11.0527 16.2598 11 16.1326 11 16C11 15.8674 11.0527 15.7402 11.1464 15.6464C11.2402 15.5527 11.3674 15.5 11.5 15.5H14.5C14.6326 15.5 14.7598 15.4473 14.8536 15.3536C14.9473 15.2598 15 15.1326 15 15V12C15 11.8674 15.0527 11.7402 15.1464 11.6464C15.2402 11.5527 15.3674 11.5 15.5 11.5Z' fill='%23C7ADFF'/%3E%3Cpath d='M3 14.5C3 14.5 2 14.5 2 13.5C2 12.5 3 9.5 8 9.5C13 9.5 14 12.5 14 13.5C14 14.5 13 14.5 13 14.5H3ZM11 5.5C11 6.29565 10.6839 7.05871 10.1213 7.62132C9.55871 8.18393 8.79565 8.5 8 8.5C7.20435 8.5 6.44129 8.18393 5.87868 7.62132C5.31607 7.05871 5 6.29565 5 5.5C5 4.70435 5.31607 3.94129 5.87868 3.37868C6.44129 2.81607 7.20435 2.5 8 2.5C8.79565 2.5 9.55871 2.81607 10.1213 3.37868C10.6839 3.94129 11 4.70435 11 5.5Z' fill='%23C7ADFF'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5320_163774'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3CclipPath id='clip1_5320_163774'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    width: 16px;
    height: 17px;
    display: inline-block;
}

.icon_people_blue {
    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_5320_145016)'%3E%3Crect width='16' height='16' transform='translate(0 0.5)' fill='white' fill-opacity='0.01'/%3E%3Cg clip-path='url(%23clip1_5320_145016)'%3E%3Cpath d='M7 14.5C7 14.5 6 14.5 6 13.5C6 12.5 7 9.5 11 9.5C15 9.5 16 12.5 16 13.5C16 14.5 15 14.5 15 14.5H7ZM11 8.5C11.7956 8.5 12.5587 8.18393 13.1213 7.62132C13.6839 7.05871 14 6.29565 14 5.5C14 4.70435 13.6839 3.94129 13.1213 3.37868C12.5587 2.81607 11.7956 2.5 11 2.5C10.2044 2.5 9.44129 2.81607 8.87868 3.37868C8.31607 3.94129 8 4.70435 8 5.5C8 6.29565 8.31607 7.05871 8.87868 7.62132C9.44129 8.18393 10.2044 8.5 11 8.5Z' fill='%233CD0FF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.216 14.5C5.06776 14.1878 4.99382 13.8455 5 13.5C5 12.145 5.68 10.75 6.936 9.78C6.30909 9.58684 5.65595 9.49237 5 9.5C1 9.5 0 12.5 0 13.5C0 14.5 1 14.5 1 14.5H5.216Z' fill='%233CD0FF'/%3E%3Cpath d='M4.5 8.5C5.16304 8.5 5.79893 8.23661 6.26777 7.76777C6.73661 7.29893 7 6.66304 7 6C7 5.33696 6.73661 4.70107 6.26777 4.23223C5.79893 3.76339 5.16304 3.5 4.5 3.5C3.83696 3.5 3.20107 3.76339 2.73223 4.23223C2.26339 4.70107 2 5.33696 2 6C2 6.66304 2.26339 7.29893 2.73223 7.76777C3.20107 8.23661 3.83696 8.5 4.5 8.5Z' fill='%233CD0FF'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5320_145016'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3CclipPath id='clip1_5320_145016'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    width: 16px;
    height: 17px;
    display: inline-block;
}

.icon_person_check_green {
    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_5320_229057)'%3E%3Crect width='16' height='16' transform='translate(0 0.5)' fill='white' fill-opacity='0.01'/%3E%3Cg clip-path='url(%23clip1_5320_229057)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.854 5.646C15.9006 5.69245 15.9375 5.74762 15.9627 5.80837C15.9879 5.86911 16.0009 5.93423 16.0009 6C16.0009 6.06577 15.9879 6.13089 15.9627 6.19163C15.9375 6.25238 15.9006 6.30755 15.854 6.354L12.854 9.354C12.8076 9.40056 12.7524 9.43751 12.6916 9.46271C12.6309 9.48792 12.5658 9.50089 12.5 9.50089C12.4342 9.50089 12.3691 9.48792 12.3084 9.46271C12.2476 9.43751 12.1924 9.40056 12.146 9.354L10.646 7.854C10.5521 7.76011 10.4994 7.63278 10.4994 7.5C10.4994 7.36722 10.5521 7.23989 10.646 7.146C10.7399 7.05211 10.8672 6.99937 11 6.99937C11.1328 6.99937 11.2601 7.05211 11.354 7.146L12.5 8.293L15.146 5.646C15.1924 5.59944 15.2476 5.56249 15.3084 5.53729C15.3691 5.51208 15.4342 5.49911 15.5 5.49911C15.5658 5.49911 15.6309 5.51208 15.6916 5.53729C15.7524 5.56249 15.8076 5.59944 15.854 5.646Z' fill='%2364D684'/%3E%3Cpath d='M1 14.5C1 14.5 0 14.5 0 13.5C0 12.5 1 9.5 6 9.5C11 9.5 12 12.5 12 13.5C12 14.5 11 14.5 11 14.5H1ZM6 8.5C6.79565 8.5 7.55871 8.18393 8.12132 7.62132C8.68393 7.05871 9 6.29565 9 5.5C9 4.70435 8.68393 3.94129 8.12132 3.37868C7.55871 2.81607 6.79565 2.5 6 2.5C5.20435 2.5 4.44129 2.81607 3.87868 3.37868C3.31607 3.94129 3 4.70435 3 5.5C3 6.29565 3.31607 7.05871 3.87868 7.62132C4.44129 8.18393 5.20435 8.5 6 8.5Z' fill='%2364D684'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5320_229057'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3CclipPath id='clip1_5320_229057'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    width: 16px;
    height: 17px;
    display: inline-block;
}

.icon_person_x_gray {
    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_5320_153556)'%3E%3Crect width='16' height='16' transform='translate(0 0.5)' fill='white' fill-opacity='0.01'/%3E%3Cg clip-path='url(%23clip1_5320_153556)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 14.5C1 14.5 0 14.5 0 13.5C0 12.5 1 9.5 6 9.5C11 9.5 12 12.5 12 13.5C12 14.5 11 14.5 11 14.5H1ZM6 8.5C6.79565 8.5 7.55871 8.18393 8.12132 7.62132C8.68393 7.05871 9 6.29565 9 5.5C9 4.70435 8.68393 3.94129 8.12132 3.37868C7.55871 2.81607 6.79565 2.5 6 2.5C5.20435 2.5 4.44129 2.81607 3.87868 3.37868C3.31607 3.94129 3 4.70435 3 5.5C3 6.29565 3.31607 7.05871 3.87868 7.62132C4.44129 8.18393 5.20435 8.5 6 8.5ZM12.146 5.646C12.1924 5.59944 12.2476 5.56249 12.3084 5.53729C12.3691 5.51208 12.4342 5.49911 12.5 5.49911C12.5658 5.49911 12.6309 5.51208 12.6916 5.53729C12.7524 5.56249 12.8076 5.59944 12.854 5.646L14 6.793L15.146 5.646C15.2399 5.55211 15.3672 5.49937 15.5 5.49937C15.6328 5.49937 15.7601 5.55211 15.854 5.646C15.9479 5.73989 16.0006 5.86722 16.0006 6C16.0006 6.13278 15.9479 6.26011 15.854 6.354L14.707 7.5L15.854 8.646C15.9479 8.73989 16.0006 8.86722 16.0006 9C16.0006 9.13278 15.9479 9.26011 15.854 9.354C15.7601 9.44789 15.6328 9.50063 15.5 9.50063C15.3672 9.50063 15.2399 9.44789 15.146 9.354L14 8.207L12.854 9.354C12.7601 9.44789 12.6328 9.50063 12.5 9.50063C12.3672 9.50063 12.2399 9.44789 12.146 9.354C12.0521 9.26011 11.9994 9.13278 11.9994 9C11.9994 8.86722 12.0521 8.73989 12.146 8.646L13.293 7.5L12.146 6.354C12.0994 6.30755 12.0625 6.25238 12.0373 6.19163C12.0121 6.13089 11.9991 6.06577 11.9991 6C11.9991 5.93423 12.0121 5.86911 12.0373 5.80837C12.0625 5.74762 12.0994 5.69245 12.146 5.646Z' fill='%23C4C0C9'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5320_153556'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3CclipPath id='clip1_5320_153556'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    width: 16px;
    height: 17px;
    display: inline-block;
}

.icon_favorite {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.3327 6.11683L11.341 5.60016L8.99935 0.0834961L6.65768 5.6085L0.666016 6.11683L5.21602 10.0585L3.84935 15.9168L8.99935 12.8085L14.1494 15.9168L12.791 10.0585L17.3327 6.11683ZM8.99935 11.2502L5.86602 13.1418L6.69935 9.57516L3.93268 7.17516L7.58268 6.8585L8.99935 3.50016L10.4243 6.86683L14.0743 7.1835L11.3077 9.5835L12.141 13.1502L8.99935 11.2502Z' fill='%231E2346'/%3E%3C/svg%3E%0A");
    height: 16px;
    width: 18px;
    display: inline-block;
    margin-top: -1px;
}

.icon_favorite_active {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.99935 12.8083L14.1494 15.9166L12.7827 10.0583L17.3327 6.11659L11.341 5.60825L8.99935 0.083252L6.65768 5.60825L0.666016 6.11659L5.21602 10.0583L3.84935 15.9166L8.99935 12.8083Z' fill='%231E2346'/%3E%3C/svg%3E%0A");
    height: 16px;
    width: 18px;
    display: inline-block;
    margin-top: -1px;
}

.icon_bench_find_request_white {
    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_2680_112767)'%3E%3Cpath d='M6.5 0.999268C6.10218 0.999268 5.72064 1.1573 5.43934 1.43861C5.15804 1.71991 5 2.10144 5 2.49927V2.99927H1.5C1.10218 2.99927 0.720644 3.1573 0.43934 3.43861C0.158035 3.71991 0 4.10144 0 4.49927V5.88327L7.614 7.91327C7.86693 7.98062 8.13307 7.98062 8.386 7.91327L16 5.88327V4.49927C16 4.10144 15.842 3.71991 15.5607 3.43861C15.2794 3.1573 14.8978 2.99927 14.5 2.99927H11V2.49927C11 2.10144 10.842 1.71991 10.5607 1.43861C10.2794 1.1573 9.89782 0.999268 9.5 0.999268H6.5ZM6.5 1.99927H9.5C9.63261 1.99927 9.75979 2.05195 9.85355 2.14571C9.94732 2.23948 10 2.36666 10 2.49927V2.99927H6V2.49927C6 2.36666 6.05268 2.23948 6.14645 2.14571C6.24021 2.05195 6.36739 1.99927 6.5 1.99927Z' fill='white'/%3E%3Cpath d='M0 12.4993C0 12.8971 0.158035 13.2786 0.43934 13.5599C0.720644 13.8412 1.10218 13.9993 1.5 13.9993H14.5C14.8978 13.9993 15.2794 13.8412 15.5607 13.5599C15.842 13.2786 16 12.8971 16 12.4993V6.84927L8.129 8.94627C8.04448 8.96884 7.95552 8.96884 7.871 8.94627L0 6.84927V12.4993Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2680_112767'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    height: 16px;
    width: 16px;
    display: inline-block;
}

.icon_comment_answer {
    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_2680_173254)'%3E%3Cpath d='M2.678 12.3941C2.7818 12.4983 2.86133 12.6241 2.91094 12.7626C2.96055 12.901 2.97901 13.0487 2.965 13.1951C2.89472 13.8727 2.76148 14.5423 2.567 15.1951C3.962 14.8721 4.814 14.4981 5.201 14.3021C5.4205 14.1909 5.67329 14.1646 5.911 14.2281C6.59243 14.4098 7.29477 14.5012 8 14.5001C11.996 14.5001 15 11.6931 15 8.50012C15 5.30812 11.996 2.50012 8 2.50012C4.004 2.50012 1 5.30812 1 8.50012C1 9.96812 1.617 11.3301 2.678 12.3941ZM2.185 16.2991C1.94807 16.3461 1.71037 16.3891 1.472 16.4281C1.272 16.4601 1.12 16.2521 1.199 16.0661C1.28779 15.8567 1.36918 15.6443 1.443 15.4291L1.446 15.4191C1.694 14.6991 1.896 13.8711 1.97 13.1001C0.743 11.8701 0 10.2601 0 8.50012C0 4.63412 3.582 1.50012 8 1.50012C12.418 1.50012 16 4.63412 16 8.50012C16 12.3661 12.418 15.5001 8 15.5001C7.20765 15.5012 6.41859 15.3983 5.653 15.1941C5.133 15.4571 4.014 15.9361 2.185 16.2991Z' fill='%23B4559B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2680_173254'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 0.500977)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 16px;
    height: 17px;
    display: inline-block;
}

.icon_comment {
    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='M2.678 11.394C2.7818 11.4982 2.86133 11.624 2.91094 11.7625C2.96055 11.9009 2.97901 12.0486 2.965 12.195C2.89472 12.8726 2.76148 13.5421 2.567 14.195C3.962 13.872 4.814 13.498 5.201 13.302C5.4205 13.1908 5.67329 13.1645 5.911 13.228C6.59243 13.4097 7.29477 13.5011 8 13.5C11.996 13.5 15 10.693 15 7.5C15 4.308 11.996 1.5 8 1.5C4.004 1.5 1 4.308 1 7.5C1 8.968 1.617 10.33 2.678 11.394ZM2.185 15.299C1.94807 15.346 1.71037 15.389 1.472 15.428C1.272 15.46 1.12 15.252 1.199 15.066C1.28779 14.8566 1.36918 14.6441 1.443 14.429L1.446 14.419C1.694 13.699 1.896 12.871 1.97 12.1C0.743 10.87 0 9.26 0 7.5C0 3.634 3.582 0.5 8 0.5C12.418 0.5 16 3.634 16 7.5C16 11.366 12.418 14.5 8 14.5C7.20765 14.5011 6.41859 14.3982 5.653 14.194C5.133 14.457 4.014 14.936 2.185 15.299Z' fill='%23B4559B'/%3E%3C/svg%3E%0A");
    height: 16px;
    width: 16px;
    display: inline-block;
}


.icon_notification_other {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 14C7.46413 14 7.90925 13.8156 8.23744 13.4874C8.56563 13.1592 8.75 12.7141 8.75 12.25H5.25C5.25 12.7141 5.43437 13.1592 5.76256 13.4874C6.09075 13.8156 6.53587 14 7 14ZM7 1.67822L6.30263 1.8191C5.51159 1.98027 4.80054 2.40981 4.28982 3.03502C3.7791 3.66022 3.50009 4.44268 3.5 5.24997C3.5 5.79947 3.38275 7.17235 3.09837 8.52422C2.95837 9.19535 2.76937 9.89447 2.51825 10.5H11.4817C11.2306 9.89447 11.0425 9.19622 10.9016 8.52422C10.6172 7.17235 10.5 5.79947 10.5 5.24997C10.4997 4.44283 10.2206 3.66058 9.7099 3.03555C9.1992 2.41053 8.48826 1.98112 7.69737 1.81997L7 1.67735V1.67822ZM12.4425 10.5C12.6376 10.8911 12.8634 11.2008 13.125 11.375H0.875C1.13662 11.2008 1.36237 10.8911 1.5575 10.5C2.345 8.92497 2.625 6.01997 2.625 5.24997C2.625 3.13247 4.13 1.36497 6.12937 0.961597C6.11716 0.839932 6.13059 0.717058 6.16878 0.600899C6.20697 0.48474 6.26909 0.377876 6.35112 0.287198C6.43315 0.19652 6.53328 0.124042 6.64504 0.0744386C6.7568 0.0248348 6.87772 -0.000793457 7 -0.000793457C7.12228 -0.000793457 7.2432 0.0248348 7.35496 0.0744386C7.46672 0.124042 7.56685 0.19652 7.64888 0.287198C7.73091 0.377876 7.79303 0.48474 7.83122 0.600899C7.86941 0.717058 7.88284 0.839932 7.87063 0.961597C8.85962 1.16276 9.74871 1.69954 10.3873 2.48104C11.026 3.26253 11.3749 4.24073 11.375 5.24997C11.375 6.01997 11.655 8.92497 12.4425 10.5Z' fill='white'/%3E%3C/svg%3E%0A");
    height: 16px;
    width: 16px;
    display: inline-block;
    position: relative;
}

.icon_notification_request {
    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 5.00004C0.000244156 6.15725 0.401714 7.27857 1.13601 8.17296C1.8703 9.06735 2.89199 9.67948 4.027 9.90504C4.09164 9.18857 4.27551 8.48793 4.571 7.83204C3.695 7.53604 3.132 6.86404 3 5.91004H2.5V5.48404H2.966V5.05004C2.966 5.00404 2.966 4.95704 2.97 4.91504H2.5V4.48804H3.011C3.236 3.24004 4.213 2.50004 5.681 2.50004C5.997 2.50004 6.271 2.53104 6.5 2.58504V3.31804C6.23254 3.25854 5.95896 3.23101 5.685 3.23604C4.766 3.23604 4.147 3.70204 3.951 4.48804H5.868V4.91504H3.888C3.885 4.96104 3.885 5.01204 3.885 5.06204V5.48404H5.868V5.91104H3.93C4.048 6.51304 4.398 6.94104 4.935 7.14004C5.46154 6.268 6.18567 5.53193 7.04897 4.99119C7.91228 4.45045 8.89059 4.12019 9.905 4.02704C9.65975 2.81255 8.97248 1.73231 7.97633 0.995555C6.98017 0.258802 5.74603 -0.0820198 4.51296 0.0391085C3.27989 0.160237 2.13566 0.734694 1.30191 1.6512C0.468163 2.56772 0.00423697 3.76105 0 5.00004H0ZM16 10.5C16 11.9587 15.4205 13.3577 14.3891 14.3891C13.3576 15.4206 11.9587 16 10.5 16C9.04131 16 7.64236 15.4206 6.61091 14.3891C5.57946 13.3577 5 11.9587 5 10.5C5 9.04135 5.57946 7.64241 6.61091 6.61096C7.64236 5.5795 9.04131 5.00004 10.5 5.00004C11.9587 5.00004 13.3576 5.5795 14.3891 6.61096C15.4205 7.64241 16 9.04135 16 10.5ZM8.25 11.822C8.319 12.657 8.996 13.307 10.214 13.384V14H10.754V13.38C12.013 13.294 12.75 12.64 12.75 11.69C12.75 10.825 12.187 10.38 11.18 10.15L10.754 10.05V8.37404C11.294 8.43404 11.638 8.72104 11.72 9.11904H12.668C12.598 8.31504 11.889 7.68604 10.754 7.61704V7.00004H10.214V7.62904C9.138 7.73204 8.406 8.36104 8.406 9.25104C8.406 10.038 8.95 10.539 9.856 10.744L10.214 10.829V12.609C9.66 12.529 9.294 12.233 9.211 11.822H8.25ZM10.21 9.92704C9.678 9.80704 9.39 9.56304 9.39 9.19504C9.39 8.78504 9.701 8.47604 10.214 8.38604V9.92604H10.209L10.21 9.92704ZM10.832 10.971C11.477 11.116 11.775 11.351 11.775 11.767C11.775 12.241 11.405 12.567 10.755 12.627V10.953L10.832 10.971Z' fill='white'/%3E%3C/svg%3E%0A");
    height: 16px;
    width: 16px;
    display: inline-block;
    position: relative;
}

.icon_notification_comment {
    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='M2.678 11.394C2.7818 11.4982 2.86133 11.624 2.91094 11.7625C2.96055 11.9009 2.97901 12.0486 2.965 12.195C2.89472 12.8726 2.76148 13.5421 2.567 14.195C3.962 13.872 4.814 13.498 5.201 13.302C5.4205 13.1908 5.67329 13.1645 5.911 13.228C6.59243 13.4097 7.29477 13.5011 8 13.5C11.996 13.5 15 10.693 15 7.5C15 4.308 11.996 1.5 8 1.5C4.004 1.5 1 4.308 1 7.5C1 8.968 1.617 10.33 2.678 11.394ZM2.185 15.299C1.94807 15.346 1.71037 15.389 1.472 15.428C1.272 15.46 1.12 15.252 1.199 15.066C1.28779 14.8566 1.36918 14.6441 1.443 14.429L1.446 14.419C1.694 13.699 1.896 12.871 1.97 12.1C0.743 10.87 0 9.26 0 7.5C0 3.634 3.582 0.5 8 0.5C12.418 0.5 16 3.634 16 7.5C16 11.366 12.418 14.5 8 14.5C7.20765 14.5011 6.41859 14.3982 5.653 14.194C5.133 14.457 4.014 14.936 2.185 15.299V15.299Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
    height: 16px;
    width: 16px;
    display: inline-block;
    position: relative;
}

.icon_notification_bench {
    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='M8 8.05C8.66304 8.05 9.29893 7.78661 9.76777 7.31777C10.2366 6.84893 10.5 6.21304 10.5 5.55C10.5 4.88696 10.2366 4.25107 9.76777 3.78223C9.29893 3.31339 8.66304 3.05 8 3.05C7.33696 3.05 6.70107 3.31339 6.23223 3.78223C5.76339 4.25107 5.5 4.88696 5.5 5.55C5.5 6.21304 5.76339 6.84893 6.23223 7.31777C6.70107 7.78661 7.33696 8.05 8 8.05Z' fill='white' fill-opacity='1'/%3E%3Cpath d='M1 0C0.734784 0 0.48043 0.105357 0.292893 0.292893C0.105357 0.48043 0 0.734784 0 1V12C0 12.2652 0.105357 12.5196 0.292893 12.7071C0.48043 12.8946 0.734784 13 1 13H1.5C1.63261 13 1.75979 12.9473 1.85355 12.8536C1.94732 12.7598 2 12.6326 2 12.5C2 12.3674 2.05268 12.2402 2.14645 12.1464C2.24021 12.0527 2.36739 12 2.5 12C2.63261 12 2.75979 12.0527 2.85355 12.1464C2.94732 12.2402 3 12.3674 3 12.5C3 12.6326 3.05268 12.7598 3.14645 12.8536C3.24021 12.9473 3.36739 13 3.5 13H12.5C12.6326 13 12.7598 12.9473 12.8536 12.8536C12.9473 12.7598 13 12.6326 13 12.5C13 12.3674 13.0527 12.2402 13.1464 12.1464C13.2402 12.0527 13.3674 12 13.5 12C13.6326 12 13.7598 12.0527 13.8536 12.1464C13.9473 12.2402 14 12.3674 14 12.5C14 12.6326 14.0527 12.7598 14.1464 12.8536C14.2402 12.9473 14.3674 13 14.5 13H15C15.2652 13 15.5196 12.8946 15.7071 12.7071C15.8946 12.5196 16 12.2652 16 12V2C16 1.73478 15.8946 1.48043 15.7071 1.29289C15.5196 1.10536 15.2652 1 15 1H6.707L6 0.293C5.81251 0.105451 5.5582 5.66374e-05 5.293 0H1ZM1 1H5.293L6 1.707C6.18749 1.89455 6.4418 1.99994 6.707 2H15V12H14.915C14.8334 11.7693 14.6965 11.5621 14.5164 11.3965C14.3364 11.2308 14.1185 11.1117 13.8818 11.0496C13.6451 10.9875 13.3968 10.9842 13.1586 11.04C12.9204 11.0959 12.6994 11.2092 12.515 11.37C11.885 10.223 10.554 9 8 9C5.445 9 4.114 10.224 3.486 11.37C3.30159 11.2092 3.08063 11.0959 2.8424 11.04C2.60416 10.9842 2.35588 10.9875 2.11921 11.0496C1.88253 11.1117 1.66465 11.2308 1.48456 11.3965C1.30447 11.5621 1.16764 11.7693 1.086 12H1V1Z' fill='white' fill-opacity='1'/%3E%3C/svg%3E%0A");
    height: 13px;
    width: 16px;
    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;
}

.icon_person_silver {
    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='%239894A0'/%3E%3C/svg%3E%0A");
    height: 12px;
    width: 12px;
    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='%23B4559B'/%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='%23B4559B'/%3E%3C/svg%3E%0A");
    height: 12px;
    width: 12px;
    display: inline-block;
}

.icon_candidates {
    background: url('../images/icon/candidates.png');
    height: 10.5px;
    width: 14px;
    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_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='%23B4559B'/%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='%23B4559B'/%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='%23B4559B'/%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='%23B4559B'/%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='%23B4559B'/%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: #F25180;
    margin: 0px 8px;
}

/* end request style */

/** bench review **/
.bench_available {
    border: 2px solid #64D684;
    box-sizing: border-box;
    border-radius: 8px
}

.bench_available_hot {
    border: 2px solid #64D684;
    box-sizing: border-box;
    border-radius: 8px
}

.bench_busy_part_time {
    border: 2px solid #FFB74A;
    box-sizing: border-box;
    border-radius: 8px
}

.bench_busy_full_time {
    border: 2px solid #64D684;
    box-sizing: border-box;
    border-radius: 8px
}

.bench_not_available_at_the_moment {
    border: 2px solid #F00D44;
    box-sizing: border-box;
    border-radius: 8px
}

.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 **/

/** bench show **/
.bench_status_btn:not(:first-child) {
    margin-left: 2%;
}

.bench_status_btn_checked {
    padding: 5px 28px;
    background-color: #fff;
    color: #B4559B;
    border-radius: 99px;
    border: 1px solid #B4559B;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
}

.bench_status_btn_active {
    padding: 5px 28px;
    background-color: #B4559B;
    color: #fff;
    border-radius: 99px;
    border: 1px solid #fff;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
}

.bench_status_btn_enable {
    padding: 5px 28px;
    background-color: #fff;
    color: #1E2346;
    border-radius: 99px;
    border: 1px solid #1E2346;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
}

.bench_status_btn_disabled {
    padding: 5px 28px;
    background-color: #fff;
    color: #9894A0;
    border-radius: 99px;
    border: 1px solid #9894A0;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    cursor: not-allowed;
    pointer-events: none;
}

.bench_status_progress_bar {
    height: 8px;
    width: 100%;
    background-color: rgb(225, 187, 215);
}

.bench_status_progress_bar_separator {
    position: absolute;
    border-right: 1px solid #D9D9D9;
    top: -3px;
    bottom: -3px;
}

.bench_status_progress_bar_filled {
    height: 100%;
    width: 25%;
    background-color: #B4559B;
}

/** end bench show **/

/** notification **/
.rj_toast {
    position: fixed;
    z-index: 9999;
    bottom: 37px;
    right: 37px;
}

.rj_toast .toast {
    opacity: 1;
    max-width: 389px !important;
    margin-top: -240px;
}

.rj_toast .toast_description {
    height: 72px;
    overflow: hidden
}

.rj_toast .toast_close {
    font-size: 30px;
    color: #C4C0C9;
}

.cowo_toast .toast-header {
    padding: 10px;
}

.cowo_toast .toast-header p {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    color: rgba(4, 14, 42, 0.8);
}

.cowo_toast .toast-header span {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 12.25px;
    line-height: 18px;
    color: #1E2346;
}

.cowo_toast .toast-body .cowo-toast-body-title {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 150%;
    color: #1E2346;
}

.cowo_toast .toast-body .cowo-toast-body-desc {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    color: #1E2346;
}

.cowo_toast .toast-body .cowo-toast-body-desc span {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #9894A0;
}

.rj_notification_empty {
    width: 420px;
    height: 232px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    color: rgba(4, 14, 42, 0.8);
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
}

.notification_header {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 2px;
}

.notification_checked_block {
    left: -10px;
    top: -10px;
}

.notification_header a {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.46px;
    text-transform: uppercase;
    color: #9894A0;
}

#rj_notification_button_comment {
    padding: 0 20px;
    border-right: 1px solid #3B3758;
}

#rj_notification_comment {
    display: none;
    margin-top: 20px;
    margin-right: 20px;
    position: absolute;
    right: -32px;
    width: 420px;
}

#rj_notification_comment .close {
    margin-left: 10px !important;
    margin-top: 6px;
}

#rj_notification_comment .toast {
    opacity: 1;
    max-width: 100%;
    background: #ffffff;
}

#rj_notification_comment .toast:not(:last-child) {
    margin-bottom: 2px;
}

#rj_notification_comment .rj_btn_collapse {
    width: 100%;
    text-align: left;
    color: #333333;
    margin-right: 20px;
}

#rj_notification_button_request {
    padding: 0 20px;
    border-right: 1px solid #3B3758;
}

#rj_notification_request {
    display: none;
    margin-top: 20px;
    margin-right: 20px;
    position: absolute;
    right: -32px;
    width: 420px;
}

#rj_notification_request .close {
    margin-left: 10px !important;
    margin-top: 6px;
}

#rj_notification_request .toast {
    opacity: 1;
    max-width: 100%;
    background: #ffffff;
}

#rj_notification_request .toast:not(:last-child) {
    margin-bottom: 4px;
}

#rj_notification_request .rj_btn_collapse {
    width: 100%;
    text-align: left;
    color: #333333;
    margin-right: 20px;
}

#rj_notification_button_bench {
    padding: 0 20px;
    border-right: 1px solid #3B3758;
}

#rj_notification_button_other {
    padding: 0 20px;
    border-right: 1px solid #3B3758;
}

#rj_notification_bench {
    display: none;
    margin-top: 23px;
    margin-right: 20px;
    position: absolute;
    right: -32px;
    width: 420px;
}

#rj_notification_bench .close {
    margin-left: 10px !important;
    margin-top: 6px;
}

#rj_notification_bench .toast {
    opacity: 1;
    max-width: 100%;
    background: #ffffff;
}

#rj_notification_bench .toast:not(:last-child) {
    margin-bottom: 4px;
}

#rj_notification_bench .rj_btn_collapse {
    width: 100%;
    text-align: left;
    color: #333333;
    margin-right: 20px;
}

#rj_notification_other {
    display: none;
    margin-top: 20px;
    margin-right: 20px;
    position: absolute;
    right: -32px;
    width: 420px;
}

#rj_notification_other .close {
    margin-left: 10px !important;
    margin-top: 6px;
}

#rj_notification_other .toast {
    opacity: 1;
    max-width: 100%;
    background: #ffffff;
}

#rj_notification_other .toast:not(:last-child) {
    margin-bottom: 4px;
}

#rj_notification_other .rj_btn_collapse {
    width: 100%;
    text-align: left;
    color: #333333;
    margin-right: 20px;
}

.rj_notification_card {
    display: block;
    height: 20px;
    position: relative;
}

.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: 10px;
    top: 0px;
    background: #B4559B;
    border: 1px solid #B4559B;
    border-radius: 5px;
}

.circle_notification_comment {
    position: absolute;
    width: 7px;
    height: 7px;
    left: 12px;
    top: 0px;
    background: #B4559B;
    border: 1px solid #B4559B;
    border-radius: 5px;
}

.circle_notification_request {
    position: absolute;
    width: 7px;
    height: 7px;
    left: 13px;
    top: 0px;
    background: #B4559B;
    border: 1px solid #B4559B;
    border-radius: 5px;
}

.circle_notification_bench {
    position: absolute;
    width: 7px;
    height: 7px;
    left: 12px;
    top: -2px;
    background: #B4559B;
    border: 1px solid #B4559B;
    border-radius: 5px;
}

.circle_notification_absolut {
    position: absolute;
    width: 7px;
    height: 7px;
    background: #B4559B;
    border: 1px solid #B4559B;
    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: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    padding: 12px 28px 12px 12px !important;
    cursor: pointer;
}

.notification_page:hover {
    border: 1px solid #B4559B;
}

.rj_notification_category {
    color: #9894A0
}

.notification_page:hover .rj_notification_category {
    color: #B4559B;
}

.notification_page:hover .icon_n_comment_light {
    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='M5 7C5 7.26522 4.89464 7.51957 4.70711 7.70711C4.51957 7.89464 4.26522 8 4 8C3.73478 8 3.48043 7.89464 3.29289 7.70711C3.10536 7.51957 3 7.26522 3 7C3 6.73478 3.10536 6.48043 3.29289 6.29289C3.48043 6.10536 3.73478 6 4 6C4.26522 6 4.51957 6.10536 4.70711 6.29289C4.89464 6.48043 5 6.73478 5 7ZM9 7C9 7.26522 8.89464 7.51957 8.70711 7.70711C8.51957 7.89464 8.26522 8 8 8C7.73478 8 7.48043 7.89464 7.29289 7.70711C7.10536 7.51957 7 7.26522 7 7C7 6.73478 7.10536 6.48043 7.29289 6.29289C7.48043 6.10536 7.73478 6 8 6C8.26522 6 8.51957 6.10536 8.70711 6.29289C8.89464 6.48043 9 6.73478 9 7ZM12 8C12.2652 8 12.5196 7.89464 12.7071 7.70711C12.8946 7.51957 13 7.26522 13 7C13 6.73478 12.8946 6.48043 12.7071 6.29289C12.5196 6.10536 12.2652 6 12 6C11.7348 6 11.4804 6.10536 11.2929 6.29289C11.1054 6.48043 11 6.73478 11 7C11 7.26522 11.1054 7.51957 11.2929 7.70711C11.4804 7.89464 11.7348 8 12 8Z' fill='%23B4559B'/%3E%3Cpath d='M2.165 14.803L2.185 14.799C4.015 14.436 5.133 13.957 5.653 13.694C6.41859 13.8982 7.20765 14.0011 8 14C12.418 14 16 10.866 16 7C16 3.134 12.418 0 8 0C3.582 0 0 3.134 0 7C0 8.76 0.743 10.37 1.97 11.6C1.88416 12.3901 1.70835 13.1678 1.446 13.918L1.443 13.929C1.36844 14.1439 1.28707 14.3563 1.199 14.566C1.12 14.752 1.273 14.96 1.472 14.928C1.70366 14.8901 1.93469 14.8484 2.165 14.803ZM2.965 11.695C2.97901 11.5486 2.96055 11.4009 2.91094 11.2625C2.86133 11.124 2.7818 10.9982 2.678 10.894C1.618 9.83 1 8.468 1 7C1 3.808 4.004 1 8 1C11.996 1 15 3.808 15 7C15 10.193 11.996 13 8 13C7.2951 13.001 6.59311 12.9096 5.912 12.728C5.67398 12.6642 5.42079 12.6906 5.201 12.802C4.814 12.998 3.961 13.372 2.567 13.695C2.76148 13.0421 2.89472 12.3726 2.965 11.695Z' fill='%23B4559B'/%3E%3C/svg%3E%0A");
}

.notification_page:hover .icon_n_comment_request {
    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='M2.678 11.394C2.7818 11.4982 2.86133 11.624 2.91094 11.7625C2.96055 11.9009 2.97901 12.0486 2.965 12.195C2.89472 12.8726 2.76148 13.5421 2.567 14.195C3.962 13.872 4.814 13.498 5.201 13.302C5.4205 13.1908 5.67329 13.1645 5.911 13.228C6.59243 13.4097 7.29477 13.5011 8 13.5C11.996 13.5 15 10.693 15 7.5C15 4.308 11.996 1.5 8 1.5C4.004 1.5 1 4.308 1 7.5C1 8.968 1.617 10.33 2.678 11.394ZM2.185 15.299C1.94807 15.346 1.71037 15.389 1.472 15.428C1.272 15.46 1.12 15.252 1.199 15.066C1.28779 14.8566 1.36918 14.6441 1.443 14.429L1.446 14.419C1.694 13.699 1.896 12.871 1.97 12.1C0.743 10.87 0 9.26 0 7.5C0 3.634 3.582 0.5 8 0.5C12.418 0.5 16 3.634 16 7.5C16 11.366 12.418 14.5 8 14.5C7.20765 14.5011 6.41859 14.3982 5.653 14.194C5.133 14.457 4.014 14.936 2.185 15.299Z' fill='%23B4559B' fill-opacity='0.8'/%3E%3Cpath d='M4 5C4 4.86739 4.05268 4.74021 4.14645 4.64645C4.24021 4.55268 4.36739 4.5 4.5 4.5H11.5C11.6326 4.5 11.7598 4.55268 11.8536 4.64645C11.9473 4.74021 12 4.86739 12 5C12 5.13261 11.9473 5.25979 11.8536 5.35355C11.7598 5.44732 11.6326 5.5 11.5 5.5H4.5C4.36739 5.5 4.24021 5.44732 4.14645 5.35355C4.05268 5.25979 4 5.13261 4 5ZM4 7.5C4 7.36739 4.05268 7.24021 4.14645 7.14645C4.24021 7.05268 4.36739 7 4.5 7H11.5C11.6326 7 11.7598 7.05268 11.8536 7.14645C11.9473 7.24021 12 7.36739 12 7.5C12 7.63261 11.9473 7.75979 11.8536 7.85355C11.7598 7.94732 11.6326 8 11.5 8H4.5C4.36739 8 4.24021 7.94732 4.14645 7.85355C4.05268 7.75979 4 7.63261 4 7.5ZM4 10C4 9.86739 4.05268 9.74021 4.14645 9.64645C4.24021 9.55268 4.36739 9.5 4.5 9.5H8.5C8.63261 9.5 8.75979 9.55268 8.85355 9.64645C8.94732 9.74021 9 9.86739 9 10C9 10.1326 8.94732 10.2598 8.85355 10.3536C8.75979 10.4473 8.63261 10.5 8.5 10.5H4.5C4.36739 10.5 4.24021 10.4473 4.14645 10.3536C4.05268 10.2598 4 10.1326 4 10Z' fill='%23B4559B' fill-opacity='0.8'/%3E%3C/svg%3E%0A");
}

.notification_page:hover .icon_n_comment_request_light {
    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='M2.678 10.894C2.7818 10.9982 2.86133 11.124 2.91094 11.2625C2.96055 11.4009 2.97901 11.5486 2.965 11.695C2.89472 12.3726 2.76148 13.0421 2.567 13.695C3.962 13.372 4.814 12.998 5.201 12.802C5.4205 12.6908 5.67329 12.6645 5.911 12.728C6.59243 12.9097 7.29477 13.0011 8 13C11.996 13 15 10.193 15 7C15 3.808 11.996 1 8 1C4.004 1 1 3.808 1 7C1 8.468 1.617 9.83 2.678 10.894ZM2.185 14.799C1.94807 14.846 1.71037 14.889 1.472 14.928C1.272 14.96 1.12 14.752 1.199 14.566C1.28779 14.3566 1.36918 14.1441 1.443 13.929L1.446 13.919C1.694 13.199 1.896 12.371 1.97 11.6C0.743 10.37 0 8.76 0 7C0 3.134 3.582 0 8 0C12.418 0 16 3.134 16 7C16 10.866 12.418 14 8 14C7.20765 14.0011 6.41859 13.8982 5.653 13.694C5.133 13.957 4.014 14.436 2.185 14.799Z' fill='%23B4559B'/%3E%3Cpath d='M4 4.5C4 4.36739 4.05268 4.24021 4.14645 4.14645C4.24021 4.05268 4.36739 4 4.5 4H11.5C11.6326 4 11.7598 4.05268 11.8536 4.14645C11.9473 4.24021 12 4.36739 12 4.5C12 4.63261 11.9473 4.75979 11.8536 4.85355C11.7598 4.94732 11.6326 5 11.5 5H4.5C4.36739 5 4.24021 4.94732 4.14645 4.85355C4.05268 4.75979 4 4.63261 4 4.5ZM4 7C4 6.86739 4.05268 6.74021 4.14645 6.64645C4.24021 6.55268 4.36739 6.5 4.5 6.5H11.5C11.6326 6.5 11.7598 6.55268 11.8536 6.64645C11.9473 6.74021 12 6.86739 12 7C12 7.13261 11.9473 7.25979 11.8536 7.35355C11.7598 7.44732 11.6326 7.5 11.5 7.5H4.5C4.36739 7.5 4.24021 7.44732 4.14645 7.35355C4.05268 7.25979 4 7.13261 4 7ZM4 9.5C4 9.36739 4.05268 9.24021 4.14645 9.14645C4.24021 9.05268 4.36739 9 4.5 9H8.5C8.63261 9 8.75979 9.05268 8.85355 9.14645C8.94732 9.24021 9 9.36739 9 9.5C9 9.63261 8.94732 9.75979 8.85355 9.85355C8.75979 9.94732 8.63261 10 8.5 10H4.5C4.36739 10 4.24021 9.94732 4.14645 9.85355C4.05268 9.75979 4 9.63261 4 9.5Z' fill='%23B4559B'/%3E%3C/svg%3E%0A");
}

.notification_page:hover .icon_n_request_bench_light {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1C10.2652 1 10.5196 1.10536 10.7071 1.29289C10.8946 1.48043 11 1.73478 11 2V12.755C11 12.755 10 11 6 11C2 11 1 12.755 1 12.755V2C1 1.73478 1.10536 1.48043 1.29289 1.29289C1.48043 1.10536 1.73478 1 2 1H10ZM2 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 16H10C10.5304 16 11.0391 15.7893 11.4142 15.4142C11.7893 15.0391 12 14.5304 12 14V2C12 1.46957 11.7893 0.960859 11.4142 0.585786C11.0391 0.210714 10.5304 0 10 0H2Z' fill='%23B4559B'/%3E%3Cpath d='M6 10C6.39397 10 6.78407 9.9224 7.14805 9.77164C7.51203 9.62087 7.84274 9.3999 8.12132 9.12132C8.3999 8.84274 8.62087 8.51203 8.77164 8.14805C8.9224 7.78407 9 7.39397 9 7C9 6.60603 8.9224 6.21593 8.77164 5.85195C8.62087 5.48797 8.3999 5.15726 8.12132 4.87868C7.84274 4.6001 7.51203 4.37913 7.14805 4.22836C6.78407 4.0776 6.39397 4 6 4C5.20435 4 4.44129 4.31607 3.87868 4.87868C3.31607 5.44129 3 6.20435 3 7C3 7.79565 3.31607 8.55871 3.87868 9.12132C4.44129 9.68393 5.20435 10 6 10Z' fill='%23B4559B'/%3E%3C/svg%3E%0A");
}

.notification_page:hover .icon_n_request_new {
    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='M5.5 6C5.5 5.86739 5.44732 5.74021 5.35355 5.64645C5.25979 5.55268 5.13261 5.5 5 5.5C4.86739 5.5 4.74021 5.55268 4.64645 5.64645C4.55268 5.74021 4.5 5.86739 4.5 6V6.634L3.951 6.317C3.89411 6.28365 3.83119 6.26188 3.76586 6.25295C3.70053 6.24402 3.63408 6.2481 3.57033 6.26495C3.50658 6.28181 3.44679 6.3111 3.39441 6.35116C3.34203 6.39121 3.29809 6.44123 3.26512 6.49834C3.23215 6.55544 3.2108 6.6185 3.2023 6.68389C3.1938 6.74928 3.19832 6.81571 3.2156 6.87935C3.23287 6.94298 3.26257 7.00257 3.30297 7.05469C3.34337 7.1068 3.39368 7.15041 3.451 7.183L4 7.5L3.451 7.817C3.39368 7.84959 3.34337 7.8932 3.30297 7.94531C3.26257 7.99743 3.23287 8.05702 3.2156 8.12065C3.19832 8.18429 3.1938 8.25072 3.2023 8.31611C3.2108 8.3815 3.23215 8.44456 3.26512 8.50166C3.29809 8.55877 3.34203 8.60879 3.39441 8.64884C3.44679 8.6889 3.50658 8.71819 3.57033 8.73505C3.63408 8.7519 3.70053 8.75598 3.76586 8.74705C3.83119 8.73812 3.89411 8.71635 3.951 8.683L4.5 8.366V9C4.5 9.13261 4.55268 9.25979 4.64645 9.35355C4.74021 9.44732 4.86739 9.5 5 9.5C5.13261 9.5 5.25979 9.44732 5.35355 9.35355C5.44732 9.25979 5.5 9.13261 5.5 9V8.366L6.049 8.683C6.10589 8.71635 6.16881 8.73812 6.23414 8.74705C6.29947 8.75598 6.36592 8.7519 6.42967 8.73505C6.49342 8.71819 6.55321 8.6889 6.60559 8.64884C6.65797 8.60879 6.70191 8.55877 6.73488 8.50166C6.76785 8.44456 6.7892 8.3815 6.7977 8.31611C6.8062 8.25072 6.80168 8.18429 6.7844 8.12065C6.76713 8.05702 6.73743 7.99743 6.69703 7.94531C6.65663 7.8932 6.60632 7.84959 6.549 7.817L6 7.5L6.549 7.183C6.60632 7.15041 6.65663 7.1068 6.69703 7.05469C6.73743 7.00257 6.76713 6.94298 6.7844 6.87935C6.80168 6.81571 6.8062 6.74928 6.7977 6.68389C6.7892 6.6185 6.76785 6.55544 6.73488 6.49834C6.70191 6.44123 6.65797 6.39121 6.60559 6.35116C6.55321 6.3111 6.49342 6.28181 6.42967 6.26495C6.36592 6.2481 6.29947 6.24402 6.23414 6.25295C6.16881 6.26188 6.10589 6.28365 6.049 6.317L5.5 6.634V6ZM3.5 10.5C3.36739 10.5 3.24021 10.5527 3.14645 10.6464C3.05268 10.7402 3 10.8674 3 11C3 11.1326 3.05268 11.2598 3.14645 11.3536C3.24021 11.4473 3.36739 11.5 3.5 11.5H8.5C8.63261 11.5 8.75979 11.4473 8.85355 11.3536C8.94732 11.2598 9 11.1326 9 11C9 10.8674 8.94732 10.7402 8.85355 10.6464C8.75979 10.5527 8.63261 10.5 8.5 10.5H3.5ZM3.5 12.5C3.36739 12.5 3.24021 12.5527 3.14645 12.6464C3.05268 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.5H8.5C8.63261 13.5 8.75979 13.4473 8.85355 13.3536C8.94732 13.2598 9 13.1326 9 13C9 12.8674 8.94732 12.7402 8.85355 12.6464C8.75979 12.5527 8.63261 12.5 8.5 12.5H3.5Z' fill='%23B4559B' fill-opacity='0.8'/%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='%23B4559B' fill-opacity='0.8'/%3E%3C/svg%3E%0A");
}

.notification_page:hover .icon_n_request_new_light {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 5.5C5.5 5.36739 5.44732 5.24021 5.35355 5.14645C5.25979 5.05268 5.13261 5 5 5C4.86739 5 4.74021 5.05268 4.64645 5.14645C4.55268 5.24021 4.5 5.36739 4.5 5.5V6.134L3.951 5.817C3.89411 5.78365 3.83119 5.76188 3.76586 5.75295C3.70053 5.74402 3.63408 5.7481 3.57033 5.76495C3.50658 5.78181 3.44679 5.8111 3.39441 5.85116C3.34203 5.89121 3.29809 5.94123 3.26512 5.99834C3.23215 6.05544 3.2108 6.1185 3.2023 6.18389C3.1938 6.24928 3.19832 6.31571 3.2156 6.37935C3.23287 6.44298 3.26257 6.50257 3.30297 6.55469C3.34337 6.6068 3.39368 6.65041 3.451 6.683L4 7L3.451 7.317C3.39368 7.34959 3.34337 7.3932 3.30297 7.44531C3.26257 7.49743 3.23287 7.55702 3.2156 7.62065C3.19832 7.68429 3.1938 7.75072 3.2023 7.81611C3.2108 7.8815 3.23215 7.94456 3.26512 8.00166C3.29809 8.05877 3.34203 8.10879 3.39441 8.14884C3.44679 8.1889 3.50658 8.21819 3.57033 8.23505C3.63408 8.2519 3.70053 8.25598 3.76586 8.24705C3.83119 8.23812 3.89411 8.21635 3.951 8.183L4.5 7.866V8.5C4.5 8.63261 4.55268 8.75979 4.64645 8.85355C4.74021 8.94732 4.86739 9 5 9C5.13261 9 5.25979 8.94732 5.35355 8.85355C5.44732 8.75979 5.5 8.63261 5.5 8.5V7.866L6.049 8.183C6.10589 8.21635 6.16881 8.23812 6.23414 8.24705C6.29947 8.25598 6.36592 8.2519 6.42967 8.23505C6.49342 8.21819 6.55321 8.1889 6.60559 8.14884C6.65797 8.10879 6.70191 8.05877 6.73488 8.00166C6.76785 7.94456 6.7892 7.8815 6.7977 7.81611C6.8062 7.75072 6.80168 7.68429 6.7844 7.62065C6.76713 7.55702 6.73743 7.49743 6.69703 7.44531C6.65663 7.3932 6.60632 7.34959 6.549 7.317L6 7L6.549 6.683C6.60632 6.65041 6.65663 6.6068 6.69703 6.55469C6.73743 6.50257 6.76713 6.44298 6.7844 6.37935C6.80168 6.31571 6.8062 6.24928 6.7977 6.18389C6.7892 6.1185 6.76785 6.05544 6.73488 5.99834C6.70191 5.94123 6.65797 5.89121 6.60559 5.85116C6.55321 5.8111 6.49342 5.78181 6.42967 5.76495C6.36592 5.7481 6.29947 5.74402 6.23414 5.75295C6.16881 5.76188 6.10589 5.78365 6.049 5.817L5.5 6.134V5.5ZM3.5 10C3.36739 10 3.24021 10.0527 3.14645 10.1464C3.05268 10.2402 3 10.3674 3 10.5C3 10.6326 3.05268 10.7598 3.14645 10.8536C3.24021 10.9473 3.36739 11 3.5 11H8.5C8.63261 11 8.75979 10.9473 8.85355 10.8536C8.94732 10.7598 9 10.6326 9 10.5C9 10.3674 8.94732 10.2402 8.85355 10.1464C8.75979 10.0527 8.63261 10 8.5 10H3.5ZM3.5 12C3.36739 12 3.24021 12.0527 3.14645 12.1464C3.05268 12.2402 3 12.3674 3 12.5C3 12.6326 3.05268 12.7598 3.14645 12.8536C3.24021 12.9473 3.36739 13 3.5 13H8.5C8.63261 13 8.75979 12.9473 8.85355 12.8536C8.94732 12.7598 9 12.6326 9 12.5C9 12.3674 8.94732 12.2402 8.85355 12.1464C8.75979 12.0527 8.63261 12 8.5 12H3.5Z' fill='%23B4559B'/%3E%3Cpath d='M12 14V4.5L7.5 0H2C1.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 16H10C10.5304 16 11.0391 15.7893 11.4142 15.4142C11.7893 15.0391 12 14.5304 12 14ZM7.5 3C7.5 3.39782 7.65804 3.77936 7.93934 4.06066C8.22064 4.34196 8.60218 4.5 9 4.5H11V14C11 14.2652 10.8946 14.5196 10.7071 14.7071C10.5196 14.8946 10.2652 15 10 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 1H7.5V3Z' fill='%23B4559B'/%3E%3C/svg%3E%0A");
}

.notification_page:hover .icon_n_request_deadline_shortened {
    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='M3.526 13.59C4.502 13.59 5.05 12.8 5.05 11.385C5.05 9.973 4.502 9.182 3.526 9.182C2.548 9.182 2 9.972 2 11.385C2 12.8 2.548 13.59 3.526 13.59ZM2.694 11.385C2.694 10.335 2.984 9.773 3.526 9.773C3.884 9.773 4.133 10.02 4.259 10.494L2.7 11.637C2.69643 11.553 2.69443 11.469 2.694 11.385ZM3.526 12.999C3.166 12.999 2.92 12.753 2.794 12.281L4.35 11.136C4.353 11.215 4.355 11.3 4.355 11.385C4.355 12.437 4.065 12.999 3.526 12.999ZM8.855 13.5V12.905H7.73V9.272H7.04L5.85 10.058V10.746L6.986 10H7.036V12.906H5.856V13.5H8.856H8.855Z' fill='%23040E2A' fill-opacity='0.8'/%3E%3Cpath d='M2 0.5C1.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.5V2.5C12 1.96957 11.7893 1.46086 11.4142 1.08579C11.0391 0.710714 10.5304 0.5 10 0.5H2ZM2 1.5H10C10.2652 1.5 10.5196 1.60536 10.7071 1.79289C10.8946 1.98043 11 2.23478 11 2.5V14.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.5Z' fill='%23B4559B' fill-opacity='0.8'/%3E%3C/svg%3E%0A");
}

.notification_page:hover .icon_n_request_deadline_shortened_light {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.526 13.09C4.502 13.09 5.05 12.3 5.05 10.885C5.05 9.473 4.502 8.682 3.526 8.682C2.548 8.682 2 9.472 2 10.885C2 12.3 2.548 13.09 3.526 13.09ZM2.694 10.885C2.694 9.835 2.984 9.273 3.526 9.273C3.884 9.273 4.133 9.52 4.259 9.994L2.7 11.137C2.69643 11.053 2.69443 10.969 2.694 10.885ZM3.526 12.499C3.166 12.499 2.92 12.253 2.794 11.781L4.35 10.636C4.353 10.715 4.355 10.8 4.355 10.885C4.355 11.937 4.065 12.499 3.526 12.499ZM8.855 13V12.405H7.73V8.772H7.04L5.85 9.558V10.246L6.986 9.5H7.036V12.406H5.856V13H8.856H8.855Z' fill='%23B4559B'/%3E%3Cpath d='M2 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 16H10C10.5304 16 11.0391 15.7893 11.4142 15.4142C11.7893 15.0391 12 14.5304 12 14V2C12 1.46957 11.7893 0.960859 11.4142 0.585786C11.0391 0.210714 10.5304 0 10 0H2ZM2 1H10C10.2652 1 10.5196 1.10536 10.7071 1.29289C10.8946 1.48043 11 1.73478 11 2V14C11 14.2652 10.8946 14.5196 10.7071 14.7071C10.5196 14.8946 10.2652 15 10 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 1Z' fill='%23B4559B'/%3E%3C/svg%3E%0A");
}

.notification_page:hover .icon_n_request_deadline_extended {
    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='M3.526 13.59C4.502 13.59 5.05 12.8 5.05 11.385C5.05 9.973 4.502 9.182 3.526 9.182C2.548 9.182 2 9.972 2 11.385C2 12.8 2.548 13.59 3.526 13.59ZM2.694 11.385C2.694 10.335 2.984 9.773 3.526 9.773C3.884 9.773 4.133 10.02 4.259 10.494L2.7 11.637C2.69643 11.553 2.69443 11.469 2.694 11.385ZM3.526 12.999C3.166 12.999 2.92 12.753 2.794 12.281L4.35 11.136C4.353 11.215 4.355 11.3 4.355 11.385C4.355 12.437 4.065 12.999 3.526 12.999ZM8.855 13.5V12.905H7.73V9.272H7.04L5.85 10.058V10.746L6.986 10H7.036V12.906H5.856V13.5H8.856H8.855Z' fill='%23B4559B' fill-opacity='0.8'/%3E%3Cpath d='M2 0.5C1.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.5V2.5C12 1.96957 11.7893 1.46086 11.4142 1.08579C11.0391 0.710714 10.5304 0.5 10 0.5H2ZM2 1.5H10C10.2652 1.5 10.5196 1.60536 10.7071 1.79289C10.8946 1.98043 11 2.23478 11 2.5V14.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.5Z' fill='%23B4559B' fill-opacity='0.8'/%3E%3C/svg%3E%0A");
}

.notification_page:hover .icon_n_request_deadline_extended_light {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.526 13.09C4.502 13.09 5.05 12.3 5.05 10.885C5.05 9.473 4.502 8.682 3.526 8.682C2.548 8.682 2 9.472 2 10.885C2 12.3 2.548 13.09 3.526 13.09ZM2.694 10.885C2.694 9.835 2.984 9.273 3.526 9.273C3.884 9.273 4.133 9.52 4.259 9.994L2.7 11.137C2.69643 11.053 2.69443 10.969 2.694 10.885ZM3.526 12.499C3.166 12.499 2.92 12.253 2.794 11.781L4.35 10.636C4.353 10.715 4.355 10.8 4.355 10.885C4.355 11.937 4.065 12.499 3.526 12.499ZM8.855 13V12.405H7.73V8.772H7.04L5.85 9.558V10.246L6.986 9.5H7.036V12.406H5.856V13H8.856H8.855Z' fill='%23B4559B'/%3E%3Cpath d='M2 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 16H10C10.5304 16 11.0391 15.7893 11.4142 15.4142C11.7893 15.0391 12 14.5304 12 14V2C12 1.46957 11.7893 0.960859 11.4142 0.585786C11.0391 0.210714 10.5304 0 10 0H2ZM2 1H10C10.2652 1 10.5196 1.10536 10.7071 1.29289C10.8946 1.48043 11 1.73478 11 2V14C11 14.2652 10.8946 14.5196 10.7071 14.7071C10.5196 14.8946 10.2652 15 10 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 1Z' fill='%23B4559B'/%3E%3C/svg%3E%0A");
}

.notification_page:hover .icon_n_request_status {
    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='M8 7.5V8.576C8.54 8.742 9 9.173 9 9.8V12.2C9 13.016 8.219 13.5 7.5 13.5H4.5C3.781 13.5 3 13.016 3 12.2V9.8C3 9.173 3.46 8.742 4 8.576V7.5C4 6.96957 4.21071 6.46086 4.58579 6.08579C4.96086 5.71071 5.46957 5.5 6 5.5C6.53043 5.5 7.03914 5.71071 7.41421 6.08579C7.78929 6.46086 8 6.96957 8 7.5ZM5 7.5V8.5H7V7.5C7 7.23478 6.89464 6.98043 6.70711 6.79289C6.51957 6.60536 6.26522 6.5 6 6.5C5.73478 6.5 5.48043 6.60536 5.29289 6.79289C5.10536 6.98043 5 7.23478 5 7.5Z' fill='%23B4559B' fill-opacity='0.8'/%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='%23B4559B' fill-opacity='0.8'/%3E%3C/svg%3E%0A");
}

.notification_page:hover .icon_n_request_status_light {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 5C6.26522 5 6.51957 5.10536 6.70711 5.29289C6.89464 5.48043 7 5.73478 7 6V7H5V6C5 5.73478 5.10536 5.48043 5.29289 5.29289C5.48043 5.10536 5.73478 5 6 5ZM8 7.076V6C8 5.46957 7.78929 4.96086 7.41421 4.58579C7.03914 4.21071 6.53043 4 6 4C5.46957 4 4.96086 4.21071 4.58579 4.58579C4.21071 4.96086 4 5.46957 4 6V7.076C3.46 7.242 3 7.673 3 8.3V10.7C3 11.516 3.781 12 4.5 12H7.5C8.219 12 9 11.516 9 10.7V8.3C9 7.673 8.54 7.242 8 7.076Z' fill='%23B4559B'/%3E%3Cpath d='M2 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 16H10C10.5304 16 11.0391 15.7893 11.4142 15.4142C11.7893 15.0391 12 14.5304 12 14V2C12 1.46957 11.7893 0.960859 11.4142 0.585786C11.0391 0.210714 10.5304 0 10 0H2ZM2 1H10C10.2652 1 10.5196 1.10536 10.7071 1.29289C10.8946 1.48043 11 1.73478 11 2V14C11 14.2652 10.8946 14.5196 10.7071 14.7071C10.5196 14.8946 10.2652 15 10 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 1Z' fill='%23B4559B'/%3E%3C/svg%3E%0A");
}

.notification_page:hover .icon_n_request_candidate_change_status {
    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='%23B4559B' fill-opacity='0.8'/%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='%23B4559B' fill-opacity='0.8'/%3E%3C/svg%3E%0A");
}

.notification_page:hover .icon_n_request_candidate_change_status_light {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1C10.2652 1 10.5196 1.10536 10.7071 1.29289C10.8946 1.48043 11 1.73478 11 2V12.755C11 12.755 10 11 6 11C2 11 1 12.755 1 12.755V2C1 1.73478 1.10536 1.48043 1.29289 1.29289C1.48043 1.10536 1.73478 1 2 1H10ZM2 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 16H10C10.5304 16 11.0391 15.7893 11.4142 15.4142C11.7893 15.0391 12 14.5304 12 14V2C12 1.46957 11.7893 0.960859 11.4142 0.585786C11.0391 0.210714 10.5304 0 10 0H2Z' fill='%23B4559B'/%3E%3Cpath d='M6 10C6.39397 10 6.78407 9.9224 7.14805 9.77164C7.51203 9.62087 7.84274 9.3999 8.12132 9.12132C8.3999 8.84274 8.62087 8.51203 8.77164 8.14805C8.9224 7.78407 9 7.39397 9 7C9 6.60603 8.9224 6.21593 8.77164 5.85195C8.62087 5.48797 8.3999 5.15726 8.12132 4.87868C7.84274 4.6001 7.51203 4.37913 7.14805 4.22836C6.78407 4.0776 6.39397 4 6 4C5.20435 4 4.44129 4.31607 3.87868 4.87868C3.31607 5.44129 3 6.20435 3 7C3 7.79565 3.31607 8.55871 3.87868 9.12132C4.44129 9.68393 5.20435 10 6 10Z' fill='%23B4559B'/%3E%3C/svg%3E%0A");
}

.notification_page:hover .icon_n_comment_reply {
    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='M2.678 11.394C2.7818 11.4982 2.86133 11.624 2.91094 11.7625C2.96055 11.9009 2.97901 12.0486 2.965 12.195C2.89472 12.8726 2.76148 13.5421 2.567 14.195C3.962 13.872 4.814 13.498 5.201 13.302C5.4205 13.1908 5.67329 13.1645 5.911 13.228C6.59243 13.4097 7.29477 13.5011 8 13.5C11.996 13.5 15 10.693 15 7.5C15 4.308 11.996 1.5 8 1.5C4.004 1.5 1 4.308 1 7.5C1 8.968 1.617 10.33 2.678 11.394ZM2.185 15.299C1.94807 15.346 1.71037 15.389 1.472 15.428C1.272 15.46 1.12 15.252 1.199 15.066C1.28779 14.8566 1.36918 14.6441 1.443 14.429L1.446 14.419C1.694 13.699 1.896 12.871 1.97 12.1C0.743 10.87 0 9.26 0 7.5C0 3.634 3.582 0.5 8 0.5C12.418 0.5 16 3.634 16 7.5C16 11.366 12.418 14.5 8 14.5C7.20765 14.5011 6.41859 14.3982 5.653 14.194C5.133 14.457 4.014 14.936 2.185 15.299Z' fill='%23B4559B' fill-opacity='0.8'/%3E%3Cpath d='M7.066 6.26C6.87121 5.95665 6.58322 5.72471 6.24531 5.59906C5.90741 5.4734 5.53785 5.46081 5.19218 5.56319C4.84652 5.66556 4.54341 5.87735 4.32843 6.16675C4.11344 6.45614 3.99819 6.8075 4 7.168C4.00018 7.46653 4.08052 7.75954 4.23264 8.01641C4.38476 8.27329 4.60307 8.4846 4.86476 8.62826C5.12645 8.77193 5.42192 8.84269 5.7203 8.83315C6.01868 8.8236 6.30903 8.7341 6.561 8.574C6.43 8.963 6.186 9.378 5.784 9.794C5.70709 9.87356 5.66493 9.98042 5.66681 10.0911C5.66774 10.1459 5.67945 10.1999 5.70127 10.2502C5.72309 10.3004 5.7546 10.3459 5.794 10.384C5.8334 10.4221 5.87991 10.452 5.93088 10.4721C5.98185 10.4923 6.03628 10.5021 6.09107 10.5012C6.20172 10.4993 6.30709 10.4536 6.384 10.374C7.87 8.834 7.677 7.16 7.066 6.262V6.26ZM11.066 6.26C10.8712 5.95665 10.5832 5.72471 10.2453 5.59906C9.90741 5.4734 9.53785 5.46081 9.19218 5.56319C8.84652 5.66556 8.54341 5.87735 8.32843 6.16675C8.11344 6.45614 7.99819 6.8075 8 7.168C8.00018 7.46653 8.08052 7.75954 8.23264 8.01641C8.38476 8.27329 8.60307 8.4846 8.86476 8.62826C9.12645 8.77193 9.42192 8.84269 9.7203 8.83315C10.0187 8.8236 10.309 8.7341 10.561 8.574C10.43 8.963 10.186 9.378 9.784 9.794C9.74592 9.8334 9.71597 9.87991 9.69586 9.93088C9.67575 9.98185 9.66588 10.0363 9.66681 10.0911C9.66774 10.1459 9.67945 10.1999 9.70127 10.2502C9.72309 10.3004 9.7546 10.3459 9.794 10.384C9.8334 10.4221 9.87991 10.452 9.93088 10.4721C9.98185 10.4923 10.0363 10.5021 10.0911 10.5012C10.1459 10.5003 10.1999 10.4886 10.2502 10.4667C10.3004 10.4449 10.3459 10.4134 10.384 10.374C11.87 8.834 11.677 7.16 11.066 6.262V6.26Z' fill='%23B4559B' fill-opacity='0.8'/%3E%3C/svg%3E%0A");
}

.notification_page:hover .icon_n_comment_reply_light {
    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='M2.678 10.894C2.7818 10.9982 2.86133 11.124 2.91094 11.2625C2.96055 11.4009 2.97901 11.5486 2.965 11.695C2.89472 12.3726 2.76148 13.0421 2.567 13.695C3.962 13.372 4.814 12.998 5.201 12.802C5.4205 12.6908 5.67329 12.6645 5.911 12.728C6.59243 12.9097 7.29477 13.0011 8 13C11.996 13 15 10.193 15 7C15 3.808 11.996 1 8 1C4.004 1 1 3.808 1 7C1 8.468 1.617 9.83 2.678 10.894ZM2.185 14.799C1.94807 14.846 1.71037 14.889 1.472 14.928C1.272 14.96 1.12 14.752 1.199 14.566C1.28779 14.3566 1.36918 14.1441 1.443 13.929L1.446 13.919C1.694 13.199 1.896 12.371 1.97 11.6C0.743 10.37 0 8.76 0 7C0 3.134 3.582 0 8 0C12.418 0 16 3.134 16 7C16 10.866 12.418 14 8 14C7.20765 14.0011 6.41859 13.8982 5.653 13.694C5.133 13.957 4.014 14.436 2.185 14.799Z' fill='%23B4559B'/%3E%3Cpath d='M7.066 5.76C6.87121 5.45665 6.58322 5.22471 6.24531 5.09906C5.90741 4.9734 5.53785 4.96081 5.19218 5.06319C4.84652 5.16556 4.54341 5.37735 4.32843 5.66675C4.11344 5.95614 3.99819 6.3075 4 6.668C4.00018 6.96653 4.08052 7.25954 4.23264 7.51641C4.38476 7.77329 4.60307 7.9846 4.86476 8.12826C5.12645 8.27193 5.42192 8.34269 5.7203 8.33315C6.01868 8.3236 6.30903 8.2341 6.561 8.074C6.43 8.463 6.186 8.878 5.784 9.294C5.70709 9.37356 5.66493 9.48042 5.66681 9.59107C5.66774 9.64586 5.67945 9.69992 5.70127 9.75019C5.72309 9.80045 5.7546 9.84592 5.794 9.884C5.8334 9.92208 5.87991 9.95203 5.93088 9.97214C5.98185 9.99225 6.03628 10.0021 6.09107 10.0012C6.20172 9.99932 6.30709 9.95356 6.384 9.874C7.87 8.334 7.677 6.66 7.066 5.762V5.76ZM11.066 5.76C10.8712 5.45665 10.5832 5.22471 10.2453 5.09906C9.90741 4.9734 9.53785 4.96081 9.19218 5.06319C8.84652 5.16556 8.54341 5.37735 8.32843 5.66675C8.11344 5.95614 7.99819 6.3075 8 6.668C8.00018 6.96653 8.08052 7.25954 8.23264 7.51641C8.38476 7.77329 8.60307 7.9846 8.86476 8.12826C9.12645 8.27193 9.42192 8.34269 9.7203 8.33315C10.0187 8.3236 10.309 8.2341 10.561 8.074C10.43 8.463 10.186 8.878 9.784 9.294C9.74592 9.3334 9.71597 9.37991 9.69586 9.43088C9.67575 9.48185 9.66588 9.53628 9.66681 9.59107C9.66774 9.64586 9.67945 9.69992 9.70127 9.75019C9.72309 9.80045 9.7546 9.84592 9.794 9.884C9.8334 9.92208 9.87991 9.95203 9.93088 9.97214C9.98185 9.99225 10.0363 10.0021 10.0911 10.0012C10.1459 10.0003 10.1999 9.98855 10.2502 9.96673C10.3004 9.94491 10.3459 9.9134 10.384 9.874C11.87 8.334 11.677 6.66 11.066 5.762V5.76Z' fill='%23B4559B'/%3E%3C/svg%3E%0A");
}

.notification_page div {
    padding: 0px;
}

.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;
}

.rj_border_bottom_gray_03 {
    border-bottom: 1px solid #EFEDF1;
}

/** 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_notification_list {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 82px;
}

.admin_notification_preferences_list {
    padding: 20px 82px !important;
}

.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: 700;
    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: #9894A0;
}

.bench_card_description {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: rgba(4, 14, 42, 0.8);
    height: 21px;
}

.bench_card_description_f_600 {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: rgba(4, 14, 42, 0.8);
}

.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_card .bench {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #B4559B;
}

.btn_blue_bg_p_10 {
    display: inline-block;
    background: #130629;
    border-radius: 99px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    color: #FFFFFF;
    padding: 0 10px;
}

.btn_blue_bg {
    display: inline-block;
    background: #130629;
    border-radius: 4px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    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: 3.2px;
}

.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: 3.2px;
}

.btn_red_bg_color_red {
    padding: 5px 9px;
    background: rgba(255, 255, 255, 1e-06);
    border: 1px solid #B4559B;
    box-sizing: border-box;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #B4559B;
    border-radius: 3.2px;
}

.btn_red_bg_color_red:hover {
    background: rgba(255, 255, 255, 1e-06);
    border: 1px solid #B4559B;
    color: #B4559B;
}


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 {
    max-height: 400px;
}

.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: absolute;
    right: 15px;
    z-index: 2;
    top: 8%
}

.alert-danger {
    width: 433px;
    position: absolute;
    right: 15px;
    z-index: 2;
}

/** show request **/
.rj_text_size_20 {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
}

.rj_text_size_16 {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
}

.rj_text_size_16_500 {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
}

.rj_text_size_18_f_500 {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
}

.rj_text_size_16_f_500 {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    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_13 {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
}

.rj_text_size_12 {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
}

.rj_text_size_12_500 {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
}

.rj_text_size_24 {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
}

.rj_breadcrumb_text {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #8C8686;
}

.rj_archived {
    background: #ffffff75 !important;
}

.rj_archived h5,
.rj_archived p {

    color: #8C8686 !important;
}

.rj_color_pink {
    color: #F25180 !important;
}

.rj_color_pink_02 {
    color: #B4559B !important;
}

.color_pink_03 {
    color: #C7ADFF !important;
}

.color_blue {
    color: #3CD0FF;
}

.rj_color_gray_01 {
    color: #9894A0 !important;
}

.rj_color_gray_02 {
    color: #C4C0C9 !important;
}

.rj_color_gray_03 {
    color: #9894A0 !important;
}

.rj_color_gray {
    color: #8C8686 !important;
}

.rj_color_black_05 {
    color: #212529 !important;
}

.rj_color_black_01 {
    color: #1E2346 !important;
}

.s_color_black_03 {
    color: #040E2A !important;
}

.rj_color_black_03 {
    color: rgba(4, 14, 42, 0.8) !important;
}

.rj_color_black_04 {
    color: rgba(4, 14, 42, 0.8);
}

.rj_color_yellow {
    color: #FFB74A !important;
}

.rj_color_black {
    color: #262946 !important;
}

.rj_color_black_01 {
    color: #130629 !important;
}

.rj_color_green {
    color: #28A745 !important;
}

.rj_btn_pink_v_small {
    padding: 5.25px 9.75px 6.25px;
    background: #B4559B;
    border-radius: 99px;
    color: #FFFFFF;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
}

.rj_btn_pink_v_small:hover {
    color: #FFFFFF;
}

.rj_btn_without_bg_v_small {
    padding: 5.25px 9.75px 6.25px;
    border: 1px solid #B4559B;
    border-radius: 99px;
    color: #B4559B;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
}

.rj_btn_without_bg_v_small.rj_btn_without_bg_v_small::after {
    display: none !important;
}

.rj_btn_without_bg_v_small:hover {
    color: #B4559B;
}

.rj_btn_circle_pink {
    width: 44px;
    height: 44px;
    background: #f3e6f5;
    position: relative;
    border-radius: 25px;
    z-index: 1;
}

.rj_btn_red_without_bg {
    display: inline-flex;
    padding: 7px 13px;
    background: rgba(255, 255, 255, 1e-06);
    border: 1px solid #B4559B;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #B4559B;
}

.rj_btn_red_without_bg_disabled {
    display: inline-flex;
    padding: 7px 13px;
    background: rgba(255, 255, 255, 1e-06);
    border: 1px solid #9894A0;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #9894A0;
    pointer-events: none;
}

.rj_btn_red_without_bg_disabled:hover {
    color: #9894A0;
    pointer-events: none;
}

.rj_btn_red_without_bg:hover {
    color: #B4559B;
}

.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: 700;
    font-size: 12px;
    line-height: 100%;
    color: #FFFFFF;
    background: #262946;
}

.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;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    background: #1E2346;
    border-radius: 4px;
}

.rj_btn_copy_info {
    display: flex;
    background: rgba(255, 255, 255, 1e-06);
    border: 1px solid #262946;
    box-sizing: border-box;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    background: #1E2346;
    border-radius: 4px;
    width: 31px;
    height: 31px;
    justify-content: center;
    align-items: center;
}

.button_create_disabled {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5px 9px;
    height: 31px;
    color: #FFFFFF;
    border: 1px solid #9894A0;
    background: #9894A0;
    border-radius: 4px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    pointer-events: none;
}

.button_create_disabled:hover {
    color: #FFFFFF;
}

.button_black_01 {
    padding: 5px 9px;
    gap: 8px;
    background: #1E2346;
    border-radius: 3.2px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button_black_01:hover {
    color: #FFFFFF;
}

.rj_btn_black_01_without_bg {
    padding: 6px 16px;
    border: 1px solid #1E2346;
    border-radius: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #1E2346;
}

.btn_black_01_without_bg_round {
    padding: 0 30px;
    gap: 8px;
    border: 1px solid #1E2346;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.4px;
    color: #1E2346;
    border-radius: 99px;
}

.btn_black_01_without_bg_round_disabled {
    padding: 0 30px;
    gap: 8px;
    border: 1px solid #9894A0;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.4px;
    color: #9894A0;
    border-radius: 99px;
}

.button_black_01_round {
    padding: 0 30px;
    gap: 8px;
    background: #1E2346;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 99px;
}


.rj_btn_blue_with_bg_disabled {
    display: inline-flex;
    padding: 7px 13px;
    border: 1px solid #9894A0;
    box-sizing: border-box;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    background: #9894A0;
    border-radius: 4px;
    pointer-events: none;
}

.rj_btn_blue_with_bg_disabled:hover {
    color: #FFFFFF;
    pointer-events: none;
}

.rj_btn_blue_with_bg: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 #130629;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    background: #130629;
}

.btn_blue_with_bg_middle {
    display: inline-flex;
    padding: 5px 9px;
    background: rgba(255, 255, 255, 1e-06);
    border: 1px solid #1E2346;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    background: #1E2346;
}

.rj_btn_blue_with_bg_middle:hover {
    color: #FFFFFF;
}

.rj_btn_blue_without_bg:hover {
    color: #FFFFFF;
}

.rj_btn_red_without_bg_middle_disabled {
    display: inline-flex;
    padding: 5px 9px;
    border: 1px solid #9894A0;
    border-radius: 3.2px;
    background: rgba(255, 255, 255, 1e-06);
    color: #9894A0;
    pointer-events: none;
}

.rj_btn_red_without_bg_middle_disabled:hover {
    color: #9894A0;
}

.rj_btn_red_without_bg_middle {
    display: inline-flex;
    background: rgba(255, 255, 255, 1e-06);
    padding: 5px 9px;
    border: 1px solid #B4559B;
    border-radius: 3.2px;
    color: #B4559B;
}

.rj_btn_red_without_bg_middle:hover {
    color: #B4559B;
}

.rj_btn_black_with_bg_middle {
    display: inline-flex;
    padding: 5px 9px;
    background: #130629;
    border: 1px solid #130629;
    box-sizing: border-box;
    border-radius: 3.2px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
}

.rj_btn_black_with_bg_middle:hover {
    color: #FFFFFF;
}

.rj_btn_red_with_bg_middle {
    display: inline-flex;
    padding: 5px 9px;
    background: rgba(255, 255, 255, 1e-06);
    border: 1px solid #F25180;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    background: #F25180;
}

.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 #B4559B;
    box-sizing: border-box;
    background: #B4559B;
    border-radius: 4px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}

.btn_red_with_bg_big {
    display: inline-flex;
    padding: 7px 13px;
    background: rgba(255, 255, 255, 1e-06);
    border: 1px solid #B4559B;
    box-sizing: border-box;
    background: #B4559B;
    border-radius: 24px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}

.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: 700;
    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 #130629;
    box-sizing: border-box;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #130629;
    border-radius: 3.2px;
}

.rj_btn_blue_without_bg_12 {
    display: inline-flex;
    padding: 4px;
    background: rgba(255, 255, 255, 1e-06);
    border: 1px solid #130629;
    box-sizing: border-box;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    color: #130629;
    border-radius: 3.2px;
}

.rj_btn_blue_without_bg_12:hover {
    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 #1E2346;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #1E2346;
}

.rj_btn_blue_without_bg:hover {
    color: #1E2346;
}

.rj_btn_red_with_white_bg {
    padding: 6.3px 11.7px 7.3px;
    background: #B4559B;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    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: #F25180;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    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: 700;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}

.rj_btn_text_red {
    color: #F25180;
}

.rj_btn_text_pink {
    color: #B4559B;
}


.rj_h5 {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #1E2346;
}

.rj_link {
    text-decoration: none;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #B4559B;
}

.rj_link:hover {
    color: #F25180;
}

.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: 4px;
    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: #9894A0;
}

.request_show .description {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #1E2346;
}

.request_show .description_technology {
    margin-left: 60px;
    font-family: 'Helvetica Neue';
    font-weight: 400;
    font-size: 16px;
    color: rgba(4, 14, 42, 0.8);
}

.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: #B4559B;
    border-radius: 99px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color: #FFFFFF;
}

.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;
}

/** end show request **/
/** Request bench modal styles **/

.request_bench_status_modal_body {
    max-height: 70vh;
    overflow-y: scroll;
}

/* Request bench modal custom scroll */
::-webkit-scrollbar-thumb {
    background-color: #C4C0C9 !important;
    border-radius: 100px !important;
    border: 1px solid #C4C0C9
}

/* Стилізація повзунка при наведенні */
::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}

/* Request bench modal scroll size */
::-webkit-scrollbar {
    width: 6px;
    height: 5px;
}

.request_bench_status_btn:not(:first-child) {
    margin-left: 2%;
}

.request_bench_candidate_comment_block {
    display: none
}

.request_bench_status_btn_active {
    padding: 5px 10px;
    background-color: #130629;
    color: #fff;
    border-radius: 99px;
    border: 1px solid #fff;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
}

.request_bench_status_btn_passed {
    padding: 5px 10px;
    background-color: #fff;
    color: #130629;
    border-radius: 99px;
    border: 1px solid green;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
}

.request_bench_status_btn_enable {
    padding: 5px 10px;
    background-color: #fff;
    color: #1E2346 !important;
    border-radius: 99px;
    border: 1px solid #1E2346 !important;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
}

.request_bench_status_progress_bar {
    height: 8px;
    width: 100%;
    background-color: #EFEDF1;
}

.request_bench_status_progress_bar_separator {
    position: absolute;
    border-right: 1px solid #D9D9D9;
    top: -3px;
    bottom: -3px;
}

.request_bench_status_progress_bar_filled {
    height: 100%;
    width: 25%;
    background-color: #1E2346;
}

.request_bench_status_progress_bar_filled_empty {
    height: 100%;
    width: 0;
    background-color: #1E2346;
}

.request_bench_card_disabled {
    opacity: 0.5;
    pointer-events: none
}

/** End styles **/
/** Request candidate styles **/
.request-cv-manager-contact-info {
    display: none;
    position: absolute;
    left: -9px;
}

/** End request candidate styles **/

/** Password eye icons **/

.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 #F25180 !important;
}

/** End Password eye icons **/

/** RJ icons **/
.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-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-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");
}

.icon_globe {
    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_23_3903)'%3E%3Cpath d='M0 8.00171C0 5.87998 0.842855 3.84515 2.34315 2.34485C3.84344 0.844564 5.87827 0.00170898 8 0.00170898C10.1217 0.00170898 12.1566 0.844564 13.6569 2.34485C15.1571 3.84515 16 5.87998 16 8.00171C16 10.1234 15.1571 12.1583 13.6569 13.6586C12.1566 15.1589 10.1217 16.0017 8 16.0017C5.87827 16.0017 3.84344 15.1589 2.34315 13.6586C0.842855 12.1583 0 10.1234 0 8.00171ZM7.5 1.07871C6.83 1.28271 6.165 1.89871 5.613 2.93371C5.43113 3.2778 5.27471 3.63476 5.145 4.00171H7.5V1.07871ZM4.09 4.00171C4.25667 3.47053 4.47087 2.95544 4.73 2.46271C4.90291 2.13576 5.10259 1.8237 5.327 1.52971C4.088 2.04354 3.02201 2.90133 2.255 4.00171H4.09ZM3.508 7.50171C3.538 6.62471 3.646 5.78371 3.82 5.00171H1.674C1.30112 5.78676 1.07861 6.63472 1.018 7.50171H3.508ZM4.847 5.00171C4.65032 5.82151 4.53707 6.65911 4.509 7.50171H7.5V5.00171H4.847ZM8.5 5.00171V7.50171H11.49C11.4623 6.65914 11.3494 5.82154 11.153 5.00171H8.5ZM4.51 8.50171C4.53774 9.34427 4.65065 10.1819 4.847 11.0017H7.5V8.50171H4.51ZM8.5 8.50171V11.0017H11.153C11.34 10.2367 11.459 9.39371 11.491 8.50171H8.5ZM5.145 12.0017C5.283 12.3877 5.44 12.7457 5.613 13.0697C6.165 14.1047 6.831 14.7197 7.5 14.9247V12.0017H5.145ZM5.327 14.4737C5.10257 14.1797 4.90289 13.8677 4.73 13.5407C4.47088 13.048 4.25668 12.5329 4.09 12.0017H2.255C3.02196 13.1021 4.08797 13.9599 5.327 14.4737ZM3.82 11.0017C3.63916 10.1798 3.53472 9.34288 3.508 8.50171H1.018C1.08 9.39171 1.309 10.2347 1.674 11.0017H3.82ZM10.673 14.4737C11.912 13.9599 12.978 13.1021 13.745 12.0017H11.91C11.7433 12.5329 11.5291 13.048 11.27 13.5407C11.0971 13.8677 10.8975 14.1798 10.673 14.4737ZM8.5 12.0017V14.9247C9.17 14.7207 9.835 14.1047 10.387 13.0697C10.56 12.7457 10.717 12.3877 10.855 12.0017H8.5ZM12.18 11.0017H14.326C14.691 10.2347 14.92 9.39171 14.982 8.50171H12.492C12.4653 9.34288 12.3608 10.1798 12.18 11.0017ZM14.982 7.50171C14.9214 6.63472 14.6989 5.78677 14.326 5.00171H12.18C12.354 5.78371 12.462 6.62471 12.492 7.50171H14.982ZM11.27 2.46271C11.517 2.92671 11.732 3.44271 11.91 4.00171H13.745C12.978 2.90129 11.912 2.04349 10.673 1.52971C10.891 1.81371 11.091 2.12771 11.27 2.46271ZM10.855 4.00171C10.7253 3.63475 10.5689 3.2778 10.387 2.93371C9.835 1.89871 9.17 1.28371 8.5 1.07871V4.00171H10.855Z' fill='%231E2346'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_23_3903'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 0.00170898)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    display: inline-block;
}

.icon_globe_white {
    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_23_3903)'%3E%3Cpath d='M0 8.00171C0 5.87998 0.842855 3.84515 2.34315 2.34485C3.84344 0.844564 5.87827 0.00170898 8 0.00170898C10.1217 0.00170898 12.1566 0.844564 13.6569 2.34485C15.1571 3.84515 16 5.87998 16 8.00171C16 10.1234 15.1571 12.1583 13.6569 13.6586C12.1566 15.1589 10.1217 16.0017 8 16.0017C5.87827 16.0017 3.84344 15.1589 2.34315 13.6586C0.842855 12.1583 0 10.1234 0 8.00171ZM7.5 1.07871C6.83 1.28271 6.165 1.89871 5.613 2.93371C5.43113 3.2778 5.27471 3.63476 5.145 4.00171H7.5V1.07871ZM4.09 4.00171C4.25667 3.47053 4.47087 2.95544 4.73 2.46271C4.90291 2.13576 5.10259 1.8237 5.327 1.52971C4.088 2.04354 3.02201 2.90133 2.255 4.00171H4.09ZM3.508 7.50171C3.538 6.62471 3.646 5.78371 3.82 5.00171H1.674C1.30112 5.78676 1.07861 6.63472 1.018 7.50171H3.508ZM4.847 5.00171C4.65032 5.82151 4.53707 6.65911 4.509 7.50171H7.5V5.00171H4.847ZM8.5 5.00171V7.50171H11.49C11.4623 6.65914 11.3494 5.82154 11.153 5.00171H8.5ZM4.51 8.50171C4.53774 9.34427 4.65065 10.1819 4.847 11.0017H7.5V8.50171H4.51ZM8.5 8.50171V11.0017H11.153C11.34 10.2367 11.459 9.39371 11.491 8.50171H8.5ZM5.145 12.0017C5.283 12.3877 5.44 12.7457 5.613 13.0697C6.165 14.1047 6.831 14.7197 7.5 14.9247V12.0017H5.145ZM5.327 14.4737C5.10257 14.1797 4.90289 13.8677 4.73 13.5407C4.47088 13.048 4.25668 12.5329 4.09 12.0017H2.255C3.02196 13.1021 4.08797 13.9599 5.327 14.4737ZM3.82 11.0017C3.63916 10.1798 3.53472 9.34288 3.508 8.50171H1.018C1.08 9.39171 1.309 10.2347 1.674 11.0017H3.82ZM10.673 14.4737C11.912 13.9599 12.978 13.1021 13.745 12.0017H11.91C11.7433 12.5329 11.5291 13.048 11.27 13.5407C11.0971 13.8677 10.8975 14.1798 10.673 14.4737ZM8.5 12.0017V14.9247C9.17 14.7207 9.835 14.1047 10.387 13.0697C10.56 12.7457 10.717 12.3877 10.855 12.0017H8.5ZM12.18 11.0017H14.326C14.691 10.2347 14.92 9.39171 14.982 8.50171H12.492C12.4653 9.34288 12.3608 10.1798 12.18 11.0017ZM14.982 7.50171C14.9214 6.63472 14.6989 5.78677 14.326 5.00171H12.18C12.354 5.78371 12.462 6.62471 12.492 7.50171H14.982ZM11.27 2.46271C11.517 2.92671 11.732 3.44271 11.91 4.00171H13.745C12.978 2.90129 11.912 2.04349 10.673 1.52971C10.891 1.81371 11.091 2.12771 11.27 2.46271ZM10.855 4.00171C10.7253 3.63475 10.5689 3.2778 10.387 2.93371C9.835 1.89871 9.17 1.28371 8.5 1.07871V4.00171H10.855Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_23_3903'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 0.00170898)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    display: inline-block;
}

/** End RJ icons **/


/** Login page **/
.rj_create_admin {
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #FFFFFF;
    margin-left: 30px;
    margin-right: 30px;
}

.rj-page-wrapper {
    background: linear-gradient(90deg, #07163F 0%, #0D265F 100%);
    height: 38vh;
}

.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 Medium';
    font-style: normal;
    font-weight: 700;
    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 #F25180 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: #F25180;
}

/* 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: 700;
    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: rgba(4, 14, 42, 0.8);
}

.request-create .form-control {
    border-radius: 4px;
    color: rgba(4, 14, 42, 0.8);
    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: 700;
    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: 700;
    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: flex-end;
    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: #B4559B;
    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: #B4559B;
    border-radius: 4px;
    font-weight: 700;
    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: rgba(4, 14, 42, 0.8);
    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: #F25180;
}

.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__box_across {
    position: absolute;
    width: 10.62px;
    height: 7.62px;
    left: calc(50% - 11.5px / 2 - 0px);
    top: calc(50% - 7.62px / 2 + 0px);
    background-image: 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='M5.10399 7.79475L5.08637 7.81237L0.686523 3.41252L2.1192 1.97984L5.10405 4.96469L9.87806 0.190674L11.3107 1.62335L5.12167 7.81243L5.10399 7.79475Z' fill='white'/%3E%3C/svg%3E%0A");
}

.rj_check__input:checked + .rj_check__box {
    width: 16px;
    height: 16px;
    background: #B4559B;
    border-radius: 4px;
    border: 1px solid #B4559B;
}


.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='%239894A0' stroke='%239894A0'/%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5
}

.rj_check__input:disabled {
    color: #9894A0;
}

.rj_check__input:disabled + .rj_check__box .rj_check__box_across {
    background: none;
}

.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: #FFFFFF;
    border: 1px solid #C4C0C9;
    border-radius: 4px;
}

.rj_check__box__14 {
    width: 14px !important;
    height: 14px !important;
}

.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**/
.rj_request_statistic_technologies_table_block {
    max-height: 600px;
    overflow-y: scroll;

}

#rj_application_cases_technologies_table_wrapper {
    display: flex;
    flex-direction: column-reverse;
}

#rj_application_cases_technologies_table_wrapper select {
    margin-left: 8px;
    margin-right: 8px;
}

#rj_application_cases_technologies_table_wrapper .bottom {
    display: flex;
    justify-content: space-between;
}

/** 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: #B4559B;
    border-radius: 100px;
    border: 1px solid #B4559B;
}

.rj_radio__box_circle {
    position: absolute;
    width: 8px;
    height: 8px;
    left: calc(50% - 8px / 2);
    top: calc(50% - 8px / 2);
    background: #FFFFFF;
    border-radius: 100px;
}

.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: #FFFFFF;
    border: 1px solid #C4C0C9;
    border-radius: 100px;
}

.rj_radio__box_error {
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border: 1px solid #F00D44;
    border-radius: 100px;
}

.rj_disable {
    pointer-events: none;
    opacity: 0.3;
}

/** 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;
}

.rj_disable .custom-control-label::after {
    background: #000000 !important;
}

.custom-switch .custom-control-label::after {
    background: #1E2346;
}

.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: #1E2346 !important;
}

.custom-control-input:active ~ .custom-control-label::before {
    background-color: #1E2346 !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: #1E2346 !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: 700;
    font-size: 16px;
    line-height: 150%;
    border-radius: 4px;
}

.modal-btn-save {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 7px 13px;
    position: static;
    width: 75px;
    height: 38px;
    background: #F25180;
    color: #FFFFFF;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    border-radius: 4px;
}

.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: 4px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    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: 700;
    font-size: 20px;
    line-height: 120%;
    color: #666666;
}

/** end modal **/

/** request create **/

.request_status_draft {
    border: 2px solid #FFB74A;
    box-sizing: border-box;
    border-radius: 8px;
}

.request_status_today {
    border: 2px solid #64D684;
    box-sizing: border-box;
    border-radius: 8px;
}

.request_status_deadline {
    border: 2px solid #F00D44;
    box-sizing: border-box;
    border-radius: 8px;
}

.request_disabled {
    opacity: 0.5 !important;
    pointer-events: none;
}

#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: 8px;
}

#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 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: 700;
    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: #F25180;
    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%;
    color: #8C8686;
}

#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;
    }
}

@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: 700;
        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: #F25180;
    }

    .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: 700;
        font-size: 15px;
        line-height: 32px;
        color: #333333;
    }
}

.accordion .card {
    overflow: visible !important;
}

.accordion_head_CV_SENT_TO_THE_CLIENT {
    background-color: #C7ADFF !important;
}

.accordion_head_FIRST_INTERVIEW,
.accordion_head_INTERVIEW_WITH_CLIENT,
.accordion_head_SECOND_INTERVIEW,
.accordion_head_FINAL_INTERVIEW {
    background-color: #36CFFF !important;
}

.accordion_head_WON {
    background-color: #64D684 !important;
}

.accordion_head_LOST {
    background-color: #EFEDF1 !important;
}

/** card admin **/
.m-r-8 {
    margin-right: 8px;
}

.card_admin_dash {
    background: none;
    border: 1px dashed #B4559B;
    border-radius: 8px;
    padding: 16px;
    stroke: #B4559B;
    stroke-dasharray: 5 10 15;
}

.card_admin_dash a {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #B4559B;
    margin-top: 4px;
}

.card_admin_dash a:hover {
    color: #B4559B;
}

.card_admin {
    background: #FFFFFF;
    border: 1px solid #9894A0;
    border-radius: 8px;
    padding: 16px;
}

.card_admin h5 {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #1E2346;
}

.card_admin p {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #9894A0;
}

/** end card admin **/

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

.w-0 {
    width: 0;
}

.w-15 {
    width: 15%;
}

.w-80-p {
    width: 80%;
}

.w-202 {
    width: 200px;
}

.btn_pink_48_white_bg {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    padding: 0px;
    gap: 15.48px;
    width: 48px;
    height: 48px;
    border: 1.54839px solid #B4559B;
    border-radius: 4px;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px auto;
}

.rj_request_file {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #B4559B;
}

.rj_request_file:hover {
    text-decoration-line: underline;
    color: #B4559B;
}

.rj_request_file:hover .btn_pink_48_white_bg {
    background: #B4559B !important;
    border: 1.54839px solid #B4559B !important;
}

.rj_request_file:hover .icon_document {
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='24' viewBox='0 0 19 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.75 10.5C5.55109 10.5 5.36032 10.579 5.21967 10.7197C5.07902 10.8603 5 11.0511 5 11.25C5 11.4489 5.07902 11.6397 5.21967 11.7803C5.36032 11.921 5.55109 12 5.75 12H13.25C13.4489 12 13.6397 11.921 13.7803 11.7803C13.921 11.6397 14 11.4489 14 11.25C14 11.0511 13.921 10.8603 13.7803 10.7197C13.6397 10.579 13.4489 10.5 13.25 10.5H5.75ZM5 14.25C5 14.0511 5.07902 13.8603 5.21967 13.7197C5.36032 13.579 5.55109 13.5 5.75 13.5H13.25C13.4489 13.5 13.6397 13.579 13.7803 13.7197C13.921 13.8603 14 14.0511 14 14.25C14 14.4489 13.921 14.6397 13.7803 14.7803C13.6397 14.921 13.4489 15 13.25 15H5.75C5.55109 15 5.36032 14.921 5.21967 14.7803C5.07902 14.6397 5 14.4489 5 14.25ZM5 17.25C5 17.0511 5.07902 16.8603 5.21967 16.7197C5.36032 16.579 5.55109 16.5 5.75 16.5H8.75C8.94891 16.5 9.13968 16.579 9.28033 16.7197C9.42098 16.8603 9.5 17.0511 9.5 17.25C9.5 17.4489 9.42098 17.6397 9.28033 17.7803C9.13968 17.921 8.94891 18 8.75 18H5.75C5.55109 18 5.36032 17.921 5.21967 17.7803C5.07902 17.6397 5 17.4489 5 17.25Z' fill='%23FCFBFD'/%3E%3Cpath d='M11.75 0H3.5C2.70435 0 1.94129 0.316071 1.37868 0.87868C0.81607 1.44129 0.5 2.20435 0.5 3V21C0.5 21.7956 0.81607 22.5587 1.37868 23.1213C1.94129 23.6839 2.70435 24 3.5 24H15.5C16.2956 24 17.0587 23.6839 17.6213 23.1213C18.1839 22.5587 18.5 21.7956 18.5 21V6.75L11.75 0ZM11.75 1.5V4.5C11.75 5.09674 11.9871 5.66903 12.409 6.09099C12.831 6.51295 13.4033 6.75 14 6.75H17V21C17 21.3978 16.842 21.7794 16.5607 22.0607C16.2794 22.342 15.8978 22.5 15.5 22.5H3.5C3.10218 22.5 2.72064 22.342 2.43934 22.0607C2.15804 21.7794 2 21.3978 2 21V3C2 2.60218 2.15804 2.22064 2.43934 1.93934C2.72064 1.65804 3.10218 1.5 3.5 1.5H11.75Z' fill='%23FCFBFD'/%3E%3C/svg%3E%0A");
    width: 19px;
}

.rj_request_file_edit {
    margin-left: 130px;
    width: 215px;
    padding-right: 30px;
    border-right: 1px solid #EFEDF1;
}

.rj_b_r_gray_03 {
    border-right: 1px solid #EFEDF1;
}

.rj_b_b_gray_03 {
    border-bottom: 1px solid #EFEDF1;
}

.request-form-owner ul.dropdown-menu {
    margin-bottom: 0px !important;
}

.p_e_none {
    pointer-events: none;
}

.p-l-r-15 {
    padding: 0px 15px
}

.m-l-r-15 {
    margin: 0px 15px
}

.w-93 {
    width: 93%;
}

.w-476 {
    width: 476px;
}

.m-w-732 {
    max-width: 732px;
}

.m-b-12 {
    margin-bottom: 12px;
}

.b-r-1-gray {
    border-right: 1px solid #e0e0e7;
}

.p-l-20 {
    padding-left: 20px !important;
}

.m-l-4 {
    margin-left: 4px;
}

.m-b-4 {
    margin-bottom: 4px;
}

.m-l-37 {
    margin-left: 37px;
}

.m-l-17 {
    margin-left: 17px;
}

.m-b-8 {
    margin-bottom: 8px;
}

.w-185 {
    width: 185px;
}

/** radio switch **/
.tristate {
    position: relative;
    display: inline-block;
    height: 1rem;
    min-height: 1.3rem;
    margin-right: 7px;
}

.tristate > input[type=radio] {
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.tristate > input[type=radio] + i {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: top;
}

.tristate > input[type=radio] + i, .tristate > input[type=radio] + i:before, .tristate > input[type=radio] + i:after {
    transition: all 0.4s;
}

.tristate > input[type=radio]:first-child {
    z-index: 10;
}

.tristate > input[type=radio]:first-child:checked {
    z-index: 0;
}

.tristate > input[type=radio]:checked + input[type=radio] {
    z-index: 10;
}

.tristate > input[type=radio]:checked + i + label, .tristate > input[type=radio]:checked + i + label + label {
    display: none;
}

.tristate > input[type=radio]:checked + input[type=radio] + i + label, .tristate > input[type=radio]:checked + input[type=radio] + i + label + label + label {
    display: none;
}

.tristate > input[type=radio]:checked + input[type=radio] + input[type=radio] + i + label + label, .tristate > input[type=radio]:checked + input[type=radio] + input[type=radio] + i + label + label + label {
    display: none;
}

.tristate-switcher > input[type=radio] {
    width: 1.75rem;
    height: 1rem;
    left: -3px;
    top: -1px;
}

.tristate-switcher > input[type=radio] + i {
    width: 1.75rem;
    height: 1rem;
    margin-top: 2px;
    background-color: #1E2346;
    border-radius: 8px;
}

.tristate-switcher > input[type=radio] + i:before {
    content: " ";
    position: absolute;
    display: block;
    top: 1px;
    left: 1px;
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #1E2346;
    border-radius: .5rem;
}

.tristate-switcher > input[type=radio]:checked + i {
    background-color: #1E2346;
}

.tristate-switcher > input[type=radio]:checked + i:before {
    left: 14px;
    top: 2px;
    background-color: #ffffff;
    border: 1px solid #adb5bd !important;
}

.tristate-switcher > input[type=radio]:checked + input[type=radio] + i:before {
    width: 12px;
    height: 4px;
    left: 8px;
    top: 6px;
    background-color: #ffffff;
}

.tristate-switcher > input[type=radio]:checked + input[type=radio] + input[type=radio] + i {
    background-color: #ffffff;
    border: 1px solid #adb5bd !important;
}

.tristate-switcher > input[type=radio]:checked + input[type=radio] + input[type=radio] + i:before {
    background-color: #1E2346;
}

/** end radio switch **/