.logo {
  width: 150px;
}

.text-orange {
  color: rgb(255,111,0);
}

.home-page-para {
  font-size: 14px;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 480px) {
  .add-padding {
    padding: 3rem;
  }
}

.btn-image {
  cursor: pointer;
  margin-bottom: 10px;
  transition: 0.2s;
}

.btn-image:hover {
  opacity: 0.6;
  transform: translateY(-3px);
}

.vheight {
  height: 80vh;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.min-vh-85 {
  min-height: 75vh;
}

.wrapper {
  position: relative;
}

.bottom {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: red;
  padding: 12px;
  border-radius: 50px;
}

.icon-bg {
  background: #ff6f00;
  border-radius: 50px;
  padding: 5px;
  color: white;
}

.bubble-in {
  background: rgba(169,169,169,0.23);
  border: 2px solid #c85700;
  padding: 10px 13px 10px 20px;
  border-radius: 25px 25px 25px 0px;
}

.msg-area {
  max-height: 64vh;
  overflow-y: scroll;
  overflow-x: hidden;
  min-height: 64vh;
}

.bubble-out {
  background: rgba(106,106,106,0.13);
  border: 2px solid rgba(255,255,255,0.03);
  padding: 10px 20px 10px 13px;
  border-radius: 25px 25px 0px 25px;
}

/* .msg-area::-webkit-scrollbar {
  display: none;
} */

.msg-area::-webkit-scrollbar {
  width: 9px;
}
 
.msg-area::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.msg-area::-webkit-scrollbar-thumb {
  background-color: #ff6f00;
    outline: 4px solid white;
}

.type-area {
  background: none;
  border: none;
  width: 100%;
  color: white;
  outline: none;
}

.sound-icon {
  font-size: 70px;
}

@media (max-width: 993px) {
  .hide-mobile {
    display: none;
  }
}

.download-icon {
  font-size: 46px;
  background: #ff6f00;
  border-radius: 50px;
  padding: 8px;
  color: #222;
}

.btn-orange {
  background: rgb(255,111,0);
  border: 2px solid rgb(255,111,0);
  border-radius: 4px 0px 0px 4px !important;
}

.btn-orange-icon {
  color: black;
  font-size: 25px;
}

.btn-orange-text {
  background: transparent;
  border: 2px solid rgb(255,111,0);
  border-radius: 0px 4px 4px 0px !important;
  color: white;
  min-width: 100%;
}

h3, h5 {
  margin: 0;
  line-height: 1.5em;
}

.download-btn-icon, .download-btn-text {
  display: table-cell;
  vertical-align: middle;
  padding: 9px 14px;
}

.download-btn-icon {
  background: rgb(255,111,0);
  color: black;
  border-radius: 4px 0px 0px 4px;
  font-size: 20px;
}

.download-btn-text {
  width: 100%;
  border: 2px solid rgb(255,111,0);
  border-left: none;
  border-radius: 0px 4px 4px 0;
  white-space:nowrap;
}

.download-btn {
  margin-bottom: 5px;
}

a{
  text-decoration: none !important;
  color: white !important;
}


.attach-drop{
  border: none;
  background: #ffffff00;
  text-align: right;
  left: 26px !important;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: #ffffff00 !important;
}


.drops{
  background-color: #ff6f00 !important;
    margin-top: 30px !important;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #471c082e;
}

.drop-lang{
  min-width: 70px !important;
}

.link-btn-attach{
  color:#ff6f00;
  background: white;
  padding: 13px;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  font-size: 20px;
}
