p {
    margin: 0;
}
.main {
    background: #20a4c2;
    height: 100%;
}
.box {
    background: #20a4c2;
    height: 35px;
    padding-top: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.box-content {
    height: 30px;
    padding: 2px 10px;
    background: #077979;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 2px solid #9d9d9d;
}
.box-content p {
    color: #fff;
    font-weight: 800;
    font-size: 1.1rem;
    text-shadow: -2px 2px 1px black;
}

.box-content-end {
    height: 15px;
    background: #077979;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 2px solid #9d9d9d;
}

.item {
    /* background: cadetblue; */
    background: #602408;
    border-bottom: 2px solid #8e8c8c8a;
    border-bottom-style: dashed;
    display: flex;
    justify-content: space-around;
    padding: 5px 0;
}
.item-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    padding: 0 5px;
}

.item-img img{
    width: 80%;
}
.item-title {
    font-weight: 600;
    width: 130px;

}

.item-btn {
    display: flex;
    align-items: center;
}
.item-btn button {
    width: 60px;
    height: 25px;
    margin-left: 3px;
    margin-right: 2px;
    border-radius: 5px;
    background-color: #d46443;
    border: 0;
    padding: 2px;
}
.item-btn button:focus {
    border: 1px solid white;
}
.card {
    border-radius: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.item-item {width: 100%;}
.box-collap {background: #602408;padding: 10px; border-bottom: 2px solid #8e8c8c8a}
.box-collap p{font-weight: 600; font-family:'Courier';}
.tim {color: blueviolet;}
.do {color: red;}
.item-btn-coll {display: flex;flex-direction: row; margin-top: 10px;}
.item-btn-coll button {
    width: 100px;
    height: 20px;
    padding: 0;
    margin-left: 3px;
    margin-right: 2px;
    border-radius: 5px;
    border: 1px solid white;
}