.open-button, .closed-button, .all-button {
  color: black; /* Default color for all buttons */
}

  .open-button:hover, .closed-button:hover, .all-button:hover {
    cursor: pointer; /* Add hover effect */
  }

.s-Toolbar, .tool-buttons, .buttons-outer, .buttons-inner, .tool-group-like {
  flex-wrap: wrap;
}

.btn-pastel-red {
  background-color: #ff6961; /* pastel kırmızı */
  color: white;
  border: 1px;
  font-weight: bold;
  border-radius: 15px;
  object-fit: cover;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  scale: 0.8;
}

.btn-pastel-blue {
  background-color: #aec6cf; /* pastel mavi */
  color: white;
  border: 1px;
  font-weight: bold;
  border-radius: 15px;
  object-fit: cover;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  scale: 0.8;
}

  .btn-pastel-red:hover, .btn-pastel-blue:hover {
    filter: brightness(90%);
  }

.s-site-logo-img {
  content: url(../../Content/site/LoginLogo.png);
  background-color: white !important;
}

.s-form-title-logo {
  background-color: #96d9e6;
  height: 125px;
  width: 100%;
  border-radius: inherit;
  background-size: cover;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding: 0.25rem rem;
}


.s-TranslationGrid input.custom-text {
  width: 100%;
}

.s-UserPermissionDialog > .size,
.s-RolePermissionDialog > .size {
  min-width: 770px;
  width: 770px;
  min-height: 550px;
  height: 550px;
}

.s-UserPermissionDialog .s-DataGrid,
.s-RolePermissionDialog .s-DataGrid {
  height: 100%;
}

.s-MailViewer > .message-body {
  width: 100%;
  background-color: #fff;
}

@media (min-width: 768px) {
  .s-MailViewer > .message-body {
    max-height: calc(100vh - 165px);
  }
}

.s-SalesMarketing-OfferDialog > .size {
  min-width: 480px;
  width: 480px;
  min-height: 635px;
  height: 635px;
}

.s-SalesMarketing-OfferDialog .caption {
  width: 150px;
  margin-bottom: 2px;
  text-align: left;
  flex-basis: 100%;
  padding-left: 0px;
}

.s-SalesMarketing-OfferDialog .field {
  flex-wrap: wrap;
}

.s-VehicleService-ServiceWorkOrderTransactionEditorDialog > .size {
  min-width: 480px;
  width: 480px;
  min-height: 635px;
  height: 635px;
}

.s-VehicleService-ServiceWorkOrderTransactionEditorDialog .caption {
  width: 150px;
  margin-bottom: 2px;
  text-align: left;
  flex-basis: 100%;
  padding-left: 0px;
}

.s-VehicleService-ServiceWorkOrderTransactionEditorDialog .field {
  flex-wrap: wrap;
}

.s-ServiceProduct-ItemDialog > .size {
  min-width: 480px;
  width: 480px;
  min-height: 635px;
  height: 635px;
}

.s-ServiceProduct-ItemDialog .caption {
  width: 150px;
  margin-bottom: 2px;
  text-align: left;
  flex-basis: 100%;
  padding-left: 0px;
}

.s-ServiceProduct-ItemDialog .field {
  flex-wrap: wrap;
}

.s-PurchasingManagement-PurchasingDialog > .size {
  min-width: 480px;
  width: 480px;
  min-height: 635px;
  height: 635px;
}

.s-PurchasingManagement-PurchasingDialog .caption {
  width: 150px;
  margin-bottom: 2px;
  text-align: left;
  flex-basis: 100%;
  padding-left: 0px;
}

.s-PurchasingManagement-PurchasingDialog .field {
  flex-wrap: wrap;
}

.hide-pdf .print-invoice {
  visibility: hidden;
}

.hide-mail .mail-save {
  visibility: hidden;
}

.hide-details .view-details {
  visibility: hidden;
}

.hide-erp .erp-transmission {
  visibility: hidden;
}

.disable-pdf .print-invoice {
  opacity: 40%;
  pointer-events: none;
}
/*Boolean Switch Editor*/
.s-BooleanSwitchEditor > input[type="checkbox"] {
  display: none;
}

.s-BooleanSwitchEditor > label {
  cursor: pointer;
  height: 0px;
  position: relative;
  width: 40px;
}

  .s-BooleanSwitchEditor > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
  }

.input-group-addon > i {
  content: "/f53f"
}

.s-BooleanSwitchEditor > label::after {
  background: rgb(255, 255, 255);
  border-radius: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  content: '';
  height: 24px;
  left: -4px;
  margin-top: -8px;
  position: absolute;
  top: -4px;
  transition: all 0.3s ease-in-out;
  width: 24px;
}

.s-BooleanSwitchEditor > input[type="checkbox"]:checked + label::before {
  background: inherit;
  opacity: 0.5;
}

.s-BooleanSwitchEditor > input[type="checkbox"]:checked + label::after {
  background: inherit;
  left: 20px;
}

.s-BooleanSwitchEditor.readonly {
  background-color: transparent;
}

  .s-BooleanSwitchEditor.readonly > label {
    cursor: not-allowed;
  }
/*Boolean Switch Editor END*/
.fiftypercent {
  height: 50vh;
}


.s-SalesMarketing-VwSalesOrdersUnionedDialog .caption {
  width: 150px;
  margin-bottom: 2px;
  text-align: left;
  flex-basis: 100%;
}

.s-SalesMarketing-VwSalesOrdersUnionedDialog .field {
  flex-wrap: wrap;
}

.s-SalesMarketing-OfferDetailEditorDialog .caption {
  width: 1500px;
  margin-bottom: 2px;
  text-align: left;
  flex-basis: 100%;
}

.s-SalesMarketing-OfferDetailEditorDialog .field {
  flex-wrap: wrap;
}

s-Organization-VisitPlanlDetailDialog .caption {
  width: 150px;
  margin-bottom: 2px;
  text-align: left;
  flex-basis: 100%;
}

.s-Organization-VisitPlanDetailDialog .field {
  flex-wrap: wrap;
}


.s-Meeting-MeetingrDialog > .size {
  min-width: 480px;
  width: 480px;
  min-height: 635px;
  height: 635px;
}

.s-Meeting-MeetingDialog .caption {
  width: 150px;
  margin-bottom: 2px;
  text-align: left;
  flex-basis: 100%;
  padding-left: 0px;
}

.s-Meeting-MeetingDialog .field {
  flex-wrap: wrap;
}

.erponaydurum-column {
  background-color: #6a8acb; /* Sets a blue background color */
  color: #FFF; /* Sets text color to white */
  font-weight: bold; /* Makes the font bold */
  border: 1px solid transparent; /* Defines a 1px border with transparent color */
  border-radius: 15px; /* Rounds the corners of the element */
  object-fit: cover; /* Ensures the content's aspect ratio is preserved while filling the element's entire content box */
  text-align: center; /* Aligns text in the center */
  display: inline-block; /* Displays the element as an inline block */
  vertical-align: middle; /* Aligns the element vertically in the middle */
  transform: scale(0.9); /* Scales down the element to 90% of its original size */
}

.aktarim-gerceklesti > .erponaydurum-column {
  background-color: #65a865 !important;
}

.aktarim-sirasinda > .erponaydurum-column {
  background-color: #bdbd4f !important;
}

.aktarim-hata > .erponaydurum-column {
  background-color: #c15555;
}

.erpteklifonaydurum-column {
  /*background-color: #FFB4BF !important;*/
  background-color: #6a8acb;
  border: 1px;
  color: #FFF;
  font-weight: bold;
  border-radius: 15px;
  object-fit: cover;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.9);
}

.teklif-aktarim-gerceklesti > .erpteklifonaydurum-column {
  background-color: #65a865;
}

.teklif-aktarim-hata > .erpteklifonaydurum-column {
  background-color: #c15555;
}

.onaydurum-column {
  background-color: #6a8acb; /* Sets a blue background color */
  color: #FFF; /* Sets text color to white */
  font-weight: bold; /* Makes the font bold */
  border: 1px solid transparent; /* Defines a 1px border with transparent color */
  border-radius: 15px; /* Rounds the corners of the element */
  object-fit: cover; /* Ensures the content's aspect ratio is preserved while filling the element's entire content box */
  text-align: center; /* Aligns text in the center */
  display: inline-block; /* Displays the element as an inline block */
  vertical-align: middle; /* Aligns the element vertically in the middle */
  transform: scale(0.9); /* Scales down the element to 90% of its original size */
}

.mail-onay > .onaydurum-column {
  background-color: #adb26f;
}

.erp-onay > .onaydurum-column {
  background-color: #adb26f;
}

.iki-onay > .onaydurum-column {
  background-color: #9acc9a;
}

.revize > .onaydurum-column {
  background-color: #b57171;
}

.hidden-rs {
  width: 30vw;
}

.s-CRMBase-InHouseManagement-ComplaintProductsLazyEditor {
  width: 30vw;
}

.hide-planlanan > .visitgrid-reasonvisit {
  background-color: #4abb59 !important;
}

.hide-spontane > .visitgrid-reasonvisit {
  background-color: #e26868 !important;
}

.hide-musteritalepli > .visitgrid-reasonvisit {
  background-color: #b8c334 !important;
}


.red-color > .salesorderunioned-status {
  background-color: #e26868 !important;
}

.green-color > .salesorderunioned-status {
  background-color: #4abb59 !important;
}

.yellow-color > .salesorderunioned-status {
  background-color: #6a8acb !important;
}


.iptal-color > .sales-status {
  background-color: #e26868 !important;
}

.oneri-color > .sales-status {
  background-color: #b8c334 !important;
}

.sevk-color > .sales-status {
  background-color: #6a8acb !important;
}




.satis-kapandi > .salesordermater-confirmInfo {
  background-color: #4abb59 !important;
}

.satis-iptal > .salesordermater-confirmInfo {
  background-color: #e26868 !important;
}

.satis-sevk > .salesordermater-confirmInfo {
  background-color: #b8c334 !important;
}

.satis-oneri > .salesordermater-confirmInfo {
  background-color: #6a8acb !important;
}

.green-color-crm > .crm-receipt-status {
  background-color: #4abb59 !important;
}

.yellow-color-crm > .crm-receipt-status {
  background-color: goldenrod !important;
}

.crm-receipt-status,
.salesordermater-confirmInfo,
.salesorderunioned-status,
.sales-status,
.visitgrid-reasonvisit {
  background-color: #6a8acb; /* Sets a blue background color */
  color: #FFF; /* Sets text color to white */
  font-weight: bold; /* Makes the font bold */
  border: 1px solid transparent; /* Defines a 1px border with transparent color */
  border-radius: 15px; /* Rounds the corners of the element */
  object-fit: cover; /* Ensures the content's aspect ratio is preserved while filling the element's entire content box */
  text-align: center; /* Aligns text in the center */
  display: inline-block; /* Displays the element as an inline block */
  vertical-align: middle; /* Aligns the element vertically in the middle */
  transform: scale(0.9); /* Scales down the element to 90% of its original size */
}


.s-SalesMarketing-CampaignDialog > .size {
  min-width: 480px;
  width: 480px;
  min-height: 635px;
  height: 635px;
}

.s-SalesMarketing-CampaignDialog .caption {
  width: 150px;
  margin-bottom: 2px;
  text-align: left;
  flex-basis: 100%;
  padding-left: 0px;
}

.s-SalesMarketing-CampaignDialog .field {
  flex-wrap: wrap;
}

.s-SalesMarketing-CampaignCustomersEditor {
  height: 800px;
}

.CustomerNoteList .cometovisit {
  background-color: #e8e6cd !important;
}

.text-blue .fa-send {
  color: blue;
}

.text-red .fa-send {
  color: red;
}

.lastactivitydate-column {
  background-color: #6a8acb;
  border: 1px;
  color: #FFF;
  font-weight: bold;
  border-radius: 15px;
  object-fit: cover;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.9);
}

.past-90date > .lastactivitydate-column {
  background-color: #e26868;
}

.past-30date > .lastactivitydate-column {
  background-color: #adb26f;
}

.past-15date > .lastactivitydate-column {
  background-color: #679d67;
}

.lastactivityofferdate-column {
  background-color: #6a8acb;
  border: 1px;
  color: #FFF;
  font-weight: bold;
  border-radius: 15px;
  object-fit: cover;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.9);
}

.past-90offerdate > .lastactivityofferdate-column {
  background-color: #e26868;
}

.past-30offerdate > .lastactivityofferdate-column {
  background-color: #adb26f;
}

.past-15offerdate > .lastactivityofferdate-column {
  background-color: #679d67;
}

.cell-planlandi > .visitplangrid-status {
  background-color: #4abb59 !important;
}

.cell-tamamlandi > .visitplangrid-status {
  background-color: #e26868 !important;
}

.cell-kampanya > .visitplangrid-status {
  background-color: #b8c334 !important;
}

.visitplangrid-status {
  /*background-color: #FFB4BF !important;*/
  background-color: #6a8acb;
  border: 1px;
  color: #FFF;
  font-weight: bold;
  border-radius: 15px;
  object-fit: cover;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.9);
}

.s-ServiceProduct-PriceListDialog > .size {
  min-width: 480px;
  width: 480px;
  min-height: 635px;
  height: 635px;
}

.s-ServiceProduct-PriceListDialog .caption {
  width: 150px;
  margin-bottom: 2px;
  text-align: left;
  flex-basis: 100%;
  padding-left: 0px;
}

.s-ServiceProduct-PriceListDialog .field {
  flex-wrap: wrap;
}

.s-NotesEditor li {
  margin: 10px 0;
  border-radius: 4px;
  border: 1px solid var(--s-card-border, #C3C2C2);
  background-color: var(--s-card-bg, #F5E7DC);
  padding: 8px;
  position: relative;
}

.s-NotesEditor .note-delete {
  display: block;
  position: absolute;
  right: 6px;
  top: 4px;
  text-decoration: none;
}

.s-NotesEditor .note-date {
  margin-top: 6px;
  display: block;
  text-align: right;
  color: var(--bs-link-color, #2a4084);
  text-decoration: none;
  font-style: italic;
}

.s-NotesEditor ul {
  padding: 0;
  min-height: 110px;
  overflow-y: auto;
  list-style: none;
}

.s-NotesEditor .note-text {
  padding-right: 24px;
  display: block;
}

.s-NotesEditor .note-delete:after {
  font-family: var(--s-icon-font, "FontAwesome");
  font-weight: var(--s-icon-solid);
  color: var(--bs-danger);
  content: "\f00d";
  font-size:  1.1em;
}

.s-CRMBase-SalesMarketing-OfferDialog {
  position: absolute;
  z-index: 1;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}


.bg-world-map {
  background-color: white !important;
}

.s-dashboard-card .card-footer {
  padding-top: 0.2rem !important;
}

/*.s-dashboard-card-sm .card-body {
  background-color: white !important;
}*/
.title-border {
  padding-bottom: 2px !important;
  border-bottom: 1px solid #b6b6b6 !important;
}

.card-content-wrapper {
  display: flex;
  justify-content: center;
}

.card-content {
  font-weight: bolder;
  margin-bottom: 0rem;
  margin-left: 1rem;
  font-size: 20px;
  color: #636363;
}

.font-bold {
  font-weight: bold;
}

.summarycardcontainer {
  display: flex;
}

.summarycard {
  flex: 1;
}

.s-CRMBase-Forms-MethodFormDialog .caption {
  width: 150px;
  margin-bottom: 2px;
  text-align: left;
  flex-basis: 100%;
}

.s-CRMBase-Forms-MethodFormDialog .field {
  flex-wrap: wrap;
}

.s-CRMBase-Forms-FeasibilityReportDialog .caption {
  width: 150px;
  margin-bottom: 2px;
  text-align: left;
  flex-basis: 100%;
}

.s-CRMBase-Forms-FeasibilityReportDialog .field {
  flex-wrap: wrap;
}

.s-CRMBase-PurchasingManagement-PurchasingDemandCollectionDialog .caption {
  width: 150px;
  margin-bottom: 2px;
  text-align: left;
  flex-basis: 100%;
}

.s-CRMBase-PurchasingManagement-PurchasingDemandCollectionDialog .field {
  flex-wrap: wrap;
}

.s-CRMBase-PurchasingManagement-ComparisonWindowDialog .caption {
  width: 150px;
  margin-bottom: 2px;
  text-align: left;
  flex-basis: 100%;
}

.s-CRMBase-PurchasingManagement-ComparisonWindowDialog .field {
  flex-wrap: wrap;
}

/*Demand Fiche*/
.demand-status {
  /*background-color: cadetblue;*/
}

.demand-status-offer-awaiting .demand-status {
  /*background-color: #CCCCCC;*/
  background-color: #65cccf;
  border: 1px;
  color: #FFF;
  font-weight: bold;
  border-radius: 15px;
  object-fit: cover;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  scale: 0.8;
}

.demand-status-offer-received .demand-status {
  /*background-color: #A9CCE3;*/
  background-color: #025695;
  border: 1px;
  color: #FFF;
  font-weight: bold;
  border-radius: 15px;
  object-fit: cover;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  scale: 0.8;
}

.demand-status-awaiting-approval .demand-status {
  /*background-color: #AED6D8;*/
  background-color: #ddc823;
  border: 1px;
  color: #FFF;
  font-weight: bold;
  border-radius: 15px;
  object-fit: cover;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  scale: 0.8;
}

.demand-status-approved .demand-status {
  /*background-color: #C3E6CB;*/
  background-color: #4abb59;
  border: 1px;
  color: #FFF;
  font-weight: bold;
  border-radius: 15px;
  object-fit: cover;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  scale: 0.8;
}

.demand-status-rejected .demand-status {
  /*background-color: #F1948A;*/
  background-color: #e26868;
  border: 1px;
  color: #FFF;
  font-weight: bold;
  border-radius: 15px;
  object-fit: cover;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  scale: 0.8;
}

.demand-status-order-created .demand-status {
  /*background-color: #D2B4A9;*/
  background-color: #803e13;
  border: 1px;
  color: #FFF;
  font-weight: bold;
  border-radius: 15px;
  object-fit: cover;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  scale: 0.8;
}

.demand-status-received .demand-status {
  /*background-color: #68695f;*/
  background-color: dimgray;
  border: 1px;
  color: #FFF;
  font-weight: bold;
  border-radius: 15px;
  object-fit: cover;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  scale: 0.8;
}

.approval-and-reject-button-false .offer-reject {
  cursor: not-allowed;
  display: none;
}

.approval-and-reject-button-false .offer-confirm {
  cursor: not-allowed;
  display: none;
}

.receive-button-false .receive-order {
  cursor: not-allowed;
  display: none;
}

.this-selected-column {
  background-color: #C3E6CB;
}

.this-lowest-price-column {
  background-color: #C1E7F9;
}

.selected-supplier-name {
  background-color: #C3E6CB;
}

.lowest-price-supplier-name {
  background-color: #C1E7F9;
}

/*.s-120-01-0004 .s-120-01-0004 {
    background-color: #C3E6CB;
}*/

.create-order-button-false .create-order {
  cursor: not-allowed;
  display: none;
}

.submit-offer-for-approval-button-false .submit-offer-for-approval {
  cursor: not-allowed;
  display: none;
}

.all-buttons-closed .offer-confirm {
  cursor: not-allowed;
  display: none;
}

.all-buttons-closed .offer-reject {
  cursor: not-allowed;
  display: none;
}

.all-buttons-closed .create-order {
  cursor: not-allowed;
  display: none;
}

.all-buttons-closed .submit-offer-for-approval {
  cursor: not-allowed;
  display: none;
}

.all-buttons-closed .receive-order {
  cursor: not-allowed;
  display: none;
}

.demand-fiche-deleted .demand-fiche-number {
  text-decoration: line-through !important;
}
/*-Demand Fiche*/

/*.Card{
    display:flex;
    justify-content:center;
    align-items:center;
    height:150px;
    width:400px;
    background-color:#d5d5d5;
    
}
.dashboard-container{
    min-height:800px;
    display:flex;
    justify-content:space-evenly
}*/


/*start: _Ext.JSONViewer */
.json-viewer {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background-color: white;
  max-height: 80vh;
  overflow-y: auto;
  width: 80%;
  max-width: 800px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.json-viewer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

  .json-viewer-header .panel-title {
    margin-bottom: 0;
  }

.json-viewer-close-button {
  font-size: 24px;
}

.json-viewer-body {
  margin: 0;
  padding: 10px;
  font-size: 14px;
  white-space: pre-wrap;
  word-wrap: break-word;
  color: #333;
}

.json-viewer-close-button:hover {
  color: #000;
}

.json-viewer > pre {
  outline: 1px solid #ccc;
  padding: 5px;
  margin: 5px;
}

.view-json {
  cursor: pointer !important;
}

.json-viewer > pre > .string {
  color: green;
}

.json-viewer > pre > .number {
  color: darkorange;
}

.json-viewer > pre > .boolean {
  color: blue;
}

.json-viewer > pre > .null {
  color: magenta;
}

.json-viewer > pre > .key {
  color: red;
}
/*end: _Ext.JSONViewer */

.demand-fiche-row-status {
  /*background-color: cadetblue;*/
  border: 1px;
  color: #FFF;
  font-weight: bold;
  border-radius: 15px;
  object-fit: cover;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  scale: 0.8;
}

.status-pending .demand-fiche-row-status {
  background-color: orange;
}

.status-during-transfer .demand-fiche-row-status {
  background-color: #65cccf;
}

.status-transfer-error .demand-fiche-row-status {
  background-color: red;
}

.status-transferred .demand-fiche-row-status {
  background-color: dimgray;
}

.status-transfer-disabled .demand-fiche-row-status {
  background-color: #ddc823;
}

.OfferDashboard .CardTitle {
  display: flex;
  align-items: center;
}

.OfferDashboard .Title-Background {
  margin-bottom: 10px;
  padding: 4px;
  background-color: #7593d9;
  border-radius: 10px;
  display: flex;
  align-items: center;
  color: white
}

  .OfferDashboard .Title-Background h3 {
    margin: 0px 0px 0px 0px !important;
  }

.OfferDashboard .CardBody {
  background: white;
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
  padding: 1rem;
  border-radius: 4px 4px 0 0;
  margin: 1px;
}

.OfferDashboard .custom-tooltip {
  background-color: rgba(51, 51, 51, 0.6); /* Background color with 80% transparency */
  color: #fff; /* Text color */
  border: 1px solid #666; /* Border color */
  padding: 10px; /* Padding around content */
  border-radius: 5px; /* Rounded corners */
  font-size: 12px; /* Font size */
}

.OfferDashboard .date-range-picker {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 20px;
}

.OfferDashboard label {
  margin-right: 10px;
  font-weight: bold;
}

.OfferDashboard input.datepicker {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
}

.OfferDashboard .ui-datepicker {
  font-size: 14px;
}

.OfferDashboard .SummaryCardsWrapper {
  margin-bottom: 3vh;
}

#CalculatedFields {
  display: block;
  width: max-content;
  border-radius: 4px;
  margin-top: 1vh;
  margin-right: 10.5px;
  border: var(--s-card-border) solid 2px;
  box-shadow: var(--s-card-shadow);
  margin-left: auto;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}


.CalculatedField {
  font-weight: 500;
  color: #756b6b;
  display: block;
}

#CalculatedFields .CalculatedField {
  padding-top: 0px;
  padding-bottom: 0px;
}

.CalculatedField input {
  background: white !important;
  border: none;
  width: 150px;
  text-align: right;
}

.CalculatedField .caption {
  width: 135px;
  margin-bottom: 2px;
  text-align: left;
  flex-basis: 100%;
  padding-left: 0px;
}

.CalculatedField input:hover {
}

.CalculatedField .Inputable {
  border: 1px solid #69adda; /* Cool blue border */
  border-radius: 5px; /* Add rounded corners for a modern look */
  padding: 5px 10px; /* Add padding for better visual appeal */
  transition: border-color 0.3s ease; /* Add transition for smooth effect */
  background: white !important;
}

.TotalField {
  font-size: 20px;
  font-weight: 900;
  color: #4b4b4b;
}

.tenwidth {
  width: 15vw;
}

.seventywidth {
  width: 65vw;
}

.seventybasewidth {
  width: 55vw;
}

.tenbasewidth {
  width: 20vw;
}

.fiftypercentwidth {
  width: 35vw;
}

.fourtyheight {
  height: 40vh;
}

.fiftyheight {
  height: 50vh;
}

.fullheight {
  height: 92vh;
}

#CurrencyFields {
  display: flex;
}

  #CurrencyFields wrapper {
    display: flex;
  }

.CurrencyField {
  display: block;
  width: 230px;
}

  .CurrencyField .editor.readonly, input.readonly, textarea.readonly {
    background-color: white;
    cursor: default;
  }


#CurrencyFields .CurrencyWrapper {
  display: flex !important;
  width: max-content;
  border-radius: 4px;
  border: var(--s-card-border) solid 2px;
  box-shadow: var(--s-card-shadow);
  margin-left: 10.5px;
  margin-top: 2vh;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.CurrencyField .caption {
  width: 18%;
  margin-bottom: 2px;
  text-align: left;
  margin-right: 2%;
  padding-left: 0px;
}

.CurrencyField input {
  width: 75%;
}

.CalculatedField .clear {
  display: inline-block;
}



.Info-Item {
  font-size: 18px;
  padding: 0px 24px 0px 24px;
  margin-bottom: 20px;
  font-weight: 200;
  border-right: 1px solid black;
}

  .Info-Item #NumberDiv {
    text-align: center;
  }

  .Info-Item #TextDiv {
    text-align: center;
    font-size: 16px;
  }

#Total_Count {
  color: cornflowerblue;
}

#Waiting_Approval {
  color: goldenrod;
}

#Approved_Offer {
  color: limegreen;
}

#Waiting_Erp_Approval {
  color: goldenrod;
}

#Erp_Approved {
  color: limegreen;
}

#Erp_Transferred {
  color: limegreen;
  border-right: none;
}

.borderDiv {
  border-right: 1px solid black;
}

.filter_variant {
  width: 300px;
}

.meeting-status-column {
  background-color: #6a8acb;
  border: 1px;
  color: #FFF;
  font-weight: bold;
  border-radius: 15px;
  object-fit: cover;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.9);
}

.meeting-tobe-held > .meeting-status-column {
  background: #5cb8be;
}

.meeting-completed > .meeting-status-column {
  background: #48ac35;
}

.meeting-cancelled > .meeting-status-column {
  background: #e27878;
}

.meeting-postponed > .meeting-status-column {
  background: #bfb13d;
}

.meeting-other > .meeting-status-column {
  background: #bb8c40;
}


.startdate-column {
  background-color: #7d9ee0;
  border: 1px;
  color: #FFF;
  font-weight: bold;
  border-radius: 15px;
  object-fit: cover;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.9);
}

.enddate-column {
  background-color: #7d9ee0;
  border: 1px;
  color: #FFF;
  font-weight: bold;
  border-radius: 15px;
  object-fit: cover;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.9);
}

.past-meeting > .startdate-column {
  background-color: #2a7429;
  border: 1px;
  color: #FFF;
  font-weight: bold;
  border-radius: 15px;
  object-fit: cover;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.9);
}

.past-meeting > .enddate-column {
  background-color: #2a7429;
  border: 1px;
  color: #FFF;
  font-weight: bold;
  border-radius: 15px;
  object-fit: cover;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.9);
}

.slick-footerrow-column {
  background-color: aliceblue !important;
}

#Active_Customers {
  color: limegreen;
}

#Passive_Customers {
  color: crimson;
  border-right: none
}

.s-ForgotPasswordPanel {
  background: white;
}

#s-SignUpPage {
  background: white;
}

#Planned_Visits {
  color: limegreen;
}

#Spontaneous_Visits {
  color: firebrick;
}

#Requested_Visits {
  color: goldenrod;
}

.variant-isSync > .variant-materialName-column {
  background-color: #e9ffe9 !important;
}

.s-PurchasingManagement-DemandFicheDialog > .size {
  min-width: 480px;
  width: 480px;
  min-height: 635px;
  height: 635px;
}

.s-PurchasingManagement-DemandFicheDialog .caption {
  width: 150px;
  margin-bottom: 2px;
  text-align: left;
  flex-basis: 100%;
  padding-left: 0px;
}

.s-PurchasingManagement-DemandFicheDialog .field {
  flex-wrap: wrap;
}


.AttendeeList .s-Toolbar .select2-container {
  width: 25em !important;
}

.SelectorPanel {
  display: flex;
  justify-content: center;
}

  .SelectorPanel .InputWrapper {
    display: flex;
    font-size: 16px;
    margin: 0px 20px 0px 20px;
    padding: 12px;
    border: solid #d0d0d0 1px;
    border-radius: 20px;
  }

:root.theme-cosmos-dark .SelectorPanel .InputWrapper span {
  color: white;
}
:root.theme-cosmos-dark section.content {
  background-color: #0a182c;
}

:root.theme-cosmos-dark body {
  background: #0a182c;
  margin-top: 10px;
}

:root.theme-cosmos-dark .installation-navbar {
  background-color: #0a182c;
}

:root.theme-cosmos-dark .installation-nav-button {
  background-color: #0a182c;
}

:root.theme-cosmos-dark .installation-nav-active-button {
  background-color: #0a182c;
}

:root.theme-cosmos-dark .row {
  background-color: #0a182c;
}

:root.theme-cosmos-dark .OfferDashboard .CardBody {
  background-color: #4b5767;
}

:root.theme-cosmos-dark .bg-world-map {
  background-color: #4b5767 !important;
}

:root.theme-cosmos-dark .s-Panel {
  background-color: #0a182c;
}

:root.theme-cosmos-dark .s-site-logo-img {
    /*yeni logo*/
  background-color: # !important;
}
:root.theme-cosmos-dark .login-background-image {
  background-image: url(/Content/site/dark.png);
  background-size: cover;
  background-position:center;
}
.SelectorPanel .InputWrapper .Visiting .e-frame {
  background-color: #d17171;
}

.SelectorPanel .InputWrapper .Meeting .e-frame {
  background-color: #ffc107;
}

.SelectorPanel .InputWrapper .Task .e-frame {
  background-color: #007bff;
}


.SelectorPanel .InputWrapper input {
  margin-left: 14px;
  font-size: 20px
}

.SelectorPanel .Task .e-checkbox-wrapper .e-checkbox:active + .e-frame.e-check,
.e-css.e-checkbox-wrapper .e-checkbox:active + .e-frame.e-check {
  background-color: limegreen !important; /* Your desired background color */
}

/* Or use !important */
.SelectorPanel .Task .e-checkbox-wrapper .e-checkbox:active + .e-frame.e-check,
.e-css.e-checkbox-wrapper .e-checkbox:active + .e-frame.e-check {
  background-color: limegreen !important; /* Your desired background color */
}


.collapseable:hover {
  cursor: pointer;
}


.s-VariantProduct-SplitLeftGrid .variant-filter .select2-container {
  min-width: 6em !important;
}

.template-wrap .e-subject-template {
  max-height: 140px;
  font-weight: 900;
  font-size: 15px;
}

.template-wrap .description {
  font-weight: 900;
  font-size: 12px;
}

.e-event-popup {
  user-select: text;
}

.s-SalesMarketing-SalesDialog > .size {
  min-width: 480px;
  width: 480px;
  min-height: 635px;
  height: 635px;
}

.s-SalesMarketing-SalesDialog .caption {
  width: 150px;
  margin-bottom: 2px;
  text-align: left;
  flex-basis: 100%;
  padding-left: 0px;
}

.s-SalesMarketing-SalesDialog .field {
  flex-wrap: wrap;
}

.label-success {
  background: #78faa2;
}

.s-CRMBase-VariantProduct-SplitBottomGrid input {
  width: 100%;
}

.s-CRMBase-VariantProduct-SplitBottomGrid .select2-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  width: 100%;
}

.oneFifthField {
  width: 20%
}

.dropbtnAlp {
  background-color: #3a9bff;
  color: white;
  padding: 10px 20px;
  font-size: 14px;
  border: none;
  cursor: pointer;
  border-radius: 30px;
}

  .dropbtnAlp:hover, .dropbtnAlp:focus {
    background-color: #1e80e5;
  }

.dropdownAlp {
  position: relative;
  display: flex;
  margin-left: 10px;
  justify-content: center;
  align-items: center;
}

.dropdown-contentAlp {
  display: none;
  min-width: 200px;
  position: absolute;
  top: 40px;
  left: 0;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
  z-index: 1;
  border-radius: 4px;
  padding: 8px 0;
}

.showAlp {
  display: block;
}

.dropdown-contentAlp div {
  color: #333;
  padding: 10px;
  font-size: 14px;
  text-align: left;
}

  /* Change color of dropdown options on hover */
  .dropdown-contentAlp div:hover {
    background-color: #f2f2f2;
  }

.CalendarFilteringHeader {
  display: flex;
  justify-content: center;
  margin: 4px;
}


#meetinglocationstatuscalendar-tab-pane .CalendarFilteringHeader {
  flex-wrap: wrap;
}

  #meetinglocationstatuscalendar-tab-pane .CalendarFilteringHeader .SelectorPanel {
    flex-wrap: wrap;
  }

    #meetinglocationstatuscalendar-tab-pane .CalendarFilteringHeader .SelectorPanel .InputWrapper {
      margin: 14px;
    }

  #meetinglocationstatuscalendar-tab-pane .CalendarFilteringHeader .InputWrapper .e-frame {
    background: #1e80e5;
  }

.offergrid-description {
  flex-wrap: wrap;
}

.logo-status-column {
  border: 1px;
  color: #FFF;
  font-weight: bold;
  border-radius: 15px;
  object-fit: cover;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.9);
}

.deleted-from-logo > .logo-status-column {
  background-color: #f16c6c;
}

.not-found-in-logo > .logo-status-column {
  background-color: #8bacef;
}

.found-in-logo > .logo-status-column {
  background-color: #81c88a;
}

.waiting-to-logo-synchronization > .logo-status-column {
  background: darkkhaki;
}

.loginLeft, .loginRight {
  flex: 1;
}

@media screen and (max-width: 768px) {
  #s-LoginPage section {
    flex-direction: column-reverse; /* Stack items in reverse order */
  }

  .loginRight {
    max-height: 15vh;
  }

  #LoginPanel {
    margin-top: 0vh !important;
  }
}

.minFiftyPercent {
  min-height: 50vh;
}

.popup-form {
  position: fixed;
  top: 40%; /* Adjusted to be slightly above the middle */
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  width: 400px;
  max-width: 80%;
}

  .popup-form h2 {
    font-size: 1.2em;
    margin-bottom: 15px;
  }

  .popup-form input[type="text"] {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }

  .popup-form button {
    padding: 8px 16px; /* Smaller padding for buttons */
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 20px; /* Margin between buttons */
  }

    .popup-form button.accounting-revision-submit {
      background-color: #4caf50;
      color: white;
    }

    .popup-form button.cancel {
      background-color: #f44336;
      color: white;
    }

.calendar-goto-record {
  width: inherit;
}

.calendar-goto-record-button {
  /* Your button styles */
  width: inherit;
  border: none;
  color: white;
  padding: 8px 18px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin: 4px 2px;
  transition-duration: 0.3s;
  cursor: pointer;
  border-radius: 20px;
}

  /* Hover effect */
  .calendar-goto-record-button:hover {
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.4); /* Adjust the values as needed */
  }

/*.slick-row-waiting {
  pointer-events: none;
}*/
/*.slick-row-child-waiting {
  pointer-events: none;
}*/

.s-DetailDescriptionWindowDialog > .size {
  min-width: 480px;
  width: 480px;
  min-height: 300px;
  height: 300px;
}

.s-DetailDescriptionWindowDialog .caption {
  width: 150px;
  margin-bottom: 2px;
  text-align: left;
  flex-basis: 100%;
  padding-left: 0px;
}

.s-DetailDescriptionWindowDialog .field {
  flex-wrap: wrap;
}

}

*/

.s-VehicleService-ManInvoiceDialog > .size {
  min-width: 480px;
  width: 480px;
  min-height: 635px;
  height: 635px;
}

.s-VehicleService-ManInvoiceDialog .caption {
  width: 150px;
  margin-bottom: 2px;
  text-align: left;
  flex-basis: 100%;
  padding-left: 0px;
}

.s-VehicleService-ManInvoiceDialog .field {
  flex-wrap: wrap;
}


.s-CRMBase-SalesMarketing-ClientCardDialog {
  position: absolute;
  z-index: 1;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}

.f-not-authorized {
  pointer-events: none;
  opacity: 0.4;
}

.hideCheckBox .select-item {
  display: none !important;
}

.hide-inline-actions-column .inline-actions-column {
  visibility: hidden !important;
}

.ErpAktarim {
  background-color: lightyellow !important;
}

.ErpAktarim-success {
  background-color: lightgreen !important;
}
/* ToolDropdownButtonGenerator */
.j-tool-dropdown-button:hover {
  background-color: unset !important;
}

.j-tool-dropdown-button.disabled {
  cursor: default !important;
}

.j-tool-dropdown-button .dropdown-toggle .caret {
  margin-left: 6px;
  margin-right: 4px;
}

.j-tool-dropdown-button .dropdown-menu {
  border-color: #ccc;
}

  .j-tool-dropdown-button .dropdown-menu li a {
    /* padding: 5px 10px 5px 12px; */
    color: #333;
    font-size: 13px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }

  .j-tool-dropdown-button .dropdown-menu li.disabled a,
  .j-tool-dropdown-button .dropdown-menu li.disabled i {
    color: gray !important;
  }

.subscription-type-pref {
  display: flex;
  justify-content: center;
  gap: 10px; /* Spacing between buttons */
}

  .subscription-type-pref button {
    background-color: #005fb1; /* Blue background */
    color: white; /* White text color */
    border: none; /* Remove border */
    padding: 10px 20px; /* Padding inside the button */
    text-align: center; /* Center text */
    text-decoration: none; /* Remove underline */
    display: inline-block;
    font-size: 32px;
    cursor: pointer; /* Cursor style on hover */
    border-radius: 15px; /* Rounded corners */
    margin: 18px 32px;
    transition: background-color 0.15s ease; /* Smooth transition for background color */
  }

    .subscription-type-pref button:hover {
      background-color: #1380de; /* Lighter blue on hover */
    }

    .subscription-type-pref button:focus {
      outline: none; /* Remove focus outline */
    }

/* Optional: Adjust styling for smaller screens */
@media screen and (max-width: 600px) {
  .subscription-type-pref {
    flex-direction: column; /* Stack buttons vertically on small screens */
  }
}

.s-SalesMarketing-SalesInvoiceDialog > .size {
  min-width: 480px;
  width: 480px;
  min-height: 635px;
  height: 635px;
}

.s-SalesMarketing-SalesInvoiceDialog .caption {
  width: 150px;
  margin-bottom: 2px;
  text-align: left;
  flex-basis: 100%;
  padding-left: 0px;
}

.s-SalesMarketing-SalesInvoiceDialog .field {
  flex-wrap: wrap;
}


.s-PurchasingManagement-PurchOrderDialog > .size {
  min-width: 480px;
  width: 480px;
  min-height: 635px;
  height: 635px;
}

.s-PurchasingManagement-PurchOrderDialog .caption {
  width: 150px;
  margin-bottom: 2px;
  text-align: left;
  flex-basis: 100%;
  padding-left: 0px;
}

.s-PurchasingManagement-PurchOrderDialog .field {
  flex-wrap: wrap;
}

.tamami-sevk {
  background-color: lightgreen !important;
}

.kismi-sevk {
  background-color: lightyellow !important;
}

.bekliyor-sevk {
  background-color: #a0b6ffe4 !important;
}

}

.visible-hidden {
  display: none;
}

/* Genel ayarları koruyarak başlık hücresini sarma */
.wrapped-header {
  white-space: normal !important; /* Satır sonu oluşturulmasına izin verir */
  /*overflow-wrap: break-word !important;*/ /* Uzun kelimeleri böler */
  text-align: center !important; /* Başlıkların ortalanmasını sağlar */
  overflow: visible !important; /* Taşmaların görünmesine izin verir */
  box-sizing: border-box; /* Padding ve border'ı genişliğe dahil eder */
  line-height: 1.2; /* Satır yüksekliğini azaltır */
}


/* Mobil ekranlar için özel stil */
@media (max-width: 768px) {
  .wrapped-header {
    min-width: 50px !important;
    */ /* Küçük ekranlar için minimum genişlik */
    /*font-size: 12px !important;*/ /* Yazı boyutunu küçült */
    /*padding: 3px !important;*/ /* Daha küçük padding */
  }
}

/* Çok küçük ekranlar için ek stil */
@media (max-width: 480px) {
  .wrapped-header {
    min-width: 40px !important;
    */ /* Çok küçük ekranlar için minimum genişlik */
    /*font-size: 10px !important;*/ /* Daha küçük yazı boyutu */
    /*padding: 2px !important;*/ /* Daha küçük padding */
  }
}

/* Grid kapsayıcısı için responsif stil */
.slick-grid {
  width: 100%;
  overflow-x: auto; /* Yatay kaydırmayı etkinleştirir */
}

/* Daha küçük ekranlar için grid stil ayarları */
@media (max-width: 768px) {
  .slick-grid {
    font-size: 12px;
    */ /* Grid içindeki metin boyutunu küçült */
  }
}

.grid-container {
  min-height: 175px !important;
  }
.s-CRMBase-Support-SupportDialog {
  width: 26% !important;
  height: 60% !important;
  top: 42% !important;
  left: 73% !important;
  overflow-y: auto;
}

  @media (max-width: 767px) {
    .s-CRMBase-Support-SupportDialog {
      width: 100% !important;
      height: 100% !important;
      top: 0 !important;
      left: 0 !important;
      position: fixed !important;
    }
  }
.s-Logistics-WarehouseCountingSlipDialog > .size {
  min-width: 480px;
  width: 480px;
  min-height: 635px;
  height: 635px;
}

.s-Logistics-WarehouseCountingSlipDialog .caption {
  width: 150px;
  margin-bottom: 2px;
  text-align: left;
  flex-basis: 100%;
  padding-left: 0px;
}

.s-Logistics-WarehouseCountingSlipDialog .field {
  flex-wrap: wrap;
}
.s-Logistics-WarehouseCountingSlipDetailEditor .caption {
  width: 1500px;
  margin-bottom: 2px;
  text-align: left;
  flex-basis: 100%;
}

.s-Logistics-WarehouseCountingSlipDetailEditorDialog .field {
  flex-wrap: wrap;
}
.s-CRMBase-Support-SupportDialog {
  width: 27% !important;
  height: 65% !important;
  top: 33% !important;
  left: 72% !important;
  overflow-y: hidden !important;
}

  @media (max-width: 767px) {
    .s-CRMBase-Support-SupportDialog {
      width: 100% !important;
      height: 100% !important;
      top: 0 !important;
      left: 0 !important;
      position: fixed !important;
    }
  }
/**/
.gereklilikdurumu-column {
  background-color: #6a8acb;
  border: 1px;
  color: #FFF;
  font-weight: bold;
  border-radius: 15px;
  object-fit: cover;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.9);
}

.gereklilik-acil > .gereklilikdurumu-column {
  background-color: #c15555;
}

.destekturu-column {
  /*background-color: #FFB4BF !important;*/
  background-color: #6a8acb;
  border: 1px;
  color: #FFF;
  font-weight: bold;
  border-radius: 15px;
  object-fit: cover;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.9);
}

.destek-reddi > .destekturu-column {
  background-color: #c15555;
  /*background-color: #65a865;*/
}

.destek-bitti > .destekturu-column {
  background-color: #65a865;
}
.destekdurum-column {
  background-color: #6a8acb;
  border: 1px;
  color: #FFF;
  font-weight: bold;
  border-radius: 15px;
  object-fit: cover;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.9);
}

.destek-hata > .destekdurum-column {
  background-color: #c15555;
}

.tooltip-content {
  background-color: #444;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  position: absolute;
  display: inline-block;
  white-space: nowrap;
}

.demand-dropdown-menu {
  display: none; /* Başlangıçta gizli */
  position: absolute;
  z-index: 1000;
  /*min-width: 300px;*/
  min-width: 80%;
  padding: 0;
  /*border: 1px solid #ccc;*/ /* Gri çerçeve */
  border: 1px solid #e1e6e8; /* çerçeve */
  border-radius: 6px; /* Hafif yuvarlatılmış köşeler */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Hafif gölge */
  background-color: white;
  top: 33px;
}

/* Tablo tasarımı */
.demand-dropdown-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

  /* Başlıklar */
  .demand-dropdown-table thead {
    background-color: white; /* Arka planı beyaz */
    color: #6c757d; /* Yazı rengi gri */
  }

  .demand-dropdown-table th {
    padding: 8px;
    border-bottom: 2px solid #ddd; /* Sadece başlıklara çizgi */
    text-align: left;
    font-weight: bold;
    border-block-color: #e1e6e8;
  }

  /* Hücreler */
  .demand-dropdown-table td {
    padding: 8px;
    background-color: #f5f5f5;
    /*background-color: #ffffff;*/
    border: none; /* Detay satırlarının çizgilerini kaldırdık */
  }

  /* Hover efekti */
  /*.demand-dropdown-table tbody tr:hover {
    background-color: #f5f5f5;*/ /* Hafif gri */
  /*}*/

.s-ServiceProduct-ItemImageAndFilesOnServerDialog > .size {
  min-width: 480px;
  width: 480px;
  min-height: 635px;
  height: 635px;
}

.s-ServiceProduct-ItemImageAndFilesOnServerDialog .caption {
  width: 150px;
  margin-bottom: 2px;
  text-align: left;
  flex-basis: 100%;
  padding-left: 0px;
}

.s-ServiceProduct-ItemImageAndFilesOnServerDialog .field {
  flex-wrap: wrap;
}