<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******** reset ********/
/********************* clearfix ***********************/
.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

.togglePassword {
    z-index: 9999;
    position: absolute;
    top: 15px;
    left: 10px;
}

.togglePassword svg {
    width: 18px;
    height: 18px;
}

a.underline {
    text-decoration: underline;
}

select {
    border: 1px solid #DADADA !important;
    border-radius: 8px;
    font-family: 'Assistant', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.54px;
    text-align: right;
    height: 29px;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('./img/fatfish_theme/select_arrow_down.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-position-x: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

select[multiple="multiple"] {
    height: 140px !important;
    background-image: none !important;
}

/* clear fix */
* html .clearfix {
    height: 1%;
}

div[data-lastpass-icon-root] {
    display: none;
}

.transitions {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}


h1, h2, h3, h4, h5, p, ul, ul li, form, br, lable, a, span, table, tr, th, td, div, b, fieldset, img {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: top;
    outline: 0;
    border: none;
}

h1, h2, h3, h4, h5, input, select, label, radio {
    vertical-align: middle;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

a:link, a:hover, a:focus, a:active, a:visited, a:active:visited {
    outline-width: 0;
}

:focus {
    outline: 0;
}

* :focus {
    outline: 0;
}

* {
    padding: 0;
    margin: 0;
    _nofocusline: expression(this.hidefocus=true);
}

/* html5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

#paymentHeader, #topRef, #footer {
    display: none;
}

a {
    outline: none;
    text-decoration: none;
    color: #681433;
}


img {
    border: none;
}

ul li {
    list-style: none;
}

.hidden {
    display: none !important;
}

/******************/
body {
    height: 100%;
    direction: rtl;
    background: #fff;
    font-size: 16px;
    margin: 0;
}

.topheader {
    background: #1b4077;
    height: 43px;
    width: 100%;
    margin: auto;
    line-height: 43px;
}

.blue-template .topheader {
    background: #681433 !important;
}

.topheader a img {
    margin-top: 5px !important;
}

.toploginemp {
    margin-top: 10px !important;
}

.toploginemp a, .toploginemp span {
    color: #1F386F;
    text-decoration: none;
    padding: 0 3px;
    font-family: 'Assistant', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 23.54px;
    text-align: left;
}

.topheader a, .topheader span {
    color: #FFFFFF !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}

.toploginemp a:hover {
    text-decoration: underline !important;
}

.toploginemp &gt; * {
    margin-left: 5px;
}

.navbar {
    background: #FFFFFFF2 !important;
    min-height: 108px;
    direction: ltr !important;
}

.navbar .navbar-collapse .navbar-nav {
    direction: rtl;
}

.navbar-collapse .lang-item-img {
    margin-top: 5px;
}

.navbar-collapse .navbar-nav .nav-item a:not(.glbBtn) {
    font-family: "Assistant", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 23.54px;
    color: #1F386F;
}

.navbar-toggler {
    display: none;
    width: 20px;
    height: 20px;
    position: relative;
    transition: .5s ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
    position: relative;
}

.navbar-toggler span {
    margin: 0;
    padding: 0;
}

.toggler-icon {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #1F386F;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.blue-template .toggler-icon {
    background: #43175A;
}

.middle-bar {
    margin-top: 0px;
}


/* State when the navbar is collapsed */

.navbar-toggler.collapsed .top-bar {
    position: absolute;
    top: 0px;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    position: absolute;
    top: 10px;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    position: absolute;
    top: 20px;
    transform: rotate(0deg);
}

/* when navigation is clicked */

.navbar-toggler .top-bar {
    top: inherit;
    transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
    opacity: 0;
    top: inherit;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    top: inherit;
    transform: rotate(-135deg);
}

/* Color of 3 lines */

.navbar-toggler.collapsed .toggler-icon {
    background: #1F386F;
}

.blue-template .navbar-toggler.collapsed .toggler-icon {
    background: #43175A;
}

select {
    width: 130px;
    font-size: 15px;
}

.wrapper {
    width: 100%;
    margin: auto;
    background-color: #dadfeb;
}

.header {
    height: 130px;
    text-align: center;
}

body.homepage .header {
    height: 155px;
}

.smalllogo {
    height: 42px;
    width: 164px;
    background: url(img/smalllogo.png) no-repeat;
    left: 174px;
    position: absolute;
    top: 0;
    display: none;
}

body.homepage .smalllogo {
    display: none;
}


body.homepage .logowrapper {
    display: block;
    padding: 32px 0 0 0;
}

.footer &gt; div {
    padding: 0 14px 14px;
    background-color: #673695;
    min-height: 100px;
    text-align: center;
}

#footer {
    padding: 0;
    margin: 0 0 10px 0;
}

.homepage #footer {
    border-top: solid 1px #673695;
    border-bottom: solid 1px #673695;
}

#footer a {
    color: #681433;
}

#footer .bottomlinks {
    color: #681433;
}

#footer .copyright {
    color: #681433;
    display: block;
    clear: both;
    text-align: center;
    margin: 0;
    padding: 10px 0;
    font-size: 11px;
    border-top: solid 1px #1F386F;
}

.blue-template.sec-homepage #footer .copyright {
    border-top: solid 1px #673695;
}

.footerlinks {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #1F386F;
}

.footerlinks li {
    padding: 10px;
    width: auto;
    text-align: center;
    float: right;
    line-height: 20px;
}

.footerlinks li a {
    font-size: 14px !important;
    font-weight: normal !important;
    color: #fff !important;
}

.doormat li a.footer-see-all-link {
    text-decoration: none !important;
    font-family: "Assistant", sans-serif;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 23.54px;
}

.doormat li a.footer-see-all-link:hover {
    text-decoration: underline !important;
}

.doormat li a.twitter-icon, .doormat li a.linkedin-icon, .doormat li a.facebook-icon {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-left: 5px;
}

.blue-template .footerlinks {
    background: #3C1053;
}

.blue-template #footer &gt; div {
    background: #3C1053;
}

.selectbox {
    font-size: 14px;
}

.textsection {
    padding: 24px;
    text-align: center;
    background-color: #1b4077;
}

.textsection input[type="submit"] {
    margin-bottom: 10px;
}

.textsection .text {
    font-size: 30px;
    color: #fff;
}

.textsection.maincontainer { /* min-height: 367px; */ /* text-align: right; */
    background-color: transparent;
}

#indexpage #table5 {
    margin-top: -50px;
}

#indexpage #table5 td {
    text-align: center;
}

#sitelogo, #siteLogoEmployer {
    width: 125px !important;
    margin-top: 10px;
    height: 83px;
}

#indexpage #sitelogo, #indexpage #siteLogoEmployer {
    width: 330px !important;
    margin-top: 0px;
}

.logoWrapper {
    text-align: center;
}


input[type="submit"] {
    text-decoration: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
    color: #673695;
    text-transform: uppercase;
    text-shadow: 1px 1px #fff;
}

input[type="button"] {
    text-decoration: none;
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
    color: #673695;
    text-transform: uppercase;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
}

input {
    border: 1px solid #c3c3c3 !important;
    padding: 5px;
    cursor: text;
}

textarea {
    border: 1px solid #c3c3c3 !important;
}


input[type="text"] {
    padding: 5px;
}

.employesearchucwrapper {
    background-color: #eee;
    width: 647px;
    padding-right: 35px;
    padding-top: 15px;
    margin-right: 49px;
}

.employesearchuc {
    width: 645px;
    display: table;
    margin: 0 auto;
}

.employesearchuc .select-tr {
    height: 105px;
}

.clsempsearchdiv {
    margin-left: 30px;
}

.buttontext {
    background-color: unset;
    border: 0;
}

.mainsection {
    width: 776px;
    display: table;
    font-size: 14px;
    margin: 0 auto;
    min-height: 400px;
    padding: 0 0px 40px 0px;
}

/*#ascxemp_menu1_pnlmenu{margin-bottom:50px;}*/

.title {
    color: #673695;
    font-weight: bold;
    font-size: 16px;
}

.tableheadertr {
    background-color: #1b4077;
    height: 30px;
    text-align: center;
    vertical-align: middle;
}

.tableheadertr td {
}

.tableheadertr div {
    padding: 5px;
}

.bgcolor3 {
    background-color: transparent;
}

#apphome .bgcolor3, #apphome .bgcolor12 {
    background-color: #673695;
}

#pnllogin input {
    margin: 3px;
}

.clspurpleremark {
    color: #673695;
}

.bgcolor12 {
    background-color: #673695;
}

.nobackground {
    background-color: transparent;
}

.stylea, .styleb, .styled, .stylee, .stylef, .styleg, .styleh, .stylef a, .styleg a, .styleh a {
    text-transform: uppercase;
    text-shadow: 1px 1px white;
    display: inline-block;
    margin: 0;
}

.stylef, .styleg, .styleh {
    text-transform: none;
}

.stylea, .styleb {
    color: #673695 !important;
    border: 1px solid #ccc;
    background: #eeeeee; /* old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #dedddd 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dedddd)); /* chrome,safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%, #dedddd 100%); /* chrome10+,safari5.1+ */
    background: -o-linear-gradient(top, #eeeeee 0%, #dedddd 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(top, #eeeeee 0%, #dedddd 100%); /* ie10+ */
    background: linear-gradient(top, #eeeeee 0%, #dedddd 100%); /* w3c */
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#eeeeee', endcolorstr='#dedddd', gradienttype=0); /* ie6-9 */
    box-shadow: 1px 1px 0 0 #fff inset;
}

.stylea:hover, .styleb:hover {
    color: #893cd1 !important;
    background: #eeeeee; /* old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #dedddd 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dedddd)); /* chrome,safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%, #dedddd 100%); /* chrome10+,safari5.1+ */
    background: -o-linear-gradient(top, #eeeeee 0%, #dedddd 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(top, #eeeeee 0%, #dedddd 100%); /* ie10+ */
    background: linear-gradient(top, #eeeeee 0%, #dedddd 100%); /* w3c */
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#eeeeee', endcolorstr='#dedddd', gradienttype=0); /* ie6-9 */
}

.stylea:active, .stylea:focus, .styleb:active, .styleb:focus {
    color: #673695 !important;
    background: #dfdfde; /* old browsers */
    background: -moz-linear-gradient(top, #dfdfde 0%, #dedddd 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfdfde), color-stop(100%, #dedddd)); /* chrome,safari4+ */
    background: -webkit-linear-gradient(top, #dfdfde 0%, #dedddd 100%); /* chrome10+,safari5.1+ */
    background: -o-linear-gradient(top, #dfdfde 0%, #dedddd 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(top, #dfdfde 0%, #dedddd 100%); /* ie10+ */
    background: linear-gradient(top, #dfdfde 0%, #dedddd 100%); /* w3c */
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#dfdfde', endcolorstr='#dedddd', gradienttype=0); /* ie6-9 */
}

.styled, .stylee {
    color: #333 !important;
    border: 1px solid #9db629;
    background: #dfee98; /* old browsers */
    background: -moz-linear-gradient(top, #dfee98 0%, #c1d270 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfee98), color-stop(100%, #c1d270)); /* chrome,safari4+ */
    background: -webkit-linear-gradient(top, #dfee98 0%, #c1d270 100%); /* chrome10+,safari5.1+ */
    background: -o-linear-gradient(top, #dfee98 0%, #c1d270 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(top, #dfee98 0%, #c1d270 100%); /* ie10+ */
    background: linear-gradient(top, #dfee98 0%, #c1d270 100%); /* w3c */
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#dfee98', endcolorstr='#c1d270', gradienttype=0); /* ie6-9 */
    box-shadow: 1px 1px 0 0 #f7fdd9 inset;
}

.styled:hover, .stylee:hover {
    background: #c3d473; /* old browsers */
    background: -moz-linear-gradient(top, #c3d473 0%, #c0d16f 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c3d473), color-stop(100%, #c0d16f)); /* chrome,safari4+ */
    background: -webkit-linear-gradient(top, #c3d473 0%, #c0d16f 100%); /* chrome10+,safari5.1+ */
    background: -o-linear-gradient(top, #c3d473 0%, #c0d16f 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(top, #c3d473 0%, #c0d16f 100%); /* ie10+ */
    background: linear-gradient(top, #c3d473 0%, #c0d16f 100%); /* w3c */
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#c3d473', endcolorstr='#c0d16f', gradienttype=0); /* ie6-9 */
    box-shadow: 1px 1px 0 0 #dfeaad inset;
}

.styled:active, .styled:focus, .stylee:active, .stylee:focus {
    background: #c2d371; /* old browsers */
    background: -moz-linear-gradient(top, #c2d371 0%, #e0ef99 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c2d371), color-stop(100%, #e0ef99)); /* chrome,safari4+ */
    background: -webkit-linear-gradient(top, #c2d371 0%, #e0ef99 100%); /* chrome10+,safari5.1+ */
    background: -o-linear-gradient(top, #c2d371 0%, #e0ef99 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(top, #c2d371 0%, #e0ef99 100%); /* ie10+ */
    background: linear-gradient(top, #c2d371 0%, #e0ef99 100%); /* w3c */
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#c2d371', endcolorstr='#e0ef99', gradienttype=0); /* ie6-9 */
    box-shadow: 1px 1px 0 0 #dfeaad inset;
}

.stylea, .styled {
    height: 32px;
    line-height: 34px;
    font-size: 16px;
    padding: 0 15px;
}

.styleb, .stylee {
    font-size: 13px;
    height: 24px;
    line-height: 25px;
    *line-height: 24px;
    padding: 0 10px;
}

.stylea.disabled, .stylea.disabled:hover, .stylea.disabled:active, .stylea.disabled:focus,
.styleb.disabled, .styleb.disabled:hover, .styleb.disabled:active, .styleb.disabled:focus {
    color: #999 !important;
    cursor: default !important;
    box-shadow: none !important;
    background: #eeeeee; /* old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #dddedd 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dddedd)); /* chrome,safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%, #dddedd 100%); /* chrome10+,safari5.1+ */
    background: -o-linear-gradient(top, #eeeeee 0%, #dddedd 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(top, #eeeeee 0%, #dddedd 100%); /* ie10+ */
    background: linear-gradient(top, #eeeeee 0%, #dddedd 100%); /* w3c */
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#eeeeee', endcolorstr='#dddedd', gradienttype=0); /* ie6-9 */
}

.styled.disabled, .styled.disabled:hover, .styled.disabled:active, .styled.disabled:focus,
.stylee.disabled, .stylee.disabled:hover, .stylee.disabled:active, .stylee.disabled:focus {
    color: #9db629 !important;
    cursor: default !important;
    box-shadow: none !important;
    background: #dfee98; /* old browsers */
    background: -moz-linear-gradient(top, #dfee98 0%, #c1d270 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfee98), color-stop(100%, #c1d270)); /* chrome,safari4+ */
    background: -webkit-linear-gradient(top, #dfee98 0%, #c1d270 100%); /* chrome10+,safari5.1+ */
    background: -o-linear-gradient(top, #dfee98 0%, #c1d270 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(top, #dfee98 0%, #c1d270 100%); /* ie10+ */
    background: linear-gradient(top, #dfee98 0%, #c1d270 100%); /* w3c */
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#dfee98', endcolorstr='#c1d270', gradienttype=0); /* ie6-9 */
}

#table61 td {
    width: 80px !important;
}

.btnholder {
    padding: 10px;
    background-color: #eee;
    text-align: left;
}

.btnholder input:nth-child(2) {
    margin-right: 20px;
}

#loginwrapper {
    width: 310px;
    margin-left: 120px;
}

#loginwrapper tr {
    height: 30px;
}

#loginwrapper td {
    padding-right: 5px;
}

.employer_register_page .add-profile-cv-btn {
    height: 36px !important;
}

.employer_register_page {
    background: linear-gradient(180deg, #BC94CA 0%, #3C1053 100%) !important;
    border-bottom: 3px #3C1053 solid !important;
}

.applicant_page {
    background: linear-gradient(180deg, #1AACA5 0%, #1F386F 100%);
}

.employer_register_page .mainSection,
.applicant_page .mainSection {
    padding-top: 60px !important;
    width: 100% !important;
    padding-bottom: 30px;
}
 .employer_register_page .mainSection .main-section-wrapper .spy-edit-content,
 .applicant_page .mainSection .main-section-wrapper .spy-edit-content{
    max-width: 1200px;    
 }
 
.employer_register_page .mainSection .main-section-wrapper .caption-info,
.applicant_page .mainSection .main-section-wrapper .caption-info {
    font-family: Assistant;
    font-size: 18px;
    font-weight: 700;
    line-height: 23.54px;
    text-align: center;
    color: #43175A;
}

.employer_register_page .mainSection .main-section-wrapper .sub-caption-info,
.applicant_page .mainSection .main-section-wrapper .sub-caption-info {
    font-family: Assistant;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.54px;
    text-align: center;
    color: #43175A;
}

.employer_register_page .mainSection .main-section-wrapper .image-caption,
.applicant_page .mainSection .main-section-wrapper .image-caption {
    font-family: Assistant;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.93px;
    color: #43175A;
}

.employer_register_page .mainSection .main-section-wrapper select[multiple],
.employer_register_page .mainSection .main-section-wrapper select.expanded,
.applicant_page .mainSection .main-section-wrapper select[multiple],
.applicant_page .mainSection .main-section-wrapper select.expanded{
    outline: 0!important;
    border: 0.5px solid #43175A !important;
    border-radius: 0 !important;
    background-image: none !important;
    padding: 0 !important;
}

.employer_register_page .mainSection .main-section-wrapper select[multiple] option,
.employer_register_page .mainSection .main-section-wrapper select.expanded option,
.applicant_page .mainSection .main-section-wrapper select[multiple] option,
.applicant_page .mainSection .main-section-wrapper select.expanded option {
    font-family: Assistant !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 15.7px!important;
    padding-right: 5px !important;
}

.employer_register_page .mainSection .main-section-wrapper select[multiple],
.employer_register_page .mainSection .main-section-wrapper select.expanded {
    height: 115px !important;
    min-width: 150px !important;
}

.employer_register_page .mainSection .main-section-wrapper select[multiple] option:not(:checked),
.employer_register_page .mainSection .main-section-wrapper select.expanded option:not(:checked){
    background-color: #fff!important;
    color: #43175A !important;
}

.employer_register_page .mainSection .main-section-wrapper select[multiple]:focus option:checked,
.employer_register_page .mainSection .main-section-wrapper select[multiple] option:checked,
.employer_register_page .mainSection .main-section-wrapper select.expanded:focus option:checked,
.employer_register_page .mainSection .main-section-wrapper select.expanded option:checked{
    color: #fff !important;
    background-color: #BC94CA !important;
}

.employer_register_page .mainSection .main-section-wrapper select[multiple]::-webkit-scrollbar,
.employer_register_page .mainSection .main-section-wrapper select.expanded::-webkit-scrollbar{
    width: 4px!important;
    height: 4px!important;
}

.employer_register_page .mainSection .main-section-wrapper select[multiple]::-webkit-scrollbar-track,
.employer_register_page .mainSection .main-section-wrapper select.expanded::-webkit-scrollbar-track {
    border: none!important;
    background-color: #FFFFFF!important;
}

.employer_register_page .mainSection .main-section-wrapper select[multiple]::-webkit-scrollbar-thumb,
.employer_register_page .mainSection .main-section-wrapper select.expanded::-webkit-scrollbar-thumb {
    background-color: #43175A!important;
    border: none!important;
    border-radius: 5px!important;
}


.employer_register_page .mainSection .main-section-wrapper input:not([type='submit']) {
    border: 1px solid #DADADA !important;
    height: 29px !important;
    gap: 0;
    border-radius: 8px!important;
    font-family: Assistant !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 20.93px;
    text-align: right;
    color: #43175A !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.employer_register_page .mainSection .main-section-wrapper textarea {
    border: 1px solid #DADADA !important;
    gap: 0;
    border-radius: 8px;
    font-family: Assistant !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-align: right;
    color: #43175A !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.employer_register_page .mainSection .main-section-wrapper textarea {
    min-height: 120px !important;
}

.employer_register_page .mainSection .main-section-wrapper input::placeholder,
.employer_register_page .mainSection .main-section-wrapper textarea::placeholder {
    font-weight: 400 !important;
    font-family: Assistant !important;
    color: #808080 !important;
}

.employer_register_page .mainSection .main-section-wrapper .sub-caption {
    background-color: #43175A;
    height: 44px;
    font-family: Assistant;
    font-size: 18px;
    font-weight: 700;
    line-height: 23.54px;
    text-align: center;
    color: #FFFFFF;
}

.employer_register_page .mainSection .main-section-wrapper,
.applicant_page .mainSection .main-section-wrapper {
    background-color: #FFFFFF;
    top: 147px;
    width: 90%;
    left: 34px;
    right: 34px;
    gap: 0;
    border-radius: 12px;
    padding-bottom: 60px;
}

.employer_register_page .mainSection .main-section-wrapper input[type="file"] {
    padding-bottom: 4em;
    padding-top: 2em;
    width: 100%;
    border: 1px dashed #43175A !important;
    width: 100% !important;
    background: #1F386F0D !important;
}

.employer_register_page .mainSection .main-section-wrapper input[type="file"]:after {
    content: "";
    display: block;
    min-width: 20em;
    margin: auto 50%;
}

.employer_register_page .mainSection .main-section-wrapper input[type="file"]:hover {
    border: 1px dashed #43175A !important;
}

.employer_register_page .mainSection .main-section-wrapper .logo-caption {
    font-family: Assistant !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 18.31px;
    color: #43175A !important;
}

.employer_register_page .mainSection .main-section-wrapper .glbBtn {
    background: #43175A !important;
    color: #FFFFFF !important;
    text-decoration: none;
    cursor: pointer;
    font-family: Assistant;
    font-size: 18px !important;
    font-weight: 700;
    line-height: 23.54px;
    text-align: center;
    border: none !important;
}

.w-39rem {
    width: 39rem !important;
}

.employer_register_page .mainSection .main-section-wrapper .terms-conditions-label,
.employer_register_page .mainSection .main-section-wrapper .terms-conditions-label a {
    font-family: Assistant;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.93px;
    text-align: right;
    color: #43175A;
}

.employer_register_page .mainSection .main-section-wrapper .error-msg {
    font-family: Assistant !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #E50000 !important;
}

.employer_register_page .mainSection .main-section-wrapper .terms-conditions-label a {
    text-decoration: underline !important;
}

.employer_register_page .mainSection .main-section-wrapper .terms-conditions-label a:hover {
    color: #43175A !important;
}

.employer_register_page .mainSection .main-section-wrapper input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    accent-color: #43175A !important;
    height: 16px !important;
    width: 16px !important;
}

.font-14-bold {
    font-family: Assistant !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

.font-14-normal {
    font-family: Assistant !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.font-16-bold {
    font-family: Assistant !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.font-18-bold {
    font-family: Assistant !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}

.font-18-normal {
    font-family: Assistant !important;
    font-size: 18px !important;
    font-weight:400 !important;
}

.font-16-normal {
    font-family: Assistant !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.font-13-normal {
    font-family: Assistant !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}

.font-12-normal {
    font-family: Assistant !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}

.font-10-normal {
    font-family: Assistant !important;
    font-size: 10px !important;
    font-weight: 400 !important;
}

.font-weight-600 {
    font-weight: 600;
}

.color-purple {
    color: #43175A !important;
}

.color-red {
    color: #E50000 !important;
}

ul.bulleted-list li {
    list-style-type: disc !important;
}

.dropzone {
    padding: 3em;
    border-radius: 8px;
    border: 1px dashed #43175A !important;
    width: 100% !important;
    background: #1F386F0D !important;
}

.employer-dropdown ul li a {
    color: #43175A !important;
    text-align: right;
    font-family: Assistant;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.93px;
}

.employer-dropdown ul li a:hover {
    background-color: #BC94CA !important;
}

.employer-dropdown ul {
    border: 1px solid #43175A;
    border-radius: 0;
}

.employer-top-menu-link {
    font-family: Assistant;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.93px;
    color: #FFFFFF;
    outline: none;
}

.employer-top-menu-link:hover {
    color: #FFFFFF;
}

.employer-top-menu-link:not(:last-child):after {
    content: '|';
    padding-left: .8em;
    padding-right: .8em;
    font-family: Assistant;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.93px;
    text-align: left;
    color: #FFFFFF;
}

div.drag {
    min-width: 100px;
    margin-top: -25px;
    padding-left: 10px;
    font-family: arial;
    font-size: 12px;
}

#empregistarwrapper tr.padding td {
    padding: 5px;
}


#contactwrapper tr.padding td {
    padding: 5px;
}

#contactwrapper tr.padding.buttons td {
    text-align: center;
}

#forgetpage {
    width: 300px;
}

#forgetpage .container {
    padding: 10px;
}

#forgetpage .buttonwrapper {
    margin: 10px;
}


.eumancontact {
    margin: 0 55px;
}

#empregistarwrapper &gt; table { /*width: 180px;*/
}

.logintexwrapper {
    margin-top: 50px;
}

#cvpage #tblmain {
    border: 3px #673695 solid;
    margin-bottom: 20px;
}

#jobpage #tblmain {
    border: 3px #673695 solid;
    margin-bottom: 20px;
}


.rowwrapper {
    float: right;
    width: 100%;
    margin-right: 20px;
}

.groupwrapper {
    float: right;
    width: 150px;
    margin: 0 10px 10px 10px;
    padding: 20px 10px;
}

.groupwrapper &gt; p {
    list-style-image: url('img/list_arrow.png');
    display: list-item;
    padding: 3px;
}

.groupwrapper &gt; p:first-child {
    display: block;
    list-style: none;
    margin-right: -12px;
    margin-bottom: -1px;
    text-decoration: none;
}

.groupwrapper &gt; p:first-child span {
    font-size: 16px !important;
    color: #333 !important;
    font-family: arial !important;
    font-weight: bold !important;
}


.divcontaner {
    width: 100%;
    padding: 50px;
}

.divcontaner &gt; div {
    float: right;
    width: 50%;
}

.backgorundpurple {
    background-color: #fff;
    padding: 0;
}

.backgorundpurpletitle {
    background-color: #673695;
    padding: 5px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
}

.emp_new_table_td {
    border: none !important;
    font-weight: normal !important;
    padding: 10px;
}

.bottomlinks {
    color: #673695;
}

#tblresults {
    margin-top: 20px;
}

#pnlbuypackage table {
    background-color: #eee;
}

.newtabletd, .newtabletd td {
    font-weight: normal;
    padding: 6px;
    border: none;
}

#tblresults {
    font-weight: normal !important;
}

.stylea {
    border: 1px #673695 solid;
}

.fieldstable td {
    padding: 5px;
    padding-right: 15px;
}

.fieldstable td input[type="text"], .fieldstable td input[type="password"] {
    width: 100%;
}

.main_menu {
    border: none !important;
    background-color: #eee;
    padding: 10px !important;
    margin-top: -20px;
    margin-bottom: 20px !important;
}

.main_menu a:hover {
    color: #673695 !important;
}

.blue-template .main_menu {
    background-color: #ddd;
}

.blue-template .employer_register_page .progress {
    height: 31px!important;
    border-radius: 12px;
    direction: ltr!important;
    border: 2px solid #61317A !important;
    background: #EEEEEE!important;
}

.blue-template .employer_register_page .progress .progress-bar {
    background-color:  #61317A !important;
}

.blue-template table.bordered-table tr.send-mark-cvs td,
.blue-template table.bordered-table tbody tr:last-child td {
    background-color: #FFFFFF !important;
}

.blue-template table.bordered-table tr.empty-table-row:not([data-items-number="0"]) {
    display: none !important;
}

.blue-template table.bordered-table tr.empty-table-row[data-items-number="0"] td {
    height: 48px;
    background: #F0F0F0 !important;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.blue-template table.bordered-table tr:last-child td {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.blue-template table.bordered-table thead tr,
.blue-template table.bordered-table tbody tr:not(.trDetails) {
    height: 48px;
}

.blue-template table.bordered-table tbody tr[data-index="1"] td {
    background-color: #FFFFFF !important;
}

.blue-template table.bordered-table tbody tr[data-index="0"] td {
    background-color: #F7EEFC !important;
}

.blue-template .pager .pager-wrapper {
    height: 40px;
    border-radius: 56px;
    background: #F2EEFC;
}

.blue-template .pager .pager-wrapper a {
    font-family: Assistant;
    font-size: 14px;
    font-weight: 600;
    line-height: 18.31px;
    border: none;
    border-radius: 0px;
    color: #43175A !important;
    background: none !important;
}

.blue-template .pager .pager-wrapper a.active {
    text-align: center;
    font-family: Assistant;
    font-size: 14px;
    font-weight: 600;
    line-height: 18.31px;
    background: #B97CD9 !important;
    box-shadow: 0px 4px 4px 0px #00000040 inset;
    color: #FFFFFF !important;
    height: 27px;
    width: 27px;
    border-radius: 27px;
}

.pager[data-items-number="0"] {
    display: none !important;
}

.blue-template table.bordered-table thead tr th,
.blue-template table.bordered-table thead tr th .filter .trigger {
    vertical-align: middle;
    background-color: #61317A !important;
    font-family: Assistant;
    font-size: 14px;
    font-weight: 700;
    line-height: 18.31px;
}

.blue-template table.bordered-table tbody tr:not(.trDetails) td {
    vertical-align: middle;
}

.blue-template table.bordered-table tbody tr:not(.trDetails) td {
    font-family: Assistant;
    font-size: 14px;
    font-weight: 600;
    line-height: 18.31px;
    color: #43175A;
    cursor: pointer;
}

.blue-template table.bordered-table thead tr th:first-child {
    border-top-right-radius: 8px;
}

.blue-template table.bordered-table thead tr th:last-child {
    border-top-left-radius: 8px;
}

.newtabletdheader, .newtabletdheader th, .newtabletdheader td {
    background-color: #1b4077;
    border: none;
    padding: 5px;
}

#frmactionpage #divmain {
    text-align: left;
}

#loginwrapper #ascxemp_login2_chbremember {
    margin-left: 10px;
}

#loginwrapper #table11 tbody &gt; tr &gt; td {
    padding-right: 15px;
}

#loginwrapper .styled {
    margin-left: 17px;
}

.updatetable {
    width: 150px;
}

#empSpyEditsPage .mainsection .content-wrapper &gt; table {
    border: none !important;
}

#empSpyEditsPage .clsempsearchdiv {
    padding: 7px;
    margin-left: 10px;
}

#empSpyEditsPage .styled {
    margin: 15px;
}

.styleb {
    border: 1px #673695 solid;
}

#myareapage .newtable td.newtabletdheader a {
    color: #681433;
    text-decoration: underline;
    display: block;
}

#myareapage .newtable td.newtabletdheader a:hover {
    text-decoration: underline !important;
}

#empcreditpage .backgorundpurple .emp_new_table_td {
    color: white !important;
}

.pricestable td {
    vertical-align: middle;
}

#empreviewsearchbar select {
    width: 100px;
}

#empreviewsearchbar table {
    background-color: #eee !important;
}

#empreviewsearchbar .searchlabel, #empreviewsearchbar .searchtext {
    color: black !important;
}

#empreviewsearchbar {
    padding: 10px;
    background: #eee;
}

.searchlabel, .searchtext {
    padding-top: 5px;
    padding-bottom: 5px;
}

#empreviewsearchbar .styled {
    margin: 10px;
}


#packagedetails tr {
    background-color: #eee;
}

#packagedetails .labelwhite {
    color: black;
}

#packagedetails td {
    padding: 10px;
}

#packagedetails .styled {
    width: 100px;
    padding: 0 15px;
}

tr.purplebaclground {
    background-color: #673695 !important;
}

#myareapage .newtable {
    background-color: #eee;
    border: none;
}

#contactwrapper #table7 td {
    padding: 0px !important;
}

input[type="file"] {
    min-height: 30px;
}

.form_style_1 .sep td {
    height: 10px;
    line-height: 10px;
}

.visibility {
    visibility: hidden;
}

.inner {
    width: 750px;
    background-color: white;
    padding: 70px 30px;
    margin: 0 auto;
}

.inner object {
    margin: 0px 85px;
}

.inner input {
    margin-top: 20px;
}

.toploginemp {
    color: #1F386F;
    font-size: 13px;
    margin: 0 5px 0 0;
    margin-top: 20px;
}

#emp_top_menu1_linkHomePage, #emp_top_menu2_linkHomePage {
    height: 35px;
    text-align: center;
    justify-content: center;
    margin-top: -5px;
}

#emp_top_menu1_newDesignLinkHomePage, #emp_top_menu2_newDesignLinkHomePage {
    height: 35px;
    text-align: center;
    justify-content: center;
    margin-top: -5px;
}

#emp_top_menu1_linkHomePage:hover {
    text-decoration: none !important;
}

.searchboxwrapper {
    position: relative;
    min-height: 220px;
    padding: 10px 146px 40px 146px;
    padding-left: 8rem;
    padding-right: 8rem;
    z-index: 0;
    background-image: url("./img/fatfish_theme/application_search_header_bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 4px 4px 0px #00000040;
    padding-top: 6rem !important;
    padding-bottom: 2rem !important;
}

.blue-template .searchboxwrapper {
    background-image: url("./img/fatfish_theme/employer_search_header_bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.searchboxwrapper .link_promo_left {
    display: block;
    position: absolute;
    top: 10px;
    left: 12px;
    font-weight: bold;
    font-size: 14px;
}

.link_promo_left &gt; span, .link_promo_right &gt; span {
    font-size: 14px;
}

.searchboxwrapper .link_promo_right {
    display: block;
    position: absolute;
    top: 10px;
    right: 12px;
    font-weight: bold;
    font-size: 14px;
}

.searchboxwrapper .link_promo_right span, .searchboxwrapper .link_promo_left span {
    text-decoration: underline;
}

.searchboxfieldsbgd {
    float: left;
    display: inline;
    position: relative;
    padding: 7px;
    margin-bottom: 7px;
    background: #1b4077;
    background-repeat: repeat-x;
    background-position: 0px 0px;
    margin-right: 10px;
}

.searchboxfieldsbgd.last {
    margin-right: 0px;
}

.searchboxfieldsbgd &gt; span {
    display: block;
    text-align: center;
    padding: 2px 0 11px;
    float: none;
}

.fnt7 {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    cursor: default;
}

.searchboxfieldsbgd input {
    border: 1px solid #c3c3c3;
    padding: 7px;
    cursor: text;
}

.fnt4 {
    font-weight: normal;
    color: #333;
    cursor: default;
}

.sec_hp .header {
    height: 0px;
}

.searchboxwrapper .dd_sec_hp {
    width: 260px;
    padding: 5px;
}

.searchbox .cssclearboth {
    padding-right: 76px;
}

.blue-template .searchbox .panel {
    background: rgba(255, 255, 255, 0.95);
}

.searchbox .panel {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    padding: 15px 15px;
    color: #fff;
    min-height: 163px;
    position: relative;
}

.searchbox .panel .title {
    font-family: "Assistant", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26.16px;
    text-align: right;
    float: right;
    color: #1F386F;
}

.searchbox .panel .title a {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.searchbox .panel .title img {
    width: 24px;
    height: 24px;
}

.searchbox .panel .count {
    font-family: Audiowide, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 35.7px;
    text-align: center;
    float: right;
    color: #1AACAC;
    padding-left: 15px;
    left: 15px;
    width: 10rem;
}

.searchbox .panel .count .count-title {
    font-family: Assistant, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.93px;
    width: 10rem;
    text-align: center;
    color: #1AACAC;
}

.searchbox .panel .count .prefix-count-title {
    line-height: 2.5;
}

.blue-template .searchbox .panel .count, .blue-template .searchbox .panel .count .count-title {
    color: #43175A;
}

.searchbox .panel .help {
    font-family: 'Assistant', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 23.54px;
    text-align: right;
    max-width: 73%;
    color: #1F386F;
    min-height: 48px;
    padding-right: 3rem;
    margin-top: 10px;
}

.searchbox .panel .fieldset-label {
    font-family: 'Assistant', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 23.54px;
    text-align: right;
    max-width: 70%;
    color: #1F386F;
    margin-top: 10px;
}

.searchbox .panel .help a {
    color: #1F386F;
    font-family: 'Assistant', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 23.54px;
    text-decoration: underline;
}

.searchbox .panel .help a:hover {
    text-decoration: underline !important;
}

.searchbox .panel .controls, .searchbox .panel .toggle .row {
    clear: both;
    padding: 20px 0 0 0;
    width: 100%;
}

.searchbox .panel .control, .searchbox .panel .toggle .row .control {
    display: inline-block;
    border: none 0;
    width: 210px;
    height: 29px;
}

.searchbox .panel .controls .control-big-2 {
    width: 434px;
}

.searchbox .panel .controls .control-big-3 {
    width: 651px;
}

.searchbox .panel .controls .btn {
    display: block;
    float: left;
    width: 140px;
    height: 29px;
    text-align: center;
    left: 14px;
    bottom: 15px;
}

.searchbox .panel .toggle {
    display: none;
}

.searchbox .panel .toggle .row p {
    margin: 0 0 6px 0;
    width: 650px;
}

.searchbox .or {
    text-align: center;
    padding: 16px 0;
    color: #1b4077;
    font-size: 24px;
    font-weight: bold;
}

.blue-template .searchbox .or {
    color: #681433;
}

.cssclearboth {
    padding-top: 5px;
}

.cssclearboth {
    clear: both;
}

.searchright {
    width: 250px;
    float: right;
    line-height: 17px;
    text-align: right;
}

.fnt2 {
    font-size: 11px;
    font-weight: normal;
    color: #fff;
    cursor: default;
}


.searchbuttonwrapper {
    width: 300px;
    margin: 0 auto;
    padding-top: 13px;
    text-align: center;
}

.searchbuttonwrapper .glbbtn {
    margin-top: 7px;
}

a.glbbtn:visited {
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}

.fnt10 {
    font-family: inherit;
    font-size: 11px !important;
    font-weight: bold;
    color: #673695;
    text-transform: uppercase;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
}

.glbbtn {
    cursor: pointer;
    background: #1AACAC !important;
    display: inline-block;
    width: 130px;
    height: 29px;
    gap: 10px;
    border-radius: 8px;
    font-family: 'Assistant', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 23.54px;
    text-align: center;
    color: #FFFFFF;
    border: none !important;
}

.blue-template .glbbtn {
    background: #43175A !important;
}

a:hover {
    text-decoration: none !important;
    cursor: pointer;
}

.searchright {
    width: 250px;
    float: right;
    line-height: 17px;
    text-align: right;
}

.fnt2 {
    font-size: 11px;
    font-weight: normal;
    color: #fff;
    cursor: default;
}

/*#jobUC { background-color: #dadfeb !important; border-color:black; border-style:solid; border-width:1px; width:900px; align-content:center; align-items:center; margin-right:300px; margin-top:50px; font-family:Arial}*/

.searchright a {
    color: #1b4077;
    text-decoration: underline;
}

.main_search {
    padding: 0px 70px;
}

/*.main_search &gt; div { width: 300px; }*/

.main_search .text {
}

.main_search * {
    font-size: 15px;
}

.main_search .anima {
    float: left;
    display: none;
}

.search_results_wrapper {
    padding: 0 30px 0 30px;
}

.toploginemp .left {
}

.left {
    float: left;
}

.right {
    float: right;
}


.contentwrapper {
    padding: 14px 14px;
    background-color: #dadfeb;
}

.module1 {
    margin-bottom: 32px;
}

.clearfix {
    display: block;
}

.module1 .plcholder1 {
    margin: 0;
    float: left;
    width: 226px;
}

.component3c1, .component3c2, .component3c3 {
    padding: 0;
    margin: 0;
}

.component3c1 .img180x135wrapper, .component3c2 .img180x135wrapper, .component3c3 .img180x135wrapper {
    padding: 0 0 11px 8px;
}

.fnt5 {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    cursor: default;
}

.module1 .plcholder2, .module1 .plcholder3 {
    margin: 0 0 0 14px;
    float: left;
    width: 226px;
}

.module2 {
    margin-bottom: 35px;
}


.cssfloatright {
    float: right;
    width: 260px;
}

.component5c1, .component5c2, .component5c3, .component5c4 {
}

.fnt9 {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    cursor: default;
    margin-bottom: 7px;
}

.fnt4 {
    font-size: 13px;
    font-weight: normal;
    color: #333;
    cursor: default;
}

.module2 .componentholder {
    background-color: #eee;
    padding: 14px;
    margin: 14px 14px 0;
}

.blue-template .module2 .componentholder {
    background-color: #ddd;
}

.module2 .componentholder:first-child {
    margin-top: 0;
}

.fnt6 {
    font-size: 13px;
    font-weight: bold;
    color: #333333;
    cursor: default;
    margin-bottom: 14px;
}

.cusbtnb, span:active.cusbtnb.cusbtndisabled, a:active.cusbtnb.cusbtndisabled {
    margin: 0px 0px 0px 0px;
    padding: 0 15px !important;
    background-position: 0px -194px;
    height: 34px;
    line-height: 36px;
    text-shadow: 1px 1px #fff;
}

.custbtn {
    border-right: 1px solid #bbbbbb;
    cursor: pointer;
    background-color: #eeeeee; /* background-color: transparent; */
    background-image: url('https://img-seeker.newjobs.com/uken/v3.7.5.739q/global_main30_img.axd');
    background-repeat: no-repeat;
    display: inline-block;
}

.fnt8 {
    font-family: inherit;
    font-size: 13px;
    font-weight: bold;
    color: #673695;
    text-transform: uppercase;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
}

.contentrightarea {
    float: right;
    width: 234px;
}

.adwrapper300x250 {
}

.rrmodule1, .rrmodule2 {
    margin: 30px 0 0 0;
}

.contentleftarea {
    float: left;
    width: 730px;
}

.img120x90wrapper {
    height: 90px;
    width: 120px;
}


.component5c3 li {
    border-bottom: 1px solid #eee;
    padding: 8px 0 8px 0;
}

.rrmodule1 .component5c5 .linkstbl {
    width: 90%;
}

.linkstbl li &gt; a {
    margin-right: 10px;
}

.rrmodule1 .fnt5.cssmargintop15 {
    padding: 10px;
}

.adwrapper {
    border: 1px #1b4077 solid;
    width: 80%;
}

.adwrapper .title {
    background-color: #1b4077;
    float: left;
    width: 100%;
}

.adwrapper .title &gt; * {
    float: left;
}

.adwrapper .title span {
    color: white;
    font-size: 18px;
    margin: 5px;
}

.adwrapper .title img {
    height: 30px;
    margin-left: 10px;
}

.adwrapper li a {
    text-decoration: underline;
}

.adwrapper li span {
    font-size: 15px;
}

.adwrapper li {
    padding: 5px 10px;
}

.greentext {
    color: rgb(35, 172, 35);
}

a.stylea {
    text-decoration: none !important;
}

a.styleb {
    text-decoration: none !important;
}

a.stylec {
    text-decoration: none !important;
}

a.styled {
    text-decoration: none !important;
}

a.stylee {
    text-decoration: none !important;
}

a.stylef {
    text-decoration: none !important;
}

.linkstbl a:hover {
    text-decoration: underline !important;
}

.hp2_logo_wrapper {
    width: 300px;
    margin: 0 auto; /* padding-top: 13px; */
    text-align: center;
    height: 85px;
}

.hp2_logo_wrapper img {
    height: 85px;
    margin-top: -8px;
}

/*.resulttbl{padding:0 30px 30px 30px;}*/
.searchboxfieldsbgd.checkbox {
    height: 60px;
}

.checkboxwrapper {
    padding: 10px 5px;
}

.k-ie .checkboxwrapper {
    padding: 5px 5px;
}

.selectage {
    width: 210px !important;
}

.k-ie .selectage {
    width: 197px !important;
}

.sec_hp .main_menu {
    display: none;
}

.impact {
    font-family: impact;
}

.module3 {
    margin-bottom: 35px;
}

.component9c1, .component9c2, .component9c3 {
    width: 616px;
}

.module3 h1.fnt9:first-child, .module3 h2.fnt9:first-child {
    margin-top: -4px;
}

.fnt9 {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    cursor: default;
    margin-bottom: 7px;
}

.component9c1 .scrollareawrap {
    padding-top: 3px;
    overflow: auto;
}


.component9c1 .scrollarea {
    padding: 0 0px 5px 7px; /* height: 142px; */
    overflow: auto;
}


.component9c1 .scrollarea &gt; div {
    width: 128px;
    padding: 0 3px;
}

.csstextaligncenter {
    text-align: center;
}


.component9c1 .img120x90wrapper {
    width: 120px;
    height: 90px;
    margin: 14px auto 10px;
    background-image: url('https://img-seeker.newjobs.com/uken/v4.1.1.69/global_main30_img.axd');
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.fnt4 {
    font-size: 13px;
    font-weight: normal;
    color: #333;
    cursor: default;
}

.rrmodule1, .rrmodule2 {
    margin: 14px 0 0 0;
}

.rrdivider {
    width: 220px;
    height: 1px;
    background-color: #eee;
    margin: 21px 0;
}

.blue-template .rrdivider {
    background: #fff;
}

.adwrapper300x250 {
    background-color: #fff;
}

.modulewrapper45 .adv {
    background-color: #eee;
    padding: 14px;
    margin: 0 14px 0;
    min-height: 152px;
}

/*.blue-template .modulewrapper45 &gt; div { background-color: #ddd; }*/
.blue-template .modulewrapper45 .adv {
    background-color: #ddd;
}

.component5c1 {
    background-color: #eee;
    padding: 10px;
}

.blue-template .component5c1 {
    background-color: #ddd;
}

.cssfloatleft {
    float: left;
    width: 464px;
}

.module4 .component5c1, .module4 .component5c2 {
    width: 410px;
    padding-right: 14px;
}

.module5.cssfloatleft {
    width: 248px;
    padding: 0 10px;
}

.module4.cssfloatleft {
    min-height: 174px;
}

.fnt9 {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    cursor: default;
    margin-bottom: 7px;
}

.modulewrapper45 .fnt5 {
    margin-bottom: 6px;
}

.modulewrapper45 &gt; div &gt; div {
    padding: 10px;
}

.fnt5 {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    cursor: default;
}

#table_mod8_test img {
    width: 20px;
}

#table_mod8_test td {
    vertical-align: top;
}

.pollquestions {
    padding-top: 8px;
}


.pollbuttons {
    margin-top: 15px;
    text-align: center;
}

/*a:visited {
color: #ae7cdd;
text-decoration: none;
cursor: pointer;
}*/
.fnt8 {
    font-family: inherit;
    font-size: 13px;
    font-weight: bold;
    color: #673695;
    text-transform: uppercase;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
}

.glbbtna, span:active.glbbtna.glbbtndisabled, a:active.glbbtna.glbbtndisabled {
    margin: 0px 0px 0px 0px;
    padding: 5px 8px 5px 8px;
    height: 16px;
    background-position: 0px -90px;
    height: 16px;
}

.glbbtn {
    border: none !important;
    cursor: pointer;
    background-color: #eeeeee; /* background-color: transparent; */
    background-image: url('https://img-seeker.newjobs.com/uken/v4.1.1.69/global_main30_img.axd');
    background-repeat: no-repeat;
    display: inline-block;
}

.fnt4 {
    font-size: 13px;
    font-weight: normal;
    color: #333;
    cursor: default;
}

.inlineblock {
    display: inline-block;
    zoom: 1;
    overflow: hidden;
}

.module5 {
    margin-left: 14px;
}

.adwrapper728x90 {
    padding: 14px;
    text-align: center;
    margin-top: 14px;
    background-color: #fff;
}

.doormatwrapper {
    padding: 20px 0;
    background: linear-gradient(180deg, #009090 0%, #1F386F 100%);
}

.doormat {
    float: left;
    width: auto;
    padding: 11px 14px;
    margin: 0 0 0 14px;
    min-height: 142px;
    background: transparent;
}

.doormat ul li, .doormat dt {
    text-align: center;
}

.doormat .fnt5 {
    font-family: "Assistant", sans-serif;
    font-size: 20px !important;
    font-weight: 600;
    line-height: 26.16px;
    color: #FFFFFF !important;
}

.doormat .fnt4 a {
    font-family: "Assistant", sans-serif;
    font-size: 18px !important;
    font-weight: 300 !important;
    line-height: 23.54px;
    color: #FFFFFF !important;
    text-decoration: underline;
}

.blue-template .doormatwrapper {
    background: #3C1053;
}

.cssboldtext {
    font-weight: bold;
}

.csspaddingtop5 {
    padding-top: 5px;
}

.blue-template {
}

.blue-template .wrapper {
    background-color: #f0ede8;
}


.blue-template .searchboxfieldsbgd {
    background-color: #681433;
}

.blue-template .backgorundpurple,
.blue-template .purplebaclground,
.blue-template .adwrapper .title {
    background-color: #f0ede8 !important;
}

.blue-template .newtabletdheader,
.blue-template .newtabletdheader td,
.blue-template .tableheadertr {
    background-color: #681433 !important;
}

.blue-template input[type="submit"]:hover, .blue-template .fnt8:hover, .blue-template .main_menu a:hover, .blue-template .styleb:hover {
    color: #681433 !important;
}

.blue-template input[type="submit"], .blue-template .fnt8, .blue-template .clspurpleremark {
    color: #022777 !important;
}

/*.blue-template.sec-homepage { background: #022777; }*/

.footerLinks {
    min-height: 90px;
}

.footerLinks ul {
    padding-top: 30px;
}


.blue-template.sec-homepage #footer {
    border-top: solid 1px #3C1053;
    border-bottom: solid 1px #3C1053;
}


.blue-template .adwrapper {
    border-color: #681433;
}

.blue-template .styleb {
    border-color: #022777 !important;
    color: #022777 !important;
}

.blue-template .contentwrapper {
    padding: 14px 14px;
    background-color: #f0ede8;
}

.cv-center-row {
    margin: 15px 0 15px 0;
}

.cv-center-row ul {
    float: right;
    width: 100%;
    margin-bottom: 25px;
}

.cv-center-row ul li {
    float: right;
    width: 12%;
}

.savefilewrapper {
    padding: 0 0 20px 0;
}

#pagenumber {
    font-weight: bold;
    padding: 0 0 6px 0;
}

input[type=checkbox] {
    cursor: default;
}

#ascxcvform1_firsttab {
    padding: 5px;
}

#ascxcvform1_firsttab select, #ascxcvform1_firsttab input {
    margin: 3px;
}

.cv-hidden-wrapper * {
    font-size: 13px;
}

.cv-hidden-wrapper .cssadminprofileheader {
    font-size: 13px !important;
}

.cv_radio input {
    margin: 0 0 0 6px;
}

.content_page {
}

.content_page h1 {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.content_page h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.content_page .amimation {
    float: left;
    margin: 0 0 20px 0;
}

.content_page .image {
    width: 100%;
}

.content_page .image img {
    width: 100%;
}

.content_page p {
    margin: 0 0 16px 0;
}

.content_page p.in {
    margin: 0 30px 16px 0;
}

.content_page p span.number {
    font-weight: bold;
    display: inline-block;
    padding: 0 12px 0;
    margin: 0 -40px 0 0;
}

.content_page p span.v {
    display: inline-block;
    padding: 0 12px 0;
    margin: 0 -40px 0 0;
    width: 11px;
    height: 10px;
    background: url(img/content_v.png) no-repeat 50% 50%;
    text-indent: -10000px;
    overflow: hidden;
}

/*#listV { display: inline-block; padding: 0 12px 0; margin: 0 -40px 0 0; width: 11px; height: 10px; background: url(css/img/content_v.png) no-repeat 50% 50%; text-indent: -10000px; overflow: hidden; }*/

.instructions-container {
    min-height: 446px;
    background-color: #FFFFFF;
}

.instructions-container .instructions-card-wrapper {
    padding: 25px;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.instructions-container .instructions-card {
    width: 408px;
    height: 446px;
    gap: 0px;
    border-radius: 8px;
    position: relative;
}

.instructions-container .instructions-card .instructions-let-you-find-img {
    background: url('img/fatfish_theme/instructions_let_you_find.svg') no-repeat;
    background-position: center;
    background-size: contain;
    width: 408px;
    height: 446px;
}

.instructions-container .instructions-card .instructions-no-cv {
    background: url('img/fatfish_theme/instructions_no_csv.svg') no-repeat;
    background-position: center;
    background-size: contain;
    width: 408px;
    height: 446px;
}

.instructions-container .instructions-card .instructions-discover-employees {
    background: url('img/fatfish_theme/instructions_discover_employees.svg') no-repeat;
    background-position: center;
    background-size: contain;
    width: 408px;
    height: 446px;
}

.instructions-container .instructions-card .instructions-card-title-wrapper {
    width: 100%;
    height: 189px;
    background: #1F386FD9;
    position: absolute;
    bottom: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.instructions-container .instructions-card .instructions-card-title-wrapper .instructions-card-title {
    color: #FFFFFF;
    font-family: Assistant, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26.16px;
    text-align: center;
}

.instructions-container .instructions-card .instructions-card-title-wrapper .instructions-card-subtitle {
    font-family: Assistant, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 23.54px;
    text-align: center;
    color: #FFFFFF;
}

.instructions-container .separator {
    width: 37%;
    height: 1px;
    background-color: #FFFFFF;
}

.blue-template .instructions-container .instructions-card .instructions-card-title-wrapper {
    background: #43175AD9;
}

#loginpage #loginwrapper input[type="text"], #loginpage #loginwrapper input[type="password"] {
    width: 100%;
}


#empregistarwrapper input:not([type="checkbox"],[type="submit"]) {
    width: 85%;
}

#contactwrapper #ascxcontactus1_txtmsg {
    width: 100%;
}

.carousel-mobile {
    display: none;
}

.carousel-selection-wrapper {
    background: linear-gradient(180deg, #009090 0%, #1F386F 100%);
    height: 523px;
}

.blue-template .carousel-selection-wrapper {
    background: linear-gradient(180deg, #BD95CB 0%, #3C1053 100%);
}

.carouselsection {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.carouselsection .carouselctrl {
    margin: 0 15px;
    padding-top: 100px;
}

.carouselsection &gt; div {
    float: right;
}

.carousel {
    margin: 0 10px;
    padding-top: 25px;
    width: 72rem;
    overflow: hidden;
    height: 388px;
    position: relative;
}

.carousel ul {
    width: 100000px;
    position: absolute;
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.carousel ul li {
    float: right;
    margin-right: 0.5rem;
    color: #400e5a;
}

.carousel ul li &gt; div {
    margin: 0 10px;
    height: 243px;
    width: 354px;
}

.carousel-card,
.carousel ul li &gt; .carousel-card {
    min-width: 290px;
    max-width: 354px;
    height: 358px;
    gap: 0px;
    border-radius: 8px;
    opacity: 0px;
    background-color: #FFFFFF;
}

.carousel-card .carousel-card-icon,
.carousel ul li &gt; .carousel-card .carousel-card-icon {
    text-align: center;
}

.carousel-card .carousel-card-title,
.carousel ul li &gt; .carousel-card .carousel-card-title {
    font-family: 'Assistant', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26.16px;
    text-align: center;
    background: linear-gradient(180deg, #1AACA5 0%, #1F386F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blue-template .carousel-card .carousel-card-title,
.blue-template .carousel ul li &gt; .carousel-card .carousel-card-title {
    background: linear-gradient(180deg, #BD95CB 0%, #491D5F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.carousel-card .carousel-card-icon.lg + .carousel-card-title,
.carousel ul li &gt; .carousel-card .carousel-card-icon.lg + .carousel-card-title {
    margin-top: -10px;
}

.carousel-card .carousel-card-subtitle,
.carousel ul li &gt; .carousel-card .carousel-card-subtitle {
    font-family: 'Assistant', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 26.16px;
    text-align: center;
    color: #1F386F;
}

.carousel-card .carousel-card-subtitle .carousel-card-subtitle-link,
.carousel ul li &gt; .carousel-card .carousel-card-subtitle .carousel-card-subtitle-link {
    color: #1F386F;
    cursor: pointer;
}

.blue-template .carousel-card .carousel-card-subtitle,
.blue-template .carousel-card .carousel-card-subtitle .carousel-card-subtitle-link,
.blue-template .carousel ul li &gt; .carousel-card .carousel-card-subtitle,
.blue-template .carousel ul li &gt; .carousel-card .carousel-card-subtitle .carousel-card-subtitle-link {
    color: #43175A;
}

.carousel-card .carousel-card-subtitle .carousel-card-subtitle-link:hover,
.carousel-card .carousel-card-subtitle .carousel-card-subtitle-link:visited,
.carousel ul li &gt; .carousel-card .carousel-card-subtitle .carousel-card-subtitle-link:hover,
.carousel ul li &gt; .carousel-card .carousel-card-subtitle .carousel-card-subtitle-link:visited {
    text-decoration: underline !important;
}


.carousel-card .carousel-card-btn,
.carousel ul li &gt; .carousel-card .carousel-card-btn {
    color: #FFFFFF;
    height: 36px !important;
    line-height: 31px;
}

.carousel ul li .txtandbtn div {
    margin: 0 13px;
    text-align: justify;
}

.carousel ul li .txtandbtn .title {
    margin-bottom: 6px;
    padding-top: 6px;
    font-size: 110%;
    font-weight: bold;
}

.carousel ul li .txtandbtn .btn {
    float: left;
    margin-left: 17px;
}

.carousel ul li .txtandbtn .btn a {
    display: inline-block;
    padding-right: 35px;
    height: 33px;
    line-height: 33px;
    text-decoration: none;
    color: #400e5a;
    background: url('img/carousel_btn.png') no-repeat right;
}

.carousel ul li .bigtext {
    padding: 6px 55px 0 0;
}

.carousel ul li .bigtext a {
    text-align: center;
    font-weight: bold;
    font-size: 160%;
    text-decoration: none;
    color: #400e5a;
}

.search-regions-wrapper {
    max-height: 400px;
    min-height: 200px;
    padding: 25px 5px;
    background-color: #FFFFFF;
}

.search-regions-wrapper .search-regions-item .logo {
    background-image: url('./img/fatfish_theme/red_logo.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
}

.statistics-wrapper,
.tips-wrapper,
.blue-template .statistics-wrapper {
    background: linear-gradient(180deg, #009090 0%, #1F386F 100%);
    min-height: 200px;
    padding: 5rem 25px;
}

.tips-wrapper a.glbBtn:hover {
    color: #FFFFFF !important;
}

.blue-template .statistics-wrapper {
    height: unset;
}

.blue-template .statistics-wrapper,
.blue-template .tips-wrapper {
    background: linear-gradient(180deg, #BD95CB 0%, #3C1053 100%);
}

.tips-wrapper .tips-item,
.statistics-wrapper .statistics-item,
.search-regions-wrapper .search-regions-item {
    flex-basis: 100%;
    max-width: 460px;
    min-width: 200px;
}

.tips-wrapper .tips-item,
.blue-template .statistics-wrapper .statistics-item {
    background-color: #FFFFFF;
    border-radius: 7px;
    padding: 25px;
}

.search-regions-wrapper .search-regions-item {
    max-width: 550px;
}

.tips-wrapper .tips-item .caption,
.search-regions-wrapper .search-regions-item .caption {
    color: #1F386F;
    font-family: "Assistant", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26.16px;
}

.tips-wrapper .tips-item .link,
.tips-wrapper .tips-item .description,
.search-regions-wrapper .search-regions-item .link {
    font-family: "Assistant", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.54px;
    text-align: right;
    color: #1F386F;
    text-decoration: underline;
}

.tips-wrapper .tips-item .description {
    text-decoration: none;
}

.search-regions-wrapper .search-regions-item .link,
.blue-template .tips-wrapper .tips-item .link,
.blue-template .tips-wrapper .tips-item .caption,
.blue-template .search-regions-wrapper .search-regions-item .caption {
    color: #43175A;
}

.tips-wrapper label:has(input[type="radio"]), .tips-wrapper input[type="radio"] {
    cursor: pointer;
    font-family: "Assistant", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.54px;
    text-align: right;
    color: #1F386F;
    accent-color: #1F386F;
}

.blue-template .tips-wrapper label:has(input[type="radio"]), .blue-template .tips-wrapper input[type="radio"] {
    color: #43175A;
    accent-color: #43175A;
}

.tips-wrapper input[type="radio"] {
    width: 18px;
    height: 1.6em;
}

.search-regions-wrapper .search-regions-item .search-regions-item-card {
    width: 269px;
    height: 341px;
    padding: 20px 0px 0px 0px;
    border-radius: 8px;
    border: 1px;
    border: 1px solid #DADADA;
    text-align: center;
}

.statistics-wrapper .statistics-item .statistics-description {
    font-family: 'Assistant', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26.16px;
    text-align: center;
    color: #FFFFFF;
}

.blue-template .statistics-wrapper .statistics-item .statistics-description {
    color: #43175A;
}

.statistics-wrapper .statistics-item label {
    font-family: 'Assistant', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.54px;
    text-align: left;
    color: #43175A;
}

.statistics-wrapper .statistics-item input {
    border: 1px solid #DADADA;
    width: 190px;
    height: 29px;
    gap: 0px;
    border-radius: 8px;
    border: 1px;
}

.blue-template .statistics-wrapper &gt; div:first-child,
.blue-template .statistics-wrapper &gt; div:last-child,
.blue-template .statistics-wrapper div:nth-child(2) {
    flex: 1;
}

.blue-template .statistics-wrapper &gt; div:first-child,
.blue-template .statistics-wrapper &gt; div:last-child {
    max-height: 220px;
    max-width: 460px;
    min-width: 200px;
}

.statistics-wrapper .statistics-item .statistics-description.caption {
    font-weight: 700;
}

.statistics-wrapper .statistics-item .glbBtn {
    color: #FFFFFF;
    height: 36px !important;
    line-height: 31px;
    min-width: 150px;
}

.statistics-wrapper .statistics-item.bordered {
    border: 1px solid #DADADA;
    border-radius: 8px;
}

.statistics-wrapper .statistics-item.bordered .statistics-description .statistics-description-number {
    font-family: "Audiowide", sans-serif !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    line-height: 29.6px !important;
    text-align: center;
}

object, .anima {
    display: none;
}


.tabs {
    height: 28px;
}

.tabs a {
    padding: 5px 20px;
    background: #eee;
    color: #000;
    font-weight: bold;
    margin: 0 0 0 5px;
}

.tabs a.active {
    background: #aaa;
}

.rec_emp img {
    width: 97px;
    height: 70px;
    border: solid 1px #fff;
    padding: 2px;
    cursor: pointer;
    border-radius: 5px;
}

.emp_hot img {
    width: 210px;
    border: solid 1px #fff;
    padding: 2px;
    cursor: pointer;
    border-radius: 5px;
}

.emp_landing {
    width: 210px;
    border: solid 1px #fff;
    padding: 2px;
    cursor: pointer;
    border-radius: 5px;
}


.contactus-form {
    margin: 10px 0 0 0;
}

.contactus-form .field {
    margin: 0 0 5px 0;
}

.contactus-form .field label {
    width: 50px;
    font-weight: bold;
    display: inline-block;
}

.contactus-form .field input {
    width: 150px;
    border: solid 1px #eee;
    border-radius: 3px;
    display: inline-block;
}

.contactus-form .buttons {
    text-align: center;
}

.contactus-form .buttons a {
}

.contactus-form .message {
    text-align: center;
    padding: 20px 0;
    font-weight: bold;
    color: red;
}

.contactus-form.landing-page .fill-form-link {
    color: red;
}

.contactus-form.landing-page .fill-form-link:hover {
    text-decoration: underline !important;
}


.cssfloatright.cv {
    min-height: 181px;
}

.component5c1.emp {
    min-height: 240px;
}

.component3c1 p, .component4c1 p, .component5c5 .text {
    text-align: justify;
}

.component4c1 {
    text-align: center;
}


.articlelist {
}

.articlelist .articleitem {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #b9c1d6;
    display: inline-block;
    width: 100%;
}

.articlelist .articleitem a {
    display: block;
    float: right;
}

.articlelist .articleitem a img {
    width: 131px;
    height: 88px;
    display: block;
}

.articlelist .articleitem .articletext {
    margin: 0 150px 0 0;
    text-align: justify;
}

.articlelist .articleitem .articletext .title {
    color: #002876;
    margin-bottom: 3px;
    font-size: 14px;
    text-decoration: none;
    display: block;
    width: 100%;
}

.modal_back {
    display: none;
    background: gray;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.modal_window {
    display: none;
    width: 400px;
    position: absolute;
    z-index: 2;
    left: 50%;
    margin-left: -230px;
    top: 180px;
    padding: 30px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background: #eee;
    border: solid 1px gray;
    border-radius: 10px;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.55);
}

.browser-version {
    margin: 30px auto 0 auto;
    width: 400px;
    padding: 30px;
    text-align: center;
    background: #eee;
    border: solid 1px gray;
    border-radius: 10px;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.55);
}

.browser-version img {
    margin: 0 0 30px 0;
}

.browser-version p, .browser-version a {
    margin: 0;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
}

.popup_back {
    display: none;
    background: gray;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

.popup {
    display: none;
    width: 500px;
    position: fixed;
    z-index: 2;
    left: 50%;
    margin-left: -250px;
    top: 100px;
    background: #fff;
    padding: 20px;
    border: solid 1px #000;
    border-radius: 10px;
}

.popup .close-icon {
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    background: #ddd;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.popup .logo {
    display: block;
    position: absolute;
    left: 22px;
    bottom: 22px;
    width: 100px;
}

.popup .title {
    font-size: 1.2em;
    font-weight: bold;
}

.popup .title .popup_close {
    float: left;
    display: block;
    cursor: pointer;
}

.popup .body {
    margin: 10px 0 20px 0;
}

.popup .buttons {
}

.popup .buttons a, .popup .buttons button, .popup .buttons input {
    display: inline-block;
    margin: 0 0 0 5px;
    padding: 5px 20px;
    text-align: center;
}

.popup.enter {
    padding: 0;
    border: none 0;
    border-radius: 0;
    background: transparent;
}

.popup.send-cv .btn {
    float: left !important;
    padding: 5px 10px 5px 10px !important;
    height: 25px !important;
    line-height: 25px;
    width: auto !important;
    height: 40px;
    position: relative;
    margin: 0 5px 5px 0;
}

.popup .buttons input {
    margin: 0 0 5px 0;
}

.popup .buttons .logo {
    display: none;
}

.popup.enter a {
    display: block;
    position: absolute;
    bottom: 27px;
    left: 200px;
    width: 80px;
    height: 35px;
}

.popup.modalEmpRegister {
    width: 570px;
    top: 10px;
    margin-left: -300px;
    position: absolute;
}

.table_cv td {
    padding: 0 0 0 10px;
}

.newTable .filter {
    position: relative;
    color: #fff;
}

.newTable .filter .trigger {
    background: url(img/filter.png) left 3px no-repeat;
    padding: 0 0 0 16px;
}

.newTable .filter .trigger.filtered {
    background-image: url(img//filter_fill.png);
}

.newTable .filter .panel {
    position: absolute;
    top: 21px;
    right: 0;
    border: solid 1px #afafaf;
    padding: 10px;
    background: #fff;
    text-align: right;
    display: none;
    border-radius: 5px;
    box-shadow: 1px 1px 0 0 #fff inset;
    width: 160px;
    z-index: 999;
}

.newTable .filter .panel select {
    width: 100%;
}

.newTable .filter .panel .control {
    display: block;
    margin: 0 0 10px 0;
}

.newTable .filter .panel a {
    color: #000 !important;
    font-size: 14px;
    font-weight: normal;
    display: block;
    padding: 3px 18px 3px 0 !important;
}

.newTable .filter .panel a.asc {
    background: url(img/sort_asc.png) right 3px no-repeat !important;
}

.newTable .filter .panel a.desc {
    background: url(img/sort_desc.png) right 3px no-repeat !important;
}

.table-area {
    position: relative;
}

.table-area .loading {
    position: absolute;
    top: 10px;
    right: 10px;
    border: solid 1px #afafaf;
    background: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    z-index: 1000;
}

.table-area .loading span {
    display: block;
    background: url(img/loading.gif) no-repeat right 50%;
    padding: 0 20px 0 0;
    font-weight: bold;
    font-size: 20px;
}


.main_menu.top {
    margin-bottom: 22px !important;
}

.desktop-hidden {
    display: none;
}

#appCvPage .tab td &gt; div {
    display: inline-block;
}

#appCvPage .tab td &gt; div &gt; span {
    display: block;
}

#appCvPage .tab .details u {
    font-weight: bold;
    display: block;
    font-size: 13px;
}

#appCvPage .tab .details input[type=button] {
    vertical-align: bottom;
}

#appCvPage .tab .details .list-box-wrapper {
    padding-top: 15px;
}

#appCvPage .tab .details .accept-wrapper {
    font-weight: bold;
    font-size: 13px;
    padding-top: 20px;
    display: block;
}

#appCvPage .accept-wrapper-x {
    display: inline;
}

#appCvPage .mainSection.custom-width {
    width: 786px;
}

#appCvPage .exp-wrapper {
    margin-top: -40px;
}

#appCvPage #AscxCvForm1_secTab td &gt; div {
    margin-left: 3px;
}

#appCvPage #AscxCvForm1_secTab .edu-table td &gt; div {
    margin-left: 15px;
}

#appCvPage #AscxCvForm1_secTab #Table54 {
    width: 450px;
}

#appCvPage #AscxCvForm1_lastTab .title {
    color: black;
    display: block;
    font-size: 13px;
}

#appCvPage #AscxCvForm1_lastTab .Label1 {
    font-weight: bold;
}

#appCvPage #AscxCvForm1_lastTab td &gt; div {
    display: block;
}

#appCvPage #AscxCvForm1_lastTab td &gt; div &gt; div {
    display: block;
}

#appCvPage #AscxCvForm1_lastTab td &gt; div &gt; div:nth-child(1) {
    width: 200px;
}

#appCvPage #AscxCvForm1_lastTab td &gt; div &gt; div:nth-child(2) {
    margin-right: 17px;
    width: 200px;
}

#appCvPage #AscxCvForm1_lastTab td &gt; div &gt; div:nth-child(3) {
    margin-top: 10px;
}

#appCvPage #AscxCvForm1_lastTab td &gt; div &gt; div:nth-child(4) {
    margin-bottom: 10px;
}

#appCvPage #AscxCvForm1_lastTab td &gt; div &gt; div:nth-child(2) .selectbox {
    margin-right: 15px;
    margin-top: 10px;
}

#appCvPage #AscxCvForm1_lastTab .clsCvForm_HR {
    margin-top: 20px;
}

#appCvPage #AscxCvForm1_lastTab a.info {
    line-height: 27px;
}

#appCvPage.appCvPageIframe { /**/
}

#appCvPage.appCvPageIframe .hide_iframe {
    display: none;
}

#appCvPage.appCvPageIframe .lblMsg {
    margin-top: 0 !important;
}

#appCvPage.appCvPageIframe .mainSection {
    padding-bottom: 0;
    width: 850px !important; /*margin: 0 30px 0 0;*/
}

#appCvPage.appCvPageIframe .firstTabWrapper {
    background: url(img/NINJA-01.png) no-repeat left 50%;
    background-size: 215px;
}

#appCvPage.appCvPageIframe .firstTab {
    width: 630px !important;
}

#appCvPage.appCvPageIframe .InputText6,
#appCvPage.appCvPageIframe .SelectBox {
    width: 105px;
}

#appCvPage.appCvPageIframe .SelectBox[multiple] {
    width: 215px !important;
}

#appCvPage.appCvPageIframe .exp-wrapper {
    margin-top: -2px;
}

#appCvPage.appCvPageIframe .pnlMessages {
    font-size: 12px;
}

#appCvPage.appCvPageIframe .tableHeaderTr div {
    font-size: 20px;
}

.chart div div {
    overflow: hidden;
}


/*#region packages */
#packages {
}

#packages .package {
    width: 240px;
    float: right;
    border: solid 3px #012677;
    border-radius: 15px;
    background-color: #EFEFFA;
    padding: 20px 0 40px 0;
}

#packages .package.package0 {
}

#packages .package.package1 {
    margin: 0 18px;
}

#packages .package.package2 {
}

#packages .package .title {
    width: 230px;
    height: 92px;
    margin: 0 -10px 0 0;
    background-size: 100%;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 42px;
    padding: 10px 0 0 0;
}

#packages .package.package0 .title {
    background-image: url(img/standard.png);
}

#packages .package.package1 .title {
    background-image: url(img/unlimited.png);
}

#packages .package.package2 .title {
    background-image: url(img/premium.png);
}

#packages .package.package0 .button {
    background-color: #605075;
}

#packages .package.package1 .button {
    background-color: #395CA5;
}

#packages .package.package2 .button {
    background-color: #75367E;
}

#packages .package .text {
    padding: 10px 10px 0 10px;
    color: #504943;
    font-size: 14px;
}

#packages .package .text p {
    padding: 7px 0;
}

#packages .package .text ul {
    padding: 0 10px 0 0;
}

#packages .package .text ul li {
    background: url(img/content_v.png) no-repeat right 2px;
    padding: 0 16px 10px 0;
}

#packages .package .buttons {
    padding: 20px 0 0 0;
}

#packages .package .buttons .button {
    -webkit-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.75);
    display: block;
    width: 120px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin: 0 -7px 7px 0;
    border: solid 1px #000;
    padding: 5px;
    height: auto;
}

#packages .package .buttons .button:hover {
    opacity: 0.9;
}

#packages .package .buttons .button span {
    display: block;
}

#packages .package .buttons .button span.line {
    display: block;
    height: 1px;
    background: #fff;
    width: 75%;
    margin: 5px auto;
    opacity: 0.4;
}


#products {
}

#products .product {
    width: 100%;
    border: solid 3px #012677;
    border-radius: 15px;
    background-color: #EFEFFA;
    padding: 20px 0;
    margin: 0 0 20px 0;
}

#products .product .title {
    width: 230px;
    height: 92px;
    margin: 0 -10px 0 0;
    background-size: 100%;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 42px;
    padding: 10px 0 0 0;
    float: right;
}

#products .product .title .small {
    font-size: 16px;
}

#products .product.product0 .title {
    background-image: url(img/standard.png);
}

#products .product.product1 .title {
    background-image: url(img/unlimited.png);
}

#products .product.product2 .title {
    background-image: url(img/premium.png);
}

#products .product.product0 .button {
    background-color: #605075;
}

#products .product.product1 .button {
    background-color: #395CA5;
}

#products .product.product2 .button {
    background-color: #75367E;
}

#products .product .description1 {
    float: left;
    width: 509px;
    padding: 0 0 0 20px;
    color: #504943;
    font-size: 14px;
}

#products .product .description2 {
    clear: both;
    padding: 30px 80px;
    text-align: center;
    color: #605075;
    font-size: 14px;
    font-weight: bold;
}

#products .product.product0 .description2 {
    color: #605075;
}

#products .product.product1 .description2 {
    color: #395CA5;
}

#products .product.product2 .description2 {
    color: #75367E;
}

#products .product .buttons {
    padding: 0 20px;
    text-align: left;
}

#products .product .buttons .button {
    -webkit-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.75);
    display: inline-block;
    width: 120px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    border: solid 1px #000;
    padding: 8px 12px;
    height: auto;
    font-size: 14px;
}

#products .product .buttons .button:hover {
    opacity: 0.9;
}

#products .product .buttons .button span {
    display: block;
}

#products .product .buttons .button span.line {
    display: block;
    height: 1px;
    background: #fff;
    width: 75%;
    margin: 5px auto;
    opacity: 0.4;
}


/*#endregion */


.cvprofile {
    border: solid 1px #EEEEEE;
    background-color: #FFFFFF;
}

.cvprofile .cvgroup {
    clear: both;
    margin: 0 0 20px 0;
    display: inline-block;
}

.cvprofile .cvgroup .cvinfo {
    float: right;
    margin: 0 0 0 20px;
    width: 110px;
}

.cvprofile .cvdetails {
    margin: 0 5px;
}

.cvprofile .cvdetails .label {
    font-weight: bold;
    width: 80px;
    float: right;
}

.cvprofile .cvdetails .value {
    margin: 0 82px 0 0;
}

.cvprofile #tblMain {
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial;
    background-color: #fff;
}

.cvprofile .cssAdminProfileHeader {
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial;
    display: block;
}

.cvprofile .cssAdminProfileDetails {
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial;
}

.cvprofile .watermark &gt; table {
    background: #fff url(css/img/water.png) no-repeat 50% 20%;
    background-size: 50%;
}

.cvpool-hidden {
    display: none !important;
}

.profile-chart {
    width: auto;
}

.profile-chart td {
    vertical-align: middle;
    padding: 0 0 0 10px;
}


.mainSection .credit a {
    color: #673695;
}

.mainSection .credit a:hover {
    text-decoration: underline !important;
}

#appCvPage .cv-show-td a {
    color: #673695;
}

#appCvPage .cv-show-td a:hover {
    text-decoration: underline !important;
}

/*.clsEmpSearchDiv { }
    .clsEmpSearchDiv .clsEmpSearchLb { }
        .clsEmpSearchDiv .clsEmpSearchLb option { display: block; width: 130px; padding: 1px 3px; margin: 0;  float: right;}*/

#pieProfile {
    overflow: hidden;
}

.emp_hot .emun-text {
    font-weight: bold;
    line-height: 21px;
}

.emp_hot .emun-logo {
    width: 129px;
    border-radius: 0;
    display: block;
    margin: 0 auto;
    cursor: default;
    background-color: white;
    padding: 26px;
    border: none !important;
}

#termsPage .social-article-section {
    width: 776px;
    margin: 0 auto;
    padding-bottom: 40px;
}

#termsPage .social-article-section &gt; span {
    line-height: 30px;
}

#termsPage .social-article-section .social-article-item {
    text-decoration: none;
}

.short-hr {
    width: 776px;
    margin: 0 auto;
}

.sub-articles-text {
    text-align: center;
    padding-bottom: 40px;
}

.sub-articles-text a, .sub-articles-text a:hover, .sub-articles-text a:active, .sub-articles-text a:visited {
    text-decoration: none !important;
    color: rgb(0, 0, 0) !important;
}

.call-now-btn {
    padding: 30px 0;
    margin-top: 20px !important;
    background: #681433;
    width: 68%;
    align-items: center;
    margin: 0 auto;
}

.call-now-btn &gt; a {
    display: block;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}

.newjob {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: chartreuse;
    border-radius: 50%;
}

.checkboxlist {
    height: 200px;
    overflow-y: scroll;
    border: solid 1px rgb(169, 169, 169);
}

.newtabletdheader .checkboxlist td {
    background-color: transparent !important;
}

.checkboxlist td label {
    margin: 0 6px 0 0;
}


.fa-whatsapp {
    background: #25d366;
    color: white;
    font-size: 35px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 25px;
    left: 25px;
    padding: 15px;
    z-index: 99999;
    box-shadow: 0 0 15px 3px rgba(37, 211, 102, 0.25);
}

.fa-whatsapp:hover {
    transform: scale(1.1);
}

.block-panel {
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(100, 100, 100, 0.6);
    z-index: 1000;
    display: none;
}

.cv-panel {
    width: 880px;
    display: none;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    z-index: 1;
    overflow: hidden;
    background-color: #fff;
    z-index: 2021;
    text-align: center;
}

.cv-panel a.close {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 2;
    color: #000;
}

.cv-panel iframe {
    width: 880px;
    height: 570px;
    border: none;
}

/* Brands scrolling widget */
.scrolling-brands-wrapper {
    background-color: #FFFFFF;
    height: 130px;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.scrolling-brands-wrapper:before, .scrolling-brands-wrapper:after {
    content: "";
    position: absolute;
    height: 130px;
    width: 150px;
    z-index: 2;
}

.scrolling-brands-wrapper:after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.scrolling-brands-wrapper:before {
    left: 0;
    top: 0;
}

.scrolling-brands-wrapper .track {
    display: flex;
    width: calc(150px * 10);
    animation: scroll 10s 0.5s linear infinite;
}

.scrolling-brands-wrapper .brand-logo {
    width: auto;
    margin-right: 50px;
}

.scrolling-brands-wrapper .brand-logo img {
    height: 70px;
}

@keyframes scroll {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-90%);
    }
}

#paymentFrame {
    height: 400px!important;
}

@media only screen and (max-width: 667px) {
    .cv-panel {
        width: 95%;
    }

    .cv-panel iframe {
        width: 95%;
        height: 1500px;
        margin-top: 20px;
    }

    .cv-panel a.close {
        top: 5px;
    }

    #appCvPage.appCvPageIframe .mainSection {
        padding-bottom: 0;
        width: 100% !important;
    }

    #appCvPage.appCvPageIframe .firstTabWrapper {
        background: none;
    }

    #appCvPage.appCvPageIframe .firstTab {
        width: auto !important;
    }
}


@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .searchboxwrapper .dd_sec_hp {
        width: 220px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .surevy_wrapper {
        display: none;
    }
}

@media (min-width: 768px) {
    .navbar-brand.abs {
        position: absolute;
        width: auto;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    .navbar-expand-md .navbar-toggler {
        display: none !important;
    }
}

@media (max-width: 1000px) {
    #paymentFrame {
        height: 550px!important;
    }
}

@media (max-width: 768px) {
    .navbar:has(* .navbar-collapse.show) {
        background: linear-gradient(174.9deg, #028D8F 0%, #1F386F 53.87%) !important;
    }

    .blue-template .navbar:has(* .navbar-collapse.show) {
        background: linear-gradient(174.9deg, #BC94CA 0%, #43175A 99.63%) !important;
    }

    .navbar-collapse .navbar-nav .nav-item a {
        background: transparent !important;
        font-family: "Assistant", sans-serif;
        font-size: 18px;
        font-weight: 600;
        line-height: 23.54px;
        box-shadow: unset !important;
        border: none !important;
        text-align: justify !important;
        color: #1F386F;
        padding: 0px;
        margin: 0px;
    }

    .navbar:has(* .navbar-collapse.show) .nav-item a {
        color: #FFFFFF;
    }

    .blue-template .navbar:has(* .navbar-collapse.show) .nav-item a {
        color: #FFFFFF;
    }

    .navbar-collapse .navbar-nav .nav-item .lang-item-img {
        display: none;
    }

    .navbar-toggler {
        display: block;
    }

    .search-regions-wrapper {
        display: none !important;
        height: 0px !important;
    }

    .blue-template .statistics-wrapper &gt; div:first-child,
    .blue-template .statistics-wrapper &gt; div:last-child,
    .blue-template .statistics-wrapper div:nth-child(2) {
        flex: unset;
    }

    .blue-template .statistics-wrapper {
        height: 900px;
    }

    .carousel-mobile {
        display: flex;
    }

    .carouselSection {
        display: none;
    }

    .carousel-selection-wrapper {
        height: 2300px;
        padding-top: 15px;
    }

    .searchbox .count {
        display: none;
    }

    .searchbox {
        padding-left: 20px;
        padding-right: 20px;
    }

    .searchbox .panel .control, .searchbox .panel .toggle .row .control {
        height: 40px !important;
        padding-right: 10px !important;
    }

    .searchbox .panel .glbBtn {
        width: 50% !important;
        flex-grow: unset !important;
    }

    .searchbox .panel .col-12:has(#ascxCvSearch1_btnSearch),
    .searchbox .panel .col-12:has(#ascxCvSearch1_btnApply) {
        display: flex;
        justify-content: center;
    }
}</pre></body></html>