.container_image {
    width: 120px;
    height: 120px;
    border: 1px solid #e3e3e3;
    text-align: center;
    position: relative;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    overflow: hidden;
}

.platform_banner_add .container_image,
.platform_banner_edit .container_image {
    width: 240px !important;
}

.container_image img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    max-width: 100%;
}

.container_image input {
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}

.select2-selection {
    min-height: 35px !important;
    border-radius: 0px !important;
    border: 1px solid #e5e6e7 !important;
}

.select2-selection__rendered, .select2-selection__arrow {
    line-height: 28px !important;
}

.select2-selection__arrow {
    top: 5px;
}

.select2-selection__choice {
    height: 28px;
}

.store_menu textarea {
    position: absolute !important;
    top: 3px !important;
}

.iradio_square-green {
    margin-top: -5px !important;
}

.store_menu_project_price .item_price {
    border-radius: 10px;
    background: #f3f3f3;
    padding: 25px 25px 10px 25px;
    margin-bottom: 10px;
    position: relative;
}

.checkbox label, .radio label {
    padding-left: 0px !important;
    padding-right: 20px !important;
}

.store_menu_project_price .btn-price-del {
    position: absolute;
    top: 20px;
    right: 20px;
    background: orangered;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    padding: 3px 7px;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
}

.store_menu_project_price .btn-price-detail-del {
    background: red;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    padding: 3px 7px;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
    float: right;
    margin-top: 6px;
    margin-right: 20px;
}