/**
Theme Name: ATS Resume
Theme URI: https://them.es/starter
Author: ATS Resume
Author URI: http://1cv.in/
Description: Custom Theme Functionlity for ATS Resume
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ats-web
Template: ats-web
*/

/* Custom Style */
/* Header */

:root {
  --primary: #4C4EA4;
  --secondary: #00b;
    font-family: "Roboto", Sans-serif;
}
body{
    font-family: "Roboto", Sans-serif !important;
}
.content {
    width: 100%;
    overflow: hidden;
}
.row {
    margin: 0 !important;
}
.col-4 {
    width: 32.333333% !important;
}
.emp-30{
    height: 30px;
}
.emp-20{
    height: 20px;
}
.emp-10{
    height: 10px;
}
.emp-5{
    height: 5px;
}
nav#header {
    background-color: #fff !IMPORTANT;
}
#main {
    margin-top: 0 !important;
}
.inner-sidebar {
    height: auto;
    padding: 0px 0px;
    min-height: 100vh;
    padding-right: 0px !IMPORTANT;
     box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
     background-color:#f5f9fc;
}
.sidebar-menu ul {
    list-style-type: none !important;
}
.sidebar-menu ul li {
    font-size: 16px;
    font-weight: 500;
    /*fill: #EEF3F8;*/
    color: #EEF3F8;
    /*background-color: #e2e2e5;*/
    border-radius: 10px 0px 0px 10px;
    /*margin-bottom: 10px;*/
    padding: 10px 12px;
}
.sidebar-menu ul li a {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    display: block;
}
.sidebar-menu ul .current-menu-item {
    background-color: #fff;
}
.sidebar-menu ul .current-menu-item a {
    color: #000;
}
.sidebar-menu ul {
    list-style-type: none !important;
    padding-left: 20px;
    text-align: left;
}
.sidebar-menu ul li:hover {
    background-color: #23257c;
}
.sidebar-menu ul li:hover a {
    color: #fff;
}
/*New sidebar menu */
.menu-list ul {
    padding-left: 10px;
    list-style-type: none;
}
.menu-list ul li {
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: 500;
}
.menu-list ul li a {
        color: #000;
    display: block;
}
.menu-list {
    padding-left: 20px;
}
.menu-list ul li a i {
    color: #7d7d7d;
   width: 25px;
}
.menu-list h6 {
    font-size: 15px !IMPORTANT;
    color: #0092eb;
    padding-left: 15px;
}
.menu-list li:hover a {
    color: #0098ef;
}
.menu-list li:hover a i {
    color: #0098ef;
}
/* Topbar */
.top-bar {
    position: absolute;
    top: 5px;
    width: 84% !important;
    right: 0;
    /*background-color: #474fa1;*/
    color: #fff;
}
.top-bar .row {
    height: 70px;
    vertical-align: middle;
    align-items: center;
}
.user-menu {
    text-align: right;
    padding-right: 25px;
}
.user-menu button#dropdownMenu2 {
    background-color: #1b2679 !important;
    border: none !important;
    width: 45%;
    padding: 12px;
    border-radius: 20px;
}

/* Inner Div */
.inner-content {
   /*background-color: #fff;*/
   padding: 20px 0px;
    margin-top: 0px;
    /*border-radius: 10px;*/
    /*box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
}
.inner-content-div {
    padding: 0px 20px !important;
    margin-top: 0px !IMPORTANT;
}

/* Forms CSS */
input[type=text], select, input[type=email], input[type=date], input[type=url] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    height: 45px;
    background-color:#f1f5f7;
  }
 input:focus-visible {
    outline-color: #2196f3;
}
  textarea{
    width: 100%;
  }
  .fields-cols.col-12 {
    width: 97%;
 }
  input[type=submit] {
    background-color: #2490ef;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  input[type=submit]:hover {
    background-color: #1884e2;
  }
  .fields-cols {
    width: 48%;
    display: inline-block;
    padding: 5px 15px 5px 0px;
}
.fields-cols label {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    font-weight: 600;
    font-size: 14px;
    margin-right: 14px;
}
form#create_post {    
    padding: 25px 0px;   
    border-radius: 20px;
}

/*Profile Pic Start*/
.picture-container {
    position: relative;
    cursor: inherit;
    text-align: center;
}
.picture{
    width: 120px;
    height: 120px;
    background-color: #999999;
    border: 4px solid #CCCCCC;
    color: #FFFFFF;
    border-radius: 50%;
    margin: 0px auto;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.picture:hover{
    border-color: #2ca8ff;
}
.photo-section {
    text-align: center;
    /*background-color: #fff;*/
    margin: 0px 10px 15px;
    padding: 10px 0px 0px;
    /*box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
    /*border-radius: 0px 0px 30px 30px;*/
}
.cstm-btn-img {
    background-color: #ffc107 !IMPORTANT;
    padding: 5px 8px !important;
    color: #000 !IMPORTANT;
    font-size: 11px;
    font-weight: 500;
    margin: 8px auto;
    width: 50%;
    border-radius: 50px!important;
    line-height: 15px;
}
.cstm-btn-img.updPic {
    background-color: #009688 !IMPORTANT;
    color: #fff !IMPORTANT;
}
.content.ct-wizard-green .picture:hover{
    border-color: #05ae0e;
}
.content.ct-wizard-blue .picture:hover{
    border-color: #3472f7;
}
.content.ct-wizard-orange .picture:hover{
    border-color: #ff9500;
}
.content.ct-wizard-red .picture:hover{
    border-color: #ff3b30;
}
.picture input[type="file"] {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    width: 20%;
    right: 0;
    margin: 0 auto;
     cursor: pointer;
}

.picture-src{
    width: 100%;
    
}

/* Switch Button */
.fields-cols label {
    width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
}
.btn-toggle {
    width: 32%;
 /* background-color: #4caf50; */
    border: none;
    padding: 6px;
    font-weight: 600;
    color: #fff;
border-radius:10px;
}
.privateBtn {
    background-color: #ff9800;
}
.publicBtn {
    background-color: #4caf50;
}
/* .btn-toggle.private-view {
    background-color: #ff9800;
} */
.switch-field {
    display: flex;
    margin-bottom: 15px;
    overflow: hidden;
    width: 50%;
    margin-top: 5px;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	background-color: #e4e4e4;
	color: rgba(0, 0, 0, 0.6);
	font-size: 16px;
	line-height: 1;
	text-align: center;
	padding: 14px 16px;
	margin-right: -1px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	transition: all 0.1s ease-in-out;
    margin-bottom: 0;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: var(--primary);
	box-shadow: none;
	color: #fff;
}

.switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}
/* Experience page  */
.exp-headings {
    margin: 20px 0px;
    background-color: var(--primary);
    color: #fff;
    padding: 5px 10px;
    width: 100%;
    font-size: 17px;
}
.field-section {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
    align-items: center;
}
.fields-cols.cols-1 {
    width: 99%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding-right:0;
}
.fields-cols.cols-2 {
    width: 49%;
}
.fields-cols.cols-3 {
    width: 32%;
}
.lang-checks {
    flex: 0 0 23%;
    background-color: #f2f2f2;
    text-align: center;
    margin: 10px;
    padding: 15px;
    border: 1px solid #d2d2d2;
    border-radius: 10px;
}
.cstm-choice-input {
    width: 20px;
    height: 20px;
    margin-bottom: 15px;
}
.cstm-radio-input {
    width: 20px;
    height: 20px;
    margin-bottom: 15px;
}
.radio-btns {
    display: inline-flex;
    flex-wrap: wrap;
    margin-right: 5px;
    padding: 10px 0px;
}
div#wp-abtme-wrap {
    width: 100%;
}
/*  */
#user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a, #user-registration.horizontal .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a {
    background-color: #1b2679;
    color: #fff;
}
.ur-frontend-form #ur-submit-message-node {
    background-color: #fff !important;
}
div#user-registration {
    margin-top: 0px;
}
button.user-registration-submit-Button {
    background-color: #1b2679;
    color: #fff;
    border-radius: 50px;
    padding: 7px 20px !IMPORTANT;
    margin-top: 20px;
}
button.user-registration-submit-Button:hover {
    background-color: #474fa1 !important;
    color: #fff;
}
#user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link a {
    background-color: #fffdfd;
    color: #000;
    margin-right: 10px;
    border: 1px solid #ebebeb;
}
.dash-table tr td {
    background-color: #e2e2e5;
    border: 1px solid #23257c;
    vertical-align: middle;
}
.dash-heading {
    padding-bottom: 15px;
    
}
.login-required {
    text-align: center;
    background-color: #40509e;
    padding: 50px;
    width: 50%;
    margin: 10% auto;
}
.login-required h3 {
    color: #fff;
}
.pom-small-white {
    width: 0 !important;
    height: 0 !important;
}
.declaration-check {
    width: 25px;
    height: 25px;
}
.decl-div {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    /*background-color: #40509e;*/
    padding: 10px;
    color: #000;
    margin-bottom: 10px;
}
.decl-div label {
    width: 93%;
    margin-left: 15px;
    line-height: 21px;
    font-size: 14px;
    margin-top: 10px;
}
input.declaration-check {
    width: 35px;
    height: 35px;
}
.hide-desk{
	display: none;
}
ul#menu-my-account {
    background-color: #0092eb;
    padding: 0;
}
ul#menu-my-account li {
    display: block;
    width: 100%;
font-size:14px;
}
ul#menu-my-account li a {
    color: #fff;
	display: block !important;
}
ul#menu-my-account li:hover {
    background-color: #474fa1;
}
ul#menu-my-account li.current-menu-item {
    background-color: #0d2776 !IMPORTANT;
}
.work-duties .srt-heading {
    width: 100%;
    display: block;
}
.msg-tab th {
    background-color: #e2e2e5;
    border: 1px solid #23257c;
    vertical-align: middle;
}
.section-list-2 {
    list-style-type: none;
    padding: 0;
}
.section-list-2 p {
    font-size: 14px;
    margin-top: -3px;
    margin-bottom: 5px;
}
.edit-exp-modal {
    position: absolute;
    right: 30px;
    background-color: #4c4ea4;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
}
.edit-exp-modal:hover {
    color: #fff;
}
hr {
    color: #a7a7a7;
}
.del-exp-modal {
    position: absolute;
    right: 30px;
    background-color: #FF5722;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
    margin-top: 40px;
}
.inl-div {
    width: 30%;
    display: inline-grid;
    justify-content: space-around;
    margin-right: 10px;
}
/* New backend */
.cstm-top-btn {
    background-color: #053b69;
    padding: 10px 20px;
    margin-left: 0px;
    border-radius: 50px;
}
.cstm-top-btn ul {
    list-style-type: none;
    padding: 0 10px;
    display: flex;
    margin: 0;
     justify-content: space-between;
}
.cstm-top-btn ul li {
    margin-right: 10px;
    text-transform: uppercase;
    padding: 2px;
}
.cstm-top-btn ul li a {
    color: #fff;
     font-weight: 600;
    font-size: 13px;
}
.cstm-top-btn i {
    font-size: 13px;
    margin-right: 5px;
}
.lgout {
    background-color: #ffc107;
    border-radius: 50px;
    padding: 7px 10px 7px 19px;
    text-align: center;
    max-width: 14%;
}
.lgout ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0px;
}
.lgout ul li a {
    display: block;
    width: 100%;
    color: #000 !IMPORTANT;
    padding: 6px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}
/* Mobile CSS */
@media only screen and (max-width: 700px)
{
.dash-table tr {
    display: grid;
}
	.col-md-2.inner-sidebar {
    display: none;
}
.inner-content-div {
    padding: 30px 15px !important;
}
.top-bar {
    width: 100% !important;
}
.fields-cols.cols-2 {
    width: 100%;
}
.switch-field {
    width: 80%;
}
.hide-desk{
	display: inherit !important;
}
.hide-mob{
		display : none !important;
	}
	.inner-content {
    padding-top: 100px;
}
.fields-cols.cols-3 {
    width: 100%;
}
.fields-cols {
    width: 100%;
}
.btn-row .inl-btn {
    margin: 10px auto !important;
}
}
/*
	get rid of the fieldset styling and keep
	this all on a single line
*/
.radio-switch {
	border: none;
	    margin: 15px 10px;
	padding: 0;
	white-space: nowrap;
}

/**
 * Inner wrapper to set a position relative for the inputs
 * that need to be position absolute.
 * display inline-block kees the wrapper only as wide
 * as the radio switch within.
 */
.radio-switch__inner {
	display: inline-block;
	position: relative;
}

/*
	radio button groups often benefit from a legend to
	provide context as to what the different
	options pertain to. Ideally this would be visible to all
	users, but you know...
*/
.radio-switch--hide-legend legend {
	font-size: 2px;
	opacity: 0;
	position: absolute;
}

/*
	relative labels to help position the pseudo elements
	the z-index will be handy later, when the labels that
	overlap the visual switch UI need to be adjusted
	to allow for a user to toggle the switch without
	having to move their mouse/finger to the different
	sides of the UI
*/
.radio-switch label {
	display: inline-block;
	line-height: 2;
	position: relative;
	z-index: 2;
}

/*
	inputs set to opcacity 0 are still accessible.
	Apparently there can be issues targetting inputs with
	Dragon speech recognition software if you use the typical
	'visually-hidden' class...so might as well just avoid that issue...
*/
.radio-switch input {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: none;
	height: 100%;
	opacity: .00001;
	position: absolute;
	top: 0;
	width: 30%;
	z-index: 3;
}

.radio-switch input:first-of-type {
	left: 0;
}

.radio-switch input:last-of-type {
	right: 0;
}

.radio-switch input:not(:checked):hover + label {
	/*text-decoration: underline;*/
}

/*
	a 2 option toggle can only have 2 options...so instead of
	adding more classes, i'm just going to use some
	structural pseudo-classes to target them...
	cause why let all that good work go to waste?!

  the large padding is used to position the labels
  on top of the visual UI, so the switch UI itself
  can be mouse clicked or finger tapped to toggle
  the current option
*/
.radio-switch label:first-of-type {
	padding-right: 5em;
}

.radio-switch label:last-child {
	margin-left: -4.25em;
	padding-left: 5em;
}

/*
	oh focus within, I can't wait for you to have even more support.
	But you'll never be in IE11, so we're going to need a
	polyfill for you for a bit...
 */
.radio-switch:focus-within label:first-of-type:after {
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px #2196f3;
}

/* polyfill class*/
.radio-switch.focus-within label:first-of-type:after {
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px #2196f3;
}

/* making the switch UI.  */
.radio-switch label:first-of-type:before,
.radio-switch label:first-of-type:after {
	border: 1px solid #aaa;
	content: "";
	height: 2em;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	vertical-align: middle;
}

.radio-switch label:first-of-type:before {
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 100%;
	position: absolute;
	right: 0;
	transition: right .2s ease-in-out;
	width: 2em;
	z-index: 2;
}

/* IE11 has some weirdness in how it's calculating the right positioning
   of the switch knob.  this hacky workaround is fitting for the hacky browser :) */
_:-ms-fullscreen, :root .radio-switch label:first-of-type:before {
	right: -.2em;
}

.radio-switch label:first-of-type:after {
	background: #F44336;
	border-radius: 1em;
	margin: 0 1em;
	transition: background .2s ease-in-out;
	width: 4em;
}

/*
	Visually change the switch UI to match the
	checked state of the first radio button
*/
.radio-switch input:first-of-type:checked ~ label:first-of-type:after {
	background: #2196f3;
}

.radio-switch input:first-of-type:checked ~ label:first-of-type:before {
	right: 2em;
}

/* IE11 hack for correct positioning */
_:-ms-fullscreen, :root .radio-switch input:first-of-type:checked ~ label:first-of-type:before {
	right: 1.8em;
}

/* Move the 2nd label to have a lower z-index, so when that
   option is toggled, the first label will overlay on top of the
   Switch ui, and the switch can be pressed again to toggle back
   to the prevoius state. */
.radio-switch input:last-of-type:checked ~ label:last-of-type {
	z-index: 1;
}


/* 'color in' the switch knob in high contrast mode by giving it
   a large border */
@media screen and (-ms-high-contrast: active) {
	.radio-switch label:first-of-type:before {
		background-color: windowText;
		border: 1em solid transparent;
		/* firefox doesn't respect the bg color,
		   so the border fills the knob */
	}

	.radio-switch:focus-within label:first-of-type:after {
		outline: 2px solid;
		outline-offset: 3px;
	}

	/* polyfill class*/
	.radio-switch.focus-within label:first-of-type:after {
		outline: 2px solid;
		outline-offset: 3px;
	}
}
.field-section-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.field-section-2 label {
    font-weight: 600;
    font-size: 13px;
}
.field-section-2 .cols-3 {
    width: 23.5%;
    background-color: #f1f5f7;
    /*padding: 10px;*/
    text-align: center;
    /*box-shadow: 0 0 2px grey;*/
}
.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid label, .ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid legend {
    margin-left: 5px;
    color: #000000 !Important;
    font-weight: 300 !Important;
}
.fields-cols.cols-1 #wp-duties-wrap {
    width: 100%;
}
.user-registration-EditAccountForm.edit-password input {
    background-color: #f1f5f7;
}