@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
  background-color: #F6F6F6;
  font-family: "Inter", sans-serif;
}

ul {
  padding: 0;
  margin-bottom: 0;
}

li {
  list-style: none;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

a {
  text-decoration: none;
}

.dashboard {
  float: left;
  width: 100%;
}

.dashalan {
  float: left;
  width: 100%;
}

.dashboardmenu {
  float: left;
  background: #fff;
  position: fixed;
  min-height: 100vh;
  width: 230px;
  transition: all 0.6s;
  z-index: 999999;
}

.dashboardcontent {
  float: right;
  width: calc(100% - 230px);
}

.dashboardmenu .alan {
  float: left;
  width: 100%;
  padding: 15px 14px;
}

.dashboardmenu .logo {
  float: left;
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
}

.dashboardmenu .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.menulist {
  float: left;
  width: 100%;
}

.menulist label {
  float: left;
  width: 100%;
  color: #768B95;
  font-size: 14px;
  margin-bottom: 10px;
}

.menulist ul {
  float: left;
  width: 100%;
}

.menulist ul li {
  padding: 10px 8px;
  float: left;
  width: 100%;
  margin-bottom: 5px;
  color: #1E1E1E;
  border-radius: 9px;
  transition: all 0.6s;
}

.menulist ul li:hover {
  background: #D0DBE0;
}

.menulist ul li a {
  color: #1E1E1E;
  float: left;
  width: 100%;
}

.menulist ul li img {
  float: left;
  margin-right: 8px;
  object-fit: contain;
  margin-top: 4px;
}

.menuaccount {
  float: left;
  width: 100%;
  border: 1px solid #D0DBE0;
  background: #FAFAFA;
  padding: 10px;
  border-radius: 12px;
  display: flex;
  align-items: center;
}

.menuaccount img {
  float: right;
  width: 10px;
  height: 14px;
}

.menuaccount .text {
  float: left;
  width: calc(100% - 20px);
}

.menuaccount .text b {
  float: left;
  width: 100%;
  font-size: 14px;
  margin-bottom: -5px;
  color: #1A1A1A;
}

.menuaccount .text span {
  color: #768B95;
  font-size: 11px;
}

.contenthead {
  float: left;
  width: 100%;
  padding: 15px;
  background: #fff;
  border-left: 2px solid #F6F6F6;
}

.contenthead h2 {
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.contenthead span {
  float: left;
  width: 100%;
  color: #696969;
  font-size: 14px;
}

.contenthead .text {
  float: left;
}

.contenthead .control {
  float: right;
  display: flex;
}

button.exitbtn {
  float: right;
  width: 44px;
  height: 44px;
  background: #1E1E1E;
  border: 1px solid #1E1E1E;
  border-radius: 12px;
  padding: 0;
  text-align: center;
  margin-left: 10px;
  transition: all 0.6s;
}

button.exitbtn:hover {
  background: #FF5959;
}

button.pushbutton {
  float: right;
  width: 44px;
  height: 44px;
  background: #FAFAFA;
  border: 1px solid #D0DBE0;
  border-radius: 12px;
  padding: 0;
  text-align: center;
  margin-left: 10px;
  transition: all 0.6s;
}

button.pushbutton:hover {
  background: #e1e0e0;
}

a.appdownload {
  float: right;
  width: auto;
  height: 44px;
  background: #FAFAFA;
  border: 1px solid #D0DBE0;
  border-radius: 12px;
  padding: 0;
  text-align: center;
  margin-left: 10px;
  color: #1E1E1E;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 0px 15px;
  transition: all 0.6s;
}

a.appdownload:hover {
  background: #e1e0e0;
}

a.appdownload img {
  margin-right: 10px;
}

.dashboardpanelarea {
  float: left;
  width: 100%;
  padding: 40px;
}

.dashboardpanelarea .item {
  float: left;
  width: 100%;
  padding: 18px;
  border-radius: 12px;
  background: #FFFFFF;
  height: 100%;
}

.dashboardpanelarea .item .img {
  float: left;
  width: 100%;
  overflow: hidden;
  height: 255px;
  border-radius: 12px;
  margin-bottom: 17px;
}

.dashboardpanelarea .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dashboardpanelarea .item h3 {
  float: left;
  width: 100%;
  font-size: 22px;
  font-weight: bold;
}

.dashboardpanelarea .item p {
  float: left;
  width: 100%;
  color: #696969;
  font-size: 14px;
  padding-right: 20px;
  margin-bottom: 30px;
}

.dashboardpanelarea .item .green-btn {
  float: left;
  background: #07CDA3;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  padding: 17px 90px;
  transition: all 0.6s;
}

.dashboardpanelarea .item .green-btn:hover {
  background: #038a6d;
}

.dashboardpanelarea .item .gray-btn {
  float: left;
  background: #F6F6F6;
  color: #1E1E1E;
  font-weight: bold;
  border-radius: 10px;
  padding: 17px 90px;
  transition: all 0.6s;
}

.dashboardpanelarea .item .gray-btn:hover {
  background: #242424;
  color: #fff;
}

.sirketiniz {
  float: left;
  width: 100%;
  background: #fff;
  margin-top: 15px;
  border-radius: 12px;
  text-align: center;
  padding: 50px 15px;
}

.sirketiniz img {
  margin-bottom: 10px;
}

.sirketiniz h4 {
  color: #768B95;
  font-size: 18px;
  font-weight: bold;
}

.sirketiniz span {
  color: #1E1E1E;
  font-size: 24px;
  margin-bottom: 15px;
}

.sirketiniz .btnlist {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.sirketiniz .status {
  background: #E6FFF9;
  float: left;
  border-radius: 25px;
  padding: 16px 40px;
  color: #07CDA3;
  font-weight: bold;
  margin: 0px 5px;
}

.sirketiniz .status.kurulus {
  background: #FFF5E5;
  float: left;
  border-radius: 25px;
  padding: 16px 40px;
  color: #F79E1B;
  font-weight: bold;
}

.sirketiniz .status.aski {
  background: #FFEDEF;
  float: left;
  border-radius: 25px;
  padding: 16px 40px;
  color: #EB001B;
  font-weight: bold;
}

.sirketbilgi {
  float: left;
  width: 100%;
}

.sirketbilgi .item {
  float: left;
  width: 100%;
  border-radius: 30px;
  padding: 35px;
  margin-bottom: 20px;
}

.sirketbilgi .item .title {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.sirketbilgi .item .number {
  float: left;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #1E1E1E;
  color: #fff;
  text-align: center;
  line-height: 33px;
  font-weight: bold;
}

.sirketbilgi .item .title h2 {
  float: left;
  font-size: 18px;
  font-weight: bold;
  margin-left: 15px;
  margin-top: 6px;
}

.inputitem {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.inputitem label {
  font-size: 15px;
  float: left;
  width: 100%;
  color: #768B95;
  margin-bottom: 3px;
}

.inputitem input {
  float: left;
  width: 100%;
  border: 1px solid #D0DBE0;
  border-radius: 10px;
  padding: 17px;
  font-weight: bold;
  font-size: 15px;
  color: #1E1E1E;
  transition: all 0.6s;
}


.inputitem select {
  float: left;
  width: 100%;
  border: 1px solid #D0DBE0;
  border-radius: 10px;
  padding: 17px;
  font-weight: bold;
  font-size: 15px;
  color: #1E1E1E;
  transition: all 0.6s;
  background: #F6F6F6;
  border: 0;
}

.inputitem textarea {
  float: left;
  width: 100%;
  border-radius: 10px;
  padding: 17px;
  font-weight: bold;
  font-size: 15px;
  color: #1E1E1E;
  transition: all 0.6s;
  background: #F6F6F6;
  border: 0 !important;
  min-height: 150px;
}

.inputitem input:focus {
  border: 1px solid #768B95;
}

.inputitem textarea {
  float: left;
  width: 100%;
  border: 1px solid #D0DBE0;
  border-radius: 10px;
  padding: 17px;
  font-weight: bold;
  font-size: 15px;
  color: #1E1E1E;
  min-height: 100px;
}

.ayarlarcontent {
  float: left;
  width: 100%;
}

.ayarlarcontent .nav {
  float: left;
  border-radius: 30px;
  background: #fff;
}

.ayarlarcontent .tab-content {
  float: left;
  width: 100%;
}

.ayarlarcontent .nav .nav-item .nav-link {
  background: transparent;
  padding: 12px 50px;
  color: #768B95;
  font-weight: bold;
}

.ayarlarcontent .nav .nav-item .nav-link.active {
  color: #07CDA3;
  position: relative;
  font-weight: bold;
}

.ayarlarcontent .nav .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  background: #07CDA3;
  width: 50%;
  height: 4px;
  border-radius: 10px;
  left: 25%;
  bottom: -2px;
}

.areabox {
  float: left;
  width: 100%;
  padding: 25px;
  background: #fff;
  border-radius: 12px;
}

.areabox h3 {
  float: left;
  width: 100%;
  margin-bottom: 19px;
  font-size: 18px;
  font-weight: bold;
}

.editinput {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}

.editinput label {
  float: left;
  width: 100%;
  color: #768B95;
  font-size: 15px;
  margin-bottom: 4px;
}

.editinput .input {
  float: left;
  width: 100%;
  position: relative;
}

.editinput .input input {
  float: left;
  width: 100%;
  padding: 14px 15px;
  border: 1px solid #D0DBE0;
  border-radius: 12px;
  font-weight: bold;
  background: #fff;
  color: #000;
}

.editinput .input button {
  position: absolute;
  right: 20px;
  color: #07CDA3;
  font-weight: bold;
  background: transparent;
  padding: 0;
  border: 0;
  font-size: 14px;
}

.switch {
  display: inline-block;
  position: relative;
  width: 53px;
  height: 28px;
  border-radius: 20px;
  background: #F6F6F6;
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align: middle;
  cursor: pointer;
}

.switch::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 4px;
  width: 22px;
  height: 22px;
  background: #b2b2b2;
  border-radius: 50%;
  transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.switch:active::before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1);
}

input:checked+.switch {
  background: #F6F6F6;
}

input:checked+.switch::before {
  left: 27px;
  background: #07CDA3;
}

input:checked+.switch:active::before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 150, 136, 0.2);
}

.bildiriminput {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.bildiriminput span {
  float: left;
  margin-top: 2px;
}

.bildiriminput .switch {
  float: right;
}

.destekpanel {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 30px;
}

.destekpanel .title {
  float: left;
  width: 100%;
  padding-left: 20px;
  height: 60px;
  display: flex;
  align-items: center;
  font-weight: bold;
  border-bottom: 2px solid #F6F6F6;
}

.destekpanel .destektitle {
  float: left;
  width: 100%;
  border-left: 2px solid #F6F6F6;
  padding-left: 20px;
  border-bottom: 2px solid #F6F6F6;
  height: 60px;
  display: flex;
  border-right: 2px solid #F6F6F6;
  align-items: center;
}

.destekpanel .destektitle .userimg {
  float: left;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}

.destekpanel .destektitle .userimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.destekpanel .destektitle span {
  float: left;
  font-weight: bold;
  font-size: 15px;
  color: #000;
  min-height: 31px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.destekpanel .col-md-3 {
  padding-right: 0;
}

.destekpanel .col-md-7 {
  padding-left: 0;
  padding-right: 0;
}

.desteklist {
  float: left;
  width: 100%;
}

.desteklist .item {
  float: left;
  width: 100%;
  border-bottom: 2px solid #F6F6F6;
  padding: 15px;
  cursor: pointer;
  position: relative;
  border-radius: 0;
}

.desteklist .item.active::before {
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  background: #07CDA3;
}

.desteklist .item .userimg {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}

.desteklist .item .userimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.desteklist .item .text {
  float: left;
  width: calc(100% - 50px);
  min-height: 40px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.desteklist .item .text b {
  font-size: 15px;
}

.desteklist .item .text span {
  font-size: 13px;
  color: #768B95;
}

.destekkalan {
  float: left;
  width: 100%;
  min-height: 500px;
  border-left: 2px solid #F6F6F6;
  padding: 20px;
  border-right: 2px solid #F6F6F6;
}

.destekkalan .subitem {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-flow: wrap;
  align-items: end;
}

.destekkalan .subitem .userimg {
  float: left;
  width: 40px;
  height: 100%;
  margin-right: 10px;
  display: flex;
  flex-flow: column;
  justify-content: end;
}

.destekkalan .subitem .userimg img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
}

.destekkalan .subitem .text {
  float: left;
  max-width: 445px;
  width: auto;
  background: #F6F6F6;
  border-radius: 30px;
  padding: 20px;
  color: #696969;
  font-size: 14px;
}

.destekkalan .subitem .text p {
  margin: 0;
}




.destekkalan .busitem {
  float: right;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-flow: row-reverse;
  align-items: end;
  justify-content: right;
}

.destekkalan .busitem .userimg {
  float: right;
  width: 40px;
  height: 100%;
  margin-left: 10px;
  display: flex;
  flex-flow: column;
  justify-content: end;
}

.destekkalan .busitem .userimg img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
}

.destekkalan .busitem .text {
  float: right;
  max-width: 445px;
  width: auto;
  background: #07CDA3;
  border-radius: 30px;
  padding: 20px;
  color: #fff;
  font-size: 14px;
}

.destekkalan .busitem .text p {
  margin: 0;
}

.mesajgonder {
  float: left;
  width: 100%;
  padding: 20px;
  border-top: 2px solid #F6F6F6;
  border-left: 2px solid #F6F6F6;
  display: flex;
  border-right: 2px solid #F6F6F6;
}

.mesajgonder .filebtn {
  float: left;
  width: 50px;
  height: 50px;
  background: #F6F6F6;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  margin-right: 20px;
  min-width: 50px;
  min-height: 50px;
  transition: all 0.6s;
}

.mesajgonder .filebtn:hover {
  background: #d2d1d1;
}

.mesajgonder .gonderbtn {
  float: right;
  width: 50px;
  height: 50px;
  background: #07CDA3;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  margin-left: 20px;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  transition: all 0.6s;
}

.mesajgonder .gonderbtn:hover {
  background: #05a381;
}

.mesajgonder input {
  width: 100%;
  background: #F6F6F6;
  border-radius: 30px;
  border: 0;
  font-weight: normal;
  padding-left: 25px;
}

.sirketinfo {
  float: left;
  width: 100%;
  padding: 25px;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.sirketinfo img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.sirketinfo span {
  font-size: 13px;
  color: #768B95;
}

.sirketinfo a {
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #07CDA3;
  border-radius: 30px;
  padding: 10px;
  margin-top: 10px;
  transition: all 0.6s;
}

.sirketinfo a:hover {
  background: #05a381;
}

.sirketinfo a img {
  width: 18px;
  height: 18px;
  margin-right: 7px;
  margin-bottom: 3px;
}

.dokumanpanel {
  float: left;
  width: 100%;
}

.dokumanmenu {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.dokumanmenu ul {
  float: left;
  background: #fff;
  border-radius: 30px;
  padding: 0;
}

.dokumanmenu ul li {
  float: left;
}

.dokumanmenu ul li a {
  float: left;
  font-weight: bold;
  color: #768B95;
  padding: 13px 20px;
  position: relative;
}

.dokumanmenu ul li.active a {
  color: #07CDA3;
}

.dokumanmenu ul li.active a::after {
  content: "";
  width: 50%;
  background: #07CDA3;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 25%;
}

.islemtext {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  font-size: 18px;
}

.filterlist {
  float: left;
  width: 100%;
}

.filterbtn {
  float: left;
  background: #fff;
  color: #768B95;
  font-weight: bold;
  padding: 12px 22px;
  border-radius: 10px;
  border: 0;
  margin-right: 15px;
}

.dokmyuklebtn {
  float: right;
  background: #07CDA3;
  color: #fff;
  font-weight: bold;
  padding: 12px 22px;
  border-radius: 10px;
  border: 0;
  margin-right: 15px;
}

.dokumantablo {
  float: left;
  width: 100%;
  margin-top: 25px;
  background: #fff;
  border-radius: 30px;
  padding: 25px;
}

.tablohead {
  float: left;
  width: 100%;
  background: #FAFAFA;
  border-radius: 30px;
  padding: 13px;
  text-align: center;
  margin-bottom: 15px;
}

.tablobody {
  float: left;
  width: 100%;
}

.tablobody .itema {
  float: left;
  width: 100%;
  border: 1px solid #EBEBEB;
  border-radius: 30px;
  padding: 15px;
  text-align: center;
  margin-bottom: 15px;
}

.mobilbtitle {
  display: none;
}

.pdfbtn {
  border: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #F6F6F6;
  transition: all 0.6s;
}

.pdfbtn:hover {
  background: #768B95;
}

.pdfbtn:hover img {
  filter: brightness(0) invert(1);
}

.dokumanindir {
  background: #07CDA3;
  color: #fff;
  border-radius: 25px;
  font-weight: bold;
  padding: 15px 25px;
  transition: all 0.6s;
}

.dokumanindir:hover {
  background: #05715a;
  color: #fff;
}

.tablobody .row .col {
  align-items: center;
  display: flex;
  justify-content: center;
}

.mevcutkartlar {
  float: left;
  width: 100%;
}

.mevcutkartlar h3 {
  float: left;
  width: 100%;
  color: #1E1E1E;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

.mevcutkartlar .kartitem {
  float: left;
  width: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 30px;
}

.mevcutkartlar .kartitem span {
  float: right;
  font-size: 18px;
  font-weight: bold;
  color: #768B95;
}

.mevcutkartlar .kartitem .kartno {
  float: left;
  width: 100%;
  margin-top: 45px;
  margin-bottom: 25px;
  font-size: 19px;
}

.mevcutkartlar .kartitem .kartname {
  color: #1E1E1E;
  font-weight: bold;
  font-size: 15px;
}

.mevcutkartlar .kartekle {
  float: left;
  width: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 30px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  cursor: pointer;
}

.mevcutkartlar .kartekle svg {
  margin-bottom: 15px;
}

.mevcutkartlar .kartekle span {
  font-size: 18px;
  font-weight: bold;
}

.mevcutkartlar .kartekle b {
  color: #07CDA3;
}

.indirbtn {
  width: 50px;
  height: 50px;
  margin: 0px 5px;
  background: #F1F3F5;
  border-radius: 50%;
  border: 0;
  transition: all 0.6s;
}

.indirbtn:hover {
  background: #768B95;
}

.indirbtn:hover img {
  filter: brightness(0) invert(1);
}

.faturabtn {
  width: 50px;
  height: 50px;
  margin: 0px 5px;
  background: #F1F3F5;
  border-radius: 50%;
  border: 0;
  transition: all 0.6s;
}

.faturabtn:hover {
  background: #768B95;
}

.faturabtn:hover img {
  filter: brightness(0) invert(1);
}

.tablobody .status {
  background: #FFF5E5;
  border-radius: 25px;
  color: #F79E1B;
  font-weight: bold;
  padding: 8px 10px;
  min-width: 40px;
}

.tablobody .status.odendi {
  background: #E6FFF9;
  border-radius: 25px;
  color: #07CDA3;
  font-weight: bold;
  padding: 8px 10px;
  min-width: 130px;
}

.tablobody .status.odenmedi {
  background: #FFEDEF;
  border-radius: 25px;
  color: #EB001B;
  font-weight: bold;
  padding: 8px 10px;
  min-width: 130px;
}

.titlke3 {
  float: left;
  width: 100%;
  color: #1E1E1E;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: -10px;
  margin-top: 25px;
}

.form-group {
  display: block;
  margin-bottom: 15px;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
}

.form-group label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #EAEAEA;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 13px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.form-group input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 11px;
  width: 6px;
  height: 14px;
  border: solid #07CDA3;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.modal-content {
  border-radius: 30px;
}

.modal-header {
  border-bottom: 0px;
}

.modal-dialog {
  max-width: 575px !important;
}

.modal-title {
  font-size: 16px;
  color: #1E1E1E;
  font-weight: bold;
}

.karteklemodal {
  float: left;
  width: 100%;
}

.karteklemodal .inputlsitem {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.inputlsitem label {
  font-size: 14px;
  color: #1E1E1E;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

.inputlsitem input {
  width: 100%;
  padding: 15px;
  border: 0;
  border-radius: 10px;
  font-size: 14px;
  color: #1E1E1E;
  background-color: #F6F6F6;
  font-weight: 500;
  border: 1px solid #F6F6F6;
  transition: all 0.6s;
}

.inputlsitem input:focus {
  border: 1px solid #768B95;
}

.form-group a {
  color: #07CDA3;
}

.vazgecbtn {
  float: left;
  width: 100%;
  padding: 15px;
  color: #fff;
  background: #000000;
  border-radius: 10px;
  font-weight: bold;
  border: 0;
  transition: all 0.6s;
}

.vazgecbtn:hover {
  background: #1E1E1E;
}

.eklebtn {
  float: left;
  width: 100%;
  padding: 15px;
  color: #fff;
  background: #07CDA3;
  border-radius: 10px;
  font-weight: bold;
  border: 0;
  transition: all 0.6s;
}

.eklebtn:hover {
  background: #027e63;
}

.karteklemodal select {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #EBEBEB;
  padding: 15px;
}

.form__container {
  position: relative;
  width: 100%;
  height: 200px;
  border-radius: 10px;
  border: 2px dashed #8B8B8B;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #000;
  margin-bottom: 5px;
  flex-flow: column;
  font-size: 14px;
}

.form__container.active {
  background-color: rgba(192, 192, 192, 0.2);
}

.form__file {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
}

.form__files-container {
  display: block;
  width: 100%;
  font-size: 0;
  margin-top: 20px;
}

.form__image-container {
  display: inline-block;
  width: 49%;
  height: 200px;
  margin-bottom: 10px;
  position: relative;
}

.form__image-container:not(:nth-child(2n)) {
  margin-right: 2%;
}

.form__image-container:after {
  content: "✕";
  position: absolute;
  line-height: 200px;
  font-size: 30px;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.form__image-container:hover:after {
  opacity: 1;
  cursor: pointer;
}

.form__image {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.mobilmenubtn {
  display: none;
}

.kurulumpaket {
  float: left;
  width: 100%;
  margin-top: 15px;
  background: rgb(7, 205, 163);
  background: linear-gradient(90deg, rgba(7, 205, 163, 1) 0%, rgba(151, 195, 186, 1) 67%, rgba(151, 195, 186, 1) 78%);
  border-radius: 30px;
  padding: 15px;
  color: #fff;
}

.kurulumpaket .text {
  float: left;
  width: 100%;
  padding: 6px;
}

.kurulumpaket .alan {
  float: left;
  width: 100%;
  border-radius: 30px;
  background: rgb(32, 237, 193);
  background: linear-gradient(90deg, rgba(32, 237, 193, 0.5732886904761905) 0%, rgba(189, 238, 228, 0.6629245448179272) 67%);
  padding: 20px;
}

.kurulumpaket .alan h4 {
  float: left;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
}

.kurulumpaket .alan ul li {
  float: left;
  width: 50%;
  font-size: 12px;
  margin: 5px 0;
}

.kurulumpaket .text h5 {
  font-size: 16px;
  font-weight: bold;
}

.kurulumpaket .text h5 span {
  color: #000000;
  font-size: 10px;
  font-weight: bold;
  background: #fff;
  border-radius: 20px;
  padding: 5px 9px;
}

.kurulumpaket .text .priceold {
  float: left;
  width: 100%;
  font-weight: bold;
  font-size: 14px;
  text-decoration: line-through;
}

.kurulumpaket .text .batext {
  font-size: 10px;
}

.hemenbaslayalimstep {
  float: left;
  width: 100%;
  padding: 30px 0;
}

.stepmenu {
  float: left;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.stepmenu .alan {
  float: left;
  border-radius: 30px;
  background: #fff;
  max-width: 600px;
  margin: 0 auto;
  padding: 25px 0;
}

.stepmenu ul {
  float: left;
  width: 100%;
  display: flex;
}

.stepmenu ul li {
  float: left;
  margin: 0px 25px;
}

.stepmenu ul li.active img {
  filter: brightness(0) saturate(100%) invert(80%) sepia(41%) saturate(5156%) hue-rotate(117deg) brightness(91%) contrast(94%);
}

.stepmenu ul li.active .icon {
  background: #ddf4ef;
}

.stepmenu ul li .icon {
  float: left;
  width: 100%;
  padding: 18px;
  border-radius: 30px;
  background: #F6F6F6;
  border: 1px solid #F6F6F6;
  margin-bottom: 10px;
}

.stepmenu ul li span {
  font-weight: 600;
  color: #000000;
}

.stepmenu ul li span svg {
  margin-right: 5px;
}

.stepcontent {
  float: left;
  width: 100%;
  padding: 20px 0;
}

.stepcontent .step {
  float: left;
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 30px;
  margin-bottom: 25px;
}

.stepcontent .step h2 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.radio-inputs {
  float: left;
  width: 100%;
}

.radio-inputs>* {
  margin: 6px;
}

.radio-input:checked+.radio-tile {
  background: #07CDA3;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.radio-input:checked+.radio-tile .radio-icon svg {
  fill: #2260ff;
}

.radio-input:checked+.radio-tile .radio-label {
  color: #fff;
}

.radio-input:focus+.radio-tile {
  background: #07CDA3;
}

.radio-input:focus+.radio-tile:before {
  transform: scale(1);
  opacity: 1;
}

.radio-tile {
  width: 100%;
  min-height: 80px;
  background: #F6F6F6;
  border-radius: 0.5rem;
  cursor: pointer;
  position: relative;
  float: left;
  padding: 17px;
  border-radius: 30px;
}

.radio-tile .radio-icon {
  float: left;
  width: 106px;
  height: 106px;
  background: #fff;
  text-align: center;
  display: flex;
  flex-flow: column;
  border-radius: 30px;
  justify-content: center;
  padding: 35px;
}

.radio-tile:hover:before {
  transform: scale(1);
  opacity: 1;
}

.radio-icon svg {
  width: 2rem;
  height: 2rem;
  fill: #494949;
}

.radio-label {
  color: #000;
  font-size: 19px;
  font-weight: bold;
  padding-left: 20px;
  min-height: 106px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: left;
}

.radio-input {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.radio-inputs label {
  float: left;
  width: 100%;
}

.radio-inputs .col-md-12 {
  margin-bottom: 15px;
}

.inputitem {
  float: left;
  width: 100%;
  padding: 15px 0;
}

.inputitem label {
  float: left;
  width: 100%;
  font-weight: bold;
  color: #000;
  margin-bottom: 4px;
}

.inputitem input {
  float: left;
  width: 100%;
  background: #F6F6F6;
  border-radius: 10px;
  padding: 17px;
  border: 0;
}

.radio-inputs .col-md-12 {
  display: flex;
  justify-content: center;
}

.radio-inputs label.tek {
  max-width: 480px;
}

.step-btn {
  float: right;
  width: 100%;
  padding: 15px 0;
  display: flex;
  justify-content: right;
}

button.randevubtn {
  padding: 13px 35px;
  background: #000;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  border: 0;
  margin-left: 15px;
  min-width: 210px;
  transition: all 0.6s;
}

button.randevubtn:hover {
  background: #2a2a2a;
}

button.devametbtn {
  padding: 13px 35px;
  background: #07CDA3;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  border: 0;
  margin-left: 15px;
  min-width: 210px;
  transition: all 0.6s;
}

button.devametbtn:hover {
  background: hsl(167, 89%, 32%);
}

.paketlist {
  float: left;
  width: 100%;
}

.paketlist .paket {
  float: left;
  width: 100%;
  background: #F6F6F6;
  border-radius: 30px;
  padding: 25px;
}

.paketlist .paket h3 {
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.paketlist .paket label {
  float: left;
  width: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 30px;
  position: relative;
  z-index: 3;
  display: block;
  cursor: pointer;
  min-height: 110px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.paketlist .paket label b {
  float: left;
  width: 100%;
  font-weight: bold;
  color: #9F9F9F;
}

.paketlist .paket label .price {
  float: left;
  width: 100%;
  font-weight: bold;
}

.paketlist .paket label .textalt {
  float: left;
  width: 100%;
  color: #07CDA3;
  font-size: 14px;
  font-weight: bold;
}

.paketlist .paket input {
  position: absolute;
  opacity: 0;
}

.paketlist .paket label::after {
  content: "";
  width: 27px;
  height: 27px;
  border: 1px solid #EAEAEA;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  right: 20px;
  top: calc(50% - 13px);
}

.paketlist .paket label:has(input:checked)::after {
  content: "";
  background: #07CDA3;
}

.paketdetay {
  float: left;
  width: 100%;
  margin-top: 15px;
  background: #fff;
  border-radius: 30px;
  padding: 10px;
}

.paketdetay ul li {
  float: left;
  width: 50%;
  padding: 10px;
  border-bottom: 1px solid #F6F6F6;
  color: #696969;
}

.paket .form-group input {
  opacity: 1;
  position: relative;
}

.paket .form-group label::before {
  position: absolute;
  left: 15px;
}

.paket .form-group label::after {
  display: none;
}

.paket .form-group label {
  padding-left: 55px;
  min-height: 19px;
  margin-top: 15px;
  font-size: 14px;
}

.paket .form-group input:checked+label:after {
  border-radius: 0;
  top: 24px;
  left: 25px;
}

.vekaletbideo {
  float: left;
  width: 100%;
}

.vekaletbideo a {
  float: left;
  background: #E6FFF9;
  border-radius: 30px;
  padding: 13px 20px;
  color: #07CDA3;
  font-weight: bold;
  margin-bottom: 15px;
}

.stepalantitle {
  text-align: left !important;
}

.stepalan label {
  font-weight: bold;
}

.vekaletbideo a img {
  float: left;
  margin-right: 10px;
}

.kartbilgileri .inputitem {
  margin-bottom: 0px;
}

.odemetutar {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #D4D4D4;
  margin-bottom: 15px;
}

.odemetutar ul li {
  float: left;
  width: 100%;
  margin-bottom: 8px;
}

.odemetutar span {
  color: #696969;
  float: left;
}

.odemetutar ul li b {
  float: right;
}

.odemetutar ul li .free {
  color: #07CDA3;
}

@media (max-width: 850px) {

  .mobillogo {
    float: left;
    margin-left: 15px;
    margin-top: 5px;
  }

  .dashboardmenu {
    width: 70%;
    transform: translateX(-100%);
  }

  .dashboardmenu .logo img {
    height: 30px;
  }

  .dashboardcontent {
    width: 100%;
  }

  .contenthead .text {
    display: none;
  }

  .dashboardpanelarea {
    padding: 10px;
  }

  .islemtext {
    font-size: 15px;
    text-align: center;
  }

  .dokumanmenu ul li {
    width: 50%;
    text-align: center;
  }

  .dokumanmenu ul li a {
    width: 100%;
    font-size: 13px;
    font-weight: 600;
  }

  .filterlist {
    display: flex;
    flex-flow: column;
  }

  .filterbtn {
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
  }

  .dokmyuklebtn {
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
  }

  .tablohead {
    display: none;
  }

  .mobilbtitle {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 13px;
  }

  .dokumantablo {
    padding: 15px;
  }

  .tablobody .row .col {
    flex-flow: column;
    flex: auto;
    width: 50%;
    margin: 8px 0;
  }

  .tablobody .row .col span {
    font-size: 14px;
  }

  .dokumanindir {
    padding: 7px 20px;
    font-size: 15px;
  }

  .mobilmenubtn {
    display: block;
  }

  .mobilmenubtn button {
    float: left;
    width: 44px;
    height: 44px;
    background: #FAFAFA;
    border: 1px solid #D0DBE0;
    border-radius: 12px;
    padding: 0;
    text-align: center;
  }

  .dashboardmenu.active {
    z-index: 9999;
    transform: translateX(0px);
  }

  .ayarlarcontent .nav li {
    width: 50%;
  }

  .ayarlarcontent .nav .nav-item .nav-link {
    padding: 12px;
    width: 100%;
  }

  .ayarlarcontent .nav {
    width: 100%;
  }

  .dashboardpanelarea .item .green-btn {
    width: 100%;
    text-align: center;
  }

  .dashboardpanelarea .item {
    margin-bottom: 15px;
    height: auto;
  }

  .dashboardpanelarea .item .gray-btn {
    width: 100%;
    text-align: center;
  }

  .sirketiniz .btnlist {
    flex-flow: column;
  }

  .desteklist {
    padding-right: 12px;

    padding-left: 12px;
  }

  .desteklist .item {
    width: 100%;
    margin-bottom: 0;
  }

  .mevcutkartlar .kartitem {
    margin-bottom: 15px;
  }

  .tablobody .itema .col:nth-last-child(1) {
    flex-flow: wrap;
  }

  .stepmenu .alan {
    width: 100%;
  }

  .stepmenu ul li {
    margin: 0px 10px;
  }

  .stepmenu ul li img {
    height: 30px;
  }

  .stepmenu ul li span {
    font-size: 15px;
  }

  .stepcontent .step {
    padding: 15px;
  }

  .radio-tile .radio-icon {
    width: 60px;
    height: 60px;
    padding: 0px;
  }

  .radio-tile .radio-icon img {
    width: 100%;
    height: 20px;
  }

  .radio-label {
    min-height: 60px;
  }

  .radio-inputs .col-md-6 {
    margin-bottom: 15px;
  }

  .stepcontent .inputitem {
    margin-bottom: 0;
  }

  .kurulumpaket .alan ul li {
    width: 100%;
  }

  .paketdetay ul li {
    width: 100%;
  }

  button.randevubtn {
    min-width: auto;
    margin: 0;
  }

  button.devametbtn {
    min-width: auto;
  }

  .step-btn button {
    width: 50%;
  }

  a.appdownload {
    display: none;
  }

}


.loader-overlay {
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(4px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.loader-spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #d0dbe0;
  border-top: 6px solid #07cda3;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.loader-text {
  margin-top: 20px;
  font-size: 16px;
  color: #1e1e1e;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


@media (min-width: 850px) {
  
  .only-mobile{
    display:none!important;
  }
}

@media (max-width: 850px) {
  .package-warning {
    box-shadow: 0 2px 5px rgba(0,0,0,0.04);
    border-radius: 12px;
    text-align: center;
    padding: 12px;
}
  .only-desktop{
    display: none!important;
    margin: 12px 16px;

  }
  .package-warning.only-mobile {
    margin-top: 3px;
    display: flex !important;
    margin: 12px auto; /* ortalar */
    max-width: 90%;
    width: 100%;
    text-align: center;
}
  .package-warning {
      flex-direction: column;
      align-items: stretch;
      padding: 12px;
      margin: 0 8px 12px 8px;
      border: 1.5px solid #FFB3B3;
      background: #FFF6F6;
      border-radius: 12px;
      box-shadow: 0 1px 4px rgba(0,0,0,0.05);
      text-align: center;
      max-width: 100%;
  }

  .package-warning .info {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-bottom: 8px;
  }

  .package-warning .info .title {
      font-size: 14px;
  }

  .package-warning .info .desc {
      font-size: 13.5px;
  }

  .package-warning .upgrade-btn {
      width: 100%;
      padding: 10px 0;
      font-size: 14px;
      font-weight: 600;
      border-radius: 8px;
  }
}


.custom-loader-card {
  background: #FFFFFF;
  border: 1.5px solid #D0DBE0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
  padding: 25px;
  border-radius: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.custom-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #E0E0E0;
  border-top: 4px solid #07CDA3;
  border-radius: 50%;
  animation: spin 0.9s linear infinite;
}

.custom-loader-text {
  font-size: 16px;
  color: #1E1E1E;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}


#whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  font-size: 28px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  text-decoration: none;
  transition: all 0.2s ease;
}

#whatsapp-button:hover {
  background-color: #128C7E;
  transform: scale(1.05);
}