.form-main {
    background-color: white;
    min-height: 100vh;
}

.form-section {
    /* background-color: red; */
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
}

.form-sec{
    width: 80%;
}

.form-table {
    background-color: white;
    border-radius: 10px;
    padding: 26px 10px 30px 10px;
    box-shadow: 0px 3px 6px rgb(182, 182, 182);
    /* background-color: blue; */
}

.form-table2 {
    background-color: white;
    border-radius: 10px;
    padding: 10px 10px 20px 10px;
    box-shadow: 0px 3px 6px rgb(182, 182, 182);
    /* background-color: blue; */
}

.form-table h1,
.form-table h3,
.form-table p {
    color: #00459A;
}

.form-parts {
    width: 100%;
    margin-top: 20px;
}

.form-input {
    position: relative;
    width: 100%;
}

.form-input input {
    width: 100%;
    box-sizing: border-box;
}

.form-input i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
}

.form-button {
    background-color: #00459A;
    color: white;
    border-radius: 5px;
}

.form-control {
    border-color: #ccc;
}


.social-login-button {
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    transition: 0.3s;
}

.social-login-button:hover {
    color: #fff;
}

.google-button:hover {
    background-color: #ffe8ea;  
    color: white;
}

.facebook-button:hover {
    background-color: #c2e0ff;
    color: white;
}

.left-logo-color{
    margin-top: 5px;
}

.left-logo-color h2,
.left-logo-color p{
    color: #00459A;
}

.left-logo-color p{
    margin-top: -11px;
}

.fa-google {
    background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    padding-right: 5px;
  }

.contain{
margin: 100px 0;
}

.segment-button button:hover{
    background-color: #00459A;
    color: white;
}

.segment-button button{
    background-color: white;
    color: black;
}

.customer-btn.active {
    background-color: #00459A;
    color: white;
}
.btn.active {
    background-color: white;
    color: #00459A;
}
.segment-button-css button:focus,
.segment-button-css button.focus {
    outline: none !important;
    box-shadow: none !important;
}

.segment-button-css button {
    font-size: 1rem;
    line-height: 1.5;
    white-space: normal;
}

@media (max-width: 1200px) {
    
} 

@media (max-width: 576px) {
    .segment-button-css button {
        font-size: 0.8rem;
        padding: 0.5rem 0.75rem;
        flex-direction: column;
    }
}

@media (max-width: 400px) {
    .segment-button-css button {
      flex-direction: column;
      padding: 10px;
    }
  }
.segment-button-css button {
        font-size: 0.8rem;
        padding: 0.5rem 0.75rem;
        flex-direction: column;
    }





/* SKills Assessment CSS / category-select */
.select-category-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    width: min(100%, 1000px);
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 15px;
    box-shadow: 0px 3px 6px rgb(182, 182, 182);
}
.select-category-wrap h1,
.select-category-wrap h3,
.select-category-wrap p {
    color: #00459A;
}
.select-category-wrap p {
    font-weight: 500;
}

.category-icons-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.category-icons {
    /*flex: 0 0 calc(16.66% - 10px);  Make each item take up 1/6th of the row, minus margins */
    width: min(100%, 110px);
    height: max(fit-content, 120px);
    box-sizing: border-box; 
    display: flex;
    justify-content: center;
    margin: 10px;
    border: 2px solid #00459A;
    box-shadow: 3px 3px 4px #b7b7b7;
    border-radius: 5px;
}
.category-icons.selected {
    border-color: #f1cc32;
}

.category-icons.selected{
    border: 2px solid #f1cc32;
}

.category-icon-single {
    cursor: pointer;
    margin: 15px 8px 0px 8px;
    text-wrap: wrap;
}

.category-icon-single p {
    margin-top: 7px;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.2rem;
    text-align: center; 
    word-wrap: break-word; 
    overflow-wrap: break-word;
    white-space: normal;
}


.category-icon-single i {
    color: #00459A;
    font-size: 2.6rem;
}

.category-icon-single.selected i {
    color: #f1cc32;
}
.category-icon-single.selected p {
    color: #f1cc32;
}

.category-selected {
    margin-bottom: 30px;
}
.category-selected p {
    font-weight: 600;
}

.category-selected span {
    display: inline-block;
}

.category-selected span span {
    background-color: #fff;
    border: 1px solid #00459A;
    border-radius: 5px;
    padding: 0px 10px;
    color: #00459A;
    margin: 0 5px 5px 0;
    display: inline-block;
}

.selected-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    border: none;
}

@media (max-width: 576px) {
    .category-icons {
        width: min(100%, 90px);
        height: max(fit-content, 95px);
        padding: 10px 5px 0px 5px;
    }

    .category-icon-single p{
        margin-top: 5px;
        font-weight: 500;
        font-size: 1rem;
        line-height: 1.1rem;
    }

    .category-icon-single i {
        font-size: 2.2rem;
    }
}