.containerdock {
    height: 100%;
    z-index: 1;
}
.containerdock {
    background-color: #231032;
    font-family: "Helvetica neue", Helvetica, sans-serif;
    position: relative;
}
.containerdock ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.containerdock ul li {
    display: inline-block;
    min-height: 60px;
    height: 60px;
    width: 50px;
    margin-bottom: 0 !important;
    border-bottom: 0;
    padding-bottom: 0 !important;
}
.containerdock ul li a {
    color: var(--textcolor);
    display: block;
    text-decoration: none;
}

.containerdock ul li a i {
    font-size: 30px;
    height: 60px;
    width: 50px;
    float: none;
    padding: 0;
    line-height: 60px;
    margin: 0;
}

.containerdock .dock {
    bottom: 0;
    height: 60px;
    margin: 0 auto;
    margin-left: 80px;
    top: -20px;
    position: absolute;
    text-align: center;
    width: auto;
}

.containerdock .dock ul {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    display: inline-block;
    height: 60px;
}
.containerdock .dock ul li a {
    color: var(--textcolor);
    text-shadow: #555 0px 0px 4px;
    position: relative;
}

.acalls:before,
.asms:before,
.abills:before,
.apayments:before {
    border-left: 0.7em solid transparent;
    border-right: 0.7em solid transparent;
    border-bottom: 0.7em solid #fff;
    content: "";
    display: none;
    position: absolute;
    margin-top: 52px;
    margin-left: 14px;
}

.containerdock .dock ul li a:hover {
    color: #7a7a7a;
}
.containerdock .dock ul li a:hover span {
    top: 3.7em;
    opacity: 1;
    display: unset;
}

.dock li {
    background: transparent !important;
    box-shadow: none !important;
}
.containerdock .dock ul li a span {
    background-color: #333;
    border-radius: 2px;
    top: 2em;
    color: #eee;
    font-size: var(--title);
    left: -50%;
    opacity: 0;
    display: none;
    padding: 0.25em 0;
    position: absolute;
    transition: all 250ms;
    width: 6em;
}
.containerdock .dock ul li a span:before {
    border-left: 0.5em solid transparent;
    border-right: 0.5em solid transparent;
    border-bottom: 0.5em solid #333;
    top: -0.5em;
    content: "";
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 0;
}

#sepotrivesc {
    position: absolute;
    font-size: 11px !important;
    color: #fff;
    font-weight: bolder !important;
    padding: 0px;
    width: 70px;
    text-align: right;
    margin: -40px 0px 0px 312px !important;
}

#catdeputernic {
    position: relative;
    width: 80px;
    text-align: left;
    font-weight: 800;
    color: #aaa;
    font-size: 11px !important;
    margin: 0 0 5px 0 !important;
    padding-right: 10px;
    padding-bottom: 4px;
}

.textparola {
    text-align: left;
    width: 80%;
    max-width: 300px;
    text-transform: capitalize !important;
    font-size: var(--text) !important;
    margin-bottom: unset !important;
    margin-top: unset !important;
}

.newgenpass .password-wrapper {
    position: relative;
    width: 100%;
}

.newgenpass .password-wrapper .icon-wrapper {
    position: absolute;
    display: inline-block;
    width: 50px;
    border-left: 0;
    height: 38px;
    background-color: transparent;
    cursor: pointer !important;
    right: 1px;
    top: 1px;
}

.newgenpass .password-wrapper .strength-lines {
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    width: 36%;
    margin: 0 auto 0 auto;
    height: 4px;
    z-index: 3;
}
.newgenpass .password-wrapper .strength-lines .line {
    position: absolute;
    background-color: transparent;
    height: 4px;
    border-radius: 2px;
}
.newgenpass
    .password-wrapper
    .strength-lines
    .line:not(:first-of-type):not(:last-of-type) {
    left: 33%;
    right: 33%;
}
.newgenpass .password-wrapper .strength-lines .line:first-of-type {
    left: 0px;
    right: 68%;
}
.newgenpass .password-wrapper .strength-lines .line:last-of-type {
    left: 68%;
    right: 0px;
}

.toggpass {
    height: 100%;
    display: block;
    line-height: 40px;
}

.toggpass i {
    line-height: 40px;
}

.bg-transparent {
    background-color: #999 !important;
}
.bg-red {
    background-color: #e74c3c !important;
}

.bg-orange {
    background-color: #e67e22 !important;
}

.bg-green {
    background-color: #2ecc71 !important;
}

.outer {
    height: 4px;
    max-width: 300px;
    box-shadow: inset 0 0 10px #aaa;
    background-color: #eee;
    margin-top: -10px;
    width: 300px;
}

.innerr {
    height: 100%;
    width: 0%;
    background: mediumslateblue;
    transition: width 600ms ease-in-out;
}

.containersms {
    width: 322px;
    padding: 30px 10px 30px 10px !important;
    border: 1px solid #333;
    min-height: 280px;
}
.titlusmscont {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: white;
    background: #6090db;
}
.pasisms {
    padding-left: 20px;
    color: var(--textcolor);
    font-weight: 400;
    height: 10px;
    line-height: 10px;
    margin-bottom: -10px !important;
}

.addcred span input {
    position: absolute;
    left: -9999px;
}
.addcred span input:checked + label {
    background-color: #e4e6eb;
}
.addcred span input:checked + label:before {
    box-shadow: inset 0 0 0 0.4375em #333;
}
.addcred span label {
    display: flex;
    align-items: center;
    padding: 0.375em 0.75em 0.375em 0.375em;
    border-radius: 99em;
    transition: 0.25s ease;
    cursor: pointer;
}
.addcred span label:hover {
    background-color: #e4e6eb;
}
.addcred span label:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #333;
}
.addcred {
    position: relative;
    display: flex;
    padding: 20px 0;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.butonpay {
    line-height: 1.3;
    background: green;
    font-weight: 800;
    height: auto;
    margin-left: 10px;
    color: white;
    padding: 0 4px;
}

.butonpay:hover {
    background-color: transparent !important;
    color: forestgreen;
}

verde {
    color: forestgreen;
}
rosu {
    color: red;
}
.downloadbill {
    width: 50px;
    display: block;
    position: relative;
    height: 50px;
    left: 50%;
}

.btn-pay {
    position: relative;
    width: 40px;
    height: 30px;
    margin-top: 10px;
    background: #333;
    color: #fff;
    font-weight: 600;
    float: right;
    margin-right: 30px;
    line-height: 1;
}

.billtable {
    width: 100%;
}
.billtable th {
    width: 20%;
    padding-left: 20px;
}

.billtable td {
    width: 20%;
    padding-left: 20px;
}

.detailspagebill {
    padding: 0px 20px 20px 20px;
}

stanga {
    width: 50%;
    float: left;
}

stanga p {
    font-size: 12px !important;
    line-height: 1.5 !important;
}

dreapta p {
    font-size: 12px !important;
    line-height: 1.5 !important;
}

dreapta {
    width: 90%;
    float: right;
}
subtitlub {
    font-size: 11px !important;
}
.headerbill {
    background-color: #333;
    color: white;
    display: block;
    height: 100px;
}
.headerbill p {
    color: white;
}
.headerbill h3 {
    color: white !important;
    font-weight: 500 !important;
    font-size: 30px !important;
    line-height: 1 !important;
    margin-bottom: 0 !important;
    width: 50%;
    display: inline-block;
    padding-left: 40px !important;
    padding-top: 20px !important;
    text-align: left !important;
}
.detaliinoi {
    width: 50%;
    float: right;
}

.billedto {
    width: 50%;
    float: left;
}

.invoicedet {
    width: 36%;
    float: left;
}
.invoicetot {
    width: 50%;
    float: left;
    text-align: right;
}

totaltext {
    display: block;
    margin-top: 30px;
    margin-bottom: -10px;
}

totalammount {
    font-size: 40px;
    font-weight: 400;
}

.titlumicbill {
    margin-bottom: -3px !important;
}
.mainview {
    height: 170px;
    border-bottom: 2px dashed #333;
    margin-bottom: 20px;
    padding: 0 40px;
}

.close_x {
    width: 25px !important;
    z-index: 1 !important;
    position: absolute !important;
    right: 0 !important;
    margin-right: 10px !important;
    margin-top: 10px !important;
    padding: 0 !important;
    text-align: unset !important;
}

#dialog {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3) !important;
    top: 80px;
    position: absolute !important;
}
#myaccount_close {
    position: absolute;
    color: var(--textcolor);
    background: white;
    z-index: 1;
    text-align: center;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    line-height: 1.7;
    font-size: var(--text);
    font-weight: 900;
}

.mainview .tbold {
    font-weight: 700 !important;
    color: var(--textcolor);
    margin-top: 0;
    text-transform: capitalize;
    margin-bottom: 5px;
    line-height: 1.5;
}

.profile-content h4 span {
    width: 100%;
    display: inline-block;
    font-size: 25px;
}

li::marker {
    color: transparent;
    font-size: 1px;
    display: none;
}

.tabhistory-calls,
.tabhistory-sms,
.tabhistory-bills,
.tabhistory-payments {
    width: 80px;
    display: inline-block;
    background: #eee;
    text-align: center;
    color: var(--textcolor);
    border: 2px solid #eee;
    border-bottom: 2px solid #333;
    font-weight: 500;
}

.istoricactiv {
    background: #ccc;
    color: var(--textcolor);
}
.tabhistory-calls .fas,
.tabhistory-sms .fas,
.tabhistory-bills .fas,
.tabhistory-payments .fas {
    height: 25px;
    float: left;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.5;
    padding: 0;
    width: 25px;
}

#formreftoggle {
    text-align: center;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #fff3ba !important;
    font-weight: normal !important;
    border: 1px solid yellow !important;
    color: var(--textcolor) !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #000 !important;
    background: #333 !important;
    font-weight: normal !important;
    color: #ffffff !important;
}

.containercalls {
    width: 320px;
    background: #fff;
    height: auto;
}

.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;
}
.itemcallh {
    width: 100%;
    height: 40px;
    line-height: 4;
    background: var(--background3);
    position: relative;
    display: flex;
    border-radius: 5px;
    margin: 5px auto 5px auto;
}

select {
    cursor: pointer;
}

.destinationno {
    font-weight: 600;
    position: relative;
    font-size: var(--text);
    width: 100%;
    display: block;
    height: 25px;
    line-height: 25px;
}

.todest {
    font-size: 12px;
    color: #878787;
    display: block;
    height: 25px;
    width: 100%;
    line-height: 25px;
    font-weight: 600;
}
.hselector {
    width: 70px !important;
    line-height: 1.6;
}

.pretch {
    font-size: 10px;
    color: var(--textcolor);
    font-weight: 600;
    display: block;
    line-height: 25px;
    height: 25px;
    width: 100%;
}

.duration {
    position: relative;
    font-weight: 800;
    font-size: 12px;
    color: #555;
    display: block;
    width: 50px;
    text-align: center;
    height: 25px;
    line-height: 25px;
}

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

.timeh {
    float: right;
    margin-top: 10px;
    font-size: 12px;
    color: #878787;
    height: 10px;
    width: auto;
    margin-right: 10px;
}

.tlficon {
    position: relative;
    width: 5%;
    display: inline-block;
    height: 100%;
    text-align: center;
    font-size: 15px !important;
    margin-left: 10px;
    margin-right: 10px;
}

.tlficon i {
    line-height: 40px;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
}

/** END UPDATE HISTORY **/

.autorefilli {
    display: inline-block;
    width: auto;
}
.selectautorefilla {
    display: inline !important;
    width: 60px !important;
    padding: 4px 0;
}

.popup-btn {
    background-color: #333 !important;
    font-size: 10px !important;
    height: 30px;
    text-transform: capitalize !important;
    width: 70px;
    border: 0;
    margin-top: 10px !important;
}
.main-btn-rect,
.main-btn-circle {
    position: relative;
    margin: 0;
    font-family: "Roboto", sans-serif;
    color: #fffff0;
    background-color: #215ccc;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 1px;
    outline: none;
    cursor: pointer;
    z-index: 100;
}

#sms_dprice {
    text-align: center;
    width: auto;
    position: relative;
    height: 40px;
    font-weight: 600;
    font-size: var(--text);
}

.main-btn-circle {
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50%;
    border-radius: 100%;
    line-height: 40px;
    -webkit-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    top: 10px;
    right: 10px;
    text-align: center;
    font-size: var(--text);
    font-weight: 900;
}
.main-btn-circle:hover {
    -webkit-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
    -moz-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
    box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
}
.popup {
    position: fixed;
    top: 100%;
    width: 100%;
    height: 100%;
    z-index: 10001;
}
.popup.active {
    top: 0;
    background-color: rgba(3, 3, 3, 0.98);
    transition:
        background-color 0.6s,
        opacity 0.6s;
}
.popup .main-btn-rect {
    padding: 10px 100px;
}
.popup .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 568px;
    min-width: 320px;
    margin-top: 150px;
    padding: 25px;
    background-color: #fffff0;
    color: #070000;
    -webkit-box-shadow:
        0 1px 3px rgba(0, 0, 0, 0.12),
        0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow:
        0 1px 3px rgba(0, 0, 0, 0.12),
        0 1px 2px rgba(0, 0, 0, 0.24);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transition: margin 0.6s;
    -webkit-transition: margin 0.6s;
    -moz-transition: margin 0.6s;
    -o-transition: margin 0.6s;
}
.popup.active .popup-content {
    margin-top: 0px;
}

.smstext {
    min-width: 100%;
    max-width: 100%;
    min-height: 100px;
    max-height: 100px;
}

.popup .fade-out {
    position: absolute;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    h1 {
        font-size: 25px;
    }
    h2 {
        font-size: var(--text);
    }
    form#send .main-btn-rect {
        padding: 7px 60px;
        font-size: var(--text);
    }
    .popup-btn {
        padding: 7px 60px;
        font-size: var(--text);
    }
}
/** PROFILE UPDATE **/
.clasap {
    display: none;
}
.button_container {
    display: none;
}
.principall {
    display: none;
}
/* Profile container */
.stergespeed {
    text-align: center;
    width: 20px !important;
    height: 20px;
    border-radius: 50%;
    background-color: #aaa;
    font-weight: 800;
    color: #fff;
    transition: background-color 0.3s ease-out;
    position: absolute;
    margin-left: 10px;
    margin-top: -7px;
}
.stergespeed:hover,
.stergespeed:focus {
    background-color: #e14524 !important;
    color: white;
}

.editspeed {
    text-align: center;
    width: 40px !important;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    font-weight: 800;
    color: #aaa;
    transition: background-color 0.3s ease-out;
    position: absolute;
    margin-left: 30px;
    margin-top: -7px;
}

.editspeed:hover,
.editspeed:focus {
    background-color: #fff !important;
    color: #3985e0;
}

numarordine {
    width: 30px;
    display: inline-block;
    text-align: left;
    font-weight: 400;
}

numartelefonspeed {
    width: 200px;
    display: inline-block;
}

notitaspeed {
    width: 200px;
    display: inline-block;
}

.addspeed {
    text-align: center;
    width: auto;
    display: inline-block;
    font-weight: 800;
    color: green;
    background: transparent;
    border: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.profile {
    margin-top: 50px !important;
}

/* Profile sidebar */
.profile-sidebar {
    padding: 20px 0 10px 0;
    background-color: #fff;
    margin-bottom: -50px;
    border-right: 1px solid #ccc;
}

.continutprofilmare {
    width: 83.33%;
    right: 0;
    position: absolute;
    background-color: #f2f2f2;
    margin-top: 73px;
    height: 610px;
    overflow-y: scroll;
}

.profile-userpic img {
    float: none;
    margin: 0 auto;
    width: 30%;
    height: 30%;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    border: 1px solid white;
}

.profile-usertitle {
    text-align: center;
    margin-top: 5px;
}

.profile-usertitle-name {
    color: #5a7391;
    font-size: var(--title);
    font-weight: 600;
    margin-bottom: 7px;
}
.profile-usertitle-name a {
    color: var(--textcolor);
    font-size: var(--text);
    text-transform: capitalize;
    font-weight: 400;
}
.profile-usertitle-name o {
    color: var(--textcolor);
    font-size: 12px;
}
.profile-usertitle-job {
    text-transform: uppercase;
    color: #0d77c9;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 2;
}

.profile-userbuttons {
    text-align: center;
    margin-top: 10px;
}

.profile-userbuttons .btn {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 15px;
    margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
    margin-right: 0px;
}

.profile-usermenu {
    margin-top: 30px;
    margin-left: 2px;
}
.profile-usermenu .nav {
    width: unset;
}
.profile-usermenu li:hover {
    background-color: unset !important;
    background: unset !important;
    transition: all 0.2s;
}

.profile-usermenu ul li {
    transition: all 0.2s;
    position: relative !important;
    z-index: 2;
    background-color: white;
    text-align: left !important;
}

.profile-usermenu ul li:last-child {
    border-bottom: none;
}

.profile-usermenu ul li a {
    color: #808080;
    font-size: var(--text);
    font-weight: 400;
    padding-left: 20px;
}

.profile-usermenu ul li a i {
    margin-right: 8px;
    font-size: var(--text);
}

.profile-usermenu ul li a:hover {
    background-color: #ebebeb;
    color: var(--textcolor);
    transition: all 0.2s;
}

.profile-usermenu ul li.active {
    border-bottom: none;
    transition: all 0.2s;
}

.profile-usermenu ul li.active a {
    color: var(--textcolor);
    background-color: #ebebeb;
    border-left: 4px solid #215ccc;
    margin-left: -2px;
    transition: all 0.2s;
}

.active {
    border-bottom: none;
}

.iconnrlista {
    width: 12px;
    height: 14px;
    margin-top: -3px;
    margin-right: 5px;
}

.apariincont {
    display: none !important;
}

.profile-content h3 {
    color: var(--maincolor);
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600 !important;
}
.formreftoggle {
    display: none;
}

.profile-content h4 {
    font-size: var(--text);
    font-weight: 500 !important;
    position: sticky;
    top: 0px;
    height: 28px;
    width: fit-content;
    display: block;
    grid-column: span 2;
    z-index: 1;
    padding: 5px 10px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    margin: 0 auto 10px auto;
    text-align: center;
    background: var(--background3);
    left: 0;
    right: 0;
}

.profile-content p {
    font-weight: 300;
    font-size: var(--text);
    margin-bottom: 0px;
    margin-top: 0px;
    color: var(--text-color);
    position: relative;
}
.subdiv a {
    padding-left: 45px !important;
}

oblic {
    display: block;
    width: calc(100% - 40px);
    padding-left: 28px;
    padding-top: 2px;
    font-weight: 500;
}

.profile-content f {
    font-weight: 900;
    color: #215ccc;
    cursor: pointer;
}

empty {
    width: 100%;
    height: 40px;
    display: inline-block;
    color: var(--text-color);
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    opacity: 0.5;
}

.baratitluprofil lkn {
    color: #215ccc;
}

.baratitluprofil {
    position: absolute;
    height: 80px;
    display: none !important;
    background: white;
    z-index: 1;
    padding-left: 50px;
    float: right;
    right: 0;
    width: 83.33333333%;
    border-bottom: 5px solid #ccc;
    pointer-events: none;
    cursor: default;
    margin-top: 30px;
}

.baratitluprofil h3 {
    font-size: 20px;
    font-weight: 500;
}

.baratitluprofil lnk {
    font-weight: 400;
    color: #636363;
}
.baratitluprofil lnk a {
    font-weight: 400;
    color: #636363;
}

.baratitluprofil lnk a:hover {
    font-weight: 400;
    color: #215ccc;
}

numarspeedd {
    width: 170px;
    letter-spacing: 0.5px;
    text-align: left;
    font-family: "Outfit";
    font-weight: 300;
    padding-left: 28px;
    display: inline-block;
}

.numarspeedbla {
    width: 35px;
    display: inline-block;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-weight: 900;
    border-radius: 100%;
    font-family: "Outfit";
    font-size: var(--text);
    color: #aaa;
}
.balantau {
    background-color: #f2fff2;
    border: 1px solid green;
    border-radius: 40px;
    width: 110px;
    height: 25px;
    line-height: 2.2;
    text-align: center;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
    font-size: 11px;
    color: var(--textcolor);
}

html,
body {
    height: 100%;
    width: 100%;
}

.wallet {
    width: 24px;
    left: 0;
    position: absolute;
    margin-left: -1px;
    margin-top: -1px;
}

#formreftoggle .btn-submit {
    margin-left: 50%;
    margin-right: 0;
    transform: translateX(-50%);
}

.g-recaptcha {
    text-align: center;
    margin-left: 50%;
    width: 300px;
    margin-bottom: 20px;
}
.tablelist {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 3px;
}

.caption {
    display: table-caption;
    text-align: center;
    font-weight: bold;
}

.thead {
    display: table-header-group;
    font-weight: bold;
}

.tbody {
    display: table-row-group;
}

.tr {
    display: table-row;
}

.th {
    border-bottom: 1px dashed #cccccc;
}

.tr:nth-child(odd) {
    background: #f5f5f5;
}

.th,
.td {
    display: table-cell;
}

.td {
    padding: 5px 2px;
}
.tdsavedel {
    text-align: left;
    padding-left: 20px;
}

.labels {
    display: none;
}

@media all and (max-width: 1024px) {
    .thead {
        display: none;
    }
    .tr {
        display: block;
        margin-bottom: 1.5em;
        padding: 10px;
    }
    .td {
        display: inherit;
        padding: 0;
        text-align: left;
        height: 38px;
    }
    .tdsavedel {
        padding: 0;
    }
    .labels {
        font-weight: bold;
        display: inline-block;
        min-width: 120px;
    }
    .td .data {
        width: 50%;
    }
}

.styled-input input:focus ~ label,.styled-input textarea:focus ~ label,.styled-input input:valid ~ label 
/*, &.not-empty ~ label*/
,.styled-input textarea:valid ~ label 
/*, &.not-empty ~ label*/ {
    font-size: 12px !important;
    color: #999;
    top: -2.9rem;
    transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
}
.styled-input {
    width: 300px;
    font-family: "Spartan", sans-serif !important;
    margin: 2rem 0 3rem;
    position: relative;
    display: block;
    margin-left: 50%;
    transform: translateX(-50%);
}

.styled-input label {
    color: #999 !important;
    padding: 1rem;
    position: absolute;
    top: 0;
    font-weight: 400 !important;
    left: 0;
    transition: all 0.25s cubic-bezier(0.2, 0, 0.03, 1);
    pointer-events: none !important;
    font-weight: 500 !important;
    text-transform: none !important;
    margin-left: 0 !important;
    width: unset !important;
    line-height: 1.3 !important;
    font-size: var(--text) !important;
}

.styled-input input {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 1rem 1rem !important;
    border: 1px solid #ccc !important;
    width: 100% !important;
    font-size: 1rem !important;
    box-shadow: 0px !important;
}
.styled-input input ~ span {
    display: block;
    width: 0;
    height: 3px;
    background: #333;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
}
.styled-input input:focus {
    outline: 0;
    border: 1px solid transparent !important;
    box-shadow: 0px !important;
}
.styled-input input:focus ~ span {
    width: 100%;
    transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
}

.checkout .styled-input {
    margin-top: 5px;
    margin-bottom: 5px;
}

.td input {
    margin-top: 0;
    margin-bottom: 0;
    padding: 1rem 1rem;
    border: 1px solid #ccc;
    width: 100%;
    font-size: 1rem;
    box-shadow: 0px;
}
.td input ~ span {
    display: block;
    width: 0;
    height: 3px;
    background: #333;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
}
.td input:focus {
    outline: 0;
    border: 0px solid #ccc !important;
    box-shadow: 0px !important;
}
.td input:focus ~ span {
    width: 100%;
    transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
}

.list-unstyled li {
    display: inline-block;
    border: 1px solid #ccc;
    background-color: rgba(220, 220, 220, 0.1);
    width: 60px;
    text-align: center;
    padding: 0;
    cursor: pointer;
    border-radius: 3px;
    margin: 2px;
    transition: all 0.3s;
    box-shadow: 1px 1px 0 rgba(180, 180, 180, 0.1);
    height: 40px;
    line-height: 0.3;
}
.list-unstyled label {
    top: unset !important;
    font-size: var(--text) !important;
    padding: 6px 0px;
    margin-bottom: 0;
    line-height: 2;
    height: 40px !important;
}

.list-unstyled li:hover {
    background-color: #7a7a7a;
    color: #fff;
}

.list-unstyled li.active {
    background-color: rgba(32, 134, 207, 1);
    color: #eee;
}

.paddingleft {
    padding-left: 200px;
}
@media only screen and (max-width: 1024px) {
    .paddingleft {
        padding-left: 50px;
        padding-right: 50px;
    }
}
.tipuridecard {
    text-align: center;
}

#imagePreview {
    transition: all 0.3s !important;
}
@media only screen and (max-device-width: 1024px) {
    .backleft {
        background-image: url(/img/left.png) !important;
        transition: all 0.7s;
    }
    .avataractiv {
        transition: all 0.3s !important;
    }
}
#formFooterl {
    background-color: #f6f6f6;
    border-top: 1px solid #dce8f1;
    padding: 15px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    bottom: 0 !important;

    display: table;

    position: relative;

    width: 100%;
}

#formFooterl p {
    font-size: 12px;
}

#formContentl {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #fff;
    width: 100%;

    position: relative;
    padding: 0px;

    text-align: center;

    float: right;
}
expirdate {
    display: inline-block;
    width: 90px;
}

cardnumber {
    width: 140px;
    display: inline-block;
    text-align: left;
}

#formContentl h2 {
    width: 100%;
    font-weight: 400 !important;
    color: #fff;
    background: #5783c9;
    margin-top: 0px !important;
    text-align: center;
    margin-bottom: 50px !important;
    font-size: 20px;
    padding: 20px 40px;
}

#formContentl h5 {
    text-transform: capitalize;
}

@media only screen and (max-width: 1024px) {
    #formContentl {
        float: none;
        margin-right: auto;
        margin-left: auto;
        left: 0;
        right: 0;
        padding-top: 8px;
        width: 100%;
    }
}

#formContentl input:focus {
    border: 0;
    border-bottom: 1px solid #333;
    transition: all 0.3s;
}

.wrapperl {
    text-transform: uppercase;
    width: 38%;
    height: auto;
    position: relative;
    display: inline-block;
    background: rgb(203, 238, 255);
    background: linear-gradient(
        155deg,
        rgba(203, 238, 255, 1) 0%,
        rgba(199, 243, 255, 0.34197006439294464) 30%,
        rgba(20, 74, 165, 0.7453314089307599) 100%
    );
    padding: 0;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    left: 50%;
    transform: translateX(-50%);
    margin-top: 50px;
}

.wrapperl h4 {
    text-transform: uppercase;
}

.wrapperl h2 {
    margin-top: 20px !important;
    font-size: 26px;
}
@media only screen and (max-width: 1024px) {
    .wrapperl {
        width: 90%;
    }
}

.wrapperll {
    text-transform: uppercase;
    width: 38%;
    height: auto;
    position: relative;
    border: 1px solid #5783c9;
    display: inline-block;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 100px;
}

.wrapperll h4 {
    text-transform: uppercase;
}

.wrapperll h2 {
    margin-top: 20px !important;
    font-size: 26px;
}
@media only screen and (max-width: 1024px) {
    .wrapperll {
        width: 90%;
    }
}

/** END PROFILE UPDATE **/

@media only screen and (max-width: 1024px) {
    .profile-content h4 {
        font-size: 13px !important;
    }
    .baratitluprofil {
        float: right;
        right: 0;
        width: 100%;
        margin-top: -50px;
    }
    .profile-content {
        margin-top: 0;
        margin: 0;
    }

    .tabhistory {
        font-size: 12px;
    }

    .dateh {
        margin-right: 0px;
        width: 110px;
    }
}
