@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Varela+Round&display=swap");
@import url("https://use.fontawesome.com/74ce87d73b.js");
/**Color**/

a {
    color: #f8403e;
}

.fa{font: normal normal normal 14px/1 FontAwesome !important;}

.alertColor {
  background: #f8403e;
  color: #fff;
  font-family: "Varela Round", sans-serif;
  font-size: 16px;
  margin-right: 20px;
  padding: 12px 38px;
}

.alertColor:hover {
  color: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}
.alertColor.btn-sm {
  padding: .25rem .5rem;
}

.blueColor {
  background: #002b68;
  color: #fff;
  font-family: "Varela Round", sans-serif;
  font-size: 16px;
  margin-right: 20px;
  padding: 12px 30px;
}

.blueColor:hover {
  color: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}

.btn-disabled {
  background: #f5f6fa;
  color: #101a29;
}

.btn-disabled:hover {
  background: #f5f6fa;
  color: #101a29;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.outline-alert {
  background: #fff;
  color: #f8403e;
  border: 1px solid #f8403e;
}

.logo a:focus {
  outline: none;
}

ul li {
  list-style: none;
}

a:hover {
  text-decoration: none;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

input {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.form-control {
  border-radius: 10px;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  color: rgba(0, 43, 104, 0.5);
}

.form-control:-ms-input-placeholder {
  color: rgba(0, 43, 104, 0.5);
}

.form-control::-ms-input-placeholder {
  color: rgba(0, 43, 104, 0.5);
}

.form-control::placeholder {
  color: rgba(0, 43, 104, 0.5);
}

.form-control:-ms-input-placeholder {
  color: rgba(0, 43, 104, 0.5);
}

.form-control::-ms-input-placeholder {
  color: rgba(0, 43, 104, 0.5);
}

body {
  font-size: 18px;
  color: #101a29;
  font-family: "Varela Round", sans-serif;
  background: #fafbff;
  height: 100%;
}

.save-time-2 {
  min-height: calc(100vh - 580px);
}

.save-time-3 {
  min-height: calc(100vh - 480px);
  margin-top: -100px;
}

.save-time-4 {
  min-height: calc(100vh - 330px);
}

.save-time-5 {
  min-height: calc(100vh - 280px);
}

.errowbox {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.hero {
  background: url(../img/hero.jpg);
  width: 100%;
  height: 100%;
  min-height: 300px;
  position: relative;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 100px;
}

.hero .hero-info {
  color: #fff;
  width: 100%;
}

.hero .hero-info h2 {
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

.hero .hero-info p {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-top: 40px;
}

.hero .hero-info p span {
  color: #f8403e;
}

.select-company .select-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-shadow: 0px 10px 30px rgba(187, 187, 187, 0.25);
          box-shadow: 0px 10px 30px rgba(187, 187, 187, 0.25);
  border-radius: 10px;
  margin-top: -42px;
}

.select-company .select-button .company-group {
  width: calc(100% - 200px);
  position: relative;
}

.select-company .select-button .company-group .whiteColor {
  border-radius: 0px;
  background: #fff;
  outline: none;
  border: none;
  margin: 0px;
  padding-left: 50px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 85px;
  color: rgba(0, 43, 104, 0.5);
  font-size: 18px;
  text-align: left;
  position: relative;
  width: 100%;
}

.select-company .select-button .company-group .whiteColor:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  background: url(../img/arrowicon.svg) no-repeat;
  width: 27px;
  height: 27px;
}

.select-company .select-button .company-group .submenu-company {
  position: absolute;
  width: 100%;
  z-index: 10;
  top: 100px;
  padding: 30px 50px;
  display: none;
}

.select-company .select-button .company-group .submenu-company li {
  margin: 10px 0;
}

.select-company .select-button .company-group .submenu-company li a {
  padding: 10px 0;
  display: block;
  color: #101a29;
  font-size: 18px;
}

.select-company .select-button .company-group .submenu-company li a span {
  margin-right: 20px;
}

.select-company .select-button h6 {
  color: #fff;
  background: #f8403e;
  margin: 0px;
  padding: 0px 50px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 85px;
  line-height: 90px;
}

.select-company .submenu-company {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 30px rgba(187, 187, 187, 0.25);
          box-shadow: 0px 10px 30px rgba(187, 187, 187, 0.25);
}

.companyhero {
  min-height: 210px;
}

.about-card {
  margin-top: -100px;
}

.about-card .card {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.about-card .card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 220px;
}

.about-card .card .card-body .flex-item-3 {
  width: calc((100% / 3) - (32px / 3));
  text-align: center;
  padding: 0px 18px;
  position: relative;
}

.about-card .card .card-body .flex-item-3:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 1px;
  height: 82px;
  border-right: 1px solid rgba(0, 43, 104, 0.2);
  margin: auto;
}

.about-card .card .card-body .flex-item-3:last-child:after {
  border-right: none;
}

.about-card .card .card-body .flex-item-3 img {
  margin: auto;
  display: block;
  margin-bottom: 10px;
}

.about-card .card .card-body .flex-item-3 p {
  font-size: 18px;
  margin-top: 18px;
  min-height: 80px;
}

.card {
  width: 100%;
  height: 100%;
  border: none;
  -webkit-box-shadow: 0px 10px 24px rgba(187, 187, 187, 0.25);
          box-shadow: 0px 10px 24px rgba(187, 187, 187, 0.25);
  border-radius: 10px;
  border-radius: 10px;
}

.signup .left-side .card {
  -webkit-box-shadow: 0px 12px 24px #091e3d;
          box-shadow: 0px 12px 24px #091e3d;
}

.searchInput {
  margin-top: 80px;
}

.searchInput.reduce-top-margin {
  margin-top: 35px;
}

.searchInput .form-group {
  position: relative;
  width: 60%;
  margin: 20px auto;
}

.searchInput .form-group span {
  position: absolute;
  left: 20px;
  bottom: 0px;
  top: 0px;
  line-height: 50px;
}

.searchInput .form-group input {
  font-size: 18px;
  padding-left: 240px;
  padding-right: 20px;
  font-size: 18px;
  height: 50px;
  border: 1px solid rgba(0, 43, 104, 0.2);
  width: 100%;
}

.searchInput .form-group input::-webkit-input-placeholder {
  text-align: left;
}

.searchInput .form-group input:-moz-placeholder {
  text-align: left;
}

.searchInput .form-group input::-moz-placeholder {
  text-align: left;
}

.searchInput .form-group input:-ms-input-placeholder {
  text-align: left;
}

.searchInput .form-group a {
  position: absolute;
  left: 200px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  line-height: 50px;
}

.about-info {
  margin-bottom: 60px;
}

.about-info .title-showcase {
  margin: 40px auto;
}

.about-info .title-showcase h1 {
  color: #f8403e;
  font-size: 34px;
  font-weight: bold;
  font-family: "Varela", sans-serif;
  margin-bottom: 0px;
}

.about-info .card {
  width: 80%;
  margin: 0 auto;
}

.about-info .card .card-body p {
  text-align: left;
  font-size: 18px;
  color: #101a29;
  padding: 30px 50px;
}

.main-content .left-side .nav-header {
  position: relative;
}

.main-content .left-side .nav-header .nav-pills {
  background: #fff;
  font-family: "Inter", sans-serif;
  -webkit-box-shadow: 0px 10px 24px rgba(187, 187, 187, 0.25);
          box-shadow: 0px 10px 24px rgba(187, 187, 187, 0.25);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.main-content .left-side .nav-header .nav-pills .nav-item a {
  background: transparent;
  color: rgba(0, 43, 104, 0.35);
  font-size: 22px;
  font-weight: 600;
  position: relative;
  padding: 1.5rem 1rem;
  margin: 0px 20px;
  cursor: pointer;
}

.main-content .left-side .nav-header .nav-pills .nav-item a.active {
  color: #101a29;
}

.main-content .left-side .nav-header .nav-pills .nav-item a.active:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 4px;
  border-bottom: 4px solid #f8403e;
}

.main-content .left-side .nav-header .entrycompany {
  width: 27px;
  height: 27px;
  border-radius: 50px;
  position: absolute;
  background: #f8403e;
  right: 30px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  display: none;
}

.main-content .left-side .nav-header .entrycompany img {
  padding: 0px;
  margin: auto;
  display: block;
  margin-top: 8px;
}

.main-content .left-side .feed-block {
  margin-top: 0px;
}

.main-content .left-side .feed-block .left-side {
  margin-bottom: 30px;
}

.main-content .left-side .feed-block .left-side .card {
  padding-top: 20px;
}

.main-content .left-side .feed-block .left-side .card .card-header h4 {
  display: inline-block;
  font-size: 24px;
  color: #101a29;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
}

.main-content .left-side .feed-block .left-side .card .card-header h4:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 28px;
  height: 2px;
  background: #f8403e;
}

.main-content .left-side .feed-block .left-side .card .card-header .entrycompany {
  width: 27px;
  height: 27px;
  border-radius: 50px;
  display: inline-block;
  background: #f8403e;
  float: right;
}

.main-content .left-side .feed-block .left-side .card .card-header .entrycompany img {
  padding: 0px;
  margin: auto;
  display: block;
  margin-top: 8px;
}

.main-content .left-side .feed-block .left-side .card .card-body {
  padding-top: 0px;
}

.main-content .left-side .feed-block .left-side .card .card-body .scrolldown {
  overflow-y: scroll;
  min-height: 260px;
  max-height: 700px;
}

.main-content .left-side .feed-block .left-side .card .card-body .scrolldown::-webkit-scrollbar-track {
  -webkit-box-shadow: transparent;
  background-color: transparent;
}

.main-content .left-side .feed-block .left-side .card .card-body .scrolldown::-webkit-scrollbar {
  width: 0px;
  background-color: transparent;
}

.main-content .left-side .feed-block .left-side .card .card-body .scrolldown::-webkit-scrollbar-thumb {
  background-color: transparent;
  background-image: transparent;
}

.main-content .left-side .feed-block .left-side .card .card-body .item {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 12px;
  padding-top: 12px;
}

.main-content .left-side .feed-block .left-side .card .card-body .item:first-child {
  padding-top: 0px;
}

.main-content .left-side .feed-block .left-side .card .card-body .item:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
}

.main-content .left-side .feed-block .left-side .card .card-body .item .feed-back {
  padding: 20px;
}

.main-content .left-side .feed-block .left-side .card .card-body .item .feed-back.active {
  background: #f2f5f7;
  border-radius: 10px;
}

.main-content .left-side .feed-block .left-side .card .card-body .item .feed-back .feed-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-content .left-side .feed-block .left-side .card .card-body .item .feed-back .feed-header h6 {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #101a29;
}

.main-content .left-side .feed-block .left-side .card .card-body .item .feed-back .feed-header h6 span {
  color: #002b68;
  position: relative;
  padding-right: 12px;
  margin-right: 8px;
}

.main-content .left-side .feed-block .left-side .card .card-body .item .feed-back .feed-header h6 span:before {
  content: "";
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  height: 100%;
  right: 0px;
  border-right: 2px solid #101a29;
}

.main-content .left-side .feed-block .left-side .card .card-body .item .feed-back .feed-header h6 img {
  margin-left: 10px;
}

.main-content .left-side .feed-block .left-side .card .card-body .item .feed-back .feed-header small {
  color: #002b68;
  opacity: 0.7;
  font-size: 10px;
}

.main-content .left-side .feed-block .left-side .card .card-body .item .feed-back .feed-title {
  margin: .5em 0;
}
.main-content .left-side .feed-block .left-side .card .card-body .item .feed-back .feed-title span {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 600;
  color: #101a29;
}
.main-content .left-side .feed-block .left-side .card .card-body .item .feed-back .feed-title span:first-child {
  font-size: 18px;
  color: #f8403e;
}
.main-content .left-side .feed-block .left-side .card .card-body .item .feed-back .feed-title span:last-child {
  background: #f8403e;
  border-radius: .3em;
  color: #FFF;
  padding: .5em;
}

.main-content .left-side .feed-block .left-side .card .card-body .item .feed-back .feed-body p {
  margin-bottom: 0px;
}

.main-content .left-side .feed-block .left-side .card .card-body .item .feed-back .feed-footer ul {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-right: 14px;
  color: #8095b3;
}

.main-content .left-side .feed-block .left-side .card .card-body .item .feed-back .feed-footer ul li {
  padding: 0px 8px;
}

.main-content .left-side .feed-block .left-side .card .card-body .item .feed-back .feed-footer ul li:first-child {
  padding-left: 0px;
}

.main-content .left-side .feed-block .left-side .card .card-body .item .feed-back .feed-footer ul li.active {
  color: #f8403e;
}

.main-content .left-side .feed-block .left-side .card .card-body .item .feed-back .feed-footer small {
  color: rgba(0, 43, 104, 0.8);
  font-size: 14px;
  background: rgba(0, 43, 104, 0.1);
  padding: 2px 6px;
}

.main-content .left-side .feed-block .right-side .card {
  overflow: hidden;
}

.main-content .left-side .feed-block .right-side .card .card-body .textareabox {
  width: 100%;
  position: relative;
}

.main-content .left-side .feed-block .right-side .card .card-body .textareabox .editor {
  width: 100%;
  height: 40px;
  border: 1px solid rgba(0, 43, 104, 0.2);
  border-bottom: none;
}

.main-content .left-side .feed-block .right-side .card .card-body .textareabox .editor ul {
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
}

.main-content .left-side .feed-block .right-side .card .card-body .textareabox .editor ul li {
  display: inline-block;
  width: 35px;
}

.main-content .left-side .feed-block .right-side .card .card-body .textareabox .editor ul li:first-child {
  padding-left: 15px;
}

.main-content .left-side .feed-block .right-side .card .card-body .textareabox .editor ul li img {
  margin: auto;
  display: block;
}

.main-content .left-side .feed-block .right-side .card .card-body .textareabox .form-control {
  border-radius: 0px !important;
  min-height: 250px;
}

.main-content .left-side .feed-block .right-side .card .card-body .textareabox .form-control.whiteColor {
  background: #fff !important;
}

.main-content .left-side .feed-block .right-side .card .card-body .textareabox .addtag {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 50px;
  background: rgba(0, 43, 104, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}

.main-content .left-side .feed-block .right-side .card .card-body .textareabox .addtag .required {
  width: 100%;
}

.main-content .left-side .feed-block .right-side .card .card-body .textareabox .addtag a {
  color: rgba(0, 43, 104, 0.5);
  line-height: 52px;
  padding-left: 20px;
  font-size: 18px;
  font-family: "Varela", sans-serif;
}

.main-content .left-side .feed-block .right-side .card .card-footer .btn-post {
  padding: 12px 30px;
  display: inline-block;
  margin-bottom: 20px;
}

.main-content .right-side {
  height: 100%;
  max-height: 730px;
  margin-bottom: 30px;
}

.main-content .right-side .card .card-header {
  background: #fff;
  border: none;
  padding: 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.main-content .right-side .card .card-header h4 {
  font-size: 24px;
  color: #101a29;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  position: relative;
}

.main-content .right-side .card .card-header h4:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -12px;
  width: 30px;
  height: 2px;
  background: #f8403e;
}

.main-content .right-side .card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-content .right-side .card .card-body .watchlist {
  min-height: 350px;
}

.main-content .right-side .card .card-body .watchlist .watchlist-body {
  text-align: center;
}

.main-content .right-side .card .card-body .watchlist .watchlist-body a {
  font-family: "Varela Round", sans-serif;
  font-size: 14px;
  margin-right: 0px;
  padding: 12px 20px;
}

.main-content .right-side .card .card-body .watchlist .watchlist-body a:last-child {
  margin-right: 0px;
}

.main-content .right-side .card .card-body .watchlist .watchlist-body a:hover {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.main-content .right-side .card .card-body .watchlist .watchlist-body p {
  color: #101a29;
  opacity: 0.5;
  font-size: 16px;
}

.main-content .right-side.watchlist-block .card .card-header a {
  margin-right: 0px;
}

.main-content .right-side.watchlist-block .card .card-body .watchlist-show {
  width: 100%;
}

.main-content .right-side.watchlist-block .card .card-body .watchlist-show .searchinput {
  position: relative;
  height: 50px;
}

.main-content .right-side.watchlist-block .card .card-body .watchlist-show .searchinput input {
  height: 50px;
  padding-left: 50px;
}

.main-content .right-side.watchlist-block .card .card-body .watchlist-show .searchinput input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: 1px solid #ced4da;
}

.main-content .right-side.watchlist-block .card .card-body .watchlist-show .searchinput a {
  position: absolute;
  left: 20px;
  bottom: 0px;
  top: 0px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.watchlist-show .searchinput a img{
    width: 15px;
}

.main-content .right-side.watchlist-block .card .card-body .watchlist-show ul {
  padding-left: 0px;
  margin-top: 10px;
}

.main-content .right-side.watchlist-block .card .card-body .watchlist-show ul li {
  padding: 12px 30px 12px 0;
  display: block;
  border-bottom: 1px solid #dfdfdf;
  color: rgba(16, 26, 41, 0.5);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-content .right-side.watchlist-block .card .card-body .watchlist-show ul li.togglecheck {
  cursor: pointer;
}

.main-content .right-side.watchlist-block .card .card-body .watchlist-show ul li.togglecheck span {
  position: relative;
}

.main-content .right-side.watchlist-block .card .card-body .watchlist-show ul li.togglecheck span:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/plus.svg) no-repeat;
  background-position: center;
}

.main-content .right-side.watchlist-block .card .card-body .watchlist-show ul li.togglecheck span.checkicon:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/check2.svg) no-repeat;
  background-position: center;
}

.main-content .right-side.watchlist-block .card .card-body .watchlist-show ul li span {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f8403e;
  width: 27px;
  height: 27px;
  border-radius: 50px;
  cursor: pointer;
}

.main-content .right-side.watchlist-block .card .card-body .watchlist-show ul li span img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}

.main-content .right-side.watchlist-block .card .card-body .companylist {
  width: 100%;
}

.main-content .right-side.watchlist-block .card .card-body .companylist ul {
  padding-left: 0px;
}

.main-content .right-side.watchlist-block .card .card-body .companylist ul li:first-child a {
  margin-top: 0px;
}

.main-content .right-side.watchlist-block .card .card-body .companylist ul li a {
  color: #101a29;
  font-size: 16px;
  display: block;
  margin: 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.main-content .right-side.watchlist-block .card .card-body .companylist ul li a:hover img {
  border-color: rgba(0, 43, 104, 0.2);
}

.main-content .right-side.watchlist-block .card .card-body .companylist ul li a img {
  width: 90px;
  height: 90px;
  border: 1px solid #e0edff;
  object-fit: contain;
}

.main-content .right-side.watchlist-block .card .card-body .companylist ul li a span {
  margin-left: 15px;
  display: inline-block;
  word-break: break-word;
}

.main-content .right-side.watchlist-block .card .card-body .companylist ul li a span img {
  width: 20px !important;
  height: 20px !important;
  border: none;
  position: absolute;
  right: -25px;
  top: 0;
}

.main-content .hide {
  display: none;
}

.main-content .card.company-profile {
  margin-top: -160px;
  margin-bottom: 30px;
}

.main-content .card.company-profile .company-details {
  width: 100%;
}

.main-content .card.company-profile .company-details .company-body {
  padding: 30px;
  padding-bottom: 10px;
  float: left;
}

.main-content .card.company-profile .company-details .company-body .figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-content .card.company-profile .company-details .company-body .figure img {
  border-radius: 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.main-content .card.company-profile .company-details .company-body .figure .figure-caption {
  font-family: "Varela", sans-serif;
  margin-left: 30px;
}

.main-content .card.company-profile .company-details .company-body .figure .figure-caption h4 {
  color: #002b68;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: bold;
}

.main-content .card.company-profile .company-details .company-body .figure .figure-caption h4 span {
  margin-left: 10px;
  font-size: 18px;
  color: #101a29;
  font-weight: 400;
  padding: 8px 12px;
  background: #e4efff;
  border-radius: 4px;
  display: inline-block;
}

.main-content .card.company-profile .company-details .company-body .figure .figure-caption .co-group label {
  color: #002b68;
  opacity: 0.5;
  font-size: 18px;
  margin: 0px;
}

.main-content .card.company-profile .company-details .company-body .figure .figure-caption .co-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  gap: 1em;
}
.main-content .card.company-profile .company-details .company-body .figure .figure-caption .co-group.col-span-2 {
  grid-column: span 2 / span 2;
}
.main-content .card.company-profile .company-details .company-body .figure .figure-caption .co-group p {
  color: #101a29;
  font-size: 18px;
  margin: 0px;
}

.main-content .card.company-profile .company-details .company-body .figure .figure-caption .co-group p span {
  color: #f8403e;
}

.main-content .card.company-profile .company-details .company-body .figure .figure-caption .co-group .blueColor img {
  margin-right: 10px;
}

.main-content .card.company-profile .company-details .co-btn .btn-group {
  float: right;
}

.main-content .card.company-profile .company-details .co-btn .btn-group a {
  background: #f5f6fa;
  color: #101a29;
  font-family: "Varela Round", sans-serif;
  font-size: 14px;
  margin-right: 20px;
  padding: 12px 20px;
}

.main-content .card.company-profile .company-details .co-btn .btn-group a.btn-watchlist {
  padding: 10px 20px;
}

.main-content .card.company-profile .company-details .co-btn .btn-group a.btn-watchlist span {
  margin-right: 10px;
}

.main-content .card.company-profile .company-details .co-btn .btn-group a.btn-watchlist span img {
  background: #f8403e;
  padding: 6px;
  border-radius: 50px;
  display: inline-block;
}

.main-content .card.company-profile .company-details .co-btn .btn-group a.btn-calendar {
  padding: 12px 12px;
}

.main-content .card.company-profile .company-details .co-btn .btn-group a.btn-calendar span {
  margin: 0px 6px;
}

.main-content .card.company-profile .company-details .co-btn .btn-group .submenu {
  position: absolute;
  top: 60px;
  width: 100%;
  z-index: 10;
  padding: 20px 20px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 30px rgba(187, 187, 187, 0.25);
          box-shadow: 0px 10px 30px rgba(187, 187, 187, 0.25);
  left: -20px;
  display: none;
}

.main-content .card.company-profile .company-details .co-btn .btn-group .submenu li {
  display: block;
}

.main-content .card.company-profile .company-details .co-btn .btn-group .submenu li a {
  background: transparent;
  display: block;
  margin-right: 0px;
  padding: 12px 10px;
}

.main-content .card.company-profile .company-details .co-btn .btn-group .submenu li a span {
  margin-right: 8px;
}

.main-content .search-new-feed {
  margin-top: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: rgba(0, 43, 104, 0.05);
}

.main-content .search-new-feed input::-webkit-input-placeholder {
  background-position: 170px;
}

.main-content .search-new-feed input:-moz-placeholder {
  background-position: 170px;
}

.main-content .search-new-feed input::-moz-placeholder {
  background-position: 170px;
}

.main-content .search-new-feed input:-ms-input-placeholder {
  background-position: 170px;
}

.main-content .card .card-header {
  background: transparent;
  padding: 0.75rem 2rem;
  border: none;
}

.main-content .card .card-body {
  background: transparent;
  padding: 0.75rem 2rem;
  border: none;
}

.main-content .card .card-footer {
  background: transparent;
  padding: 0.75rem 2rem;
  border: none;
}

.main-content .feed-block {
  margin-top: 24px;
}

.main-content .feed-block .left-side {
  margin-bottom: 30px;
}

.main-content .feed-block .left-side .card {
  padding-top: 20px;
}

.main-content .feed-block .left-side .card .card-header h4 {
  display: inline-block;
  font-size: 24px;
  color: #101a29;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
}

.main-content .feed-block .left-side .card .card-header h4:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 28px;
  height: 2px;
  background: #f8403e;
}

.main-content .feed-block .left-side .card .card-header .entrycompany {
  width: 27px;
  height: 27px;
  border-radius: 50px;
  display: inline-block;
  background: #f8403e;
  float: right;
}

.main-content .feed-block .left-side .card .card-header .entrycompany img {
  padding: 0px;
  margin: auto;
  display: block;
  margin-top: 8px;
}

.main-content .feed-block .left-side .card .card-body {
  padding-top: 0px;
}

.main-content .feed-block .left-side .card .card-body .scrolldown {
  overflow-y: scroll;
  min-height: 260px;
  max-height: 700px;
}

.main-content .feed-block .left-side .card .card-body .scrolldown::-webkit-scrollbar-track {
  -webkit-box-shadow: transparent;
  background-color: transparent;
}

.main-content .feed-block .left-side .card .card-body .scrolldown::-webkit-scrollbar {
  width: 0px;
  background-color: transparent;
}

.main-content .feed-block .left-side .card .card-body .scrolldown::-webkit-scrollbar-thumb {
  background-color: transparent;
  background-image: transparent;
}

.main-content .feed-block .left-side .card .card-body .item {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 18px;
  padding-top: 18px;
}

.main-content .feed-block .left-side .card .card-body .item:first-child {
  padding-top: 0px;
}

.main-content .feed-block .left-side .card .card-body .item:last-child {
  border-bottom: 0px;
  padding-bottom: 20px;
}

.main-content .feed-block .left-side .card .card-body .item .feed-back {
  padding: 14px 20;
}

.main-content .feed-block .left-side .card .card-body .item .feed-back.active {
  background: #f2f5f7;
  border-radius: 10px;
  padding: 20px;
}

.main-content .feed-block .left-side .card .card-body .item .feed-back .feed-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-content .feed-block .left-side .card .card-body .item .feed-back .feed-header h6 {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #101a29;
}

.main-content .feed-block .left-side .card .card-body .item .feed-back .feed-header h6 span {
  color: #002b68;
  position: relative;
  padding-right: 12px;
  margin-right: 8px;
}

.main-content .feed-block .left-side .card .card-body .item .feed-back .feed-header h6 span:before {
  content: "";
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  height: 100%;
  right: 0px;
  border-right: 2px solid #101a29;
}

.main-content .feed-block .left-side .card .card-body .item .feed-back .feed-header h6 img {
  margin-left: 10px;
}

.main-content .feed-block .left-side .card .card-body .item .feed-back .feed-header small {
  color: #002b68;
  opacity: 0.7;
  font-size: 10px;
}
.main-content .feed-block .left-side .card .card-body .item .feed-back .feed-title {
  margin: .5em 0;
}
@media (max-width: 768px) {
  .main-content .feed-block .left-side .card .card-body .item .feed-back .feed-header h6 img {
    margin-left: 10px;
    margin-right: 10px;
    max-height: 65px;
  }
  .main-content .feed-block .left-side .card .card-body .item .feed-back .feed-title {
    float: left;
    margin-top: 2em;
  }
}
.main-content .feed-block .left-side .card .card-body .item .feed-back .feed-title span {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 600;
  color: #424242;
}
.main-content .feed-block .left-side .card .card-body .item .feed-back .feed-title span:first-child {
  font-size: 18px;
  color: #f8403e;
}
.main-content .feed-block .left-side .card .card-body .item .feed-back .feed-title span:last-child {
  background: #f8403e;
  border-radius: .3em;
  color: #FFF;
  padding: .5em;
}

.main-content .feed-block .left-side .card .card-body .item .feed-back .feed-body p {
  margin-bottom: 0px;
}

.main-content .feed-block .left-side .card .card-body .item .feed-back .feed-footer ul {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-right: 14px;
  color: #8095b3;
}

.main-content .feed-block .left-side .card .card-body .item .feed-back .feed-footer ul li {
  padding: 0px 8px;
}

.main-content .feed-block .left-side .card .card-body .item .feed-back .feed-footer ul li:first-child {
  padding-left: 0px;
}

.main-content .feed-block .left-side .card .card-body .item .feed-back .feed-footer ul li.active {
  color: #f8403e;
}

.main-content .feed-block .left-side .card .card-body .item .feed-back .feed-footer small {
  color: rgba(0, 43, 104, 0.8);
  font-size: 14px;
  background: rgba(0, 43, 104, 0.1);
  padding: 2px 6px;
}

.main-content .feed-block .right-side .card {
  overflow: hidden;
}

.main-content .feed-block .right-side .card .card-body .textareabox {
  width: 100%;
  position: relative;
}

.main-content .feed-block .right-side .card .card-body .textareabox .editor {
  width: 100%;
  height: 40px;
  border: 1px solid rgba(0, 43, 104, 0.2);
  border-bottom: none;
}

.main-content .feed-block .right-side .card .card-body .textareabox .editor ul {
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
}

.main-content .feed-block .right-side .card .card-body .textareabox .editor ul li {
  display: inline-block;
  width: 35px;
}

.main-content .feed-block .right-side .card .card-body .textareabox .editor ul li:first-child {
  padding-left: 15px;
}

.main-content .feed-block .right-side .card .card-body .textareabox .editor ul li img {
  margin: auto;
  display: block;
}

.main-content .feed-block .right-side .card .card-body .textareabox .form-control {
  border-radius: 0px !important;
  min-height: 300px;
  resize: none;
}

.main-content .feed-block .right-side .card .card-body .textareabox .form-control.whiteColor {
  background: #fff !important;
}

.main-content .feed-block .right-side .card .card-body .textareabox .addtag {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 50px;
  background: rgba(0, 43, 104, 0.08);
}

.main-content .feed-block .right-side .card .card-body .textareabox .addtag a {
  color: rgba(0, 43, 104, 0.5);
  line-height: 52px;
  padding-left: 20px;
  font-size: 18px;
  font-family: "Varela", sans-serif;
}

.main-content .feed-block .right-side .card .card-footer .btn-post {
  padding: 12px 30px;
  display: inline-block;
  margin-bottom: 20px;
}

.main-content .feed-block .right-side.message-box {
  height: auto !important;
  max-height: -webkit-fit-content !important;
  max-height: -moz-fit-content !important;
  max-height: fit-content !important;
}

/* .main-content .message-block {
  margin-top: -170px;
} */

.main-content .message-block .company-title {
  margin-bottom: 30px;
}

.main-content .message-block .company-title h5 {
  color: #fff;
  font-size: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin: 0px 30px;
}

.main-content .message-block .left-side .card .card-body .scrolldown .inbox-chat .message-group:first-child .item {
  margin-top: 0px;
}

.main-content .message-block .left-side .card .card-body .scrolldown .inbox-chat .message-group:last-child .chat-block {
  border-bottom: 0px;
}

.main-content .message-block .left-side .card .card-body .scrolldown .inbox-chat .message-group .item {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-top: 20px;
}

.main-content .message-block .left-side .card .card-body .scrolldown .inbox-chat .message-group .item.head-message .feed-body p {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.main-content .message-block .left-side .card .card-body .scrolldown .inbox-chat .message-group .chat-block {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 20px;
  padding-top: 20px;
}

.main-content .message-block .left-side .card .card-body .scrolldown .inbox-chat .message-group .chat-block .item {
  padding-bottom: 0px;
}

.main-content .message-block .left-side .card .card-body .scrolldown .inbox-chat .message-group .chat-block .item .inbox-header {
  padding: 6px 0px 10px 60px;
}

.main-content .message-block .left-side .card .card-body .scrolldown .inbox-chat .message-group .chat-block .item .inbox-header h6 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin: 0px;
  margin-right: 20px;
}

.main-content .message-block .left-side .card .card-body .scrolldown .inbox-chat .message-group .chat-block .item .inbox-header small {
  color: #002b68;
  margin: 0px;
  opacity: 0.7;
  font-size: 14px;
}

.main-content .message-block .left-side .card .card-body .scrolldown .inbox-chat .message-group .chat-block .item .inbox-body {
  padding: 0px 0px 0px 60px;
}

.main-content .message-block .left-side .card .card-body .scrolldown .inbox-chat .message-group .chat-block .item .inbox-footer {
  padding: 0px 0px 0px 60px;
}

.main-content .message-block .left-side .card .card-body .scrolldown .inbox-chat .message-group .chat-block .item .inbox-footer ul {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-right: 16px;
  color: #8095b3;
}

.main-content .message-block .left-side .card .card-body .scrolldown .inbox-chat .message-group .chat-block .item .inbox-footer ul li {
  padding: 0px 8px;
}

.main-content .message-block .left-side .card .card-body .scrolldown .inbox-chat .message-group .chat-block .item .inbox-footer ul li:first-child {
  padding-left: 0px;
}

.main-content .message-block .left-side .card .card-body .scrolldown .inbox-chat .message-group .chat-block .form-control {
  margin-top: 30px;
  border-radius: 0px;
  height: 50px;
  resize: none;
  line-height: 36px;
  padding-left: 30px;
}

.main-content .message-block .left-side .card .card-body .scrolldown .inbox-chat .message-group .chat-block .form-control.input-disabled {
  background: #f5f5f5;
}

.main-content .headline h4 {
  color: #002b68;
  font-size: 22px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin: 20px auto 40px;
  text-align: center;
}

.main-content .headline h4 span {
  color: #f8403e;
}

.main-content .form-register h1 {
  color: #f8403e;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
}

.main-content .form-register h1:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 28px;
  height: 2px;
  background: #f8403e;
}

.main-content .form-register p {
  font-size: 18px;
  color: #101a29;
  margin: 20px 0px 0px;
}

.main-content .form-register .left-side-form {
  margin-top: 30px;
}

.main-content .form-register .left-side-form .card-header {
  padding: 0.75rem 1rem 0.75rem 3rem;
}

.main-content .form-register .left-side-form .card-header h1 {
  text-align: left;
}

.main-content .form-register .left-side-form .card-body {
  padding: 0.75rem 1rem 0.75rem 3rem;
}

.main-content .form-register .left-side-form .card-body .form-group {
  margin-bottom: 15px;
}

.main-content .form-register .left-side-form .card-body .form-group .form-control {
  border-radius: 5px;
  height: 50px;
  padding: 8px 15px;
  background: #f8f8f8;
  border: 1px solid #e7e2e2;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.main-content .form-register .left-side-form .card-body .form-group.custom-arrow select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background: url(../img/arrowicon.svg) 96%/27px no-repeat #f8f8f8;
}

.main-content .form-register .left-side-form .card-body .form-group.custom-arrow select option {
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(187, 187, 187, 0.25);
          box-shadow: 0px 10px 30px rgba(187, 187, 187, 0.25);
  height: 30px;
  border: 0px;
  outline: 0px;
  border-radius: 10px;
}

.main-content .form-register .left-side-form .card-body .form-group.phone-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-content .form-register .left-side-form .card-body .form-group.phone-number .form-control:first-child {
  width: 15%;
  margin-right: 15px;
}

.main-content .form-register .left-side-form .card-body .form-group.phone-number .form-control:last-child {
  width: 85%;
}

.main-content .form-register .left-side-form .card-footer {
  padding: 0.75rem 1rem 0.75rem 3rem;
}

.main-content .form-register .right-side-form {
  margin-top: 30px;
}

.main-content .form-register .right-side-form .card-header {
  padding: 0.75rem 3rem 0.75rem 1rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.main-content .form-register .right-side-form .card-header h1 {
  text-align: left;
}

.main-content .form-register .right-side-form .card-body {
  padding: 0.75rem 3rem 0.75rem 1rem;
}

.main-content .form-register .right-side-form .card-body .form-group {
  margin-bottom: 0px;
}

.main-content .form-register .right-side-form .card-body .form-group textarea {
  border-radius: 5px;
  resize: none;
  height: 240px;
  background: #f8f8f8;
  border: 1px solid #e7e2e2;
  padding: 8px 15px;
}

.main-content .form-register .right-side-form .card-footer {
  padding: 0.75rem 3rem 0.75rem 1rem;
}

.main-content .form-register .right-side-form .card-footer p {
  margin-top: 0px;
}

.main-content .form-register .right-side-form .card-footer ul {
  margin: 0px;
  margin-top: 15px;
  padding: 0px;
}

.main-content .form-register .right-side-form .card-footer ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 5px;
}

.main-content .form-register .right-side-form .card-footer ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  bottom: 0px;
  width: 6px;
  height: 6px;
  border-radius: 20px;
  background: #f8403e;
}

.main-content .form-register .registrationform {
  margin: 0.75rem 3rem;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 43, 104, 0.2);
}

.main-content .form-register .registrationform p {
  font-size: 14px;
}

.main-content .thankyou {
  padding: 80px 40px 50px;
  -webkit-box-shadow: 0px 20px 24px rgba(187, 187, 187, 0.25);
          box-shadow: 0px 20px 24px rgba(187, 187, 187, 0.25);
}

.main-content .thankyou .checked-title h4 {
  font-size: 24px;
  color: #002b68;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  margin-top: 20px;
}

.main-content .thankyou .checked-title p {
  margin-bottom: 0px;
}

.main-content .thankyou .three-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f6faff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 50px 20px;
  border-radius: 10px;
  margin: 30px 50px 40px;
}

.main-content .thankyou .three-box .flex-item-3 {
  width: calc((100% / 3) - (32px / 3));
}

.main-content .thankyou .three-box .flex-item-3 h6 {
  color: #000 !important;
  margin: 30px 0px;
}

.main-content .thankyou .didnt-receive {
  font-size: 18px;
}

.main-content .thankyou .didnt-receive a {
  color: #f8403e;
}

.main-content .thankyou .verified-text {
  margin: 60px 140px;
}

.save-time {
  margin-top: -100px;
  min-height: calc(100vh - 540px);
  margin-bottom: 60px;
}

.save-time .content {
  background: #fff;
  border-radius: 3px;
  padding: 30px;
  font-family: "varela", sans-serif;
}

.save-time .panel-group {
  margin-bottom: 0;
}

.save-time .panel-group .panel {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid rgba(20, 68, 136, 0.2);
}

.save-time .panel-group .panel:last-child {
  border-bottom: none;
}

.save-time .panel-group .panel .panel-heading {
  padding: 0;
}

.save-time .panel-group .panel .panel-heading .panel-title {
  margin-bottom: 0px;
}

.save-time .panel-group .panel .panel-heading h4 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-family: "varela", sans-serif;
  padding: 25px 15px;
  text-decoration: none;
  -webkit-transition: 0.15s all ease-in-out;
  transition: 0.15s all ease-in-out;
  color: #000;
}

.save-time .panel-group .panel .panel-heading h4 a:not(.collapsed) i:before {
  content: "";
  background: #f8403e;
  background-image: url(../img/min.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 27px;
  height: 27px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 100;
}

.save-time .panel-group .panel .panel-heading h4 a i {
  position: relative;
}

.save-time .panel-group .panel .panel-heading h4 a i {
  background: #f8403e;
  width: 27px;
  height: 27px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px;
  position: relative;
}

.save-time .panel-group .panel .panel-body {
  padding-top: 0;
}

.save-time .panel-group .panel .panel-body p {
  font-size: 18px;
  padding: 15px;
  color: #002b68;
  opacity: 0.5;
}

.save-time .panel-group .panel .panel-heading + .panel-collapse > .list-group,
.save-time .panel-group .panel .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}

.save-time .panel-group .panel + .panel {
  border-top: none;
  margin-top: 0;
}

footer {
  background: #002b68;
  color: #fff;
}

footer .left-side {
  padding-top: 30px;
  padding-bottom: 20px;
  height: 100%;
}

footer .left-side img {
  mix-blend-mode: screen;
}

footer .left-side small {
  font-size: 12px;
  font-family: "Varela", sans-serif;
}

footer .right-side {
  height: 100%;
  padding-top: 30px;
  padding-bottom: 20px;
}

footer .right-side ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0px;
  height: 100%;
}

footer .right-side ul li {
  list-style: none;
  display: inline-block;
  padding: 0px 20px;
}

footer .right-side ul li a {
  font-size: 14px;
  color: #fff;
}

footer .right-side ul li a:hover {
  text-decoration: none;
}

footer .copyright {
  text-align: center;
  border-top: 1px solid #144488;
  padding-top: 10px;
  padding-bottom: 10px;
}

footer .copyright small {
  font-size: 13px;
  width: 100%;
}

.signup {
  background: url(../img/signup.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
}

.signup .right-side {
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 78px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  padding-right: 50px;
  margin-bottom: 30px;
}

.signup .right-side h1 {
  font-family: "Inter", sans-serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 54px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #144488;
  text-align: left;
}

.signup .right-side h1 span {
  color: #f8403e;
}

.signup .right-side p {
  font-size: 18px;
  font-weight: normal;
  font-family: "Varela", sans-serif;
}

.signup .left-side {
  width: 80%;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  margin-top: 40px;
}

.signup .left-side .card {
  height: 100%;
  min-height: 400px;
}

.signup .left-side .card .card-header {
  border-bottom: none;
  background: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 2rem 2.5rem 0px;
}

.signup .left-side .card .card-header h4 {
  font-size: 24px;
  color: #f8403e;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
}

.signup .left-side .card .card-header h4:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 25px;
  height: 2px;
  background: #f8403e;
}

.signup .left-side .card .card-header p {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 0px;
}

.signup .left-side .card .card-body {
  padding: 1.5rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.signup .left-side .card .card-body .qrcode a {
  display: block;
}

.signup .left-side .card .card-body .qrcode a img {
  width: 240px;
  display: block;
  margin: auto;
}

.signup .left-side .card .card-body .login-email p {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 0px;
  color: #101a29;
}

.signup .left-side .card .card-body .login-email p a {
  color: #f8403e;
}

.signup .left-side .card .card-body .login-form {
  width: 100%;
}

.signup .left-side .card .card-body .login-form form .form-group .form-control {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  height: 42px;
  border: 1px solid rgba(0, 43, 104, 0.2);
  width: 100%;
  margin-bottom: 20px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.signup .left-side .card .card-body .login-form form .form-group .form-control::-webkit-input-placeholder {
  /* Edge */
  font-size: 13px;
}

.signup .left-side .card .card-body .login-form form .form-group .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 13px;
}

.signup .left-side .card .card-body .login-form form .form-group .form-control::-ms-input-placeholder {
  font-size: 13px;
}

.signup .left-side .card .card-body .login-form form .form-group .form-control::placeholder {
  font-size: 13px;
}

.signup .left-side .card .card-body .login-form form .form-group .form-group-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.signup .left-side .card .card-body .login-form form .form-group .form-group-group .areacode {
  width: 22%;
  margin-right: 15px;
}

.signup .left-side .card .card-body .login-form form .form-group .form-group-group .phonenum {
  width: 74%;
}

.signup .left-side .card .card-body .login-form form .form-group.btn-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.signup .left-side .card .card-body .login-form form .form-group.btn-footer a {
  color: #f8403e;
}

.signup .left-side .card .card-body .login-form form .form-group.btn-footer button {
  font-family: "Varela Round", sans-serif;
  font-size: 16px;
  padding: 12px 20px;
  margin-right: 0px;
}

.signup .left-side .card .card-body .login-form form .form-group.btn-footer button:hover {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.signup .left-side .card .card-body .allowQR .allow-body {
  text-align: center;
  width: 100%;
}

.signup .left-side .card .card-body .allowQR .allow-body h2 {
  font-size: 28px;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  line-height: 36px;
}

.signup .left-side .card .card-body .allowQR .allow-body p {
  font-size: 18px;
  margin-top: 40px;
}

.signup .left-side .card .card-body .allowQR .allow-body p span {
  color: #f8403e;
}

.signup .left-side .card .card-body .allowQR .allow-body a {
  padding: 12px 40px;
  margin-top: 20px;
}

.signup .left-side .card .card-body .allowQR .allow-body a:hover {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.signup .left-side.signupfill .card .card-body {
  padding-top: 0.75rem;
}

.signup .left-side.signupfill .card .card-body .form-group {
  margin-bottom: 5px;
}

.signup.LogIn .left-side .card .card-body {
  display: block;
}

.signup.LogIn .left-side .card .card-body .qrcode a img {
  width: 180px;
}

.signup.LogIn .left-side .card .card-body .login-email p {
  margin-top: 50px;
}

.verify-data {
  margin-bottom: 30px;
}

.verify-data .card .card-body {
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  padding: 2.25rem 4rem;
}

.verify-data .card .card-body .verify-lists {
  background: #f8f6f7;
  width: 100%;
  height: auto;
  border-radius: 10px;
  padding: 30px;
}

.verify-data .card .card-body .verify-lists ul {
  padding: 0px;
}

.verify-data .card .card-body .verify-lists ul li {
  position: relative;
  color: #c1c1c1;
  font-size: 16px;
  padding: 4px 0px;
  font-weight: normal;
  padding-left: 30px;
}

.verify-data .card .card-body .verify-lists ul li:before {
  content: "\f00c";
  position: absolute;
  left: 0px;
  bottom: 0px;
  top: 4px;
  color: #c1c1c1;
  font-family: "FontAwesome";
  font-weight: 200;
}

.verify-data .card .card-body .verify-lists ul li.active {
  color: #f8403e;
}

.verify-data .card .card-body .verify-lists ul li.active:before {
  content: "\f00c";
  position: absolute;
  left: 0px;
  bottom: 0px;
  top: 4px;
  color: #f8403e;
  font-family: "FontAwesome";
  font-weight: 200;
}

.verify-data .card .card-body .verify-form .scroll-height .height-px p {
  text-align: left;
  font-size: 16px;
  color: #000;
}

.verify-data .card .card-body .verify-form .scroll-height .height-px h5 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #e42e2a;
  font-size: 18px;
}

.verify-data .card .card-body .verify-form .scroll-height .height-px h4 {
  font-family: "Varela", sans-serif;
  font-weight: normal;
  color: #f8403e;
  font-size: 18px;
}

.verify-data .card .card-body .verify-form .scroll-height .height-px .form-group label {
  color: #c1c1c1;
  font-size: 16px;
  font-family: "Varela", sans-serif;
  margin-bottom: 4px;
}

.verify-data .card .card-body .verify-form .scroll-height .height-px .form-group input {
  height: 50px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #e7e2e2;
  background: rgba(241, 241, 241, 0.48);
}

.verify-data .card .card-body .verify-form .scroll-height .height-px .form-group .switch-toggle {
  margin-bottom: 10px;
}

.verify-data .card .card-body .verify-form .scroll-height .height-px .form-group .switch-toggle input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none !important;
  cursor: pointer;
}

.verify-data .card .card-body .verify-form .scroll-height .height-px .form-group .switch-toggle input:checked {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  right: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.verify-data .card .card-body .verify-form .scroll-height .height-px .form-group .switch-toggle input:checked + label {
  color: #000;
}

.verify-data .card .card-body .verify-form .scroll-height .height-px .form-group .switch-toggle input:checked + label::after {
  display: block;
  position: absolute;
  top: 2px;
  right: 0px;
  width: 6px;
  height: 14px;
  border: solid #f8403e;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.verify-data .card .card-body .verify-form .scroll-height .height-px .form-group .switch-toggle label {
  position: relative;
  cursor: pointer;
  padding-right: 20px;
  margin-right: 30px;
  display: inline-block;
}

.verify-data .card .card-body .verify-form .scroll-height .height-px .form-group .switch-toggle label:after {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 0px solid #f8403e;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0px;
  cursor: pointer;
}

.verify-data .card .card-body .verify-form .scroll-height .height-px .form-group h6 span {
  color: #f8403e;
}

.verify-data .card .card-body .verify-form .scroll-height .height-px .text-color {
  color: #000 !important;
  margin-right: 20px;
}

.disclaimer {
  top: 70px;
}

.disclaimer .modal-dialog {
  max-width: 850px;
}

.disclaimer .modal-dialog .modal-content .modal-header {
  border: none;
  padding: 50px 50px 10px;
}

.disclaimer .modal-dialog .modal-content .modal-header h4 {
  font-size: 24px;
  color: #f8403e;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
}

.disclaimer .modal-dialog .modal-content .modal-header h4:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 30px;
  height: 2px;
  background: #f8403e;
}

.disclaimer .modal-dialog .modal-content .modal-body {
  padding: 20px 50px 10px;
}

.disclaimer .modal-dialog .modal-content .modal-body .body-message p {
  font-size: 18px;
  color: #101a29;
}

.disclaimer .modal-dialog .modal-content .modal-footer {
  border: none;
  padding: 10px 50px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.disclaimer .modal-dialog .modal-content .modal-footer button {
  font-family: "Varela Round", sans-serif;
  font-size: 16px;
  margin-right: 20px;
  padding: 12px 20px;
}

.disclaimer .modal-dialog .modal-content .modal-footer button:hover {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}

.disclaimer.congratulations .modal-dialog .modal-content .modal-header h4:after {
  right: 0px;
  margin: auto;
}

.modal-backdrop {
  background-color: #002b68;
}

/*** Checkbox Custom ***/
/* The container */
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.container-checkbox .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border: 1px solid #707070;
}

.container-checkbox:hover input ~ .checkmark {
  background-color: transparent;
  border: 1px solid #002b68;
}

.container-checkbox input:checked ~ .checkmark {
  background-color: #002b68;
  border: 1px solid #002b68;
}

.container-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.container-checkbox .checkmark:after {
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: 1px solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/** Checkbox Slider Css **/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e4e4e4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #9fa8b0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

input:checked + .slider {
  background-color: #f8403e;
}

input:checked + .slider:before {
  background: #fff;
}

input:focus + .slider {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
          transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.vodiapicker {
  display: none;
}

#a {
  padding-left: 0px;
}

#a img,
.btn-select img {
  width: 12px;
}

#a li {
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

#a li:hover {
  background-color: #f4f3f3;
}

#a li img {
  margin: 5px;
}

#a li span,
.btn-select li span {
  margin-left: 30px;
}

/* item list */
.b {
  display: none;
  width: 100%;
  max-width: 350px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.open {
  display: show !important;
}

.btn-select {
  margin-top: 10px;
  width: 100%;
  max-width: 350px;
  height: 34px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.btn-select li {
  list-style: none;
  float: left;
  padding-bottom: 0px;
}

.btn-select:hover li {
  margin-left: 0px;
}

.btn-select:hover {
  background-color: #f4f3f3;
  border: 1px solid transparent;
  -webkit-box-shadow: inset 0 0px 0px 1px #ccc;
          box-shadow: inset 0 0px 0px 1px #ccc;
}

.btn-select:focus {
  outline: none;
}

.lang-select {
  margin-left: 50px;
}

.progressbar {
  background-color: #ccc;
  border-radius: 6px;
  margin: 0 auto 20px;
  max-width: 450px;
  overflow: hidden;
}

.progressbar__status {
  background-color: orange;
  height: 12px;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
  width: 0%;
}

.steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: flex-space-around;
          flex-flow: flex-space-around;
  text-align: center;
}

.step {
  font-size: 20px;
  margin-bottom: 20px;
}

.step:nth-of-type(n + 2) {
  display: none;
}

label {
  display: block;
  margin-bottom: 10px;
}

.submit {
  text-align: center;
}

button {
  background: #376a92;
  border: solid 1px #666;
  border-radius: 6px;
  color: #fff;
  font-size: 20px;
  padding: 10px 20px;
}

.success {
  display: none;
}

h1 {
  text-align: center;
}

h2 {
  margin-top: 0;
}

.toolbar {
  margin-bottom: 10px;
}

.toolbar-item a {
  background-color: #fff;
  border: 1px solid #c0c0c0;
  color: #333;
  padding: 8px 0px;
  width: 80px;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.toolbar-item a.selected-button {
  background-color: #f3f3f3;
  color: #000;
}

/* context menu icons */
.icon:before {
  position: absolute;
  margin-left: 0px;
  margin-top: 3px;
  width: 14px;
  height: 14px;
  content: "";
}

.icon-blue:before {
  background-color: #3d85c6;
}

.icon-green:before {
  background-color: #6aa84f;
}

.icon-orange:before {
  background-color: #e69138;
}

.icon-red:before {
  background-color: #cc4125;
}

/* active areas */
.area-menu-icon {
  background-color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid white;
  border-radius: 10px;
  opacity: 0.7;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}

/*      .area-menu-icon:hover {
            opacity: 1;
        }*/
.progreshSec {
  padding: 50px 0;
  text-align: center;
}

.progreshSec .progress-bar {
  background: #f8403e;
}

.progreshSec .progress {
  height: 24px;
}

.progress-bar {
  width: 0;
  -webkit-animation: progress 1.5s ease-in-out forwards;
          animation: progress 1.5s ease-in-out forwards;
}

.progress-bar .title {
  opacity: 0;
  -webkit-animation: show 0.35s forwards ease-in-out 0.5s;
          animation: show 0.35s forwards ease-in-out 0.5s;
}

@-webkit-keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.drop-down {
  position: relative;
}

.drop-down .selected a {
  background: #fff no-repeat scroll right center;
  display: block;
  padding-right: 20px;
  border: 1px solid #d7d7d7;
  width: 100%;
  border-radius: 5px;
  text-decoration: none;
  color: rgba(0, 43, 104, 0.5);
}

.drop-down .selected a:after {
  content: "";
  position: absolute;
  right: 14px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  background: url(../img/arrowicon.svg) no-repeat;
  height: 27px;
  width: 27px;
}

.drop-down .selected a:hover {
  color: rgba(0, 43, 104, 0.5);
}

.drop-down .selected a span {
  cursor: pointer;
  display: block;
  padding: 5px;
}

.drop-down .option {
  position: relative;
}

.drop-down .options ul {
  background: #fff none repeat scroll 0 0;
  display: none;
  list-style: none;
  padding: 0px 0px;
  position: absolute;
  left: 0px;
  top: 60px;
  width: auto;
  min-width: 100%;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 30px rgba(187, 187, 187, 0.4);
          box-shadow: 0px 10px 30px rgba(187, 187, 187, 0.4);
  z-index: 100;
  border: 1px solid #e7e2e2;
}

.drop-down .selected span.value,
.drop-down .options span.value {
  display: none;
}

.drop-down .options ul li a {
  padding: 5px;
  display: block;
  text-decoration: none;
  color: #101a29;
  padding: 10px 20px;
  font-size: 18px;
}

.drop-down .options ul li a:hover {
  background: #f8f8f8;
  color: #101a29;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.preloaderBg {
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 99999;
}

.preloader {
  margin: auto;
  background: url(../img/logo.png) no-repeat center;
  background-size: 60px;
  width: 300px;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.preloader2 {
  border: 3px solid #fff;
  border-top: 2px solid #f8403e;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  -webkit-animation: spin 1s ease-in-out infinite;
          animation: spin 1s ease-in-out infinite;
  position: relative;
  top: 0px;
  bottom: 0px;
  margin: auto;
  position: absolute;
  left: 0px;
  right: 0px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.verify-data .alertColor {
  margin-right: 0px;
}

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

.progresh2 {
  top: 160px;
}

.progreshSec .progress {
  position: relative;
  overflow: visible;
}

.progreshSec .progress .progress-bar {
  border-radius: 5px;
}

.progreshSec .progress .progress-bar .zero {
  left: 0px;
  top: -24px;
  color: black;
  position: absolute;
  font-size: 16px;
}

.progreshSec .progress .progress-bar .hundred {
  right: 0px;
  top: -24px;
  color: black;
  position: absolute;
  font-size: 16px;
}

.progreshSec p {
  margin: 30px auto;
}

.unsuccess .modal-dialog .modal-content .modal-header h4:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 30px;
  height: 2px;
  background: #f8403e;
  right: 0px;
  margin: auto;
}

.unsuccess .modal-dialog .modal-content .modal-body {
  padding: 20px 30px 10px;
}

.unsuccess .modal-dialog .modal-content .modal-body p {
  margin-bottom: 20px;
}

.unsuccess .modal-dialog .modal-content .modal-footer a {
  margin-right: 0px;
}

.chatbox {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 1000;
  cursor: pointer;
}

.chatbox .chaticon {
  width: 90px;
  height: 90px;
  background: #f8403e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  border-radius: 50px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  right: 0px;
  bottom: 0px;
}

.chatbox .chaticon img {
  width: 40px;
  width: 40px;
}

.main-content .feed-block .right-side .card .card-body .textareabox .addtag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-content .form-register .left-side-form .card-body .form-group {
  position: relative;
}

.invalid-feedback {
  position: absolute;
  bottom: -15px;
  left: 0;
  font-size: 11px;
  font-weight: normal !important;
}

.modal-backdrop {
  z-index: 30000;
}

.modal {
  z-index: 30001;
}

.watchlist-block .card {
  overflow: auto;
}

.watchlist-block .card::-webkit-scrollbar {
  width: 12px;
}

.watchlist-block .card::-webkit-scrollbar-track {
  background: #ececec;
}

.watchlist-block .card::-webkit-scrollbar-thumb {
  border: 4px solid #ececec;
  border-radius: 10px;
  background: #f8403e;
}

#ndi-qr .ndi-qr-page {
  padding: 0 !important;
}

#ndi-qr .ndi-container {
  height: auto !important;
}

#ndi-qr .ndi-qr-container {
  width: 150px !important;
  height: 150px !important;
  top: 30px !important;
}

#ndi-qr .ndi-qr-frame {
  width: 170px !important;
  height: 190px !important;
  left: -10px !important;
  top: -10px !important;
}

#ndi-qr .ndi-expired-overlay-background {
  width: 150px !important;
  height: 150px !important;
}

#ndi-qr .ndi-expired-overlay {
  height: 150px !important;
  width: 150px !important;
}

.ndi-qr-logo {
  width: auto !important;
  width: 20px !important;
  height: 20px !important;
  margin: auto !important;
  left: 0 !important;
  right: 0 !important;
}

#ndi-qr-canvas {
  width: 150px !important;
  height: 150px !important;
}

.ndi-qr-app-link {
  margin-left: -75px !important;
  margin-top: -75px !important;
}

.login-email {
  position: relative;
  margin-top: -30p;
}

.align_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.feed-back .img-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  margin-right: .5em;
  max-width: 150px;
}

.float-start {
  float: left !important;
}
/*# sourceMappingURL=style.css.map */





.main-content .right-side{height: auto;max-height: initial;}
.card{margin-bottom: 30px;}

.custompagination{
  margin-top: 36px;
  position: relative;
  z-index: 1;
}
.custompagination nav{
    position: relative;
    display: block;
    top: inherit;
    background-color: transparent !important;
    box-shadow: unset !important;
}
.custompagination nav div{position: relative;}

.pagination-top{display: none;/*display: flex;*/
    flex-wrap: wrap;
    justify-content: space-between;}

.custompagination nav p {
    font-size: 17px !important;
    margin-top: 16px;
}
.custompagination nav svg{width: 24px;height: 24px;}

.pagination-showing{display: none;}

.pagination-numbers{}
.pagination-numbers ul{display: flex;flex-wrap: wrap;flex-direction: row;justify-content: center;padding: 0px;}
.pagination-numbers ul li{}
.pagination-numbers ul li a{display: block;border: 1px solid #dee2e6;padding: 5px 10px;color: #101a29;}
.pagination-numbers ul li span{}
.pagination-numbers ul li .fa{font-size: inherit !important;}

.pagination-numbers ul li.active{}
.pagination-numbers ul li.active a{background-color: #f8403e;color: #FFFFFF;border-color: #f8403e;}

.new-register-form h5{font-weight: bold;}
.new-register-form .form-control{border-radius: 5px;
    height: 50px;
    padding: 8px 15px;
    background: #f8f8f8;
    border: 1px solid #e7e2e2;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;}