body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  background: #fafafc;
}

.menu-svg {
  display: none;
}
@media (max-width: 800px) {
  .menu-svg {
    display: flex;
    position: absolute;
    cursor: pointer;
    top: 20px;
    right: 20px;
    z-index: 30;
    background: white;
    padding: 12px;
    border-radius: 20%;
  }
}

.container {
  display: flex;
  flex-direction: column;
  z-index: 4;
}
@media (max-width: 800px) {
  .container {
    min-width: 300px;
    width: 100%;
  }
}

@media (min-width: 1100px) {
  .fluid {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}

.navbar {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  transition: 0.4s;
}
@media (max-width: 800px) {
  .navbar {
    background: white;
    display: none;
    transition: 0.6s;
    z-index: 14;
  }
}

.nav-row {
  padding-top: 10px;
  min-width: 1060px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .nav-row {
    flex-direction: column;
    min-width: 100%;
    margin-top: 0;
  }
}

.logo {
  width: 200px;
  height: 52px;
}
@media (max-width: 800px) {
  .logo {
    align-self: flex-start;
    margin-left: 20px;
    margin-top: 10px;
  }
}

.right {
  width: 70%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.right ul {
  list-style: none;
  display: inline-flex;
  align-items: center;
}
.right ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: inherit !important;
  text-decoration: none;
  margin-left: 41px;
  padding-bottom: 4px !important;
  transition: 0.2s;
}
.right ul li a:hover {
  color: #04aadb;
  border-bottom: 2px solid #04aadb;
  padding-bottom: 10px;
  transition: 0.2s;
}

.nav-box {
  padding-bottom: 10px;
  color: grey;
  background: #ffffff;
  box-shadow: 0px 6px 6px rgba(147, 147, 147, 0.1);
}

.sized-box {
  height: 100px;
}

.adc-welcome-text {
  font-weight: 500;
  font-size: 22px;
  text-align: left;
  color: #4f4f4f;
  width: 1024px;
  margin-top: 60px !important;
  margin-bottom: 24px;
}

.adc-center {
  align-items: center;
  padding-bottom: 100px;
}

.adc-tabs {
  width: 1024px;
  background: #ffffff;
  border-bottom: 1.4px solid #e5eaed;
}
.adc-tabs ul li {
  display: inline-flex;
  list-style: none;
}
.adc-tabs ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  color: #ff554b;
  text-decoration: none;
  padding-top: 16px;
  padding-bottom: 16px;
  transition: 0.4s;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
}
.adc-tabs ul li a:hover {
  color: #ff554b!important;
  border-bottom: 3px solid #ff554b!important;
}
.adc-tabs ul li a:active {
  color: #ff554b!important;
  border-bottom: 3px solid #ff554b;
}

.active {
  /*color: #04aadb !important;*/
  /*border-bottom: 3px solid #04aadb;*/
  color: #ff554b !important;
    border-bottom: 3px solid #ff554b;
}

.adc-tabs ul li .active {
  color: #ff554b !important;
  border-bottom: 3px solid #ff554b;
}

.adc-user-profile {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 16px;
}



.adc-messages {
  width: 1024px;
  background: #ffffff;
  display: none;
  margin-top: 75px;
}

.adc-payment {
  width: 1024px;
  background: #ffffff;
  display: none;
  flex-direction: column;
}

.adc-container {
  width: 1024px;
  background: #ffffff;
  box-shadow: 2px 3px 12px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
}

.adc-left {
  width: 38%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.adc-right {
  flex: 1;
  background: #fafafc;
  display: flex;
  flex-direction: column;
  border-left: 1.4px solid #e5eaed;
  justify-content: space-between;
  min-height: 550px;
}

.adc-user {
  display: flex;
  padding: 20px;
  border-bottom: 1.4px solid #e5eaed;
  justify-content: space-between;
}
.adc-user p {
  font-size: 12px;
  color: #9da6b5;
}

.adc-namebox {
  flex: 2;
}
.adc-namebox h4 {
  font-weight: 500;
  font-size: 16px;
  color: #646e80;
}
.adc-namebox p {
  font-size: 14px;
  color: #9da6b5;
}

.adc-active-user {
  display: flex;
  justify-content: center;
  background: #ffffff;
  border-bottom: 1.4px solid #e5eaed;
}
.adc-active-user h3 {
  font-weight: 500;
  font-size: 16px;
  color: #646e80;
  padding: 4px;
}
.adc-active-user a {
  display: none;
}

.adc-chat {
  padding: 36px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.adc-msg-right {
  font-weight: 400;
  font-size: 14px;
  color: #4a5464;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.adc-msg-right div {
  padding: 16px;
  background: #fafafc;
  border: 1px solid #e5eaed;
  box-shadow: 2px 2px 6px #ececef;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  max-width: 60%;
}
.adc-msg-right div p:last-child {
  align-self: flex-end;
}

.adc-msg-left {
  font-weight: 400;
  font-size: 14px;
  color: #646e80;
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}
.adc-msg-left div {
  padding: 16px;
  background: #ffffff;
  border: 1px solid #e5eaed;
  box-shadow: 2px 2px 6px #ececef;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  max-width: 60%;
}
.adc-msg-left div p:last-child {
  align-self: flex-end;
}

.adc-input {
  padding: 0px 36px 36px 36px;
  display: flex;
}
.adc-input button {
  background: #04aadb;
  box-shadow: 4px 4px 10px #ececef;
  border-radius: 0px 6px 6px 0px;
  padding: 0px 30px 0px 30px;
  border: none;
  flex: 1;
  font-family: "Poppins";
  color: white;
}
.adc-input input {
  background: #ffffff;
  font-family: "Poppins";
  border: 1px solid #e5eaed;
  box-shadow: 4px 4px 10px #ececef;
  border-radius: 6px 0px 0px 6px;
  flex: 2;
  flex-basis: 80%;
  padding: 16px;
  color: #9da6b5;
}

.adc-logged-user {
  background-color: #04aadb;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #f2f2f2;
}

.adc-myaccount {
  display: flex;
}

.adc-profile-section {
  width: 1024px;
  background: #ffffff;
  display: none;
  flex-direction: column;
  padding: 26px;
}

.adc-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.adc-profile-top {
  height: 160px;
}

.adc-location {
  z-index: 12;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  bottom: 40px;
  left: 120px;
  border: 1.6px solid white;
}

.adc-profile-container {
  background-color: #04aadb;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  background: #f2f2f2;
  border-radius: 50%;
  overflow: hidden;
}

.adc-info {
  flex: 1;
  margin: 0 45px;
}

.info-top {
  align-items: center;
  padding-bottom: 26px;
  justify-content: space-between;
}
.info-top h3 {
  font-weight: 500;
  font-size: 20px;
  color: #4f4f4f;
}

.info-middle {
  justify-content: space-between;
  padding-bottom: 26px;
}
.info-middle div {
  border-left: 1px solid #e5eaed;
  padding-left: 8%;
}
.info-middle div:first-child {
  border-left: 0;
  padding-left: 0;
}

.info-head {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #828282;
}

.info-para {
  font-size: 16px;
  line-height: 26px;
  color: #4f4f4f;
}
.info-para span {
  font-size: 22px;
  line-height: 26px;
  color: #6fcf97;
}
.info-para span span {
  font-size: 18px;
}

.info-about h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #4f4f4f;
}
.info-about p {
  font-size: 13px;
  line-height: 24px;
  color: #828282;
}
.info-about p span a {
  color: #04aadb;
  text-decoration: none;
}

.flex-c {
  display: flex;
  flex-direction: column;
}

.flex-r {
  display: flex;
}

.adc-profile-edit {
  flex-basis: 20%;
}

.adc-edit {
  display: inline-flex;
  align-items: center;
  background: #d9f2fa;
  border-radius: 16px;
  padding: 6px 20px 6px 20px;
  cursor: pointer;
/*  width: max-content;*/
}

.adc-edit-rate {
  position: relative;
  transform: translate(-130%,-55%); 
  left: 42%; 
}

.see-sample-profile {
  left: 100%;
  cursor: pointer;
  width: auto;
  position: relative;
  margin: 0;
}

/*
@media (min-width:320px)  {}
@media (min-width:480px)  {}
@media (min-width:600px)  {}*/
@media (max-width:801px)  {
  .adc-edit-responsive {
    display: inline-flex;
    align-items: center;
    background: #d9f2fa;
    border-radius: 16px;
    padding: 6px 20px 6px 20px;
    cursor: pointer;
 /*   width: max-content;*/
    position: absolute;
    right: 5%;
  }

  .adc-edit-rate {
    position: relative;
    transform: inherit; 
    left: auto; 
    right: -217%;
    bottom: 190px;
  }

  .adc-text-plain {
    margin-top: 15px;
  }

  .see-sample-profile {
    left: 70%;
    cursor: pointer;
    width: auto;
    position: relative;
    margin: 0;
  }
}
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
@media (min-width:1281px) { /* hi-res laptops and desktops */ }


.adc-edit:hover {
  background: #bbefff;
}
.adc-edit p {
  font-weight: 400;
  font-size: 16px;
  color: #04aadb;
  /*padding-left: 14px;*/
}
.adc-edit img {
  height: 20px;
}

.adc-section {
  display: flex;
  align-items: center;
  min-height: 100px;
}
.adc-section:first-child {
  padding-bottom: 20px;
}

.adc-border {
  border-top: 2px solid #e2e4e2;
}

.adc-label {
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  color: #525050;
  margin-right: 36px;
}

.adc-edit-column {
  display: flex;
  align-items: center;
  margin-left: 36px;
  padding-right: 36px;
  border-right: 2px solid #e2e4e2;
}

/*#*/ .overlay {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(51, 57, 67, 0.6);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

.pop-up-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 435px;
  background: #ffffff;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 30px;
}

.top-bar {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 10px;
}
.top-bar h4 {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #4a5464;
}

.adc-input-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.adc-input-file {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    padding-bottom: 15px;
}
.adc-input-file input {
    background: #fafafc;
    border: 1.4px solid #9da6b5;
    box-sizing: border-box;
    border-radius: 4px;
    height: 48px;
    padding: 12px 20px;
    font-family: "Poppins";
}
.adc-input-text input {
  background: #fafafc;
  border: 1.4px solid #9da6b5;
  box-sizing: border-box;
  border-radius: 4px;
  height: 48px;
  padding-left: 20px;
  font-family: "Poppins";
}

.button-blue {
  margin-top: 16px;
  width: 100%;
  background: #04aadb;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  border: none;
  padding: 10px 20px 10px 20px;
  transition: 0.4s;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
}
.button-blue:hover {
  box-shadow: 2px 4px 12px rgba(4, 170, 219, 0.25);
}

.adc-package {
  width: 100%;
  margin-top: 16px;
}

.adc-pop-label {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #4a5464;
}

.adc-pop-label-small {
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 8px;
  color: #828282;
}

.adc-package-item {
  display: flex;
  margin-bottom: 26px;
  justify-content: space-between;
}

.adc-blue-text {
  display: flex;
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
  color: #04aadb;
  text-decoration: none;
  transition: 0.4s;
  cursor: pointer;
}
.adc-blue-text:hover {
  color: #04aadb;
}

.adc-control {
  display: flex;
  justify-content: center;
  align-items: center;
}
.adc-control button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #d9f2fa;
  padding: 5px;
  border-radius: 6px;
  border: none;
}
.adc-control p {
  margin-left: 10px;
  margin-right: 10px;
}

.adc-payment-top {
  height: 80px;
  display: flex;
  align-items: center;
  /*padding-left: 24px;*/
}

.adc-table-header {
  height: 33px;
  background: #fafafc;
  display: flex;
  align-items: center;
  padding-left: 24px;
}
.adc-table-header p {
  font-weight: 500;
  font-size: 14px;
  color: #4a5464;
}

.adc-table-row {
  height: 54px;
  background: white;
  display: flex;
  align-items: center;
  padding-left: 24px;
  border-bottom: 1.4px solid #e5eaed;
  color: #4a5464;
}
.adc-table-row p {
  font-weight: 400;
  font-size: 15px;
  text-align: left;
}

.fl-2 {
  flex: 2;
  margin-left: 36px;
  overflow-wrap: anywhere;
}

.fl-1 {
  flex: 1;
}

.success {
  color: #27ae60;
}

.pending {
  color: #2d9cdb;
}

.failed {
  color: #f2994a;
}

.sent {
  color: #ff6242;
}

.adc-paid {
  display: flex;
  align-items: center;
}
.adc-paid h2 {
  margin-left: 20px;
  font-size: 22px;
}

.button-light {
  font-weight: 400;
  font-size: 16px;
  color: #04aadb;
  background: #d9f2fa;
  box-sizing: border-box;
  border-radius: 4px;
  border: none;
  padding: 10px 20px 10px 20px;
}
.button-light:hover {
  background: #c5edfa;
  box-shadow: 4px 4px 10px #def7fe;
}

.adc-a-self {
  display: flex;
  justify-content: flex-end;
  padding-right: 30px;
}

#settings-overlay {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(51, 57, 67, 0.6);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

@media screen and (max-width: 800px) {
  .sized-box {
    display: none;
  }

  .adc-welcome-text {
    font-size: 20px;
    padding-left: 20px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .adc-center {
    align-items: center;
    padding-bottom: 10px;
  }

  .adc-tabs {
    width: 100%;
  }
  .adc-tabs ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .adc-messages {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .adc-container {
    width: 100%;
    border-radius: 0px;
  }

  .adc-left {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .adc-right {
    width: 100%;
    display: none;
    height: 100%;
  }

  .adc-chat {
    padding: 24px;
    flex: 1;
  }

  .adc-msg-right div {
    padding: 12px;
    max-width: 85%;
  }

  .adc-msg-left div {
    padding: 12px;
    max-width: 85%;
  }

  .adc-input {
    width: 100%;
    padding: 0;
    display: flex;
    position: fixed;
    bottom: 20px;
  }
  .adc-input button {
    border-radius: 0px;
    flex: 1.2;
  }
  .adc-input input {
    border-radius: 0px;
    flex: 1.8;
    flex-basis: 70%;
    padding: 16px;
  }

  .adc-logged-user {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #f2f2f2;
  }

  .adc-myaccount {
    display: none;
  }

  .right {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 30vh;
  }
  .right ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .right ul li {
    padding-bottom: 20px;
  }
  .right ul li a {
    color: black;
    font-size: 20px;
    margin-left: 20px;
  }

  .adc-active-user {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .adc-active-user h3 {
    font-weight: 500;
    font-size: 16px;
    color: #646e80;
    padding: 12px;
  }
  .adc-active-user a {
    display: inline-flex;
    color: #04aadb;
    padding-left: 20px;
    padding-right: 20px;
  }

  .adc-profile-section {
    width: 100%;
    padding: 14px;
    display: none;
  }

  .adc-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .adc-profile-top {
    height: 160px;
  }

  .adc-location {
    z-index: 12;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    bottom: 40px;
    left: 120px;
    border: 1.6px solid white;
  }

  .adc-section {
    flex-direction: column;
  }
  .adc-section:first-child {
    padding-bottom: 20px;
  }

  .adc-edit-column {
    width: 100%;
    margin-left: 10px;
    padding-right: none;
    border-right: none;
    border-bottom: 1.4px solid #e5eaed;
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /*#*/ .overlay {
    display: none;
    height: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 100;
  }

  .pop-up-container {
    width: 100%;
    height: 100%;
    padding: 15px;
  }

  .adc-payment {
    width: 100%;
  }

  .adc-payment-top {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }

  .adc-table-header {
    height: 100%;
    background: #fafafc;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 24px;
  }
  .adc-table-header p {
    font-weight: 500;
    font-size: 14px;
    color: #4a5464;
  }

  .adc-table-row {
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    border-bottom: 1.4px solid #e5eaed;
  }

  .fl-2 {
    flex: 1;
    margin-left: 0px;
  }

  .fl-1 {
    flex: 1;
  }

  .adc-paid {
    display: flex;
    align-items: center;
  }
  .adc-paid h2 {
    margin-left: 20px;
    font-size: 22px;
  }
}




/*Dev CSS*/

.profile-circle-img img {
    position: relative;
    display: block;
    width: auto;
    height: 160px;
    object-fit: cover;
}
.flag-circle-img img {
    z-index: 12;
    position: relative;
    object-fit: cover;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
.tagsinput input{
  height: 30px !important;
}
div.tagsinput {
    border: 1px solid #CCC;
    background: #FFF;
    padding: 5px;
    width: 300px;
    height: 100px;
    overflow-y: auto;
    /* background: #fafafc; */
    border: 1.4px solid #9da6b5;
    box-sizing: border-box;
    border-radius: 4px;
    height: 48px;
    /* padding-left: 20px; */
    font-family: "Poppins";
    width: 100% !important;
}


input[type=text] {
    font-family: "Poppins", sans-serif;
}

select {
    font-family: "Poppins", sans-serif;
}

input[type=file] {
    font-family: "Poppins", sans-serif;
}

textarea {
    font-family: "Poppins", sans-serif;
    color: #777;
    border-color: #ccc !important;
    padding: 10px;
    border-radius: 3px;
}

textarea:focus {
    border-color: #7d7c7c !important;
    outline: none;
}


/* TOMTOMTOM */
.dec20-top {
  background: #fafafc;
  padding: 11px 18px 15px;
}
.dec20-top .dec20-next-lesson {
  background: #ffffff;
  -webkit-box-shadow: 4px 4px 10px #ececef;
  box-shadow: 4px 4px 10px #ececef;
  border-radius: 4px;
  padding: 24px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .dec20-top .dec20-next-lesson {
    flex-direction: column;
  }
}
.dec20-top .dec20-next-lesson .dec20-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dec20-top .dec20-next-lesson .dec20-item:not(:last-of-type) {
  margin-right: 22px;
}
.dec20-top .dec20-next-lesson .dec20-item .dec20-icon {
  margin-right: 23px;
}
@media (max-width: 992px) {
  .dec20-top .dec20-next-lesson .dec20-item .dec20-icon {
    display: none;
  }
}
.dec20-top .dec20-next-lesson .dec20-item .dec20-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 992px) {
  .dec20-top .dec20-next-lesson .dec20-item .dec20-text {
    flex-direction: column;
    align-items: flex-start;
  }
}
.dec20-top .dec20-next-lesson .dec20-item .dec20-text .dec20-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #9da6b5;
  margin-right: 8px;
}
.dec20-top .dec20-next-lesson .dec20-item .dec20-text .dec20-value {
  font-weight: 600;
  font-size: 14px;
  color: #4a5464;
}
.dec20-top .dec20-next-lesson .dec20-item .dec20-text .dec20-value span {
  font-weight: 400;
}
.dec20-bottom {
  padding: 10px 0;
}
.dec20-bottom h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #4a5464;
  margin-bottom: 6px;
  padding: 0 30px;
}
.dec20-bottom .dec20-header {
  height: 33px;
  background: #e5eaed;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dec20-bottom .dec20-header h6 {
  font-weight: 500;
  font-size: 14px;
  color: #4a5464;
}
.dec20-bottom .dec20-header h6.dec20-name {
  width: 15%;
}
.dec20-bottom .dec20-header h6.dec20-package {
  width: 15%;
}
.dec20-bottom .dec20-header h6.dec20-comm-tool {
  width: 30%;
}
.dec20-bottom .dec20-header h6.dec20-actions {
  width: 40%;
  text-align: right;
}
.dec20-bottom .dec20-students {
  padding: 0 30px;
}
.dec20-bottom .dec20-students .dec20-student {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1.4px solid #e5eaed;
}
@media (max-width: 992px) {
  .dec20-bottom .dec20-students .dec20-student {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 5px 0;
  }
  .dec20-header > h6 {
    flex: 1;
  }
  .dec20-details > h6 {
    flex: 1;
  }
  .dec20-header > h6:last-child {
    display: none;
  }
  .dec20-student {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.dec20-bottom .dec20-students .dec20-student .dec20-details {
  display: flex;
  width: 60%;
}
@media (max-width: 992px) {
  .dec20-bottom .dec20-students .dec20-student .dec20-details {
    width: 100%;
  }
}
.dec20-bottom .dec20-students .dec20-student .dec20-name {
  width: 25%;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #4a5464;
}
@media (max-width: 992px) {
  .dec20-bottom .dec20-students .dec20-student .dec20-name {
    font-size: 13px;
  }
}
.dec20-bottom .dec20-students .dec20-student .dec20-package {
  width: 25%;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #9da6b5;
}
@media (max-width: 992px) {
  .dec20-bottom .dec20-students .dec20-student .dec20-package {
    font-size: 13px;
  }
}
.dec20-bottom .dec20-students .dec20-student .dec20-comm-tool {
  width: 50%;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #9da6b5;
}
@media (max-width: 992px) {
  .dec20-bottom .dec20-students .dec20-student .dec20-comm-tool {
    font-size: 13px;
  }
}
.dec20-bottom .dec20-students .dec20-student .dec20-actions {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .dec20-bottom .dec20-students .dec20-student .dec20-actions {
    width: 100%;
  }
}
.dec20-bottom .dec20-students .dec20-student .dec20-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  flex: 1;
  margin-top: 15px;
}
.dec20-bottom .dec20-students .dec20-student .dec20-action:not(:last-of-type) {
  margin-right: 35px;
}
.dec20-bottom .dec20-students .dec20-student .dec20-action .dec20-icon {
  margin-right: 13px;
}
@media (max-width: 992px) {
  .dec20-bottom .dec20-students .dec20-student .dec20-action .dec20-icon {
    margin-right: 8px;
  }
  .dec20-bottom .dec20-students .dec20-student .dec20-action .dec20-icon img {
    width: 14px;
  }
}
.dec20-bottom .dec20-students .dec20-student .dec20-action h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #04aadb;
}
@media (max-width: 992px) {
  .dec20-bottom .dec20-students .dec20-student .dec20-action h5 {
    font-size: 13px;
  }
}

.adc-text-plain{
  color: #999494;
}

.button-blue2 {
  background: #04aadb!important;
  border-radius: 4px!important;
  font-weight: 400!important;
  font-size: 16px!important;
  line-height: 18px!important;
  color: #ffffff!important;
  border: none!important;
  padding: 10px 20px 10px 20px!important;
  transition: 0.4s!important;
  font-family: "Poppins", sans-serif;

}
.button-blue2:hover {
  box-shadow: 2px 4px 12px rgba(4, 170, 219, 0.25)!important;
}

.adc-msg-right{
  width: 100%;
  text-align:left!important;
}
.adc-msg-left{
  width: 100%
}

.textcolor{
  color: #ff554b!important;
}

.adc-container a.active.item.activeUser {
    color: #ff554b !important;
    border-bottom: 3px solid #ff554b;
}


.comments .submit {
      background-color: #ff554b !important;
}

.dec20-notes-popup .dec20-new-note .dec20-note-submit{
    background: #ff554b !important; 
}

.de20-earnings .de20-withdraw-button{
    background: #ff554b !important;
    border: 2px solid #ff554b !important;
}

.button-red{
  background: #ff554b !important; 
}

@media only screen and (min-width: 1400px){
  .chat-section .adc-container{
        min-height: 584px !important;
        /*margin-top: -152px; */
  }  
}

.de20-withdraw .abc:after {
    left: 230px !important;
}