@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
    font-family: 'Jost', sans-serif;
}

.login-box {
    margin-top: 20px;
    height: auto;
    background: #1A2226;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    padding: 40px 27px;
}

.login-key {
    height: 100px;
    font-size: 80px;
    line-height: 100px;
    background: -webkit-linear-gradient(#27EF9F, #0DB8DE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.login-title {
    margin-top: 15px;
    text-align: center;
    font-size: 30px;
    letter-spacing: 2px;
    margin-top: 15px;
    font-weight: bold;
    color: #ECF0F5;
}

.login-form {
    margin-top: 25px;
    text-align: left;
}



.login-btm {
    float: left;
}

.login-button {
    padding-right: 0px;
    text-align: right;
    margin-bottom: 25px;
}

.login-text {
    text-align: left;
    padding-left: 0px;
    color: #A2A4A4;
}

.loginbttm {
    padding: 0px;
}

.login_admin input {
    background: none !important;
    border: 0 !important;
    border-bottom: 1px solid blue !important;
    padding: 7px 13px;
    background-color: #1A2226;
    border: none;
    border-bottom: 2px solid #0DB8DE;
    border-top: 0px;
    border-radius: 0px;
    font-weight: bold;
    outline: 0;
    margin-bottom: 20px;
    color: #ECF0F5;
}

.login_admin {
    background: #222D32;
    height: 100vh;
}

.login_admin label {
    color: white;
}

.bind_typesbox {
    box-shadow: 1px 2px 13px 7px #f0f0f0;
    padding: 43px 16px;
    height: 100%;
}

.bind_typesbox img {
    width: 146px !important;
}

.bind_typesbox h4 {
    font-size: 20px;
    padding-top: 11px;
}

.bind_typesbox p {
    color: #ffa501;
    font-weight: bold;
}

.bind_typesbox ul li {
    text-align: left;
    font-size: 15px;
    padding-bottom: 6px;
}

.selectable-box,
.fit-selected,
.fit-selected1,
.fit-selected2,
.fit-selected3,
.fit-selected4,
.fit-selected5,
.fit-selected6,
.fit-selected7,
.fit-selected8,
.fit-selected10
 {
    border: 2px solid transparent;
    position: relative;
    cursor: pointer;
    background: white;
}

.selectable-box.selected,
.fit-selected.selected,
.fit-selected1.selected,
.fit-selected2.selected,
.fit-selected3.selected,
.fit-selected4.selected,
.fit-selected5.selected,
.fit-selected6.selected,
.fit-selected7.selected,
.fit-selected8.selected,
.fit-selected10.selected
 {
    border-color: black;
    /* Change this color as needed */
}

.selectable-box.selected::after,
.fit-selected.selected::after,
.fit-selected1.selected::after,
.fit-selected2.selected::after,
.fit-selected3.selected::after,
.fit-selected4.selected::after,
.fit-selected5.selected::after,
.fit-selected6.selected::after,
.fit-selected7.selected::after,
.fit-selected8.selected::after,
.fit-selected10.selected::after
 {
    content: "\2713";
    /* Checkmark symbol */
    position: absolute;
    top: -13px;
    right: -8px;
    font-size: 19px;
    color: black;
    /* Change this color as needed */
    background: orange;
    /* width: 25px; */
    border-radius: 100%;
    padding: 0px 7px;
}






.calc_box {
    background: white;
    height: 100%;
    box-shadow: 1px 2px 13px 7px #f0f0f0;
    position: fixed;
    width: 100%;
    padding: 94px 30px 30px 32px;
    top: 0;
    /* z-index: -9; */
    overflow-y:scroll;
}

.fit_box {
    box-shadow: 1px 2px 13px 7px #f0f0f0;
    padding: 33px 22px;
    height: 100%;
    background: white;
}

.fit_box h4 {
    padding-top: 19px;
}



.fit_box img {
    width: 98px !important;
}

.fit_box h4 {
    font-size: 18px;
}

.prod_details ul li {
    border-bottom: 1px solid gray;
    margin-bottom: 6px;
}

.fit_box p {
    font-size: 14px;
}

.fabric-item {
    background: white;
    text-align: center;
    padding: 15px 11px 5px 10px;
    box-shadow: 1px 2px 13px 7px #f0f0f0;
}

.fabric-item img {
    width: 104px !important;
    border-radius: 50%;
    padding-bottom: 7px;
}

.color-box {
    background: white;
    text-align: center;
    padding: 15px 11px 5px 10px;
    box-shadow: 1px 2px 13px 7px #f0f0f0;
}

.color-box img {
    width: 69px;
    border-radius: 50%;
}

.outputContainer p {
    font-size: 13px;
    margin-bottom: 5px;
}


.outputContainer h4 {
    font-size: 20px;
    margin-bottom: 4px;
}

.outputContainer {
    margin-bottom: 16px;
    margin-top: 26px;
}