#candidate-portal {
    display: flex;
    gap: 20px;
}

#sidebar {
    width: 200px;
}

#sidebar ul {
    list-style-type: none;
    padding: 0;
}

#sidebar ul li {
    margin: 10px 0;
}

#sidebar ul li a {
    text-decoration: none;
    color: #0073aa;
}

#content {
    flex: 1;
}

.content-section {
    display: none;
}

.content-section.active {
    display: block;
}

table.dataTable {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
}

table.dataTable th,
table.dataTable td {
    border: 1px solid #ddd;
    padding: 8px;
}

form {
    display: flex;
    flex-direction: column;
}

form label {
    margin-top: 10px;
}

form input, form textarea {
    margin-bottom: 10px;
}
.main-candidate-box {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
}
.candidate-box{
	border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 5%);
    padding: 20px;
    background-color: #fff;
    width: calc(33% - 20px);
    box-sizing: border-box;
    margin-bottom: 20px;
}
.candidate-box h3 {
    margin-top: 0;
	font-size: 25px;
}
.candidate-box h4 {
	font-size: 18px;
}
.awsm-job-single-wrap.awsm-col-2 .awsm-job-content {
    float: left;
    width: 55%;
    padding-right: 15px;
}
.awsm-job-single-wrap.awsm-col-2 .awsm-job-form {
    float: left;
    width: 45%;
    padding-left: 15px;
}
.awsm-job-form-inner {
    background: #fff;
    border: 1px solid #dddfe3;
    padding: 35px;
}
.site-footer{
	position: static !important;
}
label{
	display: block;
    margin-bottom: 10px;
}
input {
    display: block;
    width: 100%;
    font: inherit;
    padding: 8px 15px;
    min-height: 46px;
    border: 1px solid #ccc;
    border-radius: 4px;
    line-height: 1;
    color: #060606;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
[type=checkbox], [type=radio] {
    min-height: 10px;
}
.confirmation-message {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    padding: 10px;
    margin-top: 10px;
}
div#sidebar {
    background: #4f46e5;
}
#sidebar ul li a {
    text-decoration: none;
    color: white;
}
#sidebar ul li {
    padding: 10px 20px;
}
#sidebar ul li:hover {
    background: black;
}
.awsm-grid-item {
    float: left;
    width: 33.333%;
    padding: 0 15px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
}
.awsm-grid-item .awsm-candidate-item {
    margin-bottom: 30px;
    -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 5%);
    border: 1px solid #dddfe3;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
a.awsm-candidate-item {
    text-decoration: none !important;
}
.awsm-candidate-item {
    background: #fff;
    padding: 20px;
    font-size: 14px;
}
a {
    color: #29222f;
}
.awsm-candidate-item h2.awsm-candidate-post-title {
    margin: 0 0 15px;
    font-size: 18px;
    text-align: left;
}
.awsm-candidate-item h2.awsm-candidate-post-title {
    margin-bottom: 5px;
}
h2{
    margin-bottom: 0.5rem;
    font-family: "Poppins";
    font-weight: 500;
    line-height: 1.2;
}
a.awsm-candidate-item .awsm-candidate-specification-item {
    color: #4c4c4c;
}
.awsm-candidate-specification-item>[class^=awsm-candidate-icon-] {
    margin-right: 6px;
}
.awsm-candidate-more-container {
    margin-top: 10px;
}
.awsm-candidate-more-container .awsm-candidate-more span::before {
    content: "\002192";
}
a.edit-link{
	text-decoration: none !important;
}
.awsm-grid-item .awsm-candidate-item {
    margin-bottom: 30px;
    -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 5%);
    border: 1px solid #dddfe3;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.awsm-row {
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    display: flexbox;
    -webkit-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

/* Styling for search form and toolbar */
.cp-candidate-list-toolbar {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.cp-candidate-list-toolbar form {
    margin-right: 10px;
}

.cp-candidate-list-toolbar input[type="text"],
.cp-candidate-list-toolbar select {
    padding: 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 5px;
}

.cp-candidate-list-toolbar button {
    padding: 8px 12px;
    font-size: 14px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cp-candidate-list-toolbar button:hover {
    background-color: #0056b3;
}

/* Icon styles (assuming FontAwesome or similar) */
.cp-candidate-list-toolbar button i {
    margin-right: 5px;
}

form#candidate-search-form input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: #f1f1f1;
}

form#candidate-search-form button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #2196F3;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}


form#candidate-search-form::after {
  content: "";
  clear: both;
  display: table;
}
form#candidate-search-form{
	flex-direction: row;
}
form#candidate-search-form input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: #fff;
    margin-bottom: 0px;
	border-radius: 5px;
}
form#candidate-search-form button {
    float: left;
    width: 20%;
    padding: 10px;
    background: #fff;
    color: white;
    font-size: 17px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}
form#candidate-search-form {
    flex-direction: row;
    border: 1px solid #ccc;
    border-radius: 5px;
}

form#candidate-filter-form {
    flex-direction: row;
}
.cp-candidate-list-toolbar input[type="text"], .cp-candidate-list-toolbar select {
    padding: 11px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
}
.fa-magnifying-glass:before, .fa-search:before{
	color: black;
}
form#candidate-filter-form button {
    padding: 11px 25px;
    background: white;
    color: black;
    border: 1px solid #ccc;
}
#myBtn {
    flex-direction: row;
    margin-left: auto;
}
#myBtn{
    padding: 11px 25px;
    color: white;
    border: 1px solid #032c42;
	background: #032c42;
}
h1.entry-title {
    text-align: center;
    padding-bottom: 75px;
    padding-top: 150px;
}
.cp-candidate-list-toolbar{
	margin-bottom: 75px;
}
input{
	font-family: 'Poppins';
}
.awsm-candidate-item {
    display: flex !important;
    flex-direction: row !important;
}
.right {
    margin-left: auto;
}

.modal {
            display: none; /* Hidden by default */
            position: fixed; /* Stay in place */
            z-index: 1; /* Sit on top */
            left: 0;
            top: 0;
            width: 100%; /* Full width */
            height: 100%; /* Full height */
            overflow: auto; /* Enable scroll if needed */
            background-color: rgb(0,0,0); /* Fallback color */
            background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
            padding-top: 60px;
        }

        /* Modal Content/Box */
        .modal-content {
            background-color: #fefefe;
            margin: 5% auto; /* 15% from the top and centered */
            padding: 20px;
            border: 1px solid #888;
            width: 50%; /* Could be more or less, depending on screen size */
        }

        /* The Close Button */
        .close {
            color: #aaa;
            float: right;
            font-size: 28px;
            font-weight: bold;
        }

        .close:hover,
        .close:focus {
            color: black;
            text-decoration: none;
            cursor: pointer;
        }
.row {
    display: flex;
    column-gap: 30px;
}
.form-field {
    flex: 1;
}
.popup {
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0,0,0,0.4);
        }
        .popup-content {
            background-color: #fff;
            margin: 15% auto;
            padding: 20px;
            border: 1px solid #888;
            width: 50%;
            max-width: 600px;
            text-align: center;
        }
        .close {
            color: #aaa;
            float: right;
            font-size: 28px;
            font-weight: bold;
        }
        .close:hover,
        .close:focus {
            color: black;
            text-decoration: none;
            cursor: pointer;
        }
table.generated-links-table th {
    text-align: left;
    font-family: 'Poppins';
    font-size: 18px;
}
table {
    font-family: 'Poppins';
}
table td{
	vertical-align: middle !important;
}
td.candidate-name{
	font-weight: 700;
    font-size: 16px;
}
td.candidate-name {
    width: 60%;
}
div#success-message {
    padding: 10px;
    font-family: 'Poppins';
    background: green;
    color: white !important;
    text-align: center;
}
button.tab-button {
    background: white;
    border-color: #032c42;
    color: #032c42;
    font-family: 'Poppins';
	border-radius: 5px;
}
button.tab-button.active {
    background: #032c42;
    border-color: #032c42;
    color: white;
    font-family: 'Poppins';
}
div.tab-content {
    padding: 15px 0px;
    font-family: 'Poppins';
    font-size: 20px;
}
[type=button], [type=submit], button{
	color: #032c42;
}
a.awsm-candidate-name{
	color: #032c42;
}
button#copy-link, button.edit-job-order, button.delete-job-order, button.edit-location, button.delete-location {
    color: #032c42 !important;
    border-color: #032c42;
}
button#copy-link:hover, button.edit-job-order:hover, button.delete-job-order:hover, button.edit-location:hover, button.delete-location:hover {
    background: #032c42 !important;
	color: white !important;
}
a#page-link{
	color: #032c42;
}
button#submit{
	color: #032c42 !important;
    border-color: #032c42;
}
button#submit:hover{
	background: #032c42 !important;
	color: white !important;
}
.edit-candidate span a{
	color: #032c42 !important;
}
i.fas.fa-pencil-alt{
	color: #032c42 !important;
}
a.resume{
	color: #032c42 !important;
}
input.update-candidate{
	color: #032c42 !important;
    border-color: #032c42;
}
input.update-candidate:hover{
	background: #032c42 !important;
	color: white !important;
}
input.add-candidate{
	color: #032c42 !important;
    border-color: #032c42;
}
input.add-candidate:hover{
	background: #032c42 !important;
	color: white !important;
}
button.view-status-button{
	color: #032c42 !important;
    border-color: #032c42;
}
button.view-status-button:hover{
	background: #032c42 !important;
	color: white !important;
}
td.view-page a{
	color: #032c42 !important;
}
button.copy-link-button{
	color: #032c42 !important;
    border-color: #032c42;
}
button.copy-link-button:hover{
	background: #032c42 !important;
	color: white !important;
}
a.fc-daygrid-event.fc-daygrid-dot-event.fc-event.fc-event-start.fc-event-end.fc-event-past{
	color: #032c42 !important;
}
a.fc-daygrid-event.fc-daygrid-dot-event.fc-event.fc-event-start.fc-event-end.fc-event-future{
	color: #032c42 !important;
}
input#sc-meeting{
	color: #032c42 !important;
    border-color: #032c42;
}
input#sc-meeting:hover{
	background: #032c42 !important;
	color: white !important;
}
input#rj-meeting{
	color: #032c42 !important;
    border-color: #032c42;
}
input#rj-meeting:hover{
	background: #032c42 !important;
	color: white !important;
}
button#reject-candidate-button{
	color: #032c42 !important;
    border-color: #032c42;
}
button#reject-candidate-button:hover{
	background: #032c42 !important;
	color: white !important;
}
div#modal-tabs {
    display: flex;
    flex-direction: column;
    width: 200px;
}
div#status-modal {
    display: flex;
}
div#modal-content {
    width: 65%;
    padding-left: 20px;
}
button.tab-button {
    margin: 0 0 15px;
    font-size: 18px;
    text-align: left;
}
button.tab-button:hover {
    background: #032c42;
    color: white;
}
h3.status-update {
    text-align: center;
    background: #032c42;
    padding: 10px;
    margin-top: 30px;
    color: white;
}
a.view-profile-button{
    color: #032c42;
    border: 1px solid #032c42;
	padding: 10px 15px;
	text-decoration: none !important;
}
a.view-profile-button:hover{
    background: #032c42;
    color: white;
}
div.timezone-dd{
	width: 50%;
	margin-bottom: 20px;
}
a.view-profile-button {
    border-radius: 5px;
}
h3.accepted{
	background: #1F6E40 !important;
}
h3.rejected{
	background: #D9534F !important;
}
.go-back-arrow {
    position: absolute;
    left: 15%;
    top: 37%;
    transform: translateY(-50%);
    font-size: 24px; /* Adjust size as needed */
    text-decoration: none;
    color: #032c42; /* Adjust color as needed */
	font-family: 'Poppins';
}
span.awsm-candidate-status-term.rejected-term {
    background: red;
    padding: 5px;
    color: white;
    border-radius: 5px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}
span.awsm-candidate-status-term.meeting-term {
    background: green;
    padding: 5px;
    color: white;
    border-radius: 5px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}
span.awsm-candidate-status-term.no-term {
    background: grey;
    padding: 5px;
    color: white;
    border-radius: 5px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}