@font-face {
    font-family: NeoArabic;
    src: url("./../fonts/NeoSansArabic.ttf");
}
@font-face {
    font-family: NeoMediumArabic;
    src: url("./../fonts/Neo Sans Arabic Medium.ttf");
}
a{
    color: #000;
}
.f-25{
    font-size: 25px!important;
}
.f-20{
    font-size: 20px!important;
}
.f-19{
    font-size: 19px!important;
}
.f-18{
    font-size: 18px!important;
}
.f-17{
    font-size: 17px!important;
}
.f-16{
    font-size: 16px!important;
}
.f-15{
    font-size: 15px!important;
}
.f-14{
    font-size: 14px!important;
}
.f-13{
    font-size: 13px!important;
}
.f-12{
    font-size: 12px!important;
}
.f-11{
    font-size: 11px!important;
}

.f-10{
    font-size: 10px!important;
}

.f-9{
    font-size: 9px!important;
}


.line-1{
    line-height: 1;
}
*{
    direction: rtl;
    text-align: right;
    font-family: NeoArabic;
}
a,a:focus,a:hover{
    text-decoration: none;
    color: inherit;
}
button:focus{
    outline: none;
}
html, body{
    /*min-height: 100vh !important;*/
    background: #ebebeb!important;
    padding: 0!important;
    color: #000
}
.main-color{
    color:#0DAE91;
}

.sec-color{
    color:#1A2135
}
.third-color{
    color:#22282D
}
.main-btn{
    background: #0DAE91!important;
    color: #fff;
    border-radius: 4px!important;
    display: inline-block;
}

.sec-btn{
    background: #F5F5F5;
    /*background: #F5F5F5!important;*/
    color: #fff;
    border-radius: 4px!important;
    padding: .6rem;
    display: inline-block;
    border: 1px solid #B2BEDA;
}
.main-bg{
    background: #0DAE91!important;
}

.sec-bg{
    background: #F5F5F5!important;
}
.main-border{
    border:2px solid #0DAE91;
}
.main-btn:focus,.main-btn:hover{
    background: #0DAE91!important;
    color: #fff;
}
.login-page{overflow: hidden}
.main-btn img{
   float: right;
}
nav{
    top:0;
    right: 0;
    z-index: 999;
}
.sec-btn{
    border: 1px solid #979797;
    border-radius: 4px!important;
    padding: .6rem;
    color:#000;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.sec-btn:hover:not(.no-effect){
    border: 1px solid #979797;
    padding: .6rem;
    background: #0DAE91!important;
    color:#fff!important;
}
.has-sidebar{
    margin-right: 291px;
    margin-top: 88px;
    /*background: #fff;*/
    margin-left: 45px;
    border-radius: 5px;
    padding: 10px;
}
.content{
    box-sizing: border-box;
    overflow: hidden;
    max-width: 100vw;
    height: inherit;
    /*min-height: 100vh;*/
}
.btn-green{
    background: #0DAE91 !important;
    border-radius: 4px;
}
img.login-bg{
    min-height: 100% !important;
    height: 100vh !important;
    width: 100% !important;
}
.login{
    width: 407px;
}
.login-content-header{

    text-align: center;
    font-size: 40px;

}
.login-logo{
    text-align: center;
}
.navbar-toggler{
    border: none;
}
.navbar-toggler.active .navbar-toggler-icon {
    background-image:url("../images/site");
}
/*right bar*/
.right-bar{
    height: 100%;
    right: 0;
    background: #0DAE91;
    top:65px;
    z-index: 999;
}
.right-bar ul li {
    display: block;
    margin: 2px 0;
}
.right-bar ul li a{
    padding: 11px 10px;
    display: block;
}
.right-bar ul li a.active{
    border-left: 3px solid #fff;
}
.right-bar ul li a img{
    opacity: .5;
}
.right-bar ul li a.active img{
    opacity: 1;
}

/*side-bar*/
.side-bar{
    background: #f5f5f5;
    right: 0;
    width: 274px;
    margin-top: 0px;
    min-height: 100vh;
    top:64px;
    border-left: 1px solid #B2BEDA;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.side-bar ul li {
    display: block;
}
.side-bar ul li a img {
    /*display: none;*/
}
.side-bar .sidebar-link{

}
.side-bar ul li.completed a  {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.side-bar ul li.completed a img {
    display: block;
}
.side-bar ul li a{
    /*padding: 15px 10px;*/
    display: block;
    color: #000000;
    text-decoration: none;
}
.side-bar ul li a.active{
    background: #0DAE911A;
    color: #0DAE91;
}
.side-bar ul li a.show{
    color: #000;
}
.side-bar ul li.sub-menu ul li a{
    color: #000!important;
}
.side-bar ul li ul li .badge{
    width: 20px;
    height: 20px;
    background: #fff;
    color: #0DAE91;
    border:2px solid #0DAE91;
}
.side-bar ul li ul li .badge.indicator-active{
    width: 20px;
    height: 20px;
    background:#0DAE91 ;
    color: #fff;
    border:2px solid #0DAE91;
}
.side-bar ul li.sub-menu ul{
    padding: 0;
    margin: 0;

}
.side-bar ul li.sub-menu ul li a {
    display: flex;
    align-items: center;
}

.side-bar:hover{
    overflow: hidden;
    overflow-y: overlay;
}

.side-bar::-webkit-scrollbar-track,
.add-branch-box::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px #fff;
    background-color: #fff;
    border-radius: 10px;
}

.side-bar::-webkit-scrollbar,
.add-branch-box::-webkit-scrollbar
{
    width: 5px;
    background-color: #fff;
}

.side-bar::-webkit-scrollbar-thumb,
.add-branch-box::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: #FFF;
    background-image: -webkit-gradient(linear,
    40% 0%,
    75% 84%,
    from(#4D9C41),
    to(#19911D),
    color-stop(.6,#54DE5D))
}
.side-bar .navbar-toggler img{
    width: 17px;
}
/**/


.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img{
    width: 100%;
}
.checkbox-con {
    display: block;
    position: relative;
    margin-top: 12px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*!* Hide the browser's default checkbox *!*/
/*.checkbox-con input {*/
/*    position: absolute;*/
/*    opacity: 0;*/
/*    cursor: pointer;*/
/*    height: 0;*/
/*    width: 0;*/
/*}*/

/*!* Create a custom checkbox *!*/
/*.checkmark {*/
/*    !*position: absolute;*!*/
/*    width: 25px;*/
/*    height: 20px;*/
/*    margin-left: 5px;*/
/*}*/

/*!* On mouse-over, add a grey background color *!*/
/*.checkbox-con:hover input ~ .checkmark {*/
/*    !*background: url("../images/site/checkedbox.svg");*!*/

/*}*/

/*!* When the checkbox is checked, add a blue background *!*/
/*.checkbox-con input:checked ~ .checkmark:after {*/
/*    background: url("../images/site/checkedbox.svg");*/
/*}*/
/*.checkbox-con input[type=radio]:checked ~ .checkmark:after {*/
/*    background: url("../images/site/checked-radio.svg");*/
/*}*/
/*.checkmark:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*}*/

/*!* Show the checkmark when checked *!*/
/*.checkbox-con input:checked ~ .checkmark:after {*/
/*    display: block;*/
/*}*/

/*!* Style the checkmark/indicator *!*/
/* .checkmark:after {*/
/*    background: url("../images/site/checkbox.svg");*/
/*    width: 25px;*/
/*    height: 25px;*/
/*}*/
/*input[type=radio] ~ .checkmark:after {*/
/*    background: url("../images/site/uncheck-radio.svg");*/
/*}*/
.selected-val{
    background: #0DAE9114;
    padding: 5px 10px;
    border-radius: 15px;
    margin: 5px;
}
.content input.form-control{
    border-color: #000000;
    /*height: calc(2.25rem + 8px);*/
}
.content textarea{
    border-color: #E2E6F0;

}
.upload-file{
    background: #D3FFDC;
}


/*branches page*/
.branches-page .has-sidebar.content{
    margin-right: 245px;
    margin-top: 66px;
    /*background: #fff;*/
    margin-left: 0;
    border-radius: 5px;
    padding: 0;
}
.main-content{
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    min-height: inherit;
}
.branches-page #map{
    height:calc(100vh - 66px);
}
.branches-page .search-box{
    right: 15px;
    top:15px;
    padding: 10px;
}
.branches-page .search-box input,
.branches-page .search-box input:focus{
    border: none;
    outline: none;
}
.branches-page .add-branch-box{
    background: #F5F5F5;
    left: 0;
    top:0;
    height: 100%;
    width: 30%;
    box-sizing: border-box;
}
.branches-page .add-branch-box:hover{
    overflow-y:overlay ;
}
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 19px;
    float:right;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* 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: 25px;
    width: 25px;
    left: 0;
    bottom: -3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid #f4f4f4;

}
input.success:checked + .slider {
    background-color: #a6d8a7;
}

input:checked + .slider:before {
    border: none;
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(16px);
    background: #0DAE91;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
.introjs-tooltipReferenceLayer *{
    font-family: NeoArabic;
    color:#686868
}
.introjs-tooltip-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.introjs-tooltip-header:after{
    content: initial;
}
.introjs-skipbutton {
    padding-left: 0;
}
.introjs-prevbutton,
.introjs-nextbutton{
    float: initial;
    color:#0DAE91

}
.introjs-button:focus,
.introjs-button:hover{
    background: transparent;
    box-shadow: none;
}
.introjs-button:hover{
    color:#0DAE91

}

.introjs-button{
    background: transparent;
    border: none!important;
    color:#0DAE91
}
.introjs-prevbutton{
    color: #627391;
}
.introjs-tooltiptext {
    font-size: 14px;
    padding: 10px 20px;
}
.introjs-tooltip-title{
    font-size: 15px
}
.introjs-tooltip{
    min-width: 300px;
    max-width: 500px;
}
.introjs-tooltipbuttons{
    text-align: left;
}
.branch-btn img{
    width: 10px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.branch-btn.active img{
    width: 10px;
    transform: rotate(180deg);
}
.branch-btn{
    padding:10px;
    background: #fff;
    border-radius: 5px;
    color: #000;
}
.branch-details{
    display: none;
}
.single-branch{
    border-radius: 5px;
    padding-bottom: 10px;
}
/* Customize the label (the container) */
.checkbox-container {
    display: flex;
    position: relative;
    /*padding-right: 35px;*/
    margin-bottom: 12px;
    cursor: pointer;
    /*font-size: 22px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 5px 15px;
    border: 1px solid #00000061;
    border-radius: 5px;
    align-items: center;
    color: #00000061;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkbox-container .checkmark {
    /*position: absolute;*/
    display: inline-block;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    /*background-color: #eee;*/
    background-color: #fff;
    border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #fff;
}

.checkbox-container .checkmark:after {
    opacity: 0;
}
input[type="checkbox"]:checked+label .checkmark {
    border: 1px solid #0DAE91
}
input[type="checkbox"]:checked+label .checkmark:after {
    display: block;
    opacity: 1;

}
/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    right: 21px;
    top: 8px;
    width: 6px;
    height: 16px;
    border: solid #0DAE91;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkbox-container .checkmark span:first-of-type{
    margin-right: 30px;
}
input[type="checkbox"]:checked+label { background: #0DAE91;color: #fff;border-color: #0DAE91 }
/*
.btn-control{
    position: absolute;
    left: 20px;
    bottom: 10%;
}*/
.dates-page table td{
    font-size: 14px;
    border: none;
}
.dates-page table tr{
    display: flex;
    width: 100%;
    border-top: 1px solid #dee2e6;
    align-items: center;
    justify-content: space-between;
}
 .table-action a{
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 5px;
    margin:0 5px;
    text-align: center;
     font-size: 14px;
     display: inline-block;
}
.dates-page table tr:last-child{
    border-bottom: 1px solid #dee2e6;
}
.center-content{
}
.main-category-form,
.single-product{
    border: 1px solid #B2BEDA;
}
.form-group .unit{
    position: absolute;
    left: 10px;
    top:0;
    height: 100%;
    display: flex;
    color: #1A2135;
    align-items: center;
    font-size: 14px;
}
.add-sizes{
    display: none;
}
.add-product-form{
    display: none;
}
.toggle-active{
    display: none!important;
}
.add-size-btn{
    display: none;
}
.product-img{
    width: 60px;
    height: 60px;
}
.product{
    background: #F5F5F5;
}
.add-additions-form,
.add-item-form{
    display: none;
}
input[name=option]:checked ~ label.option-radio1{
    background: #0DAE91;
    color:#fff;
}

input[name=option]:checked ~ label.option-radio2{
    background: #0DAE91;
    color:#fff;
}
.classCheckedRadio{
    background: #0DAE91;
    color:#fff;
}
label.option-radio1 {
    border: 1px solid #0000001F;
    border-left:none ;
    padding: 10px;
    border-radius: 6px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
label.option-radio2{
    border: 1px solid #0000001F;
    border-right:none ;
    padding: 10px;
    border-radius: 6px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.change-div {
    left: 15px;
    bottom: 80px;
    z-index: 999;
    position: fixed!important;
}
.change-btn{
    display: block;
}
.change-btn img{
    width: 55px;
}
.page-title{
    color: #000;
}
button.navbar-toggler{
    padding-right: 0;
}
.set-best-btn img{
    /*width: 50px;*/
}
.discount-info.has-bg{
    background-image: url("../images/site/discount.svg");
}
.discount-info {
    color: #fff;
    padding:40px ;
    margin-bottom: 10px;
    background-color: #0DAE91;
}
.discount-question{
    padding:50px ;

}
.page-disabled{
    opacity: .5;
    pointer-events: none;
}
a.disabled{
    pointer-events: none;
}
.bg-muted{
    background: #f5f5f5;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.option-details {
    display: none;
}
.balance-page .right-bar ul li {
    display: block;
    margin: 5px 0;
}
.right-bar ul li a.active.has-note{
   position: relative;
}
.right-bar ul li a.active.has-note:after{
    content: '';
    position: absolute;
    right: -3px;
    top: -3px;
    width: 12px;
    height: 12px;
    background: red;
    margin: 11px 10px;
    border-radius: 50%;
    border: 2px solid #0DAE91;
}
.shop-img{
    width: 82px;
    min-height: 82px;
    border-radius: 50%;
}
.balance-table .table td,.balance-table .table th
{
    vertical-align:middle!important;
    font-size: 14px;
    /*border: none;*/
    color: #686868;
    text-align: right;
}

.balance-table .table tr,.balance-table .table tr{
    border-bottom:1px solid #D1D8F599 ;
}
.invoice-table thead td{
    border: none;
}
.invoice-table td{
    padding-top:1.5rem ;
    padding-bottom:1.5rem ;
}
.invoice-table thead,tfoot{
    color: #627391;
}
.invoice-table td{
    border-top:none;
    border-bottom: 1px solid #dee2e6;
}
.text-black{
    color: #000000;
}

/*
.invoice-table table{
    border-collapse: separate;
    border-spacing: 15px 50px;
}*/
.balance-page .right-bar ul li {
    display: block;
    margin: 5px 0;
}
.feedback-page .right-bar ul li a {
    padding: 9px 10px;
    display: block;
}
.profile-pic{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.feedback-slide .rate img{
    width: 16px;
}
.dashboard-page .has-sidebar{
    margin-right: 243px;
    margin-top: 66px;
    /*background: #fff;*/
    margin-left: 0;
    border-radius: 0;
}
.bg-white-5{
    background: rgba(255,255,255,.2);
}
.all-products .additions>div {
    margin: 10px 0;
}
.page-link{
    color: #0DAE91;
}
.page-item.active .page-link {
    color: #fff;
    background-color: #0DAE91;
    border-color: #0DAE91;
}
.additions-btn{
    line-break: anywhere;
}
.single-item span:first-child{
    width: 60%;
    line-break: anywhere;

}
.sidebar-v2 ul li a{
    position: relative;

}
.sidebar-v2 ul li a img{
    width: 16px;
    height: 16px;
}
.sidebar-v2 ul li a span:first-child{
    background: #0DAE91;
    display: inline-block;
}

.sidebar-v2 ul li a span{
    padding: 15px 15px;
}
.side-bar ul li a.active:after {
    content: "";
    width: 3px;
    background: #fff;
    height: 100%;
    right: 43px;
    position: absolute;
    top: 0;
    box-shadow: 0px 3px 6px #00000029;
}
.opacity-0{
    opacity: 0;
}
.sub-li ul li a span{
    padding: 10px 15px!important;
}
.sidebar-bar{
    bottom: 0;
    right: 0;
    width: 46px;
    height: 86%;
    z-index: -1;
    background: #0DAE91;
}
.border-gray{
    border-color: #E2E8F0!important;
}
.balance-box{
    background: #0DAE911A;
    border:1px solid #0DAE9129;
    border-radius: 5px;
}
.balance-btn{
    border-color: #0DAE91;
    color: #0DAE91;
    background: #fff;
}

@keyframes floating-lg {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes floating {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes floating-sm {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(5px);
    }
    100% {
        transform: translateY(0px);
    }
}

[class*='shadow'] {
    transition: all .15s ease;
}

.text-sm {
    font-size: .875rem !important;
}

.text-white {
    color: #fff !important;
}

a.text-white:hover,
a.text-white:focus {
    color: #e6e6e6 !important;
}

[class*='btn-outline-'] {
    border-width: 1px;
}

.card-stats .card-body {
    padding: 1rem 1.5rem;
}

.main-content {
    position: relative;
}

@media (min-width: 768px) {
    .main-content .container-fluid {
        padding-right: 39px !important;
        padding-left: 39px !important;
    }
}

.footer {
    padding: 2.5rem 0;
    background: #f7fafc;
}

.footer .copyright {
    font-size: .875rem;
}

.header {
    position: relative;
}

.icon {
    width: 3rem;
    height: 3rem;
}

.icon i {
    font-size: 2.25rem;
}

.icon-shape {
    display: inline-flex;
    padding: 12px;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.icon-shape i {
    font-size: 1.25rem;
}

@media (min-width: 768px) {
    @keyframes show-navbar-dropdown {
        0% {
            transition: visibility .25s, opacity .25s, transform .25s;
            transform: translate(0, 10px) perspective(200px) rotateX(-2deg);
            opacity: 0;
        }
        100% {
            transform: translate(0, 0);
            opacity: 1;
        }
    }
    @keyframes hide-navbar-dropdown {
        from {
            opacity: 1;
        }
        to {
            transform: translate(0, 10px);
            opacity: 0;
        }
    }
}

@keyframes show-navbar-collapse {
    0% {
        transform: scale(.95);
        transform-origin: 100% 0;
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes hide-navbar-collapse {
    from {
        transform: scale(1);
        transform-origin: 100% 0;
        opacity: 1;
    }
    to {
        transform: scale(.95);
        opacity: 0;
    }
}

p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.7;
}
.h2{
    /*font-size: 20px!important;*/
}
.card-stats{
    margin-top: 10px;
    box-shadow: 0px 8px 16px #00000014;
    border: initial!important;
}


.overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    color: #555;
    border-radius: 3px;
    height: 100%;
    z-index: 999;
}
.breadcrumb-item+.breadcrumb-item::before{
    padding: 0 0.5rem;}
.breadcrumb-item.active{
    color: #000;
}
.table-bordered , .table-bordered th{
    border-top:none!important; ;
    border-left:none!important; ;
}
.table-bordered tr td:last-child{
    border-left:none!important; ;
}
.b2b-discount-form .form-check{
    border: 2px solid #0DAE91;
    border-radius: 5px;
    padding: 10px 20px;

}
.b2b-discount-form  .checkbox-label {
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.b2b-discount-form  .checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.b2b-discount-form .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    /*background-color: #eee;*/
    background: url('../images/siteV2/icon-toggle.svg');

}

/* On mouse-over, add a grey background color */
.b2b-discount-form  .checkbox-label:hover input ~ .checkmark {
    /*background-color: #ccc;*/
}

/* When the checkbox is checked, add a blue background */
.b2b-discount-form  .checkbox-label input:checked ~ .checkmark {
    background: url('../images/siteV2/icon-toggle-checked.svg');
}

/* Create the checkmark/indicator (hidden when not checked) */
.b2b-discount-form .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.b2b-discount-form  .checkbox-label input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.b2b-discount-form  .checkbox-label .checkmark:after {
    right: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    /*border: solid white;*/
    /*border-width: 0 3px 3px 0;*/
    /*-webkit-transform: rotate(45deg);*/
    /*-ms-transform: rotate(45deg);*/
    /*transform: rotate(45deg);*/

}
