@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
#dashboard .header {
  padding-top: 22px;
}
@media (max-width: 992px) {
  #dashboard .header_logo img {
    width: 200px;
  }
}
@media (max-width: 768px) {
  #dashboard .header_logo img {
    width: 160px;
  }
}
@media (max-width: 768px) {
  #dashboard .header .container {
    flex-wrap: wrap;
  }
}
#dashboard .header_right {
  gap: 17px;
}
@media (max-width: 992px) {
  #dashboard .header_right {
    gap: 10px;
  }
}
#dashboard .header_right a {
  width: 71px;
  height: 71px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  background: #fff;
  position: relative;
  transition: all 0.2s linear;
}
@media (max-width: 992px) {
  #dashboard .header_right a {
    width: 60px;
    height: 60px;
  }
}
#dashboard .header_right a .notfication_number {
  border-radius: 7px;
  background: #ff5f64;
  position: absolute;
  top: 22px;
  right: 23px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: block;
  z-index: 2;
}
@media (max-width: 768px) {
  #dashboard .header_right a .notfication_number {
    top: 18px;
    right: 17px;
  }
}
#dashboard .header_right a:hover {
  box-shadow: 0 0 10px #a6a5a5;
}
#dashboard .header_form {
  position: relative;
}
#dashboard .header_form input {
  width: 312px;
  height: 71px;
  width: 312px;
  height: 71px;
  padding: 24px 32px 24px 25px;
  background: #fff;
  outline: none;
  border: none;
  border-radius: 15px;
  color: #9093ae;
  font-family: "Raleway";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.2s linear;
}
#dashboard .header_form input:hover {
  box-shadow: 0 0 10px #a6a5a5;
}
@media (max-width: 992px) {
  #dashboard .header_form input {
    width: 250px;
    height: 60px;
  }
}
@media (max-width: 768px) {
  #dashboard .header_form input {
    width: 100%;
  }
}
#dashboard .header_form img {
  position: absolute;
  right: 25px;
  top: 22px;
  background: #fff;
  padding-left: 5px;
}
@media (max-width: 992px) {
  #dashboard .header_form img {
    top: 15px;
  }
}
@media (max-width: 768px) {
  #dashboard .header_form.desctop {
    display: none !important;
  }
}
#dashboard .header_form.mobile {
  display: none;
  margin-top: 10px;
}
@media (max-width: 768px) {
  #dashboard .header_form.mobile {
    display: block;
    width: 100%;
  }
}

#dashboard .sidebar_hamburger {
  display: none;
  transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 768px) {
  #dashboard .sidebar_hamburger {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    z-index: 333;
    margin-bottom: -20px;
    gap: 5px;
    margin-top: 15px;
    width: fit-content;
    cursor: pointer;
    background: #fff;
    padding: 14px 11px;
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.3s linear;
  }
}
#dashboard .sidebar_hamburger span {
  transition: all 0.3s linear;
}
#dashboard .sidebar_hamburger.active {
  position: fixed;
  top: 15px;
  right: 15.5px;
  width: 49px;
  height: 49px;
  border-radius: 8px 8px 0 0;
}
#dashboard .sidebar_hamburger.active span {
  position: absolute;
  inset: 0;
  margin: auto;
}
#dashboard .sidebar_hamburger.active span:first-child {
  transform: rotate(45deg);
}
#dashboard .sidebar_hamburger.active span:last-child {
  transform: rotate(-45deg);
}
#dashboard .sidebar_hamburger.active span:nth-child(2) {
  display: none;
}
#dashboard .sidebar_hamburger span {
  width: 30px;
  height: 3px;
  background: #1c2258;
  border-radius: 10px;
  display: block;
}
#dashboard .sidebar_content {
  transition: all 0.14s linear;
}
@media (max-width: 768px) {
  #dashboard .sidebar_content {
    position: fixed;
    background: rgba(255, 255, 255, 0.5882352941);
    z-index: 222;
    height: 100vh;
    width: 100%;
    left: -100%;
    backdrop-filter: blur(39px);
    top: 0;
    padding: 30px 15px;
  }
}
#dashboard .sidebar_content.active {
  left: 0;
}
#dashboard .sidebar_links {
  border-radius: 20px;
  background: #fff;
  padding: 27px 0 27px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  width: 100%;
  margin-top: 45px;
}
@media (max-width: 768px) {
  #dashboard .sidebar_links {
    margin-top: 25px;
    gap: 8px;
  }
}
#dashboard .sidebar_links a {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 5px 33px 10px;
  color: #1c2258;
  text-decoration: none;
  transition: all 0.2s linear;
  font-family: "Raleway";
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
@media (max-width: 1400px) {
  #dashboard .sidebar_links a {
    padding: 5px 23px 10px 33px;
    font-size: 18px;
  }
}
#dashboard .sidebar_links a svg {
  width: 29px;
}
#dashboard .sidebar_links a::before {
  content: "";
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ad272b;
  opacity: 0;
  transition: all 0.2s ease-in;
}
#dashboard .sidebar_links a.active, #dashboard .sidebar_links a:hover {
  position: relative;
  color: #ad272b;
}
#dashboard .sidebar_links a.active svg path, #dashboard .sidebar_links a:hover svg path {
  stroke: #ad272b;
}
#dashboard .sidebar_links a.active::before, #dashboard .sidebar_links a:hover::before {
  opacity: 1;
}
#dashboard .sidebar .button {
  margin-top: 24px;
  max-width: 100%;
  padding: 33px 71px;
}
@media (max-width: 1400px) {
  #dashboard .sidebar .button {
    padding: 33px 41px;
  }
}
@media (max-width: 768px) {
  #dashboard .sidebar .button {
    padding: 24px 35px;
  }
}
#dashboard .sidebar .exity {
  margin-top: 31px;
  display: flex;
  gap: 14px;
  align-items: center;
  color: #1c2258;
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 768px) {
  #dashboard .sidebar .exity {
    font-size: 18px;
  }
}

#dashboard .user_info {
  border-radius: 20px;
  background: #fff;
  margin-top: 29px;
  padding: 43px 35px;
}
@media (max-width: 992px) {
  #dashboard .user_info {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  #dashboard .user_info {
    padding: 25px;
  }
}
@media (max-width: 992px) {
  #dashboard .user_info_left {
    padding-bottom: 24px;
  }
}
#dashboard .user_info_left .avatar {
  width: 126px;
  height: 126px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-family: "Montserrat";
  font-size: 41.354px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: linear-gradient(98deg, #1c2258 5.94%, #858ccf 95.66%);
}
@media (max-width: 768px) {
  #dashboard .user_info_left .avatar {
    width: 100px;
    height: 100px;
  }
}
#dashboard .user_info_left .user_name {
  color: #1c2258;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 104.59%;
  margin-top: 20px;
}
@media (max-width: 1200px) {
  #dashboard .user_info_left .user_name {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  #dashboard .user_info_left .user_name {
    font-size: 28px;
  }
}
#dashboard .user_info_left .user_status {
  color: #9093ae;
  font-family: "Raleway";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 20px;
}
#dashboard .user_info_title {
  color: #1c2258;
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#dashboard .user_info_right {
  gap: 54px;
  padding-left: 87px;
  border-left: 1px solid #c9cad7;
}
@media (max-width: 1200px) {
  #dashboard .user_info_right {
    padding-left: 35px;
  }
}
@media (max-width: 992px) {
  #dashboard .user_info_right {
    padding-left: 0;
    border-left: none;
  }
}
#dashboard .user_info_right_item {
  gap: 15px;
}

#dashboard .sums {
  border-radius: 20px;
  background: #1c2258;
  gap: 29px;
  margin-top: 17px;
  padding: 28px 35px;
}
@media (max-width: 768px) {
  #dashboard .sums {
    padding: 25px;
    gap: 15px;
  }
}
#dashboard .sums_title {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 768px) {
  #dashboard .sums_title {
    font-size: 20px;
  }
}
#dashboard .sums_title span {
  font-weight: 400;
}

#dashboard .documents {
  padding: 35px;
  border-radius: 20px;
  background: #fff;
  margin-top: 17px;
}
@media (max-width: 768px) {
  #dashboard .documents {
    padding: 25px;
  }
}
#dashboard .documents_items {
  gap: 19px;
  margin-top: 45px;
}
@media (max-width: 768px) {
  #dashboard .documents_items {
    margin-top: 25px;
  }
}
#dashboard .documents_items li {
  color: #1c2258;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  list-style: none;
  padding-bottom: 21px;
  border-bottom: 1px solid #c9cad7;
}
@media (max-width: 768px) {
  #dashboard .documents_items li {
    font-size: 15px;
    padding-bottom: 12px;
    gap: 12px;
  }
}
#dashboard .documents_items li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
#dashboard .documents_items li .flex {
  color: #ad272b;
  gap: 9px;
}
#dashboard .documents_items li a {
  text-decoration: none;
  transition: all 0.2s linear;
}
#dashboard .documents_items li a:hover {
  text-decoration: underline;
  color: #e73339;
}

#dashboard .my_record {
  margin-top: 29px;
}
@media (max-width: 1120px) {
  #dashboard .my_record {
    flex-wrap: wrap;
  }
}
#dashboard .my_record_items {
  width: calc(40% - 8.5px);
}
@media (max-width: 1200px) {
  #dashboard .my_record_items {
    width: calc(43% - 8.5px);
  }
}
@media (max-width: 1120px) {
  #dashboard .my_record_items {
    width: 100%;
  }
}
#dashboard .my_record_tab {
  padding: 25px;
  background: #fff;
  border-radius: 20px;
}
#dashboard .my_record_tab_btns {
  border-radius: 20px;
  background: #edeef9;
}
#dashboard .my_record_tab_btns a {
  width: 100%;
  padding: 21px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  display: block;
  text-decoration: none;
  color: #1c2258;
  text-align: center;
}
#dashboard .my_record_tab_btns a.active {
  background: #1c2258;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#dashboard .my_record_tab_header {
  display: flex;
  gap: 25px;
  margin-top: 35px;
}
@media (max-width: 1200px) {
  #dashboard .my_record_tab_header {
    gap: 15px;
  }
}
#dashboard .my_record_tab_header li {
  flex: 1;
  list-style: none;
}
#dashboard .my_record_tab_header li a {
  display: block;
  width: 100%;
  color: #1c2258;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}
#dashboard .my_record_tab_header li a.active {
  color: #ad272b;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#dashboard .my_record_tab_header li a.active::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ad272b;
}
#dashboard .my_record .my_record_tab_content {
  margin-top: 17px;
}
#dashboard .my_record .my_record_tab_content .tab_content_items {
  gap: 17px;
}
#dashboard .my_record .my_record_tab_content .tab_content_item {
  padding: 25px;
  background: #fff;
  border-radius: 20px;
}
#dashboard .my_record .my_record_tab_content .tab_content_item.is_hover {
  transition: all 0.2s linear;
  border: 1px solid transparent;
}
#dashboard .my_record .my_record_tab_content .tab_content_item.is_hover:hover {
  border: 1px solid #9093ae;
}
#dashboard .my_record .my_record_tab_content .tab_content_item_top {
  gap: 22px;
}
@media (max-width: 768px) {
  #dashboard .my_record .my_record_tab_content .tab_content_item_top {
    gap: 15px;
  }
}
#dashboard .my_record .my_record_tab_content .tab_content_item_top img {
  width: 79px;
  height: 79px;
  border-radius: 50%;
}
#dashboard .my_record .my_record_tab_content .tab_content_item_top .my_record_profile_name {
  color: #1c2258;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 114.909%;
}
@media (max-width: 1400px) {
  #dashboard .my_record .my_record_tab_content .tab_content_item_top .my_record_profile_name {
    font-size: 17px;
  }
}
@media (max-width: 1200px) {
  #dashboard .my_record .my_record_tab_content .tab_content_item_top .my_record_profile_name {
    font-size: 16px;
  }
}
#dashboard .my_record .my_record_tab_content .tab_content_item_top .my_record_profile_price {
  color: #ad272b;
  text-align: right;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 114.909%;
}
#dashboard .my_record .my_record_tab_content .tab_content_item_top .my_record_profile_status {
  color: #1c2258;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 16px;
  display: block;
}
#dashboard .my_record .my_record_tab_content .tab_content_item .my_record_profile_information_lists {
  gap: 18px;
  margin-top: 40px;
}
#dashboard .my_record_profile {
  padding: 25px;
  border-radius: 20px;
  background: #fff;
  width: calc(60% - 8.5px);
  height: fit-content;
}
@media (max-width: 1200px) {
  #dashboard .my_record_profile {
    width: calc(57% - 8.5px);
  }
}
@media (max-width: 1120px) {
  #dashboard .my_record_profile {
    width: 100%;
    margin-top: 27px;
  }
}
@media (max-width: 768px) {
  #dashboard .my_record_profile {
    padding: 25px;
  }
}
#dashboard .my_record_profile_top {
  gap: 24px;
}
@media (max-width: 768px) {
  #dashboard .my_record_profile_top {
    gap: 15px;
  }
}
#dashboard .my_record_profile_top img {
  width: 149px;
  height: 149px;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  #dashboard .my_record_profile_top img {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 768px) {
  #dashboard .my_record_profile_top img {
    width: 79px;
    height: 79px;
  }
}
#dashboard .my_record_profile_name {
  color: #1c2258;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 114.909%;
}
@media (max-width: 1200px) {
  #dashboard .my_record_profile_name {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  #dashboard .my_record_profile_name {
    font-size: 16px;
  }
}
#dashboard .my_record_profile_status {
  color: #1c2258;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 17px;
  display: block;
}
#dashboard .my_record_profile_information {
  gap: 84px;
  margin-top: 32px;
}
@media (max-width: 768px) {
  #dashboard .my_record_profile_information {
    gap: 40px;
  }
}
#dashboard .my_record_profile_information_lists {
  gap: 21px;
  list-style: none;
}
@media (max-width: 768px) {
  #dashboard .my_record_profile_information_lists {
    gap: 16px;
  }
}
#dashboard .my_record_profile_information_lists.my_list {
  gap: 5px !important;
}
#dashboard .my_record_profile_information_lists li {
  gap: 20px;
  color: #1c2258;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 768px) {
  #dashboard .my_record_profile_information_lists li {
    font-size: 14px;
    gap: 14px;
  }
}
#dashboard .my_record_profile_information_lists li .opacity {
  color: #9093ae;
}
#dashboard .my_record_profile_information_lists li img {
  width: 19px;
}
#dashboard .my_record_profile .sums_info_content {
  gap: 25px;
}
#dashboard .my_record_profile .sums_info_content div {
  gap: 17px;
  color: #1c2258;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#dashboard .my_record_profile .sums_info_content div span {
  color: #ad272b;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 768px) {
  #dashboard .my_record_profile .button {
    font-size: 14px;
    padding: 22px 14px;
  }
  #dashboard .my_record_profile .button span {
    font-size: 14px;
  }
}

#dashboard .my_order {
  padding: 25px;
  border-radius: 20px;
  background: #fff;
  width: calc(60% - 8.5px);
  height: fit-content;
}
@media (max-width: 1200px) {
  #dashboard .my_order {
    width: calc(57% - 8.5px);
  }
}
@media (max-width: 1120px) {
  #dashboard .my_order {
    width: 100%;
    margin-top: 27px;
  }
}
@media (max-width: 768px) {
  #dashboard .my_order {
    padding: 25px;
  }
}
#dashboard .my_order_contents {
  width: calc(40% - 8.5px);
}
@media (max-width: 1200px) {
  #dashboard .my_order_contents {
    width: calc(43% - 8.5px);
  }
}
@media (max-width: 1120px) {
  #dashboard .my_order_contents {
    width: 100%;
  }
}
#dashboard .my_order_name {
  color: #1c2258;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 114.909%;
}
#dashboard .my_order_information_lists {
  margin-top: 30px;
  gap: 21px;
}
#dashboard .my_order_information_lists li {
  color: #9093ae;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  gap: 18px;
}
#dashboard .my_order_information_lists li img {
  width: 20px;
}
#dashboard .my_order .order_status {
  color: #359183;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#dashboard .my_order .order_status_info {
  color: #1c2258;
}
#dashboard .my_order_info_items {
  margin-top: 44px;
}
@media (max-width: 768px) {
  #dashboard .my_order_info_items .button {
    padding: 24px 30px;
    font-size: 16px;
  }
}
#dashboard .my_order .my_order_info_lists {
  list-style: none;
  gap: 13px;
  margin-top: 30px;
  padding-bottom: 30px;
}
#dashboard .my_order .my_order_info_lists li {
  padding-bottom: 13px;
  border-bottom: 1px solid #c9cad7;
}
#dashboard .my_order .my_order_info_lists li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

#dashboard .balance {
  margin-top: 29px;
}
@media (max-width: 1200px) {
  #dashboard .balance {
    flex-direction: column;
  }
}
#dashboard .balance_card {
  width: calc(40% - 8.5px);
  position: relative;
  border-radius: 20;
  overflow: hidden;
}
@media (max-width: 1200px) {
  #dashboard .balance_card {
    width: 100%;
  }
}
#dashboard .balance_card img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 20px;
}
#dashboard .balance_card-info {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 25px;
}
#dashboard .balance_card-title {
  color: #f9eeee;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#dashboard .balance_card-balance {
  color: #f9eeee;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 114.909%;
}
@media (max-width: 1400px) {
  #dashboard .balance_card-balance {
    font-size: 42px;
  }
}
#dashboard .balance_topup {
  width: calc(60% - 8.5px);
  border-radius: 20px;
  background: #fff;
}
@media (max-width: 1200px) {
  #dashboard .balance_topup {
    width: 100%;
    margin-top: 17px;
  }
}
@media (max-width: 556px) {
  #dashboard .balance_topup {
    width: 100%;
    flex-direction: column;
  }
}
#dashboard .balance_topup-title {
  color: #1c2258;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#dashboard .balance_topup_left {
  padding: 26px 16px 27px 24px;
  width: 60%;
}
@media (max-width: 556px) {
  #dashboard .balance_topup_left {
    width: 100%;
    gap: 24px;
  }
}
#dashboard .balance_topup-input {
  position: relative;
  gap: 11px;
}
#dashboard .balance_topup-input input {
  border-radius: 15px;
  background: #edeef9;
  color: #1c2258;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 21px 70px 21px 22px;
  outline: none;
  border: none;
}
#dashboard .balance_topup-input-title {
  color: #1c2258;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#dashboard .balance_topup-input .error {
  gap: 7px;
  color: #ad272b;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#dashboard .balance_topup-input .button {
  width: 72px;
  height: 50px;
  border-radius: 15px;
  background: #1c2258;
  position: absolute;
  right: 8px;
  bottom: 7px;
  outline: none;
  border: none;
  padding: 0;
}
#dashboard .balance_topup-agree {
  color: #1c2258;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  gap: 13px;
}
#dashboard .balance_topup-agree a {
  color: #1c2258;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
}
#dashboard .balance_payment {
  border-radius: 0 20px 20px 0;
  background: #edeef9;
  padding: 26px 34px;
  width: 40%;
}
@media (max-width: 556px) {
  #dashboard .balance_payment {
    width: 100%;
    border-radius: 0 0 20px 20px;
  }
}
#dashboard .balance_payment_radios {
  gap: 24px;
  margin-top: 25px;
}
#dashboard .balance_payment label {
  color: #1c2258;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  gap: 14px;
}
#dashboard .balance_payment-card {
  margin-top: 38px;
  gap: 11px;
}
#dashboard .history {
  border-radius: 20px;
  background: #fff;
  padding: 26px 24px 27px;
  margin-top: 17px;
  color: #1c2258;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#dashboard .history_title {
  padding-bottom: 33px;
  gap: 14px;
  color: #1c2258;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#dashboard .history_row {
  padding-bottom: 17px;
  padding-top: 17px;
  border-bottom: 1px solid #c9cad7;
  flex-wrap: wrap;
  gap: 24px;
}
#dashboard .history_row:first-child {
  padding-top: 0;
}
#dashboard .history_row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
#dashboard .history_row b {
  padding-right: 15px;
  font-weight: 600;
}

#dashboard .online_priem_form {
  padding: 25px;
  border-radius: 20px;
  background: #fff;
}
#dashboard .online_priem_form_items {
  gap: 10px;
}
#dashboard .online_priem_form_content {
  flex-wrap: wrap;
  gap: 10px;
}
#dashboard .online_priem_form_item {
  line-height: normal;
  position: relative;
}
#dashboard .online_priem_form_item .btn {
  gap: 27px;
  cursor: pointer;
  padding: 18px 28px;
  background: #edeef9;
  color: #1c2258;
  border-radius: 15px;
  display: flex;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  justify-content: center;
  text-align: center;
}
#dashboard .online_priem_form_item:nth-child(3).active .btn {
  color: #fff;
  border: 1px solid #1c2258;
  border-radius: 15px;
}
#dashboard .online_priem_form_item:nth-child(3).active svg path {
  fill: #1c2258;
}
#dashboard .online_priem_form_item:first-child .btn {
  padding: 18px 20px 17px 14px;
}
#dashboard .online_priem_form_item:nth-child(4) .btn, #dashboard .online_priem_form_item:nth-child(5) .btn {
  padding: 18px 59px;
}
#dashboard .online_priem_form_item:nth-child(4) .btn.active, #dashboard .online_priem_form_item:nth-child(5) .btn.active {
  background: #ad272b;
  color: #fff;
}
#dashboard .online_priem_form_item:nth-child(6) .btn {
  padding: 18px 15px 17px;
}
#dashboard .online_priem_form_item:last-child .btn {
  padding: 18px 18px 17px;
}
#dashboard .online_priem_form_item:last-child.active .btn {
  border: 1px solid #1c2258;
  border-radius: 15px;
}
#dashboard .online_priem_form_item:last-child.active svg path {
  fill: #1c2258;
}
#dashboard .online_priem_form_item input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
#dashboard .online_priem_form_item input:checked ~ .btn {
  background: #1c2258;
  color: #fff;
}
#dashboard .online_priem_form_item input:checked ~ .btn ~ svg {
  fill: #fff;
}
#dashboard .online_priem_form_item.active svg path {
  fill: #fff;
}
#dashboard .online_priem_form .online_priem_searc {
  margin-top: 16px;
  position: relative;
}
#dashboard .online_priem_form .online_priem_searc input {
  padding: 26px 45px 26px 23px;
  color: #1c2258;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#dashboard .online_priem_form .online_priem_searc button {
  border: 0;
  cursor: pointer;
  outline: none;
  position: absolute;
  bottom: 22px;
  right: 26px;
  padding-left: 4px;
  background: #edeef9;
}

#dashboard .online_priem_chat {
  width: calc(60% - 8.5px);
}
@media (max-width: 1200px) {
  #dashboard .online_priem_chat {
    width: calc(57% - 8.5px);
  }
}
@media (max-width: 1120px) {
  #dashboard .online_priem_chat {
    width: 100%;
    margin-top: 17px;
  }
}
#dashboard .online_priem_chat_btns {
  border-radius: 20px;
  background: #fff;
}
#dashboard .online_priem_chat_btns a {
  width: 100%;
  padding: 21px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  color: #1c2258;
  text-align: center;
  background: #fff;
  border-radius: 20px;
}
@media (max-width: 768px) {
  #dashboard .online_priem_chat_btns a {
    font-size: 14px;
  }
}
#dashboard .online_priem_chat_btns a.active {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: #1c2258;
}
@media (max-width: 768px) {
  #dashboard .online_priem_chat_btns a.active {
    font-size: 14px;
  }
}
#dashboard .online_priem_chat_display {
  padding: 25px;
  background: #fff;
  border-radius: 20px;
  margin-top: 17px;
  height: 100%;
  display: none;
  justify-content: space-between;
  flex-direction: column;
}
#dashboard .online_priem_chat_header {
  width: 100%;
  background: #fff;
}
#dashboard .online_priem_chat_header_left {
  gap: 20px;
}
@media (max-width: 768px) {
  #dashboard .online_priem_chat_header_left {
    gap: 10px;
  }
}
#dashboard .online_priem_chat_header_left img {
  width: 79px;
  height: 79px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  #dashboard .online_priem_chat_header_left img {
    width: 65px;
    height: 65px;
  }
}
@media (max-width: 768px) {
  #dashboard .online_priem_chat_header_left img {
    width: 50px;
    height: 50px;
  }
}
#dashboard .online_priem_chat_header_name {
  color: #1c2258;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 114.909%;
}
@media (max-width: 992px) {
  #dashboard .online_priem_chat_header_name {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #dashboard .online_priem_chat_header_name {
    font-size: 14px;
  }
  #dashboard .online_priem_chat_header_name br {
    display: none;
  }
}
#dashboard .online_priem_chat_header_status {
  color: #1c2258;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
}
@media (max-width: 768px) {
  #dashboard .online_priem_chat_header_status {
    font-size: 14px;
    margin-top: 4px;
  }
}
#dashboard .online_priem_chat_btnlists {
  gap: 18px;
  display: flex;
}
@media (max-width: 768px) {
  #dashboard .online_priem_chat_btnlists {
    gap: 10px;
  }
}
#dashboard .online_priem_chat_btnlists a {
  border-radius: 15px;
  background: #edeef9;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 74px;
}
@media (max-width: 992px) {
  #dashboard .online_priem_chat_btnlists a {
    width: 70px;
    height: 60px;
  }
}
@media (max-width: 768px) {
  #dashboard .online_priem_chat_btnlists a {
    width: 52px;
    height: 49px;
  }
}
#dashboard .online_priem_chat_logo {
  line-height: 0;
}
#dashboard .online_priem_chat .my_record_profile {
  width: 100%;
  margin-top: 17px;
}
#dashboard .online_priem_chat_item {
  gap: 23px;
}
#dashboard .online_priem_chat_item img {
  width: 50px;
  height: 50px;
}
#dashboard .online_priem_chat_item p {
  color: #1c2258;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#dashboard .online_priem_my_chat {
  padding: 14px;
  border-radius: 15px 15px 0 15px;
  background: #edeef9;
  position: relative;
  margin-top: 14px;
  width: fit-content;
  margin-right: 17px;
  margin-left: auto;
}
#dashboard .online_priem_my_chat_name {
  padding-bottom: 6px;
}
#dashboard .online_priem_my_chat::after {
  width: 17.378px;
  height: 15.723px;
  position: absolute;
  bottom: 0;
  content: "";
  z-index: 2;
  right: -16px;
  background: #edeef9;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
#dashboard .online_priem_my_chat p {
  color: #1c2258;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#dashboard .online_priem_chat_items {
  padding-top: 20px;
  gap: 15px;
  max-height: 320px;
  overflow-y: auto;
}
#dashboard .online_priem_chat_items::-webkit-scrollbar {
  width: 5px;
}
#dashboard .online_priem_chat_items::-webkit-scrollbar-thumb {
  background: #1c2258;
  border-radius: 10px;
}
#dashboard .online_priem_chat_info {
  border-radius: 15px 15px 15px 0px;
  background: #cdd1ff;
  position: relative;
  padding: 14px;
}
#dashboard .online_priem_chat_info::after {
  width: 17.378px;
  height: 15.723px;
  position: absolute;
  bottom: 0;
  content: "";
  z-index: 2;
  left: -16px;
  background: #cdd1ff;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
#dashboard .online_priem_chat_info .online_priem_chat_name {
  color: #1c2258;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 5px;
}
#dashboard .my_chat_form .balance_topup-input_title {
  color: #1c2258;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block !important;
}
#dashboard .my_chat_form input {
  color: #1c2258;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#dashboard .online_priem_my_chat.new_msg {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
}
#dashboard .online_priem_my_chat.new_msg.show {
  opacity: 1;
  transform: translateY(0);
}

#dashboard .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.4156862745);
  backdrop-filter: blur(10px);
  z-index: 11;
  display: none;
  padding: 200px 15px 0;
}
#dashboard .modal .tab_content_item {
  padding: 25px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #9093ae;
  margin-top: 40px;
}
#dashboard .modal .tab_content_item.is_hover {
  transition: all 0.2s linear;
  border: 1px solid transparent;
}
#dashboard .modal .tab_content_item.is_hover:hover {
  border: 1px solid #9093ae;
}
#dashboard .modal .tab_content_item_top {
  gap: 22px;
}
@media (max-width: 768px) {
  #dashboard .modal .tab_content_item_top {
    gap: 15px;
  }
}
#dashboard .modal .tab_content_item_top img {
  width: 79px;
  height: 79px;
  border-radius: 50%;
}
#dashboard .modal .tab_content_item_top .my_record_profile_name {
  color: #1c2258;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 114.909%;
}
@media (max-width: 1400px) {
  #dashboard .modal .tab_content_item_top .my_record_profile_name {
    font-size: 17px;
  }
}
@media (max-width: 1200px) {
  #dashboard .modal .tab_content_item_top .my_record_profile_name {
    font-size: 16px;
  }
}
#dashboard .modal .tab_content_item_top .my_record_profile_price {
  color: #ad272b;
  text-align: right;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 114.909%;
}
#dashboard .modal .tab_content_item_top .my_record_profile_status {
  color: #1c2258;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 16px;
  display: block;
}
#dashboard .modal .tab_content_item .my_record_profile_information_lists {
  gap: 18px;
  margin-top: 40px;
}
#dashboard .modal_exit {
  cursor: pointer;
  position: absolute;
  right: 28px;
  top: 35px;
  background: #fff;
  border-radius: 50%;
}
#dashboard .modal_content {
  border-radius: 30px;
  background: #fff;
  padding: 38px 43px 37px;
  max-width: 647px;
  margin: auto 0;
  position: absolute;
  height: fit-content;
  max-height: calc(100dvh - 100px);
  inset: 0;
  overflow-y: auto;
  margin: auto;
}
#dashboard .modal_content::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  #dashboard .modal_content {
    padding: 30px 20px;
    width: calc(100% - 30px);
  }
}
#dashboard .modal_content .schet_card {
  padding: 15px 19px 18px 19px;
  border-radius: 20px;
  background: #f9eeee;
  margin-top: 14px;
}
@media (max-width: 556px) {
  #dashboard .modal_content .schet_card {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 14px;
  }
}
#dashboard .modal_content .schet_card_left {
  gap: 20px;
}
#dashboard .modal_content .schet_card_left_title {
  color: #1c2258;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#dashboard .modal_content .schet_card_left_price {
  color: #1c2258;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  margin-top: 7px;
  line-height: normal;
}
#dashboard .modal_content .schet_card_right_title {
  color: #ad272b;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 556px) {
  #dashboard .modal_content .schet_card_right_title {
    text-align: left;
  }
}
#dashboard .modal_content .schet_card_right_balance {
  color: #ad272b;
  text-align: right;
  width: 100%;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: underline;
  margin-top: 7px;
}
@media (max-width: 556px) {
  #dashboard .modal_content .schet_card_right_balance {
    text-align: left;
  }
}
#dashboard .modal_content .schet_card img {
  width: 107px;
  height: 70.801px;
}
#dashboard .modal_title {
  color: #1c2258;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  #dashboard .modal_title {
    font-size: 26px;
  }
}
#dashboard .modal_sums {
  color: #1c2258;
  font-size: 26.899px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 22px;
}
#dashboard .modal_sums_left {
  gap: 28px;
}
#dashboard .modal_sums_right {
  color: #1c2258;
  font-size: 26.899px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#dashboard .modal .order_hormone {
  margin-top: 40px;
}
@media (max-width: 556px) {
  #dashboard .modal .order_hormone {
    padding: 27px 30px;
  }
}
#dashboard .modal .balance_topup-input {
  margin-top: 40px;
}
#dashboard .modal .balance_topup-input input {
  padding: 28px 26px 25px;
}
#dashboard .modal .balance_payment {
  gap: 29px;
  padding: 0;
  background: transparent;
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  margin-top: 52px;
}
#dashboard .modal_bottom_checkbox {
  gap: 13px;
  color: #1c2258;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 31px;
}
#dashboard .modal_bottom_checkbox a {
  color: #1c2258;
  text-decoration: underline;
}
#dashboard .modal #modal_content3 h2 {
  color: #1c2258;
  font-family: "Raleway";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  padding-top: 240px;
}
#dashboard .modal_chat_content {
  border-radius: 35px;
  background: #fff;
  max-width: 1239px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  max-height: calc(100dvh - 230px);
}
@media (max-width: 768px) {
  #dashboard .modal_chat_content {
    flex-direction: column;
    height: fit-content;
    max-height: calc(100dvh - 30px);
    border-radius: 8px;
  }
}
#dashboard .modal_chat_content .select_appanent {
  gap: 52px;
  width: 50%;
  background: #fff;
  padding: 203px 0 237px;
  color: #1c2258;
  text-align: center;
  font-family: "Raleway";
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
  font-weight: 700;
  line-height: normal;
  padding-left: 133px;
  padding-right: 133px;
}
@media (max-width: 1200px) {
  #dashboard .modal_chat_content .select_appanent {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1024px) {
  #dashboard .modal_chat_content .select_appanent {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 992px) {
  #dashboard .modal_chat_content .select_appanent {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #dashboard .modal_chat_content .select_appanent {
    width: 100%;
    color: #1c2258;
    height: 50%;
    font-size: 20px;
    padding: 34px 15px 37px;
    gap: 27px;
  }
}
@media (max-width: 768px) {
  #dashboard .modal_chat_content .select_appanent img {
    width: 90px;
  }
}
#dashboard .modal_chat_content .select_appanent:last-child {
  background: #fbf3f3;
}
@media (max-width: 768px) {
  #dashboard .modal_chat_content .select_appanent:last-child {
    padding: 34px 0 37px;
    height: 50%;
  }
}

.registration {
  background: #fff;
  padding-bottom: 200px;
  padding-top: 110px;
}
@media (max-width: 768px) {
  .registration {
    padding-bottom: 40px;
    padding-top: 60px;
  }
}
.registration .close {
  display: flex;
  align-items: center;
  gap: 17px;
  font-weight: 600;
  font-size: 20px;
  color: #1c2258;
  text-decoration: none;
}
.registration_top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .registration_top {
    padding-top: 30px;
  }
}
.registration_top .section_title {
  margin-top: 61px;
}
@media (max-width: 768px) {
  .registration_top .section_title {
    margin-top: 24px;
  }
}
.registration_top p {
  margin-top: 19px;
  text-align: center;
  font-weight: 400;
  margin-top: 19px;
  font-size: 20px;
  color: #1c2258;
}
@media (max-width: 768px) {
  .registration_top p {
    margin-top: 14px;
  }
}
.registration_form {
  padding-top: 112px;
  max-width: 1014px;
  margin: 0 auto;
}
.registration_form label{
    width: 100%;
    position: relative
}

.registration_form label .help-block{
    color: #ad272b;
}
@media (max-width: 768px) {
  .registration_form {
    padding-top: 60px;
  }
}
.registration_form_content {
  gap: 20px;
}
@media (max-width: 768px) {
  .registration_form_content {
    flex-direction: column;
  }
}
.registration_form_content .form_item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.registration_form_content .form_item > span {
  font-weight: 600;
  font-size: 20px;
  color: #1c2258;
}
@media (max-width: 768px) {
  .registration_form_content .form_item > span {
    font-size: 18px;
  }
}
.registration_form_content .form_item_input {
  width: 100%;
  background: #f1f1f5;
  border-radius: 20px;
  height: 96px;
  outline: none;
  font-weight: 400;
  font-size: 20px;
  color: #1c2258;
  outline: none;
  border: none;
  padding: 36px 41px;
}
@media (max-width: 768px) {
  .registration_form_content .form_item_input {
    padding: 20px 31px;
    height: 69px;
    border-radius: 16px;
  }
}
.registration_form_content .form_item_radios {
  display: flex;
  gap: 50px;
  align-items: center;
  margin-top: 28px;
}
@media (max-width: 768px) {
  .registration_form_content .form_item_radios {
    gap: 20px;
  }
}
.registration_form_content .form_item_radios label {
  cursor: pointer;
  gap: 11px;
}
.registration_form_content.second {
  margin-top: 34px;
  gap: 30px;
}
.registration_form_content.second .form_item:first-child {
  max-width: 67%;
}
@media (max-width: 768px) {
  .registration_form_content.second .form_item:first-child {
    width: 100%;
    max-width: 100%;
  }
}
.registration_form_content.second .form_item:last-child {
  position: relative;
  max-width: 31%;
}
@media (max-width: 768px) {
  .registration_form_content.second .form_item:last-child {
    width: 100%;
    max-width: 100%;
  }
}
.registration_form_content.second .form_item:last-child input {
  user-select: none;
  font-weight: 400;
  font-size: 20px;
  font-family: "Montserrat";
}
.registration_form_content.second .form_item:last-child input::-webkit-calendar-picker-indicator {
  display: none;
}
.registration_form_content.second .form_item:last-child input:placeholder {
  color: #9093ae;
}
.registration_form_content.second .form_item:last-child .date_select {
  position: absolute;
  bottom: 43px;
  right: 40px;
}
@media (max-width: 768px) {
  .registration_form_content.second .form_item:last-child .date_select {
    right: 35px;
    bottom: 29px;
  }
}
.registration_form {
  position: relative;
  width: 60%;
  gap: 19px;
}
.registration_form.codes {
  width: fit-content;
}
@media (max-width: 768px) {
  .registration_form {
    width: 100%;
    max-width: 100%;
  }
}
.registration_form img {
  position: absolute;
  top: 36px;
  left: 31px;
}
@media (max-width: 768px) {
  .registration_form img {
    bottom: 25px;
    left: 20px;
  }
}
.registration_form .phone_sm_title {
  font-weight: 400;
  font-size: 20px;
  color: #1c2258;
}
@media (max-width: 768px) {
  .registration_form .phone_sm_title {
    text-align: center;
  }
}
.registration_form .code_items {
  gap: 16px;
}
@media (max-width: 768px) {
  .registration_form .code_items {
    justify-content: center;
    gap: 10px;
  }
}
.registration_form .code_items input {
  width: 100px;
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 36px;
  text-align: center;
  padding: 20px;
  color: #1c2258;
}
@media (max-width: 768px) {
  .registration_form .code_items input {
    width: 100%;
    border-radius: 16px;
    height: 66px;
    max-width: 100%;
  }
}
.registration_form .minut {
  margin-top: 2px;
  color: #9093ae;
}
.registration_form > span {
  font-weight: 600;
  font-size: 20px;
  color: #1c2258;
}
.registration_form input {
  width: 100%;
  background: #f1f1f5;
  border-radius: 20px;
  height: 96px;
  outline: none;
  font-weight: 400;
  font-size: 20px;
  color: #1c2258;
  outline: none;
  border: none;
  padding: 36px 41px 36px 84px;
}
@media (max-width: 768px) {
  .registration_form input {
    padding: 20px 31px 20px 54px;
    height: 69px;
    border-radius: 16px;
  }
}
.registration_form input[type=number]::-webkit-inner-spin-button, .registration_form input[type=number]::-webkit-outer-spin-button {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  margin: 0;
}
.registration_form_check {
  margin-top: 34px;
  gap: 21px;
}
@media (max-width: 768px) {
  .registration_form_check {
    gap: 16px;
    margin-top: 24px;
  }
}
.registration_form_check p {
  font-weight: 400;
  font-size: 14px;
  color: #9093ae;
  max-width: 439px;
}
@media (max-width: 768px) {
  .registration_form_check p {
    font-size: 12px;
  }
}
.registration_form.bottom {
  align-items: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .registration_form.bottom {
    flex-direction: column;
    padding-top: 20px;
  }
}
.registration_form.bottom .button {
  width: fit-content !important;
  padding: 34px 110px;
  margin-top: 43px;
  min-height: 96px;
}
@media (max-width: 768px) {
  .registration_form.bottom .button {
    width: 100% !important;
    max-width: 100%;
    margin-top: 0;
    min-height: 69px;
    padding: 20px 0;
  }
}
.registration_form.bottom .left_btn {
  display: flex;
  flex-direction: column;
  width: fit-content;
  align-items: start;
}
@media (max-width: 768px) {
  .registration_form.bottom .left_btn {
    width: 100%;
  }
}
.registration_form.bottom .left_btn a {
  font-weight: 600;
  font-size: 20px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #ad272b;
  margin-top: 21px;
}
.registration_form.login {
  padding-top: 51px;
  max-width: 520px;
}
.registration_form.login .registration_form {
  width: 100%;
}
.registration_form.login .registration_form.bottom {
  padding-top: 0;
  gap: 19px;
}
.registration_form.login .button {
  width: 100% !important;
  max-width: 100%;
  margin-top: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #1c2258;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: #f1f1f5 url("../images/bg.png") center/cover no-repeat;
  background-size: 100% 100%;
}

#dashboard .container {
  max-width: 1444px;
  margin: 0 auto;
  padding: 0 15px;
}
#dashboard .flex {
  display: flex;
}
#dashboard .flex.between {
  justify-content: space-between;
}
#dashboard .flex.center {
  justify-content: center;
}
#dashboard .flex.end {
  justify-content: flex-end;
}
#dashboard .flex.start {
  justify-content: flex-start;
}
#dashboard .flex.column {
  flex-direction: column;
}
#dashboard .flex.a_center {
  align-items: center;
}
#dashboard .flex.a_start {
  align-items: flex-start;
}
#dashboard .flex.a_end {
  align-items: flex-end;
}
#dashboard .flex.wrap {
  flex-wrap: wrap;
}
#dashboard .breadcrumbs {
  font-family: "Raleway";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 17px;
  list-style: none;
}
#dashboard .breadcrumbs img {
  margin-left: 5px;
}
#dashboard .breadcrumbs a {
  color: #9093ae;
  text-decoration: none;
}
#dashboard .breadcrumbs a.active {
  color: #1c2258;
}
#dashboard main {
  padding-top: 55px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  #dashboard main {
    padding-top: 25px;
  }
}
@media (max-width: 768px) {
  #dashboard main .container {
    flex-direction: column;
    gap: 32px;
  }
}
#dashboard .button {
  border: none;
  color: #fff;
  text-align: center;
  font-family: "Raleway";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  cursor: pointer;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 33px 91px;
  width: 100%;
  border-radius: 25px;
  background: #ad272b;
  outline: none;
  transition: all 0.3s linear;
}
#dashboard .button:hover {
  background: #ff0000;
  opacity: 0.8;
}
#dashboard .button.blues {
  border-radius: 15px;
  background: rgba(28, 34, 88, 0.13);
  color: #1c2258;
  transition: all 0.3s linear;
}
#dashboard .button.blues:hover {
  background: #1c2258;
  color: #fff;
  opacity: 0 !important;
}
@media (max-width: 556px) {
  #dashboard .button {
    padding: 33px 35px;
    font-size: 17px;
    font-weight: 600;
  }
}
#dashboard .section_title {
  color: #1c2258;
  font-family: "Raleway";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#dashboard .section_title.sm {
  font-size: 32px;
}
@media (max-width: 768px) {
  #dashboard .section_title.sm {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  #dashboard .section_title {
    font-size: 26px;
  }
}
#dashboard .contents {
  width: calc(74% - 14.5px);
}
@media (max-width: 1200px) {
  #dashboard .contents {
    width: calc(70% - 14.5px);
  }
}
@media (max-width: 992px) {
  #dashboard .contents {
    width: calc(60% - 14.5px);
  }
}
@media (max-width: 768px) {
  #dashboard .contents {
    width: 100%;
  }
}
#dashboard .sidebar {
  width: calc(26% - 14.5px);
}
@media (max-width: 1200px) {
  #dashboard .sidebar {
    width: calc(30% - 14.5px);
  }
}
@media (max-width: 992px) {
  #dashboard .sidebar {
    width: calc(40% - 14.5px);
  }
}
@media (max-width: 768px) {
  #dashboard .sidebar {
    width: 100%;
  }
}
#dashboard .custom_radio {
  position: relative;
  display: inline-block;
}
#dashboard .custom_radio input {
  display: none;
}
#dashboard .custom_radio .check_dot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #d9dcfa;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
#dashboard .custom_radio .check_dot::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  transition: 0.3s;
}
#dashboard .custom_radio input:checked + .check_dot::after {
  background: #1c2258;
}
#dashboard .custom_checkbox {
  position: relative;
  display: inline-block;
}
#dashboard .custom_checkbox input {
  display: none;
}
#dashboard .custom_checkbox .checkmark {
  width: 26px;
  height: 26px;
  border-radius: 6.71px;
  background: #c1c5f2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
#dashboard .custom_checkbox .checkmark::after {
  content: "";
  width: 10px;
  height: 5px;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  transform: rotate(-45deg);
  transition: 0.3s;
}
#dashboard .custom_checkbox input:checked + .checkmark::after {
  border-left-color: #1c2258;
  border-bottom-color: #1c2258;
}/*# sourceMappingURL=style.css.map */