@charset "utf-8";
/*
Template Name: Costic - Multipurpose Bootstra 4 Admin Dashboard
Author: Metropolitantheme
Author URL: https://themeforest.net/user/metropolitantheme/portfolio
Version: 1.0.0
*/
/*===========================
 =  Table of Contents
    * Keyframes
  	* Core Styles
      - Colors
      - Style Reset
      - Typography
      - Main Panel Module
      - Body Content
      - Navbar
      - Aside Navigation
        - Aside Right
        - Quickbar
      - Footer
      - Dropdowns
    * Widgets
    * Forms
      - Form Elements
      - Form Validation
      - Form Wizard
    * UI Elements
      - Accordions
      - Alerts
      - Breadcrumbs
      - Cards
      - Progress Bars
      - Buttons
      - Badges
      - Pagination
      - Prelaoders
      - Tabs
      - Tooltips
      - Lists
    * Advanced UI Elements
      - Draggables
      - Sliders
      - Modals
      - Rating
      - Tour
      - Croppable
      - Range Sliders
    * Animations
    * Icons
    * Tables
      - Basic Tables
      - Data Tables
    * Maps
      - Google Maps
    * Prebuilt pages
      - Default Login and Signup
      - Modal Login and Signup
      - Lock screen
      - Error 404
      - Coming Soon
      - User Profile
      - Portfolio
      - Invoice
    * Apps
      - Chat
      - To-do-list
      - Email
    * Dashboards
      - Web Analytics
      - Crypto Currency
      - Social Media
      - Client Management
    * Dark Theme
    ** SETTINGS PANEL **
    ** WELCOME PAGE **

===========================*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css");

.pull-right {
    float: right !important;
}
.table-responsive {
    overflow-x: initial !important;
}
span.validate_star {
    color: #f00;
    padding-left: 4px;
}
.imgHldr {
    width: 80px;
    height: 50px;
}
.imgHldr img {
    border-radius: 10px;
}
.certificates_div{
    height:30%;width:30%;
}
.lblText {
    font-size: 17px;
    font-weight: bold;
}
hr {
    margin-top: 40px;
}
.btn-gray:hover {
    color: #f00 !important;
    background-color: #fff !important;
    border: 2px solid #f00;
}

/* ============= Keyframes ================*/

@-webkit-keyframes notesMembers {
    0% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes notesMembers {
    0% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(1);
    }
}
@-webkit-keyframes ms-rotateplane {
    0% {
        -webkit-transform: perspective(120px);
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}
@keyframes ms-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg)
            rotateY(-179.9deg);
    }
}
@-webkit-keyframes ms-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}
@keyframes ms-bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
@-webkit-keyframes ms-stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
    }
}
@keyframes ms-stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}
@-webkit-keyframes ms-cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }
    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }
    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg)
            scale(0.5);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}
@keyframes ms-cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }
    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    }
    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }
    75% {
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg)
            scale(0.5);
    }
    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}
@-webkit-keyframes ms-scaleout {
    0% {
        -webkit-transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}
@keyframes ms-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
@-webkit-keyframes ms-rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes ms-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
@-webkit-keyframes ms-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}
@keyframes ms-bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
@-webkit-keyframes ms-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
    }
}
@keyframes ms-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes ms-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes ms-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes ms-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}
@keyframes ms-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}
@-webkit-keyframes ms-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
@keyframes ms-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
@-webkit-keyframes ms-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}
@keyframes ms-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

/* Colors */
.ms-text-primary,
.ms-text-primary:hover,
.ms-text-primary:focus {
    color: #ff0018;
}
.ms-text-secondary,
.ms-text-secondary:hover,
.ms-text-secondary:focus {
    color: #445cc8;
}
.ms-text-primary,
.ms-text-primary:hover,
.ms-text-primary:focus {
    color: #ff0018;
}
.ms-text-success,
.ms-text-success:hover,
.ms-text-success:focus {
    color: #5cb85c;
}
.ms-text-info,
.ms-text-info:hover,
.ms-text-info:focus {
    color: #5bc0de;
}
.ms-text-warning,
.ms-text-warning:hover,
.ms-text-warning:focus {
    color: #ff001854;
}
.ms-text-danger,
.ms-text-danger:hover,
.ms-text-danger:focus {
    color: #d9534f;
}

.ms-dark-theme .ms-text-danger {
    color: #ffffff;
}

.ms-text-dark,
.ms-text-dark:hover,
.ms-text-dark:focus {
    color: #34334a;
}
.bg-primary {
    background-color: #2f3757;
}

.ms-dark-theme .bg-primary {
    background-color: #ffffff;
    color: #ff0018;
}
.bg-secondary {
    background-color: #000000;
}
.bg-success {
    background-color: #42ac73;
    color: #fff;
}
.bg-info {
    background-color: #5bc0de;
}

.ms-panel-body .description {
    padding-bottom: 30px;
}
.bg-warning {
    background-color: #ff001847;
}
.bg-danger {
    background-color: #d9534f;
}
.bg-dark {
    background-color: #34334a;
}
.bg-light {
    background-color: #878793;
}
.bg-gradient-primary {
    background-color: #0ab1e8;
    background-image: linear-gradient(to right, #0ab1e8, #28f39a);
}
.bg-gradient-secondary {
    background-color: #926afe;
    background-image: linear-gradient(to right, #926afe, #bd9aff);
}
.bg-gradient-success {
    background-color: #12b252;
    background-image: linear-gradient(to right, #12b252, #31e97a);
}
.bg-gradient-warning {
    background-color: #fea837;
    background-image: linear-gradient(to right, #fea837, #fed257);
}
.bg-gradient-danger {
    background-color: #eb025d;
    background-image: linear-gradient(to right, #eb025d, #fe4749);
}
.bg-gradient-info {
    background-color: #3e60ff;
    background-image: linear-gradient(to right, #3e60ff, #5ba0fd);
}
.bg-gradient-light {
    background-color: #5f5f67;
    background-image: linear-gradient(to right, #5f5f67, #858591);
}
.bg-gradient-dark {
    background-color: #252434;
    background-image: linear-gradient(to right, #252434, #3a3850);
}
.bg-facebook {
    background-color: #3b5997;
}
.bg-twitter {
    background-color: #3da4f1;
}
.bg-linkedin {
    background-color: #0177b5;
}
.bg-instagram {
    background: linear-gradient(
        to top right,
        #fa7e1e,
        #d82a74,
        #9a2ebc,
        #4f5bd5
    );
}
.bg-youtube {
    background-color: #fe0000;
}
.bg-g-plus {
    background-color: #dc4e41;
}
.bg-pinterest {
    background-color: #bd071d;
}
.bg-dropbox {
    background-color: #3d9ae8;
}
.bg-dribble {
    background-color: #ea4c89;
}

.text-red {
    color: #ff0018;
}

/* Style Reset */
body {
    padding: 0;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    list-style: none;
    padding: 0;
}

.ms-scrollable,
.ms-aside-scrollable {
    position: relative;
    overflow-y: auto;
}
.ms-directions {
    margin-bottom: 1.5rem;
    font-weight: 400;
    color: #76838f;
    font-size: 12px;
}

/* Typography */
@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Medium.ttf");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Bold.ttf");
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}

.ms-auth-bg h3 {
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 500;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    font-family: "Roboto", sans-serif;
}
h1 {
    font-size: 60px;
    font-weight: 500;
}
h2 {
    font-size: 48px;
    font-weight: 500;
}
h3 {
    font-size: 30px;
    font-weight: 500;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 21px;
    font-weight: 500;
}
h6 {
    font-size: 16px;
} */
p {
    font-size: 14px;
}
p,
span,
.ms-dark-theme .driver-highlighted-element p,
.driver-highlighted-element p,
.driver-highlighted-element span,
.ms-dark-theme .driver-highlighted-element span {
    color: #333333;
    font-family: "Roboto", sans-serif;
}
a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #2f3757;
    font-size: 14px;
}
a:hover,
a:active,
a:focus {
    color: #bc2634;
    text-decoration: none;
}
code {
    padding: 5px;
    font-weight: 300;
    font-size: 0.8125rem;
    border-radius: 4px;
    color: #ff0018;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    color: #333333;
    margin-top: 2rem;
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.material-icons {
    vertical-align: sub;
    font-weight: 500;
    font-size: 14px;
}
.text-disabled {
    color: #878793;
}
.restView button.action-button.active.status-class {
    background: #3e8e41;
}
.restView button.action-button.active.status-class:hover {
    background-color: #007100;
}
.restView button.action-button.delete:hover {
    background-color: #8b0000;
}
.restView button.action-button.delete-owner:hover {
    background-color: #8b0000;
}
.medium {
    font-weight: 500;
}
.bold {
    font-weight: 700;
}
.section-title {
    margin: 0 0 1.5rem 0;
    font-size: 14px;
}
.w-5 {
    width: 5%;
}

/* Main Panel Module */
.ms-panel {
    background: #fff;
    margin-bottom: 30px;
    border-radius: 15px;
}
.ms-panel.has-border {
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.ms-panel.ms-panel-hoverable:hover {
    background-color: #f5f5f5;
}
.ms-panel.bg-dark {
    background-color: #34334a;
}
.ms-panel.ms-panel-fh {
    height: calc(100% - 2rem);
}
.ms-panel-header {
    position: relative;
    padding: 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ms-panel-header.header-mini {
    border-bottom: 0;
    padding-bottom: 0;
}
.ms-panel-header p {
    font-size: 13px;
    margin: 0.25rem 0 0 0;
}
.ms-panel-header h6 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}
.ms-panel-header .btn {
    margin-top: 0;
}

.new .grid-btn {
    min-width: 0px;
}

.ms-panel-body,
.ms-panel-footer {
    position: relative;
    padding: 1.5rem;
}
.ms-panel-body {
    overflow-x: auto;
}
.ms-img-small {
    width: 40px;
}
.ms-img-medium {
    width: 65px;
}
.ms-img-large {
    width: 100px;
}

/* Body Content */
.body-content {
    position: relative;
    background: linear-gradient(117.74deg, #f0f5ff 18.03%, #ffeeef 92.66%);
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
    min-height: 100vh;
}
.horizontal-layout .body-content {
    padding-left: 0;
}
.ms-has-quickbar .body-content {
    padding-right: 60px;
}
.ms-aside-open .body-content {
    padding-left: 255px;
}
.ms-content-wrapper {
    padding: 0 30px;
}
.has-chevron {
    position: relative;
}
.has-chevron::after {
    content: "\e313";
    font-family: "Material Icons";
    font-weight: 700;
    font-style: normal;
    position: absolute;
    top: 16px;
    right: 20px;
    transition: 0.3s;
}
.ms-d-block-lg {
    display: block;
}
.ms-d-block-sm {
    display: none;
}
.ms-inline {
    display: inline-block;
    width: auto;
    height: 100%;
}
.ms-img-round {
    border-radius: 50%;
}
.ms-has-notification {
    position: relative;
}
.ms-has-notification::after {
    content: "";
    position: absolute;
    top: -6px;
    right: -3px;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 10px;
    height: 10px;
    background: #ff0018;
}
.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}
.ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    height: 15px;
    bottom: 0px;
    position: absolute;
}
.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    width: 6px;
    right: 0;
    position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
    display: block;
    background-color: rgba(0, 0, 0, 0.1);
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
    opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
    opacity: 0.9;
}
.ps__thumb-x {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color 0.2s linear, height 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
    height: 6px;
    bottom: 2px;
    position: absolute;
}
.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color 0.2s linear, width 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
    width: 6px;
    right: 0;
    position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #999;
    height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #999;
    width: 7px;
}
@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
        overflow: auto !important;
    }
}

/* Navbar */
.navbar {
    border-radius: 0;
    height: 69px;
    background-color: transparent;
    /* background: linear-gradient(90deg, #F1F6FF 0.94%, #FAF1F6 100%); */
    padding: 0 30px;
}
.navbar .navbar-left {
    display: flex;
    align-items: center;
}
.navbar .bread-crumbs {
    display: flex;
    flex-direction: column;
}
.navbar .bread-crumbs span {
    font-size: 17px;
    font-weight: 700;
    color: #2f3757;
}
.navbar .bread-crumbs small {
    font-size: 12px;
    font-weight: 700;
    color: #98a5b5;
}
.navbar .hamburger {
    color: #595b74;
}
.navbar .navbar-right-items {
    display: flex;
    align-items: center;
    column-gap: 19px;
}
.navbar .navbar-nav li a:hover {
    background: transparent;
    color: #374eae;
}
.ms-navbar .ms-nav-link {
    /* padding:0 */
}
.ms-aside-toggler,
.ms-nav-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    cursor: pointer;
}
.ms-aside-toggler .ms-toggler-bar,
.ms-nav-toggler .ms-toggler-bar {
    height: 2px;
    width: 20px;
    margin-bottom: 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
}

body:not(.ms-aside-left-open) .ms-aside-toggler .ms-toggler-bar {
    width: 20px;
}
.ms-aside-toggler .ms-toggler-bar:nth-child(2) {
    width: 15px;
}
.ms-aside-toggler .ms-toggler-bar:nth-child(3) {
    width: 10px;
}
.ms-aside-toggler:hover .ms-toggler-bar:nth-child(2),
.ms-aside-toggler:hover .ms-toggler-bar:nth-child(3) {
    width: 20px;
}
.ms-navbar .ms-form input.ms-form-input {
    width: 250px;
}
.navbar-nav li.ms-nav-item {
    margin: 0 25px;
}
.ms-inline li.ms-nav-item {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    padding: 1.1rem 25px;
}
.ms-navbar li.ms-nav-item .ms-user-img {
    display: block;
    vertical-align: middle;
    max-width: 40px;
    cursor: pointer;
}
.ms-navbar .ms-nav-list li.ms-nav-item:last-child {
    padding-right: 0;
}
.ms-inline li.ms-nav-item a i[class^="flaticon-"]::before,
.ms-inline li.ms-nav-item a i[class*=" flaticon-"]::before {
    font-size: 22px;
}
.ms-navbar .dropdown-menu {
    min-width: 300px;
    margin: 10px auto;
}
.navbar .has-chevron::after {
    top: 0;
    right: auto;
    left: 110%;
}
.ms-horizontal-layout .ms-navbar {
    justify-content: flex-end;
}
.ms-horizontal-layout .ms-navbar .logo-sn {
    flex: 1;
}
.ms-horizontal-layout .ms-panel .navbar {
    padding: 0;
}
.ms-horizontal-layout .ms-panel .navbar .nav-item {
    position: relative;
    flex: 1;
}
.ms-horizontal-layout .ms-panel .navbar .navbar-nav li.nav-item {
    font-size: 14px;
    padding: 0.5rem 0;
}
.ms-horizontal-layout .ms-panel .navbar .navbar-nav li.nav-item.active {
    border-bottom: 3px solid #445cc8;
}
.ms-horizontal-layout .ms-panel .navbar .navbar-nav li a.media:hover {
    background: #e4e3e8;
}
.ms-horizontal-layout .ms-panel .navbar .navbar-nav li.nav-item.active > a,
.ms-horizontal-layout .ms-panel .navbar .navbar-nav li.nav-item.active > a span,
.ms-horizontal-layout .ms-panel .navbar .navbar-nav li.nav-item > a:hover span,
.ms-horizontal-layout
    .ms-panel
    .navbar
    .navbar-nav
    li.nav-item
    > a:hover
    span.has-chevron::after,
.ms-horizontal-layout
    .ms-panel
    .navbar
    .navbar-nav
    li.nav-item.active
    > a
    .has-chevron::after {
    color: #445cc8;
}
.ms-horizontal-layout .ms-panel .navbar .navbar-nav li.nav-item > a {
    display: block;
    padding: 0.5rem;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.ms-horizontal-layout .ms-panel .navbar .navbar-nav li.nav-item:last-child > a {
    border-right: 0;
}
.ms-horizontal-layout .ms-panel .navbar .navbar-nav li.nav-item .dropdown-menu {
    width: 100%;
}
.ms-horizontal-layout .ms-panel .navbar .navbar-nav li.nav-item > a span i {
    margin-right: 5px;
}

/* Aside Navigation */
.side-nav {
    position: fixed;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 270px;
    margin: 0;
    height: 100%;
    float: left;
    padding-bottom: 3.75rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 999;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.3s transform;
    transition: 0.3s transform;
    list-style-type: none;
    padding: 0;
    background-color: transparent;
}
.fixed,
.side-nav.fixed {
    position: fixed;
    left: 0;
}
.ms-aside-left.side-nav {
    transform: translateX(-100%);
}
.ms-aside-left-open .ms-aside-left.side-nav {
    transform: translateX(0);
}
.ms-aside-left-open .body-content {
    padding-left: 268px;
}
.ms-aside-right-open .body-content {
    padding-right: 350px;
}
.side-nav ul {
    list-style-type: none;
    list-style: none;
    padding-left: 0;
}
.side-nav .menu-item ul {
    background-color: #f0f0fa;
}
.side-nav .logo-sn {
    background-color: transparent;
}
.side-nav .logo-sn:hover {
    background: transparent !important;
}
.side-nav .logo-sn a {
    display: block;
    padding: 17px 0;
}
.logo-sn a img {
    max-width: 150px;
}
.side-nav ul li.menu-item {
    padding: 0;
}
.side-nav .menu-item a {
    position: relative;
    display: block;
    padding: 15px 0 15px 25px;
    color: #9797ac;
    -webkit-transition: 0s;
    transition: 0s;
}
.ms-dark-theme .side-nav .menu-item a {
    position: relative;
    display: block;
    padding: 15px 0 15px 25px;
    color: #ffffff;
    -webkit-transition: 0s;
    transition: 0s;
}
.side-nav .menu-item a span {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #9797ac;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    column-gap: 15px;
    align-items: center;
}
.sidebar-sub-item > li {
    display: flex;
    align-items: center;
    column-gap: 20px;
    width: 100%;
    padding: 15px 0;
}
.sidebar-sub-item .has-chevron .fa-solid {
    font-size: unset;
}
.sidebar-sub-item .has-chevron::after {
    content: "";
}
.sidebar-sub-item > li > a,
.sidebar-sub-item > li .fa-solid,
li.active-nav > a,
li.active-nav .fa-solid {
    color: #9797ac !important;
}
.sidebar-sub-item > li:hover > a,
.sidebar-sub-item > li:hover .fa-solid,
li.active-nav > a,
li.active-nav .fa-solid {
    color: #42ac73 !important;
}
.sidebar-sub-item > li .has-chevron {
    padding: 0;
}
.sidebar-sub-item > li > a {
    padding: 0 !important;
}
/* .side-nav .menu-item  .show a.active::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #2F3757;
} */
.side-nav .menu-item ul li a.active::before {
    left: auto;
    right: 0;
    top: 12px;
    height: 30px;
}
.side-nav li.menu-item a:hover,
.side-nav li.menu-item,
.side-nav li.menu-item a.active,
.side-nav li.menu-item,
.side-nav li.menu-item ul li a.active {
    color: #2f3757;
}
.show li a.active,
.show li a:hover {
    background-color: transparent;
}
.sidenav-icon {
    stroke: #595b74;
    /* color: #595B74; */
}
.side-nav .fa-award,
.side-nav .fa-bug {
    scale: 1.3;
    margin: 0 !important;
}

.side-nav a.active,
.side-nav a:hover {
    background-color: transparent;
    border-radius: 10px;
}
a:hover span {
    color: #2f3757;
}
.side-nav .menu-item a.active span,
.side-nav .menu-item a:hover span {
    color: #2f3757;
}
.side-nav .menu-item a.active .sidenav-icon,
.side-nav .menu-item a:hover .sidenav-icon {
    stroke: #2f3757;
}
.side-nav .menu-item ul {
    padding-left: 40px;
}

.side-nav .has-chevron:hover::after {
    color: #2f3757;
}
.side-nav a[aria-expanded="false"]::after {
    transform: rotate(0);
}
.side-nav a[aria-expanded="true"]::after {
    transform: rotate(180deg);
}
.side-nav li.menu-item a i {
    width: 19px;
    height: 19px;
}

/* Aside Right */
.side-nav.ms-aside-right {
    transform: translate(100%);
    left: auto;
    right: 0;
    top: 0;
    min-width: 350px;
    z-index: 1001;
    background: #fff;
}
.side-nav.ms-aside-right.ms-aside-open {
    transform: translate(0);
    -webkit-box-shadow: 2px 0 75px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 2px 0 75px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 2px 0 75px 0 rgba(0, 0, 0, 0.16);
}
.ms-aside-header {
    padding: 15px 25px 0;
}
.ms-aside-header ul li {
    flex: 2;
}
.ms-aside-header ul li:last-child {
    flex: 1;
    text-align: center;
    padding: 4px;
}
.ms-aside-header ul li:last-child button.close {
    float: none;
}

.ms-aside-body {
    padding: 15px 25px;
}

ul.ms-activity-log > li {
    position: relative;
    margin: 20px 0 35px;
    padding-left: 50px;
}
ul.ms-activity-log > li:first-child {
    margin-top: 0;
}
ul.ms-activity-log > li::before {
    content: " ";
    background: rgba(0, 0, 0, 0.1);
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 14px;
    width: 1px;
    height: 125%;
    z-index: 400;
}
ul.ms-activity-log > li:last-child::before {
    display: none;
}
ul.ms-activity-log h6 {
    font-size: 15px;
    margin-bottom: 2px;
}
ul.ms-activity-log span {
    font-size: 10px;
}
ul.ms-activity-log span i {
    margin-right: 5px;
}

ul.ms-activity-log .icon {
    position: absolute;
    left: -3px;
    top: -3px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 400;
}
ul.ms-activity-log > li:hover .icon {
    -webkit-box-shadow: 1px 3px 12px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 3px 12px rgba(0, 0, 0, 0.4);
}

.ms-img-overlay-link {
    position: relative;
}
.ms-img-overlay-link::before {
    content: "\f0c1";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 50px;
    opacity: 0;
    -webkit-transition: 0.3s cubic-bezier(0, 4.46, 1, 0.35);
    transition: 0.3s cubic-bezier(0, 4.46, 1, 0.35);
    visibility: hidden;
    transform: scale(0.5);
}
.ms-img-overlay-link:hover::before {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.ms-recent-post img {
    border-radius: 3px;
}
.ms-recent-post h6 {
    font-size: 15px;
    margin: 2px 0;
}
.ms-recent-post span {
    font-size: 10px;
    margin-right: 5px;
}
.ms-aside-overlay.ms-overlay-right {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.1);
}

/* Quick Bar */

.ms-quick-bar {
    height: 100%;
    left: auto;
    top: 0;
    right: 0;
    width: 60px;
    max-width: 60px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 12;
}
.ms-body:not(.ms-has-quickbar) .ms-quick-bar {
    right: -60px;
}
.ms-qa-configure-mode .ms-quick-bar-item i::after {
    content: "\e15b";
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 700;
    position: absolute;
    top: -2px;
    left: 80%;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #d9534f;
    border-radius: 50%;
    font-size: 10px;
}
.ms-chat-container .ms-quickbar-container,
.ms-quickbar-container {
    height: 100vh;
}
.ms-quick-bar-title {
    font-size: 18px;
    margin: 0.5rem 0;
}
.ms-quick-bar .nav-tabs li a {
    background: #fff;
    padding: 15px 0;
}
.ms-quick-bar .nav-tabs.ms-quick-bar-list li {
    flex: 0 0 auto;
}
.ms-quick-bar .ms-qa-configure-mode.nav-tabs.ms-quick-bar-list li {
    flex: 1 1 auto;
}
.ms-quick-bar-list {
    height: 100%;
    flex-direction: column;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.ms-quick-bar .ms-quick-bar-list.ms-qa-configure-mode {
    height: auto;
}
.ms-quick-bar-item,
.ms-configure-qa {
    position: relative;
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
}
.ms-quick-bar-item i,
.ms-configure-qa i {
    position: relative;
    color: #878793;
}
.ms-quick-bar-item a:not(.active):hover span,
.ms-quick-bar-item a:not(.active):hover i,
.ms-quick-bar
    .ms-quick-bar-list:not(.ms-qa-configure-mode)
    + .ms-configure-qa
    a:hover
    i,
.ms-quick-bar
    .ms-quick-bar-list:not(.ms-qa-configure-mode)
    + .ms-configure-qa
    a:hover
    span {
    color: #34334a;
}
.ms-quick-bar-item .ms-quick-bar-label,
.ms-configure-qa .ms-quick-bar-label {
    display: block;
    font-size: 12px;
}
.ms-configure-qa {
    position: absolute;
    bottom: 0;
    padding: 1rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
}
.ms-configure-qa a:focus,
.ms-configure-qa a:hover {
    color: inherit;
}
.ms-qa-configure-mode + .ms-configure-qa {
    background: #5cb85c;
}
.ms-qa-configure-mode + .ms-configure-qa a,
.ms-qa-configure-mode + .ms-configure-qa span {
    transition: 0s;
    color: #fff;
}
.ms-configure-qa a {
    display: block;
    text-align: center;
}
.ms-quick-bar .nav-tabs li a.active .ms-quick-bar-label,
.ms-quick-bar .nav-tabs li a.active i,
.ms-qa-configure-mode + .ms-configure-qa i {
    color: #fff;
}
.ms-quick-bar .ms-quick-bar-header {
    padding: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ms-quick-bar .ms-quick-bar-body {
    padding: 1rem 0;
}
.ms-quick-bar .ms-quick-bar-content {
    position: absolute;
    top: 0;
    right: 100%;
    background: #fff;
    height: 100%;
    min-width: 400px;
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
}
.ms-quick-bar.ms-quick-bar-open .ms-quick-bar-content {
    transform: translateX(-1px);
    -webkit-box-shadow: -3px 2px 5px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: -3px 2px 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: -3px 2px 5px 0 rgba(0, 0, 0, 0.16);
}
.ms-card.ms-qa-card {
    margin: 0 1rem 1rem 1rem;
}
.ms-qa-options {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 0 1rem;
}
.ms-qa-options a {
    font-size: 12px;
}
.ms-note-members li {
    width: 30px;
    float: left;
    margin-left: -10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-animation: notesMembers 0.3s cubic-bezier(0, 4.46, 1, 0.35) 1
        forwards;
    animation: notesMembers 0.3s cubic-bezier(0, 4.46, 1, 0.35) 1 forwards;
}
.ms-note-members li:first-child {
    margin-left: 0;
}
.ms-note-members li img {
    border-radius: 50%;
    cursor: pointer;
}
i.ms-delete-trigger:hover,
a.ms-delete-trigger:hover,
.ms-dark-theme a.ms-delete-trigger:hover {
    color: #d9534f;
    cursor: pointer;
}
.ms-deletable .close {
    color: #878793;
}
i.ms-confirm-trigger:hover,
a.ms-confirm-trigger:hover {
    color: #5cb85c;
    cursor: pointer;
}
.ms-qa-card .dropdown-menu {
    min-width: 200px;
}
.ms-qa-card .dropdown-menu .media img {
    width: 30px;
}
.ms-qa-card .ms-dropdown-list {
    max-height: 10rem;
}
.ms-invite-member {
    width: 60%;
    margin: 0 auto;
}
.ms-invite-member i::before {
    font-size: 80px;
}

@media (max-width: 1024px) {
    .ms-content-wrapper {
        padding: 1.5rem 15px;
    }
    .ms-d-block-lg {
        display: none;
    }
    .ms-d-block-sm {
        display: block;
    }
    .ms-aside-left-open .ms-aside-left.side-nav {
        transform: translateX(-100%);
        background-color: #f0f5ff;
    }
    .ms-aside-left.ms-aside-open.side-nav {
        transform: translateX(0);
        background-color: #f0f5ff;
    }
    .body-content,
    .ms-has-quickbar .body-content,
    .ms-aside-left-open .body-content {
        padding-right: 0;
        padding-left: 0;
    }
    .ms-aside-right-open .body-content {
        padding-right: 0;
    }
    .ms-aside-overlay.ms-overlay-left {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        overflow: hidden;
        z-index: 998;
        background-color: rgba(0, 0, 0, 0.3);
    }
    .navbar,
    .ms-logged-out .navbar {
        padding: 0.25rem 15px;
    }
    .ms-navbar .ms-nav-list {
        position: absolute;
        width: 100%;
        background-color: transparent;
        top: 0;
        left: 0;
        z-index: 10;
        text-align: right;
        padding: 0 1.25rem;
        opacity: 0;
        visibility: hidden;
    }
    .ms-dark-theme .ms-navbar .ms-nav-list {
        background-color: #252851;
    }
    .ms-navbar .ms-nav-list.ms-inline {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        height: auto;
    }
    .ms-nav-list.ms-slide-down {
        top: 100%;
        opacity: 1;
        visibility: visible;
    }
    .ms-nav-toggler {
        border-left: 0;
    }
    .ms-navbar .ms-nav-list .ms-search-form {
        display: none;
    }

    .ms-horizontal-layout .ms-panel .navbar {
        padding: 0.25rem 15px;
    }
    .ms-horizontal-layout .ms-panel .navbar .ms-nav-toggler {
        padding: 0.25rem 0;
    }
    .ms-horizontal-layout .ms-panel .navbar .navbar-nav li.nav-item > a {
        border-right: 0;
    }
    .ms-horizontal-layout .ms-panel .navbar .navbar-nav .dropdown-menu {
        display: none;
    }
    .ms-horizontal-layout .ms-panel .navbar .navbar-nav .dropdown-menu.show {
        display: block;
    }
    .ms-horizontal-layout .ms-panel .navbar .navbar-nav li.nav-item.active {
        border-bottom: 0;
    }
    .ms-horizontal-layout .ms-panel .navbar .navbar-nav .dropdown-menu a {
        justify-content: center;
    }
    .ms-horizontal-layout
        .ms-panel
        .navbar
        .navbar-nav
        .dropdown-toggle::after {
        -webkit-transform: rotate(95deg);
        transform: rotate(95deg);
        margin-top: 3px;
        margin-left: 10px;
    }
    .ms-panel.ms-panel-fh {
        height: auto;
    }
}

/* Footer */

/* Dropdowns */
.dropdown-menu {
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    visibility: hidden;
    top: 0;
    opacity: 0;
    -webkit-box-shadow: 0 1px 24px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 24px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 24px rgba(0, 0, 0, 0.1);
}
.dropdown-menu.show {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.ms-dropdown-list {
    max-height: 18rem;
}
.dropdown-header {
    padding: 0.5rem;
}
.media {
    justify-content: space-between;
    align-items: center;
    -webkit-transition: 0s;
    transition: 0s;
}
.dropdown-menu .media:hover {
    background: #e9ecef;
}
.dropdown-toggle::after {
    vertical-align: 0.155em;
}
.user-dropdown.dropdown-menu {
    min-width: 200px;
}
.dropdown-menu .media img {
    width: 40px;
}
.dropdown-menu.dropright .dropdown-menu,
.dropdown-menu.dropleft .dropdown-menu {
    top: 0;
}
.dropdown-menu.dropleft li a:not(.dropdown-toggle) {
    justify-content: flex-end;
}

/* dashboard */
button {
    cursor: pointer;
}
.dashboard-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.dashboard-left-container {
    width: 77.6%;
    border-radius: 15px;
    background-color: #fff;
    padding: 20px;
    row-gap: 19px;
    display: flex;
    flex-direction: column;
}

.main-container--tittle {
    display: flex;
    flex-direction: column;
}
.main-container-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    padding: 0;
}
.main-container--tittle strong,
.main-container--header strong {
    font-size: 20px;
    font-weight: 700;
    color: #2f3757;
}
.main-container--tittle span {
    font-size: 15px;
    font-weight: 400;
    color: #98a5b5;
}

.main-container--button {
    width: 190px;
    height: 38px;
    background-color: #42ac73;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
}
.main-container--button:hover {
    background-color: #1e5939;
    color: #fff;
}
.main-container--button > span {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}
.main-container--button:hover span {
    color: #fff;
}
.dashboard-items-container {
    width: 100%;
}
.row {
    display: flex;
    flex-direction: row;
    margin: 0 -15px;
}
.dashboard-item {
    width: 100%;
    aspect-ratio: 1.25;
    border-radius: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 35px;
}
.dashboard-items-container .restaurant {
    background-image: url(/img/restaurant-bg.svg);
}
.dashboard-items-container .food-item {
    background-image: url(/img/food-bg.svg);
}
.dashboard-items-container .user {
    background-image: url(/img/user-bg.svg);
}
.dashboard-item > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.dashboard-item strong {
    font-size: 26px;
    font-weight: 900;
    color: #656681;
}
.dashboard-item span {
    font-size: 15px;
    font-weight: 400;
    color: #656681;
    text-align: center;
}
.new-restaurant-section {
    row-gap: 8px;
    justify-content: space-between;
}
.new-restaurant-section > .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.view-more {
    border: none;
    text-align: left;
    padding: 0;
    color: #98a5b5;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
}
.view-more:hover {
    color: #42ac73;
}
.new-restaurant-section > .restaurant-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.restaurant-list > .restaurant {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px;
    background-color: #f2f5fe;
    border: 1px solid #ebedf5;
    border-radius: 15px;
}
.restaurant-list .restaurant .left {
    width: 85%;
    display: flex;
    align-items: center;
}
.restaurant .left .details {
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 21px;
}
.restaurant .image {
    /* width: 58px; */
    height: 58px;
    border-radius: 10px;
}
.dashboard-image {
    border-radius: 10px;
    height: 85px;
    width: 112px;
    max-width: unset;
}
.restaurant .image > img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.restaurant .details .restaurant-details {
    width: 40%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.light {
    font-size: 14px;
    font-weight: 400;
    color: #64676c;
}
.medium {
    font-size: 16px;
    font-weight: 700;
    color: #2f3757;
    word-break: break-all !important;
}

/* dashboard right */
.dashboard-right-container {
    width: 20.39%;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 22px;
}
.dashboard-right-container .right--container {
    width: 100%;
    border-radius: 15px;
    background-color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    row-gap: 12px;
}
.line-chart {
    width: 100%;
    height: 160px;
}
.dashboard-right-container .download-container .select {
    width: 100%;
    height: 25px;
    background: #ffffff;
    border: 1px solid #d1dae7;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 0 15px;
}
.dashboard-right-container .download-container .select select {
    width: 100%;
    border: none;
    outline: none;
    border-radius: 10px;
    color: #64676c;
    font-size: 10px;
    background-color: transparent;
}
.download-container > .download {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.download-container > .download > div {
    width: 100%;
    height: 66px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 10px;
    column-gap: 10px;
}
.download .ios {
    background-color: #53d697;
}
.download .android {
    background-color: #f6b637;
}
.download-container > .download .download-dlt {
    width: 80%;
    display: flex;
    flex-direction: column;
    color: #fff;
}
.download-dlt > span {
    color: #fff;
}
.notification-container {
    row-gap: 14px;
}
.notification-container > .top-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.notifivation-list {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.notifivation-list > .notification {
    width: 100%;
    display: flex;
    column-gap: 10px;
}
.notification > .notification-content {
    display: flex;
    flex-direction: column;
}
.notification > .notification-content span {
    color: #98a5b5;
    font-size: 11px;
    font-weight: 400;
}

.notification > .notification-content strong {
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

/* restaurant */
.restaurant-container {
    width: 100%;
    min-height: 90vh;
    border-radius: 15px;
    background-color: #fff;
    padding: 20px;
    row-gap: 23px;
    display: flex;
    flex-direction: column;
}
.main-container--header {
    display: flex;
    column-gap: 52px;
    align-items: center;
}
.main-container--header img {
    cursor: pointer;
}
.main-container--search {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.main-container--search .search {
    border-radius: 10px;
    /* padding: 0 10px; */
    background-color: #f8faff;
}
.main-container--search .search input {
    width: 90%;
    height: 100%;
    border: none;
    outline: none;
    border-radius: 10px;
    background-color: transparent;
    padding-left: 5px;
}
.main-container--search .search button {
    border-radius: 0 10px 10px 0 !important;
    background-color: transparent;
    background-color: #37b678;
}
.main-container--search > .search > button > .fa-search {
    color: #000;
}
.restaurant-card-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 2.1%;
    row-gap: 33px;
    padding-bottom: 20px;
    overflow-x: auto !important;
}
.restaurant-card-container > .pagination {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.pagination-filter {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.pagination-filter > span {
    color: #8d9caf;
    font-size: 14px;
}
.pagination-filter > select {
    background-color: #fff;
    border: 1px solid #dee2e6;
    width: 100px;
    height: 35px;
    border-radius: 5px;
    color: #8d9caf;
    outline: none;
}
.restaurant-card {
    width: 23.4%;
    min-width: 320px;
    min-height: 130px;
    /* height: 180px;  */
    /* aspect-ratio: 2.27;   */
    background-color: #fcfdff;
    border: 1px solid #e4e9f5;
    border-radius: 15px;
    padding: 20px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 11px;
    position: relative;
}
.restaurant-card:hover {
    border: 1px solid #42ac73;
    background-color: #fff;
}
.restaurant-card:hover .restaurant-actions {
    background-color: #42ac73;
}
.restaurant-card:hover .action-icons {
    color: #fff;
    stroke: #fff;
}
.restaurant-card .restaurant-card-top {
    width: 100%;
    display: flex;
    column-gap: 10px;
    margin-bottom: 10px;
    position: relative;
}
.restaurant-card-top  .details.notification-details {
    justify-content: space-between;
    width: 100%;
}
.restaurant-card-top  .details.notification-details .notific-cont {
    margin-bottom: 10px;
}
.notification-status {
    width: 100%;
    text-align: right;
    position: absolute;
    right: 20px;
    bottom: 24px;
}
.restaurant-card-top > .image {
    width: 68px;
    height: 68px;
    border-radius: 15px;
}
.restaurant-card-top > .image img {
    width: 100%;
    max-height: 100%;
    border-radius: 15px;

}
.restaurant-card-top > .details {
    display: flex;

    width: fit-content;
    flex-direction: column;
}
.restaurant-card-top > .user-details {
    display: flex;
    width: 100%;
    flex-direction: column;
}
.restaurant-card-details {
    width: 100%;
    display: flex;
    column-gap: 16px;
    color: #8d9caf;
}
.restaurant-card-details > div {
    width: 25px;
    height: 25px;
    border-radius: 30px;
    background-color: #f1f5ff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.restaurant-card-details > span {
    width: calc(100% - 25px);
    font-size: 14px;
    font-weight: 700;
    color: #8d9caf;
    /* white-space: nowrap;  */
    /* width: 50px;  */
    overflow: hidden;
    /* text-overflow: ellipsis; */
}
.restaurant-actions {
    width: 89.08%;
    height: 36px;
    display: flex;
    border-radius: 22px;
    background-color: #fcfdff;
    border: 1px solid #e4e9f5;
    align-items: center;
    justify-content: center;
    column-gap: 12px;
    position: absolute;
    bottom: -20px;
}
.holiday-action div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 12px;
}
.btn-actions  {
    padding: 0;
    margin: 0;
}
.restaurant-actions > a, .btn-actions {
    border-radius: 3px;
    height: 22px;
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.restaurant-actions > a > div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.restaurant-actions > a:hover, .btn-actions:hover {
    background-color: #fff;
}
.action-icons {
    color: #595b74;
    stroke: #595b74;
}

.btn-actions {
    border: none;
    outline: none !important;
}
.restaurant-actions:hover {
    background-color: #42ac73;
}
.restaurant-actions:hover .action-icons  {
    cursor: pointer;
    stroke: #fff;
    color: #fff;
}
.restaurant-actions > a:hover .action-icons{
    stroke: #42ac73;
    color: #42ac73;
}
.btn-actions:hover .action-icons {
    color: #42ac73 !important;
    stroke: #42ac73 !important;
}
.btn-actions:hover .action-reject {
    color: red !important;
    stroke: red !important;
}
.search-filter .select2-container--default span.select2-selection--single {
    border: none !important;
    border-radius: 25px;
}
.owner-dashboard-item {
    display: flex;
    column-gap: 20px;
}
/* view page */
.body-cont {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-container {
    width: 100%;
    /* max-width: 1600px; */
    display: flex;
    row-gap: 40px;
    column-gap: 39px;
}
.left-container {
    width: 65.91%;
    display: flex;
    flex-direction: column;
    row-gap: 23px;
    min-height: 100vh;
}
.left-section {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
}
.details-left {
    width: 50%;
    display: flex;
}
.details-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    row-gap: 10px;
}
.details-left {
    width: calc(100% - 100px);
    display: flex;
    column-gap: 25px;
}
.logo {
    width: 93px;
    min-width: 93px;
    height: 93px;
    border-radius: 20px;
    background-color: #f7f7f8;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid #f7f7f8;
    overflow: hidden;
}
.details-cont {
    width: calc(100% - 93px);
    display: flex;
    align-items: center;
    column-gap: 25px;
    row-gap: 15px;
}
.restaurant-details {
    width: 48%;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    word-break: break-all;
}
.restaurant-details > h3 {
    font-size: 18px;
    font-weight: 700;
}
.details-left span {
    font-size: 13px;
    font-weight: 400;
    color: #606676;
}
.restaurant-details > div{
    display: flex;
    column-gap: 8px;

}

.restaurant-details > .first {
    align-items: center;
}
.restaurant-details  .second {
    flex-direction: column !important;
}
.restaurant-details .second > div {
    display: flex;
    column-gap: 8px;
}
.contact-section {
    width: 48%;
    min-width: 200px;
    /* height: 44px; */
    display: flex;
    border-left: 1px solid #e2e2e2;
    column-gap: 11px;
    padding: 0 18px;
    word-break: break-all;
    flex-wrap: wrap;
    row-gap: 10px;
}
.contact-section > .contact-sec-cont {
    width: 70%;
    display: flex;
    column-gap: 10px;
    min-width: 200px;
}
.dm {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #d6eeff;
    color: #3370d1;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dm-dlt {
    display: flex;
    flex-direction: column;
}
.dm-dlt > strong {
    font-size: 15px;
    font-weight: 700;
}
.details-right {
    display: flex;
    align-items: flex-start;
}
.contact-section > .delete {
    min-width: 80px;
    height: 30px;
}
.details-container .delete {
    background-color: #8b0000;
    color: #FFF;
    border-radius: 20px;
    padding: 2px 10px;
    margin: 5px 0;
}
.details-container .delete span {
    color: #FFF;
    font-size: 14px;
}
.details-right > div,
.card-rating {
    width: auto;
    max-width: 100px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    background-color: #edeff0;
    border-radius: 13px;
}
.special-offer-detaiphpls {
  width: fit-content;
}
.rating .rate,
.card-rating .rate {
    width: 57px;
    height: 25px;
    display: flex;
    align-items: center;
    border-radius: 13px;
    justify-content: center;
    column-gap: 5px;
}
.green {
    background-color: #58bc6b;
}
.orange {
    background-color: #ffae5d;
}
.red {
    background-color: #e85e6e;
}

.rate img {
    width: 10px;
    height: 10px;
}
.rate > div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.rating .rate > span,
.card-rating .rate > span {
    color: #fff;
    font-size: 11px;
}
.rating .rate > div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.details-right .gray {
    width: 28px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-self: center;
    background-color: #edeff0;
    border-radius: 0 13px 13px 0;
}
.gray {
    font-size: 11px;
    color: #7b808e;
}
.description {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
.bold {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 0;
    color: #2f3757;
}
.bold-sm {
    font-size: 15px;
    font-weight: 900;
}
.description span {
    font-size: 14px;
    color: #606676;
}
.coupon-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 18px;
    column-gap: 18px;
    align-items: center;
    margin-bottom: 15px;
}
.coupon {
    width: 203px;
    height: 54px;
    display: flex;
    align-items: center;
    column-gap: 6px;
    padding: 0 20px;
    background-color: #fff;
    box-shadow: 0px 3px 16px #0c163e0f;
    border: 1px dashed #dedede;
    border-radius: 15px;
    cursor: pointer;
}
.offer-delete:hover {
    cursor: pointer;
}

.coupon > div {
    display: flex;
    flex-direction: column;
}
.coupon strong {
    font-size: 11px;
    font-weight: 700;
}
.coupon span {
    font-size: 10px;
    font-weight: 400;
    color: #7b808e;
}
.main-section {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.main-gap {
    row-gap: 25px;
}
.certification-container {
    min-height: 165px;
    row-gap: 10px;
    background-color: #f5f7fd;
    border-radius: 20px;
    padding: 20px;
}
.certifications {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 16px;
    column-gap: 16px;
}
.certificate {
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 11px;
    border: 1px solid #edeff0;
    row-gap: 3px;
}
.certificate > span {
    font-size: 10px;
    color: #777988;
    font-weight: 400;
    text-align: center;
}
.certificate > img {
    height: 60px;
}
.help-section {
    width: 100%;
    display: flex;
    column-gap: 25px;
    row-gap: 16px;
}
.help-section .apps {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    row-gap: 14px;
}
.app-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 14px;
}
.app {
    width: 100%;
    /* max-width: 312px; */
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    box-shadow: 0px 3px 16px #0c163e0f;
    border: 1px solid #ebeced;
    border-radius: 15px;
    box-shadow: 0px 3px 16px #0c163e0f;
    cursor: pointer;
    padding: 18px;
}
.app-container .app img {
    height: 100%;
    width: auto;
}
.search-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.search {
    width: 266px;
    height: 38px;
    background: #f7f7f8;
    border: 1px solid #e7ebf2;
    border-radius: 25px;
    display: flex;
    align-items: center;
    column-gap: 5px;
    /* padding: 0 16px; */
}
.view-search {
    padding: 0 0 0 8px;
}
.search > form {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    column-gap: 2px;
}
.search > form  a {
    margin-top: 0 !important;
}
.search > form button,
.search button {
    width: 40px;
    height: 100%;
    background-color: #37b678;
    border-radius: 25px;
    align-self: flex-end;
}
.search button:hover {
    background-color: #007100;
}
.search > form input {
    width: 95%;
    border: none;
    outline: none;
    background-color: transparent;
    color: #2f3440;
    padding: 0 16px;
}
.menu-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 21px;
}
.menu {
    width: 100%;
    min-height: 95px;
    background: #ffffff;
    box-shadow: 0px 3px 16px #0c163e0f;
    border: 1px solid #ebeced;
    border-radius: 15px;
    display: flex;
    column-gap: 25px;
    align-items: center;
}
.menu-image {
    width: 95px;
    /* height: 95px; */
    border-radius: 13px;
}
.menu-image > img {
    width: 100%;
    height: 100%;
    border-radius: 13px;
}
.menu-cont {
    width: fit-content;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 10px 14px;
    column-gap: 15px;
    justify-content: space-between;
}
.menu-dlt {
    width: 90%;
    display: flex;
    column-gap: 15px;
}
.menu-details {
    min-width: 250px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #f0f0fa;
}
.menu-description {
    width: 70%;
    display: flex;
    flex-direction: column;
}
.menu-details > span {
    font-size: 13px;
    color: #777988;
    font-weight: 400;
}
.price {
    font-size: 20px;
    font-weight: 700;
    color: #58bc6b;
}
.menu-description > span {
    font-size: 13px;
    color: #606676;
    font-weight: 400;
}
.rating {
    height: 100%;
}
.restView .pagination {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
}
.restView .pagination-btn {
    width: 50px;
    height: 41px;
    border-radius: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
}
.restView .pagination .prev,
.pagination .next {
    background: #edeff0;
}
.restView .pagination .active {
    background: #37b678;
    color: #fff;
}
button.btn.btn-gray.btn-wide.btn-rounded.btn-width {
    background: gray;
    color: #fff;
}
.btn-gray {
    background: gray;
    color: #fff;
}
.btn-gray:hover {
    color: rgb(209, 209, 209);
}
.rightAlignColm .row {
    justify-content: end;
}
.page-num {
    background-color: #edeff0;
    color: #000;
}
.right-container {
    width: 31.9%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    row-gap: 18px;
}
.button-container {
    width: 100%;
    display: flex;
    column-gap: 13px;
}
.action-button {
    max-width: 247px;
    width: 50%;
    height: 46px;
    box-shadow: 0px 3px 16px #0c163e0f;
    border: 1px solid #ebeced;
    border-radius: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    cursor: pointer;
}
.action-button > span {
    color: #fff;
    font-size: 18px;
}
.restView .inactive {
    background-color: #000;
}
.restView .delete {
    background-color: #b10023;
}
.filter-cont {
    width: 100%;
    background-color: #fff;
    min-height: 106px;
    padding: 22px 34px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 14px;
}
.filter {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

/* toggle */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    margin: 0;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #edeff0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
    -webkit-transition: 400ms;
    transition: 400ms;
}
input:checked + .slider::before {
    background-color: #58bc6b;
}

input:focus + .slider {
    box-shadow: 0 0 1px #edeff0;
}

input:checked + .slider:before {
    -webkit-transform: translateX(25px) translateY(1px);
    -ms-transform: translateX(25px) translateY(1px);
    transform: translateX(25px) translateY(1px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* image-container */
.image-container {
    width: 100%;
    /* height: 349px; */
    border-radius: 20px;
    /*! background-color: #FFF; */
    position: relative;
}

.image-container .slider {
    position: relative;
    /* max-width: 40rem;  */
    height: 26.625rem;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 20px;
}
.slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 26.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 1s;
}
.slide > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
button {
    background: none;
    border: none;
}
button .fas {
    color: rgba(255, 255, 255, 0.5);
}
.btn-slide {
    position: absolute;
    top: 50%;
    z-index: 10;
    height: 42px;
    width: 42px;
    cursor: pointer;
    outline: none;
    background-color: #fff;
}
.btn-slide > div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.image-container .prev {
    left: 21px;
    border-radius: 0 12px 12px 0;
    transform: translate(-50%, -50%);
}
.image-container .next {
    right: 21px;
    border-radius: 12px 0 0 12px;
    transform: translate(50%, -50%);
}
.dots-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.dot {
    width: 18px;
    height: 18px;
    margin: 15px 5px;
    border-radius: 0.5rem;
    background: #fff;
    cursor: pointer;
}
.dot > .active {
    background: #58bc6b;
    border: 2px solid #fff;
}

/* review */
.review-container {
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    padding: 22px 34px;
    row-gap: 16px;
}
.review {
    width: 100%;
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px solid #f5f7f8;
    column-gap: 10px;
}
.review-container :last-child {
    border-bottom: none !important;
}
.review-details-cont {
    width: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.review-rating {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.review-des {
    width: 100%;
}
.review-des > span {
    color: #606676;
    font-size: 14px;
    word-break: break-word;
}
.review-title {
    display: flex;
    flex-direction: column;
}
.review-title > span {
    color: #7b808e;
    font-size: 10px;
}
.profile > div {
    width: 60px;
    height: 60px;
    background-color: #d6eeff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.read-more {
    font-size: 12px;
    font-weight: 400;
    text-decoration: underline;
    color: #7b808e;
    cursor: pointer;
    text-align: left;
    border: none;
    outline: none !important;
    padding: 0;
}
.owner-dashboard-item .row {
    width: 100%;
}
.owner-restaurant-container .restaurant-container {
    background-color: transparent;
}
.owner-restaurant-container .restaurant-container .ms-panel-body {
    padding: 0;
}
.dm-dlt {
    width: calc(100% - 44px);
}
.restaurant-actions .fa-screwdriver-wrench {
    scale: 1.3;
}
.ms-panel-header .food-item-header {
    width: 100%;
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.imageSize.food-image {
    height: 100px;
    border-radius: 5px;
}

/* message section */
.message-main {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reset-message {
    width: 90%;
    max-width: 400px;
    min-height: 400px;
    background: #FFFFFF;
    box-shadow: 0px 1px 8px rgba(179, 179, 179, 0.15);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
}
.message-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 25px;
    align-items: center;
}
.reset-message .img {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.reset-message .img img {
    height: 100%;
}
.message-section .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.message-section h2{
    text-align: center;
}
.message-section .sucess {
    color: #EA1A2D;
}
.message-section .success {
    color: #007100;
}

.message-section .content span {
    font-size: 18px;
    color: #8d9caf;
    text-align: center;
}
.btn > span  {
    color: #FFF;
}
.work-input-cont {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
}
.work-input-cont input {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.row .margin-top {
    margin-top: 15px;
}
.checkbox-label {
    display: flex;
    align-items: baseline;
    column-gap: 4px;
}
.owner-dashboard {
    width: 100% !important;
}
/* responsive */
@media screen and (max-width: 2000px) {
    .profile > div {
        width: 40px;
        height: 40px;
    }
    .review-details-cont {
        width: calc(100% - 40px);
    }
    .restaurant-card {
        width: 31.882%;
    }
}
@media screen and (max-width: 1600px) {
    .action-button > span {
        font-size: 15px;
    }
    .menu {
        align-items: flex-start;
        padding: 2px;
    }
    .dashboard-item {
        padding: 20px;
    }
    .details-container {
        flex-direction: column-reverse;
    }
    .details-container .details-right {
        justify-content: flex-end;
    }
    .details-left {
        width: 100%;
    }
    .coupon-container {
        column-gap: 3%;
    }
    .coupon {
        width: 31%;
        min-width: 139px;
    }
}
@media screen and (max-width: 1450px) {
    .left-container {
        width: 65%;
    }
    .right-container {
        width: 35%;
    }
    .dashboard-item {
        padding: 15px;
    }
    .notification > .notification-content strong {
        font-size: 12px;
    }
    .restaurant-details {
        min-width: 220px;
    }

    .contact-section {
        min-width: 240px;
    }

}
@media screen and (max-width: 1300px) {
    .details-left {
        align-items: flex-start;
    }
    .details-cont {
        width: 70%;
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .second {
        flex-direction: column;
        row-gap: 10px;
    }
    .contact-section {
        padding: 10px 0;
        border-left: none;
        /* border-top: 1px solid #e2e2e2; */
    }
    .action-button > span {
        font-size: 13px;
    }
    .bold {
        font-size: 16px;
    }
    .menu-dlt {
        flex-direction: column;
        row-gap: 10px;
    }
    .menu-dlt > div {
        width: 100%;
        border: none;
    }
    .dashboard-left-container {
        width: 72.5%;
    }
    .dashboard-right-container {
        width: 25.39%;
    }
    .restaurant-card {
        width: 48.88%;
    }
}
@media screen and (max-width: 950px) {
}
@media screen and (max-width: 840px) {
    .help-section {
        flex-wrap: wrap;
    }
    .apps {
        width: 45%;
    }
    .dashboard-item {
        padding: 2px;
    }
}
@media (max-width: 768px) {
    .main-container {
        width: 95%;
    }
    .ms-content-wrapper {
        overflow-y: auto;
    }
    .body-cont {
        margin-bottom: 100px;
    }
    .ms-nav-list .dropdown {
        position: static;
    }
    .ms-navbar .dropdown-menu {
        width: auto;
        margin: 10px auto;
        right: 15px;
        left: 15px;
    }
    .main-container {
        flex-direction: column;
        row-gap: 20px;
    }
    .left-container,
    .right-container {
        width: 100%;
    }
    .menu-image {
        width: 40px;
        height: 40px;
    }
    .main-container .pagination-btn {
        width: 35px;
        height: 26px;
        font-size: 12px;
        padding: 5px;
    }
    .dashboard-container {
        flex-direction: column;
        row-gap: 20px;
    }
    .owner-dashboard-item {
        flex-direction: row !important;
        justify-content: space-between;
    }
    .dashboard-left-container {
        width: 100%;
    }
    .dashboard-right-container {
        width: 100%;
    }
    .dashboard-right-container .download-container .select {
        height: 40px;
    }
    .dashboard-right-container .download {
        flex-direction: row;
        column-gap: 20px;
    }
    .dashboard-right-container .download > div {
        width: 50%;
    }
    .main-container {
        width: 100%;
    }
    .notifivation-list {
        width: 100%;
        row-gap: 15px;
    }
    .dashboard-items-container {
        flex-direction: column;
        row-gap: 20px;
    }
    .dashboard-items-container .row {
        row-gap: 20px;
    }
    .dashboard-items-container-owner {
        flex-direction: column;
        row-gap: 20px;
    }
    .dashboard-item {
        width: 100%;
        max-width: 310px;
    }
    .restaurant-list > .restaurant {
        align-items: flex-start;
    }
    .restaurant .left .details {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 10px;
    }
    .owner-dashboard .row {
       flex-direction: row !important;
    }
    .owner-dashboard .row .col-md-4 {
        width: 50% !important;
     }
}
@media screen and (max-width: 700px) {
    .restaurant-card {
        width: 100%;
    }
    .restaurant-container .main-container-top {
        flex-direction: column;
        row-gap: 20px;
    }
    .main-container-top .main-container--search {
        width: 100%;
        justify-content: flex-end;
    }
}
@media screen and (max-width: 600px) {
    .coupon {
        min-width: 197px;
    }
}
@media screen and (max-width: 500px) {
    .details-left {
        flex-direction: column;
        row-gap: 10px;
    }
    .details-cont {
        width: 100%;
    }
    .menu {
        flex-direction: column;
    }
    .menu-image {
        width: 100%;
        height: 20ch;
    }
    .menu-cont {
        width: 100%;
        flex-direction: column-reverse;
    }
    .menu-cont > div {
        width: 100%;
    }
    .menu-cont .rating {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    .main-container-top .main-container--search {
        flex-direction: column;
        row-gap: 15px;
        align-items: flex-end;
    }
    .owner-dashboard-item {
        flex-direction: column !important;
        align-items: center;
    }
    .ms-panel-header .food-item-header {
        row-gap: 15px;
        flex-wrap: wrap;
    }
    .owner-dashboard .row {
        flex-direction: column !important;
     }
     .owner-dashboard .row .col-md-4 {
         width: 100% !important;
      }
}

@media screen and (max-width: 400px) {
    .apps {
        width: 100%;
    }
}
/* Widgets */
.ms-widget.ms-has-new-msg .msg-count {
    top: -7px;
    right: 9px;
    left: auto;
}
.ms-notification-widget i {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #f0f0fa;
    color: #ff0018;
    margin-right: 1rem;
    font-size: 20px;
}
.PPC-alt {
    color: #3fa30c;
}
.ETH {
    color: #4e8ee8;
}
.ZEC-alt {
    color: #e5a93d;
}
.ADA-alt {
    color: #3cc8c8;
}
.EOS-alt {
    color: #19191a;
}

.ms-widget.ms-chat-conversations .ms-panel-footer {
    padding: 0;
}
.ms-followers.ms-list .ms-list-item {
    padding: 1rem;
    margin-bottom: 0;
}
.ms-followers li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ms-followers li:last-child {
    border-bottom: 0;
}
.ms-followers li h4 {
    margin-bottom: 0;
}
.ms-followers li button {
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ms-followers .ms-list-item.media i {
    margin-right: 0;
}
.ms-profile-widget {
    text-align: center;
}
.ms-profile-widget .ms-user-img {
    position: absolute;
    margin-top: -50px;
    margin-left: -50px;
    z-index: 2;
    border: 3px solid #ff0018;
}
.ms-card.ms-profile-widget .ms-card-img {
    position: relative;
    z-index: 1;
}
.ms-card.ms-profile-widget .ms-card-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #ff00185c, #bc263494);
    z-index: 1;
}
.ms-card.ms-profile-widget .ms-card-body {
    padding-top: 65px;
}
.ms-profile-widget h2 {
    margin-top: 1rem;
}
.ms-profile-widget button {
    margin: 0;
}
.ms-profile-widget span {
    display: block;
    margin-bottom: 1rem;
}
.ms-profile-widget .ms-profile-stats {
    padding: 1rem 0 0 0;
    border-bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 1.5rem;
    margin-bottom: 0;
}
.ms-email-widget .form-group {
    position: relative;
}
.ms-email-widget .form-group input + .ms-cc {
    position: absolute;
    right: 0.75rem;
    top: 8px;
    color: #ff0018;
}
.ms-crypto-widget .table {
    margin-top: 1.5rem;
    margin-bottom: 0;
}
.ms-infographics-widget .media-body p {
    margin-bottom: 0;
}
.ms-infographics-widget.has-graph canvas {
    position: absolute;
    top: 1rem;
    right: 0;
    height: 70% !important;
    width: 170px !important;
}
.ms-infographics-widget.has-graph i,
.ms-infographics-widget.has-graph-full-width i.cc {
    font-size: 40px;
    margin-right: 1rem;
}
.ms-infographics-widget.has-graph-full-width {
    position: relative;
}
.ms-infographics-widget.has-graph-full-width .ms-card-body {
    padding-bottom: 0;
}
.ms-infographics-widget.has-graph-full-width canvas {
    height: 60px !important;
    width: 100% !important;
}
.has-graph-full-width .ms-chart-label {
    position: absolute;
    top: 1rem;
    right: 1rem;
    border-radius: 25px;
    color: #fff;
    font-size: 12px;
    padding: 0.25rem 0.75rem;
}
.ms-infographics-widget.has-graph .ms-card-body + p {
    margin: 1rem;
    margin-top: 0;
    color: #3a3952;
    display: flex;
    justify-content: space-between;
}
.ms-infographics-widget.has-graph h6 {
    margin-bottom: 0;
}
.ms-infographics-widget .ms-card-body h6 {
    text-transform: uppercase;
}
.ms-card-change,
.ms-card-change i {
    font-size: 1.5rem;
}
.ms-infographics-widget .ms-card-body + i {
    position: absolute;
    top: 1rem;
    right: 3rem;
    color: rgba(255, 255, 255, 0.4);
}
.ms-infographics-widget .ms-card-body + i::before {
    font-size: 4rem;
}
.ms-identifier-widget.bg-primary {
    background-color: #ff0018;
}
.ms-identifier-widget.bg-secondary {
    background-color: #445cc8;
}
.ms-identifier-widget.bg-success {
    background-color: #5cb85c;
}
.ms-identifier-widget.bg-info {
    background-color: #5bc0de;
}
.ms-identifier-widget.bg-warning {
    background-color: #f0ad4e;
}
.ms-identifier-widget.bg-danger {
    background-color: #d9534f;
}
.ms-identifier-widget.bg-dark {
    background-color: #34334a;
}
.ms-identifier-widget.bg-light {
    background-color: #878793;
}
.ms-identifier-widget .ms-panel-header h6,
.ms-identifier-widget .ms-panel-body p,
.ms-identifier-widget .ms-panel-body i {
    color: #fff;
}
.ms-identifier-widget .ms-panel-body p {
    margin: 3rem 0;
}
.ms-identifier-widget .ms-panel-body i::before {
    margin-top: 2rem;
    display: block;
    font-size: 3rem;
}
.ms-identifier-widget .ms-panel-body {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Form Elements */

.ms-list-display li {
    margin-bottom: 1.5rem;
}

textarea {
    resize: none;
}
.ms-form-group {
    position: relative;
    display: block;
    margin: 20px 0;
    width: 100%;
}
.ms-form-group,
.ms-form-group::before,
.ms-form-group::after {
    content: "";
    display: table;
    clear: both;
}
.ms-form-group input.ms-form-input {
    padding: 11px 14px;
    border-radius: 25px;
    border: 0;
    background: #f0f0f7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.ms-form-group input.ms-form-input:focus {
    outline: none;
    background: #dedeed;
}
.ms-form-group.has-icon i {
    position: absolute;
    top: 8px;
    right: 20px;
}
.ms-form-group.has-icon label + input + i {
    top: 38px;
    color: #878793;
    font-size: 18px;
}
.ms-form-group label {
    color: #3a3952;
    font-weight: 500;
    font-size: 13px;
}
.form-control {
    font-size: 14px;
    /* border: 1px solid rgba(0,0,0,0.1); */
}

/* added css */
.new.form-control {
    width: 30%;
    height: 45px;
}
.ratings-new.ms-star-rating.rating-circle .ms-rating-item {
    border: none;
}

.ratings-new.ms-star-rating.rating-fill .ms-rating-item.rated,
.ratings-new.ms-star-rating.rating-fill .ms-rating-item:hover,
.ratings-new.ms-star-rating.rating-fill
    .ms-rating-item:hover
    ~ .ms-rating-item {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: #ffc107;
    margin-right: 0;
}

.new {
    display: flex;
    justify-content: space-between;

    align-items: center;
}

/* added css end */

.input-group-text,
.custom-file-label::after {
    border: 0;
    font-size: 0.875rem;
    color: #878793;
    background-color: #ebebed;
}
.input-group {
    height: 43px;
    /* margin-bottom: 1rem; */
    background-color: #fff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.03);
    border-radius: 15px;
}
.input-group > .form-control {
    background-color: transparent;
    border-radius: 15px;
    height: 100%;
    border: none;
}
.input-group > .form-control ::placeholder {
    color: #98a5b5;
}
.custom-file-label {
    color: #778087;
}
input[type="submit"]:disabled,
button[type="submit"]:disabled {
    background: #e4e3e8;
    border-color: #e4e3e8;
    cursor: not-allowed;
}
.input-group-prepend .btn,
.input-group-append .btn {
    margin-top: 0;
}
.login-btn {
    background-color: #42ac73;
    color: #fff;
    margin: none;
    border-radius: 15px;
}
.forgot-btn {
    color: #98a5b5;
    text-decoration: underline;
}
.forgot-btn:hover {
    color: #42ac73;
    text-decoration: underline;
}
.switch-vertical {
    position: absolute;
    bottom: 14%;
    left: 16px;
    width: 29px;
    height: 61px;
    display: inline-block;
}

.ms-switch {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 28px;
    margin-bottom: 5px;
    margin-right: 5px;
}

input:checked + .ms-switch-slider.round:before {
    -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(25px);
    background-color: #fff;
}

.switch-vertical .ms-switch {
    height: 61px;
    position: initial;
}

.ms-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.ms-switch-slider.ms-switch-discount {
    position: absolute;
    cursor: pointer;
    top: -3px;
    left: 26%;
    width: 64px;
    height: 30px;
    right: 0;
    bottom: 0;
    background-color: #ff0018;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.ms-switch-slider.ms-switch-discount:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 21px;
    left: 37px;
    bottom: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: #fff;
}

input:checked + .ms-switch-slider.ms-switch-discount:before {
    -webkit-transform: translateX(-32px);
    -ms-transform: translateX(-32px);
    transform: translateX(-32px);
    background-color: #fff;
}
.switch-vertical input:checked + .ms-switch-slider:before {
    -webkit-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    transform: translateY(-35px);
    background-color: #fff;
}

.ms-switch .ms-status-switch {
    position: absolute;
    cursor: pointer;
    top: 40px;
    left: 85%;
    width: 64px;
    height: 30px;
    right: 0;
    bottom: 0;
    background-color: #ff0018;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.ms-switch-slider.ms-status-switch:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 21px;
    left: 37px;
    bottom: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: #fff;
}

input:checked + .ms-switch-slider.ms-status-switch:before {
    -webkit-transform: translateX(-32px);
    -ms-transform: translateX(-32px);
    transform: translateX(-32px);
    background-color: #fff;
}

.ms-switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e4e3e8;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.ms-switch-slider:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 21px;
    left: 4px;
    bottom: 4px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: #fff;
}
input:checked + .ms-switch-slider {
    background: #ff0018;
}
input:checked + .ms-switch-slider:before {
    -webkit-transform: translateY(-32px);
    -ms-transform: translateY(-32px);
    transform: translateY(-32px);
    background-color: #fff;
}
.ms-switch-slider.ms-switch-discount-2 {
    position: absolute;
    cursor: pointer;
    top: 46%;
    width: 64px;
    height: 30px;
    left: 78%;
    right: 0;
    bottom: 0;
    background-color: #ff0018;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.ms-switch-slider.ms-switch-discount-2:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 21px;
    left: 37px;
    bottom: 4px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: #fff;
}

input:checked + .ms-switch-slider.ms-switch-discount-2:before {
    -webkit-transform: translateX(-32px);
    -ms-transform: translateX(-32px);
    transform: translateX(-32px);
    background-color: #fff;
}

input:checked + .ms-switch-slider.ms-switch-discount-3:before {
    -webkit-transform: translateX(-32px);
    -ms-transform: translateX(-32px);
    transform: translateX(-32px);
    background-color: #fff;
}
.ms-switch-slider.ms-switch-discount-3 {
    position: absolute;
    cursor: pointer;
    top: 64%;
    width: 64px;
    height: 30px;
    left: 78%;
    right: 0;
    bottom: 0;
    background-color: #ff0018;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.ms-switch-slider.ms-switch-discount-3:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 21px;
    left: 37px;
    bottom: 4px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: #fff;
}

.ms-switch-slider.round {
    border-radius: 34px;
}
.ms-switch-slider.round:before {
    border-radius: 50%;
}
.ms-switch-slider.square {
    border-radius: 5px;
}
.ms-switch-slider.square:before {
    border-radius: 5px;
}
.ms-checkbox-wrap {
    position: relative;
    margin-bottom: 0;
    margin-right: 10px;
    width: 18px;
    height: 18px;
}
.ms-checkbox-wrap input[type="checkbox"],
.ms-checkbox-wrap input[type="radio"] {
    position: absolute;
    top: 4px;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    width: 18px;
    height: 18px;
}
.ms-checkbox-wrap input[type="checkbox"] + i.ms-checkbox-check::after,
.ms-checkbox-wrap input[type="checkbox"] + i.ms-checkbox-check::before,
.ms-checkbox-wrap input[type="radio"] + i.ms-checkbox-check::after,
.ms-checkbox-wrap input[type="radio"] + i.ms-checkbox-check::before {
    position: absolute;
    top: 4px;
    left: 0;
}
.ms-checkbox-wrap input[type="checkbox"] + i.ms-checkbox-check::before,
.ms-checkbox-wrap input[type="radio"] + i.ms-checkbox-check::before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: solid #e0e0ef;
    border-width: 2px;
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    transition-duration: 0s;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}
.ms-checkbox-wrap input[type="checkbox"]:checked + i.ms-checkbox-check::before,
.ms-checkbox-wrap input[type="radio"]:checked + i.ms-checkbox-check::before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: solid #ff0018;
    background: #ff0018;
    border-width: 2px;
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    transition-duration: 0s;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}
.ms-checkbox-wrap input[type="radio"] + i.ms-checkbox-check::before,
.ms-checkbox-wrap input[type="radio"]:checked + i.ms-checkbox-check::before {
    border-radius: 50%;
}
.ms-checkbox-wrap input[type="checkbox"] + i.ms-checkbox-check::after,
.ms-checkbox-wrap input[type="radio"] + i.ms-checkbox-check::after {
    content: "\e5ca";
    transition: all 0s;
    -webkit-transition: all 250ms;
    transition-duration: 250ms;
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-weight: 700;
    opacity: 0;
    font-size: 0.5625rem;
    color: #fff;
    text-align: center;
    width: 18px;
    line-height: 18px;
}
.ms-checkbox-wrap input[type="checkbox"]:checked + i.ms-checkbox-check::after,
.ms-checkbox-wrap input[type="radio"]:checked + i.ms-checkbox-check::after {
    opacity: 1;
}
.ms-checkbox-wrap input[type="checkbox"]:disabled,
.ms-checkbox-wrap input[type="radio"]:disabled,
input:disabled + .ms-switch-slider {
    cursor: not-allowed;
}
.ms-checkbox-wrap input[type="checkbox"]:disabled + i.ms-checkbox-check::before,
.ms-checkbox-wrap input[type="radio"]:disabled + i.ms-checkbox-check::before,
input:disabled + .ms-switch-slider {
    background: #e9ecef;
    border-color: #e9ecef;
}
.ms-checkbox-wrap.ms-checkbox-primary
    input[type="checkbox"]:checked
    + i.ms-checkbox-check::before,
.ms-checkbox-wrap.ms-checkbox-primary
    input[type="radio"]:checked
    + i.ms-checkbox-check::before,
input:checked + .ms-switch-slider.ms-switch-primary {
    background: #ff0018;
    border-color: #ff0018;
}
.ms-checkbox-wrap.ms-checkbox-secondary
    input[type="checkbox"]:checked
    + i.ms-checkbox-check::before,
.ms-checkbox-wrap.ms-checkbox-secondary
    input[type="radio"]:checked
    + i.ms-checkbox-check::before,
input:checked + .ms-switch-slider.ms-switch-secondary {
    background: #374eae;
    border-color: #374eae;
}
.ms-checkbox-wrap.ms-checkbox-success
    input[type="checkbox"]:checked
    + i.ms-checkbox-check::before,
.ms-checkbox-wrap.ms-checkbox-success
    input[type="radio"]:checked
    + i.ms-checkbox-check::before,
input:checked + .ms-switch-slider.ms-switch-success {
    background: #07be6e;
    border-color: #07be6e;
}
.ms-checkbox-wrap.ms-checkbox-warning
    input[type="checkbox"]:checked
    + i.ms-checkbox-check::before,
.ms-checkbox-wrap.ms-checkbox-warning
    input[type="radio"]:checked
    + i.ms-checkbox-check::before,
input:checked + .ms-switch-slider.ms-switch-warning {
    background: #fda600;
    border-color: #fda600;
}
.ms-checkbox-wrap.ms-checkbox-danger
    input[type="checkbox"]:checked
    + i.ms-checkbox-check::before,
.ms-checkbox-wrap.ms-checkbox-danger
    input[type="radio"]:checked
    + i.ms-checkbox-check::before,
input:checked + .ms-switch-slider.ms-switch-danger {
    background: #f9423c;
    border-color: #f9423c;
}
.ms-checkbox-wrap.ms-checkbox-info
    input[type="checkbox"]:checked
    + i.ms-checkbox-check::before,
.ms-checkbox-wrap.ms-checkbox-info
    input[type="radio"]:checked
    + i.ms-checkbox-check::before,
input:checked + .ms-switch-slider.ms-switch-info {
    background: #4f8dca;
    border-color: #4f8dca;
}
.ms-checkbox-wrap.ms-checkbox-dark
    input[type="checkbox"]:checked
    + i.ms-checkbox-check::before,
.ms-checkbox-wrap.ms-checkbox-dark
    input[type="radio"]:checked
    + i.ms-checkbox-check::before,
input:checked + .ms-switch-slider.ms-switch-dark {
    background: #262538;
    border-color: #262538;
}
.ms-radio-img input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.ms-payment-container {
    display: flex;
}
.ms-payment-container li {
    display: inline-block;
}
.ms-radio-img input[type="radio"] + .ms-payment-img {
    padding: 5px;
    margin-right: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    max-width: 80px;
}
.ms-radio-img input[type="radio"]:checked + .ms-payment-img {
    border-color: #ff0018;
}

/* Form Validation */
.ms-checkbox-wrap .invalid-feedback,
.ms-checkbox-wrap .valid-feedback {
    position: absolute;
    top: 110%;
    min-width: 300px;
    left: 0;
    text-align: left;
}
.invalid-feedback,
.valid-feedback {
    bottom: calc(100% + 10px);
    right: 0;
    text-align: right;
    position: absolute;
}
.owner-input-group {
    margin-bottom: 10px;
}
.owner-input-group .invalid-feedback {
    position: relative !important;
    right: unset;
    bottom: unset;
}

.ms-checkbox-wrap .invalid-tooltip,
.ms-checkbox-wrap .valid-tooltip {
    min-width: 300px;
    right: auto;
}
.invalid-tooltip,
.valid-tooltip {
    top: auto;
    bottom: calc(100% + 7px);
    right: 0;
}
.invalid-tooltip:before,
.valid-tooltip:before {
    content: "";
    position: absolute;
    top: 99%;
    right: 7px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 6px solid red;
}
.valid-tooltip {
    background-color: #09a561;
}
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #09a561;
}
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #db3c36;
}
.validation-fill.custom-select.is-valid,
.validation-fill .form-control.is-valid,
.validation-fill.was-validated .custom-select:valid,
.validation-fill.was-validated .form-control:valid {
    background-color: #e0ffef;
    color: #09a561;
}
.validation-fill.custom-select.is-invalid,
.validation-fill .form-control.is-invalid,
.validation-fill.was-validated .custom-select:invalid,
.validation-fill.was-validated .form-control:invalid {
    background-color: #ffebea;
    color: #db3c36;
}
.invalid-feedback {
    color: #db3c36;
}
.valid-feedback {
    color: #09a561;
}
.invalid-tooltip {
    background-color: #db3c36;
}
.invalid-tooltip:before {
    border-top-color: #db3c36;
}
.valid-tooltip:before {
    border-top-color: #09a561;
}

/* Form Wizard */
.ms-form-wizard {
    background-color: #fff;
}
.ms-form-wizard .actions ul {
    margin: 2rem 0;
}
.ms-form-wizard .actions ul,
.ms-form-wizard .actions ul::after,
.ms-form-wizard .actions ul::before {
    content: "";
    display: block;
    clear: both;
}
.ms-form-wizard ul[role="tablist"] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.ms-form-wizard ul[role="tablist"] li {
    position: relative;
    background: #e4e3e8;
    margin-right: 10px;
    flex: 1 1 auto;
    text-align: center;
}
.ms-form-wizard ul[role="tablist"] li:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.ms-form-wizard ul[role="tablist"] li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-top: 20px solid transparent;
    border-left: 20px solid #fff;
    border-bottom: 20px solid transparent;
}
.ms-form-wizard ul[role="tablist"] li::after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    z-index: 2;
    height: 100%;
    border-top: 20px solid transparent;
    border-left: 20px solid #e4e3e8;
    border-bottom: 20px solid transparent;
}
.ms-form-wizard ul[role="tablist"] li:first-child::before {
    display: none;
}
.ms-form-wizard ul[role="tablist"] li a {
    -webkit-transition: 0s;
    transition: 0s;
    padding: 10px 0;
    display: block;
}
.ms-form-wizard ul[role="tablist"] li.current::after {
    border-left-color: #ff0018;
}
.ms-form-wizard ul[role="tablist"] li.current {
    background-color: #ff0018;
}
.ms-form-wizard ul[role="tablist"] li.done::after {
    border-left-color: #ff0018;
}
.ms-form-wizard ul[role="tablist"] li.done {
    background-color: #ff0018;
}
.ms-form-wizard ul[role="tablist"] li a,
.ms-form-wizard ul[role="tablist"] li a:hover {
    color: #95959e;
}
.ms-form-wizard ul[role="tablist"] li.current a,
.ms-form-wizard ul[role="tablist"] li.done a,
.ms-form-wizard ul[role="tablist"] li.current span,
.ms-form-wizard ul[role="tablist"] li.done span {
    color: #fff;
}
.ms-form-wizard > .content > .title {
    position: absolute;
    left: -1000px;
}
.ms-form-wizard > .content {
    min-height: 18rem;
}
.ms-form-wizard .actions ul li:first-child {
    float: left;
}
.ms-form-wizard .actions ul li:nth-child(2),
.ms-form-wizard .actions ul li:last-child {
    float: right;
}
.ms-form-wizard .actions ul li a {
    font-size: 14px;
    outline: none;
    white-space: nowrap;
    vertical-align: middle;
    padding: 0.625rem 1rem;
    min-width: 120px;
    margin-top: 1rem;
    border-radius: 5px;
    color: #fff;
}
.ms-form-wizard .actions ul li:not(.disabled) a {
    background-color: #ff0018;
    border-color: #ff0018;
}
.ms-form-wizard .actions ul li.disabled a {
    background-color: #e4e3e8;
    border-color: #e4e3e8;
}
.ms-wizard-pill.ms-form-wizard ul[role="tablist"] li,
.ms-wizard-round.ms-form-wizard ul[role="tablist"] li,
.ms-wizard-vertical.ms-form-wizard ul[role="tablist"] li {
    margin-right: 0;
}
.ms-wizard-pill.ms-form-wizard ul[role="tablist"] li a {
    position: relative;
}
.ms-wizard-pill.ms-form-wizard ul[role="tablist"] li a .number,
.ms-wizard-pill.ms-form-wizard ul[role="tablist"] li:last-child a::after,
.ms-wizard-round.ms-form-wizard ul[role="tablist"] li a .number,
.ms-wizard-round.ms-form-wizard ul[role="tablist"] li:last-child a::after {
    position: absolute;
    top: 0;
    left: -20px;
    height: 100%;
    width: 40px;
    background-color: #ff0018;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
}
.ms-wizard-pill.ms-form-wizard ul[role="tablist"] li:first-child a .number {
    left: 0;
}
.ms-wizard-pill.ms-form-wizard ul[role="tablist"] li:last-child a::after,
.ms-wizard-round.ms-form-wizard ul[role="tablist"] li:last-child a::after {
    content: "\e5ca";
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    right: 0;
    left: auto;
    background: #fff;
    color: #ff0018;
}
.ms-wizard-pill.ms-form-wizard
    ul[role="tablist"]
    li.current:last-child
    a::after,
.ms-wizard-pill.ms-form-wizard ul[role="tablist"] li.done:last-child a::after,
.ms-wizard-round.ms-form-wizard
    ul[role="tablist"]
    li.current:last-child
    a::after,
.ms-wizard-round.ms-form-wizard ul[role="tablist"] li.done:last-child a::after {
    background-color: #ff0018;
    color: #fff;
}
.ms-wizard-pill.ms-form-wizard ul[role="tablist"] li.disabled a .number {
    background-color: #fff;
    color: #ff0018;
}
.ms-wizard-pill.ms-form-wizard ul[role="tablist"] li:first-child {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.ms-wizard-pill.ms-form-wizard ul[role="tablist"] li:last-child {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.ms-wizard-pill.ms-form-wizard ul[role="tablist"] li::before,
.ms-wizard-pill.ms-form-wizard ul[role="tablist"] li::after,
.ms-wizard-round.ms-form-wizard ul[role="tablist"] li::before,
.ms-wizard-round.ms-form-wizard ul[role="tablist"] li::after,
.ms-wizard-vertical.ms-form-wizard ul[role="tablist"] li::before,
.ms-wizard-vertical.ms-form-wizard ul[role="tablist"] li::after {
    display: none;
}
.ms-wizard-round.ms-form-wizard ul[role="tablist"] {
    margin-top: 1rem;
}
.ms-wizard-round.ms-form-wizard ul[role="tablist"] li {
    height: 4px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ms-wizard-round.ms-form-wizard ul[role="tablist"] li a .number,
.ms-wizard-round.ms-form-wizard ul[role="tablist"] li:last-child a::after {
    top: -20px;
    left: 0;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    border: 4px solid rgba(0, 0, 0, 0.1);
    color: #95959e;
}
.ms-wizard-round.ms-form-wizard ul[role="tablist"] li.done:last-child a::after,
.ms-wizard-round.ms-form-wizard
    ul[role="tablist"]
    li.current:last-child
    a::after {
    background-color: #fff;
    border-color: #ff0018;
    color: #ff0018;
}
.ms-wizard-round.ms-form-wizard ul[role="tablist"] li.current a .number,
.ms-wizard-round.ms-form-wizard ul[role="tablist"] li.done a .number,
.ms-wizard-round.ms-form-wizard ul[role="tablist"] li.done:last-child a::after {
    border-color: #ff0018;
    color: #ff0018;
}
.ms-wizard-round.ms-form-wizard ul[role="tablist"] li:last-child a::after {
    left: auto;
    right: 0;
}
.ms-wizard-round.ms-form-wizard ul[role="tablist"] li.current {
    background-color: transparent;
    background-image: linear-gradient(to right, #ff0018, #bc2634);
}
.ms-wizard-vertical.ms-form-wizard ul[role="tablist"] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 250px;
    height: 100%;
    background-color: #ff0018;
    padding: 1rem;
}
.ms-wizard-vertical.ms-form-wizard ul[role="tablist"] li {
    position: relative;
    border-radius: 25px;
    background-color: transparent;
    margin-bottom: 2rem;
    flex: 0 0 auto;
    width: 100%;
}
.ms-wizard-vertical.ms-form-wizard ul[role="tablist"] li a::after {
    content: "";
    position: absolute;
    top: 90%;
    left: 18px;
    width: 5px;
    height: 160%;
    background-color: #fff;
    z-index: -1;
}
.ms-wizard-vertical.ms-form-wizard ul[role="tablist"] li:last-child a::after {
    display: none;
}
.ms-wizard-vertical.ms-form-wizard ul[role="tablist"] li a {
    position: relative;
    z-index: 3;
}
.ms-wizard-vertical.ms-form-wizard ul[role="tablist"] li a .number {
    position: absolute;
    top: 2px;
    left: 3px;
    border-radius: 50%;
    height: 90%;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #ff0018;
}
.ms-wizard-vertical.ms-form-wizard ul[role="tablist"] li a {
    color: #fff;
}
.ms-wizard-vertical.ms-form-wizard ul[role="tablist"] li.current,
.ms-wizard-vertical.ms-form-wizard ul[role="tablist"] li.done {
    background-color: #fff;
}
.ms-wizard-vertical.ms-form-wizard ul[role="tablist"] li.current a .number,
.ms-wizard-vertical.ms-form-wizard ul[role="tablist"] li.done a .number {
    background-color: #ff0018;
    color: #fff;
}
.ms-wizard-vertical.ms-form-wizard ul[role="tablist"] li.current a,
.ms-wizard-vertical.ms-form-wizard ul[role="tablist"] li.done a {
    color: #ff0018;
}
.ms-wizard-vertical.ms-form-wizard .content,
.ms-wizard-vertical.ms-form-wizard .actions {
    margin-left: 250px;
}

/* Accordions */
.accordion .card-header {
    position: relative;
    background-color: #fff;
    border-bottom: 0;
    cursor: pointer;
}
.accordion .card-header[aria-expanded="true"] {
    background-color: #f0f1f6;
}
.accordion .card-header::after {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 700;
    position: absolute;
    top: 0.75rem;
    right: 1.25rem;
}
.accordion .card-header[aria-expanded="true"]::after {
    content: "\e15b";
}
.accordion .card-header[aria-expanded="false"]::after {
    content: "\e145";
}
.ms-accordion-chevron.accordion .card-header::after {
    transition: 0.3s;
    content: "\e313";
}
.ms-accordion-chevron.accordion .card-header[aria-expanded="true"]::after {
    transform: rotate(180deg);
}
.ms-accordion-chevron.accordion .card-header[aria-expanded="false"]::after {
    transform: rotate(0deg);
}
.accordion .card-header span {
    display: block;
    vertical-align: inherit;
    font-size: 14px;
    max-width: 87%;
    color: #3a3952;
    font-weight: 600;
}
.accordion .card-header span.has-icon {
    margin-left: 40px;
}
span.small {
  word-break: break-word;
}
.accordion .card-header i {
    position: absolute;
    top: 4px;
    left: 15px;
}
.accordion .card-header i::before {
    font-size: 24px;
}
.accordion .card {
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.accordion .card-body {
    color: #878793;
}
.accordion.has-gap .card-header {
    border-radius: 3px 3px;
}
.accordion.has-gap .card:first-of-type,
.accordion.has-gap .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.accordion.has-gap .card {
    margin-bottom: 1rem;
}

/* Alerts */
.alert.alert-success {
    background-color: #e0ffef;
    color: #07be6e;
    border-color: #07be6e;
}
.alert.alert-info {
    background-color: #e0f2ff;
    color: #4f8dca;
    border-color: #4f8dca;
}
.alert.alert-warning {
    background-color: #fef6e3;
    color: #fda600;
    border-color: #fda600;
}
.alert.alert-danger {
    background-color: #ffebea;
    color: #f9423c;
    border-color: #f9423c;
}
.alert.alert-brand {
    background-color: #eaedff;
    color: #374eae;
    border-color: #374eae;
}
.alert.alert-outline {
    background: transparent;
}

.ms-dark-theme .alert.alert-outline {
    background: #ffffff;
}

.alert.alert-solid {
    color: #fff;
}
.alert.alert-solid.alert-success {
    background-color: #07be6e;
}
.alert.alert-solid.alert-info {
    background-color: #4f8dca;
}
.alert.alert-solid.alert-warning {
    background-color: #fda600;
}
.alert.alert-solid.alert-danger {
    background-color: #f9423c;
}
.alert.alert-solid.alert-brand {
    background-color: #374eae;
}
.alert i {
    margin-right: 15px;
}

/* Breadcrumbs */

.breadcrumb {
    align-items: center;
    border-radius: 0;
    background-color: transparent;
}
.breadcrumb.breadcrumb-arrow-sep .breadcrumb-item + .breadcrumb-item::before {
    content: "\e315";
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
}
.breadcrumb-dark {
    background-color: #ff0018;
}
.breadcrumb-dark a,
.breadcrumb-dark .breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-dark .breadcrumb-item.active {
    color: #fff;
}
.breadcrumb.breadcrumb-arrow {
    overflow: hidden;
}
.breadcrumb.breadcrumb-arrow li {
    position: relative;
    background: #fff;
    padding: 10px 40px;
}
.breadcrumb.breadcrumb-arrow li::after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    z-index: 2;
    height: 100%;
    border-top: 20px solid transparent;
    border-left: 20px solid #fff;
    border-bottom: 20px solid transparent;
}
.breadcrumb.breadcrumb-arrow li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-top: 20px solid transparent;
    border-left: 20px solid #f0f0fa;
    border-bottom: 20px solid transparent;
}
.breadcrumb.breadcrumb-arrow.has-bg li:not(.active),
.breadcrumb.breadcrumb-arrow.has-bg-active li {
    background-color: #ff0018;
}
.breadcrumb.breadcrumb-arrow.has-bg li:not(.active) a,
.breadcrumb.breadcrumb-arrow.has-bg-active li a,
.breadcrumb.breadcrumb-arrow.has-bg-active .breadcrumb-item.active {
    color: #fff;
}
.breadcrumb.breadcrumb-arrow.has-bg li:not(.active)::after,
.breadcrumb.breadcrumb-arrow.has-bg-active li::after {
    border-left-color: #ff0018;
}
.breadcrumb.breadcrumb-arrow.has-gap li {
    margin-right: 10px;
}
.breadcrumb.breadcrumb-arrow:not(.has-gap) li:not(:first-child)::after,
.breadcrumb.breadcrumb-arrow:not(.has-gap) li:not(:first-child)::before {
    display: none;
}
.breadcrumb.breadcrumb-arrow:not(.has-gap) li:last-child::after {
    display: block;
}
.breadcrumb.breadcrumb-arrow.first-rounded li:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.breadcrumb.breadcrumb-arrow.first-rounded li:first-child::before {
    display: none;
}
.breadcrumb.has-shadow li {
    -webkit-box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.2);
}

/* Cards */
.ms-card {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px 1px rgba(69, 65, 78, 0.1);
    -moz-box-shadow: 0 1px 6px 1px rgba(69, 65, 78, 0.1);
    box-shadow: 0 1px 6px 1px rgba(69, 65, 78, 0.1);
    margin-bottom: 2rem;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
[class*="card-"] {
    border: 0;
}
[class*="card-"] .ms-card-body,
[class*="card-"]:not(.ms-card-fh) .ms-card-body p,
[class*="card-"]:not(.ms-card-fh) .ms-card-body h6,
[class*="card-gradient-"] .ms-card-body,
[class*="card-gradient-"]:not(.ms-card-fh) .ms-card-body p,
[class*="card-gradient-"]:not(.ms-card-fh) .ms-card-body h6 {
    color: #fff;
}
.ms-card.card-primary,
.ms-dark-theme .ms-card.card-primary {
    background-color: #ff0018;
}
.ms-card.card-secondary,
.ms-dark-theme .ms-card.card-secondary {
    background-color: #374eae;
}
.ms-card.card-success,
.ms-dark-theme .ms-card.card-success {
    background-color: #07be6e;
}
.ms-card.card-warning,
.ms-dark-theme .ms-card.card-warning {
    background-color: #fda600;
}
.ms-card.card-danger,
.ms-dark-theme .ms-card.card-danger {
    background-color: #f9423c;
}
.ms-card.card-info,
.ms-dark-theme .ms-card.card-info {
    background-color: #4f8dca;
}
.ms-card.card-dark,
.ms-dark-theme .ms-card.card-dark {
    background-color: #262538;
}
.ms-card.card-gradient-primary {
    background-color: #ff0018;
    background-image: linear-gradient(to right, #ff0018, #bc2634);
}
.ms-card.card-gradient-secondary {
    background-color: #000000;
    background-image: linear-gradient(to right, #8f8f8fa6, #bc26341c);
}
.ms-card.card-gradient-success {
    background-color: #d9534f;
    background-image: linear-gradient(to right, #fe051d, #fd162b);
}
.ms-card.card-gradient-warning {
    background-color: #fea837;
    background-image: linear-gradient(to right, #fea837, #fed257);
}
.ms-card.card-gradient-danger {
    background-color: #eb025d;
    background-image: linear-gradient(to right, #eb025d, #fe4749);
}
.ms-card.card-gradient-info {
    background-color: #3e60ff;
    background-image: linear-gradient(to right, #3e60ff, #5ba0fd);
}
.ms-card.card-gradient-light {
    background-color: #5f5f67;
    background-image: linear-gradient(to right, #5f5f67, #858591);
}
.ms-card.card-gradient-dark {
    background-color: #252434;
    background-image: linear-gradient(to right, #252434, #3a3850);
}
.ms-card.card-facebook,
.ms-dark-theme .ms-card.card-facebook {
    background-color: #3b5997;
}
.ms-card.card-twitter,
.ms-dark-theme .ms-card.card-twitter {
    background-color: #3da4f1;
}
.ms-card.card-linkedin,
.ms-dark-theme .ms-card.card-linkedin {
    background-color: #0177b5;
}
.ms-card.card-instagram,
.ms-dark-theme .ms-card.card-instagram {
    background: linear-gradient(
        to top right,
        #fa7e1e,
        #d82a74,
        #9a2ebc,
        #4f5bd5
    );
}
.ms-card.ms-card-fh {
    height: calc(100% - 2rem);
}
.ms-card-header h6 {
    margin-bottom: 0;
    display: inline-block;
}
.ms-card-header {
    padding: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ms-card-header .ms-btn-icon {
    width: 28px;
    height: 28px;
}
.ms-card-body,
.ms-card-footer {
    position: relative;
    padding: 1rem;
    font-size: 14px;
}
.ms-card-body h6 {
    margin-bottom: 1rem;
}

.ms-dark-theme .ms-card-body p {
    color: #ffffff;
}
.ms-card-body p {
    color: #878793;
}
.ms-card-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.ms-card .ms-card-img img {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.ms-card .ms-card-body + .ms-card-img img {
    border-radius: 0;
}
.ms-card .ms-card-body > .media {
    margin-bottom: 1rem;
}
.ms-card .ms-card-body > .media h6 {
    display: inline-block;
    margin-bottom: 0;
}
.ms-card .ms-card-body > .media img {
    width: 50px;
}
.ms-card .ms-card-body > .media i {
    font-size: 18px;
}
.ms-card .ms-card-options {
    flex: 1;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.ms-card .ms-card-options i {
    margin-right: 5px;
}
.ms-card .ms-card-options:last-child {
    border-right: 0;
}

/* Progress Bars */

.progress {
    margin-bottom: 1.5rem;
    border-radius: 3rem;
    height: 0.9rem;
}
.progress.progress-tiny {
    height: 0.2rem;
}
.progress-status {
    float: right;
}
.progress-label,
.progress-status {
    font-size: 12px;
    display: inline-block;
    margin-bottom: 10px;
}
.progress-rounded {
    position: relative;
    margin: 0 auto;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 16px solid #f1f1f1;
    margin-bottom: 2rem;
}
.progress-rounded * {
    transition: all 0.3s ease;
}
.progress-rounded .progress-value {
    font-size: 1rem;
    font-weight: 600;
    color: #34334a;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.progress-rounded svg {
    height: 130px;
    width: 130px;
    position: absolute;
    top: -16px;
    left: -16px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.progress-rounded svg circle {
    stroke-dasharray: 358.141563 358.141563;
    stroke-dashoffset: 360;
    stroke: #ff0018;
    stroke-linecap: square;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.progress-rounded.progress-round-tiny {
    width: 120px;
    height: 120px;
    border-width: 4px;
}
.progress-rounded.progress-round-tiny svg {
    top: -9px;
    left: -9px;
}

.progress-rounded svg circle.bg-primary {
    stroke: #ff0018;
}
.progress-rounded svg circle.bg-secondary {
    stroke: #445cc8;
}
.progress-rounded svg circle.bg-success {
    stroke: #5cb85c;
}
.progress-rounded svg circle.bg-info {
    stroke: #5bc0de;
}
.progress-rounded svg circle.bg-warning {
    stroke: #f0ad4e;
}
.progress-rounded svg circle.bg-danger {
    stroke: #d9534f;
}
.progress-rounded svg circle.bg-dark {
    stroke: #34334a;
}
.progress-rounded svg circle.bg-light {
    stroke: #878793;
}

/* Buttons */

/* new-s */
.btn-outline-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #ff0018;
    border-color: #ff0018;
}
.ms-dark-theme .btn-outline-primary:not(:disabled):not(.disabled).active {
    color: #ff0018;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #bc2634;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #bc2634;
}

.wrapper-new1 {
    display: flex;
    justify-content: space-between;
}
.wrapper-new2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.box .badge {
    line-height: 1.2;
    font-size: 100%;
}

/* end */
.ms-btn-display button,
.ms-btn-display .badge {
    margin-right: 1.5rem;
    margin-top: 1.5rem;
}
.ms-btn-display button .badge {
    margin: 0;
}
.btn {
    font-size: 14px;
    outline: none;
    padding: 0.625rem 1rem;
    min-width: 120px;
    margin-top: 1rem;
}
.btn:hover,
.ms-dark-theme .btn:hover {
    color: #fff;
}
.btn-link {
    color: #ff0018;
}
.btn.btn-square,
.ms-btn-icon.btn-square,
.ms-btn-icon-outline.btn-square {
    border-radius: 0;
}
.btn.btn-pill,
.ms-btn-icon.btn-pill,
.ms-btn-icon-outline.btn-pill {
    border-radius: 25px;
}
.btn.has-icon i {
    margin-right: 5px;
}
.btn-primary {
    color: #fff;
    background-color: #ff0018;
    border-color: #ff0018;
}

.ms-dark-theme .btn-primary {
    color: #ff0018;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-white {
    font-weight: 500;
}
.btn-white,
.btn-white:hover,
.ms-dark-theme .btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #ff0018;
}
.btn-primary:hover,
.btn-primary:focus,
.ms-btn-icon-outline.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:hover {
    background-color: #bc2634;
    border-color: #bc2634;
    color: #fff;
}
.btn-secondary {
    color: #fff;
    background-color: #000000de;
    border-color: #000000de;
}
.btn-secondary:hover,
.btn-secondary:focus,
.ms-btn-icon-outline.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.btn-success {
    color: #fff;
    background-color: #07be6e;
    border-color: #07be6e;
}
.btn-success:hover,
.btn-success:focus,
.ms-btn-icon-outline.btn-success:focus,
.btn-success:not(:disabled):not(.disabled):active,
.btn-outline-success:hover {
    color: #fff;
    background-color: #09a561;
    border-color: #09a561;
}
.btn-info {
    color: #fff;
    background-color: #4f8dca;
    border-color: #4f8dca;
}
.btn-info:hover,
.btn-info:focus,
.ms-btn-icon-outline.btn-info:focus,
.btn-info:not(:disabled):not(.disabled):active,
.btn-outline-info:hover {
    color: #fff;
    background-color: #437eb7;
    border-color: #437eb7;
}
.btn-danger {
    color: #fff;
    background-color: #f9423c;
    border-color: #f9423c;
}
.btn-danger:hover,
.btn-danger:focus,
.ms-btn-icon-outline.btn-danger:focus,
.btn-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:hover {
    color: #fff;
    background-color: #db3c36;
    border-color: #db3c36;
}
.btn-warning {
    color: #fff;
    background-color: #fda600;
    border-color: #fda600;
}
.btn-warning:hover,
.btn-warning:focus,
.ms-btn-icon-outline.btn-warning:focus,
.btn-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:hover {
    color: #fff;
    background-color: #e89800;
    border-color: #e89800;
}
.btn-dark {
    color: #fff;
    background-color: #34334a;
    border-color: #34334a;
}
.btn-dark:hover,
.btn-dark:focus,
.ms-btn-icon-outline.btn-dark:focus,
.btn-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:hover {
    color: #fff;
    background-color: #262538;
    border-color: #262538;
}
.btn-light {
    color: #fff;
    background-color: #878793;
    border-color: #878793;
}
.btn-light:hover,
.btn-light:focus,
.ms-btn-icon-outline.btn-light:focus,
.btn-light:not(:disabled):not(.disabled):active,
.btn-outline-light:hover {
    color: #fff;
    background-color: #75757c;
    border-color: #75757c;
}
.ms-btn-icon,
.ms-btn-icon-outline {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
    width: 38px;
    height: 38px;
    border-radius: 0.25rem;
    line-height: 1.5;
    -webkit-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
}

.ms-btn-icon i {
    color: #fff;
    font-size: 16px;
}
.ms-btn-icon-outline {
    background-color: transparent;
    border: 1px solid;
}
.ms-btn-icon-outline[class*="btn-"]:hover {
    color: #fff;
}

/* hover outline */

.btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #bc2634;
    color: #fff;
}
.ms-btn-icon-outline.btn-primary,
.btn-outline-primary {
    color: #ff0018;
    border-color: #ff0018;
}
.ms-dark-theme .btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #ffffff;
    color: #bc2634;
    border-color: #ffffff;
}
.ms-dark-theme .ms-btn-icon-outline.btn-primary,
.ms-dark-theme .btn-outline-primary {
    color: #ffffff;
    border-color: #ffffff;
}
.ms-btn-icon-outline.btn-secondary,
.btn-outline-secondary {
    color: #374eae;
    border-color: #374eae;
}
.ms-btn-icon-outline.btn-success,
.btn-outline-success {
    color: #07be6e;
    border-color: #07be6e;
}
.ms-btn-icon-outline.btn-info,
.btn-outline-info {
    color: #4f8dca;
    border-color: #4f8dca;
}
.ms-btn-icon-outline.btn-warning,
.btn-outline-warning {
    color: #fda600;
    border-color: #fda600;
}
.ms-btn-icon-outline.btn-danger,
.btn-outline-danger {
    color: #f9423c;
    border-color: #f9423c;
}
.ms-btn-icon-outline.btn-dark,
.btn-outline-dark {
    color: #34334a;
    border-color: #34334a;
}
.ms-btn-icon-outline.btn-light,
.btn-outline-light {
    color: #878793;
    border-color: #878793;
}
[class*="btn-gradient-"] {
    color: #fff;
    border: 0;
}
.btn-gradient-primary {
    background-color: #ff0018;
    background-image: linear-gradient(to right, #ff0018, #bc2634);
}
.btn-gradient-secondary {
    background-color: #926afe;
    background-image: linear-gradient(to right, #926afe, #bd9aff);
}
.btn-gradient-success {
    background-color: #12b252;
    background-image: linear-gradient(to right, #12b252, #31e97a);
}
.btn-gradient-info {
    background-color: #3e60ff;
    background-image: linear-gradient(to right, #3e60ff, #5ba0fd);
}
.btn-gradient-warning {
    background-color: #fea837;
    background-image: linear-gradient(to right, #fea837, #fed257);
}
.btn-gradient-danger {
    background-color: #eb025d;
    background-image: linear-gradient(to right, #eb025d, #fe4749);
}
.btn-gradient-dark {
    background-color: #252434;
    background-image: linear-gradient(to right, #252434, #3a3850);
}
.btn-gradient-light {
    background-color: #5f5f67;
    background-image: linear-gradient(to right, #5f5f67, #858591);
}
.btn-group.flex-column label {
    margin-top: 0;
    border-radius: 0;
}
.btn-group.flex-column > .btn:first-child,
.btn-group.flex-column > .btn:first-child:not(.dropdown-toggle) {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.btn-group.flex-column > .btn:last-child,
.btn-group.flex-column > .btn:last-child:not(.dropdown-toggle) {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.btn-group-sm > .btn,
.btn-sm {
    line-height: 0.5;
}
.btn.bg-facebook,
.btn.bg-twitter,
.btn.bg-linkedin,
.btn.bg-g-plus,
.btn.bg-instagram,
.btn.bg-pinterest,
.btn.bg-dropbox,
.btn.bg-dribble {
    border: 0;
    color: #fff;
}

/* Badges */
[class*="badge-"],
a.badge[class*="badge-"]:hover {
    color: #fff;
}
.badge.badge-primary {
    background-color: #ff0018;
}
.badge.badge-secondary {
    background-color: #445cc8;
}
.badge.badge-success {
    background-color: #28a745;
}
.badge.badge-warning {
    background-color: #fda600;
}
.badge.badge-danger {
    background-color: #f9423c;
}
.badge.badge-info {
    background-color: #ff0018;
}
.badge.badge-light {
    background-color: #878793;
}
.badge.badge-dark {
    background-color: #34334a;
}
a.badge.badge-primary:hover {
    background-color: #bc2634;
}
a.badge.badge-secondary:hover {
    background-color: #374eae;
}
a.badge.badge-success:hover {
    background-color: #09a561;
}
a.badge.badge-warning:hover {
    background-color: #e89800;
}
a.badge.badge-danger:hover {
    background-color: #db3c36;
}
a.badge.badge-info:hover {
    background-color: #437eb7;
}
a.badge.badge-light:hover {
    background-color: #75757c;
}
a.badge.badge-dark:hover {
    background-color: #262538;
}
.badge[class*="badge-outline-"] {
    background-color: transparent;
    border: 1px solid;
}
button .badge[class*="badge-outline-"],
a .badge[class*="badge-outline-"] {
    background-color: #fff;
}
.badge.badge-outline-primary {
    border-color: #ff0018;
    color: #ff0018;
}
.badge.badge-outline-secondary {
    border-color: #374eae;
    color: #374eae;
}
.badge.badge-outline-success {
    border-color: #07be6e;
    color: #07be6e;
}
.badge.badge-outline-warning {
    border-color: #fda600;
    color: #fda600;
}
.badge.badge-outline-danger {
    border-color: #f9423c;
    color: #f9423c;
}
.badge.badge-outline-info {
    border-color: #4f8dca;
    color: #4f8dca;
}
.badge.badge-outline-light {
    border-color: #878793;
    color: #878793;
}
.badge.badge-outline-dark {
    border-color: #262538;
    color: #262538;
}
.badge-gradient-primary {
    background-color: #ff0018;
    background-image: linear-gradient(to right, #ff0018, #bc2634);
}
.badge-gradient-secondary {
    background-color: #926afe;
    background-image: linear-gradient(to right, #926afe, #bd9aff);
}
.badge-gradient-success {
    background-color: #12b252;
    background-image: linear-gradient(to right, #12b252, #31e97a);
}
.badge-gradient-info {
    background-color: #3e60ff;
    background-image: linear-gradient(to right, #3e60ff, #5ba0fd);
}
.badge-gradient-warning {
    background-color: #fea837;
    background-image: linear-gradient(to right, #fea837, #fed257);
}
.badge-gradient-danger {
    background-color: #eb025d;
    background-image: linear-gradient(to right, #eb025d, #fe4749);
}
.badge-gradient-dark {
    background-color: #252434;
    background-image: linear-gradient(to right, #252434, #3a3850);
}
.badge-gradient-light {
    background-color: #5f5f67;
    background-image: linear-gradient(to right, #5f5f67, #858591);
}
.badge-square {
    border-radius: 0;
}

/* Pagination */
.pagination.has-gap .page-item .page-link {
    margin-right: 0.425rem;
}
.page-item:not(.active) .page-link,
.page-item:not(.active-circle) .page-link,
.page-item:not(.active-bordered) .page-link,
.page-item:not(.active-round) .page-link {
    color: #34334a;
}
.pagination-light .page-item:not(.active) .page-link,
.pagination-light .page-item:not(.active-circle) .page-link,
.pagination-light .page-item:not(.active-round) .page-link {
    background-color: #eeeff7;
    border-color: #eeeff7;
}
.pagination-round .page-item .page-link {
    border-radius: 5px;
}
.pagination-circle .page-item .page-link {
    border-radius: 50%;
}
.pagination .page-link:hover {
    z-index: 0;
}
.page-item.active .page-link,
.pagination-light .page-item.active .page-link {
    color: #fff;
    background-color: #58bc6b;
    border-color: #58bc6b;
    z-index: 0;
}
.page-item.active-circle .page-link,
.page-item.active-round .page-link {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
}
.page-item.active-circle .page-link::after,
.page-item.active-round .page-link::after {
    content: "";
    position: absolute;
    top: 0;
    left: -3px;
    width: calc(100% + 0.4rem);
    height: 100%;
    z-index: -1;
    background-color: #ff0018;
    border-radius: 25px;
    transform: scale(1.2);
}
.page-item.active-round .page-link::after {
    border-radius: 5px;
}
.page-item.active-bordered .page-link {
    border-bottom: 2px solid #ff0018;
    color: #ff0018;
}
.pagination-pill .page-item:first-child .page-link {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.pagination-pill .page-item:last-child .page-link {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.pagination-input input[type="number"] {
    width: 51px;
    border: 1px solid #dee2e6;
    height: 100%;
    text-align: center;
    padding: 0.3rem 0.1rem;
    outline: none;
}
.pagination.pagination-expanded {
    border: 1px solid #dee2e6;
    padding: 0.75rem;
    background-color: #fff;
}
.pagination.pagination-expanded.has-shadow {
    border: 0;
    -webkit-box-shadow: 0 2px 24px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.1);
}
.pagination-expanded .page-item .page-link {
    position: relative;
    border: 0;
    margin: 0 4px;
    z-index: 1;
}
.pagination-expanded .page-item.active .page-link {
    background-color: transparent;
    border-color: transparent;
}
.pagination-expanded .page-item-expanded input[type="number"] {
    width: 51px;
    border: 1px solid #dee2e6;
    height: 100%;
    text-align: center;
    padding: 0.5rem 0.2rem;
    outline: none;
    border-radius: 5px;
}
.pagination-expanded .page-item-expanded .go-to-page {
    font-size: 12px;
    margin: 0 10px;
    display: inline-block;
}
.pagination-expanded .page-item .page-link:hover {
    background-color: transparent;
}
.pagination-expanded .page-item.active .page-link::after,
.pagination-expanded .page-item .page-link:hover::after,
.pagination-expanded .page-item:first-child .page-link::after,
.pagination-expanded .page-item:last-child .page-link::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    margin-left: -40%;
    margin-top: -40%;
    z-index: -1;
    background-color: #ff0018;
    transform: rotate(45deg);
    border-radius: 5px;
}
.pagination-expanded .page-item:first-child .page-link::after,
.pagination-expanded .page-item:last-child .page-link::after {
    background-color: #fff;
    border-color: #fff;
}
.pagination-expanded .page-item:not(.active) .page-link:hover::after {
    background-color: #e9ecef;
}

/* Preloaders */
#preloader-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20009;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
#preloader-wrap.loaded {
    visibility: hidden;
    opacity: 0;
}
.spinner-1 {
    width: 40px;
    height: 40px;
    background-color: #ff0018;
    margin: 100px auto;
    -webkit-animation: ms-rotateplane 1.2s infinite ease-in-out;
    animation: ms-rotateplane 1.2s infinite ease-in-out;
}

.ms-dark-theme .spinner-1 {
    background-color: #ffffff;
}

.spinner-2 {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ff0018;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: ms-bounce 2s infinite ease-in-out;
    animation: ms-bounce 2s infinite ease-in-out;
}

.ms-dark-theme .double-bounce1,
.double-bounce2 {
    background-color: #ffffff;
}
.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.spinner-3 {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}
.spinner-3 > div {
    background-color: #ff0018;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: ms-stretchdelay 1.2s infinite ease-in-out;
    animation: ms-stretchdelay 1.2s infinite ease-in-out;
}

.ms-dark-theme .spinner-3 > div {
    background-color: #ffffff;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: ms-stretchdelay 1.2s infinite ease-in-out;
    animation: ms-stretchdelay 1.2s infinite ease-in-out;
}

.spinner-3 .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.spinner-3 .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.spinner-3 .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.spinner-3 .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.spinner-4 {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}
.cube1,
.cube2 {
    background-color: #ff0018;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: ms-cubemove 1.8s infinite ease-in-out;
    animation: ms-cubemove 1.8s infinite ease-in-out;
}
.cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.ms-dark-theme .cube1,
.cube2 {
    background-color: #ffffff;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: ms-cubemove 1.8s infinite ease-in-out;
    animation: ms-cubemove 1.8s infinite ease-in-out;
}
.spinner-5 {
    width: 40px;
    height: 40px;
    margin: 100px auto;
    background-color: #ff0018;
    border-radius: 100%;
    -webkit-animation: ms-scaleout 1s infinite ease-in-out;
    animation: ms-scaleout 1s infinite ease-in-out;
}

.ms-dark-theme .spinner-5 {
    width: 40px;
    height: 40px;
    margin: 100px auto;
    background-color: #ffffff;
    border-radius: 100%;
    -webkit-animation: ms-scaleout 1s infinite ease-in-out;
    animation: ms-scaleout 1s infinite ease-in-out;
}
.spinner-6 {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-animation: ms-rotate 2s infinite linear;
    animation: ms-rotate 2s infinite linear;
}
.dot1,
.dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #ff0018;
    border-radius: 100%;
    -webkit-animation: ms-bounce 2s infinite ease-in-out;
    animation: ms-bounce 2s infinite ease-in-out;
}

.ms-dark-theme .dot1,
.dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #ffffff;
    border-radius: 100%;
    -webkit-animation: ms-bounce 2s infinite ease-in-out;
    animation: ms-bounce 2s infinite ease-in-out;
}

.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.spinner-7 {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
}
.spinner-7 > div {
    width: 18px;
    height: 18px;
    background-color: #ff0018;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: ms-bouncedelay 1.4s infinite ease-in-out both;
    animation: ms-bouncedelay 1.4s infinite ease-in-out both;
}

.ms-dark-theme .spinner-7 > div {
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: ms-bouncedelay 1.4s infinite ease-in-out both;
    animation: ms-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner-7 .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner-7 .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.spinner-8 {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}
.spinner-8 .ms-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.spinner-8 .ms-child:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #42ac73;
    border-radius: 100%;
    -webkit-animation: ms-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: ms-circleBounceDelay 1.2s infinite ease-in-out both;
}

.ms-dark-theme .spinner-8 .ms-child:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #ffffff;
    border-radius: 100%;
    -webkit-animation: ms-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: ms-circleBounceDelay 1.2s infinite ease-in-out both;
}

.spinner-8 .ms-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.spinner-8 .ms-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.spinner-8 .ms-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.spinner-8 .ms-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.spinner-8 .ms-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.spinner-8 .ms-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.spinner-8 .ms-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.spinner-8 .ms-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.spinner-8 .ms-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.spinner-8 .ms-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}
.spinner-8 .ms-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}
.spinner-8 .ms-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.spinner-8 .ms-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.spinner-8 .ms-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.spinner-8 .ms-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.spinner-8 .ms-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.spinner-8 .ms-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.spinner-8 .ms-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.spinner-8 .ms-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.spinner-8 .ms-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.spinner-8 .ms-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.spinner-8 .ms-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

.spinner-9 {
    width: 40px;
    height: 40px;
    margin: 100px auto;
}
.spinner-9 .ms-cube {
    width: 33%;
    height: 33%;
    background-color: #ff0018;
    float: left;
    -webkit-animation: ms-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: ms-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.ms-dark-theme .spinner-9 .ms-cube {
    width: 33%;
    height: 33%;
    background-color: #ffffff;
    float: left;
    -webkit-animation: ms-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: ms-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.spinner-9 .ms-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.spinner-9 .ms-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.spinner-9 .ms-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.spinner-9 .ms-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.spinner-9 .ms-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.spinner-9 .ms-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.spinner-9 .ms-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.spinner-9 .ms-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.spinner-9 .ms-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.spinner-10 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.spinner-10,
.spinner-12 {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}
.spinner-10 .ms-cube,
.spinner-12 .ms-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.spinner-10 .ms-cube:before,
.spinner-12 .ms-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff0018;
    -webkit-animation: ms-foldCubeAngle 2.4s infinite linear both;
    animation: ms-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.ms-dark-theme .spinner-10 .ms-cube:before,
.ms-dark-theme .spinner-12 .ms-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    -webkit-animation: ms-foldCubeAngle 2.4s infinite linear both;
    animation: ms-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.spinner-10 .ms-cube2,
.spinner-12 .ms-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}
.spinner-10 .ms-cube3,
.spinner-12 .ms-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}
.spinner-10 .ms-cube4,
.spinner-12 .ms-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}
.spinner-10 .ms-cube2:before,
.spinner-12 .ms-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.spinner-10 .ms-cube3:before,
.spinner-12 .ms-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.spinner-10 .ms-cube4:before,
.spinner-12 .ms-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
.spinner-11 {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.spinner-11 .ms-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.spinner-11 .ms-circle:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #ff0018;
    border-radius: 100%;
    -webkit-animation: ms-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: ms-circleFadeDelay 1.2s infinite ease-in-out both;
}

.ms-dark-theme .spinner-11 .ms-circle:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #ffffff;
    border-radius: 100%;
    -webkit-animation: ms-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: ms-circleFadeDelay 1.2s infinite ease-in-out both;
}
.spinner-11 .ms-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.spinner-11 .ms-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.spinner-11 .ms-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.spinner-11 .ms-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.spinner-11 .ms-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.spinner-11 .ms-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.spinner-11 .ms-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.spinner-11 .ms-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.spinner-11 .ms-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.spinner-11 .ms-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}
.spinner-11 .ms-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}
.spinner-11 .ms-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.spinner-11 .ms-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.spinner-11 .ms-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.spinner-11 .ms-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.spinner-11 .ms-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.spinner-11 .ms-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.spinner-11 .ms-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.spinner-11 .ms-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.spinner-11 .ms-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.spinner-11 .ms-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.spinner-11 .ms-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

/* Tabs */
.nav-tabs {
    border: 0;
}
.nav-tabs li {
    flex: 1 1 auto;
}
.nav-tabs li a {
    display: block;
    padding: 10px;
    text-align: center;
    background: #e4e3e8;
    color: #34334a;
}
.nav-tabs li a.white {
    display: block;
    padding: 10px;
    text-align: center;
    background: #ffffff;
    color: #34334a;
}
.nav-tabs li a.active {
    color: #fff;
    background-color: #ff0018;
}
.nav-tabs.tabs-bordered li a {
    -webkit-transition: 0s;
    transition: 0s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.nav-tabs.tabs-bordered li a.active {
    background: #fff;
    color: #ff0018;
    border-bottom: 2px solid #ff0018;
}
.tabs-bordered li a {
    background: #fff;
    padding: 0 0 1rem;
}
.nav-tabs.left-tabs,
.nav-tabs.right-tabs {
    -webkit-flex-direction: column;
    flex-direction: column;
}
.nav-tabs.left-tabs {
    float: left;
    margin-right: 25px;
}
.nav-tabs.right-tabs {
    margin-left: 25px;
    float: right;
}
.nav-tabs.left-tabs li a,
.nav-tabs.right-tabs li a {
    padding: 5px 10px;
    margin-bottom: 10px;
}
.nav-tabs.left-tabs li a {
    text-align: left;
}
.nav-tabs.right-tabs li a {
    text-align: right;
}
.nav-tabs.tabs-bordered.left-tabs li a,
.nav-tabs.tabs-bordered.right-tabs li a {
    border-bottom: 0;
}
.nav-tabs.tabs-bordered.left-tabs li a.active {
    border-bottom: 0;
    border-left: 3px solid #ff0018;
}
.nav-tabs.tabs-bordered.right-tabs li a.active {
    border-bottom: 0;
    border-right: 3px solid #ff0018;
}
.nav-tabs.left-tabs + .tab-content {
    float: right;
}
.nav-tabs.right-tabs + .tab-content {
    float: left;
}
.nav-tabs.left-tabs + .tab-content,
.nav-tabs.right-tabs + .tab-content {
    width: calc(100% - 120px);
}
.nav-tabs.tab-pills li a {
    border-radius: 25px;
}
.nav-tabs.tabs-round li a {
    border-radius: 5px;
}
.nav-tabs.has-gap li a {
    margin-right: 15px;
}
.nav-tabs.has-gap li:last-child a {
    margin-right: 0;
}
.ms-panel-header .nav.btn-group {
    flex-wrap: nowrap;
}

/* Tooltips */
.tooltip {
    padding: 5px;
}
.tooltip.show {
    opacity: 1 !important;
}
.tooltip > .tooltip-inner {
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.1);
    border: rgba(0, 0, 0, 0.12) solid 1px;
    background-color: #eeeff7;
    opacity: 1;
    font-size: 14px;
    color: #555b62;
}

/* Lists */
.ms-list {
    margin-bottom: 0;
}
.ms-list .ms-list-item {
    position: relative;
    padding: 0.75rem;
    margin-bottom: 1rem;
}
.ms-list-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ms-list .ms-list-item:last-child {
    margin-bottom: 0;
}
.ms-task-block li.ms-to-do-task:first-child {
    padding-top: 0;
}
.ms-list .ms-list-item.bordered {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background: #fff;
}
.ms-list-item p {
    margin-bottom: 0;
    font-size: 12px;
}
.ms-list-item.media i {
    font-size: 20px;
    margin-right: 25px;
}
.ms-list-item.media img {
    width: 40px;
    margin-right: 1rem;
}

/* Draggables */
.ui-sortable:not(.ui-sortable-disabled):hover,
.ms-draggable:hover {
    cursor: grab;
}
.ui-sortable:not(.ui-sortable-disabled):active,
.ms-draggable:active {
    cursor: grabbing;
}
.ui-state-highlight {
    margin-bottom: 1rem;
}
.ms-quickbar-container .ui-state-highlight {
    margin: 0 1rem 1rem 1rem;
    border-radius: 5px;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
    margin: 0 !important;
}
.ui-datepicker-next,
.ui-datepicker-prev {
    background-color: #37b678;
}
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover {
    background-color: #1e5939;
}
.ui-datepicker-next > a > span,
.ui-datepicker-prev span {
    color: #fff;
}
.ui-widget-header .ui-icon {
    background-size: contain;
    background-position: unset;
}
.ui-datepicker-prev .ui-icon {
    background-image: url("../img/prev-arrow.png");
}
.ui-datepicker-next .ui-icon {
    background-image: url("../img/next-arrow.png");
}
.ms-quick-bar-item.ui-draggable-dragging {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}
.ms-quick-bar-item.ui-draggable-dragging,
.ms-list-item.ui-draggable-dragging {
    z-index: 999;
    -webkit-box-shadow: 0 3px 24px rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 24px rgba(0, 0, 0, 0.4);
}
.ui-sortable-placeholder {
    background: #e4e3e8;
}
.ms-sortable-list {
    min-height: 100px;
}

/* Sliders */

.carousel-control-next,
.carousel-control-prev {
    height: 60px;
    width: auto;
    background: rgba(0, 0, 0, 0.4);
    padding: 0 5px;
    top: 50%;
    margin-top: -30px;
    opacity: 1;
}
.carousel-control-next:hover,
.carousel-control-prev:hover {
    background: rgba(0, 0, 0, 0.8);
}
.carousel-control-next span,
.carousel-control-prev span {
    color: #fff;
}
.carousel-caption {
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.6),
        rgba(255, 255, 255, 0)
    );
}
.carousel-caption h5,
.carousel-caption p {
    color: #fff;
}
.ms-button-slider .carousel-control-next,
.ms-button-slider .carousel-control-prev {
    position: relative;
    height: auto;
    width: 60px;
    margin: 1rem 0.5rem 0 0.5rem;
    display: inline-block;
    padding: 5px;
    background: #878793;
    border-radius: 5px;
}
.ms-button-slider .carousel-control-next:hover,
.ms-button-slider .carousel-control-prev:hover {
    background: #75757c;
}
.ms-carousel-buttons {
    text-align: center;
}
.ms-indicator-slider .carousel-indicators {
    position: relative;
    margin: 2rem 15% 1rem 15%;
    bottom: auto;
}
.ms-indicator-slider .carousel-indicators li {
    background: #445cc8;
}
.ms-indicator-slider .carousel-indicators li:not(.active) {
    opacity: 0.6;
    width: 20px;
}
.ms-dotted-indicator-slider .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.ms-dotted-indicator-slider .carousel-indicators li:not(.active) {
    background: transparent;
    border: 1px solid #fff;
}
.ms-image-slider .carousel-indicators {
    margin: 2% 0 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    padding: 1rem 0;
}
.ms-image-slider .carousel-indicators li {
    width: 100px;
    height: auto;
}
.ms-image-slider .carousel-indicators li.active img {
    border: 1px solid #fff;
}
.ms-image-slider .carousel-indicators li:not(.active) img {
    opacity: 0.7;
}
.ms-swipe-slider .carousel-inner {
    display: flex;
}
.ms-swipe-slider .carousel-item {
    display: block;
    flex: 0 1 auto;
    margin: 0 1rem 0 0;
}
.ms-swipe-slider .carousel-item:last-child {
    margin: 0;
}

/* Modals */
.modal-content {
    border: 0;
    -webkit-box-shadow: 0 1px 24px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 24px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 24px rgba(0, 0, 0, 0.1);
}
.modal-open .modal {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.close,
.close:focus {
    outline: none;
    opacity: 1;
    text-shadow: none;
}
.close span {
    text-shadow: none;
}
.modal-header.bg-secondary .close span {
    color: #fff;
}
.modal-title.has-icon i {
    margin-right: 10px;
}
.modal-title.has-icon.ms-icon-round i {
    width: 35px;
    height: 35px;
    vertical-align: middle;
    border-radius: 50%;
    padding-top: 5px;
    margin-right: 15px;
    display: inline-block;
    text-align: center;
}
.modal-notice {
    flex: 1 1 auto;
}
.modal-notice a {
    color: #878793;
}
.modal-body p:last-child {
    margin: 0;
}
.modal-min .modal-body {
    padding: 3rem 2rem;
}
.modal-min .modal-body .close {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
}
.modal-min .modal-body i::before {
    font-size: 60px;
    color: #ff0018;
}
.modal-min .ms-form-group.has-icon i,
.modal-max .ms-form-group.has-icon i {
    top: 10px;
    color: #878793;
    font-size: 18px;
}
.modal-max .ms-list .ms-list-item {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.modal-max .ms-list-item i::before {
    font-size: 30px;
}

/* Rating */
.ms-star-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.ms-star-rating .ms-rating-item {
    position: relative;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 4px 0;
    margin-right: 10px;
    border: 1px solid #878793;
    color: #878793;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.ms-star-rating .item-1 {
    margin-right: -11px;
}

.ms-star-rating .item-2 {
    margin-left: -7px;
}

.ms-star-rating .ms-rating-item i {
    font-size: 16px;
}
.ms-star-rating.rating-circle .ms-rating-item {
    border-radius: 50%;
}
.ms-star-rating.rating-fill .ms-rating-item.rated,
.ms-star-rating.rating-fill .ms-rating-item:hover,
.ms-star-rating.rating-fill .ms-rating-item:hover ~ .ms-rating-item {
    background-color: #ff0018;
    border-color: #ff0018;
    color: #fff;
}
.ms-star-rating.rating-bordered .ms-rating-item.rated,
.ms-star-rating.rating-bordered .ms-rating-item:hover,
.ms-star-rating.rating-bordered .ms-rating-item:hover ~ .ms-rating-item {
    border: 1px solid #ff0018;
    color: #ff0018;
}
.ms-star-rating.rating-fill.heart-rating .ms-rating-item.rated,
.ms-star-rating.rating-fill.heart-rating .ms-rating-item:hover,
.ms-star-rating.rating-fill.heart-rating
    .ms-rating-item:hover
    ~ .ms-rating-item {
    background-color: #ff0018;
    border-color: #ff0018;
    color: #fff;
}
.ms-star-rating.rating-bordered.heart-rating .ms-rating-item.rated,
.ms-star-rating.rating-bordered.heart-rating .ms-rating-item:hover,
.ms-star-rating.rating-bordered.heart-rating
    .ms-rating-item:hover
    ~ .ms-rating-item {
    border: 1px solid #ff0018;
    color: #ff0018;
}
.ms-star-rating.misc-number {
}
.ms-star-rating.misc-number .ms-rating-item {
    margin: 0;
    border-radius: 0;
    padding: 3px 0;
    width: 40px;
    border-color: #ff0018;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 0;
}
.ms-star-rating.misc-number .ms-rating-item i {
    font-size: 14px;
    font-style: normal;
}
.ms-star-rating.misc-number .ms-rating-item.rated,
.ms-star-rating.misc-number .ms-rating-item:hover,
.ms-star-rating.misc-number .ms-rating-item:hover ~ .ms-rating-item {
    background: #ff0018;
    color: #fff;
}
.ms-star-rating.misc-number .ms-rating-item:first-child {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-right: 1px solid #ff0018;
}
.ms-star-rating.misc-number .ms-rating-item:last-child {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-left: 1px solid #ff0018;
}
.ms-star-rating.letter-rating .ms-rating-item {
    padding: 2px 0;
}
.ms-star-rating.letter-rating .ms-rating-item i {
    text-transform: uppercase;
    font-style: normal;
}
.ms-star-rating.misc-checks .ms-rating-item:not(.rated)::before {
    content: "\e5cd";
    font-family: "Material Icons";
    font-weight: 700;
    font-style: normal;
}
.ms-star-rating.misc-checks .ms-rating-item.rated::before,
.ms-star-rating.misc-checks .ms-rating-item:hover::before,
.ms-star-rating.misc-checks .ms-rating-item:hover ~ .ms-rating-item::before {
    content: "\e5ca";
    font-family: "Material Icons";
    font-weight: 700;
    font-style: normal;
}
.ms-star-rating.misc-blocks .ms-rating-item,
.ms-star-rating.misc-square .ms-rating-item {
    width: 50px;
    height: 3px;
    border-radius: 0;
    border: 0;
    background-color: #ff0018;
    opacity: 0.3;
}
.ms-star-rating.misc-square .ms-rating-item {
    width: 20px;
    height: 30px;
}
.ms-star-rating.misc-blocks .ms-rating-item.rated,
.ms-star-rating.misc-blocks .ms-rating-item:hover,
.ms-star-rating.misc-blocks .ms-rating-item:hover ~ .ms-rating-item,
.ms-star-rating.misc-square .ms-rating-item.rated,
.ms-star-rating.misc-square .ms-rating-item:hover,
.ms-star-rating.misc-square .ms-rating-item:hover ~ .ms-rating-item {
    opacity: 1;
}

/* Tour */

div#driver-popover-item .driver-popover-footer button {
    background-color: #ff0018;
    border-color: #ff0018;
    border-radius: 5px;
    color: #fff;
    font-size: 11px;
    text-shadow: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
div#driver-popover-item .driver-popover-footer button:hover {
    background-color: #ff0018;
}
div#driver-popover-item .driver-popover-footer button.driver-disabled,
div#driver-popover-item .driver-popover-footer .driver-close-btn {
    background-color: #878793;
    border-color: #878793;
    color: #fff;
}
div#driver-popover-item .driver-popover-footer button.driver-disabled:hover,
div#driver-popover-item .driver-popover-footer .driver-close-btn:hover {
    background-color: #75757c;
}

/* Croppable */

.ms-crop-preview {
    overflow: hidden;
    margin-bottom: 2rem;
}
.ms-cropper-container {
    margin-bottom: 2rem;
}
.ms-crop-preview.ms-crop-preview-lg {
    max-width: 100%;
    height: 300px;
}
.ms-crop-preview.ms-crop-preview-md {
    max-width: 70%;
    height: 200px;
}
.ms-crop-preview.ms-crop-preview-sm {
    max-width: 40%;
    height: 150px;
}
.ms-cropper-controls {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ms-cropper-controls button {
    margin-right: 1rem;
    margin-bottom: 1rem;
}

/* Range Sliders */
.irs--flat .irs-bar,
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single,
.irs--flat .irs-handle > i:first-child {
    background-color: #ff0018;
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
    border-top-color: #ff0018;
}

/* Animations */
.ms-animate {
    max-width: 565px;
    margin: 0 auto;
}
.ms-animate img {
    margin-bottom: 2rem;
}

/* Icons */
.ms-icons-list {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.ms-icons-list > div {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px 15px;
}
.ms-icons-list > div > i {
    display: inline-block;
    font-size: 20px;
    width: 40px;
    text-align: left;
    color: #3a3952;
}
.ms-icons-list.flaticons > div > i::before {
    font-size: 24px;
}

/* Basic Tables */
.thead-primary thead {
    background-color: #42ac73;
}
.btn-add {
    background-color: #42ac73;
    color: #fff;
}
.btn-add:hover {
    background-color: #1e5939;
}
.thead-secondary thead {
    background-color: #445cc8;
}
.thead-success thead {
    background-color: #5cb85c;
}
.thead-info thead {
    background-color: #5bc0de;
}
.thead-warning thead {
    background-color: #f0ad4e;
}
.thead-danger thead {
    background-color: #d9534f;
}
.thead-dark thead {
    background-color: #34334a;
}
.thead-light thead {
    background-color: rgb(244, 244, 244);
}
table img {
    max-width: 60px;
    margin-right: 5px;
}
.ms-table-f-w {
    min-width: 185px;
}
table img + span {
    margin-left: 15px;
    font-weight: 400;
    color: #212529;
}
table i {
    margin-right: 10px;
    font-size: 18px;
}
.table thead tr th {
    border-top: 0;
}
.thead-dark thead th,
.thead-primary thead th,
.thead-secondary thead th,
.thead-success thead th,
.thead-info thead th,
.thead-warning thead th,
.thead-danger thead th {
    color: #fff;
}
.table thead th {
    border-bottom: 1px solid #dee2e6;
}

/* Data tables */
.dataTables_info {
    color: #878793;
}
.dataTables_length label select {
    margin-left: 10px;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    content: "\e5c7";
    font-family: "Material Icons";
    font-weight: 700;
    font-style: normal;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    content: "\e5c5";
    font-family: "Material Icons";
    font-weight: 700;
    font-style: normal;
    right: 1em;
    bottom: 0.4em;
}

.dataTables_filter label input {
    border-radius: 25px;
    padding: 11px 14px;
}

/* Maps */
.map-container {
    position: relative;
    min-width: 100%;
    max-width: 100%;
    display: block;
    padding: 35% 0;
    overflow: hidden;
    border-radius: 5px;
}
.map-container .google-map {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.vector-map {
    position: relative;
    width: 100%;
    height: 330px;
}

/* Default Login and Signup */
.ms-content-wrapper.ms-auth {
    padding: 0;
    background: linear-gradient(117.74deg, #f0f5ff 18.03%, #ffeeef 92.66%);
    /* background-color: #fff; */
    height: 100vh;
}
.ms-auth-container {
    display: flex;
}
.ms-auth-col {
    flex: 1 1;
    height: 100vh;
}
.login-decorator {
    padding: 38px;
}
.login-decorator > .ms-auth-bg {
    background-color: #42ac73;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 130px 100px;
    row-gap: 25px;
}
.login-decorator > .ms-auth-bg > .login-image {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.login-admin-image {
    background-image: url('../img/login-bg-img.png');
}
.owner-login-img {
    background-image: url('../img/owner.svg');
}
.login-decorator > .ms-auth-bg > h3 {
    font-size: 38px;
    color: #fff;
    font-weight: 900;
    line-height: 46px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.login-decorator > .ms-auth-bg > h3 > div {
    width: 71px;
    height: 4px;
    background-color: #fff;
    border-radius: 40px;
}
.ms-auth-bg {
    position: relative;
    height: 100%;
    /* background-image: url('https://via.placeholder.com/1000x700'); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.ms-auth-form {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 3rem 1rem;
}
.login-form-container > form {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 22px;
}

.ms-auth-form form {
    width: 80%;
    max-width: 441px;
}
.login-form-container > form > div {
    width: 100%;
}
.ms-auth-form .btn-social-login span {
    width: 150px;
    display: inline-block;
    text-align: left;
}
.ms-auth-form .btn-social-login img {
    width: 20px;
    margin-right: 15px;
}
.ms-auth-form .btn-social-login {
    background-color: #f6f6f6;
}

/* sign up with  */
.login-with-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
}
.login-with-head {
    position: relative;
    width: 100%;
    font-size: 16px;
    color: #98a5b5;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
.login-with-head::before, .login-with-head::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 35%;
    height: 1px;
    background-color: #98a5b5;
}
.login-with-head::before {
    left: 0;
}
.login-with-head::after {
    right: 0;
}
.color {
    background-color: #ccc;
}

.login-with-main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
}
.login-with-main a {
    background-color: #42ac73;
    width: 150px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    color: white;
    border-radius: 20px;
}
.login-with-main a  span {
    color: #FFF;
    font-weight: 600;
}
.login-with-main .fa-facebook-f {
    color: #3B5998;
    font-size: 23px;
}
.login-with-main  img {
    width: 25px;
    height: 25px;
}
/* Modal Login and Signup */
.modal-auth.modal-dialog {
    max-width: 95%;
}
.modal-auth .modal-content {
    height: auto;
}
.modal-auth .modal-body {
    padding: 0;
    overflow: hidden;
}
.modal-auth .modal-content {
    border-radius: 0;
}
.modal-auth .close {
    position: absolute;
    top: -30px;
    right: -30px;
    z-index: 2;
    background-color: #3a3952;
    opacity: 1;
    width: 70px;
    height: 70px;
    border-bottom-left-radius: 50%;
}
.modal-auth .ms-auth-col:first-child {
    flex: 1 1 0;
}
.modal-auth .close span {
    position: absolute;
    bottom: 13px;
    left: 20px;
    color: #fff;
}
.modal-auth .ms-auth-col {
    height: auto;
}
.modal-auth .ms-auth-form {
    padding: 3rem 1rem;
}
.modal-auth .ms-auth-bg {
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-auth .ms-auth-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(53, 127, 250, 0.8);
    z-index: -1;
}
.ms-auth-slider {
    text-align: center;
    width: 50%;
}
.ms-auth-slider h1 {
    margin-bottom: 1rem;
    font-size: 28px;
}
.ms-auth-slider h1,
.ms-auth-slider p {
    color: #fff;
}
.modal-auth .ms-indicator-slider .carousel-indicators li {
    background: #fff;
}

/* Lock screen */
.ms-lock-screen {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("https://via.placeholder.com/1920x1080");
    background-size: cover;
    background-position: center center;
    z-index: 2;
}
.ms-lock-screen-user {
    width: 150px;
    margin-bottom: 2rem;
}
.ms-lock-screen .ms-content-wrapper {
    text-align: center;
    width: 500px;
}
.ms-lock-screen .ms-content-wrapper h1 {
    color: #fff;
    margin-bottom: 2rem;
}
.ms-lock-screen input.ms-form-input {
    background-color: transparent !important;
    border: 1px solid #fff;
    color: #fff !important;
    border-radius: 5px;
    width: 100%;
}
.ms-lock-screen input.ms-form-input:focus {
    background: transparent;
}
.ms-lock-screen input.ms-form-input + i {
    color: #fff;
    top: 15px;
    font-size: 16px;
}
.ms-lock-screen input.ms-form-input::placeholder {
    color: #fff !important;
    opacity: 1;
}
.ms-lock-screen input.ms-form-input:-ms-input-placeholder {
    color: #fff !important;
}
.ms-lock-screen-nav {
    display: flex;
    justify-content: space-around;
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: 150px;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 20;
    padding: 1rem 0;
    border-radius: 25px;
}
.ms-lock-screen-nav li.ms-nav-item {
    padding: 0 1rem;
}
.ms-lock-screen-nav .ms-nav-item > a i {
    color: #fff;
    font-size: 20px;
}
.ms-lock-screen-nav .dropdown-menu {
    width: 300px;
}
.ms-lock-screen-weather {
    position: absolute;
    top: 2rem;
    left: 2rem;
    z-index: 3;
}
.ms-lock-screen-weather p {
    color: #fff;
    font-size: 1.3rem;
}
.ms-lock-screen-weather p:first-child {
    font-size: 4rem;
}
.ms-lock-screen-time {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    z-index: 2;
}
.ms-lock-screen-time p {
    color: #fff;
    font-size: 1.3rem;
}
.ms-lock-screen-time p:first-child {
    font-size: 6rem;
    line-height: 5rem;
}

/* Error 404 */
.ms-error-404 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("https://via.placeholder.com/1920x1080");
    background-size: cover;
    background-position: center center;
    z-index: 2;
}
.ms-error-404::before,
.ms-lock-screen::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff00009e;
    z-index: -1;
}
.ms-error-404 .ms-content-wrapper {
    text-align: center;
}
.ms-error-404 .ms-content-wrapper i::before {
    font-size: 8rem;
}
.ms-error-404 .ms-content-wrapper a i {
    margin-right: 5px;
}
.ms-error-404 .ms-content-wrapper h3 {
    font-size: 24px;
    font-weight: 400;
}
.ms-error-404 .ms-content-wrapper h1,
.ms-error-404 .ms-content-wrapper h3,
.ms-error-404 .ms-content-wrapper p,
.ms-error-404 .ms-content-wrapper i::before {
    color: #fff;
    margin-bottom: 1rem;
}

/* Coming Soon */
.ms-coming-soon {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("https://via.placeholder.com/1920x1080");
    background-size: cover;
    background-position: center center;
}
.ms-coming-soon .ms-content-wrapper {
    text-align: center;
    width: 500px;
}
.ms-coming-soon h1 {
    font-size: 44px;
    margin-bottom: 2rem;
    color: #3a3952;
}
.ms-coming-soon p {
    color: #3a3952;
    margin-bottom: 2rem;
}
.ms-dark-theme .ms-coming-soon p.ms-duration,
.ms-dark-theme .ms-coming-soon h1 {
    color: #3a3952;
}
.ms-coming-soon button {
    padding: 0.225rem 1rem;
}
.ms-coming-soon ul {
    margin: 2rem 0;
}
.ms-coming-soon ul li p {
    margin-bottom: 0;
    font-weight: 700;
}
.ms-coming-soon ul li p:first-child {
    font-size: 26px;
}
.ms-coming-soon .input-group {
    margin-bottom: 2rem;
}
.ms-coming-soon ul li a.ms-social {
    font-size: 18px;
}
.ms-coming-soon ul.ms-social-container {
    justify-content: space-around;
}
a.ms-fb,
.ms-dark-theme a.ms-fb {
    color: #3b5797;
}

.nav-tabs.white li a {
    background-color: #fff;
}

.ms-dark-theme .ms-card-body span.white {
    background: #ff0018;
    border-radius: 19%;
    padding: 7px 7px;
    color: #fff;
    font-weight: 600;
}

.ms-card-body span.white {
    background: #ff0018;
    border-radius: 19%;
    padding: 7px 7px;
    color: #fff;
    font-weight: 600;
}
a.ms-pnt,
.ms-dark-theme a.ms-pnt {
    color: #bd081b;
}
a.ms-tw,
.ms-dark-theme a.ms-tw {
    color: #3da4f3;
}
a.ms-wa,
.ms-dark-theme a.ms-wa {
    color: #29928b;
}
a.ms-skype,
.ms-dark-theme a.ms-skype {
    color: #0991fa;
}
a.ms-g-plus,
.ms-dark-theme a.ms-g-plus {
    color: #db4a39;
}
.ms-dark-theme .ms-coming-soon .form-control {
    background-color: #fff;
    color: #495057;
}
.ms-dark-theme .ms-coming-soon input.form-control::placeholder {
    color: #495057;
    opacity: 1;
}
.ms-dark-theme .ms-coming-soon input.form-control::-ms-input-placeholder {
    color: #495057;
}

/* User Profile */

.ms-profile-overview {
    position: relative;
    height: 500px;
    background-color: #fff;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 1px 6px 1px rgba(69, 65, 78, 0.1);
    -moz-box-shadow: 0 1px 6px 1px rgba(69, 65, 78, 0.1);
    box-shadow: 0 1px 6px 1px rgba(69, 65, 78, 0.1);
}
.ms-profile-cover {
    position: relative;
    display: flex;
    align-items: flex-end;
    background-image: url("https://via.placeholder.com/1920x400");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 87%;
    width: 100%;
    padding: 1.5rem;
    padding-bottom: 0;
    z-index: 1;
}
.ms-profile-cover::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.4),
        rgba(255, 255, 255, 0)
    );
    z-index: -1;
}
.ms-profile-cover img {
    width: 200px;
    margin-bottom: -35px;
    border: 3px solid #fff;
    border-radius: 5px;
}
.ms-profile-user-info,
.ms-profile-user-buttons {
    padding: 0 0 1.5rem 1.5rem;
}
.ms-profile-user-buttons {
    flex: 1 1 auto;
    text-align: right;
}
.ms-profile-user-buttons button i {
    margin-right: 5px;
}
.ms-profile-user-info h1,
.ms-profile-user-info h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
.ms-profile-user-info h2 {
    font-size: 12px;
    font-weight: 400;
}
.ms-profile-skills {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1.5rem 0 0;
}
.ms-skill-list {
    margin-bottom: 0;
}
.ms-skill-list .ms-skill {
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0.5rem 1rem;
    margin: 0 0.5rem 0.5rem 0;
    text-align: center;
    min-width: 100px;
    font-weight: 500;
}
.ms-profile-information tr td {
    text-align: right;
}
.ms-profile-stats {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 0 1rem 0;
    margin-bottom: 1.5rem;
}
.ms-profile-stats li {
    flex: 1;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.ms-profile-stats li:last-child {
    border-right: 0;
}
.ms-profile-stats li span {
    display: block;
}
li .ms-count {
    font-size: 24px;
    font-weight: 700;
}
.ms-profile-navigation {
    position: absolute;
    bottom: 0;
    left: 250px;
}
.ms-profile-navigation li {
    flex: 0 0 auto;
}
.ms-profile-navigation li a {
    padding: 1rem;
}
.ms-profile-navigation.tabs-bordered li a {
    border-bottom: 0;
    color: #878793;
}
.ms-profile-experience {
    margin-bottom: 1.5rem;
}
.ms-profile-experience p {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 1.5rem;
}
.ms-profile-experience h4 {
    margin-bottom: 0;
    font-size: 16px;
}

/* Portfolio */
.card-columns .card {
    margin-bottom: 1.5rem;
    border: 0;
}
.ms-portfolio-item {
    position: relative;
    overflow: hidden;
}
.ms-portfolio-item::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.4),
        rgba(255, 255, 255, 0)
    );
    z-index: 1;
}
.ms-portfolio img,
.ms-portfolio .card {
    border-radius: 10px;
}
.ms-portfolio-item-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 1rem;
    z-index: 2;
}
.ms-portfolio-item-content h4,
.ms-portfolio-item-content .item-content-inner span,
.ms-portfolio-minimal .ms-portfolio-item-content p {
    color: #fff;
}
.item-content-inner {
    display: flex;
    margin-top: 0.5rem;
}
.ms-portfolio-item-content .item-content-inner span {
    margin-right: 2rem;
}
.ms-portfolio-item-content .item-content-inner span i {
    font-size: 16px;
}
.ms-portfolio-minimal .ms-portfolio-item-content {
    text-align: center;
}
.ms-portfolio-minimal .ms-portfolio-item-content p {
    margin-bottom: 0;
}
.ms-portfolio-minimal .ms-portfolio-item-content {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}
.ms-portfolio-minimal .ms-portfolio-item::before {
    height: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.ms-portfolio-minimal .ms-portfolio-item:hover::before {
    height: 100%;
}
.ms-portfolio-minimal .ms-portfolio-item:hover .ms-portfolio-item-content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

/* Incvoice */

.invoice-address h3 {
    font-size: 30px;
    margin-bottom: 1rem;
}
.invoice-address h5 {
    font-size: 16px;
    margin-bottom: 0.75rem;
}

/* Chat */

.ms-chat-status {
    position: relative;
}
.ms-chat-status::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.ms-status-online::after {
    background: #0ac282;
}
.ms-status-offline::after {
    background: #aeaeae;
}
.ms-status-busy::after {
    background: #f04747;
}
.ms-status-away::after {
    background: #faa61a;
}
.ms-chat-header .ms-chat-img,
.ms-chat-container .ms-chat-img,
.ms-chat-message .ms-chat-img {
    width: 40px;
}
.ms-widget .ms-chat-header {
    display: flex;
}
.ms-chat-container .ms-chat-header {
    display: block;
}
.ms-chat-user-info {
    position: relative;
}
.ms-chat-user-info a {
    color: #878793;
}
.ms-chat-user-info h6 {
    margin-bottom: 0;
}
.ms-chat-conversations .ms-chat-user-info h6 {
    text-transform: capitalize;
}
.ms-chat-conversations .ms-panel-body {
    max-height: 100vh;
}
.ms-chat-user-info .has-chevron::after {
    top: 0;
    right: -15px;
}
.ms-open-chat {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ms-open-chat .ms-chat-user-info h6 {
    display: inline;
}
.ms-open-chat .ms-chat-user-info .ms-chat-time {
    font-size: 12px;
    color: #aeaeae;
    float: right;
}
.ms-open-chat .ms-chat-user-info p {
    font-size: 14px;
    color: #aeaeae;
    margin-bottom: 0;
    width: 85%;
}
.ms-open-chat .ms-chat-user-info i.ms-delete-trigger {
    position: absolute;
    bottom: 0;
    right: 0;
}
.ms-has-new-msg .msg-count {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 17px;
    height: 17px;
    border: 1px solid #fff;
    background: #ff0018;
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
    color: #fff;
}
.ms-group-members li {
    width: 30px;
    float: left;
    margin-left: -10px;
}
.ms-group-members li:first-child {
    margin-left: 0;
}
.ms-group-members li img {
    border-radius: 50%;
    border: 2px solid #fff;
}
.ms-group-members li.ms-group-count {
    width: auto;
    margin-left: 7px;
    margin-top: 6px;
    font-size: 12px;
    color: #aeaeae;
}
.ms-chat-conversations .ms-chat-controls li {
    margin-right: 15px;
    width: 40px;
    height: 40px;
    background-color: #f0f0f7;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.ms-chat-conversations .ms-chat-controls li i {
    color: #3a3952;
    font-size: 18px;
}
.ms-chat-conversations .ms-chat-controls li:last-child {
    margin-right: 0;
}
.ms-chat-bubble {
    align-items: flex-start;
}
.ms-chat-text {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-end;
}
.ms-chat-incoming .ms-chat-text {
    align-items: flex-start;
}
.ms-chat-text p {
    position: relative;
    border-radius: 5px;
    padding: 1rem;
    margin-bottom: 0.5rem;
    color: #fff;
    display: block;
    max-width: 80%;
    text-align: left;
}
.ms-chat-bubble .ms-chat-time {
    font-size: 12px;
}
.ms-chat-bubble.ms-chat-outgoing .ms-chat-text p:first-child {
    border-top-right-radius: 0;
}
.ms-chat-bubble.ms-chat-outgoing .ms-chat-text p:first-child::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    border-top: 0px solid transparent;
    border-left: 9px solid #ff0018;
    border-bottom: 12px solid transparent;
}
.ms-chat-bubble.ms-chat-incoming .ms-chat-text p:first-child {
    border-top-left-radius: 0;
}
.ms-chat-bubble.ms-chat-incoming .ms-chat-text p:first-child::after {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    border-top: 0px solid transparent;
    border-right: 9px solid #f0f0f7;
    border-bottom: 12px solid transparent;
}
.ms-chat-bubble.ms-chat-outgoing {
    flex-direction: row-reverse;
}
.ms-chat-bubble.ms-chat-outgoing .ms-chat-img {
    margin-left: 1rem;
}
.ms-chat-bubble.ms-chat-outgoing .ms-chat-text {
    text-align: right;
}
.ms-chat-bubble.ms-chat-incoming .ms-chat-text {
    text-align: left;
}
.ms-chat-bubble.ms-chat-outgoing .ms-chat-text p {
    background-color: #ff0018;
}
.ms-chat-bubble.ms-chat-outgoing .ms-chat-time {
    text-align: right;
}
.ms-chat-bubble.ms-chat-incoming .ms-chat-img {
    margin-right: 1rem;
}
.ms-chat-bubble.ms-chat-incoming .ms-chat-text p {
    background-color: #f0f0f7;
    color: #3a3952;
}
.ms-chat-textbox {
    padding: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 25px;
}
.ms-chat-textbox .ms-chat-input {
    flex: 1 1 auto;
}
.ms-chat-textbox .ms-chat-input input {
    width: 92%;
    border: 0;
    margin: 0 1rem;
    outline: none;
    background-color: transparent;
}
.ms-chat-text-controls {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.ms-chat-text-controls span {
    padding-left: 1rem;
}
.ms-chat-text-controls span i,
.ms-chat-vn i {
    font-size: 18px;
    cursor: pointer;
    color: #878793;
}
.ms-hoverable-dropdown {
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
    color: #aeaeae;
}
.ms-hoverable-dropdown i {
    font-size: 18px;
}
.ms-open-chat:hover {
    background-color: #e9ecef;
}
.ms-open-chat.selected {
    background-color: #e9ecef;
    border-left: 3px solid #ff0018;
}
.ms-chat-user-container:hover .ms-hoverable-dropdown {
    display: block;
}

/* To-do-list */

.ms-todo-list-container div.form-group input {
    width: 87%;
}
.ms-to-do-task {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ms-to-do-task input.ms-task-input {
    border: 0;
    width: calc(100% - 65px);
    background-color: transparent;
}
.ms-to-do-task input.ms-task-input:disabled {
    background: #fff;
}
.ms-task-block li.ms-to-do-task:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.ms-to-do-task .ms-confirm-task-form {
    display: inline;
}
.ms-to-do-task.task-complete span {
    text-decoration: line-through;
}
.ms-task-block .ms-list-item {
    margin-bottom: 0;
    padding: 0.75rem 0;
}
.ms-todo-options {
    display: flex;
    align-items: center;
    height: 100%;
}
.ms-todo-options.ms-todo-nav {
    justify-content: flex-end;
}
.ms-todo-options li {
    padding: 0 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.ms-todo-options li:last-child {
    border-right: 0;
}

/* Email */
.ms-email-container .ms-email-img {
    width: 50px;
    text-align: center;
}
.ms-email {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ms-email:hover {
    background-color: #e9ecef;
}
.ms-email-details {
    overflow: hidden;
    width: 100%;
}
.ms-email .ms-email-details h6 {
    display: inline;
    font-size: 14px;
}
.ms-email:hover .ms-hoverable-dropdown {
    display: block;
}
.ms-email .ms-hoverable-dropdown {
    bottom: -9px;
    right: -5px;
}
.ms-email .ms-email-time {
    font-size: 12px;
    color: #aeaeae;
    position: absolute;
    top: 1rem;
    right: 0;
    margin-right: 25px;
}
.ms-email .ms-email-time i {
    font-size: 16px;
    margin-right: 10px;
}
.ms-email .ms-email-details p {
    font-size: 14px;
    color: #aeaeae;
    margin-bottom: 0;
}
.ms-email .ms-email-sender {
    font-size: 18px;
    font-weight: 400;
    color: #3a3952;
    display: block;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #ff0018 !important;
}
.ms-email-list {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ms-email-aside .ms-email-list.bb-0 {
    border-bottom: 0;
}
.ms-email-panel .ms-panel-body {
    display: flex;
}
.ms-email-panel .ms-email-main {
    flex: 1 1 auto;
    width: calc(100% - 100px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ms-email-list .ms-list-item {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.ms-email-list .ms-list-item a {
    display: block;
}
.ms-email-list .ms-list-item a span {
    color: #878793;
    float: right;
}
.ms-email-list .ms-list-item i {
    color: #878793;
    margin-right: 10px;
    font-size: 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.ms-email-list .ms-list-item i.ms-has-notification::after {
    top: -3px;
}
.ms-email-list .ms-email-label {
    font-size: 13px;
    padding-bottom: 0;
    color: #878793;
}
.ms-email-list .ms-active-email a,
.ms-email-list .ms-active-email i,
.ms-email-list .ms-list-item a:hover,
.ms-email-list .ms-list-item a:hover i,
.ms-email-list .ms-list-item a:focus i {
    color: #ff0018;
}
.ms-email-aside {
    padding: 1.5rem;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.ms-email-config {
    margin-top: 150px;
}
.ms-email-pagination {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    margin-bottom: 0;
    width: auto;
}
.ms-email-pagination li {
    display: inline-block;
    margin: 0 5px;
}
.ms-email-pagination-item a {
    padding: 7px 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    display: block;
}
.ms-email-pagination-item a:hover {
    background-color: #e9ecef;
    border-color: #dee2e6;
    color: #34334a;
}
.ms-email-pagination-item a:focus {
    color: #34334a;
}
.ms-email-header {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
}
.ms-email-options {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    margin-bottom: 0;
}
.ms-email-options .dropdown {
    display: inline-block;
}
.ms-email-options li {
    padding: 0 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.ms-email-options li:first-child {
    padding-left: 0;
}
.ms-email-options li:last-child {
    border-right: 0;
    padding-right: 0;
}
.ms-email-options i {
    font-weight: 700;
    margin-right: 5px;
}
.ms-email-options .has-chevron,
.ms-email-options .has-chevron::after {
    color: #878793;
}
.ms-email-options .has-chevron::after {
    top: 1px;
    right: -20px;
}
.ms-email-content .ms-email img {
    width: 50px;
}
.ms-email-content .ms-email {
    padding: 1rem 1.5rem;
}
.ms-email-controls .ms-pin-email {
    margin-right: 15px;
    color: #878793;
    cursor: pointer;
}
.ms-email.pinned .ms-email-controls .ms-pin-email,
.ms-email .ms-email-controls .ms-pin-email:hover {
    color: #f39001;
}

/* Web Analytics */
.ms-graph-metrics .btn {
    margin-top: 0;
    min-width: auto;
    padding: 0.825rem 1rem;
}
.ms-site-select .dropdown-menu {
    width: 250px;
    margin-top: 1rem;
}
.ms-active-site {
    margin-bottom: 1.5rem;
    cursor: pointer;
}
.ms-site-select .selected span {
    color: #5cb85c;
}
.ms-active-site.has-chevron::after {
    top: 1px;
    right: auto;
    left: 100%;
    margin-left: 5px;
}
.ms-graph-meta {
    margin-top: 1.5rem;
}
.ms-graph-meta ul {
    margin-bottom: 0;
}
.ms-graph-meta li {
    margin-right: 1.5rem;
}
.ms-graph-meta h3 {
    margin-top: 0.35rem;
    margin-bottom: 0;
}
.ms-graph-labels {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ms-graph-labels span {
    width: 15px;
    height: 7px;
    border-radius: 25px;
    display: inline-block;
}
.ms-graph-labels.column-direction {
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.ms-graph-decrease {
    background-color: #ec4e3f;
}
.ms-graph-regular {
    background-color: #000000;
}
.ms-graph-labels p {
    display: inline-block;
    margin: 0 20px 0 10px;
    color: #3a3952;
}
.ms-graph-labels p:last-child {
    margin-right: 0;
}
.ms-trend {
    position: relative;
    width: 150px;
}
.ms-trend canvas {
    position: absolute;
    top: 0;
    width: 50% !important;
    height: 40px !important;
}
.ms-device-sessions .ms-panel-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.ms-device-sessions .ms-panel-footer h6 {
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}
.ms-device-sessions .ms-device {
    margin-bottom: 1.5rem;
}

.load {
    margin: auto;
    text-align: center;
    cursor: pointer;
}

.space {
    margin-right: 15px;
}
.ms-device-sessions .ms-device i {
    font-size: 24px;
    padding: 10px;
    margin-bottom: 1rem;
    border-radius: 5px;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.ms-device-sessions .ms-device p {
    margin-bottom: 0;
    font-size: 1.3rem;
    font-weight: 700;
}
.ms-device-sessions .ms-device p:last-child {
    font-size: 14px;
    font-weight: 400;
}
.ms-device-sessions .progress {
    height: 2rem;
    border-radius: 0;
    margin-bottom: 0;
}
.ms-panel-footer .ms-device {
    margin-bottom: 0;
}

.website-performance-canvas,
.ms-graph-canvas {
    position: relative;
    flex: 1 1 auto;
    height: 50px;
    width: 90%;
}
.ms-website-performance li.ms-list-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
}
.ms-website-performance li:last-child {
    border-bottom: 0;
}
.website-performance-canvas canvas,
.ms-graph-canvas canvas {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.website-performance-meta {
    text-align: right;
    margin-left: 1rem;
}
.website-performance-meta p:first-child,
.ms-facebook-engagements .ms-graph-meta p:first-child {
    margin-bottom: 0;
    font-size: 1.3rem;
    font-weight: 700;
}
.ms-average-users-country .vector-map {
    height: 275px;
}

/* Crypto Currency */
.ms-news-update {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 100%;
    background-color: #ff0018;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.ms-news-update::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 70px solid #fff;
    border-left: 35px solid transparent;
}
.ms-news-update span {
    text-transform: uppercase;
    color: #fff;
    margin-left: 15px;
}
.ms-news-flash-container {
    overflow: hidden;
    padding: 1.2rem;
}
.ms-news-flash-container li p {
    font-weight: 400;
}
.ms-crypto-overview-slider .slick-list {
    cursor: grab;
    padding: 1.5rem;
}
.ms-crypto-overview-slider .slick-slide:focus {
    outline: none;
}
.ms-crypto-overview i {
    margin-right: 5px;
}
.ms-crypto-rating a.has-chevron {
    color: #878793;
}
.ms-crypto-rating a.has-chevron i {
    margin-right: 5px;
}
.ms-crypto-rating a.has-chevron::after {
    top: 1px;
    right: -20px;
}
.ms-crypto-rating .dropdown {
    margin: 1rem 0;
}
.ms-crypto-orders .nav-tabs li a {
    background-color: transparent;
    color: #ff0018;
    border: 1px solid #ff0018;
    padding: 0.825rem 1rem;
    border-radius: 0.2rem;
    margin-top: 0;
}
.ms-crypto-orders .nav-tabs li:first-child a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.ms-crypto-orders .nav-tabs li:not(:first-child) a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.ms-crypto-orders .nav-tabs li a.active {
    background-color: #ff0018;
    color: #fff;
}
.ms-quick-stats {
    display: flex;
    align-items: center;
}
.ms-quick-stats i {
    font-size: 34px;
    padding: 10px;
    width: 44px;
    height: 44px;
    margin-bottom: 0.825rem;
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.ms-quick-stats p {
    margin-bottom: 0;
    font-size: 1.3rem;
    font-weight: 700;
}
.ms-stats-grid {
    text-align: center;
    padding: 0.7rem;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    flex: 0 0 50%;
}
.ms-quick-stats:last-child .ms-stats-grid {
    border-bottom: 0;
}
.ms-crypto-amount {
    width: 180px;
}
.ms-crypto-orders-expanded .ms-trend {
    width: auto;
}
.ms-news-highlight {
    border-top: 3px solid #f8f8f8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.ms-news-highlight:hover,
.ms-dark-theme .ms-news-highlight:hover {
    border-top-color: #ff0018;
    opacity: 0.8;
}
.ms-news-highlight h2 {
    margin: 1rem 0;
}

/* Social Media */

.ms-social-media-followers {
    display: flex;
    align-items: center;
}
.ms-social-media-followers i {
    font-size: 24px;
    padding: 10px;
    width: 44px;
    height: 44px;
    margin-bottom: 0.825rem;
    border-radius: 5px;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.ms-social-media-followers p {
    margin-bottom: 0;
    font-size: 1.3rem;
    font-weight: 700;
}
.ms-social-grid {
    text-align: center;
    padding: 0.7rem;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    flex: 0 0 50%;
}
.ms-social-media-followers:last-child .ms-social-grid {
    border-bottom: 0;
}
table td .progress {
    margin-bottom: 0;
    background: #fff;
    border-radius: 0;
}
.ms-facebook-engagements p {
    margin-bottom: 0;
}
.ms-twitter-feed .media {
    align-items: flex-start;
}
.ms-feed .media .ms-img-round {
    margin-right: 1rem;
}
.ms-twitter-feed .ms-feed-user,
.ms-twitter-feed .ms-feed-user + p {
    display: inline-block;
}
.ms-feed p {
    font-size: 14px;
}
.ms-feed li.ms-list-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    margin-bottom: 0;
}
.ms-feed li.ms-list-item:last-child {
    border-bottom: 0;
}
.ms-feed-controls {
    display: flex;
    margin-top: 1rem;
}
.ms-feed-controls span {
    margin-right: 2rem;
}
.ms-feed-controls span i {
    font-size: 18px;
}
.ms-facebook-feed .ms-feed-user {
    margin-bottom: 0;
}
.ms-facebook-feed .media {
    margin-bottom: 0.5rem;
}
.ms-fb-feed-img {
    border-radius: 5px;
    margin: 1rem 0;
}
.ms-fb-post-meta {
    display: flex;
    justify-content: center;
}
.ms-fb-post-meta i {
    width: 20px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #ff0018;
    color: #fff;
    margin-right: 5px;
    font-size: 12px;
}
.ms-facebook-feed .ms-feed-controls {
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 1rem;
}
.ms-facebook-feed .ms-feed-controls span {
    margin: 0;
    cursor: pointer;
}
.ms-instagram-feed .ms-feed-controls {
    margin-top: 0;
}
.ms-instagram-feed .ms-feed-controls i {
    font-size: 24px;
    margin-right: 1rem;
    font-weight: 400;
    cursor: pointer;
}
.ms-instagram-feed .ms-group-members {
    margin: 1rem 0;
}
.ms-facebook-engagements li.ms-list-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    margin-bottom: 0;
}
.ms-facebook-engagements li.ms-list-item:last-child {
    border-bottom: 0;
}
.ms-facebook-engagements .ms-graph-meta {
    text-align: left;
    margin-top: 0;
    margin-right: 1rem;
}
.ms-facebook-page-selection {
    padding: 1.5rem;
    padding-bottom: 0;
}
.ms-facebook-page-selection .dropdown {
    display: inline-block;
    margin: 1.5rem 0 0;
}
.ms-facebook-page-selection .dropdown a.has-chevron::after {
    top: 0;
    right: auto;
    left: 100%;
}

/* Client Management */

.ms-recent-support-tickets .ms-list-item:hover {
    background-color: #e9ecef;
}

/* Dark Theme */
body.ms-dark-theme,
.ms-dark-theme a,
.ms-dark-theme h1,
.ms-dark-theme h2,
.ms-dark-theme h3,
.ms-dark-theme h4,
.ms-dark-theme h5,
.ms-dark-theme h6,
.ms-dark-theme table,
.ms-dark-theme .ms-news-flash *,
.ms-dark-theme .ms-infographics-widget.has-graph .ms-card-body + p,
.ms-dark-theme p:not([class*="ms-text-"]),
.ms-dark-theme span:not([class*="ms-text-"]),
.ms-dark-theme .ms-quick-bar-item i,
.ms-dark-theme .ms-configure-qa i,
.ms-dark-theme .text-disabled,
.ms-dark-theme .ms-crypto-rating a.has-chevron,
.ms-dark-theme .ms-email .ms-email-sender,
.ms-dark-theme .ms-text-dark,
.ms-dark-theme .ms-text-dark:hover,
.ms-dark-theme .ms-text-dark:focus,
.ms-dark-theme .ms-chat-conversations .ms-chat-controls li i,
.ms-dark-theme .ms-notification-widget i,
.ms-dark-theme .accordion .card-header span,
.ms-dark-theme .accordion .card-body,
.ms-dark-theme .progress-rounded .progress-value,
.ms-dark-theme .page-item:not(.active) .page-link,
.ms-dark-theme .page-item:not(.active-circle) .page-link,
.ms-dark-theme .page-item:not(.active-bordered) .page-link,
.ms-dark-theme .page-item:not(.active-round) .page-link,
.ms-dark-theme-panel *,
.ms-dark-theme .modal-min .ms-form-group.has-icon i,
.ms-dark-theme .modal-max .ms-form-group.has-icon i,
.ms-dark-theme .swal2-popup .swal2-title,
.ms-dark-theme .swal2-popup .swal2-content,
.ms-dark-theme pre,
.ms-dark-theme .ms-icons-list > div > i,
.ms-dark-theme .ms-email-list .ms-list-item i,
.ms-dark-theme .ms-delete-trigger,
.ms-dark-theme .ms-to-do-task input.ms-task-input,
.ms-dark-theme .side-nav .menu-item a span {
    color: #fff;
}
.ms-dark-theme .ms-open-chat .ms-chat-user-info .ms-chat-time,
.ms-dark-theme .ms-group-members li.ms-group-count,
.ms-dark-theme .ms-email-list .ms-email-label,
.ms-dark-theme .ms-email-list .ms-list-item a span,
.ms-dark-theme .ms-email-options .has-chevron,
.ms-dark-theme .ms-email-options .has-chevron::after,
.ms-dark-theme .dataTables_info,
.ms-dark-theme .breadcrumb-item.active,
.ms-dark-theme .breadcrumb-item + .breadcrumb-item::before,
.ms-dark-theme .ms-chat-textbox .ms-chat-input input {
    color: #5c6dc0;
}
.ms-dark-theme a:hover,
.ms-dark-theme a:active {
    color: #ff0018;
}
.ms-dark-theme .ms-news-highlight {
    border-top: 3px solid #323a67;
}
.ms-dark-theme .body-content,
.ms-dark-theme .progress,
.ms-dark-theme .breadcrumb,
.ms-dark-theme .ms-chat-conversations .ms-chat-controls li,
.ms-dark-theme .ms-card-header .ms-btn-icon,
.ms-dark-theme .ms-notification-widget i,
.ms-dark-theme .accordion .card-header,
.ms-dark-theme .page-item.disabled .page-link,
.ms-dark-theme pre,
.ms-dark-theme .ms-open-chat.selected,
.ms-dark-theme .irs--flat .irs-line,
.ms-dark-theme .irs--sharp .irs-line,
.ms-dark-theme .irs--round .irs-line,
.ms-dark-theme .irs--square .irs-line {
    background-color: #323a67;
}
.ms-dark-theme .page-link,
.ms-dark-theme .input-group-text,
.ms-dark-theme .custom-file-label::after {
    background-color: #252851;
    color: #fff;
}
.ms-dark-theme .pagination-light .page-item:not(.active) .page-link,
.ms-dark-theme .pagination-light .page-item:not(.active-circle) .page-link,
.ms-dark-theme .pagination-light .page-item:not(.active-round) .page-link {
    background-color: #323a67;
    border-color: #323a67;
}
.ms-dark-theme .ms-panel.ms-panel-hoverable:hover,
.ms-dark-theme .ms-recent-support-tickets .ms-list-item:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.ms-dark-theme .page-item.active .page-link,
.ms-dark-theme .pagination-light .page-item.active .page-link {
    color: #fff;
    background-color: #ff0018;
    border-color: #ff0018;
    z-index: 0;
}
.ms-dark-theme .page-link,
.ms-dark-theme .pagination.pagination-expanded,
.ms-dark-theme .pagination-input input[type="number"],
.ms-dark-theme .pagination-expanded .page-item-expanded input[type="number"],
.ms-dark-theme .custom-file-label,
.ms-dark-theme .page-item.disabled .page-link {
    border-color: rgba(0, 0, 0, 0.1);
}
.ms-dark-theme .progress-rounded {
    border-color: #323a67;
}
.ms-dark-theme .ms-chat-bubble.ms-chat-incoming .ms-chat-text p {
    background-color: #323a67;
    color: #fff;
}
.ms-dark-theme
    .ms-chat-bubble.ms-chat-incoming
    .ms-chat-text
    p:first-child::after {
    border-right-color: #323a67;
}
.ms-dark-theme .accordion .card-header[aria-expanded="true"] {
    background-color: #252851;
}
.ms-dark-theme input,
.ms-dark-theme button,
.ms-dark-theme input:focus,
.ms-dark-theme button:focus {
    outline: 0;
    box-shadow: none;
}
.ms-dark-theme .ms-switch-slider,
.ms-dark-theme .ms-auth-form button.btn-social-login {
    background-color: #323a67;
}
.ms-dark-theme .ms-switch-slider:before {
    background-color: #5c6dc0;
}
.ms-dark-theme .navbar,
.ms-dark-theme .ms-quick-bar-list,
.ms-dark-theme .ms-quick-bar > .nav-tabs li a,
.ms-dark-theme .ms-quick-bar,
.ms-dark-theme #preloader-wrap {
    background-color: #2a2e5b;
}
.ms-dark-theme .ms-quick-bar,
.ms-dark-theme .navbar,
.ms-dark-theme .table-bordered {
    border-color: #242750;
}
.ms-dark-theme .side-nav .logo-sn,
.ms-dark-theme .side-nav .menu-item ul {
    background-color: transparent;
}
.ms-dark-theme .side-nav {
    background-color: #292e5a;
}
.ms-dark-theme .ms-panel,
.ms-dark-theme .ms-card,
.ms-dark-theme .dropdown-menu,
.ms-dark-theme .ms-quick-bar .ms-quick-bar-content,
.ms-dark-theme .card,
.ms-dark-theme .breadcrumb.breadcrumb-arrow li,
.ms-dark-theme .pagination.pagination-expanded,
.ms-dark-theme-panel,
.ms-dark-theme .pagination-expanded .page-item:first-child .page-link::after,
.ms-dark-theme .pagination-expanded .page-item:last-child .page-link::after,
.ms-dark-theme
    .pagination-expanded
    .page-item:not(.active)
    .page-link:hover::after,
.ms-dark-theme .ms-list .ms-list-item.bordered,
.ms-dark-theme .modal-content,
.ms-dark-theme .ms-form-wizard,
.ms-dark-theme .ms-profile-overview,
.ms-dark-theme .ms-content-wrapper.ms-auth,
.ms-dark-theme .irs--round .irs-handle,
.ms-dark-theme .irs--square .irs-handle {
    background-color: #252851;
}
.ms-dark-theme .swal2-popup {
    background: #292d5a;
}
.ms-dark-theme .modal-header {
    border-bottom-color: rgba(0, 0, 0, 0.1);
}
.ms-dark-theme .modal-footer,
.ms-dark-theme .swal2-popup .swal2-footer {
    border-top-color: rgba(0, 0, 0, 0.1);
}
.ms-dark-theme .breadcrumb.breadcrumb-arrow li::after,
.ms-dark-theme .ms-form-wizard ul[role="tablist"] li::before {
    border-left-color: #292d5a;
}
.ms-dark-theme .ms-news-update::after {
    border-bottom-color: #292d5a;
}
.ms-dark-theme .breadcrumb.breadcrumb-arrow li::before {
    border-left-color: #323a67;
}
.ms-dark-theme .table td,
.ms-dark-theme .table th {
    border-color: #242750;
}

.ms-dark-theme .pagination-input input[type="number"],
.ms-dark-theme .pagination-expanded .page-item-expanded input[type="number"],
.ms-dark-theme .custom-file-label,
.ms-dark-theme .irs--flat .irs-min,
.ms-dark-theme .irs--flat .irs-max,
.ms-dark-theme .irs--modern .irs-min,
.ms-dark-theme .irs--modern .irs-max,
.ms-dark-theme .irs--round .irs-min,
.ms-dark-theme .irs--round .irs-max,
.ms-dark-theme .irs--big .irs-min,
.ms-dark-theme .irs--big .irs-max {
    background-color: #323a67;
    color: #5c6dc0;
}
.ms-dark-theme input.ms-form-input::placeholder,
.ms-dark-theme input::placeholder,
.ms-dark-theme textarea::placeholder {
    color: #5c6dc0;
    opacity: 1;
}
.ms-dark-theme input.ms-form-input:-ms-input-placeholder,
.ms-dark-theme input::-ms-input-placeholder,
.ms-dark-theme textarea::-ms-input-placeholder,
.ms-dark-theme .ms-chat-textbox .ms-chat-input input {
    color: #5c6dc0;
}
.ms-dark-theme .form-control {
    border: 0;
}
.ms-dark-theme .nav-tabs li a {
    background-color: #323a67;
    color: #5c6dc0;
}
.ms-dark-theme .nav-tabs li a.active {
    color: #fff;
    background-color: #ff0018;
}
.ms-dark-theme .ms-crypto-orders .nav-tabs li a {
    background-color: transparent;
    color: #ff0018;
}
.ms-dark-theme .dropdown-menu .media:hover,
.ms-dark-theme .ms-open-chat:hover,
.ms-dark-theme .ms-email:hover {
    background-color: #323a67;
}
.ms-dark-theme .thead-light thead {
    background-color: rgba(0, 0, 0, 0.15);
}
.ms-dark-theme .ms-has-new-msg .msg-count,
.ms-dark-theme .ms-chat-status::after,
.ms-dark-theme .ms-group-members li img {
    border-color: #292d5a;
}
.ms-dark-theme .dropdown-divider {
    border-top-color: #242750;
}

.ms-dark-theme .ms-quick-bar-item a:not(.active):hover span,
.ms-dark-theme .ms-quick-bar-item a:not(.active):hover i,
.ms-dark-theme
    .ms-quick-bar
    .ms-quick-bar-list:not(.ms-qa-configure-mode)
    + .ms-configure-qa
    a:hover
    i,
.ms-dark-theme
    .ms-quick-bar
    .ms-quick-bar-list:not(.ms-qa-configure-mode)
    + .ms-configure-qa
    a:hover
    span {
    color: #eee;
}

@media (max-width: 1024px) {
    .ms-card.ms-card-fh {
        height: auto;
    }
    .ms-todo-options {
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        margin: 1rem 0 0;
        height: auto;
    }
    .ms-todo-options.ms-todo-nav {
        align-items: flex-end;
    }
    .ms-todo-options li {
        padding: 5px 15px;
        border-right: 0;
    }
    .ms-chat-text p {
        max-width: 100%;
    }
    .ms-hoverable-dropdown,
    .ms-email .ms-email-time {
        display: block;
    }
    .ms-email .ms-email-time {
        float: right;
        position: relative;
        top: auto;
    }
    .ms-auth-bg,
    .ms-auth-col:first-child {
        display: none;
    }
    .ms-auth-col.reset-password:first-child {
        display: flex;
    }
    .ms-content-wrapper.ms-auth {
        min-height: 100vh;
    }
    .ms-website-performance li.ms-list-item {
        float: left;
        width: 50%;
    }
    .ms-facebook-engagements li.ms-list-item {
        float: left;
        width: 50%;
    }
}

@media (max-width: 768px) {
    .display-4 {
        font-size: 2rem;
    }
    .pagination-expanded .page-item-expanded {
        display: none;
    }
    .ms-wizard-vertical.ms-form-wizard ul[role="tablist"] {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        border-radius: 25px;
    }
    .ms-wizard-vertical.ms-form-wizard .content,
    .ms-wizard-vertical.ms-form-wizard .actions,
    .ms-wizard-vertical.ms-form-wizard
        ul[role="tablist"]
        li:not(:first-child)
        a {
        margin-left: 0;
    }
    .ms-wizard-vertical.ms-form-wizard ul[role="tablist"] li:last-child {
        margin-bottom: 0;
    }
    .section-title {
        margin: 1.5rem 0;
    }
    .ms-todo-options,
    .ms-todo-options.ms-todo-nav {
        align-items: center;
    }
    .ms-email-panel .ms-panel-body {
        flex-direction: column;
    }
    .ms-email-config {
        margin-top: 1.5rem;
    }
    .ms-email-panel .ms-email-main {
        width: 100%;
    }
    .ms-email .ms-email-time {
        float: none;
    }
    .ms-email-details {
        overflow: visible;
    }
    .ms-email-controls,
    .ms-email-header,
    .ms-email .ms-email-details p,
    .ms-email-pagination li:first-child {
        display: none;
    }
    .ms-auth-form {
        /* display: block; */
    }
    .ms-auth-form form {
        padding: 3rem 1rem;
    }
    .ms-auth-form form {
        width: 100%;
    }
    .ms-email .ms-hoverable-dropdown {
        bottom: 100%;
    }
    .ms-profile-overview {
        height: auto;
    }
    .ms-profile-cover {
        justify-content: flex-start;
        align-items: flex-start;
        height: auto;
        padding-bottom: 1.5rem;
        flex-direction: column;
    }
    .ms-profile-user-buttons {
        flex: 0 0 auto;
        text-align: left;
    }
    .ms-profile-cover img {
        margin-bottom: 1rem;
    }
    .ms-profile-user-info,
    .ms-profile-user-buttons {
        padding: 0;
    }
    .ms-profile-navigation {
        position: relative;
        left: auto;
        bottom: auto;
    }
    .ms-lock-screen-weather,
    .ms-lock-screen-time,
    .ms-lock-screen-nav {
        display: none;
    }
    .ms-graph-meta ul {
        display: none;
    }
    .ms-selected-website select,
    .ms-selected-website h2 {
        margin-bottom: 1rem;
    }
    .ms-selected-website button {
        width: 100%;
    }
    .ms-portfolio-minimal .ms-portfolio-item::before {
        height: 100%;
    }
    .ms-portfolio-minimal .ms-portfolio-item .ms-portfolio-item-content {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
    .ms-graph-labels.column-direction {
        display: none;
    }
    .ms-panel-footer .ms-device {
        margin-bottom: 1.5rem;
    }
}
@media (max-width: 540px) {
    .ms-form-wizard ul[role="tablist"] li a {
        padding: 10px;
    }
    .ms-form-wizard ul[role="tablist"] li:not(:first-child) a {
        margin-left: 20px;
    }
    .ms-form-wizard ul[role="tablist"] li::before,
    .ms-form-wizard ul[role="tablist"] li::after,
    .ms-wizard-pill.ms-form-wizard ul[role="tablist"] li:last-child a::after,
    .ms-wizard-round.ms-form-wizard ul[role="tablist"] li {
        display: none;
    }
    .ms-form-wizard ul[role="tablist"] {
        display: block;
    }
    .ms-form-wizard.style1-wizard ul[role="tablist"] li:first-child {
        border-radius: 0;
    }
    .ms-wizard-pill.ms-form-wizard ul[role="tablist"] li {
        border-radius: 25px;
    }
    .ms-chat-conversations .ms-chat-controls li:nth-child(2),
    .ms-form-wizard ul[role="tablist"] li {
        margin-right: 0;
    }
    .ms-chat-conversations .ms-chat-controls li:last-child,
    .ms-email-widget .ms-email-options {
        display: none;
    }
    .ms-panel-header .d-flex:first-child {
        flex-direction: column;
    }
    .ms-panel-header .d-flex:first-child .btn,
    .ms-wizard-pill.ms-form-wizard ul[role="tablist"] li,
    .style1-wizard.ms-form-wizard ul[role="tablist"] li {
        margin-top: 1.5rem;
    }
    .ms-panel-header .d-flex:first-child .ms-graph-metrics.nav li {
        flex: 0 0 auto;
    }
    .ms-crypto-widget .nav-tabs.has-gap li a {
        margin-right: 0;
    }
    .ms-news-update {
        position: relative;
        margin-top: -1.5rem;
        margin-left: -1.5rem;
        margin-bottom: 1.5rem;
        width: calc(100% + 3rem);
        height: 50px;
        justify-content: center;
    }
    .ms-news-update::after {
        display: none;
    }
    .ms-website-performance li.ms-list-item {
        float: none;
        width: 100%;
    }
    .ms-facebook-engagements li.ms-list-item {
        float: none;
        width: 100%;
    }
    .ms-widget .ms-chat-header .ms-chat-user-info {
        display: none;
    }
    .btn-group {
        flex-direction: column;
    }
    .modal-footer {
        display: block;
    }
    .ms-crypto-rating .dropdown {
        margin: 1.5rem 0;
    }
}

/* Settings Panel */
.ms-settings-toggle {
    position: fixed;
    bottom: 0;
    right: 50%;
    z-index: 4;
    width: 90px;
    height: 40px;
    margin-right: -45px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
body:not(.ms-settings-open) .ms-settings-toggle:hover {
    height: 50px;
}
.ms-settings-toggle i {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    -webkit-box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.1);
}
.ms-settings-panel {
    position: fixed;
    bottom: -200px;
    left: 0;
    width: 100%;
    height: 200px;
    padding: 1.5rem;
    background-color: #fff;
    z-index: 1040;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.ms-dark-theme .ms-settings-panel,
.ms-dark-theme .ms-settings-toggle i {
    background-color: #252851;
}
.ms-settings-open .ms-settings-panel {
    bottom: 0;
}
.ms-settings-open .ms-settings-toggle {
    bottom: 200px;
}
.ms-settings-links {
    display: flex;
    width: 100px;
}
.ms-settings-links li a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    width: 50px;
    height: 50px;
}
.ms-settings-links li a i {
    font-size: 22px;
}

/* Welcome Page */

.ms-banner {
    position: relative;
    background-image: url("../img/others/banner.png");
    background-repeat: no-repeat;
    background-color: #fff;
    height: 100%;
    z-index: 2;
}
.ms-banner h2 {
    font-weight: 700;
}
.ms-banner-text {
    margin: 5rem auto 15rem;
}
.ms-banner p {
    font-size: 1rem;
}
.ms-banner h1,
.ms-banner p {
    color: #fff;
}
.welcome-title {
    font-size: 38px;
}
.welcome-subtitle {
    margin-bottom: 2rem;
    font-size: 14px;
    text-align: center;
}
.ms-dashboard-description {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-width: 80%;
    margin: 0 auto;
}
.ms-text-container h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.ms-demo-img,
.ms-text-container {
    position: relative;
    margin-top: 5rem;
}
.ms-tables-preview {
    background-color: #f5f4fa;
    padding: 5rem 2rem;
}
.ms-color-schemes {
    padding: 5rem 15px;
}
.ms-color-schemes .ms-dashboard-description {
    max-width: 400px;
    float: right;
    margin: 0 2rem;
}
.ms-tables-preview .ms-dashboard-description {
    max-width: 400px;
    justify-content: flex-start;
    margin: 0;
}
.ms-features {
    position: relative;
    margin-top: 2rem;
    background-image: url("../img/others/features-bg.jpg");
    background-size: cover;
    background-position: center center;
    z-index: 1;
    margin: 7rem 0;
}
.ms-features::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(76, 54, 188, 0.9);
    z-index: -1;
}
.ms-feature {
    padding: 2rem 0;
    margin: 2rem 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.ms-feature:hover {
    background-color: rgba(68, 92, 200, 0.4);
    border-color: rgba(68, 92, 200, 0.4);
}
.ms-feature i {
    color: rgb(71, 50, 187);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin: 0 auto 1rem auto;
    font-size: 22px;
}
.ms-feature p {
    color: #fff;
}
.ms-feature h3 {
    font-size: 28px;
    color: #fff;
}
.ms-infographics i {
    font-size: 34px;
    margin-bottom: 2rem;
}
.ms-infographics .infographic {
    margin: 2rem 0;
}
.ms-welcome-footer {
    background-color: rgb(76, 54, 188);
    text-align: center;
    margin-top: 7rem;
}
.ms-welcome-footer p {
    color: #fff;
}
.ms-welcome-btn {
    background-color: rgb(76, 54, 188);
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 0.75rem 3rem;
}
.ms-welcome-btn-light {
    background-color: #fff;
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.4);
    color: rgb(76, 54, 188);
    padding: 0.75rem 3rem;
    font-weight: 700;
}
.ms-welcome-btn-outline {
    background-color: transparent;
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.4);
    color: #fff;
    border: 2px solid #fff;
    padding: 0.75rem 3rem;
    font-weight: 700;
}
.ms-welcome-btn-light:hover,
.ms-welcome-btn-light:focus,
.ms-welcome-btn-light:not(:disabled):not(.disabled):active {
    background-color: #fff;
    color: rgb(76, 54, 188);
}
.ms-welcome-btn:hover,
.ms-welcome-btn:focus,
.ms-welcome-btn:not(:disabled):not(.disabled):active {
    background-color: rgb(76, 54, 188);
    color: #fff;
}
.ms-preview-img-container {
    position: relative;
    height: 230px;
    overflow: hidden;
    border-radius: 5px;
}

/* Fixes */

.db-header-title {
    font-size: 32px;
    margin-bottom: 2rem;
}

.bg-black {
    background-color: #000000;
}

.bg-red {
    background-color: #ff0018;
}

.color-red {
    color: red;
}

.ui-sortable-handle .media-body h5,
.ui-draggable .media-body h5 {
    font-size: 13px;
    font-weight: 600;
}

.ms-card .new.meta h6 {
    margin-bottom: 0;
}

.ms-card .new {
    margin-bottom: 15px;
}

.wrapper-new2 h6 {
    margin-bottom: 0px;
    font-weight: 600;
}

.wrapper-new2 {
    align-items: center;
}

.fw-6 {
    font-weight: 600;
}

.ms-card-heading-title {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.red-text {
    color: red;
}

.green-text {
    color: green;
}

.black-text {
    color: #000000;
}

.order-circle .progress-rounded {
    margin-bottom: 0rem;
}

.ms-device-sessions h4,
.ms-website-performance h4 {
    font-size: 14px;
}

.no-margin {
    margin-bottom: 0rem;
}

.no-margin .ms-card-heading-title p {
    margin-bottom: 0;
}

.ms-recent-support-tickets .ms-feed-user {
    font-size: 16px;
}

.badge {
    vertical-align: middle;
    font-size: 12px;
}

.ms-card .new.meta p {
    margin-bottom: 0;
}

.ms-card.ms-widget {
    border-radius: 0px;
}

.ms-active-site,
.ms-graph-meta h2,
.ms-profile-widget h2,
.ms-infographics-widget h2 {
    font-size: 24px;
}

.modal-content h1 {
    font-size: 42px;
}

.modal-title.has-icon.ms-icon-round i {
    line-height: 0.5;
}

.form-control.new {
    font-size: 12px;
}
.customer-meta {
    display: flex;
    justify-content: space-between;
}

/* Responsive */

@media (max-width: 1300px) {
    .no-margin .ms-card-heading-title p span {
        display: block;
    }
}

@media (max-width: 1200px) {
    .no-margin .ms-card-heading-title p span {
        display: inline-flex;
    }

}

@media (max-width: 1114px) {
    .ms-switch-slider.ms-switch-discount-2 {
        top: 49%;
    }
    .ms-switch-slider.ms-switch-discount-3 {
        top: 68%;
    }
}

@media (max-width: 1024px) {
    .ms-nav-list .ms-nav-item .ms-has-notification i {
        color: #ff0018;
    }
}

@media (max-width: 991px) {
    .no-margin {
        margin-bottom: 2rem;
    }
}

@media (max-width: 768px) {
    .order-circle .progress-rounded {
        margin-bottom: 2rem;
    }
}

@media (max-width: 600px) {
    .new {
        display: block;
    }
}

@media (max-width: 540px) {
    .align-left {
        align-self: flex-start !important;
    }
    .customer-meta,
    .customer-meta .new {
        display: block;
    }
    .customer-meta .new h5 {
        margin-bottom: 10px !important;
    }
    .customer-meta .new .ml-4 {
        margin-left: 0 !important;
    }
    .new.form-control {
        width: 100%;
        height: 45px;
        margin-top: 24px;
    }
}

@media (max-width: 360px) {
    .ms-switch-slider.ms-switch-discount-2 {
        top: 53%;
    }
    .ms-switch-slider.ms-switch-discount-3 {
        top: 70%;
    }

    .ms-switch .ms-status-switch {
        left: 75%;
    }
}
.error {
    color: red;
}
.validate-star {
    color: red;
}

#qr-create-menu {
    display: none;
}
#qr-create-menu:checked ~ ul {
    transform: translateX(0);
}
ul.drawer {
    position: fixed;
    bottom: 0;
    top: 0;
    right: 0;
    width: 500px;
    height: 45vh;
    background-color: #fff;
    transform: translateX(500px);
    transition: 0.3s;
    list-style: none;
    z-index: 11;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
}
ul.drawer li {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
}
ul.drawer li a {
    display: block;
    padding: 1em;
    text-align: left;
    color: #777;
    text-decoration: none;
}
ul.drawer li a:hover {
    background-color: #eee;
}
ul.drawer .close {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #f5f7fb;
    border-radius: 100%;
    display: inline-block;
    right: 10px;
    top: 10px;
    opacity: 1;
    text-align: center;
    line-height: 32px;
    color: #868790;
}
ul.drawer .close label {
     margin: 0;
}

.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 50px;
    margin-left: 50px;
}

.btn-width {
    margin-right: 15px;
}
.btn-wide {
    margin-right: 16px;
}

.text_message {
    color: red;
}
/* certificate search */
.certificate-search {
    justify-content: space-between;
    column-gap: 5px;
}
.certificate-search input {
    background-color: transparent;
    border: none;
    outline: none;
    width: calc(100% - 90px);
}
/* special-offers */
.special-offer-container {
    width: 100%;
    min-height: 90vh;
    border-radius: 15px;
    background-color: #fff;
    padding: 20px;
    row-gap: 23px;
    display: flex;
    flex-direction: column;
}

.special-offer-card-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 2.1%;
    row-gap: 33px;
    padding-bottom: 20px;
}
.special-offer-card-container > .pagination {
    width: 100%;
    display: flex;
    justify-content: center;
}
.special-offer-card {
    width: 31.882%;
    min-width: 320px;
    /* height: 180px;  */
    /* aspect-ratio: 2.27;   */
    background-color: #fcfdff;
    border: 1px solid #e4e9f5;
    border-radius: 15px;
    padding: 20px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 11px;
    position: relative;
}
.special-offer-card:hover {
    border: 1px solid #42ac73;
    background-color: #fff;
}
.special-offer-card:hover .restaurant-actions {
    background-color: #42ac73;
}
.special-offer-card:hover .action-icons {
    color: #fff;
    stroke: #fff;
}
.special-offer-card .restaurant-card-top {
    width: 100%;
    display: flex;
    column-gap: 10px;
}

.special-offer-card-top > .image {
    width: 68px;
    height: 68px;
    border-radius: 15px;
}
.special-offer-card-top > .image img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.special-offer-card-top > .details {
    display: flex;
    flex-direction: column;
}
.special-offer-card-details {
    width: 100%;
    display: flex;
    column-gap: 16px;
    color: #8d9caf;
}
.special-offer-card-details > div {
    width: 25px;
    height: 25px;
    border-radius: 30px;
    background-color: #f1f5ff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.special-offer-card-details > span {
    font-size: 14px;
    font-weight: 700;
    color: #8d9caf;
    /* white-space: nowrap;  */
    /* width: 50px;  */
    overflow: hidden;
    /* text-overflow: ellipsis; */
}
.special-offer-actions {
    width: 89.08%;
    height: 36px;
    display: flex;
    border-radius: 22px;
    background-color: #fcfdff;
    border: 1px solid #e4e9f5;
    align-items: center;
    justify-content: center;
    column-gap: 12px;
    position: absolute;
    bottom: -20px;
}
.special-offer-actions > a {
    border-radius: 3px;
    height: 22px;
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.special-offer-actions > a > div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.special-offer-actions > a:hover {
    background-color: #fff;
}
.action-icons {
    color: #595b74;
}
.special-offer-actions:hover {
    background-color: #42ac73;
}
.special-offer-actions:hover .action-icons {
    cursor: pointer;
    stroke: #fff;
    color: #fff;
}
.special-offer-actions > a:hover .action-icons {
    stroke: #42ac73;
    color: #42ac73;
}
.text_lowercase{
    text-transform:lowercase;
}
.select-multiple-option{
    width:100% ;
}

.less_content{
    height: 76px;
    overflow: hidden;
}
.more_content{
overflow-y: auto;
padding-bottom: 5px;
}
.layout-footer {
    background-color: #eee;
    border-top: 1px solid #e0e0e0;
    bottom: 0;
    color: #757575;
    left: 0;
    position: fixed;
    display: flex; justify-content: flex-end;
    right: 0;
    margin-left:0px;
  }

  .layout-footer > a {
    float:right;
    font-size: 10px !important;
  }

  @media (min-width: 768px) {
    .layout-footer {

      -webkit-transition: margin-left 0.3s;
      -o-transition: margin-left 0.3s;
      transition: margin-left 0.3s;
    }
  }
  @media (min-width: 768px) {
    .layout-footer-fixed .layout-footer {
      position: fixed;
    }
    .layout-sidebar-collapsed .layout-footer {
      margin-left: 60px;
    }
  }
  .layout-footer-body {
    padding: 5px 15px;
  }

  .div-claim-row {
    display: table;
    width: 100%; /*Optional*/
    table-layout: fixed; /*Optional*/
    /*border-spacing: 10px; */
    margin-top:5px;
    margin-bottom:5px;

}
.div-claim-column {
    display: table-cell;
    /* background-color: red; Optional */
}
.div-claim-column fa-star {
    color: #000;
}

.div-claim-column-data {

width:10%;
display:inline;
}
.div-claim-column-data fa-star {
    color: #000;
}
.coupon-code-ellipse{
  white-space: nowrap;
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tooltip > .tooltip-inner {
    background-color: black;
    color: #FFFFFF;
    border: 1px solid green;
    padding: 5px;
    font-size: 12px;
  }

  .replies {

    width: 100%;
    padding: 12px 20px;
    margin:5px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 18px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
    overflow: auto;
  }

  .browsebtn-primary {
    color: #151414;
    background-color: #ededed;
    border-color: #ededed;
}

.browsebtn-primary:not(:disabled):not(.disabled).active:focus,
.browsebtn-primary:not(:disabled):not(.disabled):active:focus,
.show > .browsebtn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #bc2634;
}

.ms-dark-theme .browsebtn-primary {
    color: #ff0018;
    background-color: #ffffff;
    border-color: #ffffff;
}


.browsebtn-primary:hover,
.browsebtn-primary:focus,
.ms-btn-icon-outline.browsebtn-primary:focus,
.browsebtn-primary:not(:disabled):not(.disabled):active,

.btn-complete{
    background-color: #bfc1c3;
}
  .tooltop {
    position: relative;
    display: inline-block;
    /* border-bottom: 1px dotted black; */
  }

  .tooltop .tooltoptext {
    visibility: hidden;
    width: 100px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 2px 0;
    font-size: 12px;

    position: absolute;
    z-index: 1;
  }

  .tooltop:hover .tooltoptext {
    visibility: visible;
  }
.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.select-optional + span {
    display: unset;
}
.active-icon-color {
    color:green !important;
}
.inactive-icon-color {
    color:red !important;
}
.search-filter-btn-wrap {
    display: flex;
    flex-direction: row;
    padding-left: 10px;
    column-gap: 10px;
}
.search .search-refresh {
    margin: 0 !important;
    padding: 8px 10px;
}
.search .ml-1{
    margin: 0 !important;
    padding: 8px 10px;
}
/* .search input[type="search" i] {
    padding-left: 0;
} */
.select2-container--default .select2-selection--single {
    background-color: transparent !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px !important;
}
.search-filter-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.search-filter-form {
    width: 100%;
}
.search-filter-form .row {
    margin: 0 -5px;
}
.search-filter-form .col-md-3 {
    padding: 0 5px;
}
.btn-reset-wrap .btn-reset {
    background-color: #f2f5fe;
    border: 1px solid #ebedf5;
    padding: 5px 10px;
    color: #2f3757;
    border-radius: 10px;
    height: 38px;
    display: flex;
    align-items: center;
}
.search-filter {
    width: 100%;
    height: 38px;
    background: #fff;
    border: 1px solid #e7ebf2;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    column-gap: 5px;
    /* padding: 0 16px; */
}

.filter--button {
    width: 63px;
    height: 38px;
    background-color: #42ac73;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    color: white;
}
.filter--button:hover {
    background-color: #1e5939;
    color: #fff;
}
.filter--button > span {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}
.filter--button:hover span {
    color: #fff;
}
.filter--button span{
    color: #fff;
}
.no-data-found h3 { font-size: 16px; border: 1px solid gray; padding: 5px 10px; }

.table-access {
    table-layout: fixed;
  }
  .table-text-overflow {
    display: block;
    width: 300px;
    word-break: break-all;
  }

  .table-cell-4 {
    width: 300px;
  }
@media (max-width: 1480px) {
    .restaurant-actions {
        column-gap: 6px;
    }
}

.filter-wrap  {
    padding: 15px;
    border: 1px solid #e4e9f5;
    border-radius: 15px;
    background: #fcfdff;
}

    .rotate img{
        transition: 1s ease;
        }

        .rotate img:hover{
        -webkit-transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-100deg);
        transform: rotate(-30deg);
        transform: rotateZ(30deg);
        transition: 1s ease;
        }



.restaurant-card-two-factor {
    width: 100%;
    background-color: #fcfdff;
    border: 1px solid #e4e9f5;
    border-radius: 15px;
    padding: 20px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 11px;
    position: relative;
    }
    .restaurant-card-two-factor:hover {

    background-color: #fff;
    }
    .restaurant-card-two-factor:hover .restaurant-actions {
    background-color: #42ac73;
    }
    .restaurant-card-two-factor:hover .action-icons {
    color: #fff;
    stroke: #fff;
    }
    .restaurant-card-two-factor .restaurant-card-top {
    width: 100%;
    display: flex;
    column-gap: 10px;
    margin-bottom: 10px;
    }

    .rcodes {background-color: #f6f8fb8f;
        margin: 0 -25px;
        padding: 25px;
        box-shadow: 0px 0px 10px 5px #f8f8ffa6;
        list-style: none;
    }
    .rcodes li{color: #000;
        font-weight: bold;padding: 5px 0;}

    .offset ul.rcodes{list-style: none;
        width: max-content;
        background: #ffffff;
        padding: 20px 40px;
        box-shadow: 0px 0px 8px 0px #f6f8fb7d;
        margin: 3rem 0;
        border: 1px solid #f6f8fb;
        border-radius: 4px;}

    ul.rcodes li{line-height: 22px;}

    .dashboard-container-twofauth{
        top: 50%;
        left: 42%;
        width: 50em;
        height: 30em;
        margin-top: -20em;
        margin-left: -15em;
        padding-left:15px;
        padding-top:25px;
        padding-right:15px;
        background-color: #fff;
        position: fixed;
        border-radius: 25px;
    }

    .restaurant-card-details-data {
        margin-left:1px;
        margin-top:2px;
        margin-right:1px;
        /* width: 23.4%;
        min-width: 320px;
        min-height: 130px; */
        background-color: #fcfdff;
        border: 1px solid #e4e9f5;
        border-radius: 15px;
        padding: 10px;
        /* display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 11px;
        position: relative;  */
    }
    .notification-status-new {
        /* text-align: right; */
        color: red;
        background-color: #f4ede0;
        height: 24px;
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 10px;
        margin-left: auto;
    }
    .star{
        display:flex;
        flex-direction:column;
    }
    .reject-reason {
        text-align: right;
        left: 200px;
        top: 46px;
        border: 1px #000;
    }
    .reject-reason span{
        color: red;
    }
    .question-mark-button {
        background-color: #000; /* Black background color */
        color: #fff; /* White text color */
        border: none; /* No border */
        border-radius: 50%; /* Rounded shape */
        width: 20px; /* Button width */
        height: 20px; /* Button height */
        font-size: 18px; /* Font size */
        cursor: pointer; /* Cursor style */
        display: flex;
        justify-content: center;
        align-items: center;
        left: 420px;
        top: 24px;
    }
    .notification-status-new-active {
        text-align: right;
        color: green;
        background-color: #f4ede0;
        height: 24px;
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 10px;
        margin-left: auto;
    }

    .iti__flag-container{
        height: 38px;
    }
