* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}
p {
    margin-bottom: 0 !important;
}




/*.invalid{
    border-color: red !important;
}

*/


/* Strong invalid visual for all inputs (including file), selects, textareas, and drop zones */
/* Generic invalid state */
.invalid {
  border: 1px solid #dc3545 !important;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
}

/* If you wrap file inputs, you can also highlight the wrapper */
.invalid-wrapper {
  border: 1px solid #dc3545 !important;
  border-radius: .375rem;
  box-shadow: 0 0 0 .2rem rgba(220,53,69,.12);
}








/* In assets/css/app.css */

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-BlackItalic.ttf") format("truetype");
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-ThinItalic.ttf") format("truetype");
    font-weight: 100;
    font-style: italic;
}

body {
    font-family: "Roboto", sans-serif;
}
.join-bg {
    background-image: linear-gradient(rgba(1, 12, 49, 0.7), rgba(0, 0, 0, 0.4)), url('/assets/images/handshake.png');
    height: 50vh;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-shoretec-50 {
    background-color: #fbf7f1;
}
.bg-shoretec-100 {
    background-color: #f7ecdd;
}
.bg-shoretec-200 {
    background-color: #edd6bb;
}
.bg-shoretec-300 {
    background-color: #e2b98f;
}
.bg-shoretec-400 {
    background-color: #d18c54;
}
.bg-shoretec-500 {
    background-color: #cc7b43;
}
.bg-shoretec-600 {
    background-color: #be6638;
}
.bg-shoretec-700 {
    background-color: #9e5030;
}
.bg-shoretec-800 {
    background-color: #7f422d;
}
.bg-shoretec-900 {
    background-color: #673727;
}
.bg-shoretec-950 {
    background-color: #371b13;
}
.bg-shoretec-blue {
    background-color: #40496c;
}
.bg-shoretec-blue-dark {
    background-color: #2b3149;
}
.text-shoretec-50 {
    color: #fbf7f1;
}
.text-shoretec-100 {
    color: #f7ecdd;
}
.text-shoretec-200 {
    color: #edd6bb;
}
.text-shoretec-300 {
    color: #e2b98f;
}
.text-shoretec-400 {
    color: #d18c54;
}
.text-shoretec-500 {
    color: #cc7b43;
}
.text-shoretec-600 {
    color: #be6638;
}
.text-shoretec-700 {
    color: #9e5030;
}
.text-shoretec-800 {
    color: #7f422d;
}
.text-shoretec-900 {
    color: #673727;
}
.text-shoretec-950 {
    color: #371b13;
}

.text-shoretec-blue {
    color: #40496c;
}

.text-decoration-none {
    text-decoration: none;
}

.careers-heading {
    transition: 0.3s ease;
    color: #cc7b43;
}

.careers-heading:hover {
    color: #9e5030;
}
._border {
    border: 1px solid;
}
.border-t {
    border-top: 1px solid;
}
.border-b {
    border-bottom: 1px solid;
}
.border-l {
    border-left: 1px solid;
}
.border-r {
    border-right: 1px solid;
}
.border-shoretec-50 {
    border-color: #fbf7f1;
}
.border-shoretec-100 {
    border-color: #f7ecdd;
}
.border-shoretec-200 {
    border-color: #edd6bb;
}
.border-shoretec-300 {
    border-color: #e2b98f;
}
.border-shoretec-400 {
    border-color: #d18c54;
}
.border-shoretec-500 {
    border-color: #cc7b43;
}
.border-shoretec-600 {
    border-color: #be6638;
}
.border-shoretec-700 {
    border-color: #9e5030;
}
.border-shoretec-800 {
    border-color: #7f422d;
}
.border-shoretec-900 {
    border-color: #673727;
}
.border-shoretec-950 {
    border-color: #371b13;
}

.btn-shoretec-flat {
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: white;
    border-radius: 5px;
    border: 1px solid #cc7b43;
    font-weight: 500;
    background-color: #cc7b43;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-shoretec-flat:hover {
    background-color: #be6638;
}

.btn-shoretec-flat:active {
    background-color: #9e5030;
}

.btn-shoretec-flat:disabled {
    cursor: not-allowed;
    background-color: #f7ecdd;
    color: #d18c54;
}

.btn-shoretec-outline {
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: #cc7b43;
    border-radius: 5px;
    border: 1px solid;
    font-weight: 500;
    border-color: #cc7b43;
    background-color: white;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-shoretec-outline:hover {
    border-color: #be6638;
    color: #be6638;
}

.btn-shoretec-outline:active {
    border-color: #9e5030;
    color: #9e5030;
}

.btn-shoretec-outline:disabled {
    cursor: not-allowed;
    border-color: #edd6bb;
    color: #edd6bb;
}

/* ----- */
.btn-shoretec-blue {
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: white;
    border-radius: 5px;
    border: 1px solid #40496c;
    font-weight: 500;
    background-color: #40496c;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-shoretec-blue:hover {
    background-color: #343b58;
}

.btn-shoretec-blue:active {
    background-color: #2b3149;
}

.btn-shoretec-blue:disabled {
    cursor: not-allowed;
    background-color: #f7ecdd;
    color: #505b88;
}

.btn-shoretec-blue-outline {
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: #40496c;
    border-radius: 5px;
    border: 1px solid;
    font-weight: 500;
    border-color: #40496c;
    background-color: white;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-shoretec-blue-outline:hover {
    border-color: #343b58;
    color: #343b58;
}

.btn-shoretec-blue-outline:active {
    border-color: #2b3149;
    color: #2b3149;
}

.btn-shoretec-blue-outline:disabled {
    cursor: not-allowed;
    border-color: #edd6bb;
    color: #edd6bb;
}

.btn-icon {
    background-color: #cc7b43;
    transition: 0.3s ease;
}

.btn-icon:hover {
    background-color: #2b3149;
}
.logo {
    /* height: 4rem; */
    width: 25%;
}

#test-div {
    font-size: 2rem !important;
}

.step-progress {
    display: flex;
    justify-content: center;
    align-items: center;
}

.line {
    width: 10%;
    height: 1px;
    background-color: #40496c;
}

.circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #40496c;
    background-color: #fff;
    color: #40496c;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-weight: bold;
}

.step.active .circle {
    background-color: #40496c;
    color: #fff;
}

.step p {
    margin-top: 8px;
    font-size: 14px;
    color: #333;
}

.border-top-blue {
    border-top: 5px solid #40496c !important;
}
.shoretec-footer {
    bottom: 0;
    position: fixed;
    width: 100%;
}
.border-gray {
    border: 1px solid gray;
}
.w-7 {
    width: 7%;
}
.w-10 {
    width: 10%;
}
.w-15 {
    width: 15%;
}
.w-35 {
    width: 35%;
}
.w-80 {
    width: 80%;
}
.w-90 {
    width: 90%;
}

.fs-1-2rem {
    font-size: 1.2rem;
}

.vertical-align-middle {
    vertical-align: middle;
}
.box-shadow {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.drop-zone {
    background-color: #f3f3f3;
    outline: 2px dashed #6f6f6f;
    outline-offset: -8px;
    padding: 15px;
    transition: 0.3s ease;
}

.drop-zone.over {
    background-color: white;
    outline-offset: -12px;
}

.bold-text {
    font-weight: bold;
}

.justified-text {
    text-align: justify;
}
/* -------INPUT START------- */
.input-shoretec {
    padding: 5px;
    border: 0;
    border-bottom: 3px solid #40496c;
    background-color: #fbf7f1;
}
/* -------INPUT START------- */

/* -------RADIO BUTTON START------- */
.radio-shoretec {
    display: none;
}

.radio-shoretec-label {
    cursor: pointer;
    position: relative;
}

.radio-shoretec-label::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 2px solid #343b58;
    border-radius: 50%;
    top: 50%;
    left: -2rem;
    transform: translateY(-50%);
    transition: border-color 400ms ease;
}

.radio-shoretec-label::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #343b58;
    border: 2px solid #343b58;
    border-radius: 50%;
    top: 50%;
    left: -2rem;
    transform: translateY(-50%) scale(0);
    transition: transform 400ms ease;
}

.radio-shoretec:checked + .radio-shoretec-label::before {
    border-color: #343b58;
}

.radio-shoretec:checked + .radio-shoretec-label::after {
    transform: translateY(-50%) scale(0.55);
}
/* -------RADIO BUTTON END------- */

/* -------CHECKBOX START------- */
.checkbox-shoretec {
    position: relative;
    border: 2px solid #343b58;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 0.6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
}

.checkbox-shoretec:checked {
    background-color: #343b58;
    opacity: 1;
}

.checkbox-shoretec:before {
    content: "";
    position: absolute;
    right: 50%;
    top: 50%;
    width: 5px;
    height: 11px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}
/* -------CHECKBOX END------- */

/* -----LOADING START------- */
.loading {
    text-transform: uppercase;
    width: 100%;
    height: 100vh;
    text-align: center;
    line-height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    margin: auto;
    transform: translateY(-50%);
    background: #d7cfcf78;
    z-index: 4;
}

.loading span {
    position: relative;
    z-index: 999;
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    top: 49%;
    margin: auto;
}
.loading:before {
    content: "";
    background: #40496c;
    width: 128px;
    height: 36px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;

    animation: 2s loadingBefore infinite ease-in-out;
}

@keyframes loadingBefore {
    0% {
        transform: translateX(-14px);
    }
    50% {
        transform: translateX(14px);
    }
    100% {
        transform: translateX(-14px);
    }
}

.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.loading:after {
    content: "";
    background: #2c3b40b9;
    width: 14px;
    height: 60px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.5;

    animation: 2s loadingAfter infinite ease-in-out;
}

@keyframes loadingAfter {
    0% {
        transform: translateX(-50px);
    }
    50% {
        transform: translateX(50px);
    }
    100% {
        transform: translateX(-50px);
    }
}
/* -----LOADING END------- */

/* -------MODAL START------- */
._modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.26);
    animation: fadeIn 0.3s ease-in-out forwards;
}

._modal-content {
    width: auto;
    max-width: 80%;
    overflow: hidden;
    background-color: white;
}

._modal-content hr {
    margin: 0;
    color: #343b58;
}

._modal-header {
    background-color: #40496c;
    color: white;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

._modal-close-btn {
    background-color: transparent;
    border: 0;
    color: white;
}

._modal-body {
    padding: 1.5rem;
}

._modal-footer {
    padding: 1rem;
    display: flex;
    justify-content: end;
    gap: 0.5rem;
}

._modal-ok-btn {
    padding: 5px 20px;
    color: white;
    border: 0;
    background-color: #d18c54;
    transition: 0.3s ease;
}

._modal-ok-btn:hover {
    background-color: #be804d;
}

._modal-cancel-btn {
    padding: 5px 15px;
    color: white;
    border: 0;
    background-color: #6f6f6f;
    transition: 0.3s ease;
}

._modal-cancel-btn:hover {
    background-color: #616161;
}

.fade-out {
    animation: fadeOut 0.5s ease-in-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
/* -------MODAL END------- */

/* ------email start------ */
/* .email-header {
    overflow: hidden;
    position: fixed;
    width: 50%;
    top: 0;
}

.email-body {
    height: 100vh;
    overflow-x: hidden;
    padding-bottom: 105px;
    padding-top: 91px;
}

.email-footer {
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 50%;
} */

/* ------email end------ */
@media (min-width: 992px) {
    .col-lg-three {
        flex: 0 0 auto !important;
        width: 23% !important;
    }
}

@media (min-width: 768px) {
    .col-md-three {
        flex: 0 0 auto !important;
        width: 23% !important;
    }
}