* {
  box-sizing: border-box;
}

/* width */
::-webkit-scrollbar {
  width: 5px !important;
}

/* Track */
::-webkit-scrollbar-track {
  background: #d5dbfd !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ea4235 !important;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #283891 !important;
}

body {
  font-family: "Poppins", sans-serif !important;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  /* background: linear-gradient(180deg, #cbd3fc 0%, #ffffff 100%) 0% 0% no-repeat; */
}

body:before {
  content: "";
  background: linear-gradient(180deg, #cbd3fc 0%, #ffffff 100%) 0% 0% no-repeat;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.2rem;
  font-weight: 600;
}

h5 {
  font-size: 18px;
}

.heading {
  font-size: 24px;
  font-weight: 400;
}

.large-heading {
  font-size: 48px;
  font-weight: 400;
}

.paragraph {
  font-size: 16px;
  margin-bottom: 44px;
}

h2.title {
  color: #fff;
  font-weight: 600;
}

.subtitle {
  font-size: 12px;
  color: #86867e;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

a {
  color: #283891;
}

a.disabled {
  pointer-events: none;
}

a:hover {
  color: #283891;
  text-decoration: none;
}

a:focus-visible {
  outline: none;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #ff0000 !important;
}

.bold,
b,
strong {
  font-weight: bold;
}

.z-index-1 {
  z-index: 1 !important;
}

.overlay-gradient {
  position: relative;
}

.overlay-gradient:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.7+0,0.7+100 */
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(255, 255, 255, 0.7) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(255, 255, 255, 0.7) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(255, 255, 255, 0.7) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3ffffff', endColorstr='#b3ffffff', GradientType=0);
  /* IE6-9 */
  z-index: 1;
}

/*.custom-dsb {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*}*/

.bg-gradient {
  background: linear-gradient(360deg, #eeeeee, #ffffff) !important;
}

.bg-yellow-gradient {
  background: #f5c562;
  background: radial-gradient(circle, #efcb7e 0%, #bf8c1f 100%);
}

.bg-light {
  background-color: #f6f6f6 !important;
}

.bg-light2 {
  background-color: #f1f1f1 !important;
}

.bg-grey {
  background-color: #eeeeee !important;
}

.bg-grey2 {
  background-color: #b8b8b6;
}

.bgGrey-gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,eeeeee+100 */
  background: white;
  /* Old browsers */
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    white 0%,
    #eeeeee 100%
  );
  /* FF3.6-15 */
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    white 0%,
    #eeeeee 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, white 0%, #eeeeee 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.bg-white .list-group-item {
  background-color: #ffffff !important;
}

.badge-primary {
  color: #fff;
  background-color: #ff0000;
}

.s-status {
  padding: 4px 12px;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 0;
}

.s-status.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.status-lg {
  padding: 13px 40px;
}

.status-md {
  padding: 8px 34px;
}

.status-sm {
  padding: 9px 16px;
  font-size: 14px;
  line-height: 1;
}

.status-success {
  color: #51d35d;
  background-color: #d3f3d6;
}

.status-primary {
  color: #ffffff;
  background-color: #ff0000;
}

.status-secondary {
  color: #ffffff;
  background-color: #1e1f2c;
}

.status-light {
  color: #c8c8c8;
  background-color: #eeeeee;
}

.status-cool {
  color: #fff;
  background-color: #0079c5;
}

.status-heat {
  color: #fff;
  background-color: #f23f12;
}

.badge {
  font-size: 14px;
}

.badge-pill {
  padding: 3px 6px;
  border-radius: 50px;
}

.min-h-auto {
  min-height: auto !important;
}

.w-160px {
  width: 160px;
}

.redspot {
  width: 12px;
  height: 12px;
  background-color: #ff0000;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 2px;
  position: relative;
  top: -2px;
}

.smallspot {
  position: relative;
  display: flex;
  align-items: center;
}

.spot {
  content: "";
  background-color: #ff0000;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  z-index: 1;
  min-width: 8px;
  min-height: 8px;
  margin-right: 10px;
}

.min-height {
  min-height: 100% !important;
}

.d-content {
  display: contents !important;
}

.alert-top {
  z-index: 99;
  margin-bottom: 0;
  position: fixed;
  left: 0;
  right: 0;
  height: 80px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.alert-top.alert-dismissible .close {
  top: 14px;
}

.text-light {
  color: #86867e !important;
}

.text-green {
  color: #1ba12b;
}

.text-light-green {
  color: #51d35d;
}

.fwRegular {
  font-weight: 400;
}

.text-primary {
  color: #283891 !important;
}

.text-yellow-gradient {
  background: #f5c562;
  background: -webkit-radial-gradient(
    circle farthest-corner at center center,
    #efcb7e 0%,
    #bf8c1f 100%
  );
  background: -moz-radial-gradient(
    circle farthest-corner at center center,
    #efcb7e 0%,
    #bf8c1f 100%
  );
  background: radial-gradient(
    circle farthest-corner at center center,
    #efcb7e 0%,
    #bf8c1f 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-dark {
  color: #000 !important;
}

.text-yellow {
  color: #e5af40 !important;
}

.text-yellow-dark {
  color: #bf8c1f !important;
}

.alert-info {
  background-color: #c4dff5;
  border-color: #c4dff5;
  color: #242837;
}

.border-primary {
  border-color: #ff0000 !important;
}

.border-grey {
  border-color: #dad9d6 !important;
}

.border {
  border-color: #dad9d6;
}

.border-dark {
  border-color: #242837;
}

.letter-space-1 {
  letter-spacing: 1px;
}

.icon-right {
  position: absolute;
  right: 30px;
}

.icon-check-mark {
  color: #51d35d;
  font-weight: 600;
  font-size: 18px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.top-border {
  border-top: 1px solid #dad9d6 !important;
}

.bottom-border {
  border-bottom: 1px solid #dad9d6 !important;
}

.right-border {
  border-right: 1px solid #dad9d6 !important;
}

.left-border {
  border-left: 1px solid #dad9d6 !important;
}

.bottom-shadow {
  box-shadow: 0px 40px 50px -40px #7f73666b;
}

.position-bottom {
  position: absolute;
  bottom: 0;
}

.position-left {
  position: absolute;
  left: 0;
}

.position-right {
  position: absolute;
  right: 0;
}

.right-minus30 {
  right: -30px;
}

.cursor-pointer {
  cursor: pointer;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline;
}

ul {
  list-style: none;
  padding: 0;
}

button:focus {
  outline: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: none;
}

img {
  max-width: 100%;
}

.btn {
  font-size: 16px;
  border-radius: 6px;
  font-weight: 500;
  padding: 12px 40px;
  background: #283891;
  color: #fff;
  border: none;
}

.btn-blue {
  font-size: 16px;
  border-radius: 6px;
  font-weight: 500;
  padding: 12px 40px;
  background: #283891;
}

.btn-orange {
  font-size: 16px;
  border-radius: 6px;
  font-weight: 500;
  padding: 12px 40px;
  background: #ea4235;
}

.btn.disabled {
  opacity: 0.3;
}

.btn.disabled.btn-secondary {
  background-color: #1e1f2c;
  border-color: #1e1f2c;
}

.btn.disabled.btn-primary {
  background-color: #ff0000;
  border-color: #ff0000;
}

.btn.focus,
.btn:focus {
  box-shadow: none !important;
}

.btn:hover {
  color: #fff;
}

.disabled span {
  opacity: 0.3;
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  border-color: #283891;
  background: #283891;
}

.btn-primary:hover {
  color: #fff;
  border-color: #23307a;
  background: #23307a;
}

/* .btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
  color: #000;
  border-color: #ffffff;
  background: linear-gradient(1deg, #b3b3b3, #fff);
} */

.show > .btn-primary.dropdown-toggle {
  /* color: #000;
  border-color: #ffffff; */
  background: #283891;
}

.btn-secondary {
  border-color: #1e1f2c;
  color: #ffffff;
  background: linear-gradient(179deg, #010101, #2b2b28);
}

.btn-secondary:hover {
  color: #ffffff;
  background-color: #686764;
  background: linear-gradient(179deg, #2b2b28, #010101);
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
  background: linear-gradient(179deg, #010101, #2b2b28);
}

.btn-fb,
.btn-google,
.btn-apple {
  color: #fff !important;
  margin-bottom: 16px;
  margin-right: 6px;
  border: 0;
}

.btn-fb {
  background: #1773ea !important;
}

.btn-google {
  background: #ff4b26 !important;
}

.btn-apple {
  background: #000000 !important;
  margin-bottom: 0;
}

.btn-outline {
  color: #332e29;
  background-color: transparent;
  border: 1px solid #332e29;
  font-weight: bold;
}

.btn-light {
  color: #c8c8c8;
  background-color: #eeeeee;
  border-color: #eeeeee;
}

.btn-toggle {
  margin: 0 0;
  padding: 0;
  position: relative;
  border: none;
  height: 20px;
  width: 36px;
  border-radius: 30px;
  background-color: #dad9d6;
}

.btn-toggle.active {
  background-color: #ff0000;
  transition: background-color 0.25s;
}

.btn-toggle.active .handle {
  left: 1.125rem;
  transition: left 0.25s;
}

.btn-toggle .handle {
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: 16px;
  height: 16px;
  border-radius: 0.75rem;
  background: #fff;
  transition: left 0.25s;
}

.btn-lg {
  padding: 15px 40px;
}

.btn-md {
  padding: 7px 34px;
}

.btn-sm {
  padding: 10px;
  font-size: 0px;
}

.responsive-btn .icon {
  display: none;
}

.read-now {
  color: red;
  text-decoration: none !important;
  padding-left: 40px;
  transition: all 0.3s;
  position: relative;
  font-size: 16px;
}

.read-now::before {
  content: "";
  width: 34px;
  height: 3px;
  background: red;
  position: absolute;
  left: 0;
  bottom: 8px;
}

.read-now:hover {
  padding-left: 0;
}

.read-now:hover::before {
  content: none;
}

.right-top-arrow {
  transform: rotate(315deg) !important;
}

.right-bottom-arrow {
  transform: rotate(44deg) !important;
}

.list-title {
  position: relative;
  padding: 10px 0;
  left: -15px;
}

.list-title p {
  margin-bottom: 0;
}

.list-title p::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 1px;
  width: 100%;
  background: #dad9d6;
}

.list-title p span {
  background: #eeeeee;
  position: relative;
  color: #77776e;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding-right: 5px;
  z-index: 1;
}

/* header */
.header-main {
  position: absolute;
  /* background: #cbd3fc; */
  padding: 24px 30px;
  top: 0;
  left: 340px;
  right: 0;
  /* z-index: 99; */
  height: auto;
  border-bottom: 1px solid #fff;
}

body.baractive {
  overflow: hidden;
}

.header-main .top-bar .navbar-right .nav-menu {
  display: inline-block;
  /*float: right;*/
  margin-bottom: 0;
  margin-top: 0;
}

.navbar-right {
  text-align: right;
}

.header-main .top-bar .navbar-right .nav-menu .nav-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.header-main .top-bar .navbar-right .nav-menu .nav-item .nav-link {
  color: #283891;
  padding: 8px 13px;
  text-align: left;
}

.header-main .top-bar .navbar-right .nav-menu .nav-item .nav-link i {
  margin-right: 10px;
  position: relative;
  top: px;
  font-size: 24px;
  background: #ea4235;
  padding: 12px 14px;
  border-radius: 100%;
}

.header-main .top-bar .navbar-right .nav-menu .nav-item .acnt-detail a {
  display: flex;
  align-items: center;
}

.header-main .top-bar .navbar-right .nav-menu .nav-item .acnt-detail a p {
  margin-bottom: 0;
  line-height: 1;
  font-weight: bold;
}

.header-main .top-bar .navbar-right .nav-menu .nav-item .acnt-detail a small {
  font-weight: bold;
  color: #86867e;
}

.header-main .top-bar .navbar-right .nav-menu .nav-item .acnt-detail a img {
  width: 50px;
  height: 26px;
  margin-right: 22px;
}

.header-main .top-bar .navbar-right .nav-menu .search-item .dropdown-toggle {
  font-size: 16px;
}

.header-main
  .top-bar
  .navbar-right
  .nav-menu
  .search-item
  .dropdown-toggle::after {
  content: "\e978";
  margin-left: 10px;
}

.header-main .top-bar .navbar-right .nav-menu .search-item .input-label {
  color: #000000;
}

.header-main
  .top-bar
  .navbar-right
  .nav-menu
  .notification.dropdown
  .dropdown-toggle:after {
  display: none;
}

.header-main
  .top-bar
  .navbar-right
  .nav-menu
  .notification.dropdown
  .badge-pill {
  position: absolute;
  right: 20px;
  top: -10px;
  border: 1px solid #fff;
  background: #283891;
}

/*.header-main .top-bar .navbar-right .nav-menu .account-item .nav-link {*/
/*    border-radius: 50%;*/
/*    height: 74px;*/
/*    width: 74px;*/
/*    padding: 0;*/
/*}*/
.header-main .top-bar .navbar-right .nav-menu .account-item .nav-link img {
  height: 60px;
  width: 60px;
  margin-right: 10px;
  object-fit: cover;
  border-radius: 50%;
}

.header-main .top-bar .navbar-right .nav-menu .account-item .nav-link p {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
  vertical-align: middle;
  margin: 0px 27px 0px 0px;
}

.header-main .top-bar .navbar-right .nav-menu .dropdown.account-item .nav-link {
  padding-right: 0px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.header-main .top-bar .navbar-right .nav-menu .dropdown.account-item {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 0 1px;
}

.header-main .top-bar .navbar-right .nav-menu .account-item .nav-link:after {
  content: "\e90f";
  color: #283891;
  font-family: "icomoon";
  border: none;
  font-size: 8px;
  position: absolute;
  right: 17px;
  top: 25px;
}

.header-main .top-bar .navbar-right .nav-menu .dropdown {
  /*margin-right: 30px;*/
  /*margin-left: 150px;*/
  position: relative;
}

.header-main .top-bar .nav-logo .logo {
  width: 230px;
}

.header-main .toggle-btn {
  line-height: 1;
  cursor: pointer;
  position: absolute;
  left: -45px;
  top: 50%;
  transform: translate(0, -50%);
  display: none;
}

.header-main .toggle-btn i {
  font-size: 34px;
  color: #fff;
}

.header-main .toggle-btn .icon-menu.active:before {
  content: "\e992";
}

/*.header-main .top-bar .navbar-right .nav-menu .notification:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    border-left: 1px solid #fff;*/
/*    height: 70px;*/
/*    margin-top: -11px;*/
/*    margin-left: -10px;*/
/*}*/
/*.header-main .top-bar .navbar-right .nav-menu .account-item:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    border-left: 1px solid #fff;*/
/*    height: 70px;*/
/*    margin-top: 3px;*/
/*    margin-left: -20px;*/
/*}*/

.sidebar {
  width: 300px;
  bottom: 0;
  z-index: 9;
  float: left;
  left: 0;
  top: 0;
  background: #283891;
  position: fixed;
  padding: 30px;
  padding-left: 0;
  overflow: auto;
  transition: 0.3s ease;
  scrollbar-width: none;
  /* sidebar */
}

.sidebar::-webkit-scrollbar {
  width: 0;
}

.sidebar .sidebar-logo {
  text-align: center;
  margin-bottom: 60px;
}

.sidebar .sidebar-logo .logo {
  width: 200px;
}

.sidebar .side-menu li.menu-item .menu-link {
  position: relative;
  color: #ffffff;
  text-transform: capitalize;
  padding: 12px 0;
  font-size: 16px;
  width: 100%;
  display: block;
  font-weight: 500;
  padding-left: 30px;
}

.sidebar .side-menu li.menu-item .menu-link:hover {
  border-color: #fff;
}

.sidebar .side-menu li.menu-item .menu-link i.menu-icon {
  margin-right: 10px;
  width: 18px;
  display: block;
  font-size: 17px;
  display: inline-block;
  margin-top: 4px;
}

.sidebar .side-menu li.menu-item.active .menu-link {
  width: 250px;
  border-color: #fff;
  font-weight: 500;
  background: #fff;
  color: #283891;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.sidebar .side-menu li.menu-item .sub-menu {
  display: none;
}

.sidebar .side-menu li.menu-item .sub-menu ul li {
  position: relative;
}

.sidebar .side-menu li.menu-item .sub-menu ul li a {
  padding: 15px 10px 15px 40px;
  color: #242837;
  text-transform: none;
  font-size: 14px;
  display: block;
  line-height: 1;
  font-weight: 500;
}

.sidebar .side-menu li.menu-item .sub-menu ul li a:hover::before {
  content: "";
  position: absolute;
  left: -28px;
  width: 6px;
  height: 100%;
  top: 0;
  background: red;
  bottom: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.sidebar .side-menu li.menu-item .sub-menu ul li.active a::before {
  content: "";
  position: absolute;
  left: -28px;
  width: 6px;
  height: 100%;
  top: 0;
  background: red;
  bottom: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.sidebar .side-menu li.menu-item .dropDown::after {
  content: "\e986";
  font-family: "icomoon";
  float: right;
  margin-top: 2px;
  margin-left: 10px;
}

.sidebar .side-menu .dropdown-toggle:after {
  content: none !important;
}

.sidebar .side-menu a {
  display: block;
}

.sidebar .logout-btn {
  margin-left: -70px;
}

.sidebar .logout-btn a {
  padding-right: 60px;
  padding-left: 0px;
  background: #ea4235;
  border: none;
  border-radius: 0 5px 5px 0;
  width: 243px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.body-wrapper {
  margin: 0 0 0 300px;
  padding: 0;
  position: relative;
  min-height: 100%;
  top: 115px;
  /* background: linear-gradient(180deg, #cbd3fc 0%, #edf0fe 100%) 0% 0% no-repeat; */
  transition: all 0.3s;
}

.body-wrapper .banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 30px 28px;
  border-bottom-right-radius: 60px;
  min-height: 220px;
  display: -webkit-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  color: #ffffff;
  position: relative;
}

.body-wrapper .banner.banner-space {
  margin: 0 30px;
}

.body-wrapper .banner.banner-slider {
  padding: 100px 60px;
  display: block;
}

.body-wrapper .banner.banner-slider .banner-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom-right-radius: 50px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}

.body-wrapper .banner.banner-slider .bannertext {
  width: 630px;
  height: 350px;
  backdrop-filter: blur(4px);
}

.body-wrapper .banner.banner-slider .slick-arrow {
  bottom: -100px;
  background-color: #ffffff70;
}

.body-wrapper .banner.banner-slider .slick-arrow:focus,
.body-wrapper .banner.banner-slider .slick-arrow:hover {
  background: #fff;
}

.body-wrapper .banner.banner-slider .slick-arrow:focus:before,
.body-wrapper .banner.banner-slider .slick-arrow:hover:before {
  color: #ff0000;
}

.body-wrapper .banner.banner-slider .slick-dots {
  left: 0;
}

.body-wrapper .banner.banner-center {
  justify-content: center;
  min-height: 100%;
  text-align: center;
  padding: 100px 40px;
}

.body-wrapper .banner.banner-center .banner-heading {
  font-size: 28px;
}

.body-wrapper .banner .banner-heading {
  color: #ffffff;
  font-weight: inherit;
  margin-bottom: 0;
  font-size: 32px;
}

.body-wrapper .banner.nobg {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  min-height: 100%;
}

.body-wrapper .banner.nobg .bannertext {
  position: unset;
  min-width: 100%;
  height: 100%;
  display: block;
  background-color: #57564f;
}

.body-wrapper .banner.nobg .bannertext span {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.body-wrapper .banner.nobg .bannertext h2 {
  font-weight: 400;
  font-size: 32px;
  margin: 14px 0;
}

.body-wrapper .banner.nobg .bannertext p {
  margin-bottom: 10px;
  display: inline-block;
}

.body-wrapper .banner.nobg .bannertext p:last-child {
  margin-bottom: 0;
}

.body-wrapper .banner .subheading {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 8px;
}

.body-wrapper .banner .paragraph {
  margin-bottom: 0;
  color: #ffffff;
}

.body-wrapper .banner .bannertext {
  background-color: #3c3c35ba;
  padding: 25px 36px;
  border-left: 4px solid red;
  display: inline-block;
  min-width: 540px;
  border-bottom-right-radius: 30px;
}

.body-wrapper .banner .icon-right {
  position: absolute;
  top: 40px;
  right: 30px;
}

.body-wrapper .banner .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #3c3c3c73;
  border-bottom-right-radius: 60px;
}

.body-wrapper .content {
  min-width: 320px;
}

.body-wrapper .content .section-padding {
  padding: 40px;
}

.body-wrapper .content .banner-heading {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 0;
  color: #283891;
  display: inline-block;
  vertical-align: middle;
}

.body-wrapper .content .alert-box {
  box-shadow: 0px 2px 10px #00000026;
  border-radius: 8px;
  background-color: #fff;
}

.sticky-breadcrumb {
  box-shadow: 0px 0px 100px #3c3c3cbf;
  position: relative;
}

.sticky-breadcrumb .breadcrumb {
  padding: 20px 28px;
  background-color: #ffffff;
  margin-bottom: 0;
}

.sticky-breadcrumb .breadcrumb.bg-light {
  background-color: #fafafa;
}

.sticky-breadcrumb .breadcrumb .breadcrumb-item {
  color: #86867e;
}

.sticky-breadcrumb .breadcrumb .breadcrumb-item + ::before {
  color: #86867e;
}

.sticky-breadcrumb .breadcrumb .breadcrumb-item a {
  color: #86867e;
}

.breadcrumb {
  padding: 0;
  background: transparent;
  margin-bottom: 40px;
}

.breadcrumb .breadcrumb-item {
  font-size: 12px;
  color: #ffffff;
}

.breadcrumb .breadcrumb-item + ::before {
  display: inline-block;
  padding-right: 13px;
  padding-left: 13px;
  color: #ffffff;
  content: "/";
}

.breadcrumb .breadcrumb-item.active {
  font-weight: bold;
}

.breadcrumb .breadcrumb-item a {
  color: #ffffff;
}

.payment-pg .sorting {
  width: 1% !important;
}
.dropdown .dropdown-menu {
  border: none;
  width: 280px;
  border-radius: 0;
  margin-top: 19px;
  padding: 0;
  background: #242837;
  border-top: 1px solid #1e1f2c;
}

.dropdown .dropdown-menu ul li {
  position: relative;
  padding: 15px 20px;
  border-bottom: 1px solid #dad9d6;
}

.dropdown .dropdown-menu ul li:last-child {
  border-bottom: none;
}

.dropdown .dropdown-menu ul li .item {
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}

.dropdown .dropdown-menu ul li a {
  display: block;
  margin-bottom: 20px;
}

.dropdown .dropdown-menu ul li a:last-child {
  margin-bottom: 0;
}

.dropdown .dropdown-menu ul li a i {
  margin-right: 10px;
}

.dropdown .dropdown-menu ul li a .icon-news {
  font-size: 34px;
  color: red;
}

.dropdown .dropdown-menu ul li .notif-name {
  font-weight: bold;
}

.dropdown .dropdown-menu ul li p {
  font-size: 14px;
  margin-bottom: 6px;
}

.dropdown .dropdown-menu ul li p:last-child {
  margin-bottom: 0;
}

.dropdown .dropdown-menu ul li .ago {
  font-size: 14px;
}

.dropdown .dropdown-menu ul li .mark-read {
  font-size: 12px;
  font-weight: bold;
}

.dropdown .dropdown-menu ul li .btn {
  display: inline-block;
}

.dropdown .dropdown-menu ul li .icon-right-arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}

/* .dropdown .dropdown-toggle:after {
  content: "\e901";
  font-family: "icomoon";
  margin-left: 20px;
  width: auto;
  height: auto;
  line-height: 1;
  position: absolute;
  border: none !important;
  top: 50%;
  transform: translate(0px, -50%);
} */

.export-dropdown .dropdown-toggle::after {
  content: none;
}

.export-dropdown .dropdown-menu {
  margin-top: 10px;
  width: 270px;
  border: 1px solid #dad9d6;
  border-radius: 4px;
}

.export-dropdown .dropdown-menu ul {
  margin-bottom: 0;
}

.export-dropdown .dropdown-menu ul li {
  border: none;
  padding: 14px 24px;
}

.export-dropdown .dropdown-menu ul li:hover {
  box-shadow: 0px 3px 12px #0000001a;
}

.filter-select {
  position: relative;
  text-align: left;
}

.filter-select[aria-expanded="true"] {
  box-shadow: inset 0 0 0 2px #ff0000 !important;
}

.filter-select[aria-expanded="true"] .label {
  color: #ff0000 !important;
  font-weight: bold;
}

.filter-select::after {
  content: "\e980";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  font-size: 20px;
  color: #000;
}

select.form-control {
  font-weight: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/down-arrow.png");
  background-repeat: no-repeat;
  background-position-y: 50%;
  background-size: 16px;
  background-position-x: 95%;
}

select.form-control:not([size]):not([multiple]) {
  height: auto;
}

textarea {
  height: auto !important;
}

.form-control {
  display: block;
  width: 100%;
  padding: 12px;
  font-size: 15px;
  font-weight: 400;
  height: 49px;
  color: #000000;
  background-color: #fff;
  border: 1px solid #cbcbcb;
  border-radius: 6px;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #ffffff;
  opacity: 1;
  box-shadow: inset 0 0 0 2px #dad9d6;
  color: #86867e;
}

.form-control:disabled + .input-label,
.form-control.disabled + .input-label {
  top: -5px;
  left: 12px;
  font-size: 12px;
  color: #86867e;
  padding: 0 4px;
  background-color: #ffffff;
}

.main-search.form-group {
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
  display: block !important;
}

.main-search.form-group i {
  position: absolute;
  left: 15px;
  top: 15px;
  color: #1e1e1e;
  font-size: 20px;
}

::placeholder {
  color: #ffffff;
}

.widget ::placeholder {
  color: #000;
}

.form-group {
  position: relative;
  margin-bottom: 10px;
}

.form-group.search-group {
  display: flex;
}

.form-group .form-control:focus,
.form-group .form-control:valid {
  color: #1e1e1e;
  background-color: transparent;
  border-color: #cbcbcb;
  outline: 0;
  box-shadow: none;
}

.form-group .form-control + .input-label + .icon-search-interface-symbol {
  position: absolute;
  right: 20px;
  top: 16px;
  font-size: 22px;
}

.form-group .input-label {
  font-size: 18px;
  position: absolute;
  pointer-events: none;
  left: 80px;
  top: 20px;
  line-height: 1;
  margin-bottom: 0;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.form-group .select-label {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  padding-left: 10px;
}

.form-group .form-control:focus ~ .input-label,
.form-group .form-control:valid ~ .input-label,
.form-group .form-control:valid ~ .label-old,
.form-group .form-control:focus ~ .label-old {
  top: -18px;
  left: 8px;
  font-size: 16px;
  color: #1e1e1e;
  padding: 0 4px;
  background-color: transparent;
}

.form-group .form-control.alert + label + i:before {
  content: "\e979" !important;
  color: #ffa300;
}

.form-group .form-control + label + i + .alert-box {
  display: none;
}

.form-group .form-control.alert + label + i + .alert-box {
  display: block;
}

.form-group .alert {
  margin-bottom: 0;
  box-shadow: 0 0 0 2px #ffa300;
  display: block;
}

.form-group .alert:focus,
.form-group .alert:valid {
  box-shadow: 0 0 0 2px #ffa300 !important;
}

.form-group .alert-box {
  background-color: #fbe8c7;
  padding: 16px;
  font-size: 14px;
  border-radius: 3px;
  margin-top: 10px;
  border: none;
  box-shadow: 0 0 0 2px #ffeed1;
}

.form-group .alert-box p {
  margin: 0;
}

.field-icon {
  position: absolute;
  z-index: 2;
  left: 16px;
  font-size: 14px;
  font-weight: 600;
  top: 18px;
  color: #000;
}
.toggle-password {
  font-size: 18px;
  top: 15px;
}

.company-logo {
  margin: 0 0 50px;
}

.company-logo img {
  width: 285px;
}

.anchor-primary {
  text-decoration: underline;
  color: #282828;
  font-size: 20px;
  font-weight: 500;
}

.anchor-primary:hover {
  color: #000000;
}

.icon {
  margin-right: 6px;
  position: relative;
  top: 2px;
}

.contact span {
  font-weight: 600;
}

.card {
  border-color: transparent;
  width: 100%;
  border-radius: 10px;
  /* overflow: auto; */
  background-color: #fff;
  transition: all 0.3s;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}

.card .card-img-box {
  min-height: 180px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.card .card-img-box .position-right {
  position: absolute;
  right: 0;
  top: 0;
}

.card.card-img {
  background-repeat: no-repeat;
  background-size: cover;
}

.card.card-img .card-header .icon-right-arrow2 {
  color: white;
}

.card.card-img .heading,
.card.card-img p,
.card.card-img h5,
.card.card-img h6,
.card.card-img h4,
.card.card-img h3,
.card.card-img h2,
.card.card-img h1 {
  color: #ffffff;
  margin-bottom: 8px;
}

.card.card-img p {
  margin-bottom: 4px;
}

.card .card-overlay {
  text-align: center;
  padding: 40px 15px 30px;
  margin: 20px 0;
  position: relative;
}

.card .card-overlay .heading {
  color: #ed1c24;
}

.card .card-overlay::after {
  content: "";
  background-image: url(../images/card-crop-overlay.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.8;
}

.card .card-overlay .ticket-box {
  word-spacing: 5px;
}

.card .card-overlay .ticket-box .custom-radio {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}

.card .card-overlay .ticket-box .custom-radio .custom-control-label::before {
  top: 40px;
  left: 14px;
  width: 16px;
  height: 16px;
  border: 1px solid #665e57;
  background-color: #665e57;
}

.card .card-overlay .ticket-box .custom-radio .custom-control-label::after {
  width: 8px;
  height: 8px;
  background: #d9d9d9;
  top: 44px;
  left: 18px;
  border-radius: 50%;
}

.card
  .card-overlay
  .ticket-box
  .custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::after {
  top: 44px;
  left: 18px;
  background: #ff0000;
}

.card
  .card-overlay
  .ticket-box
  .custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background-color: #dad9d6;
  border-color: #dad9d6;
}

.card .card-header {
  background: transparent;
  border: none;
  padding: 0;
  position: relative;
}

.card .card-header.bottom-border {
  padding: 0 0 10px;
}

.card .card-header .icon-right-arrow2 {
  position: absolute;
  right: 0;
  top: 10px;
  color: red;
  font-size: 14px;
}

.card .card-header .heading {
  margin-bottom: 0;
  font-size: 20px;
}

.card.card-hover:hover {
  box-shadow: 0px 25px 40px #00000014;
  z-index: 1;
}

.card .card-body {
  padding: 20px;
}

.card .card-body.user-body,
.card .card-body.edit-profile-body {
  padding: 40px;
}

.card .card-body p {
  margin-bottom: 10px;
}

.card .card-body .list-group {
  max-height: 340px;
  overflow: auto;
}

.card .card-body .list-group .list-group-item .title {
  color: #fff;
}

.card .card-body .list-group .list-group-item p {
  color: #fff;
}

.card .card-body .list-group .list-group-item .smalltitle {
  color: #fff;
}

.card .card-body .user-info {
  display: flex;
  align-items: center;
}

.card .card-body .user-info img.user-img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.card .card-body .user-info .user-detail {
  margin-left: 15px;
}

.card .card-body .user-info .user-detail h5 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 2px;
  line-height: 1;
}

.card .card-body .user-info .user-detail p {
  font-size: 20px;
  line-height: 1;
}

.card .card-body .user-list .profile {
  text-align: center;
  margin-bottom: 15px;
}

.card .card-body .user-list .profile img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
  margin-bottom: 10px;
}

.card .card-body .user-list .profile h5 {
  font-size: 22px;
  margin-bottom: 0;
}

.card .card-body .user-list .profile p {
  font-size: 18px;
  margin-bottom: 0px;
}

.card .card-body .user-list .profile .rating {
  font-size: 14px;
}

.card .card-body .user-list .profile .rating i {
  color: #ffd117;
}

.card .card-body .user-list .profile .rating i:last-child {
  margin-right: 4px;
}

.card .card-body .user-list .info ul {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.card .card-body .user-list .info ul li {
  width: 50%;
  display: inline-block;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 20px;
  position: relative;
}

.card .card-body .user-list .info ul li h5 {
  font-size: 22px;
  margin-bottom: 0;
}

.card .card-body .user-list .info ul li p {
  margin-bottom: 0;
}

.card .card-body .user-list .info ul li:after {
  content: "";
  left: 20px;
  right: 20px;
  bottom: 0;
  height: 1px;
  background: #fff;
  opacity: 0.2;
  position: absolute;
}

.card .card-body .user-list .info ul li:nth-child(2),
.card .card-body .user-list .info ul li:nth-child(4) {
  border: 0;
}

.card .card-body .user-list .info ul li:nth-child(3):after,
.card .card-body .user-list .info ul li:nth-child(4):after {
  display: none;
}

.card .card-body .subscription .custom-radio {
  margin: 0;
  padding: 40px 24px 0;
}

.card
  .card-body
  .subscription
  .custom-radio
  .custom-control-input:checked
  ~ .custom-control-label:after {
  background-size: 100% 100%;
  background-color: transparent;
  border-radius: 50%;
  top: -5px;
  left: auto;
  right: -5px;
  content: "\e904";
  font-size: 14px;
  color: #000;
  font-family: "icomoon";
  background-image: none !important;
}

.card
  .card-body
  .subscription
  .custom-radio
  .custom-control-input:checked
  ~ .custom-control-label:before {
  background-color: #ffffff;
  border-color: #ffffff;
}

.card .card-body .subscription .custom-radio .custom-control-label {
  padding-left: 0;
}

.card .card-body .subscription .custom-radio .custom-control-label:before {
  left: auto;
  right: -8px;
  top: -8px;
  border: 3px solid #ffffff;
}

.card .card-body .subscription .custom-radio .custom-control-label i {
  font-size: 34px;
  position: absolute;
  top: -10px;
  left: -10px;
}

.card .card-body .subscription .custom-radio .custom-control-label h4 {
  font-size: 24px;
  margin-bottom: 0px;
}

.card .card-body .subscription .custom-radio .custom-control-label h6 {
  font-size: 20px;
  margin-bottom: 4px;
}

.card .card-body .user-profile .profile {
  position: relative;
}

.card .card-body .user-profile .profile img {
  min-width: 150px;
  width: 150px;
  min-height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #fff;
}

.card .card-body .user-profile .profile .info .inner-info {
  display: flex;
  text-align: left;
  margin-left: 30px;
}

.card .card-body .user-profile .profile .info .inner-info h5 {
  font-size: 24px;
  margin-bottom: 4px;
  display: inline-block;
}

.card .card-body .user-profile .profile .info .inner-info .rating {
  display: inline-block;
  margin-left: 10px;
}

.card .card-body .user-profile .profile .info .inner-info .rating i {
  color: #ffd117;
}

.card .card-body .user-profile .profile .info .inner-info .rating i:last-child {
  margin-right: 4px;
}

.card .card-body .user-profile .profile .info .inner-info .location {
  font-size: 18px;
  margin-bottom: 0;
}

.card .card-body .user-profile .profile .info .inner-info .email {
  font-size: 24px;
  margin-bottom: 0;
}

.card .card-body .user-profile .profile .info .inner-info .hobbies {
  margin-left: 40px;
}

.card .card-body .user-profile .profile .info .inner-info .hobbies ul {
  margin-bottom: 0;
}

.card .card-body .user-profile .profile .info .inner-info .hobbies ul li {
  border-bottom: 1px solid #fff;
  padding: 4px 0;
}

.card .card-body .user-profile .profile .info .inner-info .hobbies ul li h4 {
  margin-bottom: 0;
  font-size: 22px;
}

.card .card-body .user-profile .profile .info .inner-info .hobbies ul li p {
  margin-bottom: 0;
}
/*  */




.card
  .card-body
  .user-profile
  .profile
  .info
  .inner-info
  .hobbies
  ul
  li:last-child {
  border-bottom: 0;
}

.card .card-body .user-profile .profile .info .discription {
  margin-left: 30px;
  margin-top: 10px;
}

.card .card-body .user-profile .profile .info .discription p {
  margin-bottom: 0;
  font-size: 20px;
  opacity: 0.5;
}

.card .card-body.edit-profile-body .user-profile .profile {
  margin-bottom: 40px;
  display: inline-block;
  position: relative;
}

.card .card-body.edit-profile-body .user-profile .profile .icon-camera-icon {
  background: #fff;
  color: #000;
  padding: 8px;
  border-radius: 50%;
  font-size: 18px;
  position: absolute;
  bottom: 10px;
  right: 0;
}

.card .card-body .terms-condition p {
  font-size: 20px;
}

.card .card-body .form-group select.form-control {
  background-color: #242837;
}

.list-group {
  position: relative;
  z-index: 1;
  border-radius: 6px;
}

.list-group.list-group-flush .list-group-item {
  border-radius: 0 !important;
}

.list-group.list-bordered {
  border: 1px solid #dad9d6;
  border-radius: 3px;
}

.list-group.list-bordered .list-group-item {
  border-left: 0;
  border-right: 0;
}

.list-group.list-bordered .list-group-item:last-child {
  border-bottom: 0 !important;
}

.list-group.list-bordered .overlay-gradient .list-group-item:last-child {
  border-bottom: 0 !important;
}

.list-group.list-bordered .overlay-gradient .list-group-item:first-child {
  border-top: 0 !important;
}

.list-group.list-striped .list-group-item:nth-child(even) {
  background-color: #f8f8f8;
}

.list-group.list-striped .list-group-item .icon {
  color: #1e1f2c;
}

.list-group.list-shadow {
  box-shadow: 0px 25px 40px rgba(0, 0, 0, 0.1);
}

.list-group .list-group-item {
  padding: 14px 10px;
  border-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid;
  border-color: #ffffff26;
  background-color: transparent;
}

.list-group .list-group-item:last-child {
  border-bottom: 1px solid #dad9d6 !important;
}

.list-group .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group .list-group-item:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.list-group .list-group-item label {
  font-size: 14px;
}

.list-group .list-group-item .s-status {
  position: relative;
  top: 2px;
}

.list-group .list-group-item p {
  margin-bottom: 0;
}

.list-group .list-group-item .list-right {
  float: right;
  display: flex;
}

.list-group .list-group-item .list-right i {
  color: #57564f;
  vertical-align: middle;
  align-items: center;
  display: inline-flex;
  font-size: 14px;
}

.list-group .list-group-item .list-right .btn {
  margin-left: 10px;
}

.list-group .list-group-item.list-hover:hover {
  box-shadow: 0px -3px 12px #00000015;
}

.list-group .list-group-item .dropdown .dropdown-menu {
  margin-top: 10px;
  width: 160px;
  border-radius: 4px;
  border: 1px solid #dad9d6;
}

.list-group .list-group-item .dropdown .dropdown-menu ul li a {
  font-size: 14px;
}

.list-group .list-group-item .dropdown .dropdown-toggle .icon {
  font-size: 24px;
}

.list-group .list-group-item .dropdown .dropdown-toggle:after {
  content: none;
}

.list-group .list-group-item .dropdown .dropdown-toggle:focus-visible {
  outline: none;
}

.accordion .card {
  margin-bottom: -1px;
}

.accordion .card.card-custom {
  background: linear-gradient(360deg, #eeeeee, #fff) !important;
  box-shadow: none !important;
}

.accordion .accordion-footer {
  padding: 20px 40px;
  background: #fff;
  border: 1px solid #dad9d6;
  border-top: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.custom-control input:disabled ~ label {
  color: #c0c0c0;
}

.custom-control input:disabled + label:before {
  border-color: #c0c0c0;
}

.custom-control input:checked:before,
.custom-control input:checked:after,
.custom-control input:disabled + label:before,
.custom-control input:disabled + label:after {
  border-color: #c0c0c0 !important;
}

.custom-radio {
  align-items: center;
  padding-left: 0;
  margin-right: 40px;
  margin-top: 6px;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff00;
  border-color: red;
}

.custom-radio .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-size: 100% 100%;
  background-color: red;
  border-radius: 50%;
  top: 4px;
  left: 4px;
  background-image: none !important;
}

.custom-radio .custom-control-label {
  padding-left: 35px;
}

.custom-radio .custom-control-label::before {
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #86867e;
  background-color: transparent;
}

.custom-radio .custom-control-label::after {
  top: 0;
}

.custom-checkbox {
  padding-left: 0;
  align-items: center;
}

.custom-checkbox input {
  display: none;
}

.custom-checkbox label:before {
  content: "";
  appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #87867e;
  border-radius: 2px;
  padding: 10px;
  display: inline-block;
  position: absolute;
  left: 0;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 14px;
}

.custom-checkbox input:checked + label:before {
  border-color: #ff2700;
}

.custom-checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 8px;
  width: 6px;
  height: 12px;
  border: solid #ff2700;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-checkbox label {
  margin: 0;
  position: relative;
  padding-left: 40px;
}

.loginpg {
  background: #ffffff;
}

.loginpg .have-account {
  color: #282828;
  font-size: 22px;
  font-weight: 500;
  text-align: right;
  margin-bottom: 80px;
}

.loginpg .have-account .btn {
  margin-left: 15px;
}

.loginpg .form-group .form-control {
  height: 56px;
  color: #282828;
  border-bottom: 1px solid #242837;
  box-shadow: none;
  border-radius: 0;
}

.loginpg .form-group .form-control:focus,
.loginpg .form-group .form-control:valid {
  box-shadow: none;
}

.loginpg .form-group .form-control:focus ~ .input-label,
.loginpg .form-group .form-control:valid ~ .input-label,
.loginpg .form-group .form-control:focus ~ .label-old,
.loginpg .form-group .form-control:valid ~ .label-old {
  color: #282828;
}

.loginpg .form-group .input-label {
  color: #282828;
  font-size: 18px;
}

.loginpg .digit-group .form-group {
  text-align: center;
}

.loginpg .digit-group .form-group .form-control {
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 5px solid #a5a5a5 !important;
  border-radius: 15px;
  margin: 0 12px;
  text-align: center;
  padding: 5px;
}

.loginpg .custom-checkbox {
  margin-bottom: 30px;
}

.loginpg .custom-checkbox label {
  font-size: 20px;
  color: #000;
  font-weight: 500;
}

.loginpg .custom-checkbox .custom-control-label:before {
  border-radius: 10px;
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  top: 0;
}

.loginpg
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label:before {
  background-color: #000;
}

.loginpg
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label:after {
  top: 7px;
  left: 11px;
  width: 7px;
  height: 14px;
  border-color: #fff;
}

.loginpg .field-icon,
.loginpg .select-label {
  color: #000;
}

.loginpg select.form-control {
  background-image: url("../images/down-arrow.svg");
}

.modal-content {
  border-radius: 15px;
}

.modal-content .modal-body {
  padding: 30px;
}

.modal-content .modal-body .profile img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #fff;
  margin-bottom: 10px;
}

.modal-content .modal-body .profile h5 {
  margin-bottom: 8px;
  font-size: 26px;
}

.modal-content .modal-body .profile .rating {
  font-size: 30px;
  color: #ffd117;
  margin-bottom: 14px;
}

.modal-content .modal-body textarea.form-control {
  background: #fff;
  border-radius: 15px;
  color: #000;
}

.modal-content .modal-body textarea.form-control::placeholder {
  font-style: italic;
  color: 939393;
  font-weight: 400;
}

.modal-content .modal-body .close-outside {
  color: #fff;
  opacity: 1;
}

/*# sourceMappingURL=style.css.map */

/* Custom Css */
.login-pg {
  background: url(./);
  height: 100vh;
  background-size: cover;
}

.login-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 80px;
}

.have-account {
  display: flex;
  justify-content: center;
  align-items: center;
}

.have-account p {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.have-account a {
  margin-left: 42px;
  border-radius: 10px;
  background: #283891;
  font-size: 16px;
}

.login-form {
  padding-top: 60px;
  background: #fff;
  box-shadow: 0px 3px 26px #00000029;
  border-radius: 12px;
  width: 100%;
  padding-left: 35px;
  padding-right: 35px;
}

.login-form .heading {
  color: #283891;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}
/* .formwrap-01 {
  width: 88%;
  padding-top: 118px;
} */

.formwrap-01 .login-form input {
  border-radius: 10px;
  border: 1px solid #cbcbcb;
  padding-left: 49px;
}
.login-form,
.login-form.forgot-pass {
  margin-top: 40px !important;
  padding: 50px 50px;
}
.iconemail#email {
  padding-left: 46px;
}

.login-form p {
  font-size: 16px;
  color: #1e1e1e;
  text-align: center;
  font-weight: 500;
  margin-bottom: 23px;
}

.margin li {
  display: inline-flex;
}
input#otp {
  width: 59px;
}
.margin {
  padding-left: 50px;
  padding-right: 50px;
}
.login-form label {
  font-size: 16px;
  color: #1e1e1e;
  font-weight: 500;
}

.login-form .form-control::placeholder {
  padding-left: 10px;
}

.login-form .forgot-pass {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 25px;
}

.login-form .remember-checkbox {
  display: flex;
  align-items: center;
}

.login-form .remember-checkbox p {
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 16px;
}

.login-form .remember-checkbox #remember_me {
  color: #ffffff;
  border: 1px solid #283891;
  width: 25px;
  height: 23px;
  border-radius: 5px;
}

.login-form .anchor-primary {
  text-decoration: none;
  font-size: 16px;
}

.login-form .form-login-btn {
  background: #283891;
  border-radius: 10px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  margin-top: 12px;
  margin-bottom: 26px;
}
.formwrap-0001 {
  padding-top: 56px;
  width: 100%;
}

.password {
  /* height: 368px;
  margin-left: 119px; */
  margin-bottom: 16px;
  /* margin-top: -200px; */
}

div#setPass .login-form input {
  padding-left: 50px;
}

a#resendBtn {
  text-transform: capitalize;
  display: flex;
  justify-content: center;
}

.login-form .other-login {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 26px;
}

.login-form .other-login a {
  border-radius: 10px;
  margin: 0 12px;
  text-align: center;
  padding: 12px 0 8px 0;
  width: 60px;
}

.login-form .login-with {
  font-size: 16px;
  color: #cbcbcb;
  font-weight: 500;
  margin-top: 26px;
}

.login-form .sign-up-checkbox {
  display: flex;
  align-items: center;
}

.login-form .sign-up-checkbox p {
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 15px;
}

.login-form .sign-up-checkbox #policy {
  color: #ffffff;
  border: 1px solid #283891;
  width: 20px;
  height: 20px;
  border-radius: 5px;
}

.login-form.forgot-pass {
  margin-top: 100px !important;
  padding-top: 63px !important;
  margin-left: -11px;
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.login-pg:after {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/login-bg.png);
  z-index: -1;
}

.formwrap {
  padding-top: 56px;
  width: 100%;
}

.otp-form .form-group {
  display: flex;
  justify-content: center;
}

.otp-form .otp-input {
  width: 76px;
  height: 71px;
  margin: 0 8px;
  padding: 0;
  text-align: center;
}

.otp-form .otp-input:focus-visible {
  outline: 0;
}

.otp-form .otp-btn {
  width: 537px;
  background: #283891;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
}

.otp-form {
  height: 461px;
  margin-top: 110px;
}

.reset-password {
  margin-top: 22px !important;
}

.registration-form {
  position: absolute;
  height: 100vh;
  top: -30px;
  right: 0;
  border-radius: 0;
}

.registration-form .form-group .form-control {
  padding-left: 0;
}

.registration-form .select-cc {
  height: 56px;
  color: #1e1e1e;
  border-color: #cbcbcb;
  width: 262px;
  border-radius: 10px;
}

.registration-form .select-cc:focus-visible {
  outline: 0;
}

.registration-form .registration-h2 {
  color: #283891;
  font-size: 26px;
  font-weight: 500;
}

.registration-form .select-reg {
  color: #1e1e1e;
  background-color: transparent;
  border-color: #cbcbcb;
  outline: 0;
  box-shadow: none;
  height: 56px;
  width: 100%;
  border-radius: 10px;
}

/* Forms Ended Here */

/* Header starts from here */

.main-search .form-control {
  padding-left: 50px;
}

.main-search .form-control:focus ~ .input-label,
.main-search .form-control:valid ~ .input-label {
  font-size: 0;
}

.main-search .form-control:focus,
.main-search .form-control:valid {
  background: #fff;
}
.delete.btn.btn-danger.btn-sm {
  background: #ea4235;
}
/* Dashboard */
.scroll-00 .dashboard-request .request-box {
  height: 580px;
}
.scroll-01 {
  height: 645px;
  overflow-y: scroll;
}
.scroll-02 {
  height: 200px;
  overflow-y: scroll;
}
.dashboard-table .th-title {
  color: #283891;
  font-size: 16px;
  font-weight: 500;
}

.dashboard-table .title {
  color: #283891;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

.dashboard-table .title span {
  color: #ea4235;
  font-size: 12px;
  font-weight: 400;
}

.dashboard-table .sub-title {
  color: #333333;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 4px;
}

.dashboard-table .para {
  color: #000000;
  font-size: 12px;
  white-space: normal;
  width: 60%;
}

.dashboard-table .counter-row {
  text-align: center;
  border-radius: 5px;
  margin-bottom: 0;
  display: inline-flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
}

.dashboard-table .counter-row li {
  background: #f6f6f6;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: fit-content;
  margin: 2px;
}

.dashboard-table .counter {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}

.dashboard-table .counter-para {
  color: #333333;
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 0;
  white-space: break-spaces;
}

.dashboard-table .salary {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 700;
}

table th {
  color: #283891;
  padding: 16px;
}

table td {
  padding: 14px;
}

/*.dashboard-table th {*/
/*    padding: 20px 50px 0 50px;*/
/*    border-bottom: 3px solid #0000000d;*/
/*}*/
.dashboard-table {
  width: 100%;
}
ul#results {
  max-height: 300px;
  overflow-y: auto;
  border-radius: 6px;
  box-shadow: 0px 0px 10px #33333373;
  position: relative;
  z-index: 9;
}
ul#results li {
  background: #fff;
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #33333345;
}
ul#results ul li:nth-child(1) {
  border: none;
}
ul#results ul li:nth-child(2) {
  border: none;
}
ul#results ul li:nth-child(3) {
  border: none;
}
ul#results li:nth-child(4) {
  border: none;
}
.myClass {
  border: 1px solid #283891;
  padding: 0px 10px 0px 9px;
  border-radius: 20px;
  font-size: 13px;
  margin-left: 9px;
}
.dashboard-table .job-status .nav-link {
  background: #283891;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  width: fit-content;
}

.dashboard-table .job-status .dropdown .dropdown-menu {
  /*background: #283891;*/
  width: 160px;
  /*border-radius: 6px;*/
}

/*.dashboard-table .job-status .dropdown .dropdown-menu ul li a {*/
/*    text-align: center;*/
/*    font-size: 16px;*/
/*    font-weight: 500;*/
/*    border-radius: 6px;*/
/*    width: 100px;*/
/*    padding: 8px 0;*/
/*    background: transparent;*/
/*    border: none;*/
/*    color: #fff;*/
/*}*/

/*.dashboard-table .job-status .dropdown .dropdown-menu ul li {*/
/*    text-align: center;*/
/*    padding: 0;*/
/*}*/

.dashboard-table .action .nav-link {
  background: #ea4235;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  width: fit-content;
}

.dashboard-table .action .dropdown .dropdown-menu {
  /*background: #ea4235;*/
  width: 160px;
  /*border-radius: 6px;*/
  /*border: none;*/
}

/*.dashboard-table .action .dropdown .dropdown-menu ul li a {*/
/*    text-align: center;*/
/*    font-size: 16px;*/
/*    font-weight: 500;*/
/*    border-radius: 6px;*/
/*    width: 100px;*/
/*    padding: 8px 0;*/
/*    background: transparent;*/
/*    border: none;*/
/*    color: #fff;*/
/*}*/

/*.dashboard-table .action .dropdown .dropdown-menu ul li {*/
/*    text-align: center;*/
/*    padding: 0;*/
/*}*/
.dashboard-table tr {
  border-bottom: 1px solid #0000002e;
}

.dashboard-table tr:last-child {
  border: none;
}

.dashboard-messages .heading {
  text-align: center;
  color: #283891;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 2px solid #707070;
  margin-bottom: 20px;
}
.dashboard-messages .messages img {
  width: 34px;
  height: 34px;
  object-fit: cover;
  border-radius: 4px;
}
.dashboard-messages .messages {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  cursor: pointer;
}
ul#results i.icon-heart_icon.hearticon {
  margin-left: 129px;
  margin-top: -6px;
  color: #ea4235;
}
ul#results li:nth-child(5) {
  border: none;
}
.dashboard-messages .content-details h1 {
  font-size: 15px;
  font-weight: 600;
  color: #283891;
  margin-bottom: 0;
  margin-left: 10px;
}

.dashboard-messages .content-details p {
  color: #333333;
  font-size: 13px;
  margin-left: 10px;
  margin-bottom: 0;
}

.dashboard-messages .content-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.dashboard-messages .not-badge {
  font-size: 10px;
  color: #fff;
  background: #ea4235;
  text-align: center;
  padding: 4px 10px;
  border-radius: 50%;
  margin-left: 36px;
}

.dashboard-messages::-webkit-scrollbar {
  width: 0;
}

.dashboard-request .heading {
  text-align: center;
  color: #283891;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.dashboard-request .header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #707070;
}

.dashboard-request .header a {
  text-decoration: underline;
}

#dash-hospitals {
  width: 100%;
}

.request-detail {
  width: 100%;
}

.request-detail p {
  width: 50%;
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  font-size: 10px;
  font-weight: 500;
}

.request-detail p:nth-child(2) {
  margin-left: 16px;
}

.request-detail span {
  color: #283891;
  font-size: 12px;
  font-weight: 600;
}

table#dash-hospitals tbody tr td:nth-child(2) a {
  color: #333333;
}

table#dash-hospitals {
  font-weight: 600;
}

#dash-hospitals tr {
  border-bottom: 1px solid #0000002e;
}

#dash-hospitals .btn-orange:hover {
  color: #fff;
}

.request-detail .border-r {
  border-right: 1px solid #70707070;
}

.dashboard-request .request {
  display: flex;
  align-items: flex-start;
  margin-top: 15px;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 0px 3px 12px #00000029;
  padding: 10px;
}

.dashboard-request .request .profile-header {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.dashboard-request .content-details h1 {
  font-size: 15px;
  font-weight: 600;
  color: #283891;
  margin-bottom: 0;
  margin-left: 10px;
}

.dashboard-request .content-details p {
  color: #333333;
  font-size: 13px;
  margin-left: 10px;
  margin-bottom: 0;
}

.dashboard-request .content-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dashboard-request::-webkit-scrollbar {
  width: 0;
}

.dashboard-request .btn-blue {
  padding: 5px 15px;
  font-size: 10px;
  border-radius: 3px;
  margin-left: 37px;
}

.dashboard-request .btn-orange {
  padding: 5px 15px;
  font-size: 10px;
  border-radius: 3px;
  margin-left: 10px;
}

.dashboard-interviews .heading {
  text-align: center;
  color: #283891;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 2px solid #707070;
  margin-bottom: 20px;
}

.dashboard-interviews .interviews {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.dashboard-interviews .content-details h1 {
  font-size: 15px;
  font-weight: 600;
  color: #283891;
  margin-bottom: 0;
  margin-left: 10px;
}

.dashboard-interviews .content-details p {
  color: #333333;
  font-size: 13px;
  margin-left: 10px;
  margin-bottom: 0;
}

.dashboard-interviews .content-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dashboard-interviews .schedule {
  color: #283891;
  font-size: 12px;
  margin-bottom: 0;
  text-align: right;
}

.dashboard-interviews .content-details .time {
  color: #333333;
  font-size: 10px;
  margin-left: 58px;
}

.dashboard-interviews .interview-icon {
  background: #959595;
  padding: 16px;
  border-radius: 50%;
}

.dashboard-interviews .interview-icon:before {
  color: #000;
}

.dashboard-interviews .interviews-box {
  height: 210px;
  overflow: hidden;
  overflow-y: scroll;
}

.dashboard-interviews .interviews-box::-webkit-scrollbar {
  width: 0;
}

.dashboard-messages .messages-box {
  height: 210px;
  overflow: hidden;
  overflow-y: scroll;
}

.dashboard-messages .messages-box::-webkit-scrollbar {
  width: 0;
}

.dashboard-request .request-box {
  height: 210px;
  overflow: hidden;
  overflow-y: scroll;
}

.dashboard-request .request-box::-webkit-scrollbar {
  width: 0;
}

/* Interview Modal */

/*.bg-overlay {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background: #28389180;*/
/*    backdrop-filter: blur(14px);*/
/*}*/

.interview-modal .modal-content {
  background: #fff;
  border-radius: 15px;
  height: 552px;
  width: 439px;
  margin: auto;
}

.interview-modal .modal-header {
  border: none;
}

.interview-modal h1 {
  color: #283891;
  font-size: 22px;
  text-align: center;
  font-weight: 600;
}

.interview-modal img {
  margin: auto;
  display: block;
}

.interview-modal h6 {
  color: #283891;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 0;
  font-weight: 600;
}

.interview-modal p {
  text-align: center;
  color: #283891;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
}

.interview-modal span {
  text-align: center;
  margin: auto;
  display: block;
}

.interview-modal input#date {
  border: 1px solid #cbcbcb;
  width: 163px;
  height: 49px;
  border-radius: 10px;
  margin-right: 10px;
  padding: 10px;
}

.interview-modal input#time {
  border: 1px solid #cbcbcb;
  width: 163px;
  height: 49px;
  border-radius: 10px;
  padding: 10px;
}

.interview-modal .d-flex {
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.interview-modal .modal-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: none;
  padding-top: 20px;
}

.interview-modal .btn-blue {
  color: #fff;
  border: none;
  border-radius: 10px;
  width: 235px;
  height: 53px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}

.interview-modal .btn-orange {
  color: #fff;
  border: none;
  border-radius: 10px;
  width: 235px;
  height: 53px;
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: 400;
  margin-left: 0;
}

.interview-modal .modal-body {
  padding-bottom: 0;
}

.interview-modal .close {
  color: #ea4235;
  font-size: 30px;
  opacity: 1;
}

/* Profile Page */
.profile-pg .cover-photo {
  background-color: transparent;
  background-repeat: no-repeat;
  box-shadow: none;
  background-size: cover;
  height: 320px;
  position: relative;
  margin-bottom: 80px;
  background-position: center;
}

.profile-pg .profile-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 34px;
}

.profile-pg .profile-btn .banner-heading {
  color: #283891;
  font-size: 34px;
}

.profile-pg .user-profile {
  position: absolute;
  bottom: -77px;
  left: 50px;
}

.profile-pg .user-profile .profile img {
  border: 1px solid #283891;
  height: 140px;
  width: 140px;
  object-fit: contain;
  background: #fff;
  padding-top: 0px;
  border-radius: 50%;
}
.profile-01 img {
  border: 1px solid #283891;
  width: 86px;
  object-fit: cover;
  background: #fff;
  padding-top: 10px;
  border-radius: 0%;
  height: 90px;
}

.profile-pg .dashboard-messages {
  height: 570px;
  margin-left: auto;
}

.profile-pg .messages-box {
  height: 480px;
}

.profile-pg .sub-heading {
  color: #283891;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.profile-pg .para {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  width: 90%;
}

.profile-pg .para-2 {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  width: 70%;
}

.profile-pg .sub-heading span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin-top: 4px;
  margin-bottom: 20px;
}

.verticle-nav#myTab {
  display: flex;
  align-items: center;
  margin-top: 20px;
  /*border-bottom: 3px solid #00000057;*/
  /*width: 50%;*/
  position: relative;
  z-index: 1;
}

.body-wrapper .profile-pg .section-padding {
  padding-bottom: 0;
}

.verticle-nav .nav-link {
  color: #00000073;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 40px;
  margin: 0 -1px;
  border: none;
  border-bottom: 3px solid;
}

.verticle-nav .nav-link:focus,
.verticle-nav .nav-link:hover {
  border: none;
  color: #283891;
  border-color: #283891;
  border-bottom: 3px solid #283891;
}

.verticle-nav .nav-link.active {
  color: #283891;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: #283891;
}

.profile-pg .jobs {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 3px 12px #00000029;
  /*width: 807px;*/
  height: 163px;
  position: relative;
  margin-bottom: 15px;
}

.profile-pg .job-title {
  font-size: 15px;
  color: #283891;
  font-weight: 600;
  margin-bottom: 12px;
}

.profile-pg .job-tags {
  display: flex;
  align-items: center;
}

.profile-pg .job-tags .tag-1 {
  background: #c7cfff;
  font-size: 12px;
  font-weight: 400;
  color: #283891;
  position: relative;
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 10px;
}

.profile-pg .job-tags .tag-1:before {
  content: "\e905";
  font-family: "icomoon";
  margin-right: 10px;
}

.profile-pg .job-tags .tag-2 {
  background: #ea4235;
  font-size: 12px;
  font-weight: 400;
  border-radius: 3px;
  padding: 10px;
  margin-left: 20px;
  position: relative;
  margin-bottom: 10px;
  color: #fff;
}

.profile-pg .job-tags .tag-2:before {
  content: "\e903";
  font-family: "icomoon";
  margin-right: 10px;
}

.profile-pg .job-des {
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 6px;
}

.profile-pg .job-para {
  color: #000000;
  font-size: 10px;
  font-weight: 400;
}

.profile-pg .jobs:after {
  content: "\e900";
  font-family: "icomoon";
  color: #000;
  position: absolute;
  right: 20px;
  top: 20px;
}

.profile-pg .job-box {
  height: 498px;
  overflow: hidden;
  overflow-y: scroll;
}

.profile-pg .job-box::-webkit-scrollbar {
  width: 0;
}

.profile-pg .rating {
  color: #283891;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  margin-bottom: 0;
}

.profile-pg .rating:after {
  content: "\e901";
  font-family: "icomoon";
  font-size: 16px;
  position: absolute;
  left: 60px;
  top: 9px;
}

.profile-pg .reviews {
  color: #1e1e1e;
  font-size: 15px;
  font-weight: 600;
}

.profile-pg .review-left {
  display: flex;
  align-items: center;
  margin-right: 14px;
}

.profile-pg .review-content h1 {
  color: #283891;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
  position: relative;
}

.profile-pg .review-content p {
  color: #000000;
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 0;
}

.review-content {
  margin-left: 10px;
}

.profile-pg .review-content h1:after {
  /* content: "\e901"; */
  font-family: "icomoon";
  font-size: 10px;
  position: absolute;
  bottom: 2px;
  left: 80px;
}

.profile-pg .review-left,
.profile-pg .review-right {
  width: 100%;
  height: 98px;
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0px 3px 12px #00000029;
  margin-bottom: 20px;
}

.profile-pg .review-right {
  display: flex;
  align-items: center;
}

.profile-pg .review-box {
  height: 423px;
  overflow: hidden;
  overflow-y: scroll;
}

.profile-pg .review-box::-webkit-scrollbar {
  width: 0;
}

.profile-pg .double-reviews {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.custom-upload::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-upload-profile::-webkit-file-upload-button {
  visibility: hidden;
}

.custom-upload {
  font-size: 0;
}
.custom-upload-profile {
  font-size: 0;
}

.custom-upload::before {
  content: "\e904";
  font-family: "icomoon";
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 5px 8px;
  cursor: pointer;
  font-size: 16px;
  background: #283891;
  position: absolute;
  top: 38px;
  left: 10%;
  color: #fff;
}

.custom-upload-profile::before {
  content: "\e904";
  font-family: "icomoon";
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 5px 8px;
  cursor: pointer;
  font-size: 16px;
  background: #283891;
  position: absolute;
  top: 38px;
  left: 10%;
  color: #fff;
}

.user-profile .custom-upload::before {
  top: 40%;
}

.profile img {
  height: 101px;
  width: 100%;
  object-fit: cover;
}

.custom-upload-icon::-webkit-file-upload-button {
  visibility: hidden;
}

.custom-upload-icon {
  font-size: 0;
}

.custom-upload-01::-webkit-file-upload-button {
  visibility: hidden;
}

.custom-upload-01 {
  font-size: 0;
}

.custom-upload-01::before {
  content: "\e904";
  font-family: "icomoon";
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 5px 8px;
  cursor: pointer;
  font-size: 16px;
  background: #283891;
  position: absolute;
  top: 38px;
  left: 10%;
  color: #fff;
}

.user-profile .custom-upload-01::before {
  top: 40%;
  left: 47%;
}

.custom-upload-profile::-webkit-file-upload-button {
  visibility: hidden;
}

.custom-upload-01::-webkit-file-upload-button {
  visibility: hidden;
}

.custom-upload-01 {
  font-size: 0;
}

.custom-upload-profile1 {
  font-size: 0;
}

.jobs-pg a.btn.btn-primary {
  margin-top: 30px;
}

.quiz-quest-001 {
  margin-bottom: 30px;
  margin-top: 10px;
}

.create-new-job h1 {
  color: #283891;
  font-size: 25px;
  font-weight: 600;
}

.body-wrapper .jobs-pg .banner-heading {
  margin-left: 14px;
  margin-bottom: 20px;
}

.job-posted .title {
  color: #283891;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border-bottom: 2px solid #707070;

  margin: auto;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.job-posted .sub-title {
  color: #283891;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

.job-posted .sub-title span {
  background: #ea4235;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 6px;
  border-radius: 3px;
  margin: 5px 0;
  display: inline-block;
}

.job-posted .sub-title span:before {
  content: "\e903";
  font-family: "icomoon";
  padding-right: 10px;
}

.job-posted .job-description {
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 6px;
}

.job-posted .para {
  color: #000000;
  font-size: 10px;
  font-weight: 400;
}

.job-posted h2 {
  color: #283891;
  font-size: 12px;
  font-weight: 600;
  padding-right: 15px;
  border-right: 1px solid #000;
  margin-right: 15px;
}

.job-posted h2 span {
  display: block;
  font-size: 10px;
  font-weight: 400;
  color: #000000;
}

.job-posted h2:last-child {
  border: none;
}

.job-posted .job-posted-box {
  box-shadow: 0px 3px 12px #00000029;
  padding: 10px 12px;
  border-radius: 10px;
  margin: 10px;
}

.jobs-pg .dashboard-interviews {
  margin-left: auto;
  height: 320px;
}

.jobs-pg .dashboard-interviews .heading {
  font-size: 18px;
}

.jobs-pg .job-box {
  height: 240px;
  overflow: hidden;
  overflow-y: scroll;
}

.jobs-pg .job-box::-webkit-scrollbar {
  width: 0;
}

.jobs-pg .current-employees h1 {
  color: #283891;
  font-size: 18px;
  font-weight: 600;
}

.jobs-pg .current-employees a {
  color: #ea4235;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
}

.jobs-pg .current-employees .heading {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  border-bottom: 1px solid #0000004a;
  margin-bottom: 20px;
}

.jobs-pg .current-employees .content {
  display: flex;
  align-items: center;
}

.jobs-pg .current-employees .content h1 {
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 600;
  margin-left: 10px;
}

.jobs-pg .current-employees .content p {
  color: #333333;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 0;
  margin-left: 10px;
}

.jobs-pg .current-employees .set-radius {
  text-decoration: none;
  margin-left: 96px;
  position: relative;
}

.jobs-pg .current-employees .set-radius:before {
  content: "\e917";
  font-family: "icomoon";
  position: absolute;
  left: -20px;
}

.jobs-pg .current-employees .row h2 {
  font-size: 12px;
  font-weight: 600;
  color: #283891;
  margin-top: 15px;
  border-right: 1px solid #000;
  padding-right: 10px;
  margin-right: 10px;
  margin-bottom: 0;
}

.jobs-pg .current-employees .row span {
  display: block;
  color: #000000;
  font-size: 10px;
  font-weight: 400;
}

.jobs-pg .current-employees .row h2:last-child {
  border: none;
}

.jobs-pg .employee {
  padding: 16px;
  background: #fff;
  box-shadow: 0px 3px 12px #00000029;
  border-radius: 5px;
  margin: 10px;
}

.jobs-pg .employee-box {
  height: 660px;
  overflow: hidden;
  overflow-y: scroll;
}

.jobs-pg .employee-box::-webkit-scrollbar {
  width: 0;
}

.jobs-pg .current-employees .btn {
  background: transparent;
  color: #ea4235;
  font-size: 12px;
  padding: 0;
  margin-bottom: 16px;
  text-decoration: underline;
}

.messages-pg .dashboard-messages .messages-box {
  height: 635px;
}

.messages-pg .chat-section {
  position: relative;
  margin-top: 30px;
  height: 738px;
  background: #ffff;
  box-shadow: 0px 3px 12px #00000029;
  border-radius: 10px;
  padding: 0 40px 40px 40px;
}

.messages-pg .chat-title {
  color: #283891;
  text-align: center;
  padding-top: 20px;
  border-bottom: 2px solid #00000045;
  width: 100%;
  margin: auto;
}

.messages-pg .single-chat .chat-name {
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  color: #333333;
  margin-bottom: 8px;
}

.messages-pg .single-chat .chat-para {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  background: #cbcbcb;
  padding: 10px 20px;
  max-width: 500px;
  border-radius: 15px 15px 15px 0;
  margin-bottom: 10px;
}

.messages-pg .single-chat {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.messages-pg .single-chat {
  max-width: 500px;
}

.messages-pg .single-chat span {
  position: absolute;
  color: #333333;
  right: 0;
  bottom: 30px;
  text-transform: uppercase;
}

.messages-pg .chat-box {
  padding: 50px 0;
}

.messages-pg .single-chat.right {
  float: right;
}

.messages-pg .single-chat.right .chat-para {
  margin-left: auto;
  border-radius: 15px 15px 0px 15px;
  background: #283891;
  color: #fff;
}

.messages-pg .single-chat.right .chat-img {
  float: right;
}

.messages-pg .single-chat.right .chat-name {
  text-align: right;
}

.messages-pg .single-chat.right span {
  /*right: 52%;*/
  left: 0;
}

.messages-pg .chat-section .sent-items {
  position: absolute;
  left: 40px;
  bottom: 40px;
  right: 40px;
}

.messages-pg .chat-section .sent-items #sent-message {
  height: 80px;
}

.messages-pg .chat-section .sent-items #files {
  font-size: 0;
  position: absolute;
  height: 35px;
  width: 25px;
  right: 90px;
  bottom: 25px;
}

.messages-pg .chat-section .sent-items #files:before {
  content: "\e91a";
  font-family: "icomoon";
  font-size: 28px;
  color: #cbcbcb;
  cursor: pointer;
}

.messages-pg .chat-section .sent-items .sent-button {
  position: absolute;
  background: #283891;
  border: none;
  height: 51px;
  width: 51px;
  border-radius: 50%;
  right: 20px;
  bottom: 14px;
  cursor: pointer;
}

/* Employee Modal */

.add-employee .form-group {
  margin-bottom: 12px;
}

.add-employee .modal-body {
  padding-top: 0;
}

.add-employee .modal-header {
  padding-bottom: 4px;
}

.add-employee .btn-group-toggle {
  border: 1px solid #cbcbcb;
  border-radius: 10px;
}

h2#swal2-title {
  color: #283891;
  font-size: 30px;
}

#swal2-html-container {
  color: #000;
}

.hospital#payments-table {
  display: inline-table;
}

body.swal2-shown > [aria-hidden="true"] {
  transition: 0.1s filter;
  filter: blur(14px);
}

.modal-backdrop {
  filter: blur(14px);
  background: #283891;
}

.add-employee .btn-group-toggle .custom-switch {
  padding: 0px 20px;
  margin: 12px;
  background: transparent;
  border: none;
  color: #000000;
  font-size: 15px;
}

.add-employee .btn-group-toggle .active.custom-switch {
  background: #ea4235;
  color: #ffffff;
  transition: 0.3s all;
  transition: right 500ms ease;
}

.add-employee .btn-blue {
  margin-bottom: 50px;
}

.add-employee .modal-content {
  height: 100%;
}

/* Employees Page */

/* .employees-table {

  height: 742px;

  padding-top: 20px;
  overflow: auto;
  overflow: auto;
} */

.employees-table th {
  color: #283891;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  /* position: sticky; */
  background: #fff;
  /* top: -25px; */
  text-align: left;

  /* padding-top: 10px; */
}

.employees-table td {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.employees-table table {
  width: 100%;
  position: relative;
  border-collapse: collapse;
}

.employees-table .job-status .nav-link {
  background: #283891;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.employees-table .job-status .dropdown .dropdown-menu {
  /* background: #283891; */
  width: 160px;
  /* border-radius: 6px; */
}

/* .employees-table .job-status .dropdown .dropdown-menu ul li a {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  width: 100px;
  padding: 8px 0;
  background: transparent;
  border: none;
  color: #fff;
} */

.employees-table .action .nav-link {
  background: #ea4235;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.employees-table .action .dropdown .dropdown-menu {
  background: #ea4235;
  width: 160px;
  border-radius: 6px;
  border: none;
}

.employees-table .action .dropdown .dropdown-menu ul li a {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  width: 100px;
  padding: 8px 0;
  background: transparent;
  border: none;
  color: #fff;
}

.employees-table .action .dropdown .dropdown-menu ul li {
  text-align: center;
  padding: 0;
}

.employees-table tr {
  border-bottom: 1px solid #0000002e;
}

.employees-table tr:last-child {
  border: employeesone;
}

.employees-table ul {
  margin: 16px 0;
}

.employees-table ul .dropdown-menu ul {
  margin: 0;
}

.employees-table th:first-child {
  text-align: left;
}

.employees-table th {
  padding-bottom: 20px;
}

.employees-table thead tr {
  border-width: 3px;
}

.employees-table::-webkit-scrollbar {
  width: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #283891;
  border: none;
  color: #fff !important;
  border-radius: 4px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: none;
}

/* Employee Page */
.ep-pg .card .card-body .user-profile .profile img {
  padding-top: 0;
}

.ep-pg #myTab {
  width: 27%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ep-pg .give-btn {
  color: #fff;
  background: #283891;
  font-size: 20px;
  font-weight: 400;
}

.ep-pg .ep-btn-review {
  display: flex;
  justify-content: end;
  margin-top: -50px;
  margin-right: 95px;
  margin-bottom: 40px;
}

.ep-pg .card .card-body .user-profile .profile {
  display: flex;
}

.ep-content {
  margin-top: 87px;
  margin-left: 10px;
}

.ep-content .ep-title {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 3px;
}

.ep-pg .ep-para {
  font-size: 13px;
  font-weight: 400;
  color: #000000;
}

.ep-pg .custom-upload::before {
  left: 110px;
}

.ep-pg .ep-img {
  width: 53px;
  height: 51px;
  border-radius: 7px;
  background: #fff;
  padding: 10px;
  border: 1px solid #283891;
}

.ep-pg .exp-title {
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0;
}

.ep-pg .exp-sub-title {
  color: #000000;
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 0;
}

.ep-pg .exp-para {
  color: #000000;
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 0;
  width: 71%;
}

.ep-pg .experience {
  display: flex;
  border-bottom: 1px solid #00000059;
  padding-bottom: 10px;
  width: 95%;
  margin-bottom: 8px;
}

.ep-pg .experience .content {
  margin-left: 10px;
}

.custom-heading {
  font-size: 20px;
  font-weight: 600;
  color: #283891;
  margin-bottom: 8px;
}

.ep-pg .profile-pg .para {
  margin-bottom: 8px;
  border-bottom: 1px solid #00000057;
}

.ep-pg .sub-heading {
  margin-bottom: 6px;
}

.ep-pg .profile-btn {
  margin-bottom: 20px;
}

.ep-pg .body-wrapper .content .section-padding {
  padding-top: 10px;
}

.ep-pg .edu .exp-para {
  width: 100%;
}

.ep-pg .experience.skills {
  align-items: center;
}

.ep-pg .experience.skills:first-child {
  border: none;
}

.ep-pg .license {
  font-size: 12px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px;
}

.ep-pg .experience.license img {
  margin-right: 6px;
}

.ep-pg .experience.language h1 {
  font-size: 13px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0;
}

.ep-pg .experience.language p {
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0;
}

.ep-pg .experience.language {
  display: block;
  margin-bottom: 8px;
}

.ep-pg .profile-btn .banner-heading {
  font-weight: 700;
}

.bi.bi-pencil-square {
  margin-top: 0px !important;
}

textarea#description {
  font-size: 20px;
  font-weight: 600;
}

.banner-heading-01.d-inline-block {
  padding-top: 50px;
  color: #283891;
}

/* Payment Page */

.payment-table .p-title {
  color: #283891;
  font-size: 22px;
  display: inline-block;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.payment-table .p-para {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 16px;
  border-bottom: 1px solid #00000040;
}

.payment-table th {
  color: #283891;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 16px;
}

.payment-table table {
  width: 100%;
}

.payment-table td {
  color: #333333;
  /*font-size: 16px;*/
  font-weight: 600;
  /*padding: 26px 0;*/
}

.payment-table tr {
  border-bottom: 1px solid #00000052;
}

.payment-table tr:last-child {
  border: none;
}

.payment-table tr:last-child td {
  padding: 20px 10px;
}

#tickets-table td {
  padding: 15px 10px;
}

.td-table {
  text-transform: uppercase;
}

.ticket #tickets-table tbody td:nth-child(5) a {
  color: #333333;
}

.new-job-view h5 {
  display: flex;
  flex-direction: column;
}

.new-job-view h5 {
  font-size: 16px;
}

.new-job-view h5 span {
  color: #283891;
  margin-bottom: 8px;
  font-size: 20px;
}

.recent-payment .r-title {
  color: #283891;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  border-bottom: 1px solid #00000029;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.recent-payment .recent-right-1 {
  width: 100%;
}

.recent-payment .recent-right-1 td {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 0;
}

.recent-payment .recent-right-1 tr {
  border-bottom: 1px solid #00000029;
}

.recent-payment .recent-right-1 tr:last-child {
  border-bottom: none;
}

.recent-payment .recent-right-1 td.last-cell {
  font-size: 15px;
}

.recent-payment .recent-right-1 td:last-child {
  float: right;
}

.current-payment {
  height: 422px;
  overflow: hidden;
  overflow-y: scroll;
}

.current-payment .r-title {
  color: #283891;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  border-bottom: 2px solid #00000029;
  padding-bottom: 10px;
  margin-bottom: 0;
  position: sticky;
  top: -20px;
  background: #fff;
  padding-top: 10px;
}

.current-payment .custom-dsb h1 {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-top: 12px;
}

.current-payment .custom-dsb p {
  color: #333333;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0px;
}

.current-payment .custom-dsb {
  border-bottom: 1px solid #00000038;
  padding-bottom: 10px;
}

.current-payment::-webkit-scrollbar {
  width: 0;
}

.transaction-title input {
  border: 1px solid #cbcbcb;
  width: 85px;
  height: 28px;
  border-radius: 5px;
}

.transaction-title input::placeholder {
  color: #cbcbcb;
}

.transaction-title input:focus-visible {
  outline: 0;
}

.transaction-title span {
  color: #000;
  font-weight: 500;
  padding: 0 10px;
}

.transaction-title a {
  padding: 3px 12px;
  margin-left: 20px;
  border-radius: 5px;
}

.transaction-title {
  border-bottom: 1px solid #00000059;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.transaction-table {
  height: 278px;
  overflow: hidden;
  overflow-y: scroll;
}

.transaction-table::-webkit-scrollbar {
  width: 0;
}

/* Setting Page */

.horizon-nav.nav-pills .nav-link {
  padding: 20px;
  background: #fff;
  box-shadow: 0px 3px 12px #00000029;
  margin-bottom: 15px;
  color: #333333;
  margin-left: -15px;
}

.horizon-nav.nav-pills .nav-link.active,
.horizon-nav.nav-pills .show > .nav-link {
  background: #283891;
  color: #fff;
}

.horizon-nav.nav-pills .nav-link h1 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}

.horizon-nav.nav-pills .nav-link p {
  font-size: 12px;
  font-weight: 400;
}

.setting-pg .account-form {
  padding: 20px 30px;
  background: #fff;
  /* height: 620px; */
  box-shadow: 0px 3px 12px #00000029;
  border-radius: 10px;
}

.setting-pg .account-form h1 {
  color: #283891;
  font-size: 22px;
  font-weight: 600;
  margin-top: 0px;
}

.setting-pg .form-control {
  font-size: 16px;
  color: #000000;
  /*height: 65px;*/
  border-radius: 5px;
  margin-bottom: 10px;
}

.setting-pg .form-btn {
  display: flex;
  justify-content: center;
  justify-content: space-between;
  gap: 10px;
}

.setting-pg .form-btn a {
  display: inline-block;
  text-align: center;
  color: #fff;
}

/* toggle button */
.toggle.ios,
.toggle-on.ios,
.toggle-off.ios {
  border-radius: 20rem;
}

.toggle.ios .toggle-handle {
  border-radius: 20rem;
}

.notification-settings h1 {
  color: #283891;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 28px;
  margin-top: 10px;
}

.setting-pg .main-div {
  padding: 30px 50px;
  background: #fff;
  height: 743px;
  box-shadow: 0px 3px 12px #00000029;
  border-radius: 10px;
}

.notification-settings .custom-dsb {
  padding: 24px;
  border: 1px solid #cbcbcb;
  border-radius: 5px;
  margin-bottom: 20px;
}

.notification-settings .custom-dsb p {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0;
  width: 90%;
}

.notification-settings .custom-dsb .btn-txt {
  color: #283891;
  font-weight: 600;
  font-size: 22px;
  text-transform: capitalize;
  margin-right: 10px;
}

.notification-settings .custom-dsb .toggle-on {
  background: #283891;
  border: none;
  color: #283891;
}

.notification-settings .custom-dsb .toggle-handle {
  background-color: #fff;
}

.notification-settings .custom-dsb .toggle.btn {
  min-width: 40px;
  min-height: 27px;
}

.notification-settings .custom-dsb .btn {
  padding: 12px 24px;
  font-size: 0;
  border-radius: 30px;
}

.security-settings h1 {
  color: #283891;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 28px;
  margin-top: 10px;
}

.security-settings .btn-blue {
  width: 196px;
  height: 49px;
  text-align: center;
  margin-left: 20px;
}

.security-settings .form-control {
  height: 49px;
  margin-bottom: 29px;
}

.security-settings .d-flex:last-child .form-control {
  width: 488px;
}

.billing h1 {
  color: #283891;
  font-size: 30px;
  font-weight: 600;
  margin: 20px 0;
}

.billing-box {
  box-shadow: 0px 3px 12px #00000029;
  width: 447px;
  height: 187px;
  padding: 20px;
  border-radius: 5px;
}

.next-payment .left-side h6 {
  margin-bottom: 27px;
  color: #283891;
  font-size: 20px;
  font-weight: 600;
}

.next-payment .left-side p {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}

.next-payment .left-side h1 {
  font-size: 39px;
  font-weight: 600;
  margin-bottom: 0;
}

.next-payment .right-side h6 {
  font-size: 20px;
  font-weight: 600;
  color: #283891;
  margin: 7px 0;
}

.next-payment .right-side p {
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  margin: 0;
}

.next-payment .right h6 {
  font-size: 20px;
  font-weight: 600;
  color: #283891;
  position: relative;
}

.next-payment .right h6 span {
  position: absolute;
  right: 0;
}

.next-payment .right p {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  margin-left: 125px;
}

.next-payment .right p span {
  font-weight: 600;
  margin-left: 10px;
}

.next-payment .right.billing-box {
  position: relative;
  margin-left: 28px;
}

.next-payment .icon-Icon-awesome-credit-card {
  position: absolute;
  font-size: 60px;
  top: 39%;
  left: 10%;
}

.billing .btn-blue {
  margin-right: 74px;
}

.setting-pg .payment-table {
  border: 1px solid #cbcbcb;
  width: 100%;
  height: 410px;
  padding: 20px 40px;
}

.setting-pg .payment-table table {
  display: block;
  overflow-x: scroll;
}

.simditor .simditor-toolbar {
  width: 100%;
}

#payments-table1 {
  overflow-x: auto;
  width: 100%;
  display: inline-table;
}

.setting-pg .payment-table .p-title {
  margin-top: 10px;
}

/* Card Page */

/* Card Page */

.card-pg .right.billing-box {
  margin-left: 0;
}

.card-pg .right.billing-box h6 {
  margin-left: 25px;
}

.card-pg form {
  margin-top: 50px;
}

.card-pg .form-group {
  margin-bottom: 20px;
}

.card-pg .form-control {
  width: 717px;
  margin-bottom: 0px;
}

.card-pg .d-flex .form-control {
  width: 345px;
  margin-right: 28px;
}

.card-pg
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background-color: #283891;
  border-color: #283891;
  margin-top: -2px;
}

.card-pg
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label::after {
  color: #fff;
  margin: 7px 4px;
}

.card-pg .custom-checkbox input:checked + label:after {
  border-color: #fff;
  margin-top: 4px;
}

.card-pg .custom-checkbox .custom-control-label::before {
  width: 31px;
  height: 29px;
  border: 2px solid #283891;
}

.card-pg label {
  display: inline-block;
  position: relative;
  /* needed for checkbox absolute positioning */
  background-color: #fff;
  font-size: 20px;
  color: #283891;
  font-weight: 600;
}

.card-pg .add-card-btn {
  display: block;
  width: 724px;
  text-align: center;
}

.card-pg .icon-Icon-ionic-ios-arrow-dropdown-circle:before {
  transform: rotate(87deg);
  position: absolute;
  left: 6%;
  top: 53px;
  font-size: 30px;
}

.card-pg .back {
  position: relative;
  margin-left: 50px;
}

.setting-pg .resources h1 {
  font-size: 30px;
  font-weight: 600;
  color: #283891;
}

.setting-tab.nav-tabs .nav-item.show .nav-link,
.setting-tab.nav-tabs .nav-link.active {
  color: #283891;
  font-size: 20px;
  font-weight: 600;
  border: none;
  border-bottom: 2px solid #283891;
}

.setting-tab .nav-item {
  color: #333333;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
}

.setting-tab.nav-tabs {
  width: 90%;
  border-width: 2px;
}

.setting-tab .nav-link {
  color: #333333;
}

/*.nav-tabs .nav-link:focus,*/
/*.nav-tabs .nav-link:hover {*/
/*    border-top: none;*/
/*    border-left: none;*/
/*    border-right: none;*/
/*}*/

.setting-pg p.term-content {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #cbcbcb;
  padding: 20px;
  border-radius: 5px;
  line-height: 34px;
}

/* Select Dropdown Icon */

select.form-control.dd-icon {
  appearance: none;
  background-image: url(/assets/images/dd-icon.png);
  background-repeat: no-repeat;
  background-position: right 0.7rem top 50%;
  background-size: 13px;
}

.dropdown-menu.show {
  background: #fff;
  border: none;
  box-shadow: 0px 3px 26px #00000029;
  border-radius: 0 0 10px 10px;
  top: 10px;
}

.dropdown .dropdown-menu ul li .item {
  color: #000;
  border-bottom: 1px solid #00000040;
}

.dropdown .dropdown-menu ul li .btn {
  background: #ea4235;
  color: #fff;
}

.dropdown .dropdown-menu ul li .mark-read {
  color: #ea4235;
}

.dropdown .dropdown-menu ul li a {
  color: #000;
}

.nav-tabs .nav-item {
  margin-bottom: 0px;
}

.error {
  color: red;
}

/* Review IMG */
.img-review {
  width: 100%;
  height: 100%;
}

.img-review img {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  object-fit: cover;
}

.favbtn {
  border: none;
  padding: 0;
  background: transparent;
  font-size: 30px;
  line-height: 1;
  color: #ea4235;
}

.boximg {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
  margin: 10px 0;
}

.boximg img {
  min-width: 50px;
  width: 50px;
  margin-right: 6px;
}

.boximg h4 {
  font-size: 12px;
  margin-bottom: 2px;
}

.boximg p {
  font-size: 10px;
  margin-bottom: 0;
}

.proinfo {
  display: flex;
  align-items: end;
}

.proinfo .custom-upload {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 38px;
  height: 38px;
}

.proinfo .img {
  position: relative;
  margin-right: 16px;
}

.proinfo .custom-upload:before {
  top: 0;
  left: 0;
}

.proinfo h4 {
  margin-bottom: 6px;
}

.proinfo p {
  margin-bottom: 0;
}

.btn-heart {
  padding: 6px;
  background: #ea4235;
  border-radius: 50%;
  font-size: 30px;
  height: 50px;
  width: 50px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.btn-msg {
  padding: 6px;
  background: #283891;
  border-radius: 50%;
  font-size: 30px;
  height: 50px;
  width: 50px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.licenseitem {
  display: inline-block;
  margin-right: 6px;
}

.licenseitem img {
  width: 70px;
  margin-bottom: 8px;
}

.licenseitem h5 {
  color: #283891;
  font-size: 16px;
  margin-bottom: 2px;
}

.licenseitem p {
  margin-bottom: 0;
}

.shadow-none {
  box-shadow: none !important;
}

.grand .proname {
  display: flex;
  align-items: center;
}

.grand .proname img {
  width: 80px;
  margin-right: 10px;
}

.grand .proname h4 {
  margin-bottom: 0;
  font-size: 18px;
}

.grand .proinfo {
  display: block;
  text-align: center;
}

.grand .proinfo img {
  width: 60px;
}

.grand .proinfo h4 {
  font-size: 18px;
  margin-bottom: 0;
}

.grand .proinfo p {
  font-size: 12px;
  margin-bottom: 0;
}

.grand ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}

.grand ul li h4 {
  margin-bottom: 0;
  color: #26358a;
  font-size: 20px;
}

.grand ul li h5 {
  margin-bottom: 0;
}

.cta-top {
  bottom: -17px;
  position: relative;
  z-index: 2;
}

.profile-pg .review-left .img-review {
  width: auto;
  height: auto;
}

.modal-body.review-modal {
  text-align: center;
}

.modal-body.review-modal button.close {
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: 1;
  color: #ea4235;
  font-weight: 500;
  opacity: 1;
  font-size: 35px;
}

.modal-body.review-modal h5 {
  color: #283891;
  margin-bottom: 10px;
}

.modal-body.review-modal img {
  width: 80px;
  margin-bottom: 10px;
}

.modal-body.review-modal h6 {
  color: #283891;
  margin-bottom: 0;
}

.modal-body.review-modal .stars {
  font-size: 30px;
  color: #283891;
  margin-bottom: 10px;
}

.modal-body.review-modal textarea {
  margin-bottom: 20px;
}

.current-emp .heading {
  font-size: 18px;
  text-align: left;
  color: #283891;
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
}

.current-emp .emp-box {
  height: 475px;
  overflow: hidden;
  overflow-y: scroll;
  margin: -10px;
}

.current-emp .emp-box .emp-item {
  box-shadow: 0px 3px 12px #00000029;
  margin: 10px;
  border-radius: 8px;
  padding: 10px;
}

.current-emp .emp-box .item {
  display: flex;
  align-items: center;
}

.current-emp .emp-box .emp-item .content-details {
  margin-left: 8px;
  /* display: flex; */
  /* justify-content: space-between; */
  width: 240px;
  /* align-items: center; */
}

.current-emp.request .action-cta {
  display: flex;
  align-items: baseline;
  align-items: baseline;
}

.current-emp.request .action-cta a {
  margin-left: 8px;
}

.current-emp .heading {
  text-align: center;
}

.cld-datetime .today {
  font-size: 26px;
  font-weight: 600;
  color: #283891;
  width: 88% !important;
}

.cld-datetime svg {
  fill: #fff;
}

.cld-nav {
  background: #283891;
  padding: 10px;
  height: 36px !important;
  width: 36px !important;
  border-radius: 6px;
}

.my-cali {
  background: #fff;
  display: flex;
  padding: 20px 0 0;
  width: fit-content;
  border: 1px solid #667080;
  border-radius: 10px;
}

.cld-datetime {
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 30px !important;
  border-bottom: 1px solid;
  padding-bottom: 20px;
  margin-bottom: 20px !important;
  padding-left: 20px;
  padding-right: 20px;
}

ul.cld-labels {
  border-bottom: 1px solid;
  padding-bottom: 20px;
  margin-bottom: 0;
  font-weight: 600;
}

.current-emp .emp-box .emp-item .content-details h1 {
  font-size: 14px;
  margin-bottom: 2px;
  color: #283891;
}

.current-emp .emp-box .emp-item .content-details p {
  margin-bottom: 0;
  font-size: 13px;
}

.current-emp .emp-box .detail {
  display: flex;
  margin-top: 10px;
}

.current-emp .emp-box .detail .item {
  display: block;
  border-right: 1px solid #000;
  padding: 0 8px;
}

.current-emp .emp-box .detail h6 {
  color: #283891;
  margin-bottom: 2px;
  font-size: 12px;
}

.current-emp .emp-box .detail p {
  color: #000000;
  font-size: 10px;
  margin-bottom: 0;
}

.current-emp .emp-box .detail .item:last-child {
  border: none;
}

.current-emp .emp-box .item .not-badge {
  color: #ea4235;
  font-weight: 600;
}

.card-select .form-check {
  margin-bottom: 10px;
  padding: 0;
}

.card-select .form-check .form-check-label {
  width: 100%;
  background: #fff;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #cbcbcb;
}

.card-select .form-check input {
  top: 12px;
  right: 15px;
}

.card-select .form-check .form-check-label img {
  width: 30px;
  margin-right: 10px;
}

.error-message {
  color: red;
}

.main-star {
  font-size: 30px;
  color: #283891;
}

.card-star {
  font-size: 16px;
  color: #283891;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#transactions-table1 {
  overflow-x: auto;
  display: block;
}

.date-wrap {
  float: right;
}

.date-wrap input {
  border: none;
  color: #283891;
}

.date-wrap {
  margin-bottom: 20px;
}

.date-wrap #startDateJob {
  margin-right: 20px;
}

.date-wrap label {
  font-weight: 500;
}

#hospital-table {
  overflow-x: auto;
  width: 100%;
}

#jobs-table {
  /* display: block; */
  overflow-x: scroll;
}

.payment-table table {
  width: 100%;
  display: block;
  overflow-x: scroll;
}

table::-webkit-scrollbar {
  width: 10px;
}

/* Track */
table::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
table::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
table::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.current-emp.request img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

/* .current-emp.request .item{
  flex-direction:column;
} */
.current-emp.request .content-details {
  margin: 20px 0;
}

.current-emp.request .emp-item {
  padding: 20px !important;
}

.notify-drop {
  border-radius: 10px !important;
  left: -10px !important;
}

.notify-drop ul {
  height: 400px;
  overflow-y: scroll;
}

.notify-drop .mark-read {
  color: #ea4235;
  text-align: right;
  display: block;
  padding: 16px;
}

body.subadmins .banner-heading + a {
  font-weight: 200 !important;
}

#transactions-table1 tr {
  display: table-row;
  margin-bottom: 15px;
}

/* Track */
#payments-table1::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
#payments-table1::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
#payments-table1::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#payments-table1 td {
  padding: 20px 10px;
}

.post-job-btn:hover {
  color: #fff;
}

.loading {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #283891;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 400ms linear infinite;
}
.opacity-0 {
  opacity: 0;
}
.reset-loader .loading {
  margin-top: -31px;
  position: absolute;
  left: 45%;
  z-index: 19 !important;
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.icon-messages_f_icon:before {
  color: #fff;
}
.sec-pas {
  margin-top: 30px;
}
.settings-rel {
  position: relative;
}
.setting-abs {
  position: absolute;
  top: 15px;
  right: 20px;
}
.job-box .bg-white {
  padding: 20px !important;
  margin-bottom: 10px;
}

.view-card {
  overflow: unset;
}

.quiz-quest {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #33333352;
}

.quiz-quest:last-child {
  border: none;
}

.quiz-quest:not(:has(i)) {
  padding-left: 20px;
}

.card .card-body .quiz-quest p {
  margin-bottom: 0;
}

.card .card-body .quiz-quest i {
  padding-right: 6px;
  font-size: 23px;
}

.quiz-radio {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.quiz-radio input[type="radio"] {
  margin-right: 10px;
}

.radio-otp input#otp {
  text-align: center;
}

.admin-pro-img .custom-upload::before {
  top: 70%;
  left: 60%;
  translate: unset;
}

.admin-pro-img {
  width: fit-content;
  position: relative;
}

.admin-pro-img.profile-01 img {
  width: 100px;
  padding-top: 0px;
  border-radius: 50%;
  height: 100px;
  object-fit: cover;
}

.nav-link.dropdown-toggle.w-dd:after {
  display: none;
}

.profile.cover-profile {
  position: relative;
}

.profile.cover-profile input::before {
  top: 70%;
  left: 93%;
  transform: unset;
}
.change-position {
  position: absolute !important;
  right: 0 !important;
}
.hide-overflow {
  width: 100% !important;
  overflow: hidden !important;
}

.para {
  max-height: 4.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.set-max-width {
  max-width: 320px;
}
.custom-upload-profile::before {
  left: 55% !important;
  top: 79% !important;
}

.dashboard-table .counter-row li {
  margin: 0 5px;
  border-radius: 10px;
}

.daterangepicker .drp-calendar {
  max-width: 100% !important;
}

.paginate_button.page-item.active .page-link {
  background: #283891;
  border-color: #283891;
}

li.paginate_button.page-item.active:hover {
  background: transparent;
}

input#rangeDate {
  padding: 0 0 0 10px;
  border-color: #ffffff;
  border-radius: 5px;
  border: 2px solid #cdd5fc;
}

input#rangeDate:focus-visible {
  outline: none;
  box-shadow: 0px 0px 10px #28389185;
  border-radius: 5px;
  border-color: #cdd5fc;
}

.job-req-list img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #3336;
}

.job-req-list .profile-header {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #3333334f;
}

.job-req-list .request {
  margin: 15px 10px;
}

@media (max-width: 1575px) {
  .current-emp.request .action-cta a {
    width: 100%;
  }
}

.item img {
  height: 60px;
  width: 60px;
  margin-right: 10px;
  object-fit: cover;
  border-radius: 50%;
}

.custom-upload-icon.custom-upload-profile {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  z-index: 9999;
}

.custom-upload-icon.custom-upload-profile:before {
  position: relative;
  left: 0 !important;
  top: 0 !important;
}

.profile-visual {
  position: relative;
  height: 100%;
}

.profile-visual img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  height: 100%;
}

.dropdown-menu.show {
  z-index: 99999;
}

.employees-table tr:last-child {
  border: none;
}
.employees-table tr:last-child th{
  border-bottom: 1px solid;
}
/*  */

.attandence-tab {
  position: relative;
}

.attandence-tab .atendance {
  position: absolute;
  right: 0;
  top: -48px;
  z-index: 2;
}

@media (max-width: 667px){
  .cta-top{
    margin: 0;
  }
  .attandence-tab .atendance {
    position: absolute;
    right: 0;
    top: 0;
  }
}

