.card-body-service {
  display: flex;
  justify-content: space-evenly;
}
.card-body-service svg {
  font-size: 20px;
}
.card1 {
  border-radius: 10px;
  /* background-color: blueviolet; */
  background: linear-gradient(to right, #c717f3 0%, #a299ff 100%);
}
.card-footer-service {
  text-align: center;
  color: #d2cece;
  font-size: 14px;
}
.card-body-subscribe {
  display: flex;
  justify-content: space-evenly;
  color: #d2cece;
}
.card-body-subscribe svg {
  font-size: 20px;
}
.card2 {
  border-radius: 10px;
  /* background-color: rgb(0 178 255 / 66%); */
  background: linear-gradient(to right, #37a7db 0%, #564ad0 100%);
}
.card-footer-subscribe {
  text-align: center;
  color: #d2cece;
}
.card-body-3 {
  display: flex;
  justify-content: space-evenly;
}
.card3 {
  background-color: #4c4c4d2e;
  border-radius: 14px;
  height: 53px;
}

.card-body-3-message-sign {
  color: #e07fffbf;
  font-size: 24px;
}
.card-body-3-message {
}
.card-body-3-message-count {
  padding: 3px 12px;
  background-color: #62378a7a;

  border-radius: 10px;
}

.card-body-3-note-sign {
  color: #00afff;
  font-size: 24px;
}
.card-body-3-note {
}
.card-body-3-note-count {
  padding: 3px 12px;
  background-color: #43a7bc7a;

  border-radius: 10px;
}
.projectgraph {
  margin-top: 30px;
}

@media only screen and (max-width: 1400px) and (min-width: 1200px) {
  .dashboard-col {
    width: 100%;
  }
  .dashboard-col1 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) and (min-width: 576px) {
  .dashboard-msg {
    display: flex;
  }
  .dashboard-msg1 {
    margin-top: 8px;
    padding: 0px 14px 0px 0px;
  }
  .dashboard-msg2 {
    padding: 0px 0px 0px 17px;
  }
}
@media only screen and (max-width: 575px) and (min-width: 320px) {
  .dashbord-service-card,
  .dashbord-service-card1 {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  .apexcharts-canvas,
  .blogpie .apexcharts-svg {
    width: 100% !important;
  }
}
.react-tel-input .form-control {
  background: none !important;
  border: 1px solid #424351 !important;
}
.react-tel-input .flag-dropdown,
.react-tel-input .selected-flag:hover {
  background: none !important;
  border: 1px solid #424351 !important;
}
.react-tel-input .country-list,
.react-tel-input .country-list .search,
.react-tel-input .country-list .search-box {
  background-color: #031329 !important;
}
.react-tel-input .country-list .country.highlight {
  background-color: #4441418c !important;
}

.react-tel-input .country-list {
  scrollbar-color: rebeccapurple green;
}
.react-tel-input .flag-dropdown.open .selected-flag {
  background-color: #4441418c !important;
}

.switch-field {
  display: flex;
  margin-bottom: 36px;
  overflow: hidden;
}

.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.switch-field label {
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 8px 16px;
  margin-right: -1px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
  cursor: pointer;
}

.switch-field input:checked + label {
  background-color: #a5dc86;
  box-shadow: none;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}

.css-10wo9uf-option {
  color: black !important;
}
.form-check-input:checked {
  background-color: #68afff;
  border-color: #0d6efd;

}

.card_verifications{
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #313452;
  background-color: rgba(0, 0, 0, 0.03);
  }
  .border_12{
    border-right: 1px solid #313452;
  }
  .border_14{
    border-top: 1px solid #313452;
  
  }
  .card-footer{
    padding: 16px 0px 4px 0px;
    height: 46px;

  }
 .card-body-3{
  padding:16px 0px!important;
 }
 .card-body-3 svg{
  margin-top:-3px;
 }