@font-face {
  font-family: moonlineA_1;
  src: url("Helvetica Moonline A_1.ttf");
}
@font-face {
  font-family: moonlineB_2;
  src: url("Helvetica Moonline B_2.ttf");
}
@font-face {
  font-family: moonlineC_3;
  src: url("Helvetica Moonline C_2.ttf");
}



body{
    font-family: moonlineB_2;    
    font-size:12px;
	color: #999;
	background: #f5f5f5;
	direction: rtl;
}
.moonlineA_1{
  font-family: moonlineA_1;    
}
.moonlineC_3{
    font-family: moonlineC_3;    
}
.moonlineB_2{
    font-family: moonlineB_2;    
}
*{
    font-family: moonlineC_3;
    font-size:16px;
}
small{
    font-family: moonlineB_2;
}
li{
	list-style: none;
}
a,a:hover{
	text-decoration: none;
}
.models {
    z-index: 100;
    max-height: 95%;
    overflow-y: auto;
}

.loading{
  z-index: 1000;
}
.loading, .models {
  position: fixed;
  height: 100px;
  width: 100px;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}


.modal-login {
	color: #636363;
	width: 350px;
}
.modal-login .modal-header {
	border-bottom: none;
	position: relative;
	justify-content: center;
}
.modal-login h4 {
	text-align: center;
	font-size: 26px;
}
.modal-login  .form-group {
	position: relative;
}
.modal-login i {
	position: absolute;
	left: 13px;
	top: 11px;
	font-size: 18px;
}
.modal-login .form-control {
	padding-left: 28px;
}
.modal-login .form-control:focus {
	border-color: #00ce81;
}
.modal-login .form-control, .modal-login .btn {
	min-height: 40px;
	border-radius: 3px; 
}
.modal-login .hint-text {
	text-align: center;
	padding-top: 10px;
}
.modal-login .close {
	position: absolute;
	top: -5px;
	right: -5px;
}
.modal-login .btn, .modal-login .btn:active {	
	border: none;
	line-height: normal;
}
.modal-login .btn:hover, .modal-login .btn:focus {
	background: #00bf78 !important;
}
.modal-login .modal-footer {
	background: #ecf0f1;
	border-color: #dee4e7;
	text-align: center;
	margin-bottom: 20px;
	border-radius: 0 0 10px 10px;
	font-size: 13px;
	justify-content: center;
}
.modal-login .modal-footer a {
	color: #999;
}
.trigger-btn {
	display: inline-block;
	margin: 100px auto;
}
.modal-content {
    margin: 0;
    padding: 85px 22px 42px 22px;
    height: 100vh;
    border: none;
    background: #FFF;
    border-radius: 70px;
}
.lang {
    background: #777;
    color: #FFF;
    padding: 3px 15px;
    border-radius: 8px;
    cursor: pointer;
}
.mobiphon{
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
}
.lang.activ {
    background: #0089ca;
}
.imglod{
    z-index: 1;
    position: relative;
    border-radius: 100%;
}
.serchop{
    width: 66%;
    padding: 0 0;
    display: inline;
    min-height: 20px !important;
    height: 29px;
}
.hedbazr{
    background: #9cd1ff;
    padding: 20px 5px 5px 5px;
}
.srchok{
    display: inline;
    position: relative;
}
i.fas.fa-search.srch {
    position: absolute;
    font-size: 13px;
    margin: -5px 0 0 -5px;
    cursor: pointer;
}
.eclipse-slides {
    height: 130px;
    border-radius: 5px;
    background: #e4e4e4;
    font-size: 50px;
    text-align: center;
    color: #000000;
    z-index: 1;
}
.modal-body {
    padding: 20px;
    overflow-y: scroll;
    background: #f5f5f5;
}
.prodacto {
    background: #FFF;
    width: 46%; 
    margin: 5px 2px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}
b.fas.fa-trash.deletparc {
    position: absolute;
    right: 5px;
    font-size: 25px;
    cursor: pointer;
    color: #F00;
    top: 10px;
}
.buybtn{
    font-family: 'moonlineC_3' !important;
    color: #FFF !important;
    background: #0037ff !important;
    font-size: 19px !important;
}
.prodimg{
    position: relative;
    overflow: hidden;
    height: 155px;
}
.prodimg img, .swiper-slide img{
  position: absolute;
  top: -9999px;
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
  height: 100%;
  margin: auto;
}
.prodimgsl{
    position: relative;
    overflow: hidden;
    height: 155px; 
}
.prodimgsl img{
  position: absolute;
  top: -9999px;
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
  width: 100%;
  margin: auto;
}
.toprod{
    text-align: center;
    margin-top: 3px;
}
.detilepro {
    height: 35px;
    font-size: 17px;
}
span.nrxak {
    font-size: 20px;
}
span.caran {
    font-size: 9px;
}
span.nrxak {
    color: #0024a9;
}
hr{
    margin: 2px 0;
    border-top: solid 1px #000;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
  background: #888; 
}
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.heddiv {
    background: #3c4156;
    color: #FFF;
    padding: 10px;
    height: 45px;
    text-align: center;
    position: relative;
}
i.fas.fa-sign-out-alt {
    font-size: 25px;
    position: absolute;
    right: 15px;
    color: #FFF;
    cursor: pointer;
}
i.fas.fa-home {
    font-size: 25px;
    position: absolute;
    left: 0;
    padding: 0 10px;
    cursor: pointer;
}
.chlang {
    position: absolute;
    left: 50px;
    background: #fff;
    color: #000;
    padding: 0 10px;
    cursor: pointer;
}
.chlang:hover {
    background: #a7ffef;
    border-radius: 10px;
}
.at-item {
    width: 40%;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border-radius: 15px 0;
    border: solid 1px #001682;
    margin: 7px;
    background-color: #0000007a;
    animation-name: flip-in-diagonal-bl;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
}
@keyframes flip-in-diagonal-bl {
  0%{
    -webkit-transform: rotate3d(1,1,0,80deg);
    transform: rotate3d(1,1,0,80deg);
    opacity: 0;
  }
  100%{
    -webkit-transform: rotate3d(1,1,0,0deg);
    transform: rotate3d(1,1,0,0deg);
    opacity: 1;
  }
}
div#main {
    text-align: center;
    color: #000;
    padding: 0px;
    position: relative;
    margin: 0px 0px 60px 0px;
}
.rapo {
    background: #fff5d9;
    width: 96%;
    margin: 2%;
}
.rapo .tit {
    background: #ffcf87;
}
div.at-container {
    align-items: center;
    justify-content: center;
    height: 100%;
}
.at-item img {
    width: 100%;
    padding: 7px;
}
.foxetop {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.at-item p {
    color: #000;
    text-shadow: #fff 0 0 2px;
    margin: 0;
    background: #f8ffbb;
    border-radius: 0px 0px 15px 0;
}


.models {
  animation-name: rotate-in-tr-anticlock;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}

@keyframes rotate-in-tr-anticlock {
  0%{
    -webkit-transform: scale(.2);
    transform: scale(.2);
  }
  100%{
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.modelf {
    background: #FFF;
    height: 100%;
    overflow-y: auto;
    position: relative;
    border-radius: 10px;
    width: 100%;
    color: #000;
    text-align: center;
    border: solid 1px;
}
div#modeltitle {
    background: #e4e4e4;
    border-radius: 10px 10px 0px 0;
    padding: 10px;
}

.modal-login {
	color: #636363;
	width: 350px;
}
.modal-login .modal-content {
	padding: 20px;
	border-radius: 5px;
	border: none;
    margin: 0;
}
.modal-login .modal-header {
	border-bottom: none;
	position: relative;
	justify-content: center;
}
.modal-login h4 {
	text-align: center;
	font-size: 26px;
}
.modal-login  .form-group {
	position: relative;
}
.modal-login i {
	position: absolute;
	left: 13px;
	top: 11px;
	font-size: 18px;
}
.modal-login .form-control {
	padding-left: 40px;
}
.modal-login .form-control:focus {
	border-color: #00ce81;
}
.modal-login .form-control, .modal-login .btn {
	min-height: 40px;
	border-radius: 3px; 
}
.modal-login .hint-text {
	text-align: center;
	padding-top: 10px;
}
.modal-login .close {
	position: absolute;
	top: -5px;
	right: -5px;
}
.modal-login .btn, .modal-login .btn:active {	
	border: none;
	line-height: normal;
}
.modal-login .btn:hover, .modal-login .btn:focus {
	background: #00bf78 !important;
}
.modal-login .modal-footer {
	background: #ecf0f1;
	border-color: #dee4e7;
	text-align: center;
	margin: 0 -20px -20px;
	border-radius: 0 0 10px 10px;
	font-size: 13px;
	justify-content: center;
}
.modal-login .modal-footer a {
	color: #999;
}
.modelf i.fa.fa-remove {
    position: absolute;
    right: 5px;
    color: red;
    font-size: 20px;
    cursor: pointer;
}
.modelbg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0,0,0,0.3);
}
.addp {
    font-size: 45px;
    color: #3c4156;
    position: fixed;
    background: #FFF;
    right: 10px;
    bottom: 10px;
    border-radius: 100%;
    cursor: pointer;
    z-index: 1;
}
.card-text {
    position: relative;
}
p.protitle {
    margin: 0;
    padding: 3px 3px;
    height: 80px;
    border-top: solid 1px #d4d4d4;
    background: #e6e6e6;
    font-size: 14px;
}
.inputfile {
    position: absolute;
    font-size: 0;
    padding: 0;
    margin: 0;
    border: none;
    z-index: -5;
    background: none;
}
.ccvb{
    background: #FFF;
    border-radius: 5px;
    position: relative;
    border: solid 1px #a0a0a0;
}
i.fas.fa-pen-square.edto {
    font-size: 25px;
    cursor: pointer;
    position: absolute;
    right: 2%;
    top: 1%;
}
.nasrbtn {
    position: relative;
    right: 0;
    z-index: 1;
}
input.chavt {
    position: absolute;
    left: 1%;
    top: 1%;
    cursor: pointer;
    height: 23px;
    width: 23px;
}
span#usereror {
    position: absolute;
    top: 1px;
    left: 3px;
    color: #F00;
    font-size: 10px;
    width: 40%;
    padding: 3px 0;
    height: 35px;
}
.bashpirm {
    width: 170px;
    display: inline-block;
    background: #c4e6ff;
    position: relative;
    margin: 3px;
    border: solid #a9a9a9 1px;
    padding: 3px;
    height: 45px;
}
.imgipm{
    height: 30px;
    width: 30px;
    position: absolute;
    top: 13%;
    right: 2px;
}
.textinpo{
    font-size: 13px;
    height: 38px;
    margin: 0 30px;
}
.navbar-dark .navbar-nav .nav-link {
    color: #000;
    border-top: solid 1px #a2a2a2;
    background: #c1c1c1;
}
.nav-link:hover {
    background: #FF0000;
}
button.navbar-toggler {
    margin-left: 10px;
    background: #ffad49;
}
ul.navbar-nav {
    padding: 0 4%;
    text-align: center;
}
.navbar {
    border-bottom: solid 2px #e5ebec;
}
.navb {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 55px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    border-top: solid #b5b5b5 1px;
    background-color: #ffffff;
    display: flex;
    overflow-x: auto;
}

.navb__link {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    min-width: 50px;
    overflow: hidden;
    white-space: nowrap;
    font-family: sans-serif;
    font-size: 13px;
    color: #444444;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.1s ease-in-out;
}

.navb__link:hover {
    background-color: #eeeeee;
}

.navb__link--active {
    color: #009578;
}

.navb__icon {
    height: 50%;
    display: contents;
    font-size: 26px !important;
}
.allparcho {
    width: 170px;
    display: inline-block;
    margin: 5px;
}
.nasduop{
    margin: 2% 3px 0 3px;
    padding-right: 25px;
    height: 190px;
    overflow-y: auto;
    position: relative;
    border: solid 1px;
}
i.fas.fa-trash.ujo {
    position: absolute;
    z-index: 1;
    left: 5px;
    top: 5px;
    color: #f70018;
    cursor: pointer;
}
.yoprf {
    position: absolute;
    top: 0;
    right:0px;
    margin: 4px 3px;
}
.imgop {
    width: 130px;
    height: 80px;
    display: inline-block;
    border: solid 1px;
    margin: 3px;
    border-radius: 8px;
}
.gnkp{
    background: #dc3545;
    border-radius: 100%;
    color: #FFF;
    font-size: 25px;
    height: 45px;
    display: inline;
    padding: 0 10px;
}
.mnue.btn {
    width: 90px;
    margin: 2px 0;
    background: #fff6d7;
    height: 80px;
}
.mnue.btn i {
    font-size: 30px;
    margin: 10px 0;
}
.form-group label {
    position: absolute;
    right: 0;
    background: #ced4da;
    width: 110px;
    height: 38px;
    padding: 1% 5%;
    font-size: 11px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}
.mobbody {
    max-height: calc(100vh - 105px);
}

.dboip{
    position: absolute;
    bottom: 10px;
    right: 0;
    padding: 13px 0;
    width: calc(100vw);
    background: #f7feff;
}
span.dtlp_nrxok {
    font-size: 20px;
    color: #0037ff;
}
span.dtlp_nrxph del {
    color: #6f6f6f;
    font-size: 13px;
}
span.dtlp_rezdh {
    background: #95acff;
    font-size: 14px;
    padding: 2px 7px;
    border-radius: 6px;
}
summary {
    color: #000;
    padding: 10px 5px;
    text-align: initial;
}
details {
    margin: 2px;
    border-top: solid 1px #9ca4ff;
    border-bottom: solid 1px #9ca4ff;
}
.topicons {
    position: relative;
    height: 40px;
    background: #cad8ff;
    text-align: right;
}
i.btnt {
    background: #e6e2ff;
    padding: 4px 7px 4px 8px;
    border-radius: 100%;
    cursor: pointer;
}
i.fas.fa-chevron-right.back {
    position: fixed;
    top: 90px;
    right: 5px;
    width: 45px;
    color: #F00;
    font-size: 34px;
    z-index: 200;
}
a.fas.fa-sign-out-alt {
    position: absolute;
    top: 1%;
    font-size: 27px;
    cursor: pointer;
    right: 2%;
}
.lango{
    position: absolute;
    top: 4px;
    left: 0;
    background: none;
    border: none;
    color: #007bff;
}
b.fas.fa-heart.deletparc {
    position: absolute;
    right: 5px;
    font-size: 20px;
    color: #F00;
    top: 25%;
    cursor: pointer;
}
i.fa-heart.fave {
    position: fixed;
    top: 90px;
    left: 10px;
    width: 45px;
    color: #F00;
    font-size: 34px;
    z-index: 200;
    padding: 4px 2px 4px 1px;
}
.bashakan img {
    width: 90%;
    max-height: 90px;
    margin: 5%;
}
.bashakan {
    width: 30%;
    display: inline-block;
    background: #eaeaea;
    margin: 3px;
    border-radius: 5px;
    cursor: pointer;
    border: solid 1px #bdbdbd;
}
.bashakan.bchok {
    width: 22%;
}
.bashakan p {
    font-size: 10px;
    margin: 0;
    height: 27px;
    padding: 5px 0;
    overflow-y: hidden;
}
.addgre{
    background: #82ff72 !important;
    border-left: solid 4px #fafafa;
    color: #000 !important;
}
.addred {
    background: #ff7272 !important;
    border-right: solid 4px #fafafa;
    color: #000 !important;
}
.xrnaw {
    font-size: 26px;
    font-family: revert;
    max-width: 162px !important;
    width: 54px;
    position: absolute;
    border: solid #FFF;
    left: 39%;
    z-index: 2;
    background: #9cd1ff;
    border-radius: 100%;
    padding: 9px 0px 0px 0px;
    margin: 0 0 0 -30px;
}
span.zmaty, span.zmatyf {
    position: absolute;
    top: 0;
    margin: 0 0 0 5px;
    color: #F00;
}
.prodact {
    background: #FFF;
    margin: 4px;
    height: 48px;
    padding: 15px;
    border-radius: 5px;
    box-shadow: #ccc 0px 0px 0px 1px;
    position: relative;
    cursor: pointer;
}
img.imgposiz {
    height: 44px;
    border-radius: 5px;
    margin: 2px;
    position: absolute;
    left: 0;
    top: 0;
}
img.recapcher {
    position: absolute;
    left: 7px;
    top: 1px;
    height: 90%;
    border-radius: 10px 0 0 10px;
    z-index: 20;
}
.danazan {
    display: inline-block;
}
.danazan.idp {
    position: absolute;
    right: 20px;
    width: 40px;
}
.danazan.nme {
    width: 30%;
    position: absolute;
    font-size: 15px;
    top: 4px;
    right: 58px;
    border-left: solid 1px;
    border-right: solid 1px;
    height: 38px;
}
.danazan.dro {
    position: absolute;
    width: 37%;
    right: 47%;
    padding: 2px;
    border-top: solid 1px;
    top: 47%;
    font-size: 14px;
}
span.danaaop {
    color: #F00;
    font-size: 14px;
    text-shadow: #fff 0px 0px 2px;
}
.danadana {
    position: absolute;
    top: 0;
    right: 48%;
    width: 36%;
    height: 18px;
    text-align: center;
    padding: 0px;
}
.buydetil {
    background: linear-gradient(to right, #ffe5b600 0,#bbfcff 100%);
    padding: 3px 3%;
    margin: 3px;
    position: relative;
    text-align: right;
    text-shadow: #f1ffb3 1px 1px 1px;
}
.buydetil span {
    color: #F00;
    float: left;
    margin: 0 2%;
}
.buydetil span b {
    font-size: 10px;
    color: #000;
}
.bnbcv span {
    font-size: 21px;
    color: #0020ff;
}
.bnbcv span b {
    color: #000;
    font-size: 12px;
}
select#parezga {
    display: inline-block;
    width: 30%;
    padding: 0;
    font-size: 10px;
    min-height: 30px;
    color: #000;
}
img.recaplog {
    position: absolute;
    left: 2px;
    top: 1px;
    height: 94%;
}
.col-sm-2 {
   margin-bottom: 0;
    width: 50%;
    padding: 5px;
}
.bncop {
    text-align: right;
    padding: 1% 2%;
}
.btn.btn-success.dawakrdn {
    display: list-item;
    padding: 4px;
    min-height: 24px;
    margin: 5px 0;
    position: relative;
}
.btn.btn-success.dawakrdn i {
    top: 20%;
}
textarea#adresakay {
    resize: none;
    margin: 5px 0;
}
.impty {
    background: #fff0f7;
    border: solid #F00 2px;
    border-radius: 5px;
    margin: 8px 4px;
    padding: 6px;
}
.allorders {
    position: fixed;
    bottom: 5px;
    left: 5px;
    font-size: 23px;
    cursor: pointer;
    color: #015196;
}
.allorders b {
    font-size: 27px;
    vertical-align: bottom;
}
.allorders span {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 15px;
    width: 30px;
    font-size: 18px;
    color: #F00;
    text-shadow: #ff0063 0px 0px 2px;
}
.danazan.nme span {
    color: #F00;
    font-size: 14px;
}
.danazan.dro .datip {
    background: linear-gradient(to right, #b6eeff 0%,#f6f6f600 100%);
    font-size: 12px;
    margin: 2px 0;
    padding: 3px 0 0 0;
}
.nasrprspan {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 3px;
    bottom: 5px;
}
.input-group .input-group-text {
    border-radius: 0 5px 5px 0 !important;
    margin-right: 6px;
    position: relative;
    width: 45px;
}
.input-group .form-control {
    border-radius: 5px 0 0 5px !important;
}
.wchp {
    background: #fff6cb;
    padding: 8px;
}
.input-group.mb-3 .form-control {
    margin-left: 5px;
}
p.title {
    margin: 10px 0 5px 0;
    background: #f15a24;
    color: #FFF;
}
.swiper-slide.prodimg.swiper-slide-active p {
    position: absolute;
    color: #FFF;
    text-shadow: #7fff00 0px 0px 6px;
    padding: 7%;
}
.bashsarake {
    background: #ffe7de;
    white-space: nowrap;
    direction: ltr;
    overflow-x: scroll;
    height: 135px;
    position: relative;
}
.rotor-leaf-front, .flipdown.flipdown__theme-dark .rotor-bottom {
    font-size: 30px;
}
.customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.customers td, .customers th {
    border: 1px solid #ddd;
    padding: 3px;
    font-size: 11px;
}

.customers tr:nth-child(even){background-color: #f2f2f2;}
.customers tr:nth-child(odd){background-color: #FFF;}
.customers tr:hover {background-color: #ddd;}

.customers th {
  padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #929800;
    color: white;
}
.heder {
    position: relative;
}
p.daty1 {
    color: #000;
    font-size: 14px;
    left: 3px;
    margin: 0;
    position: absolute;
    bottom: 25px;
}
p.daty2 {
    color: #000;
    font-size: 14px;
    left: 3px;
    margin: 0;
    position: absolute;
    bottom: 2px;
}
.timerak {
    background: #212121;
    color: #FFF;
    border-radius: 3px;
    padding: 4px 3px 0 3px;
    margin: 7px 0 0 0;
    display: inline-block;
    line-height: 20px;
}
i.fas.fa-times.nnmbv {
    position: absolute;
    left: 5px;
    color: #F00;
    font-size: 23px;
    cursor: pointer;
}
.rokarsfr {
    background: #FFF;
    width: 96%;
    border-radius: 8px;
    padding: 10px;
    min-height: 89vh;
    margin: 54px 7px 10px 0px;
}
.countero {
    margin: 12px 8px;
    position: relative;
    padding: 2px;
    background: #fff7ae;
    text-align: center;
}
.kashback {
    position: absolute;
    left: 2px;
    top: 2px;
}
i.fas.fa-hand-holding-usd span {
    margin-left: 5px;
}
.countero span {
    position: absolute;
    left: 0;
    top: 35%;
    color: #f15a24;
    font-size: 12px;
}
.countero.timercount.inpost {
    padding: 0px 8px 3px 8px;
    position: absolute;
    margin: -33px 11% 0 0;
    border-radius: 5px 5px 0 0;
    background: #bbb;
}
.countero.timercount.xwarpost {
    background: linear-gradient(to right, #ffd384 0%,#ff5200 100%);
    text-align: center;
    padding: 0 0 7px 0;
}
b.fas.fa-plus-square {
    position: absolute;
    bottom: 2px;
    left: 2px;
    font-size: 27px;
    color: #9800a2;
    cursor: pointer;
    z-index: 1;
}
.bashakan p {
    font-size: 13px;
}
img.imgjomla {
    width: 48px;
    position: absolute;
    margin: 0 10px;
    left: 0;
    top: 0;
}
.vbnOP12 {
    background: linear-gradient(to right, #b6ffab 0%,#f6f6f600 100%);
    font-size: 20px;
}
.vbnOP13 {
    background: linear-gradient(to right, #ffadab 0%,#f6f6f600 100%);
    font-size: 20px;
}
@media only screen and (max-width: 600px) {
.modal-login {
    width: 100%;
}
}