
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/*# sourceMappingURL=custom.css.map */

/*# sourceMappingURL=style.css.map */
/*#response-container {
  position: fixed;
  z-index: 9999;

}*/
html, body {
  touch-action: manipulation; /* Prevent double-tap zoom */
}

div.dt-buttons {
    float: right; /* Aligns the buttons to the right */
}

textarea
{
	min-height: 150px;
}
.error
{
	color: red !important;
}

/*#response-container div
{
  padding-right: 50px;
   padding-left: 50px;
}*/
.ui-datepicker-calendar {
    display: none;
}
#tableExport_filter 
{
  text-align: right !important;

}
.select2-selection__choice
{
	background: #6777EF !important;
}
.select2-selection__choice span
{
	color: white !important;
}
/*.card-header {
    position: relative;
}

.card-header a {
    position: absolute;
    top: 10px; 
    right: 8px; 
}*/
.custom-file-container {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

.custom-file-container__custom-file {
    position: relative;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #f8f9fa;
    border: 2px dashed #adb5bd;
    padding:50px 20px;
    border-radius: 5px;
    transition: border-color 0.3s;
}

.custom-file-container__custom-file:hover {
    border-color: #007bff;
}

.custom-file-container__custom-file__custom-file-input {
    position: relative;
    z-index: 100;
    opacity: 0.5;
}
.custom-file-container__custom-file__custom-file-control::before,
.custom-file-container__custom-file__custom-file-control::after {
    content: "";
    display: block;
    text-align: center;
    margin: 0 auto;
}

.custom-file-container__custom-file__custom-file-control::before {
    content: "Choose File or ";
}

.custom-file-container__custom-file__custom-file-control::after {
    content: "Drag & Drop";
}



.custom-file-container__image-cropper-preview {
    display: none;
    width: 100%;
    max-width: 300px;
    margin: 10px 0;
}
.custom-file-container__image-cropper-preview img {
 max-width: 100%;
 height: auto;
 display: block;
}


.custom-file-container__image-preview {
    display: none;
    width: 100%;
    max-width: 100px;
    margin: 10px 0;
}

.custom-file-container__image-preview img {
    max-width: 100%;
    height: auto;
    display: block;
}

.custom-file-container__image-preview1 {
    display: none;
    width: 100%;
    max-width: 100px;
    margin: 10px 0;
}

.custom-file-container__image-preview1 img {
    max-width: 100%;
    height: auto;
    display: block;
}
.menu-item {
    font-weight: bold;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.sub-item {
    margin-bottom: 20px;
    text-transform: capitalize;
}

.sub-item label {
    font-weight: normal;
    font-size: 15px;
}

.form-check-input {
    margin-right: 5px;
}
.submenu
{
    padding-left:  0px !important;
}
.select2
{
    width: 100% !important;
}
.main-footer {
 position: fixed;
 left: 0;
 bottom: 0;
 height: 70px;
 z-index: 5;


}
.main-content
{
    margin-bottom: 50px !important;
}
.main-sidebar 
{
    z-index: 6;
}
.form-group:not(section.login_section) {
    margin-bottom: initial !important;
}
/*.form-control
{
    margin-bottom: 8px !important;
}*/
.myDataTable_icons
{
    font-size: 20px !important;
}


/*#myDataTable_filter
{
    display: none !important;
}*/

/* Custom box styling */
.custom-box {
  border: 1px solid #ccc;
  min-height: 250px;
  padding: 10px;
  margin-bottom: 20px;
  overflow-x: auto; /* Horizontal scroll */
  overflow-y: auto; /* Vertical scroll */
  max-height: 350px; /* Set a maximum height */
}

/* Style for user items */
.user-item {
/*  display: inline-block; */
display: block;
white-space: nowrap; /* Keeps data in a single line */
margin-right: 10px; /* Add some space between user items */
text-align: left;
padding: 5px 2px 5px 2px;
}
/* Alternate row colors */
.user-item:nth-child(even) {
  background-color: #F5F5F5; /* Alternate background color for even rows */
}

/* Left-align user text */
.user-item label {
  margin: 0;
  text-align: left;
}

/* Style for search input */
.custom-box input[type="text"] {
  width: calc(100% - 20px);
  margin-bottom: 10px;
  padding: 5px;
}
/* Add this CSS code to your existing stylesheet or create a new one */
/* Custom CSS to create a pink badge */

.badge.badge-pink {
  background-color: pink;
  color: black; /* You can adjust the text color as needed */
  /* You can add more styles if required */

}

/* Red Gradient */
.box-red {
  background: linear-gradient(135deg, #FF5252 0, #CD040B 100%) !important;
  color: #fff;
}

/* Green Gradient */
.box-green {
  background: linear-gradient(135deg, #4CAF50 0, #23bdb8 100%) !important;
  color: #fff;
}

/* Yellow Gradient */
.box-yellow {
  background: linear-gradient(135deg, #FCCF02 0, #FBC02D 100%) !important;
  color: #fff;
}

/* Pink Gradient */
.box-pink {
  background: linear-gradient(135deg, #FF4081 0, #C51162 100%) !important;
  color: #fff;
}
/* Baby Pink Gradient */
/* Light Pink Gradient */
.box-baby-pink {
  background: linear-gradient(135deg, #FFB6C1 0, #FF69B4 100%) !important;
  color: #fff;
}

/* Blue Gradient */
.box-blue {
  background: linear-gradient(135deg, #2196F3 0, #0D47A1 100%) !important;
  color: #fff;
}
/* Very light blue box */
.box-light-blue {
  background: linear-gradient(135deg, #E6EEFF 0, #CDD9FF 100%) !important;
  color: #000; /* Adjust text color as needed */
}


/* Grey box */
.box-grey {
  background: linear-gradient(135deg, #E0E0E0 0, #757575 100%) !important;
  color: #fff; /* Adjust text color as needed */
}

.specific-div {
    position: relative; /* Ensures that the loader is positioned relative to this div */
    /* Other styles for the div */
}

.specific-div .loader1 {
    position: absolute; /* Position loader relative to the parent div */
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url("../assets/img/loading.gif") 50% 50% no-repeat #f9f9f9;
    opacity: 1;


}
.codeeditor1 {
  font-family: 'Courier New', Courier, monospace;
  font-size: 16px;
  border: 1px solid #ccc;
  background-color: #1e1e1e; 
  color: #ffcc99; 
  padding: 10px;
  width: 100%;
  height: 300px;

}
/*
    .CodeMirror-linenumber 
    {
        visibility: hidden !important;
    }*/

    /*.CodeMirror 
    {
        display: none !important;
    }*/
    .note-editable
    {
        margin-top: 60px !important;
    }
    .CodeMirror-linenumber
    {
        visibility: hidden !important;
    }
    .VIpgJd-ZVi9od-ORHb-OEVmcd {
        display: none !important;
    }
    #goog-gt-tt
    {
        display: none !important;
    }

    .btn-orange {
      cursor: pointer;
      color: #fff;
      background-color: #ff8c00; /* Orange background color */
      border-color: #ff8c00; /* Orange border color */
  }
  .VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q
  {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

/*.sidebar-menu.dial_iframe_ul {
    list-style: none; 
    padding: 0; 
    margin: 0; 
    width: 100%; 
    overflow: hidden; 

}

.dial_iframe {
    box-sizing: border-box; 
    width: 100%;
    height: 500px !important; 
    border: none; 
    margin: 0; 
    padding: 0; 
}
*/
.dropdown-menu.dropdown-list.dropdown-menu-right.pullDown.dial_frame_div {
    height: 490px;
    width: 310px;
    overflow: hidden;
}

.dropdown-menu.dropdown-list.dropdown-menu-right.pullDown.dial_frame2_div {
    height: 210;
    width: 193px;
    overflow: hidden;
    overflow-x: hidden !important;
}

.dropdown-menu.dropdown-list.dropdown-menu-right.pullDown.dial_frame2_div .dropdown-list-content {
    overflow-x: hidden !important;
}


.dial_frame {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.dropdown-list-content::after {
    content: none !important;
}
.blinking-text {
    display: none; /* initially hide the text */
}
.chat-box .chat-content .chat-item.chat-right .chat-details
{
    margin-right: unset !important;

}
.chat-box .chat-content .chat-item .chat-details
{
    margin-left: unset !important;

}
.language-selector {
    display: inline-block;
    position: relative;
    padding: 5px;
    border: 1px solid #ccc;
    cursor: pointer;
}
.language-selector:hover {
    background-color: #f9f9f9;
}
.language-selector .flag {
    margin-right: 5px;
    vertical-align: middle;
}
.language-selector .language-name {
    display: inline-block;
    vertical-align: middle;
}
.flag {
    vertical-align: middle;
}

#myDataTable_filter
{
    display: none !important;
}
#myDataTableSingleOp_filter
{
    display: none !important;
}
.card-header:not(.row) {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card .card-header button {
    border-radius: 5px !important;
}

.custom-checkbox {
    transform: scale(1); 
    appearance: none; 
    -webkit-appearance: none; 
    border: 2px solid #28a745; 
    border-radius: 4px; 
    width: 20px; 
    height: 20px; 
    outline: none; 
    margin-left: 5px; 
}


.custom-checkbox:checked {
    background-color: #41C457; 
}

.chat-item.chat-right .chat-text a.file-link
{
    color: black; 
}

.chat-item.chat-right .chat-text hr {
    background: white;
}


/* Styles for chat-item with class chat-left */
.chat-item.chat-left .chat-text a.file-link
{
    color: black; /* Set anchor and hr color to black */
}

.chat-item.chat-left .chat-text hr {
    background: black;
}

#attach_file_p
{
    color: #6777EF !important;    
}

body.search-show:before, body.sidebar-show:before
{
    content: unset !important;
}
.chat_circle_btn
{
    border-radius: 50%; 
    width: 40px; 
    height: 40px;
}
.chat-box .chat-content .chat-item.chat-right .chat-details .chat-text
{
    background-color: #D9FDD3 ;
    color: black ;
}
.card-body.chat-content.custom-chat-body
{
    background: linear-gradient(to bottom right, #f1f1f1, #efeae2);
}
.chat-time
{
    color: black;
}
.chat-box .chat-content .chat-item .chat-left .chat-details .chat-text
{
    color: black;
}

.chat-box .chat-content .chat-item.chat-right .chat-details .isComment2
{
    background-color: #CCD2D7 ;
    color: white; 
}
.inline-dropdown .dropdown-item {
  display: inline-block;
  margin-right: 10px; /* Adjust the spacing between items as needed */
}
.chat-box .chat-content .chat-item.chat-right .chat-details .isComment1
{
    background-color: #FF990D ;
    color: white ;
}
.messageListChatCount
{
    position: absolute;
    top: 80px;
    left: 230px;
}

.messageListStatus
{
    position: absolute;
    top: 85px;
    left: 180px;
}
.chat_reaction
{
    position: absolute;
    top: 15px;
    left: 18px;
    font-size: 18px;
    box-sizing: border-box;
/*    border: 1px solid grey;*/
/*    padding: 2px;*/
/*    border-radius: 100%;*/
}
.chat_reactionFile
{
    top: 75px;
    left: 90px;
}
.reply-message
{
    padding: 10px;
    border: 1px solid lightgrey;
    border-left: 5px solid green;
    margin-bottom: 10px;
    background: aliceblue;
    opacity: 0.8;
    cursor: pointer;
    color: black;
}
.reply-message-a
{
    color: inherit;
    text-decoration: none;
}
.chat_reply_alert
{
    width: 50%;
}
#iframeContent {
    display: none;
    padding: 20px;
    margin-top: 10px;
    background-color: #f8f9fa;
    position: absolute;
    top: 60px;
    right: 100px;
    width: 400px; /* Adjust the width as needed */
    height: 550px; /* Adjust the height as needed */
    border: 1px solid #ccc; /* Add a border for visibility */
    z-index: 1000; /* Ensure it's above other content */
    overflow: hidden; /* Hide overflow content if any */
    color: black !important;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
}
.bell
{
    color: black !important;
    width: 25px !important;
    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer;

}
#iframeContent iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.custom-li {
  width: 10rem;
}

/* Media query for larger screens */
@media (min-width: 960px) {
  .custom-li {
    width: 15rem;
}
}

.card-body.chat-content .chat-item:first-of-type {
  padding-top: 100px;
}
/*.chat-right .dropdown-menu.show {
    transform: translate3d(-161px, -121px, 0px) !important;
}*/
#myallchatbox .dropup {
    display: none !important;
}
#opMsg_mychatbox_closed .dropup {
    display: none !important;
}

.disabled-link {
    pointer-events: none; 
    opacity: 0.5; 
    cursor: not-allowed; 
}
.dt-buttons 
{
    margin-bottom: 10px;
}
.dt-buttons-left
{
    margin-bottom: 10px;
}
#myDataTableSingleOp thead
{
    background-color: #F5F5F5;
}
#myDataTableSingleOp tbody tr td:last-child
{
    display: none;
}#myDataTable1 thead
{
    background-color: #F5F5F5;
}

tbody tr td {
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle; 
}


.main-content .row .col-12 .card .btn-success:not(.btn-except) {
    background-color: #28a745 !important;
    color: white !important;
}

.main-content .row .col-12 .card .btn-primary:not(.btn-except) {
    background-color: #007bff !important;
    color: white !important;
}

.main-content .row .col-12 .card .btn-danger:not(.btn-except) {
    background-color: #dc3545 !important;
    color: white !important;
}

.main-content .row .col-12 .card .btn-info:not(.btn-except) {
    background-color: #17a2b8 !important;
    color: white !important;
}

.main-content .row .col-12 .card .btn-warning:not(.btn-except) {
    background-color: #ffc107 !important;
    color: black !important;
}
.table-sm thead
{
    background-color: #F5F5F5;
}
#myDataTableSingleOp thead th:last-child {
    display: none;
}
/* Target the second-to-last <td> in each row */
#myDataTableSingleOp tbody tr td:nth-last-child(2) {
    text-align: center;
}

/* Target the last <td> in each row */
#myDataTableSingleOp tbody tr td:last-child {
    text-align: center;
}
#myDataTableSingleOp thead th.hideInput input {
  display: none;
}
.audio-success
{
    background-color: #28a745 !important;
    color: white !important;
}
.audio-primary
{
    background-color: #007bff !important;
    color: white !important;
}
.audio-primary i
{
    color: white !important;
}
#myDataTable1:not(.table-except) thead th:first-child {
  display: none !important;
}

#myDataTable1:not(.table-except) tbody tr td:first-child {
  display: none !important;
}

table.dataTable tbody tr.selected a, 
table.dataTable tbody th.selected a, 
table.dataTable tbody td.selected a {
    color: black !important;
}

table.dataTable tbody tr.selected a:hover, 
table.dataTable tbody th.selected a:hover, 
table.dataTable tbody td.selected a:hover {
    color: #6777EF !important;
}

#myDataTable1:not(.table-except) thead th:first-child input,
#myDataTable1:not(.table-except) thead th:nth-child(2) input {
  display: none;
}


/*@media screen and (max-width: 470px) and (max-height: 405px) {
    ul.navbar-nav.navbar-right li {
        display: none !important;
    }
}*/
.card .card-statistic-4 .banner-i i {
    max-width: 100%;
    float: right;
    font-size: 60px;
    color: #808080;
    opacity: 0.5;
}
/* For very small devices (max-width: 320px, iPhone 5 and smaller) */
@media screen and (max-width: 320px) {
    ul.navbar-nav.navbar-right li.hide-sm-device {
        display: none !important;
    }
    #iframeContent
    {
        right: 10px;
        width: 350px;
    }
    .main-footer {
        height: 110px;
    }
}

/* For small mobile devices (max-width: 375px, iPhone 6/7/8) */
@media screen and (max-width: 375px) {
    ul.navbar-nav.navbar-right li.hide-sm-device {
        display: none !important;
    }
    #iframeContent
    {
        right: 10px;
        width: 350px;

    }

    .main-footer {
        height: 110px;
    }
}

/* For larger mobile devices (max-width: 425px, iPhone 6/7/8 Plus, some Android devices) */
@media screen and (max-width: 425px) {
    ul.navbar-nav.navbar-right li.hide-sm-device {
        display: none !important;
    }
    #iframeContent
    {
        right: 10px;
        width: 350px;

    }
    .main-footer {
        height: 110px;
    }
}

/* For small tablets or large phones (max-width: 600px) */
@media screen and (max-width: 600px) {
    ul.navbar-nav.navbar-right li.hide-sm-device {
        display: none !important;
    }
    #iframeContent
    {
        right: 10px;
        width: 350px;
    }
    .main-footer {
        height: 110px;
    }
}
body.dark.dark-sidebar.theme-black .color-white {
    color: white !important;
}

/* Add a custom spinner style */
.swal-loading-spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin-top: 10px;
}

@keyframes spin {
    to {
      transform: rotate(360deg);
  }
}
.modal-super-xl {
    max-width: 90%;
}
table
{
    width: -webkit-fill-available !important;
}

.card-checkbox {
  width: 18px;
  height: 18px;
  accent-color: #007bff; /* Adjust color to your theme */
  cursor: pointer;
}
@media screen and (max-width: 600px) {
    .main-footer {
        height: 100px;
    }
}
.main-content {
    margin-bottom: 150px !important;
}

/*.email-list
{
    height: auto !important;
}

.email-wrapper
{
    height: 80vh !important;
}*/



table.dataTable tbody > tr.selected td {
  color: #fff !important;
}

table.dataTable tbody > tr.selected {
    background-color:  #3167f3 !important;
}



#myDataTableSingleOp {
    
    border-collapse: separate; 
    border-spacing: 0;
    width: 100%;
    
}


#myDataTableSingleOp thead th {
    background-color: #e9ecef; 
    color: #344767; 
    font-weight: 700; 
    padding: 1rem 1.25rem; 
    border-bottom: 3px solid #dee2e6; 
    text-align: left;
    text-transform: uppercase; 
    font-size: 0.8rem;
    letter-spacing: 0.05em;
}


#myDataTableSingleOp thead tr:first-child th:first-child {
    border-top-left-radius: 0.75rem; 
}
#myDataTableSingleOp thead tr:first-child th:last-child {
    border-top-right-radius: 0.75rem; 
}


#myDataTableSingleOp tbody tr td {
    padding: 0.85rem 1.25rem;
    border-bottom: 1px solid #f0f3f6; 
    color: #555c65; 
    font-size: 0.9rem;
}


#myDataTableSingleOp tbody tr:nth-child(odd) {
    background-color: #ffffff;
}
#myDataTableSingleOp tbody tr:nth-child(even) {
    background-color: #fcfcfc; 
}


#myDataTableSingleOp tbody tr:hover {
    background-color: #eef5ff; 
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05); 
    transition: background-color 0.2s, box-shadow 0.2s;
}

 /* ===== Custom File Upload ===== */
.custom-file-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px dashed #d1d5db;
  border-radius: 14px;
  background: #f9fafb;
  padding: 2.5rem 1.5rem;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}

.custom-file-container:hover {
  border-color: #3b82f6;
  background: #f0f7ff;
  box-shadow: 0 4px 14px rgba(59, 130, 246, 0.1);
}

.custom-file-container__custom-file {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.custom-file-container__custom-file__custom-file-input {
  opacity: 0;
  position: absolute;
  inset: 0;
  cursor: pointer;
  z-index: 5;
}

/* ===== Icon ===== */
.custom-file-container__icon {
  width: 50px;
  height: 50px;
  background: #e5e7eb;
  color: #2563eb;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}

.custom-file-container__icon svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.custom-file-container:hover .custom-file-container__icon {
  background: #2563eb;
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0 4px 10px rgba(37, 99, 235, 0.2);
}

/* ===== Control Text ===== */
.custom-file-container__custom-file__custom-file-control::before {
  content: "Click or drag a file to upload";
  color: #6b7280;
  font-size: 0.95rem;
  font-weight: 500;
  display: block;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}

.custom-file-container:hover .custom-file-container__custom-file__custom-file-control::before {
  color: #2563eb;
}

/* ===== Preview Box ===== */
.custom-file-container__image-preview {
  width: 100%;
  max-height: 150px;
  border-radius: 12px;
  margin-top: 1rem;
  background-color: #f3f4f6;
  background-size: cover;
  background-position: center;
  display: none;
}

/* ===== File Name ===== */
.custom-file-container__file-name {
  margin-top: 0.75rem;
  font-size: 0.9rem;
  color: #374151;
  font-weight: 500;
  text-align: center;
  word-break: break-all;
}

/* ===== File Selected State ===== */
.custom-file-container.file-selected {
  border-color: #10b981;
  background: #ecfdf5;
}

.custom-file-container.file-selected .custom-file-container__custom-file__custom-file-control::before {
  content: "File selected successfully ✓";
  color: #059669;
}

/* ===== Fade In Animation ===== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.custom-file-container__file-name,
.custom-file-container__image-preview {
  animation: fadeInUp 0.3s ease forwards;
}


/* ===== Iframe Container ===== */
#iframeContent {
  
  border: 2px solid #1e40af;
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 0 10px rgba(37, 99, 235, 0.2);
  transition: box-shadow 0.4s ease, border-color 0.4s ease, background-color 0.4s ease;
  overflow: hidden;
}

/* Neon border effect — animated light traveling around */
#iframeContent::before {
  content: "";
  
  inset: 0;
  border-radius: 12px;
  padding: 2px;
  background: linear-gradient(
    90deg,
    #2563eb,
    #60a5fa,
    #2563eb,
    #1e3a8a
  );
  background-size: 300% 300%;
  z-index: 0;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
}

#iframeContent:hover::before {
  opacity: 1;
  animation: neonTravel 2s linear infinite;
}

/* Neon glow on hover */
#iframeContent:hover {
  box-shadow: 0 0 20px rgba(37, 99, 235, 0.6),
              0 0 40px rgba(37, 99, 235, 0.4),
              0 0 60px rgba(37, 99, 235, 0.2);
}

/* Animation: traveling neon border */
@keyframes neonTravel {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* ===== Iframe Styling ===== */
#iframeContent iframe {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 480px;
  border: none;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease;
}

#iframeContent iframe:hover {
  box-shadow: inset 0 0 12px rgba(37, 99, 235, 0.4);
}

/* ===== Responsive Height ===== */
@media (max-width: 768px) {
  #iframeContent iframe {
    height: 380px;
  }
}

@media (max-width: 480px) {
  #iframeContent iframe {
    height: 300px;
  }
}
#loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    overflow-y: hidden;
}

.loading-overlay .spinner-border {
    width: 2rem;
    height: 2rem;
    border-width: 0.2em;
}

.loading-overlay .loading-text {
    margin-left: 8px;
    font-size: 14px;
    color: #2c3e50;
}
#myDataTable_filter
{
    display: none !important;
}

.bg-black
{
    background-color: #423F3F !important;
    color: white;
}

:root {
    --primary: #FD8B23;       /* Primary color (button/base) orange */
    --secondary: #423F3F;     /* Secondary color (hover) grey */ 
    --text-color: #ffffff;     /* Text color */
}

.custom-btn {
    background-color: var(--primary);
    color: var(--text-color);          
    border: none;
    transition: background-color 0.3s, color 0.3s, transform 0.2s;
    /*padding: 0.75rem 1.5rem;*/
    font-weight: 600;
    border-radius: 0.5rem;
    cursor: pointer;
}

.custom-btn:hover,
.custom-btn:focus,
.custom-btn:focus-visible,
.custom-btn:active {
    background-color: var(--secondary);
    color: var(--text-color);
}

.form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.2rem rgba(253, 139, 35, 0.25);
}

.orange-border {
    border-color: var(--primary) !important;
}

.orange-bg {
    background-color: var(--primary) !important;
}
/* Card as clickable button */
.clickable-card {
    background-color: #ffffff;          /* white fill */
    color: var(--secondary);            /* grey text using --secondary */
    border-radius: 0.5rem;
    transition: background-color 0.3s, transform 0.2s, box-shadow 0.3s, border-color 0.3s;
    border: 1px solid var(--secondary); /* grey outline using --secondary */
    /* cursor removed from here */
}

/* Hover effects only for cards with hover-enabled */
.clickable-card.hover-enabled {
    cursor: pointer;                     /* cursor pointer only for hover-enabled cards */
}

.clickable-card.hover-enabled:hover {
    transform: translateY(-2px);       
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    border-color: var(--primary);       /* primary color on hover */
}

/* Icon color changes only on hover-enabled cards */
.clickable-card.hover-enabled:hover i {
    color: var(--primary);               /* primary color on hover */
}

/* Inner icon container */
.clickable-card .thumb-md {
    border: 2px dashed var(--secondary); /* grey dashed border */
    background-color: #ffffff;           /* white background */
    transition: background-color 0.3s, border-color 0.3s;
}

/* Default icon color */
.clickable-card i {
    color: var(--secondary);             /* grey icon */
    transition: color 0.3s;
}


.thumb-md {
    display: none !important;

}

.color-orange
{
    color:  var(--primary) !important;
}
.color-grey
{
    color:  var(--secondary) !important;
    font-weight: bold !important;
}

/* Base card header: keep items in a row by default */
.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap; /* no wrap on desktop */
    gap: 0.5rem;
}

.card-header h5 {
    margin: 0;
    font-size: 1.1rem;
}


@media (max-width: 768px) {
    .card-header {
        flex-wrap: wrap; 
    }

    .card-header h5 {
        flex-basis: 100%; 
        margin-bottom: 0.5rem; 
    }

    
    .card-header > *:not(h5) {
        flex-basis: 100%;
        display: flex;
        justify-content: flex-start; 
        gap: 0.5rem;
    }
}
@media (max-width: 768px) {
    table.dataTable thead th,
    table.dataTable thead tr.filters th {
        min-width: 150px ;
    }
}
 table.dataTable thead th,
    table.dataTable thead tr.filters th {
        min-width: 100px ;
    }

    #myDataTable12_length
    {
        margin-top: 10px !important;
    }

    .btn-whatsapp {
    background-color: #25D366; /* WhatsApp green */
    color: #fff;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 5px; /* spacing between icon and text */
}

.btn-whatsapp:hover {
    background-color: #1ebe5d; /* slightly darker on hover */
    color: #fff;
}

.btn-whatsapp i {
    font-size: 14px;
}
.row-checkbox {
    width: 22px;
    height: 22px;
    cursor: pointer;
    accent-color: #0d6efd; /* optional: matches bootstrap primary color */
}
