﻿
.insideBody {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 40px;
}
.insideBodyRight,
.insideBodyLeft {
    width: 45%;
}
.lineCenter {
    border-right: 1px solid #606060;
}
.title {
    color: #262626 !important;
    font-size:16px;
    font-weight:600;
}
.insideBodyItem{
    display:flex;
    justify-content:center;
}
.insideBodyItemImg {
    width: 35%;
}
.insideBodyItemText {
    width: 65%;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.insideBodyItemText p{
        text-align: center;
    font-size: 16px;

}

.itemCenterBottomInsideInputForm {
    display: flex;
}

    .itemCenterBottomInsideInputForm input {
        display: flex;
        flex: 1;
        overflow: hidden;
        border: none;
        border-radius: 0 !important;
        color: #262626;
        padding: 6px;
        box-shadow: none !important;
        outline: none !important;
    }
        .itemCenterBottomInsideInputForm input:hover,
        .itemCenterBottomInsideInputForm input:focus{
            box-shadow:none !important;
            outline:none !important;
        }
    .itemCenterBottomInsideInputForm label {
        display: flex;
        padding: 6px 8px;
        justify-content: center;
        margin: auto 0;
        border-radius: 0 !important;
        cursor: pointer;
        background: #606060 !important;
    }
.labelGuereh span {
    color: #F6F1EB !important;
    font-size: 13px;
    font-weight: 500;
}
.itemCenterBottomQR {
    width: 100%;
    max-width: 100px;
    margin: 0 auto;
}
.linkInside {
    background: #606060;
    font-weight: normal !important;
    text-decoration: none !important;
    padding: 7px 0;
    justify-content: center;
    display: flex;
}
    .linkInside span {
        color: #F6F1EB !important;
    }
    .linkInside:hover,
    .labelGuereh:hover{
        background: #433e3e;
    }
.lineLeft {
    border-top: 1px solid #606060;
    width:100%;
}
@media (max-width: 768px) {
    .insideBody {
        flex-direction: column;
    }
    .insideBodyRight, .insideBodyLeft {
        width: 100%;
        margin-bottom: 30px;
    }
    .title {
        display: flex;
        color: #262625 !important;
        font-size: 14px;
        background: #E6DBD1;
        justify-content: center;
        padding: 8px 0;
    }
    .insideBodyItemImg{
        display:none;
    }
    .insideBodyItemText {
        width: 100%;
        padding-right: 0;
    }
        .insideBodyItemText p {
            font-size: 13px;
        }
    .itemCenterBottomQR {
        margin: 10px auto;
    }
    .lineLeft {
        margin: 20px 0 10px;
    }
    .itemCenterBottomInsideInputForm label {
        padding: 6px 15px;
    }
    .itemCenterBottomInsideInputForm {
        gap: 10px;
    }
}


