.arenda-page {  }
.tab-btn {
    display: none;
    position: absolute;
}

.arenda-page h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.tab-btn + label {
    display: inline-block;
    padding: 8px 25px;
    font-weight: 600;
    text-align: center;
    color: var(--color-font);
    border: 0px solid var(--color-secondary);
    background: var(--color-element);
    border-radius: 15px;
    transition: background-color 0.2s;
    cursor: pointer;
    margin-bottom: 6px;
}

.tab-btn:hover + label {
    background: var(--color-element-hover);
}

.tab-btn:checked + label {
    color: var(--color-font);
    border: 1px solid var(--color-primary);
    background: var(--color-element);
    cursor: default;
}

.tab--single {
    display: none;
    background: var(--color-window);
    /*border: 1px solid var(--color-secondary);*/
}

.tab--single p {
    margin: 0 0 5px;
    line-height: 1.5;
    color: var(--color-font);
}

#change-tab-1:checked ~ #tab-1,
#change-tab-2:checked ~ #tab-2,
#change-tab-3:checked ~ #tab-3,
#change-tab-4:checked ~ #tab-4,
#change-tab-5:checked ~ #tab-5,
#change-tab-6:checked ~ #tab-6,
#change-tab-7:checked ~ #tab-7,
#change-tab-8:checked ~ #tab-8{
    display: block;
}

#change-tab-1 fieldset {
    border: 1px solid var(--color-secondary);
}


.services-check-list .service {
    margin-bottom: 10px;
    margin-right: 15px;
    display: inline-block;
    width: 100%;
}

.services-check-list .service label {
    padding-left: 20px;
    user-select: none;
}

.phone-table,
.sms-table {
    width: 100%;
    border: 1px solid var(--color-secondary);
}

.phone-table th,
.phone-table td,
.sms-table th,
.sms-table td {
    padding: 3px 5px;
    text-align: left;
    border: 1px solid var(--color-secondary);
}

.phone-table tr td:last-child button {
    display: inline-block;
    margin: 3px 3px 3px 0px;
}

.sub-box .close-sub-row {
    float: right;
    background: var(--color-secondary);
    width: 15px;
    height: 15px;
    border-radius: 3px;
    border: none;
    outline: none;
    display: block !important;
    margin: 0 !important;
    color: var(--color-font);
    cursor: pointer;
}

.sub-box td > div {
    clear: both;
}

input.ipt {
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 3px 8px;
    outline: none;
    font-size: 16px;
    background: #f8f8f8;
    width: 100px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.3);
}

input.ipt:hover,
input.ipt:focus {
    border-color: #39a7e7;
}
.bigdrop.select2-container .select2-results {max-height: 300px;}
.bigdrop .select2-results {max-height: 300px!important;}
.bigdrop .select2-results__options {min-height: 150px!important; max-height: 300px!important; overflow-y: auto;}



@media screen and (max-width:600px){
    .tab__my-naumbers{
        padding: 6px;
    }
    .tab__my-naumbers table{
        min-width: 100%;
    }
}

@media screen and (max-width:450px){
    .table-c-input td{
        width: max-content;
    }
    .input-title{
        width: 100%;
    }
    .input-title b{
        font-size: 12px;
    }
    .tabs .btn-primary{
        /* width: 15%; */
        width: 100%;
    }
    .apikey-users{
        width: 100%;
        /* width: 60%; */
    }
    .update-text{
        font-size: 12px;
        margin-left: -13px;
    }
    .table-rating{
        padding: 10px 0px;
    }
    .tble-container{
        width: 100%;
        max-width: 100%;
        height: max-content;
        overflow: auto;
    }
    .phone-table{
        min-width: 400px;
        height: 100%;
    }
    .phone-table th center{
        font-size: 12px;
    }
    .phone-table td center{
        font-size: 12px;
    }
}

@media screen and (max-width:380px){

    .tab__my-naumbers table th{
        font-size: 12px;
        padding: 1px 2px;
    }
    .tab__my-naumbers table td{
        font-size: 12px;
        padding: 1px 2px;
    }
}

@media screen and (max-width:320px){
    .tab__my-naumbers table .btn {
        padding: 2px 3px!important;
    }
    .tab__my-naumbers{
        width: 100%;
        overflow: auto;
    }
    .tab__my-naumbers table {
        width: 300px;
    }
}

.popup-opened {
    opacity: 1;
    z-index: 0;
    height: 70px;
    margin-top: -70px;
    padding: 10px 5px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup {
    opacity: 0;
    z-index: -1;
    height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0;
}


/*  */

.sms-block__sms{
    margin-top: 20px;
}
.sms-block__sms_head{
    display: flex;
    width: 100%;
    height: max-content;
    align-items: end;
    margin: 0px 0px 10px;
    justify-content: space-between;
}

.sms-block__sms_head h5{
    font-size: 16px;
    margin: 0px;

}

.sms-block__sms_head a{
    font-size: 14px;
    color: #4D00EE;
}

.sms-block__sms_body{
    max-height: 150px;
    overflow-x: hidden;
}

.sms-block__sms_body table{}
.sms-block__sms_body tbody{}
.sms-block__sms_body template{}


.sms-block__sms_body template tr{}
.sms-block__sms_body template td{}





.sms-block__other_sms{
    margin-top: 20px;
    padding-bottom: 5px;
}

.sms-block__other_sms__head{
    display: flex;
    width: 100%;
    height: max-content;
    align-items: end;
    margin: 0px 0px 10px;
    justify-content: space-between;
}

.sms-block__other_sms__head h5{
    font-size: 16px;
    margin: 0px;

}

.sms-block__other_sms__head span{
    width: max-content;
    height: max-content;
    position: relative;
    font-size: 14px;
    color: #4D00EE;
    padding-right: 20px;
    cursor: pointer;
}

.sms-block__other_sms__head span::before{
    content: '\25BC';
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    margin-top: 2px;
    font-size: 10px;
}

.openOtherSms .sms-block__other_sms__head span::before{
    content: '\25B2';
}

.openOtherSms .sms-block__other_sms__body{
    max-height: 150px;
    height: max-content;
    overflow: auto;
    width: 100%;
}

.sms-block__other_sms__body{
    height: 0px;
    overflow: hidden;
    width: 100%;
}



.sms-block__other_sms__body table{
    width: 100%;
    height: max-content;
}
.sms-block__other_sms__body tbody{}
.sms-block__other_sms__body template{}


.sms-block__other_sms__body tr{
    padding: 3px 5px;
    background-color: var(--color-element);
}
.sms-block__other_sms__body td{
    position: relative;
}

.sms-block__other_sms__body td a{
    padding: 3px 12px;
    background: #39A7E7;
    border-radius: 2px;
    color: white;
    text-decoration: none;
    display: block;
    width: max-content;
    height: max-content;
    margin: 5px auto;
    cursor: pointer;
}

.select2-container--default .select2-results>.select2-results__options {
    background-color: var(--color-element);
}


/* -------------------------------------------- */

.history_rent{
    width: 100%;
    height: max-content;
  }
  
  .history_rent__container{
    width: 100%;
    height: max-content;
    margin-top: 20px;
  }
  
  .history_rent__table_box{
    width: 100%;
    height: max-content;
    max-width: 100%;
    overflow: auto;
  }
  
  .history_rent__table_box table{
    width: 100%;
    min-width: 550px;
  }
  
  .history_rent__table_box td button{
    color: white!important;
  }

  .history_rent__table_box td button:disabled {
    background-color: var(--color-primary-hover);
    cursor: default;
  }
  


  .history_rent__table_box{
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-width: var(thin);
    scrollbar-color: var(#39a7e7) var(#aaaaaa3b);
  }
  
  .history_rent__table_box::-webkit-scrollbar-track {
    background-color: #aaaaaa3b;
    position: relative;
  }
  
  .history_rent__table_box::-webkit-scrollbar {height: 14px;}
  .history_rent__table_box::-webkit-scrollbar-thumb {
    background: #39a7e7;
  }
  .history_rent__table_box:hover::-webkit-scrollbar-thumb {background: #27aaf7;}
  
  
  
  .mobile_scroll_box{
    width: 100%;
    height: 10px;
    display: none;
    align-items: center;
    justify-content: space-between;
    margin-top: -12px;
    position: relative;
  }
  
  .mobile_scroll_box div{
    width: 15px;
    height: 14px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    background: #39a7e7;
    padding-top: 2px;
    color: white;
  }
  
  .mobile_scroll_box__left{}
  .mobile_scroll_box__right{}
  
  

  .pagination_box{
    width: 100%;
    height: max-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
  }   
  
  .history_rent__container small{
    display: block;
    width: max-content;
    height: max-content;
    margin-left: 5px;
  }
  
  
  .history_rent__pagination{
    width: max-content;
    max-width: 90%;
    display: flex;
  }
  
  .history_rent__pagination button{
    margin: 0px 5px;
  }
  
  .history_rent__pagination button:disabled{
    background-color: var(--color-secondary);
    cursor: not-allowed;
  }
  
  .history_rent__pagination button:disabled:hover{
    background-color: var(--color-secondary);
  }
  
  
  
  @media screen and (max-width: 600px){
    .mobile_scroll_box{
      display: flex;
    } 
  }
  
  @media screen and (max-width: 800px){
    .history_rent__table_box thead tr{
        font-size: 14px;
    }
    .history_rent__table_box table span{
        font-size: 12px;
    }
  }
  
  @media screen and (max-width: 400px){
    #tab-5{
      padding: 15px 5px;
    }
    .history_rent__table_box table{
      min-width: 380px;
    }
  }
  






















  /* ----------------------------------------------- */

.input-group label { display: block; margin-bottom: 3px; }
.input-group input, .input-group select { width: 100%; max-width: 200px; }
#tab-1 > div { margin-bottom: 20px; }
#tab-1 > div h4 { margin-bottom: 10px; }
.change-service .services-list {
    /* -webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -webkit-column-rule: 1px solid #ccc;
    -moz-column-rule: 1px solid #ccc;
    column-rule: 1px solid #ccc; */

    -webkit-column-width: 266.666px;
    -moz-column-width: 266.666px;
    column-width: 266.666px;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}
.service label {
    padding: 3px;
    display: inline-block;
    /*border: 1px solid var(--color-primary);*/
    width: 100%;
    /* max-width: 300px; */
    margin-bottom: 10px;
    white-space: nowrap;
    border-radius: 5px;
    cursor: pointer;
    background: var(--color-element);
    /* box-shadow: 0px 0px 1px 1px #cccccc50; */
}
.service label:hover {
    background: var(--color-element-hover);
}


.service label:has(input[type="radio"]:disabled) {
    /* background-color: red; */
    opacity: 0.5;
    cursor: default;
} 


.service input[type="radio"] {
    display: none;
    vertical-align: middle;
}
.service .text-block {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1.1;
}
.service .text-block .title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
}
.service.sold-out {
    opacity: 0.8;
    cursor: default;
    color: #ccc;
}
#tab-2 .btn {
    /*display: block;*/
    width: 100%;
    max-width: 110px;
    margin: 1px;
    padding: 3px 5px;
    font-size: 12px;
}
#tab-2 .btn.btn-danger {
    background: #c52121;
}
#tab-2 .btn[disabled="disabled"] {
    opacity: 0.5;
}
#tab-2 td.actions {
    text-align: center;
    width: 245px;
}
#tab-2 tr.sub-row {
    background: var(--color-window);
}
#tab-2 .prolong-block .btn {
    display: block;
    margin-top: 5px;
}
#tab-2 td.order-state-0 {
    background: #ffc9c9;
    color: black;
}
#tab-2 td.order-state-1 {
    background: #c9fdc9;
    color: black;
}
#tab-2 td.order-state-2 {
    background: #ffffa0;
    color: black;
}
#tab-2 td.order-state--1 {
    background: #cfcfcf;
    color: black;
}
.sms-block {
    /* max-height: 150px;
    overflow-x: hidden; */
}
#tab-4 pre {
    white-space: pre-wrap;
    margin-bottom: 30px;
}
#tab-4 h3 {
    margin-bottom: 10px;
}
#tab-4 h4 {
    margin: 5px 0;
}
.change-total p {
  background: var(--color-window);
  border: 1px solid var(--color-primary);
  padding: 10px;
  margin-bottom: 17px;
  border-radius: 5px;
  font-size: 13px;
  color: var(--color-font);
}
.d-flex-center{
  display: flex;
  align-items: center;
}
.f-wrap{
  flex-wrap: wrap;
}
@media (max-width: 769px ){
  .mbm10{
    margin-bottom: 10px;
  }
}
.pulse {
    animation: pulse 2s infinite;
}
.pulse:hover {
    animation: none;
}

@-webkit-keyframes pulse {
      0% {
        -webkit-box-shadow: 0 0 0 0 rgba(57, 167, 231, 0.5);
      }
      70% {
          -webkit-box-shadow: 0 0 0 20px rgba(57, 167, 231, 0);
      }
      100% {
          -webkit-box-shadow: 0 0 0 0 rgba(57, 167, 231, 0);
      }
}
@keyframes pulse {
      0% {
        -moz-box-shadow: 0 0 0 0 rgba(57, 167, 231, 0.5);
        box-shadow: 0 0 0 0 rgba(57, 167, 231, 0.4);
      }
      70% {
          -moz-box-shadow: 0 0 0 20px rgba(57, 167, 231, 0);
          box-shadow: 0 0 0 20px rgba(57, 167, 231, 0);
      }
      100% {
          -moz-box-shadow: 0 0 0 0 rgba(57, 167, 231, 0);
          box-shadow: 0 0 0 0 rgba(57, 167, 231, 0);
      }
}

.change-time-period input {
    max-width: 40px;
    padding: 4px 5px;
}

.change-time-period h4{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.change-total button {
    width: 100%;
}

.change-total p {
    padding: 5px;
    margin-bottom: 0;
}

#tab-1 > div {
    margin-bottom: 10px;
}

input[type="number"] {
    padding: 3px 5px;
    border: 1px solid var(--color-primary);
    border-radius: 3px;
}

.interactable {
    border-bottom: 1px dashed var(--color-primary);
    color: var(--color-primary);
    cursor: pointer;
}

span.nrepl {
    background: #f00;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    font-size: 12px;
    padding: 1px 4px;
    display: block;
    text-align: center;
    margin-top: 2px;
    cursor: pointer;
}



/* =========== 14.12.22 =========== */
.change-service{
  position: relative;
}
.header-service{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0px 10px;
}

.header-service h4{
  margin-bottom: 0px!important;
}

.search-service {
  display: flex;
  align-items: center;
}
.search-service h4{
  margin-right: 10px;
}
.search-service  input{
  padding-left: 10px;
  height: 30.9px;
}
.search-service  button{
  margin-left: 7px;
}


@media screen and (max-width:550px){
  .change-service .header-service{
    display: block;
  }
  .search-service{
    width: max-content;
    margin: 10px auto;
  }
}

.header-service__button{
  width: max-content;
  max-width: 100%;
  height: max-content;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 10px;
}

.header-service__button button{
  margin: 0 5px 0 0;
}
.header-service__button .btn-orange{
  background-color: #ffbb00;
}
.header-service__button .btn-orange:hover{
  opacity: 0.7;
}
/*  */

.services-list__cont-block{
  display: flex;
  height: max-content;
  align-items: center;
}
.services-list__cont-block input{
  margin: 0px 6px;
}
.services-list__img-block{
    margin: 5px;
    border-radius: 45px;
    background: rgb(245, 245, 245);
  height: 50px;
  width: 50px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}


.services-list .selected_service {
    background: var(--color-primary);
    color: var(--color-contrast);
}
.services-list .selected_service:hover {
    background: var(--color-primary-hover);
}
label:has(input[type="radio"]:checked) {
    background: var(--color-primary);
    color: var(--color-contrast);
    cursor: default;
}



.services-list__img-block img{
  width: 85%;
  object-fit: contain;
    margin: 10px;
}




.loader-service{
  position: absolute;
  width: 80px;
  height: 80px;
  left: 0;
  right: 0;
  top: 70px;
  margin: auto;
  display: none;
}
.loader-service__active{
  display: block;
}
.loader-service img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.services-list__star{
  width: 20px;
  height: 20px;
  position: relative;
  font-size: 20px;
  margin-left: auto;
  margin-right: 7px;
  /* top: 0; */
  z-index: 350;
}
.services-list__star::after{
  position: absolute;
  width: max-content;
  height: max-content;
  content: '\2606';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.active-star::after{
  position: absolute;
  width: max-content;
  height: max-content;
  content: '\2605';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: rgb(255, 230, 0);
}

/*  */

.service-footer__text{
  font-size: 16px;
  width: 100%;
  height: max-content;
  display: flex;
  align-items:center;
  background-color: rgba(0, 0, 0, 0.000);
  padding: 5px 10px;
  border-radius:5px;
}
.service-footer__text img{
  margin-right:10px;
}







/* ---------------- POPUP ------------- */
.content_box_popup{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 500;
}

.content_box_popup .content_box_popup__bg{
    width: 100%;
    height: 100%;
    background-color: #0000003a;
    backdrop-filter: blur(3px);
}

.popup_animate-enter-active {
    animation: 0.1s ease-in shop_popup;
}
.popup_animate-leave-active {
    animation: 0.1s ease-in hide_popup;
}

@keyframes shop_popup {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;

    }
}

@keyframes hide_popup {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;

    }
}

.content_box_popup .add_service_box{
    width: 500px;
    max-width: 95%;
    height: max-content;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 15px;
    background: var(--color-window);
    box-shadow: 0px 0px 10px 0px var(--shadow-window);
    padding: 30px 20px;
}

.content_box_popup__close_btn{
    position: absolute;
    right: -46px;
    top: 0px;
    width: 36px;
    height: 36px;
    cursor: pointer;
}

.content_box_popup__close_btn img{
    width: 100%;
    height: 100%;
}

.close_btn__pc{}
.close_btn__mobile{
    display: none;
}




.add_service_content{

    margin-top: 20px;
}


.content_box__container h3{
    color: var(--color-font);
    font-size: 20px;
    font-weight: 700;
}

.pay_service__btn_box{
    width: max-content;
    margin-left: auto;
    margin-top: 20px;
}

.pay_service__btn_box button{
    color: var(--color-contrast);
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    padding: 12px 20px;
    outline: none;
    border: none;
    background: var(--color-secondary);
    cursor: pointer;
}


.pay_service__btn_box .pay_service__pay_btn{
    color: white;
    background: var(--color-primary);
    margin-left: 12px;
}

.pay_service__btn_box .pay_service__pay_btn:disabled{
    background: var(--color-element-hover);
    cursor: not-allowed;
}


.add_service__item_box{
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 10px;
}


.add_service_content .add_service__item_box:last-child{
    margin-bottom: 0px;
}

.add_service__item_name{
    width: max-content;
    height: max-content;

    color: #919191;
    font-size: 16px;
    font-weight: 400;
}
.add_service__item_value{
    width: max-content;
    height: max-content;
}

.item_value__rental_period,
.add_service__item_value select{
    width: 188px;
    height: 38px;

    border-radius: 5px;
    border: 1px solid var(--color-element-hover);

    color: var(--color-font);
    font-size: 16px;
    font-weight: 400;
    background: var(--color-window);
    cursor: pointer;
}


.item_value__rental_period{

    display: flex;
    align-items: center;
    padding-left: 7px;
    cursor: default;
}


.add_service__item_value b{
    color: var(--color-primary);
    text-align: right;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}
      



#tab-2 .add_new_service_btn{
    /* padding: 7px 12px 6px; */
    /* width: max-content; */
    /* max-width: max-content; */
    margin-top: 4px;
}

@media screen and (max-width: 800px){

    .close_btn__mobile{
        display: block;
    }

    .close_btn__pc{
        display: none;
    }
    
    .content_box_popup__close_btn{
        right: 10px;
        top: 10px;
        width: 20px;
        height: 20px;
    }

    .theme-dark .content_box_popup__close_btn img{
        filter: invert(1);
    }

    .content_box_popup .add_service_box{
        padding: 20px 12px;
    }

    
    .add_service_box h3{
        font-size: 14px;
        line-height: 18px;
    }
    .add_service_box p{
        font-size: 12px;
        line-height: 16px;
        margin-top: 4px;
    }

    .add_service_content{
        margin-top: 18px;
    }

    .add_service_content label{
        margin-bottom: 8px;
    }
    .add_service_content label span{
        font-size: 12px;
    }
    .add_service_content label input {
        height: 36px;
        font-size: 12px;
        margin-top: 4px;
        padding-left: 8px;
    }

    .content_box .add_service_content__checkbox input{
        width: 14px;
        height: 14px;
    }

    .content_box .add_service_content__checkbox span{
        margin-left: 8px;
        font-size: 12px;
        line-height: 16px;
    }

    .add_service_box .pay_service__btn_box{
        margin-top: 18px;
    }


    .item_value__rental_period,
    .add_service__item_value select{
        width: 168px;
        height: 30px;
        font-size: 12px;
    }


    .add_service__item_name{
        font-size: 14px;
    }


    .add_service__item_value b{
        font-size: 18px;
        line-height: 22px;
    }
      
    .pay_service__btn_box button{
        font-size: 14px;
        padding: 8px 14px;
    }

    
}



.vex-dialog-message{
    word-wrap: break-word;
}


@media screen and ( max-width:1450px ){
    .change-service .services-list {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .curr_lang__es .change-time-period h4{
        font-size: 12px;
    }
}


@media screen and ( max-width:1200px ){
    /* .curr_lang__es */
    .notranslate .btn-primary{

        width: max-content;
    }

}




/* ------------------------------------------------ */

.actions {
    position: relative;
}
.polong_info_icon{
    position: absolute;
    right: 5px;
    top: 2px;
    width: 16px;
    height: 16px;
    line-height: 12px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-primary);
    color: white;
    border-radius: 50%;
    cursor: pointer;
}

.rent_number_info{
   
}

.rent_number_info td{
    padding: 12px 8px;
    font-size: 16px;
    line-height: 20px;
    height: max-content;
    display: none;
}   

@media screen and ( max-width: 548px ){
    .polong_info_icon{
        top: 25px;
        right: 3px;
    }

    .rent_number_info td{
        padding: 16px 14px;
        font-size: 16px;
    }
}

@media screen and ( max-width:380px ){

    .tab__my-naumbers .rent_number_info td{
        padding: 8px 6px;
        font-size: 14px;
    }
}


/* ----------change mode  */

.change_mod__box {
    display: flex;
    align-items: center;
    height: max-content;
}


.change_mode__reverse_btn {
    height: 30px;
    width: 100%;
    cursor: pointer;
    opacity: 0.8;
}
.theme-dark .change_mode__reverse_btn {
    filter: invert(1);
}
.change_mode__reverse_btn:hover {
    opacity: 0.7;
}

.change_mode__reverse_btn img {
    height: 100%;
}


.change_mod__box .change_mode__loader {
    height: 20px;
    margin-left: 10px;
}

.change_mod__box .change_mode__loader img {
    height:100%;
}


/* Multi rent */

.change-total .row {
    align-items: flex-start;
}

.change-total .mbm10 p .selects-service-row{
    margin-bottom: 6px;
}

.change-total .mbm10 p .selects-service-row:last-child {
    margin-bottom: 0px;
}

.available_numbers {
    margin-top: 8px;
    font-size: 14px;
    line-height: 14px;
}

.available_numbers b {
    margin-left: 6px;
}

.total_cost {
    margin-top: 6px;
    font-size: 1rem;
}

.total_cost b {
    margin-left: 10px;
}



@media (max-width: 1200px) and (min-width: 550px){
    
    .available_numbers {
        font-size: 12px;
        line-height: 12px;
    }

    .available_numbers b {
        margin-left: 2px;
    }

    .total_cost {
        margin-top: 6px;
        font-size: 14px;
    }

    .total_cost b {
        margin-left: 6px;
    }

}



/* 12.07.24 */

.service_list__country_item label:has(input[type="radio"]:disabled){
    opacity: 0.8;
    cursor: pointer;
}

.country_item_info {
    width: 18px;
    height: 18px;
    margin-left: auto;
    border-radius: 50%;
    background-color: var(--color-primary);
    color: var(--color-contrast);
    font-size: 14px;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.curr_lang__ar .country_item_info {
    margin-left: 0px;
    margin-right: auto;
}





/* ------- CHANGE-------- */
.rent_bg {
    width: 100%;
    height: 100%;
    background-color: #00000000;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 4;
    animation: bgBankClose 1s 1;
}
.rent_bg_show {
    background-color: #0000005d;
    display: block;
    animation: bgBankShow 1s 1;
}

@keyframes bgBankClose {
    0% { 
        background-color: #0000005d;
        display: block;
    } 
    100% {
        background-color: #00000000;
        display: none;
}
}

@keyframes bgBankShow {
    0% { 
        background-color: #00000000;
    } 
    100% {
        background-color: #0000005d;
    }
}

.rent_search_number {
    width: max-content;
    margin: 12px auto;
    display: flex;
    align-items: center;
}
.rent_search_number h4{
    font-size: 16px;
    line-height: 16px;
    margin-right: 6px;
}
.rent_search_number form{
    display: flex;
    height: max-content;
    width: max-content;
}
.rent_search_number form input{
    width: 120px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    border-radius: 5px 0px 0px 5px;
    outline: none;
}

.rent_search_number form button{
    border-radius: 0px 10px 10px 0px;
    margin: 0px!important;
}

.curr_lang__ar .rent_search_number form input{
    border-radius: 0px 5px 5px 0px;
}
.curr_lang__ar .rent_search_number form button {
    border-radius: 10px 0px 0px 10px;
}
.curr_lang__ar .rent_search_number h4 {
    margin-left: 6px;
    margin-right: 0px;
}

.rent_my_number_find {
    position: relative;
    z-index: 5;
    outline: 2px solid var(--color-primary-font);
    background-color: var(--color-window);
}


.rent_search_number_history form button {
    /* padding: 0px; */
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 64.36px;
    height: 30.09px;
}

.rent_search_number form button{
    border-radius: 0px 10px 10px 0px;
    font-size: 14px!important;
    margin: 0px!important;
    padding: 7px 10px!important;
}
.rent_search_number form button:disabled {
    background-color: var(--color-primary_disabled);
}

.rent_search_number_history form button img {
    width: 16px;
}





.rent_select_operator {
    margin-right: auto;
    margin: 68px 5px 0px;
}

.rent_select_operator div {
    text-align: left;
}
