* {
    outline: none !important;
}

@font-face {
    font-family: 'ubunturegular';
    src: url('../css/fonts/ubuntu-r-webfont.woff2') format('woff2'), url('../css/fonts/ubuntu-r-webfont.woff') format('woff');
}

.km-flat {
    font: normal 1em "ubunturegular", "GT-Haptik-Regular", "GT-Haptik-Regular", "GT-Haptik-Regular", "GT-Haptik-Regular", sans-serif !important;
}

* {
    font-family: ubunturegular !important;
    outline: none !important;
}

.km-scroll-container {
    overflow: hidden;
}

center,
center * {
    text-align: center !important;
}

.disabled {
    pointer-events: none;
    opacity: .5;
}

.km-shim.km-modalview-root {
    text-align: center !important;
}

.km-view,
.km-view .km-content {
    background-color: #e6e6e6;
}

.km-view .header {
    display: block;
    width: 100%;
    position: relative;
    color: black;
    overflow: hidden;
}

.km-view.km-drawer .header {
    height: auto !important;
}

.km-view .navbar {
    display: table;
    width: 100%;
    height: inherit;
    overflow: hidden;
    table-layout: fixed;
}

.km-view .header .title {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    white-space: nowrap;
    font-size: 85%; /* eman edit 23-05-2023*/
}

/*.km-tablet .km-view .header .title
{
    font-size: 34px;
}*/
.rtl .km-view .header .title {
    text-align: right;
}

.hide {
    display: none !important;
}

.buttonContainer {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 15%;
    padding: 0px !important;
    margin: 0px !important;
}

.km-tablet .buttonContainer {
    width: 15%;
}

.buttonContainer .btnNavigation {
    display: block;
    width: 75%;
    height: 60%;
    line-height: 50px;
    padding: 0px !important;
    margin: 0px auto !important;
    overflow: hidden !important;
    color: white !important;
    font-size: 100% !important;
    border: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

.navbar {
    font-size: 0.8em !important;
}

.navbar .infoContainer {
    display: block;
    width: 100%;
    height: 50px;
    overflow: hidden;
}

.navbar .infoContainer.hide {
    display: none !important;
}

.km-tablet .navbar .infoContainer {
    display: block;
    width: 100%;
    height: 70px !important;
    overflow: hidden;
}

.navbar .buttonGroupContainer {
    display: block;
    width: 90%;
    height: inherit;
    overflow: hidden;
    margin: 2% auto;
    border-radius: 20px;
}

.km-tablet .navbar .buttonGroupContainer {
    display: block;
    width: 90%;
    height: inherit;
    overflow: hidden;
    margin: 2% auto;
    border-radius: 20px;
}

.km-tablet .btnNavigation.drawerButton {
    display: block;
    width: 65px !important;
    height: 65px !important;
    background-size: 70% auto !important;
}

.btnNavigation.drawerButton:active {
    transform: scale(.97);
    -webkit-transform: scale(.97);
}

.km-tablet .btnNavigation.backButton {
    width: 65px !important;
    height: 65px !important;
    background-size: 50px 40px !important;
}

.btnNavigation.backButton:active {
    transform: scale(.97);
    -webkit-transform: scale(.97);
}

.content {
    position: relative;
}

.footer {
    display: block;
    width: 100%;
    height: auto;
    min-height: 40px;
}

.km-loader:before {
    background: #0F2A4C !important;
}

/*======== Notifications =============*/
#notification-bar {
    display: block;
    width: 100%;
    position: relative;
    padding: 10px 0;
    -webkit-transition: -webkit-transform linear .2s;
    -webkit-transform: translate3d(0px, -80px, 0px);
    z-index: 9999;
    background: #111;
    font-size: .8rem;
    font-weight: 700;
    color: #FFF;
    opacity: .9;
    clear: both;
    overflow: hidden;
    visibility: visible !important;
}

#notification-bar.visible {
    -webkit-transform: translate3d(0px, 0px, 0px)
}

#notification-bar .notIcon {
    display: inline-block;
    width: 20px;
    height: 20px;
    float: left;
    margin-left: 20px;
    background-image: url(../images/logo.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 4px
}

#notification-bar .notDetails {
    display: inline-block;
    width: calc(100% - 60px);
    float: left;
    margin-left: 10px
}

#notification-bar .notTop {
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    clear: both
}

#notification-bar .notTitle {
    display: inline-block;
    float: left
}

#notification-bar .notTime {
    display: inline-block;
    float: left;
    margin-left: 10px;
    font-size: .8rem;
    font-weight: 400;
    color: #999
}

#notification-bar .notMessage {
    font-weight: 400;
    font-size: .8rem
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid rgba(204, 204, 204, 0.47843137254901963);
    margin: 10px auto;
    padding: 0;
}

.m-0 {
    margin: 0px !important;
}

.form .form-group {
    overflow: hidden;
    margin-bottom: 10px;
}

.form .form-group .control-label {
    display: block;
    width: 100%;
    padding: 5px 0px;
    font-size: 0.8rem;
    font-weight: bold;
}

.km-phone .form .form-group .control-label {
    font-size: 1rem;
}

.form .form-group .form-control {
    display: block;
    width: 100%;
    font-size: 0.7rem;
    padding: 0.5rem;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: none;
    transition: border 0.2s ease;
    -webkit-transition: border 0.2s ease;
    background: white !important;
    min-height: 35px;
}

.km-phone .form .form-group .form-control {
    font-size: 1rem;
}

.btn {
    border-radius: 5px;
    padding: 0.3rem;
    margin: 0px;
    font-size: 0.8rem;
    border: none !important;
    box-shadow: none !important;
}

.km-phone .btn {
    font-size: 1rem;
    padding: 0.7rem;
}

.btn.btn-block {
    display: block;
    width: 100%;
    border-radius: 0px;
}

.btn.btn-danger {
    background: #ed5565;
}

.fa {
    font-family: "FontAwesome";
}

.flex {
    display: flex !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
}

.flex-inline {
    display: inline-flex !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
}

.flex,
.flex-inline {
    align-items: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    line-height: initial !important;
}

.flex.bottom,
.flex-inline.bottom {
    align-items: flex-end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: flex-end !important;
    line-height: initial !important;
}

.flex.center,
.flex-inline.center {
    justify-content: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
}

.flex.right,
.flex-inline.right {
    justify-content: flex-end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: flex-end !important;
    -ms-flex-pack: flex-end !important;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.bg-clear {
    background: transparent !important;
}

.km-modalview {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 10px #000;
}

.rtl {
    text-align: right;
    direction: rtl;
}

.loading-relative {
    position: relative;
}

.loading-relative:after,
.loading-absolute:after {
    display: block;
    position: absolute;
    width: 50%;
    height: 50%;
    max-width: 50px;
    max-height: 50px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 9999;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(loading.gif);
    content: "";
}

select,
input {
    background: white;
    box-shadow: none;
}

select {
    padding-right: 12%;
    background-image: url('../images/spinner_icon.png');
    background-size: auto 80%;
    background-position: 98% center;
    background-repeat: no-repeat;
}

.km-tablet select {
    padding-right: 10%
}

@-webkit-keyframes card {
    0% {
        transform: translate3d(0%, 0px, 0px);
        -webkit-transform: translate3d(0%, 0px, 0px);
    }

    50% {
        transform: translate3d(125%, 0px, 0px);
        -webkit-transform: translate3d(125%, 0px, 0px);
    }

    100% {
        transform: translate3d(0%, 0px, 0px);
        -webkit-transform: translate3d(0%, 0px, 0px);
    }
}

@keyframes card {
    0% {
        transform: translate3d(0%, 0px, 0px);
        -webkit-transform: translate3d(0%, 0px, 0px);
    }

    50% {
        transform: translate3d(125%, 0px, 0px);
        -webkit-transform: translate3d(125%, 0px, 0px);
    }

    100% {
        transform: translate3d(0%, 0px, 0px);
        -webkit-transform: translate3d(0%, 0px, 0px);
    }
}

.input-group {
    display: table;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden !important;
    background: white;
}

.input-group .form-control {
    display: table-cell;
    border: none !important;
    border-radius: 0px !important;
}

.input-group .input-group-addon {
    display: table-cell;
    width: 2.4em;
    vertical-align: middle;
    text-align: center;
    border: none;
    border-left: 1px solid #ccc;
    border-right: none;
    font-size: 1.4rem;
}

.input-group .input-group-addon.addon-left {
    border-left: none;
    border-right: 1px solid #ccc;
}

.input-group .input-group-addon.addon-right {
    border-left: 1px solid #ccc;
    border-right: none;
}

.rtl .input-group .input-group-addon.addon-left {
    border-left: 1px solid #ccc;
    border-right: none;
}

.rtl .input-group .input-group-addon.addon-right {
    border-right: 1px solid #ccc;
    border-left: none;
}