.branch_name_title {
  display: none;
}
.accordion_close_uparrow_btn {
  display: none;  /* Dont visible in desktop screen*/
}
.approved-box {
  display: inline-flex;
  width: 22% !important;
  padding: 0px;
}
.cost-details-box{
  display: inline-flex;
}
.bottom-action-menu {
  align-items: center !important; 
}
.approved_status_label {
  font-size: 16px;
  font-weight: 300;
  white-space: nowrap;
 
  color: #354052;
}
.approved_status_icon {
  margin-right: 8px;
}
.approved_status_value {
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  margin-right: 8px;
  color: #354052;
}

.cost_label {
  font-size: 16px;
  font-weight: 300;
  white-space: nowrap;
  color: #354052;
}

.cost_value {
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  margin-right: 8px;
  color: #354052;
}

.cost_unit{
  font-size: 16px;
  font-weight: 300;
  margin-right: 8px;
  white-space: nowrap;
  color: #354052;
}

.date-update-label {
  font-size: 16px;
  font-weight: 300;
  white-space: nowrap;
  color: #354052;
}

.date-update-value {
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  margin-right: 8px;
  color: #354052;
}
.date-update-box {
  display: inline-flex;
}

#call .step.step-3 form #select-service, #call .step.step-3 form input, #call .step.step-3 form textarea {
  color: #4D4F88 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
}
.hidden {
  display: none !important;
}

/* #calls-list .calls-list-body-row.info .info-bottom>div, #calls-list .calls-list-body-row.info .info-top>div:nth-child(2) {
  width: 22% !important;
}
#calls-list .calls-list-body-row.info .info-bottom>div, #calls-list .calls-list-body-row.info .info-top>div:first-child {
  width: 20% !important;
} */

#calls-list .calls-list-body-row.info .info-bottom>div, #calls-list .calls-list-body-row.info .info-top>div:first-child {
  width: 21% !important;
}

#calls-list .calls-list-body-row.info .info-bottom>div, #calls-list .calls-list-body-row.info .info-top>div:nth-child(2) {
  width: 24% !important;
}
#calls-list .calls-list-body-row.info .info-bottom>div, #calls-list .calls-list-body-row.info .info-top>div:nth-child(3) {
  width: 27% !important;
}

#calls-list .calls-list-body-row.info .info-bottom>div, #calls-list .calls-list-body-row.info .info-top>div:nth-child(4) .legend {
  width: 54% !important;
}

@media only screen and (max-width : 991px){
  #calls-list .calls-list-body-row.info .info-bottom>div, #calls-list .calls-list-body-row.info .info-top>div:first-child {
  width: 100% !important;
}

#calls-list .calls-list-body-row.info .info-bottom>div, #calls-list .calls-list-body-row.info .info-top>div:nth-child(2) {
  width: 100% !important;
}
#calls-list .calls-list-body-row.info .info-bottom>div, #calls-list .calls-list-body-row.info .info-top>div:nth-child(3) {
  width: 100% !important;
}

#calls-list .calls-list-body-row.info .info-top>div:nth-child(4) .legend {
  width: 40% !important;
}
}
 
 

@media (max-width: 1024px) {  
  .accordion_close_uparrow_btn {
      display: block; /*Visible in mobile & tablet*/
  }
}

#calls-list .calls-list-body-row .column-user {
  width: 30% !important;
}
.closed-enq .column-branch {
  width: 10% !important;
}
.active-calls-list .column-branch {
  width:15% !important;
}
.view-span {
  float: left;
  margin-left:10px
 }
 
 .view-span img {
 width:16px;
 height:16px;
 }
.personal-area-span {
  position: relative;
  padding-right: 15px;
  margin-right: 15px;   
  cursor: pointer;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0px;
  color: #36386D;
}
.no-hover:hover {
  background-color: transparent !important;
  cursor: default;
}
.profile-name {
  color: #36386D;
}

.personal-area-span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 21px;
  width: 1px;
  background-color: #4D4F8840;
}

.step-2 .logo-container::before,
.step-3 .logo-container::before {
  content: "" !important;
  position: absolute !important;
  left: -25px !important;
  top: 0 !important;
  width: 1px !important; /* Set line width */
  height: 40px !important; /* Adjust height as needed */
  background-color: #ffffff !important; /* Set color of the line */
}
.user-financial-report .date_picker_box .left_arrow {
  left: 25px;
  transform: unset !important;
  -webkit-transform: unset !important;
  -moz-transform: unset !important;
}

.user-financial-report .date_picker_box .right_arrow {
  right: 25px;
  transform: unset !important;
  -webkit-transform: unset !important;
  -moz-transform: unset !important;
}

.top_header_section {
  height: auto;
}
.mobile_menu_btn {
  border-radius: 20px;
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 5px 5px 20px rgba(75, 115, 235, 0.15);
  display: none;
}

.mobile_menu_close_btn {
  border-radius: 20px;
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 5px 5px 20px rgba(75, 115, 235, 0.15);
  display: none;
}
.mobile_menu_btn.active,
.mobile_menu_close_btn.active {
  display: flex;
}
.back_arrow {
  border-radius: 20px;
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(75, 115, 235, 0.15);
  display: none;
  cursor: pointer;
}
.mob_menu_wrapper {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top_menu_container {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.top_menu_wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: 0 20px;
}

.top_left_menu > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.top_left_menu > ul > li {
  padding: 0 25px;
  font-size: 18px;
  color: #4b73eb;
}

.top_left_menu > ul > li > b {
  font-size: 18px !important;
}
.top_left_menu > ul > li > a {
  font-size: 18px !important;
}

/* .top_left_menu > ul > li:first-child {
  border-left: 1px solid #36386d;
  padding-right: 0;
  color: #4b73eb;
} */

.top_left_menu > ul > li:first-child {
  padding-right: 0;
  color: #4b73eb;
  position: relative; /* Required for absolute positioning */
}

.top_left_menu > ul > li:first-child::before {
  content: "";
  position: absolute;
  left: 0; /* Align with the left border */
  top: 50%;
  transform: translateY(-50%);
  height: 15px;
  width: 1px;
  border-left: 1px solid #36386d;
  background-color: #36386d;
}

.top_right_menu > ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_right_menu > u > li {
  padding: 0 25px;
  font-size: 15px;
}

.top_right_menu > ul > li:first-child {
  padding: 0;
  margin: 0 0 0 25px;
}
.top_right_menu > ul > li:last-child {
  padding-left: 0;
}
.monthly_btn {
  border-radius: 25px !important;
  padding: 6px 20px !important;
  background: #36386d;
  color: #fff;
  font-weight: 500 !important;
  box-shadow: 5px 8px 20px rgba(54, 56, 109, 0.25);
}
.monthly_btn:hover {
  color: #fff;
  background: #282a56;
}
.profile_dropdown_box {
  position: absolute;
  background: #fff;
  padding: 12px;
  border-radius: 20px;
  box-shadow: 5px 8px 20px rgba(54, 56, 109, 0.25);
  left: 0;
  display: flex;
  flex-direction: column;
  min-width: 175px;
  width: 100%;
  top: 38px;
  display: none;
  z-index: 999;
}
.profile_dropdown_btn {
  cursor: pointer;
}
.profile_close {
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
}
.profile_dropdown_box > ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.profile_dropdown_box > ul > li {
  border-bottom: 1px solid #e2ecf3;
  color: #4d4f88;
  padding: 10px 10px;
  font-size: 15px;
}
.profile_dropdown_box > ul > li .user {
  font-size: 18px;
}
.profile_dropdown_box > ul > li:last-child {
  border-bottom: none;
}

.profile_dropdown_box > ul > li a {
  color: #4d4f88;
  margin-right: 10px;
}

.mobile_menu_box {
  position: absolute;
  background: #36386d;
  width: 100%;
  left: 0;
  top: 49px;
  border-radius: 0 0 20px 0;
  padding: 16px;
  display: none;
  z-index: 999;
}

.mobile_menu_box ul li {
  padding: 12px 0px 12px ;
  /* border-bottom: 1px solid #2CCCBA; */
}
.mobile_menu_box ul li:first-child {
  border-bottom: 1px solid  rgba(75, 115, 235, 0.35);
}

.mobile_menu_box ul li.active {
  border-bottom: 1px solid #2CCCBA !important;
}

.mobile_menu_box ul li:last-child {
  border: none;
}
 

.mobile_menu_box ul li:nth-child(3) {
  border: none;
}
.mobile_menu_box ul li:nth-child(4) {
  border: none;
}

.mobile_menu_box ul li a {
  color: #fff;
  font-size: 16px;
}

.mobile_menu_box .m-icon {
  margin-left: 6px;
}

.mobile_menu_box ul li a:hover,
.mobile_menu_box ul li a:focus,
.mobile_menu_box ul li a.active {
  color: #2cccba;
}

.date_picker_purple_container {
  padding: 24px 50px 24px 24px;
}
.inner-page-title-bottom {
  background: rgba(236, 245, 252, 0.5);
}
#call .step-2 p#step_2_title{
  margin-right: 45px;
}

#call .step-3 p#step_3_title {
  margin-right: 45px;
  margin-bottom: 0px; 
}
.step_title_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.image_circle_wrapper {
  display: flex;
  justify-content: center;
}
.row.image_circle_wrapper .col-xs-12 {
  width: 100%;
  max-width: 200px;
}
.row.image_circle_wrapper .col-xs-12:first-child {
  padding: 0;
}
.row.image_circle_wrapper .col-xs-12:last-child {
  padding: 0;
}
.immediacy.rather-urgent {
  margin: 0 60px;
  padding: 0;
}

#call .step-3 form input[type="file"] {
  font-size: 18px !important;
  padding-right: 50px !important;
  color: #636b6f !important;
  line-height: 44px !important;
}
#call .step.step-3 form input::-webkit-input-placeholder {
  font-size: 18px !important;
  color: #4d4f88 !important;
}
#call .step.step-3 form textarea::-webkit-input-placeholder {
  font-size: 18px !important;
  color: #4d4f88 !important;
}
#call .step.step-3 form textarea {
  resize: none !important;
}
#call .step-3 form #select-service p {
  font-size: 18px !important;
  margin: 0 !important;
  line-height: 2.5 !important;
  font-weight: 400 !important;
  color: #4d4f88 !important;
}
#call .step.step-3 form #select-service ul {
  display: none;
  position: absolute !important;
  width: 100% !important;
  top: 100% !important;
  left: 0 !important;
  z-index: 1 !important;
  padding: 0 30px 0 15px !important;
  background: #ecf5fc !important;
  min-height: 250px !important;
  overflow: auto !important;
  height: 100% !important;
  border-radius: 10px !important;
  box-shadow: 5px 8px 20px rgba(54, 56, 109, 0.25) !important;
}

#call .step.step-3 form #select-service ul li {
  width: 100%;
  height: 36px;
  display: block;
  clear: both;
  position: relative;
  font-size: 16px;
  line-height: 32px;
  cursor: pointer;
  border-bottom: 1px solid #fff;
}
#call .step.step-3 form #select-service ul li span.name,
#call .step.step-3 form #select-service ul li span.price {
  background: #ecf5fc !important;
  font-size: 18px !important;
}
#call .step.step-3 form #select-service ul li span.line {
  display: none;
}
#calls-list {
  padding: 0px 0 100px !important;
}

.dashboard-calllist .calls-list-selector-op a {
  color: #354052;
}

#calls-list .row.user-info {
  margin: 24px 36px 0px !important;
  padding: 16px 15px !important;
  background: rgba(44, 204, 186, 0.15) !important;
  border-radius: 10px !important;
  color: #4d4f88;
  font-size: 16px !important;
  border: none !important;
}

#calls-list .row.user-info > .col-xs-12 {
  font-size: 16px;
}

.dashboard-calllist .call-list-top-sector .active {
  background: #e2ecf3 !important;
  font-weight: 700;
}
.dashboard-calllist .call-list-top-sector .active a {
  background: #e2ecf3 !important;
  color: #586de4;
  border-bottom: 2px solid #586de4 !important;
  padding-bottom: 19px !important;
}
.call_wrapper_box {
  padding: 16px 16px 0px 16px;
  background: rgba(236, 245, 252, 0.5);
  float: left;
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.accordination-item-body .calls-list-body-row:last-child {
  margin-bottom: 16px;
}
.partition_line {
  width: calc(100% - 72px);
  height: 1px;
  background: rgba(77, 79, 136, 0.25);
  margin: 24px auto;
}
#calls-list .container {
  background: #fff !important;
}
.call-list-top-sector {
  background: #e2ecf3 !important;
  height: 50px !important;
  padding: 22px 30px !important;
  border-radius: 20px 20px 0 0 !important;
  min-height: 72px !important;
}
#calls-list .calls-list-header-row {
  padding-top: 0;
  margin: 0 0 10px 0;
}
#calls-list .row.user-name .user-name-edit .fa {
  color: #fff !important;
}
.calls-list-header-row .form-control {
  background-color: #e2ecf3 !important;
  border: none !important;
}

#wrapper {
  padding-top: 60px !important;
}
.mobile_title {
  margin: 0 0 0 12px;
  display: none;
}
.pos_rel {
  position: relative;
}
.no_padding {
  padding: 0 !important;
}
.p-0 {
  padding: 0 !important;
}

#calls-list .calls-list-body-row > div * {
  line-height: 65px;
  margin: 0;
  /* color: #354052 !important; */
  font-size: 16px !important;
}

.d-flex {
  display: flex !important;
}

.row.user-name {
  width: 100% !important;
  margin: auto !important;
}

.row.list {
  padding: 0 36px !important;
}
#calls-list .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#calls-list .calls-list-body-row .column-branch {
  color: #2CCCBA !important;
  line-height: normal;
  width:15%;
}
#calls-list .calls-list-body-row .column-content {
  width: 100% !important;
  padding: 0 10px;
}
.calls-list-body-row.show .column-edit i.fa {
  color: #fff !important;
}
.calls-list-body-row.show .column-attachment svg {
  /* filter: invert(1); */
  filter: brightness(0) saturate(100%) invert(99%) sepia(99%) saturate(0%)
    hue-rotate(323deg) brightness(108%) contrast(100%);
}

/* rahul style starts here */
#call .step-3 form input[type="file"] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 40px;
  cursor: pointer;
}

/* Custom File Input Label */
.custom-file-label {
  display: flex;
  align-items: center;
  justify-content: flex-start; /* Align elements to the right */
  width: 100%;
  height: 44px; /* Updated height */
  position: relative;
  margin-bottom: 10px;
  padding-right: 17px;
  line-height: 3;
  background: #ecf5fc; /* Background color */
  border-radius: 10px; /* Rounded corners */
  border: 0; /* Remove border */
  cursor: pointer;
  text-align: right; /* Ensure text aligns to the right */
}

.custom-file-label span {
  font-size: 18px;
  color: #4d4f88;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  margin-right: 9px;
}

/* Icon Styling (Right Side) */
.custom-file-label .file-icon {
  width: 28px; /* Circle size */
  height: 24px; /* Circle size */
  background-color: white; /* White circular background */
  border-radius: 50%; /* Makes it a perfect circle */
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional shadow for better look */
  background-image: url("../img/icon-v2/attach-icon.svg"); /* Updated SVG path */
  background-size: 8.6px 16px; /* Set exact width & height */
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0; /* Prevents shrinking */
}

#call .step.step-3 form #select-service ul li {
  color: #4d4f88;
}

.calls-list-body-row.accordination-item-parent.show .column-created span {
  color: #fff;
}

.user-info .name-field {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #4d4f88;
}

#calls-list .calls-list-selector-op {
  width: auto;
  margin-left: 20px;
  /* font-size: 20px !important;
    font-weight: 400;
    color: #354052; */
}

/* rahul style ends here */
.up_arrow_close_accordion {
  display: none;
}
.mobile-status-content {
  display: inline-flex !important;
  align-items: center;
  width: 30%;
}
.closed-enq .mobile-status-content {
  width: 25%;
}
.accordination-item-parent.show .column-edit img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(99%) saturate(0%)
    hue-rotate(323deg) brightness(108%) contrast(100%);
}
#calls-list .calls-list-header-row p {
  flex: 1;
}
#calls-list .calls-list-header-row a {
  display: flex !important;
  align-items: center !important;
}

.form-icon-input {
  position: relative;
  padding: 10px 5px;
}

.icon_float_input {
  position: absolute;
  left: 12px;
  top: 22px;
}

.form-icon-input .form-control {
  padding: 6px 12px 6px 25px;
  display: flex;
}

.form-control.custom_dropdown {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #e2ecf3 !important;
  border: none;
  /* width: 200px; */
  /* cursor: pointer; */
  background-image: url("../img/icon-v2/down-arrow.svg");
  background-repeat: no-repeat;
  background-position: left 10px center !important;
  background-size: 11px;
}
/* Hide the default arrow in IE */
.form-control.custom_dropdown::-ms-expand {
  display: none;
}

.accordination-item-parent {
  margin-bottom: 10px;
}

.accordination-item-parent.show {
  margin-bottom: 0px;
}
.calendar_input::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

/* For Firefox */
.calendar_input[type="date"] {
  appearance: none;
  -moz-appearance: textfield;
}
.calendar_input[type="text"] {
  appearance: none;
  -moz-appearance: textfield;
}

.enq-status1 {
  font-size: 15px !important;
  font-weight: 300;
  letter-spacing: 0px;
  background-color: #ecf5fc;
  height: 35px;
  align-content: center;
  padding-right: 12px;
}

.profile_dropdown_box .list-unstyled li:hover {
  background-color: #ecf5fc;
  align-content: center;
}

.green-logout {
  padding-right: 12px;
  cursor: pointer;
}
.closed-enq .mobile-status-content {
  display: inline-flex !important;
  align-items: center;
  width: 25%;
}

.accordination-item-parent {
  color: #4d4f88 !important;
  box-shadow: 5px 8px 20px rgba(54, 56, 109, 0.25);
}
.accordination-item-parent.show {
  color: #fff !important;
}
.accordination-item-info {
  color: #354052 !important;
}
#calls-list .calls-list-selector-cl a,
#calls-list .calls-list-selector-op a {
  font-size: 20px !important;
}
.accordination-item-info .yellow-btn,
.accordination-item-info .blue-border-btn {
  font-size: 16px !important;
}
.info-bottom-row.top textarea {
  font-size: 16px !important;
  color: #354052 !important;
  height: 40px !important;
}
.info-bottom-row.top textarea::-webkit-input-placeholder {
  font-size: 16px !important;
  color: #354052 !important;
}
.fileNameSelected,
.info-bottom-row .left label,
.info-bottom-row label {
  font-size: 16px !important;
}
.uploadImage svg {
  filter: invert(44%) sepia(39%) saturate(1130%) hue-rotate(196deg)
    brightness(91%) contrast(96%);
}
.colum label {
  font-weight: 300 !important;
}
.info-bottom-row.bottom .small::-webkit-input-placeholder {
  color: #354052 !important;
}
.info-bottom-row.bottom .small {
  width: 100px;
  margin: 0 0 5px !important;
  color: #354052 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}
.info-bottom-large-text::after {
  bottom: -10px !important;
  width: 88.5% !important;
}
.info-bottom-row input,
.info-bottom-row select {
  background-color: var(--light-blue) !important;
}
.info-bottom-row .img-btn {
  background-color: #e2ecf3 !important;
}
.accordination-item-info .yellow-btn,
.accordination-item-info .blue-border-btn {
  width: 116px !important;
  height: 43px !important;
  font-size: 16px !important;
}

.dashboard-calllist .mobile-field-box {
  display: flex !important;
}

@media only screen and (max-width: 1025px) {
  .closed-enq .mobile-status-content {
    width: 26%;
  }

  .mobile-status-content {
    width: 44%;
  }

  .mobile-status-content .column-content p {
    line-height: 18px !important;
  }
}

@media only screen and (max-width: 991px) {
  .branch_name_title {
    color:rgba(44, 204, 186, 1);
    font-size:16px !important;
    font-weight:700;
    display: inline-block;
  }

  .from_date_datepicker {
    padding: 10px 9px 0px 0px !important;
  }
  .to_date_datepicker {
    padding: 10px 9px 0px 0px !important;
  }
  .accordian-body .no_padding {
    padding: 0 !important;
  }
  .accord_inner_table_area .col-xs-12 {
    padding: 0 !important;
  }
  .css-divider {
    display: none;
  }
  .dashboard-calllist .mobile-field-box {
    display: block !important;
  }
  .info-bottom-large-text {
    margin: 15px 0 0px !important;
  }

  .up_arrow_close_accordion_cl {
    background: #36386d;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    border-radius: 0 0 20px 20px;
    min-height: 66px;
    left: 0px;
    position: relative;
    bottom: -22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px !important;
  }
  .accordination-item-info .yellow-btn,
  .accordination-item-info .blue-border-btn {
    width: 116px !important;
    height: 43px !important;
  }
  .info-bottom-row.bottom .col-xs-12.colum {
    margin: 0 0 0 !important;
  }
  .fileNameSelected {
    font-weight: 300 !important;
  }
  .info-bottom-row.bottom .small {
    width: 100px;
    margin: 0 0 5px !important;
    color: #354052 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
  }
  .uploadImage svg {
    filter: invert(25%) sepia(9%) saturate(1276%) hue-rotate(179deg)
      brightness(93%) contrast(97%);
    /* filter: invert(20%) sepia(20%) saturate(772%) hue-rotate(178deg)
      brightness(102%) contrast(87%); */
  }
  .accordination-item-info .yellow-btn {
    margin-top: 8px !important;
  }
  .info-bottom-large-text::after {
    /* bottom: -40px !important; */
    width: 88.5% !important;
  }
  .dashboard-calllist .call-list-top-sector .active a {
    padding-bottom: 10px !important;
  }
  #calls-list .calls-list-selector-cl a,
  #calls-list .calls-list-selector-op a {
    font-size: 18px !important;
  }
  /* .dashboard-calllist .call-list-top-sector .active {
      background: #e2ecf3 !important;
      font-weight: 700;
  } */
  .accordination-item-parent {
    padding: 12px !important;
  }
  .accordination-item-info {
    margin-top: -16px !important;
  }

  #calls-list .calls-list-header-row p {
    flex: none;
  }
  .accordination-item-parent .column-attachment {
    display: none !important;
  }
  .accordination-item-parent.show .column-attachment {
    display: none !important;
  }
  .column-edit img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(99%) saturate(0%)
      hue-rotate(323deg) brightness(108%) contrast(100%);
  }
  .accordination-item-parent.show .column-edit {
    display: none !important;
  }
  .accordination-item-parent.show .up_arrow_close_accordion {
    display: flex;
  }
  .up_arrow_close_accordion {
    background: #36386d;
    display: block;
    float: left;
    width: 104%;
    text-align: center;
    border-radius: 0 0 20px 20px;
    min-height: 66px;
    left: -14px;
    position: relative;
    bottom: -22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px !important;
  }

  .accordion_close_uparrow_btn {
    background: #ecf5fc;
    border-radius: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 26px;
  }

  .accordion_close_uparrow_btn img {
    transform: rotate(180deg);
  }

  #calls-list .calls-list-body-row.show .column-branch {
    color: #2cccba !important;
    font-size: 16px;
    padding-bottom: 12px !important;
  }
  .accordination-item-info .info-top {
    width: 100% !important;
    padding: 16px 12px !important;
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .accordination-item-info .info-top .col-sm-3 {
    width: 50% !important;
    color: #354052 !important;
  }
  .accordination-item-info .info-top .col-sm-3:first-child {
    border-bottom: 1px solid rgba(53, 64, 82, 0.15);
    margin-top: 0px !important;
    padding-bottom: 16px;
    margin-bottom: 10px !important;
  }
  .accordination-item-info .info-top .col-sm-3:nth-child(2) {
    border-bottom: 1px solid rgba(53, 64, 82, 0.15);
    margin-bottom: 10px !important;
    padding-bottom: 16px !important;
  }
  .accordination-item-info .info-bottom {
    width: 100% !important;
    padding: 16px 12px !important;
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .accordination-item-info .info-bottom .col-sm-3 {
    width: 50% !important;
    color: #354052 !important;
  }
  .accordination-item-info .info-bottom .col-sm-3:first-child {
    border-bottom: 1px solid rgba(53, 64, 82, 0.15);
    margin-top: 0px !important;
    padding-bottom: 16px;
    margin-bottom: 10px !important;
  }
  .accordination-item-info .info-bottom .col-sm-3:nth-child(2) {
    border-bottom: 1px solid rgba(53, 64, 82, 0.15);
    margin-bottom: 10px !important;
    padding-bottom: 16px !important;
  }
  .hidden {
    display: none !important;
  }
  #calls-list .calls-list-body-row .column-user {
    color: #354052 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
  }
  #calls-list .calls-list-body-row.show .column-user {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
  }
  .mobile-status-content {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 16px 0 !important;
  }

  .mobile-status-content .column-content {
    text-align: right !important;
  }

  #calls-list .calls-list-body-row .column-content {
    padding: 0 12px !important;
  }
  .column-user,
  .column-created,
  .column-closed,
  .column-branch {
    text-align: right !important;
  }
  #calls-list .calls-list-body-row:not(.info) .column-edit,
  #calls-list .calls-list-body-row:not(.info) .column-survey {
    margin-bottom: 5px !important;
    background: #36386d !important;
    float: none !important;
    clear: both !important;
    border-radius: 16px;
    height: 26px;
  }

  #calls-list .calls-list-body-row > div,
  #calls-list .calls-list-body-row > div * {
    line-height: 25px !important;
  }
  .row.list {
    padding: 0 15px !important;
  }
  .partition_line {
    width: calc(100% - 40px);
  }
  #calls-list .inner-wrapper .row.user-info {
    margin: 20px 20px 30px !important;
    padding: 10px 0 !important;
  }
  #calls-list {
    padding: 16px 0 100px !important;
  }
  /* #calls-list .calls-list-body-row.info .info-bottom,
    #calls-list .calls-list-body-row.info .info-top {
      display: flex !important;
    } */

  #call .heading {
    display: flex;
    padding: 0px 0 !important;
    height: 65px !important;
  }
  .finance_white_bg_table_area .table-responsive {
    border: none;
  }
  .top_right_menu {
    display: flex;
    align-items: center;
  }
  .mobile_title {
    margin: 0 0 0 12px;
    display: block;
  }
  #calls-list .calls-list-selector-cl,
  #calls-list .calls-list-selector-op {
    width: auto !important;
    margin-left: 16px !important;
    /* width: 50%; */
    padding: 10px 0;
    text-align: right;
    /* font-size: 20px !important;
      font-weight: 400;
      color: #354052; */
  }

  .calls-list-body > .calls-list-body-row {
    margin: 0 0 16px 0;
  }
  .calls-list-body > .calls-list-body-row:last-child {
    margin: 0 0 0 0;
  }
  .calls-list-header-row > .col-xs-12 {
    text-align: right;
  }
  .row.list > .col-xs-12 {
    padding: 0 !important;
  }
  .call-list-top-sector {
    border-radius: 0 !important;
    padding: 16px 16px 16px 16px !important;
    display: flex;
    height: 56px !important;
    min-height: auto !important;
  }
  .row.list > .col-xs-12 #calls-list {
    padding: 0 16px 16px;
  }
  #calls-list .row.user-name {
    display: flex;
  }
  .step-2 h1,
  .step-3 h1 {
    padding: 0;
  }
  #call .step h1 {
    text-align: center !important;
    color: #fff;
    font-weight: 500 !important;
    margin: 20px 0 !important;
    float: left !important;
    width: 100% !important;
    padding: 0 16px !important;
  }
  #call .step h1.branch-selection-head {
    text-align: center !important;
    color: #fff;
    font-weight: 500 !important;
    margin: 36px 0 !important;
    float: left !important;
    width: 100% !important;
    padding: 0 16px !important;
}
  .step-2,
  .step-3 {
    padding-bottom: 30px;
  }
  .col-xs-12.col-md-6.textarea_field {
    order: 1;
  }
  #call .step-3 form input[type="submit"] {
    width: 100% !important;
    margin: 0 !important;
  }
  .step-2 .row,
  .step-3 .row {
    margin: auto;
    width: 100% !important;
  }
  #wrapper {
    padding-top: 16px !important;
  }
  .immediacy {
    margin-bottom: 0;
  }
  .step-2 .step-title,
  .step-3 .step-title {
    padding: 3px 25px;
    height: 65px;
    padding: 14px 25px !important;
  }
  body .content {
    padding: 16px 0 30px 0 !important;
  }
  .image_circle_wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .row.image_circle_wrapper .col-xs-12:first-child {
    padding: 0;
    margin: 0;
  }
  .immediacy.rather-urgent {
    margin: 30px 0;
    padding: 0;
  }
  #call .inner-wrapper .button-top {
    padding: 25px 16px 20px;
  }
  #call .step.step-1 .row {
    width: 80%;
    margin: 0 auto 0 !important;
  }
  #call .inner-wrapper {
    margin: auto;
    float: none;
    width: 100%;
    padding: 0 16px;
  }
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12,
  .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .detail_table .accordion-toggle:not(.collapsed) {
    border-bottom: 1px solid rgba(75, 115, 235, 0.15) !important;
    height: 56px;
  }
  .finance_white_bg_table_area {
    padding: 16px;
  }
  .accord_inner_table_area .col-xs-12:nth-child(2n + 1)::before {
    display: none;
  }
  .main_tr_click td img {
    min-width: 26px;
  }
  .detail_table {
    height: 56px !important;
  }
  .text-div {
    padding: 5px 0;
  }
  .inner-page-title-bottom {
    padding: 15px 0 0 0;
  }
  .inner-page-title-bottom .top_hyper_link {
    flex-wrap: nowrap;
    overflow: auto;
    justify-content: end;
    align-items: center;
    padding: 12px 16px;
  }
  .top_hyper_link::-webkit-scrollbar {
    display: none;
  }
  .inner-page-title-bottom .top_hyper_link a {
    /* flex: 1; */
    white-space: nowrap;
  }
  .finance_white_bg_table_area .table-responsive > .table {
    margin-bottom: 5px;
  }
  .date_picker_purple_container {
    margin-top: 32px;
    padding: 16px;
  }
  .login-step-one-wrapper {
    height: auto;
  }
  .inner_login_box {
    border-radius: 30px;
    width: 100%;
    margin: 20px 16px;
    height: auto;
    padding: 54px 52px !important;
  }
  h3.logo_text_inner {
    padding-top: 20px;
    margin-top: 5px;
    margin-bottom: 0;
    width: 100%;
    border: none !important;
    position: relative !important;
  }
  h3.logo_text_inner::before {
    content: "";
    height: 1px;
    background: #c4ccdf;
    width: 98px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
  }
  .login-step-one .box {
    margin-bottom: 24px;
  }
  .circle_btn_container {
    margin: 36px 0 0 0;
  }
  .top_left_menu ul,
  .top_right_menu ul {
    display: none;
  }
  .mobile_menu_btn,
  .back_arrow {
    display: flex;
  }
}

/*Profile update*/
@media only screen and (max-width: 991px) {
  .hidden {
    display: none !important;
  }
  
  #calls-list .calls-list-header-row a {
    display: flex !important;
    align-items: center !important;
    width: 100%;
    max-width: 70px;
  }
  .account-form {
    padding: 0 !important;
  }
  .account-form .input-wrapper {
    padding: 10px !important;
  }

  .account-form input#submit {
    width: 100% !important;
  }

  .content.account > .inner-wrapper > .container-fluid {
    margin: auto !important;
  }
  .content.account > .inner-wrapper {
    width: 100% !important;
  }
}

/* Place holder color of dasboard*/

#to_date::placeholder,
#from_date::placeholder {
  color: #4d4f88;
  opacity: 1; /* Ensures full visibility */
}

/* For cross-browser compatibility */
#to_date:-ms-input-placeholder,
#from_date:-ms-input-placeholder {
  /* IE 10+ */
  color: #4d4f88;
}

#to_date::-ms-input-placeholder,
#from_date::-ms-input-placeholder {
  /* Edge */
  color: #4d4f88;
}

#to_date::-webkit-input-placeholder,
#from_date::-webkit-input-placeholder {
  /* Chrome, Safari */
  color: #4d4f88;
}

#to_date::-moz-placeholder,
#from_date::-moz-placeholder {
  /* Firefox */
  color: #4d4f88;
}
.custom_dropdown {
  color: #4d4f88 !important; /* Changes the selected text color */
}
.a_title {
  color: #4d4f88 !important;
}
.a_title:hover {
  color: #4d4f88 !important;
}



@media (max-width: 768px) {
  .immediacy .image-cover {
      width: 137px !important;
      height: 134px !important;
      
      margin: auto;
  }

  .immediacy .image-cover i {
      width: 35px !important;
      height: 35px !important;
      border-radius: 50%;
      color: #fff;
      position: absolute;
      top: -10px !important;
      left: 66px !important;
      font-size: 30px;
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;
  }

  a.urgency_type_js {
      display: flex !important;
      text-align: center !important;
      justify-content: center !important;
  }

  .urgency_type_js p {
      margin-right: 37px !important;
      flex-wrap: nowrap !important;
      width: 100% !important;
      white-space: nowrap !important;
  }

  .urgency_type_js {
      display: flex !important;
      align-items: center !important;
      text-decoration: none !important;
      gap: 10px; /* Adds space between the image and text */
      text-decoration: none; /* Removes underline */
  }

  .urgency_type_js .image-cover {
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      flex-shrink: 0; /* Prevents shrinking */
  }

  .urgency_type_js p {
      margin: 0 !important;
      white-space: nowrap !important;
  }

  .image-cover img {
    width:90px;
  }
}



.status-info .date {
  margin-right: 25px !important;
}
.legend-style {
  margin-right: 25px !important;
  font-weight: 700;
}
.calls-list-body-row .content-of-request {
  margin-right: 25px !important;
}
.time-label {
  margin-right: 0px;
}
.extra-value {
  margin-right: 0px !important;
}

.column-attachment a {
  display: flex;
  align-items: center; /* Vertically center */
  justify-content: center; /* Horizontally center (optional) */
  height: 100%; /* Ensure it fills the parent height */
}
 
.show-message {
  background-color: var(--light-blue);
  padding: 16px 20px 16px 20px;
  margin: 5px 5px 5px 5px;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  
  .extra-value {
    margin-right: 16px !important;
  }
  .content-of-request {
    max-width:50% !important;
            word-wrap: break-word !important; /* Ensures long words break */
        overflow-wrap: break-word !important; /* Ensures wrapping in modern browsers */
        white-space: normal !important; /* Allows text to wrap */
        display: block !important; /* Ensures proper rendering */
    }
  .time-label {
    margin-right: 20px !important;
  }
  #calls-list .calls-list-body-row.info .legend {
      width: 40% !important;
      
  }
  .legend-style {
    font-weight: 700;
    font-size: 15px;
    margin-left: 10px;
    margin-right: 0px !important;
  }

  .status-info .date {
    margin-right: 0px !important;
  }

  .calls-list-body-row .content-of-request {
    margin-right: 0px !important;
  }
  
  .accordination-item-info .mobitem {
    display: inline-flex !important;
    border-bottom: 1px solid #35405226;
    padding: 7px 0px 7px 0px;
  }

  .accordination-item-info .mobitem2 {
    display: flex;
    flex-direction: column;
  }
  .dashboard-calllist .mobitem .legend {
    white-space: nowrap;
    margin-left: 25px !important;
  }

  .date-update-value {
    margin-right:55px
  }
  .cost_value {
      margin-right:55px
  }
  .approved_status_icon{
      margin-right:13px;
  }
}

@media (max-width: 768px) {
  .calls-list-header-row .form-control.custom_dropdown {
    width: 160px;
  }

  .quotation-title {
    margin-right: 15px;
  }

  #calls-list .calls-list-body-row .column-branch {
    padding: 0px 0px !important;
  }
}
#call .step-3 form input[type=submit]{
  color:#fff !important;
}


input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
  -webkit-text-fill-color: #4d4f88;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0px 1000px #ECF5FC inset;
  border: none !important;
}

input:focus-visible, textarea:focus-visible {
  outline: none;
}