/*1. RESET AND TYPHOGRAPHY */
html {
    font-family: 'Montserrat', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    background: #FAFAFA;
}

html, body {
    min-height: 100%;
    position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

progress {
    vertical-align: baseline;
}

template,
[hidden] {
    display: none;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
}

optgroup {
    font-weight: bold;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    /* 3 */
    white-space: normal;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

* {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
/*
html {
    font-size: 62.5%;
}
*/
body {
    font-size: 14px;
    background: #FAFAFA;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    color: #41465A;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p {
    font-size: 15px;
    line-height: 22px;
    color: #41465A;
}

p span {
    font-family: inherit;
    color: inherit;
    font-size: inherit;
}

a {
    position: relative;
    color: inherit;
    text-decoration: none;
    transition: all 0.4s ease;
}

a:hover {
    color: #0057FF;
}

a,
input,
textarea,
button,
select {
    outline: none;
}

a:hover,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
    text-decoration: none;
}

a:focus,
button:focus,
select:focus,
input:focus,
textarea:focus {
    outline: none;
    text-decoration: none;
}

img {
    max-width: 100%;
}

iframe {
    border: 0;
    max-width: 100%;
    width: 100%;
}

figure {
    margin: 0;
}

.mb-120 {
    margin-bottom: 120px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.float-right {
    float: right;
}
.container {
    max-width: 1290px;
}
.header .container-fluid
{
    max-width: 1600px;
}


/* LOG IN */
.form-container {
    display: flex;
}
.form-form {
    width: 50%;
    display: flex;
    flex-direction: row;
    position: fixed;
    min-height: 100%;
    right: 0;
    background: #FFF;
}
.form-form .form-form-wrap {
    max-width: 560px;
    margin: 0 auto;
    min-width: 311px;
    min-height: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
}
.form-form .form-container {
    align-items: center;
    display: flex;
    flex-grow: 1;
    padding: 0.71428571rem 2.85714286rem;
    width: 100%;
    min-height: 100%;
}
.form-form .form-container .form-content {
    display: block;
    width: 100%;
}
.form-form .form-container .form-content form {
    margin-bottom: 120px;
}
.form-form .form-form-wrap p.signup-link {
    font-size: 14px;
    color: #3b3f5c;
    font-weight: 700;
    margin-bottom: 50px;
}
.form-form h1 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 52px;
}
p.signup-text {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #8F8F8F;
    line-height: 22px;
    margin-bottom: 56px;
}
a.remind-password-btn {
    padding: 0 20px;
    margin: 0 0 0 32px;
}
.form-form .form-form-wrap form .field-wrapper.input {
    position: relative;
    padding: 11px 0 25px 0;
    border-bottom: none;
}
.form-form .form-form-wrap form .field-wrapper.input .show-pass {
    position: absolute;
    right: 10%;
    top: 14px;

}
.form-form .form-form-wrap form .field-wrapper.input .show-pass input {
    visibility: hidden;
    display: block;
    width: 1px;
}
.form-form .form-form-wrap form .field-wrapper.input .show-pass label {
    font-size: 13px;
    color: #8F8F8F;
    cursor: pointer;
}
.form-form .form-form-wrap form .field-wrapper input {
    display: inline-block;
    vertical-align: middle;
    border-radius: 0;
    min-width: 50px;
    max-width: 635px;
    width: 90%;
    min-height: 36px;
    background-color: #ffffff;
    border: none;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    color: #3D3E3E;
    font-weight: 400;
    font-size: 15px;
    border-bottom: 1px solid #D3D3D3;
    padding: 0px 0 10px 0px;
}

.form-form .form-form-wrap form .field-wrapper input::-webkit-input-placeholder, .form-form .form-form-wrap form .field-wrapper input::-ms-input-placeholder, .form-form .form-form-wrap form .field-wrapper input::-moz-placeholder {
    color: #d3d3d3;
    font-size: 14px;
}
.form-form .form-form-wrap form .field-wrapper input:focus {
    border-bottom: 1px solid #0057FF;
    box-shadow: none;
}
.form-form .form-form-wrap form .field-wrapper input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px white;
    -webkit-text-fill-color: #3D3E3E;
}
.form-form .signup-btn {
    font-size: 15px;
    height: 48px;
    line-height: 48px;
    padding: 0 56px;
    background: #0057FF;
    border-radius: 50px;
    border: 1px solid transparent;
}

.form-form .signup-btn:hover {
    border: 1px solid #1D1B1B;
    background: #FFF;
    color: #1D1B1B;
}

.form-form .recovery-btn {
    font-size: 15px;
    height: 48px;
    line-height: 48px;
    padding: 0 56px;
    background: #0057FF;
    border-radius: 50px;
    border: 1px solid transparent;
}

.form-form .recovery-btn:hover {
    border: 1px solid #1D1B1B;
    background: #FFF;
    color: #1D1B1B;
}

.form-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    position: fixed;
    left: 0;
    min-height: auto;
    height: 100vh;
    width: 50%;
    background: linear-gradient(25.36deg, #0057FF 0%, #D98CC8 100%);
}
.form-image .l-image {
    background-image: url('../svg/main.svg');
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 65%;
    background-position-x: center;
    background-position-y: center;
}
.form-image .logo {
    background-image: url('../svg/logo_white.svg');
    height: 30px;
    display: inline-block;
    width: 228px;
    position: absolute;
    top: 52px;
    left: 64px;
}
.form-image .copyright {
    color: #FFF;
    position: absolute;
    bottom: 52px;
    left: 64px;
}
.footer-email {

}
.footer-email p {
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    color: #8F8F8F;
    margin-bottom: 40px;
}
.footer-email-btn {
    display: block;
    padding: 0 0 0 32px;
    background: url("../svg/email.svg") left top 2px no-repeat;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 12px;
}
.mobile-copyright {
    display: none;
}

/* HEADER */
.header {
    /*
    position: fixed;
    z-index: 98;*/
    width: 100%;
    left: 0;
    top: 0;
    height: 120px;
    margin-bottom: 40px;
}
.mp-menu h2 {
    padding-left: 1.3em;
}
.mp-menu h2 img.mobile-menu-logo {
    height: 24px;
    width: auto;
    margin: 0 0 0 0;

}
.mp-menu ul li > a {
    padding: 1.2em 0 1.2em 2em;
    font-weight: 400;
    font-size: 15px;
}
.mp-menu ul li > a img {
    display: inline-block;
    margin: 0 16px 0 0;
}
.mobile-menu-btn {
    display: none;
}
.header-white {
    background: rgba(255,255,255,1);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    height: 80px;
}
.header.header-white .mainmenunav ul.mainmenu > li > a:not(.btn-gradient) {
    color: #2E252C !important;
}
.header.header-white a.mainmenu-btn.mainmenu-btn {
    color: #FFF;
}
.header.header-white .header-logo img {
    height: 40px;
}
.header.header-white .header-logo {
    margin: 20px 0 0 0;
}
.header.header-white .mainmenunav ul.mainmenu > li > a:not(.mainmenu-btn) {
    margin-top: 20px;
}
.header.header-white .mainmenunav ul.mainmenu > li > a.mainmenu-btn {
    margin-top: 20px;
}
.header-mobile-menu-button {
    display: none;
}
.header.header-white a.mainmenu-btn-white {
    background: url("../svg/phone-icon-dark.svg") 18px 12px no-repeat;
    background-size: 16px 16px;
}
.header .header-logo {
    margin: 30px 0 0 0;
}
.header .header-logo a {
    display: flex;
    height: 58px;
}
.header .header-logo img {
    height: 58px;
    width: auto;
    float: left;
    max-width: 230px;
}

.telegramm {
    width: 19px !important;
}
/*
.header .header-logo {
    display: inline-block;
    float: left;
    margin: 19px 0;
}
.header .header-logo a {
    display: block;
    font-weight: 700;
    height: 42px;
    line-height: 42px;
    padding-right: 25px;
    border-right: 1px solid rgba(255,255,255,0.2);
    margin-top: 11px;
}
.header .header-logo a img {
    height: 100%;
    width: auto;
}
.header .header-logo a:hover {
    color: rgba(255,255,255,0.6);
}*/
.header .mainmenunav ul.mainmenu {
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.header .mainmenunav ul.mainmenu > li {
    margin: 0 12px;
    position: relative;
}
.header .mainmenunav ul.mainmenu > li > a:not(.mainmenu-btn) {
    color: #3D3E3E;
    font-size: 15px;
    padding: 0px 0;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-weight: 400;
    margin: 40px 0 0 0;
}
.header .mainmenunav ul.mainmenu > li > a:hover {
    color: rgba(255,255,255,0.5);
}
.header.header-white .mainmenunav ul.mainmenu > li > a:not(.mainmenu-btn):hover {
    color: #C30000 !important;
}

.header .mainmenunav ul.mainmenu > li > a.mainmenu-btn {
    color: #3D3E3E;
    padding: 0px 18px 0 6px;
    display: inline-block;
    /*margin: 40px 0 0 56px;*/
    margin: 40px 20px 0 0;
    background: #EFEFEF;
    border-radius: 30px;
    border: 1px solid transparent;

}
.header .mainmenunav ul.mainmenu > li > a.mainmenu-btn img {
    width: 36px;
    height: 36px;
    margin: 5px 16px 6px 0;
    display: block;
    float: left;
    border-radius: 50%;
}
.header .mainmenunav ul.mainmenu > li > a.mainmenu-btn:hover {
    background: #FFF;
    border: 1px solid #FFF;
}
.header .mainmenunav ul.mainmenu > li > a.mainmenu-btn span {
    font-size: 13px;
    font-weight: 500;
}

.header .mainmenunav ul.mainmenu > li.logout-btn a {
    color: #3D3E3E;
    font-size: 13px;
}
.header .mainmenunav ul.mainmenu > li.logout-btn a img {
    display: inline-block;
    margin: 0 12px 0 0;
}
.header .mainmenunav ul.mainmenu > li.logout-btn a:hover {
    color: #0057FF;
}

.header .mainmenunav ul.mainmenu > li > ul.submenu {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.header .mainmenunav ul.mainmenu > li > ul.submenu {
    min-width: 280px;
    height: auto;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    text-align: left;
    padding: 32px 32px 32px 40px;
    border-radius: 16px;
    list-style: none;
    margin: 4px 0 0 0;
}
/*
.header .mainmenunav ul.mainmenu > li > ul.submenu li a {
    padding: 8px 20px;
    font-size: 13px;
    display: block;
    color: #3D3E3E;
    margin: 0 10px;
    border-radius: 2px;
}*/
.header .mainmenunav ul.mainmenu > li > ul.submenu li {
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    color: #3D3E3E;
    margin-bottom: 4px;
}
.header .mainmenunav ul.mainmenu > li > ul.submenu li.submenu--header {
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    color: #8F8F8F;
    margin-top: 20px;
}
.header .mainmenunav ul.mainmenu > li > ul.submenu li.submenu-mainHeader {
    display: inline-flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0;
    gap: 20px;
}
.header .mainmenunav ul.mainmenu > li > ul.submenu li.submenu-mainHeader span {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    margin: 4px 0 0 0;
}
.header .mainmenunav ul.mainmenu > li > ul.submenu li.submenu-mainHeader img {
    height: 48px;
    width: 48px;
}

.header .mainmenunav ul.mainmenu > li > ul.submenu li a.dashboard-item-btn {
    margin-top: 20px;
    display: none;
}

.header .mainmenunav ul.mainmenu > li:hover > ul.submenu {
    opacity: 1;
    visibility: visible;
}
.header .mainmenunav ul.mainmenu > li:hover > a {

}
/*
.header .mainmenunav ul.mainmenu > li > ul.submenu.submenu--mega {
    padding: 20px 0px;
    width: 820px;
}
.header .mainmenunav ul.mainmenu > li > ul.submenu.submenu--mega li {
    display: inline-block;
    width: 200px;
}
.header .mainmenunav ul.mainmenu > li > ul.submenu.submenu--mega li a img {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 16px;
}
.header .mainmenunav ul.mainmenu > li > ul.submenu.submenu--mega li:nth-last-child(1) a {
    font-weight: 600;
}
*/
a.mainmenu-btn {
    display: inline-block;
    height: 48px;
    line-height: 48px;

    padding: 0 20px 0 6px;
    font-size: 13px;
    border-radius: 50px;

}
a.mainmenu-btn-white {
    font-size: 18px;
    padding-left: 42px !important;
    background: url("../svg/phone-icon.svg") 18px 12px no-repeat;
    background-size: 16px 16px;
    line-height: 40px;
}
a.mainmenu-btn-white span {
    display: inline-block;
    line-height: 40px;
    font-width: 600;
}
.mobile-header-lang {
    display: none;
}
.header a.mobile-lang-selector {
    color: #FFF;
    font-size: 19px;
    line-height: 22px;
    font-weight: 400;
    margin: 51px 0 0 10px;
    display: inline-block;
}
a.mobile-lang-selector-gray {
    color: #2E252C;
    font-size: 19px;
    line-height: 22px;
    font-weight: 400;
    margin: 51px 0 0 10px;
    display: inline-block;
}
.header a.header-mobile-menu-button {
    margin: 44px 0 0 0;
    height: 19px;
    display: none;
}
.header a.header-mobile-menu-button img {
    height: 19px;
    width: auto;
}
.header  a.header-mobile-contacts {
    margin: 56px 18px 0 0;
    height: 22px;
    display: none;
}
.header a.header-mobile-contacts img {
    height: 22px;
    width: auto;
}

.header-small-btn {
    display: none;
    font-size: 12px;
    border-radius: 30px;
    position: absolute;
    top: 104px;
    height: 28px;
    line-height: 28px;
    width: 160px;
    text-align: center;
    left: 50%;
    margin-left: -80px;
}

/* MAIN */
main {
    margin-bottom: 40px;
}
nav.left-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav.left-menu li {
    margin-bottom: 8px;
}
nav.left-menu li a {
    display: inline-flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    padding: 14px 23px;
    gap: 10px;
    flex-wrap: wrap;
}
nav.left-menu li a.selected {
    background: #EFEFEF;
    border-radius: 30px;
}
.dashboard-banner {
    background: url("../images/main_bg.jpg") left top no-repeat;
    background-size: cover;
    height: 240px;
    border-radius: 16px;
    padding: 32px 0 0 44px;
    margin-bottom: 32px;
}
.dashboard-banner-header {
    font-weight: 400;
    font-size: 38px;
    line-height: 46px;
    color: #FFFFFF;
    margin: 0 0 16px;
}
.dashboard-banner-text {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #FFFFFF;
    width: 40%;
    margin: 0 0 32px;
}
a.dashboard-banner-btn {
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    padding: 10px 32px;
    gap: 10px;
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 30px;
}
a.dashboard-banner-btn:hover {
    background: #0057FF;
    border: 1px solid #0057FF;
}
.dashboard-item {
    padding: 32px 24px 32px 44px;
    background: #FFF;
    border-radius: 16px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 32px;
}
.dashboard-item-header {
    font-weight: 400;
    font-size: 24px;
    line-height: 20px;
    margin-bottom: 24px;
}
.dashboard-item-text {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 32px;
}
a.dashboard-item-btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    padding: 9px 32px;
    gap: 10px;
    background: #FFFFFF;
    border: 1px solid #1D1B1B;
    border-radius: 30px;
    margin-left: 8px;
}
a.dashboard-item-btn:hover {
    background: #0057FF;
    border: 1px solid #0057FF;
    color: #FFF;
}
a.dashboard-item-btn:hover svg path {
    fill: #FFF;
}
table.dashboard-table {
    width: 100%;
    margin: 40px 0 40px 0;
}
table.dashboard-table tr th {
    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
    color: #8F8F8F;
}

table.dashboard-table tr td {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #EFEFEF;
}
table.dashboard-table tr td:nth-child(1) {
    color: #8F8F8F;
    font-weight: 400;
}
table.dashboard-table tr td:nth-child(2) span {
    display: none;
    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
    color: #8F8F8F;
}
table.dashboard-table tr td:nth-child(3) {
    color: #8F8F8F;
    font-weight: 400;
}

/* FOOTER */
footer .container {
    height: 164px;
    border-top: 1px solid #EFEFEF;
    padding: 40px 0 0 0;
}
.footer-phone {
    padding: 0 0 0 48px;
    background: url("../svg/phone_icon.svg") left center no-repeat;
}
.footer-phone span {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #8F8F8F;
    display: block;
    margin-bottom: 4px;
}

.footer-phone a {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
}
nav.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-flow: row;
    justify-content: space-between;
}
footer .copyright {
    text-align: right;
    font-size: 13px;
    line-height: 20px;
    color: #8F8F8F;
}
/* 404 */
.not-found {
    min-height: 560px;
    background: url("../images/not_found.png") center center no-repeat;
    background-size: contain;
    margin-bottom: 40px;
    padding: 220px 0 0 0;
}
.not-found-404 {
    margin: 0px auto;
    display: block;
    font-weight: 800;
    width: 80%;
    max-width: 256px;
}
a.not-found-btn {
    display: inline-flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 10px 44px;
    gap: 10px;
    margin: 180px auto 0 auto;
    border: 1px solid #D98CC8;
    border-radius: 30px;
}
a.not-found-btn:hover {
    color: #FFF;
    background: #0057FF;
    border: 1px solid #0057FF;
}
.qrcode-reader {
    border: 0;
    display: block;
    width: 232px;
    height: 232px;
    background: url("../svg/qr_button.svg") center center no-repeat;
    margin: 0 auto;
}
.qrcode-reader-sale {
    border: 0;
    display: block;
    width: 232px;
    height: 232px;
    background: url("../svg/qr_button.svg") center center no-repeat;
    margin: 0 auto;
}
.qrcode-reader-return {
    border: 0;
    display: block;
    width: 232px;
    height: 232px;
    background: url("../svg/qr_button.svg") center center no-repeat;
    margin: 0 auto;
}
.qrcode-reader-revision {
    border: 0;
    display: block;
    width: 232px;
    height: 232px;
    background: url("../svg/qr_button.svg") center center no-repeat;
    margin: 0 auto;
}
.modal-content {
    border: 0;
    border-radius: 16px;
    padding: 20px;
}
.modal-header {
    border: 0;
    padding: 12px 0;

}
h5.modal-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 20px;
    color: #1D1B1B;
}
.btn-close {
    background: url("../svg/close.svg") center center no-repeat;
    height: 18px;
    width: 18px;
    position: absolute;
    right: 24px;
    top: 32px;
    opacity: 1;
}

.modal-sm {
   min-width: 360px;
}
.modal-body label {
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #3D3E3E;
    margin: 8px 0 24px 0;
}
#qrr-container {
    border-radius: 10px;
    height: 416px;
    max-width: 372px;
}
#qrr-close {
    content: " ";
    background: url("../svg/close.svg") center center no-repeat;
    height: 18px;
    width: 18px;
    position: absolute;
    right: 8px;
    top: 24px;
    opacity: 1;
}
#qrr-canvas {
    width: 280px;
    height: 280px;
    border-radius: 300px;
    border: 1px solid #D98CC8;
}
#qrr-output {
    width: 100%;
    background: none;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #3D3E3E;
    margin: 8px 0 24px 0;
}

/* STOCK */
.stock h1 {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    color: #1D1B1B;
    margin: 0 0 24px 0;
}
.stock-search {
    position: relative;
}
.stock-search input[type='text'] {
    border: none;
    background: #FFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    display: block;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
    color: #1D1B1B;
    padding: 0 20px;
    width: 100%;
    -webkit-appearance: none;
}
.stock-search input[type=submit] {
    border: 0;
    position: absolute;
    height: 40px;
    width: 40px;
    background: #FFF url("../svg/search_icon.svg") center center no-repeat;
    background-size: 18px 18px;
    right: 8px;
    top: 0;
    border-radius: 16px;
}
.select2-container {

}
.select2-container--default .select2-selection--single {
    border-radius: 16px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}
.stock-number {
    height: 40px;
    line-height: 40px;
    color: #8F8F8F;
    font-size: 13px;
}
.stock-filters {
    margin-bottom: 32px;
}


table.stock-table {
    width: 100%;
    margin: 0;
}
table.stock-table tr th {
    font-weight: 400;
    font-size: 11px;
    line-height: 32px;
    height: 32px;
    color: #8F8F8F;
    border-bottom: 1px solid #EFEFEF;
}

table.stock-table tr td {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #EFEFEF;
}
table.stock-table tr td:nth-child(1) {
    color: #8F8F8F;
    font-weight: 400;
}
table.stock-table tr td:nth-child(2) span {
    display: none;
    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
    color: #8F8F8F;
}
table.stock-table tr td:nth-child(3) {
    color: #8F8F8F;
    font-weight: 400;
    text-align: center;
}
table.stock-table tr th:nth-child(3) {
    text-align: center;
}
.stock-item {
    padding: 24px 44px 32px 44px;
}
a.sell-btn {
    display: block;
    opacity: 1;
    width: 32px;
    height: 32px;
    color: #FFF;
    border-radius: 8px;
    padding: 4px 0 0 8px;
    margin: 0 8px;
    background: #FFF;

    border: 1px solid #0057FF;
}
a.sell-btn svg {
    height: 14px;
    width: auto;
}
a.sell-btn svg path {
    fill: #0057FF;
}
a.sell-btn:hover {
    background: #0057FF;
}
a.sell-btn:hover svg path {
    fill: #FFF;
}

.process_rev {
    height: 24px;
    line-height: 24px;
    border-radius: 4px;
    display: inline-block;
    background: #0057FF;
    font-size: 11px;
    text-align: center;
    padding: 0 8px;
    color: #FFF;
}
.completed_rev {
    height: 24px;
    line-height: 24px;
    border-radius: 4px;
    display: inline-block;
    background: #2CB50A;
    font-size: 11px;
    text-align: center;
    padding: 0 8px;
    color: #FFF;
}
a.rev-btn {
    display: block;
    opacity: 1;
    width: 32px;
    height: 32px;
    color: #FFF;

    border: 1px solid #0057FF;
    background: #FFF;
    border-radius: 8px;
    padding: 4px 0 0 8px;
    margin: 0 8px;
}
a.rev-btn svg {
    height: 14px;
    width: auto;
}
a.rev-btn svg path {

    fill: #0057FF;
}
a.rev-btn:hover {
    background: #0057FF;
}
a.rev-btn:hover svg path {
    fill: #FFF;
}
table.stock-table tr:hover td a.sell-btn{
    opacity: 1;
}

.sold-info {
    color: #8F8F8F;
    background: #FFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    height: 56px;
    line-height: 56px;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    flex-flow: row;
}
.sold-info span {
    font-weight: 500;
    font-size: 18px;
    color: #1D1B1B;
}
#login-error {
    width: 90%;
    display: none;
}
button.add-stock-btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    padding: 9px 40px;
    gap: 10px;
    background: #0057FF;
    border: 1px solid #0057FF;
    color: #FFF;
    border-radius: 30px;
}
button.add-rev-btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    padding: 9px 40px;
    gap: 10px;
    background: #0057FF;
    border: 1px solid #0057FF;
    color: #FFF;
    border-radius: 30px;
}
button.add-stock-btn svg path {
    fill: #FFF;
}
button.add-stock-btn:hover {
    background: #FFFFFF !important;
    border: 1px solid #1D1B1B !important;
    color: #1D1B1B !important;
}
button.add-stock-btn:hover svg path {
    fill: #1D1B1B;
}

#forgot-error {
    width: 90%;
    display: none;
}
#forgot-success {
    width: 90%;
    display: none;
}


input.add_stock_qty {
    height: 48px;
    line-height: 48px;
    font-size: 15px;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 32px;
    text-align: center;
}
input.add_rev_qty {
    height: 48px;
    line-height: 48px;
    font-size: 15px;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 32px;
    text-align: center;
}
input.sale_stock_price {
    height: 48px;
    line-height: 48px;
    font-size: 15px;
    width: 70%;
    border: 0;
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 32px;
    text-align: center;
}
select.sale_stock_qty {
    height: 50px;
    font-size: 15px;
    background-color: #FFF;
    border: 1px solid #FFF;
    border-bottom: 1px solid #D3D3D3;
    color: #41465A;
}
input.return_stock_price {
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    width: 90%;
    border: 0;
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 8px;
    text-align: center;
}
input.return_text {
    height: 48px;
    line-height: 48px;
    font-size: 15px;
    width: 90%;
    border: 0;
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 8px;
    text-align: center;
}
input.return_phone {
    height: 48px;
    line-height: 48px;
    font-size: 15px;
    width: 90%;
    border: 0;
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 32px;
    text-align: center;
}
input.revision_name {
    height: 48px;
    line-height: 48px;
    font-size: 15px;
    width: 90%;
    border: 0;
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 8px;
    text-align: center;
}
input.revision_date {
    height: 48px;
    line-height: 48px;
    font-size: 15px;
    width: 90%;
    border: 0;
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 8px;
    background: #FFF;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #3D3E3E;
    text-align: center;
    appearance: none;
    -webkit-appearance: none;
    padding: 10px;
    margin-bottom: 24px;
}
button.sale-stock-btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    padding: 9px 40px;
    gap: 10px;
    background: linear-gradient(25.36deg, #0057FF 0%, #D98CC8 100%);
    border: 1px solid #FFF;
    color: #FFF;
    border-radius: 30px;
}
button.sale-stock-btn svg path {
    fill: #FFF;
}
button.sale-stock-btn:hover {
    background: #FFFFFF !important;
    border: 1px solid #1D1B1B !important;
    color: #1D1B1B !important;
}
button.sale-stock-btn:hover svg path {
    fill: #1D1B1B;
}

/**/
a.sale-without-qr-btn {
    
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    padding: 9px 40px;
    gap: 10px;
    background: linear-gradient(25.36deg, #0057FF 0%, #D98CC8 100%);
    border: 1px solid #FFF;
    color: #FFF;
    border-radius: 30px;
}
a.sale-without-qr-btn svg path {
    fill: #FFF;
}
a.sale-without-qr-btn:hover {
    background: #FFFFFF !important;
    border: 1px solid #1D1B1B !important;
    color: #1D1B1B !important;
}
a.sale-without-qr-btn:hover svg path {
    fill: #1D1B1B;
}

a.return-without-qr-btn {  
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    padding: 9px 40px;
    gap: 10px;
    background: linear-gradient(25.36deg, #0057FF 0%, #D98CC8 100%);
    border: 1px solid #FFF;
    color: #FFF;
    border-radius: 30px;
}
a.return-without-qr-btn svg path {
    fill: #FFF;
}
a.return-without-qr-btn:hover {
    background: #FFFFFF !important;
    border: 1px solid #1D1B1B !important;
    color: #1D1B1B !important;
}
a.return-without-qr-btn:hover svg path {
    fill: #1D1B1B;
}
/**/


button.return-stock-btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    padding: 9px 40px;
    gap: 10px;
    background: #0057FF;
    border: 1px solid #0057FF;
    color: #FFF;
    border-radius: 30px;
}
button.return-stock-btn svg path {
    fill: #FFF;
}
button.return-stock-btn:hover {
    background: #FFFFFF !important;
    border: 1px solid #1D1B1B !important;
    color: #1D1B1B !important;
}
button.return-stock-btn:hover svg path {
    fill: #1D1B1B;
}


button.revision_create-btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    padding: 9px 40px;
    gap: 10px;
    background: #0057FF;
    border: 1px solid #0057FF;
    color: #FFF;
    border-radius: 30px;
}
button.revision_create-btn svg path {
    fill: #FFF;
}
button.revision_create-btn:hover {
    background: #FFFFFF !important;
    border: 1px solid #1D1B1B !important;
    color: #1D1B1B !important;
}
button.revision_create-btn:hover svg path {
    fill: #1D1B1B;
}

