.dropdown {
  position: relative;
  display: inline-block;
  font-family: Arial, sans-serif;
}

.dropdown-label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-bottom: 4px;
}

.dropdown-button {
  max-width: 76px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s;
}

.dropdown-button:focus {
  outline: none;
  border-color: #4a90e2;
}

.dropdown-selected {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Noto Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;

}

.dropdown-arrow {
  margin-left: 6px;
  font-size: 10px;
  transition: transform 0.2s;
}

.dropdown-arrow.open {
  transform: rotate(180deg);
}

.dropdown-list {
  position: absolute;
  top: calc(100%);
  left: 0;
  width: 100%;
  max-height: 180px;
  overflow-y: auto;
  border-radius: 4px;
  background: #F6F7F8;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 10;
  list-style: none;
  padding: 4px 4px;
  margin: 0;
  width: 180px;
}

.dropdown-item {
  padding: 8px 10px;
  font-size: 14px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 4px;

}

.dropdown-item:hover,
.dropdown-item.highlighted {
  background-color: #F48120;
}

.dropdown-item.selected {
  font-weight: 600;
  background-color: #F48120;
  color: #ffffff;
}

.dropdown-item.disabled {
  color: #888;
  cursor: default;
}
.captcha {
    /* margin: 0 auto; */
    width: 65%;
    margin-bottom: 20px; 
}

@media screen and (max-width: 480px) {
    .captcha {
        width: 70%;
        margin-bottom: 0px; 
    }
}

@media screen and (max-width: 425px) {
    .captcha {
        width: 80%;
    }
}

@media screen and (max-width: 375px) {
    .captcha {
        width: 100%;
    }
}

@media only screen  and (min-width: 768px) and (max-width:920px) {
    .small-captcha {
        transform:scale(0.5);
        transform-origin:0 0;
    }
}

@media only screen and (min-width: 920px) and (max-width:1240px) {
    .small-captcha {
        transform:scale(0.7);
        transform-origin:0 0;
    }
}


.header {
    font-size: 23px;
    font-weight: bold;
}

.button_styles {
    margin-bottom: 48px;
    background-color: var(--chakra-colors-secondary-hover);
    color: var(--chakra-colors-light-500);
    height: 48px;
    font-size: 13px;
    font-weight: 600;
    margin-top: 16px;
}

@media screen and (max-width: 620px) {
    .callbackHeaderClass{
        font-size: 20px !important;
    }
}
.modal_content {
    position: absolute;
    top: 100px;
}

.modal_body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 24px 24px 48px;
}

.img {
    margin-top: 32px;
}

.header {
    font-size: 23px;
    font-weight: bold;
    margin-top: 24px;
}

.description {
    text-align: center;
    margin-top: 16px;
}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_button {
    margin-bottom: 48px;
    background-color: var(--chakra-colors-secondary-hover);
    color: var(--chakra-colors-light-500);
    height: 48px;
    font-size: 13px;
    font-weight: 600;
    margin-top: 16px;
}

.close_button {
    text-align: center;
    height: 16px;
    width: 16px;
    font-size: 20px;
    margin-top: -15px;
}

.out_button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    margin-top: -50px;
    margin-left: 415px;
    height: 32px;
    width: 32px;
    background-color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}
.styles_link__mnBbJ:hover{
    border-bottom: 1px solid white;
}
