body {
    background: linear-gradient(to right, #07080a, #0c0f16) no-repeat;
    background: #EEF0F8;
    height: 100vh;
    font-family: IRANSans !important;
    font-size: 1rem !important;
    transition: all 0.3s;
}

input[type="text"],
textarea,
input[type="password"] {
    border: 1px solid #c3c3c3;
    border-radius: 4px;
    width: 100%;
    padding: 20px;
}

select {
    height: auto !important;
}

input:focus,
textarea:focus,
input[type="password"]:focus {
    border-color: #00b1dd;
    outline: 0;
    box-shadow: none;
}

.input-group .input-group-prepend .input-group-text {
    border-radius: 0 !important;
    border: none !important;
}

label {
    color: rgb(95, 95, 95);
}

label[Security]::after {
    content: '*';
    color: red;
    margin: 4px;
    font-weight: bold;
}

.am-card {
    text-align: right;
    padding: 20px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
    margin-bottom: 40px;
}

.am-points {
    width: 100%;
    text-align: justify;
    padding: 15px;
    color: #fff;
    border-radius: 10px;
    margin: 0px 0 40px 0;
    background: linear-gradient(to left, #0055ff, #673ab7) no-repeat;
    box-shadow: 0 0 0.6rem rgb(0 0 0 / 20%);
}

.setting-box {
    display: flex;
    position: absolute;
    left: -5px;
    top: -20px;
    width: 100px;
    max-width: 100px;
    justify-content: space-around;
    align-items: center;
    border-radius: 10px;
    background: linear-gradient(to right, rgba(7, 8, 10, 0.8), rgba(12, 15, 22, 0.8)) no-repeat;
    background: white;
    padding: 6px 10px;
    box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.20);
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "انتخاب فایل";
}

.nav-tabs {
    border: 0;
}

.tab-content {
    position: fixed;
    top: 82px;
    left: 0;
    bottom: 0;
    width: 85%;
    overflow: hidden;
    overflow-y: scroll;
    scrollbar-color: #6e6e6e #fff;
    scrollbar-width: thin;
}

.tab-content::-webkit-scrollbar {
    width: 0.4em;
    height: 0.4em;
}

.tab-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.tab-content::-webkit-scrollbar-thumb {
    background-color: #949494;
}

.tab-content .tab-pane {
    height: 100%;
}

.btn {
    border-radius: 10px;
}

.nav {
    position: fixed;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 0;
    min-width: 200px;
    width: 15%;
    /* max-width: 300px; */
    margin-bottom: 0;
    list-style: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-inline-start: 0;
    background: #1e1e2d;
    bottom: 0;
    top: 0;
    box-shadow: -1px 0px 0px 0px #ffffff0f;
    z-index: 11;
}

.nav-header {
    background: #1a1a27;
    width: 100%;
    text-align: right;
    padding: 18px 10px;
    margin-bottom: 30px;
    color: #ffffff;
}


/* ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}*/

ul li {
    width: 100%;
    text-align: right;
    min-width: 218px;
}

ul li a {
    width: 100%;
    transition: all 0.3s;
    background-color: none !important;
    border-color: none !important;
    border: none !important;
}

ul li a i {
    margin-left: 20px;
}

.nav-tabs .nav-item {
    margin-bottom: 0;
}

.nav-tabs .nav-link,
.nav-tabs .nav-link:not([href]) {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    color: #a2a3b7;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #e4e4e4;
    background: #1b1b28!important;
    background-color: none !important;
    border-color: none !important;
    border: none !important;
}

.nav-tabs .nav-item.show .nav-link i,
.nav-tabs .nav-link.active i {
    color: #0096ff;
}

ul li a:hover,
.nav-tabs .nav-link:not([href]):hover {
    color: #bbbbbb;
    background: #1b1b28!important;
    transition: all 0.3s;
}

ul li a:hover i {
    color: #0096ff;
}

section {
    margin-top: 60px;
}

.Edit-form .item {
    width: 100%;
    text-align: right;
}

.Edit-form .item label {
    display: block;
    margin-top: 16px;
    color: #656565;
}

.Edit-form .item input,
select {
    width: 100%;
    border: 1px solid #d1d1d1;
    color: #262727;
    outline: none;
    padding: 8px;
    border-radius: 4px;
}

.Edit-form .File_card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-radius: 18px;
    border: 1px dashed #dfdfdf;
    background: #fff;
}

.Edit-form .File_card i {
    font-size: 24px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px dashed #0096ff;
    padding: 12px;
    color: #0096ff;
}

.Edit-form .File_card h6 {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.6);
}

.Edit-form .File_card input[type='file'] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 5px;
    max-width: 54px;
    z-index: 1;
}

.Edit-form textarea {
    border: 1px solid #eee;
    border-radius: 18px;
}

.uploader {
    display: inline-block;
    position: relative;
    width: 220px;
    height: 160px;
}

.uploader input[type="file"] {
    display: none;
}

.custom-file-upload {
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 50px;
    box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
}

.preview {
    display: flex;
    justify-content: center;
    align-items: start;
    overflow: hidden;
    padding: 10px;
    margin: 10px;
    border: 2px solid #e5e5e5;
    border-radius: 50%;
    width: 200px;
    height: 200px;
}

.preview img {
    width: 100%;
    max-width: 100%;
}

.report_row {
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
}

.report_row a {
    display: flex;
    flex-direction: column;
    flex-basis: 32%;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 16px;
    border-radius: 6px;
    margin: 4px;
    position: relative;
    transition: all 0.3s;
}

.report_row .report_card .image_box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-width: 80px;
    height: 80px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    padding: 4px;
    border: 1px solid #00eeff;
    margin: 20px 0;
}

.report_row a:hover {
    box-shadow: 0px 10px 45px 0px rgba(0, 0, 0, 0.09);
}

.report_row .report_card .image_box img {
    width: 100%;
    border-radius: 50%;
    max-height: 70px;
}

.report_row .report_card b {
    position: absolute;
    top: -3px;
    left: -3px;
    font-size: 14px;
    background: #00dfcc;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    z-index: 1;
    box-shadow: -1px 1px 3px 0px #008f82;
}

#myTabContent .users table {
    overflow: hidden;
}

#myTabContent .users table * {
    white-space: nowrap;
    font-size: 14px;
}

.information {
    position: relative;
}

.information b {
    position: absolute;
    bottom: 3px;
    left: 3px;
    font-size: 14px;
    background: #ffc107;
    color: #ffffff;
    padding: 4px 8px;
    border-radius: 4px;
    z-index: 1;
}


/* message card */

.message_card {
    width: 85%;
    background: #fff;
    border-radius: 18px;
    padding: 16px;
    margin: 8px;
    border-top-right-radius: 0;
    text-align: right;
}

.Status_card {
    width: 100%;
    background: #ffffff;
    padding: 16px;
    font-size: 15px;
}

.message_card .header {
    display: flex;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 6px;
}

.Status_card .header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 6px;
}

.Status_card .header h6 {
    font-size: 15px;
}

.Status_card .body .item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 4px 0;
}

.message_card .header .profile,
.Status_card .profile,
.profile {
    width: 50px;
    height: 50px;
    border: 1px solid #eee;
    border-radius: 50%;
    padding: 2px;
    margin: 0 20px;
}

.message_card .header .profile .image_box,
.Status_card .profile .image_box,
.profile .image_box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.message_card .header .profile .image_box img,
.Status_card .profile .image_box img,
.profile .image_box img {
    width: 100%;
}

.message_card .header .name span {
    font-size: 14px;
    color: #0096ff;
}

.message_card .body {
    margin-top: 20px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 6px;
}

.message_card .body p {
    font-size: 15px;
    color: #303030;
    padding-right: 20px;
    border-right: 3px solid #7bbdff;
}

.message_card .footer .date,
.message_card .footer .file {
    font-size: 14px;
}

.message_card .footer .date span,
.message_card .footer .file a {
    margin: 0 6px;
}

.message_card .footer .file a {
    border-bottom: 1px dashed #0096ff;
}

.message_card .footer .date i,
.message_card .footer .file i {
    color: #0096ff;
}

.message_card .footer {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.Edit-form h5 {
    font-size: 17px;
}

.Edit-form input[type="text"] {
    border: none;
    background: #f0f8ff;
    padding: 14px;
    font-size: 14px;
}

.Edit-form input[type='file'] {
    opacity: 0;
    max-width: 100%;
    height: 50px;
}


.Edit-form label {
    font-size: 14.5px;
}

.Edit-form>div>div>div>div {
    position: relative;
}

.Edit-form>div>div i.file-icon {
    position: absolute;
    top: 29px;
    right: calc(50% - 32px);
    font-size: 24px;
    border: 1px solid #eee;
    padding: 12px 16px;
    border-radius: 4px;
    cursor: pointer;
}

.Edit-form>div>div span::after {
    content: "pdf,jpg";
    position: absolute;
    top: -40px;
    left: 0;
}

.Edit-form>div>div span {
    position: absolute;
    top: 85px;
    left: 0;
    font-size: 12px;
    white-space: pre;
}

.Edit-form .file_uploader {
    position: relative;
}

.Edit-form .file_uploader b {
    position: absolute;
    right: -16px;
    bottom: 36px;
    font-size: 20px;
}

.Edit-form .file_uploader div {
    width: 41%;
}

.comments {
    position: relative;
}

.comments i {
    color: #ffc107;
    font-size: 18px;
    background: #f8f9fa;
    padding: 12px 10px;
    border-radius: 50px;
    width: 38px;
    height: 38px;
    z-index: 1;
    margin: 4px;
}

.comments > input ,.comments > div {
    position: absolute !important;
    z-index: 0;
    border-radius: 25px;
    border: 1px dashed#e9ecef !important;
    background: #fff !important;
    padding: 12px 56px 10px !important;
    min-height: 46px;
}
#Search_Form .am_drop_down .items{
    position: absolute;
    display: none;
    top: 60px;
    right: 0;
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    width: 230px;
    box-shadow: -2px 2px 12px 0px rgb(0 0 0 / 10%);
}
#Search_Form input:not([type="checkbox"]),#Search_Form select,#Search_Form .am_drop_down {
    margin-right: 10px;
    border-radius: 4px;
    padding: 0 26px;
    background: #fff;
    box-shadow: -2px 2px 12px 0px rgb(0 0 0 / 10%);
    border: none;
    font-size: 14px;
    cursor: pointer;
    width: auto;
    display: inline-block;
    min-height: 55px;
    margin-bottom: 6px;
}
#Search_Form select {
    border-bottom: 2px solid #09bdf3 !important;
    border-radius: 4px;
}
[select] {
    border-bottom: 2px solid #09bdf3 !important;
    border-radius: 10px;
    margin-top: 10px;
    padding: 16px 26px;
    background: #fff;
    box-shadow: -2px 2px 12px 0px rgb(0 0 0 / 10%);
    border: none;
    font-size: 14px;
    cursor: pointer;
    width: 100%;
}
#Search_Form input[type='submit'] {
    background: #09bdf3;
    color: #fff !important;
}
#Search {
    border: 0px solid #ffffff;
    border-bottom: 2px solid #09bdf3 !important;
    border-radius: 4px;
    width: auto;
    background: #fff;
    transition: 0.3s;
}
#Search:hover,#Search:focus {
    box-shadow: none;
    border: none !important;
    border-bottom: 2px solid #23ccff !important;
    box-shadow: -2px 2px 12px 0px rgba(0, 0, 0, 0.15);
}
#Search_Form .am_drop_down {
    display: flex;
    justify-content: space-between;
    padding: 0;
    padding-right: 10px;
    min-width: 180px;
    align-items: center;
    position: relative;
    z-index: 10;
}
#Search_Form .am_drop_down i {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #23ccff;
    height: 100%;
    min-width: 30px;
    color: #fff;
    text-align: center;
    border-radius: 4px 0 0 4px;
}
/* switch toggle button */
.switch_item label{
    font-size: 14px;
}