@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");

/* For Dashbord */
body {
    background: #f5f6fa;
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    color: #222f36;
}

button.humbuger-icon {
    background: transparent;
}

button:focus {
    outline: none !important;
}

img {
    max-width: 100%;
}

.container {
    width: 770px;
}

.btn:focus {
    box-shadow: none !important;
}

.table-wrapper {
    background: #fff;
    margin: 30px 0;
    border-radius: 4px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border: 1px solid #f3f2f9;
}

.table-title h2 {
    margin: 5px 0 0;
    font-size: 24px;
}

.table-title .btn-group {
    float: right;
}

.table-title .btn {
    color: #fff;
    float: right;
    font-size: 13px;
    border: none;
    min-width: 50px;
    border-radius: 4px;
    border: none;
    outline: none !important;
    margin-left: 10px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.table-title .btn i {
    float: left;
    font-size: 21px;
    margin-right: 5px;
}

.table-title .btn span {
    float: left;
    margin-top: 0px;
}

.table-outer-wrapper {
    overflow: auto;
}

table.table tr th,
table.table tr td {
    border-color: #f3f2f9;
    padding: 12px 15px;
    vertical-align: middle;
    font-size: 16px;
    color: #222f36;
    line-height: 1.35;
}

table.table tr th {
    font-size: 13px;
    border-top: none;
    white-space: nowrap;
}

table.table tr td {
    font-weight: 500;
    font-size: 14px;
    padding: 8px 15px;
}

table.table tr td p {
    margin-bottom: 0px;
}

table.table tr td strong {
    font-weight: 600;
}

/* table.table tr th:first-child {
    width: 300px;
} */
table.table tr th:last-child {
    width: 100px;
    text-align: center;
}

table.table tr td:last-child {
    text-align: center;
}

table.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fcfcfc;
}

table.table-striped.table-hover tbody tr:hover {
    background: #f5f5f5;
}

table.table th i {
    font-size: 13px;
    margin: 0 5px;
    cursor: pointer;
}

table.table td:last-child i {
    opacity: 0.9;
    font-size: 30px;
    margin: 0 5px;
}

table.table td a {
    font-weight: bold;
    color: #566787;
    display: inline-block;
    text-decoration: none;
    outline: none !important;
}

table.table td a:hover {
    color: #2196f3;
}

table.table td a.edit {
    color: #ffc107;
}

table.table td a.delete {
    color: #f44336;
}

table.table .avatar {
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}

/* Tag span colors */
.table .tag-span.bg-theme,
.table .tag-span {
    background-color: rgba(115, 93, 255, 0.15) !important;
    color: #735dff;
    border-radius: 4px;
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    min-width: 100px;
    font-weight: 500;
}

.table .tag-span.bg-warning {
    background-color: rgba(255, 154, 19, 0.15) !important;
    color: #ff9a13;
}

.table .tag-span.bg-info {
    background-color: rgba(12, 156, 252, 0.15) !important;
    color: #0c9cfc;
}

.table .tag-span.bg-orange {
    background-color: rgba(255, 90, 41, 0.15) !important;
    color: #ff5a29;
}

/* tag span color end */

.pagination {
    float: right;
    margin: 0 0 5px;
    gap: 6px;
}

.pagination li {
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    color: #222f36;
    min-height: 30px;
    border: none;
}

.pagination li a {
    border: none;
    font-size: 15px;
    min-width: 30px;
    min-height: 30px;
    font-weight: 600;
    color: #222f36;
    margin: 0 2px;
    line-height: 30px;
    border-radius: 2px !important;
    text-align: center;
    padding: 0 6px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination li a:hover {
    color: #735dff;
}

.pagination li.active a,
.pagination li.active a.page-link {
    background: #735dff;
    color: #fff;
}

.page-item.active .page-link {
    background: #735dff;
    color: #fff;
    border: none;
}

.pagination li.active a:hover {
    background: #735dff;
    color: #fff;
}

.pagination li.disabled i {
    color: #ccc;
}

.pagination li i {
    font-size: 16px;
    padding-top: 6px;
}

.hint-text {
    float: left;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
}

/* Modal styles */
div#spinner-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
}

#spinner-overlay .spinner-border {
    border-color: rgba(115, 93, 255, 1);
    border-right-color: transparent;
}

.modal {
    height: auto;
    overflow: hidden;
}

.modal .modal-dialog {
    max-width: 400px;
    margin: 10px auto;
}

.modal .modal-content {
    border-radius: 3px;
    border: 0px;
}

.modal .modal-footer {
    border-radius: 0 0 3px 3px;
}

.modal .modal-title {
    display: inline-block;
    font-size: 18px !important;
    font-weight: 600 !important;
}

.modal .form-control {
    border-radius: 2px;
    box-shadow: none;
    border-color: #dddddd;
}

.modal textarea.form-control {
    resize: vertical;
}

.modal .btn {
    border-radius: 2px;
    min-width: 100px;
}

.modal form label {
    font-weight: normal;
}

.modal-header {
    padding: 1rem 1.25rem !important;
    border-bottom: 1px solid #f3f2f9;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    align-items: center;
}

.modal .modal-title {
    font-weight: 500;
    line-height: 1;
    color: #222f36;
    font-size: 1rem;
}

.modal-body {
    padding: 1rem;
    max-height: calc(100vh - 152px) !important;
    overflow: auto;
}

.modal-footer > * {
    margin: 4px !important;
}

.modal-footer {
    padding: 1rem 1.25rem;
    border-top: 1px solid #f3f2f9;
}

.modal form label {
    color: #222f36;
    font-size: 0.8rem;
    font-weight: 500;
}

.modal .form-control {
    border-color: #e2e6f1;
    color: #222836;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.7;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
    height: auto;
    min-height: 36.09px;
}

.tag-container {
    display: flex;
    flex-wrap: wrap;
    padding: 16px;
    border: 1px solid #e2e6f1;
    border-radius: 5px;
}

.tag-container input {
    margin-top: 6px;
}

.tag {
    background-color: #735dff;
    color: #fff;
    padding: 2px 4px;
    margin: 2px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    height: 20px;
    font-size: 14px;
}

.tag .remove-tag {
    margin-left: 5px;
    cursor: pointer;
}

.tag-span {
    display: inline-block;
    /* background-color: #f0f0f0; */
    color: #333;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.9em;
}

.alert {
    font-size: 0.8rem;
    font-weight: 500;
    padding: 0.5rem;
}

/* CSS for making modal body scrollable FOR TRAINING MODAL */
.custom-modal-body {
    max-height: 400px;
    overflow-y: auto;
}

.custom-alert {
    position: fixed;
    right: 15px;
    margin: auto;
    width: fit-content;
    top: 15px;
    z-index: 99;
    max-width: calc(100% - 30px);
}

/* for toggle button */
.toggle-btn {
    cursor: pointer;
    font-size: 48px;
    color: #757575;
    transition: color 0.3s;
}

.toggle-btn.active {
    /* color: #2196f3; */
    color: #735dff;
}

/* For Success and Failure msg */
#message {
    position: fixed;
    top: 20px;
    /* Adjust this based on where you want the message to appear vertically */
    right: 0;
    width: 50%;
    /* Half of the screen width */
    background-color: green;
    /* Success background color */
    color: white;
    padding: 10px;
    border-radius: 5px 0 0 5px;
    /* Rounded corners on the left side */
    display: none;
    /* Initially hidden */
    z-index: 9999;
    /* Ensure it's on top of other elements */
    text-align: center;
}

.material-icons {
    font-size: 24px;
    /* Adjust size if needed */
}

/* Organization table linking Css */
.navigate-link {
    text-decoration: none;
    color: inherit;
}

.navigate-link:hover {
    text-decoration: underline;
    color: #735dff !important;
}

/* Login Form Css */
.login-container {
    width: 570px !important;
    margin: auto;
}

.login-wrapper {
    background: #fff;
    padding: 50px 50px;
    margin: 30px 0;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.login-title {
    padding-bottom: 15px;
    background: #435d7d;
    color: #fff;
    padding: 16px 30px;
    margin: -20px -25px 10px;
    border-radius: 3px 3px 0 0;
}

.login-title h2 {
    margin: 5px 0 0;
    font-size: 24px;
}

.login-title .btn-group {
    float: right;
}

.login-title .btn {
    color: #fff;
    float: right;
    font-size: 13px;
    border: none;
    min-width: 50px;
    border-radius: 2px;
    border: none;
    outline: none !important;
    margin-left: 10px;
}

.login-title .btn i {
    float: left;
    font-size: 21px;
    margin-right: 5px;
}

.login-title .btn span {
    float: left;
    margin-top: 2px;
}

/* User form Css */
.user-container {
    width: 870px !important;
    margin: auto;
}

.user-wrapper {
    background: #fff;
    padding: 50px 50px;
    margin: 30px 0;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.login-title {
    padding-bottom: 15px;
    background: #435d7d;
    color: #fff;
    padding: 16px 30px;
    margin: -20px -25px 10px;
    border-radius: 3px 3px 0 0;
}

.login-title h2 {
    margin: 5px 0 0;
    font-size: 24px;
}

.login-title .btn-group {
    float: right;
}

.login-title .btn {
    color: #fff;
    float: right;
    font-size: 13px;
    border: none;
    min-width: 50px;
    border-radius: 2px;
    border: none;
    outline: none !important;
    margin-left: 10px;
}

.login-title .btn i {
    float: left;
    font-size: 21px;
    margin-right: 5px;
}

.login-title .btn span {
    float: left;
    margin-top: 2px;
}

/* User table Css */
/* table.user-table tr th:first-child {
    width: 150px !important;
} */

/* Training table */

/* .training-table-wrapper {
    background: #fff;
    padding: 50px 0px;
    margin: 30px 0;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

#training-table-title {
    margin : -10px -100px 10px !important;
} */

/* .training-table tr th:first-child {
    margin-left: 110px!important;
} */

/* .training-table-title{
    padding-bottom: 15px;
    background: #435d7d;
    color: #fff;
    padding: 16px 30px;
    margin: -20px -25px 10px;
    border-radius: 3px 3px 0 0;
} */

/* table.training-table tr th:first-child {
    width: 152px !important;
} */

.side-nav {
    position: fixed;
    left: 0px;
    width: 250px;
    height: 100%;
    top: 0px;
    margin: 0px;
    border-right: 1px solid #e6eff1;
    background-color: #fff;
    transition: 0.2s all linear;
    z-index: 1;
}

body.menu-close .side-nav {
    transform: translateX(-100%);
    transition: 0.2s all linear;
}

.menu-close .center-page {
    padding-left: 0;
    transition: 0.2s all linear;
}

.logo {
    border-bottom: 1px solid #e6eff1;
    height: 68px;
}

.navbar {
    background-color: #fff !important;
}

.header-main {
    border-bottom: 1px solid #e6eff1;
    background-color: #fff !important;
    height: 68px;
    display: flex;
    align-items: center;
    padding: 4px 15px;
}

.center-page {
    padding-left: 250px;
    transition: 0.2s all linear;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.footer-copyright {
    color: #222f36;
    font-size: 15px;
}

.footer-copyright a {
    color: #735dff;
    font-size: 15px;
}

.footer-copyright {
    text-align: center;
}

.logo {
    text-align: center;
    padding: 10px;
}

.logo p {
    margin: 0px;
    padding-top: 5px;
}

.sidebar-nav li a {
    padding: 10px;
    font-size: 16px;
    line-height: 1.2;
    text-decoration: none;
    color: #333;
    display: block;
}

.sidebar-nav li a:hover {
    background-color: #eee;
}

main {
    padding: 0 15px;
}

.sidebar-link .nav-item {
    padding: 0 15px 10px 15px;
}

.nav-link {
    font-size: 16px;
    color: #61748f;
    padding: 10px 12px;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    border-radius: 6px;
    font-weight: 500;
}

.nav-link:hover {
    background-color: #735dff;
    color: #fff;
}

.nav-link.active {
    background-color: #735dff;
    color: #fff;
}

.nav-link.active svg path {
    fill: #fff;
}

.sidebar-link .nav {
    padding-top: 20px;
}

.table-title h2 {
    margin: 0px;
    font-size: 20px;
    color: #222f36;
    font-weight: 600;
}

.table-title {
    padding: 16px;
    border-bottom: 1px solid #f3f2f9;
}

.table-title .row {
    align-items: center;
}

.btn-blue {
    background-color: rgba(115, 93, 255, 0.2);
    color: #735dff !important;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    font-size: 14px;
    border-radius: 4px;
    box-shadow: none !important;
}

.btn-dark-blue {
    background-color: rgba(115, 93, 255, 1);
    color: #fff !important;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    font-size: 14px;
    border-radius: 4px;
}

.btn-dark-blue:hover {
    background-color: rgba(115, 93, 255, 0.9);
    border-color: rgba(115, 93, 255, 1);
}

.btn-blue span {
    font-size: 14px;
    margin-top: 0px;
}

.btn-orange {
    background-color: #ff5a29;
    color: #fff !important;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    font-size: 14px;
    border-radius: 4px;
}

.btn-orange:hover {
    background-color: rgba(255, 90, 41, 0.8);
    border-color: rgba(255, 90, 41, 1);
}

.btn-blue:hover {
    background-color: #735dff;
    color: #fff !important;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #f3f2f9;
}

.footer-main {
    padding: 16px;
    background-color: #fff;
    margin-top: auto;
}

.logo-icon {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
}

.logo-icon a {
    color: #333;
    text-decoration: none;
}

.profile-dropdown {
    border: none;
    padding: 0px;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    gap: 5px;
    color: #61748f;
    line-height: 1.2;
    text-transform: capitalize;
}

.profile-dropdown:hover {
    color: #61748f;
}

.profile-dropdown:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.custom-dropdown .dropdown-menu.show {
    right: 0px !important;
    left: auto;
}

.custom-dropdown .dropdown-item {
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.humbuger-icon {
    border: none;
    padding: 0px;
}

.humbuger-icon svg {
    width: 23px;
    height: auto;
    fill: #333333;
    display: inline-block;
}

.manage-coverletter h2 {
    font-size: 18px;
}

.manage-coverletter .form-group label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 4px;
}

.ck-rounded-corners .ck.ck-editor__main > .ck-editor__editable,
.ck.ck-editor__main > .ck-editor__editable.ck-rounded-corners {
    border-radius: 0 0 4px 4px !important;
}

.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content {
    border-radius: 4px 4px 0 0 !important;
    border-color: #e2e6f1 !important;
}

.ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
    border-color: #e2e6f1 !important;
}

.manage-coverletter .form-group.tag-container {
    padding: 10px;
}

.manage-coverletter .form-group.tag-container .form-control {
    margin-top: 5px;
}

.ck.ck-editor__editable.ck-focused:not(.ck-editor__nested-editable) {
    border-color: #e2e6f1 !important;
    box-shadow: none !important;
}

.form-group input:focus {
    box-shadow: none;
    outline: none;
    border-color: #e2e6f1;
}

#generated_cover_letter {
    border-radius: 4px;
    outline: none !important;
    margin-bottom: 10px;
    font-weight: 500;
}

.table-main {
    padding: 16px;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.form-cardmain {
    padding: 16px;
}

.form-control {
    border-color: #e2e6f1;
    font-weight: 500 !important;
}

.form-control:focus {
    border-color: #e2e6f1;
    outline: none;
    box-shadow: none;
}

.form-group label {
    font-size: 14px;
    margin-bottom: 6px;
    line-height: 1.2;
    font-weight: 500;
}

.btn {
    font-weight: 600;
    min-width: 80px;
}

.card-wrap-main {
    padding: 16px;
}

.dropdown-menu {
    border-color: #f3f2f9;
}

.custom-dropdown .dropdown-item {
    font-size: 14px;
    padding: 6px 15px;
    color: #61748f;
    cursor: pointer;
}

.text-danger {
    color: red;
    font-size: 12px;
}

.fa-star {
    font-size: 24px; /* Set star size */
    margin: 0; /* Remove extra spacing */
    display: block; /* Ensure proper alignment */
}

#generated_cover_letter {
    font-family: "Arial", sans-serif;
    line-height: 1.6;
    margin: 20px;
}

#generated_cover_letter h1,
#generated_cover_letter h2,
#generated_cover_letter h3 {
    color: #333;
    margin: 10px 0;
}

#generated_cover_letter p {
    margin: 10px 0;
}

#generated_cover_letter ul {
    margin: 10px 20px;
    padding-left: 20px;
}

#generated_cover_letter ol {
    margin: 10px 20px;
    padding-left: 20px;
}

#generated_cover_letter strong {
    font-weight: bold;
}

#generated_cover_letter li {
    margin: 5px 0;
}

.sidebar-link .nav-link {
    font-weight: 600;
    display: flex;
    align-items: center;
}

.sidebar-link .iconbx {
    display: inline-block;
    line-height: 1;
    width: 18px;
    margin-right: 6px;
}

.sidebar-link .iconbx svg {
    width: 16px;
    height: auto;
}

.sidebar-link .iconbx svg path {
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
}

.nav-link:hover .iconbx svg path {
    fill: #fff;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
}

.dropdown-item .iconbx {
    display: inline-block;
    margin-right: 6px;
}

.dropdown-item .iconbx svg {
    width: 16px;
    height: auto;
}

.login-inner {
    padding: 40px 30px;
}

.login-inner .fgt-pswd a {
    color: #735dff !important;
}

.close-btn-icon {
    width: 25px;
    height: 25px;
    border: none;
    background-color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: 18px;
    right: 10px;
}

.close-btn-icon svg {
    width: 10px;
    height: auto;
}

.auth-page-wrapper {
    background-image: url(https://probidder.matrixm.io/storage/images/probidder_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.auth-page-wrapper:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(114, 92, 255, 0.8);
}

.table.table tr td .toggle-status {
    display: flex;
    justify-content: center;
}

.table.table tr td .toggle-status .toggle-btn {
    font-size: 36px;
}

.table.table tr td .toggle-status .toggle-btn {
    opacity: 1;
}

.table.table tr td .toggle-status .toggle-btn.toggle-off {
    color: #dbdbdb;
}

.cover-letter-main .manage-coverletter {
    min-height: 100%;
    margin: 0px;
}

.cover-letter-main {
    padding: 30px 0;
}

.header-main .profile-dropdown {
    padding-right: 15px;
}

.card-wrap-main,
.form-cardmain {
    position: relative;
}

#spinner-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.86);
    z-index: 1;
    display: flex;
}
#spinner-overlay-content {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.86);
    z-index: 1;
    display: flex;
}
div#spinner-overlay-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-group.tag-container label {
    margin-right: 5px;
}

/*media query*/

@media only screen and (min-width: 992px) {
    .close-btn-icon {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .cover-letter-main .manage-coverletter {
        min-height: auto;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .side-nav {
        transform: translateX(-100%);
        transition: 0.2s all linear;
    }

    .center-page {
        padding-left: 0px;
    }

    .sidebar-show .side-nav {
        transform: translateX(0%) !important;
        transition: 0.2s all linear;
    }

    .sidebar-show {
        overflow: hidden;
    }

    .sidebar-show:after {
        content: "";
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
    }
}

@media only screen and (max-width: 767px) {
    main {
        padding: 0 0px 20px 0;
    }

    .table-wrapper {
        margin-bottom: 0px;
    }

    .table-title .row {
        gap: 10px 0;
    }

    .header-main .profile-dropdown {
        padding-right: 0px;
    }
}

.description-text {
    display: inline;
}

.full-description {
    display: none;
}

.hidden {
    display: none !important;
}

td.text-center {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    /* Adds space between icons */
}

/* Increase height for CKEditor containers */
.ck-editor__editable {
    height: 150px !important;
    /* Adjust the height */
}
