
body{
    background: rgb(93,179,11);
    background: linear-gradient(90deg, rgba(93,179,11,1) 0%, rgba(212,159,10,0.7456232492997199) 19%, rgba(236,234,22,1) 99%);
    
}   

.color_test{
    background: rgb(93,179,11);
    background: linear-gradient(90deg, rgba(93,179,11,1) 0%, rgba(212,159,10,0.7456232492997199) 19%, rgba(236,234,22,1) 99%);
}



.picture_size{
    /* width: 320px;
    height: 250px;
    margin-left: 10px; */

    width: 280px;
    height: 200px;
    margin-left: 10px;
    border:4px solid green;

    /* width: 220px;
    height: 180px;
    margin-left: 10px; */
}

.picture_size img {
    width: 100%;
    height: 100%;
}

.picture_size_client{
    /* width: 320px;
    height: 250px;
    margin-left: 10px; */

    width: 300px;
    height: 250px;
    margin-left: 12px;
    margin-top: 10px;
    border:4px solid green;
    background-color: azure;

    /* width: 220px;
    height: 180px;
    margin-left: 10px; */
}

.picture_size_client img{
    width: 100%;
    height: 80%;

}
.checkbox{
    width: 15px;
    height: 15px;
    border: 1px solid red;
}


 .select_button{
    width: 80px;
    height: 20px;
    border: 1px solid red;
    border-radius: 4px;
    background-color: blue;
    color: aliceblue;
    padding-bottom: 2px;
    font-size: 0.9rem;
 }

 .text_small{
    font-size: 0.8rem;
 }
 .radius_table{
    border-radius: 10px;
 }

 .box_inside{
    box-shadow: 10px 10px 10px 10px rgba(21, 25, 9, 0.2) inset;
 }

 p {
    text-indent: 25px; /* Отступ первой строки в пикселах */
}
.abzac{
    display: block;
    text-indent: 25px; 
}

.ugol{
    
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 15% 100%, 0 50%);
    /* clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 
    85% 100%, 15% 100%, 15% 85%, 0% 85%); */
}

input[type="number"] {
    background-color: rgb(243, 221, 97);
    color: black;
    font-family: sans-serif;
  }

.drivers{
    clip-path: polygon( 0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);


}

.item-enter-active,
.item-leave-active {
transition: opacity 1.5s ease;
}

.item-enter-from,
.item-leave-to {
opacity: 0;
}

.order-enter-active,
.order-leave-active {
transition: opacity 0.5s ease;
}

.order-enter-from,
.order-leave-to {
opacity: 0;
}

.message-enter-active,
.message-leave-active {
transition: opacity 1.0s ease;
}

.message-enter-from,
.message-leave-to {
opacity: 0;
}

.burger-enter-active,
.burger-leave-active {
transition: opacity 1s ease;
}

.burger-enter-from,
.burger-leave-to {
opacity: 0;
}

.modal-enter-active,
.modal-leave-active {
transition: opacity 1.5s ease;
}

.modal-enter-from,
.modal-leave-to {
opacity: 0;
}


.arrow_chose{

    /* clip-path: polygon(0% 20%, 80% 20%, 80% 0%, 100% 50%, 80% 100%, 80% 80%, 0% 80%);  */

    clip-path: polygon(0% 0%, 80% 30%, 80% 0%, 100% 50%, 80% 100%, 80% 70%, 0% 100%); 
}





.colored{
    background-color: rgb(136, 235, 23);
}
    /* background-color: rgb(248, 248, 4)
} */
/* xs:w-[317px] sm:w-[478px] msm:w-[648px] md:w-[766px]> */









  

 
  