body {
    background-image: url("../imgs/bg.png");
    z-index: 1 !important;
    width: 100%;
    height: 100vh;
    max-width: 600px;
    position: relative;
    margin: auto;
}

.color_red {
    color: #FF7900;
}

.carde_principal {
    max-width: 600px;
    height: 100vh;
    max-height: 100vh;
    z-index: -1;
    position: relative;
    overflow: hidden;
}

.cadre_gris {
    z-index: -2;
    max-width: 600px;
    background-repeat: no-repeat;
    position: absolute;
    object-fit: cover;
    width: 100%;
    bottom: 25px;
}

.cadre_gris_inv {
    transform: rotate(180deg);
    top: 25px;
}

.cadre_blanc {
    max-width: 600px;
    background-repeat: no-repeat;
    z-index: 0;
    position: absolute;
    object-fit: cover;
    width: 100%;
    bottom: 25px;
}

.cadre_blanc_inv {
    transform: rotate(180deg);
    top: 6px;
}

.cadre_rouge {
    max-width: 600px;
    background-repeat: no-repeat;
    z-index: -1;
    position: absolute;
    object-fit: cover;
    width: 100%;
    bottom: 0;
}

.cadre_rouge_inv {
    transform: rotate(180deg);
    top: 0;
}

.islem_logo {
    padding-top: 90px;
}

.islem_logo img{
    width: 130px;

}

.btn_gold, .btn_gold:active, .btn_gold:hover {
    background: linear-gradient(180deg, #AA8D3E 0%, #E9C562 99.99%, rgba(191, 161, 80, 0) 100%);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 14px;
    color: white;
    font-weight: 700;
    font-size: 15px;
}

.ooredoo_logo {
    width: 160px;
    margin-top: 20px;
}

.phone_icon {
    position: absolute;
    left: 15px;
    top: 13px;
}
.unsub{
    width: 88%;
    margin: auto;
    text-align: center;
    margin-top: 20px;
    position: relative;
    z-index: 999;
}
ul{
    list-style: none;
}
.phone_in, .phone_in:focus, .phone_in:active {
    background-color: transparent;
    border: none;
    border-bottom-color: #FF7900;
    border-bottom-style: solid;
    padding-right: 35px;
    font-size: 13pt;
    width: 85%;
    margin: auto;
    margin-bottom: 15px;
    margin-top: 15px;
}
.cadre_coin_left{
    transform: rotate(90deg);
    bottom: -15px;
    position: absolute;
}
.cadre_coin_right{
    bottom: 0;
    position: absolute;
    right: 0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #ee7a03;
    border-color: #dee2e6 #dee2e6 #fff;
    border-radius: 5px;
}
.nav-link{
    color: #000000;
}
.abon_type p{
    font-weight: 700;
}
.tabon{
    color: #ee7a03;
    font-weight: 900;font-size: 16px;
    text-align: left;
    margin-left: 35px;
}
.nav-tabs{
    border: none;
}
.navz{
    z-index: 99;
    position: relative;
}
.unsub p{
    color: #ee7a03;
    font-family: Inter;
    font-size: 17px;
    font-weight: 700;
    line-height: 21px;
    text-align: center;

}
.rectangle-radio {
    display: inline-block;
    padding: 0px;
    margin-right: 10px;
    cursor: pointer;
    border: 2px solid #ff7900;
    border-radius: 4px;
    height: 23px;
}

.rectangle-radio input[type="radio"] {
    display: none; /* Hide the default radio button */
}

.rectangle-radio .radio-custom {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    /* vertical-align: middle; */
    background-color: white;
    border: 1px solid #ff7900;
    margin: auto;
}

.rectangle-radio input[type="radio"]:checked + .radio-custom {
    background-color: #ff7900; /* Change background when selected */
    /* Additional styles for the checked state */
}

.abon_type{
    position: relative;
    z-index: 999;
}