* {
  font-size: 0.85rem !important;
}
.status_bar {
  margin-top: 70px !important;
  font-size: 14px;
  background-color: rgb(52, 52, 52);
  color: #ffff;
}

.no_live_call_text {
  color: #ff4e00;
}

.status_section_light {
  background-color: #343a40 !important;
  color: #ffff;
  font-size: 12px;
  margin-top: -1px !important;
}

.buttons_sections .btn {
  background-color: #ec672e;
  /* background-color: #FF1B1B; */
  border: none;
  color: white;
  font-size: 12px;
  cursor: pointer;
  font-weight: 500;
  height: 40px;
  margin-top: 3px;
  /* white-space: pre; */
}

.buttons_sections .btn i {
  font-size: 14px;
}

.buttons_sections .btn-outline-primary {
  border: 1px solid #ec672e;
  background-color: #fff;
  color: #ec672e;
}

.header_links p {
  font-size: 16px;
  text-align: end;
}

.color_white {
  color: #fff;
}

.tab_section {
  margin-bottom: 40px;
}

.profile {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: url(../images/user_profile.png);
  background-position: center;
  background-size: cover;
}

/* Darker background on mouse-over */
.buttons_sections .btn:hover {
  /* background-color: #ff4e00; */
  background-color: #ff1b1b;
  color: white;
}

button:disabled {
  cursor: not-allowed !important;
}

.form-group {
  margin-bottom: 3px;
  font-size: 0.65rem;
  font-weight: 600;
}

.form-control {
  height: 30px !important;
  margin-bottom: 8px;
}

.tab_section .nav-tabs .nav-link {
  color: rgb(66, 66, 66);
}

.tab_section .nav-tabs .nav-link.active {
  color: #ec672e;
}

.small_label {
  font-size: 14px;
}

.cursor_pointer {
  cursor: pointer;
}

.dialer_section {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
}

.dialer_section button {
  border: none;
  width: 140px;
  height: 48px;
  border-radius: 50px;
  background-color: #4c49ee;
  color: #fff;
}

.dialer_section button i {
  font-size: 20px;
}

.background_light_dialer {
  background: #535a62;
  border-radius: 4px;
}

.background_dark_dialer {
  background: #343a40;
  border-radius: 4px;
}

.dialer_section .register_btn {
  font-size: 12px;
  color: #fff;
  background: #535a62;
  border: none;
  padding: 6px 0px;
  border-radius: 8px;
}

.footer {
  font-size: 14px;
  background-color: rgb(52, 52, 52);
  color: #ec672e;
  clear: both;
  position: fixed;
  bottom: 0px;
  margin-top: -200px;
  width: 100%;
  left: 0 !important;
}

.tab_section .tab {
  overflow: hidden;
}

.text-align-end {
  text-align: end;
}

/* Style the buttons inside the tab */
.tab_section .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 8px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab_section .tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab_section .tab button.active {
  background-color: rgb(230, 230, 230);
  color: #ec672e;
  border-radius: 4px;
}

.tab_section_2 {
  background-color: rgb(52, 52, 52);
}

.tab_section_2 .tab button {
  background-color: inherit;
  cursor: pointer;
  transition: 0.3s;
  font-size: 14px;
  color: #ec672e;
  border: 1px solid #ec672e !important;
  border-radius: 2px;
}

.tab_section_2 .tab button:hover {
  background-color: #ec672e;
  color: white;
}

.tab_section_2 .tab button.active {
  background-color: #ec672e;
  color: white;
  font-size: 14px;
  cursor: pointer;
  font-weight: 500;
  border: 1px solid #ec672e !important;
  border-radius: 2px;
}

/* Style the tab content */
.tab_section .tabcontent {
  display: none;
  padding: 24px 8px;
  border-top: none;
}

.tab_section .inbound_queue_btn {
  background-color: rgb(214, 50, 35) !important;
  height: 44px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.tab_section .grey_inbound_side_btns {
  background-color: rgba(209, 209, 209, 0.933);
  font-size: 14px;
  border-radius: 4px;
  height: 44px;
  font-weight: 600;
  cursor: pointer;
}

.tab_section .grey_inbound_side_btns .icon_div {
  border-right: 1px solid rgba(86, 86, 86, 0.319);
  font-size: 26px;
}

.dialog_modals {
  font-size: 14px;
  font-weight: 500;
}

.call_back_tables td,
.call_back_tables th {
  font-weight: 500;
  text-align: center;
  font-size: 12px;
}

.font_size_18 {
  font-size: 18px;
}

.font_size_14 {
  font-size: 14px;
}

.icon_exclamation_error {
  font-size: 24px;
  color: #f8dc50;
}

.btn_background_grey {
  background-color: rgba(130, 107, 107, 0.933);
}

.font_size_12 {
  font-size: 14px;
}

.new_button_section {
  background-color: #736969 !important;
  padding: 4px;
}

.new_button_section .active_pause_btn {
  background-color: #e9542f;
  border-radius: 8px;
  height: 90px;
  color: #ffff;
  cursor: pointer;
}

.new_button_section .btn_background_grey {
  background-color: #919191 !important;
  cursor: pointer;
}

.new_button_section .active_pause_btn .icon_div {
  font-size: 40px;
  height: 100%;
  border-right: 1px solid rgba(86, 86, 86, 0.319);
}

.new_button_section .active_pause_btn .text_section .text_big {
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
}

.new_button_section .active_pause_btn .text_section .text_small {
  font-size: 12px;
}

.ended_red_background {
  background-color: rgb(214, 50, 35) !important;
}

.inactive_btn {
  background-color: #919191;
  border-radius: 8px;
  color: #ffff;
  height: 28px;
  cursor: pointer;
}

.inactive_btn_height {
  height: 43px;
}

.inactive_btn_height .text_section .text_big {
  font-size: 17px;
  font-weight: 500;
}

.new_button_section .inactive_btn_height .icon_div {
  font-size: 28px !important;
  height: 100%;
  border-right: 1px solid rgba(86, 86, 86, 0.319);
}

.new_button_section .inactive_btn .icon_div {
  font-size: 18px;
  height: 100%;
  border-right: 1px solid rgba(86, 86, 86, 0.319);
}

/* LOGIN PAGE CSS */

.home_background {
  min-height: 100vh;
}

.home_background .opacity_background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #0c2f55 !important;
  z-index: 1;
  opacity: 0.4;
}

.home_background .background_image {
  background-image: url(../images/login_backgriund.jpg);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background-image 300ms ease-in 200ms;
}

.home_background .login_box_background {
  position: relative;
  z-index: 2;
  min-height: 100vh !important;
}

.home_background .login_black_bk {
  background-color: #111418 !important;
  min-height: 450px;
  width: 100%;
  z-index: 1;
  opacity: 0.9;
}

.home_background .login_black_bk img {
  width: 370px;
}

.home_background .login_black_bk label {
  color: #b0c7d1;
  font-size: 14px;
}

.home_background .login_black_bk input {
  font-size: 16px;
  height: 48px;
  border-radius: 4px;
  background-color: #e9e9e9;
  border: 1px solid #506a78;
}

.home_background .login_black_bk input::placeholder {
  /* color: rgba(255, 255, 255, 0.483); */
  font-size: 16px;
}

.home_background .login_black_bk button {
  background-color: #ff4e00;
  border-color: #ff4e00;
  width: 100%;
}

.home_background .login_black_bk button:hover {
  background-color: #dc3545;
  border-color: #dc3545;
}

.home_background .login_black_bk .btm_text {
  color: #e6ecee;
  font-size: 14px;
}

.home_background .login_black_bk .top_text {
  color: #e6ecee;
  font-size: 16px;
  letter-spacing: 1px;
}

.home_background .login_black_bk .border_btm {
  border-color: rgba(255, 255, 255, 0.218);
}

.loading_popup {
  display: none;
}

.loading_popup .loading_popup_image {
  background: #f4f5f6;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.loading_popup .loading_popup_image img {
  margin-top: -100px;
}

.loading_popup .wait_text {
  font-size: 20px;
  margin-top: -60px;
  margin-left: 14px;
}

/*Edited Buttons CSS*/
.buttons_sections .lg-buttons {
  height: 60px !important;
}

.lg-buttons-active {
  background-color: #ff1b1b !important;
}

.lg-buttons-inactive {
  background-color: #8d8b8d !important;
}

.buttons_sections .buttons:hover {
  /* background-color: #FF1B1B !important; */
  background-color: #ff1b1b !important;
}
/*Edited Buttons CSS*/

@media (max-width: 768px) {
  .home_background .login_black_bk img {
    width: 250px;
  }

  .status_bar {
    margin-top: 110px !important;
  }

  .buttons_sections .btn,
  .status_bar,
  .tab_section .tab button {
    font-size: 12px;
  }

  .header_links p {
    font-size: 14px;
    text-align: start;
  }

  .tab_section .tab {
    display: flex;
    justify-content: center;
    margin: 12px 0px;
  }

  .tab_section .tabcontent {
    padding: 0px 12px;
  }

  .manual_modal .buttons_sections .btn {
    width: 100%;
  }

  .dialer_section {
    position: fixed;
    bottom: 5px;
    right: 10px;
    z-index: 100;
  }

  .dialer_section button {
    width: 100px;
    height: 38px;
    font-size: 12px;
  }

  .dialer_section button i,
  .tab_section .inbound_queue_btn,
  .grey_inbound_side_btns p {
    font-size: 14px;
  }

  .font_size_12 {
    font-size: 12px;
  }

  .call_back_tables td,
  .call_back_tables th {
    font-size: 10px;
  }

  .text-align-center-md {
    text-align: center;
  }

  .inactive_btn_height .text_section .text_big,
  .new_button_section .active_pause_btn .text_section .text_big {
    font-size: 12px;
  }

  .web_form .inactive_btn {
    height: 24px;
  }

  .web_form .inactive_btn .text_section {
    font-size: 12px;
  }

  .web_form .inactive_btn .icon_div {
    font-size: 14px;
  }

  .new_button_section .active_pause_btn .icon_div,
  .new_button_section,
  .tab_section .grey_inbound_side_btns .icon_div {
    font-size: 20px !important;
  }

  .new_button_section .active_pause_btn {
    height: 80px;
  }

  .inactive_btn_height {
    height: 38px;
  }

  .text-align-end-md {
    text-align: end !important;
  }

  .tab_section {
    margin-bottom: 100px;
  }
}

.green-gradient {
  background-color: #3bb78f;
  background-image: linear-gradient(315deg, #3bb78f 0%, #0bab64 74%);
}