#kt_app_body{

    background: #EEF0F8;
}
.card-body {

    color: #6c7293 !important;
}
#kt_app_header {
    background-color: #ffffff;
}
#kt_app_toolbar {

    background-color: #ffffff;
    border-top: 1px solid #ececec;
    margin-bottom: 30px;
}
#kt_app_header, #kt_app_footer {

    left: 0;
}

.fixed-table-toolbar{
    display: none !important;
}
.bootstrap-select {
    width: 100% !important;
}

.th-inner {
    padding-left: .9rem !important;
}

#kt_app_wrapper {

    margin-left: 0;
}

.menu-item-active-border {
    border-bottom: 1px solid #3699FF;

}

.menu-item-active-border .menu-title {
    color: #3699FF !important;

}

.pagination-btn-active {
    background-color: #e3165b !important;
    color: white !important;
    
}
.pagination-btn {
    border-radius: 30px;
}

/* RTL modal start ===================================================== */

.filter-modal.right .filter-modal-dialog {
    position: fixed;
    margin: auto;
    width: 450px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
         -o-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
}

.filter-modal.right .filter-modal-content {
    height: 100%;
    overflow-y: auto;
    padding: 0 35px 0 30px;
}

.filter-modal.right .filter-modal-body {
    padding: 15px 15px 80px;
}

.custom-input-height {
    min-height:46px;
}

.error-messages{
    font-size: 1rem;
}

.profile-picture {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    background-color: #C9F7F5;
    color: #1BC5BD;
}

#status-type-selector{
    font-size: 14px;
}

.custom-border-radius{
    border-radius: 5px;
}

#toast-container > .toast {
    opacity: 1 !important;
  }

 /* Wrapper for pagination section */
.fixed-table-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  
  /* Pagination buttons (1, 2, 3...) to the left */
  .fixed-table-pagination .pagination {
    order: 1;
    float: none !important;
  }
  
  /* Items-per-page + info text to the right */
  .fixed-table-pagination .pagination-detail {
    order: 2;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    float: none !important;
    text-align: right;
    flex-grow: 1;
  }
  
  /* Move the dropdown before the text */
  .fixed-table-pagination .pagination-detail .page-list {
    order: -1;
  }
  
  

  .page-item.active .page-link {
    border-radius: 25px !important;
    background-color: #e3165b;
  }
.custom-height {
    min-height: 90px;
}

.custom-border{
    border-bottom: 1px solid #e1e0e0 !important;
}
.deactivated-text {
    color: #48464680 !important;
}

.data-link:link, .data-link:visited, .custom-link {
    color:#3699FF ;
    
}

.data-link:hover {
    color:#6caae7 ;
    
}

#toastr-container > div {        
    opacity: 1 !important; 
    width:50% !important
}

.toastr-warning {
    background-color: #E97451 !important;
    color: #ffffff !important;
}
.toastr-message {
    font-weight: 500 !important;
    font-size: 1.05rem !important;
}

.btn-orange-light {
    background-color: rgb(255, 115, 18) !important;
    color: #ffffff !important;
}

.btn-orange {
    background-color: rgb(202, 116, 2) !important;
    color: #ffffff !important;
}


.text-orange {
    color: rgb(202, 116, 2) !important;
}

.text-orange-light {
    color: rgb(255, 115, 18) !important;
}

.image-logo-details {

  max-height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 300px;
  width: 170px;
  position: relative;
}
    
/*Right*/
.filter-modal.right.fade .filter-modal-dialog {
    right: 0;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
         -o-transition: opacity 0.3s linear, right 0.3s ease-out;
            transition: opacity 0.3s linear, right 0.3s ease-out;
}

.filter-modal.right.fade.in .filter-modal-dialog {
    right: 0;
}

/* RTL modal end ===================================================== */

.select2-selection {
    height : 46px !important;
}


/* loader ===================================================== */

#loading-overlay {
    display: flex;
    background: rgba(255, 255, 255, 1);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9998;
    align-items: center;
    justify-content: center;
  }
  
  #loading-overlay.is-active {
    display: flex;
  }
  
  .code {
    font-family: monospace;
  /*   font-size: .9em; */
    color: #dd4a68;
    background-color: rgb(238, 238, 238);
    padding: 0 3px;
  } 

/* loader end ================================================= */

.custom-card-header {
    min-height: 50px !important;
}

.custom-gray-bg {
    background-color: #f1f3f6 !important;
}

.details-card {
    height: 100%;
}

.fs-1-rem {
    font-size: 1rem;
}
.pointer-style{
    cursor: pointer;
}

th::after {
    display: inline-block; /* Ensure visibility */
}

#map, #canvas-data-map, #ltd-data-map {
    height: 400px; /* The height is 400 pixels */
    width: 98%; /* The width is the width of the web page */
}

#ltd-data-sidebar-map, #canvas-data-sidebar-map{

    height: 400px; /* The height is 400 pixels */
    width: 100%; /* The width is the width of the web page */
    margin-left: 0px !important;
}

.fixed-table-body{
    /* overflow: hidden !important; */
}

.duplicate-warning {
    height: 20px !important;
    line-height: 0px !important;
}

.comparison-modal {
    max-width: 75% !important;
    width: 1024px !important;
}

.matched-row-bg {
    background-color: #f3a3a3;
}

/* blinker ================================= */

.text-danger-glow {
    color: #ff4141 !important;
    line-height: 0.3 !important;
  }
  
  .blink {
    animation: blinker 1s cubic-bezier(.5, 0, 1, 1) infinite alternate;  
  }
  @keyframes blinker {  
    from { opacity: 1; }
    to { opacity: 0; }
  }

/* end blinker ============================== */

.comparison-table-td {
    /* background-color: #629ef9 !important; */
    color: #629ef9 !important;
    font-weight: bolder !important;
}

.toast-top-center {
    top: 12px;
    left:45%;
    margin:0 0 0 -150px;
    width: 50% !important;
}

.release-add-update-modals {
    max-width: 75% !important;
    width: 38% !important;
    font-size: 13px;
}

.release-preview-modal {
    max-width: 75% !important;
    width: 35% !important;
}

.company-filter-modal {
    max-width: 75% !important;
    width: 40% !important;
}

.add-company-modal {

    max-width: 50% !important;
    width: 30% !important;
}

.rich-text-editor {
    height: 350px !important;
}

.cursor-pointer{
    cursor: pointer;
}

#release-note-data-section ul, .release-preview-modal ul, #release-details-history ul {

    list-style: unset !important;
    margin-left: 20px;
}

.data-release-note {
    line-height: 2.5;
}

.filter-tabs {

    font-size: 14px;
}

.child-options {
    columns: #726f6f;
}

.image-input-placeholder {
    background-image: url('svg/avatars/blank.svg');
}

[data-bs-theme="dark"] .image-input-placeholder {
    background-image: url('svg/avatars/blank-dark.svg');
}

.fixed-table-toolbar{
    display: none !important;
}
.bootstrap-select {
    width: 100% !important;
}

.th-inner {
    padding-left: .9rem !important;
}

/* .bootstrap-select>.dropdown-toggle {
    height: 36px;
    font-size: 12px;
} */
.clear-confirmation-modals{
    z-index: 10000 !important;
}

.user-profile-svg-icons {
    scale: 1.5;

}

th {
    color: #B5B5C3 !important
}

td {
    color: #757575 !important;
    font-weight: 500 !important;
}

.view-icon {

    -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.form-control {
    background-color: #f9f9f9 !important;
    border: unset !important;
}

label {
    color:#99a1b7 !important
}

#update-status-form label {
    font-size: 13px !important;
}

#company-table-wrapper-div, #contact-table-wrapper-div, #event-invite-status-table-wrapper-div {
    overflow: hidden !important;
}

.td_facebook, .td_instagram, .td_linkedin, .td_twitter, .td_printerest, .td_youtube_vimeo, .td_google_plus {
    cursor: default !important;
    max-width: 200px !important;
    text-wrap: auto !important;
}



.modal-header button {
    margin-right: -20px !important;
    
}
.modal-header {
    padding-right: 0 !important;
}

.select2-selection__rendered {
    /* display: block !important; */
    /* overflow-x: auto;
    white-space: nowrap; */
  }
  

  #toastr-container>.toastr-success {
    background-image: unset !important;
    padding: 1.1rem !important;
    text-align: center !important;
}

#toastr-container>.toastr-info {
    background-image: unset !important;
    padding: 1.1rem !important;
    text-align: center !important;
}

 #toastr-container>.toastr-error {
    background-image: unset !important;
    padding: 1.1rem !important;
    text-align: center !important;
}v

.image-input-wrapper {
    background-size: contain !important;
    background-position: center !important;
}

#user-profile-modal {
    font-family: Poppins, Helvetica, "sans-serif" !important;
}

#user-profile-modal .headings, .main-heading {
    color: #3F4254 !important;
}

#company-data-section td:hover {
    text-decoration: underline !important;
}

#company-data-section .td_facebook:hover,#company-data-section .td_instagram:hover,#company-data-section .td_linkedin:hover,#company-data-section .td_twitter:hover,#company-data-section .td_printerest:hover,#company-data-section .td_youtube_vimeo:hover,#company-data-section .td_google_plus:hover {
    text-decoration: unset !important;
}


.social-globe-icon:hover {
    text-decoration: underline !important;

}

.font-weight-500{
    font-weight: 500 !important;
}

#kt_header_search .search-input{
    background-color: unset !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    margin: -1px 0 0 -50px !important;
}

.numInputWrapper{
    position: absolute !important;
}

#table-company-section .bootstrap-table .fixed-table-container .fixed-table-body{
    overflow: hidden !important;
}

table td {
    padding-left: 15px !important;
}



 .sidebar {
        width: 0;
        z-index: 1;
        overflow-x: hidden;
        transition: 0.5s;
        height: 1326px;
    }

    .sidebar a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        color: #000000;
        display: block;
        transition: 0.3s;
    }

    .sidebar a:hover {
        color: #f1f1f1;
    }

    .sidebar .closebtn {
        position: absolute;
        top: -10px;
        right: 0;
        font-size: 20px;
        margin-left: 50px;
    }

    .openbtn {
        cursor: pointer;
        background-color: #111;
        color: white;
        padding: 10px 15px;
        border: none;
    }

    .openbtn:hover {
        background-color: #444;
    }

    #main {
        transition: margin-left .2s;
        padding-top: 16px;
        border-radius: 8px;
        /* background-color: #ffffff;
        box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03); */
    }
    #company-data-card{
        background-color: transparent !important;
        border: none !important;
        box-shadow: unset !important;
    }


    #company-sidebar-toggler {
        cursor: pointer;
    }

    #company-sidebar-toggler:hover {
        text-decoration: none !important;
    }




    .widget {
  background-color: #fff;
  padding: 30px;
}
.activity {
  position: relative;
}
.activity h1,
.activity h2,
.activity h3,
.activity h4 {
  font-family: "Titillium web", Arial;
}
.activity .activity-items {
  position: relative;
}
.activity {
    position: relative; /* make parent the positioning context */
}

.activity-items{

    max-height: 900px;
    overflow-y: scroll;
}

.activity .activity-items:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0; /* extend to bottom automatically */
    left: 35px;
    width: 0;
    border-left: 3px dashed #ddd;
}

.activity {
    position: relative;
}

.activity:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;  /* full height of container */
    left: 35px;
    width: 0;
    border-left: 3px dashed #ddd;
}
.activity .activity-item-wrap {
  padding: 7px 0px 7px 70px;
  position: relative;
}
.activity .activity-item-wrap h4.activity-date {
  font-size: 18px;
  margin: 10px 0 0 0;
  color: #aaa;
}
.activity .activity-item-wrap .activity-item-badge-email {
  width: 30px;
  height: 30px;
  background: #FFA800;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 17px;
  left: 19px;
  text-align: center;
  border: 5px solid #fffdfd;
  box-shadow: 0px 2px 3px #ccc;
}

.activity .activity-item-wrap .activity-item-badge-notes {
  width: 30px;
  height: 30px;
  background: #11cc94;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 17px;
  left: 19px;
  text-align: center;
  border: 5px solid #fffdfd;
  box-shadow: 0px 2px 3px #ccc;
}

.activity .activity-item-wrap .activity-item-badge-meeting {
    width: 30px;
    height: 30px;
    background: #29a0f3;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 17px;
    left: 19px;
    text-align: center;
    border: 5px solid #fffdfd;
    box-shadow: 0px 2px 3px #ccc;
}
.activity .activity-item-wrap .activity-item-badge i {
  line-height: 30px;
}
.activity .activity-item-wrap .activity-item {
  border-radius: 3px;
  position: relative;
  /* border: 1px solid #cbd6e2; */
  /* background: #f5f8fa; */
  padding: 10px 20px 10px 60px;
}
.activity .activity-item-wrap .activity-item:hover {
  box-shadow: 0 0 12px #cbd6e2;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.activity .activity-item-wrap .activity-item p {
  margin: 0px;
}
.activity .activity-item-wrap .activity-item .activity-item-meta {
  margin-bottom: 10px;
}
.activity .activity-item-wrap .activity-item .activity-item-meta .activity-user {
  background: #d4edda;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  margin-right: 10px;
  color: #155724;
  text-align: center;
  line-height: 40px;
  font-size: 13px;
}
.activity .activity-item-wrap .activity-item .activity-item-meta .activity-user img {
  margin-top: -3px;
}
.activity .activity-item-wrap .activity-item .activity-item-meta .activity-user.activity-ismember {
  background: #cce5ff;
  color: #004085;
}
.activity .activity-item-wrap .activity-item .activity-item-meta .activity-user.activity-isaro {
  background: #fff;
  color: red;
  border: 1px solid #ddd;
}
.activity .activity-item-wrap .activity-item .activity-item-meta .activity-summary {
  font-size: 14px;
}
.activity .activity-item-wrap .activity-item .activity-item-meta .activity-timestamp {
  font-size: 11px;
  color: #aaa;
}

.fa-trash:hover {
    color: #e3165b !important;
}

.fa-edit:hover {
    color: #3699FF !important;
}

.company-details-articles-toolbar label {
    float: left !important;
}

#main-filter-modal-trigger {

    --bs-btn-padding-y: 0.55rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 0.95rem;
    --bs-btn-border-radius: 0.425rem;
}

.inner-accordion-button::after{
    background-image: unset !important;
}

.custom-button-lh {
    line-height: 1.6;
}

.accordion-button:not(.collapsed) {
    color: #000000 !important;
    font-weight: bold !important;
    /* background-image: linear-gradient(to right, #83aefd, #cee8f4); */
}

.filter-modal.right .company-general {
    width:600px !important;
}

.filter-modal.right .company-send-email {
    min-width: 800px !important;
}

thead {
    background-color: #f1f1f1;
}

.modal-header-section button {
    margin-right: unset !important;
}

.modal-header button {
    margin-top: -46px !important;
}

.company-details-sidebar-options:hover{

    color: #ffffff;
    background-color: #3699FF;

}

.customize-column-btn {
    width: 250px;

}

.customize-column-btn::after{
    float: right !important;
    margin-top: 8px;
}

.select2-results {
    text-align: left;
}

.data-company-website a:hover {

    color: #3699FF;
}

.fc-toolbar-title {
    display: inline;
    margin-left: 20px !important;
}

.social-date-selectors {
    height:24px !important;
}

.text-truncate-column {
  max-width: 300px;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word;

}

.custom-progress-bar{
    height: 7px;
    background-color: #ededed;
    animation: progress 1.5s ease-in-out forwards;
}

@keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
} 
@keyframes show  {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.clear-confirmation-modals {
    z-index: 10000 !important;
}

.left-grid-close-btn:hover {
    color: #000000 !important;
}

.image-input-wrapper {
    background-size: contain !important;
    background-position: center !important;
}

.company-logo-preview {
    max-height: 200px;
}

.company-logo-preview-div {
    height: 200px;
    align-content: center !important;
}

.company-article-filter #main-filter-modal-trigger {
    padding: 9px !important;
}

.readonly-checkbox {
  pointer-events: none;           
  opacity: 0.5;                   
  cursor: not-allowed;            
}

.columns-with-link:hover {
    text-decoration: underline !important;
}

.contact-modal, .order-modal {

    max-width: 700px !important;
    width: 600px !important;
   
}

.special-sub-headings {

    font-size: 16px !important;
    color: #3d3b3b;
}

.fc-event-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.fc .fc-day-today {
  background-color: transparent !important;
}

/* Style the day number with a circle */
.fc .fc-day-today .fc-daygrid-day-number {
  background-color: #e3165b; /* Change to your preferred color */
  color: white;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: inline-flex;
  justify-content: center;
}
.fc-daygrid-day {
    padding-left: unset !important;
}

.calendar-month-selector {

    margin-left: 125px;
    margin-top: 7px;
    position: absolute;
    /* font-size: large; */
}

.calendar-year-selector {

    margin-left: 257px;
    margin-top: 7px;
    position: absolute;
    /* font-size: large; */
}

.diff-popup-modal {
    max-width: 1600px !important;
}

.diff-popup-table-actions-td {
    width: 150px;
}

/* image uploader css ***************************** */
.uploader-container {
    border: 2px dashed #ccc;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.3s ease;
    /* max-width: 320px; */
    margin: 10px 0;
    background-color: #fafafa;
}
.uploader-container:hover {
    border-color: #007bff;
    background-color: #f0f8ff;
}
.uploader-preview {
    display: none;
    margin-top: 15px;
    position: relative;
}
.uploader-preview img {
    max-width: 50%;
    border-radius: 10px;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.15);
    margin: 0 auto;
}
.remove-btn {
    display: none;
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(0,0,0,0.6);
    border: none;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
}
.remove-btn:hover {
    background: rgba(0,0,0,0.8);
}

/* image uploader css end ***************************** */

.link-text:hover {

    text-decoration: underline !important;
}

.company-details-contact .fixed-table-body, .ltd-profile-team-members-table-div .fixed-table-body, .company-details-orders .fixed-table-body {

    overflow: unset !important;
}

#community-canvas-company-selector, #select2-canvas-company-selector-results{
    font-size: 12px !important;
}

.highlight-diff-values {
    background-color:#FECFCF;
}

#company-ltd-profile-diff-popup-close-trigger {
    margin-right: unset !important;
}

.company-diff-popup-modal-header {
    display: block !important;
    flex-shrink: unset !important;
}

.diff-popup-data-columns {
    width: 500px;
}

.diff-popup-field-name-columns {
    width: 200px;
}

.diff-popup-date-columns {
    width: 150px;
}
/* Wrapper to position the custom icon */
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  width: 220px; /* Adjust width as needed */
}

/* Style the select */
.custom-select {
  appearance: none;           /* Remove default arrow */
  -webkit-appearance: none;   /* Safari fix */
  -moz-appearance: none;      /* Firefox fix */
  
  width: 100%;
  padding: 8px 35px 8px 12px; /* Add space on right for the custom icon */
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
  box-sizing: border-box;
  line-height: 20px; /* Keeps text vertically centered */
}

/* Custom dropdown arrow */
.custom-select-wrapper::after {
  content: "▼"; /* Unicode for down arrow. You can use SVG or Font Awesome */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none; /* Allows clicks to go through */
  font-size: 12px;
  color: #555;
}

.diff-popup-image-width{

    width: 150px;

}
.diff-popup-action-button{
    border-left :2px solid #e0e0e0 !important;
    border-right :2px solid #e0e0e0 !important;
}

.community-company-alert-custom {
    top: -9px !important;
}

.company-details-images{
    max-height: 200px !important;
}


.disabled-option {
    pointer-events: none; /* prevent click */
    opacity: 0.6;         /* make it look disabled */
}

.fc-scrollgrid-section-body [role="presentation"] {
    /* Your custom styles */
    padding-left: 0px !important;
}

.community-link-confirmation-modal {

   min-width: 550px !important;
}

#item-comment {

    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.numInputWrapper {
    margin-top: 2px;
    margin-left: 10px;

}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    
    font-size: 15px !important;
    margin-top: 1px !important;
}

.dt-column-title{

    color:#878a91 !important;
}

.company-project-customize-column-btn {
    margin-right: -94px !important;
}

.company-project-customize-column-btn .select2-selection__rendered::after{
    font-size: 13px;
}


input[type="datetime-local"] {
  background: #e0e0e0;         /* text color */
  border: 1px solid #333;
  padding: .4rem .6rem;
  border-radius: 4px;
}


/* Wrap selected items */
.select2-selection__rendered {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    min-height: 40px;
    transition: min-height 0.2s;
}

/* Spacing for selected items */
.select2-selection__choice {
    margin: 2px 4px 2px 0;
    white-space: nowrap;
    display: none; /* hide by default */
}

/* Summary text */
.select2-selection__rendered::after {
    content: attr(data-summary);
    /* color: #4b5675; */
    font-size: 14px;
}

/* When dropdown is open, hide summary and show selected items */
.select2-container--open .select2-selection__rendered::after {
    content: none;
}

.select2-container--open .select2-selection__rendered .select2-selection__choice {
    display: inline-block !important;
}


.select2-selection__rendered .select2-selection__choice {
    display: none !important;
}


.select2-container--open .select2-selection__rendered .select2-selection__choice {
    display: inline-block !important;
}


.bs-tooltip-auto{
    z-index: 9999 !important;
}

.flatpickr-prev-month, .flatpickr-next-month {
    margin-top: 9px;
}

.meeting-modals,.company-brands-dialog {

    max-width: 650px !important;
    width: 600px !important;
}

.select2-selection {
    min-height: 41px !important;
    height: auto !important;
}

.select2-container--bootstrap5 .select2-selection--multiple.form-select-sm .select2-selection__choice {
    display: inline-block !important;
}

.select2-selection__rendered {
    width: 100% !important;
    min-height: auto !important;
}

.select2-container--bootstrap5 .select2-selection--multiple .select2-search.select2-search--inline {
    display: block;
    width: 100%;
}

.select2-container--bootstrap5 .select2-selection--multiple {
    display: block;
}

select[data-control="select2"][multiple] + .select2-container .select2-search--inline {
  display: none;
}

.custom-dropdown-positioning {

    margin-right: 82px !important;
}

.community-canvas-link-confirmation-modal {

    min-width: 713px !important;
}

#community-canvas-company-create-modal-close-trigger, #enrollment-confirmation-modal-close-trigger {
        margin-right: 0px !important;
}


.gps-block-update-sidebar {
    max-width: 1200px !important;
    width: 1000px !important;
}


.icon-switch {
    position: relative;
    padding-left: unset !important;
  }

  .icon-switch .form-check-input {
    width:4.5rem;
    height: 2.3rem;
    cursor: pointer;
  }

  .icon-switch-icon {
    position: absolute;
    left:150px;
    top: 15px;
    transform: translateY(-50%);
    font-size: 0.75rem;
    pointer-events: none;
    transition: opacity 0.2s ease;
    font-size: 1.2rem !important;
  }

  .icon-switch-icon-md3 {
    left: 162px;
  }

  .icon-switch-icon.off {
    left: auto;
    right: 6px;
    opacity: 1;
  }

  .form-check-input:checked ~ .icon-switch-icon.on {
    opacity: 1;
    color: #ffffff;
  }

  .form-check-input:checked ~ .icon-switch-icon.off {
    opacity: 0;
  }

  .form-check-input:not(:checked) ~ .icon-switch-icon.on {
    opacity: 0;
  }

  .form-check-input {
    margin-left: -3rem !important;
  }

.form-check-input:checked {
    background-color: #EBEDF3;
    border-color: #EBEDF3;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%231b84ff'/%3e%3c/svg%3e") !important;
}

.form-check .form-check-input {
    float:unset !important;
}

#update-ltd-id-confirmation-modal .modal-header button, #update-article-ltd-id-confirmation-modal .modal-header button, #community-unlink-confirmation-modal .modal-header button, #update-contact-ltd-id-confirmation-modal .modal-header button {

    margin-right: unset !important;
}

.white-space-no-wrap {
    white-space: nowrap;
}


 .note-editable ul {
    list-style: disc !important;
    margin-left: 20px !important;
}

.note-editable ol {
    list-style: decimal !important;
    margin-left: 20px !important;
}

.release-notes-display-column ul {
    list-style: disc;       /* bullets */
    margin-left: 20px;
    padding-left: 0;
}

.release-notes-display-column ol {
    list-style: decimal;    /* numbers */
    margin-left: 20px;
    padding-left: 0;
}

.preview-content {
    max-height: 150px;
    overflow: hidden;
}

.release-note-column {

    width:150px !important;
}

.release-note-version-column, .release-note-updatedon-column, .release-note-updatedby-column, .release-note-actions-column, .release-note-date-column {

    width:10% !important;
}

.release-notes-display-column {
    overflow-y: auto;
    max-height: 200px !important;
}

.main-search-icon{

    top: 85% !important;
    right: -22px;
}

#table-contact-list td:hover{
    cursor: pointer;
    text-decoration: underline;
}
.table-actions-button {
    text-decoration: unset !important;
}

/* Fix UL height */
.dragtable-sortable {
    height: 40px !important;
    max-height: 40px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}

/* The LI should not deform */
.dragtable-sortable li {
    height: 100% !important;
    padding: 0 !important;
}

/* Fix the nested table */
.dragtable-sortable table,
.dragtable-sortable thead,
.dragtable-sortable tr,
.dragtable-sortable th {
    height: 40px !important;
    max-height: 40px !important;
    padding: 0 !important;
    margin: 0 !important;
    vertical-align: middle !important;
}

/* The bootstrap .th-inner element */
.dragtable-sortable .th-inner {
    height: 40px !important;
    line-height: 40px !important; /* vertical centering */
    display: block !important;
    padding: 0 13px !important; 
}

/* ---counter */


.counter-box {
    display: block;
    background: #f6f6f6;
    padding: 40px 20px 37px;
    text-align: center
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #909090;
    font-size: 18px;
    font-weight: 500
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #d2d2d2
}

.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #666;
    line-height: 28px
}

.counter-box.colored {
    background: #3acf87
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff
}


.flatpickr-wrapper {

    display: block !important;
    margin-top: -18px !important;
}

.note-link-btn {

    margin-top: -22px;
}

.note-editor .dropdown-toggle::after{
    display: none;
}

.note-editor .note-btn {
    padding: 5px 8px;
}

.contact-list-name-column {

    min-width:175px !important;
}

.contact-list-company-column {

    min-width:175px !important;
}

.header-actions-dropdown {

    inset: 0px auto auto -44px !important;
    cursor: pointer;
}

.note-editor .note-toolbar .note-dropdown-menu, .note-popover .popover-content .note-dropdown-menu {
    min-width: 50px !important;
}
/* counter end ---------- */


/* Image upload changes ----------------------- */
.drop-area {
    border: 2px dashed #ccc;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    transition: 0.2s ease;
}

.drop-area.dragover {
    border-color: #3498db !important;
    background: #eaf6ff !important;
}

/* Image upload changes end ----------------------- */

/* Mobile (up to 480px) */
@media (max-width: 480px) {
    
    .customize-columns-div {

        text-align: left !important;
        margin-top: 10px;

    }

    .add-new-items-div{

         text-align: left !important;
        margin-top: 10px;
    }
    .customize-column-btn {

        width: 100% !important;
    }

    .hide-mobile-landscape {
        display: none !important;
    }
    .h-30px {
        height: 21px !important;
    }

    #toastr-container > div {
        width:100% !important
    }

    .toast-top-center {

        width: 90% !important;
    }

    .select2-selection__choice{
        overflow: hidden;
    }

    .select2-selection__clear {
        right: 4px !important;
        padding: 0 5px;
        background: white; /* optional */
    }
    

}

@media (min-width: 575px) and (max-width: 1024px){
     

    .company-filter-modal, .contact-modal, .order-modal, .filter-modal-dialog {
        max-width: 75% !important;
        width: 65% !important;
    }

    #main-filter-project-role-tab{
        margin-left: 0 !important;
    }

    #toastr-container > div {
        width:100% !important
    }

    .toast-top-center {
        left: 38%;
        width: 61% !important;
    }
    

}

/* Mobile Large (up to 576px) */
@media (max-width: 576px) {
    /* Your mobile styles here */
    .customize-column-btn {

        /* width: unset !important; */
    }

    .hide-mobile-landscape {
        display: none !important;
    }
    .h-30px {
        height: 21px !important;
    }

    

    .company-filter-modal, .contact-modal, .order-modal, .filter-modal-dialog {
        max-width: 100% !important;
        width: 100% !important;
    }

    #main-filter-company-tab, #main-filter-project-role-tab{
        margin-left: 0 !important;
    }

    #main-header-profile-signout {

        width: 50% !important;
    }

    
}


/* Tablets (portrait) */
@media (min-width: 577px) and (max-width: 768px)and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .hide-mobile-landscape {
        display: none !important;
    }
    .h-30px {
        height: 21px !important;
    }

   
}

/* Tablets (landscape / small laptops) */
@media (min-width: 769px) and (max-width: 992px)and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1)  {
    .hide-mobile-landscape {
        display: none !important;
    }
    .h-30px {
        height: 21px !important;
    }

}

