/*================================================================================
	Item Name: Stack - Responsive Admin Theme
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================ 
NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

/*---------- Importing Styles ----------*/
@import url("navbar.css");
@import url("utilities.css");
@import url("components.css");
@import url("sidebar.css");

:root {
  --seconderyColor: #fe3156;
  --primaryColor: #fb9809;
}

/*---------- Custom Styles ----------*/

/* @import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap"); */

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.text-gray{
  color: #666666;
}
.bodyTop {
  padding-top: 4rem;
}

::selection {
  color: #fff;
  background: var(--primaryColor);
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #e0e0e0;
  border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primaryColor);
  border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--primaryColor);
}

button {
  outline: 0 !important;
}

a {
  text-decoration: none;
}

a:hover {
  color: inherit;
}

.h100 {
  height: 100%;
}

.vh100 {
  height: 100vh;
}

.accentColor {
  color: var(--primaryColor) !important;
}

.secondaryColor {
  color: var(--primaryColor) !important;
}

.goldColor {
  color: #eba709 !important;
}

.redColor {
  color: #ff0000 !important;
}

.transparentColor {
  color: #fff0 !important;
}

.bgWhite {
  background: #fff;
}

.bgGray {
  background: #e7e7e7;
}

.border-rounded {
  border-radius: 999px;
}

.border-bottom-1 {
  border-bottom: 1px solid #b1b1b1;
}

.border-top-1 {
  border-top: 1px solid #b1b1b1;
}

.gap20 {
  gap: 20px;
}

.maxw-none {
  max-width: none !important;
}

/*notification start here*/

.na.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: gray;
}

a.nav-link.nav-link-label {
  margin: 5px 0 0 0;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #e1e1e1;
}

.dropdown-notification .notification-text {
  color: #191919 !important;
  line-height: 1.2;
}

.header-navbar .navbar-container ul.nav li .scrollable-container a {
  width: 100%;
}

/*notification end here*/

/*drop down start here*/

.vertical-overlay-menu
  .main-menu
  .navigation
  li.has-sub
  > a:not(.mm-next):after,
.vertical-overlay-menu.menu-hide
  .main-menu
  .navigation
  li.has-sub
  > a:not(.mm-next):after,
body.vertical-layout.vertical-menu.menu-expanded
  .main-menu
  .navigation
  li.has-sub
  > a:not(.mm-next):after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  display: inline-block;
  position: absolute;
  right: 11px;
  top: 15px;
  width: 20px;
  transform: rotate(0);
  font-size: 18px;
  transition: -webkit-transform 0.2s ease-in-out;
  height: 20px;
}

.vertical-overlay-menu .main-menu .navigation li.open > a:not(.mm-next):after,
.vertical-overlay-menu.menu-hide
  .main-menu
  .navigation
  li.open
  > a:not(.mm-next):after,
body.vertical-layout.vertical-menu.menu-expanded
  .main-menu
  .navigation
  li.open
  > a:not(.mm-next):after {
  transform: rotate(90deg);
}

.main-menu.menu-light .navigation > li ul li {
  background: #fff !important;
}

ul#main-menu-navigation {
  background: #fff;
}

.main-menu.menu-light .navigation > li > ul {
  background: #fff;
}

.main-menu.menu-light .navigation > li ul li > a {
  padding: 8px 0px;
  margin: 0;
  color: #333 !important;
  background: #fff !important;
}

.main-menu.menu-light .navigation > li ul li > a:hover {
  color: var(--primaryColor) !important;
}

.subactive a span {
  color: var(--primaryColor);
}

.has-sub.open .subArrow {
  transform: rotate(90deg);
}

.ma.main-menu.menu-light .navigation > li ul .active > a,
in-menu.menu-light .navigation > li ul li:hover {
  color: #fff;
}

.main-menu.menu-light .navigation > li.open .hover > a,
.main-menu.menu-light .navigation .menu-content li.active > a {
  background: #fff0 !important;
  color: var(--primaryColor) !important;
}

.main-menu.menu-light .navigation > li.open > a i {
  color: #fff;
}

.main-menu.menu-light .navigation > li ul li:first-child > a {
  margin: 0;
}

.cropper input.cr-slider {
  height: auto;
  padding: 0 25px !important;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
}

.dropdown-item:focus i,
.dropdown-item:hover i {
  color: #fff !important;
}

.navbar-nav .dropdown-menu-right {
  border-radius: 10px;
}

.navbar-nav .dropdown-item i {
  color: #656368;
  width: 25px;
  text-align: center;
  font-size: 16px;
}

.dropdown-divider {
  border-top: 1px solid #e5e5e5;
}

.page-item .page-link:hover,
.paginationMain li,
.paginationMain li.active a {
  background: #fff;
  color: var(--primaryColor) !important;
}

.page-item:first-child .page-link,
.paginationMain li:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 1px solid var(--primaryColor) !important;
}

.page-item:last-child .page-link,
.paginationMain li:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 1px solid var(--primaryColor) !important;
}

.page-item.active .page-link,
.paginationMain li {
  background: #fff;
  transition: all 0.3s ease;
  color: var(--primaryColor) !important;
}
.progress-bar {
  background-color: var(--primaryColor);
}
.page-item.disabled .page-link.next a {
  border-top: 0 !important;
}

li.paginate_button.page-item.next.disabled a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.paginationMain li a {
  color: #141414 !important;
}
.page-item .page-link,
.paginationMain li {
  font-size: 14px;
  font-weight: 500;
  border-top: 1px solid var(--primaryColor) !important;
  border-bottom: 1px solid var(--primaryColor) !important;
  padding: 10px 15px;
  color: #141414 !important;
  margin: 0px 0px;
}

.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover {
  color: #fff !important;
  background: var(--primaryColor);
}

.drop.dropdown .dropdown-menu .dropdown-item:active,
.dropdown-item:focus,
.down-item:hover {
  background: var(--primaryColor) !important;
  color: #fff !important;
}

.showing-result {
  font-size: 15px;
  font-weight: 400;
  color: #141414;
}

table .dropdown-item:focus i,
table .dropdown-item:hover i {
  color: #fff !important;
}

.table tbody td::first-letter {
  text-transform: capitalize;
}

table .thumbnail {
  width: 40px;
  height: 40px;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}

table .active {
  background: #8fea69;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  margin: -5px 0 0 0;
}

table .unactive {
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  background: #f45a5a;
  color: #fff;
  margin: -5px 0 0 0;
}

table thead tr {
  background: #fff;
}

table thead tr th:first-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

table thead th {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

table td img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  border-radius: 50%;
}

table {
  border-collapse: separate;
  border-spacing: 0 15px;
  white-space: nowrap;
}

.maain-tabble tbody tr td,
.maain-tabble thead tr th {
  font-size: 16px;
  border-radius: 0px;
}

.dropdown .dropdown-menu {
  transition: none !important;
}

.table thead th {
  font-family: "Nunito", sans-serif;
  vertical-align: bottom;
  border-bottom: none !important;
  border-top: none !important;
  color: #666;
  font-weight: 500;
}

.table-bordered td,
.table-bordered th {
  border: transparent;
}

.table-bordered {
  border: none;
}

html body .pace .pace-progress {
  background-color: transparent;
}

.box {
  background: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 20px;
  margin: 0 0 40px 0;
  box-shadow: 0 0 10px 0 rgb(0, 0, 0, 0.2);
}

.box img {
  margin: 0 0 0 10px;
  object-fit: cover;
  object-position: center;
}

/*================================ eps css start here =========================*/

.dashboard .card-dashboard {
  padding: 50px;
}

/* .dashboard h4 {
    transform: rotate(-90deg);
    position: absolute;
    margin: auto 0;
    width: 290px;
    top: 200px;
    bottom: 0;
    font-size: 18px;
    left: -141px;
    color: #000;
    font-weight: 600;
    text-align: center
} */

/*================================ eps css end here =========================*/

/*================================ add user css start here =========================*/

.maain-tabble table {
  padding: 0 20px 0 10px;
  background: #f2f8ff;
}

.dropdown-toggle::after {
  width: 15px;
  height: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  display: inline-block;
  transform: rotate(0);
  font-size: 12px;
  transition: -webkit-transform 0.2s ease-in-out;
  color: #141414 !important;
  background: #fff0;
  border: none !important;
  border-radius: 4px;
  position: relative;
  top: 0;
  right: -4px;
  padding: 0 0px 0 0px;
  margin: 0 0.3em 0 0;
  vertical-align: 0;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
}

.dropdown-toggle.show::after {
  content: "\f106";
}

.header-navbar .navbar-container ul.nav li a.dropdown-user-link {
  display: flex;
  align-items: center;
}

.navigation {
  font-family: "Nunito", sans-serif;
}

body.vertical-layout.vertical-menu.menu-collapsed
  .main-menu
  .main-menu-content
  a.menu-title,
body.vertical-layout.vertical-menu.menu-collapsed
  .main-menu
  .main-menu-content
  > span.menu-title {
  background: var(--primaryColor) !important;
}

.main-menu ul.navigation-main {
  margin-top: 0;
}

ul.nav.navbar-nav.flex-row {
  margin: 0;
  text-align: center;
  display: block;
  padding: 0;
}

.navbar-wrapper {
  background: #fff;
}

.navbar-container {
  background: #fff0 !important;
}

ul.nav.navbar-nav.float-end {
  margin: 16px 0 0 0;
}

.navbar-light .navbar-nav .nav-link {
  color: #333 !important;
  font-weight: 400;
}

.navbar-light .navbar-nav .nav-link i {
  font-size: 26px;
}

i.ft-menu {
  color: #fff;
  font-weight: 700;
}

.navbar-expand-md .navbar-nav .dropdown-menu-right {
  padding: 0;
  border: 0;
  box-shadow: 0 0 10px 0 rgb(0, 0, 0, 0.2);
}

.nav .dropdown-divider {
  margin: 0;
}

.main-menu.menu-light {
  color: #fff !important;
  border-right: 0;
  background: white !important;
}

.header-navbar {
  padding: 0;
  min-height: 7rem;
  font-family: "Nunito", sans-serif;
  transition: 0.3s ease all;
}

.header-navbar .navbar-header .navbar-brand {
  padding: 0 0;
}

body.vertical-layout.vertical-menu.menu-collapsed .navbar .navbar-brand {
  padding: 0;
}

body.vertical-layout.vertical-menu .navbar .navbar-brand {
  white-space: nowrap;
}

.main-menu.menu-fixed {
  position: fixed;
  top: 7rem;
  height: calc(100% - 4rem);
}

/* html body .content .content-wrapper {
    padding: 6rem 4rem 0 4rem;
} */

.navbar-light {
  background: #fff;
  border: 0 !important;
}

i.ft-menu:hover {
  color: #e1e1e1;
}

li.nav-item.has-sub.hover {
  background: #fff;
}

.main-menu.menu-light .navigation > li > a.active,
.main-menu.menu-light .navigation > li.hover > a,
.main-menu.menu-light .navigation > li:hover > a {
  /* background: var(--primaryColor) !important; */
  background: rgb(251,116,10) !important;
  background: linear-gradient(0deg, rgba(251,116,10,1) 0%, rgba(251,152,9,1) 100%) !important;

  color: #fff;
}

.main-menu.menu-light .navigation > li > a.active i,
.main-menu.menu-light .navigation > li.hover > a i,
.main-menu.menu-light .navigation > li:hover > a i {
  color: #fff !important;
  background: #fff0 !important;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  text-align: center;
  margin-right: 20px;
}

.main-menu.menu-light .navigation > li a i {
  color: #666;
  background: #fff0 !important;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 20px;
  transition: 0.2s linear;
}

/* .main-menu.menu-light .navigation>li.nav-item.has-sub.open,.main-menu.menu-light .navigation>li.nav-item.has-sub.open.hover>a, .menu-light .navigation>li.nav-item.has-sub.open a{background: #110b47!important} */

.main-menu.menu-light .navigation > li.nav-item.has-sub.open.hover:hover > a {
  background: #fff !important;
}

.main-menu.menu-light .navigation li a {
  color: #333333;
  font-size: 14px;
  background: transparent !important;
  line-height: 1;
  font-weight: 400 !important;
  padding: 12px 10px;
  margin: 0px auto !important;
  text-transform: capitalize;
  width: 90%;
  border-radius: 5px;
  transition: 0.4s linear;
}

.main-menu.menu-light .navigation > li > a i {
  position: relative;
  top: 0;
}

.main-menu.menu-light .navigation > li {
  padding: 0;
  border-left: 0;
  margin-bottom: 5px;
}

.card {
  background: #fff;
  border-radius: 15px;
}

.table tbody td {
  padding: 1.2rem 2rem;
  color: #666;
  font-size: 13px;
  vertical-align: middle;
}

.maain-tabble tbody tr {
  background-color: #fff !important;
  border-radius: 0px;
}

.maain-tabble tbody tr td:first-child {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.maain-tabble tbody tr td:last-child {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.maain-tabble tbody tr td {
  color: #141414;
  font-size: 14px;
}

body.vertical-layout.vertical-menu.menu-expanded .main-menu {
  width: 280px !important;
}

.nav.nav-tabs.nav-underline .nav-item a.nav-link.active,
.nav.nav-tabs.nav-underline .nav-item a.nav-link:focus,
.nav.nav-tabs.nav-underline .nav-item a.nav-link:hover {
  color: #110b47 !important;
  border-bottom: 2px solid #110b47;
}

/*=======================user create a project start here ==========================*/

body.vertical-layout.vertical-menu.menu-collapsed
  .main-menu
  .navigation
  > li
  > a {
  padding: 15px 10px;
}

body.vertical-layout.vertical-menu.menu-collapsed
  .main-menu
  .main-menu-content
  a.menu-title,
body.vertical-layout.vertical-menu.menu-collapsed
  .main-menu
  .main-menu-content
  > span.menu-title {
  padding: 20px 20px 20px 20px;
  margin: 0;
}

.search-bar {
  float: right;
}

.search-bar input[type="text"] {
  height: 50px;
  border: 0;
  background: #f9f9f9;
  border-radius: 50px;
  width: 300px;
  padding: 0 20px;
}

.search-bar label {
  margin: 0 0 10px 0;
  color: var(--default-color);
}

.search-bar input[type="text"]:focus {
  border: 0 !important;
  box-shadow: none;
  outline: 0;
}

/*========================== login end here============================*/

/* a.dropdown-item:hover,
a.dropdown-item:hover i {
    color: #110b47 !important
} */

label {
  color: #141414;
  font-size: 16px;
  font-weight: 400;
}

input.form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.dropdown .dropdown-menu {
  transition: none !important;
}

.main-menu.menu-light .navigation > li.open > a {
  background: #fff;
  color: #000;
}

.main-menu.menu-light .navigation > li.open {
  border: 4px #ec5a26 !important;
}

.dropdown-menu {
  min-width: 8rem;
  border: 0;
  box-shadow: 0 0 10px 0 rgb(0, 0, 0, 0.3);
  border-radius: 5px;
}

table tbody td .dropdown-item i {
  color: #666 !important;
  padding: 0px;
  font-size: 15px !important;
  margin: 0;
  font-weight: 600;
  border-radius: 0;
  width: 25px;
  margin-right: 5px;
  text-align: center;
}

table tbody td .dropdown-item {
  color: #666 !important;
  padding: 2px 10px 2px 10px;
  font-size: 16px !important;
  margin: 0;
  font-weight: 400;
  width: 100%;
  border-radius: 0;
}

.dropdown-menu.custom-dropdown.show {
  padding: 5px 5px;
  border-radius: 5px;
}

table tbody td .dropdown-item i {
  width: 25px;
  margin-right: 5px;
  text-align: center;
  color: #666;
}

table tbody td a.dropdown-item:hover,
table tbody td a.dropdown-item:hover i {
  color: #fff !important;
}

table i {
  color: #666 !important;
}

.navbar-expand-md .navbar-collapse {
  z-index: 99;
  position: relative;
  margin-top: 7px;
}

.maain-tabble tbody tr td.red-text,
.red-text {
  color: #110b47 !important;
}

.theme-colour {
  color: #5568fe !important;
}

.white-colour {
  color: #fff;
}

.black-colour {
  color: #000;
}

.l-green-text,
.maain-tabble tbody tr td.l-green-text {
  color: #8dc63f !important;
}

.maain-tabble tbody tr td.yellow-text,
.yellow-text {
  color: #d8ad00 !important;
}

.custom-control {
  min-height: 2.45rem;
  padding-left: 2.5rem;
  padding-top: 4px;
}

.custom-control-label::before {
  position: absolute;
  top: 0.225rem;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #fff !important;
  border: 1px solid #ccc;
}

.custom-control-label::after {
  width: 1.5rem;
  height: 1.5rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #110b47 !important;
}

.custom-control-label {
  font-weight: 700;
  color: #000;
}

input:focus,
textarea:focus {
  outline: 0 !important;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.maain-tabble {
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
}

thead tr {
  box-shadow: none !important;
}

/* ========================= CUSTOM CSS START ===================== */

.login-card {
  overflow: hidden;
  /* box-shadow: 0 3px 20px rgb(0, 0, 0, .22) */
}

/* .loginBgLeft {
    background: url('../../images/loginBg2.png') no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100vh;
} */

.loginBgRight {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0rem 2rem;
  margin: 0 auto;
  height: 100vh;
}

.back-web {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
}

.back-web:hover {
  color: #fff;
}

.form-field {
  position: relative;
  margin-bottom: 18px;
}

.siteInput {
  background: #fff;
  border: 1px solid #707070;
  font-weight: 400;
  padding: 15px 20px;
  font-size: 15px;
  color: #141414;
  width: 100%;
  resize: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 5px;
  -moz-appearance: none;
}

.siteInput::placeholder {
  color: #666;
}

textarea.siteInput {
  border-radius: 10px;
}

.siteInput:focus,
select.siteInput:focus {
  outline: 0 !important;
}

.siteInput.left-icon {
  padding: 15px 15px 15px 50px !important;
}

.siteInput.right-icon {
  padding: 15px 50px 15px 15px !important;
}

.siteInput.both-icon {
  padding: 15px 50px 15px 50px !important;
}

i.right-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  cursor: pointer;
}

.leftIcon {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

/* switch start*/

.switch {
  position: relative;
  display: inline-block;
  width: 47px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* switch end*/

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  line-height: 15px;
  display: inline-block;
  font-size: 15px;
  color: #999 !important;
  margin-bottom: 0;
  padding-left: 15px;
  /* width: 45px!important; */
}

[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border-radius: 2px;
  background: #fff;
  border: none;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
}

[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
  content: "\2714";
  color: var(--primaryColor);
  position: absolute;
  font-size: 15px;
  top: 50%;
  transform: translateY(-50%) !important;
  left: 1px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.login-heading {
  padding: 30px 0px 90px 0px;
}

.back-link {
  font-size: 18px;
  color: #0064be !important;
  text-transform: capitalize;
  font-weight: 800;
}

.back-link:hover {
  text-decoration: underline !important;
}

.dashboard .box.right .blue,
.dashboard .box.right .orange {
  width: 115px;
  min-width: 115px;
  height: 115px;
  background: #2e5eb6;
  border-radius: 100%;
  border: 6px solid #d5dff0;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dashboard .box.right .orange:hover {
  background: #110b47;
}

.for-doted-bdr {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='14' ry='14' stroke='%23333' stroke-width='3' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 14px;
  padding: 20px;
}

.file-upload-wrap {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='14' ry='14' stroke='%23333' stroke-width='3' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  min-height: 110px;
  padding: 15px 15px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.file-upload-wrap .preview {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.file-upload-wrap .upload-icon .fa-file-video {
  font-size: 60px;
  color: #aaaaaa;
}

#upload-input {
  height: 0;
  width: 0;
  visibility: hidden;
  display: none;
}

.file-upload-wrap .has-caption {
  font-size: 14px;
  padding: 5px 5px;
}

.badge-a {
  position: relative;
}

.badge {
  border: 1px solid #fff0;
  border-radius: 99px;
  background: #141414;
  font-size: 9px;
  color: #fff;
  font-weight: 700;
  top: -15px;
  right: 20px;
}

.web-hr {
  border-top: 3px solid rgba(0, 0, 0, 0.1);
}

.dashboard .box.right i {
  font-size: 50px;
  color: #fff;
}

.entri-drop {
  padding: 8px 15px;
  border-radius: 10px;
}

.box.right .text {
  margin-left: 20px;
  word-break: break-word;
}

.form-field i {
  color: #999;
  font-size: 17px;
}

.passDisplay {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background: none;
  border: none;
  line-height: 1;
}

.passwordWrapper i {
  cursor: pointer;
  color: #666;
}

.passwordWrapper input {
  padding-right: 50px !important;
}

a.dropdown-item.notification.text-muted.text-center {
  color: #080808 !important;
  font-size: 14px;
  padding: 14px 0 !important;
}

a.dropdown-item.notification.text-muted.text-center:hover {
  color: #fff !important;
}

.fas.fa-bell.notifications-bell {
  width: 52px;
  height: 52px;
  background: #fff;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  color: #5568fe;
  display: flex;
  font-size: 20px;
}

.notification-below-info > small:first-child {
  margin-right: 20px;
}

.dropdown .dropdown-menu h6 {
  text-transform: capitalize;
  color: #141414;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}

.plus-minus-div {
  align-items: center;
  display: flex;
  background: #fff;
  justify-content: space-around;
  box-shadow: 1px 1px 6px #adadad;
}

input.table-input#number {
  width: 45px;
}

.value-button {
  margin: 0;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.value-button i {
  color: #555;
  position: relative;
  top: 3px;
}

input.table-input {
  border: 0;
  padding: 0 0 0 10px !important;
}

p.disabled > [type="checkbox"]:checked + label.bordered:before,
p.disabled > [type="checkbox"]:not(:checked) + label.bordered:before {
  display: none;
}

.plus-minus-div.disabled > .sign-btns {
  display: none;
}

.forgot-link i {
  margin-right: 10px;
}

.forgot-link.lg-link {
  text-decoration: none !important;
  font-size: 21px;
}

.forgot-text {
  font-size: 19px;
  font-weight: 500;
  color: #666;
}

.siteInput[disabled] {
  box-shadow: none;
  font-size: 18px;
}

.black-text {
  color: #000 !important;
}

.box .custom-box {
  display: flex;
  align-items: center;
}

.dashboard-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*********************************** * * CSS Percentage Circle * Author: Andre Firchow * *********************************/

/*********************************** * * CSS edit section* *********************************/

.edit-user-img {
  position: relative;
  width: 184px;
  /* margin: 0 auto; */
}

.user-details-img {
  width: 111px;
  height: 111px;
  /* border-radius: 100%; */
}

.camera-btn {
  position: absolute;
  width: 42px;
  height: 42px;
  font-size: 20px;
  background-color: white;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  bottom: 0;
  color: #fbab43;
  cursor: pointer;
}

/*********************************** * * CSS edit section* *********************************/

.boxx {
  box-shadow: 0 0 10px 0 rgb(0, 0, 0, 0.3);
  border-radius: 10px;
  margin: 10px 0 0 0;
}

.c100.p100 .slice,
.c100.p51 .slice,
.c100.p52 .slice,
.c100.p53 .slice,
.c100.p54 .slice,
.c100.p55 .slice,
.c100.p56 .slice,
.c100.p57 .slice,
.c100.p58 .slice,
.c100.p59 .slice,
.c100.p60 .slice,
.c100.p61 .slice,
.c100.p62 .slice,
.c100.p63 .slice,
.c100.p64 .slice,
.c100.p65 .slice,
.c100.p66 .slice,
.c100.p67 .slice,
.c100.p68 .slice,
.c100.p69 .slice,
.c100.p70 .slice,
.c100.p71 .slice,
.c100.p72 .slice,
.c100.p73 .slice,
.c100.p74 .slice,
.c100.p75 .slice,
.c100.p76 .slice,
.c100.p77 .slice,
.c100.p78 .slice,
.c100.p79 .slice,
.c100.p80 .slice,
.c100.p81 .slice,
.c100.p82 .slice,
.c100.p83 .slice,
.c100.p84 .slice,
.c100.p85 .slice,
.c100.p86 .slice,
.c100.p87 .slice,
.c100.p88 .slice,
.c100.p89 .slice,
.c100.p90 .slice,
.c100.p91 .slice,
.c100.p92 .slice,
.c100.p93 .slice,
.c100.p94 .slice,
.c100.p95 .slice,
.c100.p96 .slice,
.c100.p97 .slice,
.c100.p98 .slice,
.c100.p99 .slice,
.rect-auto {
  clip: rect(auto, auto, auto, auto);
}

.c100 .bar,
.c100.p100 .fill,
.c100.p51 .fill,
.c100.p52 .fill,
.c100.p53 .fill,
.c100.p54 .fill,
.c100.p55 .fill,
.c100.p56 .fill,
.c100.p57 .fill,
.c100.p58 .fill,
.c100.p59 .fill,
.c100.p60 .fill,
.c100.p61 .fill,
.c100.p62 .fill,
.c100.p63 .fill,
.c100.p64 .fill,
.c100.p65 .fill,
.c100.p66 .fill,
.c100.p67 .fill,
.c100.p68 .fill,
.c100.p69 .fill,
.c100.p70 .fill,
.c100.p71 .fill,
.c100.p72 .fill,
.c100.p73 .fill,
.c100.p74 .fill,
.c100.p75 .fill,
.c100.p76 .fill,
.c100.p77 .fill,
.c100.p78 .fill,
.c100.p79 .fill,
.c100.p80 .fill,
.c100.p81 .fill,
.c100.p82 .fill,
.c100.p83 .fill,
.c100.p84 .fill,
.c100.p85 .fill,
.c100.p86 .fill,
.c100.p87 .fill,
.c100.p88 .fill,
.c100.p89 .fill,
.c100.p90 .fill,
.c100.p91 .fill,
.c100.p92 .fill,
.c100.p93 .fill,
.c100.p94 .fill,
.c100.p95 .fill,
.c100.p96 .fill,
.c100.p97 .fill,
.c100.p98 .fill,
.c100.p99 .fill,
.pie {
  position: absolute;
  border: 0.08em solid #110b47;
  width: 0.84em;
  height: 0.84em;
  clip: rect(0, 0.5em, 1em, 0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

.c100.p100 .bar:after,
.c100.p100 .fill,
.c100.p51 .bar:after,
.c100.p51 .fill,
.c100.p52 .bar:after,
.c100.p52 .fill,
.c100.p53 .bar:after,
.c100.p53 .fill,
.c100.p54 .bar:after,
.c100.p54 .fill,
.c100.p55 .bar:after,
.c100.p55 .fill,
.c100.p56 .bar:after,
.c100.p56 .fill,
.c100.p57 .bar:after,
.c100.p57 .fill,
.c100.p58 .bar:after,
.c100.p58 .fill,
.c100.p59 .bar:after,
.c100.p59 .fill,
.c100.p60 .bar:after,
.c100.p60 .fill,
.c100.p61 .bar:after,
.c100.p61 .fill,
.c100.p62 .bar:after,
.c100.p62 .fill,
.c100.p63 .bar:after,
.c100.p63 .fill,
.c100.p64 .bar:after,
.c100.p64 .fill,
.c100.p65 .bar:after,
.c100.p65 .fill,
.c100.p66 .bar:after,
.c100.p66 .fill,
.c100.p67 .bar:after,
.c100.p67 .fill,
.c100.p68 .bar:after,
.c100.p68 .fill,
.c100.p69 .bar:after,
.c100.p69 .fill,
.c100.p70 .bar:after,
.c100.p70 .fill,
.c100.p71 .bar:after,
.c100.p71 .fill,
.c100.p72 .bar:after,
.c100.p72 .fill,
.c100.p73 .bar:after,
.c100.p73 .fill,
.c100.p74 .bar:after,
.c100.p74 .fill,
.c100.p75 .bar:after,
.c100.p75 .fill,
.c100.p76 .bar:after,
.c100.p76 .fill,
.c100.p77 .bar:after,
.c100.p77 .fill,
.c100.p78 .bar:after,
.c100.p78 .fill,
.c100.p79 .bar:after,
.c100.p79 .fill,
.c100.p80 .bar:after,
.c100.p80 .fill,
.c100.p81 .bar:after,
.c100.p81 .fill,
.c100.p82 .bar:after,
.c100.p82 .fill,
.c100.p83 .bar:after,
.c100.p83 .fill,
.c100.p84 .bar:after,
.c100.p84 .fill,
.c100.p85 .bar:after,
.c100.p85 .fill,
.c100.p86 .bar:after,
.c100.p86 .fill,
.c100.p87 .bar:after,
.c100.p87 .fill,
.c100.p88 .bar:after,
.c100.p88 .fill,
.c100.p89 .bar:after,
.c100.p89 .fill,
.c100.p90 .bar:after,
.c100.p90 .fill,
.c100.p91 .bar:after,
.c100.p91 .fill,
.c100.p92 .bar:after,
.c100.p92 .fill,
.c100.p93 .bar:after,
.c100.p93 .fill,
.c100.p94 .bar:after,
.c100.p94 .fill,
.c100.p95 .bar:after,
.c100.p95 .fill,
.c100.p96 .bar:after,
.c100.p96 .fill,
.c100.p97 .bar:after,
.c100.p97 .fill,
.c100.p98 .bar:after,
.c100.p98 .fill,
.c100.p99 .bar:after,
.c100.p99 .fill,
.pie-fill {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c100 {
  position: relative;
  font-size: 120px;
  width: 1em;
  height: 1em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: none;
  margin: 0 auto 25px;
  background-color: #ccc;
}

.c100 *,
.c100 :after,
.c100 :before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.c100.center {
  float: none;
  margin: 0 auto;
}

.c100.big {
  font-size: 208px;
}

.c100.small {
  font-size: 80px;
}

.c100 > span {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  width: 150px;
  line-height: 2em;
  font-size: 44px;
  color: #110b47;
  display: block;
  text-align: center;
  white-space: nowrap;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  font-weight: 300;
}

.c100:after {
  position: absolute;
  top: 0.08em;
  left: 0.08em;
  display: block;
  content: " ";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #f5f5f5;
  width: 0.84em;
  height: 0.84em;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.c100 .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0, 1em, 1em, 0.5em);
}

.c100.p70 .bar {
  -webkit-transform: rotate(252deg);
  -moz-transform: rotate(252deg);
  -ms-transform: rotate(252deg);
  -o-transform: rotate(252deg);
  transform: rotate(252deg);
}

.c100:hover {
  cursor: default;
}

.c100:hover:after {
  top: 0.04em;
  left: 0.04em;
  width: 0.92em;
  height: 0.92em;
}

.c100 sup {
  font-size: 14px;
  position: absolute;
  top: 110px;
  z-index: 999;
  left: 0;
  right: 0;
  color: #faa318;
  text-transform: uppercase;
}

.c100 > span.blue-text {
  color: #5568fe;
}

.c100 .bar.blue-bar,
.c100 .fill.blue-bar {
  border: 0.08em solid #2e5eb6;
}

/*********************************** * * CSS Percentage Circle * Author: Andre Firchow * *********************************/

body {
  color: #333;
}

.p-roboto {
  font-family: "Roboto", sans-serif;
}

.cyan-text {
  color: #110b47 !important;
}

.regular {
  font-weight: 400 !important;
}

.semi-bold {
  font-weight: 600 !important;
}

.bold {
  font-weight: 700 !important;
}

.x-bold {
  font-weight: 800 !important;
}

.dropdown-notification.nav-item.two-bell-icons a.nav-link i {
  font-size: 24px !important;
  color: #fff;
  border-radius: 5px;
  text-align: center;
}

.header-navbar .navbar-container ul.nav li a.nav-link-label {
  padding: 5px;
}

.header-navbar .navbar-container ul.nav li a.dropdown-user-link {
  padding: 0.7rem 0.6rem;
}

.avatar {
  width: 35px;
}

.avatar img {
  border-radius: 99px !important;
  width: 35px;
  height: 35px;
  object-fit: cover;
  object-position: center;
}

.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-name {
  margin-bottom: 0 !important;
}

.custom-card {
  border-radius: 7px 7px 0 0;
  overflow: hidden;
  background: #f2f2f2;
}

input.siteInput[readonly] {
  background: 0 0 !important;
  padding: 0 !important;
  border: 0;
}

.progress {
  height: 5px;
  border-radius: 99px;
}

.progress-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 6px 0;
}

.progress-info > .site-text {
  font-size: 18px;
}

.btn-group.custom-dropdown.ml-2.mb-1 {
  margin-bottom: 0 !important;
}

.dropdown-menu.reminder-dropdown-menu:before {
  content: "\A";
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: -px;
  right: 21px;
  transform: rotate(90deg) translateX(-50%);
}

.dropdown.show .nav-link.nav-link-label > i {
  position: relative;
  /* z-index: 12; */
  /* color: #110b47; */
  display: inline-block;
}

.dropdown.show a.dropdown-user-link {
  position: relative;
  z-index: 12;
  color: #fff !important;
  display: inline-block;
}

.dropdown.show a.dropdown-user-link span.user-name {
  color: #fff;
}

.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-role {
  font-size: 14px;
  font-weight: 400;
}

/* .dropdown.show:after {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    position: fixed;
    transition: opacity .15s ease-in-out
} */

.dropdown:after {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.15s ease-in-out;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: none;
}

.dropdown-menu.reminder-dropdown-menu.show {
  right: 0 !important;
  left: inherit;
  width: 350px;
  padding: 15px;
  border-radius: 0;
  border: 0;
}

/* Custom */

.dash-card-inner {
  border-radius: 10px !important;
  box-shadow: 0 4px 35px rgba(0, 0, 0, 0.12) !important;
  background-color: #fff !important;
}

.noti-bell i {
  color: #fff !important;
  background-color: #1a3870;
  font-size: 28px !important;
  text-align: center !important;
  line-height: 50px;
  width: 50px !important;
  height: 50px !important;
  border-radius: 100%;
}

img.brand-logo.img-fluid {
  width: 180px;
}

ul#main-menu-navigation {
  margin-top: 12px;
}

.main-menu.menu-light .navigation > li {
  background: #fff0;
}

nav.header-navbar.navbar-expand-md.navbar.navbar-with-menu.fixed-top.navbar-light.navbar-border {
  width: 100%;
  padding: 0 !important;
}

.dash-card {
  background: white;
  box-shadow: 0 0 10px rgb(0, 0, 0, 0.11);
  padding: 15px;
  min-height: 192px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.dash-label {
  font-size: 18px;
  margin-bottom: 6px;
  font-weight: 600;
  color: #202020;
}

.dash-input {
  background: white;
  border: 0;
  box-shadow: 0 3px 6px rgb(0, 0, 0, 0.16);
  resize: none;
  width: 100%;
}

.dash-input::placeholder {
  color: #bbbbbb;
  font-weight: 500;
}

/* .main-menu.menu-light .navigation>li.has-sub>a {
    background: url(../../images/arrow.png) no-repeat 90% 50% !important;
} */

.main-menu.menu-light .navigation > li.has-sub.active > a,
.main-menu.menu-light .navigation > li.has-sub.hover > a,
.main-menu.menu-light .navigation > li.has-sub:hover > a {
  background: var(--primaryColor) !important;
  color: #fff;
}

.main-menu.menu-light .navigation > li.nav-item.has-sub.open.hover:hover > a,
.main-menu.menu-light .navigation > li.nav-item.has-sub.open > a {
  background: var(--primaryColor) !important;
  color: #fff;
}

.main-menu.menu-light .navigation > li.open.has-sub > a {
  background: #fff !important;
}

.transparent-btn {
  background: transparent;
  padding: 0;
  border: 0;
}
.btn-group > .btn{
  padding: 0 5px;
}

.w-172 {
  width: 172px !important;
}

select.dash-input {
  appearance: none;
  background: url(../../images/select-arrow.png) no-repeat 95% 50%;
}

.w-30 {
  width: 30%;
}

.search-barr {
  position: relative;
}

.search-btn {
  background: 0 0;
  border: 0;
  padding: 0;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  right: 10px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff !important;
  background-color: var(--primaryColor) !important;
}

html body {
  background: #f2f8ff;
  overflow-x: hidden;
  padding: 0 !important;
  overflow: unset !important;
}

.breadcrumb li a,
.breadcrumb li {
  color: var(--primaryColor) !important;
  font-weight: 800;
  text-transform: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--primaryColor);
  content: ">";
}

.select2-container--default .select2-selection--multiple {
  background-color: #fff !important;
  font-weight: 400;
  padding: 10px 15px !important;
  font-size: 16px;
  color: #333;
  border: none !important;
  border-radius: 10px;
  box-shadow: 0px 2px 6px rgb(0 0 0 / 30%) !important;
  resize: none;
  position: relative;
  width: 100%;
  appearance: none;
}

.mainSelect2 span.select2-selection.select2-selection--multiple {
  max-width: 280px;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  display: none;
}

.select2-container--classic
  .select2-results__options
  .select2-results__option[aria-selected="true"],
.select2-container--default
  .select2-results__options
  .select2-results__option[aria-selected="true"] {
  background: #000 !important;
}

.shadow-none {
  box-shadow: none !important;
}

.reply-cont {
  box-shadow: 0 3px 6px rgb(0, 0, 0, 0.16);
}

.reply-bottom {
  background: #f8f8f8;
  padding: 10px 25px;
  display: flex;
  align-items: center;
  justify-content: end;
}

.nav.nav-tabs .nav-item .nav-link.active {
  border: 0;
  border-bottom: 2px solid #0070d4;
}

.nav.nav-tabs .nav-item {
  flex: 1;
}

.nav.nav-tabs .nav-item a {
  width: 100%;
  text-align: center;
  justify-content: center;
  color: #3b3b3b;
  font-weight: 600;
}

.nav.nav-tabs .nav-item a.active {
  color: #0070d4;
}

.message-card {
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.tab-placeholder {
  width: 61px;
  height: 61px;
  border-radius: 100%;
  object-fit: cover;
}

.p-xs {
  font-size: 13px;
}

.medium {
  font-weight: 500 !important;
}

.accordion button.transparent-btn.collapsed img.accord-up {
  display: none;
}

.accordion button.transparent-btn.collapsed img.accord-down {
  display: block;
}

.accordion button.transparent-btn img.accord-up {
  display: block;
}

.accordion button.transparent-btn img.accord-down {
  display: none;
}

.blue-border-btn {
  background: transparent;
  border: 1px solid #0064be;
  color: #0064be;
}

.blue-border-btn:hover {
  background: #0064be;
  border: 1px solid #0064be;
  color: white;
}

.red-border-btn {
  background: transparent;
  border: 1px solid #d40024;
  color: #d40024;
}

.red-border-btn:hover {
  background: #d40024;
  border: 1px solid #d40024;
  color: white;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  border: none;
  border-radius: 99px;
  color: #fff;
  background: #000 !important;
  font-weight: 400;
  font-size: 14px;
  padding: 6px 12px !important;
  margin: 0px 3px 3px 0px !important;
}

button.select2-selection__choice__remove {
  color: #000 !important;
}

button.select2-selection__choice__remove span {
  color: #fff;
  background: #000;
  padding: 0px;
  border-radius: 0;
}

button.select2-selection__choice__remove {
  border-right: 0 !important;
}

.tab-img,
.tab-img img {
  width: 78px;
  height: 83px;
}

.tab-img img {
  border-radius: 5px;
  object-fit: cover;
}

.tab-img {
  margin-right: 10px;
  position: relative;
}

.tab-img button.transparent-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

.site-btn.py-1 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.l-red-text {
  color: #ff7088;
}

.l-blue-btn {
  background: #46a8ff;
  color: white;
  border: 1px solid #46a8ff;
}

.l-blue-btn:hover {
  background: transparent;
  color: #46a8ff;
  border: 1px solid #46a8ff;
}

.nav-pills .nav-link {
  font-size: 16px;
  font-weight: 400;
  background: #bcbcbc;
  color: #fff !important;
  border: none;
  border-radius: 99px;
  padding: 15px 20px;
  transition: 0.2s linear;
  text-align: center;
  cursor: pointer;
  width: 100%;
  margin: 10px auto;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link:hover {
  background: var(--primaryColor);
  color: #000 !important;
}

.company-img,
.company-img img {
  width: 147px;
  height: 147px;
}

.company-img {
  position: relative;
  margin: 0 auto;
}

.company-img img {
  border-radius: 100%;
  object-fit: cover;
}

.camera-btn {
  position: absolute;
  bottom: 5px;
  right: 52px;
  cursor: pointer;
}

.site-field i.right-icon {
  right: 10px;
}

.w-223 {
  width: 293px !important;
}

.m-grey-text {
  color: #8a8a8a;
}

.company-dp {
  width: 115px;
  height: 115px;
  border-radius: 100%;
  object-fit: cover;
}

.alert-img {
  width: 147px;
  height: 147px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.main-menu-content {
  background: #fff;
  padding-bottom: 40px;
}

/* ========================= CUSTOM CSS END ===================== */

/*--------------- New Css Start ---------------*/

.min-h-200 {
  min-height: 200px;
}

.grayText {
  color: #666666;
}

button {
  font-family: "Nunito", sans-serif;
}

.siteBtn {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  background: rgb(251,116,10);
  background: linear-gradient(0deg, rgba(251,116,10,1) 0%, rgba(251,152,9,1) 100%);
  color: #fff !important;
  border: 1px solid var(--primaryColor);
  border-radius: 5px;
  padding: 15px 40px;
  transition: 0.3s linear;
  text-align: center;
  cursor: pointer;
}

.siteBtn2 {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  background: #fff0;
  color: var(--primaryColor) !important;
  border: 1px solid var(--primaryColor);
  border-radius: 5px;
  padding: 15px 40px;
  transition: 0.3s linear;
  text-align: center;
  cursor: pointer;
}

.siteBtn:hover {
  color: var(--primaryColor) !important;
  background: #fff0;
  border-color: var(--primaryColor);
}

.siteBtn2:hover {
  background: var(--primaryColor);
  color: #fff !important;
  border-color: var(--primaryColor);
}

.redBtn {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  background: #FB0A0A;
  color: #fff !important;
  border: 1px solid #FB0A0A;
  border-radius: 5px;
  padding: 15px 40px;
  transition: 0.3s linear;
  min-width: 140px;
  text-align: center;
  cursor: pointer;
}

.redBtn:hover {
  background:  transparent;
  color: #FB0A0A !important;
}

.greenBtn {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  background: linear-gradient(0deg, rgba(0,152,0,1) 0%, rgba(9,251,17,1) 100%);
  color: #fff !important;
  border: 1px solid #09fb11;
  border-radius: 5px;
  padding: 15px 40px;
  transition: 0.3s linear;
  min-width: 140px;
  text-align: center;
  cursor: pointer;
}

.greenBtn:hover {
  background: transparent;
  color: #009800 !important;
  border-color: #009800;
}

.dashCard {
  background: #fff;
  border-radius: 10px;
  padding: 10px 25px;
}

.dashCard2 {
  background: #f2f8ff;
  border-radius: 10px;
}

.cardShadow {
  box-shadow: 0px 0px 40px var(--primaryColor) 1a;
}

.text-underline {
  text-decoration: underline !important;
}

.sheetBox {
  background: #f9f9f9;
  padding: 2rem 1rem;
  margin: 2rem 0rem;
  border-radius: 20px;
}

.attendanceBoxes {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0rem;
}

.attendanceBox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  margin: 1rem 0rem;
}

.attendanceBoxInner {
  margin-right: 1rem;
}

.multipleAttendance {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.payrollBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.payrollBoxInner i {
  color: #fff !important;
  background: #000 !important;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  text-align: center;
}

.ldBox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.ldIcon i {
  color: #fff !important;
  background: #000 !important;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  text-align: center;
}

.totalTable {
  text-align: left;
  border-collapse: separate;
  border-spacing: 40px 20px;
}

.productTable {
  text-align: left;
  border-collapse: separate;
  border-spacing: 40px 20px;
  width: 100%;
}

.productTable thead th {
  text-transform: uppercase;
}

.productTable tbody {
  vertical-align: top;
}

.productTable .thumbnail {
  width: 90px;
  height: 90px;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}

.pVariation {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.colorCircle {
  width: 20px;
  height: 20px;
  border-radius: 99px;
  margin-right: 5px;
}

.borderCustom {
  border: 1px solid #e0e0e0;
}

.progressTitle {
  font-size: 18px;
  color: #333;
}

.statusBox {
  display: inline-block;
  background: rgb(251, 116, 10) !important;
  background: linear-gradient(0deg, rgba(251, 116, 10, 1) 0%, rgba(251, 152, 9, 1) 100%) !important;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;

}

/*--- Login Pages ---*/

.loginPage {
  background: #f2f8ff;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../../images/loginLeftContentBG.png) no-repeat left;
}

.logo-absolute {
  position: absolute;
  top: 20px;
}

.loginText {
  font-size: 36px;
  font-weight: 400;
  color: #fff;
}

.loginCard {
  border-radius: 20px;
  padding: 2rem 3rem;
  margin: 0 auto;
  width: 100%;
}

.formHeading h2 {
  font-size: 36px !important;
  font-weight: 700;
  color: #141414;
}

/* .formHeading .formHeadingLg {
    font-size: 36px !important;
    font-weight: 600;
    color: #1A2C56;
} */

/* .formBox h4 {
    font-size: 24px;
    font-weight: 400;
    color: #374550;
} */

.siteLabel {
  font-size: 18px;
  color: #141414;
  font-weight: 600;
}

.forgotLink {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  text-decoration: underline;
  color: var(--primaryColor);
  transition: 0.2s linear;
}

.backToSite {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: var(--primaryColor);
  text-decoration: underline;
}

/*--- Dashboard Pages ---*/

.pageTitle {
  font-size: 30px !important;
  font-weight: 600;
  color: #141414;
}

.secondaryTitle {
  font-size: 22px !important;
  font-weight: 400;
  color: #141414;
}

.sectionTitle {
  font-size: 26px !important;
  font-weight: 600;
  color: #141414;
}

.topicTitle {
  font-size: 24px;
  font-weight: 400;
  color: var(--primaryColor);
}

.dashLabel {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #333;
}

.dashInput {
  background-color: #fff !important;
  font-weight: 400;
  padding: 10px 15px;
  font-size: 16px;
  color: #666;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #e1e1e1;
  resize: none;
  position: relative;
  appearance: none;
  border: 1px solid #707070;
}

select.dashInput {
  outline: none;
  min-width: 220px;
  appearance: auto;
  -webkit-appearance: auto;
}

select.dashInput.sm-dropdown {
  min-width: 90px !important;
  background-position: 90% 50%;
}

input[type="date"].dashInput {
  max-width: 180px;
}

.dashSearchWrap {
  position: relative;
  display: inline-block;
  width: 260px;
}

.search-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: none !important;
  border: none;
  width: auto !important;
}

.search-icon i {
  color: var(--primaryColor) !important;
  background: #fff;
}

.statusActive {
  background: #0eaa14 !important;
}

.statusInactive {
  background: #ff0000 !important;
}

.statusReported {
  background: #e20659 !important;
}

.statusPending {
  background: #fa9503 !important;
}

.statusAcknowledged {
  background: #33afa5 !important;
}

.back-title {
  display: flex;
  align-items: center;
}

.backLink {
    font-size: 21px;
    color: #000;
    margin-right: 10px;
    text-align: center;
    border: none;
    background: #fff0;
    transition: 0.2s linear;
    display: inline-flex;
    margin-top: -4px;
    vertical-align: middle;
}

.backLink:hover {
  color: var(--primaryColor);
}

.pageTitleInner span {
  font-size: 14px;
  color: #666;
}

.notBtn {
  background: none;
  border: none;
  padding: 0;
}

.contentMedia {
  position: relative;
}

.contentVideo {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

.play-button {
  border: none;
  background: none;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play-button i {
  font-size: 70px;
}

.totalPie img {
  width: 130px;
  height: 130px;
  object-fit: contain;
  object-position: center;
}

.totalPie2 img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  object-position: center;
}

.totalHeading {
  font-size: 28px;
  font-weight: 600;
  color: var(--primaryColor);
  margin-bottom: 0;
}

.totalLabel {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #141414;
  margin: 0;
  flex-shrink: 0;
}

.totalValue {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  margin: 0;
}

.filterBox {
  background: #e5e5e5;
  padding: 2rem 1rem;
  border-radius: 20px;
}

.progressCounter {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: var(--primaryColor);
}

.progressCounter button {
  color: var(--primaryColor);
  font-size: 28px;
}

.rideTime {
  font-family: "Nunito", sans-serif;
  font-size: 22px;
}

.locationBox {
  display: flex;
  gap: 10px;
}
.locationBox h4{
  font-size: 20px;
  font-weight: 600;
}
.locationBox p{
  font-size: 16px;
  color: #666666;
}
.packageDetail {
  font-size: 28px !important;
  font-weight: 400;
  color: #141414;
}

.moverImg {
  width: auto;
  height: 80px;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}

/*--- Accordion ---*/

.accordionBox {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  background: #fff;
}

.accordionBox2 {
  overflow: hidden;
  background: #fff;
}

.accordionCard {
  margin-bottom: 0rem;
}

.accordionCardHeader {
  background: var(--primaryColor);
  padding: 1rem;
  border-radius: 0px !important;
  position: relative;
}

.accordionCardHeader2 {
  background: #e7e7e7;
  padding: 1rem;
  border-radius: 99px !important;
  position: relative;
}

.accordionCardHeader button {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 0.5rem 1rem;
}

.accordionCardHeader2 button {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  padding: 0.5rem 1rem;
}

.accordionCardHeader button:hover,
.accordionCardHeader button:focus {
  color: #fff;
}

.accordionCardHeader[aria-expanded="false"]::after {
  content: "\f0d7";
  font-weight: 800;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 2rem;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}

.accordionCardHeader[aria-expanded="true"]::after {
  content: "\f0d8";
  font-weight: 800;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 2rem;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}

.accordionCardHeader2[aria-expanded="false"]::after {
  content: "\f107";
  font-weight: 800;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 2rem;
  color: #000;
  top: 50%;
  transform: translateY(-50%);
}

.accordionCardHeader2[aria-expanded="true"]::after {
  content: "\f106";
  font-weight: 800;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 2rem;
  color: #000;
  top: 50%;
  transform: translateY(-50%);
}

.accordionBox ul li {
  list-style: none;
}

.accordion .nav-pills .nav-link {
  font-size: 16px;
  font-weight: 400;
  background: #fff;
  color: #333 !important;
  border: none;
  border-radius: 0;
  padding: 10px 20px;
  transition: 0.2s linear;
  text-align: left;
  cursor: pointer;
  width: 90%;
  margin: 8px auto;
}

.accordion .nav-pills .nav-link.active,
.accordion .nav-pills .nav-link:hover {
  background: #f6f6f6;
}

/*--- Dashboard Form ---*/

.mainLabel {
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #141414;
  flex: 0 0 200px;
  display: block;
  word-break: break-word;
  margin-bottom: 4px;
}

.mainLabel-lg {
  flex: 0 0 250px !important;
}

.mainLabel-sm {
  flex: 0 0 120px !important;
}

.mainInput {
  background-color: #fff0 !important;
  font-weight: 400;
  padding: 10px 15px;
  font-size: 16px;
  color: #333;
  border: 1px solid var(--primaryColor) 57;
  border-radius: 5px;
  resize: none;
  position: relative;
  width: 100%;
  /* max-width: 340px; */
  min-width: 170px;
  appearance: none;
  margin-bottom: 4px;
}

select.mainInput {
  outline: none;
  appearance: auto;
}

textarea.mainInput {
  max-width: none;
  border-radius: 20px;
}

.mainText {
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  color: #666;
  word-break: break-all;
  margin-bottom: 4px;
  font-weight: 500;
}

.mainText2 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #333;
  word-break: break-all;
}

form label {
  color: #999;
}

.modalInput {
  background-color: #fff !important;
  font-weight: 400;
  padding: 10px 15px;
  font-size: 16px;
  color: #141414;
  border: 1px solid #e0e0e0;
  border-radius: 99px;
  resize: none;
  position: relative;
  width: 100%;
  min-width: 170px;
  appearance: none;
  border-color: var(--primaryColor);
}

textarea.modalInput {
  max-width: none;
  border-radius: 5px;
}

.mainImageFrame {
  background: #fbfbfb;
  width: 110px;
  height: 110px;
  text-align: center;
  line-height: 110px;
  border-radius: 10px;
  position: relative;
}

.mainImage {
  width: auto;
  height: 120px;
  object-fit: cover;
  object-position: center;
  margin: 0px 10px 10px 0px;
}

.removeMainImage {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 14px;
  color: #000;
  cursor: pointer;
}

.uploadAction label {
  cursor: pointer;
}

.licence-img img{
  max-width: 100%;
  width: 260px;
  height: 160px;
  object-fit: cover;
  object-position: top;
  border-radius: 5px;
}
.vehicle-img img{
  width: 210px;
  height: 136px;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}



/*--- Modal ---*/

.site-modal .modal-content {
  padding: 0;
  border-radius: 10px !important;
  background: #fff;
}

.modalIndex {
  padding: 3rem 3rem;
  position: relative;
}

.modal-close {
  font-size: 18px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 99px;
  padding: 0px;
  color: #666 !important;
  position: absolute;
  top: 15px !important;
  right: 15px !important;
  opacity: 1;
  transition: 0.4s linear;
  z-index: 9999999;
  cursor: pointer;
}

.modalHeading {
  font-size: 26px;
  line-height: 1.6;
  font-weight: 600;
  margin: 0;
  text-transform: capitalize;
  color: var(--primaryColor);
}

.modalText {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
  margin: 0;
  text-transform: capitalize;
}

/*--- Notifications ---*/

.notificationText {
  font-size: 16px;
  font-weight: 400;
  color: #666;
}

.notificationBelowInfo small {
  padding: 0px 5px;
  font-size: 14px;
  color: #666;
}

.mainNotiIcon {
  font-size: 28px;
  color: var(--primaryColor);
}

.notiImg img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  object-position: center;
}

.notification-text {
  font-size: 14px;
  font-weight: 400;
  color: #666;
}

.noti-img img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  object-position: center;
  border-radius: 99px;
}

li.dropdown-menu-footer a:hover {
  background: #000 !important;
  color: #fff !important;
}

/*--- User Profile ---*/

.userIimageFrame {
  max-width: 110px;
}

.userImage {
  width: 110px;
  height: 110px;
  object-fit: cover;
  object-position: center;
  border: 2px solid var(--primaryColor);
  border-radius: 50%;
  position: relative;

}

.userIimageFrame .uploadCamera {
  font-size: 15px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: #fff;
  color: #666;
  border-radius: 50%;
  box-shadow: 2px 2px 5px 1px #c1c1c1;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}

.passInput {
  width: 100%;
  max-width: none;
}

.w400px {
  max-width: 400px;
  width: 100%;
}

/*---------- Slick Slider ----------*/
.slider-nav .slick-slide {
  padding: 5px;
}

.slick-slide img {
  width: 100%;
  border-radius: 10px;
}

/*----- Image Custom Modal -----*/

.zoomImageModal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #0000009e;
  z-index: 999;
  width: fit-content;
  height: 50%;
  border-radius: 20px;
}

.imageContent {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow-y: auto;
}

.imageContent img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 20px;
}

.customModalClose {
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border: none;
  border-radius: 5px;
  padding: 0px;
  background: #000;
  color: #fff !important;
  position: absolute;
  top: 15px !important;
  right: 15px !important;
  opacity: 1;
  transition: 0.4s linear;
  z-index: 9999999;
  cursor: pointer;
}

.swal2-popup {
  background: #fff !important;
  padding: 3rem 3rem;
  position: relative;
}
.swal2-popup .swal2-title,
.swal2-title,
.swal2-html-container {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
  margin: 0;
  text-transform: capitalize;
  color: #373737 !important;
}

.swal2-popup .swal2-confirm {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  background: rgb(251,116,10);
  background: linear-gradient(0deg, rgba(251,116,10,1) 0%, rgba(251,152,9,1) 100%);
  color: #fff !important;
  border: 1px solid var(--primaryColor);
  border-radius: 5px;
  padding: 15px 40px;
  transition: 0.3s linear;
  text-align: center;
  cursor: pointer;
  outline: none;
  box-shadow: none !important;
}
.swal2-popup .swal2-confirm:hover,
.swal2-popup .swal2-cancel:hover{
  background: linear-gradient(0deg, rgba(251,152,9,1) 0%, rgba(251,116,10,1) 100%) !important;
  color: #fff !important;
}
.swal2-popup .swal2-cancel {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  background: #fff0;
  color: var(--primaryColor) !important;
  border: 1px solid var(--primaryColor);
  border-radius: 5px;
  padding: 15px 40px;
  transition: 0.3s linear;
  text-align: center;
  cursor: pointer;
}
.swal2-question {
  border-color: #ffffff !important;
  color: #ffffff !important;
  background: #000;
  box-shadow: 0 0 0 2px #333333;
}
.swal2-success-ring{
      background: #000;
      box-shadow: 0 0 0 2px #333333 !important;
      border: .25em solid #ffffff !important;
      border-radius: 50%;
}
.swal2-success [class^=swal2-success-line] {
  background-color: #ffffff !important;
  z-index: 100 !important;
}
div:where(.swal2-container) label:where(.swal2-input-label){
  font-weight: 600;
}
div:where(.swal2-container) .swal2-textarea{
  margin-top: 10px;
}

.unReadBox {
  padding: 20px 20px;
  border-radius: 10px;
}
.readBox {
  background: #fb980917;
  padding: 20px 20px;
  border-radius: 10px;
}
/*--------------- New Css End ---------------*/

.troller-detail .mainLabel{
  font-size: 16px;
}
.troller-detail .mainText{
  font-size: 15px;
}
.ride-detail-box .mainLabel{
  font-size: 18px;
}
.ride-detail-box .mainText{
  font-size: 16px;
}
.ride-detail-header{
  min-height: 72px;
}
.ride-detail-box .licence-img img{
  max-width: 100px;
  height: auto;
}

.weight,
.cost{
  font-size: 25px;
}
.items-count{
  font-size: 25px;
}
.rating{
  font-size: 20px;
}
.delivered-images img{
  width: 90px;
  height: 58px;
  object-fit: cover;
  object-position: center;
}
.status-tag {
  display: block;
  text-align: left;
  justify-content: start;
  padding: 0;
}
.green-tag {
  color: #00944b;
}
.yellow-tag {
  color: #FF9100;
}
.red-tag {
  color: #FF0000;
}
.business-details .mainLabel {
  flex: 0 0 240px;
}

.input-dark-bg{
  background-color: #F2F8FF !important;
  border: 1px solid rgba(38, 127, 235, 0.24);
}
.readBtn{
  text-decoration: underline;
  color: #FB790A;
  font-weight: 600;
  background: transparent;
  border: none;
  padding: 5px 5px;
}


@media (max-width: 991px) {
  .pageTitle {
    font-size: 26px !important;
  }
}
