@font-face {
    font-family: Vazir;
    src: url("../fonts/Vazir-FD.eot");
    src: url("../fonts/Vazir-FD.eot?#iefix") format("embedded-opentype"), url("../fonts/Vazir-FD.woff2") format("woff2"), url("../fonts/Vazir-FD.woff") format("woff"), url("../fonts/Vazir-FD.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: Vazir;
    src: url("../fonts/Vazir-Bold-FD.eot");
    src: url("../fonts/Vazir-Bold-FD.eot?#iefix") format("embedded-opentype"), url("../fonts/Vazir-Bold-FD.woff2") format("woff2"), url("../fonts/Vazir-Bold-FD.woff") format("woff"), url("../fonts/Vazir-Bold-FD.ttf") format("truetype");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: Vazir;
    src: url("../fonts/Vazir-Black-FD.eot");
    src: url("../fonts/Vazir-Black-FD.eot?#iefix") format("embedded-opentype"), url("../fonts/Vazir-Black-FD.woff2") format("woff2"), url("../fonts/Vazir-Black-FD.woff") format("woff"), url("../fonts/Vazir-Black-FD.ttf") format("truetype");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: Vazir;
    src: url("../fonts/Vazir-Medium-FD.eot");
    src: url("../fonts/Vazir-Medium-FD.eot?#iefix") format("embedded-opentype"), url("../fonts/Vazir-Medium-FD.woff2") format("woff2"), url("../fonts/Vazir-Medium-FD.woff") format("woff"), url("../fonts/Vazir-Medium-FD.ttf") format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Vazir;
    src: url("../fonts/Vazir-Light-FD.eot");
    src: url("../fonts/Vazir-Light-FD.eot?#iefix") format("embedded-opentype"), url("../fonts/Vazir-Light-FD.woff2") format("woff2"), url("../fonts/Vazir-Light-FD.woff") format("woff"), url("../fonts/Vazir-Light-FD.ttf") format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Vazir;
    src: url("../fonts/Vazir-Thin-FD.eot");
    src: url("../fonts/Vazir-Thin-FD.eot?#iefix") format("embedded-opentype"), url("../fonts/Vazir-Thin-FD.woff2") format("woff2"), url("../fonts/Vazir-Thin-FD.woff") format("woff"), url("../fonts/Vazir-Thin-FD.ttf") format("truetype");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: Lalezar;
    src: url("../fonts/lalezar.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

body {
    background: #eee fixed;
    font-family: Vazir, sans-serif !important
}

#sidebar:before {
    content: "";
    right: 0;
    bottom: 0;
    position: absolute;
    width: 467px;
    height: 610px;
    background: url(../img/right_bottom.png) no-repeat left top;
    pointer-events: none;
    z-index: -10
}

html {
    overflow-x: hidden
}

::selection {
    background: #7719aa;
    color: #fff
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 500
}

#status {
    width: 142px;
    height: 142px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 40%;
    background-image: url("../img/loading1.gif");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center
}

.navigation-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3000;
    background: #F4F4F4;
    border-top: 1px solid #e7e7e7;
    width: 100%
}

.navigation-bar a {
    text-align: center;
    padding: 15px 0;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    box-sizing: border-box
}

.navigation-bar .active {
    background: #eee;
    color: #7719aa;
    border-left: 1px solid #F4F4F4;
    border-right: 1px solid #F4F4F4
}

.navbar {
    padding: 20px 10px;
    background: #344675;
    border: none;
    margin-bottom: 20px;
    position: fixed;
    width: calc(100% - 250px);
    left: 0;
    z-index: 1500;
    -webkit-box-shadow: 0 14px 30px -20px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 14px 30px -20px rgba(0, 0, 0, 0.6);
    box-shadow: 0 14px 30px -20px rgba(0, 0, 0, 0.6)
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0
}

.wrapper {
    display: flex;
    width: 100%
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 1600 !important;
    transition: transform 0.3s;
    transform-origin: top center;
    background: #fff;
    -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.2);
    margin-left: 15px;
    font-weight: 300;
    overflow: hidden
}

#sidebar .card {
    margin: 0
}

.sidebar-content {
    overflow: hidden;
    overflow-y: scroll;
    height: 90%;
    padding-bottom: 20%;
    padding-top: 10px
}

.sidebar-content::-webkit-scrollbar {
    width: 0.5em
}

.sidebar-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px transparent
}

.sidebar-content::-webkit-scrollbar-thumb {
    background-color: #e2e2e2;
    outline: 1px solid slategrey
}

#sidebar.active {
    margin-left: -250px;
    transform: translate(250px, 0px)
}

#sidebar .sidebar-header {
    padding: 26px;
    background: #344675
}

#sidebar .sidebar-header h3 {
    color: #fff;
    font-weight: 900;
    text-align: center
}

#sidebar .sidebar-header h3 a {
    color: #fff;
    font-weight: 900
}

#sidebar ul.components {
    padding: 5px;
    margin: 0
}

#sidebar ul p {
    color: #fff;
    padding: 10px
}

#sidebar ul li ul {
    padding-right: 0;
    border: 1px solid rgba(177, 31, 246, 0.1);
    background: #fff;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    border-top: none
}

#sidebar ul li a {
    padding: 10px;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 5px
}

#sidebar ul li a i {
    margin-left: 12px
}

#sidebar ul li a:hover {
    background: rgb(13 70 122 / 17%);
    color: #333
}

#sidebar ul li ul li a {
    background: transparent !important;
    box-shadow: none !important;
    padding-right: 20px;
    line-height: 14px;
    margin-bottom: 2px
}

#sidebar ul li ul li a:hover {
    background: rgb(13 70 122 / 17%) !important;
    border-radius: 0 !important
}

#sidebar ul li ul li a i {
    margin-left: 0
}

#sidebar ul li ul li:last-child a {
    margin: 0 !important
}

#sidebar ul li ul li.active>a {
    color: #000 !important;
    background: #b9e0f9 !important;
    border-radius: 0 !important
}

#sidebar .card a {
    border-radius: 5px
}

#sidebar ul li.active>a,
#sidebar a[aria-expanded="true"] {
    color: #fff;
    font-weight: bold;
    background: #1d8cf8;
    box-shadow: 10px 6px 20px 0 rgba(23, 25, 65, .3)
}

#sidebar a[aria-expanded="true"] {
    border-radius: 5px 0 0 0;
    box-shadow: none !important
}

#sidebar a[aria-expanded="true"]:hover {
    background: #1d8cf8 !important;
    color: #fff !important
}

#sidebar .withSubItems {
    margin: 3px 0;
    border-radius: 5px;
    overflow: hidden
}

#sidebar ul li ul li a:before {
    content: '\f0d9';
    font-family: 'Font Awesome 5 Free';
    opacity: 0.3;
    margin-left: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

#sidebar ul li ul li:hover a:before {
    opacity: 1;
    color: #7719aa
}

a[data-toggle="collapse"] {
    position: relative
}

.dropdown-toggle:after {
    content: "\f054";
    position: absolute;
    left: 10px;
    opacity: 0.2;
    transform: rotate(0deg);
    font-family: 'Font Awesome 5 Free';
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s
}

ul.CTAs {
    padding: 20px
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px
}

#content {
    width: calc(100% - 250px);
    min-height: calc(100vh - 20px);
    transition: all 0.3s;
    position: absolute;
    top: 0;
    left: 0
}

#content:after {
    content: "";
    height: 260px;
    background-image: linear-gradient(to right, #1d8cf8 0%, #344675 100%);
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2)
}

#content.active {
    width: 100%
}

#sidebarCollapse {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    left: -37px;
    top: 20px;
    background: transparent
}

#sidebarCollapse span {
    width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #fff;
    transition: all 0.5s cubic-bezier(0.81, -0.33, 0.345, 1.375);
    transition-delay: 0.2s
}

#sidebarCollapse span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px)
}

#sidebarCollapse span:nth-of-type(2) {
    opacity: 0
}

#sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px)
}

#sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 3px auto
}

.navbar.active {
    width: 100%
}

@media (max-width: 425px) {
    .navbar-right .dropdown-menu {
        left: auto !important;
        right: 0 !important
    }
}

.no-display-on-pc {
    display: none
}

@media (max-width: 768px) {
    .dashboard-item-mob {
        margin-top: 20px !important;
        display: block;
        width: 100%
    }
    .shoko-block {
        padding: 10px !important
    }
    .gift-pills .nav-item a {
        padding: 0 !important;
        margin: 0 !important
    }
    .gift-pills .nav-item a {
        border: 2px solid #fff
    }
    .no-display-on-mob {
        display: none !important
    }
    .no-display-on-pc {
        display: block
    }
    .myAlert {
        width: 100% !important;
        max-width: 100% !important;
        bottom: 0 !important;
        left: 0 !important;
        border-radius: 0
    }
    .page-title {
        font-size: 1.5rem !important
    }
    .table-responsive .btn {
        margin-bottom: 5px
    }
    .btn-margin-set .btn {
        margin-bottom: 5px !important
    }
    .grey-box {
        padding: 10px !important;
        margin-bottom: 10px
    }
    .btn {
        font-size: 9.5pt !important;
        padding: 5px 10px
    }
    .login-btn {
        padding: 15px !important
    }
    .grey-box h2 {
        font-size: 16px;
        font-weight: bold
    }
    .top-form {
        margin-top: 14px !important;
        border-radius: 0 !important;
        padding: 10px !important
    }
    .store-name {
        width: 190px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 3px !important
    }
    .navbar-right {
        padding-right: 15px;
        margin-left: 0;
        padding-left: 0
    }
    .navbar {
        padding: 1rem 0
    }
    .navbar img {
        width: 30px
    }
    .modal-dialog {
        position: fixed;
        top: auto;
        right: 0;
        left: 0;
        bottom: 0;
        margin: 0 auto
    }
    .modal-effect .modal-body,
    #form-edit .modal-body,
    .normal-modal-effect .modal-body {
        max-height: 50vh;
        overflow: scroll
    }
    .modal-effect .modal-body:after,
    #form-edit .modal-body:after,
    .normal-modal-effect .modal-body:after {
        content: '';
        position: fixed;
        bottom: 114px;
        left: 0;
        height: 40px;
        width: 100%;
        background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
        pointer-events: none
    }
    .modal-effect .modal-body:before,
    #form-edit .modal-body:before,
    .normal-modal-effect .modal-body:before {
        content: '';
        position: fixed;
        top: 38px;
        left: 0;
        height: 40px;
        width: 100%;
        background-image: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
        pointer-events: none;
        z-index: 9
    }
    .normal-modal-effect .modal-body:after {
        display: none !important
    }
    .modal-content {
        border-radius: 1.5rem 1.5rem 0 0
    }
    #content {
        padding: 0;
        padding-bottom: 90px
    }
    #sidebar {
        padding-bottom: 90px !important
    }
    .content-wrapper {
        padding: 10px !important
    }
    .factor-info .card {
        margin-bottom: 5px !important
    }
    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 3px auto
    }
    #sidebarCollapse.active span {
        margin: 0 auto
    }
    #sidebarCollapse.active span:first-of-type {
        transform: rotate(45deg) translate(2px, 2px)
    }
    #sidebarCollapse.active span:nth-of-type(2) {
        opacity: 0
    }
    #sidebarCollapse.active span:last-of-type {
        transform: rotate(-45deg) translate(1px, -1px)
    }
    #sidebarCollapse {
        width: 27px;
        left: -32px
    }
    .navbar {
        width: 100%
    }
    #sidebar {
        margin-left: -220px !important;
        transform: translate(250px, 0px) !important
    }
    #sidebar.active {
        margin-left: 0;
        transform: none !important
    }
    #content {
        width: 100%
    }
}

@media (max-width: 991px) {
    .time-container {
        display: none !important
    }
}

.standard-shadow {
    -webkit-box-shadow: 0 5px 5px -4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 5px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px -4px rgba(0, 0, 0, 0.1)
}

.content-wrapper {
    padding: 20px;
    margin: 15px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(59, 62, 102, 0.03), 0 0.9375rem 1.40625rem rgba(59, 62, 102, 0.03), 0 0.25rem 0.53125rem rgba(59, 62, 102, 0.05), 0 0.125rem 0.1875rem rgba(59, 62, 102, 0.03);
    border-radius: 6px;
    background: #fff
}

.top-form {
    padding: 20px;
    margin-top: 100px;
    color: #fff
}

.top-form .btn {
    margin-top: 4px
}

.page-title {
    font-family: Lalezar !important;
    font-size: 2rem;
    line-height: 35px
}

.page-controls {
    float: left;
    direction: ltr
}

.page-controls .btn {
    direction: rtl !important;
    float: left;
    margin-right: 10px
}

.input-group-text {
    font-weight: bold
}

.modal-title {
    font-weight: bold
}

.bigIcon {
    font-size: 68px
}

.navbar .dropdown-toggle::after {
    display: none
}

.divider {
    border-bottom: 1px solid #ddd
}

.table {
    margin: 0
}

.table-responsive {
    border-radius: 10px;
    box-shadow: 0 1px 1.25rem rgba(137, 102, 247, 0.09);
    border: 1px solid #ebeaf1
}

.table-responsive a {
    color: purple
}

.table-responsive table tbody tr {
    transition: all 0.3s
}

.table-responsive table tbody tr:hover {
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15)
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    text-align: center
}

.sidebar-info {
    padding: 10px
}

.sidebar-info ul {
    padding: 0;
    margin: 0
}

.sidebar-info ul li {
    list-style: none
}

.btn-simple:focus,
.btn-simple:active,
.btn-simple:hover {
    color: #000 !important
}

.user-image {
    background: #fff;
    border-radius: 50%;
    padding: 2px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    max-width: 40px;
    max-height: 40px
}

.user-image img {
    border-radius: 50%;
    height: 36px;
    width: 36px
}

.user-image:hover {
    background: yellow
}

.brand-btn {
    position: relative;
    overflow: visible;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: left;
    padding-left: 10px !important
}

.brand-image {
    background: #fff;
    border-radius: 50%;
    padding: 3px;
    -webkit-box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.47);
    box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.47);
    position: absolute;
    right: 5px;
    top: -10px
}

.brand-image img {
    max-height: 43px
}

#main-footer {
    background: #bbb;
    margin-top: 20px;
    padding: 10px;
    border-radius: 5px;
    color: #333
}

#main-footer p {
    margin: 0
}

.fa {
    vertical-align: middle
}

.page-item.active span {
    color: #fff !important
}

#mapid img {
    padding: 0 !important
}

.leaflet-pane {
    padding: 0 !important
}

.bg-search {
    background: #fff
}

.bg-search h5 {
    margin: 0
}

.modal.fade.show {
    background: rgba(13, 4, 0, 0.8);
    box-shadow: 0 0 70px 0 #000 inset;
    z-index: 17000
}

.modal-danger .btn:not([data-action]),
.modal-danger .navbar .navbar-nav>a.btn:not([data-action]) {
    transform: none !important;
    opacity: 0.85
}

.modal-danger .btn:not([data-action]):hover,
.modal-danger .navbar .navbar-nav>a.btn:not([data-action]):hover {
    transform: none !important;
    opacity: 1
}

.full-width {
    width: 100% !important
}

.help-block {
    font-size: 12px;
    word-spacing: -1px;
    float: right;
    width: 100%
}

.myAlert {
    position: fixed;
    left: 20px;
    bottom: 20px;
    max-width: 400px;
    min-width: 300px;
    z-index: 200;
    margin: 0;
    border-radius: 3px;
    padding-left: 40px
}

.thumbnail_normal {
    border-radius: 50%;
    border: 1px solid #eeeeee;
    width: 80px;
    margin: 0 5px;
    padding: 5px
}

.input-group .input-group-btn {
    padding: 0 !important
}

.fileinput-remove-button {
    border-radius: 0 !important
}

.bootstrap-select button {
    color: #333 !important
}

.filter-option {
    text-align: center !important
}

.show>.btn-light.dropdown-toggle {
    color: #fff !important
}

.btn.dropdown-toggle.btn-light:after {
    opacity: 0
}

.bootstrap-select .btn-light {
    background: #fff !important;
    border: 1px solid #ccc;
    border-radius: 0.4285rem
}

.bootstrap-select .btn-light:active {
    background: #ffcc85 !important
}

.bootstrap-select span.text {
    margin: 0 !important
}

.bootstrap-select .btn-light:focus {
    outline: none !important
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
    background: #00bbd2;
    color: #fff;
    font-weight: 900;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3)
}

.bootstrap-select .bootstrap-select .dropdown-menu.inner li a:focus,
.bootstrap-select .bootstrap-select .dropdown-menu.inner li a:hover,
.bootstrap-select .dropdown-menu .dropdown-item:focus,
.bootstrap-select .dropdown-menu .dropdown-item:hover {
    background: #0098f0 !important;
    color: #fff !important;
    outline: none
}

.bootstrap-select .actions-btn {
    color: #000
}

.input-group .btn.dropdown-toggle[data-toggle="dropdown"] {
    padding: 9px 10px !important
}

.file-drop-zone-title {
    font-size: 1.1em;
    padding: 45px 10px
}

.file-input {
    width: 100% !important
}

.file-drop-zone {
    margin: 0
}

b {
    font-weight: bold !important
}

.mds-bootstrap-persian-datetime-picker-popover {
    padding: 0 !important;
    background: #fff
}

.mds-bootstrap-persian-datetime-picker-popover .table>thead>tr>th,
.mds-bootstrap-persian-datetime-picker-popover .table>tbody>tr>th,
.mds-bootstrap-persian-datetime-picker-popover .table>tfoot>tr>th,
.mds-bootstrap-persian-datetime-picker-popover .table>thead>tr>td,
.mds-bootstrap-persian-datetime-picker-popover .table>tbody>tr>td,
.mds-bootstrap-persian-datetime-picker-popover .table>tfoot>tr>td {
    padding: 5px
}

.mds-bootstrap-persian-datetime-picker-popover .btn.dropdown-toggle[data-toggle="dropdown"] {
    padding: 1px;
    margin: 0
}

.form-control[readonly] {
    background-color: #f5f5f5;
    color: #000;
    cursor: pointer
}

.leaflet-control-attribution.leaflet-control {
    display: none !important
}

.actions-btn {
    font-size: 12px !important
}

.percentRow {
    counter-increment: rowNumber
}

.step-number:before {
    content: counter(rowNumber);
    font-weight: 900;
    font-size: 18px
}

.grey-box {
    border: 0;
    margin-bottom: 30px;
    border-radius: 5px;
    color: #333;
    width: 100%;
    box-shadow: 0 1px 1.25rem rgba(137, 102, 247, 0.09);
    padding: 20px;
    border: 1px solid #ebeaf1
}

.grey-box h2 {
    border-bottom: 1px dashed #e4e4e4;
    padding-bottom: 10px;
    font-size: 18px
}

.small-font {
    font-size: 14px
}

.dashboard-list {
    counter-reset: rowNumber2
}

.dashboard-list li {
    padding: 0.82rem 1rem
}

.dashboard-list .flex-fill {
    line-height: 27px
}

.dashboard-list span {
    font-weight: 100
}

.dashboard-list span i {
    color: #aaa
}

.dashboard-list-number:after {
    counter-increment: rowNumber2;
    content: counter(rowNumber2);
    font-weight: 900;
    font-size: 18px
}

.border-title {
    border-bottom: 3px double #ddd;
    padding-bottom: 8px
}

.factor-info .card-body {
    padding: 0.1rem !important
}

.factor-info .card {
    margin: 0;
    padding: 10px;
    text-align: right;
    padding-right: 5px
}

.factor-info h3,
.factor-info p {
    margin: 0 !important
}

.gift-item ul li {
    font-weight: bold;
    list-style-type: none;
    border-bottom: 1px dashed #ddd;
    padding: 3px 0
}

.gift-item ul li:before {
    content: '\f06b';
    font-family: 'Font Awesome 5 Free';
    margin-left: 10px;
    color: #0f6674
}

.giftAnimate {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 1px;
    z-index: 9999;
    margin: 0 auto
}

.giftAnimate:before {
    content: "\f06b";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-size: 72px;
    top: -140px;
    opacity: 0;
    color: darkgreen;
    animation: giftAnim 0.7s forwards;
    animation-delay: 0.5s
}

.giftAnimate:after {
    content: "\f06b";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-size: 36px;
    top: -90px;
    opacity: 0;
    color: darkgreen;
    right: 80px;
    animation: giftAnim2 0.7s forwards;
    animation-delay: 0.8s
}

@keyframes giftAnim {
    0% {
        opacity: 0;
        top: 0
    }
    80% {
        opacity: 0.8;
        top: -140px
    }
    100% {
        opacity: 0;
        top: -140px
    }
}

@keyframes giftAnim2 {
    0% {
        opacity: 0;
        top: 0
    }
    80% {
        opacity: 0.8;
        top: -90px
    }
    100% {
        opacity: 0;
        top: -90px
    }
}

.plan-factor-item ul li {
    font-weight: bold;
    list-style-type: none;
    padding: 3px 0
}

.plan-factor-item ul li:before {
    content: '\f359';
    font-family: 'Font Awesome 5 Free';
    margin-left: 10px;
    color: #0f6674
}

.font-big {
    font-size: 21px;
    font-weight: bold;
    text-align: center
}

.input-group-prepend:first-child .input-group-text {
    font-size: 12px !important;
    font-weight: 300 !important
}

.customer-box {
    position: relative
}

.customer-box .customer-box-image {
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px;
    box-sizing: border-box;
    width: 50px;
    overflow: hidden
}

.customer-box .card-title {
    margin: 0 !important
}

.customer-box h3 {
    font-size: 12px
}

.dev-box {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 500px;
    background: rgba(21, 21, 21, 0.9);
    border: 3px dashed #000;
    z-index: 99999;
    padding: 20px;
    border-radius: 10px;
    direction: ltr !important;
    text-align: left;
    font-size: 16px;
    color: lightcoral;
    word-break: break-all
}

.dev-box h3 {
    text-align: right;
    color: rgba(255, 255, 255, 0.8)
}

.dev-box .closeDev {
    float: left;
    font-size: 14px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8) !important
}

.dev-box .sf-dump {
    background: rgba(21, 21, 21, 0.4)
}

.factor-table-create input {
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 5px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.factor-table-create input:focus {
    outline: none;
    border: 1px solid #59c5ee
}

.factor-table-create td[colspan] {
    text-align: left
}

.factor-table-create td {
    width: 100%
}

.factor-row {
    counter-increment: rowNumber3
}

.factor-row .delete-factor-row {
    color: #555;
    background: transparent;
    border: none;
    cursor: pointer
}

.factor-row .delete-factor-row:focus {
    outline: none
}

.tbl-row-num:after {
    content: counter(rowNumber3)
}

.disabledEvent {
    pointer-events: none !important;
    cursor: help !important
}

.blur-effect {
    filter: blur(3px);
    pointer-events: none
}

.with-ajax .status {
    padding: 0 10px
}

.opt.bs-title-option.dropdown-item {
    display: none
}

.btn-success,
.btn-primary,
.btn-danger,
.btn-default,
.btn-info,
.btn-secondary,
.btn-warning {
    border: none
}

[data-mdpersiandatetimepicker][disabled] {
    opacity: 1 !important
}

[disabled],
.disabled {
    cursor: default !important
}

.radiobtn {
    position: relative;
    display: inline-block
}

.radiobtn label {
    display: block;
    background: #1d8cf8;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    padding-right: 40px;
    border-bottom: 2px solid #1d8cf8;
    margin-bottom: 5px;
    cursor: pointer
}

.radiobtn label:after,
.radiobtn label:before {
    content: "";
    position: absolute;
    right: 11px;
    top: 11px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background: rgba(255, 255, 255, .5);
    margin-top: 8px
}

.radiobtn label:before {
    background: transparent;
    transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
    z-index: 2;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: center;
    width: 0;
    height: 0;
    content: '\f00c';
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    text-indent: 3px
}

.radiobtn input[type="radio"] {
    display: none;
    position: absolute;
    width: 100%;
    appearance: none
}

.radiobtn input[type="radio"]:checked+label {
    background: #1d8cf8;
    animation-name: blink;
    animation-duration: 1s;
    border-color: #1d8cf8
}

.radiobtn input[type="radio"]:checked+label:after {
    background: rgba(255, 255, 255, .5);
    margin-top: 8px
}

.radiobtn input[type="radio"]:checked+label:before {
    width: 20px;
    height: 20px;
    margin-top: 8px
}

.giftbtn {
    position: relative;
    display: inline-block;
    min-width: 100%
}

.giftbtn label {
    display: block;
    background: #9620d6;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    border-bottom: 2px solid #871cc0;
    margin-bottom: 5px;
    cursor: pointer;
    text-align: center
}

.giftbtn label:after,
.giftbtn label:before {
    content: "";
    position: absolute;
    right: 11px;
    top: 11px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background: #a22fe0;
    margin-top: 8px
}

.giftbtn label:before {
    background: transparent;
    transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
    z-index: 2;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: center;
    width: 0;
    height: 0;
    content: '\f00c';
    color: #fff;
    font-family: 'Font Awesome 5 Free'
}

.giftbtn label:after {
    background: #ccc
}

.giftbtn input[type="radio"] {
    display: none;
    position: absolute;
    width: 100%;
    appearance: none
}

.giftbtn input[type="radio"]:checked+label {
    background: #a22fe0;
    animation-name: blink;
    animation-duration: 1s;
    border-color: #7719aa
}

.giftbtn input[type="radio"]:checked+label:after {
    background: #7719aa;
    margin-top: 8px
}

.giftbtn input[type="radio"]:checked+label:before {
    width: 20px;
    height: 20px;
    margin-top: 8px
}

@keyframes blink {
    0% {
        background-color: #1d8cf8
    }
    50% {
        background-color: #1d8cf8
    }
    100% {
        background-color: #1d8cf8
    }
}

.row-type {
    counter-increment: inc;
    margin: 20px 0
}

.border-row {
    border-top: 3px double #eee;
    margin-top: 40px;
    position: relative;
    min-height: 10px
}

.border-row .border-row-counter {
    background: #fff;
    position: absolute;
    right: 10px;
    top: -10px;
    padding: 0 5px;
    font-weight: bold
}

.border-row .border-row-counter:after {
    content: counter(inc)
}

.border-row button {
    position: absolute;
    left: 10px;
    top: -10px;
    margin: 0 !important;
    background: #fff;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.border-row button:focus {
    outline: none !important
}

.border-row button:hover {
    color: #b41605
}

#showOptions {
    position: relative !important;
    z-index: 900 !important
}

.line-through {
    text-decoration: line-through
}

#edit-modals .disabledEvent button {
    background: #f5f5f5 !important
}

.plan-product li {
    padding: 5px 0
}

.font-light {
    font-weight: 100
}

.nav-pills>li+li {
    margin: 0 !important
}

.nav-pills.nav-pills:not(.flex-column) .nav-item:not(:last-child) .nav-link {
    margin-left: 10px;
    margin-right: 0 !important;
    margin-bottom: 5px
}

.bootstrap-select.disabled,
.bootstrap-select>.disabled {
    background: rgba(0, 0, 0, 0.03) !important
}

.factor-info .table .form-check label .form-check-sign::before,
.factor-info .table .form-check label .form-check-sign::after {
    top: 0;
    left: 4px
}

.fileinput-remove-button {
    padding: 10px 15px !important
}

.grayscale-mode {
    -ms-filter: grayscale(1);
    filter: grayscale(1)
}

.arrow-box {
    border: 1px solid #eee;
    border-bottom-width: 2px;
    border-radius: 5px;
    padding: 10px;
    position: relative
}

.arrow-box:after {
    content: '';
    position: absolute;
    right: 13px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff
}

.arrow-box:before {
    content: '';
    position: absolute;
    right: 12px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #eee
}

.customer-icon .giftbtn label {
    background: #f5f5f5;
    border-color: #e5e5e5
}

.customer-buttons .btn {
    padding: 10px;
    text-align: right
}

.customer-buttons i {
    position: absolute;
    left: -6px;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    padding: 10px;
    font-size: 18px
}

.icon-select a {
    text-align: center
}

.icon-select .fa {
    font-size: 48px
}

.cursorHand {
    cursor: pointer
}

.person-gifts a {
    background: #eee
}

.introjs-fixParent {
    perspective: none !important;
    transform-style: flat !important
}

.modal-loading {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 10
}

.modal-loading:before {
    position: absolute;
    content: '';
    background: url("../img/loading-blue.gif");
    width: 64px;
    height: 64px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 45%
}

.with-ajax-customer .status {
    text-indent: 10px
}

.hint-item i {
    font-size: 10px;
    color: #999
}

.last_post_pack {
    text-align: justify;
    border-bottom: 1px dashed #eee;
    padding: 10px
}

.last_post_pack h4 {
    margin: 0
}

a.btn-secondary:hover {
    color: #fff
}

.z-index-9 {
    position: relative;
    z-index: 9
}

.modal-header {
    cursor: move
}

#viewMoreInfo .list-group-item {
    padding: 0.5rem
}

.shoko-block {
    padding: 30px;
    color: #fff;
    background: url(../img/adv_right_bg.jpg) no-repeat 50% 50%;
    position: relative
}

.shoko-block:hover {
    color: #fff
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    overflow: hidden !important
}

.version-text {
    position: absolute;
    left: 5px;
    top: 5px;
    padding: 2px !important
}

.ct-label.ct-horizontal.ct-end {
    direction: ltr
}

.code-mode {
    font-family: monospace;
    padding: 5px;
    background: mediumpurple;
    color: #fff;
    border-radius: 3px
}

.excel-checks .form-check {
    margin-bottom: 0.5rem
}

.btn-file {
    border: none !important;
    background: #999
}

.mdtp__button.ok {
    background: rgba(15, 183, 30, 0.1);
    border-radius: 3px
}

.mdtp__button.ok:hover {
    background: rgba(15, 183, 30, 0.3)
}

.mdtp__button.cancel {
    color: #555 !important
}

.unseen .card {
    background: #ffce4e !important;
    border-color: #cd9737 !important
}

.logo-login {
    background: #7719aa;
    margin-top: 1rem;
    border-radius: 10px;
    padding-bottom: 1rem
}

.gift-list-image {
    max-width: 80px
}

.starting-help {
    min-width: 300px;
    max-width: 500px;
    margin: auto;
    padding: 20px;
}

.starting-help p {
    font-size: 1em;
    line-height: 1.75em;
    border-top: 3px solid;
    border-image: linear-gradient(to right, #743ad5 0%, #d53a9d 100%);
    border-image-slice: 1;
    border-width: 3px;
    margin: 0;
    padding: 40px;
    counter-increment: section;
    position: relative;
    color: #34435e;
}

.starting-help p:before {
    content: counter(section);
    position: absolute;
    border-radius: 50%;
    height: 1.3em;
    width: 1.3em;
    background-color: #34435e;
    line-height: 1.4;
    color: #fff;
    font-size: 2em;
    text-align: center;
}

.starting-help p:nth-child(odd) {
    border-right: 3px solid;
    padding-left: 0;
}

.starting-help p:nth-child(odd):before {
    left: 100%;
    margin-left: -17px;
}

.starting-help p:nth-child(even) {
    border-left: 3px solid;
    padding-right: 0;
}

.starting-help p:nth-child(even):before {
    right: 100%;
    margin-right: -17px;
}

.starting-help p:first-child {
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.starting-help p:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
