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



html{
    width: 100%;
}


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


  .ripple-wave{
    display: none;
  }
.btn-primary:hover{

    background-color: #4285f4 !important;
}

.btn-secondary:hover{

    background-color: #a6c !important;
}

.btn-danger:hover{
    background-color: #ff3547 !important;  
}


.btn-success:hover{
    background-color: #00c851  !important;
}

.btn-ins:hover{

    background-color: #2e5e86   !important;
}

.btn-tw:hover{

    background-color: #55acee    !important;
}

.btn-li:hover{

    background-color: #0082ca     !important;
}


.btn-grey:hover {
    background-color: #616161 !important;
}


.tooltip {
    font-family: dana !important;
}

.swal-modal {

    font-family: dana !important;
}

.c-ui-feedback-hint {
    position: absolute;
    display: block;
    right: 100%;
    bottom: 100%;
    margin-right: -220px;
    margin-bottom: 10px;
    background: #ef5662;
    white-space: nowrap;
    padding: 9px 25px;
    color: #fff;
    z-index: 2;
    font-size: 10pt;
    font-family: dana;
    border-radius: 2px
}

.c-ui-feedback-hint::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 12px 0;
    border-color: #ef5662 transparent transparent;
    top: 100%;
    right: 35px;
    content: "";
    position: absolute;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-align: right;
    float: right
}

.dropdown-menu>li>a {
    text-align: right;
    font-family: dana;
    font-size: 11pt !important;
    height: 35px !important;
    color: #666 !important;
    line-height: 15px !important;
}

.btn {
    font-family: dana;
    text-align: right;
    box-shadow: none;
    border: 1px solid #f0f0f0;
    padding: 10px;

}

.btn:hover {
    background-color: white !important;
    box-shadow: none !important;
}

.btn-default:hover {
    background-color: #fff !important;
    border-color: #f00 !important;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #999;
    background-color: white;
    border-color: black;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125);
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
    color: #094df0;
    background-color: #fff;
    border-color: #157bef;
    border-top-color: rgb(21, 123, 239);
    border-right-color: rgb(21, 123, 239);
    border-bottom-color: rgb(21, 123, 239);
    border-left-color: rgb(21, 123, 239);
}

.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: white;
    border-color: #8c8c8c;
}

.bootstrap-select .dropdown-toggle .filter-option {
    text-align: right !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #2c93bd !important;
    text-decoration: none;
    background-color: #f9f9f9;
}

.btn-light.dropdown-toggle {
    background-color: white !important;
}

.btn-light {

    color: #626262 !important;
}

.btn-light:not([disabled]):not(.disabled).active,
.btn-light:not([disabled]):not(.disabled):active,
.show>.btn-light.dropdown-toggle {

    box-shadow: none !important;
    background-color: #fff !important;

}

.btn-light.dropdown-toggle:focus,
.btn-light.dropdown-toggle:hover {
    background-color: white !important;
    box-shadow: none !important;
}

html{
    height: 100%;

}

body {
    width: 100%;
    height: 100%;
    float: right;
    background-color: white;
    position: relative;
    font-family: dana;
    display: table;
}

div,
span,
a,
p,
ul,
li {
    direction: rtl;
}

a {
    text-decoration: none;
}

ul {
    float: right;
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
    height: auto;
    width: 100%;
}

.cpatcha {

    font-family: dana !important;
}



table {
    text-align: center;
    font-family: dana;
}

table thead {
    color: #3d3d3e;
    font-size: 12pt;
}

table tbody {
    color: #727272;
    font-size: 11pt;
}

.tablebuy {
    min-height: 300px
}





.swal-text {

    text-align: right;
}



.text-error {
    color: #ff3535 !important;
    float: right;
    margin-top: 2px;
    font-size: 11pt;
    margin-bottom: 0;
}


.alert {
    font-family: dana;
    float: right;
    text-align: right;

    width: 100%
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}



.flat {
    width: 99%;
    min-height: 100px;
    border-radius: 10px;
    background-color: #fff;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    box-shadow: 0px 0px 2px 1px #eee;
    padding-right: 2px;
    padding-left: 2px;
    display: block;
    position: relative;
    right: 0;
    left: 0;
    margin: auto;
  display: none;
}




.flat ul {
    width: 100%;
    float: right;
    padding: 0 !important;

}

.flat ul li {
    width: 100%;
    float: right;
    height: auto;
    border-bottom: 1px solid #eee;
    display: block;

}

.flat ul li:last-child {
    border-bottom: none;
}

.flat ul li > div {
    float: right;
    min-height: 35px;
    padding: 5px;
    font-size: 10pt;
    line-height: 30px;
    color: #2f2d2d;
}

.flatright {
    width: 40%;
    text-align: right;
    font-family: dana-bold;
    font-size: 8pt;
}

.flatleft {
    width: 60%;
    text-align: right;

}

.flatleft i {
    width: 30px;
    height: 30px;
    text-align: center;
    float: left;
    font-size: 15pt;
    line-height: 30px;
    color: #2f2d2d;
    cursor: pointer;
}


@media screen and (max-width: 820px) {

    .tablelargescreen {
        display: none;
    }

    .flat {
        width: 97%;
        display: flex !important;
    }
    .content{

      padding: 5px;
      margin-top: 2px !important;  
    }

}


.swal-title{
    font-size: 11pt; 
}


.divpagination{
    width: 100%;
    height: 43px;
    float: right;
    border-radius: 5px;
    background-color: #fbfbfb;
    padding: 4px;
    margin-top: 10px;
    margin-bottom: 15px;
}



/*آپلود تصاویر*/

.file-upload {
    width: 100%;
    height: 170px;
    background-color: white;
    float: right;
    position: relative;
    border: 1px dashed #01c2ed;
}

.file-upload:hover {

    background-color: #eee;

}

.iconuploadercenter {
    width: 100%;
    height: 90px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;

}

.iconuploadercenter i {

    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    color: #01c2ed;
    width: 60px;
    height: 50px;
}

.iconuploadercenter p {
    width: 100%;
    margin: auto;

    color: #cbcbcb;
    min-height: 35px;
    font-family: dana;
    position: relative;
    float: right;
    margin-top: 50px;
    text-align: center;
    line-height: 35px;
    font-size: 11pt;
}

.file-upload input {

    display: flex;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 170px;
    padding: 5px 10px;
    font-size: 1rem;
    text-align: center;
    color: #ccc;
    opacity: 0;

}

.showimgloading {
    width: 100%;
    height: 100%;
    float: right;
    z-index: 2;
    position: absolute;
    background-color: white;
    display: none;

}

.showimgloading .btn {
    z-index: 10;
}

.showimgloading::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    background-color: white;
}

.showimgloading img {
    width: 100%;
    height: 100%;
    float: right;
    position: absolute;
    right: 0;

}

.showimgloading a {
    position: absolute;
    float: right;
    top: 5px;
    right: 0;
}

.showerroruploadimg {

    width: 100%;
    height: 100%;
    float: right;
    z-index: 2;
    position: absolute;
    display: none;

}

.showerroruploadimg p {

    width: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    margin: auto;
    font-family: dana;
    font-size: 13pt;
    color: #ff3f00;
    height: 32px;
}

.showerroruploadimg p {

    width: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    margin: auto;
    font-family: dana;
    font-size: 13pt;
    color: #ff3f00;
    height: 32px;
}

.showerroruploadimg::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

/*پایان آپلود تصاویر*/