
/* ================================= [ RESTYLE TAG ] ================================= */

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body, html {
    height: 100%;
    font-family: dana;
}

body { /* Disables pull-to-refresh but allows overscroll glow effects. */
    overscroll-behavior-y: contain;
}
/*---------------------------------------------*/
a {
    font-family: dana;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

    a:focus {
        outline: none !important;
    }

    a:hover {
        cursor: pointer;
        text-decoration: none;
        color: #333333;
    }

/*---------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

p {
    font-family: dana;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}

ul, li {
    margin: 0px;
    list-style-type: none;
}


/*---------------------------------------------*/
input {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    border: none;
}

    textarea:focus, input:focus {
        border-color: transparent !important;
    }

        input:focus::-webkit-input-placeholder {
            color: transparent;
        }

        input:focus:-moz-placeholder {
            color: transparent;
        }

        input:focus::-moz-placeholder {
            color: transparent;
        }

        input:focus:-ms-input-placeholder {
            color: transparent;
        }

        textarea:focus::-webkit-input-placeholder {
            color: transparent;
        }

        textarea:focus:-moz-placeholder {
            color: transparent;
        }

        textarea:focus::-moz-placeholder {
            color: transparent;
        }

        textarea:focus:-ms-input-placeholder {
            color: transparent;
        }

input::-webkit-input-placeholder {
    color: #adadad;
}

input:-moz-placeholder {
    color: #adadad;
}

input::-moz-placeholder {
    color: #adadad;
}

input:-ms-input-placeholder {
    color: #adadad;
}

textarea::-webkit-input-placeholder {
    color: #adadad;
}

textarea:-moz-placeholder {
    color: #adadad;
}

textarea::-moz-placeholder {
    color: #adadad;
}

textarea:-ms-input-placeholder {
    color: #adadad;
}

/*---------------------------------------------*/

button {
    outline: none !important;
    border: none;
    background: transparent;
}

    button:hover {
        cursor: pointer;
    }

iframe {
    border: none !important;
}

/* ================================= end reset ================================= */


/* ================================= global ================================= */
body {
    background-color: #e9eaeb;
}

.br-15 {
    border-radius: 15px;
}

.font-size-xl {
    font-size: 25px;
}

.font-size-xl-1 {
    font-size: 22px;
}

.font-size-xl-2 {
    font-size: 19px;
}

.font-size-xl-3 {
    font-size: 17px;
}

.font-size-lg {
    font-size: 15px;
}

.font-size-md {
    font-size: 12px;
}

.font-size-sm {
    font-size: 10px;
}

.height-80px {
    height: 80px;
}

.padding-7px {
    padding: 7px;
}

.input-width {
    min-width: 228px;
    width: auto;
}

.text-gray {
    color: #888a8b;
}

.icon-badge-peachy {
    z-index: 1;
    color: #fb7b7b;
    font-size: 12px;
}

.badge-peachy {
    background-color: #fb7b7b;
    color: #fff;
}

.btn-peachy {
    background-color: #fb7b7b;
    color: #fff;
}

    .btn-peachy:hover {
        color: #fff;
    }

.btn-gray {
    background-color: #f0f0f0;
    border-color: #f0f0f0;
}

.font-weight-lighter {
    font-weight: 300;
}

.font-weight-light {
    font-weight: 600;
}

.font-weight-bold {
    font-weight: bold;
}

.font-weight-bolder {
    font-weight: bolder;
}

.border-radius-8px {
    border-radius: 8px;
}

.border-radius-10px {
    border-radius: 10px;
}

.overflow-x-hidden {
    overflow-x: hidden !important;
}

.is_invalid {
    border-color: red !important;
}

    .is_invalid:active {
        border-color: red !important;
    }

.margin-top-29px {
    margin-top: 29px;
}

.multiple-padding {
    padding: 3.5px 3px 0px 5px;
}

.fit-content {
    width: fit-content;
}
/* ================================= end global ================================= */

/* ================================= Login ================================= */

.head-login {
    border-bottom: 4px solid #0d6efd;
    width: 80px;
}

.right-div {
    flex: 1;
    height: 100%;
    transform: skew(-15deg);
    transform: translateX(-15%) skew(-15deg);
    overflow: hidden;
}

.login-image {
    display: block;
    transform: skew(15deg);
    height: 100vh;
    margin: 0 -20%; /* in relation with width */
}

.shadow-img {
    box-shadow: 3px 0px 12px #ccc;
}

.btn-login {
    border-radius: 40px;
    font-size: 25px;
    font-weight: 700;
    padding: 5px 70px 10px 70px;
}

.wrap-input {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #d9d9d9;
}

.input {
    font-family: dana;
    font-size: 18px;
    color: #555555;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 52px;
    background: transparent;
    padding: 0 5px;
}

.focus-input {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

    .focus-input::before {
        content: "";
        display: block;
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 0;
        height: 2px;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
        background: #0d6efd;
    }

    .focus-input::after {
        font-family: dana;
        font-size: 18px;
        color: #999999;
        line-height: 1.2;
        content: attr(data-placeholder);
        display: block;
        width: 100%;
        position: absolute;
        top: 15px;
        left: 0px;
        padding-left: 5px;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

.input:focus + .focus-input::after, .input.has-value + .focus-input::after {
    top: -10px;
    font-size: 15px;
}

.input:focus + .focus-input::before {
    width: 100%;
}

.has-val.input + .focus-input::after {
    top: -10px;
    font-size: 15px;
}

.has-val.input + .focus-input::before {
    width: 100%;
}

.btn-gray:hover {
    color: white;
}
/* ================================= end login ================================= */
/* ================================= dashboard ================================= */
/* ================================= sidebar ================================= */
#mySidebar {
    transition: all 0.3s ease;
}

.sidebar {
    height: 88vh;
    width: 300px;
    background-color: white;
    overflow-y: auto;
    margin-top: 95px;
    transition: 180ms;
}

.bottom-sidebar {
    height: 89vh;
    width: 100%;
    margin-top: 110px;
}

.top-sidebar {
    height: 11.2vh;
    width: 300px;
    position: fixed;
    top: 0px;
    z-index: 100;
    background-color: white;
}

.color:active {
    color: #2264e5 !important;
}

.color:hover {
    color: #2264e5 !important;
}

.border-right-a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0.28rem;
    top: -17px;
    bottom: -29px;
    border-right: 1px dashed lightgray;
}

.pretty-a:before {
    content: "";
    display: block;
    position: absolute;
    width: 0.4rem;
    height: 0.4rem;
    background-color: #0d6efd;
    right: 0.09rem;
    top: calc(50% - 0.2rem);
    border: 1px solid #333;
    border-radius: 50%;
    z-index: 1;
}

.pretty-before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #0d6efd;
}

.current {
    background-color: #edf4ff;
    border-radius: 5px;
    transition: all .4s;
}

    .current a {
        color: #2264e5 !important;
    }

    .current:hover {
        background-color: #edf4ff;
        transform: translateY(-2px);
    }

.sidebar-link {
    transition: all .4s;
}

    .sidebar-link:hover {
        background-color: #edf4ff;
        border-radius: 5px;
        transform: translateY(-2px);
    }

.bottom-border {
    border-bottom: 1px solid #edf4ff;
    padding: 10px 0px;
}

.m-badge-sidebar {
    margin: 8px;
}

.accordion-button {
    padding: 1rem .5rem !important;
}

    .accordion-button::after {
        margin-right: auto !important;
        margin-left: 0px !important;
    }

.my-container {
    transition: 0.4s;
}

.active-nav {
    margin-right: 0;
}

/* for main section */
.active-cont {
    margin-right: 310px;
}

#menu-btn {
    background-color: #100901;
    color: #fff;
    margin-left: -62px;
}

/* ================================= end sidebar ================================= */

/* ================================= volton link ================================= */
.volton-ul {
    border-radius: 12px;
    background: #e9f0f3;
}

.first-p {
    font-weight: 900;
}
/* ================================= end volton link ================================= */

/* ================================= hamburger menu ================================= */
menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
}

.line {
    fill: none;
    stroke: black;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}

.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}

.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}
/* ================================= end hamburger menu ================================= */

/* ================================= top navbar ================================= */
.top-navbar {
    background-color: white;
}

.navbar {
    z-index: 1;
}

.custom-top-nav-width {
    right: 300px;
    width: auto;
}

.icon-bell {
    color: #9dacb4;
    background-color: #e7edf0;
    border-radius: 10px;
    padding: 8px 10px;
}

.m-badge-top-nav {
    margin: -5px -10px;
}

.chat-messsage {
    background-color: #e9eaeb;
    max-width: 500px;
    width: 50%;
    height: 45px;
    border-radius: 10px;
    margin-left: auto;
}

.bg-smooth-blue {
    background-color: #edf4ff;
}

.overflow-p {
    width: 37.5em;
    overflow-y: auto;
    height: 40px;
    border-radius: 0px 8px 8px 0px !important;
    background-color: #f8f9fa;
}
/* ================================= end top navbar ================================= */

/* ================================= content ================================= */
.open-content {
    position: relative;
    left: 19rem;
    width: 97%;
}

#sec {
    overflow-y: scroll;
    height: 88vh;
}

.custom-content > div {
    border-radius: 15px;
    padding: 3rem 0;
}

.content {
    background-color: #f8f9fa;
}

.fill-main-content {
    margin-top: 88px !important;
    margin-right: 330px;
    /* border-radius: 15px; */
    margin-left: 30px;
}

.paginate-style {
    padding: 6px 14px;
    border: 1px solid #c2cad5;
}

.form-check-input {
    box-shadow: none !important;
}

.custom-table-width {
    width: 20px;
}
/* ================================= end content ================================= */

/* ================================= end dashboard ================================= */

/* ================================= feeling page ================================= */
.feeling-page {
    width: 100vw;
    height: 100vh;
    background-color: #f2f7ff;
}

.c-card {
    width: 450px;
    border-radius: 10px;
    border: none;
    box-shadow: 1px 0px 8px #eee;
}

    .c-card .card-body h5 {
        text-shadow: 0px 1px 3px #aaa;
    }

.label-emoji-size {
    font-size: 25px;
    border-radius: 10px;
}

.btn-gray:active {
    background-color: #2264e5;
}

.btn-gray:hover {
    background-color: #2264e5;
}

.btn-gray:focus {
    background-color: #2264e5;
    box-shadow: none;
}

.pretty-drop-down-menu {
    right: -125px !important;
}

/* ================================= end feeling page ================================= */

/* ================================= components ================================= */

.component-label {
    position: absolute;
    top: -13px;
    right: 12px;
    z-index: 50;
    padding: 1px 5px;
    background-color: white;
    font-size: 12px;
    display: inline-block;
    color: #100901;
    border-radius: 11px !important;
}

.component-input {
    min-height: 40px;
    font-size: 15px;
    color: #888;
}

.component-radius-right {
    border-radius: 0px 8px 8px 0px !important;
}

.component-radius-left {
    border-radius: 8px 0 0 8px !important;
}

.component-input {
    font-weight: bolder;
}

.component-div-btn {
    padding-top: 5px;
    border-top: 1px solid #dee2e6 !important;
    border-bottom: 1px solid #dee2e6 !important;
}

.pt-1px {
    padding-top: 1px;
}

.border-radius-right-0 {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}


.hover-icon-success {
    /*color: gray;*/
}

    .hover-icon-success:hover {
        color: green;
        transform: rotate(20deg);
        transition: .4s all;
    }


.hover-icon-warning {
    color: gray;
}

    .hover-icon-warning:hover {
        color: #ffc107;
        transform: rotate(20deg);
        transition: .4s all;
    }

.hover-icon-danger {
    color: gray;
    border-radius: 8px 0 0 8px;
}

    .hover-icon-danger:hover {
        color: red;
        transform: rotate(20deg);
        transition: .4s all;
    }

.input-group-text {
    background-color: white !important;
}

.border-radius-left-0 {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.height-40px {
    height: 40px;
}

.custom-input:focus {
    border: 1px solid #2264e5 !important;
}

.component-input:focus {
    border: 1px solid #2264e5 !important;
}

.form-control:focus {
    box-shadow: none;
}

.custom-form-select {
    background-position: left .75rem center !important;
    font-size: 12px;
    color: #888;
}

.form-select:focus {
    box-shadow: none !important;
}

.custom-checkbox {
    height: 25px;
    width: 43px !important;
}

.form-switch .form-check-input {
    border-color: #2264e5 !important;
}

.form-floating > label {
    right: 0;
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    transform: scale(.85) translateY(-0.5rem) translateX(1.4rem) !important;
}

.form-floatin-width {
    min-width: 210px;
}
/* ================================= end components ================================= */

@media (min-width: 1200px) {
    .top-sidebar {
        height: 9.7vh;
    }
}

/* -------------------------------------------mahdizadeh------new-- */
#app {
    height: 100%;
}

.page {
    height: 100%;
}

.main {
    height: 100%;
}

.intro-container {
    background-image: url(../../images/loginright.jpg);
    height: 100%;
    width: 100%;
    background-size: cover;
}

.intro-top-logo {
    min-height: 300px;
    object-fit: scale-down;
    max-width: 300px;
}

.intro-android {
    position: fixed;
    width: 150px;
    height: 30px;
    left: 10px;
    bottom: 15px;
}

    .intro-android :hover {
        width: 155px;
        height: 31px;
    }

/* -------------------------------------------------------------------------new-login */


.login {
    background-image: url(/images/loginright.jpg);
    height: 100%;
    width: 100%;
    background-size: cover;
}

.btn-login {
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    padding: 0.75rem 1rem;
}
