/* --- Font Family --- */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

/* --- Font Family End --- */


/* --- Common Variables Start --- */

:root {
    --primary-color: #000000;
    --theme-grey: #686868;
    --theme-light-grey: #F7F7F7;
    --theme-light-sp: #F5F5F5;
    --theme-white: #FFFFFF;
    --grey: #9A9A9A;
    --warning: #FFBC5B;
    --success: #8CF34D;
    --danger: #F93434;
}


/* --- Common Variables End --- */


/* --- Common Css Start --- */

* {
    outline: none;
}

html {
    -webkit-text-size-adjust: none;
    /* Prevent font scaling in landscape */
    height: 100%;
}

html,
body {
    overflow-x: hidden;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: "Urbanist", sans-serif;
    background: #F7F7F7;
    height: 100%;
}

body.bg-grey {
    background: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
form,
input,
textarea,
select {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    outline: none !important;
    outline-color: transparent !important;
}

a:link,
a:hover {
    text-decoration: none;
}

a,
.btn,
button,
:after,
:before {
    transition: all 0.1s;
    -o-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
}

p {
    font-size: 14px;
    line-height: normal;
    font-weight: normal;
}

p.large {
    font-size: 16px;
}

.x-large {
    font-size: 22px !important;
    font-weight: 700 !important;
}

p.small {
    font-size: 12px;
}

h5 {
    color: #041B29;
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
    margin: 0 0 24px 0;
    display: block;
}

button:focus {
    outline: 0;
}

.grey-color {
    color: #5B5B5B;
}

.cc-form-label {
    font-family: 'Poppins';
    font-size: 18px;
    color: #181818;
    line-height: normal;
    font-weight: 600;
    word-wrap: anywhere;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.theme-color-dark {
    color: #072E46;
}

#mainWrapper {
    filter: inherit !important;
}

.ih-btn-common {
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    color: var(--text-green);
    background: var(--bg-light-sky-color);
}

.ih-btn-common:hover,
.ih-btn-common:focus {
    background: var(--bg-green) !important;
    color: var(--text-light-green) !important;
}

.container-fluid {
    max-width: 1920px;
}

a.reset-link {
    font-size: 14px;
}

a.reset-link:hover,
a.reset-link:focus {
    color: #072E46;
    text-decoration: underline;
}

.timer {
    font-weight: 600;
}

.timer span {
    line-height: normal;
    font-weight: 800;
    color: #072E46;
}

.timer,
.timer span {
    font-size: 14px;
}

.chart-para {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.chart-para-inner {
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-para-box {
    height: 15px;
    width: 15px;
    margin-right: 7px;
    border-radius: 30%;
}

.c-para-box.black {
    background-color: #484848;
}

.c-para-box.grey {
    background-color: #B4B4B4;
}

.c-para-label {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
}

.prog-value {
    margin-left: 10px;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
}

.table-progressbar {
    display: inline-flex;
    align-items: center;
}

table progress {
    background-color: #6DBE75;
    border: 0;
    border-radius: 0px;
}

table progress::-webkit-progress-bar {
    background-color: #f3f3f3;
    border-radius: 0px !important;
}

table progress::-webkit-progress-value {
    background: #6DBE75;
    border-radius: 0px !important;
}

table progress::-moz-progress-bar {
    background: #6DBE75;
    border-radius: 0px !important;
}


/* progress {
  border: none;
}

progress {
  color: #F1F1F1;
  background-color: #F1F1F1 !important;
  accent-color: #F1F1F1 !important;
}

progress::-webkit-progress-value {
  background: #6DBE75;
}

progress::-moz-progress-bar {
  background: #6DBE75;
} */


/* --- Common Css End --- */


/* --- Menu/Sidebar Css Start --- */

.logo {
    width: 100%;
    max-width: 242px;
    min-height: 80px;
}

.logo img {
    max-width: 175px;
    width: 100%;
}

#mainWrapper.toggled {
    padding-left: 272px;
}

#sidebar-wrapper {
    position: fixed;
    width: 0;
    left: 262px;
    height: 100%;
    z-index: 1;
    overflow-y: auto;
    overflow-x: hidden;
    margin-left: -242px;
    padding-top: 60px;
}

.hdtopbar,
#sidebar-wrapper {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#mainWrapper.toggled #sidebar-wrapper {
    width: 290px;
    z-index: 2;
}

#mainWrapper.toggled {
    padding-left: 280px;
}

#page-content-wrapper {
    width: 100%;
    position: relative;
}

#mainWrapper.toggled #page-content-wrapper .hdtopbar {
    width: 100%;
}

#mainWrapper {
    transition: ease all 0.5s;
}

.sidebar-nav {
    /*position: absolute;*/
    position: relative;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav>.sidebar-brand a {
    color: #999999;
}

.sidebar-nav>.sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.menu-icon {
    background: #000000;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    border-radius: 5px;
    position: relative;
    transition: ease 0.25s;
    font-size: 12px;
    padding: 0;
    margin-right: 15px;
    color: #FFFFFF;
}

.menu-icon:hover,
.menu-icon:focus {
    color: #FFFFFF;
}

.menu-icon i.icon-cancel {
    display: none;
}

.menu-icon.change i.icon-cancel {
    display: block;
}

.menu-icon.change i.icon-cancel {
    display: block;
}

.menu-icon.change i.icon-humburger {
    display: none;
}


/* --- Menu/Sidebar Css End --- */


/* --- Topbar Css Start --- */

.hdtopbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    min-height: 80px;
    background: var(--theme-white);
    padding: 0 30px;
}

ul.topbar_icons {
    list-style: none;
    display: flex;
    align-items: center;
}

ul.topbar_icons li a {
    color: #E69C31;
    position: relative;
}

ul.topbar_icons a.down-arrow-icon span.notification-status {
    left: calc(50% - 5px);
    top: 12px;
}

header.hdtopbar ul.topbar_icons li {
    margin-right: 10px;
}

.profile-main-drop .profile-content p {
    color: #686868;
    font-family: 'Poppins';
    font-size: 13px;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    max-width: 120px;
}

.content-topspace {
    padding-top: 70px;
    padding-bottom: 15px;
}

.logo {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
}

#mainWrapper.toggled .logo::before {
    width: 0;
}

#main-menu {
    width: 310px;
    padding: 25px 0px 25px 20px;
}

.menu-profilebox {
    width: 280px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    padding: 20px 0 18px;
}

.menu-profilebox span {
    display: block;
}

.menu-profilebox a {
    color: #c1c1c1;
    font-size: 13px;
}

.proimg {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #00d6a3;
    margin-bottom: 10px !important;
}

.proimg img {
    width: 100%;
    height: 100%;
}

.pro-link {
    background: #313947;
    color: #8ea6d5;
    padding: 10px 12px;
    border-radius: 50%;
}

.mCSB_scrollTools {
    z-index: 1;
}


/* --- Topbar Css End --- */


/* --- Search Bar */

.search_bar_top {
    position: relative;
    max-width: 304px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.search_bar_top form {
    width: 100%;
    max-width: 304px;
}

.search_bar_top form fieldset {
    width: 100%;
    position: relative;
}

.search_bar_top input {
    width: 100%;
    background: #F4F4F4;
    border: 1px solid #D9D9D9;
    height: 44px;
    color: #686868;
    border-radius: 8px;
    font-size: 15px;
    line-height: normal;
    padding: 8px 16px 8px 38px;
}

.search_bar_top input::placeholder {
    color: #686868 !important;
}

.search_bar_top input:hover,
.search_bar_top input:focus {
    box-shadow: none;
    outline: none;
}

.search_bar_top button {
    position: absolute;
    left: 0;
    height: 44px;
    width: 45px;
    border: none;
    z-index: 1;
    top: 0;
    background: transparent;
    color: #FFFFFF;
    font-size: 14px;
    padding: 5px;
}


/* --- Search Bar End */


/* --- Close Menu Icon Css Start --- */

.bar1,
.bar2,
.bar3 {
    width: 20px;
    height: 2px;
    background-color: var(--bg-green);
    margin: 7px 0;
    transition: 0.4s;
}

.bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 5px);
}

.bar2 {
    opacity: 0;
}

.bar3 {
    margin-top: 5px;
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -4px);
}

.change .bar1 {
    -webkit-transform: rotate(-180deg) translate(-9px, 6px);
    margin-top: 16px;
    transform: rotate(-180deg) translate(-8px, 6px);
}

.change .bar3 {
    -webkit-transform: rotate(180deg) translate(-8px, -8px);
    transform: rotate(180deg) translate(-8px, 9px);
    margin-bottom: 0;
}

.change .bar2 {
    -webkit-transform: rotate(-180deg) translate(-8px, 8px);
    transform: rotate(-180deg) translate(-8px, 8px);
    opacity: 1;
}


/* --- Close Menu Icon Css End --- */


/* Button Css Start */

.btn-primary {
    background: #000000;
    border-color: #000000;
    border: 2px solid #000000;
}

.btn-primary:hover {
    background: transparent !important;
    color: #000000 !important;
    border: 2px solid #000000 !important;
}

.btn-primary svg {
    fill: #ffffff !important;
}

.btn-primary:hover svg {
    fill: #000000 !important;
}

.btn-primary:hover svg path {
    fill: #000000 !important;
}

.btn-secondary {
    background: transparent;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    border: 2px solid #000000;
}

.btn-secondary:hover {
    background: #000000 !important;
    font-weight: 500;
    color: #ffffff !important;
    border: 2px solid #000000 !important;
}

.btn-secondary:hover svg path {
    fill: #ffffff;
}

.btn-form {
    background: #000000;
    border-color: #000000;
    padding: 20px 25px;
}

.btn-form:hover {
    background-color: rgba(0, 0, 0, 0.9) !important;
    border-color: #000000 !important;
}

.btn-filter {
    background: #ffffff !important;
    border: 1px solid #D9D9D9 !important;
    font-family: 'Poppins';
    font-weight: 400;
    color: #000000;
}

.d-filter.filter-l {
    margin-right: 15px;
}

.custom-toggle input[type="checkbox"] {
    position: relative;
    width: 70px;
    height: 35px;
    -webkit-appearance: none;
    appearance: none;
    background: #F93434;
    outline: none;
    border-radius: 2rem;
    cursor: pointer;
}

.custom-toggle input[type="checkbox"]::before {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 2px;
    left: 3px;
    transition: 0.5s;
}

.custom-toggle input[type="checkbox"]:checked::before {
    transform: translateX(100%);
    background: #fff;
    left: 5px;
}

.custom-toggle input[type="checkbox"]:checked {
    background: #6DBE75;
}


/* Button Css End */


/* Form css start */

.readonly-input {
    border: none;
    color: #181818;
    font-weight: 500;
    font-size: 15px;
    width: 100%;
    margin-top: 4px;
    text-overflow: ellipsis
}

.btr-checkbox-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px
}

.btr-checkbox-flex label {
    font-weight: 600;
}

.btr-radio {
    position: relative !important;
    border: 1px solid #3a3a3c !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    line-height: 0 !important;
    margin: 2px 6px 0 0 !important;
    outline: 0 !important;
    padding: 0 !important;
    vertical-align: text-top !important;
    height: 20px !important;
    width: 20px !important;
    -webkit-appearance: none !important;
    opacity: 1 !important;
    background: #fff !important;
    z-index: 1 !important;
    min-height: 1px !important
}

input[type=checkbox]:before,
input[type=radio]:before {
    border-color: #3a3a3c;
}

.btr-radio:checked {
    background-color: #000000;
    border-color: #000000;
}

.btr-radio:checked::after {
    content: "✔";
    color: #000000;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 4px;
}

.otp-form .form-control {
    height: 65px;
    width: 65px;
    text-align: center;
}

input {
    font-family: 'Poppins';
}

.form-control {
    background: #FCFCFC;
    font-size: 16px;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    min-height: 52px;
    padding: 0 20px !important;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #000000;
    background: #FCFCFC;
}

.form-control:disabled,
.nice-select.disabled {
    background: rgba(94, 94, 94, 0.05) !important;
    border-color: #929292 !important;
}

input::placeholder {
    color: #000000 !important;
}


/* Form Css End */


/* Drag & Drop Control Css Start */

.robo_form .upload-files-container {
    width: 100%;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.robo_form .drag-file-area {
    border: 2px dashed #D9D9D9;
    border-radius: 8px;
    margin: 10px 0 15px;
    padding: 55px 50px;
    width: 100%;
    text-align: center;
    background: rgba(217, 217, 217, 0.1);
}

.robo_form .drag-file-area .upload-icon {
    font-size: 50px;
}

.robo_form .drag-file-area h3 {
    font-family: 'Poppins';
    font-weight: 500 !important;
    color: #686868;
    font-size: 16px;
    margin: 15px 0;
}

.robo_form .drag-file-area label {
    font-size: 19px;
}

.robo_form .drag-file-area label .browse-files-text {
    font-family: 'Poppins';
    font-weight: 600 !important;
    color: #000000;
    text-decoration: underline;
    font-weight: bolder;
    cursor: pointer;
    font-size: 16px;
}

.robo_form .browse-files span {
    position: relative;
    top: -13px;
}

.robo_form .default-file-input {
    opacity: 0;
    display: none;
}

.robo_form .cannot-upload-message {
    background-color: #ffc6c4;
    font-size: 17px;
    display: flex;
    align-items: center;
    margin: 5px 0;
    padding: 5px 10px 5px 30px;
    border-radius: 5px;
    color: #F93434;
    display: none;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.robo_form .cannot-upload-message span,
.robo_form .upload-button-icon {
    padding-right: 10px;
}

.robo_form .cannot-upload-message span:last-child {
    padding-left: 20px;
    cursor: pointer;
}

.robo_form .file-block {
    font-family: 'Poppins';
    color: #000000;
    background-color: rgba(217, 217, 217, 10%);
    transition: all 1s;
    width: 100%;
    position: relative;
    display: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 15px;
    padding: 25px 20px;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #D9D9D9;
}

.robo_form .file-info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    font-size: 15px;
}

.robo_form .file-icon {
    margin-right: 10px;
}

.robo_form .file-name {
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 2px;
    padding: 0 3px;
}

.robo_form .file-size {
    font-family: 'Poppins';
    font-size: 14px;
    padding: 0 3px;
    color: #686868;
}

.robo_form .remove-file-icon {
    cursor: pointer;
}

.robo_form .remove-file-icon img {
    height: 18px;
}

.robo_form .progress-bar {
    display: flex;
    position: absolute;
    bottom: 10px;
    left: 20px;
    width: calc(100% - 40px) !important;
    height: 5px;
    border-radius: 25px;
    background-color: #4BB543;
}


/* Drag & Drop Control Css End */


/* --- Header Css Start --- */

.icondrop>a {
    display: inline-block;
}

.usericonxs {
    padding-right: 15px;
    border-right: solid 1px #c9c9c9;
    margin-top: 3px;
}

.hd-right-icon {
    height: 100%;
}

.hd-right-icon a.ih-links {
    color: #E69C31;
}

.dropdown.icondrop {
    margin-right: 15px;
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
}

.hd-right-icon .dropdown-toggle::after {
    display: none;
}

.ih-notification-link {
    position: relative;
}

.hd-right-icon i.demo-icon {
    font-size: 14px;
    color: #686868;
}

.hd-right-icon .dropdown-menu {
    padding: 0px !important;
}

.icondrop .user-left {
    margin-right: 0px;
    padding: 0px 0px 3px;
}

.icondrop .dropdown-menu img {
    width: 12px;
    margin-right: 6px;
}

.icondrop .dropdown-menu li {
    border-top: solid 1px #dedede;
}

.icondrop .dropdown-menu li:first-child {
    border-top: 0px;
}

.icondrop .dropdown-menu li a {
    padding: 6px 10px;
}

.icondrop .dropdown-menu li a .user-left h2 {
    max-width: inherit;
    white-space: normal;
    text-overflow: inherit;
}

.icondrop .dropdown-menu li a:hover .user-left h2,
.icondrop .dropdown-menu li a:hover .user-left span {
    color: #fff !important;
}


/* --- Header Css End --- */


/* --- Notification List Css Start --- */

.dropdown .ih-notification {
    font-family: 'Poppins';
    border: 0;
    padding-top: 0;
    max-width: 280px;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    top: 24px !important;
    background: #000000;
}

.ih-notification-desc {
    max-height: 400px;
}

.ih-notification-head h3 {
    font-weight: 500;
    padding: 15px;
    font-size: 14px;
    margin-bottom: 0;
    color: #FFFFFF;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.ih-notification-head h3 a {
    float: right;
    font-size: 12px;
    margin-top: 1px;
    color: #FFFFFF;
    text-transform: capitalize;
}

.ih-notification-head h3 a:hover,
.ih-notification-head h3 a:focus {
    color: var(--text-green);
}

.ih-notification-desc .dropdown-item {
    font-family: 'Poppins';
    display: block;
    font-size: 13px;
    line-height: 1.5;
    padding: 15px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    color: #000000;
}

.ih-notification-desc .dropdown-item:hover,
.ih-notification-desc .dropdown-item:focus {
    background-color: var(--theme-blue);
}

.ih-notification-desc .dropdown-item:last-child {
    border-bottom: 0;
}

.ih-notification-desc .dropdown-item span {
    display: block;
    color: #a5a5a5;
    font-size: 10px;
    padding-top: 0;
}

.ih-notification-desc .mCSB_inside>.mCSB_container {
    margin-right: 0;
}


/* --- Notification List Css End --- */


/* --- Profile Css Start --- */

.profile-drop {
    display: flex;
    justify-content: flex-end;
    list-style: none;
}

.profile-drop .item {
    padding: 0;
    position: relative;
}

.profile-main-drop {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.profile-main-drop .img-block img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50px;
}

.profile-main-drop .profile-content {
    margin-left: 15px;
    text-align: left;
}

.profile-main-drop .profile-content .title {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 15px;
    line-height: normal;
    color: #000000;
    max-width: 120px;
    word-break: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    margin-bottom: 0;
}

.profile-main-drop .profile-content .profile-designation p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #7B7C8A;
    margin: 0;
}

.profile-main-drop .profile-icon {
    position: relative;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
}

.profile-main-drop .profile-icon i {
    font-size: 7px !important;
    color: #000000;
}

.profile-drop .item ul {
    display: none;
    position: absolute;
    top: 65px;
    right: 0;
    z-index: 1;
    width: 224px;
    padding: 0;
    background: #F5F5F5;
    color: #FFFFFF;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}

ul.profile-drop.show ul {
    display: block;
}

.profile-drop .item ul li {
    padding: 0 20px 0 20px;
    border-bottom: none;
    height: 45px;
    margin: 0;
    display: flex;
    align-items: center;
    transition: ease all 0.25s;
}

.profile-drop .item ul li:hover,
.profile-drop .item ul li:focus {
    background: #000000;
}

.profile-drop .item ul li:hover a,
.profile-drop .item ul li:focus a {
    color: #ffffff;
}

.profile-drop .item ul li+li {
    border-top: solid rgba(255, 255, 255, .15) 1px;
}

.profile-drop .item ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.profile-drop .item ul li a {
    font-size: 15px;
    text-decoration: none;
    font-weight: 400;
    color: #000000;
}

.profile-drop .item ul li a i {
    font-size: 16px;
    margin-right: 8px;
    position: relative;
    top: -1px;
}

.profile-main-drop .profile-icon img {
    width: 12px;
}


/* --- Profile Css End --- */


/* --- Content Css Start --- */

.title-wrpae {
    border-bottom: solid 1px #dcdcdc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
}

.alert-row {
    justify-content: center;
}

.main-title {
    color: var(--bg-light-sky-color);
    font-size: 24px;
    font-weight: 400;
    display: block;
    clear: both;
}

a.export-btn {
    color: #454545;
    font-size: 15px;
    border: 1px solid #dcdcdc;
    font-weight: 600;
    border-radius: 5px;
    display: inline-block;
    padding: 6px 24px;
}

a.export-btn:hover {
    background: #454545;
    color: #fff;
}

.main-title h1 {
    font-size: 24px;
    font-weight: 400;
}

.info-box {
    text-align: center;
    background: #fff;
    padding: 18px 15px;
    border-bottom: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
}

.info-box span {
    color: #454545;
    font-size: 14px;
    display: block;
}

.info-box h2 {
    color: var(--bg-light-sky-color);
    font-size: 35px;
    font-weight: 400;
}

table {
    width: 100%;
}

a.reject {
    margin-left: 50px;
}

.table-style tr th {
    background: #f4f6f9;
    border: 1px solid #d8dbde;
    font-size: 14px;
    color: #454545;
    font-weight: 700;
    padding: 6px 20px;
    white-space: nowrap;
}

.table-style tr td i.far.fa-file-pdf {
    font-size: 20px;
}

.table-style tr td {
    border: 1px solid #d8dbde;
    color: #454545;
    padding: 14px 20px;
    white-space: nowrap;
}

.table-style tr td a {
    color: var(--bg-light-sky-color);
    text-decoration: underline;
}

.table-style tr td a:hover {
    text-decoration: none;
}

a.view-all {
    font-size: 15px;
    color: #454545;
    font-weight: 600;
    border: 1px solid #dcdcdc;
    padding: 5px 21px;
    border-radius: 7px;
    max-width: 105px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-bottom: 20px;
}

.f-charge {
    font-weight: 700;
    color: #6DBE75;
}

.m-charge {
    font-weight: 700;
    color: #F4831C;
}

.l-charge {
    font-weight: 700;
    color: #ED1C24;
}

a.view-all:hover {
    background: #454545;
    color: #fff;
}

a.accordion-box.collapsed:hover {
    color: #000;
}

.accordion-box.collapsed {
    background: #dee6d6 url(../images/arrow-down.png) right 14px top 14px no-repeat;
}

.accordion-box {
    background: #dee6d6 url(../images/arrow-up.png) right 14px top 14px no-repeat;
    display: block;
    color: #545454;
    font-size: 20px;
    font-weight: 300;
}

.sub-btn .dropdown {
    margin-left: 10px;
}

.sub-menu {
    background: rgba(217, 217, 217, 0.6);
    display: none;
}

.sub-menu.display {
    display: block;
    margin-top: 10px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.sub-menu .sub-item {
    padding: 15px 20px;
    border-bottom: 1px solid rgba(4, 27, 41, 0.15);
}

.sub-menu .sub-item:hover,
.sub-menu .sub-item.active {
    padding: 15px 20px;
    border-bottom: 1px solid rgba(4, 27, 41, 0.15);
    border-radius: none !important;
    color: #000000;
    background-color: transparent;
}

.sub-menu .sub-item:hover .menu_icon .img-snormal,
.sub-menu .sub-item.active .menu_icon .img-snormal {
    display: none;
}

.sub-menu .sub-item .menu_icon .img-snormal {
    display: block;
}

.sub-menu .sub-item:hover .menu_icon .img-sblack,
.sub-menu .sub-item.active .menu_icon .img-sblack {
    display: block;
}

.sub-menu .sub-item .menu_icon .img-sblack {
    display: none;
}

.sub-menu .sub-item:last-child {
    border-bottom: 0;
}

.sub-btn.active .sub-menu.display .sub-item {
    color: #686868;
    font-weight: 400;
}

.sub-btn.active .sub-menu.display .sub-item.active,
.sub-btn.active .sub-menu.display .sub-item:hover {
    color: #000000;
}

.sub-btn.active .sub-menu.display .sub-item:first-child:hover {
    border-bottom: 1px solid rgba(4, 27, 41, 0.15) !important;
}

.sub-btn.active .sub-menu.display .sub-item {
    color: #686868;
    font-weight: 500;
}

.rotate {
    transform: rotate(90deg);
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
    background: #FCFCFC;
    font-size: 16px;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    min-height: 52px;
    max-height: 52px;
    padding: 0 20px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 10px 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-right: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    margin-top: 0;
}


/* --- Content Css End --- */


/* Display Properties Start */

.hide-sm {
    display: block;
}

.show-sm {
    display: none;
}

.show-md {
    display: none;
}

.show-md {
    display: none;
}


/* Display Properties CSS End */


/* --- Sign In Css Start --- */

.robo_lmain_wrapper {
    position: relative;
    height: calc(100% - 50px);
    top: 25px;
    left: 10px;
    border-radius: 10px;
}

.robo_linner_wrapper {
    position: relative;
}

.robo_lmain_wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 32px);
    width: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(153, 153, 153, 0.85) 100%);
}

.robo_lcontent_area {
    position: absolute;
    bottom: 20%;
    width: 100%;
    text-align: center;
}

.robo_limg-area {
    position: relative;
    top: 15px;
    border-radius: 8px;
    overflow: hidden;
}

.robo_limg-area img {
    height: calc(100vh - 60px);
    width: 100%;
    object-fit: cover;
    object-position: bottom;
    overflow: hidden;
}

.robo_lcontent_inner .robo_lhead {
    font-family: 'Poppins';
    font-size: 45px;
    line-height: 58px;
    font-weight: 500;
    margin-bottom: 5px;
}

.robo_lcontent_inner .robo_lsubhead {
    font-family: 'Poppins';
    font-size: 30px;
    line-height: 43px;
    font-weight: 400;
}

.robo_lmain-form {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.robo_lr_wrapper {
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 50px 165px;
}

.robo_lmain-form .robo_lform-head {
    font-family: 'Poppins';
    font-size: 45px;
    line-height: 58px;
    font-weight: 700;
    margin-bottom: 10px;
}

.robo_lmain-form .robo_lform-subhead {
    font-family: 'Poppins';
    font-size: 36px;
    line-height: 49px;
    font-weight: 400;
    margin-bottom: 40px;
}

.robo_lmain-form .robo_lform_para {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}

.robo_form_lsflex {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.robo_form_lsflex .col-label {
    width: 60%;
}

.col-label .col-link_label {
    font-family: 'Poppins' !important;
    font-size: 18px !important;
    color: #686868 !important;
}

.col-label .col-link_label a {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    text-decoration: underline !important;
}

.col-label .col-link_label a:hover {
    color: rgba(0, 0, 0, 0.9) !important;
}

.robo_form .form-label {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 600;
}

.robo_form_lsflex .col-btn {
    width: 40%;
    text-align: right;
}

.robo_crow .col-auto {
    width: 50%;
}

.robo_duration {
    font-family: 'poppins';
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.robo_btn_resend {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    text-decoration: underline !important;
}

.robo_btn_resend:hover {
    color: rgba(0, 0, 0, 0.9) !important;
}

.robo_form_lsflex .col-12.col-btn {
    width: 100%;
}

.robo_fix_footer {
    position: absolute;
    width: calc(100% - 40px);
    left: 30px;
    bottom: 60px;
    z-index: 2;
}

.robo_copyrights {
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 32px;
    color: #686868;
    text-align: center;
}

.robo_copyrights a {
    color: #000000;
    font-weight: 700;
    text-decoration: none;
}


/* --- Sign In Css End --- */


/* --- Custom Checkbox Css Start --- */

.ih-checkbox {
    position: relative;
    display: block;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
    padding-left: 25px;
    -ms-user-select: none;
    color: var(--text-gray);
    -moz-user-select: none;
    -webkit-user-select: none;
}

.ih-checkbox input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 1px solid rgba(69, 69, 69, 0.5);
}

.ih-checkbox input:checked~.checkmark {
    border-color: transparent;
    background-color: var(--bg-green);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.ih-checkbox input:checked~.checkmark:after {
    display: block;
}

.ih-checkbox .checkmark::after {
    top: -2px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    height: 9px;
    margin: auto;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* --- Custom Checkbox Css End --- */


/* -- Extra Css **/

.verified {
    color: #117847;
    background-color: #DAF5CA;
    padding: 5px 11px;
    border-radius: 50px;
    font-weight: 600;
}

.unverified {
    color: #FE5D5B;
    background-color: #FFD0CF;
    padding: 5px 11px;
    border-radius: 50px;
    font-weight: 600;
}

.baned {
    color: #ED1C24;
    background-color: #F9B0B2;
    padding: 5px 11px;
    border-radius: 50px;
    font-weight: 600;
}

.pending {
    color: #F4831C;
    background-color: rgba(244, 131, 28, 0.15);
    padding: 5px 11px;
    border-radius: 50px;
    font-weight: 600;
}

.content_wrapper {
    position: relative;
    padding: 80px 12px 24px;
}

.bg-grey {
    background-color: rgba(217, 217, 217, 0.15);
    padding: 30px 20px;
    border-radius: 8px;
}

.bg-grey.pad-cust {
    padding: 30px 20px 20px;
}

h2 {
    font-family: 'Poppins';
    font-size: 35px;
    color: #000000;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 30px;
}

h3 {
    font-family: 'Poppins';
    font-size: 24px;
    color: #000000;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 24px;
}

h3.small {
    font-size: 18px;
}

h3.page_title {
    text-transform: capitalize;
}

.white_section {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 0;
}

.element_section {
    box-shadow: 0 5px 32px -5px rgba(0, 0, 0, .12);
}

label.form_label {
    font-size: 15px;
    font-weight: 600;
    color: #1E2021;
    line-height: 20px;
    width: 100%;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.form_field {
    background: #FFFFFF;
    border: solid #E0E0E0 1px;
    width: 100%;
    border-radius: 5px;
    height: 45px;
    font-size: 14px;
    color: #686868;
    font-weight: 500;
    padding: 5px 15px;
    line-height: 24px;
    text-transform: capitalize;
}

.login-form-section {
    display: flex;
    justify-content: center;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 5px 20px -10px rgba(0, 0, 0, .25);
    border-radius: 10px;
}

.login-form-section .main_btn {
    text-transform: uppercase;
    font-weight: 900;
}

textarea.form-control {
    padding: 15px 20px !important;
    color: #212529;
    font-family: 'Poppins';
}

textarea.form-control::placeholder {
    color: #212529;
}

textarea.form_field {
    height: 140px;
    padding: 15px;
    margin-bottom: -7px;
}

.field_list {
    height: auto;
    padding: 15px;
}

.field_list ul {
    list-style: disc;
    padding-left: 20px;
}

.field_list ul li+li {
    margin-top: 5px;
}

.form_field:hover,
.form_field:focus {
    box-shadow: none;
    outline: none;
}

.field+.field {
    margin-top: 20px;
}

.field+.field.submit_btn {
    margin-top: 24px;
}

.btn-primary {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
}

.btn-sm {
    padding: 8px 15px;
}

.btn-md {
    padding: 10px 20px;
}

.robo_backbtn .btn i {
    font-size: 20px;
    margin-right: 10px !important;
}

.robo_backbtn .btn {
    display: inline-flex;
    align-items: center;
}

button.form_btn {
    background: #004077;
    border: none;
    color: #FFFFFF;
    height: 45px;
    padding: 0 35px;
    border-radius: 45px;
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
}

button.form_btn:hover,
button.form_btn:focus {
    background: #0CBBD2;
}


/* --- Close and Menu Icon Css Start --- */

.menu-icon.change {
    transform: rotate(90deg);
}

#sidebar-wrapper .hdtopbar {
    left: 0px;
}

#mainWrapper.toggled #page-content-wrapper .hdtopbar {
    left: 0px;
    width: auto;
}


/* --- Close and Menu Icon Css End --- */

.robo-mod-title {
    font-weight: 600;
    font-family: 'Poppins';
}

.robo_dpopup .modal-header {
    padding: 20px 30px !important;
}

.robo_dpopup .modal-footer {
    padding: 20px 30px !important;
}

.robo_dpopup .modal-body {
    padding: 10px 30px !important;
}

.value-green {
    color: #117847 !important;
}

.value-lightgreen {
    color: #6DBE75 !important;
}

.value-orange {
    color: #F4831C !important;
}

.value-red {
    color: #Ed1c24 !important;
}

.robo_map {
    border-radius: 8px;
    overflow: hidden;
}

.robo_map_sq {
    border-radius: 8px;
    overflow: hidden;
}

.robo_mmap-area {
    border-radius: 6px;
    overflow: hidden;
}

.robo_mmap-area .map-height,
.robo_mmap-area iframe {
    object-fit: cover;
    width: 100%;
}

.robo_map_sq iframe,
.robo_map_sq .map-height {
    max-height: 370px;
    object-fit: cover;
}

.robo-label {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
    color: #5E5E5E;
}

.robo-value {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin-top: 5px;
}

span.strong {
    font-weight: 700;
    font-size: 18px;
}

.mt-n1 {
    margin-top: -2px;
}

.robo-minner-info {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.robo-minner-info .modal-label {
    margin-bottom: 5px;
    font-family: 'Poppins';
    font-size: 14px;
    color: #5E5E5E;
    font-weight: 500;
}

.robo-minner-info .modal-value {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 600;
    color: #1A1A1A;
}

.row-bordered {
    border-bottom: 1px solid rgba(4, 27, 41, 0.15);
}

nav#main-nav {
    height: 100%;
    overflow: auto;
    width: 100%;
    overflow-x: hidden;
}

.table-resposive {
    width: 100%;
    overflow-x: auto;
    border-radius: 8px 8px 0 0;
}

table.table {
    border-color: #E0E0E0;
    margin-bottom: 0;
    border-radius: 10px;
}

table.table tr:last-child td {
    border-bottom: transparent;
}

table.table th {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    font-weight: 600;
    white-space: nowrap;
}

table.table td {
    font-size: 16px;
    line-height: normal;
    color: #000000;
    font-weight: 500;
    padding-left: 30px;
    border-color: #D9DDDF;
}

table.table td a.link {
    color: #161E54;
    text-decoration: underline;
}

table.table td a:hover,
table.table td a:focus {
    text-decoration: none;
}

table.table td.name {
    white-space: nowrap;
}

table.table th+th,
table.table td+td {
    padding-right: 20px;
    padding-left: 20px;
}

table.table th {
    border-bottom-width: 2px;
    padding-top: 15px;
    padding-bottom: 15px;
    height: auto;
    background: #000000;
    color: #FFFFFF;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
    padding-left: 30px;
    height: 60px;
}

table.table td {
    height: 55px;
}

table.table th,
table.table td {
    vertical-align: middle;
}

table tbody tr {
    background: #ffffff;
}

.table-resposive::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.table-resposive::-webkit-scrollbar {
    height: 4px;
    background-color: #F5F5F5;
}

.table-resposive::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #686868;
}

span.green_check {
    color: #00BE0A;
    font-size: 25px;
}

.table_btn {
    background: #004077;
    border: none;
    color: #FFFFFF;
    height: 25px;
    padding: 0 12px;
    border-radius: 28px;
    font-size: 13px;
    line-height: normal;
    font-weight: 400;
    display: flex;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
}

.robo-pagination .page-item {
    background: #ffffff;
    border-right: 1px solid #EBEBEB;
    border-radius: 5px;
    font-family: 'Poppins';
}

.robo-pagination .page-item .page-link {
    padding: 10px 18px;
    border: none;
    color: #686868;
    border-right: 1px solid #EBEBEB;
}

.robo-pagination .page-item.active .page-link {
    color: #ffffff;
    background: #000000;
}

.robo-pagination .page-item.item-b_rad-l .page-link {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.robo-pagination .page-item.item-b_rad-r {
    border-right: 0 !important;
}

.robo-pagination .page-item.item-b_rad-r .page-link {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.item-prev .page-link,
.item-next .page-link {
    background: transparent;
    border: none;
    color: #686868;
    font-family: 'Poppins';
    font-weight: 500;
    text-decoration: underline;
}

.item-prev .page-link:hover,
.item-next .page-link:hover {
    color: #000000;
}

a.table_btn {
    text-decoration: underline;
}

.table_btn:hover,
.table_btn:focus {
    background: #0CBBD2;
    color: #FFFFFF;
}

button.table_btn.primary_color {
    text-decoration: none;
    background: #0CBBD2;
}

button.table_btn.primary_color:hover,
button.table_btn.primary_color:focus {
    background: #004077;
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 1;
    background: transparent;
    z-index: 9999;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    background: transparent;
    height: 100%;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
    background: #DDDDDD;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #DDDDDD !important;
    border-radius: 0;
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
    height: calc(100% - 80px);
    margin-top: 80px;
    width: 4px;
    background: transparent;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
    background: transparent;
}

.card-column {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 30px;
    height: 100%;
    align-items: flex-start;
    flex-direction: column;
    box-shadow: 0 4px 12px 0px rgba(0, 0, 0, .10);
}

.card-column .content-left {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}

.card-column .link-list {
    margin-top: 5px;
}

.content-left .driver-status .pending,
.content-left .driver-status .verified,
.content-left .driver-status .unverified {
    padding: 5px 20px;
    font-size: 14px;
    border-radius: 5px;
}

.card-column .content-left .link {
    margin-top: auto;
    padding-top: 25px;
}

.card-column.card-large {
    height: 100%;
}

.content-left {
    width: calc(100% - 55px);
    margin-right: 5px;
}

.card-column p {
    margin-bottom: 5px;
    font-size: 20px;
    color: #000000;
    line-height: normal;
    font-family: 'Poppins';
    font-weight: 600;
}

.card-column h2 {
    font-family: 'Poppins';
    font-size: 30px;
    color: #000000;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 15px;
}

.card-column .link {
    color: #000000;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
}

.card-column .link i {
    margin-left: 5px;
}

.card-column h4.large {
    font-weight: 700;
}

.driver-farea .robo_form label {
    font-size: 16px;
    font-weight: 600;
}

.driver-farea .robo_form .btn-form {
    padding: 10px 25px;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
}

.driver-farea .robo_form_lsflex {
    margin-top: 10px;
}

.driver-farea.form-disabled {
    position: relative;
}

.driver-farea.form-disabled:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000000;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.08;
    border-radius: 10px;
}

.right-icon {
    min-width: 80px;
    min-height: 80px;
    max-width: 80px;
    max-height: 80px;
    background: rgba(217, 217, 217, 0.3);
    border-radius: 12px;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.simple-btn {
    background: #EEEEEE;
    border: none;
    width: auto;
    padding: 0;
    height: 35px;
    font-size: 20px;
    color: #9A9A9A;
    width: 35px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.simple-btn:focus {
    color: #000000;
}

.card-images img {
    width: 55px;
    height: 70px;
    object-fit: cover;
}

span.comments-table span {
    display: contents;
}

.table-arrow {
    font-size: 7px;
    margin-left: 10px;
}

span.comments-table span {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 35px;
    font-size: 14px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
    text-transform: capitalize;
}

span.comments-table {
    position: relative;
    width: 200px;
    display: block;
}

span.comments-table.show span {
    display: contents;
}

a.view-btn {
    color: #E69C31;
    text-decoration: underline;
}

.show a.view-btn {
    margin-left: 5px;
}

select.table-select {
    width: 110px;
    height: 28px;
    border-radius: 5px;
    border: solid rgba(0, 0, 0, 0.15) 1px;
    padding: 2px 5px;
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    outline: none;
}

select.table-select.warning {
    background: #FFBC5B;
}

select.table-select.success {
    background: #8CF34D;
}

select.table-select.danger {
    background: #F93434;
    color: #FFFFFF;
}


/** login page **/

.robo_icon_field {
    position: relative;
}

.robo_icon_field .form-icon {
    position: absolute;
    left: 0;
    height: 52px;
    width: 52px;
    border: none;
    z-index: 1;
    top: 0;
    background: transparent;
    color: #000000;
    font-size: 14px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.robo_icon_field .form-control {
    padding: 0 40px !important;
}

body .login_signup {
    background: #F7F7F7;
}

.login_signup input.form_field {
    height: 44px;
}

.login_signup {
    min-height: 100vh;
}

.login_bg {
    background: #072E46;
    border-radius: 0 10px 10px 0;
    max-width: 440px;
    width: 100%;
    overflow: hidden;
    min-height: 500px;
}

.login_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.selectpicker span.current {
    top: 5px;
    position: relative;
    font-weight: 500;
    color: #000000;
}

.robo_form .buttons .btn-primary {
    margin-right: 15px;
}

.form_page {
    max-width: 440px;
    width: 100%;
    background: #ffffff;
    padding: 30px 40px;
    box-shadow: 0 20px 50px 0px rgba(0, 0, 0, .05);
    border-radius: 10px 0 0 10px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.top_title h3.page_title {
    font-size: 20px;
    text-align: left;
    color: #041B29;
    margin-bottom: 5px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 900;
}

.page_title_sm {
    font-size: 18px;
}

.top_title h4 {
    text-align: left;
    font-size: 16px;
    line-height: normal;
    color: #072E46;
    font-weight: 500;
}

.login_signup label.form_label {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 0.5px;
}

.login_signup {
    display: flex;
    align-items: center;
    justify-content: center;
}

.field span {
    position: relative;
    width: 100%;
}

.form_section .field span i,
.icon-view i {
    position: absolute;
    right: 0;
    font-size: 15px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    border-radius: 0 5px 5px 0;
    color: #041B29;
}

.main-password {
    position: relative;
}

.form_section input.form_field {
    padding-right: 45px;
    border-radius: 5px;
    border: none;
    background: #eeeeee;
}

span.checkbox {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
}

body.white_bg {
    background: #ffffff;
}

.login_signup .form_section p {
    font-size: 13px;
    color: #FFFFFF;
    font-weight: 400;
}

.login_signup .form_section p a {
    color: #041B29;
    text-decoration: none;
}

.login_signup .form_section p a:hover,
.login_signup .form_section p a:focus {
    color: #072E46;
    text-decoration: underline;
}


/** login page end **/


/** checkbox css **/

.checkbox {
    display: block;
}

.checkbox+a.link {
    display: flex;
    width: 100%;
    line-height: 18px;
}

.checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkbox label {
    position: relative;
    cursor: pointer;
    font-size: 15px;
    color: #686868;
    font-weight: 500;
    line-height: normal;
}

.checkbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #ccc;
    padding: 0;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    margin-top: -2px;
}

td .checkbox label:before {
    margin-top: 0;
}

.checkbox input:checked+label:before {
    border-color: #E69C31;
    background-color: #E69C31;
}

.checkbox input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.7 0.294118C13.3 -0.0980392 12.7 -0.0980392 12.3 0.294118L4.8 7.64706L1.7 4.60784C1.3 4.21569 0.7 4.21569 0.3 4.60784C-0.1 5 -0.1 5.58824 0.3 5.98039L4.1 9.70588C4.3 9.90196 4.5 10 4.8 10C5.1 10 5.3 9.90196 5.5 9.70588L13.7 1.66667C14.1 1.27451 14.1 0.686274 13.7 0.294118Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center center;
}

table td .checkbox input:checked+label:after {
    top: 0px;
}


/** checkbox css end **/

button.form_btn {
    background: #004077;
    border: none;
    color: #FFFFFF;
    height: 45px;
    padding: 0 35px;
    border-radius: 45px;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
}

button.form_btn:hover,
button.form_btn:focus {
    background: #E69C31;
}

.main_btn {
    background: #E69C31;
    border: none;
    color: #041B29;
    min-height: 45px;
    padding: 5px 20px;
    border-radius: 10px;
    font-size: 14px;
    line-height: normal;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    min-width: 170px;
}

.main_btn.secondary {
    border-color: #041B29;
    background: transparent;
    border: solid #041B29 1px;
    color: #041B29;
}

.main_btn.secondary:hover,
.main_btn.secondary:focus {
    background-color: #E69C31;
    border-color: #E69C31;
    color: #FFFFFF;
}

.column-bg-shadow form {
    position: relative;
}

.column-bg-shadow form .buttons {
    position: absolute;
    left: 0;
    bottom: -130px;
    padding-bottom: 24px;
}

.main_btn.v2 {
    background: #0CBBD2;
}

.main_btn.v2:hover,
.main_btn.v2:focus {
    background: #E69C31;
}

.main_btn span {
    margin-left: 10px;
    margin-top: -1px;
}

.main_btn:hover,
.main_btn:focus {
    background: #D88D21;
    color: #FFFFFF;
}


/** profile section **/

.profile_img_section {
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    padding: 0 15px;
}

.profile_edit {
    position: relative;
}

.profile_img_section img.flex-shrink-0 {
    margin-right: 0;
    width: 130px;
    height: 130px;
    border-radius: 130px;
    object-fit: cover;
}

.profile_edit span.edit_icon {
    background-color: #072E46;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    position: absolute;
    top: 10px;
    right: 8px;
    font-size: 12px;
    color: #ffffff;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #000000;
}

.nice-select .list {
    width: 100%;
}

.nice-select .option {
    font-weight: 500;
    padding-left: 15px;
    padding-right: 30px;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f9f9f9;
}

.nice-select:after {
    background-image: url(../images/arrow-down-select.svg);
}

.nice-select:after {
    background-image: url(../images/arrow-down-select.svg);
    border-bottom: none;
    border-right: none;
    width: 15px;
    height: 10px;
    background-size: auto 6px;
    transform: none;
    background-repeat: no-repeat;
    background-position: center center;
    transform: rotateX(0deg);
    top: 18px;
}

.nice-select.open:after {
    transform: rotateX(180deg);
    top: 15px;
}

.readonly-input {
    border: none;
    color: #181818;
    font-weight: 500;
    font-size: 15px;
    width: 100%;
    margin-top: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.login-form-section .form_section {
    margin-top: 20px;
}

.cc-form-label span {
    color: #FF0000;
    margin-left: 2px;
    font-size: 15px;
}


/** profile section end **/


/** tabbar style **/

.tab-head {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.08);
    margin-top: 20px;
    margin-bottom: 30px;
}

div#nav-tab {
    border: none;
}

.tab-head div#nav-tab ul {
    width: 100%;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}

.tab-head div#nav-tab ul li {
    width: 100%;
    border: none;
    position: relative;
}

.tab-head div#nav-tab ul li a {
    border: none;
    margin: 0;
    color: #072E46;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    transition: ease all 0s;
    border-radius: 0;
}

.tab-head div#nav-tab ul li+li {
    border-left: solid rgba(0, 0, 0, 0.08) 1px;
}

.tab-head div#nav-tab ul li a.nav-link.active {
    background: #072E46;
    color: #ffffff;
}

.tab-head div#nav-tab ul li a.nav-link.active::after {
    background: #072E46;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    bottom: -8px;
    left: calc(50% - 8px);
    z-index: 1;
    content: "";
    transform: rotate(45deg);
    border-radius: 4px 0 4px 0;
}


/**tabbar style end **/

.multisteps-form__progress {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.multisteps-form__progress-btn {
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
    position: relative;
    padding-top: 20px;
    color: rgba(108, 117, 125, 0.7);
    border: none;
    background-color: transparent;
    outline: none !important;
    cursor: pointer;
}

.step-circle {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 50px;
    height: 50px;
    content: '';
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    border-radius: 50%;
    background-color: #072E46;
    box-sizing: border-box;
    z-index: 1;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.multisteps-form__progress-btn:after {
    position: absolute;
    top: 22px;
    left: calc(-50% - 13px / 2);
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
    display: block;
    width: 100%;
    height: 8px;
    content: '';
    background-color: #072E46;
    z-index: 0;
}

.multisteps-form__progress-btn:first-child:after {
    display: none;
}

.multisteps-form__progress-btn.js-active {
    color: #007bff;
}

.multisteps-form__progress-btn.js-active:before {
    -webkit-transform: translateX(-50%) scale(1.2);
    transform: translateX(-50%) scale(1.2);
    background-color: #072E46;
}

.multisteps-form__form {
    position: relative;
}

.multisteps-form__panel.js-active {
    height: auto;
    opacity: 1;
    visibility: visible;
}


/* .multisteps-form__panel[data-animation="scaleIn"] {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.multisteps-form__panel[data-animation="scaleIn"].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -webkit-transform: scale(1);
          transform: scale(1);
} */

.multisteps-form__panel[data-animation="fade"] {
    -webkit-animation: fadeInRight 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fadeInRight 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.multisteps-form__panel[data-animation="fade"].js-active {
    -webkit-animation: fadeInLeft 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fadeInLeft 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}


/*---- CUSTOM ANIMATION ----*/

.fadeInRight {
    -webkit-animation: fade-in-right 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-right 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fadeInRight {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeInRight {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

.fadeInLeft {
    -webkit-animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fadeInLeft {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeInLeft {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

.step-section {
    max-width: 375px;
    margin: 10px auto 0;
    width: 100%;
    position: relative;
}

.step-section .progress {
    height: 8px;
    background: #072E46;
    border-radius: 8px;
    width: calc(100% - 20px);
    position: absolute;
    top: 22px;
    z-index: 0;
    margin: 0 auto;
    left: 10px;
}

.steps {
    position: relative;
    z-index: 1;
}

.multisteps-form__progress {
    max-width: 720px;
    margin: 10px auto 0;
}

.step-container {
    display: flex;
    justify-content: space-between;
}

.step-heading h3 {
    font-size: 16px;
    font-weight: 700;
}

.step-heading {
    text-align: center;
    margin-top: 40px;
}

.multisteps-form__progress {
    max-width: 720px;
    margin: 10px auto 0;
}

.step-container .steps:first-child .step-circle {
    float: left;
}

.step-container .steps:last-child .step-circle {
    float: right;
}

.step-line {
    position: absolute;
    top: 16px;
    left: 50px;
    width: calc(100% - 100px);
    height: 2px;
    background-color: #007bff;
    z-index: -1;
}

#multi-step-form {
    overflow-x: hidden;
}

.card-heading-column {
    background: #E8F6FF;
    margin: -24px -24px 0;
    display: flex;
    align-items: center;
    padding: 15px 24px;
    border-bottom: solid #C6D5DF 1px;
    border-radius: 10px 10px 0 0;
}

.card-footer-column {
    margin: 20px -24px -24px;
    padding: 15px 24px;
    border-top: solid rgba(0, 0, 0, 0.08) 1px;
    border-radius: 0 0 10px 10px;
}

.card-heading-column h3.small {
    margin: 0;
    line-height: normal;
}

.customer-profile {
    max-width: 100px;
    max-height: 110px;
    height: 100%;
    min-height: 110px;
}

.customer-profile>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.table_style_2 table.table th {
    background: #ffffff;
    color: #041B29;
    font-weight: 800;
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    height: auto;
    padding-left: 20px;
}

.table_style_2 table.table td {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.table_style_2 table.table td span p {
    font-size: 13px;
}

.table_style_2 table.table td.large {
    font-size: 16px;
    font-weight: 800;
    color: #072E46;
}

img.cards-img {
    height: 50px;
    box-shadow: 0 4px 4px 0px rgba(0, 0, 0, .3);
}

img.cards-img {
    margin-right: -12px;
}

a.card-popup-toggle {
    background: #072E46;
    height: 50px;
    display: flex;
    width: 40px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    box-shadow: 0 4px 4px 0px rgba(0, 0, 0, .3);
}

.table_style_2 table.table {
    min-width: 1090px;
}

.rev-card {
    background: #FFFFFF;
    border-radius: 8px;
    height: 100%;
    align-items: flex-end;
    box-shadow: 0 4px 12px 0px rgba(0, 0, 0, .10);
    padding: 20px 0;
}

.rev-header {
    padding: 0 20px;
    border-bottom: 1px solid rgba(4, 27, 41, 0.15);
}

.rev-content {
    padding: 15px 20px 0;
}

.rev-content h2.large {
    margin-bottom: 0;
}

.rev-header p.large {
    font-family: 'poppins';
    font-size: 18px;
    font-weight: 500;
    color: #434343;
}


/* -- Extra Css End **/


/* -- Chatbot Css Start -- */

.message-area {
    padding: 0;
    margin: 0;
}

.chat-area {
    position: relative;
    width: 100%;
    border-radius: 10px;
    height: calc(100vh - 176px);
}

.chatlist {
    outline: 0;
    height: 100%;
    overflow: hidden;
    max-width: 440px;
    float: left;
    padding: 20px;
    width: 35%;
    margin-right: 20px;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 0 50px -10px rgba(0, 0, 0, 0.08);
}

.chat-area .modal-content {
    border: none;
    border-radius: 0;
    outline: 0;
    height: 100%;
}

.chat-area .modal-dialog-scrollable {
    height: 100% !important;
}

.chatbox {
    width: auto;
    overflow: hidden;
    height: 100%;
    background: #ffffff;
    box-shadow: 0 0 50px -10px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

.chatbox .modal-dialog,
.chatlist .modal-dialog {
    max-width: 100%;
    margin: 0;
}

.msg-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chat-area .form-control:focus {
    outline: 0;
    box-shadow: inherit;
}

a.add img {
    height: 36px;
}

.chat-area .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    align-items: center;
    justify-content: space-between;
    flex-wrap: inherit;
}

.chat-area .nav-tabs .nav-item {
    width: 100%;
}

.chat-area .nav-tabs .nav-link {
    width: 100%;
    color: #180660;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.chat-area .nav-tabs .nav-item.show .nav-link,
.chat-area .nav-tabs .nav-link.active {
    color: #222;
    background-color: #fff;
    border-color: transparent transparent #000;
}

.chat-area .nav-tabs .nav-link:focus,
.chat-area .nav-tabs .nav-link:hover {
    border-color: transparent transparent #000;
    isolation: isolate;
}

.chat-list h3 {
    color: #072E46;
    font-size: 16px;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0;
    width: calc(100% - 75px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.chat-list p {
    color: #181818;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chat-list a.d-flex {
    margin-top: 15px;
    position: relative;
    text-decoration: none;
    background: rgba(236, 239, 241, 1);
    border-radius: 10px;
    padding: 15px;
}

.chat-list .active {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    bottom: 3px;
    left: 34px;
    height: 12px;
    width: 12px;
    background: #00DB75;
    border-radius: 50%;
    border: 2px solid #fff;
}

.chat-list a.active-chat {
    background: #072E46;
    color: #ffffff;
}

.chat-list a.active-chat h3 {
    color: #ffffff;
}

.chat-list a.active-chat p {
    color: #ffffff;
}

.chat-list a.active-chat span.date-status {
    color: #ffffff;
}

.chat-list a.active-chat img.img-fluid {
    background: #fff;
    border-radius: 35px;
    padding: 1px;
}

span.date-status {
    color: #5B5B5B;
    position: absolute;
    right: 15px;
    font-size: 13px;
    line-height: normal;
    top: 15px;
}

.msg-head h3 {
    color: #041B29;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0;
    margin-left: 10px;
}

.msg-head img.profile-icon {
    width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 45px;
}

.msg-head p {
    color: #5B5B5B;
    font-size: 14px;
    font-weight: 600;
}

.msg-head {
    padding: 20px 25px;
    border-bottom: 1px solid rgba(4, 27, 41, 0.15);
}

.moreoption {
    display: flex;
    align-items: center;
    justify-content: end;
}

.moreoption .navbar {
    padding: 0;
}

.moreoption li .nav-link {
    color: #222;
    font-size: 16px;
}

.moreoption .dropdown-toggle::after {
    display: none;
}

.moreoption .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: auto;
    right: 0;
    margin-top: 0.125rem;
}

.msg-body ul {
    overflow: hidden;
}

.msg-body ul li {
    list-style: none;
    margin: 20px 0;
}

.msg-body ul li.chat-profile-info {
    padding: 15px 20px;
}

span.chat-user-info {
    width: 85px;
    height: 85px;
    background: #ffffff;
    padding: 5px 10px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

span.chat-user-info img {
    height: 75px;
    object-fit: cover;
    width: auto;
    max-width: 100%;
}

li.chat-profile-info h4 {
    font-size: 18px;
    color: #181818;
    line-height: normal;
    font-weight: 800;
    margin: 0 0 5px 0;
}

.chat-profile-info p {
    color: #5B5B5B;
    margin: 0;
    font-weight: 600;
}

.chat-profile-info p span {
    color: #181818;
}

.msg-body ul li.sender {
    display: block;
    width: 100%;
    position: relative;
    padding: 0 25px;
}

.msg-body ul li.sender p {
    color: #ffffff;
    font-size: 15px;
    line-height: normal;
    font-weight: 500;
    padding: 15px 15px;
    background: #072E46;
    display: inline-block;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-bottom: 0;
    min-width: 180px;
    text-align: center;
    margin-top: 4px;
}

.msg-body ul li.repaly {
    display: block;
    width: 100%;
    text-align: right;
    position: relative;
    padding: 0 25px;
}

.msg-body ul li.repaly p {
    color: #041B29;
    font-size: 15px;
    line-height: normal;
    font-weight: 600;
    padding: 15px 15px;
    background: #E69C31;
    display: inline-block;
    border-top-left-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 50px;
    margin-bottom: 0;
    min-width: 180px;
    text-align: center;
    border-bottom-left-radius: 50px;
}

.msg-body img.profile-icon {
    width: 25px;
    height: 25px;
    object-fit: cover;
    margin-right: 5px;
}

.msg-body ul li.sender h3 {
    font-size: 14px;
    line-height: normal;
    color: #181818;
    font-weight: 600;
}

.time {
    display: block;
    color: #5B5B5B;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 600;
    margin-top: 2px;
}

li.repaly .time {
    margin-right: 20px;
}

.divider {
    position: relative;
    z-index: 1;
    text-align: center;
}

.msg-body h6 {
    text-align: center;
    font-size: 16px;
    line-height: normal;
    color: #5B5B5B;
    background: #fff;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 0;
    font-weight: 600;
}

.send-box {
    padding: 15px;
    border-top: 1px solid #ccc;
}

.send-box form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.send-box button i {
    margin-right: 5px;
}

.message-area * ::-webkit-scrollbar {
    width: 0;
    display: none;
}

li.chat-profile-info {
    background: rgba(7, 46, 70, 0.08);
    position: sticky;
    top: 0;
}

.edit-button {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
}

input#inlineFormInputGroup {
    background: #FFFFFF;
    border: 1px solid rgba(4, 27, 41, 0.15);
    border-radius: 10px;
    color: #9A9A9A;
}

#slider .carousel-inner {
    padding: 10px 10px;
    margin-top: 10px;
}

div#slider .carousel-item {
    padding: 10px 30px;
}

div#slider button>i.demo-icon {
    font-size: 32px;
    color: #000;
    opacity: 1;
}

div#slider .carousel-item {
    width: 100%;
    background: #ffffff;
    text-align: center;
}


/* -- Chatbot Css End -- */


/* ----- Responsive Css ----- */

@media only screen and (min-width: 414px) {
    #mainWrapper.toggled #page-content-wrapper .hdtopbar {
        width: 100%;
    }
}

@media only screen and (min-width: 500px) {
    .profile-drop .item {
        border: none;
    }
    .multisteps-form__progress-btn {
        text-indent: 0;
    }
}

@media only screen and (min-width: 992px) {
    .search_bar_toggle {
        display: none;
    }
}

@media only screen and (min-width: 1100px) {
    .menu-icon {
        width: 38px;
        height: 38px;
        border-radius: 8px;
        font-size: 15px;
        margin-right: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .user-left {
        margin-left: 53px;
    }
    .arrow_box {
        margin-top: 3px;
    }
    #mainWrapper {
        padding-left: 340px;
    }
    #mainWrapper.toggled {
        padding-left: 0;
    }
    #sidebar-wrapper {
        width: 310px;
    }
    #mainWrapper.toggled #sidebar-wrapper {
        width: 0;
    }
    #mainWrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
    .login_signup {
        height: 100%;
    }
    .column-bg-shadow {
        padding: 30px;
    }
    .form-control:not(textarea) {
        height: 45px;
    }
    .nice-select:after {
        top: 21px;
    }
    .nice-select.open:after {
        top: 18px;
    }
    .tab-head div#nav-tab ul li {
        width: 25%;
    }
    .tab-head div#nav-tab ul li:first-child a {
        border-radius: 10px 0 0 10px;
    }
    .tab-head div#nav-tab ul li:last-child a {
        border-radius: 0 10px 10px 0;
    }
    .chatlist {
        width: 30%;
    }
}

@media only screen and (max-width:1500px) {
    .robo_map_sq iframe,
    .robo_map_sq .map-height {
        min-height: 300px;
        /* max-height: 375px; */
        object-fit: cover;
    }
}

@media (min-width: 1400px) {
    .readonly-input {
        width: calc(100% - 190px);
        margin-top: 0;
    }
    .column-bg-shadow form .buttons {
        bottom: -140px;
    }
    li.chat-profile-info h4 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1800px) {
    table.table th+th,
    table.table td+td {
        padding-right: 30px;
    }
}

@media only screen and (max-width: 1440px) {
    /* Login/Register/Reset/Forgot css start */
    .robo_lr_wrapper {
        padding: 50px 65px;
    }
}

@media only screen and (max-width: 1200px) {
    .show-md {
        display: block;
    }
    /* Extra Css */
    .card-column {
        padding: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    body.footer-relative .robo_fix_footer {
        position: relative;
        bottom: 0;
    }
    /* Login/Register/Reset/Forgot css start */
    .otp-form {
        margin-top: 0px;
    }
    .robo_limg-area img {
        height: 100%;
        width: 100%;
    }
    .robo_lcontent_area {
        bottom: 60%;
    }
    .robo_lmain_wrapper {
        left: 0;
    }
    .robo_lr_wrapper {
        position: relative;
        padding: 50px 65px;
        width: 100%;
        margin-top: -650px;
        top: unset;
        height: auto;
    }
    .robo_lmain-form {
        width: 100%;
        background: #ffffff;
        padding: 55px 65px;
        border-radius: 15px;
        box-shadow: 0 2px 50px 1px rgba(64, 60, 67, 0.20);
        justify-content: flex-start;
    }
    .robo_form .form-label {
        font-size: 20px;
    }
    .col-link_label {
        font-size: 20px;
    }
    .robo_fix_footer {
        position: absolute;
        bottom: 80px;
        width: calc(100% - 40px);
        left: 20px;
    }
    .robo_copyrights {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1100px) {
    .robo_lcontent_area {
        bottom: 75%;
    }
    .robo_lr_wrapper {
        margin-top: -750px;
    }
}

@media only screen and (max-width: 1024px) {
    .table-style-white table,
    .role-permission .form-group,
    .user-type,
    .left-search.m-admin.block-search,
    .Ingredients-search .left-search,
    .search-icon.r-approval .left-search,
    .search-icon.r-approval input[type="search"],
    .form-group.title-style,
    .invoice-type,
    .search-icon.full-widht input[type="search"],
    .left-search.full-width,
    .invoice-search select,
    .cs .left-search,
    .calender-view select,
    .ccl .left-search,
    .left-d select {
        width: 100%;
    }
    .profile-main-drop .profile-content .title {
        font-size: 13px;
        line-height: 18px;
        max-width: 60px;
    }
    .navbar-right {
        margin-left: 10px;
    }
    .profile-drop .item ul li a {
        font-size: 14px;
    }
    .profile-drop .item ul li {
        height: 42px;
    }
    .robo_lr_wrapper {
        margin-top: -700px;
    }
}

@media only screen and (max-width:991px) {
    /* General CSS */
    .robo_fix_footer {
        position: absolute;
        bottom: -50px;
        width: calc(100% - 40px);
        left: 20px;
    }
    .robo_copyrights {
        font-size: 22px;
    }
    .show-sm {
        display: none;
    }
    .hide-sm {
        display: block;
    }
    /* Login/Register/Reset/Forgot css start */
    .otp-form .form-control {
        height: 55px;
        width: 55px;
    }
    .robo_lcontent_area {
        bottom: 65%;
    }
    .robo_lmain-form {
        padding: 55px 45px;
    }
    .robo_lr_wrapper {
        position: relative;
        padding: 50px 65px;
        width: 100%;
        margin-top: -450px;
        top: unset;
    }
    .robo_lmain-form .robo_lform-subhead {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .robo_form_lsflex {
        flex-wrap: wrap;
        margin-top: 25px;
    }
    .robo_lmain-form .robo_lform-head {
        font-size: 30px;
        line-height: 45px;
    }
    .robo_form_lsflex .col-label {
        width: 100%;
    }
    .robo_form_lsflex .col-btn {
        width: 100%;
        margin-top: 0px;
        text-align: left;
    }
    .robo_fix_footer {
        bottom: 0;
        margin-top: 20px;
    }
    .robo_fix_footer .robo_linner-copyrights {
        /* padding-bottom: 50px; */
        padding-bottom: 0;
    }
    /* Login/Register/Reset/Forgot css End */
    .search_bar_top {
        width: 100%;
        position: absolute;
        top: 70px;
        left: 0;
        background: #ffffff;
        padding: 10px;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
        border-radius: 0 0 8px 8px;
        display: none;
        max-width: 100%;
    }
    .search_bar_top.show {
        display: block;
    }
    .search_bar_top form {
        max-width: 100%;
    }
    .login_bg {
        display: none;
    }
    .form_page {
        border-radius: 10px;
    }
    .login-form-section {
        box-shadow: none;
    }
    .form_page {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width:767px) {
    .robo_lcontent_area {
        bottom: 70%;
    }
    .robo_lr_wrapper {
        margin-top: -375px;
    }
    .row-bordered {
        border-bottom: 0px solid rgba(4, 27, 41, 0.15);
        margin-bottom: 0 !important;
    }
    /* Login/Register/Reset/Forgot css start */
    .robo_lr_wrapper {
        padding: 30px 65px;
    }
    .robo_lcontent_inner img {
        margin-bottom: 30px !important;
    }
    .robo_lcontent_area {
        bottom: 65%;
    }
    .robo_lmain-form .robo_lform-head {
        font-size: 36px;
    }
    .robo_lmain-form .robo_lform-subhead {
        font-size: 30px;
    }
    /* Login/Regiuster/Reset/Forgot Css End */
    .logo img {
        max-width: 145px;
    }
    .logo {
        min-height: 70px;
    }
    .hdtopbar {
        min-height: 70px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .hd-right-icon {
        padding-right: 0;
    }
    #mainWrapper.toggled {
        padding-left: 0;
    }
    #sidebar-wrapper {
        padding-top: 70px;
    }
    .mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
    .mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
        height: calc(100% - 70px);
        margin-top: 70px;
    }
    .sm-blue a {
        font-size: 13px;
    }
    .search_bar_top {
        top: 70px;
    }
    .menu-icon.change {
        transform: rotate(0deg);
    }
    .form_page {
        padding-left: 20px;
        padding-right: 20px;
    }
    h3.page_title {
        margin-bottom: 20px;
        margin-top: 0;
    }
    .bar1,
    .bar2,
    .bar3 {
        opacity: 1;
        margin: 5px 0;
        transform: rotate(0) translate(0);
        -webkit-transform: rotate(0) translate(0);
    }
    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-4px, 3px);
    }
    .change .bar2 {
        opacity: 0;
    }
    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-7px, -6px);
    }
    .content_wrapper {
        position: relative;
        padding: 60px 10px 20px;
    }
    .form_field {
        height: 42px;
    }
    .field_list {
        height: auto;
    }
    textarea.form_field {
        height: 90px;
    }
    .profile-drop .item ul {
        top: 60px;
    }
    .dropdown .ih-notification {
        top: 19px !important;
    }
    /* --- Chatbot Css */
    .chat-area {
        height: auto;
        margin-right: 0;
    }
    .chat-icon {
        display: block;
        margin-right: 5px;
    }
    .chatlist {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .chatbox {
        width: 100%;
        margin-top: 0;
    }
    .showbox {
        left: 0 !important;
        transition: all 0.5s ease;
    }
    .msg-head h3 {
        font-size: 14px;
    }
    .msg-head p {
        font-size: 12px;
    }
    .msg-head .flex-shrink-0 img {
        height: 30px;
    }
    .send-box button {
        width: 28%;
    }
    .send-box .form-control {
        width: 70%;
    }
    .chat-list h3 {
        font-size: 14px;
    }
    .chat-list p {
        font-size: 12px;
    }
    .msg-body ul li.sender p {
        font-size: 13px;
        padding: 8px;
    }
    .msg-body ul li.repaly p {
        font-size: 13px;
        padding: 8px;
    }
    /* --- Chatbot Css End */
}

@media only screen and (max-width: 640px) {
    a.back-arrow i.fas.fa-arrow-left {
        font-size: 20px;
        top: 7px;
    }
    .hd-right-icon small {
        display: none;
    }
    .current-cookdate li.nav-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    li.nav-item {
        width: 100%;
        margin-bottom: 10px !important;
    }
}

@media only screen and (max-width: 575px) {
    .show-sm {
        display: block;
    }
    .hide-sm {
        display: none;
    }
    /* Extra Css Start */
    .content_wrapper {
        padding: 60px 0 20px;
    }
    .bg-grey {
        padding: 30px 10px;
    }
    /* Extra Css End */
    /* Login/Register/Reset/Forgot css start */
    .robo_lcontent_inner img {
        max-width: 200px;
    }
    .robo_form .form-label {
        font-size: 14px;
    }
    .cc-form-label {
        font-size: 14px;
    }
    .otp-form .form-control {
        height: 45px;
        width: 45px;
        max-height: 45px;
        min-height: 1px;
        padding: 0 !important;
    }
    .btn-form {
        padding: 15px 15px;
    }
    .robo_lmain_wrapper {
        top: 100px;
    }
    .robo_lcontent_inner .robo_lhead {
        font-size: 28px;
        line-height: 40px;
    }
    .robo_lcontent_inner .robo_lsubhead {
        font-size: 22px;
        line-height: 28px;
    }
    .robo_lr_wrapper {
        padding: 30px 15px;
        margin-top: -150px;
    }
    .robo_lmain-form {
        padding: 35px 20px;
    }
    .robo_lmain-form .robo_lform-head {
        font-size: 24px;
        line-height: 32px;
    }
    .robo_lmain-form .robo_lform-subhead {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .robo_fix_footer {
        padding-bottom: 20px;
    }
    .robo_copyrights {
        font-size: 18px;
    }
    .robo_form_lsflex {
        flex-wrap: wrap;
        margin-top: 25px;
    }
    .robo_form_lsflex .col-label {
        width: 100%;
    }
    .robo_form_lsflex .col-btn {
        width: 100%;
        margin-top: 0px;
        text-align: start;
    }
    .col-label .col-link_label a {
        font-size: 18px;
    }
    .nice-select:after {
        top: 25px;
    }
    /* Login/Register/Reset/Forgot css End */
    .ih-signin-form {
        padding: 20px 15px;
    }
    .ih-sigin-border img {
        width: 150px;
    }
    .form-control,
    .ih-checkbox {
        font-size: 14px;
    }
    .ih-forgot-link a {
        display: block;
    }
    header.hdtopbar ul.topbar_icons li {
        margin-right: 0;
    }
    header.hdtopbar ul.topbar_icons li+li {
        margin-left: 5px;
    }
    header.hdtopbar ul.topbar_icons li span.fas.fa-search {
        font-size: 15px;
    }
    label.form_label {
        font-size: 14px;
    }
    .search_bar_top input {
        font-size: 14px;
    }
    .profile-main-drop .profile-content {
        display: none;
    }
}

@media (max-width: 420px) {
    /* Login/Register/Reset/Forgot css start */
    .robo_limg-area img {
        height: 100%;
    }
    /* Login/Register/Reset/Forgot css End */
    .otp-form .form-control {
        height: 40px;
        width: 40px;
        max-height: 40px;
        min-height: 1px;
    }
    .menu-icon {
        width: 25px;
        height: 25px;
        border-radius: 5px;
        font-size: 10px;
        margin-right: 10px;
    }
    .logo img {
        max-width: 115px;
    }
    .hd-right-icon i.demo-icon {
        font-size: 15px;
    }
    .dropdown.icondrop {
        margin-right: 2px;
    }
    .notification-status {
        width: 8px;
        height: 8px;
    }
    ul.topbar_icons a.down-arrow-icon span.notification-status {
        left: calc(50% - 4px);
    }
    .profile-main-drop .profile-icon {
        margin-left: 0;
    }
    .profile-main-drop .img-block img {
        width: 40px;
        height: 40px;
        border-radius: 40px;
    }
    .logo,
    .hdtopbar {
        min-height: 60px;
    }
    .profile-drop .item ul {
        top: 50px;
        right: -10px;
        width: 170px;
        margin-top: 0;
    }
    .dropdown .ih-notification {
        top: 14px !important;
    }
    .hd-right-icon {
        margin-left: -15px;
        margin-right: -5px;
    }
    .search_bar_top {
        top: 60px;
    }
}

@media only screen and (max-width: 400px) {
    /* Login/Register/Reset/Forgot css start */
    .robo_lr_wrapper {
        margin-top: -130px;
    }
    .robo_crow {
        flex-wrap: wrap;
    }
    .robo_crow .col-auto {
        width: 100%;
    }
    .robo_crow .col-auto .d-flex {
        justify-content: flex-start !important;
        margin-bottom: 10px;
    }
    /* Login/Register/Reset/Forgot css End */
}

@media only screen and (max-width: 375px) {
    /* Login/Register/Reset/Forgot css start */
    .robo_lcontent_inner .robo_lhead {
        font-size: 26px;
        line-height: 35px;
    }
    .robo_lcontent_inner .robo_lsubhead {
        font-size: 22px;
        line-height: 28px;
    }
    .robo_fix_footer {
        padding-top: 20px;
    }
    .robo_copyrights {
        font-size: 16px;
        line-height: 22px;
    }
    /* Login/Register/Reset/Forgot css End */
}


/* ----- Responsive Css End ----- */


/* ----- Responsive Css End ----- */

.driver-doc-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}

.driver-doc-thumb {
    border: 1px solid #e5e5e5;
    padding: 15px;
    border-radius: 8px;
    background: #fafafa;
    width: 100%;
    max-width: 400px;
    height: 250px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto;
}

.doc-type-label {
    font-weight: 600;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 0px;
}

.upload-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

    .upload-box input {
        display: none;
    }

.preview-box {
    position: relative;
    width: 100%;
    height: calc(100% - 30px);
    background: #f5f5f5;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .preview-box img,
    .preview-box iframe {
        width: 100%;
        height: 100%;
        object-fit: contain;
        border-radius: 6px;
    }


.robo_upload_icon {
    background: transparent;
    border: 1px solid;
    color: black;
    border-radius: 8px;
    font-weight: 500;
    padding: 8px 13px;
}


.robo_clearbtn {
    background-color: rgba(255, 255, 255, 0.85);
    height: 25px;
    width: 25px;
    border: 1px solid #D8D8D8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    border-radius: 100%;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    z-index: 10;
}

.upload-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
}

.doc-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.doc-title {
    font-weight: 800;
    margin-bottom: 8px;
    text-align: center;
}

.doc-file-name {
    margin-top: 8px;
    text-align: center;
    font-size: 13px;
    word-break: break-all;
}

    .doc-file-name a {
        color: #0d6efd;
        cursor: pointer;
        text-decoration: underline;
    }

/* Breadcrumbs CSS Start */
.custom-breadcrumb {
    font-size: 1.2rem;
}   
.bg-breadcrumbs {
    padding: 20px;
    margin-bottom: 15px;
}

.custom-breadcrumb {
    margin-bottom: 0 !important;
}

    .custom-breadcrumb .breadcrumb-item a {
        font-family: 'Poppins';
        font-size: 16px;
        font-weight: 600;
        color: #181818;
    }

        .custom-breadcrumb .breadcrumb-item a:hover {
            text-decoration: underline;
        }

    .custom-breadcrumb .breadcrumb-item.active {
        font-family: 'Poppins';
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
    }

/*profile initials letter css*/

.initials-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    border: 2px solid black;
}