@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;800&display=swap");

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box !important;
    text-decoration: none;
    list-style: none;
    font-family: "inter";
}

body {
    /* width: 100%;
    max-width: 1440px; */
    margin: 0;
}

.flex-eachsize {
    width: 100%;
    max-width: 1440px;
    margin: auto;
}

.flex-container {
    height: 100%;
    align-items: center;
    background-color: #fdfefe;
}

.clash {
    font-family: "Clash Display", sans-serif;
}

.mon {
    font-family: "Inter", sans-serif;
    font-style: normal;
    /* font-style: italic; */
    /* font-family: "Mona Sans", sans-serif; */
}

.divv {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
}

.topnav {
    padding: 1.5% 5% 1.5% 5%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    box-shadow: 0px 1px 2px rgba(34, 34, 34, 0.04),
        0px 1px 3px rgba(34, 34, 34, 0.08);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 98;
    background-color: #fdfefe;
}

.abtlink {
    text-decoration: none !important;
}

.faqlink {
    text-decoration: none !important;
}

.abtfaq {
    margin-top: 10px;
    display: flex;
    gap: 2rem;
}

.abt {
    font-weight: 500;
    font-size: 20px;
    color: #2a2b2c;
}

.abt-mobile {
    font-weight: 400;
    font-size: 16px;
    color: #373939;
}

.abt-mobile:hover {
    color: #373939;
}

.faq-mobile {
    font-weight: 400;
    font-size: 16px;
    color: #373939;
}

.faq-mobile:hover {
    color: #373939;
}

.faq {
    font-weight: 500;
    font-size: 20px;
    color: #2a2b2c;
}

.jw-mobile {
    font-weight: 500;
    font-size: 16px;
    color: #E32504;
    align-items: center;
    display: flex !important;
    justify-content: center;
}

.jw-mobile .bi-arrow-right {
    font-size: 25px;
    color: #E32504;
}

.jw-mobile .bi-arrow-right:hover {
    color: #E32504;
}

.jw-mobile:hover {
    color: #E32504 !important;
}

.joinwait {
    background-color: #fdfefe;
    border: 1.5px solid #E32504;
    border-radius: 28px;
    border-collapse: collapse;
    padding: 12px !important;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    color: #E32504 !important;
    font-weight: 700 !important;
    width: 140px;
    font-size: 16px;
}

.joinwait:hover {
    background-color: #E32504;
    transition: 500ms;
    color: white !important;
    border: 2.5px solid #E32504;
}

.hamburgercon {
    display: none;
    color: #E32504;
}

/*
  .bi-list {
    font-size: 30px;
  } */

.consection1 {
    margin: auto;
    background-color: #fafcfd;
    border-radius: 8px;
    box-shadow: 0px 4px 6px -1px rgba(34, 34, 34, 0.08),
        0px 2px 4px -1px rgba(34, 34, 34, 0.06);
    border: 1px solid #fafcfd;
    max-width: 723px;
    /* height: 712.3px; */
    padding: 0px 25px 30px 25px;
    margin-top: 150px !important;
}

.consectionland {
    margin-top: 125px !important;
}

.consection-login {
    margin-top: 72.39px !important;
}

.consection-contactus {
    margin-top: 69.39px !important;
}

.fsreg {
    display: flex;
    justify-content: center;
    font-weight: 700;
    font-size: 24px;
    color: #47494a;
    padding: 15px 20px 20px 20px;
}

.p-bars {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.p-bars2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
}

.circle-green {
    border-radius: 60px;
    border: 1px solid #fafcfd;
    width: 10px;
    height: 10px;
    outline-style: solid;
    outline-width: 5px;
    outline-color: #E32504;
}

.circle {
    border-radius: 60px;
    border: 1px solid #fafcfd;
    background-color: #e0e0e7;
    width: 10px;
    height: 10px;
    outline-style: solid;
    outline-width: 5px;
    outline-color: #ffff;
}

.p-bar {
    width: 250px;
    height: 5px;
    background-color: #e0e0e7;
    background-color: #e0e0e7;
}

.p-bar2 {
    width: 250px;
    height: 5px;
    background-color: #E32504;
}

.marks {
    position: relative;
}

.marks .marksimg {
    position: absolute;
    top: 34%;
    left: 29.5%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    height: 24px;
    width: 24px;
}

.marks img {
    max-width: none;
}

.marks .marksimg2 {
    position: absolute;
    top: 34%;
    left: 28.5%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    height: 24px;
    width: 24px;
}

.details {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 7rem;
    padding-top: 0.9rem;
}

.details2 {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 7rem;
    padding-top: 1.6rem;
}

.marg {
    margin: 0 0 16px !important;
}

.fsper {
    font-weight: 400;
    font-size: 16px;
    color: #E32504;
}

.fsprof {
    font-weight: 400;
    font-size: 16px;
    color: #a3a9aa;
}

.flex-containercontus {
    width: 50%;
}

.flex-containercontus form > div {
    margin-bottom: 20px;
}

.flex-container2 form > div {
    margin-bottom: 30px;
}

.flex-container3 form > div {
    margin-bottom: 30px;
}

#interview_time > option {
    padding: 2rem;
}

.fslabel {
    font-weight: 500;
    font-size: 14px !important;
    color: #2a2b2c;
    font-style: normal;
}

.fslabelblue {
    font-weight: 400;
    font-size: 12px !important;
    color: #009ffd;
    font-style: normal;
}

.fslabelopt {
    font-weight: 500;
    font-size: 14px;
    color: #838788;
    font-style: normal;
}

.opttxt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

label {
    display: block !important;
    font-size: 14px !important;
}

input,
label {
    margin: 0.4rem 0 !important;
}

.workinput-contus {
    border: none !important;
    border-radius: 8px !important;
    border: 1px solid #a9afaf !important;
    border-collapse: collapse !important;
    padding: 12px 16px !important;
    width: 100%;
    background-color: #fafcfd;
    font-family: "Mona-Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #2a2b2c;
}

.workinput {
    border: none !important;
    border-radius: 8px !important;
    border: 1px solid #a9afaf !important;
    border-collapse: collapse !important;
    padding: 12px 16px !important;
    width: 326.84px;
    background-color: #fafcfd;
    font-family: "Mona-Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #2a2b2c;
}

.workinput2 {
    border: none !important;
    border-radius: 8px !important;
    border: 1px solid #a9afaf !important;
    border-collapse: collapse !important;
    padding: 12px 16px !important;
    width: 100%;
    background-color: #fafcfd;
    font-family: "Mona-Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #2a2b2c;
}

.workinput2-contus {
    border: none !important;
    border-radius: 8px !important;
    border: 1px solid #a9afaf !important;
    border-collapse: collapse !important;
    padding: 12px 16px !important;
    width: 100%;
    background-color: #fafcfd;
    font-family: "Mona-Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #2a2b2c;
}

.workinput3 {
    border: none !important;
    border-radius: 8px !important;
    border: 1px solid #a9afaf !important;
    border-collapse: collapse !important;
    padding: 12px 16px !important;
    width: 100%;
    height: 96px;
    background-color: #fafcfd !important;
    font-family: "Mona-Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #2a2b2c;
}

.workinput3-contus {
    border: none !important;
    border-radius: 8px !important;
    border: 1px solid #a9afaf !important;
    border-collapse: collapse !important;
    padding: 12px 16px !important;
    width: 100%;
    height: 96px;
    background-color: #fafcfd !important;
    font-family: "Mona-Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #2a2b2c;
}

.form-select {
    display: block !important;
    width: 100% !important;
    padding: 12px 16px !important;
    -moz-padding-start: calc(0.75rem - 3px) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.5;
    color: #2a2b2c !important;
    background-color: #fafcfd !important;
    font-family: "Mona-Sans", sans-serif !important;
    border: 1px solid #a9afaf !important;
}

::placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #b8b9ba;
    font-family: "Mona-Sans", sans-serif;
}

.namesmain {
    display: flex !important;
    gap: 1rem;
    display: block;
}

.names {
    display: flex !important;
    gap: 1rem;
    display: block;
}

.nxt {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.nxtcon {
    position: relative;
}

.nxtcon .bi-arrow-right {
    position: absolute;
    top: 24%;
    right: 42%;
    cursor: pointer;
    color: #fdfefe;
    font-size: 20px;
}

#submitButton {
    /* Disabled color */
    background-color: #e6eef0;
    border-radius: 8px;
    border-collapse: collapse;
    padding: 12px 24px !important;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    color: #fdfefe !important;
    font-weight: 500 !important;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    border: none;
}

#submitButton.enabled {
    /* Enabled color */
    background-color: #E32504;
    border: 1px solid #E32504;
    border-radius: 8px;
    border-collapse: collapse;
    padding: 12px 24px !important;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    color: #fdfefe !important;
    font-weight: 500 !important;
    width: 100%;
    font-size: 16px;
}

#subBut {
    /* Disabled color */
    background-color: #e6eef0;
    border-radius: 8px;
    border-collapse: collapse;
    padding: 12px 24px !important;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    color: #fdfefe !important;
    font-weight: 500 !important;
    width: 330.84px;
    font-size: 16px;
    font-weight: 500;
    border: none;
}

#submBut.enabled {
    /* Enabled color */
    background-color: #E32504;
    border: 1px solid #E32504;
    border-radius: 8px;
    border-collapse: collapse;
    padding: 12px 24px !important;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    color: #fdfefe !important;
    font-weight: 500 !important;
    width: 330.84px;
    font-size: 16px;
}

.a3 {
    background-color: #fafcfd;
    border: 1px solid #E32504;
    border-radius: 8px;
    border-collapse: collapse;
    padding: 12px 24px !important;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    color: #E32504 !important;
    font-weight: 500 !important;
    width: 330.84px;
    font-size: 16px;
}
.a3:hover {
    background-color: #E32504;
    transition: 500ms;
    color: white !important;
    border: 2.5px solid #E32504;
}
@media screen and (max-width: 768px) {
    .a3,
    .a4 {
        width: 100% !important;
    }
}
.a4 {
    background-color: #E32504;
    border: 1px solid #E32504;
    border-radius: 8px;
    border-collapse: collapse;
    padding: 12px 24px !important;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    color: #fdfefe !important;
    font-weight: 500 !important;
    width: 330.84px !important;
    font-size: 16px;
    font-weight: 500;
}
.a4:hover {
    color: #fdfefe !important;
    background: #e56c22 !important;
    border-color: #e56c22 !important ;
}

.a5 {
    background-color: #E32504;
    border: 1px solid #E32504;
    border-radius: 8px;
    border-collapse: collapse;
    padding: 12px 24px !important;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    color: #fdfefe !important;
    font-weight: 500 !important;
    width: 100% !important;
    font-size: 16px;
    font-weight: 500;
}

.a6 {
    width: 100%;
    background-color: #fafcfd;
    border: none;
    border-radius: 8px;
    border-collapse: collapse;
    padding: 12px 24px !important;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    color: #E32504 !important;
    font-weight: 500 !important;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.pl {
    padding-left: 10px;
}

.pr {
    padding-right: 10px;
}

.pinbut {
    border-bottom: 1px solid #eaecf0;
    margin: 50px 0px 0px 0px;
}

.footer {
    padding: 1.5% 5% 1.5% 5%;
    display: flex;
    justify-content: space-between;
}

.footer-login {
    padding: 1.5% 5% 1.5% 5%;
    display: flex;
    justify-content: center;
}

.footer-form {
    padding: 1.5% 5% 1.5% 5%;
    display: flex;
    justify-content: space-between;
}

.txtfoot {
    font-weight: 400;
    font-size: 14px;
    color: #373939;
}

.txtfootlink {
    font-weight: 400;
    font-size: 14px;
    color: #373939;
    text-decoration: none;
}

.txtfootlink:hover {
    text-decoration: none;
    color: #a3a9aa;
}

#myModal .modal-dialog {
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    margin: 0 auto;
}

.modal-dialog {
    width: 440px !important;
    margin: 30px auto;
}

.modal-content {
    width: 406px !important;
    /* height: 358px !important; */
    padding: 10px 20px 20px 20px;
    margin: auto;
    border-radius: 8px !important;
}

.closebut {
    display: flex;
    justify-content: flex-end;
    color: black !important;
}

.close {
    color: black !important;
}

.bi-x-lg {
    font-size: 20px;
    color: black !important;
}

.size {
    font-size: 20px;
}

.corr {
    grid-template-columns: 1fr 1fr;
    place-items: center;
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.outlined.ok {
    background: transparent !important;
    color: #E32504 !important;
    /* border: 1px solid #E32504; */
}

.corrimg {
    margin: auto;
    margin-top: 60px;
}

.appuser {
    font-weight: 700;
    font-size: 24px;
    color: #646768;
    text-align: center;
    letter-spacing: 1px;
}

.pnote {
    font-weight: 400;
    font-size: 16px;
    color: #646768;
    text-align: center;
    margin: 0 0 2rem;
}

.ok {
    background-color: #E32504;
    border: 1px solid #E32504;
    border-radius: 8px;
    border-collapse: collapse;
    padding: 12px 24px !important;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    color: #fdfefe !important;
    font-weight: 500 !important;
    width: 20%;
    font-size: 16px;
}

.ok:hover {
    color: #fdfefe !important;
    background: #e56c22 !important;
    border-color: #e56c22 !important ;
}

.of {
    width: 100%;
}

.modal-content {
    -webkit-box-shadow: 0 !important;
    box-shadow: 0 !important;
    width: 512px;
}

.lytcon {
    padding: 4.5% 4% 4% 4%;
    max-width: 1700px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: auto;
    /* gap: 15rem; */
}

.lytccon {
    display: flex;
    flex-direction: column;
    width: 40%;
}

.launchcon {
    position: relative;
}

.launchcon .rocketimg {
    position: absolute;
    top: 64.5%;
    left: 83%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    animation: rotate 5s linear infinite;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.fslytctxt {
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    font-size: 62px;
    color: #333333;
}

.tech {
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    font-size: 64px;
    color: #10576b;
}

.fsdis {
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    color: #333333;
}

.regnow {
    background-color: #10576b;
    border: 1px solid #10576b;
    border-radius: 8px;
    border-collapse: collapse;
    padding: 12px 24px !important;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    color: #fdfefe !important;
    font-weight: 500 !important;
    font-size: 16px;
}

.regno {
    background-color: transparent;
    border: 1.5px solid #E32504;
    border-radius: 8px;
    border-collapse: collapse;
    padding: 12px 24px !important;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    color: black !important;
    font-weight: 700 !important;
    font-size: 16px;
    margin-left: 2rem;
}

.regno:hover {
    background-color: #E32504;
    transition: 500ms;
    color: white !important;
    border: 2.5px solid #E32504;
}

.regnow:hover {
    color: #fdfefe !important;
    background: #e56c22 !important;
    border-color: #e56c22 !important ;
}

.regnow-mobile {
    background-color: #10576b;
    border: 1px solid #10576b;
    border-radius: 8px;
    border-collapse: collapse;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    color: #fdfefe !important;
    font-weight: 500 !important;
    font-size: 16px;
    width: 100%;
    padding: 12px 16px;
}

.regnow-mobile:hover {
    color: #fdfefe !important;
    background: #e56c22 !important;
    border-color: #e56c22 !important ;
}

.flex {
    display: flex;
    /* align-items: center; */
    flex-direction: row;
    gap: 7.87px;
    width: 50%;
    /* margin: auto; */
    justify-content: end;
}

.image {
    border-radius: 8.00335px;
    width: 45%;
    height: 516px;
    display: block;
    transition: width 2s ease 0.2s;
}

.logocon {
    display: flex;
    justify-content: center;
    gap: 7.5rem;
    padding-top: 70px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-200px * 8));
    }
}

.slider {
    height: 120px;
    margin: auto;
    overflow: hidden;
    position: relative;
    max-width: 1000px;
}

.slider .slide-track {
    animation: scroll 30s linear infinite;
    display: flex;
    width: calc(200px * 16);
}

.slider .slide {
    height: 100px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tapcon {
    padding: 3.5% 7% 8.5% 7%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8rem;
}

.tapconnote {
    width: 463px;
}

.fswd {
    font-weight: 500;
    font-size: 14px;
    color: #E32504;
}

.fstap {
    font-weight: 600;
    font-size: 36px;
    color: #2a2b2c;
}

.fslnote {
    font-weight: 400;
    font-size: 20px;
    color: #5b5e5f;
}
.drop {
    z-index: 10;
}

Your existing CSS styles .dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
    background-color: #f1f1f1;
    color: black;
    padding: 10px;
    border: none;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #bababa;
}

.show {
    display: block;
}

.char-count {
    float: right;
    font-size: 14px;
    color: #888;
}

#allRegistrations_wrapper > div.dt-buttons.btn-group.flex-wrap > button {
    padding: 12px 16px;
    cursor: pointer;
    border: 1px solid #bdbdbd;
    border-radius: 8px;
}

#pendingRegistrations_wrapper > div.dt-buttons.btn-group.flex-wrap > button {
    padding: 12px 16px;
    cursor: pointer;
    border: 1px solid #bdbdbd;
    border-radius: 8px;
}
#approvedRegistrations_wrapper > div.dt-buttons.btn-group.flex-wrap > button {
    padding: 12px 16px;
    cursor: pointer;
    border: 1px solid #bdbdbd;
    border-radius: 8px;
}
#rejectedRegistrations_wrapper > div.dt-buttons.btn-group.flex-wrap > button {
    padding: 12px 16px;
    cursor: pointer;
    border: 1px solid #bdbdbd;
    border-radius: 8px;
}

#WaitlistTable_wrapper > div:nth-child(1) > div:nth-child(1) {
    display: none;
}

#WaitlistTable_filter {
    float: none;
}

#WaitlistTable_filter > label {
    text-align: left;
}
.flex-wrap {
    position: absolute;
    right: 140px;
    top: -5px;
}
#WaitlistTable_filter > label > input {
    margin-left: 7px !important;
    width: 40%;
}
#allRegistrations_wrapper > div:nth-child(1) > div:nth-child(1) {
    display: none;
}

#allRegistrations_filter {
    float: none;
}
#allRegistrations_filter > label {
    text-align: left;
}

#allRegistrations_filter > label > input {
    margin-left: 7px !important;
    width: 40%;
}

#pendingRegistrations_wrapper > div:nth-child(1) > div:nth-child(1) {
    display: none;
}

#pendingRegistrations_filter {
    float: none;
}
#pendingRegistrations_filter > label {
    text-align: left;
}

#pendingRegistrations_filter > label > input {
    margin-left: 7px !important;
    width: 40%;
}

#approvedRegistrations_wrapper > div:nth-child(1) > div:nth-child(1) {
    display: none;
}

#approvedRegistrations_filter {
    float: none;
}
#approvedRegistrations_filter > label {
    text-align: left;
}

#approvedRegistrations_filter > label > input {
    margin-left: 7px !important;
    width: 40%;
}

#rejectedRegistrations_wrapper > div:nth-child(1) > div:nth-child(1) {
    display: none;
}

#rejectedRegistrations_filter {
    float: none;
}
#rejectedRegistrations_filter > label {
    text-align: left;
}

#rejectedRegistrations_filter > label > input {
    margin-left: 7px !important;
    width: 40%;
}

#tabItem1 > div > div {
    position: relative;
}
#tabItem2 > div > div {
    position: relative;
}
#tabItem3 > div > div {
    position: relative;
}
#tabItem4 > div > div {
    position: relative;
}

/* .dropbtn {
    background-color: transparent;
    color: #838788;
    width: 102px;
    height: 48px;
    padding: 10px 16px;
    font-size: 16px;
    border: 1px solid #bdbdbd;
    border-radius: 8px;
} */
.drop {
    position: absolute;
    top: 1px;
    right: 7px;
}

.fslp {
    font-weight: 500;
    font-size: 14px;
    color: #E32504;
    text-align: center;
}

.fschooseytp {
    text-align: center;
    font-weight: 600;
    font-size: 36px;
    color: #2a2b2c;
}

.fbpcon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0px 20px 0px;
}

.fbcon {
    display: flex;
    flex-direction: row;
    gap: 3.5rem;
}

.frontcon {
    border: 1px solid #0b4870 !important;
    background-color: #0b4870 !important;
    width: 514px;
    height: 304px;
    padding: 25px 25px 10px 25px;
    border-radius: 16px;
    position: relative;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.frontcon:hover {
    box-shadow: 5px 5px 5px 5px #0b4870;
}
.frontcon .webcon {
    position: absolute;
    top: 75%;
    left: 76%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.backcon {
    border: 1px solid #E32504 !important;
    background-color: #E32504 !important;
    width: 529px;
    height: 304px;
    padding: 25px 25px 20px 25px;
    border-radius: 16px;
    position: relative;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
.backcon:hover {
    box-shadow: 5px 5px 5px 5px #E32504;
}

.backcon .piecon {
    position: absolute;
    top: 70%;
    left: 76%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.productcon {
    border: 1px solid #52abb3 !important;
    background-color: #52abb3 !important;
    width: 1085px;
    height: 304px;
    padding: 25px 25px 10px 25px;
    border-radius: 16px;
    position: relative;
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.productcon:hover {
    box-shadow: 5px 5px 5px 5px #52abb3;
}

.productcon .stackcon {
    position: absolute;
    top: 65%;
    left: 88%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.fsfrontend {
    font-weight: 600;
    font-size: 24px;
    color: #fdfdfe;
    width: 171px;
}

.fsfrontend2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #fdfdfe;
    width: 354px;
}

.fsbackend {
    font-weight: 600;
    font-size: 24px;
    color: #fdfdfe;
    width: 166px;
}

.fsbackend2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #fdfdfe;
    width: 354px;
}

.fsproductd {
    font-weight: 600;
    font-size: 24px;
    color: #fdfdfe;
}

.fsproductd2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #fdfdfe;
    width: 459px;
}

.wctutxt {
    font-weight: 500;
    font-size: 14px;
    color: #E32504;
    text-align: center;
}

.fsyg {
    font-weight: 600;
    font-size: 36px;
    color: #2a2b2c;
    text-align: center;
}

.whycon {
    padding-top: 100px;
}

.mainwhycon {
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.mainwhycon2 {
    display: none;
}

.innerwhycon {
    display: flex;
    justify-content: center;
    gap: 3rem;
}

.whyboxes {
    width: 306px;
    height: 230px;
    display: flex;
    flex-direction: column;
    background-color: #f9fbfb;
    border-radius: 24px;
    padding: 15px;
    /* gap: 32px; */
    position: relative;
}

.whyboxes .whyboxesimg {
    position: absolute;
    top: 15%;
    left: 14%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
}

.fsfirsttxt {
    font-weight: 500;
    font-size: 20px;
    color: #2a2b2c;
}

.fssecondttxt {
    font-weight: 400;
    font-size: 16px;
    color: #5b5e5f;
}

.whypaddtxt {
    padding-top: 70px;
}

.blackcon {
    display: flex;
    position: relative;
    margin-top: 100px;
    width: 100%;
    background-color: #000814;
    height: 540px;
    justify-content: space-between;
}

.blackcon .personimg {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.dataTables_paginate .paginate_button:hover {
    background-color: transparent !important;
    background: transparent !important;
    border-color: transparent !important;
}

.dataTables_paginate .paginate_button:active {
    background-color: transparent !important;
    background: transparent !important;
    border-color: transparent !important;
}

.txtareablackcon {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.fsjs {
    font-weight: 500;
    font-size: 14px;
    color: #fdfdfe;
    margin-bottom: 0;
}

.fswauwf {
    font-weight: 600;
    font-size: 48px;
    text-align: left;

    color: #fdfdfe;
}

.fsdatxt {
    font-weight: 400;
    font-size: 18px;
    width: 35%;
    text-align: center;
    padding: 0.5rem 0 2rem;
    font-family: "Sarabun", sans-serif;
    color: #fdfdfe;
}

.paddtopq {
    padding-top: 100px;
}

/*
  button {
    border: none !important;
  } */

.card-header {
    padding: 12px 16px !important;
    margin-bottom: 0;
    background-color: #f9fbfb !important;
    border-bottom: 1px solid #97999a !important;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none !important;
    border-radius: 0 !important;
}

.card-body {
    border-bottom: 1px solid #97999a;
}

#accordion {
    width: 696px;
}

.questionscon {
    padding: 4.5% 5% 1.5% 5%;
    display: flex;
    justify-content: center;
    gap: 9rem;
}

.questionstextarea {
    display: flex;
    flex-direction: column;
    width: 321px;
}

.fsqft {
    font-weight: 500;
    font-size: 14px;
    color: #E32504;
}

.fsfaqtxt {
    font-weight: 600;
    font-size: 36px;
    color: #2a2b2c;
}

.accdtxt1 {
    font-weight: 500;
    font-size: 20px;
    color: #373939;
}

.accdtxt2 {
    font-weight: 400;
    font-size: 16px;
    color: #373939;
}

.accordion {
    background-color: white;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    /* border-bottom: 0.5px solid #97999a; */
    /* padding: 12px 16px !important; */
}

.active,
.accordion:hover {
    background-color: #f9fbfb;
}

.accordion:after {
    content: "\002B";
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

#accordion .active:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    /* border: none !important; */
    margin-bottom: 0px !important;
    border-bottom: 0.5px solid #97999a !important;
}

.accpadtop {
    padding-top: 20px;
    padding-bottom: 10px;
}

.workinput2 input[type="url"] {
    font-family: "Mona-Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.hamburger {
    position: relative;
    display: block;
    width: 35px;
    cursor: pointer;
    appearance: none;
    background: none;
    outline: none;
    border: none;
}

.hamburger .bar,
.hamburger:after,
.hamburger:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #2a2b2c;
    margin: 6px 0px;
    transition: 0.4s;
}

.hamburger.is-active:before {
    transform: rotate(-45deg) translate(-3px, 4px);
}

.hamburger.is-active:after {
    transform: rotate(45deg) translate(-7px, -9px);
}

.hamburger.is-active .bar {
    opacity: 0;
}

.mobile-nav {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    display: block;
    z-index: 1;
    background-color: #fdfefe;
    padding: 125px 24px;
    transition: 0.4s;
}

.mobile-nav.is-active {
    left: 0;
}

.mobile-nav a {
    display: block;
    width: 100%;
    /* max-width: 350px; */
    margin: 0 auto 16px;
    text-align: center;
    padding: 12px 16px;
    /* background-color: #1f103f; */

    /* color: #E32504; */
    text-decoration: none;
}

.mobile-nav a:hover {
    /* background-color: #24104f; */
    text-decoration: none;
    /* color: #2a2b2c; */
}

/* style for waitlist */
.fsdw {
    font-weight: 700;
    font-size: 24px;
    color: #47494a;
    text-align: center;
}

.fseydtxt {
    font-weight: 400;
    font-size: 16px;
    color: #838586;
    text-align: center;
}

.fseydcon {
    padding-top: 20px;
}

.fseydcon2 {
    padding-top: 10px;
}

.consectionwaitlist {
    margin-top: 60px !important;
    margin: auto;
    background-color: #fafcfd;
    border-radius: 8px;
    box-shadow: 0px 4px 6px -1px rgba(34, 34, 34, 0.08),
        0px 2px 4px -1px rgba(34, 34, 34, 0.06);
    border: 1px solid #fafcfd;
    max-width: 723px;
    padding: 48px;
}

.a2 {
    background-color: #E32504;
    border: 1px solid #E32504;
    border-radius: 8px;
    border-collapse: collapse;
    padding: 12px 24px !important;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    color: #fdfefe !important;
    font-weight: 500 !important;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
}

.a2:hover {
    color: #fdfefe !important;
    background: #e56c22 !important;
    border-color: #e56c22 !important ;
}

.pinbutwaitlist {
    border-bottom: 1px solid #eaecf0;
    margin: 80px 0px 0px 0px;
}

.btn {
    --bs-btn-padding-x: none !important;
    --bs-btn-padding-y: none !important;
}

.fsmodal-jw {
    font-weight: 500;
    font-size: 14px;
    color: #fdfefe;
    background-color: #E32504;
    border: 1px solid #E32504;
    border-radius: 8px;
    border-collapse: collapse;
    padding: 12px 24px !important;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    width: 140px;
}

.fsmodal-jw:hover {
    color: #fdfefe !important;
    background: #e56c22 !important;
    border-color: #e56c22 !important ;
}

.fsmodal-jw2 {
    font-weight: 500;
    font-size: 14px;
    color: #fdfefe;
    background-color: #E32504;
    border: 1px solid #E32504;
    border-radius: 8px;
    border-collapse: collapse;
    padding: 12px 24px !important;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    /* width: 140px; */
}

.form-icon {
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 9% !important;
    width: calc(1rem + 24px);
    height: calc(2.125rem + 2px);
}

.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
    background-color: #E32504;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background-color: #0488a9;
    color: #fdfefe;
}

/* login page */
.consectionlogin {
    margin-top: 180px !important;
    margin: auto;
    background-color: #fafcfd;
    border-radius: 8px;
    box-shadow: 0px 4px 6px -1px rgba(34, 34, 34, 0.08),
        0px 2px 4px -1px rgba(34, 34, 34, 0.06);
    border: 1px solid #fafcfd;
    max-width: 602px;
    padding: 48px;
}

.consectionresetsuccessful {
    margin-top: 180px !important;
    margin: auto;
    background-color: #fafcfd;
    border-radius: 8px;
    box-shadow: 0px 4px 6px -1px rgba(34, 34, 34, 0.08),
        0px 2px 4px -1px rgba(34, 34, 34, 0.06);
    border: 1px solid #fafcfd;
    max-width: 455px;
    padding: 48px;
}

.fslog-in {
    font-weight: 700;
    font-size: 24px;
    color: #47494a;
    text-align: center;
}

.fslog-in2 {
    font-weight: 700;
    font-size: 27px;
    color: #47494a;
    text-align: center;
}

.password-container {
    position: relative;
}

#toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}

#password-input {
    padding-right: 30px;
    /* Leave space for the icon */
}

.password-container .bi-eye {
    color: #838788;
}

.fsfp {
    font-weight: 500;
    font-size: 14px !important;
    color: #2a2b2c;
    font-style: normal;
    display: flex !important;
    justify-content: end;
}

.pinbutlogin {
    border-bottom: 1px solid #eaecf0;
    margin: 120px 0px 0px 0px;
}

/* dashboard  */

.sidebar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* margin: auto 0; */
    padding: auto 0;
    width: 280px !important;
    background-color: #191717 !important;
    position: fixed;
    height: calc(100vh - 16px);
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    height: 100%;
    padding: 12px;
}

.sidebar a {
    align-items: center;
    display: flex;
    color: #fdfefe;
    padding: 8px 12px 8px 12px !important;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    margin: 10px 0;
    font-weight: 500;
    font-size: 16px;
    transition: none;
}

.sidebar a i {
    color: #fdfefe;
    font-size: 20px;
}

.sidebar a:hover {
    background-color: #E32504 !important;
    border-radius: 6px;
    color: #fdfefe;
    border-left: 1px solid #E32504;
}

.sidebar a:hover i {
    color: #fdfefe;
    font-size: 20px;
}

.activesidebar {
    background-color: #E32504 !important;
    border-radius: 6px;
    color: #fdfefe;
    border-left: 1px solid #E32504;
}

.activesidebar i {
    color: #fdfefe;
}

.conab {
    padding-left: 12px;
    padding-bottom: 20px;
}

.pad {
    padding-right: 15px;
}

.pad1a {
    padding-left: 15px;
}

.pinbutsidebar {
    border-top: 1px solid#B1CBD1;
    margin: 50px 0px 0px 0px;
}

.consection {
    /* Same as the width of the sidenav */
    margin-left: 280px;
    /* padding: 20px 30px; */
}

.condash {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
    /* padding: 20px; */
}

.conadmin {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.fsdashboard {
    font-weight: 500;
    font-size: 24px;
    color: #101828;
}

.fsadmin {
    font-weight: 500;
    font-size: 18px;
    margin: 0;
    color: #344054;
}

.pinbutdash {
    border-bottom: 1px solid #eaecf0;
}

.conwelcomeadmin {
    padding: 0px 30px;
    display: flex;
    flex-direction: column;
}

.fsweladmin {
    font-weight: 500;
    font-size: 18px;
    color: #101828;
}

.page-link:hover {
    color: #000000 !important;
}
.conapplications {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
    background: #ffffff;
    box-shadow: 0px 4px 16px rgba(146, 146, 146, 0.1);
    border-radius: 12px;
    padding: 30px 20px;
    max-width: 100%;
    height: 164px;
    /* gap: 12rem; */
}

.inner-conapp {
    width: 100%;
}

.bodleft {
    border-left: 0.5px solid #cfdadc;
    height: 40px;
    padding-right: 50px;
}

.fsnum {
    font-weight: 500;
    font-size: 24px;
    color: #2a2b2c;
}

.fstarapplications {
    font-weight: 300;
    font-size: 16px;
    color: #5b5e5f;
}

.res-sidebar {
    display: flex;
    align-items: center;
}

.res-sidebar .bi-list {
    font-size: 30px;
    color: #E32504;
    display: none;
}

.tapsapplications {
    padding: 45px 30px;
}

.active,
.accordion:hover {
    background-color: transparent;
}

.nav-tabs .nav-link.active {
    color: #558e9d;
    border: none;
    background-color: transparent;
}

.nav-tabs .nav-link:after {
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #558e9d;
    opacity: 0;
}

.nav-link:focus {
    color: #558e9d;
}

.nav-tabs .nav-link.active {
    color: #558e9d;
    border: none;
    background-color: transparent;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #558e9d;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
}

.fsbtdash {
    font-weight: 300;
    font-size: 16px;
    color: #558e9d;
}

.nav-tabs .nav-link:focus {
    color: #558e9d;
}

.backtodashcon {
    display: flex;
    align-items: center;
}

.backtodashcon .ni-chevron-left {
    color: #558e9d;
    font-size: 23px;
}

.perdetinnermaincon {
    width: 50%;
}

.personaldetailscons {
    width: 850px;
    padding: 0px 56px !important;
    display: none;
}
.personaldetailsconsr {
    width: 850px;
    padding: 0px 56px !important;
    display: none;
    margin-bottom: 20px;
}
.personaldetailsinnercons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 82%;
}

.personaldetailsinner-subcons {
    display: flex;
    flex-direction: column;
}

.personaldetailscon {
    width: 850px;
    padding: 0px 56px !important;
}

.personaldetailsinnercon {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.personaldetailsinner-subcon {
    display: flex;
    flex-direction: column;
}

.fsperdet {
    font-weight: 400;
    font-size: 13px;
    color: #344054;
    padding: 65px 0 30px;
}

.fsperdet1 {
    font-weight: 400;
    font-size: 14px;
    color: #667085;
}

.fsperdet2 {
    font-weight: 400;
    font-size: 16px;
    color: #131313;
}

.fsperdetaccepted {
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    color: #027a48;
    background-color: #ecfdf3;
    border-radius: 16px;
    padding: 2px 8px;
    width: 75px;
}

.fsperdetpending {
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    color: #b54708;
    background-color: #fffaeb;
    border-radius: 16px;
    padding: 2px 8px;
    width: 70px;
}

.fsperdetrejection {
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    color: #b42318;
    background-color: transparent;
    border-radius: 16px;
    padding: 2px 8px;
    width: 70px;
}

.perdetinnermaincon > div {
    padding: 20px 0;
}

.portfoliogitlink {
    color: #0071cd;
}

.describecon {
    padding: 0 56px;
}

.acceptedbutton {
    color: #fdfefe;
    align-items: center;
    text-align: center;
    padding: 12px 24px;
    border-radius: 8px;
    background: #E32504;
}

#accept:hover {
    color: #fdfefe !important;
    background: #024c5e !important;
}

.rejectionbutton {
    color: #f04438;
    background: transparent;
    align-items: center;
    text-align: center;
    padding: 12px 24px;
    border-radius: 8px;
    border: 1px solid #f04438;
}

.optioncon {
    display: flex;
    gap: 1rem;
    justify-content: end;
    padding: 50px 30px;
}

#WaitlistTable tr th,
#WaitlistTable tr td {
    padding: 16px 8px;
    border-bottom: 1px solid#EAECF0;
}

#WaitlistTable tr th {
    background-color: #f8f8f8;
}

.dashboardTable tr th,
.dashboardTable tr td {
    padding: 16px 8px;
    border-bottom: 1px solid#EAECF0;
}

.dashboardTable tr th {
    background-color: #f8f8f8;
}

/* privacy policy page */

/* .deplogopripol .depgreenbut {
    max-width: 283px;
    color: #558e9d;
    border: 3px solid #558e9d;
    top: 25px !important;
    height: 3px !important;
    position: relative;
  }

  .deplogopripol {
    position: relative;
    display: flex;
    flex-direction: column;
  } */

.pricenter-mainpage {
    width: 100%;
    background-color: #f4f9fa;
    text-align: center;
    padding: 100px;
}

.fspripoltxt {
    font-weight: 700;
    font-size: 48px;
    color: #2a2b2c;
}

.pricenter-body {
    padding: 56px 100px 0;
}

.pricenter-body > div {
    margin-bottom: 16px;
}

.pripoldatetxt {
    font-weight: 400;
    font-size: 16px;
    color: #E32504;
}

.pripoltxt1 {
    font-weight: 700;
    font-size: 20px;
    color: #373939;
}

.pripoltxt2 {
    font-weight: 400;
    font-size: 16px;
    color: #373939;
}

.pripoltxt2link {
    font-weight: 400;
    font-size: 16px;
}

.pricenter-body ul li {
    list-style-type: disc;
}

.pripoldateinnertxt {
    font-weight: 500;
    font-size: 16px;
    color: #E32504;
}

.brmedium {
    display: block;
    margin-bottom: 1em;
}

.pagetabnavcon {
    display: none;
    justify-content: space-between;
    padding-top: 24px;
    padding-bottom: 10px;
    align-items: center;
}

.pagetabnavcon2 {
    display: flex;
    justify-content: space-between;
    padding-top: 24px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

.fsnum4 {
    font-weight: 400;
    font-size: 16px;
    color: #2a2b2c;
}

.numapplications {
    font-weight: 400;
    font-size: 18px;
    color: #263238;
}

.numapplications2 {
    font-weight: 900;
    font-size: 18px;
    color: #263238;
}

.leftrightnavcon {
    padding-left: 5px;
    align-items: center;
}

.leftrightnavcon .ni-chevron-left {
    font-size: 23px;
    color: #212121;
}

.leftrightnavcon .ni-chevron-right {
    font-size: 23px;
    color: #212121;
}

.waitlisttable {
    padding-left: 30px;
    padding-right: 30px;
}

.dashboardTable .ni-chevron-right {
    font-size: 23px;
    color: #9ca1a5;
}

/* Style the dropdown container */
.Mydropdown {
    position: relative;
    display: inline-block;
}

/* Style the dropdown button */
.Mydropdown-btn {
    background-color: #fcfcfe;
    color: #667085;
    padding: 10px 16px;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #bdbdbd;
    border-radius: 8px;
}

/* Style the dropdown content (hidden by default) */
.Mydropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 8px;
}

/* Style the dropdown links */
.Mydropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Style the dropdown links on hover */
.Mydropdown-content a:hover {
    background-color: #f1f1f1;
}

/* Show the dropdown content when the dropdown button is clicked */
.Mydropdown .Mydropdown-content.show {
    display: block;
}

.todcon {
    padding: 10px;
}

.container-img {
    display: flex;
    width: 50%;
    /* padding: 4% 2%; */
    box-sizing: border-box;
}

.box {
    flex: 1;
    overflow: hidden;
    transition: 0.5s;
    margin: 0 1%;
    /* box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1); */
    line-height: 0;
}

.box > img {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    height: calc(100% - 0vh);
    object-fit: cover;
    transition: 0.5s;
    border-radius: 8.00335px;
}

.box:hover {
    flex: 1 1 30%;
}

/* .box:hover > img {
    width: 85%;
    height: 85%;
} */

.ni-copy {
    color: #1c9b88;
}

.ni-copy:hover {
    color: #027a48;
}

.ali-copy {
    align-items: center;
    display: flex;
}

.pl2 {
    padding-left: 7px;
}

.pr2 {
    padding-right: 7px;
}

.temscontxt1 {
    font-weight: 700;
    font-size: 16px;
    color: #373939;
}

.fscontustxt {
    font-weight: 700;
    font-size: 48px;
    color: #2a2b2c;
    text-align: center;
}

.paddcontus {
    padding-top: 100px;
}

.fswahfutxt {
    font-weight: 400;
    font-size: 18px;
    color: #646768;
    text-align: center;
}

.mainconcontus {
    display: flex;
    padding: 48px 50px 0;
    align-items: center;
    /* width: 100%; */
}

.ni-mail {
    font-size: 20px;
    color: orange;
}

.ni-call-alt {
    font-size: 20px;
    color: orange;
}

.fscontusemail {
    font-weight: 400;
    font-size: 18px;
    color: #646768 !important;
}

.gapcontus {
    display: flex;
    gap: 7rem;
    justify-content: center;
}

.imgcontus {
    width: 50%;
}

.innergapcontus {
    display: flex;
}

.consection-acceptancemail {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    background-color: #fff;
    width: 491px;
    /* height: 665px; */
    border: 1px solid #fdfefe;
    border-radius: 16px;
    padding: 1.5rem;
}

.deploylogo-mail {
    width: 100%;
}

.fsmailtxt1 {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
}

.forgotpasscon .ni-chevron-left {
    font-size: 20px;
}

.illustration-img {
    margin: auto;
    display: flex;
}

.form-check-input:checked {
    background-color: #E32504;
    border-color: #E32504;
}

.form-check-input:focus {
    border-color: #E32504;
    outline: 0;
    box-shadow: none;
    /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e"); */
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.welcome-admincon {
    padding: 20px 30px 0px;
    display: flex;
    justify-content: space-between;
}

.form-check label {
    display: flex !important;
}

.form-switch {
    padding-left: 2.5em;
    gap: 0.5rem;
    display: flex;
    align-items: center;
}

@media (min-width: 1160px) and (max-width: 1205px) {
    /* .conside {
      display: none;
    } */

    /* .sidebar {
      max-width: 200px;
    } */

    /* .res-sidebar {
      gap: 1rem;
    }

    .res-sidebar .bi-list {
      display: block;
    } */

    /* .consection { */
    /* margin-left: 200px; */
    /* width: 100%;  */
    /* padding: 12px 20px; */
    /* } */
}

@media (min-width: 768px) {
    .mobile-nav {
        display: none;
    }

    .hamburger {
        display: none;
    }
}

@media (min-width: 320px) and (max-width: 1170px) {
    .mainconcontus {
        display: flex;
        flex-direction: column;
        padding: 0;
        align-items: none;
        /* width: 100%; */
    }

    .gapcontus {
        display: flex;
        gap: none;
        justify-content: space-between;
        /* flex-direction: column; */
    }

    .imgcontus {
        width: 70%;
        justify-content: center;
        display: flex;
    }

    .flex-containercontus {
        width: 70%;
    }

    .innergapcontus {
        display: flex;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 950px) {
    .container-img {
        display: flex;
        width: 100%;
        padding: 4% 2%;
        box-sizing: border-box;
        /* height: 65vh; */
    }

    .box:hover {
        flex: 1 1 30%;
    }
}

@media (min-width: 950px) and (max-width: 1190px) {
    .container-img {
        display: flex;
        width: 70%;
        padding: 4% 2%;
        box-sizing: border-box;
        /* height: 65vh; */
    }

    .box:hover {
        flex: 1 1 30%;
    }
}

@media (min-width: 768px) and (max-width: 1190px) {
    .consection {
        margin-left: 200px;
    }

    .sidebar {
        max-width: 200px;
    }

    .lytcon {
        padding: 1.5% 5% 1.5% 5%;
        display: flex;
        max-width: 70%;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .lytccon {
        display: flex;
        flex-direction: column;
        /* width: 220px; */
    }

    .launchcon {
        position: relative;
    }

    .launchcon .rocketimg {
        position: absolute;
        top: -6%;
        left: 96%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    .fslytctxt {
        font-weight: 700;
        font-size: 48px;
        color: #2a2b2c;
        text-align: center;
    }

    .fsdis {
        font-weight: 400;
        font-size: 18px;
        color: #646768;
        text-align: center;
    }

    .regnowcon {
        justify-content: center !important;
    }

    .regnowcon2 {
        display: flex;
        justify-content: left;
        padding: 20px 20px 20px 0;
    }

    .regnow {
        background-color: #E32504;
        border: 1px solid #E32504;
        border-radius: 8px;
        border-collapse: collapse;
        padding: 12px 24px !important;
        text-align: center;
        text-decoration: none !important;
        display: inline-block;
        color: #fdfefe !important;
        font-weight: 500 !important;
        font-size: 16px;
    }

    .imagesdisplay {
        width: 170.48px;
        height: 455.25px;
    }

    .imagesdisplay2 {
        width: 259.5px;
        height: 480.25px;
    }

    .imagesdisplay3 {
        width: 170.48px;
        height: 455.25px;
    }

    .imgcon {
        display: flex;
        align-items: center;
        gap: 0;
        /* width: 220px; */
    }

    .logocon {
        display: flex;
        justify-content: center;
        gap: 7.5rem;
        padding-top: 70px;
        display: none;
    }

    .tapcon {
        padding: 8.5% 5% 8.5% 5%;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .tapconnote {
        padding: 0px 0px 32px;
        width: 520px;
        text-align: justify;
        margin: auto;
    }

    .laptopimg {
        margin: auto;
        display: flex;
    }

    .fswd {
        font-weight: 500;
        font-size: 14px;
        color: #E32504;
        text-align: center;
    }

    .fstap {
        font-weight: 600;
        font-size: 36px;
        color: #2a2b2c;
        text-align: center;
    }

    .fslnote {
        font-weight: 400;
        font-size: 20px;
        color: #5b5e5f;
    }

    .fslp {
        font-weight: 500;
        font-size: 14px;
        color: #E32504;
        text-align: center;
    }

    .fschooseytp {
        text-align: center;
        font-weight: 600;
        font-size: 36px;
        color: #2a2b2c;
    }

    .fbpcon {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px 0px 20px 0px;
    }

    .fbcon {
        display: flex;
        flex-direction: column;
        gap: 3.5rem;
    }

    .frontcon {
        border: 1px solid #0b4870 !important;
        background-color: #0b4870 !important;
        width: 514px;
        height: 304px;
        padding: 25px 25px 10px 25px;
        border-radius: 16px;
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .frontcon .webcon {
        position: absolute;
        top: 75%;
        left: 76%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    .backcon {
        border: 1px solid #E32504 !important;
        background-color: #E32504 !important;
        width: 529px;
        height: 304px;
        padding: 25px 25px 20px 25px;
        border-radius: 16px;
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .backcon .piecon {
        position: absolute;
        top: 70%;
        left: 76%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    .productcon {
        border: 1px solid #52abb3 !important;
        background-color: #52abb3 !important;
        width: 529px;
        height: 304px;
        padding: 25px 25px 10px 25px;
        border-radius: 16px;
        position: relative;
        margin-top: 3rem;
        display: flex;
        flex-direction: column;
    }

    .productcon .stackcon {
        position: absolute;
        top: 67%;
        left: 80%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: 190px;
    }

    .fsfrontend {
        font-weight: 600;
        font-size: 24px;
        color: #fdfdfe;
        width: 171px;
    }

    .fsfrontend2 {
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        color: #fdfdfe;
        width: 354px;
    }

    .fsbackend {
        font-weight: 600;
        font-size: 24px;
        color: #fdfdfe;
        width: 166px;
    }

    .fsbackend2 {
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        color: #fdfdfe;
        width: 354px;
    }

    .fsproductd {
        font-weight: 600;
        font-size: 24px;
        color: #fdfdfe;
    }

    .fsproductd2 {
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        color: #fdfdfe;
        width: 459px;
    }

    .wctutxt {
        font-weight: 500;
        font-size: 14px;
        color: #E32504;
        text-align: center;
    }

    .fsyg {
        font-weight: 600;
        font-size: 36px;
        color: #2a2b2c;
        text-align: center;
    }

    .whycon {
        padding-top: 100px;
    }

    .mainwhycon {
        padding-top: 60px;
        display: flex;
        flex-direction: column;
        gap: 2rem;
        display: none;
    }

    .mainwhycon2 {
        padding-top: 60px;
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .innerwhycon {
        display: flex;
        justify-content: center;
        gap: 3rem;
    }

    .innerwhycon2 {
        display: flex;
        justify-content: center;
        gap: 3rem;
    }

    .whyboxes {
        width: 306px;
        height: 192px;
        display: flex;
        flex-direction: column;
        background-color: #f9fbfb;
        border-radius: 24px;
        padding: 15px;
        /* gap: 32px; */
        position: relative;
    }

    .whyboxes .whyboxesimg {
        position: absolute;
        top: 20%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: 40px;
        height: 40px;
    }

    .fsfirsttxt {
        font-weight: 500;
        font-size: 20px;
        color: #2a2b2c;
        text-align: center;
    }

    .fssecondttxt {
        font-weight: 400;
        font-size: 16px;
        color: #5b5e5f;
        text-align: center;
    }

    .whypaddtxt {
        padding-top: 70px;
    }

    .blackcon {
        display: flex;
        position: relative;
        margin-top: 100px;
        width: 100%;
        background-color: #000814;
        height: 452px;
        padding: 25px 0px 0 0;
        align-items: center;
        justify-content: center;
    }

    .blackcon .personimg {
        position: absolute;
        top: 53.65%;
        left: 25%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: 500px;
    }

    .txtareablackcon {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 60px 15px 50px 0px;
    }

    .fsjs {
        font-weight: 500;
        font-size: 14px;
        color: #fdfdfe;
    }

    .fswauwf {
        font-weight: 600;
        font-size: 32px;
        color: #fdfdfe;
    }

    .fsdatxt {
        font-weight: 400;
        font-size: 14px;
        color: #fdfdfe;
    }

    .paddtopq {
        padding-top: 100px;
    }

    /*
        button {
          border: none !important;
        } */

    .card-header {
        padding: 12px 16px !important;
        margin-bottom: 0;
        background-color: #f9fbfb !important;
        border-bottom: 1px solid #97999a !important;
    }

    .card {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: none !important;
        border-radius: 0 !important;
    }

    .card-body {
        border-bottom: 1px solid #97999a;
    }

    .questionscon {
        padding: 4.5% 5% 1.5% 5%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 1rem;
    }

    .questionstextarea {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .fsqft {
        font-weight: 500;
        font-size: 14px;
        color: #E32504;
        text-align: center;
    }

    .fsfaqtxt {
        font-weight: 600;
        font-size: 36px;
        color: #2a2b2c;
        text-align: center;
    }

    #accordion {
        width: 100%;
    }

    .accdtxt1 {
        font-weight: 500;
        font-size: 20px;
        color: #373939;
    }

    .accdtxt2 {
        font-weight: 400;
        font-size: 16px;
        color: #373939;
    }

    .accordion {
        background-color: white;
        color: #444;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        transition: 0.4s;
        /* border-bottom: 0.5px solid #97999a; */
        /* padding: 12px 16px !important; */
    }

    .active,
    .accordion:hover {
        background-color: #f9fbfb;
    }

    .accordion:after {
        content: "\002B";
        color: #777;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

    .panel {
        padding: 0 18px;
        background-color: white;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        /* border: none !important; */
        margin-bottom: 0px !important;
        border-bottom: 0.5px solid #97999a !important;
    }

    .accpadtop {
        padding-top: 20px;
        padding-bottom: 10px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .regno {
        display: none;
    }
    .box > img {
        width: 100%;
        height: calc(100% - 0vh);
        object-fit: cover;
        transition: 0.5s;
        border-radius: 8.00335px;
    }
    .workinput3-contus {
        border: none !important;
        border-radius: 8px !important;
        border: 1px solid #a9afaf !important;
        border-collapse: collapse !important;
        padding: 12px 16px !important;
        width: 100%;
        height: 160px;
        background-color: #fafcfd !important;
        font-family: "Mona-Sans", sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: #2a2b2c;
    }

    .consectionlogin {
        margin-top: 180px !important;
        margin: auto;
        background-color: #fafcfd;
        border-radius: 8px;
        box-shadow: 0px 4px 6px -1px rgba(34, 34, 34, 0.08),
            0px 2px 4px -1px rgba(34, 34, 34, 0.06);
        border: 1px solid #fafcfd;
        max-width: 602px;
        padding: 24px;
    }

    .consectionwaitlist {
        margin-top: 60px !important;
        margin: auto;
        background-color: #fafcfd;
        border-radius: 8px;
        box-shadow: 0px 4px 6px -1px rgba(34, 34, 34, 0.08),
            0px 2px 4px -1px rgba(34, 34, 34, 0.06);
        border: 1px solid #fafcfd;
        max-width: 723px;
        padding: 24px;
    }

    .mainconcontus {
        display: flex;
        flex-direction: column;
        padding: 28px 24px 0;
        align-items: none;
        /* width: 100%; */
    }

    .gapcontus {
        display: flex;
        gap: 2rem;
        justify-content: center;
        flex-direction: column;
    }

    .imgcontus {
        width: 100%;
        justify-content: center;
        display: flex;
    }

    .flex-containercontus {
        width: 100%;
    }

    .innergapcontus {
        display: block;
        text-align: center;
    }

    .pricenter-body {
        padding: 56px 30px 0;
    }

    .fspripoltxt {
        font-size: 40px;
    }

    .pripoltxt1 {
        font-size: 18px;
    }

    .pripoltxt2 {
        font-size: 14px;
    }

    .lytcon {
        padding: 16px 16px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .lytccon {
        width: 358px;
    }

    .abtfaq {
        display: none;
    }

    .jwcon {
        display: none;
    }

    .topnav {
        padding: 30px 24px 16px 24px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .hamburgercon {
        display: block;
    }

    .fslytctxt {
        text-align: center;
        font-size: 30px;
    }
    .tech {
        font-size: 35px;
    }

    .fsdis {
        text-align: center;
        font-size: 14px;
    }

    .regnowcon2 {
        display: flex;
        justify-content: center;
        padding: 20px;
    }

    .consectionland {
        margin-top: 125px !important;
    }

    .imagesdisplay {
        width: 87.48px;
        height: 275.25px;
    }

    .imagesdisplay2 {
        width: 159.5px;
        height: 275.25px;
    }

    .imagesdisplay3 {
        width: 87.48px;
        height: 275.25px;
    }

    .imgcon {
        display: flex;
        align-items: center;
        padding: 40px 0;
    }

    .logocon {
        display: flex;
        justify-content: center;
        gap: 2.5rem;
        padding: 32px 24px 32px 24px;
        display: none;
    }

    .tapcon {
        flex-direction: column-reverse;
        padding: 16px 24px 72px;
        row-gap: 1rem;
    }

    .laptopimg {
        width: 350px;
        margin: auto;
        display: flex;
    }

    .fswd {
        text-align: center;
        font-size: 14px;
    }

    .fstap {
        text-align: center;
        font-size: 18px;
    }

    .fslnote {
        font-size: 14px;
    }

    .tapconnote {
        padding: 0px 0px 32px;
        width: 327px;
        text-align: justify;
        margin: auto;
    }

    .fbpcon {
        padding: 16px 24px 0px;
        gap: 1rem;
    }

    .frontcon {
        display: flex;
        width: 343px;
        height: 199.41px;
        padding: 20px 15px 0;
    }

    .backcon {
        display: flex;
        width: 343px;
        height: 199.41px;
        padding: 20px 15px 0;
    }

    .productcon {
        display: flex;
        width: 343px;
        height: 199.41px;
        padding: 20px 15px 0;
        margin: 0;
    }

    .fbcon {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .fsfrontend {
        font-weight: 600;
        font-size: 16px;
        color: #fdfdfe;
        width: 230.84px;
    }

    .fsfrontend2 {
        font-weight: 400;
        font-size: 11px;
        line-height: 22px;
        color: #fdfdfe;
        width: 230.84px;
    }

    .fsbackend {
        font-weight: 600;
        font-size: 16px;
        color: #fdfdfe;
        width: 166px;
    }

    .fsbackend2 {
        font-weight: 400;
        font-size: 11px;
        line-height: 22px;
        color: #fdfdfe;
        width: 232.21px;
    }

    .fsproductd {
        font-weight: 600;
        font-size: 16px;
        color: #fdfdfe;
        width: 232.21px;
    }

    .fsproductd2 {
        font-weight: 400;
        font-size: 11px;
        line-height: 22px;
        color: #fdfdfe;
        width: 232.21px;
    }

    .frontcon .webcon {
        position: absolute;
        top: 75%;
        left: 76%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: 100px;
        height: 83.15px;
    }

    .backcon .piecon {
        position: absolute;
        top: 78%;
        left: 76%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: 102.26px;
        height: 80.72px;
    }

    .productcon .stackcon {
        position: absolute;
        top: 75%;
        left: 76%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: 102.26px;
        height: 80.72px;
    }

    .launchcon .rocketimg {
        position: absolute;
        top: 2%;
        left: 84%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: 40px;
    }

    .fschooseytp {
        font-size: 18px;
    }

    .whycon {
        padding-top: 50px;
    }

    .fsyg {
        font-size: 18px;
    }

    .innerwhycon {
        display: flex;
        flex-direction: column;
        gap: 1.7rem;
    }

    .whyboxes {
        width: 306px;
        height: 192px;
        display: flex;
        flex-direction: column;
        background-color: #f9fbfb;
        border-radius: 24px;
        padding: 15px;
        /* gap: 32px; */
        position: relative;
        margin: auto;
    }

    .fsfirsttxt {
        font-weight: 500;
        font-size: 14px;
        color: #2a2b2c;
        text-align: center;
    }

    .fssecondttxt {
        font-weight: 400;
        font-size: 12px;
        color: #5b5e5f;
        text-align: center;
    }

    .whyboxes .whyboxesimg {
        position: absolute;
        top: 20%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: 40px;
        height: 40px;
    }

    .whypaddtxt {
        padding-top: 80px;
    }

    .blackcon {
        margin-top: 0px;
        display: flex;
        justify-content: center;
        height: 290px;
        padding: 0;
        margin-top: 40px;
    }

    .blackcon .personimg {
        display: none;
    }

    .txtareablackcon {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 50px 0 0 0 !important;
    }

    .fsjs {
        font-weight: 500;
        font-size: 12px;
        color: #fdfdfe;
        text-align: center;
    }

    .fsdatxt {
        width: 80%;
    }

    .fswauwf {
        font-weight: 600;
        font-size: 22px;
        color: #fdfdfe;
        text-align: center;
    }

    .fsdatxt {
        font-weight: 400;
        font-size: 14px;
        color: #fdfdfe;
        text-align: center;
        padding: 0;
        margin: 0;
    }

    .questionscon {
        padding: 40px 24px 16px;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .questionstextarea {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .fsqft {
        font-weight: 500;
        font-size: 12px;
        color: #E32504;
        text-align: center;
    }

    .fsfaqtxt {
        font-weight: 600;
        font-size: 18px;
        color: #2a2b2c;
        text-align: center;
    }

    .accdtxt1 {
        font-weight: 500;
        font-size: 14px;
        color: #373939;
    }

    .accdtxt2 {
        font-weight: 400;
        font-size: 13px;
        color: #373939;
    }

    .accordion {
        background-color: white;
        color: #444;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        transition: 0.4s;
    }

    #accordion {
        width: 100%;
    }

    .txtfoot {
        font-size: 10px;
    }

    .txtfootlink {
        font-size: 10px;
    }

    .footer {
        padding: 16px 24px 16px;
        flex-direction: column;
        text-align: center;
    }

    .footer-form {
        flex-direction: column;
        text-align: center;
    }

    .pricenter-mainpage {
        padding: 50px;
    }

    .dep_logo {
        width: 95.49px;
    }

    .minimg {
        width: 16px;
    }

    .mainwhycon {
        padding-top: 16px;
    }

    .namesmain {
        display: flex !important;
        gap: 1rem;
        flex-direction: column;
    }

    .names {
        display: flex !important;
        gap: 2rem;
        flex-direction: column-reverse;
    }

    .workinput {
        border: none !important;
        border-radius: 8px !important;
        border: 1px solid #a9afaf !important;
        border-collapse: collapse !important;
        padding: 12px 16px !important;
        width: 100%;
        background-color: #fafcfd;
        font-family: "Mona-Sans", sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: #2a2b2c;
    }

    .a3 {
        width: 100%;
        background-color: #fafcfd;
        border: none;
        border-radius: 8px;
        border-collapse: collapse;
        padding: 12px 24px !important;
        text-align: center;
        text-decoration: none !important;
        display: inline-block;
        color: #E32504 !important;
        font-weight: 500 !important;
        font-size: 16px;
        font-weight: 500;
    }

    .a4 {
        width: 100%;
    }

    .marksimg {
        left: 9.5%;
    }

    .fsper {
        font-weight: 400;
        font-size: 12px;
        color: #E32504;
    }

    .fsprof {
        font-weight: 400;
        font-size: 12px;
        color: #a3a9aa;
    }

    .workinput3 {
        border: none !important;
        border-radius: 8px !important;
        border: 1px solid #a9afaf !important;
        border-collapse: collapse !important;
        padding: 12px 16px !important;
        width: 100%;
        height: 160px;
        background-color: #fafcfd !important;
        font-family: "Mona-Sans", sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: #2a2b2c;
    }

    .nxtcon .bi-arrow-right {
        position: absolute;
        top: 24%;
        right: 39%;
        cursor: pointer;
        color: #fdfefe;
        font-size: 20px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .container-img {
        display: flex;
        width: 100%;
        padding: 4% 2%;
        box-sizing: border-box;
        /* height: 65vh; */
    }

    .box:hover {
        flex: 1 1 30%;
    }
}

@media (min-width: 1463px) and (max-width: 1517px) {
    .launchcon .rocketimg {
        top: 71.5%;
    }
}

@media (min-width: 1210px) and (max-width: 1250px) {
    .launchcon .rocketimg {
        top: 2.5%;
    }
}

@media (min-width: 1375px) and (max-width: 1462px) {
    .launchcon .rocketimg {
        top: 73.5%;
    }
}

@media (min-width: 1516px) and (max-width: 1554px) {
    .launchcon .rocketimg {
        top: 29.5%;
    }
}

@media (min-width: 765px) and (max-width: 1190px) {
    body > div > div.consectionland > div.lytcon > div.lytccon {
        width: 100%;
        margin: auto;
    }
}

@media (min-width: 436px) and (max-width: 550px) {
    .modal-content {
        width: 320px !important;
        padding: 10px 20px 20px 20px;
        margin: auto;
    }

    .closebut {
        display: flex;
        justify-content: flex-end;
        color: black !important;
    }

    .close {
        color: black !important;
    }

    .bi-x-lg {
        font-size: 20px;
        color: black !important;
    }

    .size {
        font-size: 20px;
    }

    .corr {
        display: flex;
        justify-content: center;
    }

    .corrimg {
        margin: auto;
        width: 70px;
    }

    .appuser {
        font-weight: 700;
        font-size: 22px;
        color: #646768;
        text-align: center;
    }

    .pnote {
        font-weight: 400;
        font-size: 13px;
        color: #646768;
        text-align: center;
    }

    .ok {
        background-color: #E32504;
        border: 1px solid #E32504;
        border-radius: 8px;
        border-collapse: collapse;
        padding: 12px 24px !important;
        text-align: center;
        text-decoration: none !important;
        display: inline-block;
        color: #fdfefe !important;
        font-weight: 500 !important;
        width: 73px;
        font-size: 16px;
    }

    .modal-content {
        -webkit-box-shadow: 0 !important;
        box-shadow: 0 !important;
        width: 512px;
    }

    .nxtcon .bi-arrow-right {
        position: absolute;
        top: 24%;
        right: 35%;
        cursor: pointer;
        color: #fdfefe;
        font-size: 20px;
    }
}

@media (min-width: 396px) and (max-width: 435px) {
    .modal-content {
        width: 300px !important;
        padding: 10px 20px 20px 20px;
        margin: 0 55px;
    }

    .closebut {
        display: flex;
        justify-content: flex-end;
        color: black !important;
    }

    .close {
        color: black !important;
    }

    .bi-x-lg {
        font-size: 15px;
        color: black !important;
    }

    .size {
        font-size: 20px;
    }

    .corr {
        display: flex;
        justify-content: center;
    }

    .corrimg {
        margin: auto;
        width: 60px;
    }

    .appuser {
        font-weight: 700;
        font-size: 17px;
        color: #646768;
        text-align: center;
    }

    .pnote {
        font-weight: 400;
        font-size: 12px;
        color: #646768;
        text-align: center;
    }

    .ok {
        background-color: #E32504;
        border: 1px solid #E32504;
        border-radius: 8px;
        border-collapse: collapse;
        padding: 9px 20px !important;
        text-align: center;
        text-decoration: none !important;
        display: inline-block;
        color: #fdfefe !important;
        font-weight: 500 !important;
        width: 73px;
        font-size: 16px;
    }

    .modal-content {
        -webkit-box-shadow: 0 !important;
        box-shadow: 0 !important;
        width: 512px;
    }

    .nxtcon .bi-arrow-right {
        position: absolute;
        top: 24%;
        right: 33%;
        cursor: pointer;
        color: #fdfefe;
        font-size: 20px;
    }
}

@media (min-width: 376px) and (max-width: 395px) {
    .modal-content {
        width: 300px !important;
        padding: 10px 20px 20px 20px;
        margin: 0 45px;
    }

    .closebut {
        display: flex;
        justify-content: flex-end;
        color: black !important;
    }

    .close {
        color: black !important;
    }

    .bi-x-lg {
        font-size: 15px;
        color: black !important;
    }

    .size {
        font-size: 20px;
    }

    .corr {
        display: flex;
        justify-content: center;
    }

    .corrimg {
        margin: auto;
        width: 60px;
    }

    .appuser {
        font-weight: 700;
        font-size: 17px;
        color: #646768;
        text-align: center;
    }

    .pnote {
        font-weight: 400;
        font-size: 12px;
        color: #646768;
        text-align: center;
    }

    .ok {
        background-color: #E32504;
        border: 1px solid #E32504;
        border-radius: 8px;
        border-collapse: collapse;
        padding: 9px 20px !important;
        text-align: center;
        text-decoration: none !important;
        display: inline-block;
        color: #fdfefe !important;
        font-weight: 500 !important;
        width: 73px;
        font-size: 16px;
    }

    .modal-content {
        -webkit-box-shadow: 0 !important;
        box-shadow: 0 !important;
        width: 512px;
    }

    .nxtcon .bi-arrow-right {
        position: absolute;
        top: 24%;
        right: 32%;
        cursor: pointer;
        color: #fdfefe;
        font-size: 20px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .container-img {
        display: flex;
        width: 100%;
        padding: 4% 0%;
        margin: 20px 0px;
        box-sizing: border-box;
        /* height: 40vh; */
    }

    .box {
        flex: 1;
        overflow: hidden;
        transition: 0.5s;
        margin: 0 1%;
        /* box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1); */
        line-height: 0;
    }

    .tech {
        font-size: 32px;
    }

    .box > img {
        width: 100%;
        height: calc(100% - 0vh);
        object-fit: cover;
        transition: 0.5s;
        border-radius: 8.00335px;
    }

    .box:hover {
        flex: 1 1 20%;
    }

    .box:hover > img {
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 320px) and (max-width: 375px) {
    .modal-content {
        width: 300px !important;
        padding: 10px 20px 20px 20px;
        margin: 0 35px;
    }

    .closebut {
        display: flex;
        justify-content: flex-end;
        color: black !important;
    }

    .close {
        color: black !important;
    }

    .bi-x-lg {
        font-size: 15px;
        color: black !important;
    }

    .size {
        font-size: 20px;
    }

    .corr {
        display: flex;
        justify-content: center;
    }

    .corrimg {
        margin: auto;
        width: 60px;
    }

    .appuser {
        font-weight: 700;
        font-size: 17px;
        color: #646768;
        text-align: center;
    }

    .pnote {
        font-weight: 400;
        font-size: 12px;
        color: #646768;
        text-align: center;
    }

    .ok {
        background-color: #E32504;
        border: 1px solid #E32504;
        border-radius: 8px;
        border-collapse: collapse;
        padding: 9px 20px !important;
        text-align: center;
        text-decoration: none !important;
        display: inline-block;
        color: #fdfefe !important;
        font-weight: 500 !important;
        width: 73px;
        font-size: 16px;
    }

    .modal-content {
        -webkit-box-shadow: 0 !important;
        box-shadow: 0 !important;
        width: 512px;
    }

    .nxtcon .bi-arrow-right {
        position: absolute;
        top: 24%;
        right: 29%;
        cursor: pointer;
        color: #fdfefe;
        font-size: 20px;
    }
}

.full-page-loader {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.loader {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: block;
    margin: 15px auto;
    position: relative;
    background: #fff;
    box-shadow: -24px 0 #fff, 24px 0 #fff;
    box-sizing: border-box;
    animation: shadowPulse 2s linear infinite;
}

@keyframes shadowPulse {
    33% {
        background: #fff;
        box-shadow: -24px 0 #E32504, 24px 0 #fff;
    }

    66% {
        background: #E32504;
        box-shadow: -24px 0 #fff, 24px 0 #fff;
    }

    100% {
        background: #fff;
        box-shadow: -24px 0 #fff, 24px 0 #E32504;
    }
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 16px 8px;
}

#approvedApplicants_wrapper > div.dt-buttons.btn-group.flex-wrap > button {
    padding: 12px 16px;
    cursor: pointer;
    border: 1px solid #bdbdbd;
    border-radius: 8px;
}

#approvedApplicants_wrapper > div:nth-child(1) > div:nth-child(1) {
    display: none;
}

#approvedApplicants_filter {
    float: none;
}
#approvedApplicants_filter > label {
    text-align: left;
}

#approvedApplicants_filter > label > input {
    margin-left: 7px !important;
    width: 40%;
}

#submittedAssessments_wrapper > div.dt-buttons.btn-group.flex-wrap > button {
    padding: 12px 16px;
    cursor: pointer;
    border: 1px solid #bdbdbd;
    border-radius: 8px;
}

#submittedAssessments_wrapper > div:nth-child(1) > div:nth-child(1) {
    display: none;
}

#submittedAssessments_filter {
    float: none;
}
#submittedAssessments_filter > label {
    text-align: left;
}

#submittedAssessments_filter > label > input {
    margin-left: 7px !important;
    width: 40%;
}

#passedAssessments_wrapper > div.dt-buttons.btn-group.flex-wrap > button {
    padding: 12px 16px;
    cursor: pointer;
    border: 1px solid #bdbdbd;
    border-radius: 8px;
}

#passedAssessments_wrapper > div:nth-child(1) > div:nth-child(1) {
    display: none;
}

#passedAssessments_filter {
    float: none;
}
#passedAssessments_filter > label {
    text-align: left;
}

#passedAssessments_filter > label > input {
    margin-left: 7px !important;
    width: 40%;
}

#failedAssessments_wrapper > div.dt-buttons.btn-group.flex-wrap > button {
    padding: 12px 16px;
    cursor: pointer;
    border: 1px solid #bdbdbd;
    border-radius: 8px;
}

#failedAssessments_wrapper > div:nth-child(1) > div:nth-child(1) {
    display: none;
}

#failedAssessments_filter {
    float: none;
}
#failedAssessments_filter > label {
    text-align: left;
}

#failedAssessments_filter > label > input {
    margin-left: 7px !important;
    width: 40%;
}

#phase2Accepted_wrapper > div.dt-buttons.btn-group.flex-wrap > button {
    padding: 12px 16px;
    cursor: pointer;
    border: 1px solid #bdbdbd;
    border-radius: 8px;
}

#phase2Accepted_wrapper > div:nth-child(1) > div:nth-child(1) {
    display: none;
}

#phase2Accepted_filter {
    float: none;
}
#phase2Accepted_filter > label {
    text-align: left;
}

#phase2Accepted_filter > label > input {
    margin-left: 7px !important;
    width: 40%;
}

#phase2Rejected_wrapper > div.dt-buttons.btn-group.flex-wrap > button {
    padding: 12px 16px;
    cursor: pointer;
    border: 1px solid #bdbdbd;
    border-radius: 8px;
}

#phase2Rejected_wrapper > div:nth-child(1) > div:nth-child(1) {
    display: none;
}

#phase2Rejected_filter {
    float: none;
}
#phase2Rejected_filter > label {
    text-align: left;
}

#phase2Rejected_filter > label > input {
    margin-left: 7px !important;
    width: 40%;
}
