
        .first-b {
            width: 34%;
            padding: 10px;
            border: 1px solid rgba(128, 128, 128, 0.384);
        }

        .second-b {
            border: 1px solid rgba(128, 128, 128, 0.384);
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 10px;
        }

        .third-b {
            position: relative;
            border: 1px solid rgba(128, 128, 128, 0.384);
            padding: 10px 10px;
        }

        .bi-pencil-fill {
            position: absolute;
            top: 10%;
            left: 3%;
        }

        .send {
            position: absolute;
            right: 1px;
            top: 1%;
        }

        .end {
            position: absolute;
            right: 20px;
            top: 30px;
            font-weight: 700;
        }

        .btn-minus {

            border: 1px solid skyblue;
            padding: 2px 10px;
            background-color: rgba(128, 128, 128, 0.329);
        }

        .btn-plus {
            background-color: skyblue;
            border: 1px solid skyblue;
            padding: 2px 10px;
            border-left: 0;
        }

        .w-40 {
            width: 40%;
            border: 2px solid rgba(0, 0, 0, 0.26);
        }

        .form-control {
            border: 1px solid skyblue;
        }


        .bs {
            box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
            padding: 20px 10px;
        }

        .main-button {
            z-index: 9;
            position: fixed;
            bottom: 115px;
        }