.wizard-steps {
    counter-reset: wizard-steps;
}
.wizard-steps ul {
    list-style-type: none;
}
.wizard-steps ul li ul {
    position: relative;
}
.wizard-steps ul li ul:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #ccc;
    top: 0;
    left: -21px;
}
.wizard-steps ul li.active {
    color: var(--maincolor);
}
.wizard-steps ul li:not(.active) {
    color: var(--text-color);
}
.wizard-steps ul li.is-done ul:before {
    background-color: var(--maincolor);
}
.wizard-steps ul li.is-done:before {
    background-color: var(--maincolor);
}
.wizard-steps ul li.is-done:after {
    color: white;
}
.wizard-steps > ul > li {
    position: relative;
    margin-bottom: 8px;
    counter-increment: wizard-steps;
}
.wizard-steps > ul > li:before {
    position: absolute;
    content: "";
    top: 0;
    left: -30px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.wizard-steps > ul > li:after {
    content: counter(wizard-steps);
    position: absolute;
    text-align: center;
    font-size: var(--text);
    top: 0;
    left: -30px;
    width: 20px;
    line-height: 20px;
    height: 20px;
}
.wizard-steps > ul ul {
    margin-top: 8px;
    padding-left: 12px;
}

.addcontainer .parte label {
    color: white !important;
}
.addcontainer .parte .enter-user {
    border: 0 !important;
    color: #000 !important;
}
.addcontainer .parte .enter-user:hover {
    border: 0 !important;
    outline: 0 !important;
}
.addcontainer .parte .enter-user:active {
    border: 0 !important;
    outline: 0 !important;
}
.addcontainer .parte .enter-user:focus {
    border: 0 !important;
    outline: 0 !important;
}

.flex-wrapper {
    display: flex;
    flex-flow: row nowrap;
}

.single-chart {
    width: 200px;
    justify-content: space-around;
}
.toggle {
    background: none;
    border: none;
    color: #888888;
    height: 40px;
    margin-top: -64px;
    font-weight: 600;
    margin-right: -30px;
    float: right;
    line-height: 40px;
}

.did_type {
    color: #fff !important;
    font-size: var(--text) !important;
    background: #666;
    width: 70px !important;
    border-radius: 30px;
    text-align: center !important;
    display: inline-block;
    padding: 0 !important;
}
.circular-chart {
    display: block;
    width: 200px;
    height: 200px;
}

.circlem-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 3.8;
}
.dreaptali p span {
    font-size: 12px;
    font-weight: 900;
    color: #44b840;
    margin-left: 10px;
    padding-left: 10px;
}
.stangali span {
    font-size: 11px;
    font-weight: 900;
    color: #44b840;
    margin-left: 10px;
    padding-left: 4px;
}
.stangali span cerc {
    display: inline-block;
    font-size: 40px;
    height: 10px;
    margin-left: -14px;
    margin-top: 16px;
    line-height: 0;
    position: absolute;
}

.dreaptali .single-chart {
    margin-left: 50%;
    transform: translateX(-200px);
}
.dreaptali p span cerc {
    display: inline-block;
    font-size: 30px;
    height: 10px;
    margin-left: -15px;
    margin-top: 11px;
    line-height: 0;
    position: absolute;
}
.circlem {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress2 1s ease-out forwards;
}

.dateh {
    font-size: 10px;
    color: var(--text-color);
    display: block;
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: right;
    padding-right: 10px;
}

@keyframes progress2 {
    0% {
        stroke-dasharray: 0 100;
    }
}

.circular-chart.orange .circlem {
    stroke: #ff9f00;
}

.circular-chart.green .circlem {
    stroke: #4cc790;
}

.circular-chart.blue .circlem {
    stroke: #3c9ee5;
}

.nrminchart {
    position: absolute !important;
    margin-top: -135px !important;
    font-size: 20px !important;
    width: 200px !important;
    text-align: center !important;
    font-weight: 700 !important;
    font-family: sans-serif !important;
}
.percentage {
    fill: #666;
    font-family: sans-serif;
    font-size: 0.5em;
    text-anchor: middle;
}

.underreview {
    width: auto;
    height: 20px;
    position: absolute;
    border-radius: 0;
    background: transparent;
    margin: 0;
    top: 66px;
    left: 80px;
}

cat {
    text-align: left !important;
    width: auto;
    height: 40px;
    display: block;
    line-height: 40px;
    font-weight: 500;
    color: var(--subtitle-color);
    font-size: var(--title);
    padding-left: 0px;
    padding-right: 0px;
}

cat cd {
    font-weight: 600 !important;
    font-family: "Outfit" !important;
}
.form_edit_account {
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 100% !important;
    width: 100%;
    height: 100%;
}
.form_edit_account .popupblur {
    position: relative;
    top: 150px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 500px;
    margin: auto;
    background: var(--background3);
    padding: 20px 50px;
    box-shadow: 0 0 10px var(--shadow-color);
    border-radius: 7px;
}
.form_edit_account::before {
    filter: blur(10px);
    content: "";
    backdrop-filter: blur(5px);
    opacity: 0.97;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 100% !important;
    width: 100%;
    height: 100%;
}

.close_edit {
    width: 100px;
    height: 30px;
    cursor: pointer;
    font-weight: 700;
    text-align: center;
    margin: auto;
}

.flex {
    display: flex;
}
plus {
    font-size: 20px;
    font-weight: 700;
    height: 15px;
    line-height: 17px;
}
plus i {
    float: none;
    padding: 0;
}
.label-profil {
    letter-spacing: 1px;
    font-size: var(--text);
    color: var(--subtitle-color);
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 500 !important;
    position: relative;
}
.separator_profil {
    width: 100%;
    height: 1px;
    background: var(--background);
    display: block;
    margin: 20px 0;
}

.column_align {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 0px;
    column-gap: 0px;
    overflow-y: auto;
    height: calc(100% - 63px);
    grid-auto-rows: minmax(60px, 70px);
}
.legenda_accno {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto 0 auto;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    width: 100%;
    background: var(--background3);
    max-width: 300px;
    display: flex;
    padding: 0 5px;
}
.legenda_accno div {
    width: 100%;
    position: relative;
    font-size: var(--label);
    line-height: 25px;
    padding-left: 30px;
}
accn {
    font-weight: 500;
    color: var(--maincolor);
    position: absolute;
    font-size: var(--text);
    height: 30px;
    width: 20px;
    left: 5px;
    line-height: 30px !important;
    user-select: none;
    cursor: pointer;
    text-align: center;
}

.legenda_accno accn {
    line-height: 25px !important;
    height: 25px;
}

#speedsection accn {
    color: var(--text-color);
    opacity: 0.5;
    height: 40px !important;
    font-size: var(--text) !important;
    line-height: 38px !important;
}
.speedactiv accn {
    color: var(--maincolor) !important;
    opacity: 1 !important;
}

.delbtn input {
    text-align: center;
    letter-spacing: 1px;
    padding: 2px 2px 0 2px;
    color: #c92626 !important;
    border-radius: 3px;
    font-weight: 900;
    padding-left: 2px !important;
    cursor: pointer;
    border: 0;
    background: transparent;
    line-height: 17px;
    font-size: 12px;
}

.delbtn i {
    color: #c92626 !important;
    height: 100%;
    line-height: 30px;
    font-size: 14px;
}

.confirmdel {
    display: none;
    position: absolute;
    margin-top: -19px;
    line-height: 17px;
    margin-left: 130px;
    font-size: 12px;
    background: #c92626;
    width: 65px;
    padding: 0px 2px 0 2px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    letter-spacing: 1px;
}
.confirmdel:hover {
    color: white;
}

.stangali img {
    float: none;
    left: 54px;
    line-height: 1;
    font-weight: 900;
    text-align: center;
    width: auto;
    height: 100px !important;
    top: 45px;
    padding: 0;
    margin: 0;
}

.resurse {
    text-align: center;
    color: var(--subtitle-color) !important;
    width: 95%;
    padding: 10px;
    display: block;
    background: var(--background);
    border-radius: 5px;
    margin: 55px auto 10px;
}
.profile_nav .displaycredit {
    margin-left: 0;
    display: none;
    transition: all 0.3s;
    padding: 0 10px;
    width: 100%;
    background: transparent;
    height: 100%;
}

.underreview p {
    margin: 0 !important;
    font-size: var(--label);
    font-weight: 600 !important;
    text-align: center;
    padding-left: 18px;
    transition: all 0.4s;
}
.underreview i {
    font-size: 13px !important;
    height: 20px !important;
    text-align: center !important;
    float: none;
    margin: 0;
    position: absolute;
    line-height: 22px;
    width: 14px !important;
}

.stangali {
    position: relative;
}

.logouti {
    color: indianred !important;
    font-weight: 400 !important;
}
.logouti i {
    color: indianred !important;
}

#openclosemenu {
    display: none;
}

menu {
    width: 80px;
    font-size: var(--text);
    font-weight: 700;
    display: block;
    text-align: center;
    margin: auto;
    position: relative;
    padding: 15px 0;
    line-height: 14px;
    cursor: pointer;
}

menu i {
    font-size: 13px;
    margin-top: -4px;
    position: absolute;
    line-height: 13px;
    left: 0;
    cursor: pointer;
}

.fa-user-circle {
    color: #b8bfce;
}
.history-show {
    position: relative;
}

.flex {
    display: flex !important;
}

.ui-datepicker .ui-datepicker-header {
    border: 0;
    background: #333 !important;
    padding: 10px !important;
    margin-top: 5px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    margin: 12px 5px;
    background: #fff;
    cursor: pointer;
}
#ui-datepicker-div {
    background: #333;
}

#ui-datepicker-div {
    max-width: 320px;
    width: 270px;
    border-radius: 0 !important;
    border: 1px solid #333;
}

.pretch form {
    height: 20px;
    margin: 10px auto;
    width: auto;
}

.speeditem {
    width: 100%;
    max-width: 300px;
    position: relative;
    margin: 10px auto 10px 0;
    border: 1px solid #f8f8f8;
    border-left: 3px solid #ccc;
    border-radius: 3px;
}
.speedactiv {
    border-left: 2px solid var(--maincolor) !important;
}

.delspeedform {
    font-weight: 900;
    color: #c92626;
    cursor: pointer;
    font-size: 12px;
    position: absolute;
    line-height: 18px;
    width: 80px;
    text-align: center;
    top: 8px;
    border: transparent;
    background: transparent;
    letter-spacing: 0;
    right: 0;
}
#canceledit {
    height: 30px;
    line-height: 30px;
    min-height: 30px !important;
    cursor: pointer;
    display: block;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    max-width: 300px;
}
.outer {
    height: 4px;
    max-width: 300px;
    box-shadow: inset 0 0 10px #aaa;
    background-color: #eee;
    margin-top: 30px;
    width: 100%;
    max-width: 300px;
}

.speeditem f {
    width: 80px !important;
    text-align: center;
    top: 8px !important;
    right: 0;
    left: unset !important;
}
.delspeedform:hover {
    background: transparent !important;
    background-color: transparent !important;
}

.speedactiv .numarspeedbla {
    color: #13912c;
}

#plansection {
    scroll-margin: 140px;
}

.subtitluhistory {
    position: absolute !important;
    margin-top: -40px !important;
}

#speedsection {
    scroll-margin: 140px;
}

#textsection {
    scroll-margin: 140px;
}
.titlu-bill {
    position: absolute;
    text-align: center;
    top: 33px;
    width: 60px;
    left: 5px;
    font-size: 12px;
    font-weight: 600 !important;
    color: white;
}
activps {
    display: inline-block;
    font-size: 30px;
    height: 10px;
    margin-top: 13px;
    line-height: 0;
    position: absolute;
    left: 5px;
}
#refersection {
    scroll-margin: 140px;
}
.profile-content f {
    font-weight: 700;
    color: var(--maincolor);
    cursor: pointer;
    font-size: var(--label);
    position: absolute;
    line-height: 18px;
    width: 100px;
    text-align: right;
    top: 2px;
    letter-spacing: 0;
    right: 0;
}
.dreaptali p {
    margin-top: 0 !important;
}
#changenameform,
#changepassform,
#changeemailform,
#formaddnumber,
#changecontactform,
#changeaddressform {
    max-width: 300px;
}

.bazap:hover {
    background: #e6f4f4;
}
.logouti:hover {
    background: #ffe6e6;
}

.bazapleft {
    width: 100%;
    line-height: 40px;
    cursor: pointer;
    text-align: left;
    padding: 0 10px;
    display: block;
    font-weight: 300;
    color: var(--text-color);
    position: relative;
    user-select: none;
    font-size: var(--text);
    border-bottom: 1px solid var(--background);
}
.bazapleft:hover {
    background: var(--background) !important;
}
.bazapleft i {
    font-size: 15px;
    line-height: 23px;
    right: 0;
    margin-right: 10px;
    float: none;
    width: 24px;
    margin-left: 5px;
    padding: 0;
    position: relative;
    text-align: center;
}

.selecthistory .bazapleft {
    padding-left: 30px;
}
.selecthistory {
    display: none;
}

.bazap i {
    font-size: var(--text) !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 27px !important;
    text-align: center !important;
    border-radius: 4px !important;
    float: unset !important;
    padding-left: 0 !important;
    margin-left: -10px !important;
    color: #009396;
}
.content-riz {
    max-width: 300px;
    text-align: center;
    position: relative;
    margin: auto;
    width: 100%;
}
.containercalls {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    min-height: 140px;
    padding: 0 !important;
    color: var(--text-color) !important;
    background: transparent;
    position: relative;
}

.chart_calls {
    width: 100%;
    background: var(--background3);
    padding: 10px;
    height: 130px;
    transform: rotate(180deg) rotatey(180deg);
    display: flex;
    margin-bottom: 20px;
    border-radius: 7px;
}

.chart_calls span {
    display: block;
    height: 100%;
    cursor: pointer;
    font-family: "Outfit";
    padding-top: 20px;
    text-align: center;
    position: relative;
    width: 100%;
}

.chart_calls line {
    height: 10%;
    display: block;
    width: 5px;
    background: var(--maincolor);
    margin: auto;
    border-radius: 20px;
}

.chart_calls day {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 12px;
    transform: rotateX(180deg);
    top: 0;
}

#leftmenu::-webkit-scrollbar {
    width: 5px;
}

.containercalls #leftmenu {
    height: auto;
    display: block;
    overflow-y: auto;
    max-height: 300px;
    min-height: 140px;
    padding: 0;
    width: 100%;
}

.containercalls #leftmenu p {
    text-align: center !important;
    line-height: 40px;
    margin: 0;
}

.monthPicker {
    background: transparent !important;
    font-size: var(--text) !important;
    height: 15px !important;
    max-width: 200px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    margin: auto !important;
    border: 1px solid !important;
    width: 100% !important;
    position: absolute;
    top: 20px;
    color: var(--maincolor) !important;
    line-height: 1 !important;
    padding: 0 !important;
    min-height: 30px !important;
    text-align: center !important;
    display: block !important;
    left: 0;
    right: 0;
    border-radius: 30px !important;
}

.coloana1 {
    display: inline-block;
    width: 50px;
    height: 50px;
}

.coloana2 {
    display: inline-block;
    width: auto;
    height: 50px;
}
.coloana3 {
    float: right;
    width: 100px;
    height: 50px;
}
#leftmenu img {
    width: 100%;
    display: block;
    height: auto;
    max-width: 150px;
    margin: auto;
}

.content-riz i {
    float: none !important;
    width: 20px !important;
    display: inline-block;
    height: 20px !important;
    font-weight: 400 !important;
    color: #3770d1 !important;
    z-index: 2;
    font-size: 22px !important;
}
.clicked {
    width: 250px !important;
    height: auto !important;
}
.nume_register {
    width: 100%;
    max-width: 300px;
    display: block;
}

.continator-new {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    color: #666666;
    font-size: var(--text);
    min-height: 800px;
}

.form_myaccount {
    width: 100%;
    text-align: center;
    max-width: 400px;
    margin: auto;
}
.creditf {
    background: var(--background);
    width: auto;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
}
.form_buy_credit {
    width: 100%;
    margin: auto;
    max-width: 300px;
    text-align: center;
}

.div300 {
    width: 100%;
    max-width: 300px;
    margin: 30px auto auto auto;
    display: block;
}

.parte-principala img {
    height: 70px;
    margin: 10px auto auto auto;
    display: block;
}

.new_login {
    display: inline-block;
    width: 133px !important;
    color: #bbb;
    text-align: center;
    cursor: pointer;
    position: relative;
    transition: all 0.1s;
    letter-spacing: 0;
}

.login_gri {
    color: #bbb !important;
}

.login_gri::after {
    display: none !important;
}

.new_login::after {
    content: "";
    width: 120px;
    height: 3px;
    background: #bbb;
    display: block;
    position: absolute;
    margin: 10px auto 0 auto;
    left: 0;
    right: 0;
}

.new_login:hover {
    color: #6090db !important;
}

.parte-principala .fa-id-card-alt {
    float: none;
    font-size: 80px;
    height: 70px;
    display: block;
    line-height: 70px;
    margin: 10px auto 30px auto;
    color: #aaa;
    text-align: center;
    padding: 0;
}
.parte-principala {
    position: relative;
}
.infomycard {
    padding: 0px 20px;
    border-radius: 30px;
    margin-top: 30px;
    position: relative;
}
.infomycard i {
    position: absolute;
    display: none;
    top: -25px;
    font-size: 50px;
    color: #aaa;
    left: 50%;
    transform: translateX(-50%);
}
.footer-new-login {
    width: 100%;
    height: 50px;
    font-size: var(--text);
    text-align: center;
}
.forgotit {
    display: none !important;
}

.todest {
    font-size: 12px;
    color: #878787;
    display: block;
    height: 25px;
    width: 100%;
    line-height: 25px;
    font-weight: 600;
    font-family: "Outfit";
}
.stangali .username {
    text-align: left;
    color: var(--subtitle-color);
    font-size: var(--maintitle);
    font-weight: 600;
    line-height: 50px;
}

#bonusecard {
    border-left: 1px solid #ccc;
    height: 35px;
    width: 100px;
    display: block;
    line-height: 35px;
    font-weight: 700;
    color: forestgreen;
    position: absolute;
    font-size: var(--text);
    right: 0;
    border: 1px solid #ccc !important;
    margin-top: -50px;
    text-align: center;
    font-family: "Outfit";
}

.stangali {
    width: 100%;
    height: auto;
    min-height: 100px;
    margin-bottom: 30px;
    padding: 30px 60px 100px 260px;
    border-bottom: 2px solid #ddd;
}

.stangali .balance {
    width: 100px;
    display: block;
    margin: 20px auto 20px auto;
    text-align: center;
    height: 30px;
    font-weight: 900;
    line-height: 30px;
    font-size: 18px;
    color: var(--text-color);
}
.stangali .parte {
    padding: 0;
    width: 100%;
    max-width: 300px;
    margin: 20px auto;
}
.stangali .btn-add {
    height: 33px;
    border: 1px solid #ccc;
    color: var(--text-color);
    background: #eee;
    width: 100px;
    font-weight: 600;
    margin-top: -44px;
    float: right;
    position: relative;
}
.stangali .addcontainer {
    border-radius: 20px;
    width: 150px;
    text-align: center;
    margin: 15px auto 0 300px !important;
    cursor: pointer;
    padding: 0;
    transition: all 0.1s;
    line-height: 43px;
    height: 35px;
    min-height: 40px;
    font-weight: 600;
}
.stangali .displaycredit {
    margin-left: 0;
    display: none;
    transition: all 0.3s;
    padding: 0 10px;
    width: 100%;
    background: transparent;
    height: 100%;
}
.addcredit {
    height: 40px;
    display: block;
    cursor: pointer;
    line-height: 40px;
    color: white;
    margin-left: 10px;
    background: var(--maincolor);
    width: auto;
    font-weight: 400;
    padding: 0 10px;
    border-radius: 8px;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.addcredit i {
    padding: 0;
}
.container-btns-add {
    display: flex;
    position: relative;
    justify-content: space-between;
    width: 100%;
    height: auto;
    text-align: center;
}

.container-btns-add .btn-new {
    display: inline-block !important;
    width: 45%;
    margin: 0 auto !important;
}
.bazaaccount {
    width: 100%;
    height: auto;
    text-align: center;
    position: absolute;
    bottom: 0;
    line-height: 40px;
    display: block;
    left: 0;
}
.bazaaccount p {
    line-height: 20px;
}
.parte {
    padding: 0 50px 0 50px;
    margin: 0 0px 0px 0;
    background: transparent;
}

.parte p {
    font-size: var(--text);
}

.parte h3 {
    font-size: var(--title);
    color: var(--subtitle-color);
    text-align: center;
    font-weight: 600 !important;
}
.subtitleclass {
    margin-bottom: 30px !important;
    font-size: var(--subtitle) !important;
    font-weight: 700 !important;
    padding: 0 !important;
    position: relative !important;
    color: var(--subtitle-color) !important;
    text-align: center;
}

.bazap {
    height: 30px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    margin: 10px 1%;
    color: #009396;
    width: 115px;
    cursor: pointer;
    position: relative;
    font-weight: 600;
    border-radius: 10px;
    border: 1px solid;
    font-size: var(--text) !important;
}
.profile-content li {
    min-height: 40px;
    background: var(--background2);
    padding: 0px 10px 20px 20px !important;
    width: 100%;
    position: relative;
    border-radius: 7px;
    overflow-y: auto;
    list-style: none;
    height: 100%;
}
.page-content .profile-content {
    margin: 0;
    margin-top: 0;
    min-height: 460px;
    padding: 0px;
    margin-left: 20px;
    width: 100%;
}

.douaparti {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.douaparti_element {
    width: calc(50% - 5px) !important;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.douaparti_element .impartit {
    height: calc(50% - 5px) !important;
    width: 100%;
}

numartelefon {
    display: inline-block;
    width: 120px;
    line-height: 30px;
    height: 30px;
    padding: 0 0 0 24px;
}

numartelefon i {
    font-size: var(--text);
    color: var(--maincolor);
    position: absolute;
    height: 30px;
    left: 5px;
    line-height: 30px !important;
}

.delbtn {
    display: block;
    width: 20px;
    position: absolute;
    right: 5px;
    cursor: pointer;
    top: 0;
    text-align: center;
}

#speedsection .delbtn {
    height: 40px;
    font-size: 14px !important;
    line-height: 40px;
}

#speedsection .delbtn i {
    line-height: 40px;
}

.parte-principala {
    border: 0;
    width: 100%;
    max-width: 500px;
    margin: auto auto 50px auto !important;
}
.parte .enter-password {
    padding: 0px 15px 0px 15px;
    text-align: left;
    display: block;
    min-height: 40px;
    height: 40px;
    line-height: 40px;
    margin: 5px 0px 25px 0px;
    width: 100%;
    border-radius: 8px !important;
    font-size: var(--text);
    max-width: 400px;
}
.parte .enter-password::placeholder {
    font-weight: 300;
    color: #222;
}
.personalinput::placeholder {
    color: #222;
}

.parte label {
    font-size: var(--label) !important;
    font-weight: 600;
    margin-bottom: -5px;
    width: auto;
    height: 20px !important;
    text-align: left !important;
    color: var(--label-color) !important;
    display: block;
    position: relative !important;
    margin-left: 10px;
    line-height: 20px;
}

.enter-user::placeholder {
    font-size: var(--text);
    color: #222;
}

.enter-user:hover {
    box-shadow: none;
    border: 1px solid var(--maincolor) !important;
}
.top-count-calls {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.statistic1 {
    width: 170px;
    text-align: left;
    border-radius: 5px;
    position: relative;
    line-height: 20px;
    padding: 5px 5px 5px 50px;
    background: var(--background3);
}

.statistic1 i {
    position: absolute;
    left: 5px;
    height: 40px;
    width: 40px;
    color: var(--subtitle-color);
    top: 0;
    background: var(--background);
    margin: auto;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    bottom: 0;
    border-radius: 100%;
}

.stat_title {
    font-size: var(--text);
}

.stat_number {
    font-family: "Outfit";
    color: var(--maincolor);
    font-weight: 700;
    font-size: var(--text);
}

.enter-user:active {
    box-shadow: none;
    border: 2px solid #8686867c !important;
}

.enter-user:focus {
    box-shadow: none;
    border: 2px solid #8686867c !important;
}
.enter-password::placeholder {
    font-size: var(--text);
    font-weight: 300;
    color: #222;
}

.parte .enter-info {
    padding: 0px 15px 0px 15px;
    text-align: left;
    display: block;
    min-height: 40px;
    height: 40px;
    line-height: 40px;
    margin: 20px 0px 20px 0px;
    width: 300px;
}

.checkmark {
    width: 150px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

.parte .listitem {
    margin: 0;
    font-weight: 500;
}
.callicon {
    position: relative;
    width: 40px;
    display: inline-block;
    height: 40px;
    text-align: center;
    font-size: 20px !important;
    margin: auto 10px auto 10px;
    margin-right: 10px;
}
.callicon i {
    line-height: 40px;
}

.duration {
    position: relative;
    font-weight: 500;
    font-size: var(--text);
    color: var(--text-color);
    width: 50px;
    line-height: 30px;
    height: 40px;
    margin: auto 0 auto 0;
    text-align: center;
}

min {
    font-size: var(--label);
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
}

.destnumber {
    font-size: var(--text);
    color: var(--text-color);
    height: 40px;
    width: 15%;
    line-height: 40px;
    font-weight: 600;
    font-family: "Outfit";
    min-width: 130px;
    text-align: center;
}

.destinationno {
    font-weight: 600;
    position: relative;
    font-size: 13px;
    width: 20%;
    min-width: 130px;
    display: block;
    max-width: 150px;
    height: 100%;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
}

.datecall {
    color: var(--text-color);
    display: block;
    position: relative;
    width: 12%;
    max-width: 100px;
    line-height: 30px;
    height: 40px;
    margin: auto;
    text-align: center;
}

.pretch {
    font-size: var(--text);
    color: var(--text-color);
    font-weight: 600;
    display: block;
    line-height: 40px;
    height: 40px;
    margin: auto;
    width: 20%;
    max-width: 100px;
    text-align: right;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
    display: inline !important;
}
.parte .enter-user {
    padding: 0px 15px 0px 15px;
    text-align: left;
    display: block;
    min-height: 40px;
    height: 40px;
    border-radius: 8px !important;
    line-height: 40px;
    margin: 5px 0px 15px 0px !important;
    width: 100%;
    max-width: 400px;
    font-size: var(--text);
}
.titlusmshis {
    background: transparent !important;
    font-size: var(--text) !important;
    height: 15px !important;
    max-width: 200px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    margin: auto !important;
    border: 1px solid !important;
    width: 100% !important;
    position: absolute;
    top: 20px;
    color: var(--maincolor) !important;
    line-height: 1 !important;
    padding: 0 !important;
    min-height: 30px !important;
    text-align: center !important;
    display: block !important;
    left: 0;
    right: 0;
    border-radius: 30px !important;
}
.displaycredit .parte {
    padding: 0;
    width: 100%;
    max-width: 300px;
    margin: 20px 0 !important;
}
.opened menu i {
    transform: rotate(180deg);
    margin-top: -0px;
}

@media only screen and (max-width: 1024px) {
    .underreview:hover {
        width: 20px;
    }
    .wizard-steps > ul > li:before {
        top: 5px;
    }
    .wizard-steps > ul > li:after {
        top: 5px;
    }
    .profile_nav .displaycredit .parte {
        margin: auto !important;
    }
    .bazapleft {
        display: none;
    }

    .content-riz {
        width: 100%;
        max-width: 300px;
    }
    .form_edit_account .popupblur {
        padding: 20px 30px;
        top: 140px;
        overflow-y: scroll;
        height: auto;
        max-height: 600px;
    }
    .impartit:first-child {
        margin-bottom: 40px;
    }

    .coloana2 {
        width: 100px !important;
    }
    .coloana3 {
        width: 95px !important;
    }
    .form_edit_account {
        padding: 0 10px 0 10px !important;
    }

    .dateh {
        margin-right: 0px;
    }
    .stangali .fa-user-circle {
        width: 100px;
        height: 100px;
        font-size: 100px;
    }
    .footer-new-login {
        height: 30px !important;
    }
    .new_login {
        display: inline-block;
        width: 33.3% !important;
        color: #bbb;
        text-align: center;
        cursor: pointer;
        position: relative;
        transition: all 0.1s;
        letter-spacing: 0;
        font-size: var(--text) !important;
    }
    .new_login::after {
        width: 100%;
    }

    #openclosemenu {
        display: block;
    }

    .top-count-calls {
        row-gap: 10px;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .statistic1 {
        width: 49%;
    }
    .chart_calls {
        display: none;
    }

    .select_time {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 0px !important;
    }

    .pininacc {
        position: absolute;
        bottom: 0px;
        display: block;
        top: 6px;
        margin-left: 0;
        transform: none;
        margin-right: 0;
        left: 0;
        width: 200px;
        text-align: left;
        border-radius: 30px;
        padding: 0px 0 0 90px;
        font-weight: 500;
        cursor: default;
        line-height: 1.5;
    }
    .underreview {
        width: auto;
        height: 20px;
        position: absolute;
        border-radius: 0;
        background: transparent;
        margin: 0;
        top: 70px;
        left: 100px;
    }

    .underreview i {
        font-size: 14px !important;
        height: 20px !important;
        text-align: center !important;
        display: block;
        float: none;
        margin: 0px auto 0px 0 !important;
        width: 14px !important;
    }
    .underreview p {
        font-size: var(--label);
    }

    .datecall {
        min-width: 70px;
    }
    .stangali .username {
        margin-left: 0;
        margin-top: 0px;
        margin-bottom: 10px;
        line-height: 35px;
        text-align: center;
    }

    .resurse {
        text-align: left;
        transform: TranslateX(-50%);
        margin: 80px auto 10px auto;
        width: 95%;
        display: inline-block;
        position: relative;
        left: 50%;
    }
    .stangali {
        width: 100% !important;
        height: auto !important;
        min-height: 100px !important;
        padding: 10px 0px 10px 0px !important;
        border-right: 0 !important;
    }
    .bazaaccount {
        width: 100%;
        height: auto;
        text-align: center;
        position: relative;
        bottom: 0;
        line-height: 40px;
        display: block;
        left: 0;
        margin-top: 20px;
    }
    .stangali .displaycredit {
        margin-left: unset;
        margin: auto !important;
    }
    #bonusecard {
        right: 0;
        height: 35px;
        top: 0px;
        line-height: 35px;
        left: unset;
        padding: 0;
    }

    .dreaptali {
        width: 100% !important;
        height: auto !important;
        min-height: 100px !important;
        padding: 10px !important;
    }
    .profile-content li {
        padding: 0px 10px 20px 10px !important;
        overflow-y: unset;
        height: auto;
    }

    .page-content .profile-content {
        padding: 40px 0px;
        width: 95%;
        margin: auto;
    }
    .douaparti {
        display: block;
    }
    .douaparti_element {
        width: 100% !important;
        margin-bottom: 40px;
    }

    .flex {
        display: flex !important;
        flex-direction: column;
        width: 100%;
    }

    .destinationno {
        display: none;
    }

    #selectplan {
        display: none !important;
    }

    .callicon {
        position: relative;
        width: 5%;
        display: inline-block;
        height: 40px;
        text-align: center;
        font-size: 15px !important;
        margin: auto 5px auto 5px;
        margin-right: 10px;
    }
    .duration {
        width: 8%;
    }
    .destnumber {
        min-width: 100px;
    }

    .containercalls {
        max-width: 100%;
        height: auto;
        width: 100%;
        margin: auto;
        overflow-y: auto;
        max-height: 400px;
    }

    .profile-content #leftmenu {
        scrollbar-width: thin;
        max-height: 550px;
    }

    .dreaptali .single-chart {
        margin-left: 0;
        transform: none;
    }

    .parte-principala {
        padding: 0px !important;
        width: 100% !important;
        max-width: unset !important;
    }
    .parte {
        max-width: unset;
    }
}
