/* --------------------------------------------------------
   Author :  RGB Creative Agency
----------------------------------------------------------- */

/*--------------------------------------------------------------
# GENERAL
--------------------------------------------------------------*/
@font-face {  font-family: 'Quicksand';  src: url('/fonts/Quicksand-Bold.woff2') format('woff2'), url('/fonts/Quicksand-Bold.woff') format('woff'), url('/fonts/Quicksand-Bold.svg#Quicksand-Bold') format('svg');  font-weight: bold;  font-style: normal;  font-display: swap;  }
@font-face {  font-family: 'Quicksand';  src: url('/fonts/Quicksand-Medium.woff2') format('woff2'), url('/fonts/Quicksand-Medium.woff') format('woff'), url('/fonts/Quicksand-Medium.svg#Quicksand-Medium') format('svg');  font-weight: 500;  font-style: normal;  font-display: swap;  }
@font-face {  font-family: 'Quicksand';  src: url('/fonts/Quicksand-Light.woff2') format('woff2'), url('/fonts/Quicksand-Light.woff') format('woff'), url('/fonts/Quicksand-Light.svg#Quicksand-Light') format('svg');  font-weight: 300;  font-style: normal;  font-display: swap;  }
@font-face {  font-family: 'Quicksand';  src: url('/fonts/Quicksand-SemiBold.woff2') format('woff2'), url('/fonts/Quicksand-SemiBold.woff') format('woff'), url('/fonts/Quicksand-SemiBold.svg#Quicksand-SemiBold') format('svg');  font-weight: 600;  font-style: normal;  font-display: swap;  }
@font-face {  font-family: 'Quicksand';  src: url('/fonts/Quicksand-Regular.woff2') format('woff2'), url('/fonts/Quicksand-Regular.woff') format('woff'), url('/fonts/Quicksand-Regular.svg#Quicksand-Regular') format('svg');  font-weight: normal;  font-style: normal;  font-display: swap;  }
body {font-family: 'Quicksand', sans-serif;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;text-rendering: optimizeLegibility;box-sizing: border-box;font-weight: 400;font-size: 14px;color: #636e72;background: #fff;}
*:focus {outline: 0;}
a {text-decoration: none !important;}

/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
.header {position: relative;left: 0;top: 0;width: 100%;background: #fff;margin-bottom: 1px;}
@media only screen and (max-width: 767px) {
  .logo {width: 250px;margin-bottom:20px;}
  .head-social {display: inline-block;vertical-align: middle;padding: 0 2px;color: #a2a0a9;transition: 0.5s;}
}
@media only screen and (min-width: 767px) {
  .logo {width: 350px;}
  .head-social {display: inline-block;margin-right: 22px;vertical-align: middle;padding: 0 2px;color: #a2a0a9;transition: 0.5s;}
}
.head-social:hover {color: #000;transition: 0.5s;}
.head-social:last-child {margin-right: 0;}

/*--------------------------------------------------------------
# TOP HEADER
--------------------------------------------------------------*/
.search-container {display: inline-flex;border-right: solid 1px #e7edf2;margin-right: 15px;}
@media only screen and (max-width: 767px) {
  .topbar {padding: 8px 2px;}
}
@media only screen and (min-width: 767px) {
  .topbar {border-bottom: solid 1px #f5f5f5;padding: 10px 0;}
  .topbar-slogan {margin: auto;}
}

/*--------------------------------------------------------------
# HEAD İMAGE
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .head-image {content: url("/assets/img/head-image.jpg");margin-left: 1% !important;margin-right: 1% !important;border-radius: 5px;width: 98%;margin-bottom: 25px;}
  .head-title {font-size: 16px;font-weight: 800;}
  .bread-icon {padding-right: 10px;margin-left: 10px;}
}
@media only screen and (min-width: 767px) {
  .head-image {content: url("/assets/img/head-image.jpg");width: 100%;margin-bottom: 25px;}
  .head-title {margin-top: -155px;font-size: 37px;margin-left: 96px;font-weight: 800;margin-bottom:120px;}
  .bread-icon {padding-right: 15px;}
}

/*--------------------------------------------------------------
# HOME SLIDER
--------------------------------------------------------------*/
.carousel-item:after {left: 0;top: 0;width: 100%;height: 100%;}
.fill {width: 100%;background-position: inherit;-webkit-background-size: cover;-moz-background-size: cover;background-size: cover;-o-background-size: cover;overflow: hidden;}
.slider-detail {position: absolute;color: #fff;top: 65%;left: 20%;right: 20%;width: 60%;font-size: 17px;font-weight: 400;text-align: center;}

@media only screen and (max-width: 767px) {
  .fill {height: 140px;border-radius: 10px;}
  .slider-detail {display: none;}
  .carousel-caption {position: absolute;text-align: left;line-height: 17px;font-size: 15px;font-weight: 500;color: #636e72;top: 18%;width: 55%;left: 7%;}
  .carousel-indicators {bottom: -18px;}
  .carousel-indicators li {width: 10px;height: 10px;}
  .carousel-control-next {position: absolute;bottom: 41%;right: 12%;text-decoration: none;left: 80%;}
  .carousel-control-prev {position: absolute;bottom: 41%;right: 12%;text-decoration: none;left: 80%;}
  .nav-icn {text-align-last: center;align-content: center;}
}

@media only screen and (min-width: 767px) {
  .fill {height: 450px;}
  .slider-fill {padding-left:0;padding-right:0;}
  .carousel-caption {font-size: 30px;font-weight: 600;color: #636e72;top: 41%;text-align: left;width: 45%;}
  .carousel-control-next {position: absolute;top: 55%;right: 10%;text-decoration: none;z-index: 1;width: 40px;height: 40px;}
  .carousel-control-prev {position: absolute;top: 55%;text-decoration: none;left: 10%;z-index: 1;width: 40px;height: 40px;}
  .nav-icn {text-align-last: right;align-content: center;}
}

.lang-btn {border: hidden;background: transparent;color: #303f55;font-size: 13px;font-weight: 500;border-right: 2px solid #303f55;padding-right: 20px;margin-right: 20px;}
.lang-img {width: 23px;margin-right: 5px;border-radius: 2px;}
.dropdown-lang {z-index:2;display: none;position: absolute;text-align:left;font-size:12px;background-color: #fff;min-width: 170px;padding: 10px 20px;border-radius:5px;animation:0.9s slideup;list-style: none;-webkit-box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.1);box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.1);}

@keyframes slideup {
  from {
    transform:translateY(20%);}
}
to {
  transform:translateY(50%);
}

.dropdown-lang a {color: #636e72;font-size:12px;padding: 5px 12px;text-decoration: none;display: block;text-align-last: left;}
.dropdown-lang a:hover {background-color: rgba(116, 185, 255, 0.5);color:#fff;}
.dropdown:hover .dropdown-lang {display: block;}
.dropdown:hover .dropbtn {background-color: #3e8e41;}

.form-control {font-size:12px !important;;padding:5px 10px !important;margin-bottom:4px !important;outline:0 !important;box-shadow: none !important;}
select.form-control {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
label {font-size:13px;margin-bottom:5px !important;font-weight:600 !important;}
/*-------------------------------------------------------------
# SERVICES
--------------------------------------------------------------*/
.services-rw {background: #fff;margin: 8px;border: solid 1px #f5f5f5;border-radius: 7px;transition: 0.7s;}
.services-rw:hover {box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;transition: 0.7s;}
.services-icon {position: absolute;top: 5px;right: 20px;}
.services-t1 {display: inline-block;color: #636e72;background: #f5f5f5;padding: 3px 12px;border-radius: 12px;margin-bottom: 6px;font-size: 12px;}
.services-t2 {font-size: 15px;font-weight: 600;color: #58585a;margin-bottom: 6px;}
.services-title {font-size: 14px;color: #58585a;padding-bottom: 5px;padding-top: 5px;margin-bottom: 20px;}


.btn1:hover {background-color: #fe5b5f;text-decoration: none;color: #fff;}
.btn2:hover {background-color: #fe5b5f;text-decoration: none;color: #fff;}
.btn3 {text-decoration: none;text-align: center;font-size: 12px;background-color: red;color: #fff;padding: 6px;border-radius: 5px;border: hidden}
.btn3:hover {background-color: #55acee;text-decoration: none;color: #fff;}
.btn4 {text-decoration: none;width: 45%;text-align: center;font-size: 12px;font-weight: 500;background-color: #fff;color: #55acee;padding: 5px 13px;border-radius: 3px;}
.btn4:hover {background-color: #fe5b5f;text-decoration: none;color: #fff;}
.btn5 {text-decoration: none;text-align: center;font-size: 12px;font-weight: 500;background-color: #55acee;color: #fff;padding: 5px 13px;border-radius: 3px;}
.btn5:hover {background-color: #fe5b5f;text-decoration: none;color: #fff;}
.btn6 {text-decoration: none;width: 45%;text-align: center;font-size: 11px;font-weight: 500;background-color: #fff;color: #55acee;padding: 3px 10px;border-radius: 3px;}
.btn6:hover {background-color: #fe5b5f;text-decoration: none;color: #fff;}
.btn7 {text-decoration: none;text-align: center;font-size: 11px;font-weight: 500;background-color: #55acee;color: #fff;padding: 3px 10px;border-radius: 3px;margin-right: 3px;}
.btn7:hover {background-color: #fe5b5f;text-decoration: none;color: #fff;}
.btnfull {text-align: center;text-decoration: none;background-color: #ac2d64;color: #fff;border: solid 1px #fff;padding: 7px 20px;border-radius: 5px;}
.btnfull:hover {background-color: #fff;text-decoration: none;color: #ac2d64;border: solid 1px #ac2d64;}
.btnfooter {font-size: 12px;background-color: #fe5b5f;color: #fff !important;padding: 7px 15px;border-radius: 15px;}
.btnfooter:hover {color: #636e72 !important;background-color: #fff;text-decoration: none;}
.blog-sidebar {background: #f5f5f5;border-radius: 8px;padding: 15px 5px;margin-left: 0;margin-right: 0;margin-bottom: 15px;padding-right: 0;}
.blog-sidebar:hover {background: #f1f1f1}
.blog-sidebar-img {width:90%;border-radius:5px;margin-bottom:5px;}

.new-driver-btn {background:rgb(237, 136, 0);color:#fff;padding: 7px 20px;border-radius: 5px;font-size: 13px;font-weight: 500;transition:0.5s;}
.new-driver-btn:hover {background:#2980b9;transition:0.5s;}

@media only screen and (max-width: 767px) {
  .mobgiz {display: none !important;}
  .btn1 {position: absolute;top: 72%;left: 6%;text-decoration: none;background-color: #59ACFE;color: #fff;padding: 2px 10px;border-radius: 3px;font-size: 13px;}
  .hometitle {font-size: 20px;color: #58585a;font-weight: 400;margin-bottom: 0;text-transform: uppercase;}
  .blog-img {width: 100%;height: 105px;border-radius: 7px;margin-bottom:30px;}
  .blog-title {font-size: 18px;color: #58585a;font-weight: 400;margin-bottom: 0;}
}

@media only screen and (min-width: 767px) {
  .deskgiz {display: none !important;}
  .mobile-container {display: none;}
  .btn1 {position: absolute;top: 70%;left: 15%;text-decoration: none;background-color: #59ACFE;color: #fff;padding: 5px 20px;border-radius: 5px;}
  .hometitle {font-size: 25px;color: #58585a;font-weight: 400;letter-spacing: 2px;margin-bottom: 0;text-transform: uppercase;}
  .blog-img {width: 100%;border-radius: 7px;margin-bottom:30px;}
  .blog-title {font-size: 25px;color: #58585a;font-weight: 400;margin-bottom: 0;}
}
.hometitle2 {font-size: 20px;font-weight: 600;}

/*--------------------------------------------------------------
# Owl Carousel Navigation
--------------------------------------------------------------*/
.owl-nav button {position: absolute;top: 31%;width: 38px;height: 38px;}
.owl-nav button>i {font-size: 20px;font-weight: 800;}
.owl-nav button:hover {opacity: .9;}
.owl-prev {left: 0;}
.owl-next {right: 0;}
#owl-carousel2 .owl-nav button {position: absolute;top: 40%;width: 38px;height: 38px;border-radius: 50% !important;background: #243746 !important;;box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);}
#owl-carousel2 .owl-nav button>i {font-size: 20px;font-weight: 800;}
#owl-carousel2 .owl-nav button:hover {opacity: .9;}
#owl-carousel2 .owl-prev {left: 1px;}
#owl-carousel2 .owl-next {right: 1px;}
.customNextBtn {width: 40px;height: 40px;}
.customPrevBtn {width: 40px;height: 40px;}

.owl-dots {display:flex;justify-content:center;margin-top:10px;margin-bottom:10px; }
.owl-dots .owl-dot { width: 8px; height: 8px; border-radius: 50%; margin: 2px; background-color: #ccc !important;}
.owl-dots .owl-dot.active { background-color: #9d9c9c !important;}

/*--------------------------------------------------------------
# Home Blog
--------------------------------------------------------------*/
.blog-rw {border: solid 1px #f5f5f5;border-radius: 7px;width: 95%;box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);margin-bottom: 30px;padding: 0 0 25px 0;}
.blog-desc {font-size: 14px;font-weight: 400;width: 90%;}
.blog-btn {padding: 4px 20px;text-align: center;font-size: 12px;font-weight: 400;color: #fff;border-radius: 7px 0 7px 0;background-color: #868684;position: absolute;right: 0;}
.blog-btn:hover {background-color: #fff;border: solid 1px #868684;text-decoration: none;color: #868684;}
.blog-image {width: 100%;border-radius: 7px 7px 0 0;height: 125px;}
.blog-image:hover {opacity: 0.7;}
.blog-cat-image {width: 45px;border-radius: 5px;margin-top: -26px;margin-left: 12px;border: solid 2px #fff;}
.blog-cat-image2 {width: 45px;border-radius: 5px;position: absolute;top: 0;left: 20px;border: solid 2px #fff;}
.blog-icon {border: solid 1px #b2bec3;border-radius: 7px;padding: 7px;color: #b2bec3;transition: 0.5s;}
.blog-icon:hover {border: solid 1px #b2bec3;border-radius: 7px;padding: 7px;color: red;background: #f5f5f5;transition: 0.5s;}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footertitle {font-size: 15px;color: #f5f5f5;font-weight: 500;border-left: solid 2px #f5f5f5;padding-left: 15px;letter-spacing: 1px;}
.footer {background: #1b2939;color: #fff;padding: 50px 0 20px 0;margin-top:75px;}
.footer-title {font-size: 14px;font-weight: 600;color: #f5f5f5;border-bottom: groove 1px #f5f5f5;width: 80%;padding-bottom: 5px;}
.footer-desc a {color: #b2bec3;font-size: 12px;transition: 0.5s;}
.footer-desc a:hover {color: #fff;font-weight: 500;padding-left: 10px;transition: 0.5s;}
.footer-icon {color: #fff;border-right: solid 1px #fff;padding-right: 10px;font-size: 13px;margin-right: 5px;}
.footer-copyright {text-align: center;font-size: 12px;color: #b2bec3;text-decoration: none;}
.footer-copyright a {text-align: center;font-size: 12px;color: #b2bec3;text-decoration: none;transition: 0.5s;}
.footer-copyright a:hover {color: #fff;transition: 0.5s;}

/*--------------------------------------------------------------
# Menu Dropdown Hover
--------------------------------------------------------------*/
.dropbtn {background-color: #04AA6D;color: white;font-size: 16px;border: none;}
.dropdown {position: relative;display: inline-block;}
.dropdown-content {z-index:2;display: none;position: absolute;background-color: #fff;min-width: 290px;padding: 15px;border-radius:5px;animation:0.9s slideup;list-style: none;-webkit-box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.1);box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.1);}
@keyframes slideup {
  from {
    transform:translateY(30%);}
}
to {
  transform:translateY(70%);
}
.dropdown-content a {color: #636e72;padding: 5px 10px;text-decoration: none;display: block;margin-bottom:4px;}
.dropdown-content a:hover {background-color: rgba(116, 185, 255, 0.5);color:#fff;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #3e8e41;}

/*--------------------------------------------------------------
# Gallery Page CSS
--------------------------------------------------------------*/
.column { padding: 8px; }
.column { float: left; width: 33.33%; display: none; }
.row:after { content: ""; display: table; clear: both; }
.content { background-color: white; padding: 10px; }
.show { display: block;}
.btn { border: none; outline: none; padding: 5px 30px; font-size:14px;background-color: white; cursor: pointer; }
.btn:hover { background-color: #000; color: #fff;font-size:14px; padding:5px 30px; }
.btn.active { background-color: #000; color: white;font-size:14px; padding:5px 30px; }

/*--------------------------------------------------------------
# 404 Page
--------------------------------------------------------------*/
.not-404 {font-size: 100px;font-weight: 600;}
.not-found {font-size: 45px;font-weight: 500;}

/*--------------------------------------------------------------
# Profile
--------------------------------------------------------------*/
.user-left-rw{position:relative;background: #f1f5fb;border-radius: 8px;padding:30px 20px;}
.user-center-rw { box-shadow: rgb(99 99 99 / 20%) 0 2px 8px 0;border-radius: 8px;padding: 25px;border: 1px solid #f5f5f5;}
.user-avatar {position:inherit;left:30%;margin-top:-68px;width:100px;height:100px;border: 2px solid #fff;background: #f5f5f5;border-radius: 15px;padding: 10px;box-shadow: rgba(0, 0, 0, 0.07) 0 4px 12px;z-index:5;}
.user-name {    font-size: 18px;font-weight: 700;text-align:center;margin-top: 10px;margin-bottom:1px;}
.user-job {    font-size: 16px;font-weight: 400;text-align:center;opacity:0.7;}
.user-bck {width: 100%;margin-top:-10px;border-radius: 8px 8px 0 0;border-bottom: 2px solid #fff;}
.user-tab{text-decoration:none;background: rgba(255, 255, 255, 0.8);font-size:14px;font-weight:500;padding: 7px 15px;border-radius: 5px;color: #636e72 !important;transition:0.5s;margin-bottom:8px;}
.user-tab a{color:#636e72;}
.user-tab:hover{background:rgba(255, 255, 255, 1);padding: 7px 15px 7px 25px;border-radius: 5px;text-decoration:none;transition:0.5s;}
.user-tab-reserv {text-decoration:none;background: rgb(237, 136, 0);font-size:14px;font-weight:600;padding: 14px 15px;border-radius: 5px;color: #fff !important;transition:0.5s;margin-bottom:8px;}
.profile-link {color: #59ACFE;font-weight: 600;margin-bottom: 3px;transition:0.5s;}
.profile-link a:hover {color:#fe5b5f;transition:0.5s;}
.profile-btn {background: #1c486f;border:1px solid #1c486f;color: #fff;padding: 5px 35px;border-radius: 7px;transition:0.5s;}
.profile-btn:hover {background:#fff;color:#1c486f;transition:0.5s;}
.profile-title {color:#1c486f;font-weight:500;}
.profile-icon {color: #1c486f;padding-right: 7px;}

.plt-rw {width:98%;margin-left:1%;margin-right:1%;margin-top:50px;}

.prw {width:94%;margin-left:3%;margin-right:3%;padding-left:0px;padding-right:0px;}
.prw-r {text-align-last: right;}
.prw-l {text-align-last: left;}
.prw-c {text-align-last: center;}

.rwpanel {padding:30px;background-color: #f5f5f5;background-clip: border-box;border: 1px solid rgba(0, 0, 0, 0.125);border-radius: 5px;box-shadow: 0 8px 16px 0 rgb(162 169 204 / 16%);margin:10px 0;}
.goz {position:absolute;top:50%;left:90%;color:#495057;}
.pnl-title {background:#303f55;color:#fff;padding:8px;font-size: 14px;width:100%;font-weight: 600;border-radius: 5px;border: 1px solid #ccc;margin-bottom: 10px !important;}
.pnl-title2 {background:#f1f2f6;color:#273883;padding: 6px 10px;font-size: 14px;width:100%;font-weight: 500;border-radius: 5px;border: 1px solid #ccc;margin-bottom: 15px !important;}
.pnl-head {background:#f5f5f5;color:#1c2b33;padding: 8px;font-size: 15px !important;width:100%;font-weight: 500;border-radius: 5px;border: 1px solid #ccc;margin-bottom:0;}

.btn-fnl {width:100%;background:#303f55;color:#fff;padding:15px 10px;font-size:16px;font-weight:600;transition:0.5s;border:hidden;border-radius:7px;}
.btn-fnl:hover {background:red;transition:0.5s;}

.btn-delete {background: red !important;color: #fff !important;padding: 5px 15px;border-radius: 0px 5px 5px 0px !important;font-size: 12px !important;border: 1px solid red !important;}
.btn-edit {background: deepskyblue !important;color: #fff !important;padding: 4.5px 15px;border-radius: 5px 0px 0px 5px !important;font-size: 12px !important;border: 1px solid deepskyblue !important;margin-right:1px;}
.save-btn {width: 100%;border: hidden;background: deepskyblue;color: #fff;font-size: 14px;font-weight: 500;padding: 8px 15px;border-radius: 5px;margin-top: 15px;transition:0.5s;}
.save-btn:hover {background:red;transition:0.5s;}

/*--------------------------------------------------------------
# Filtre Alanları Stilleri
--------------------------------------------------------------*/
.form-control-sm {
    font-size: 12px;
    border: 1px solid #e7edf2;
    border-radius: 5px;
    transition: all 0.3s ease;
    padding: 6px 10px;
}

.form-control-sm:focus {
    border-color: #59ACFE;
    box-shadow: 0 0 0 0.2rem rgba(89, 172, 254, 0.25);
    outline: none;
}

.form-control-sm::placeholder {
    color: #adb5bd;
    font-size: 11px;
}

#filtreleriTemizle {
    font-size: 11px;
    padding: 6px 8px;
    border-radius: 5px;
    transition: all 0.3s ease;
    border: 1px solid #6c757d;
}

#filtreleriTemizle:hover {
    background-color: #6c757d;
    border-color: #6c757d;
    color: white;
    transform: translateY(-1px);
}

/* Tablo Stilleri */
#reservationsTable {
    font-size: 13px;
    margin-top: 15px;
}

#reservationsTable thead th {
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
    font-weight: 600;
    color: #1c2b33;
    padding: 10px 8px;
    text-align: center;
    vertical-align: middle;
}

#reservationsTable tbody td {
    padding: 8px;
    vertical-align: middle;
    text-align: center;
}

#reservationsTable tbody tr:hover {
    background-color: #f8f9fa;
}

/* Filtre Sayısı Göstergesi */
#filterCount {
    font-size: 12px;
    padding: 8px 12px;
    margin-bottom: 15px;
    border-radius: 5px;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
    .col-md-2 {
        margin-bottom: 10px;
    }
    
    #filtreleriTemizle {
        margin-top: 5px;
    }
}

/*--------------------------------------------------------------
# Düzenle Butonu Stilleri
--------------------------------------------------------------*/
.btn-primary {
    background-color: #007bff !important;
    border-color: #007bff !important;
    color: white !important;
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: none !important;
}

.btn-primary:hover {
    background-color: #0056b3 !important;
    border-color: #0056b3 !important;
    color: white !important;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2) !important;
}

.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
    outline: none;
    background-color: #007bff !important;
    border-color: #007bff !important;
}

.btn-primary:active {
    background-color: #0056b3 !important;
    border-color: #0056b3 !important;
}

.btn-primary .fa-edit {
    margin-right: 3px;
    font-size: 10px;
}

/* İşlem sütunu için özel stil */
#reservationsTable th:last-child,
#reservationsTable td:last-child {
    text-align: center;
    width: 100px;
}

/* Mobil uyumluluk */
@media (max-width: 576px) {
    .btn-primary {
        font-size: 10px;
        padding: 4px 8px;
        background-color: #007bff !important;
        border-color: #007bff !important;
    }
    
    .btn-primary .fa-edit {
        font-size: 9px;
    }
}

/* Ürün Ekle Butonu */
.btn-success {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
    color: white !important;
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: none !important;
}

.btn-success:hover {
    background-color: #218838 !important;
    border-color: #1e7e34 !important;
    color: white !important;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2) !important;
}

.btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important;
    outline: none;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

.btn-success:active {
    background-color: #1e7e34 !important;
    border-color: #1c7430 !important;
    color: white !important;
}