.selcredmenu {
    border-radius: 0;
    box-shadow:
        0.15em 0.15em 1em var(--bs2) inset,
        -0.15em -0.15em 1em var(--bs3) inset,
        0.15em 0.15em 0.45em var(--bs4),
        -0.15em -0.15em 0.45em var(--bs1);
    cursor: pointer;
    display: inline-block !important;
    margin: 0px 7px !important;
    width: 100%;
    height: 25px;
    transition: all 0.3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #3864a8;
}

#changepassform {
    margin: auto;
}

.loged-in-checkout {
    position: relative !important;
    margin-left: 20px;
    top: 0 !important;
}

.dreaptali {
    width: 50%;
    height: auto;
    min-height: 100px;
    padding: 30px 30px 30px 60px;
}
.editnameform {
    text-align: center;
    background: #fff;
    transition: all 0.5s;
}
.editname {
    display: inline-block !important;
    width: auto !important;
    border: 0 !important;
    border-bottom: 1px solid #ccc !important;
    margin: 0 -2px 0 -2px !important;
    border-radius: 0 !important;
}
.editname:focus {
    border-bottom: 1px solid #333 !important;
}
.editnm {
    width: 20px;
    height: 20px;
    color: #215ccc;
    position: absolute;
    cursor: pointer;
    display: inline;
}
.username i {
    width: 20px;
    font-size: var(--text) !important;
    height: 20px;
    display: inline;
    color: #215ccc;
}
#canceledit {
    height: 30px;
    line-height: 30px;
    min-height: 30px !important;
    cursor: pointer;
    display: block;
    margin-bottom: 20px;
    width: 300px;
    text-align: center;
}
.savemyname {
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #215ccc;
    width: 100px;
    cursor: pointer;
    font-size: var(--text);
    font-weight: 600;
    margin-top: 10px;
    display: inline;
    margin: auto;
}

.border-right {
    border-right: 1px solid #ccc;
}

.flexfor2 {
    display: block;
}

.selcredmenulabel:hover .selcredmenu {
    background: #234981;
    transition: all 0.3s;
}

.selcredmenulabel {
    width: 30%;
    transition: all 0.3s;
}

.selcredmenulabel span {
    position: absolute;
    width: 33%;
    text-align: center;
    cursor: pointer;
    margin-top: -26px;
    color: white;
    font-size: 12px;
    font-weight: 700;
}

.displayblock {
    height: auto !important;
    transition: height 1s;
    display: block !important;
    transition: all 1s;
}

.containercredit {
    width: 90%;
    height: 0px;
    margin-left: auto;
    padding: 10px;
    border-radius: 2px;
    border: 2px solid #6090db;
    background: transparent;
    margin-top: -1px;
    display: none;
    max-width: 200px;
    transition: all 1s;
    padding-bottom: 3px;
    margin-right: auto;
}

@media screen and (max-width: 1024px) {
    .containercredit {
        max-width: 100%;
    }
}

.amountcredit {
    width: 100px;
    height: 30px;
    border: 1px solid #a6aebd;
    text-align: center;
    background-color: RGBA(166, 174, 189, 0.2);
    margin-top: 10px;
    color: white;
    font-size: var(--text);
    display: block;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.amountcredit:focus {
    border: 1px solid #fff !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.containercredit p {
    color: #a6aebd;
    font-size: var(--text);
    text-align: center;
}
.addbtn {
    position: relative;
    width: 100%;
    height: 30px;
    max-width: 200px;
    background: transparent;
    cursor: pointer;
    padding: 0 8px;
    border: 2px solid #6090db;
    margin: 0px auto 0px auto !important;
    transition-duration: 1s;
    z-index: 2;
}

.btn_addcredit {
    width: 100%;
    max-width: 300px;
    display: block;
    background: #6090db;
    height: 30px;
    font-weight: 900;
    margin-top: 20px;
    margin-left: auto;
    margin-bottom: 20px;
    margin-right: auto;
}
.addbtn p {
    line-height: 25px;
    color: #fff;
    font-size: var(--text) !important;
    text-align: center;
    font-weight: 900;
    width: 100%;
}

.cross {
    transition-duration: 0.8s;
    width: 15px;
    margin: auto;
    margin-top: 0px;
    float: right;
    height: 15px;
    background:
        linear-gradient(
            to bottom,
            transparent 40%,
            white 40%,
            white 60%,
            transparent 60%
        ),
        linear-gradient(
            to right,
            transparent 40%,
            white 40%,
            white 60%,
            transparent 60%
        );
    position: relative;
    top: 5px;
}

@keyframes swing {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(10deg);
    }
    30% {
        transform: rotate(0deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    50% {
        transform: rotate(0deg);
    }
    60% {
        transform: rotate(5deg);
    }
    70% {
        transform: rotate(0deg);
    }
    80% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
@keyframes sonar {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.input-group {
    display: unset;
}
.sidebar-search {
    border: 0 !important;
}
.sidebar-search .input-group {
    display: table;
    width: 100%;
}

/*----------------page-wrapper----------------*/

.page-wrapper {
    height: 100vh;
}

.page-wrapper .theme {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 4px;
    margin: 2px;
}

.page-wrapper .theme.chiller-theme {
    background: #1e2229;
}

/*----------------toggeled sidebar----------------*/

.page-wrapper.toggled .sidebar-wrapper {
    left: 0px;
}

@media screen and (min-width: 1024px) {
    .page-wrapper.toggled .page-content {
        padding-left: 250px;
    }
}
/*----------------show sidebar button----------------*/
#show-sidebar {
    position: fixed;
    left: 0px;
    top: 3px;
    border-radius: 0 4px 4px 0px;
    width: 40px;
    background: #111 !important;
    color: white !important;
    transition-delay: 0.3s;
    height: 40px;
    padding: 0 !important;
    z-index: 9999999999;
}

#show-sidebar i {
    font-size: 20px;
    height: 100%;
    padding: 6px 6px;
    line-height: 1.2;
    width: 100%;
}
.page-wrapper.toggled #show-sidebar {
    left: -40px;
}

.container-fluid {
    padding: 0 !important;
    width: 100% !important;
}

.sidebar-wrapper {
    width: 250px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 999;
    padding-top: 65px;
}

.sidebar-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sidebar-wrapper a {
    text-decoration: none;
}

/*----------------sidebar-content----------------*/

.sidebar-content {
    max-height: calc(100% - 30px);
    height: calc(100% - 30px);
    overflow-y: auto;
    position: relative;
    color: white;
}

.sidebar-content.desktop {
    overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    height: 0px;
}

.sidebar-wrapper .sidebar-brand > a {
    text-transform: uppercase;
    font-weight: bold;
    flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
    cursor: pointer;
    font-size: 20px;
}
/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
    padding: 20px;
    overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
    float: left;
    width: 60px;
    padding: 2px;
    border-radius: 12px;
    margin-right: 15px;
    overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
    float: left;
}

.sidebar-wrapper .sidebar-header .user-info > span {
    display: block;
    color: white;
}
.user-pic i {
    padding-left: 5px;
}

.showacc {
    display: none;
}
@media only screen and (max-width: 1024px) {
    .showacc {
        display: block;
        color: white;
        text-align: center;
        height: 50px;
        line-height: 40px;
        cursor: pointer;
        font-size: var(--text);
    }
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
    font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
    font-size: 20px;
    border-radius: 20px;
    color: #fff !important;
    width: auto;
    font-weight: 700;
    padding: 0px;
    margin-top: 4px;
    font-family: arial;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
    font-size: 8px;
    margin-right: 4px;
    color: #5cb85c;
    display: unset;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: unset;
    position: relative;
    float: unset;
    padding-left: 0;
    margin-left: unset;
}

/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search > div {
    padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
    padding-bottom: 10px;
}
.sidebar-wrapper .sidebar-menu .header-menu {
    float: unset;
}
.sidebar-wrapper .sidebar-menu .header-menu span {
    font-weight: bold;
    font-size: var(--text);
    padding: 15px 20px 5px 20px;
    display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative;
    padding: 8px 30px 8px 20px;
    background: transparent;
    height: 50px;
    line-height: 2.5;
    letter-spacing: unset;
    font-size: var(--text);
}
.sidebar-dropdown span {
    display: inline;
    color: white;
}
.sidebar-wrapper .sidebar-menu ul li a i {
    margin-right: 10px;
    font-size: 12px;
    width: 30px;
    padding: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    float: unset;
    padding-left: 0;
    margin-left: 0;
}

.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
    display: inline-block;
}

.sidebar-dropdown {
    float: unset;
    cursor: pointer;
}

.activepag a {
    color: #fff !important;
    font-weight: 600;
}
.activepag a::after {
    content: "";
    font-style: normal;
    display: inline-block;
    background: #197381;
    position: absolute;
    right: 15px;
    top: 17px;
    line-height: 1.7;
    height: 35px;
    z-index: -1;
    width: 220px;
    border-radius: 4px;
    margin-top: -7px;
}

.activepag:hover a::after {
    background: #197381 !important;
}
@media only screen and (max-width: 1024px) {
    .activepag a::after {
        content: "";
        font-style: normal;
        display: inline-block;
        background: #6090db;
        position: absolute;
        right: 0;
        top: 17px;
        line-height: 1.7;
        height: 35px;
        z-index: -1;
        width: 98%;
        border-radius: 4px;
        margin-top: -7px;
        left: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .sidebar-dropdown:hover a::after {
        width: 98% !important;
        left: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
        right: 0 !important;
    }
}
.sidebar-dropdown:hover a::after {
    content: "";
    font-style: normal;
    display: inline-block;
    background: #2a3850;
    position: absolute;
    right: 15px;
    top: 14px;
    line-height: 1.7;
    height: 35px;
    z-index: -1;
    width: 220px;
    border-radius: 4px;
    margin-top: -7px;
}
.sidebar-dropdown a:hover span {
    color: #fff !important;
}
.sidebar-dropdown a:hover {
    color: #fff !important;
}
.sidebar-dropdown:hover a {
    color: #fff !important;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
    padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
    padding-left: 25px;
    font-size: var(--text);
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin-right: 10px;
    font-size: 8px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
    float: right;
    margin-top: 8px;
    margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
    float: right;
    margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
    display: none;
}

/**  la dropdown menu sagetica
.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
  transform: rotate(90deg);
  right: 17px;
}
**/

/*--------------------------side-footer------------------------------*/

.sidebar-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
}

.sidebar-footer > a {
    flex-grow: 1;
    text-align: center;
    height: 30px;
    line-height: 30px;
    position: relative;
}

.sidebar-footer > a .notification {
    position: absolute;
    top: 0;
}

.badge-sonar {
    display: inline-block;
    background: #980303;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 0;
}

.badge-sonar:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #980303;
    opacity: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    animation: sonar 1.5s infinite;
}

/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
    display: inline-block;
    width: 100%;
    padding-left: 0px;
    background: #edeff0;
    padding-top: 60px;
    margin-top: 0;
}
.page-content .baratitluprofil {
    position: relative;
    height: 40px;
    background: #fff;
    z-index: 1;
    padding-left: 40px;
    float: unset;
    width: 100%;
    border-bottom: 0;
    margin-top: 0px;
    padding-top: 10px;
}

.page-content .baratitluprofil h3 {
    font-size: var(--title);
    color: var(--textcolor);
    font-weight: 700 !important;
}
.continutgeneralcont {
    width: 100%;
    max-width: 1400px;
    display: flex;
    padding: 40px 0;
    margin-left: auto;
    margin-right: auto;
}

.page-content .baratitluprofil lnk {
    font-weight: 400;
    color: #dde4f0;
}

.page-content .profile-content {
    margin: 0;
    margin-top: 0;
    min-height: 460px;
    padding: 40px;
    margin-left: 0;
}

.page-wrapper .page-content > div {
    padding: 0;
}

.page-wrapper .page-content {
    overflow-x: hidden;
}

/*------scroll bar---------------------*/

::-webkit-scrollbar {
    width: 15px;
    height: 7px;
}
::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
::-webkit-scrollbar-thumb {
    background: #525965;
    border: 0px none #ffffff;
    border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
    background: #525965;
}
::-webkit-scrollbar-thumb:active {
    background: #525965;
}
::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
    background: transparent;
}
::-webkit-scrollbar-track:active {
    background: transparent;
}
::-webkit-scrollbar-corner {
    background: transparent;
}

.chiller-theme .sidebar-wrapper {
    background: #009396;
}
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    border-color: transparent;
    box-shadow: none;
    margin: 0;
}
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-brand > a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-footer > a {
    color: #fff;
}
.chiller-theme .sidebar-footer > a {
    color: #fa5d52;
    font-weight: 900;
    font-size: var(--text);
    margin-top: 3px;
}
.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover > a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand > a:hover,
.chiller-theme .sidebar-footer > a:hover i {
    color: #fff;
}
.page-wrapper.chiller-theme.toggled #close-sidebar {
    color: #bdbdbd;
    margin-top: 17px;
}
.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
    color: #ffffff;
}
.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme
    .sidebar-wrapper
    .sidebar-dropdown
    .sidebar-submenu
    li
    a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus + span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
    color: #fff;
}
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    background: #494a4d;
}
.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
    color: #fff;
}
.chiller-theme .sidebar-footer {
    background: #494a4d;
    box-shadow: 0px -1px 5px #282c33;
    border-top: 1px solid #464a52;
}
.chiller-theme .sidebar-footer > a:first-child {
    border-left: none;
}
.chiller-theme .sidebar-footer > a:last-child {
    border-right: none;
}
sspan {
    font-size: 10px;
    color: lightgreen;
    position: absolute;
    padding-left: 8px;
    left: 44px;
    margin-top: 20px;
}
sspan i {
    position: absolute !important;
    margin-top: 4px !important;
    margin-left: -14px !important;
    font-size: 5px !important;
}
sspans {
    font-size: 10px;
    color: #ccc;
    position: absolute;
    padding-left: 8px;
    left: 44px;
    margin-top: 20px;
}
sspans i {
    position: absolute !important;
    margin-top: 4px !important;
    margin-left: -14px !important;
    font-size: 5px !important;
}
@media only screen and (max-width: 1024px) {
    .continutgeneralcont {
        padding: 0 5px;
    }
    .continutgeneralcont {
        display: block;
        padding: 10px 0px;
    }

    .sidebar-wrapper .sidebar-brand {
        display: none;
    }
    .sidebar-wrapper {
        width: 100%;
        height: auto;
        max-height: initial;
        position: relative;
        top: 0;
        left: 0;
        z-index: 999;
        padding-top: 50px;
        padding-bottom: 0;
    }

    #dropdown-container .addbtn {
        margin-left: 50%;
        float: unset;
        right: unset;
        transform: translateX(-50%);
    }

    .sidebar-menu ul {
        display: block;
    }
    .sidebar-wrapper .sidebar-menu ul li a {
        text-align: left;
    }
    .header-menu {
        display: none;
    }
    .sidebar-footer {
        position: relative;
        width: 100%;
        bottom: 0;
        display: flex;
    }
    .page-wrapper .page-content {
        padding-top: 0;
    }
    .flexfor2 {
        display: block;
    }

    #show-sidebar {
        transform: rotate(90deg);
    }
    #toggle-sidebar {
        pointer-events: none;
    }
    .selcredmenulabel {
        width: 32%;
    }
    .sidebar-content {
        max-height: initial;
        height: auto;
    }

    .selcredmenulabel span {
        width: 32%;
    }
}
