@import url(fontiran.css); /* لینک فایلی که وظیفه بارگذاری فونت ها را برعهده دارد */
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?i5javz');
    src: url('../fonts/icomoon.eot?i5javz#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?i5javz') format('truetype'),
    url('../fonts/icomoon.woff?i5javz') format('woff'),
    url('../fonts/icomoon.svg?i5javz#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html body .container-table100 {
	background-repeat: no-repeat;
	background-size: 25%;
	background-position: right;
	position: relative;
	box-shadow: 0 3px 9px rgb(100 100 100 / 25%);
}

/*.container-table100::before {*/
/*	content: '';*/
/*	width: 100%;*/
/*	height: 110px;*/
/*	background: linear-gradient(90deg, rgba(246, 246, 246, 1) 75% , rgba(246,246,246,0.7) 85%, rgba(246,246,246,0.3) 100%);*/
/*	position: absolute;*/
/*}*/

.container-table100 h4 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
}

.icon-addphoto:before {
    content: "\e900";
}

.icon-adduser:before {
    content: "\e901";
}

.icon-calendar:before {
    content: "\e902";
}

.icon-chart:before {
    content: "\e903";
}

.icon-circle:before {
    content: "\e904";
}

.icon-cross:before {
    content: "\e905";
}

.icon-delete:before {
    content: "\e906";
}

.icon-document:before {
    content: "\e907";
}

.icon-doubletick:before {
    content: "\e908";
}

.icon-dropdown:before {
    content: "\e909";
}

.icon-dropdown-light:before {
    content: "\e90a";
}

.icon-edit:before {
    content: "\e90b";
}

.icon-error:before {
    content: "\e90c";
}

.icon-fingerprint:before {
    content: "\e90d";
}

.icon-left:before {
    content: "\e90e";
}

.icon-logout:before {
    content: "\e90f";
}

.icon-menu:before {
    content: "\e910";
}

.icon-more:before {
    content: "\e911";
}

.icon-next:before {
    content: "\e912";
}

.icon-people:before {
    content: "\e913";
}

.icon-person:before {
    content: "\e914";
}

.icon-plus:before {
    content: "\e915";
}

.icon-prev:before {
    content: "\e916";
}

.icon-print:before {
    content: "\e917";
}

.icon-search:before {
    content: "\e918";
}

.icon-settings:before {
    content: "\e919";
}

.icon-success:before {
    content: "\e91a";
}

.icon-tick:before {
    content: "\e91b";
}

.icon-time:before {
    content: "\e91c";
}

.icon-todos:before {
    content: "\e91d";
}

.icon-transaction:before {
    content: "\e91e";
}

.icon-trash:before {
    content: "\e91f";
}

.icon-wallet:before {
    content: "\e920";
}

body, .jq-toast-single, .jq-toast-heading {
    direction: rtl;
    font-family: "iranyekanNumRegular", sans-serif !important;
}

body {
    min-height: 400px;
    min-width: 320px;
    overflow-x: hidden;
}

/*-------------------- main page -------------------------*/
.navigation {
    background-color: #05e273;
}

.header-nav {
    height: 50px;
    max-width: 1200px;
    margin: 0 auto;
}

.header-title {
    display: inline-block;
    color: #333333;
    font-weight: bold;
    font-size: 10px;
    float: right;
    margin: 0 0 0 40px;
    line-height: 50px;
}

.header-nav ul {
    display: inline-block;
    float: right;
    position: relative;
    width: 100%;
    font-weight: bold;
    margin: 0;
}

.header-nav ul li {
    float: right;
    list-style: none;
    line-height: 50px;
    font-size: 14px;
    padding: 0 15px;
}

.header-nav ul li a span {
    position: relative;
    top: 1px;
    font-size: 7px;
}

.header-nav ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 300;
}

.mobile-menu {
    display: none;
}

.logo-h1 {
    fill: #0c0c91;
}

.logo-h2 {
    fill: #333333;
}

.logo-h3 {
    fill: #FFFFFF;
}

.header-logo {
    max-width: 140px;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
}

.header-logo svg {
    display: block;
    width: 100%;
    margin: 12px 0;
}

.header {
    width: 100%;
    display: block;
    background: #0c0c91;
    height: 140px;
    position: relative;
}

.header-content {
    width: 110px;
    height: 110px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    display: block;
    position: absolute;
    bottom: -55px;
    right: calc(50% - 55px);
    box-shadow: 0px 0px 10px 0px #333333;
}

.header-content img {
    width: 90%;
    height: 90%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translateY(-50%) translateX(+50%);
    -moz-transform: translateY(-50%) translateX(+50%);
    -ms-transform: translateY(-50%) translateX(+50%);
    -o-transform: translateY(-50%) translateX(+50%);
    transform: translateY(-50%) translateX(+50%);
}

.footer {
    display: block;
    float: right;
    width: 100%;
    padding: 50px 20px;
    background-color: #333333;
    position: relative;
}

.footer > ul {
    float: right;
}

.footer ul {
    padding: 0;
}

.footer ul li {
    float: right;
    width: 33%;
    color: #808080;
    list-style-type: none;
    font-size: 10px;
}

.footer ul li svg {
    width: 120px;
    float: left;
}

.footer-fa {
    text-align: right;
}

.footer-fa p {
    margin: 7px 0;
    display: block;
}

.footer-en {
    text-align: center;
}

.current-menu a {
    color: #0c0c91 !important;
}

.footer-en p {
    margin: 7px 0;
    display: block;
}

.footer ul li svg .logo-h1, .footer ul li svg .logo-h2 {
    fill: #808080;
}

.footer ul li svg .logo-h3 {
    fill: #333333;
}

.data {
    display: block;
    padding: 50px 0;
}

.data > h4 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 40px auto 0 auto;
}

.data-header {
    display: block;
    text-align: center;
    margin: 10px auto 0 auto;
    position: relative;
    font-weight: lighter;
}

.round {
    position: relative;
    margin: 15px 0;
}

.round label {
    background-color: #fff !important;
	border: 1px solid #0c0c91;
    border-radius: 4px;
    cursor: pointer;
    height: 20px;
    right: 0;
    position: absolute;
    top: 4px;
    width: 20px;
    margin: 0;
}

.round p {
    display: inline-block;
    padding-right: 10px;
    margin: 0;
    font-size: 12px;
    color: #333333;
}

.round label:after {
    border: 3px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 3px;
    opacity: 0;
    position: absolute;
    top: 3px;
    transform: rotate(-45deg);
    width: 12px;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
    background-color: #0c0c91 !important;
    border-color: #0c0c91;
}

.round input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.todo-list {
    display: block;
    padding-top: 10px;
}

.data-header span {
    color: #2fdab8;
    position: relative;
    right: -10px;
    top: 7px;
    font-size: 20px;
}

.work-report-todo {
    width: 40%;
    height: 100%;
    float: right;
    position: relative;
}

.work-report-todo > span {
    display: inline-block;
    font-size: 25px;
    color: #0c0c91;
    position: absolute;
    top: 20px;
    right: -5px;
}

.work-report-todo h4 {
    font-size: 16px;
    display: inline-block;
    margin: 25px 35px 0 0;
    font-weight: bold;
}

.work-reports {
    width: 60%;
    height: 100%;
    float: right;
    position: relative;
}

.login-status {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #f6f6f6;
    padding: 20px;
    margin-top: 24px;
    position: relative;
    overflow: hidden;
}

.login-status-right {
    width: 60%;
    text-align: center;
    overflow: hidden;
    padding: 0 40px;
}

.login-status-right > span {
    display: block;
    font-size: 35px;
    color: #0c0c91;
    margin: 30px auto 30px auto;
}

.fa-calendar {
    font-size: 16px;
    font-weight: bold;
}

.en-calendar {
    font-size: 16px;
    font-weight: lighter;
    font-family: sans-serif;
    direction: ltr;
}

.login-logout-times {
    float: right;
    text-align: right;
    width: 100%;
    position: relative;

}

.login-logout-times li {
    float: right;
    list-style-type: none;
    width: 140px;

}

.calendar-bold {
    font-weight: bold;
    float: left;
    position: absolute;
    left: 0;
    width: auto;
}

/* -- responsive table -- */
.rwd-table {
    margin: 40px 0 10px 0;
    direction: rtl;
    text-align: right;
    width: 100%;
    color: #333333;
    font-size: 14px;
}

.rwd-table th {
    display: none;
    font-weight: lighter;
}

.rwd-table td {
    display: block;
    font-weight: lighter;
}

.rwd-table td:first-child {
    padding-top: 0.5em;
}

.rwd-table td:last-child {
    padding-bottom: 0.5em;
}

.rwd-table td:before {
    content: attr(data-th) " : ";
    width: 6.5em;
    display: inline-block;
}

@media (min-width: 550px) {
    .rwd-table td:before {
        display: none;
    }
}

.rwd-table th,
.rwd-table td {
    text-align: right;
}

@media (min-width: 550px) {
    .rwd-table th,
    .rwd-table td {
        display: table-cell;
        padding: 0.25em 0.5em;
    }

    .rwd-table th:first-child,
    .rwd-table td:first-child {
        padding-left: 0;
    }

    .rwd-table th:last-child,
    .rwd-table td:last-child {
        padding-right: 0;
    }
}

.rwd-table {
    color: #333333;
    border-radius: 0.4em;
    overflow: hidden;
}

.calendar-border {
    border-bottom: 1px solid #e1e1e1;
}

.rwd-table tr {

}

.rwd-table th,
.rwd-table td {
    margin: 0.5em 1em;
}

@media (min-width: 550px) {
    .rwd-table th,
    .rwd-table td {
        padding: 1em !important;
    }
}

.table-left-align {
    display: inline-block;
    width: 100%;
    /* text-align: left; */
    font-weight: bold;
}

.login-status-left {
    position: absolute;
    width: 40%;
    height: 100%;
    background: #ededed;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 40px;
}

.login-status-left > h4 {
    color: #0c0c91;
    margin: 15px 10px 0 0;
    font-size: 16px;
    font-weight: bold;
}

.calendar-border-full {
    border-bottom: 1px solid #e1e1e1;
}

.calendar-border-full td {
    text-align: left;
}

.rwd-table-full {
    margin: 10px 0;
}

.rwd-border-bottm {
    border: none;
}

.rwd-table th,
.rwd-table td {
    font-size: 12px;
}

.work-report {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #f6f6f6;
    padding: 20px;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.work-report-right {
    width: 60%;
    overflow: hidden;
    padding: 0 40px;
}

.work-report-left {
    position: absolute;
    width: 40%;
    height: 100%;
    background: #ededed;
    top: 0;
    left: 0;
    padding: 40px;
    overflow: auto;
}

.work-reports > span {
    display: inline-block;
    font-size: 25px;
    color: #0c0c91;
    position: absolute;
    top: 20px;
    right: 10px;
}

.work-reports > h4 {
    font-size: 16px;
    display: inline-block;
    margin: 25px 40px 0 0;
    font-weight: bold;
}

.work-reports textarea {
    display: block;
    width: 100%;
    height: 120px;
    margin: 20px 0 0 0;
    resize: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    outline: none;
    padding: 10px;
    font-size: 12px;
}

.work-reports button {
    display: inline-block;
    margin: 15px 0;
    background-color: #0c0c91;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 40px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 12px;
    float: left;
}

.work-reports button span {
    margin-right: 20px;
    font-size: 8px;
}

.work-report-left > hr {
    border-bottom: 1px solid #e1e1e1;
}

.work-report-left p {
    display: block;
    font-size: 12px;
    padding: 5px 15px;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
}

.work-report-left p span {
    position: absolute;
    top: 5px;
    right: -10px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ededed;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.wallet {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #f6f6f6;
    padding: 20px;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.wallet-right {
    width: 50%;
    overflow: hidden;
    padding: 0 0 0 20px;
}

.wallet-left {
    position: absolute;
    width: 50%;
    height: 100%;
    background: #ededed;
    top: 0;
    left: 0;
    padding: 20px;
    overflow: auto;
}

.wallet-right > span {
    display: inline-block;
    font-size: 25px;
    color: #0c0c91;
    position: absolute;
    top: 40px;
    right: 20px;
}

.wallet-right > h4 {
    font-size: 16px;
    display: inline-block;
    margin: 25px 40px 0 0;
    font-weight: bold;
}

.cost-form {
    margin: 30px auto;
}

.cost-form input, .cost-form select {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    outline: none;
    padding: 10px;
    font-size: 12px;
    background-color: #fff;
    margin-bottom: 10px;
    width: 100%;
}

.cost-submit {
    width: 100px;
    background-color: #0c0c91;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    outline: none;
    padding: 8px 0;
    float: left;
    margin-bottom: 30px;
    font-size: 12px;
}

.cost-submit span {
    margin-right: 20px;
    font-size: 8px;
}

.cost-border-full {
    border-bottom: 1px solid #e1e1e1;
}

.cost-border-full td {
    text-align: left;
}

.cost-border-full span {
    position: relative;
    top: 4px;
    right: -10px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ededed;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.card {
    background-color: #f6f6f6;
    height: 424px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}

.card .about {
    height: 225px;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}

.about > span {
    display: inline-block;
    font-size: 25px;
    color: #0c0c91;
    position: absolute;
    top: 40px;
    right: 20px;
}

.card .about h3,
.card .about .lead {
    font-weight: 300;
    margin: 0;
}

.card .about h3 {
    font-size: 24px;
}

.card .about .lead {
    color: #333333;
    margin: 20px 0;
    padding-right: 40px;
    font-size: 16px;
    display: inline-block;
    font-weight: bold;
}

.card .info {
    display: block;
    width: 120px;

}

.card .info p {
    font-size: 11px;
    color: #333333;
    font-weight: 300;
    display: inline-block;
}

.legends {
    padding-top: 20px;
    overflow: hidden;
    position: absolute;
    left: 50px;
    top: 25px;
}

.legend {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: relative;
    top: 1px;
}

.legend--this {
    background-color: #5555FF;
}

.legend--prev {
    background-color: #FF55B8;
}

.axis {
    position: absolute;
    color: #fff;
    z-index: 1;
    text-transform: uppercase;
    display: flex;
    width: 100%;
    bottom: 0;
}

.axis .tick {
    flex: 1;
    position: relative;
    overflow: hidden;
    opacity: 0.5;
    font-size: 11px;
    text-align: center;
    line-height: 40px;
    padding-top: 200px;
    color: black;
}

.axis .tick:hover {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.2);
}

.axis .tick .value {
    transform: translateY(-40px);
    transition: 0.3s transform;
    position: absolute;
    top: 180px;
    color: #fff;
    border-radius: 2px;
    width: 100%;
    line-height: 20px;
}

.axis .tick:hover .value.value--this {
    transform: translateY(0);
    display: block;
}

.value.value--this {
    color: #5555FF;
    font-weight: bold;
}

.subset-employee {
    display: block;
    margin: 100px 0 60px 0;
    text-align: center;
    width: 100%;
}

.subset-employee-box {
    background-color: #f6f6f6;
    display: block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    padding: 15px;
    margin-bottom: 30px;
}

.subset-employee-box img {
    width: 110px;
    height: 110px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid white;
    margin: 20px 0;
}

.subset-employee-box h4 {
    font-weight: bold;
    font-size: 14px;
}

.subset-employee-box p {
    font-weight: lighter;
    font-size: 14px;
}

.subset-employee-box span {
    display: inline-block;
    background-color: #fff;
    padding: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #0c0c91;
    font-size: 20px;
    margin: 10px 5px;
    cursor: pointer;
}

/* ------------------------------- login page ---------------------------------*/
.login-svg-1 {
    fill: #2D3436;
}

.login-svg-2 {
    fill: #55EFC4;
}

.login-svg-3 {
    fill: #00B894;
}

.login-svg-4 {
    fill: #FF7675;
}

.login-svg-5 {
    fill: #0c0c91;
}

.login-svg-6 {
    fill: #FFFFE7;
}

.login-svg-7 {
    fill: #1069A0;
}

.login-svg-8 {
    fill: #FFFFFF;
}

.login {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
}

.login-left-side {
    position: relative;
    float: left;
    width: 60%;
    top: 0;
    left: 0;
    height: 100%;
}

.login-left-top {
    position: relative;
    height: 70%;
    width: 100%;
    background-color: #f6f6f6;
    top: 0;
    overflow: hidden;
}

.login-left-top svg {
    width: 500px;
    position: absolute;
    bottom: -5px;
    right: 50px;
    overflow: hidden;
}

.login-left-bottom {
    position: relative;
    background-color: #dee6e9;
    width: 100%;
    height: 30%;
    bottom: 0;
    text-align: center;
    direction: ltr;
}

.left-bottom-holder {
    position: absolute;
    width: 550px;
    height: 50px;
    bottom: 0;
    left: calc(50% - 275px);
    text-align: center;
    direction: ltr;
}

.left-bottom-holder svg {
    width: 100px;
    display: inline-block;
    float: left;
}

.left-bottom-holder p {
    display: inline-block;
    position: relative;
    top: 4px;
    float: right;
    font-size: 12px;
    color: #96a9b0;
    font-weight: lighter;
}

.left-bottom-holder svg .logo-h1,
.left-bottom-holder svg .logo-h2 {
    fill: #96a9b0;
}

.left-bottom-holder svg .logo-h3 {
    fill: #dee6e9;
}

.login-right-side {
    width: 40%;
    height: 100%;
    background-color: #fff;
    position: fixed;
}

.login-logo-1 {
    fill: #0c0c91;
}

.login-logo-2 {
    fill: #333333;
}

.login-logo-3 {
    fill: #FFFFFF;
}

.right-side-holder {
    position: absolute;
    height: 100%;
    width: 400px;
    top: 0;
    left: 0;
    text-align: center;
}

.login-right-side svg {
    width: 120px;
    margin-top: 50px;
}

.login-icons {
    width: 100%;
    text-align: center;
    color: #dee6e8;
    margin-top: 60px;
}

.login-icons span:first-child {
    font-size: 35px;
}

.login-icons span:last-child {
    font-size: 30px;
    position: relative;
    top: -3px;
}

.right-side-holder p {
    font-size: 12px;
    color: #333333;
    margin: 10px auto;
    font-weight: bold;
}

.login-form {
    width: 250px;
    margin: 20px auto;
    font-size: 12px;
}

.login-form input {
    display: block;
    width: 100%;
    height: 40px;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    outline: none;
    background-color: #f6f6f6;
    margin: 10px auto;
    padding: 10px;
}

.login-form button {
    display: block;
    width: 100%;
    height: 40px;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    outline: none;
    background-color: #0c0c91;
    color: #fff;
    margin-top: 20px;
}

.right-side-holder hr {
    max-width: 80%;
    margin: 40px auto;
}

.right-side-holder p a {
    text-decoration: none;
    color: #0c0c91;
    margin: 0 20px;
}

.login-copyright {
    display: block;
    bottom: 40px;
    width: 100%;
    text-align: center;
    color: #aec0c4 !important;
    font-size: 10px !important;
    font-weight: lighter !important;

}

.login-button {
    width: 40% !important;
    float: left;
    margin-top: 0 !important;
}

.login-checkbox {
    width: 17px !important;
    height: 17px !important;
    display: inline-block !important;
    float: right;
    margin-top: 13px !important;
    border: none !important;
}

/* -------------------------------- /login ---------------------------------- */
/* -------------------------------- Monthly Cost ---------------------------------- */

.cost-header {
    width: 100%;
    height: 200px;
    text-align: center;
    padding-top: 50px;
	background: #0c0c91;
/*
	background: rgb(56,133,237);
    background: linear-gradient(90deg, rgba(56,133,237,1) 0%, rgba(151,136,255,1) 100%);
*/

}

.cost-header h4{
    margin: auto;
}

.cost-header .container {
    position: relative;
}

.cost-header h4 {
    font-weight: lighter;
    color: #fff;
}

.cost-header table {
    background: #f6f6f6;
    padding: 40px 0;
    margin: 0;
    table-layout: fixed;
}

.cost-header table tr td {
    text-align: center;
}

.cost-monthly {
    width: 100%;
    padding: 40px 0;
    background-color: #f6f6f6;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    bottom: -80px;
}

.cost-monthly h5 {
    font-size: 16px;
    font-weight: bold;
}

.cost-table-holder {
    background-color: #f6f6f6;
    width: 100%;
    padding: 40px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.cost-table-header {
    border-bottom: 1px solid #d7d7d7;
}

.cost-table-header {
    padding-bottom: 25px !important;
}

.cost-table-holder > table {
    width: 100%;
    font-size: 12px;
}

.cost-table-holder table td {
    padding: 10px;
}

.most-cost {
    font-weight: bold;
}

.cost-table-main {
    padding-top: 25px !important;
}

.cost-function {
    overflow: auto;
    position: relative;
    margin-bottom: 50px;
    text-align: left;
    padding: 20px;
}

.cost-function button {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #f6f6f6;
    border: none;
    outline: none;
    font-size: 24px;
    position: relative;
    color: #0c0c91;
}

.cost-function button span {
    display: block;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translateY(-50%) translateX(50%);
    -moz-transform: translateY(-50%) translateX(50%);
    -ms-transform: translateY(-50%) translateX(50%);
    -o-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
}

.most-cost {
    font-weight: bold;
}

/* -------------------------------- /Monthly Cost ---------------------------------- */
/* -------------------------------- Dashboard ---------------------------------- */
.user-dashboard-header {
    width: 100%;
    background-color: #0c0c91;
    padding: 50px 0;
    position: relative;
    margin-bottom: 140px;
}

.user-dashboard-header form {
    position: absolute;
    width: 110px;
    height: 110px;
    border: 7px solid white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    right: calc(50% - 50px);
    bottom: -50px;
}

.username-dashboard {
    position: absolute;
    width: auto;
    text-align: center;
    right: 50%;
    bottom: -120px;
    -webkit-transform: translateX(+50%);
    -moz-transform: translateX(+50%);
    -ms-transform: translateX(+50%);
    -o-transform: translateX(+50%);
    transform: translateX(+50%);
}

.username-dashboard h4 {
    font-size: 14px;
    font-weight: bold;
}

.username-dashboard p {
    font-size: 12px;
    font-weight: lighter;
}

.dashboard-box {
    background-color: #f6f6f6;
    padding: 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.dashboard-text-bold {
    font-weight: bold !important;
}

.dashboard-title {
    padding: 10px 0 25px 0;
}

.dashboard-title h4 {
    font-size: 14px;
    display: inline-block;
    font-weight: bold;
}

.dashboard-title span {
    display: inline-block;
    font-size: 22px;
    color: #0c0c91;
    position: relative;
    top: 5px;
}

.dashboard-title a {
    position: relative;
    padding-left: 30px;
    font-size: 12px;
}

.dashboard-title a > span {
    color: rgb(255, 255, 255);
    font-size: 10px;
    position: absolute;
    left: 7px;
    top: 35%;
}

.dashboard-action span {
    text-align: center;
    float: left;
    display: block;
    width: 25px;
    height: 25px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 25px;
    color: #0c0c91;
    font-weight: bold;
    cursor: pointer;
}

.dashboard-table-row {
    border-bottom: 1px solid #e1e1e1;
}

.dashboard-text-bold span {
    display: inline-block;
    width: 30px;
    height: 100%;
    float: right;
    line-height: 20px;
    color: #0c0c91;
}

.dashboard-box {
    padding: 20px;
}

.dashboard-box-detail {
    width: 100%;
    text-align: center;
}

.dashboard-box-detail > span {
    display: block;
    font-size: 35px;
    color: #0c0c91;
    margin: 20px 0 70px 0;
}

.dashboard-box-detail > h3 {
    font-weight: bold;
    margin: 25px;
}

.dashboard-box-detail > p {
    font-size: 12px;
    display: block;
    margin: 25px;
}

.dashboard-box-detail > button {
    padding: 10px;
    border: none;
    background-color: #fff;
    color: #0c0c91;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 13px;
    margin: 30px 0 10px 0;
}

.submit-finger-print-popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow-y: scroll;
    z-index: 2;
}

.submit-finger-print-head {
    width: 100%;
    background-color: #e4e4e4;
    text-align: center;
    padding-top: 30px;
}

.submit-finger-print-head img {
    width: 380px;
}

.submit-finger-print {
    position: relative;
    top: 200px;
    right: calc(50% - 300px);
    width: 600px;
    height: auto;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    float: right;
    margin-bottom: 200px;
    overflow: hidden;
}

.submit-finger-print > h4 {
    display: block;
    margin: 20px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

.submit-finger-print > button {
    display: block;
    border: 1px solid #0c0c91;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #0c0c91;
    font-size: 12px;
    padding: 10px 50px;
    background-color: transparent;
    margin: 30px auto;
    outline: none;
}

.personal-data {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #f6f6f6;
    padding: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.personal-info-table tr:last-child {
    border: none;
}

.personal-data-chart .axis .tick .value {
    top: 250px;
}

.personal-data-chart .axis .tick {
    padding-top: 270px;
}

.personal-data-chart .card .about {
    height: 100px;
}

.personal-data-chart .card {
    margin: 0;
    height: 400px;
}

.personal-data-chart {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #f6f6f6;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.personal-data-right {
    width: 60%;
    overflow: hidden;
    padding: 0 40px;
}

.personal-data-left {
    position: absolute;
    width: 40%;
    height: 100%;
    background: #ededed;
    top: 0;
    left: 0;
    padding: 20px;
    overflow: auto;
}

.personal-data-right > span {
    display: inline-block;
    font-size: 35px;
    color: #0c0c91;
    position: absolute;
    top: 35px;
    right: 20px;
}

.personal-data-right > h4 {
    font-size: 16px;
    display: inline-block;
    margin: 25px 15px 0 0;
    font-weight: bold;
}

.personal-data-empty {
    width: 100%;
    text-align: center;
}

.personal-data-empty > span {
    display: block;
    font-size: 70px;
    color: #cdcdcd;
    margin: 80px 0 20px 0;
}

.personal-data-empty > h4 {
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0 30px 0;
}

.personal-data-empty > button {
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #0c0c91;
    color: #fff;
    padding: 10px;
    font-size: 10px;
}

.personal-data-empty > button > span {
    position: relative;
    top: 2px;
    margin-left: 15px;
    margin-right: 5px;
    font-weight: lighter;
}

.personal-data-finger > span {
    display: inline-block;
    position: relative;
    right: -5px;
    top: 10px;
    font-size: 35px;
    color: #0c0c91;
}

.personal-data-finger > h4 {
    font-size: 16px;
    display: inline-block;
    margin: 25px 15px 0 0;
    font-weight: bold;
}

.personal-data-finger > button {
    float: left;
    margin: 15px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    font-size: 10px;
    color: #fff;
    font-weight: lighter;
}

.personal-data-finger > button > span {
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 5px;
    margin-left: 10px;
}

.fingerprint-table-function {
    text-align: left !important;
}

.fingerprint-table-function span {
    text-align: center;
    float: left;
    display: block;
    width: 25px;
    height: 25px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 25px;
    color: #0c0c91;
    margin-left: 5px;
    cursor: pointer;
}

.fingerprint-table-line {
    border-bottom: 1px solid #e1e1e1;
}

.dashboard-mobile-table td:before {
    display: none !important;
}

.time-format-popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow-y: scroll;
    z-index: 2;
}

.time-format {
    position: relative;
    top: 200px;
    right: calc(50% - 250px);
    width: 500px;
    height: auto;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    float: right;
    margin-bottom: 200px;
}

.time-format form {
    padding: 40px;
}

.time-format form button {
    display: block;
    padding: 10px 40px;
    background-color: #0c0c91;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    margin: 10px auto;
}

.time-format > h4 {
    display: block;
    margin: 25px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

.time-format-row {
    width: 100%;
    position: relative;
    overflow: auto;
}

.time-format-row span {
    position: absolute;
    color: #0c0c91;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
}

.time-format-row > input {
    width: 70%;
    height: 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #f6f6f6;
    border: none;
    outline: none;
    margin: 3px 0;
    float: right;
    font-size: 12px;
    padding: 20px;
    font-weight: bold;
}

.time-format-row > label {
    width: 30%;
    height: 40px;
    text-align: right;
    font-size: 12px;
    font-weight: normal;
    margin: 3px 0;
    float: right;
    line-height: 40px;
}

.chart {
    direction: rtl;
    width: 100%;
    padding: 0 0 60px 0;
    box-sizing: border-box;
}

.chart__column {
    width: 20px;
    margin: 7px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 3px;
    background: #2da4ff;
    -webkit-animation: show-up 0.3s;
    animation: show-up 0.3s;
}

.chart__column:hover {
    background: #fff;
}

.chart__column:hover .chart__column-y {
    display: block;
}

.chart__column:hover .chart__column-x {
    font-weight: bold;
}

.chart__column-y {
    display: none;
    position: absolute;
    bottom: -30px;
    right: 70px;
    color: #fff;
    font-size: 20px;
}

.chart__column-x {
    position: absolute;
    bottom: -50px;
    margin-right: -15px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    font-size: 0.8em;
    color: #0b65aa;
}

.sub-user {
    display: block;
    text-align: center;
}

.sub-user h4 {
    font-size: 20px;
    margin: 50px auto;
}
.sub-user h4.m-0 {
    margin: 0;
}
.sub-user-box {
    display: block;
    text-align: center;
}

.sub-user-box-has, .sub-user-box-add {
    display: inline-block;
    margin: 15px;
    width: 200px;
    height: 200px;
    background-color: #ededed;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    overflow: auto;
}

.sub-user-box-has > button {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 25px;
    height: 25px;
    border: none;
    background-color: #fff;
    outline: none;
    color: #0c0c91;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding-top: 4px;
    font-size: 10px;
}

.sub-user-box-has > img {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #fff;
    margin: 40px auto 20px auto;
}

.sub-user-box-has > h4 {
    margin: 5px;
    font-size: 16px;
    font-weight: bold;
}

.sub-user-box-has > p {
    font-size: 13px;
    font-weight: lighter;
}

.sub-user-box-add > button {
    width: 70px;
    height: 70px;
    display: block;
    border: none;
    background-color: #fff;
    margin: 40px auto;
    color: #0c0c91;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    padding-top: 5px;
}

.sub-user-box-add > h4 {
    font-size: 16px;
    margin: 10px;
    display: block;
    font-weight: bold;
}

.add-sub-user {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow-y: scroll;
    z-index: 1;
}

.add-sub-user-box {
    position: relative;
    top: 200px;
    right: calc(50% - 250px);
    width: 500px;
    height: auto;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    float: right;
    margin-bottom: 200px;
}

.add-sub-user-box > h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 25px;
}

.add-sub-user-box > form {
    overflow: auto;
    margin: 10px auto;
    padding: 50px;
}

.add-sub-user-box > form > label {
    width: 40px;
    height: 40px;
    color: #0c0c91;
    position: relative;
    margin: 15px auto;
    float: right;
}

.add-sub-user-box > form > label > span {
    display: block;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translateY(-50%) translateX(+50%);
    -moz-transform: translateY(-50%) translateX(+50%);
    -ms-transform: translateY(-50%) translateX(+50%);
    -o-transform: translateY(-50%) translateX(+50%);
    transform: translateY(-50%) translateX(+50%);
}

.add-sub-user-box > form > input {
    width: 260px;
    height: 40px;
    border: none;
    border-bottom: 1px solid #0c0c91;
    float: right;
    outline: none;
    margin: 15px auto;
}

.add-sub-user-box > form > .todo-list .round {
    text-align: right;
}

.add-sub-user-box > form > .todo-list .round label {
    background-color: #f6f6f6;
}

.add-sub-user-box > form > .todo-list .round input[type="checkbox"]:checked + label {
    background-color: #0c0c91 !important;
    border-color: #0c0c91 !important;
}

.add-sub-user-box > form > .todo-list {
    float: right;
}

.add-sub-user-box > form > .row > .col-sm-12 > button {
    margin: 20px;
    border: none;
    background-color: #0c0c91;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    font-size: 12px;
}

.selected-sub-user {
    width: 100%;
    height: 70px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #f6f6f6;
    overflow: hidden;
    position: relative;
    padding-right: 70px;
    text-align: right;
}

.selected-sub-user > img {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
}

.selected-sub-user > h4 {
    margin: 11px;
    font-size: 14px;
    font-weight: bold;
}

.selected-sub-user > p {
    margin: 12px;
    font-size: 14px;
    font-weight: lighter;
}

.selected-sub-user > span {
    position: absolute;
    color: #9d9d9d;
    top: 10px;
    left: 10px;
    font-size: 10px;
    cursor: pointer;
}

.sub-user-edit {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow-y: scroll;
    z-index: 1;
}

.sub-user-edit-box {
    position: relative;
    top: 200px;
    right: calc(50% - 250px);
    width: 500px;
    height: auto;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    float: right;
    margin-bottom: 200px;
    overflow: hidden;
}

.sub-user-edit-box > .header-side {
    overflow: auto;
    width: 100%;
    height: auto;
    background: rgb(9, 132, 226);
    background: -moz-linear-gradient(left, rgba(9, 132, 226, 1) 0%, rgba(151, 136, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(9, 132, 226, 1) 0%, rgba(151, 136, 255, 1) 100%);
    background: linear-gradient(to right, rgba(9, 132, 226, 1) 0%, rgba(151, 136, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c0c91', endColorstr='#9788ff', GradientType=1);
}

.sub-user-edit-box .header-side-holder {
    width: 320px;
    margin: 40px auto 10px auto;
    position: relative;
    overflow: auto;
}

.sub-user-edit-box .header-side-holder > img {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: right;
}

.sub-user-edit-box .header-side-holder > h4 {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    right: 70px;
    top: 10px;
}

.sub-user-edit-box .header-side-holder > p {
    margin: 0;
    font-size: 12px;
    font-weight: lighter;
    position: absolute;
    right: 70px;
    top: 30px;
}

.sub-user-edit-box form {
    width: 320px;
    margin: 10px auto 30px auto;
}

.sub-user-edit-box form .round label {
    background-color: #e7e7e7;
}

.sub-user-edit-box form .round {
    text-align: right;
}

.sub-user-edit-box form button {
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    background-color: #0c0c91;
    font-size: 12px;
    padding: 10px;
}

.sub-user-edit-box form > span {
    cursor: pointer;
    display: inline-block;
    background-color: #e7e7e7;
    text-align: center;
    padding: 10px 30px;
    color: #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.sub-user-edit-box form > span > span {
    float: right;
    position: relative;
    top: 5px;
    left: 10px;
    font-size: 10px;
}

@-webkit-keyframes show-up {
    from {
        height: 0;
    }
}

@keyframes show-up {
    from {
        height: 0;
    }
}

/* -------------------------------- /Dashboard ---------------------------------- */
/* -------------------------------- Panel ---------------------------------- */
body .panel-header {
    height: auto;
    background: #0c0c91;
    margin-bottom: 50px;
}

.panel-header-hold {
    width: 850px;
    display: block;
    margin: 0 auto;
}

.panel-header-hold > ul {
    width: 100%;
    list-style-type: none;
    margin: 0;
    overflow: auto;
    padding: 0;
}

.panel-header-hold > ul > li {
    width: 12.5%;
    display: inline-block;
    margin: 0;
    float: right;
    text-align: center;
    color: #43adff;
    position: relative;
    padding-bottom: 20px;
    cursor: pointer;
}

.panel-header-hold > ul > li > span {
    font-size: 30px;
    display: block;
    margin: 60px 0 20px 0;
}

.panel-header-hold > ul > li > h4 {
    font-size: 13px;
    margin-top: 30px;
}

.selected-panel {
    color: #fff !important;
}

.selected-panel:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    background-color: transparent;
    right: calc(50% - 5px);
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 10px solid white;
}

.panel-reg-user {
    padding: 10px;
    border: none;
    background-color: #0c0c91;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 10px;
}

.panel-reg-user > span {
    margin: 0 0 0 10px;
    position: relative;
    top: 2px;
}

.panel-user-search {
    width: 300px;
    height: 20px;
    border: none;
    border-bottom: 1px solid #d9d9d9;
    font-size: 10px;
    outline: none;
}

.panel-user-search-label {
    font-size: 25px;
    position: relative;
    top: 10px;
    color: #d9d9d9;
    margin-left: 20px;
}

.panel-functions {
    text-align: center;
}

.panel-user-count {
    font-size: 10px;
    border: none;
    background: #f6f6f6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #0c0c91;
    padding: 5px;
}

.panel-user-count-label {
    font-size: 10px;
}

.limiter {
    width: 100%;
    margin: 0 auto;
}

.history-chart-controller {
    display: block;
    width: 35px;
    height: 35px;
    color: #fff;
    background-color: #0b65aa;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    border: none;
    bottom: -20px;
    left: 60px;
    z-index: 3;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}

.history-rstable-td {
    border-left: 1px solid #d7d7d7;
}

.add-transaction-popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow-y: scroll;
    z-index: 1;
}

.add-transaction > h4 {
    display: block;
    margin: 60px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

.add-transaction form {
    width: 100%;
    padding: 0 80px 50px 80px;
}

.add-transaction label {
    width: 40%;
    height: 40px;
    text-align: right;
    font-size: 12px;
    font-weight: normal;
    margin: 3px 0;
    float: right;
    line-height: 40px;
}

.add-transaction input {
    width: 60%;
    height: 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #f6f6f6;
    border: none;
    outline: none;
    margin: 3px 0;
    float: right;
    font-size: 12px;
    padding: 5px;
    font-weight: bold;
}

.add-transaction button {
    display: inline-block;
    padding: 10px 40px;
    background-color: #0c0c91;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    margin: 20px auto;

}

.add-transaction > span {

    padding: 20px;
    font-size: 35px;
    background-color: #0c0c91;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: -40px;
    right: 50%;
    -webkit-transform: translateX(+50%);
    -moz-transform: translateX(+50%);
    -ms-transform: translateX(+50%);
    -o-transform: translateX(+50%);
    transform: translateX(+50%);
}

.add-transaction {
    position: relative;
    top: 200px;
    right: calc(50% - 250px);
    width: 500px;
    height: auto;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    float: right;
    margin-bottom: 200px;
}

.panel-popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow-y: scroll;
}

.panel-signup-user {
    position: relative;
    top: 200px;
    right: calc(50% - 250px);
    /*-webkit-transform: translateY(-50%);*/
    /*-moz-transform: translateY(-50%);*/
    /*-ms-transform: translateY(-50%);*/
    /*-o-transform: translateY(-50%);*/
    /*transform: translateY(-50%);*/
    width: 500px;
    height: auto;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    float: right;
    margin-bottom: 200px;
}

.panel-signup-user > span {
    padding: 20px;
    font-size: 35px;
    background-color: #0c0c91;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: -40px;
    right: 50%;
    -webkit-transform: translateX(+50%);
    -moz-transform: translateX(+50%);
    -ms-transform: translateX(+50%);
    -o-transform: translateX(+50%);
    transform: translateX(+50%);
}

.panel-signup-user > h4 {
    display: block;
    margin: 60px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

.login-form-popup {
    width: 100%;
    padding: 0 80px 50px 80px;
}

.login-form-popup > label {
    width: 40%;
    height: 40px;
    text-align: right;
    font-size: 12px;
    font-weight: normal;
    margin: 3px 0;
    float: right;
    line-height: 40px;
}

.login-form-popup > input {
    width: 60%;
    height: 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #f6f6f6;
    border: none;
    outline: none;
    margin: 3px 0;
    float: right;
    font-size: 12px;
    padding: 5px;
    font-weight: bold;
}

.panel-add-user-pic {
    display: none !important;
}

.panel-add-user-pic-span {
    display: inline-block;
    width: 40%;
    text-align: right;
    font-size: 12px;
    font-weight: normal;
    margin: 3px 0;
    float: right;
    line-height: 65px;
    height: 65px !important;
}

.panel-add-user-pic-label {
    width: 60% !important;
    height: 65px !important;
    padding: 15px 0;
    cursor: pointer;
}

.panel-add-user-pic-label span {
    padding: 20px;
    background-color: #f6f6f6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #0c0c91;
}

.login-form-popup > button {
    display: block;
    padding: 10px 40px;
    background-color: #0c0c91;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    margin: 10px auto;
}

/* -------------------------------- /user - Panel ---------------------------------- */
/* -------------------------------- Graph ---------------------------------- */
.graph-page {
    position: relative;
    margin: 0 auto 50px auto;
}

.graph-page > span {
    display: inline-block;
    font-size: 25px;
    color: #0c0c91;
    position: absolute;
    top: 40px;
    right: 20px;
}

.graph-page > h4 {
    font-size: 16px;
    display: inline-block;
    margin: 45px 60px 0 0;
    font-weight: bold;
}

.graph-page > ul {
    margin-top: 50px;
    text-align: center;
}

.graph-page .chart__column {
    background-color: #e4e4e4;
}

.graph-page .chart__column:hover {
    background-color: #0c0c91;
}

.graph-page .chart__column-x {
    color: #e4e4e4;
}

.graph-page .chart__column-y {
    color: #333333;
    bottom: -10px;
    right: 50px;
}

.company-report .card .about {
    height: 255px;
}

.company-report .legends {
    padding-top: 25px;
    overflow: hidden;
    position: absolute;
    right: 23px;
    top: 25px;
}

.company-report .axis .tick .value {
    top: 150px;
    color: #fff;
}

.company-report .axis .tick {
    padding-top: 160px;
}

.company-report {
    margin: 80px auto 100px auto;
}

/* -------------------------------- /Graph ---------------------------------- */
/* -------------------------------- daily report ----------------------------------- */
.daily-report-mini-box {
    background-color: #f6f6f6;
    width: 85%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    margin: 0 auto;
}

.daily-report-box-1,
.daily-report-box-2,
.daily-report-box-3 {
    flex: 2;
    padding: 35px;
    text-align: center;
    position: relative;
}

.daily-report-box-1 {
    background-color: #0c0c91;
    color: #fff;
}

.daily-report-box-1 span {
    position: absolute;
    top: 50%;
    right: 12%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 35px;
}

.daily-report-box-1 h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 10px auto;
}

.daily-report-box-2 h4,
.daily-report-box-3 h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 10px auto;
}

.daily-report-box-1 p {
    font-size: 14px;
    font-weight: lighter;
    margin: 10px auto;
}

.daily-report-box-2 p,
.daily-report-box-3 p {
    font-size: 12px;
    font-weight: lighter;
    margin: 10px auto;
}

.daily-report-box-2:after {
    content: '';
    display: block;
    position: absolute;
    height: 80px;
    width: 1px;
    left: 0;
    top: 50%;
    background-color: #d6d6d6;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.employee-box {
    width: 100%;
    display: flex;
}

.employee-info {
    flex: 1;
    position: relative;
    padding: 25px 0;
}

.employee-info img {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
	object-fit: cover;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.employee-info h4 {
    display: block;
    font-size: 14px;
    font-weight: bold;
    /* padding-right: 60px; */
}

.employee-info p {
    display: inline-block;
    padding-right: 60px;
    font-size: 12px;
    font-weight: lighter;
}

.employee-detail {
    flex: 3;
}

/* -------------------------------- /daily report ---------------------------------- */
/* -------------------------------- About ---------------------------------- */
.about-header {
    text-align: center;
    width: 100%;
    height: 300px;
    background: rgb(9, 132, 226);
    background: -moz-linear-gradient(left, rgba(9, 132, 226, 1) 0%, rgba(151, 136, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(9, 132, 226, 1) 0%, rgba(151, 136, 255, 1) 100%);
    background: linear-gradient(to right, rgba(9, 132, 226, 1) 0%, rgba(151, 136, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c0c91', endColorstr='#9788ff', GradientType=1);
    position: relative;
}

.about-header img {
    width: 400px;
    position: absolute;
    bottom: 0;
    right: calc(50% - 200px);
}

.about-content h4 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 40px auto 0 auto;
}

.about-content p {
    display: block;
    text-align: center;
    margin: 50px auto;
    position: relative;
    font-size: 12px;
}

.about-box {
    background-color: #f6f6f6;
    position: relative;
    padding: 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
    text-align: center;
}

.about-box span {
    display: block;
    font-size: 35px;
    color: #0c0c91;
    margin: 20px auto;
}

.about-box h4 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 10px auto 20px auto;
}

.about-box p {
    font-size: 12px;
    font-weight: lighter;
}

/* -------------------------------- /About ---------------------------------- */

@media only screen and (max-width: 991px) {
    .daily-report-mini-box {
        display: block;
    }

    .daily-report-box-2:after {
        content: '';
        width: 80%;
        height: 1px;
        bottom: 0;
        right: 10%;
        top: auto;
    }

    .employee-box {
        display: block;
    }

    .footer ul li {
        width: 50%;
    }

    .footer-en p {
        text-align: left;
    }

    .footer-svg {
        position: absolute;
        left: 35px;
        top: 35px;
    }

    .footer {
        padding: 80px 20px 50px 20px;
    }

    .footer .container {
        width: 100%;
    }

    .menu-desktop {
        display: none;
    }

    .mobile-menu {
        display: block;
        float: left;
        position: absolute;
        left: 140px;
        line-height: 10px;
        padding-top: 2px !important;
        cursor: pointer;
    }

    .login-status {
        padding: 0;
    }

    .login-status-right {
        width: 100%;
    }

    .login-status-left {
        position: relative;
        width: 100%;
        padding-top: 10px;
    }

    .work-report-left {
        position: relative;
        width: 100%;
    }

    .work-report-right {
        width: 100%;
    }

    .work-report {
        padding: 0;
    }

    .personal-data-right {
        width: 100%;
        padding: 20px;
    }

    .personal-data-left {
        position: static;
        width: 100%;
    }

    .personal-data {
        padding: 0;
    }

    .personal-data-right > h4 {
        margin-right: 50px;
    }

    .personal-info-table td:before,
    .finger-print-rstable td:before {
        display: none;
    }

    .login-left-top svg {
        right: -200px;
    }

    .login-left-side, .login-right-side {
        width: 50%;
    }

    .left-bottom-holder {
        width: 100%;
        left: 0;
    }

    .left-bottom-holder svg {
        position: absolute;
        top: -30px;
        right: calc(50% - 50px);
    }

    .left-bottom-holder p {
        float: none;
    }

    .right-side-holder {
        width: 100%;
    }
}

@media only screen and (max-width: 650px) {
    .login-left-side {
        display: none;
    }

    .login-right-side {
        width: 100%;
    }
}

@media only screen and (max-width: 610px) {
    .panel-header-hold > ul > li {
        width: 25%;
    }

    .panel-header-hold {
        width: 100%;
    }

    .footer ul li {
        width: 100%;
        text-align: center;
    }

    .footer-en p {
        text-align: center;
    }

    .footer-svg {
        width: 120px !important;
        right: 50%;
        -webkit-transform: translateX(+50%);
        -moz-transform: translateX(+50%);
        -ms-transform: translateX(+50%);
        -o-transform: translateX(+50%);
        transform: translateX(+50%);
    }
}

@media only screen and (max-width: 1200px) {
    .work-report-todo, .work-reports {
        width: 50%;
    }

    .daily-report-mini-box {
        width: 100%;
    }
}

@media only screen and (max-width: 550px) {
    .main-rstable th, .main-rstable td {
        text-align: center;
        padding: 5px;
    }

    .main-rstable td:before {
        width: auto;
        padding-left: 5px;
    }

    .main-rstable .table-left-align {
        width: auto;
    }

    .main-detail-rstable th, .main-cost-rstable th {
        display: table-cell;
    }

    .main-detail-rstable td:before, .main-cost-rstable td:before {
        display: none;
    }

    .rwd-table td:last-child {
        padding: 0;
    }

    .main-cost-rstable th {
        padding-right: 20px;
    }

    .login-status-right {
        padding: 0 20px;
    }

    .login-status-left, .work-report-right, .work-report-left {
        padding: 20px;
    }

    .work-report-todo, .work-reports {
        width: 100%;
    }

    .legends {
        right: 20px;
        top: 70px;
    }

    .wallet {
        padding: 0;
    }

    .wallet-right {
        width: 100%;
        padding-right: 20px;
    }

    .wallet-right > h4 {
        margin: 45px 40px 0 0;
    }

    .wallet-left {
        position: relative;
        width: 100%;
    }

    .panel-signup-user {
        width: 90%;
        right: 5%;
        top: 50px;
        margin-bottom: 100px;
    }

    .login-form-popup {
        padding: 30px;
    }

    .login-form-popup > label, .login-form-popup > input {
        width: 100%;
    }

    .daily-report-box-1 span {
        position: static;
    }

    .header-nav ul {
        padding-right: 0;
    }

    .dashboard-action span {
        margin-bottom: 15px;
    }

    .fingerprint-table-function span {
        margin-bottom: 15px;
    }

    .about-header {
        height: 200px;
    }

    .about-header img {
        width: 250px;
        position: absolute;
        bottom: 0;
        right: calc(50% - 125px);
    }
}

@media only screen and (max-width: 720px) {
    .cost-header table tr td {
        display: block;
    }

    .cost-header table td:before {
        display: none;
    }

    .history-rstable-td {
        border: none;
        border-bottom: 1px solid #d7d7d7;
    }

    .cost-monthly {
        padding: 5px 0;
    }
}

@media only screen and (max-width: 400px) {
    .card canvas {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .axis .tick {
        flex: 1;
        position: relative;
        overflow: hidden;
        opacity: 0.8;
        font-size: 7px;
        text-align: center;
        line-height: 40px;
        padding-top: 200px;
        color: black;
    }
}

.editable-clear-x {
    background: url('../../../images/forCss/clear.png') center center no-repeat;
    display: block;
    width: 13px !important;
    height: 13px !important;
    position: absolute;
    opacity: 0.6;
    z-index: 100;
    top: 50%;
    right: 6px;
    margin-top: -6px;
}

.action-element {
    display: inline-block;
    background-color: #fff;
    color: #0c0c91;
    padding: 5px;
    /*float: left;*/
    margin-left: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0px;
}

.user-img {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 15px 0px 15px 20px;
}

.validation-err-section {
    text-align: right;
    color: #e72727 !important;
}

.set-pass-container {
    min-height: 400px;
    margin-top: 100px;
    margin-bottom: 100px;
    max-height: 100vh;
}

.title-in-reset {
    text-align: center;
    margin-bottom: 80px;
}

.reset-pass-form {
    width: 50%;
    margin: 0 auto;
}

.repeat-section {
    margin-bottom: 50px;
    margin-top: 30px;
}

.reset-pass-form .reset-btn {
    display: block;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    outline: none;
    background-color: #0c0c91;
    color: #fff;
    padding: 10px 30px 13px 30px;
    margin: 0 auto;
    float: left;

}

/* The container */
.radio-container {
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.radio-checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .radio-checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .radio-checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .radio-checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .radio-checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.task {
    display: block;
    padding: 10px 10px;
}

.task div {
    display: inline-block;
}

.task .task-content {
    width: 80%;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-left: 10px;
}

.task .task-action a {
    border-radius: 50%;
    background-color: #fff;
    padding: 10px;
    font-size: 10px;
    height: 30px;
    width: 33px;
    text-decoration: none;
    line-height: 2;
}

.task .task-action form {
    display: inline-block;
}

.task .task-action form button {
    border: 0px;
    border-radius: 50%;
    background-color: #fff;
    padding: 10px;
    font-size: 10px;
    height: 36px;
    width: 33px;
    text-decoration: none;
    line-height: 2;
    color: #0c0c91;
}

.text-muted-important {
    color: #777 !important;
}

.cost-menu{
}

.cost-menu .cost-menu__body{
    background-color: #dddddd;
    text-align: center;
    height: 150px;
    border-radius: 15px;
    margin-top: -75px;
    display: flex;
    padding: 26px;
}

.cost-menu .cost-menu__body .col-md-3:not(:last-of-type) {
    border-left: 1px solid #aaaaaa;
}

.cost-menu .cost-menu__link{
    color: #888888;
}

.cost-menu .cost-menu__link--active {
    color: #333333;
}

.cost-menu .cost-menu__link:hover,
.cost-menu .cost-menu__link:focus {
    text-decoration: none;
    color: #333333;
}

html, body {
    height: 100%;
    margin: 0;
}
.wrapper {
    min-height: 100%;
    margin-bottom: -100px;
}
.footer,
.push {
    height: 100px;
}

.d-flex{
    display: flex;
}

.flex-column{
    flex-direction: column;
}
.h-full{
    height: 100% !important;
}
.m-auto{
    margin: auto;
}
.mt-auto{
    margin-top: auto;
}
.mr-auto{
    margin-right: auto;
}
.ml-2{
    margin-left: 8px;
}
.m-0{
    margin: 0;
}
.p-0{
    padding: 0 !important;
}
.text-end{
    text-align: end;
}
.total-unp{
    height: 95px;
}

.total-unp h4{
    margin-bottom: 35px;
}

.total-unp a{
    color: #fff;
    border: 1px solid #ffffff;
    padding: 5px 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.total-unp a:hover,
.total-unp a:focus{
    text-decoration: none;
    color: #ffffff;
}

.m-5 {
    margin: 5rem;
}

.mt-5{
    margin-top: 5rem;
}

.mb-1 {
    margin-bottom: 1rem;
}

.my-pagination .pagination{
    direction: ltr;
}

.my-pagination .pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 50%;
    margin: 5px;
    background: #ddd;
}

.pagination > li > a, .pagination > li > span {
    border: 1px solid #ddd;
    border-radius: 50%;
    margin: 5px;
    background: #ddd;
}

.pagination > li > a, .pagination > li > span {
    border: 1px solid #ddd;
    border-radius: 50%;
    margin: 5px;
    background: #ddd !important;
    color: #000 !important;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    background: #ddd;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff  !important;
    cursor: default;
    background-color: #0c0c91 !important;
    border-color: #0c0c91 !important;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
}

.icon-document {
    font-size: 35px;
    color: #3c9ce8;
    margin-left: 30px;
}
.icon-document.ml-2 {
    margin-left: 8px;
}
.my-bg-danger{
    background-color: #ffcaca !important;
}

.my-light-alert {
    background: #ddd;
    padding: 20px 10px 8px;
    vertical-align: middle;
    border-radius: 5px;
    font-weight: 600;
    margin-bottom: 10px;
}

.d-inline {
    display: inline !important;
}

.my-validation-alert {
    background-color: #d04b4b !important;
    border: 0 !important;
    color: #ffffff !important;
}

.gradient-bg {
    background: linear-gradient(90deg, rgba(56,133,237,1) 0%, rgba(151,136,255,1) 100%);
}

table#users_table tr td:nth-child(2) {
	display: flex;
	align-items: center;
}

/* Notice feature styles ... */
.attachment {
    display: flex;
    justify-content: space-between;
}

.attachment:not(:first-child) {
    margin-top: 6px;
}

.attachment input {
    width: 100%;
}

.attachment button {
    color: red;
    background-color: transparent;
    outline: none;
    border: none;
}

.notice-card {
    height: auto;
    margin-top: 10px;
}

.notice-card-body {
    display: flex;
    padding: 15px 20px;
    justify-content: space-between;
    align-items: center;
}

.notice-card-body img {
    width: 40px;
    height: 40px;
    border-radius: 9999px;
}

.notice-card-body .info {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.notice-card-body .title-box {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    gap: 4px;
}

.notice-card-body .title-badge {
    display: flex;
    align-items: center;
    gap: 6px;
}

.notice-card-body .title-box .time {
    font-size: 1.125rem;
}

.notice-card-body .title {
    display: -webkit-box;
    font-size: 1.5rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    white-space: wrap;
    -webkit-box-orient: vertical;
}

.notice-view {
    display: flex;
    gap: 20px;
}

.notice-view .user {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    gap: 2px;
}

.notice-view .user img {
    width: 40px;
    height: 40px;
    border-radius: 9999px;
}

.notice-view .card {
    width: 100%;
    height: auto;
    margin: 0;
}

.notice-view .content {
    padding: 20px;
}

.notice-view .content p {
    font-size: 1.5rem;
}

.notice-view .time {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 8px;
    display: block;
    font-size: 1.25rem;
}

.notice-attachments {
    margin-top: 6px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.bg-primary .notice-attachments a {
    color: #fff;
}

.threads {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.threads .notice-view {
    max-width: 45%;
    margin-left: auto;
}

.threads .notice-view .card {
    height: fit-content;
}

.threads .notice-view .content {
    padding: 8px 15px;
}

.threads .notice-view .content p {
    margin: 0;
}

.threads .notice-view .time {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 1rem;
}

.threads .notice-attachments {
    padding: 10px;
}

.threads .notice-attachments span {
    font-size: 1.125rem;
}

.received-thread {
    flex-direction: row-reverse;
    margin-left: unset !important;
    margin-right: auto;
}

.pagination {
    display: flex !important;
    padding-right: 0 !important;
}

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

.receiver-user {
    margin-top: 10px;
    margin-bottom: 40px;
}

.receiver-user .name {
    font-weight: bold;
    font-size: 1.75rem;
}

@media only screen and (max-width: 568px) {
    .threads .notice-view {
        max-width: 100%;
    }
}

/* -========================== vacations section in home page styles =========================- */

.vacations-title {
    display: block;
    width: 100%;
    text-align: right;
    margin-bottom: 34px;
    font-size: 18px;
    font-weight: bold;
}

.nav-tabs.vacations-tabs {
    border: unset;
    margin-bottom: 32px;
}

.nav-tabs.vacations-tabs > li {
    margin: 0;
    background-color: #0c0c91;
    color: #fff;
    border-radius: 6px;
    margin-left: 16px;
    overflow: hidden;
}

.nav-tabs.vacations-tabs > li.active {
    border: unset;
    background-color: #05e273;
    color: #fff;
}

.nav-tabs.vacations-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: unset;
    border-radius: 4px 4px 0 0;
    color: inherit;
    padding: 8px 12px;
}

.nav-tabs.vacations-tabs > li > a:hover {
    border: unset;
    background: inherit;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus {
    color: inherit;
    border: unset;
    background-color: #05e273;
    border: unset !important;
}

.nav-tabs > li.active > a:hover {
    color: inherit;
    border: unset;
    background-color: #05e273;
}

.register-vacation--tab-pane .form-group label {
    margin-bottom: 12px;
    font-weight: normal;
    font-size: 14px;
}

.register-vacation--tab-pane .form-control {
    border-radius: 6px;
    height: 42px;
    border-color: #ddd9;
}

.register-vacation--tab-pane textarea.form-control {
    height: 140px !important;
    width: 100% !important;
    resize: none;
}

.btn-primary.btn-vecations {
    padding: 10px 20px;
    border-radius: 8px;
}

.table-vecations .dataTables_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
}

.table-vecations .dataTables_wrapper .dataTables_length {
    order: 3;
    padding-top: 18px;
}

.table-vecations .dataTables_wrapper .dataTables_length label {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
}

.table-vecations .dataTables_wrapper .dataTables_length label select {
    height: 36px;
    border: 1px solid #ddd;
    width: 60px;
    border-radius: 6px;
}

.table-vecations .dataTables_wrapper .dataTables_paginate {
    order: 2;
    padding-top: 16px;
}

.table-vecations .dataTables_wrapper .dataTables_paginate a {
    padding: 8px 16px;
    background: #ddd !important;
    border-radius: 6px;
    margin-left: 12px;
}

.table-vecations .dataTables_wrapper table {
    order: 1;
    width: 100% !important;
    border-color: #dedede;
}

.table-vecations .dataTables_wrapper table thead th {
    border: unset;
    border-left: 1px solid #dedede;
    font-size: 12px;
    font-weight: normal;
}

.table-vecations .dataTables_wrapper table thead th:last-child {
    border: unset;
}

.table-vecations .dataTables_wrapper table tbody tr td {
    border: unset;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

.table-vecations .dataTables_wrapper table tbody tr td.dataTables_empty {
    padding: 60px 0;
    font-size: 14px;
    color: #666;
}

.update-permission-container {
    display: flex;
    justify-content: center;
}

.update-permission-card {
    height: auto;
}

.update-permission-card .todo-list {
    width: fit-content;
    text-align: right;
}

.update-permission-card button[type="submit"] {
    margin-top: auto;
    display: flex;
    margin-right: auto;
}

/* -========================== server access styles =========================- */
.server-access-title{
    display: block;
    width: 100%;
    text-align: right;
    margin-bottom: 34px;
    font-size: 18px;
    font-weight: bold;
}
.server-access-no-requests{
    margin-right: 1.5rem;
}
#server-access-form :is(input,textarea){
    margin-top: 4px;
}
.property{
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 1.3rem;
    margin-top: 1.3rem;
}
table .user-img{
    margin-top: 0;
}
.actions-container button{
    margin-left: 1rem;
}

.links {
    justify-content: center;
}

/*------------------------------image uploader---------------------------------*/

.upload-profile{
    position: relative;
    width: 100px;
    max-height: 100px;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.profile-pic {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.file-upload {
    display: none !important;
}
.circle {
    overflow: hidden;
    width: 96px;
    height: 96px;
    border-radius: 50%;
}
.p-image {
    position: absolute;
    bottom: -10px;
    right: 0;
    background: white;
    color: #0c0c91;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    font-size: 25px;
    border-radius: 50%;
    cursor: pointer;
}



/*------------------------------modal---------------------------------*/
.modal-footer.text-end {
    text-align: end;
}

