/*!
 * aksTelephoneInput v1.0.0
 * International Telephone Numbers
 * (c) 2021 Ahmet Aksungur
 * MIT License
 * https://github.com/Ahmetaksungur
 */
 .aks-telephone-input {
    position: relative;
    z-index: 11;
  }
  .aks-TI-row {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    width: 100%;
  }
  .aks-TI-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  .aks-TI-wrap.aks-TI-input {
    width: 100%;
    margin-left: auto;
    padding-left: 5.9rem;
}
  .aks-TI-btn {
    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: space-between;
    position: absolute;
    left: 0;
    z-index: 1;
    cursor: pointer;
    padding: 10px;
    width: 85px;
    border: var(--box-border);
    border-radius: var(--btn-radius);
    background: var(--bg-body);
    height: 60px;
}
  .aks-TI-btn-flag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .aks-TI-btn-flag svg {
    overflow: hidden;
    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;
    width: 25px;
    height: 25px;
  }
  .aks-TI-btn-flag img {
    width: 25px;
    height: 25px;
    overflow: hidden;
    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;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
  }
  .aks-TI-btn-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 12px;
  }
  .aks-TI-btn-arrow-down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .aks-TI-btn-arrow-down svg {
    overflow: hidden;
    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;
    width: 22px;
    height: 22px;
    filter: brightness(10);
  }
  .aks-TI-list {
    width: 350px;
    height: 0;
    position: absolute;
    background: var(--container-bg);
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    border-radius: 10px;
    padding: 10px;
    display: none;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 15px 0 0 0;
    border: var(--box-border);
}
  .aks-TI-list.aks-TI-opened {
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .aks-TI-list:before {
    content: " ";
    position: absolute;
    top: -7px;
    left: 16px;
    background: var(--bg-btn);
    width: 14px;
    height: 14px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12);
    z-index: -1;
    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;
  }
  .aks-TI-search {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .aks-TI-search-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 100%;
  }
  .aks-TI-search-icon {
    position: absolute;
    left: 6px;
    z-index: 1;
    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;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: gray;
  }
  .aks-TI-search-icon svg {
    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;
    overflow: hidden;
    width: 21px;
    height: 21px;
  }
  .aks-TI-search-input {
    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;
    width: 100%;
  }
  .aks-TI-search-input .aks-input {
    width: 100%;
    background: #e0e5ef61;
    border: none;
    padding: 10px 10px;
    padding-left: 33px;
  }
  .aks-TI-lists {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto;
  }
  .aks-TI-lists::-webkit-scrollbar {
    width: 3px;
    background-color: #363636;
    border-radius: 5px;
  }
  .aks-TI-lists::-webkit-scrollbar-track {
    background-color: #3A3C40;
    border-radius: 5px;
  }
  .aks-TI-lists::-webkit-scrollbar-thumb {
    background: var(--bg-btn);
    border: 0px solid var(--bg-body);
    border-radius: 5px;
  }
  .aks-TI-item {
    background: 0 0;
    width: auto;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 7px;
    cursor: pointer;
    margin-bottom: 0.1rem;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
  }
  .aks-TI-item:hover {
    background: var(--bg-body);
    color: #111;
  }
  .aks-TI-item.aks-active {
    background: var(--bg-body);
    color: #111;
  }
  .aks-TI-item-row {
    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;
  }
  .aks-TI-item-flag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0.5rem;
  }
  .aks-TI-item-flag svg {
    width: 25px;
    height: 25px;
    overflow: hidden;
    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;
  }
  .aks-TI-item-flag img {
    width: 25px;
    height: 25px;
    overflow: hidden;
    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;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
  }
  .aks-TI-item-title {
    font-size: 15px;
    font-weight: 300;
    line-height: normal;
    overflow: hidden;
    word-wrap: break-word;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: left;
    color: var(--text-white);
}
  .aks-TI-search-input input {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    border-radius: 7px;
    padding: 8px 10px;
    outline: 0;
    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;
    vertical-align: unset;
    position: relative;
    margin: 0;
    cursor: text;
    border: var(--box-border);
    background: var(--bg-body);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-left: 30px;
    line-height: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 50px;
    font-size: 16px;
}

  .aks-TI-search-input input:disabled {
    background: #f6f8ff;
    cursor: not-allowed;
    opacity: 0.9;
    border-color: #bbc1e1;
  }
  .aks-TI-primary-lists {
    border-bottom: 1px solid #dadada;
    margin-bottom: 5px;
  }
  .aks-TI-hr {
    border-bottom: 1px solid #dadada;
    margin-bottom: 5px;
  }
  

  @media(max-width:1700px){
    .aks-TI-btn {
      height: 50px;
  }
  .aks-TI-btn-arrow-down svg {
      width: 18px;
      height: 18px;
  }
  .aks-TI-search-input input {
    padding: 6px 10px;
    padding-left: 35px;
    height: 45px;
    font-size: 14px;
}

  }
  /* max 1700px end  */


  @media(max-width:1119px){
    .aks-TI-btn {
      width: 78px;
  }
  .aks-TI-wrap.aks-TI-input {
    padding-left: 5.4rem;
}

  }
    /* max 1199px end  */

    @media(max-width:991px){
      .aks-TI-list {
        width: 300px;
    }

    }
    /* max 991px end  */
   
  @media(max-width:767px){
    .aks-TI-list {
      width: 265px;
  }
  .aks-TI-item-title {
    font-size: 14px;
}

  }
  /* max 767px end  */