@import url('../libs/fontawesome/css/all.min.css');

@font-face {
    font-family: IRANSans-Regular;
    font-style: normal;
    font-weight: 400;
    src: url('fonts/iransans/IRANSansWeb_FaNum.eot');
    src: url('fonts/iransans/IRANSansWeb_FaNum.eot?#iefix') format('embedded-opentype') /* IE6-8 */,
      url('fonts/iransans/IRANSansWeb_FaNum.woff2') format('woff2') /* FF39+,Chrome36+, Opera24+*/,
      url('fonts/iransans/IRANSansWeb_FaNum.woff') format('woff') /* FF3.6+, IE9, Chrome6+, Saf5.1+*/,
      url('fonts/iransans/IRANSansWeb_FaNum.ttf') format('truetype');
}
  
@font-face {
    font-family: IRANSans-Regular;
    font-style: normal;
    font-weight: 700;
    src: url('fonts/iransans/IRANSansWeb_Bold_FaNum.eot');
    src: url('fonts/iransans/IRANSansWeb_Bold_FaNum.eot?#iefix') format('embedded-opentype') /* IE6-8 */,
      url('fonts/iransans/IRANSansWeb_Bold_FaNum.woff2') format('woff2') /* FF39+,Chrome36+, Opera24+*/,
      url('fonts/iransans/IRANSansWeb_Bold_FaNum.woff') format('woff') /* FF3.6+, IE9, Chrome6+, Saf5.1+*/,
      url('fonts/iransans/IRANSansWeb_Bold_FaNum.ttf') format('truetype');
}
  
  
@font-face {
    font-family: IRANSans-Regular;
    font-style: normal;
    font-weight: 900;
    src: url('fonts/iransans/IRANSansWeb_Black_FaNum.eot');
    src: url('fonts/iransans/IRANSansWeb_Black_FaNum.eot?#iefix') format('embedded-opentype') /* IE6-8 */,
      url('fonts/iransans/IRANSansWeb_Black_FaNum.woff2') format('woff2') /* FF39+,Chrome36+, Opera24+*/,
      url('fonts/iransans/IRANSansWeb_Black_FaNum.woff') format('woff') /* FF3.6+, IE9, Chrome6+, Saf5.1+*/,
      url('fonts/iransans/IRANSansWeb_Black_FaNum.ttf') format('truetype');
}

body {
    font-family: IRANSans-Regular;
}

h1 {
	font-size: 1.5em;
	margin-bottom: 20px;
	font-weight: 900;
}

strong {
    font-weight: 700;
}

.timer-span {
    display: inline-block;
    width: 90px;
}

#btn-resend {
    background: none;
    border: none;
    color: #fff;
}

.form-group p {
    color: #999;
}

.form-group .card.image {
    margin: 0 0 0;
    width: 140px;
    background-color: #eee;
}
.table .card.image {
    width: 120px;
    margin: 0 auto 0;
}
.table .card.image .card-body {
    padding: 0.5rem 0;
}
.input-group-title {
    min-width: 80px;
}

.table-colored th {
    color: #fff;
}

#auth #auth-left {
    padding: 4rem;
}

#auth #auth-left .auth-logo {
    margin-bottom: 2rem;
}

.form-group[class*="has-icon-"] .form-control.form-control-xl {
    padding-right: 1rem;
}
.form-group[class*="has-icon-"] .form-control-icon i::before, .form-group[class*="has-icon-"] .form-control-icon svg::before {
    vertical-align: middle;
}

.is-invalid .form-control-icon {
    display: none;
}

.btn-mw {
    min-width: 150px;
}

#auth-left .is-invalid .form-control-icon {
    display: block;
}

#content {
    display: none;
}

#loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    background-color: #f2f7ff;
}

#loading .wrapper {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* HTML: <div class="loader"></div> */
.loading {
    width: 124px;
    height: 24px;
    -webkit-mask: 
      conic-gradient(from 135deg at top   ,#0000,#000 .5deg 90deg,#0000 90.5deg) 0 0   ,
      conic-gradient(from -45deg at bottom,#0000,#000 .5deg 90deg,#0000 90.5deg) 0 100%;
    -webkit-mask-size:25% 50%;
    -webkit-mask-repeat:repeat-x;
    background: linear-gradient(#24A1DE 0 0) left/0% 100% no-repeat #ddd;
    animation: l13 2s infinite linear;
  }
  @keyframes l13 {
    100% {background-size: 100% 100%}
  }

.bg-color-2 {
    background-color: #48d1cc;
}

.table-colored thead th {
    background-color: #eee;
    border-color: #ccc;
    color: #222;
}
.table-colored thead th:first-child {
    border-radius: 0 15px 0 0;
    border-right: none;
}
.table-colored thead th:last-child {
    border-radius: 15px 0 0 0;
    border-left: none;
}
.table-colored thead tr {
    border-left: none;
    border-right: none;
    border-top: none;
}

.history-item .text-wrap {
    line-height: 20px;
    text-align: justify;
}

#main-content {
    position: relative;
    min-height: 100vh;
}

.bg-main {
    background: #ff5100;
}

html[data-bs-theme="dark"] .sidebar-wrapper .menu .submenu .submenu-item.active > a,
.sidebar-wrapper .menu .submenu .submenu-item.active > a {
    color: #ff5100;
}
html[data-bs-theme="dark"] .sidebar-wrapper .menu .submenu .submenu-item a:hover,
.sidebar-wrapper .menu .submenu .submenu-item a:hover {
    color:#ff762c
}
html[data-bs-theme="dark"] .sidebar-wrapper .menu .sidebar-item.active > .sidebar-link,
.sidebar-wrapper .menu .sidebar-item.active > .sidebar-link {
    background-color: #ff5100;
}
html[data-bs-theme="dark"] .btn-primary,
.btn-primary{--bs-btn-color: #fff;--bs-btn-bg: #ff5100;--bs-btn-border-color: #ff5100;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #48d1cc;--bs-btn-hover-border-color: #48d1cc;--bs-btn-focus-shadow-rgb: 255, 150, 44;--bs-btn-active-color: #fff;--bs-btn-active-bg: #48d1cc;--bs-btn-active-border-color: #48d1cc;--bs-btn-active-shadow: inset 0 3px 5px rgba(255, 255, 255, .125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #ff6219;--bs-btn-disabled-border-color: #ff6219}

.btn-outline-primary{--bs-btn-color: #ff5100;--bs-btn-bg: transparent;--bs-btn-border-color: #ff5100;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #ff5100;--bs-btn-hover-border-color: #ff5100;--bs-btn-focus-shadow-rgb: 255, 150, 44;--bs-btn-active-color: #fff;--bs-btn-active-bg: #ff5100;--bs-btn-active-border-color: #ff5100;--bs-btn-active-shadow: inset 0 3px 5px rgba(255, 255, 255, .125);--bs-btn-disabled-color: #222;--bs-btn-disabled-bg: #ddd;--bs-btn-disabled-border-color: #ddd}

.btn-info{--bs-btn-color: #000;--bs-btn-bg: #48d1cc;--bs-btn-border-color: #48d1cc;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #37bbb7;--bs-btn-hover-border-color: #37bbb7;--bs-btn-focus-shadow-rgb: 11, 172, 204;--bs-btn-active-color: #000;--bs-btn-active-bg: #37bbb7;--bs-btn-active-border-color: #37bbb7;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #48d1cc;--bs-btn-disabled-border-color: #48d1cc}

.auto-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#app,
#auth {
    /* display: none; */
}

.text-left {
    text-align: left;
}

.factor-item .card-body {
	display: flex;
	gap: 10px;
	justify-content: space-between;
}

.hidden {
    display: none!important;
}
.img-responsive,
.img-responsive img {
    max-width: 100%;
}

.btn-quick-create {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #48d1cc;
    width: 100%;
    overflow: hidden;
    color: #fff;
    white-space: nowrap;
}
.btn-quick-create.has-error {
    background: #ff0000;
}
.btn-quick-create.is-success {
    background: #01b330;
}

.input-ready-only {
	background: #f5f5f5;
	padding: 10px;
	border-radius: 10px;
	margin-top: 10px;
	text-align: right;
}
.table .input-ready-only  {
    text-align: center;
}

#server-info {
    display: none;
}

.dashboard-menu-block {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 10px;
    background: #f7f7f7;
}

.dashboard-menu-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 15px;
	border-radius: 10px;
	text-align: center;
	flex: 0 0 170px;
}

.small-radio ul {
    display: flex;
    gap: 10px;
}

.is-textarea .input-ready-only {
    min-height: 100px;
}

.form-label {
    margin-bottom: 0;
}
.mandatory .form-label:first-child::after {
    content: " *";
    color: #dc3545;
}

.main-fields {
    /* border: 2px dashed #ff5100; */
}

.btn-big {
    min-width: 150px;
    min-height: 50px;
}

.bd-title {
    display: flex;
    justify-content: space-between;
}

.extra-block-1 > .row > div > .card {
    margin: 0;
}
.filler {
    background-color: #48d1cc;
    height: 100%;
    margin: 0;
    background-size: 10px 10px;
}

.notification-summaries .btn {
    font-size: 14px;
    border-radius: 10px;
}
.notification-summaries .spinner-grow {
    display: flex;
    align-items: center;
    justify-content: center;
}

#top {
    height: 40px;
    min-height: 24px;
    background-color: #313131;
    color: #efefef;
}

.top-links {
	display: flex;
	list-style: none;
	gap: 20px;
    align-items: center;
    margin: 0;
    padding: 0;
    font-size: .8em;
    line-height: 18px;
}
.top-links li {
    position: relative;
}
.top-links li:after {
    content: '';
    position: absolute;
    left: -10px;
    height: 13px;
    width: 1px;
    background-color: grey;
    top: 2px;
}
.top-links li:last-child:after {
    display: none;
}
.top-links-left {
	justify-content: flex-end;
}
.top-links-left .fa {
	color: #ff5100;
}

@media (max-width: 767px) {
    .top-links {
        justify-content: space-between;
    }
    .top-links li:after {
        display: none;
    }
}

.smooth-edge {
    border-radius: 10px;
}

.feedback-type {
	display: flex;
	width: 100%;
	background: #ff5100;
    color: #fff;
	margin-bottom: 10px;
	padding: 15px;
	border-radius: 10px;
	gap: 10px;
    align-items: center;
    text-decoration: none;
}
.feedback-type:hover {
    background: #ff2100;
    color: #fff;
}
.feedback-type-icon {
	width: 40px;
	font-size: 20px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	/* background: #fff;
    color: #ff5100; */
}

.form-group {
    margin-bottom: 20px;
}
.form-group p {
    font-size: .8em;
}
.form-group label {
    font-size: 1em;
    font-weight: bold;
}

.checkbox label {
    font-weight: normal;
    font-size: .9em;
}

/* .card-feedback-result {
    max-width: 600px;
    margin: auto;
} */
.card-feedback-result .row > div {
    width: 100%;
}

.card-feedback-result .item-pair {
    background: #d4ffd3;
	border-color: #54f950;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.card-feedback-confirm {
	background: #d4ffd3;
	border-color: #54f950;
}

.card-feedback-mobile {
	background-color: #fae2d7;
	border-color: #ff5100;
}
.card-feedback-mobile p {
	color: #444;
}
.card-feedback-new {
    background-color: #f9f9f9;
}
.top-links .fa-home {
    color: #fff;
}
#input-feedback-mobile,
#input-feedback-username {
    text-align: left;
    direction: ltr;
}

#footer {
    background-color: #313131;
    min-height: 300px;
    color: #eee;
    font-size: .9em;
    line-height: 26px;
}

.footer-contact p {
    margin-bottom:  5px;
    text-align: justify;
}
.footer-social .icon-call {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 1.5em;
    justify-content: center;
}
.footer-social .fa-phone {
    font-size: 24px;
    display: flex;
    background-color: #ff5100;
    border-radius: 50% 50% 0 50%;
    width: 50px;
    height: 50px;
    color: #fff;
    align-items: center;
    justify-content: center;
}
.sociallinks ul {
    display: flex;
    list-style: none;
    font-size: 30px;
    gap: 30px;
    justify-content: center;
    padding: 0;
}
.sociallinks ul a {
    color: #eee;
}

.page-heading {
    margin: 0;
}