::-webkit-input-placeholder {
   text-align: center;
}

:-moz-placeholder { /* Firefox 18- */
   text-align: center;  
}

::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;  
}

:-ms-input-placeholder {  
   text-align: center; 
}

.modal-open {
  overflow: hidden; }

.fade {
  opacity: 0;
  transition: opacity 0.1s linear; }
  .fade.show {
    opacity: 5; 
  z-index: 1050;
	
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000 !important;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal.fade .modal-dialog {
    transition: transform 0.2s ease-out;
    transform: translate(0, -20%); }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  pointer-events: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.8; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 4px;
  padding-left:10px;
  border-bottom: 1px solid #c2cfd6; }
  .modal-header .close {
    padding: 4px;
    margin: -4px -4px -4px auto; }

.modal-header-mobile {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 4px;
  border-bottom: 1px solid #c0c0c0; }
  .modal-header .close {
    padding: 4px;
    margin: -4px -4px -4px auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; 
  padding-left:5px;
  padding-top:5px;
  
  }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #c2cfd6; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 425px;
    margin: 30px auto; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

/*******************
/*05.08. Model*/
/*******************/
.modal {
  color: #1A2126 !important; }

.modal-primary .modal-header {
  color: #fff;
  background-color: #018BA4; }

.modal-secondary .modal-header {
  color: #fff;
  background-color: #a4b7c1; }

.modal-success .modal-header {
  color: #fff;
  background-color: #308801; }

.modal-info .modal-header {
  color: #fff;
  background-color: #2d98da; }

.modal-warning .modal-header {
  color: #fff;
  background-color: #F6BB42; }

.modal-danger .modal-header {
  color: #fff;
  background-color: #F22601; }

.modal-light .modal-header {
  color: #fff;
  background-color: #f0f3f5; }

.modal-dark .modal-header {
  color: #fff;
  background-color: #29363d; }

.web_chat_profile_images {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f0f3f5;
  box-shadow: 0 3px 6px rgb(1, 0, 0); 
}

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

button
 {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

.form-control-chat {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #3e515b;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #f0f3f5;
  border-radius: 0;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control-chat::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control-chat:focus {
    color: #3e515b;
    background-color: #fff;
    border-color: #a2b8ec;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(56, 103, 214, 0.25); }
  .form-control-chat::placeholder {
    color: #536c79;
    opacity: 1; }
  .form-control-chat:disabled, .form-control-chat[readonly] {
    background-color: #c2cfd6;
    opacity: 1; }

select.form-control-chat:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

select.form-control-chat:focus::-ms-value {
  color: #3e515b;
  background-color: #fff; }
