﻿body {
    background-color: #eaeaea !important;
}
.box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #eaeaea;
}
.screen {
    background-color: #ffffff;
    width: 100%;
    max-width: 500px;
    padding: 50px;
    box-sizing: border-box;
    border: 2px solid #c4c4c4;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1), 0 4px 12px rgba(0, 0, 0, 0.08); 
    transition: box-shadow 0.3s ease-in-out;
}

.screen:hover {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15), 0 6px 18px rgba(0, 0, 0, 0.1); 
}

#login  {
    padding-right: 40px; 
}


#register  {
    padding-left: 20px; 
}
.nav-item  a{
    color: black;
    font-weight: bold;
    font-size: larger;
}
.nav-item a.selected {
    color: #9d2a32 !important;
}
.nav-item a:hover{
    color:#999999;
}
.imgcontainer {
    text-align: center;
    margin: 20px 0 20px 0;
}
img.avatar {
    width: 100px;
    border-radius: 100px;
}
.inputImage {
    width: 20px;
    height: 20px
}


#basic-addon1{
    background-color: #eaeaea;
    border-radius: 10px 0 0 10px;
    border-color: #c4c4c4;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 25px;
    padding-right: 15px;
}
#basic-addon2, #basic-addon3, #basic-addon4, #basic-addon5 {
    background-color: #eaeaea;
    border-radius: 10px 0 0 10px;
    border-color: #c4c4c4;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 15px;
}

.form-control.inputUser {
    border-radius: 10px;
    background-color: #eaeaea;
    border-color: #c4c4c4;
    color: #000;
    font-weight: 700;
}
.form-control.inputUser::placeholder {
   color: #999999; 
   font-weight:400;
   font-size:14px
}
.screenBtn {
    background-color: #9d2a32;
    color: white;
    border: none;
    padding: 8px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 10px;
    font-weight:600
}
.screenBtn:hover {
    background-color: #cf212d;
}
.infoText {
    color: #999999;
    font-weight:400;
    font-size:smaller;
}
.metin {
    color: #9d2a32;
    text-decoration:underline;
    font-weight:700;
}
.verificationTitle {
    color:#9d2a32;
    font-weight:700
}
.verificationLabel {
    color: #9d2a32;
    font-size: 15px;
}
.verificationTime {
    font-weight: 400
}
.numberBox {
    width: 54px;
    height: 50px;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    background-color: #eaeaea;
    margin-right: 15px;
    text-align: center;
    font-size:15px;
    font-weight:500;
}
.lastNumberBox {
    width: 54px;
    height: 50px;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    background-color: #eaeaea;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}
.newCode {
    color: #9d2a32;
    font-size: 12px;
    font-weight: 400;
    background: none;
    border: none
}
.verificationBox {
    display: flex;
    justify-content: space-between
}
.verificationCodeBox {
    display: flex;
    flex-direction: row;
    margin-top: 15px;
    justify-content: end;
}
.newCodeBox {
    display: flex;
    flex-direction: row;
    margin-top: 15px;
    justify-content: end;
}
.loginBtn {
    display: flex;
    justify-content: center;
    margin-top: 45px
}
.RegisterTitle {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #9d2a32;
}
.nav-link.selected {
    text-decoration: underline;
    text-underline-offset: 10px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(0);
    }
}

input:focus, textarea:focus, .form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #c4c4c4 !important;
}
#PhoneNumber {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.iti {
    width: 87% !important; 
}

#responseLabel {
    color: red;
    display: none;
    margin-bottom:15px;
    font-size:13px;
}

input[readonly] {
    background-color: #eaeaea !important;
    color: #949494 !important; 
}

.input-row {
    display: flex;
    flex-direction: row !important;
}


@media (max-width: 768px) {
    .screen {
        padding: 30px;
        max-width: 400px; 
    }

    .numberBox, .lastNumberBox {
        width: 45px; 
        height: 40px;
        font-size: 14px;
    }

    .verificationCodeBox {
        flex-direction: row;
        margin-top: 10px;
        justify-content: end;
    }

    .verificationBox {
        flex-direction: row;
        align-items: flex-start;
    }

    .loginBtn {
        margin-top: 30px;
    }

    .iti {
        width: 85% !important;
    }
}

@media (max-width: 480px) {
    .screen {
        padding: 20px;
    }

    .numberBox, .lastNumberBox {
        width: 47px; 
        height: 35px;
        font-size: 12px;
    }

    .verificationLabel {
        font-size: 13px; 
    }

    .verificationTime {
        font-size: 14px; 
    }

    .newCode {
        font-size: 11px;
    }

    .screenBtn {
        font-size: 14px;
        padding: 6px 30px;
    }
    .verificationCodeBox {
        flex-direction: row;
        margin-top: 10px;
        justify-content: end;
    }
    .input-row {
        display: flex;
        flex-direction: column !important;
        width:100%;
    }
}

.overlay {
    display: none; 
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000; 
    display: flex;
    justify-content: center; 
    align-items: center; 
}

.spinner-border {
    display: none; 
    width: 3rem;
    height: 3rem;
    border-width: 0.3rem;
    position: relative;
    z-index: 2; 
}



@media(max-width:372px){
    .iti {
        width: 84% !important; 
    }
}
@media(max-width:352px) {
    .iti {
        width: 81% !important; 
    }
}
@media (max-width: 400px) {
    .screen {
        width: 100%;
        padding: 20px; 
        max-width: 100%; 
    }

    .numberBox, .lastNumberBox {
        width: 34px; 
        height: 40px;
        font-size: 14px;
    }

    .verificationLabel {
        font-size: 13px;
    }

    .verificationTime {
        font-size: 14px; 
    }

    .newCode {
        font-size: 11px; 
    }

    .screenBtn {
        font-size: 14px;
        padding: 6px 30px;
    }

    .verificationCodeBox {
        flex-direction: row;
        margin-top: 10px;
        justify-content: end;
    }
    .ResponsiveBox{
        width:281px;
    }
    img.avatar {
        width: 95px;
        border-radius: 90px;
    }
}
@media (max-width: 330px) {
    .screen {
        width: 100%; 
        padding: 20px; 
        max-width: 100%; 
    }

    .numberBox, .lastNumberBox {
        width: 28px; 
        height: 40px;
        font-size: 14px;
    }

    .verificationLabel {
        font-size: 13px;
    }

    .verificationTime {
        font-size: 14px;
    }

    .newCode {
        font-size: 11px; 
    }

    .screenBtn {
        font-size: 14px;
        padding: 6px 30px;
    }

    .verificationCodeBox {
        flex-direction: row;
        margin-top: 10px;
        justify-content: start;
    }

    .ResponsiveBox {
        width: 250px;
    }
    img.avatar {
        width: 90px;
        border-radius: 90px;
    }
}


.wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 700px;
    align-items: start;
    max-width: 100%;
}
.tableWrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 700px;
    align-items: start;
    max-width: 100%;
}
.tableWrappers {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 700px;
    align-items: start;
    max-width: 100%;
}
.progress-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
}
.progress-container::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 110%;
    background: grey;
    top:31%;
    left:1rem;
    z-index:0;
}

.progressBox {
    position: absolute;
    left: 0;
    height: 3px;
    top: 33%;
    width: 15%;
    transform: translateX(-63%) translateY(-50%);
    background-color: #9d2a32;
    z-index: 1;
}
.progressBox1 {
    position: absolute;
    left: 0;
    height: 3px;
    top: 33%;
    width: 28%;
    transform: translateX(30%) translateY(-50%);
    background-color: pink;
    z-index: 1;
}
.progressBox2 {
    position: absolute;
    left: 0;
    height: 3px;
    top: 33%;
    width: 28%;
    transform: translateX(30%) translateY(-50%);
    background-color: blue;
    z-index: 1;
}
.progressBox3 {
    position: absolute;
    left: 0;
    height: 3px;
    top: 33%;
    width: 28%;
    transform: translateX(30%) translateY(-50%);
    background-color: green;
    z-index: 1;
}

.progress-step {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-weight: 500;
    color: black;
    z-index: 2;
}

.progress-step .progressImage {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        border: 3px solid #afa4a4;
        font-size: 1.3rem;
        background-color: #9d2a32;
        margin-bottom: 10px;
       
}

.serialNoBox {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 10px;
    align-items: center;

}
.serialNoBtn {
    background-color: #9d2a32;
    border-radius: 10px;
    margin-left: 5px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}
.btnBox {
    display: flex;
    width: 35px;
    height: 40px;
    align-items: center;
    justify-content: center
}
.btnIcon {
    width: 50px;
    height: 50px;

}
.productBox {
    display: flex;
    align-items: start;
    justify-content: start;
    width: 100%;
    margin-bottom: 35px;

}
.controlBox {
    display: flex;
    align-items: center;
    justify-content: center
}
.controlBtn {
    background-color: #9d2a32;
    border-radius: 10px;
    border: none;
    padding: 5px 35px;
    color: #fff;
}
.serviceBox {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    height: 100vh;
    z-index: 1;
    position: relative;
    top: 0;
    left: 0;
    margin-top: 36px;
    width: 100%;
    max-width: 100%; 
    padding: 10px; 
    box-sizing: border-box;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.footer img {
        width: 100%;
        height: 100%;
    }

.progress-step.active .progressImage {
    background-color: #9d2a32;
}

.progress-step.inactive .progressImage {
    background-color: #c4c4c4;
}

.progress-step.active .progressText {
    color: #9d2a32; 
    font-weight: 700;
}

.progress-step.inactive .progressText {
    color: #c4c4c4; 
    font-weight: 500; 
}


@media (max-width: 768px) {
    .wrapper {
        width: 100%;
    }
    .tableWrapper {
        width: 100%;
    }

    .progress-container {
        flex-direction: row;
        align-items: center;
    }

    .progress-step {
        margin-bottom: 20px;
    }
    .serialNoBtn{
        height:34px;
    }
    .btnIcon{
        height:43px;
    }
    .progressBox {
        top: 26px;
    }
    .progress-container::after {
        top: 26px;
    }
    
  
}
@media(max-width:375px) {
    .progressText {
        font-size: 12px;
    }

    .progressImage {
        height: 41px;
        width: 41px;
    }
}
@media(max-width:320px){
    .progressText{
        font-size:12px;
    }
    .progressImage{
        height:41px;
        width:41px;
    }
}

@media (max-width: 768px) {
    table {
        font-size: 14px; 
    }

    td, th {
        padding: 8px; 
    }

    img {
        width: 60px; 
        height: 60px;
    }
}