#s_services{background-color: rgba(255, 255, 255, 1);direction: rtl;margin:15px;margin-bottom: 100px;border-radius: 20px;padding: 20px 10px;}
#services_items{display: flex;justify-content: center;align-items: stretch;gap: 30px 20px;  flex-wrap: wrap;}
#services_items .item {align-items: center;justify-content: center;display: flex;flex-direction: column;padding: 10px;border-radius: 20px;flex: 0 0 45%;-webkit-box-shadow: 3px 3px 10px 3px #dddddd;-moz-box-shadow: 3px 3px 10px 3px #dddddd;box-shadow: 3px 3px 10px 3px #dddddd;background: #648ad5bf;color: #000;text-align: center;position: relative;}
#services_items  a img{height: 140px;width: 100%;object-fit: cover;margin: auto; margin-bottom: auto;margin-bottom: auto;margin-bottom: 8px;border-radius: 20px;}
#services_items .item a{font-weight: 600;font-size: 14px;}
#sd23k{display: flex;justify-content: space-between;align-items: center;padding-right: 15px;margin-top: 5px;}
#sd23k a {padding: 5px 10px;border-radius: 20px;font-size: 15px;background: #0809cb;color: #fff;display: flex;align-items: center;gap: 10px;width: fit-content;}
#sd23k a img {width: 28px;}
.btn_delete {background: #be3838;height: 35px;border-radius: 100%;padding: 6px;position: absolute;top: -10px;right: 0;}
.delete-service {height: 20px !important;width: 20px !important;}
.btn_edit {background: #0809cb;height: 35px;border-radius: 100%;padding: 7px;position: absolute;top: -10px;right: 40px;}
.btn_edit img {height: 20px !important;width: 20px !important;}
#serviceMessage {width: fit-content;position: relative;border-radius: 30px;float: inline-end;margin: 20px 15px 20px 0 ;padding: 10px 20px;font-size: 15px;font-weight: 500;opacity: 0;transition: opacity 0.8s ease-in-out; /* تأثير الظهور والاختفاء */}
#serviceMessage.show {opacity: 1;}
.swal2-actions button {font-family: inherit}
