:root {
    --background-body: #fff;
    --background: #efefef;
    --background-alt: #f7f7f7;
    --selection: #9e9e9e;
    --text-main: #363636;
    --text-bright: #000;
    --text-muted: #70777f;
    --links: #0076d1;
    --focus: rgba(0,150,191,0.67);
    --border: #dbdbdb;
    --code: #000;
    --animation-duration: 0.1s;
    --button-base: #d0cfcf;
    --button-hover: #9b9b9b;
    --scrollbar-thumb: #aaa;
    --scrollbar-thumb-hover: var(--button-hover);
    --form-placeholder: #949494;
    --form-text: #1d1d1d;
    --variable: #39a33c;
    --highlight: #ff0;
    --select-arrow: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='63' width='117' fill='%23161f27'%3E%3Cpath d='M115 2c-1-2-4-2-5 0L59 53 7 2a4 4 0 00-5 5l54 54 2 2 3-2 54-54c2-1 2-4 0-5z'/%3E%3C/svg%3E")
}
@font-face { font-family: 'mi'; font-style: normal; font-weight: 400; src: url(../fonts/mi.eot); /* For IE6-8 */ src: url(../fonts/mi.woff2) format('woff2'); }
/* arabic */
@font-face { font-family: 'maharah'; src: url(../fonts/traditional-ar.woff2?v=1) format('woff2'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'maharah'; src: url(../fonts/traditional-arb.woff2?v=1) format('woff2'); font-weight: bold; font-style: normal; }
@font-face { font-family: 'maharah-title'; src: url(../fonts/mb.woff2) format('woff2'); font-weight: normal; font-style: normal; }
@-webkit-keyframes delete {
    0% {box-shadow: 0 0 5px rgba(0,0,0,.3);}
    10% {box-shadow: 0 0 10px red;}
    100%{box-shadow: 0 0 5px rgba(0,0,0,.3);}
}
@keyframes delete {
    0% {box-shadow: 0 0 5px rgba(0,0,0,.3);}
    10% {box-shadow: 0 0 10px red;}
    100%{box-shadow: 0 0 5px rgba(0,0,0,.3);opacity: 0;}
}
@-webkit-keyframes change {
    0% {box-shadow: 0 0 5px rgba(0,0,0,.3);}
    10% {box-shadow: 0 0 20px #5cb85c;}
    100%{box-shadow: 0 0 5px rgba(0,0,0,.3);}
}
@keyframes change {
    0% {box-shadow: 0 0 5px rgba(0,0,0,.3);}
    10% {box-shadow: 0 0 20px #5cb85c;}
    100%{box-shadow: 0 0 5px rgba(0,0,0,.3);}
}


.box-img{max-width: 100%;max-height: 40vh;border-radius: 10px;}
::-webkit-scrollbar {
    width: 10px;
		height: 6px;
}
::-webkit-scrollbar-thumb {
    background: #05444a;
    border-radius: 10px;
    border: 2px solid #f4f0eb;
}
::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.14);
    border: 3px solid #f4f0eb;
    border-radius: 10px;
}
* { box-sizing: border-box;}
*,th,b,strong,h1,h2,h3,h4,h5,h6{}
a {text-decoration: none;}
html{direction: rtl;font-family: 'maharah';line-height: 1.2;
    /*background: radial-gradient(farthest-corner at 50% 50%, #e7e8e5, #f8fbf5, #e8e9e7) !important;*/
background: white !important;
}
body{color: #707070;padding: 0;margin: 0;}
h1,h2,h3,h4,h5,h6,p{padding: 0;margin: 0;}
h1,h2,h3,h4,h5,h6,.title,.btn{font-family:maharah-title;font-weight: normal !important;}
a{color: inherit;font-weight:bold}
dialog { background-color: #f7f7f7; background-color: var(--background-alt); color: #363636; color: var(--text-main); border-radius: 6px; border: #dbdbdb; border-color: var(--border); padding:10px 15px 15px 15px;min-width: 200px;font-size:20px;outline: 0;}
dialog>header:first-child { background-color: #efefef; background-color: var(--background); border-radius: 6px 6px 0 0; margin: -10px -15px 10px; padding: 10px !important; }
dialog::-webkit-backdrop { background: rgba(0,0,0,.61); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px) }
dialog::backdrop { background: rgba(0,0,0,.61); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px) }
.flex{gap:10px;margin:0 0 10px 0}
.flex>* { flex: 1; text-align: center; margin: 0 !important;align-content: center; }
i,.mi,[ico]{font-size: inherit;font-style: normal;vertical-align: sub; font-family: 'mi'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; text-transform: none; letter-spacing: normal; word-wrap: normal; white-space: nowrap; direction: rtl; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; font-feature-settings: 'liga'; padding: 0 5px; }
[ico]::before{content: attr(ico);}
.btn >i {
    float: unset;
}
    .i-right i{
float: right;
}
label {padding: 5px;font-weight: 600;display: block;}
.flex> span,.sp{white-space: nowrap;padding: 0 5px;line-height: 2;font-weight: 600;}
hr {
    border: 0;
    padding: 0;
    margin: -3px 0 10px 0px;
    height: 10px;
    /*box-shadow: 0px 4px 6px -4px;*/
    clear: both;
}
input, textarea, select, button{font-family: 'maharah';line-height: 1;}
img.thumb {
    box-shadow: 0 0 3px;
    border-radius: 8px;
    margin: 10px 0;
    max-width: 100px;
}
/*****/
bg {
    font-size: 200%;
    line-height: 80%;
    vertical-align: middle;
}
.hide{display: none;visibility: hidden;}
.hide-imp{display: none !important;}
.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }
.col{ float: right; padding: 5px; }
.row{margin: 0 -5px;padding: 5px 0}
.warp{width: 1200px;max-width: 100%;margin: auto;padding: 0 10px;}
.warp::after,.row::after{content: "";display: block;clear: both;}
.w10, .w20, .w30, .w40, .w50, .w60, .w70, .w80, .w90, .w100 {float: right;}
.w10 {width: 10%;} .w15 {width: 15%;}
.w20 {width: 20%;} .w25 {width: 25%;}
.w30 {width: 30%;} .w35 {width: 35%;}
.w40 {width: 40%;} .w45 {width: 45%;}
.w50 {width: 50%;} .w55 {width: 55%;}
.w60 {width: 60%;} .w65 {width: 65%;}
.w70 {width: 70%;} .w75 {width: 75%;}
.w80 {width: 80%;} .w85 {width: 85%;}
.w90 {width: 90%;} .w95 {width: 95%;}
.w100 {width: 100%;}
.block{display: block;}
.inline-block{display: inline-block;}
[class*="pc-"],[class*="mob-"]{ float: right; padding: 5px;}
[class*="pc-"]>.box,[class*="mob-"]>.box{ margin: 0;}
@media (max-width: 751px) {
    [class*="pc-"]{ width: 100%; }
    .mob-auto{width:auto;}
    .mob-10 {width: 10%;} .mob-15 {width: 15%;}
    .mob-20 {width: 20%;} .mob-25 {width: 25%;}
    .mob-30 {width: 30%;} .mob-35 {width: 35%;}
    .mob-40 {width: 40%;} .mob-45 {width: 45%;}
    .mob-50 {width: 50%;} .mob-55 {width: 55%;}
    .mob-60 {width: 60%;} .mob-65 {width: 65%;}
    .mob-70 {width: 70%;} .mob-75 {width: 75%;}
    .mob-80 {width: 80%;} .mob-85 {width: 85%;}
    .mob-90 {width: 90%;} .mob-95 {width: 95%;}
    .mob-100 {width: 100%;}
    .mob_hide{display: none !important;}
    .mob-flex{display: flex;}

    ul.top_menu ul {padding: 0; margin-top: -10px; padding-top: 10px; border-right: 5px solid rgba(155, 135, 116, 0.2); z-index: 0;}
		.plist_down li { width: 50%; }
}
@media (min-width: 750px) {
  [class*="mob-"]{ width: auto; }
  .pc-10 {width: 10%;} .pc-15 {width: 15%;}
  .pc-20 {width: 20%;} .pc-25 {width: 25%;}
  .pc-30 {width: 30%;} .pc-35 {width: 35%;}
  .pc-40 {width: 40%;} .pc-45 {width: 45%;}
  .pc-50 {width: 50%;} .pc-55 {width: 55%;}
  .pc-60 {width: 60%;} .pc-65 {width: 65%;}
  .pc-70 {width: 70%;} .pc-75 {width: 75%;}
  .pc-80 {width: 80%;} .pc-85 {width: 85%;}
  .pc-90 {width: 90%;} .pc-95 {width: 95%;}
  .pc-100 {width: 100%;}
  .pc_hide{display: none !important;}
  .pc-flex{display: flex;}
}
.pad5{padding:5px;} .pad10{padding:10px;} .pad15{padding:15px;} .pad3_5{padding:3px 5px;} .pad5_10{padding:5px 10px;} .pad10_15{padding:10px 15px;}
.mar5{margin:5px;} .mar10{margin:10px;} .mar15{margin:15px;} .mar3_5{margin:3px 5px;} .mar5_10{margin:5px 10px;} .mar10_15{margin:10px 15px;}
.np{padding:0 !important;} .npl{padding-left:0 !important;} .npr{padding-right:0 !important;} .npt{padding-top:0 !important;} .npb{padding-bottom:0 !important;}
.nm{margin:0 !important;} .nml{margin-left:0 !important;} .nmr{margin-right:0 !important;} .nmt{margin-top:0 !important;} .nmb{margin-bottom:0 !important;}
.ml5{margin-left:5px;}.ml10{margin-left:10px;}.ml15{margin-left:15px;}
.mr5{margin-right:5px;}.mr10{margin-right:10px;}.mr15{margin-right:15px;}
.mt5{margin-top:5px;}.mt10{margin-top:10px;}.mt15{margin-top:15px;}
.mb5{margin-bottom:5px;}.mb10{margin-bottom:10px;}.mb15{margin-bottom:15px;}
.fleft{float: left;}
.fright{float: right;}
.box{
  /* box-shadow: 0 0 10px rgba(0,0,0,.3); */
  background: rgba(255,255,255,.9);
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 10px;
}
.cont .box{
  overflow: auto;
}
.card_list .box{
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}
.inner>.box {
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    width: 100%;
    margin: auto;
    max-width: 900px;
		max-height: 90vh;
		overflow: auto;
}
.flex span.validat-msg{
    position: absolute;
    bottom: 100%;
    left: 0;
}
/*span.validat-msg{*/
    /*position: absolute;*/
    /*bottom: 100%;*/
    /*left: 0;*/
/*}*/
label > .flex{
 position: relative;
}
.inner>.xs_box{max-width: 250px;}
.inner>.s_box{max-width: 450px;}
.inner>.m_box{max-width: 550px;}
.flat{border-radius: 0 !important;}
.unmargin10{margin: 0 -10px}
.title{
	font-size: 22px;
	font-weight: normal;
	background-color: rgb(0,0,0,.1);
	border-radius: 10px;
	padding: 2px;
}
.inner-title,.inner .title{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #f4f4f4;
    padding: 5px 14px;
    margin: -10px -9px;
    border-radius: 8px;
}
.tit{
    font-size: 25px;
    font-weight: normal;
    background-color: rgba(0,0,0,.1);
    border-radius: 10px;
    padding: 5px;
}
.inner .title>hr{margin-bottom: 0;box-shadow: 0px 4px 6px -4px;}
.inner .title i.rm_pop{padding: 8px;}
.inner>.box{padding-top: 0;}
.inner hr{box-shadow: none;}
.btn{background-color: #99bd6d;color: #fff;border-radius: 5px;box-shadow: 0 2px 3px rgba(0,0,0,.3);padding:3px 5px;font-size: inherit;border: 0;display: inline-block;    margin-left: 5px;cursor: pointer;}
.btn:hover {background: #05444a;}
.btn:focus{border: 0 !important; outline: 0;}
.btn:active {box-shadow: 0 0px 4px rgba(0,0,0,.3);}
.btn:disabled,.btn[disabled]{opacity: 0.3;}
.btn.fleft { margin-left: 0;margin-right: 10px; }
.greenbg,.redbg{background: #99bd6d;color: white ;} .redbg:hover{background: #438a43 ;} .redbg:disabled,.redbg[disabled]{opacity: 0.1;}
.lightgreen{background: mediumspringgreen;} .lightgreen:hover{background: #02e890;}
.orange{background: #FF9933;} .orange:hover{background: #FFA757;}
.clear::after{content:'';display: block;position: relative;clear: both;}
.green,.red{color: #99bd6d;}
.bluebg{background:#05444a;color:white;} .bluebg:hover{background:#0d6e77;} .bluebg:disabled,.bluebg[disabled]{opacity:0.3;}
logo{
  display: inline-block;position: relative;max-width: 100%;background:url(https://almaharah.org/theme/img/logo.svg) no-repeat center center;background-size: contain;
  height: 100px;
  aspect-ratio: 1.3 / 1;
}
.relative{
    position: relative;
}
inputbox,.inputbox {
  display: flex;
  flex: auto;
  white-space: nowrap;
  place-items: center;
  border-radius: 10px;
  padding:0;
  margin: 0px;
  position: relative;
  background: white;
  border-radius: 0;
}
.inputbox:before , inputbox:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    /* border-radius: 10px; */
    z-index: 0;
    border: 1px solid #ccc !important;
}
/* header */
.header {
    padding: 5px;
    padding-top: 0;
    font-size: 15px;
    line-height: 25px;
    box-shadow:  0 4px 6px -5px, 0 -4px 0 0 white, 0 -4px 0 0 white, 0 -4px 0 0 white;
    margin-bottom: 5px;
}
.header .box{
    border-radius: 0px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 5px;
}
.header input[type="search"] {
    box-shadow: none;
    background: transparent !important;
    border-radius: 0 !important;
    line-height: inherit !important;
    padding: 0 !important;
}
.header input[type="search"]:focus {
    outline: 0;
    border-bottom: 1px solid rgb(155, 204, 99) !important;
}
.searchreasult{
    position: absolute;
    top: 100%;
    width: 100%;
    background: rgba(255,255,255,0.8);
    padding: 5px;
    box-shadow: 0px 1px 2px -1px rgba(0,0,0,.4);
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
		z-index: 1;
}
tabs,.oauto,list{
    white-space: nowrap;
    width: 100%;
    overflow: auto;
    display: block;
    padding: 5px 0;
}
tabs[wraped]{
	overflow: visible;
  white-space: normal;
  text-align: center;
}
tabs>*{
	display: inline-block;
	padding: 5px;
	background: rgba(143, 160, 122, 0.3);
	color: #05444a;
	border-radius: 5px;
	margin-left: 5px;
  line-height: 1;
}
tabs>.active{
	background: #05444a;
	color: #fff;
}
tbox {
    overflow: auto;
    width: 100%;
    display: block;
}
tabs[wraped] >*{ margin-bottom: 5px; }
.side {
    box-shadow: 0 9px 0px 0px white, 0 9px 0px 0px white, 0 9px 0px 0px white, -3px 1px 6px -4px;
    padding: 0 0 0 5px;
}
.main_menu {
    padding: 0;
}
.main_menu ul {
    margin: 0;
    padding: 0;
}
#menu>li>a	{display:block;text-align:right;}
#menu>li>a>i{float:right;}
.main_menu ul li {
    display: flex;
    padding: 5px;
    background: white;
    border-radius: 5px;
    font-size: 23px;
    list-style: none;
    line-height: 0.9;
    margin: 8px 0;
    /*box-shadow: 0 0 3px rgba(0,0,0,.2)*/
}

.main_menu ul li:hover,.main_menu ul li.active{
  background: rgba(154, 204, 97, 0.14);
  cursor: pointer;
}

/* footer */
.footer {
    text-align: center;
}

/* content */
.content{
    background: #f6f6f6;
    padding: 10px 0;
    border-radius: 8px;
    margin: 10px 0;
}

/* foot */
.foot {
    background: #f6f6f6;
    padding: 8px;
    border-radius: 8px;
}

.more {
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    color: inherit;
    outline: 0px;
}
.tb_warp {
    overflow: initial;
}
/* tables */
.table {
    width: 100%;
    margin-bottom: 20px;
}
table {
    max-width: 100%;
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
}

.table>tbody>tr>th,.table>tbody>tr>td{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

th {
    text-align: right;
    /*background: white;*/
}

/* filter */
.filter {
    background: white;
    padding: 10px;
    border-radius: 8px;
    margin: 10px 0;
}

/*input[type='text']{
    width: 100%;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-size: inherit;
    padding: 5px;
}*/
textarea {resize: none;}
input:focus, textarea:focus, select:focus,.select2-selection:focus {
    box-shadow:inset 0 0 0pt 2pt #5cb75b70;
    outline: unset;
}
input, textarea:not(.note-codable), select,.select2-selection {
    width: 100% !important;
    background-color: white !important;
    border-radius: 10px !important;
    border: 2px solid rgba(0,0,0,.1)!important;
    /* box-shadow: inset 0 0 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.5); */
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-size: inherit !important;
    padding: 1px 5px !IMPORTANT;
    height: auto !important;
    line-height: 1.5 !important;
    vertical-align: middle;
}
input:disabled, textarea:disabled, select:disabled,.select2-selection:disabled{opacity: 0.3;}

.select2-selection input{    padding: 0 !important; margin: 0 !important; }
input[type="checkbox"] {
    box-shadow: none;
    width: 15px !important;
    height: 15px !important;
}
alert,.alert { display: block; position: relative; background: rgba(255, 202, 0, 0.14); padding: 5px; padding-right: 35px; box-shadow: 0 0 3px rgba(185, 128, 0, 0.38); margin: 10px 0; border-radius: 5px; position: relative;color:#b98000; }
.alert::before,alert::before{content: "info"; display: block; position: absolute; right: 5px; top: 5px; font-size: 25px; font-family: mi; line-height: 1;}
succ,.succ { display: block; position: relative; background: rgba(205, 245, 201, 0.45); padding: 5px; padding-right: 30px; box-shadow: 0 0 3px rgb(180, 204, 175); margin: 10px 0; border-radius: 5px; position: relative;color:#8ec384; }
.succ::before,succ::before{content: "✔";display: block;position: absolute;right: 5px;top:0;color:#8ec384;font-weight: bolder;}
.error,error { display: block; position: relative; background: rgba(255, 0, 0, 0.14); padding: 5px; padding-right: 35px; box-shadow: 0 0 3px rgba(185, 0, 0, 0.38); margin: 10px 0; border-radius: 5px; position: relative;color:#a92929; }
.error::before,error::before{content: "info"; display: block; position: absolute; right: 5px; top: 5px; font-size: 25px; font-family: mi; line-height: 1;}
.fs13{font-size: 13px;}
.fs14{font-size: 14px;}
.fs15{font-size: 15px;}
.fs20{font-size: 20px;}
.fs25{font-size: 25px;}
.fs30{font-size: 30px;}
.bold{font-weight: bold;}
.table{display: table;}
middel,.middle{
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.popup_frame,.shade {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.2);
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.popup_frame{background: transparent;z-index: 1;}
.popup_frame>.inner {
    display: table-cell;
    vertical-align: middle;
    padding: 16px;
}
.popup_frame>.close{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}
loading {
    display: block;
    width: 41.5px;
    height: 40px;
    background: url(../img/loading.svg) no-repeat center center;
    background-size: contain;
    margin: auto;
}
.pointer,.rm_pop{
  cursor: pointer;
}
.has-error{
  position: relative;
}
span.validat-msg {
  background: #f7e2e2;
  padding: 4px 8px;
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(0,0,0,.3);
  float: left;
  margin-left: 2px;
  line-height: inherit;
  font-weight: unset;
  white-space: nowrap;
}
.card-img{
    height: 85px;
    max-width: 130px;
    display: block;
    margin-left: 0;
    margin-right: auto;
}
.link{text-decoration: underline;}
.link:hover{color: blue;}
.inline-group {display: flex;}
.flex{display: flex;position: relative;}
.flexcenter>*{align-self: center;}
.print_logo{display:none;}
.tbl tr {border-top: 1px solid rgba(0,0,0,.1);}
.tbl tr:first-child {border-top: 0;}
@media (max-width: 751px){
.header .box{
    padding: 0;
    border-radius: 8px;
    font-size: 17px;
    line-height: 32px;
}
}
@media print {
    .print_logo{display:block;height: 2cm}
    .header,.side,.cont .search,.btn{display:none !important;}
    body{background: transparent;}
    .box{box-shadow: none;border-radius: 0;}
    .cont{background:transparent;box-shadow:none;}
    .hide4print{display: none;}
    .warp{padding: 0}
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 25px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: calc( 100% - 8px);
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #9ece5a;
}

input:focus + .slider {
    box-shadow: 0 0 1px #9ece5a;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 13px;
}

.slider.round:before {
    border-radius: 10px;
}
.badge {
	background: #d4cec4;
	border-radius: 6px;
	padding: 5px !important;
	line-height: 100%;
	color: white;
}
.searchreasult > a {
    padding: 5px;
}
.focused {
	background: rgba(0, 0, 0, 0.05);
	border-radius: 8px;
	padding: 0 6px;
}


.copleft{
    text-align: left;
    width: 30%;
    border-right: rgb(245, 241, 235) 2px dashed;
    padding: 5px;
    position: relative;
}
.copright{
    margin: 5px;
    width: 70%;
    height: 14vw;
    max-height: 14vh;
    background-repeat:no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
}
.cop_icon{
    font-size: 40px;
    opacity: .1;
    position: absolute;
    left: 5px;
    top: 5px;
}
.couppon_card {
    background: white;
    border-radius: 8px;
    display: flex;
}
.cop_cont{
    position: absolute;
    bottom: 0;
    width: calc(100% - 10px);
}
.price {
    color: #ff8104;
    position: absolute;
    bottom: 4px;
    left: 5px;
    font-size: 10px;
    direction: ltr;
    white-space: nowrap;
    right: 0px;
    display: inline-block;
    overflow: hidden;
}

.mer_card {
    background: white;
    border-radius: 8px;
    display: flex;
}
.mer-back{
    margin: 5px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
    width: calc(100% - 10px);
}
.act {background: rgb(63, 109, 63);color: white;}

.no-scroll{overflow: hidden;}

.toolbar {

}

.rd-cont {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
}

/* Hide the browser's default radio button */
/* .rd-cont input {
     position: absolute;
     opacity: 0;
     cursor: pointer;
 }*/

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.rd-cont:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.rd-cont input:checked ~ .checkmark {
    background-color: #5cb85c;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.rd-cont input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.rd-cont .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.wb{word-break: break-word;}
.modified-delete{-webkit-animation-name: delete;-webkit-animation-duration: 0.8s;animation-name: delete;animation-duration: 0.8s;}
.modified-change{-webkit-animation-name: change;-webkit-animation-duration: 2s;animation-name: change;animation-duration: 2s;}
.hr {box-shadow: 0px 4px 6px -4px;}
.mauto{display: block;margin: auto;float: none;}
.btn.active,btn.active{background: #05444a !important;}
[lrt],.ltr{ direction: ltr;}
[rtl],.rtl{ direction: rtl;}
inputbox > * ,.inputbox > * { place-self: center; display: block; box-shadow: none;position: relative;z-index: 1; background: transparent !important;padding: 5px;}
inputbox > label,.inputbox > label { padding-top: 0;padding-bottom: 0;}
inputbox .select2-selection,.inputbox .select2-selection,inputbox .select2-container,.inputbox .select2-container{ padding:0;box-shadow: none; background: transparent !important;border: 0 !important;}
inputbox .select2-selection__arrow,.inputbox .select2-selection__arrow{top: -2px !important; left: 0 !important;}
inputbox .select2-selection__rendered,.inputbox .select2-selection__rendered{padding-right: 0 !important;}
.dashbox {
	background: rgb(242 242 242);
	border-radius: 7px;
	box-shadow: 0 2px 6px -4px rgb(0 0 0 / 57%);
	padding: 5px;
}
