body {
    overflow-x: hidden;

}
html::-webkit-scrollbar {
    background-color:#CCC;
    width:10px;
}
html::-webkit-scrollbar-thumb {
    background-color:#7f60e4;
}
html::-webkit-scrollbar-thumb:hover {
    background-color: #8884e4;
}
html::-o-scrollbar {
    background-color:#CCC;
    width:10px;
}
html::-o-scrollbar-thumb {
    background-color:#7f60e4;
}
html::-o-scrollbar-thumb:hover {
    background-color: #8884e4;
}
.fixed-right::-webkit-scrollbar {
    background-color:#CCC;
    width:6px;
}
.fixed-right::-webkit-scrollbar-thumb {
    background-color: #525966;
}
.fixed-right::-webkit-scrollbar-thumb:hover {
    background-color: #6f7a87;
}
.fixed-right::-o-scrollbar {
    background-color:#CCC;
    width:6px;
}
.fixed-right::-o-scrollbar-thumb {
    background-color: #525966;
}
.fixed-right::-o-scrollbar-thumb:hover {
    background-color: #6f7a87;
}
.drops-wrap {
    width: 100%;
    min-height: 50px;
    background: transparent;
    /* margin: 0 auto; */
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%,-50%); */
    /* box-shadow: 5px 5px 10px #ddd; */
    border-radius: 5px;
    float: right;
    border-top: 1px solid #eee;
}
.drop {
    width: 100%;
    /* background: #d3dcff; */
    position: relative;
    cursor: pointer;
    /* border: 2px solid #91a6ff; */
    /* border-bottom: 0; */
    /* color: #627ae0; */
}
.drops-wrap .drop:first-child {
    border-radius: 5px 5px 0 0;
}
.drops-wrap .drop:last-child {
    /* border-bottom: 2px solid #91a6ff; */
    /* border-radius: 0 0 5px 5px; */
}


.drop h5:hover::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(145, 166, 255, 0.2);
}
/* .drop h5::before {
	content: '';
	width: 0;
	height: 2px;
	background: #627ae0 !important;
	background: linear-gradient(to right, #91a6ff 0%,#324594 50%,#91a6ff 100%) !important;
	transition: 0.3s;
	position: absolute;
	bottom: 0;
	left: 0;
}
.drop h5:hover::before {
	width: 100%;
} */

.drop > h5 {
    /* margin: 0; */
    position: relative;
    /* padding: 15px; */
}
.drop > h5::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f054";
    font-weight: 800;
    font-size: 15px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.drop-active > h5::after {
    transform: rotate(90deg);
}
.drop-content::before {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background: #91a6ff;
    position: relative;
    top: -17px;
}
.drop > .drop-content {
    display: none;
    padding: 15px;
    margin: 0 !important;
}

.drops-wrap > .drop > .drop-content > .drop {
    background: #e3e8ff;
}
.drops-wrap > .drop > .drop-content > .drop > .drop-content > .drop {
    background: #f0f3ff;
}
.nav-ulitem {
    display: contents;
}
.nav-ulitem a {
    padding-left: 0px !important;
}
.color-span {
    color: #5f5f5f !important;
    font-weight: 600;
}
.color-span-form {
    color: #525f7f !important;
    width: 100%;
}
.form-input-select-sr {
    padding: 7px !important;
    border-radius: 25px !important;
}
.form-input-select-text {
    margin-top: 6px !important;
    margin-left: 10px !important;
}
.w-100 {
    width: 100% !important;
}
.btn-search-products {
    border-radius: 37px !important;
    background: #fff !important;
    color: #1d1d1d !important;
}
.input-text {
    border: 1px solid #bac0c5d1 !important;
    border-radius: 2px !important;
    padding-right: 13px !important;
}
.bg-checkbox {
    color: #fff;
    padding: 13px;
    border-radius: 4px;
    background: linear-gradient(87deg, #5e72e4 0, #825ee4 100%) !important;
}
.btn-edit-form {
    font-size: 12px;
    font-weight: 100 !important;
    color: #fff !important;
    border-radius: 3px;
    margin-left: 7px;
}
.text-search-div {
    font-size: 14px !important;
    margin-top: 10px !important;
    margin-left: 10px !important;
}
.btn-search-list {
    border-radius: 5px 0px 0px 5px;
    padding: 5px 14px;
    float: right;
    height: 46px;
}
.navbar-search-dark ::-webkit-input-placeholder { /* Chrome */
    color: #ffffff !important;
}
.navbar-search-dark :-ms-input-placeholder { /* IE 10+ */
    color: #ffffff !important;
}
.navbar-search-dark ::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff !important;
    opacity: 1;
}
.navbar-search-dark :-moz-placeholder { /* Firefox 4 - 18 */
    color: #ffffff !important;
    opacity: 1;
}

::-webkit-input-placeholder { /* Chrome */
    color: #636363 !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #636363 !important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #636363 !important;
    opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
    color: #636363 !important;
    opacity: 1;
}
select {
    color: #636363 !important;
}
.custom-control-label::after {
    border: 1px solid #969696 !important;
}
.user-price {
    padding-top: 9px;
    margin: 0;
    margin-left: 12px;
}
.color-span-user {
    color: #6071e4 !important;
    margin-left: 11px;
}
.table th, .table td {
    padding: 1rem;
    border: 1px solid #88888894 !important;
}
.table .thead-light th {
    color: #545454;
    background-color: #f6f9fc;
    font-family: Vazir;
    font-size: 13px;
}
.text-lable {
    font-size: 14px;
    padding-top: 10px;
    margin-left: 10px;
}
.btn-edit {
    font-size: 12px;
}
.btn-close-alrt {
    padding: inherit !important;
}
.btn-close-alrt span {color: #155724 !important;margin-left: 14px;}
.alrt-ok {
    color: #ffffff;
    background-color: #172b4d;
    border-color: #3cccff7a;
}
.alrt-error {
    color: #f5365c;
    background-color: #f5365c70;
    border-color: #f5365c70;
}
.btn-mrg-r {
    float: right;
    margin-right: 16px !important;
}
.code-input {
    border: 1px solid #929292 !important;
}
.btn-code-check {
    padding: 8px 37px;
    border-radius: 2px;
}
.btn-code-resend {
    padding: 8px 22px;
    border-radius: 2px;
}
.navbar-expand-md {
    background-color: #fff;
}
.navbar-nav .nav-link + .nav-link {
    margin-right: 0px !important;
}
.navbar-nav .nav-item + .nav-item {
    margin-right: 0px !important;
}
.p-form-lable {
    font-size: 14px;
    font-family: inherit;
}
.alert-dismissible .close {
    top: 50%;
    left: 1.5rem;
    padding: 4px !important;
    transform: translateY(-50%);
    opacity: 1;
    color: rgba(255, 255, 255, .6);
}
.font-size-13 {
    font-size: 13px !important;
}
.border-input {
    border: 1px solid #cad1d7 !important;
}
.row_dispaly {
    margin: 0px !important;
    width: 100%;
}
.right {
    float: right;
}
.left {
    float: left;
}
.page_factor {
    background-color: #354cce;
    color: #fff;
    padding: 13px 10px 12px;
    font-size: 14px;
    border-radius: 5px;
    margin-top: 20px;
}

/*****************************************
  upload button styles
******************************************/
.file-upload {
    position: relative;
    display: inline-block;
    width: 100%;
}

.file-upload__label {
    color: black;
    display: inline-block;
    background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
    text-align: center;
&:hover {
     cursor: pointer;
     background: #000;
 }
}

.file-upload__input {
    position: absolute;
    left: 0;
    top: 1px;
    right: 0;
    bottom: 0;
    width: 85px;
    height: 32px;
    opacity: 0;
}
.file-upload__input:hover {
    cursor: pointer;
}

.w-100 {
    width: 100%;
}
.khadamatjanebi i {
    float: right;
    margin-right: 15px;
    margin-top: 5px;
    color: #354cce;
}
.btn-delete {
    background-color: #fff;
    /* border: 0; */
    box-shadow: 0 0 0;
    padding: 7px 12px;
    border: 0;
    /* float: left; */
    /* margin-top: 0px !important; */
    margin: 0;
    padding: 0;
    float: none;
    margin-right: 17px;
}
.btn-delete:hover {
    background-color:#fff;
}
.fa-trash {color: #f5365c;}
.btn-pardakht {
    padding: 5px 31px;
    border-radius: 2px;
}
.card2 .table td, .card .table th {
    /* padding-right: 36px !important; */
    /* padding-left: 5px !important; */
    font-size: 12px !important;
    padding: 15px;
    px; */
}
.form-control {
    border-color: rgba(25, 25, 25, 0.43) !important;
}
.custom-select {
    border-color: rgba(25, 25, 25, 0.43) !important;
}
.btn-close-alart-error {
    left: 11px !important;
    display: flow-root !important;
}
.text-lable-frm {margin-left: 11px;}
.close2 {
    top: 50% !important;
    left: 1.5rem !important;
    padding: 4px !important;
    transform: translateY(-50%) !important;
    opacity: 1 !important;
    color: rgba(255, 255, 255, .6) !important;
    position: inherit !important;
    float: left !important;
    margin-top: -28px !important;
}
.text-pishfactor {
    background: #3c4d69;
    color: #fff;
    padding: 9px;
    border-radius: 5px;
}
.text-pishfactor-end {
    background: #7889e8;
    color: #fff;
    padding: 9px;
    border-radius: 5px;
}
.btn-pay-n {
    margin-right: 20px;
    padding: 8px 18px;
    height: fit-content;
    border-radius: 5px;
}
.btn-submit2 {border-radius: 2px !important;font-size: 13px;}
.lable-img {
    text-align: right;
    /* width: 100%; */
    margin: 0;
    margin-top: 3px;
}
.text-lable-frm2 {
    margin-left: 23px;
}
.font-size-15 {
    font-size: 15px;
}
.btn-pay-online {
    margin-top: 20px !important;
}
.text-help-pay {
    background-color: #7c61e4;
    color: #fff;
    padding: 6px;
    border-radius: 4px;
    font-size: 18px;
}
.btn-nahayi-pay {
    border-radius: 4px;
    margin-top: 10px;
    margin-right: 38px;
}
.text-input-p-9 {
    padding: 9px !important;
}
.btn-deleted {
    color: #fff;
    border-color: #f5365c;
    background-color: #f5365c;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.footer-login {
    position: absolute;
    bottom: 14px;
    left: 0;
}
.h-input {
    height: 46px !important;
}
.border-radius {
    border-radius: .375rem !important;
}
.dropzone {
    min-height: 150px;
    border: 1px solid #929292 !important;
    padding: 20px 20px;
    border-radius: 5px;
}
.mrg-btn-sabt {
    margin-top: 42px !important;
}
.mrg-btn-sabt2 {
    margin-top: 35px !important;
}
.btn-sm-edit {
    color: #11cdef !important;
    border-color: #11cdef00;
    background-color: #11cdef00;
    /* box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08); */
    padding: 4px;
    border-radius: 3px;
}
.btn-sm-delete {
    color: #f5365c !important;
    /* border-color: #f5365c; */
    background-color: #f5365c00;
    /* box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08); */
    /* padding: 4px 11px; */
    /* border-radius: 3px; */
    padding: 0;
}
.adametaaid {
    font-size: 12px;
    padding: 3px;
    border-radius: 4px;
    background: #f5365c;
    color: #fff;
}
.input-search-shetes {
    border: 1px solid !important;
    border-radius: 0px 5px 5px 0px !important;
    padding-right: 11px !important;
}
.btn-search-shetes {border-radius: 5px 0px 0px 5px !important;}
.btn-edit-form2 {
    font-size: 12px;
    font-weight: 100 !important;
    color: #fff !important;
    border-radius: 3px;
    padding: 10px 12px;
    margin: auto;
    float: none;
    width: 100%;
}
.w-form-darsad {
    width: 32%;
}
.btn-danger {
    border-radius: 5px;
}
.text-p-products {
    width: 100% !important;
    color: #000 !important;
    background: #c5c5c5 !important;
    border: 1px solid #868686 !important;
    margin-bottom: 16px;
    margin-top: 16px;
}
.tbl_add_product {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.tbl_add_product .p {
    background-color:#7366e4;
    color:#fff;
    padding: 9px;
}

.tbl_add_product th {
    padding: 15px;
}
.tbl_add_product td {
    color:#292929;
    padding: 4px;
    margin: 0;
    vertical-align: inherit;
}


.radio {
    /* margin: 0.5rem; */
    float: right;
    padding-top: 4px;
}
.radio label {
    margin:0px;
    padding:0px;
}
.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
    content: '';
    background: #ffffff;
    box-shadow: #b7b7b7 0px 1px 5px;
    border: 1px solid #595a5f;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    border-radius: 3px;
    position: relative;
    top: 0px;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
    margin-left: 7px;
}
.radio input[type="radio"]:checked + .radio-label:before {
    background-color: #7366e4;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #3197EE;
}
.radio input[type="radio"]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}
.tirazh {
    margin-top: 10px;
    direction: ltr;
}
.form-input-new {
    margin-bottom: 5px !important;
}
.form-input-text-sabt {
    margin: 0;
    padding-left: 0;
}
.form-input-text-sabt-right {
    margin: 0;
    padding-right: 0;
}
.text-zarb {
    font-size: 26px;
    margin: 0;
    position: relative;
    top: -6px;
    right: -4px;
    font-weight: 700;
}
.box_ziro {
    background-color: #e0e0e0;
    margin-top: 10px;
    padding: 8px;
    padding-right: 6px;
    border-radius: 5px;
}

.btn-custom {
    width: 33px;
    height: 34px;
    padding: 6px;
    margin: 1px;
}