body {
    /* background-color: #FAFAFA; */
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #5e6e82;
    padding: 0;
    margin: 0;
    font-size: 17px;
    display: block;
    box-sizing: border-box;
}

span.info_items {
    font-size: 12px;
    display: block;
    margin: 15px 0 10px 0;
    position: absolute;
    bottom: 0px;
    right: 20px;
}

span.pos_items {
    position: absolute;
    top: -14px;
    background: #ffffff;
    /* padding: 4px 15px; */
    /* border-radius: 19px; */
    transition: 0.3s;
    /* border: 1px #f2efef solid; */
}

span.pos_items:hover {
    /* background: #FFC107; */
}

span.pos_items > a {
    color: #00BCD4;
    font-size: 15px;
    background: #ffffff;
    display: block;
    padding: 4px 15px;
    border-radius: 19px;
    border: 1px #f2efef solid;
    font-weight: 600;
}

span.pos_items > a:hover {
    color: #ffffff;
    background: #FFC107;
    border: 1px #ffffff solid;
}

.conteiner_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.element_items {
    border: 1px #f2efef solid;
    width: calc((100% / 2) - 20px);
    padding: 35px 20px 20px 20px;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 0px 11px rgb(222 225 225 / 10%), 0 2px 5px rgb(130 130 130 / 7%);
}

div#noBought > span {/* font-weight: 700; */font-size: 17px;}



div#noBought {
    /* background: #f7f7f7; */
    /* width: 100%; */
    /* padding: 5em; */
    /* text-align: center; */
    border-radius: 10px;
}

span.my_pass {
    display: block;
    background: #FF5722;
    color: #fff;
    padding: 10px 10px;
    text-align: center;
    border-radius: 10px;
}

span.pass_title {
    display: block;
    text-align: center;
    margin: 10px 0;
    font-weight: 900;
}

.password_bad {
    background: #f6f6f6;
    padding: 15px 15px;
    margin: 0 0 20px 0;
}

.password_bad > p {
    margin: 0;
    text-align: center;
    font-size: 15px;
    color: #000;
}

.on_product_url {
    overflow: auto;
}

.on_product_url > p {
    margin: 5px 0;
}

.vi_prods > p {
    font-size: 16px;
}

.vi_prod, .hi_prod {
    background: #ffffff;
    color: #607D8B;
    padding: 8px 15px;
    text-align: center;
    margin: 10px 0 0 0!important;
    cursor: pointer;
    width: 28%;
    border-radius: 5px;
    /* position: absolute; */
    /* right: 25px; */
    float: right;
    border: 1px #f2efef solid;
    font-size: 15px;
}

span.itm_price {
    color: #adadad;
    text-decoration: line-through;
}

span.itm_new_price {
    color: #FF9800;
    font-weight: 900;
}

hr {
    border: none; /* ÃÂ£ÃÂ±ÃÂ¸Ã‘â‚¬ÃÂ°ÃÂµÃÂ¼ ÃÂ³Ã‘â‚¬ÃÂ°ÃÂ½ÃÂ¸Ã‘â€ Ã‘Æ’ ÃÂ´ÃÂ»Ã‘Â ÃÂ±Ã‘â‚¬ÃÂ°Ã‘Æ’ÃÂ·ÃÂµÃ‘â‚¬ÃÂ° Firefox */
    color: red; /* ÃÂ¦ÃÂ²ÃÂµÃ‘â€š ÃÂ»ÃÂ¸ÃÂ½ÃÂ¸ÃÂ¸ ÃÂ´ÃÂ»Ã‘Â ÃÂ¾Ã‘ÂÃ‘â€šÃÂ°ÃÂ»Ã‘Å’ÃÂ½Ã‘â€¹Ã‘â€¦ ÃÂ±Ã‘â‚¬ÃÂ°Ã‘Æ’ÃÂ·ÃÂµÃ‘â‚¬ÃÂ¾ÃÂ² */
    background-color: #f2efef; /* ÃÂ¦ÃÂ²ÃÂµÃ‘â€š ÃÂ»ÃÂ¸ÃÂ½ÃÂ¸ÃÂ¸ ÃÂ´ÃÂ»Ã‘Â ÃÂ±Ã‘â‚¬ÃÂ°Ã‘Æ’ÃÂ·ÃÂµÃ‘â‚¬ÃÂ° Firefox ÃÂ¸ Opera */
    height: 1px; /* ÃÂ¢ÃÂ¾ÃÂ»Ã‘â€°ÃÂ¸ÃÂ½ÃÂ° ÃÂ»ÃÂ¸ÃÂ½ÃÂ¸ÃÂ¸ */
    width: 100%;
}

.price_items {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.Bought_price_info {
    margin: 25px 0 0px 0;
}

.Bought_item {
    border: 1px #f2efef solid;
    width: calc((100% / 2) - 20px);
    width: 100%;
    padding: 35px 20px 17px 20px;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 0px 11px rgb(222 225 225 / 10%), 0 2px 5px rgb(130 130 130 / 7%);
}

.Bought_item > span {
    font-size: 15px;
    position: absolute;
    top: -16px;
    background: #00BCD4;
    padding: 6px 15px;
    border-radius: 15px;
    color: #fff;
}

.Bought_item h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 0 0;
}

div#Bought {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

#loader_save {
    position: fixed;
    top: 10%;
    right: -9999px;
    background: #fff;
    padding: 15px 25px;
    box-shadow: 0 4px 6px rgb(65 132 144 / 10%), 0 1px 3px rgb(0 0 0 / 8%);
    border-radius: 20px;
    transition: 0.5s;
}

textarea {
    display: inline-block;
    box-sizing: border-box;
    padding: 8px 15px;
    margin: 15px 15px 15px 0;
    outline: none;
    border: 1px solid #fff;
    border-radius: 8px;
    height: 150px;
    /* line-height: 46px; */
    font-size: 19px;
    font-weight: 100;
    text-decoration: none;
    color: #7f7f7f;
    background-color: #fdfdfd;
    box-shadow: 0 4px 6px rgb(65 132 144 / 10%), 0 1px 3px rgb(0 0 0 / 8%);
    user-select: none;
    appearance: none;
    touch-action: manipulation;
    vertical-align: top;
    transition: box-shadow 0.2s;
    width: 100%;
}

input {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 15px 0px 15px 0;
    outline: none;
    border: 1px solid #fff;
    border-radius: 8px;
    height: 46px;
    line-height: 46px;
    font-size: 17px;
    /* font-weight: 600; */
    text-decoration: none;
    color: #7f7f7f;
    background-color: #fdfdfd;
    box-shadow: 0 3px 14px rgb(65 132 144 / 5%), 0 1px 3px rgb(0 0 0 / 16%);
    user-select: none;
    appearance: none;
    touch-action: manipulation;
    vertical-align: top;
    transition: box-shadow 0.2s;
}

input:hover {
    transition: all 0.2s;
    box-shadow: 0 7px 14px rgb(65 132 144 / 10%), 0 3px 6px rgb(0 0 0 / 8%);
}

.form_button {
    margin: 25px 0 0 0;
}

.user_block > span {display: block;/* border-bottom: #f4f4f4 solid 1px; */padding: 10px 0;font-size: 17px;}

.form_item {
    /* flex: 1; */
    display: flex;
    flex-direction: column;
    width: 46%;
    /* max-width: 47%; */
}

.c_2 {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.container_main {
    /* border: 1px #f2efef solid; */
    padding: 15px 25px 15px 25px;
    margin: 0 0 15px 0;
    background: #fff;
}

span.user_role {
    margin: 9px 0 0 10px;
    color: #dadada!important;
}

.user_login > span {
    color: #FFC107;
    margin: 0 0 0 7px;
}

.user_login {
    color: #fff;
    margin: 15px 0 0 0;
    display: flex;
    width: 100%;
}

div#profile_menu_side\ alink {
    display: flex;
    flex-direction: column;
}

.alink > a:hover {background: #f8f8f8;border-radius: 10px;color: #3c4249;}

div#profile_menu_side {
    display: flex;
    flex-direction: column;
    /* border-left: 1px #efefef solid; */
    /* margin: 8px; */
}

alink > a {
    color: #3c4249;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 5px 0px;
    border-bottom: 1px #ffffff solid;
}

.alink > a:hover {
    /* background: #efefef; */
    /* border-left: 1px #9E9E9E solid; */
}

.nav_side {
    display: flex;
    flex-direction: column;
    /* border: 1px solid #fff; */
    border-radius: 20px;
    /* padding: 15px 27px; */
    /* box-shadow: 0 4px 6px rgb(65 132 144 / 10%), 0 1px 3px rgb(0 0 0 / 8%); */
    /* margin: 15px 0 15px 0; */
    /* box-shadow: 0 8px 11px #332e380a, 0 0 6px #211d250a; */
}

.nav_side > hr {
    /* border: none; */
    /* color: red; */
    /* background-color: #f2efef; */
    /* height: 1px; */
    /* width: 100%; */
}

.sidebar {
    width: calc((100% / 2) - 250px);
    max-width: 300px;
    width: 330px;
    /* flex: 1; */
}

.content_wrapper {
    display: flex;
    max-width: 1240px;
    margin: 45px auto 45px auto;
    justify-content: space-between;
    gap: 45px;
    padding: 0 15px;
    /* flex-wrap: wrap; */
}
.logout {
    display: flex;
}
.logout > a {width: 100%;}
div#profile_menu {
    display: flex;
    width: 1240px;
    max-width: 1240px;
    margin: 0 auto;
    flex: 1;
}

.no_user {
    display: flex;
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.no_user > a:hover {
    color: #fff;
    background: #ffcd38;
}

.no_user > a {
    color: #fff;
    background: #FFC107;
    padding: 8px 15px;
    margin: 17px 0 0 0px;
    border-radius: 10px;
}

.header_profile {display: flex;max-width: 1240px;margin: 0 auto 0 auto;justify-content: center;/* flex-wrap: wrap; */padding: 0 0px;box-sizing: border-box;}

:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}

a {
    color: #3c4249;
    text-decoration: none;
    transition: 0.5s;
}

a.element_items_a {
    line-height: 1.4;
    display: block;
    border-bottom: 1px #f2efef solid;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}

.alink > a {
    padding: 13px 0px;
    display: block;
    color: #3c4249;
    /* border-left: 1px #FAFAFA solid; */
    transition: 0.5s;
    padding: 15px 14px;
    box-sizing: border-box;
}

a:hover {
    color: #FFC107;
    /* transition: 0.5s; */
}

#main {
    display: flex;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding: 0 14em;
}

.user_start_wrapper {min-width: 320px;max-width: 420px;width: 100%;border: 1px #f7f7f7 solid;padding: 26px 35px 26px 35px;box-sizing: border-box;border-radius: 5px;background: #fff;box-shadow: 0 15px 30px -10px rgba(60,60,60,.05);border-radius: 20px;/* padding: 15px 27px; */box-shadow: 0 4px 6px rgb(65 132 144 / 10%), 0 1px 3px rgb(0 0 0 / 8%);}

#user_start_form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

form#user_start_form > input {
    margin: 25px 0 8px 0;
    font-size: 16px;
    padding: 17px 13px;
    /* border-radius: 5px; */
    border: 1px #fefefe solid;
    width: 100%;
    box-sizing: border-box;
    /* border: 0; */
    border-bottom: 1px #e1e1e1 solid;
    background: #fcfcfc;
}

form#user_start_form > button {
    margin: 30px 0 8px 0;
    font-size: 18px;
    border-radius: 5px;
    border: 0px #e1e1e1 solid;
    width: 100%;
    cursor: pointer;
    background: #FF9800;
    color: #fff;
    height: 50px;
    line-height: 50px;
    transition: 0.5s;
}

form#user_start_form > button:hover {
    background: #607D8B;
}

h1, h2, h3 {
    padding: 0;
    margin: 0;
    color: #343a40;
    margin: 0 0 16px 0;
    font-size: 15px;
    font-weight: 500;
}

h1.h1_title_reg {
    font-size: 25px;
    font-weight: 900;
}

.h_title {
    border-bottom: 1px #f2efef solid;
    padding: 0 0 15px 0px;
    color: #323232;
    font-weight: 700;
    font-size: 20px;
}

.h1_title {font-weight: 900;font-size: 26px;/* padding: 10px 0 10px 25px; */margin: 0px 25px 15px 25px;}

.super_admin {
    border: 1px solid #e9e9e9;
    color: #3c4249!important;
    background: #fdfdfd!important;
    border-radius: 8px;
    text-align: center;
    /* margin: 15px 0 15px 0px; */
    width: 100%;
    margin: 15px  auto 15px  auto;
    font-weight: 600;
}

.super_admin:hover {
    /* background: #fdfdfd!important; */
    transition: all 0.2s;
    /* box-shadow: 0 7px 14px rgb(65 132 144 / 10%), 0 3px 6px rgb(0 0 0 / 8%); */
    background-color: #FAFAFA;
    color: #9a9a9a!important;
}




.header_menu {
    /* margin: 0 auto 0 auto; */
    padding: 0;
    width: 250px;
    background-color: #343A40;
    position: relative;
    height: auto;
    /* overflow: auto; */
    width: 100%;
    /* max-width: 1240px; */
}

.header_menu a {
    display: block;
    color: #dadada;
    padding: 15px 18px;
    text-decoration: none;
    background: #3c4249;
    box-sizing: border-box;
    border-bottom: 1px #343a40 solid;
    border-right: 1px #343a40 solid;
}

.header_menu a.active {
    background-color: #4CAF50;
    color: white;
}

.header_menu a:hover:not(.active) {
    background-color: #23272b;
    color: #FFC107;
}

.menu_top {
    display: none!important;
    /* opacity: 0; */
}

div.content {width: 100%;/* border-left: 1px #f2efef solid; *//* flex: 3; *//* box-shadow: 0 4px 6px rgb(65 132 144 / 10%), 0 1px 3px rgb(0 0 0 / 8%); *//* border-radius: 20px; */}


.btn {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 25px;
    margin: 0 15px 15px 0;
    outline: none;
    border: 1px solid #ffffff;
    border-radius: 6px;
    height: 43px;
    line-height: 43px;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    color: #3c4249;
    background-color: #fdfdfd;
    box-shadow: 0 0px 11px rgb(65 132 144 / 10%), 0 2px 5px rgb(0 0 0 / 7%);
    cursor: pointer;
    user-select: none;
    appearance: none;
    touch-action: manipulation;
    vertical-align: top;
    transition: box-shadow 0.2s;
    min-width: 200px;
    transition: 0.2s;
}
.btn:focus-visible {
    border: 1px solid #4c51f9;
    outline: none;
}
.btn:hover {
    transition: all 0.2s;
    /* box-shadow: 0 7px 14px rgb(65 132 144 / 10%), 0 3px 6px rgb(0 0 0 / 8%); */
    background-color: #FAFAFA;
    color: #9a9a9a;
}
.btn:active {
    background-color: #FFC107;
    color: #fff;
}
.btn:disabled {
    background-color: #eee;
    border-color: #eee;
    color: #444;
    cursor: not-allowed;
}








@media screen and (max-width: 1024px){
    .header_profile {
        padding: 0 25px;
    }
}



@media screen and (max-width: 812px) {

    .element_items {
        width: 100%;
    }

    .Bought_item {
        width: 100%;
    }

    .form_item {
        width: 100%;
    }

    .c_2 {
        flex-direction: column;
    }
}



@media screen and (max-width: 768px) {

    .header_profile {
        padding: 0 0;
    }

    .c_2 {
        flex-direction: column;
    }


    .content_wrapper {
        flex-wrap: wrap;
        margin: 0 15px;
    }
    .sidebar {
        width: 100%;
    }

    .hide700 {
        display:none;
    }
    .menu_top {
        display:flex!important;
        justify-content: space-between;
        width: 100%;
        flex-direction: column;
        margin: 15px 0 0 0;
    }

    .user_login {
        justify-content: center;
    }

    .header_profile {
        flex-wrap: wrap;
    }

    .logout {
        width: 100%;
    }

}

@media screen and (max-width: 700px) {


    .header_menu {
        width: 100%;
        height: auto;
        position: relative;
    }
    div#profile_menu {/* float: none; */flex-direction: column;width: 100%;}
    div.content {margin-left: 0;}

}

@media screen and (max-width: 400px) {
    .header_menu a {
        text-align: center;
        float: none;
    }
}

@media (max-width: 600px) {
    #main {
        align-items: center;
        padding: 0px;
    }
}

@media screen and (max-width: 400px){
    .content_wrapper {
        flex-wrap: wrap;
        margin: 0 0;
    }
    .content_wrapper {
        padding:0 0 0 0;
    }
}