

.box-shadow {
    box-shadow: 0 .25rem .75rem var(--r1);
}

.form-auth {
    margin-bottom: 15px;
    width: 100%;
}

.form-auth .checkbox {
    font-weight: 400;
}

.form-auth .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 16px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 8px;
}

.form-auth .form-control:focus {
    z-index: 2;
}

.form-auth input[type="email"] {
    margin-bottom: -1px;
}

.form-auth input[type="password"] {
    margin-bottom: 10px;
}


/* --------------User Image Upload---------------------- */

.avatar-upload {
    text-align: center;
    display: inline-block;
}

.avatar-edit {
    top: 150px;
    margin-right: -125px;
    margin-top: -40px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar label {
    margin-top: 25px;
    padding: 4px;
    z-index: 1000000;
    color: var(--c2);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    border: 1px solid var(--r2);
}

.avatar-upload .avatar label:hover {
    background: var(--r2);
    border-color: var(--r2);
}

.avatar-upload .avatar label:after {
    color: var(--c2);
    text-align: center;
}

.avatar-upload .avatar-preview {
    width: 162px;
    height: 162px;
    position: relative;
    border-radius: 100%;
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.navbar-img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
}


/* --------------Profile card---------------------- */

.card-profile {
    width: auto;
    color: var(--c2);
    border-radius: 8px;
    background-color: var(--s2) !important;
}

.card-profile .card-img-top {
    border-radius: 0px;
}

.card-img-profile {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin-top: -50px;
}

.edit-profile {
    position: absolute;
    right: 10px;
    top: 10px;
}

.card-profile .card-title {
    margin-bottom: 30px;
}

.card-profile .card-title small {
    display: block;
    font-size: .6em;
    margin-top: .2em;
    padding-left: 20px;
    padding-right: 20px;
}

.card-profile .fa {
    color: var(--c3);
}

.card-profile .fa:hover {
    color: var(--c3);
}

.col-md-4 div.ex1 {
    margin-top: 16px;
    width: 100%;
    height: 200px;
    color: #83868a;
    overflow: auto;
    padding: 16px;
    margin-bottom: 15px;
    border: 2px dashed var(--v1);
}

.col-md-4 ::-webkit-scrollbar {
    width: 5px;
}

.col-md-4 ::-webkit-scrollbar-thumb {
    background: var(--c4);
    border-radius: 2.5px;
}

.col-md-4 ::-webkit-scrollbar-thumb:hover {
    background: var(--c4);
}

div.scrollmenu {
    overflow: auto;
    white-space: nowrap;
}

div.scrollmenu a {
    display: inline-block;
    text-decoration: none;
}

.newsc {
    display: flex;
    overflow-x: scroll;
}

.newscb {
    display: flex;
    justify-content: center;
}

.newscbox {
    margin: 16px;
    min-height: 50px;
    width: 250px;
    border-radius: 8px;
}

.newscbox:hover {
    background: var(--r2);
}

.newscbox p {
    padding: 16px;
}

.newsc p {
    margin: 0px !important;
    width: 100% !important;
}

.newsc img {
    width: 100%;
    border-radius: 8px;
}

.mp {
    margin-top: 8px;
}

.mp span {
    color: var(--c3);
    float: right;
}

.mtrade small {
    margin-top: 8px;
    padding: 8px;
    display: flex;
    justify-content: space-between;
    border: var(--v1);
}

.mi {
    padding: 8px;
    color: var(--c3);
    border: var(--v1);
    background: RGBA(244, 199, 111, 0.1);
}

.center {
    text-align: center;
}

.popup-container {
    display: none;
    position: fixed;
    overflow-y: scroll;
    max-height: 70%;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: var(--s1);
    z-index: 1000;
    border-radius: 16px;
    border: 1px solid var(--v1);
}

.po {
    margin-top: 16px;
    padding: 16px;
    background: var(--s2);
    border-radius: 16px;
}

.popup-container .close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    color: var(--c8);
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: RGBA(22,22,22,0.8);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 999;
}

.lw {
    margin-bottom: 16px;
    text-align: center;
    padding: 16px;
    border-radius: 8px;
    font-size: 14px;
    border: 2px dashed var(--v1);
}

.lw .fa-lock {
    color: var(--s7);
}