/* body {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 !important;
  margin: 0 !important;
} */

/* body { background-color: #000000;} */

.container_fluid_eu {
  padding: 0;
  margin: 0;
  background-color: transparent;
    width: 100%;
    /* padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; */
}

/* common css */
.center-img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.bg-color { background-color: #2C828B;}
button:focus { outline: none;}
.hidden { display: none;}
/* common css end */

.chat-page {
  position: relative;
  width: 100%;
  height: 100%;
}
.chat-part ::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

.select2-container {
    width: 100% !important;
    padding: 0;
}

/* chat-part-css */
.chat-part { width: calc(100% - 20px); max-width: 30%; 
  /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); */
   border-radius: 10px;
  /* border: 0.25px solid #DEDEE1; */
  /*to be removed later */
  margin: 0 auto;
  /* margin-top: 30px; margin-left: 30px; */
  /*to be removed later */
}
.logo-on-chat { height: 30px; width: 30px;}
/* chat-part-css-end */


/* .logo { vertical-align: middle;} */
.navbar-text { 
  width: 100%;
  text-align: left;
  display: inline-block;
  height: 35px;
  /* display: table; */
  /* position: relative; */
  /* display: block; */
}
.logo-div { width: 15%; }
/* .voiceii-heading { display: table-cell; vertical-align: middle;} */
.voiceii-heading { display: inline-block; font-size: 18px;}
.close-icon { float: right; 
  /* font-size: 35px; margin-top: -7px; */
}
/* .title1 {display: none;} */
/* navbar css end */

/* .top_menu { height: 55px !important; padding: 10px 0 10px 10px;}
.top_menu .title {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  position: relative;
} */


/* chats-section */
.chats-section { height: 430px; border-bottom: 0 !important; background-color: #fff;
  border: 0.25px solid #DEDEE1; }
.chats { height: 100%; overflow: auto; padding: 20px 10px 0 10px; margin: 0;}
.message { margin-bottom: 10px; clear: both; overflow: hidden; transition: all 0.5s linear;
  opacity: 0; white-space: initial !important;}
.message.left .text_wrapper {
   float: left;
  color: #ffffff !important;
  /* background-color: #8daaca; */
  border: 1px solid #70707026;
  border-radius: 0 10px 10px 10px;
}
.message.right .text_wrapper {
  background-color: #F1F1F4;
  float: right;
  color: #2B2C33;
  border-radius: 10px 10px 0 10px;
}
.message.appeared {
  opacity: 1;
}
.right-text { text-align: right;}
.message .text_wrapper {
  display: inline-block;
  padding: 5px;
  border-radius: 6px;
  position: relative;
  max-width: 80%;
}
.message .text_wrapper .text {
  font-size: 13px;
  font-weight: 300;
}
.right-text-text {
  font-size: 12px;
  font-weight: 300;
  text-align: right;
}
/* chats-section-end */



/* message-setion */
.message-setion { height: 55px; padding: 10px 10px; display: flex; align-items: center; 
  /* border-top: 1px solid grey; */
  border-top: 0 !important;
  border: 0.25px solid #DEDEE1;
  border-radius: 0 0 10px 10px;
  background-color: white;}
.message_input_wrapper { width: calc(100% - 40px); position: relative;}
.chat_message_input {border-radius: 25px;
  border-width: 0;
  padding: 10px 19px;
  width: 100%;
  color: #909090;
  background-color: #F1F1F4;
  font-size: 14px;}
.chat_message_input:focus { outline: none;}
.send-btn { position: absolute; top: 25%; right: 5%; border: none; padding: 0;}
.send_voice_message_div { position: relative; width: 45px; }
.record-btn {height: 30px; width: 30px; border-width: 0; background-color: #F1F1F4; border-radius: 50%;}
/* .record-btn1 {height: 30px; width: 30px; border-width: 0; background-color: white; border-radius: 50%;} */
.voice-send-btn {height: 18px;}
/* message-setion-end */




/* bottom-btn-css */
.bottom-btn-div { position: absolute; top: 10px; right: 30px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); height: 80px; 
  width: 80px; border-radius: 50%; background-color: #8daaca;}

.logo-btn { background-color: transparent; border-color: #ffffff; position: relative; 
  border-width: 0;  }

.logo { height: 50px; width: 50px;}
/* bottom-btn-css-end */

.sidenav {
  /* height: 100%;  */
  /* width: calc(100% - 20px);  */
  /* max-width: 30%; */
  /* position: fixed;  */
  width: -webkit-fill-available;
  border: 0.5px solid #CEC9DE;
  position: absolute;
  z-index: 1;
  top: 0; 
  /* padding: 20px 114px 145px 114px; */
  /* padding: 20px 50px 145px 50px; */
  left: 50%;
  /* border-radius: 20px; */
  transform: translate(-50%, 0);
  /* left: 0; */
  background-color: #ffffff; 
  overflow-x: hidden;
  /* overflow-y: hidden;  */
  transition: 0.5s; 
  display: none;
  text-align: left;
  border-radius: 10px;
}

.sidenav-top-bar { margin-bottom: 30px; position: relative; 
  /* padding: 18px 164px;  */
  padding: 18px 12px;
}

/* The navigation menu links */
.sidenav-top-bar a {
  /* padding: 8px 8px 8px 32px; */
  text-decoration: none;
  font-size: 25px;
  color: #ffffff !important;
  display: inline-block;
  transition: 0.3s;
}

.sidenav-top-bar h6 { margin-bottom: 0 !important; margin-block-start: 0; margin-block-end: 0; 
  font-size: 18px;
  display: inline-block; white-space: nowrap;}
.ip-div {
  position: relative; 
  /* margin-top: 150px;  */
  margin-top: 63px; 
  padding: 20px 0;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 23px;
  right: 20px;
  transform: translate(-50%, -50%);
  font-size: 36px;
  /* margin-left: 50px; */
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
/* @media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
} */

.ip {
  display: block;
  font-size: 12px;
  position: absolute;
  /* bottom: 15px; */
  /* left: 50%; */
  right: 0;
  transform: translate(-50%, -50%);
  color: #2B2C33;
  opacity: 0.54;
}
.language-option {
  padding: 5px 10px;
  color: #000000;
  margin-top: -20px;
  margin-left: 15px;
  margin-bottom: 15px;
}

.select-language-div {
  padding-left: 30px;
  text-align: left;
  height: 340px;
  overflow: scroll;
  display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.title1 {
  background-color: #ffffff;
  color: #000000 !important;
  /* text-align: left; */
  font-size: 14px;
  /* margin-top: 10px; */
  /* padding: 36px; */
  /* height: 42vw; */
  border: none;
  /* width: auto; */
  /* height: 100%; */
}

.title1:focus {
  outline: none;
  background-color: #8daaca !important;
}


/* this is for nlp steps and translation log modal */
fieldset {
  display: none
}

fieldset.show {
  display: block
}

.tabs {
  margin: 2px 5px 0px 5px;
  padding-bottom: 10px;
  cursor: pointer
}

.tabs:hover,
.tabs.active {
  border-bottom: 1px solid #2196F3
}

.box {
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 10px
}

.line {
  background-color: #CFD8DC;
  height: 1px;
  width: 100%
}

@media screen and (max-width: 768px) {
  .tabs h6 {
      font-size: 12px
  }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .chat-part { max-width: 100%;}
  .sidenav { left: 50%;
     /* padding: 20px 15px 146px 15px; */
  }
  .sidenav-top-bar { 
    /* padding: 15px 71px; */
    /* padding: 15px 114px; */
    padding: 18px 12px;
  }
  .ip-div {
    margin-top: 80px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 768px) {
  .chat-part { max-width: 100%;}
  .sidenav { left: 50%; }
  .sidenav-top-bar { 
    /* padding: 15px 246px; */
    /* padding: 15px 264px; */
    /* padding: 18px 278px; */
    padding: 18px 12px;
  }
  .ip-div { margin-top: 76px;}
  .send-btn { right: 3%; }
}

/* Login css */
.login-screen-body {
    padding: 0 !important;
}
.login-form-div {
    width: 100%;
    height: 100vh;
    display: flex;
}
.left-login-form{
    background-color: #FFFFFF;
    color: #17a2b8;
    position: relative;
}
.left-login-form-text-div {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: -webkit-fill-available;
    color: #17a2b8;
}
.left-login-form-text {
    font-size: 38px;
    font-family: 'Oxanium', cursive;
    font-weight: 500;
}
.left-login-form-text-inner-div {
    margin-bottom: 1.5rem;
}
.right-login-form {
    position: relative;
    text-align: center;
    background-color: #17a2b8;
}
.login-fields-div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: -webkit-fill-available;
}
.login-form-half {
    flex: 50%;
}
.login-form-heading {
    margin-bottom: 50px;
    text-transform: uppercase;
    color: #FFFFFF;
    /*color: #FFFFFF;*/
    font-size: 48px;
    padding-left: 20px;
    font-family: 'Oxanium', cursive;
}
.login-form-field {
    background-color: #17a2b8;
    padding: 20px 30px;
    margin-bottom: 40px;
    font-size: 20px;
    font-family: 'Oxanium', cursive;
    box-shadow: 0 1px 0 0 rgb(255, 255, 255)  !important;
    border: none;
    color: #FFFFFF !important;
    width: 100%;
}
.login-form-field::placeholder {
    color: #FFFFFF !important;
}
.login-form-field:-ms-input-placeholder {
    color: #FFFFFF !important;
}
.login-form-field::-ms-input-placeholder {
    color: #FFFFFF !important;
}
.login-form-field:focus {
    background-color: #17a2b8;
    outline: none;
    color: #FFFFFF !important;
}
login-form-field:-webkit-autofill,
login-form-field:-webkit-autofill:hover,
login-form-field:-webkit-autofill:focus,
login-form-field:-webkit-autofill:active
{
    background-color: #FFFFFF !important;
    /*-webkit-box-shadow: 0 0 0px 1000px white inset;*/
}
.login-form-btn {
    padding-left: 20px;
}
.login-btn {
    margin-top: 20px;
    background-color: #FFFFFF;
    color: #17a2b8;
    padding: 15px 30px;
    /*border: 2px solid #FFFFFF;*/
    border: none;
    font-size: 20px;
    border-width: 0;
    border-radius: 30px;
    font-family: 'Oxanium', cursive;
}
.action-btn {
    background-color: #17a2b8;
    padding: 10px 20px;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
}
.login-btn:focus {
    outline: none;
}
.action-btn:focus {
    outline: none;
    box-shadow: none;
}
.action-btn:hover {
    color: #ffffff;
}
/*.add-app {
    margin: 20px 0;
}*/
.common-table-properties {
    table-layout: fixed;
    word-wrap: break-word;
    width: 100%;
}

.reset-filter-btn {
    background-color: #6c757d;
    border: none;
    padding: 10px 20px;
    color: #ffffff;
    border-radius: 4px;
    text-transform: uppercase;
}
a:focus {
    outline: none !important;
}
.category-label {
    /*padding: 0.86rem .8rem !important;*/
    padding: 0.6rem .8rem !important;
}
.filter-column-div {
    display: flex;
    justify-content: center;
}
.filter-modal-div {
    display: inline-block;
}
.pagination-nav {
    display: inline-block;
    float: right;
}
.pagination-page-link{
    /*padding: .2rem .7rem !important;*/
    padding: .4rem .75rem !important;
}
.image-logo-voiceii-div {
    /*width: 120px;
    height: 120px;*/
    border-radius: 50%;
    /*background-color: #FFFFFF;*/
    position: relative;
    display: inline-block;
}
.image-logo-voiceii {
    width: 100px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.container-checkbox-input {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.container-checkbox-input input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark-checkbox-input {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}
/* On mouse-over, add a grey background color */
.container-checkbox-input:hover input ~ .checkmark-checkbox-input {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.container-checkbox-input input:checked ~ .checkmark-checkbox-input {
  background-color: #17a2b8;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-checkbox-input:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.container-checkbox-input input:checked ~ .checkmark-checkbox-input:after {
  display: block;
}
/* Style the checkmark/indicator */
.container-checkbox-input .checkmark-checkbox-input:after {
  left: 6px;
  top: 0px;
  width: 8px;
  height: 15px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input:focus {
    outline: none !important;
}
.btn:focus {
    box-shadow: none;
}

.edit-intent-api {
    padding: 0px 10px;
}

.answer-hash-style {
    background-color:
}

.custom_sorting {
    position: sticky !important;
}

.paginate_button {

}

.link-text {
    font-size: 18px;
    color: #17a2b8;
    text-decoration: none;
}

.page-item.disabled .page-link {
    color: #17a2b8 !important;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-item.active .page-link {
    color: #17a2b8 !important;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-item.previous .page-link {
    color: #17a2b8 !important;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-item.next .page-link {
    color: #17a2b8 !important;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}