.gamedev.dashboard-nav {
box-shadow: unset;
background: unset;
min-width: 285px;
}
.gamedev.dashboard-nav .dashboard-nav-inner {
padding: 0;
width: calc(100% + 17px);
overflow-x: hidden;
}
@media (max-width: 991px) {
.gamedev.dashboard-nav .dashboard-nav-inner { width: calc(100% + 18px);
}
}
.gamedev.dashboard-nav .sidebar-widget {
box-sizing: border-box;
background: #FFFFFF;
border: 1px solid #D9D9D9;
border-radius: 8px;
}
.gamedev.dashboard-nav .sidebar-widget .sidebar-widget-content {
padding: 24px;
}
.gamedev.dashboard-nav .sidebar-widget:not(:last-child) {
margin-bottom: 10px;
}
.gamedev.dashboard-nav ul li a {
padding: 6px 52px 6px 21px;
display: block;
transition: 0.3s;
cursor: pointer;
position: relative; font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 18px;
color: #313131;
}
.gamedev.dashboard-nav ul li span.nav-tag {
display: block;
height: 19px;
min-width: 19px;
width: auto;
line-height: 19px;
text-align: center;
background-color: #26ae61;
border-radius: 35px;
margin: 0 0 0 4px;
padding: 0 4px;
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-size: 14px;
color: #FFFFFF;
}
.gamedev.dashboard-nav ul:first-child {
margin-top: 24px;
}
.gamedev.dashboard-nav ul:last-child {
margin-bottom: 24px;
}
.gamedev.dashboard-nav ul li span.nav-tag {
position: absolute;
top: 6px;
right: 24px;
}
.gamedev.dashboard-nav ul[data-submenu-title]:not([data-submenu-title=""]):before {
all: unset;
content: attr(data-submenu-title);
padding: 0 24px 0 21px;
border-left: 3px solid transparent;
display: block;
width: 237px;
height: 22px; font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 22px;
margin-bottom: 8px;
margin-top: 8px;
color: #313131;
}
.gamedev.dashboard-nav .section-header {   border-left: 3px solid transparent;
display: block;
width: 237px;
height: 22px; font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 22px;
margin-bottom: 8px; color: #313131;
}
.dashboard-content {
padding: 30px 40px 0 20px;
position: relative;
z-index: 10;
height: 100%;
margin-left: 325px;
}
@media (max-width: 1099px) {
.dashboard-content {
padding: 40px 5%;
padding-bottom: 0;
height: auto;
margin-left: 0;
}
}
.gamedev.dashboard-nav .sidebar-widget hr.sidebar-menu-block-separator {
margin: 0 24px; border-color: #EBEBEB;
}
.gamedev.dashboard-nav .sidebar-widget hr.sidebar-menu-widget-separator { margin: 12px 0; border-color: #EBEBEB;
}
.gamedev.dashboard-nav ul {
list-style: none;
padding: 0;
margin: 12px 0 12px 0;
}
.gamedev.dashboard-nav ul li.active {
background-color: #E4F1E8;
}
.gamedev.dashboard-nav ul li.active a {
color: #313131;
}
.gamedev.dashboard-nav ul li:hover {
background-color: #E4F1E8;
border-color: transparent;
}
.gamedev.dashboard-nav ul li:hover a {
color: #313131;
}
.gamedev.dashboard-nav .cart .gd-icon {
font-size: 24px;
}
.gamedev.dashboard-nav .cart a {
display: flex;
}
.gamedev.dashboard-nav .booster .gd-icon {
font-size: 21px;
}   .gamedev.dashboard-nav .booster-name {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 16px;
text-transform: uppercase;
color: #313131;
}
.gamedev.dashboard-nav .booster-amount {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 19px;
color: #26AD60;
}   .gamedev.dashboard-nav .subscription-title {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 19px;
color: #313131;
}
.gamedev.dashboard-nav .subscription-amount {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 19px;
color: #26AD60;
}
.gamedev.dashboard-nav .subscription-item {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
margin-bottom: 4px;
}
.gamedev.dashboard-nav .booster-item {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
margin-bottom: 4px;
}
.gamedev.dashboard-nav .booster-data {
display: flex;
align-items: center;
gap: 5px;
}
.gamedev.dashboard-nav .booster-title {
display: inline-flex;
align-items: center;
gap: 5px;
}
.gamedev.dashboard-nav .booster.hot {
display: flex;
}
.gamedev.dashboard-nav .booster.premium {
display: flex;
} #dashboard .woocommerce-info,
#dashboard .woocommerce-message, #dashboard .job-manager-message,
#dashboard .notification.notice,  #dashboard .woocommerce-info,
#dashboard .woocommerce-message,
#dashboard .job-manager-message,
#wrapper .notification,
#dashboard .notification { display: flex;
flex-direction: row;
justify-content: start;
align-items: center;
padding: 14px 14px;
gap: 4px;
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 18px;
border-radius: 8px;
position: relative;
}
#wrapper .woocommerce-info,
#dashboard .woocommerce-info,
#wrapper .woocommerce-message,
#dashboard .woocommerce-message,
#wrapper .job-manager-message,
#dashboard .job-manager-message,
#dashboard .notification.notice,
#wrapper .notification.notice,
#dashboard .notification.notice ,
#wrapper .notification.notice {
background-color: #DDF3FE;
color: #313131;
}
#dashboard .notification.success a,
#dashboard .notification.success strong,
#dashboard .notification.success {
background-color: #E4F1E8;
color: #313131;
}
#dashboard .notification.warning a,
#dashboard .notification.warning strong,
#dashboard .notification.warning {
background-color: #FFFCE6;
color: #313131;
}
#dashboard .notification.error a,
#dashboard .notification.error strong,
#dashboard .notification.error {
background-color: #FFE5E5;
color: #313131;
}
#dashboard .notification[class*='-icon'] {
padding-left: 44px;
}
#dashboard .notification[class*='-icon']::before {
position: absolute;
left: 14px;
top: 12px;
width: 20px;
height: 20px;
}
#dashboard .notification.success-icon::before {
content: url(//brogamedev.com/wp-content/themes/gd-workscout/assets/icons/check_circle.svg);
}
#dashboard .notification.warning-icon::before {
content: url(//brogamedev.com/wp-content/themes/gd-workscout/assets/icons/warning.svg);
}
#dashboard .notification.error-icon::before {
content: url(//brogamedev.com/wp-content/themes/gd-workscout/assets/icons/cancel.svg);
}
#dashboard .notification.notice-icon::before {
content: url(//brogamedev.com/wp-content/themes/gd-workscout/assets/icons/info.svg);
} table.gd-table.stacktable.large-only,
table.gd-table {
display: table;
overflow: auto;
border-spacing: 0;
border-collapse: collapse;    }
table.gd-table.gd-table-striped tr:nth-child(even),
table.gd-table.gd-table-striped tr:nth-child(even) td {
background-color: #f9f9f9;
}
table.gd-table.gd-table-wide {
width: 100%;
}
table.gd-table thead tr {
border: 1px solid #333;
}
table.gd-table tbody tr,
table.gd-table tfoot tr {
border: 1px solid #D9D9D9;
}
table.gd-table .actions-block,
table.gd-table.large-only .actions-block {
display: none;
}
table.small-only .actions-dropdown {
display: none;
}
@media (max-width: 990px) {
table.gd-table.stacktable.large-only,
table.gd-table.stacktable,
table.gd-table {
display: none;
}
}
table.gd-table th {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 18px;
color: #FFFFFF;
padding: 12px 24px;
background-color: #333;
border-color: #D9D9D9;
border-right: none;
text-align: left;
vertical-align: middle;
}
table.gd-table td {
padding: 12px 24px;
background-color: #FFFFFF;
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 18px;
color: #313131;
vertical-align: middle;
}
body #dashboard table.gd-table tr td:first-of-type {
padding: 12px 24px;
}
input[type="submit"].gd-button,
a.gd-button,
.gd-button,
.send-btn-border input.gd-button[type="submit"] {
font-family: 'Open Sans';
display: inline-flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 12px 18px;
flex-wrap: nowrap;
background: #26AD60;
border-radius: 8px;
gap: 10px;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 21px;
color: #FFFFFF;
}
input[type="submit"].gd-button:hover,
a.gd-button:hover,
.gd-button:hover,
.send-btn-border input.gd-button[type="submit"]:hover {
background-color: #282828;
}
.gd-button-success,
a.gd-button-success {
background: #26AD60;
}
.gd-button-disabled,
a.gd-button-disabled {
background-color: #f2f2f2;
color: #808080;
transition: 0.3s;
}
.gd-button-primary,
a.gd-button-primary {
background-color: #3682f2;
transition: 0.3s;
}
.gd-button-danger,
a.gd-button-danger {
background-color: #ed0018;
transition: 0.3s;
}
a.gd-button:hover,
.gd-button:hover {
background: #282828;
color: #fff;
}
a.gd-button:hover .gd-icon,
.gd-button:hover .gd-icon {
filter: brightness(0) saturate(100%) invert(95%) sepia(95%) saturate(21%) hue-rotate(344deg) brightness(105%) contrast(107%);
}
.woocommerce .product a.button.gd-button-large,
a.gd-button.gd-button-large,
.gd-button.gd-button-large {
padding: 14px 30px;
}
.header-notifications.table-menu .gd-icon {
filter: brightness(0) saturate(100%) invert(17%) sepia(10%) saturate(16%) hue-rotate(116deg) brightness(90%) contrast(89%);
}
.header-notifications.table-menu .menu-button {
background: #EBEBEB;
border-radius: 100px;
padding: 5px;
display: flex;
align-items: center;
justify-content: center;
}
.header-notifications.table-menu .header-notifications-dropdown {
top: calc(100% + 5px);
}
.header-notifications.table-menu .header-notifications-trigger,
.header-notifications.table-menu .header-notifications-trigger a {
font-size: 22px;
color: unset;
position: relative;
top: unset;
transform: unset;
}
.header-notifications.table-menu .header-notifications-dropdown a {
display: flex;
gap: 8px;
align-items: center;
}
.header-notifications.table-menu .header-notifications-dropdown {
min-width: 220px;
}
.header-notifications.table-menu .header-notifications-dropdown li {
padding: 0;
}
.header-notifications.table-menu .header-notifications-dropdown .user-menu-small-nav li {
padding-right: 0;
}
.actions-block div.user-menu-item .gd-icon,
.header-notifications.table-menu .header-notifications-dropdown .gd-icon {
filter: brightness(0) saturate(100%) invert(89%) sepia(0%) saturate(5669%) hue-rotate(54deg) brightness(86%) contrast(88%);
}
.actions-block div.user-menu-item a {
display: flex;
gap: 8px;
}
.header-notifications.table-menu .header-notifications-dropdown ul.user-menu-small-nav {
padding: 16px;
}
.header-notifications.table-menu:last-child {
margin: 0;
}
.actions-block div.user-menu-item .gd-icon.gd-icon-boost_hot,
.header-notifications-dropdown .user-menu-small-nav .gd-icon.gd-icon-boost_hot {
filter: brightness(0) saturate(100%) invert(68%) sepia(98%) saturate(3605%) hue-rotate(356deg) brightness(98%) contrast(108%);
}
.actions-block div.user-menu-item .gd-icon.gd-icon-boost_premium,
.header-notifications-dropdown .user-menu-small-nav .gd-icon.gd-icon-boost_premium {
filter: brightness(0) saturate(100%) invert(11%) sepia(32%) saturate(7165%) hue-rotate(276deg) brightness(102%) contrast(121%);
}
.header-notifications-dropdown ul.user-menu-small-nav li a i {
font-size: 24px;
}
#titlebar h1, #titlebar h2 {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-size: 30px;
line-height: 41px;
color: #313131;
}
#dashboard #breadcrumbs {
margin: 0;
}
#dashboard #breadcrumbs ul li,
#dashboard #breadcrumbs ul li:last-child a,
#dashboard #breadcrumbs ul li a {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: #B8B8B8;
}
#dashboard #breadcrumbs ul li a {
color: #26AD60;
}
#dashboard #breadcrumbs ul li:first-child:after {
content: "/";
}
#dashboard #titlebar:not(.photo-bg) {
margin: 0 0 30px 0;
}       #job-manager-bookmarks .actions-block {
display: block;
}
.actions-block a {
font-weight: 500;
color: #333;
display: block;
line-height: 27px;
}
.actions-block a.button {
color: #fff !important;
text-align: center;
}
.actions-block a:hover {
color: #808080;
}
.actions-block div.user-menu-item {
padding-right: 0;
}
.actions-block div.user-menu-item:not(:last-child) {
margin-bottom: 8px;
}
#job-manager-alerts tr.alert-disabled td,
#job-manager-alerts tr.alert-disabled th {
color: #adadad;
opacity: unset;
}
#job-manager-job-dashboard tr.company-hidden td,
#job-manager-job-dashboard tr.company-hidden th {
color: #adadad;
opacity: unset;
}
#job-manager-alerts td, #job-manager-alerts th {
padding: 12px 24px;
}
.status-tag {
display: inline-flex;
flex-direction: row;
align-items: flex-start;
padding: 4px 8px;
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 16px;
text-transform: uppercase;
border: 1px solid gray;
border-radius: 4px;
color: gray;
}
.status-tag-interviewed {
border: 1px solid #022CFF;
color: #022CFF;
}
.status-tag-new,
.status-tag-warning {
border: 1px solid #FFCC02;
color: #FFCC02;
}
.status-tag-approved,
.status-tag-hired,
.status-tag-success {
border: 1px solid #26AD60;
color: #26AD60;
}
.status-tag-rejected,
.status-tag-error {
border: 1px solid #FF0000;
color: #FF0000;
}
.gamedev.header-notifications.context-menu .context-menu-title {
position: relative;
}
.gamedev.header-notifications.context-menu.active .context-menu-title:after {
transform: rotate(180deg) !important;
}
.gamedev.header-notifications.context-menu .context-menu-title:after {
color: #fff;
opacity: 0.5;
}
.gamedev.header-notifications.context-menu .context-menu-title:after {
content: "\f107";
font-family: "FontAwesome";
margin-left: 7px;
transition: 0.2s;
transform: rotate(0);
display: inline-block;
font-size: 16px;
right: 0;
top: 0;
position: absolute;
color: #999;
}
.gamedev.header-notifications.context-menu .header-notifications-dropdown {
min-width: 120px;
}
.gamedev.header-notifications.context-menu .context-menu-title {
min-width: 100px;
}
.actions-dropdown .gd-icon-more-vert {
font-size: 24px;
line-height: 24px;
}
.gamedev.dashboard-nav .dashboard-nav-inner {
overflow-x: hidden;
overflow-y: hidden;
width: 100%;
max-height: unset;
}
.gamedev.dashboard-nav {
position: relative;
}
.dashboard-content {
margin-left: 0;
}     .gamedev.dashboard-nav {
margin-left: 40px;
margin-top: 30px
}
@media (max-width: 1099px) {
.gamedev.dashboard-nav {
width: 100%;    margin: 0 5%;
transition: unset;
margin-top: 10px;
}   }
@media (max-width: 1099px) {
.dashboard-nav.active ul, .dashboard-nav.active {
opacity: 1;
visibility: visible;
max-height: 9999px;
}
}
.gamedev .small-tag {
font-size: 12px;
}
.job-boosted-icon,
.resume-boosted-icon {
display: inline-block
}
.company-fields-submit-form {  margin-bottom: 30px !important;
}
.job-manager-uploaded-file-preview {
width: 100%;
}
.dashboard-content .dashboard-list-box h4 {
background-color: inherit;
border-bottom: inherit;
border-radius: inherit;
}
.dashboard-content .dashboard-list-box-content {
border: 1px solid #D9D9D9;
border-radius: 8px;
}
.dashboard-content .dashboard-list-box-content.dashboard-list-box-content--no-border {
border: 0;
border-radius: 0;
}
@media (max-width: 768px) {
.gamedev.header-notifications.lang-menu,
.gamedev.header-notifications.user-menu {
display: none;
}
}         .dashboard-content .wc-item-meta .wc-item-meta-label,
.dashboard-content .wc-item-meta p {
display: inline-block;
}
table.shop_table.order_details tr td {
padding: 12px 24px;
}
.dashboard-content .job_listing_preview_title {
box-shadow: none;
box-sizing: border-box;
background: #FFFFFF;
border: 1px solid #D9D9D9;
border-radius: 8px;
}
.dashboard-content .company_preview,
.dashboard-content .resume_preview,
.dashboard-content .job_listing_preview.single_job_listing {
box-shadow: none;
box-sizing: border-box;
background: #FFFFFF;
border: 1px solid #D9D9D9;
border-radius: 8px;
}
input.job-manager-button-edit-listing.gd-button[type="submit"]:hover,
.job_listing_preview_title .gd-button[name="edit_resume"]:hover {
color: #fff;
background-color: #282828;
}
input.job-manager-button-edit-listing.gd-button[type="submit"],
.company_preview_title .gd-button[name="edit_company"],
.job_listing_preview_title .gd-button[name="edit_resume"],
.gd-button.job-manager-button-edit-listing {
background-color: #e4e4e4;
color: #333;
}
.job_listing_preview h1.position_title {
display: block;
}
.job_listing_preview .container.gd-job-single-header-wrapper {
padding: 0;
}
#job_preview #job-details {
margin-left: 10px;
}
.dashboard-content .gamedev .dashboard-list-box h4 {
font-size: 22px;
margin-bottom: 20px;
font-family: Open Sans;
font-weight: 400;
color: #333;
padding: 0;
border-bottom: 0;
}
.dashboard-content .gamedev .dashboard-list-box {
padding: 24px 24px;
background-color: white;
border-radius: 8px;
border: solid #EBEBEB 1px;
}
.dashboard-content .gamedev .dashboard-list-box-static {
padding: 0;
}
.dashboard-content .gamedev .dashboard-list-box.with-icons > ul > li {
padding: 20px 50px;
transition: 0.3s;
position: relative;
}
.dashboard-content .gamedev .dashboard-list-box.with-icons > ul > li.no-icon {
padding: 20px 0;
} .dashboard-content .gamedev .dashboard-list-box.with-icons > ul > li:not(.cleared ) {
border-bottom: 1px solid #eaeaea;
}
.dashboard-content .gamedev .dashboard-list-box.with-icons > ul > li:not(.cleared ):nth-last-child(-n + 1 of .dashboard-content .gamedev .dashboard-list-box.with-icons ul li:not(.cleared )) {
border-bottom: 0;
}
.dashboard-content .gamedev .dashboard-list-box.with-icons > ul > li:not(.cleared ):last-child {
}
.dashboard-content .gamedev .dashboard-list-box.with-icons ul li i.list-box-icon {
left: 0;
}
.dashboard-content .gamedev .dashboard-list-box ul li a.close-list-item {
right: 0px;
}                       #dashboard .pagination ul li span.current {
color: white;
}
#dashboard .pagination ul li span,
#dashboard .pagination ul li a {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 22px;
text-align: center;  color: #888;
padding: 9px 16px;
display: block;
}
.pagination ul.page-numbers li {
display: inline-block;
}
.gamedev #workscout-activities-list .list-box-icon {
font-size: 19px;
}
.dashboard-content .gamedev .dashboard-list-box.with-icons ul li i.list-box-icon {
font-size: 19px;
}
.plan-price .amount,
.plan-price .value {
font-size: 24px;
}
.truncate-text {
width: 250px;
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.ellipsis {     overflow: hidden;
text-overflow: ellipsis;
white-space: initial;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.gd-job-single-header-box .company-name {
margin-top: 0;
}
.job-manager-uploaded-file .mfp-image {
width: 100%;
}
.my-orders {
max-width: 1200px;
}
.my-orders .shop_table tfoot th {
background-color: white;
color: black; }
.my-orders .woocommerce-table__product-name.product-name {
text-align: left;
}
.my-orders .woocommerce-order-details .wc-item-meta {
margin-top: 5px;
}
.job-manager-single-alert-link {
width: 100%;
text-align: center;
box-sizing: border-box;
margin: 22px 0 0 0;
}
.job-manager-single-alert-link a {
font-size: 14px;
line-height: 20px;
margin: 0;
}
.bookmark-wrapper .bookmark-notice { width: 100%;
}
.gd-job-single-header-box .logo img {
object-fit: cover;
width: 200px; display: block;
border-radius: 8px;
}
.app-content img {
object-fit: cover;
}
#job-package-product > .elementor-widget-wrap,
#resume-package-product > .elementor-widget-wrap,
#booster-premium-product > .elementor-widget-wrap,
#booster-hot-product > .elementor-widget-wrap {  align-items: stretch;
align-content: stretch;
}
.search_section .header .tagline {
color: white;
font-size: 23px;
line-height: 35px;
}
.bookmark-wrapper.job-manager-single-alert-link {
margin-top: 0;
}
.bookmark-wrapper.job-manager-single-alert-link a ,
.sent-actions a.gd-bookmark-notice,
.sent-actions a.gd-remove-bookmark {
background: #fcf5d6;
font-weight: 500;
color: #a38948;
border-radius: 3px;
transition: 0.2s;
font-size: 14px;
padding: 14px 20px;
}
.woocommerce ul.products li.plan1.product,
.woocommerce-page ul.products li.plan1.product {
padding: 24px 24px;
background-color: white;
border-radius: 8px;
border: solid #EBEBEB 1px;
overflow: hidden;
}
.woocommerce .gamedev.products ul,
.woocommerce ul.gamedev.products {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}