/* Base CSS */
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
*{box-sizing: border-box;}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #2E475F;
  font-family: 'Lato', sans-serif;
}
body {
  color: #2E475F;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
}

@font-face {
    font-family:RusticLoveTattoo;
    src: url(../fonts/RusticLoveTattoo.otf);
}

.selector-for-some-widget {
  box-sizing: content-box;
}
a:hover { text-decoration: none }

button:focus {
	outline: 0;
	outline: 5px auto -webkit-focus-ring-color;
}

/* Header bar section start */

.radiobtn {
  position: relative;
  display: block;
  width: auto;
}
.radiobtn label {
  display: block;
  background: #fee8c3;
  color: #444;
  border-radius: 5px;
  padding: 0px 20px;
  border: 2px solid #627886;
  margin-bottom: 10px;
  cursor: pointer;
  padding-left: 35px;
  font-size: 16px;
  color: #2E475F;
  font-weight: 400;
  background: #fff;
  border-radius: 53px;
  height: 40px;
  /*! display: flex; */
  align-items: center;
  width: auto;
  display: inline-block;
  line-height: 32px;
  position: relative;
}
.radiobtn label:after, .radiobtn label:before {
  content: "";
  position: absolute;
  left: 11px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background: #E6E6E6;
  transform: translateY(-50%);
  border-radius: 50%;
}
.radiobtn label:before {
  background: transparent;
  transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
  z-index: 2;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center;
  width: 0;
  height: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+);
  display: none;
}
.radiobtn input[type=radio] {
  display: none;
  position: absolute;
  width: 100%;
  appearance: none;
}
.radiobtn input[type=radio]:checked + label {
  background: #fff !important;
  animation-name: blink;
  animation-duration: 1s;
  border-color: #627886;
}
.radiobtn input[type=radio]:checked + label:after {
  background: #2D475D;
}
.radiobtn input[type=radio]:checked + label:before {
  width: 20px;
  height: 20px;
}

@keyframes blink {
  0% {
    background-color: #fdcb77;
  }
  10% {
    background-color: #fdcb77;
  }
  11% {
    background-color: #fdd591;
  }
  29% {
    background-color: #fdd591;
  }
  30% {
    background-color: #fdcb77;
  }
  50% {
    background-color: #fdd591;
  }
  45% {
    background-color: #fdcb77;
  }
  50% {
    background-color: #fdd591;
  }
  100% {
    background-color: #fdcb77;
  }
}


/* Header bar section  END */




/* q1 */
/* dashbord-area-start */

.dashbord-area {
  height: 100vh;
  padding: 30px;
  padding-right: 60px;
  max-width: 1280px;
  margin: auto;
}
.dashbors-mobi {
	display: none;
}
.dashbord-fl {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.dashbord-left {
  width: 310px;
  background: #2D475D;
  border-radius: 20px;
}
.dashbord-right {
  width: 840px;
}
.dash-logo {
  padding: 30px;
  padding-bottom: 15px;
}
.breadcum {
  display: flex;
  align-items: center;
  padding: 0 30px;
  margin-bottom: 20px;
}
.breadcum a {
  font-size: 14px;
  color: #F5C300;
  font-weight: 400;
  line-height: 17px;
  margin: 0 3px;
}
.dash-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.dash-menu li {
  display: block;
}
.dash-menu li a {
  background: transparent;
  display: block;
  height: 49px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-right: 19px;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 36px;
}

.dash-menu ul li:last-child a span:before {
  display: none;
}
.acctive {
  background: #3D5971 !important;
}
.dash-menu li a span:before {
  position: absolute;
  content: "";
  background: #577696;
  height: 24px;
  width: 2px;
  left: 0;
  right: 0;
  margin: auto;
  top: ;
  bottom: -42px;
}
.dash-menu li a i {
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
}
.dash-menu li a span {
  width: 25px;
  height: 25px;
  border-radius: 6px;
  background: #fff;
  color: #2D475D;
  text-align: center;
  line-height: 25px;
  margin-right: 15px;
  font-weight: 400;
  position: relative;
}
.deas-wether {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
}
.wether-containt-fl {
  width: 473px;
  background: #FFFBF2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
  height: 102px;
  border-radius: 20px;
}
.wether-img {
  max-width: 337px;
}
.wether-containt-left {
  display: flex;
  align-items: center;
  width: 202px;
}
.wether-containt-left img {
  margin-right: 15px;
}
.wether-containt-text-left {
  display: flex;
}
.wether-containt-text-left h3 {
  font-size: 60px;
  color: #2A4759;
  font-weight: 700;
  line-height: 72px;
  margin: 0;
}
.fer {
  display: flex;
  margin-top: 13px;
  position: relative;
}
.fer span {
  font-size: 20px;
  color: #2A4759;
  font-weight: 600;
  margin: 0 10px;
}
.wether-containt-right {
  width: 113px;
}
.fer span:last-child {
  color: #A1B6C3;
}
.fer:before {
  position: absolute;
  content: "";
  background: #2A4759;
  height: 22px;
  width: 2px;
  right: 0;
  left: 0;
  margin: auto;
  top: 4px;
}
.wether-containt-right a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #2A4759;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
}
.wether-containt-right a:last-child {
  margin: 0;
}
.dashbord-chat-box {
  border-top: 2px solid #F5F7F8;
  padding-top: 30px;
  padding-bottom: 30px;
}
.single-chat {
  display: flex;
  margin-bottom: 20px;
  margin-top: 20px;
}
.chat-img {
  margin-right: 10px;
}
.chat-box {
  width: auto;
}
.chat-box-containt {
  background: #F5F5F5;
  padding: 13px 20px;
  border-radius: 20px;
}
.chat-text p {
  font-size: 20px;
  margin: 0;
  color: #2E475F;
  font-weight: 400;
  width: 100%;
}
.chat-text {
  margin-bottom: 20px;
}
.just {
  margin-top: 5px;
}
.just a {
  color: #627886;
  font-size: 12px;
  font-weight: 400;
}
/* dashbord-area-end */
/* q1 */



/* R1.1 Check Payment status start */

.single-chat.ri {
  text-align: right;
}
.single-chat.ri .chat-box {
  width: 290px;
  margin-left: auto;
}
.chat-ri-text {
  display: flex;
    background: #2d475d;
    height: -webkit-fill-available;
    width: 400px;
    border-radius: 60px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    justify-content: center;
    line-height: 29px;
    position: relative;
    overflow: hidden;
    padding: 3px;
}
.chat-ri-text p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}
.chat-ri-text a {
  position: absolute;
  height: 50px;
  width: 40px;
  background: #4E6374;
  right: 0;
  text-align: center;
  color: #fff;
}
/* R1.1 Check Payment status end */

/* R2.2 Check Payment status start */

.dashbord-chat-box.br {
  border: 0;
  padding-top: 0;
  position: relative;
  height: 100%;
  /*! overflow-y: scroll; */
}
.chat-divaid h3 {
  font-size: 12px;
  color: #2A4759;
  font-weight: 400;
  text-align: center;
  margin: 0;
  width: ;
  padding: 0 42px;
  height: 25px;
  line-height: 25px;
  background: #FBEFD6;
  display: inline-block;
  margin: auto;
  border-radius: 50px;
  z-index: 99;
  position: relative;
}
.chat-divaid {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.chat-divaid:before {
  position: absolute;
  content: "";
  background: #E7E7E7;
  height: 1px;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}
.chat-box-type {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
}
.chat-box-type input {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #A7B3BB;
  padding: 13px 20px;
  font-size: 20px;
  color: #2E475F;
  font-weight: 400;
}
.chat-box-type a {
  position: absolute;
  right: 10px;
  top: 50%;
  text-align: ;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #2D475D;
  border-radius: 10px;
  text-align: center;
  line-height: 37px;
  color: #fff;
}

.single-chat.ril .chat-text {
  margin: 0;
}
.single-chat.ril .chat-box-containt {
  border-bottom-left-radius: 5px;
}

.chat-box.we {
  width: 790px;
}
.chat-no-top {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 11px;
}
.single-chat-no-top-text {
  margin-right: 24px;
}
.single-chat-no-top-text h3 {
  font-size: 16px;
  color: #2E475F;
  font-weight: 700;
  margin: 0;
}
.single-chat-no-top-text p {
  font-size: 14px;
  color: #627886;
  font-weight: 400;
  margin: 0;
}
.chat-box-llt-fl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  margin-bottom: 10px;
}
.single-box-llt {
  width: 49%;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  padding-bottom: 15px;
}
.single-box-llt .chat-divaid {
  margin: 0;
}
.llt-fl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.llt-text h3 {
  font-size: 20px;
  color: #2E475F;
  margin: 0;
  font-weight: 400;
  margin-bottom: 10px;
}
.llt-text span {
  color: #627886;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 6px;
  display: block;
}
.llt-text p {
  font-size: 14px;
  color: #627886;
  font-weight: 400;
  margin: 0;
}
.llt-ri {
  background: #F1F6FB;
  border-radius: 10px;
  padding: 15px;
}
.llt-ri span {
  font-size: 14px;
  color: #627886;
  font-weight: 400;
  margin-bottom: 4px;
  display: block;
}
.llt-ri h3 {
  font-size: 20px;
  color: #2E475F;
  font-weight: 400;
  margin: 0;
}

.chat-select.fld {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.chat-select.fld .radiobtn {
  margin-right: 4px;
}
