/*!
 * Copyright 2020 Jatis Mobile
 * Made by wishnu.hwicaksono
 */

/*===================================== Display 768 ===================================== */
@media (min-width: 768px) {
  .navbar-right {
    float: right !important;
    margin-right: 0 !important;
  }
}

/*===================================== Display 767 ===================================== */
@media (max-width: 767px) {
  .dropdown-menu .pull-right {
    right: 0;
    left: none !important;
  }

  .navbar .navbar-header {
    width: calc(100% + 14px) !important;
  }

  .navbar-bg {
    background-color: #ff9800;
    margin-left: -15px !important;
    margin-bottom: 0px !important;
    margin-top: 1px !important;
  }

  .navbar-nav > li {
    padding-top: 0px !important;
    padding-bottom: 10px !important;
  }

  .navbar-nav > li > a {
    margin-top: 0px !important;
  }

  .navbar-nav > li > a.margin-user {
    margin-bottom: 0px !important;
  }

  .navbar-brand > img {
    height: 80% !important;
  }
}

/*===================================== Top ===================================== */
.navbar-bg {
  padding-top: 1px;
  background-color: #ff9800;
}

.navbar-brand {
  padding: 0px 15px !important;
}

.navbar-brand > img {
  height: 45px;
}

.navbar-nav > li > a.margin-user {
  margin-bottom: 15px;
  margin-left: 15px;
}

.user-name {
  position: relative;
  top: -7px;
}

.user-img {
  margin-top: 17px;
  display: block;
}

.user-img img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  vertical-align: bottom !important;
  border: 1px solid #fdfdfd;
}

.label-count {
  background-color: #1dce6c !important;
}

.theme-orange .navbar {
  background: rgb(253, 253, 253);
  background: linear-gradient(
    90deg,
    rgba(253, 253, 253, 1) 84%,
    rgba(255, 152, 0, 1) 84%
  ) !important;
}

.theme-orange .navbar-brand {
  color: #000 !important;
}

.theme-orange .navbar-brand:hover {
  color: #000 !important;
}

.theme-orange .bars {
  color: #0083ff !important;
}

/*===================================== Content ===================================== */
.breadcrumb-bg-grey-light {
  background-color: #fff !important;
}

.breadcrumb-bg-grey-light .active {
  background-color: transparent !important;
  font-weight: 600;
}

.breadcrumb-bg-grey-light li {
  color: #727272 !important;
}

.breadcrumb-bg-grey-light li a {
  color: #9d9d9d !important;
}

.breadcrumb-bg-grey-light li a .material-icons {
  padding-bottom: 8px;
}

.breadcrumb-bg-grey-light li + li:before {
  color: #9d9d9d;
}

.bg-white-txt {
  background-color: #ffffff;
}

.bg-white .content .text,
.bg-white-txt .content .number {
  color: #555 !important;
}

.nav > li > a.chart {
  position: relative;
  display: block;
  padding: 0px 15px 10px 15px;
}

.noborder {
  border-bottom: 0px !important;
}

.top-bar-breadcrumb {
  margin-top: -8px;
  /* margin-left: -10px; */
  /* margin-right: -15px; */
}

/*===================================== Login ===================================== */
.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-wrap: wrap;
}

.login100-more {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: calc(100% - 420px);
  position: relative;
  z-index: 1;
}

.login100-more::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #e8519e;
  background: -webkit-linear-gradient(#c77ff2, #e8519e);
  background: -o-linear-gradient(#c77ff2, #e8519e);
  background: -moz-linear-gradient(#c77ff2, #e8519e);
  background: linear-gradient(#c77ff2, #e8519e);
  opacity: 0.8;
}

.wrap-login100 {
  width: 420px;
  min-height: 100vh;
  background: #fff;
  border-radius: 2px;
  position: relative;
  z-index: 100;
}

a.active {
  background-color: #dff0d8;
}

.border {
  border: thin solid #ddd;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

table .material-icons {
  font-size: 20px;
}

.btn {
  line-height: 2;
  border-radius: 4px !important;
  border: 0px !important;
}

.form-control {
  border-radius: 0px !important;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: thin solid #ccc !important;
  padding-left: 0;
}

.form-control:focus {
  border-bottom: thin solid #ccc !important;
}

.form-control:active {
  border-bottom: thin solid #ccc !important;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/*CHAT*/
.chat {
  margin-top: auto;
  margin-bottom: auto;
}

#chat-container .card {
  height: 600px;
}
#chat-container .card-footer textarea {
  height: 40px;
}
.contacts_body {
  padding: 0 0 !important;
  overflow-y: auto;
  white-space: nowrap;
  height: 500px;
}

.msg_card_body {
  overflow-y: auto;
  height: 300px;
}

.msg_card_body a {
  color: #fff;
}

.card-header {
  border-radius: 15px 15px 0 0 !important;
  border-bottom: 0 !important;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-footer {
  border-radius: 0 0 15px 15px !important;
}

.container {
  align-content: center;
}

.search {
  border-radius: 15px 0 0 15px !important;
  background-color: rgba(0, 0, 0, 0.3) !important;
  border: 0 !important;
  color: white !important;
}

.search:focus {
  box-shadow: none !important;
  outline: 0px !important;
}

.type_msg {
  background-color: rgba(0, 0, 0, 0.3) !important;
  border: 0 !important;
  color: white !important;
  height: 60px !important;
  overflow-y: auto;
}

.type_msg:focus {
  box-shadow: none !important;
  outline: 0px !important;
}

.attach_btn {
  border-radius: 15px 0 0 15px !important;
  background-color: rgba(0, 0, 0, 0.3) !important;
  border: 0 !important;
  color: white !important;
  cursor: pointer;
}

.send_btn {
  border-radius: 0 15px 15px 0 !important;
  background-color: rgba(0, 0, 0, 0.3) !important;
  border: 0 !important;
  color: white !important;
  cursor: pointer;
}

.search_btn {
  border-radius: 0 15px 15px 0 !important;
  background-color: rgba(0, 0, 0, 0.3) !important;
  border: 0 !important;
  color: white !important;
  cursor: pointer;
}

.contacts {
  list-style: none;
  padding: 0;
}

.contacts li {
  width: 100% !important;
  padding: 5px 10px;
  margin-bottom: 15px !important;
  position: relative;
}

.active {
  /* background-color: #dff0d8; */
  background-color: rgba(0, 0, 0, 0.04);
}

.user_img {
  height: 60px;
  width: 60px;
  border: 1.5px solid #f5f6fa;
}

.user_img_msg {
  height: 40px;
  width: 40px;
  border: 1.5px solid #f5f6fa;
}

.img_cont {
  position: relative;
  height: 60px;
  width: 60px;
}

.img_cont_msg {
  height: 40px;
  width: 40px;
}

.online_icon {
  position: absolute;
  height: 21px;
  width: 21px;
  background-color: #4cd137;
  border-radius: 50%;
  top: 10px;
  right: 10px;
  border: 1.5px solid gainsboro;
  font-size: 11px;
  padding: 2px;
}

.offline {
  background-color: #c23616 !important;
}

.user_info {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 15px;
}

.user_info span {
  font-size: 14px;
  color: white;
}

.user_info p {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
}

.video_cam {
  margin-left: 50px;
  margin-top: 5px;
}

.video_cam span {
  color: white;
  font-size: 20px;
  cursor: pointer;
  margin-right: 20px;
}

.msg_container {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 10px;
  border-radius: 5px;
  background-color: #e6ebf1 !important;
  padding: 5px 10px;
  position: relative;
  font-size: 12px;
  color: #000;
  word-break: break-all;
  width: -webkit-fill-available;
}

.msg_container_send {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
  border-radius: 5px;
  background-color: #46b6f8 !important;
  padding: 5px 10px;
  position: relative;
  font-size: 12px;
  color: #fff;
  word-break: break-all;
  width: -webkit-fill-available;
}

.msg_time {
  /* position: absolute;
  left: 0;
  bottom: -15px; */
  color: #ccc;
  font-size: 10px;
  padding-left: 10px;
}

.msg_time_send {
  color: #ccc;
  font-size: 10px;
  padding-left: 10px;
}

.msg_head {
  position: relative;
}

#action_menu_btn {
  position: absolute;
  right: 10px;
  top: 10px;
  color: white;
  cursor: pointer;
  font-size: 20px;
}

.action_menu {
  z-index: 1;
  position: absolute;
  padding: 15px 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border-radius: 15px;
  top: 30px;
  right: 15px;
  display: none;
}

.action_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.action_menu ul li {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 5px;
}

.action_menu ul li i {
  padding-right: 10px;
}

.action_menu ul li:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
}

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

li .user_info span {
  color: #777;
  font-weight: 500;
}

li .user_info p {
  color: #999;
  margin: 0px !important;
}

.user_info .phonenumber {
  margin: 0 0 0 40px;
  font-weight: bold;
  font-size: 16px;
  color: #343a40 !important;
}

.user_info .senddate {
  margin: 0 0 0 40px;
  font-weight: bold;
  font-size: 12px;
  color: #ccc !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  /* border-top: 1px solid rgba(0, 0, 0, 0.125); */
  border-top: 1px solid #e6eaee !important;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.input-group .form-control {
  /* border-radius: 4px !important; */
  padding: 0px 5px;
  /* border: thin solid #ddd !important; */
}

/* END CHAT*/

@media only screen and (min-width: 1025px) {
  .sidebar--opened .sidebar {
    width: 250px;
    margin-left: 0;
  }

  .sidebar--opened .content__content {
    margin-left: 250px;
  }
}

@media only screen and (min-width: 1025px) {
  .sidebar--closed .order-form__main {
    float: left;
    margin-bottom: 0;
    width: calc(100% - 390px);
  }

  .sidebar--closed .order-form__summary {
    float: right;
    width: 350px;
    margin-top: 0;
    padding-top: 0;
    border-top-width: 0;
  }

  .order-finish__main {
    padding: 60px 40px;
  }
}

.sidebar {
  -webkit-transition: margin-left 0.2s ease-in-out;
  transition: margin-left 0.2s ease-in-out;
  width: 250px;
  margin-left: -250px;
  float: left;
  background: #fff;
  border-right: 1px solid #e6eaee;
  position: fixed;
  top: 69px;
  left: 0;
  bottom: 0;
}

.sidebar__container {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  height: 100%;
}

.sidebar__container:hover {
  -webkit-box-shadow: 0 0 10px #e6ecf3;
  box-shadow: 0 0 10px #e6ecf3;
}

.sidebar__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 20px 40px;
}

.sidebar-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.sidebar-item-content {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  color: #666666;
}

.sidebar-item-icon {
  margin-right: 6px;
}

.sidebar-item-text {
  width: 100%;
  margin-left: 10px;
  font-size: 12px;
}

.sidebar-item-expand-arrow {
  font-size: 1.2rem !important;
}

.sidebar-item-expand-arrow-expanded {
  color: #09bb12;
  font-weight: bold;
}

.sidebar_balance_view {
  padding: 16px;
  padding-top: 0;
}

.sidebar_title_balance {
  font-weight: bold;
  font-size: 16px;
}

.sidebar_row_btn_balance {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin-bottom: 10px;
}

.sidebar_item_row_balance {
  justify-content: space-between;
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.sidebar_col_item_balance {
  text-align: start;
  margin-left: 10px;
}

.sidebar_title_token {
  font-size: 10px;
  color: #707070;
  margin-top: 10px;
  margin-bottom: 0;
}

.sidebar_value_token {
  font-size: 16px;
  font-weight: bold;
}

a:hover,
a:focus {
  text-decoration: none;
  color: orange;
}

section.content {
  margin: 80px 15px 0 260px;
}

.norightpadding {
  padding-right: 0px !important;
}

.noleftpadding {
  padding-left: 0px !important;
}

.border-bottom {
  border-bottom: 1px solid #e6eaee;
  margin-left: -5px;
  margin-right: -5px;
  padding-bottom: 10px;
}

.header-text {
  padding: 0 5px 10px 10px;
  font-size: 14px;
  font-weight: bold;
  color: #487d2e;
}

.chat-header-left {
  float: left;
  padding: 0px !important;
  /* padding: 10px; */
  /* padding-top: 20px; */
}
.chat-header-right {
  float: right;
  padding: 0px !important;
  /* padding: 10px; */
  /* padding-top: 20px; */
}

.chat-header-left .img_cont {
  width: 40px;
  height: 40px;
  display: block;
  float: left;
}

.chat-header-left .user_img {
  width: 40px;
  height: 40px;
}

.margin0 {
  margin: 0;
  padding-top: 20px;
}

.combobox {
  border: none !important;
}

h5.title {
  text-align: center;
}

.queue-header {
  background-color: #00b0e4;
  padding: 20px 10px;
  text-align: center;
}

.cs-content .queue-header {
  background-color: #77dd77;
  color: #ffffff;
  text-align: left;
}

.contacts-content {
  list-style: none;
  padding: 0px 0px;
}

.cs-chat-item {
  list-style: none;
  padding: 0px 0px;
}

li.chat-item-content {
  padding: 5px 10px 10px 10px;
}

.contacts-content li {
  width: 100% !important;
  position: relative;
  margin: 0px 0px;
}

.queue-header h5 {
  color: white;
  margin: 0px;
}

.queue-items {
  margin-left: 10px;
}

li.nochat {
  text-align: center;
  padding: 10px;
  color: #ccc;
}

li.chat-item-content {
  border-bottom: 1px solid #e6eaee;
}

li.chat-item-content:hover {
  /* background-color: #dff0d8 !important; */
  background-color: rgba(0, 0, 0, 0.04);
  border-left: 1px solid #39c378;
}

li .chat-label {
  position: absolute;
  right: 0;
  padding: 2px;
  display: block;
  color: white;
  top: 0;
  font-size: 12px;
  width: 70px;
  text-align: center;
}

li .chat-label.queue i {
  color: #17a2b8 !important;
}

li .chat-label.on-process i {
  color: #ffc107 !important;
}

li .chat-label.new i {
  color: #28a745 !important;
}

li .chat-label.queue {
  background-color: #17a2b8 !important;
}

li .chat-label.on-process {
  background-color: #ffc107 !important;
  content: "on process";
}

li .chat-label.new {
  background-color: #28a745 !important;
}

li .chat-label.on-process:after {
  content: "On Process";
}

li .chat-label.queue:after {
  content: "Queue";
}

li .chat-label.new:after {
  content: "New";
}

/*//////////////////////////////////////////////////////////////////
[ Responsive ]*/

@media (max-width: 576px) {
  .wrap-login100 {
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
    z-index: 100;
  }

  .landing-page-title img {
    display: none;
  }
}

/* ========= New Header ============= */

.top-bar {
  height: 69px;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 30;
  background: #fff;
  border-bottom: 1px solid #e6eaee;
}

.top-bar a {
  color: currentColor;
  text-decoration: none;
}

.top-bar__container:after,
.top-bar__section:after {
  clear: both;
  content: "";
  display: block;
}

.top-bar__section {
  padding: 10px;
}

.top-bar__item {
  float: left;
}

.top-bar__icon {
  display: block;
}

.top-bar__pin {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  display: block;
  background: #f1303b;
  float: right;
  margin-top: -5px;
  margin-bottom: -20px;
  margin-right: -2px;
}

.top-bar--left {
  float: left;
  padding-left: 20px;
}

.top-bar--right {
  float: right;
  padding-right: 20px;
  margin-top: 13.33333px;
}

.top-bar--right .top-bar__item {
  max-height: 69px;
  margin-right: 10px;
}

.top-bar--right .top-bar__item:last-child {
  margin-right: 0;
}

.top-bar--burger {
  margin-top: 13.33333px;
  margin-right: 20px;
}

.burger {
  display: block;
  width: 23px;
  overflow: hidden;
}

.burger span {
  border-radius: 2px;
  height: 4px;
  display: block;
  background: #d1dbe2;
  margin-bottom: 5px;
}

.burger span:nth-child(2) {
  width: 18px;
  margin-left: 5px;
}

.burger span:last-child {
  margin-bottom: 0;
}

.burger:hover span {
  background: #b2c3ce;
}

.burger:active span {
  background: #a2b6c4;
}

.top-bar--logo {
  margin-top: 5px;
}

.top-bar--logo img {
  margin-top: 1px;
  height: 35px;
}

@media only screen and (min-width: 601px) {
  .top-bar__container {
    padding: 0;
  }

  .top-bar--right {
    padding: 0 20px 0 0;
    /* margin-top: 0; */
    margin-top: -1px;
    background-color: #ff9800;
    padding-left: 40px;
    border-left: 1px solid #e6eaee;
  }

  .top-bar--right .top-bar__item {
    margin-right: 20px;
    padding: 15.38462px 0;
  }

  .top-bar--right .top-bar__item:first-child {
    padding-right: 30px;
  }
}

.show {
  display: block !important;
}

.show-for-large-up,
.show-for-medium-up,
.show-for-small-up,
.show-for-x-large-up,
.show-for-x-medium-up,
.show-for-x-small-up,
.show-for-xx-small-up {
  display: none;
}

.hide {
  display: none !important;
}

.hide-for-large-up,
.hide-for-medium-up,
.hide-for-small-up,
.hide-for-x-large-up,
.hide-for-x-medium-up,
.hide-for-x-small-up,
.hide-for-xx-small-up {
  display: inline-block;
}

@media only screen and (min-width: 281px) {
  .show-for-xx-small-up {
    display: inline-block;
  }

  .hide-for-xx-small-up {
    display: none !important;
  }
}

@media only screen and (min-width: 321px) {
  .show-for-x-small-up {
    display: inline-block;
  }

  .hide-for-x-small-up {
    display: none !important;
  }
}

@media only screen and (min-width: 481px) {
  .show-for-small-up {
    display: inline-block;
  }

  .hide-for-small-up {
    display: none !important;
  }

  .top-bar a {
    display: inline-block;
    fill: currentColor;
    text-decoration: none;
  }

  .fa-icon {
    display: inline-block;
    fill: currentColor;
  }
}

@media only screen and (min-width: 601px) {
  .show-for-medium-up {
    display: inline-block;
  }

  .hide-for-medium-up {
    display: none !important;
  }
}

@media only screen and (min-width: 801px) {
  .show-for-x-medium-up {
    display: inline-block;
  }

  .hide-for-x-medium-up {
    display: none !important;
  }
}

@media only screen and (min-width: 1025px) {
  .show-for-large-up {
    display: inline-block;
  }

  .hide-for-large-up {
    display: none !important;
  }
}

@media only screen and (min-width: 1281px) {
  .show-for-x-large-up {
    display: inline-block;
  }

  .hide-for-x-large-up {
    display: none !important;
  }
}

.top-bar--create .top-bar__icon {
  margin-right: 8px;
  margin-top: 2px;
}

@media only screen and (min-width: 601px) {
  .top-bar--create {
    min-height: 68px;
  }
}

.top-bar--profile .top-bar__icon {
  margin-left: 8px;
  margin-top: 2px;
}

@media only screen and (min-width: 601px) {
  .top-bar--profile {
    padding-left: 6.66667px !important;
    padding-top: 22px !important;
  }

  .top-bar--profile .text--dropdown {
    padding-bottom: 6px;
    color: #ffffff;
  }
}

.text--arrow,
.text--dropdown {
  display: block;
}

.text--arrow {
  float: right;
}

.text--arrow-inner {
  display: block;
  margin-left: 10.52632px;
  margin-top: 4px;
}

:focus {
  outline: none;
}

.side-menu {
  -webkit-transform: translate3d(-370px, 0px, 0px);
  transform: translate3d(-370px, 0px, 0px);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0.3, 2);
  transition-timing-function: cubic-bezier(0.7, 0.3, 2);
  position: fixed;
  top: 0px;
  bottom: 0px;
  background: #fff;
  width: 250px;
  z-index: 20;
  border-right: 1px solid #e6eaee;
  padding-top: 69px;
}
.side-menu__container {
  position: relative;
  height: 100%;
}
.side-menu__inner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  overflow: auto;
  padding: 10px 0px;
}

.content__main {
  margin-top: 76px;
}

.content__inner {
  padding: 0px;
}

.dot {
  display: inline-block;
}
.dot i {
  /* width: 25px;
  height: 25px; */
  background-color: #add8e6;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  padding: 5px;
  color: #fff;
}
.table th {
  color: #666666;
}
.table td {
  color: #777777;
}


.btn-primary {
  border-color: transparent !important;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  border-color: transparent !important;
}

.btn-success {
  border-color: transparent !important;
}

.btn-danger {
  border-color: transparent !important;
}

.btn-warning {
  border-color: transparent !important;
}

.btn-secondary {
  border-color: transparent !important;
}

.btn-info {
  border-color: transparent !important;
}

.btn-trans{
  font-weight: bold;
    /* color: #333; */
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.btn-trans:hover {
  text-decoration: none;
  color: #333;
}

.btn-trans:active, .btn-trans:focus {
  text-decoration: none;
  color: #333;
}

.btn-trans, .btn-trans:active, .btn-trans:focus, .btn-trans:hover {
  border-color: transparent;
  background-color: transparent !important;
  -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-close{
  cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 2.5rem;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #5a5a5a;
    top: -.625rem;
    right: -.625rem;
    border-radius: 50%;
    border: 3px solid #fff;
}

input[type="text"].form-control::-webkit-input-placeholder {
  color: #555;
  padding-left: 0px;
  text-transform: capitalize;
}

select {
  text-transform: capitalize;
  left: 0;
}

.css-yk16xz-control{
  border-radius: 0px !important;
    border-top: 0px !important;
    border-right: 0px !important;
    border-bottom: thin solid #ccc !important;
    border-left: 0px !important;
    min-height: 35px !important;
}

.css-1pahdxg-control{
  border-radius: 0px !important;
    border-top: 0px !important;
    border-right: 0px !important;
    border-bottom: thin solid #ccc !important;
    border-left: 0px !important;
    box-shadow: none !important;
}

.css-g1d714-ValueContainer{
  padding: 0px !important;
}

.css-1uccc91-singleValue{
  margin-left: 0px !important;
  text-transform: capitalize;
}

.css-1okebmr-indicatorSeparator{
  width: 0px !important;
}

.btn+.btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.btn-wide {
  padding-left: 60px;
  padding-right: 60px;
}
.btn-width {
  padding-left: 60px;
  padding-right: 60px;
  /* width: calc(-6.66px + 50%);
  margin-bottom: 0px; */
}

.css-109onse-indicatorSeparator{
  width: 0px !important;
}

button:hover {
  cursor: pointer;
  text-decoration: none;
  color: #333;
  background: transparent;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group{
  z-index: 0;
}

.info-box{
  margin-bottom: 0px !important;
}
.checkbox-group{
  display: inline-block;
  margin-right: 10px;
}

.top-bar__icon .fa-icon{
  fill: #d1dbe2 !important;
}

.nomargin{
  margin: 0px !important;
}
 .margin-top-min{
   margin-top: -10px;
 }

 .profile-header .image-area {
  text-align: center;
}



.link-opened {
  font-weight: bold;
}