/**
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: "Montserrat", Sans-serif;
}
body{
    font-family: "Montserrat", Sans-serif !important;
}
.content {
    width: 100%;
    overflow: hidden;
}
.row {
    margin: 0 !important;
}
.col-4 {
    width: 32.333333% !important;
}
.emp-30{
    height: 30px;
}
nav#header {
    background-color: #fff !IMPORTANT;
}
#main {
    margin-top: 0 !important;
}
.inner-sidebar {
    background-color: var(--primary);
    height: auto;
    padding: 70px 0px;
    min-height: 100vh;
    padding-right: 0px !IMPORTANT;
}
.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: #121478;
    font-weight: 500;
    font-size: 14px;
    display: block;
}
.sidebar-menu ul .current-menu-item {
    background-color: #23257c;
}
.sidebar-menu ul .current-menu-item a {
    color: #fff;
}
.sidebar-menu ul {
    list-style-type: none !important;
    padding-left: 20px;
    text-align: center;
}
.sidebar-menu ul li:hover {
    background-color: #23257c;
}
.sidebar-menu ul li:hover a {
    color: #fff;
}
/* Top bar */
.top-bar {
    position: absolute;
    top: 0;
    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;
    border: none !important;
    width: 45%;
}

/* Inner Div */
.inner-content {
    padding-top: 50px;
}
.inner-content-div {
    padding: 30px 40px !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;
  }
  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: 150px;
    height: 150px;
    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;
}
.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;
}
.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;
}
/*  */
#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: #fff;
    margin-bottom: 20px;
}
.decl-div label {
    width: 92%;
    margin-left: 15px;
    line-height: 24px;
    font-size: 16px;
}
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;
}
.user-name {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #09356b;
    margin-top: 15px;
}
/* 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;
}
}