.branchLogo {
    width: 210px;
    height: auto;
    box-shadow: 0px 8px 12px 2px #ddd, 0px 0px 0px 0px rgb(107 74 255 / 20%);
    border-radius: 50%;
    display: block;
}


/* Input and textarea readonly style */
input[readonly],
textarea[readonly] {
  background-color: #e8f0fe !important;
  cursor: not-allowed;
}

textarea {
    height: 120px!important;
    resize: none;
}


/* Select readonly (if handled with disabled or custom readonly attr) */
select[readonly],
select:disabled {
  background-color: #e8f0fe !important;
  cursor: not-allowed;
}

/* Left Side Menu Shortcut CSS*/
    #mySidenav i {
    float: left;
    padding: 3px 12px 0 0;
    font-size: 15px;
    color: #007bff;
    }

    .mySidenav li:nth-child(1) {
    top: 60%;
    }

    .mySidenav li:nth-child(2) {
    top: 70%;
    }

    .mySidenav li:nth-child(3) {
    top: 80%;
    }

    .mySidenav li:nth-child(4) {
    top: 90%;
    }

    .mySidenav li {
    cursor: grab;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    background-color: #fff;
    right: -135px;
    transition: 0.3s;
    padding: 8px;
    width: 170px;
    text-decoration: none;
    font-size: 14px;
    color: #007bff;
    border-radius: 5px;
    border-bottom: 3px solid #007bff;
    border-left: 1px solid #007bff;
    border-top: 1px solid #007bff;
    position: fixed;
    /* z-index: 9999; */
    z-index: 1200;
    }

    #mySidenav li:hover {
    right: 0;
    }

/* Left Side Menu Shortcut CSS*/


/* Datatable CSS Start*/
.dataTables_filter{
  margin-bottom: 1.5rem !important;
}
/* Datatable CSS End*/


/* ALL tooltip_contact STYLES */
[tooltip_contact] {
  position: relative; 
  }

  [tooltip_contact]::before,
  [tooltip_contact]::after {
  text-transform: none;
  font-size: 1.2em;
  line-height: 1.2;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
  }
  [tooltip_contact]::before {
  content: "";
  border: 5px solid transparent;
  z-index: 1001;
  }
  [tooltip_contact]::after {
  content: attr(tooltip_contact);
  font-family: Helvetica, sans-serif;
  text-align: center;
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #605dff;
  color: #fff;
  z-index: 1000;
  }

  [tooltip_contact]:hover::before,
  [tooltip_contact]:hover::after {
  display: block;
  }

  /* don't show empty tooltips */
  [tooltip_contact='']::before,
  [tooltip_contact='']::after {
  display: none !important;
  }

  /* tooltip_contact: UP */
  [tooltip_contact]:not([flow])::before,
  [tooltip_contact][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
  }
  [tooltip_contact]:not([flow])::after,
  [tooltip_contact][flow^="up"]::after {
  bottom: calc(100% + 5px);
  }
  [tooltip_contact]:not([flow])::before,
  [tooltip_contact]:not([flow])::after,
  [tooltip_contact][flow^="up"]::before,
  [tooltip_contact][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -.5em);
  }

  /* KEYFRAMES */
  @keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
    }

    @keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%);
    }
    }

    [tooltip_contact]:not([flow]):hover::before,
    [tooltip_contact]:not([flow]):hover::after,
    [tooltip_contact][flow^="up"]:hover::before,
    [tooltip_contact][flow^="up"]:hover::after{
    animation: tooltips-vert 300ms ease-out forwards;
    }
/* // END ALL tooltip_contact STYLES */ 

/******Custome Switch*****/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 28px;
  font-family: sans-serif;
}
.switch input { display: none; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #ccc;
  border-radius: 30px;
  transition: 0.3s;
  text-align: center;
  color: white;
  font-size: 12px;
  line-height: 28px;
}
.slider:before {
  content: "";
  position: absolute;
  height: 22px; width: 22px;
  left: 3px; bottom: 3px;
  background-color: white;
  border-radius: 50%;
  transition: 0.3s;
}
.on, .off {
  position: relative;
  width: 100%;
  transition: 0.3s;
}
.on { opacity: 0; }
.off { opacity: 1; }

input:checked + .slider {
  background-color: #605dff;
}
input:checked + .slider:before {
  transform: translateX(32px);
}
input:checked + .slider .on {
  opacity: 1;
}
input:checked + .slider .off {
  opacity: 0;
}


.followUpHistory .nav-item{
    width: unset!important;
    height:unset!important;
    border-radius: unset!important;
    box-shadow: unset!important;
}
.followUpHistory .nav-item li:nth-child(n+1) {
  margin-left: 10px;
}

.followUpHistory .nav-tabs .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
  color: #555;
  font-weight: 500;
}

.followUpHistory .nav-tabs .nav-link.active {
  color: #605DFF; /* text color */
  border-bottom: 3px solid #605DFF; /* underline color */
  background-color: transparent; /* remove Bootstrap’s default bg */
}
.followUpHistory .nav-tabs .nav-link:hover {
  border-bottom: 3px solid #c8c6ff;
  color: #605DFF;
}


.circle_close_btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;           /* Makes it circular */
    background-color: red;         /* Red background */
    border: none;                  /* Remove default border */
    color: white;                  /* X color */
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
    position: relative;
  }

  /* Add X using ::before and ::after pseudo-elements */
  .circle_close_btn::before,
  .circle_close_btn::after {
    content: '';
    position: absolute;
    top: 8px;
    left: 16px;
    width: 2px;
    height: 18px;
    background-color: white;
  }

  .circle_close_btn::before {
    transform: rotate(45deg);
  }

  .circle_close_btn::after {
    transform: rotate(-45deg);
  }

  .circle_close_btn:hover {
    background-color: darkred; /* Optional hover effect */
  }

  #cpEnquiryModal{
    z-index:1000000;
  }

  .high-zindex-toast {
    z-index: 100000 !important;
}

.swal2-container {
    z-index: 100000 !important;
}

.contact_call_btn:hover i{
  color:#fff!important;
}

.form-error-message{
  color:red;
  font-weight: 600;
  text-transform: uppercase;
  margin-top:10px;
}

#filterModal .form-select option{
  text-transform: uppercase;
}

#universal_search_btn{
  outline: none;
  border: none;
}

#universal_search_list {
    position: absolute;
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
    z-index: 9999;
    display: none;
}
.search-item {
    padding: 8px 12px;
    cursor: pointer;
}
.search-item:hover {
    background: #f1f1f1;
}
.no-record {
    padding: 10px;
    text-align: center;
    color: #888;
    background: #fafafa;
}

.menu-vertical .menu-sub .menu-item .menu-link.active {
    background-color: #ECF0FF;
    color: #605DFF!important;
}


.menu-vertical .menu-item .menu-link .menu-icon {
    margin-right: 5px;
    font-size: 22px;
    color: #64748b !important;
}

.layout-menu {
    padding-top: 18px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 60px;
    width: 100%;
    height: 100%;
}

.clear-search-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #888;
    cursor: pointer;
    display: none;
}

.clear-search-icon:hover {
    color: #000;
}


.fw-600{
  font-weight: 600;
}

.fw-900{
  font-weight: 900;
}