@charset "utf-8";

[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}

/*#region basic styles*/
.text-danger {
    color: #d9534f;
    font-weight: bold;
    font-size: 14px;
}

body {
    font-family: "IRANSans", tahoma;
    direction: rtl;
    background: #f5f5f5 !important;
    font-size: 14px;
    /* height: 100vh; */
    /* overflow-x: hidden; */
}

.tooltip{
    font-family: "IRANSans", tahoma !important;
}

h1, h2, h3, h4, h5, h6, .btn, .swal2-modal {
    font-family: "IRANSans", tahoma, sans-serif !important;
}

.ltr {
    direction: ltr !important;
}

.left {
    float: left;
}

label {
    font-weight: 500;
}

.label-sm {
    font-size: 10pt;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 10px;
}

.input-sm {
    height: 30px !important;
    padding: 5px 10px;
    font-size: 10pt !important;
}

select.input-sm {
    font-size: 12px !important;
    height: 32px !important;
}

::selection {
    color: #FFF;
    background-color: #f68b1f;
}

.gray {
    color: #a8b1b9;
}

.ipeyk-green {
    color: #2ba948;
}

.btn-primary, .btn-primary:visited {
    background-color: #f68b1f;
    border-color: #f68b1f;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus,.btn-primary.hover {
    background-color: #383459 !important;
    border-color: #383459 !important;
}

/*#endregion basic styles*/

/*#region sweetalert2*/
.swal2-modal .swal2-buttonswrapper button {
    font-weight: normal;
}

.preOrderSwal label {
    color: #555;
    font-size: 15px;
}

/*#region dashboard navbar*/
.navbar-fixed-top {
    background: #39355a;
    min-height: 45px;
    font-size: 13px;
    float: right;
    margin-bottom: 0;
    width: 100%;
    border:none;
    box-shadow: 0 0 3px rgba(0,0,0, .5);
}

.navbar-fixed-top li ul.dropdown-menu {
    right: 5px;
    left: auto;
}

.btn {
    border-radius: 2px;
}

.navbar-fixed-top .btn {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 30px;
    padding-left: 13px;
    padding-right: 13px;
    margin-top: 5px;
    margin-right: 10px;
    color: #fff;
}

.navbar-fixed-top .btn * {
    color: #fff;
}

#main-menu li a.normal-link {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 45px;
    background: transparent;
    color: #fff !important;
}

#main-menu li.active a.normal-link,
#main-menu li a.normal-link:hover {
    background: #f68b1f;
}

.navbar-fixed-top li {
    line-height: 45px;
}

.navbar .navbar-nav > li > a:hover {
    background-color: #eee;
}

.navbar .navbar-nav > li.dropdown > a,
.navbar .navbar-nav > li.dropdown > button {
    margin: 0;
    border: none;
    border-radius: 0 !important;
    padding: 7px 10px;
}

.navbar .navbar-nav > li.dropdown > a img.avatar,
.navbar .navbar-nav > li.dropdown > button img.avatar {
    width: 30px;
    height: 30px;
}

.navbar .navbar-nav > li > a:hover {
    background: #f68b1f;
}

/*.navbar .navbar-nav>li:not(.dropdown)>a,*/
/*.navbar .navbar-header .navbar-brand {*/
/*padding-top: 19px;*/
/*height: 60px;*/
/*}*/

.navbar .navbar-nav > li > a.btn-sm {
    padding: 10px;
    width: 25px;
    line-height: 25px;
    height: 25px;
}

.navbar .navbar-nav > li > a.btn-sm > span.glyphicon {
    left: 8px;
    top: -7px;
}

/*.navbar .navbar-nav>li>a.btn-primary {*/
/*color: #FFF;*/
/*height: 10px;*/
/*margin-top: 10px;*/
/*}*/

/*.navbar .navbar-nav>li>a.btn-primary .glyphicon {*/
/*top: -10px;*/
/*}*/

/*.navbar .navbar-nav>li>a.btn-primary .btn-text {*/
/*position: relative;*/
/*top: -13px;*/
/*}*/

.navbar .navbar-left {
    float: left !important;
    text-align: right;
}

.navbar .navbar-nav > li.credit {
    color: white;
    margin-left: 0;
    line-height: 45px;
}

.navbar .navbar-nav > li.full-name {
    margin-left: 10px;
    color: #fff;
    text-align: left;
    white-space: nowrap;
    width: 130px;
    overflow: hidden;
}

.navbar .navbar-nav > li.credit span {
    font-size: 12px;
    font-weight: 500;
}

.navbar .navbar-nav > li.credit .glyphicon {
    font-size: 15px;
    font-weight: normal;
}

/*.navbar .navbar-nav>li.credit span {*/
/*position: relative;*/
/*top: 9px;*/
/*}*/

.navbar .navbar-nav > li.credit span, .navbar .navbar-nav > li.credit a {
    display: inline-block;
}

.navbar .navbar-nav > li.credit span.ng-binding {
    color: #FFF;
}

.navbar-brand > img {
    max-height: 25px;
    margin-top: -4px;
}

.navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/*#endregion dashboard navbar*/

/*#region validation messages*/
.validation-messages {
    color: #f63c1f;
    display: inline-block;
    font-size: 14px;
    top: -40px;
}

.validation-messages.sm {
    font-size: 10px;
}

/*#endregion validation messages*/

/*#region dashboard pages content*/
.has-navbar {
    margin-top: 45px;
}

.has-navbar-fluid {
    margin-top: 10px;
    float: right;
    width: 100%;
}

.middle-content {
    height: 93.2vh;
}
.login, .signUp{
    background:url('../../../../assets/images/background.jpg');
    background-repeat:repeat-y;
    -webkit-background-size:100% 100%;
    background-size:100% 100%;
}
.jumbotron {
    position: absolute;
    width: 75%;
    top: 49%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background:transparent;
}

.jumbotron-title {
    font-size: 20pt;
    font-weight: 400;
    margin: -10px auto -20px auto;
    color: #FFF;
}

.jumbotron-subtitle {
    font-size: 15pt;
    margin-bottom: 20px;
    color: #c9c9c9;
}

.orders-title {
    text-align: center;
    width: 100%;
    clear: both;
    float: right;
    font-size: 20px;
    margin-bottom: 40px;
    color: #444;
    font-weight: 4;
    margin-top: 30px;
}
.form-control {
    background: #fbfbfb;
    height: 40px;
    font-size: 12pt;
    -webkit-border-radius:100px;
    -moz-border-radius:100px;
    border-radius:100px;

}
.btn-success:focus{
    color: #FFF !important;
    border-color: #f68b1f !important;
    background: #f68b1f !important;
}
.form-attention-text {
    font-size: 10pt;
    font-weight: 400;
}

.form-attention-text .bold {
    font-weight: 500;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 7px 8px;
    font-size: 11pt !important;
}

.side-panel {
    background-color: rgb(57, 53, 90);
    padding-bottom: 50px;
    z-index: 999;
    display: block;
    height: auto;
}

[ng-controller="mainCtrl"] .side-panel {
    top: 36px;
    box-shadow: rgba(0, 0, 0, 0.3) -1px 0px 2px;
}

.hide-content {
    height: 0;
    overflow: hidden;
}

div.collapsible {
    -webkit-transition: height 1s !important;
    -moz-transition: height 1s !important;
    -ms-transition: height 1s !important;
    -o-transition: height 1s !important;
    transition: height 1s !important;
}

.src-color {
    color: #308A97;
}

.des-color {
    color: #F35A4D;
}

.warning-color {
    color: #FFC034;
    color: #FF2222;
}

.map-container {
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
}

#map {
    height: 100%;
}

.map-marker {
    position: absolute;
    z-index: 9;
    /*width: 50px;*/
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    -webkit-user-drag: none;
}

.map-marker span{
    position: relative;
    background: #3aad50;
    color: #fff;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    top: -28px;
    right: -30px;
    cursor: default;
}

.map-marker.destination span{
    display: none;
}

@media screen and (max-width: 767px) {
    .map-container {
        height: 500px;
    }

    .side-panel {
        position: relative;
        top: 400px;
    }
}

/*#endregion dashboard pages content*/

/*#region card*/
.card {
    margin: 10px 0px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    padding: 10px 10px 14px 10px;
    background-color: #fff;
}

.card .title {
    font-size: 12pt;
    font-weight: 500;
}

/*#endregion card*/

/*#region angular loading-bar*/
#loading-bar .bar {
    background: #2ba948;
}

#loading-bar-spinner .spinner-icon {
    border-top-color: #2ba948;
    border-left-color: #2ba948;
}

#loading-bar .peg {
    -moz-box-shadow: #2ba948 1px 0 6px 1px;
    -ms-box-shadow: #2ba948 1px 0 6px 1px;
    -webkit-box-shadow: #2ba948 1px 0 6px 1px;
    box-shadow: #2ba948 1px 0 6px 1px;
}

/*#endregion angular loading-bar*/

/*#region angular rz-slider*/
.rzslider .rz-pointer {
    background-color: #2ba948;
}

.rzslider .rz-bar {
    background-color: rgba(43, 169, 72, 0.25);
}

.rzslider[disabled] .rz-bar {
    background-color: rgba(43, 169, 72, 0.15);
}

.rzslider[disabled] .rz-pointer {
    background-color: rgba(43, 169, 72, 0.65);
}

.rzslider .rz-pointer.rz-active:after {
    background-color: #42d660;
}

/*#endregion angular rz-slider*/

/*#region ui-switch*/
.switch {
    background: #fff;
    border: 1px solid #dfdfdf;
    position: relative;
    display: inline-block;
    box-sizing: content-box;
    overflow: visible;
    width: 63px;
    height: 30px;
    padding: 0;
    margin: 0;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: rgb(223, 223, 223) 0 0 0 0 inset;
    transition: 0.3s ease-out all;
    -webkit-transition: 0.3s ease-out all;
    top: -1px;
}

.switch.has-inline-label {
    top: 12px;
}

/*adding a wide width for larger switch text*/
.switch.wide {
    width: 80px;
}

.switch small {
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s ease-out all;
    -webkit-transition: 0.3s ease-out all;
    z-index: 99;
}

.switch-green .switch,
.switch.checked {
    background: #39355a;
    border-color: #39355a;
}

.switch-green .switch-text span {
    color: #fff;
}

.switch.checked small {
    left: 33px;
}

/*wider switch text moves small further to the right*/
.switch.wide.checked small {
    left: 50px;
}

/*styles for switch-text*/
.switch .switch-text {
    line-height: 1.2;
    font-size: 13px;
}

.switch .off {
    display: block;
    position: absolute;
    right: 10%;
    top: 25%;
    z-index: 0;
    color: #A9A9A9;
}

.switch .on {
    display: none;
    z-index: 0;
    color: #fff;
    position: absolute;
    top: 25%;
    left: 9%;
}

.switch.checked .off {
    display: none;
}

.switch.checked .on {
    display: block;
}

.switch.disabled,
.switch[disabled] {
    opacity: .50;
    cursor: not-allowed;
}

/*#endregion ui-switch*/

.box-coupon,
.box-address {
    left: 0;
    top: 0;
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 99999999999;
}

.box-coupon .close-window,
.box-address .close-window {
    font-size: 20px;
    color: #2f3641;
    margin-right: 10px;
    cursor: pointer;
}

.box-coupon .overlay,
.box-address .overlay {
    left: 0;
    top: 0;
    position: fixed;
    z-index: 999;
    display: block;
    width: 100%;
    height: 100vh;
    cursor: pointer;
    background-color: rgba(56,52,89,.95);
}

.box-coupon .modal-wrapper,
.box-address .modal-wrapper {
    border-radius: 3px;
    overflow-y: scroll;
    overflow-x: hidden;
    box-shadow: 0 28px 48px rgba(0, 0, 0, .4);
    left: calc(50% - 300px);
    top: calc(50% - 240px);
    position: absolute;
    width: 600px;
    height: 560px;
    background: #e8e8e8;
    z-index: 9999;
}

.box-coupon .header-title,
.box-address .header-title {
    background: #3f3a63;
    color: #fff;
    line-height: 40px;
    padding: 8px 0;
}

.box-coupon .header-title span.title,
.box-address .header-title span.title {
    padding-right: 10px;
    font-weight: 400;
}

.box-coupon .header-title .pull-left,
.box-address .header-title .add-address {
    margin-left: 10px;
}

.box-coupon .header-title .input-wrapper,
.box-address .header-title .input-wrapper {
    position: relative;
    padding: 0 10px;
}

.box-coupon .header-title .input-wrapper input[type="text"],
.box-address .header-title .input-wrapper input[type="text"] {
    line-height: 28px;
    padding-right: 30px;
    width: 100%;
    font-size: 13px;
    color: #22272e;
}

.box-coupon .header-title .input-wrapper input[type="text"]:active,
.box-coupon .header-title .input-wrapper input[type="text"]:focus,
.box-address .header-title .input-wrapper input[type="text"]:active,
.box-address .header-title .input-wrapper input[type="text"]:focus {
    outline: none;
}

.box-coupon .header-title .input-wrapper:before,
.box-address .header-title .input-wrapper:before {
    position: absolute;
    right: 20px;
    top: 10px;
    content: "\e913";
    font-family: 'icomoon' !important;
    font: normal normal normal 17px/1 FontAwesome;
    display: block;
    color: #22272e;
}

.box-coupon .content,
.box-address .content {
    padding: 10px 0;
    padding-top: 0;
}

.box-coupon .content .no-coupon,
.box-address .content .no-address {
    color: #252525;
    font-size: 13px;
    text-align: center;
    margin-top: 12px;
    font-weight: 500;
}

.box-coupon .content .list-coupon,
.box-address .content .address {
    padding-right: 15px;
    padding-left: 15px;
    height: 403px;
    overflow: auto;
    padding-top: 15px;
}

.box-coupon .content .list-coupon::-webkit-scrollbar,
.box-address .content .address::-webkit-scrollbar {
    height: 6px;
    width: 6px
}

.box-coupon .content .list-coupon::-webkit-scrollbar,
.box-address .content .address::-webkit-scrollbar {
    width: 3px;
}

.box-coupon .content .list-coupon::-webkit-scrollbar-trac,
.box-address .content .address::-webkit-scrollbar-trac {
    background: rgba(0, 0, 0, .75);
}

.box-coupon .content .list-coupon::-webkit-scrollbar-thumb,
.box-address .content .address::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .75);
    outline: 1px solid #333
}

.box-coupon .content .list-coupon::-webkit-scrollbar-track,
.box-address .content .address::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .6)
}

.box-coupon .content .list-coupon::-webkit-scrollbar-thumb,
.box-address .content .address::-webkit-scrollbar-thumb {
    background-color: #000;
    outline: 1px solid #708090
}

.box-coupon .content .list-coupon li,
.box-address .content .address li {
    background: #fff;
    list-style: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    border-radius: 2px;
    padding: 5px;
    cursor: pointer;
    margin-bottom: 10px;
}

.box-address .content .address li i.fa {
    color: #f8e71c;
    float: right;
    margin-top: 14px;
    height: 70px;
}

.box-address .content .address li .name {
    font-size: 12px;
    color: #2f3641;
    font-weight: 500;
}

.box-address .content .address li .location {
    color: #6b727e;
    font-size: 12px;
    margin-top: -5px;
    margin-bottom: 0;
    line-height: 20px;
}

.box-address .content .address li .right {
    float: right;
    width: 25px;
    height: 45px;
    margin-right: 8px;
}

.tab-content .tab-pane {
    /* background: #fff; */
    padding-top: 5px;
}

.btn {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    font-size: 14px;
    font-weight: 500;
    margin:0;
}

#main-menu .btn {
    box-shadow: none;
    color: #525252;
}
.navbar-fixed-top .caret{
    color: #fff;
}
.wating {
    position: fixed;
    width: 100%;
    right: 0;
    top: 0;
    content: '';
    display: block;
    height: 100%;
    background: #fcfcfc;
    z-index: 1;
    bottom: 0;
    text-align: center;
    padding-top: 110px;
}

.delivery-info .avatar {
    margin-top: 10px;
    margin-bottom: 10px;
}

.delivery-info .avatar img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
}

.total-price {
    padding: 15px 10px;
}

.total-price .text {
    font-size: 14px;
    font-weight: 500;
}

.total-price .price {
    color: #00c853;
    font-size: 24px;
    font-weight: 500;
    overflow: hidden;
    position: relative;
}

.total-price .price-gift {
    position: relative;
    text-align: center;
    float: right;
    margin-top: -9px;
    line-height: 26px;
}

.total-price .price-gift .original-price {
    display: block;
    text-decoration: line-through;
}

.total-price .price-gift .gift-price {
    color: #39355a;
    display: block;
    font-weight: 500;
}

.total-price .currency {
    font-size: 12px;
    color: #a1aaae;
}

.wrap-fav-edit ul {
    list-style: none;
    padding-right: 0;
    overflow-y: auto;
    height: 230px;
    padding-left: 0;
}

.wrap-fav-edit li {
    position: relative;
}

.wrap-fav-edit li .fa-star {
    color: #f8e71c;
}

.wrap-fav-edit .buttons {
    position: absolute;
    left: 10px;
    top: 10px;
}

.wrap-fav-edit .buttons button {
    border: none;
    background: transparent;
}

.wrap-fav-edit .buttons button:hover {
    border-radius: 2px;
    background: #f9f9f9;
    color: #e53935;
}

.wrap-fav-edit li p {
    margin-bottom: 0;
}

.wrap-fav-edit ul::-webkit-scrollbar {
    height: 6px;
    width: 6px
}

.wrap-fav-edit ul::-webkit-scrollbar {
    width: 3px;
}

.wrap-fav-edit ul::-webkit-scrollbar-trac {
    background: rgba(0, 0, 0, .75);
}

.wrap-fav-edit ul::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .75);
    outline: 1px solid #333
}

.wrap-fav-edit ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .6)
}

.wrap-fav-edit ul::-webkit-scrollbar-thumb {
    background-color: #000;
    outline: 1px solid #708090
}

.wrap-fav-edit .buttons .text {
    font-size: 12px;
    font-weight: 500;
}

.no-order {
    padding-top: 200px;
    text-align: center;
}

.no-order .logo {
    margin-bottom: 15px;
}

.no-order .logo img {
    width: 200px;
    height: auto;
}

.no-order h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.no-order h4 {
    font-size: 14px;
    color: #a1aaae;
}

.no-order .button a {
    font-size: 16px;
}

#pac-input {
    left: auto !important;
    right: 10px;
    top: 45px !important;
}

.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
    background-color: #fff;
    font-family: 'IRANSans';
    font-size: 13px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px;
}

#pac-input:focus {
    border-color: #4d90fe;
}

.pac-container {
    font-family: 'IRANSans';
    top: 90px !important;
}

#type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 5px 11px 0px 11px;
}

#type-selector label {
    font-family: 'IRANSans';
    font-size: 13px;
    font-weight: 300;
}

.pac-logo:after {
    display: none;
}

.form .btn-register {
    background: transparent !important;
    border:  none;
    border-color: #f68b1f;
    color: #f68b1f ;
    font-size: 16px;
    padding: 10px;
    box-shadow: none;
    -webkit-border-radius:100px;
    -moz-border-radius:100px;
    border-radius:100px;
    margin:0;
}
.form .btn-login:focus,
.form .btn-login:hover,
.form .btn-login.hover,
.form .btn-login:active,
.form .btn-register:hover,
.form .btn-register:focus,
.form .btn-register:active{
    border:  none;
    border-color: #3aad50;
    color: #FFF;
    font-size: 16px;
    box-shadow: none;
    background: #f68b1f !important;
}

.form .btn-login {
    -webkit-border-radius:100px;
    -moz-border-radius:100px;
    border-radius:100px;
    background: rgba(0,0,0,.25);
    color: rgba(255,255,255,.25);
    border:none;
    padding: 13px 30px !important;
}
[name="loginForm"] .help-block{
    color: rgba(255, 255, 255, .5);
}
.resend{
    color: #f68b1f;
}
.form .help-block {
    font-size: 14px;
    font-weight: 500;
}

.page-dashboard .nav-tabs li {
    cursor: pointer;
    display: inline-block;
    float: none;
}

.page-dashboard .swal2-close {
    display: none !important;
}

#single-button i {
    font-size: 19px;
    position: relative;
    top: 5px;
    margin-left: 5px;
    color: #fff;
}

.page-dashboard .tab-content ul {
    margin-right: 0;
}

.page-dashboard .tab-content .item .wrap-item {
    cursor: pointer;
    float: right;
    width: 100%;
}
.item .date .pull-right{
    margin-left: 15px;
}
.page-dashboard .tab-content .item:nth-child(odd){
    margin-left:5%;
}
.page-dashboard .tab-content .item {
    text-align: right;
    list-style: none;
    width: 47.5%;
    float: right;
    margin: 0;
    display: inline-block;
    border: 1px solid #eceff1;
    padding: 15px 15px;
    background: linear-gradient(-3deg, #f4f4f4 27%, #fff , #fff 30%, #FFF );
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    margin-bottom: 10px;
    margin-top: 5px;
    border-radius: 3px;
}
.page-dashboard .tab-content .item-scheduled{
    background: linear-gradient(-5deg, #f4f4f4 33%, #fff , #fff 30%, #FFF );
}
.page-dashboard .tab-content .item-doing .icon-ipeykmotorbike:before {
    color: #faa14e;
}

.page-dashboard .tab-content .item-done .icon-ipeykmotorbike:before {
    color: #3cbf55;
}

.page-order-done .box.canceled .icon-ipeykmotorbike:before,
.page-dashboard .tab-content .item-failed .icon-ipeykmotorbike:before {
    color: #ff0000;
}

.page-dashboard .tab-content .item .service {
    float: right;
    text-align: center;
    line-height: 23px;
    margin-left: 10px;
}

.page-dashboard .tab-content .item .service i {
    font-size: 34px;
    display: block;
    float: right;
    margin: -5px 0 0 10px;
}

.page-dashboard .tab-content .item .service p {
    margin-bottom: 0;
    font-weight: 500;
}

.page-dashboard .tab-content .item .date {
    float: left;
}
.page-dashboard .tab-content .item .address i,
.page-dashboard .tab-content .item .date i {
    font-size: 20px;
    display: inline-block;
}
.page-dashboard .tab-content .item .date i:before{
    color:#f68b1f;
}
.icon-request-icon:before{
    color: #bbbbbb;
}
.page-dashboard .tab-content .item .address .text,
.page-dashboard .tab-content .item .date .text {
    font-weight: 400;
}

.page-dashboard .tab-content .item .address .text {
    text-overflow: ellipsis;
    top: 7px;
    position: relative;
}
@media screen and (max-width: 1024px) {
    .page-dashboard .tab-content .item .address .text{
        width:230px;
    }
}

.page-dashboard .tab-content .item .address i {
    font-size: 25px;
}

.page-dashboard .tab-content .item .price i {
    font-size: 26px;
    margin-left: 8px;
    display: inline-block;
}

.page-dashboard .tab-content .item .price a {
    display: inline-block;
    width: 50px;
}

.page-dashboard .tab-content .pagination {
}

.page-dashboard .nav-tabs {
    border-bottom: 0;
    text-align: center;
}

.page-dashboard .nav-tabs > li.active > a,
.page-dashboard.nav-tabs > li.active > a:focus,
.page-dashboard .nav-tabs > li.active > a:hover {
    border: 1px solid #ddd;
    border-radius: 3px;
}

.page-dashboard .nav-tabs > li > a {
    border: transparent;
}

.page-dashboard .nav-tabs > li > a:hover {
    border: transparent;
}

.page-order-done .box {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    background: #fff;
    width: 100%;
    float: right;
    border-radius: 3px;
}

.page-order-done .box header {
    border-bottom: 1px solid #eceff1;
    height: 58px;
    overflow: hidden;
}

.page-order-done .box header .service {
    width: 180px;
    float: right;
    text-align: center;
    line-height: 23px;
    margin-left: 10px;
    padding: 8px 0;
    margin-right: 10px;
    padding-top: 10px;
}

.page-order-done .box header .service i {
    font-size: 34px;
    display: inline-block;
    margin: auto;
}

.page-order-done .box header .service .text {
    margin-right: 10px;
    display: inline-block;
}

.page-order-done .box header .service span {
    margin-bottom: 0;
    font-weight: 500;
    display: inline-block;
    position: relative;
    font-size: 11px;
    top: -6px;
}

.page-order-done .box header .time,
.page-order-done .box header .date {
    width: 170px;
    float: right;
    padding-top: 16px;
}

.page-order-done .box header .time i,
.page-order-done .box header .date i {
    font-size: 24px;
    margin-left: 5px;
    display: inline-block;
}

.page-order-done .box header .time span,
.page-order-done .box header .date span {
    font-weight: 400;
    position: relative;
    top: -4px;
}

.page-order-done .box header .time {
    margin-right: 10px;
}

.page-order-done .box header .left {
    float: left;
    width: 170px;
}

.page-order-done .box header .left .status {
    float: left;
    top: 14px;
    position: relative;
    color: #fff;
    padding: 1px 12px;
    border-radius: 20px;
    margin-left: 10px;
}

.page-order-done .box header .left .back {
    float: left;
    margin-left: 10px;
    margin-top: 14px;
}

.page-order-done .box header .status.done {
    background: #39355a;
    color: #FFF;
    margin: 10px;
    border-radius: 6px;
    padding: 0px 10px;
}

.page-order-done .box header .status.canceled {
    color: #ff4242;
    font-weight:bold;
}

.page-order-done .box .content {
    float: right;
    width: 100%;
    padding-bottom: 10px;
}

.page-order-done .box .content .pay i,
.page-order-done .box .content .address i {
    font-size: 30px;
    margin-right: 10px;
    top: 6px;
    margin-left: 10px;
    position: relative;
}

.page-order-done .box .content .pay .text,
.page-order-done .box .content .address .text {
    font-weight: 400;
}

.page-order-done .box .content .wrap-rate .content-avatar span .color,
.page-order-done .box .content .address .text,
.page-order-done .box .content .pay .text .color {
    color: #2f3641;
}

.page-order-done .box .content .total i,
.page-order-done .box .content .pay i {
    font-size: 24px;
}

.page-order-done .box .content .total i {
    position: relative;
    top: 5px;
    margin-left: 10px;
}

.page-order-done .box .content .total {
    margin-right: 10px;
    margin-top: 10px;
    line-height: 45px;
}

.page-order-done .box .content .total .price {
    font-weight: 500;
}

.page-order-done .box .content .total .price.green {
    color: #10bf10;
}

.page-order-done .box .content .total,
.page-order-done .box .content .pay,
.page-order-done .box .content .address {
    margin-top: 10px;
    margin-bottom: 10px;
    float: right;
    width: 100%;
    font-size: 14px;
}

.page-order-done .box .content .signature {
    width: 100%;
    position: relative;
}

.page-order-done .box .content .signature img {
    width: 100%;
    max-height: 150px;
    position: relative;
    top: 35px;
}

.page-order-done .box .content .signature .name {
    position: absolute;
    width: 100%;
    line-height: 34px;
    top: 15px;
    /* background: rgba(0,0,0, 0.8); */
    right: 0;
    color: #111;
    padding: 0 10px;
    font-weight: 400;
    text-align: right;
}

.page-order-done .box .content .wrap-rate {
    float: right;
    width: 100%;
}

.page-order-done .box .content .wrap-rate .avatar img {
    width: 70px;
    height: 75px;
    border-radius: 50%;
    border: 4px solid #eeeeee;
}

.page-order-done .box .content .wrap-rate .avatar {
}

.page-order-done .box .content .wrap-rate .content-avatar {
    line-height: 36px;
    padding-top: 5px;
}

.page-order-done .box .content .wrap-rate .content-avatar span {
    font-weight: 400;
}

.page-order-done .box .content .wrap-start {
    direction: ltr;
    text-align: center;
    padding-left: 20px;
}

.star-rating {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.star-rating .star {
    padding: 1px;
    color: #727272;
    font-size: 20px;
    /*text-shadow: .05em .05em #aaa;*/
    list-style-type: none;
    display: inline-block;
    cursor: pointer;
}

.star-rating .star.filled {
    color: #39355a;
}

.star-rating .star.filled i:before {
    content: "\e915";
}

.star-rating.readonly li {
    cursor: not-allowed;
}

.star-rating.readonly .star.filled {
    color: #39355a;
}

.page-order-done .box .content .wrap-start .form-control {
    direction: rtl;
    font-size: 13px;
    resize: none;
}

.page-order-done .box .content .wrap-start .form-group .btn {
    margin-top: 10px;
}

.page-order-done .wrap-footer {
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
}

.divider {
    display: block;
    width: 100%;
    height: 0;
    border-top: 1px solid;
    float: right;
    color: #eceff1;
}

.page-order-done .box .map {
    text-align: left;
    padding-top: 8px;
    padding-left: 10px;
}

.page-new-order .total-price .currency,
.page-new-order .total-price .text,
.page-new-order .order-desc label i:before,
.page-new-order .order-desc label {
    color: #328c99;
}

.page-new-order .order-desc label i:before {
    font-size: 20px;
}

.page-new-order .order-desc label i {
    margin-left: 3px;
}

.page-new-order .order-desc .form-control {
    border-color: #328c99;
}

.page-new-order .total-price {
    position: relative;
    box-shadow: none;
    padding-right: 70px;
    overflow: hidden;
    height: 60px;
}
 .bg-icon::after {
     content: 'بارکوپن';
     height: 24px;
     font-size: 12px;
     z-index: 99;
     text-align: left;
     background: url(../../../images/discount-logo.svg);
}

.page-new-order .bg-icon::after {
    font-family: 'ipeyk' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e912";
    text-align: center;
    color: #fff;
    position: absolute;
    top: 4px;
    z-index: 9999;
    font-size: 33px;
    right: 14px;
    display: block;
    align-content: center;
    align-items: center;
}

.page-new-order .btn-submit {
    width: 320px;
    position: fixed;
    right: 0.2%;
    bottom: 0;
    z-index: 999;
}

.page-new-order .btn-submit:disabled:hover,
.page-new-order .btn-submit:disabled {
    background: #727272 !important;
    border-color: #727272 !important;
}

.page-new-order .btn.animated {
    /*background: red !important;*/
    /*border-color: red !important;*/
    /*opacity: 0.85;*/
}

.box-coupon .header-title .input-wrapper:before {
    content: '\f06b';
}

.box-coupon .header-title .input-wrapper {
    width: 95%;
}

.box-coupon .icon {
    margin: auto;
    margin-top: 20px;
    width: 100px;
    height: 100px;
    display: block;
    border: 4px solid #ababab;
    border-radius: 50%;
    text-align: center;
    position: relative;
}

.box-coupon .icon i {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
}

.box-coupon .icon i:before {
    color: #fff;
    font-size: 50px;
}

.box-coupon .content .desc {
    margin-top: 10px;
}

.box-coupon .content .desc p {
    color: #0b0b0b;
    font-weight: 400;
    width: 80%;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

.box-coupon .close-window {
    top: 4px;
    position: relative;
    margin-left: 10px;
}

.box-coupon .content .list-coupon li {
    color: #000;
    padding-right: 10px;
}

.box-coupon .content .list-coupon li span {
    font-weight: 500;
}

.box-coupon .content .list-coupon {
    height: 222px;
    margin-top: 10px;
    padding-top: 5px;
}

.page-new-order .low-credit {
    position: relative;
    box-shadow: none;
}

.page-new-order .low-credit:before {
    background: #faa14e;
    color: #fff;
    content: 'اعتبار شما کم تر از مبلغ قابل پرداخت می باشد.';
    display: block;
    position: absolute;
    width: 100%;
    right: 0;
    line-height: 30px;
    bottom: -28px;
    text-align: center;
    font-weight: 300;
}

.page-new-order .low-credit i {
    font-size: 20px;
    position: relative;
    top: 3px;
}

.page-new-order .low-credit .title,
.page-new-order .low-credit i:before {
    color: #000;
}

.page-new-order .low-credit .title {
    font-size: 16px;
    font-weight: 400;
    margin-right: 5px;
}

.page-new-order .low-credit .currency,
.page-new-order .low-credit .price {
    color: #42d660;
    font-weight: 400;
}

.page-new-order .low-credit .price {
    margin-right: 10px;
}

.page-new-order .low-credit a {
    float: left;
    background: #3cbf55;
    border-radius: 35px;
    color: #fff;
    padding: 0 15px;
    position: relative;
    top: 2px;
}

.page-new-order .low-credit a:active,
.page-new-order .low-credit a:hover {
    box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3) inset;
}

#main-menu.navbar-default .navbar-nav > .open > a,
#main-menu .navbar-default .navbar-nav > .open > a:focus,
#main-menu .navbar-default .navbar-nav > .open > a:hover {
    background: #f68b1f;
}

.page-buy-credit .header {
    margin-top: 60px;
}

.page-buy-credit .header .icon {
    border-radius: 50%;
    border: 4px solid #d2d2d2;
    height: 120px;
    width: 120px;
    margin: auto;
    position: relative;
    text-align: center;
}

.page-buy-credit .header .icon i {
    position: absolute;
    top: 29px;
    bottom: 0;
    left: 0;
    right: -1px;
    margin: auto;
}

.page-buy-credit .header .icon-ipeykwallet:before {
    font-size: 46px;
    color: #000;
}

.page-buy-credit .header .show-price {
    margin-top: 30px;
}

.page-buy-credit .header .show-price .price {
    font-weight: 500;
}

.page-buy-credit .form .currency {
    margin-right: 10px;
}

.page-buy-credit .btn-group .btn {
    box-shadow: none;
    font-size: 24px;
    border: none;
    line-height: 40px;
    width: 115px;
    padding: 6px 25px;
    color: #000;
    border-radius: 5px !important;
    transition: none;
    margin-bottom: 0;
    border:2px solid #57527c;


}

.page-buy-credit .btn-group .btn:hover:first-child,
.page-buy-credit .btn-group .btn:first-child {
    -webkit-border-top-left-radius: 0 !important;
    -webkit-border-bottom-left-radius: 0 !important;
    -moz-border-radius-topleft: 0 !important;
    -moz-border-radius-bottomleft: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.page-buy-credit .btn-group .btn:hover:last-child,
.page-buy-credit .btn-group .btn:last-child {
}

.page-buy-credit .btn-group .btn.active,
.page-buy-credit .btn-group .btn:hover {
    background: #57527c;
    color: #fff;
}

.page-buy-credit .btn-group .btn:hover {
    border-radius: 0 !important;
}
.page-buy-credit .custom-price {
    margin: 30px 0;
}
.input-group{
    width:100%;
}
.page-buy-credit .custom-price .form-control, [name="newFav"] input, [name="profileForm"] .form-control, .page-new-order  .form-control, [name="formCoupon"]  .form-control, [name="newOrderForm"] .form-control, [name="newOrderForm"] input{
    direction: rtl !important;
    float: none;
    font-weight: 300;
    border: #eaeaea 1px solid;
    display: inline-block;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
[name="newFav"] input{
    border: #eaeaea 2px solid;
}
.page-buy-credit .custom-price i {
    display: inline-block;
    float: none;
    margin-left: 15px;
    position: relative;
    top: 8px;
}

.page-buy-credit .custom-price i:before {
    font-size: 33px;
}

.page-buy-credit .custom-price .help-block {
    clear: both;
    padding-top: 5px;
    text-align: c;
    padding-left: 5px;
}

.page-buy-credit .container {
    width: 60%;
}

.page-new-order .btn-fav {
    font-size: 11px !important;
    font-weight: 500;
}

.page-new-order .fav-add {
    position: relative;
    float: left;
    top: -12px;
    left: -3px;
    margin-right: 8px;
    cursor: pointer;
}

.page-new-order .fav-add .fa-bookmark {
    font-size: 28px;
}

.page-new-order .fav-add .fa {
    color: #b2b2b2;
}

.page-new-order .fav-add:hover .fa {
    color: #ffbf00;
}

.swal2-modal .swal2-title {
    font-size: 16px;
    font-weight: 500;
}

.swal2-modal input[type=text] {
    font-size: 14px;
    height: 36px;
}

.swal2-modal .swal2-styled {
    padding: 5px 24px;
}

.swal2-modal .swal2-validationerror:before {
    margin-left: 8px;
}

.swal2-modal .swal2-content {
    font-size: 13px;
}

.box-coupon .modal-wrapper .icon-ipeykdiscount::before {
    color: #888;
    font-size: 24px;
    position: relative;
    top: 6px;
    margin-left: 8px;
}

.mk_mt2em {
    margin-top: 2em;
}

.mk_mrl0 {
    margin-right: 0px;
    margin-left: 0px;
}

.minheght101 {
    min-height: 101%;
}

.admin_logs {
    padding: 1em;
    background: #efefef;
    color: #000;
}

.map-container .count-deliveries{
    background-color: #39355a;
    position: absolute;
    left: 10px;
    top: 52px;
    z-index: 999;
    color: #fff;
    padding: 3px 8px;
    border-radius: 20px;
    box-shadow: 0 1px 2px rgba(0,0,0,.5);
    font-weight: 400;
}

.map-container .count-deliveries.red {
    background-color: red;
}

.map-container .count-deliveries .count{
    border: 2px solid #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}
.gi-2x{font-size: 2em;}
.gi-3x{font-size: 3em;}
.gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;}
.input-group-addon {
    color: rgba(255, 255, 255, 0.5098039215686274);
    background-color: #fbfbfb;
    border:none !important;
}
.input-group-addon{
    font-size:20px;
}
.verify-code {
    width: 45px;
    height: 70px;
    display: inline-block;
    font-size:2em;
    border-radius: 10px;
    margin: 0 5px;
}
.verify-code.ng-not-empty{
    background: #f68b1f;
    color: white;
}
.input-group .form-control:first-child{
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
}
.input-group-addon:last-child {
    background: #FFF;
    border: 2px solid #eaeaea !important;
    border-right: none !important;
}
.input-group .form-control:last-child{
    border-right: none;
}
.input-group-addon:first-child{
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-left: none !important;
  }
.datepicker-plot-area{
    right:-100px;
}
.datepicker-container{
    display: none;
}
.text:nth-child(1) .icon-placeholder-icon:before{
    color: #187d99;
}
.text:nth-child(2) .icon-placeholder-icon:before{
    color: #f68b1f;
}
.address{
    width:100%;
    margin-bottom: 25px;
    margin-top:10px;
}
.item .btn-danger{
    color: #ff4242;
    border-color: #ff4242;
    margin-left: 15px !important;
    margin-top:25px;
}
.item .btn-danger:hover{
    color: #fff;
    border-color: #ff4242 !important;
    background: #ff4242 !important;
}
.item .btn{
    -webkit-border-radius:100px;
    -moz-border-radius:100px;
    border-radius:100px;
    background: transparent;
    box-shadow: none;
    float: left;
}
.item .btn-success{
    border-color: #f68b1f;
    margin-top:25px;
}
.item .btn-success:hover{
    background: #f68b1f !important;
    border-color: #f68b1f !important;
    color: #FFF;
}
.item .btn-scheduled{
    background: #3f3a63 !important;
    border-color: #3f3a63 !important;
    color: #FFF;
    margin-top:25px;
}
[name="loginForm"] .btn-link,[name="registerTempForm"] .btn-link,[name="registerForm"] .btn-link, .login .btn-link{
    color: rgba(255, 255, 255, .5);
}
[name="loginForm"] .input-group-addon,[name="registerTempForm"] .input-group-addon,[name="registerForm"] .input-group-addon, .login .input-group-addon{
    background: rgba(175, 171, 204, 0.3);
}
[name="loginForm"] input, [name="registerTempForm"] input, .login input{
    color: #FFF !important;
    border: none;
    font-size:18px;
}
[name="loginForm"] input:-webkit-autofill, [name="registerTempForm"] input:-webkit-autofill, [name="registerForm"] input:-webkit-autofill{
    -webkit-box-shadow: #39355A;
}
[name="loginForm"] input:-webkit-autofill, [name="registerTempForm"] input:-webkit-autofill, [name="registerForm"] input:-webkit-autofill{
    -webkit-text-fill-color: #39355A;
     -webkit-box-shadow: #39355A;
 }

[name="loginForm"] ::-webkit-input-placeholder,[name="registerTempForm"] ::-webkit-input-placeholder, [name="registerForm"] ::-webkit-input-placeholder, .login ::-webkit-input-placeholder{
    font-size: 14px;
}

[name="loginForm"] ::-moz-placeholder, [name="registerTempForm"] ::-moz-placeholder, [name="registerForm"] ::-moz-placeholder, .login ::-moz-placeholder{
    font-size: 14px;
}

[name="loginForm"] ::-ms-placeholder, [name="registerTempForm"] ::-ms-placeholder, [name="registerForm"] ::-ms-placeholder, .login ::-ms-placeholder {
    font-size: 14px;
}
[name="loginForm"] :-ms-placeholder, [name="registerTempForm"] :-ms-placeholder, [name="registerForm"] :-ms-placeholder, .login :-ms-placeholder {
    font-size: 14px;
}

[name="loginForm"] ::placeholder, [name="registerTempForm"] ::placeholder, [name="registerForm"] ::placeholder, .login ::placeholder {
    font-style: 14px;
}
.top-frame{
      position: absolute;
      right: -16%;
      overflow: hidden;
}
.top-frame img{
    width:110%;
}

@media (max-width: 991px) and (min-width: 768px){
    .top-frame{
        top: -6%;
    }
}
@media (max-width: 768px) and (min-width: 320px){
    .top-frame{
        top: -7%;
    }
}
.container .jumbotron{
    margin: 0;
}
#loading-bar .bar{
    background: #f68b1f;
    -webkit-box-shadow: 0 0 3px #f68b1f;
    -moz-box-shadow: 0 0 3px #f68b1f;
    box-shadow: 0 0 3px #f68b1f;

}
#loading-bar-spinner .spinner-icon{
    border-color: #f68b1f;
}
.swal2-container.swal2-shown{
    background-color: rgba(56, 52, 89, 0.95);
}
.swal2-confirm{
    background: #f68b1f !important;
}
.swal2-modal button:focus{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.swal2-icon.swal2-success [class^=swal2-success-line]{
    background: rgb(56, 52, 89);
}
.swal2-icon.swal2-success .swal2-success-ring{
border-color:rgb(56, 52, 89);
}
.icon-menu-icon::before{
    color: #FFF;
}
.dropdown-menu i::before{
    color:#333;
}
.icon-Amount-icon::before{
    color: #383459;
}
.icon-Amount-icon{
    padding: 11px 12px 5px 15px;
    font-size: 24px;
    border: #eaeaea 2px solid;
    border-left: none;
    background: #FFF;
    position: relative;
    top: 5px;
}
.input-group-addon, .input-group-btn{
    width:auto;
}
.input-group-addon, .input-group-btn{
    color: #383459;
}
[name="buyCreditForm"] .btn.btn-primary{
    background:#383459;
    border-color: #383459;
    width: 340px;
    border-radius: 50px;
}
.form-control:focus{
    border-color:#eaeaea !important;
}

[name="buyCreditForm"] ::-webkit-input-placeholder {
    color:#ccc;
}

[name="buyCreditForm"] ::-moz-placeholder {
    color:#ccc;
}

[name="buyCreditForm"] ::-ms-placeholder {
    color:#ccc;
}

[name="buyCreditForm"] ::placeholder {
    color:#ccc;
}
.sub-header{
    min-height: 270px;
    background: #3f3a63;
    margin-top: 45px;
    color: #FFF;
    text-align: center;
    padding-top: 100px;
    padding-bottom:30px;
}
.sub-header h2{
    color: #FFF;
}
[name="buyCreditForm"] label{
    margin:10px 5px !important;
}
.dropdown-menu{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
button[ng-click="logout()"]{
    color: #f68b1f;
    border: 2px solid #f68b1f;
    background: transparent;
    border-radius: 50px;
}
.sub-header .icon-profile-icon{
    font-size: 4em;
}
[name="profileForm"] .form-control {
    border-left: 2px solid #eaeaea;
}
[name="profileForm"] .input-group-addon i::before, [name="formCoupon"] .input-group-addon i::before {
    color: #383459;
}
[name="profileForm"] .input-group-addon,  [name="formCoupon"] .input-group-addon {
    background: transparent;
    border: 2px solid #eaeaea !important;
    border-radius: 0;
    border-left: none !important;
    width: 50px;
}
pre{
    border:none !important;
}
.gift-icon{
    color: red;
}
[disabled="disabled"]{
    pointer-events: none;
    cursor: not-allowed;
}
.btn-fav{
    border-radius: 100%;
    width: 42px;
    padding: 0px 0;
    background: transparent;
    border-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
[name="newOrderForm"] .card {
    border: 1px solid #29273c;
    border-radius: 5px !important;
}
.btn-add-dest{
    background: transparent;
    border-radius: 100px;
    padding: 7px 0;
    color: #FFF;
    border-color: #FFF;
    border-width:1px;
}
.icon-add-time{
    color: #f68b1f;
    font-size:22px;
}
.edit-address{
    border-radius: 100px;
    height: 28px;
    box-shadow: none;
    border: none;
    color: #f68b1f;
    background: none !important;
    padding:0;
}
.edit-address span{
    font-size:26px;
    color: #f68b1f !important;
}
.btn-fav .icon-selected-address{
    font-size: 36px;
    color: #f68b1f !important;
    fill: #f68b1f !important;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 100%;
}
.title span {
    margin-top: 7px;
    font-size: 18px;
}
.edit-address span {
    font-size: 36px;
}
.input-group-addon{
    padding: 5px 12px;
}
.form-control::-webkit-input-placeholder {
    color: #cacaca;
    font-size: 14px;
    font-weight: normal;
}
.form-control::-moz-placeholder {
    color: #cacaca;
    font-size: 14px;
    font-weight: normal;
}
.form-control:-ms-input-placeholder {
    color: #cacaca;
    font-size: 14px;
    font-weight: normal;
}
.ng-inactive {
    display: none;
}
.img-circle{
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    background: #ccc;
    padding: 5px;
    float: right;
}
.reserved-for {
    margin-top: 33px;
    position: relative;
    right: -40px;
    float: right;
}
.avatar{
    position: relative;
    top: 5px;
}
.pay-type{
    margin-bottom: 27px;
}
.btn-success {
    background: #f68b1f !important;
    border: 2px solid #f68b1f !important;
}
.btn-success{
    background: #f68b1f !important;
    border: 2px solid #f68b1f !important;
}
video{
    border: 2px solid rgba(255, 255, 255, 0.3);
}
.sticky{
    position: fixed;
    bottom: 0;
    width: 305px;
    z-index: 99999;
}
.btn-order{
    padding: 10px;
    font-size: 16px;
}
[name="schedule_min"], [name="schedule_hour"]{
    padding-right: 0;
    padding-left: 0;
}
.wrap-footer .btn{
    margin:0 15px;
}
.btn-link{
    cursor: pointer;
}
.modal-wrapper .icon img{
    margin: 25px;
}