div#property_meta_tabs .meta-tab-content.active {
    display: block;
}

div#property_meta_tabs .meta-tab-content {
    display: none;
}

.pum-input input[type=text], .pum-input input[type=password], .pum-input input[type=date], .pum-input input[type=datetime], .pum-input input[type=datetime-local], .pum-input input[type=email], .pum-input input[type=month], .pum-input input[type=number], .pum-input input[type=search], .pum-input input[type=tel], .pum-input input[type=time], .pum-input input[type=url], .pum-input input[type=week], .pum-input textarea, .pum-input select,.pum-input > .pum-group {
    width: 100%;
    padding: 4px 8px;
    margin: 0;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.4;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    text-align: left;
    background: transparent;
}

div#property_meta_tabs .inside {
    padding: 0;
    margin: 0;
}

.pum-meta-tab-container {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  /* border: 1px solid #ccd0d4; */
  min-height: 300px;
}

.meta-tab-menu {
  flex: 0 0 20%;
  background: #f1f1f1;
}

.meta-tab-menu a {
  display: block;
  padding: 12px 15px;
  /* color: #23282d; */
  border-bottom: 1px solid #ccd0d4;
  border-right: 1px solid #ccd0d4;
  text-decoration: none;
 /*  font-weight: 500; */
  transition: background 0.2s ease-in-out;
  /* font-size: 12px; */  
  font-size: smaller;
}

.meta-tab-menu a:hover {
    background: #ffffff;
    border-right: 1px solid #ccd0d4;
    color: #000;
}

.meta-tab-menu a.active {
  background: #ffffff;
  border-right: 0px solid #007cba;
  color: #000;
}

.meta-tab-contents {
  flex: 1;
  padding: 20px;
  background: #ffffff;
}

.meta-tab-content {
  display: none;
}

.meta-tab-content.active {
  display: block;
}

.form-row {
  margin-bottom: 20px;
}

.form-row label {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.form-row input[type="text"],
.form-row select,
.form-row textarea {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ccd0d4;
  border-radius: 3px;
}

/* Media Queries for Responsive Layout */
@media (max-width: 768px) {
  .pum-meta-tab-container {
    flex-direction: column;
  }

      .meta-tab-menu {
        flex: 1;
        width: 100%;        
        overflow-x: auto;
        border-bottom: 1px solid #ccd0d4;
        display: flex;
        flex-wrap: wrap;
        white-space: normal;
        font-size: smaller;
    }

 /*  .meta-tab-menu a {
    flex: 1;
    text-align: center;
    border-right: 1px solid #ccd0d4;
    border-bottom: none;
  } */
       .meta-tab-menu a {
        flex: 1;
        text-align: center;
        border-right: 1px solid #ccd0d4;
        border-bottom: none;
        flex: auto;
        border: 1px solid #ccd0d4;
    }

  .meta-tab-menu a.active {
    border-right: 1px solid #ccd0d4;
    border-bottom: 3px solid #007cba;
    background: #fff;
  }

  .meta-tab-contents {    
    padding: 15px;
    width: auto;
    display: flex;
    overflow: hidden;
  }
}
.form-grid-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  width: 100%;
  box-sizing: border-box;
}

.pum-input .wp-core-ui .quicktags-toolbar input.button.button-small {
    margin: 2px;
    padding: 0 6px;
    line-height: initial;
    overflow: auto;
}

.col-span-1 {
  grid-column: span 1;
}
.col-span-2 {
  grid-column: span 2;
}
.col-span-3 {
  grid-column: span 3;
}
.col-span-4 {
  grid-column: span 4;
}
.col-span-5 {
  grid-column: span 5;
}
.col-span-6 {
  grid-column: span 6;
}
.col-span-7 {
  grid-column: span 7;
}
.col-span-8 {
  grid-column: span 8;
}
.col-span-9 {
  grid-column: span 9;
}
.col-span-10 {
  grid-column: span 10;
}
.col-span-11 {
  grid-column: span 11;
}
.col-span-12 {
  grid-column: span 12;
}
.pum-label{
  vertical-align: top;
  margin: 0 0 10px;
}
.pum-label label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
  font-size: 14px;
}

.pum-input select {
  width: 100%;
  padding: 0px 5px;
  font-size: 14px;
  border: 1px solid #626262;
  border-radius: 4px;
  background-color: white;
  appearance: none;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.pum-input select:focus {
  outline: none;
  border-color: #0073e6;
  box-shadow: 0 0 5px rgba(0, 115, 230, 0.5);
}
.form-grid-container input,
.form-grid-container select,
.form-grid-container textarea {
  width: 100%;
  box-sizing: border-box;
  
}

.pum-input .wp-editor-container textarea.wp-editor-area{border:none;}
/* Custom Switch */

.switch {
    /* position: relative; */
    /* display: inline-block; */
    /* width: auto; */
    /* height: 32px; */
    /* border: 1px solid #8c8f94; */
    /* border-radius: 5px; */
    /* max-width: 300px; */
    /* min-width: 166px; */
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: fit-content;
    max-width: 100%;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    background: #f5f5f5;
    height: 30px;
    vertical-align: middle;
    border: #7e8993 solid 1px;
    -webkit-transition: background .25s ease;
    -moz-transition: background .25s ease;
    -o-transition: background .25s ease;
    transition: background .25s ease;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    /* position: absolute; */
    /* cursor: pointer; */
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* background-color: #f5f5f5; */
    /* border-radius: 5px; */
    /* transition: 0.4s; */
    /* border: 1px solid #8c8f94; */
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 50%;
    z-index: 1;
    background: #fff;
    border-radius: 3px;
    border: #7e8993 solid 1px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    transition-property: left, right;
}

.slider::before {
    /* content: ''; */
    position: absolute;
    min-height: 20px;
    min-width: 82px;
    /* left: 4px; */
    bottom: 4px;
    background-color: white;
    border-radius: 50%;
    transition: 0.4s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border: 1px solid #8c8f94;
}

.on, .off {
    /* position: absolute; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    /* font-size: 14px; */
    /* font-weight: 500; */
    /* color: #333; */
}

.on {
    left: 10px;
}

.off {
    right: 10px;
}

input:checked + label .slider {
    /* background-color: #0d99d5; */
    /* border-color: #0d99d5; */
}

input:checked + label .slider::before {
    transform: translateX(40px);
    border: 1px solid #0d99d5;
}

input:focus + label .slider {
    box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.5);
}

input:checked:focus + label .slider {
    box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.8);
}

/* Ensure labels are visible based on state */
input:checked + label .on {
    color: #fff;
    /* z-index:1024; */
}

input:not(:checked) + label .off {
    color: #333;
    /* z-index:1024; */
}

@media (max-width: 767px) {
  .form-grid-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .col-span-1,
  .col-span-2,
  .col-span-3,
  .col-span-4,
  .col-span-5,
  .col-span-6,
  .col-span-7,
  .col-span-8,
  .col-span-9,
  .col-span-10,
  .col-span-11,
  .col-span-12 {
    grid-column: span 12 !important;
  }
}



.pum-editor .quicktags-toolbar {
    display: flex;flex-wrap: wrap;
}

/* .pum-meta-tab-container .d-none{display: none;} */
.pum-editor .quicktags-toolbar input {width: auto;}
/* Bootstrap 5-Inspired Input Group Styles with .pum-input Prefix */
.pum-input .input-groups {
    display: flex;
    align-items: stretch;
    gap: 0.5rem;
    margin-bottom: 1rem;
}
.pum-input label.switch_label {
    display: block;
    float: left;
}
/* .pum-input .input-groups-text {
    flex: 1;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-sizing: border-box;
    height: calc(1.5em + 0.75rem + 2px);
} */

.pum-input .input-groups-text:hover {
    border-color: #adb5bd;
}

.pum-input .input-groups-text:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.pum-input .input-groups-text::placeholder {
    color: #6c757d;
    opacity: 1;
}

.pum-input-group-separator {
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 400;
    color: #495057;
    padding: 0 0.5rem;
}

/* Responsive Adjustments */
@media (max-width: 576px) {
    .pum-input .input-groups {
        flex-direction: column;
        gap: 0.5rem;
    }
    .pum-input .input-groups-text, .pum-input-group-separator {
        flex: none;
        width: 100%;
    }
    .pum-input-group-separator {
        justify-content: center;
    }
}

.pum-input .input-groups-select:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Responsive Adjustments */
@media (max-width: 576px) {
    .pum-input .input-groups {
        flex-direction: column;
        gap: 0.5rem;
    }
    .pum-input .input-groups-text, .pum-input .input-groups-select {
        flex: none;
        width: 100%;
    }
}
.switch span {
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 13px;
    line-height: 22px;
    padding: 4px 10px;
    min-width: 15px;
}

 
.switch.-on .slider {
    left: 50%;
    right: 2px;
    border-color: #007cba;
}

.switch.-on {
    background-color: #0d99d5;
    border-color: #0d99d5;
}

/* Gallery Styles */
/* .pum-gallery {
    border: #ccd0d4 solid 1px;
    height: 400px;
    position: relative;
     display: block;
  width: 100%;
  border-right: 0;
} */

.pum-gallery {
    border: #ccd0d4 solid 1px;
    height: 400px;
    position: relative;
}

.pum-gallery .pum-gallery-main {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 2;
}


.pum-gallery .pum-gallery-attachments {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 48px;
    left: 0;
    padding: 5px;
    overflow: auto;
    overflow-x: hidden;
}

.pum-gallery .pum-gallery-attachment {
    width: 25%;
    float: left;
    cursor: pointer;
    position: relative;
}

.pum-gallery .pum-gallery-attachment .margin {
    margin: 5px;
    border: #d5d9dd solid 1px;
    position: relative;
    overflow: hidden;
    background: #eee;
}

.pum-gallery .pum-gallery-attachment .margin:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.pum-gallery .pum-gallery-attachment .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate(50%, 50%);
}

html[dir=rtl] .pum-gallery .pum-gallery-attachment .thumbnail {
    transform: translate(-50%, 50%);
}

.pum-gallery .pum-gallery-attachment .thumbnail img {
    display: block;
    height: auto;
    max-height: 100%;
    width: auto;
    transform: translate(-50%, -50%);
    object-fit: contain;
}

html[dir=rtl] .pum-gallery .pum-gallery-attachment .thumbnail img {
    transform: translate(50%, -50%);
}

.pum-gallery .pum-gallery-attachment .filename {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5%;
    background: #f4f4f4;
    background: hsla(0,0%,100%,.8);
    border-top: #dfdfdf solid 1px;
    font-weight: bold;
    text-align: center;
    word-wrap: break-word;
    max-height: 90%;
    overflow: hidden;
}

.pum-gallery .pum-gallery-attachment .actions {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    z-index:9999;
}

.pum-gallery .pum-gallery-attachment:hover .actions {
    display: block;
}

.pum-gallery .pum-gallery-attachment.ui-sortable-helper .margin {
    border: none;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
}

.pum-gallery .pum-gallery-attachment.ui-sortable-placeholder .margin {
    background: #f1f1f1;
    border: none;
}

.pum-gallery .pum-gallery-attachment.ui-sortable-placeholder .margin * {
    display: none !important;
}

.pum-gallery .pum-gallery-attachment.active .margin {
    box-shadow: 0 0 0 1px #fff, 0 0 0 5px #0073aa;
}

.pum-gallery .pum-gallery-attachment.-icon .thumbnail img {
    transform: translate(-50%, -70%);
}

html[dir=rtl] .pum-gallery .pum-gallery-attachment {
    float: right;
}

.pum-gallery.sidebar-open .pum-gallery-attachment .actions {
    display: none;
}

.pum-gallery.sidebar-open .pum-gallery-side {
    z-index: 2;
}

.pum-gallery .pum-gallery-toolbar {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    border-top: #d5d9dd solid 1px;
    background: #fff;
    min-height: 28px;
}

.pum-gallery .pum-gallery-toolbar .pum-hl li {
    line-height: 24px;
}

.pum-gallery .pum-gallery-toolbar .bulk-actions-select {
    width: auto;
    margin: 0 1px 0 0;
}

.pum-gallery .pum-gallery-side {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    background: #f9f9f9;
    border-left: #ccd0d4 solid 1px;
    z-index: 1;
    overflow: hidden;
}

.pum-gallery .pum-gallery-side .pum-gallery-side-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 349px;
}

.pum-gallery .pum-gallery-side-info {
    position: relative;
    width: 100%;
    padding: 10px;
    margin: -10px 0 15px -10px;
    background: #f1f1f1;
    border-bottom: #dfdfdf solid 1px;
}

.pum-gallery .pum-gallery-side-info:after {
    display: block;
    clear: both;
    content: "";
}

html[dir=rtl] .pum-gallery .pum-gallery-side-info {
    margin-left: 0;
    margin-right: -10px;
}

.pum-gallery .pum-gallery-side-info img {
    float: left;
    width: auto;
    max-width: 65px;
    max-height: 65px;
    margin: 0 10px 1px 0;
    background: #fff;
    padding: 3px;
    border: #ccd0d4 solid 1px;
    border-radius: 1px;
}

html[dir=rtl] .pum-gallery .pum-gallery-side-info img {
    float: right;
    margin: 0 0 0 10px;
}

.pum-gallery .pum-gallery-side-info p {
    font-size: 13px;
    line-height: 15px;
    margin: 3px 0;
    word-break: break-all;
    color: #666;
}

.pum-gallery .pum-gallery-side-info p strong {
    color: #000;
}

.pum-gallery .pum-gallery-side-info a {
    text-decoration: none;
}

.pum-gallery .pum-gallery-side-info a.pum-gallery-edit {
    color: #21759b;
}

.pum-gallery .pum-gallery-side-info a.pum-gallery-remove {
    color: #bc0b0b;
}

.pum-gallery .pum-gallery-side-info a:hover {
    text-decoration: underline;
}

.pum-gallery .pum-gallery-side-data {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 48px;
    left: 0;
    overflow: auto;
    overflow-x: inherit;
    padding: 10px;
}

.pum-gallery .pum-gallery-side-data .pum-label,
.pum-gallery .pum-gallery-side-data th.label {
    color: #666;
    font-size: 12px;
    line-height: 25px;
    padding: 0 4px 8px 0 !important;
    width: auto !important;
    vertical-align: top;
}

html[dir=rtl] .pum-gallery .pum-gallery-side-data .pum-label,
html[dir=rtl] .pum-gallery .pum-gallery-side-data th.label {
    padding: 0 0 8px 4px !important;
}

.pum-gallery .pum-gallery-side-data .pum-label label,
.pum-gallery .pum-gallery-side-data th.label label {
    font-weight: normal;
}

.pum-gallery .pum-gallery-side-data .pum-input,
.pum-gallery .pum-gallery-side-data td.field {
    padding: 0 0 8px !important;
}

.pum-gallery .pum-gallery-side-data textarea {
    min-height: 0;
    height: 60px;
}

.pum-gallery .pum-gallery-side-data p.help {
    font-size: 12px;
}

.pum-gallery .pum-gallery-side-data p.help:hover {
    font-weight: normal;
}

.pum-gallery[data-columns="1"] .pum-gallery-attachment {
    width: 100%;
}

.pum-gallery[data-columns="2"] .pum-gallery-attachment {
    width: 50%;
}

.pum-gallery[data-columns="3"] .pum-gallery-attachment {
    width: 33.333%;
}

.pum-gallery[data-columns="4"] .pum-gallery-attachment {
    width: 25%;
}

.pum-gallery[data-columns="5"] .pum-gallery-attachment {
    width: 20%;
}

.pum-gallery[data-columns="6"] .pum-gallery-attachment {
    width: 16.666%;
}

.pum-gallery[data-columns="7"] .pum-gallery-attachment {
    width: 14.285%;
}

.pum-gallery[data-columns="8"] .pum-gallery-attachment {
    width: 12.5%;
}

.pum-gallery .ui-resizable-handle {
    display: block;
    position: absolute;
}

.pum-gallery .ui-resizable-s {
    bottom: -5px;
    cursor: ns-resize;
    height: 7px;
    left: 0;
    width: 100%;
}


.pum-gallery .pum-gallery-attachment .actions {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.pum-icon.dark {
    border-color: rgba(0, 0, 0, 0) !important;
    background: #23282d;
    color: #eee;
}
.pum-icon {
    font-size: 12PX;
    display: inline-block;
    height: 28px;
    width: 28px;
    border: rgba(0, 0, 0, 0) solid 1px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
    transition: none;
    cursor: pointer;
    FONT-SIZE: 12px;
    font-weight: 600;
}
a.pum-icon.dark:hover {
    background: #191e23;
    color: #00b9eb;
}
a.pum-icon.dark.-minus:hover, a.pum-icon.dark.-cancel:hover {
    color: #d54e21;
}

/* side gallery */

.pum-gallery .pum-gallery-side-data {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 48px;
    left: 0;
    overflow: auto;
    overflow-x: inherit;
    padding: 10px;
}

.pum-gallery .pum-gallery-toolbar {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    border-top: #d5d9dd solid 1px;
    background: #fff;
    min-height: 28px;
}
.pum-gallery .pum-gallery-side-info {
    position: relative;
    width: 100%;
    padding: 10px;
    margin: -10px 0 15px -10px;
    background: #f1f1f1;
    border-bottom: #dfdfdf solid 1px;
}
.pum-gallery .pum-gallery-side-info img {
    float: left;
    width: auto;
    max-width: 65px;
    max-height: 65px;
    margin: 0 10px 1px 0;
    background: #fff;
    padding: 3px;
    border: #ccd0d4 solid 1px;
    border-radius: 1px;
}

.pum-gallery .pum-gallery-side-info p {
    font-size: 13px;
    line-height: 15px;
    margin: 3px 0;
    word-break: break-all;
    color: #666;
}
.pum-field{    margin: 15px 0;
    clear: both;}
.pum-gallery .pum-gallery-side-data .pum-label, .pum-gallery .pum-gallery-side-data th.label {
    color: #666;
    font-size: 12px;
    line-height: 25px;
    padding: 0 4px 8px 0 !important;
    width: auto !important;
    vertical-align: top;
}
 .pum-gallery .pum-gallery-side-data {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 48px;
    left: 0;
    overflow: auto;
    overflow-x: inherit;
    padding: 10px;
}
.pum-gallery .pum-gallery-side-data textarea {
    min-height: 0;
    height: 60px;
}

.pum-input-wrap {
    position: relative;
    overflow: hidden;
}
.pum-hl {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    position: relative;
}
.pum-gallery .pum-gallery-toolbar .pum-hl li {
    line-height: 24px;
}
.pum-hl>li {
    float: left;
    display: block;
    margin: 0;
    padding: 0;
}
.pum-hl>li.pum-fr {
    float: right;
}
.form-table>tbody>.pum-field>.pum-label label
 {
    font-size: 14px;
    color: #23282d;
}
.pum-gallery .pum-gallery-side-data .pum-label, .pum-gallery .pum-gallery-side-data th.label {
    color: #666;
    font-size: 12px;
    line-height: 25px;
    padding: 0 4px 8px 0 !important;
    width: auto !important;
    vertical-align: top;
}
.pum-loader,.pum-loading, .pum-spinner,spinner {
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: text-top;
    background: rgba(0, 0, 0, 0) url(../../assets/images/spinner.gif) no-repeat 50% 50%;
}
#post .button-primary[disabled] {
    /* color: #a7aaad !important; */
    /* background: #f6f7f7 !important; */
    border-color: #b3b3b3 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    cursor: default;
    opacity: 0.5;
}

.pum-loading-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: default;
    z-index: 99;
    background: rgba(249,249,249,.5)
}

.pum-loading-overlay i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}
.pum-hidden{display: none !important;}

	h2.search_pro_cls {
		display: contents;
		font-weight: 400;
	}
	.pum-group {
      display: flex;
      gap: 15px; /* spacing between buttons */
	  flex-wrap:wrap;
    }

    .pum-btn {
      position: relative;
    }

    .pum-btn input[type="radio"] {
      display: none;
    }

    .pum-btn label {
      display: inline-block;
      padding: 5px 10px;
      border: 2px solid #007bff;
      border-radius: 25px;
      background: #fff;
      color: #007bff;
      font-size: 16px;
      font-weight: 500;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    /* Hover effect */
    .pum-btn label:hover {
      background: #eaf3ff;
    }

    /* Active (checked) style */
    .pum-btn input[type="radio"]:checked + label {
      background: #007bff;
      color: #fff;
      box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
    }


    .select2-container--default .select2-selection--single{
        width: 100%;
    /* background-color: rgb(255, 255, 255); */
    color: rgb(68, 68, 68);
    font-size: 14px;
      padding: 5px 26px 5px 10px;
    border-radius: 25px;
    height: 40px;

    }