/* Google Font*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


/* General */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  
}

@-ms-viewport {
  width: device-width
}

body {
  background: #fff;
  font-size: 15px;
  color:#000;
  letter-spacing: 0px;
  font-family: Poppins;
}

[tabindex="-1"]:focus {
  outline: 0 !important
}

::placeholder {
  color: rgba(77, 77, 77, 1) !important;
  opacity: .6 !important;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(77, 77, 77, 1) !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(77, 77, 77, 1) !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #292929;
  color: #223035;
}

.h1,
h1 {
  font-size: 48px;
  line-height: 52px;
}

.h2,
h2 {
  font-size: 38px;
  line-height: 42px;
}

.h3,
h3 {
  font-size: 30px;
  line-height: 34px;
}

.h4,
h4 {
  font-size: 24px;
  line-height: 28px;
}

.h5,
h5 {
  font-size: 18px;
  line-height: 22px;
}

.h6,
h6 {
  font-size: 14px;
  line-height: 18px;
}

.display-1 {
  font-size: 6rem
}

.display-2 {
  font-size: 5.5rem
}

.display-3 {
  font-size: 4.5rem
}

.display-4 {
  font-size: 3.5rem
}

.line-height-0 {
  line-height: 0;
}

.line-height-5 {
  line-height: 5px;
}

.line-height-10 {
  line-height: 5px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1)
}

p {
  margin-bottom: .65rem
}

:focus {
  outline: 0 !important
}

a {
  color: #008cff;
}

a {
  outline: none !important
}

a:hover {
  text-decoration: none;
}

a.text-muted:focus,
a.text-muted:hover {
  color: #748690;
}

hr {
  border-top: 1px solid #e4eaec
}

/* Menu Sidebar Wrapper */
#wrapper {
  width: 100%;
  position: relative;
}

#sidebar-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  overflow: hidden;
  width: 240px;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  /*border: 1px solid #535151;
 */
  background: #fff;
}
.pheader{ padding-top:4px; box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);}
.bshadow{ box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);}

#wrapper.toggled #sidebar-wrapper {
  position: fixed;
  left: -240px;

}

#wrapper.toggled .menu-icon {
  margin-left: 0px;
}

#wrapper.toggled .content-wrapper {
  margin-left: 0;
}

/* Page Content Wrapper */
.content-wrapper {
  margin-left: 240px;
  padding-top: 70px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 70px;
  overflow-x: hidden;
/*  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;*/
}


/* color sidebar */

#sidebar-wrapper.color-sidebar .brand-logo .logo-text {
  color: #ffffff;
}

#sidebar-wrapper.color-sidebar .brand-logo {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

#sidebar-wrapper.color-sidebar .sidebar-menu li.sidebar-header {
  color: rgba(255, 255, 255, 0.30);
}

#sidebar-wrapper.color-sidebar .sidebar-menu>li>a {
  color: #95a7b5;
}

#sidebar-wrapper.color-sidebar .sidebar-menu>li>a {
  color: #95a7b5;
}

#sidebar-wrapper.color-sidebar .sidebar-menu>li:hover>a,
#sidebar-wrapper.color-sidebar .sidebar-menu>li.active>a {
  color: #000;
  background: #E2B100;
  border-left-color: #000;
}

#sidebar-wrapper.color-sidebar .sidebar-menu .sidebar-submenu {
  background: rgba(255, 255, 255, 0.06);
}

#sidebar-wrapper.color-sidebar .sidebar-menu .sidebar-submenu>li>a {
  color: #95a7b5;
}

#sidebar-wrapper.color-sidebar .sidebar-menu .sidebar-submenu>li.active>a,
#sidebar-wrapper.color-sidebar .sidebar-menu .sidebar-submenu>li>a:hover {
  color: rgba(255, 255, 255, 255);
}


/* color header */

.color-header .toggle-menu i {
  color: #ffffff;
}

.color-header .right-nav-link a.nav-link {
  color: #ffffff;
}

.color-header .search-bar input {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.color-header .search-bar input:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.255);
}


/* scrollbar */

#sidebar-wrapper.bg-theme .simplebar-scrollbar:before {
  background: rgba(255, 255, 255, 0.40);
}


/* Topbar Header */

.topbar-nav .navbar {
  width: 100%;
  height: 80px;
  background: #fff;
  z-index: 999;
  position: fixed;
  top: 0;
  -webkit-box-shadow: box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  ;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

.toggle-menu i {
  margin-left: 240px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #E2B100;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

.right-nav-link a.nav-link {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  font-size: 24px;
  
  line-height: 0;
  color: #000;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* Dropdown Menu */
.dropdown-menu {
  border: 1px solid rgb(185 183 183);
  /*  -webkit-box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54)!important;
  box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54)!important;*/
  font-size: 15px
}

.dropdown-menu ul {
  margin-top: 0px;
}

.dropdown-divider {
  margin: 0;
  border-top: 1px solid rgb(236, 236, 253);
}

.dropdown-item {
  padding: .70rem 1.5rem;
}

.dropdown-toggle-nocaret:after {
  display: none
}

.dropdown-lg .dropdown-menu {
  width: 320px;
  padding: 0
}

.dropdown-lg .dropdown-menu .list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: .25em;
  border-top-right-radius: .25em;
}

.dropdown-lg .dropdown-menu .list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-left-radius: .25em;
  border-bottom-right-radius: .25em;
}

.dropdown-lg .dropdown-menu .media .avatar img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-lg .dropdown-menu .media .media-body .msg-title {
  font-size: 14px;
  color: #000;
  margin-bottom: 0px;
}

.dropdown-lg .dropdown-menu .media .media-body .msg-info {
  font-size: 13px;
  color: #232323;
  margin-bottom: 0;
  white-space: nowrap;
}

/* User Details */
.user-profile img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 0.5rem;
}

.user-details .media .avatar img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.user-details .media .media-body .user-title {
  font-size: 14px;
  color: #000;
  margin-bottom: 2px;
}

.user-details .media .media-body .user-subtitle {
  font-size: 13px;
  color: #232323;
  margin-bottom: 0;

}

/* Logo */


.brand-logo {
  width: 100%;
  height: 100px;
  background-color: #004B9C;
  border-bottom: 1px solid #fff;
}
/* 
.brand-logo img {
  margin-right: 15px;
} */

.logo-text {
  color: #223035;
  font-size: 18px;
  display: inline-block;
  position: relative;
  top: 3px;
  letter-spacing: 2px;
  font-weight: 400;
  text-align: center;
  line-height: 50px;

}

.logo-icon {
  margin-left: 20px;
  width: 35px;
}

/* SearachBar */
.search-bar {
  margin-left: 20px;
  position: relative;
}

.search-bar input {
  font-size: 15px;
  width: 330px;
  border-radius: 8px;
  height: 45px;
  padding: 0.375rem 2rem 0.375rem 0.75rem;
  background: #fff;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%) !important;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: rgba(0, 0, 0, 1);
  width: 100%;
}

.search-bar input {
  box-shadow: none !important;
  border: 2px solid rgba(48, 58, 146, 1);
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: rgba(48, 58, 146, 1) !important;
}

.search-right-bar {
  display: flex;
  align-items: center;
}

.search-bar {
  margin: 0 10px 0 0;
}

.table-white-box tr {
  background: #fff;
  border: 2px solid #edecec !important;
}

.table-white-box td {
  font-size: 14px;
  color: rgba(0, 0, 0, 1) !important;
}

.table-white-box td {
  border-bottom: 2px solid #edecec !important;
}

.table-white-box th {
  background: #fff;
  border-bottom: none !important;
  font-style: normal;
  font-weight: bold;
  color: rgba(0, 0, 0, 1) !important;
  text-transform: capitalize;
}

.search-bar input::placeholder {
  font-size: 16px;
  width: 330px;
  border-radius: 8px;
  height: 50px;
  padding: 0.375rem 2rem 0.375rem 0.75rem;
  background: #fff;
  font-style: normal;
  font-weight: normal;
  color: rgba(48, 58, 146, 1) !important;
}

.search-bar a i {
  position: absolute;
  top: 20px;
  right: 18px;
  color: #000;
}

.product-img {
  height: 32px;
}

.page-title {
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.breadcrumb {
  padding: 0;
  background-color: transparent;
}

.sidebar-menu li a i:first-child {
  margin-right: 10px;
  font-size: 18px;
}

.sidebar-menu li a i:last-child {
  margin-right: 10px;
  font-size: 16px;
}


.lightbox-thumb {
  margin-bottom: 15px;
  width: 100%;
}

.mail-img {
  width: 50px;
}

.row.row-group>div {
  border-right: 1px solid rgba(234, 234, 234, 0.9);
}

.row.row-group>div:last-child {
  border-right: none;
}

.dash-cards .card {
  border: none !important;
}

/*Cards */
.card {
  margin-bottom: 30px;
  border: none;
  border-radius: 8px;
  overflow: hidden;
  /* border: 2px solid rgba(48, 58, 146, 1) !important; */
}

.card-one {
  background: linear-gradient(45deg, #3c4ac1, #8791ef) !important;
  box-shadow: none
}

.card-two {
  background: linear-gradient(45deg, #c3eafb, #9caaff) !important;
  box-shadow: none;
}

.card-three {
  background: linear-gradient(45deg, #19994c, #50c27c) !important;
  box-shadow: none;
}

.card-four {
  background: linear-gradient(45deg, #f34747, #f07e7e) !important;
  box-shadow: none;
}

.card-five {
  background: linear-gradient(45deg, #eba326, #ecc175) !important;
  box-shadow: none;
}


.card-six {
  background: linear-gradient(45deg, #3c4ac1, #8791ef) !important;
  box-shadow: none;
}


.dash-cards .card {
  min-height: 154px;
}


@media (min-width: 1200px) {
  .dash-cards.col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.text-hdr-body {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  text-transform: capitalize;
  border-radius: 8px;
  font-family: 'League Spartan', sans-serif;
  text-align: left;
  font-family: League Spartan;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  color: rgba(255, 255, 255, 1);
  text-transform: capitalize;

}


.card-media {
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  color: rgba(23, 58, 114, 1);
  text-transform: capitalize;
  text-align: left;
  padding: 15px 25px;
}

.card-media span {
  text-align: left !important;
  font-family: League Spartan;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  color: rgba(255, 255, 255, 1);
  text-transform: capitalize;
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #000;
}

.card-title {
  margin-bottom: .75rem;
  font-weight: 600;
  color: #1a262b;
  white-space: nowrap;
  text-align: left;
  font-style: normal;
  font-weight: bold;
  font-size: 27px;
  
  text-transform: capitalize;
  letter-spacing: 0;
}

.card-action {
  float: right
}

.card-action a i {
  color: #1a262b;
}

.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.card-deck {
  margin-bottom: 30px;
}

.card-deck .card {
  margin-right: 15px;
  margin-left: 15px;
}

/*.card-group {
  box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
  margin-bottom: 30px;
}*/
.card-group .card {
  box-shadow: none;
}

.card.card-primary {
  border-bottom: 3px solid #008cff !important;

}

.card.card-success {
  border-bottom: 3px solid #15ca20 !important;
}

.card.card-danger {
  border-bottom: 3px solid #fd3550 !important;
}

.card.card-warning {
  border-bottom: 3px solid #ff9700 !important;
}

.card.card-info {
  border-bottom: 3px solid #0dceec !important;
}

.card.card-light {
  border-bottom: 3px solid #e9eaea !important;
}

.card.card-secondary {
  border-bottom: 3px solid #75808a !important;
}

.card.card-dark {
  border-bottom: 3px solid #223035 !important;
}

.overlay-primary {
  background: #008cff;
  background: rgba(0, 140, 255, 0.81);
}

.overlay-success {
  background: #15ca20;
  background: rgba(21, 202, 32, 0.81);
}

.overlay-danger {
  background: #fd3550;
  background: rgba(253, 53, 80, 0.81);
}

.overlay-warning {
  background: #ff9700;
  background: rgba(255, 151, 0, 0.81);
}

.overlay-info {
  background: #0dceec;
  background: rgba(13, 206, 236, 0.81);
}

.overlay-dark {
  background: #223035;
  background: rgba(34, 48, 53, 0.81);
}

/* Modals */
.modal-header {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.modal-content {
  border-radius: 0.25rem;
}

.swal-modal {
  border-radius: 0.25rem;
}

.swal-button,
.swal-button:focus {
  background-color: #008cff;
  box-shadow: 0 7px 30px rgba(2, 140, 253, 0.7) !important;
}

.swal-button--cancel {
  color: #fff;
  background-color: #008cff;
}

.swal-text {
  text-align: center;
}

.swal-footer {
  text-align: center;
}

/*Buttons */
.btn {
  padding: 10px 20px;
  border-radius: 10px;
  text-transform: uppercase;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
  white-space: nowrap;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  /* letter-spacing: 0; */
  /* line-height: 20px; */
}

.redirect-link {
  cursor: pointer;
  text-align: left;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  color: #e78d0b !important;
  letter-spacing: 0;
  text-decoration: underline;
}

.tb-anchor {
  color: rgba(0, 0, 0, 1);
}

.btn:focus {
  box-shadow: none;
}

.btn-lg {
  padding: 15px 41px;
  font-size: .95rem;
}

.btn-sm {
  font-size: 10px;
  font-weight: 600;
  padding: 8px 17px;
}

.btn-primary {
  color: #fff;
  background-color: #004B9C;
  border-color: #004B9C;
}

.auth-button {
  border-radius: 40px;
  line-height: 45px;
  padding: 0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 700;
  background: #303a92;

}

.auth-form-grp {
  display: flex;
  align-items: center;
}

.auth-form-grp .form-control {
  height: 40px !important;
}

.auth-form-grp img {
  height: 25px;
  width: 25px;
  margin-right: 15px;
}

.authentication-form .form-control {
  background: transparent;
  border-top: none !important;
  border-left: none;
   !important border-right: none !important;
  box-shadow: none !important;
  border-bottom: 2px solid #d6dae9 !important;
  border-radius: 0px !important;
  padding-left: 0 !important;
}

.authentication-form .form-control::placeholder {
  color: #a1a1a1 !important;
  font-weight: 800;
}


.bg-signin2s {
  border-right: 2px solid #8b93c8;
}

.btn-primary:hover {
  color: #004B9C;
  background-color: #fff;
  border-color: #004B9C;
}

.btn-primary:focus {
  color: #004B9C;
  background-color: #fff;
  border-color: #004B9C;
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: none;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #004B9C;
  border-color: #004B9C
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #004B9C;
  border-color: #004B9C
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-secondary {
  color: #004B9C;
  background-color: #fff;
  border-color: #004B9C;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #004B9C;
  border-color: #004B9C
}

.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: none;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #E2B100;
  border-color: #E2B100
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-success {
  color: #fff;
  background-color: #15ca20;
  border-color: #15ca20
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
  box-shadow: none;
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-info {
  color: #fff;
  background-color: #0dceec;
  border-color: #0dceec
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
  box-shadow: none;
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
  box-shadow: none;
}


.btn-warning {
  color: #fff;
  background-color: #ff9700;
  border-color: #ff9700
}

.btn-warning:hover {
  color: #fff;
  background-color: #e0a800;
  border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
  box-shadow: none;
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #d39e00;
  border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-danger {
  color: #fff;
  background-color: #fd3550;
  border-color: #fd3550
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
  box-shadow: none;
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: none;
}


.btn-light {
  color: #212529;
  background-color: #e9eaea;
  border-color: #e9eaea
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
  box-shadow: none;
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-dark {
  color: #fff;
  background-color: #223035;
  border-color: #223035
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
  box-shadow: none;
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: none;
}


.btn-outline-primary {
  color: #008cff;
  background-color: transparent;
  background-image: none;
  border-color: #008cff
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #008cff;
  border-color: #008cff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  color: #fff;
  background-color: #008cff;
  border-color: #008cff;
  box-shadow: none
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #008cff;
  background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: rgba(23, 58, 114, 1);
  border-color: rgba(23, 58, 114, 1);
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: none
}

.btn-outline-secondary {
  color: #75808a;
  background-color: transparent;
  background-image: none;
  border-color: #75808a
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #75808a;
  border-color: #75808a
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  color: #fff;
  background-color: #75808a;
  border-color: #75808a;
  box-shadow: none
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #75808a;
  background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #75808a;
  border-color: #75808a
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: none
}

.btn-outline-success {
  color: #15ca20;
  background-color: transparent;
  background-image: none;
  border-color: #15ca20
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #15ca20;
  border-color: #15ca20
}

.btn-outline-success.focus,
.btn-outline-success:focus {
  color: #fff;
  background-color: #15ca20;
  border-color: #15ca20;
  box-shadow: none
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #15ca20;
  background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #15ca20;
  border-color: #15ca20
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
  box-shadow: none
}


.btn-outline-info {
  color: #0dceec;
  background-color: transparent;
  background-image: none;
  border-color: #0dceec
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #0dceec;
  border-color: #0dceec
}

.btn-outline-info.focus,
.btn-outline-info:focus {
  color: #fff;
  background-color: #0dceec;
  border-color: #0dceec;
  box-shadow: none
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #0dceec;
  background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #0dceec;
  border-color: #0dceec
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
  box-shadow: none
}


.btn-outline-warning {
  color: #ff9700;
  background-color: transparent;
  background-image: none;
  border-color: #ff9700
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #ff9700;
  border-color: #ff9700
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
  color: #fff;
  background-color: #ff9700;
  border-color: #ff9700;
  box-shadow: none
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ff9700;
  background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ff9700;
  border-color: #ff9700
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
  box-shadow: none
}

.btn-outline-danger {
  color: #fd3550;
  background-color: transparent;
  background-image: none;
  border-color: #fd3550
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #fd3550;
  border-color: #fd3550
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
  color: #fff;
  background-color: #fd3550;
  border-color: #fd3550;
  box-shadow: none
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #fd3550;
  background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #fd3550;
  border-color: #fd3550
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
  box-shadow: none
}


.btn-outline-light {
  color: #e9eaea;
  background-color: transparent;
  background-image: none;
  border-color: #e9eaea
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #e9eaea;
  border-color: #e9eaea
}

.btn-outline-light.focus,
.btn-outline-light:focus {
  color: #212529;
  background-color: #e9eaea;
  border-color: #e9eaea;
  box-shadow: none
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #e9eaea;
  background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #e9eaea;
  border-color: #e9eaea
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
  box-shadow: none
}

.btn-outline-dark {
  color: #223035;
  background-color: transparent;
  background-image: none;
  border-color: #223035
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #223035;
  border-color: #223035
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
  color: #fff;
  background-color: #223035;
  border-color: #223035;
  box-shadow: none
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #223035;
  background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #223035;
  border-color: #223035
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
  box-shadow: none
}

.btn-inverse-primary {
  color: #008cff;
  background-color: rgba(0, 140, 255, 0.18);
  border-color: rgb(209, 234, 255);
}

.btn-inverse-primary:hover {
  color: #008cff;
  background-color: rgba(0, 140, 255, 0.18);
  border-color: rgba(0, 140, 255, 0.18);
}


.btn-inverse-secondary {
  color: #75808a;
  background-color: rgba(117, 128, 138, 0.18);
  border-color: rgb(230, 232, 234);
}

.btn-inverse-secondary:hover {
  color: #75808a;
  background-color: rgba(117, 128, 138, 0.18);
  border-color: rgba(117, 128, 138, 0.18);
}

.btn-inverse-success {
  color: #15ca20;
  background-color: rgba(21, 202, 32, 0.18);
  border-color: rgb(212, 246, 214);
}

.btn-inverse-success:hover {
  color: #15ca20;
  background-color: rgba(21, 202, 32, 0.18);
  border-color: rgba(21, 202, 32, 0.18);
}

.btn-inverse-danger {
  color: #fd3550;
  background-color: rgba(253, 53, 80, 0.18);
  border-color: rgb(255, 218, 223);
}

.btn-inverse-danger:hover {
  color: #fd3550;
  background-color: rgba(253, 53, 80, 0.18);
  border-color: rgba(253, 53, 80, 0.18);
}

.btn-inverse-warning {
  color: #ff9700;
  background-color: rgba(255, 151, 0, 0.18);
  border-color: rgb(255, 236, 209);
}

.btn-inverse-warning:hover {
  color: #ff9700;
  background-color: rgba(255, 151, 0, 0.18);
  border-color: rgba(255, 151, 0, 0.18);
}

.btn-inverse-info {
  color: #0dceec;
  background-color: rgba(13, 206, 236, 0.18);
  border-color: rgb(211, 246, 252);
}

.btn-inverse-info:hover {
  color: #0dceec;
  background-color: rgba(13, 206, 236, 0.18);
  border-color: rgba(13, 206, 236, 0.18);
}

.btn-inverse-light {
  color: #a7aaaa;
  background-color: rgba(233, 234, 234, 0.2);
  border-color: rgb(251, 251, 251);
}

.btn-inverse-light:hover {
  color: #a7aaaa;
  background-color: rgba(233, 234, 234, 0.2);
  border-color: rgba(233, 234, 234, 0.2);
}

.btn-inverse-dark {
  color: #223035;
  background-color: rgba(34, 48, 53, 0.2);
  border-color: #d7d9da;
}

.btn-inverse-dark:hover {
  color: #223035;
  background-color: rgba(34, 48, 53, 0.2);
  border-color: rgba(34, 48, 53, 0.2);
}

.btn-gradient-bloody {
  background: #f54ea2;
  background: -webkit-linear-gradient(45deg, #f54ea2, #ff7676) !important;
  background: linear-gradient(45deg, #f54ea2, #ff7676) !important;
  color: #fff;
  border: 0;
}

.btn-gradient-scooter {
  background: #17ead9;
  background: -webkit-linear-gradient(45deg, #17ead9, #6078ea) !important;
  background: linear-gradient(45deg, #17ead9, #6078ea) !important;
  color: #fff;
  border: 0;
}

.btn-gradient-blooker {
  background: #ffdf40;
  background: -webkit-linear-gradient(45deg, #ffdf40, #ff8359) !important;
  background: linear-gradient(45deg, #ffdf40, #ff8359) !important;
  color: #fff;
  border: 0;
}

.btn-gradient-quepal {
  background: #42e695;
  background: -webkit-linear-gradient(45deg, #42e695, #3bb2b8) !important;
  background: linear-gradient(45deg, #42e695, #3bb2b8) !important;
  color: #fff;
  border: 0;
}

.btn-gradient-purpink {
  background: #7f00ff;
  background: -webkit-linear-gradient(45deg, #7f00ff, #e100ff) !important;
  background: linear-gradient(45deg, #7f00ff, #e100ff) !important;
  color: #fff;
  border: 0;
}

.btn-gradient-ibiza {
  background: #ee0979;
  background: -webkit-linear-gradient(45deg, #ee0979, #ff6a00) !important;
  background: linear-gradient(45deg, #ee0979, #ff6a00) !important;
  color: #fff;
  border: 0;
}

.btn-gradient-dusk {
  background: #2c3e50;
  background: -webkit-linear-gradient(45deg, #2c3e50, #fd746c) !important;
  background: linear-gradient(45deg, #2c3e50, #fd746c) !important;
  color: #fff;
  border: 0;
}

.btn-gradient-meridian {
  background: #ff446a;
  background: -webkit-linear-gradient(45deg, #283c86, #45a247) !important;
  background: linear-gradient(45deg, #283c86, #45a247) !important;
  color: #fff;
  border: 0;
}

.btn-gradient-violet {
  background: #4776e6;
  background: -webkit-linear-gradient(45deg, #4776e6, #8e54e9) !important;
  background: linear-gradient(45deg, #4776e6, #8e54e9) !important;
  color: #fff;
  border: 0;
}

.btn-gradient-titanium {
  background: #283048;
  background: -webkit-linear-gradient(45deg, #283048, #859398) !important;
  background: linear-gradient(45deg, #283048, #859398) !important;
  color: #fff;
  border: 0;
}

.btn-gradient-shifter {
  background: #bc4e9c;
  background: -webkit-linear-gradient(45deg, #bc4e9c, #f80759) !important;
  background: linear-gradient(45deg, #bc4e9c, #f80759) !important;
  color: #fff;
  border: 0;
}

.btn-gradient-army {
  background: #414d0b;
  background: -webkit-linear-gradient(45deg, #414d0b, #727a17) !important;
  background: linear-gradient(45deg, #414d0b, #727a17) !important;
  color: #fff;
  border: 0;
}

.btn-gradient-orange {
  background: #fc4a1a;
  background: -webkit-linear-gradient(45deg, #fc4a1a, #f7b733) !important;
  background: linear-gradient(45deg, #fc4a1a, #f7b733) !important;
  color: #fff;
  border: 0;
}

.btn-gradient-yoda {
  background: #ff0099;
  background: -webkit-linear-gradient(45deg, #ff0099, #493240) !important;
  background: linear-gradient(45deg, #ff0099, #493240) !important;
  color: #fff;
  border: 0;
}

.btn-gradient-royal {
  background: #141e30;
  background: -webkit-linear-gradient(45deg, #141e30, #2c527d) !important;
  background: linear-gradient(45deg, #141e30, #2c527d) !important;
  color: #fff;
  border: 0;
}

.btn-gradient-knight {
  background: #ba8b02;
  background: -webkit-linear-gradient(45deg, #ba8b02, #181818) !important;
  background: linear-gradient(45deg, #ba8b02, #181818) !important;
  color: #fff;
  border: 0;
}

.btn-gradient-forest {
  background: #000428;
  background: -webkit-linear-gradient(45deg, #000428, #004e92) !important;
  background: linear-gradient(45deg, #000428, #004e92) !important;
  color: #fff;
  border: 0;
}

.btn-gradient-redmist {
  background: #000000;
  background: -webkit-linear-gradient(45deg, #000000, #e74c3c) !important;
  background: linear-gradient(45deg, #000000, #e74c3c) !important;
  color: #fff;
  border: 0;
}

.btn-gradient-steelgray {
  background: #1f1c2c;
  background: -webkit-linear-gradient(45deg, #1f1c2c, #928dab) !important;
  background: linear-gradient(45deg, #1f1c2c, #928dab) !important;
  color: #fff;
  border: 0;
}

.btn-gradient-influenza {
  background: #c04848;
  background: -webkit-linear-gradient(45deg, #c04848, #480048) !important;
  background: linear-gradient(45deg, #c04848, #480048) !important;
  color: #fff;
  border: 0;
}

.btn-round {
  border-radius: 30px !important;
}

.btn-square {
  border-radius: 0px !important;
}

.btn-group,
.btn-group-vertical {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
}

.btn-group .btn {
  box-shadow: none !important;
}

.btn-group-vertical .btn {
  box-shadow: none !important;
}

.btn-group.group-round>.btn:first-child {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.btn-group.group-round {
  border-radius: 25px;
}

.btn-group.group-round>.btn:last-child {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.btn-group-vertical.group-round-vertical {
  border-radius: 25px;
}

.btn-group-vertical.group-round-vertical>.btn:first-child {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.btn-group-vertical.group-round-vertical>.btn:last-child {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.split-btn-primary,
.split-btn-primary:hover {
  border: 1px solid #E2B100 !important;
  background-color: #E2B100;
}

.split-btn-success,
.split-btn-success:hover {
  border: 1px solid #0f942e !important;
  background-color: #0f942e;
}

.split-btn-danger,
.split-btn-danger:hover {
  border: 1px solid #d02d3c !important;
  background-color: #d02d3c;
}

.split-btn-secondary,
.split-btn-secondary:hover {
  border: 1px solid #586169 !important;
  background-color: #586169;
}

.split-btn-warning,
.split-btn-warning:hover {
  border: 1px solid #e68901 !important;
  background-color: #e68901;
}

.split-btn-info,
.split-btn-info:hover {
  border: 1px solid #0296ad !important;
  background-color: #0296ad;
}

.split-btn-dark,
.split-btn-dark:hover {
  border: 1px solid #000000 !important;
  background-color: #000000;
}

.btn-social {
  width: 42px;
  height: 42px;
  font-size: 16px;
  line-height: 42px;
  display: inline-block;
  border: 1px solid transparent;
  background: #ddd;
  color: #fff;
  text-align: center;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
  border-radius: .25rem;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;

}

.btn-social:hover,
.btn-social:focus,
.btn-social:active {
  outline: 0;
  color: #fff;
}

.btn-social-text {
  font-size: 0.72rem;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: 600;
  border: 1px solid transparent;
  display: inline-block;
  background: #ddd;
  color: #fff;
  text-align: center;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
  border-radius: .25rem;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;

}

.btn-social-text i {
  font-size: .95rem;
  padding-right: 4px;
  vertical-align: middle;
  display: table-cell;
}

.btn-social-text span {
  display: table-cell;
  vertical-align: middle;
}

.btn-social-text:hover,
.btn-social:focus,
.btn-social:active {
  outline: 0;
  color: #fff;
}

.btn-social-circle {
  border-radius: 50%
}

.btn-outline-facebook {
  box-shadow: 0 2px 2px 0 rgba(59, 89, 152, 0.14), 0 3px 1px -2px rgba(59, 89, 152, 0.2), 0 1px 5px 0 rgba(59, 89, 152, 0.12);
  color: #3b5998;
  background-color: #fff;
  border-color: #3b5998;
}

.btn-outline-facebook:hover,
.btn-outline-facebook:focus {
  box-shadow: 0 2px 2px 0 rgba(59, 89, 152, 0.14), 0 3px 1px -2px rgba(59, 89, 152, 0.2), 0 1px 5px 0 rgba(59, 89, 152, 0.12);
  color: #fff;
  background-color: #3b5998;
}

.btn-outline-twitter {
  box-shadow: 0 2px 2px 0 rgba(85, 172, 238, 0.14), 0 3px 1px -2px rgba(85, 172, 238, 0.2), 0 1px 5px 0 rgba(85, 172, 238, 0.12);
  color: #55acee;
  background-color: #fff;
  border-color: #55acee;
}

.btn-outline-twitter:hover,
.btn-outline-twitter:focus {
  box-shadow: 0 2px 2px 0 rgba(85, 172, 238, 0.14), 0 3px 1px -2px rgba(85, 172, 238, 0.2), 0 1px 5px 0 rgba(85, 172, 238, 0.12);
  background-color: #55acee;
  color: #fff;
}

.btn-outline-google-plus {
  box-shadow: 0 2px 2px 0 rgba(221, 75, 57, 0.14), 0 3px 1px -2px rgba(221, 75, 57, 0.2), 0 1px 5px 0 rgba(221, 75, 57, 0.12);
  color: #dd4b39;
  background-color: #fff;
  border-color: #dd4b39;
}

.btn-outline-google-plus:hover,
.btn-outline-google-plus:focus {
  box-shadow: 0 2px 2px 0 rgba(221, 75, 57, 0.14), 0 3px 1px -2px rgba(221, 75, 57, 0.2), 0 1px 5px 0 rgba(221, 75, 57, 0.12);
  background-color: #dd4b39;
  color: #fff;
}

.btn-outline-linkedin {
  box-shadow: 0 2px 2px 0 rgba(9, 118, 180, 0.14), 0 3px 1px -2px rgba(9, 118, 180, 0.2), 0 1px 5px 0 rgba(9, 118, 180, 0.12);
  background-color: #fff;
  color: #0976b4;
  border-color: #0976b4;
}

.btn-outline-linkedin:hover,
.btn-outline-linkedin:focus {
  box-shadow: 0 2px 2px 0 rgba(9, 118, 180, 0.14), 0 3px 1px -2px rgba(9, 118, 180, 0.2), 0 1px 5px 0 rgba(9, 118, 180, 0.12);
  background-color: #0976b4;
  color: #fff;
}

.btn-outline-pinterest {
  box-shadow: 0 2px 2px 0 rgba(204, 33, 39, 0.14), 0 3px 1px -2px rgba(204, 33, 39, 0.2), 0 1px 5px 0 rgba(204, 33, 39, 0.12);
  color: #cc2127;
  background-color: #fff;
  border-color: #cc2127;
}

.btn-outline-pinterest:hover,
.btn-outline-pinterest:focus {
  box-shadow: 0 2px 2px 0 rgba(204, 33, 39, 0.14), 0 3px 1px -2px rgba(204, 33, 39, 0.2), 0 1px 5px 0 rgba(204, 33, 39, 0.12);
  background-color: #cc2127;
  color: #fff;
}

.btn-outline-youtube {
  box-shadow: 0 2px 2px 0 rgba(229, 45, 39, 0.14), 0 3px 1px -2px rgba(229, 45, 39, 0.2), 0 1px 5px 0 rgba(229, 45, 39, 0.12);
  color: #e52d27;
  background-color: #fff;
  border-color: #e52d27;
}

.btn-outline-youtube:hover,
.btn-outline-youtube:focus {
  box-shadow: 0 2px 2px 0 rgba(229, 45, 39, 0.14), 0 3px 1px -2px rgba(229, 45, 39, 0.2), 0 1px 5px 0 rgba(229, 45, 39, 0.12);
  background-color: #e52d27;
  color: #fff;
}

.btn-outline-tumblr {
  box-shadow: 0 2px 2px 0 rgba(53, 70, 92, 0.14), 0 3px 1px -2px rgba(53, 70, 92, 0.2), 0 1px 5px 0 rgba(53, 70, 92, 0.12);
  color: #35465c;
  background-color: #fff;
  border-color: #35465c;
}

.btn-outline-tumblr:hover,
.btn-outline-tumblr:focus {
  box-shadow: 0 2px 2px 0 rgba(53, 70, 92, 0.14), 0 3px 1px -2px rgba(53, 70, 92, 0.2), 0 1px 5px 0 rgba(53, 70, 92, 0.12);
  background-color: #35465c;
  color: #fff;
}

.btn-outline-github {
  box-shadow: 0 2px 2px 0 rgba(51, 51, 51, 0.14), 0 3px 1px -2px rgba(51, 51, 51, 0.2), 0 1px 5px 0 rgba(51, 51, 51, 0.12);
  color: #333333;
  background-color: #fff;
  border-color: #333333;
}

.btn-outline-github:hover,
.btn-github:focus {
  box-shadow: 0 2px 2px 0 rgba(51, 51, 51, 0.14), 0 3px 1px -2px rgba(51, 51, 51, 0.2), 0 1px 5px 0 rgba(51, 51, 51, 0.12);
  background-color: #333333;
  color: #fff;
}

.btn-outline-behance {
  box-shadow: 0 2px 2px 0 rgba(23, 105, 255, 0.14), 0 3px 1px -2px rgba(23, 105, 255, 0.2), 0 1px 5px 0 rgba(23, 105, 255, 0.12);
  color: #1769ff;
  background-color: #fff;
  border-color: #1769ff;
}

.btn-outline-behance:hover,
.btn-outline-behance:focus {
  box-shadow: 0 2px 2px 0 rgba(23, 105, 255, 0.14), 0 3px 1px -2px rgba(23, 105, 255, 0.2), 0 1px 5px 0 rgba(23, 105, 255, 0.12);
  background-color: #1769ff;
  color: #fff;
}

.btn-outline-dribbble {
  box-shadow: 0 2px 2px 0 rgba(234, 76, 137, 0.14), 0 3px 1px -2px rgba(234, 76, 137, 0.2), 0 1px 5px 0 rgba(234, 76, 137, 0.12);
  color: #ea4c89;
  background-color: #fff;
  border-color: #ea4c89;
}

.btn-outline-dribbble:hover,
.btn-outline-dribbble:focus {
  box-shadow: 0 2px 2px 0 rgba(234, 76, 137, 0.14), 0 3px 1px -2px rgba(234, 76, 137, 0.2), 0 1px 5px 0 rgba(234, 76, 137, 0.12);
  background-color: #ea4c89;
  color: #fff;
}

.btn-outline-skype {
  box-shadow: 0 2px 2px 0 rgba(85, 172, 238, 0.14), 0 3px 1px -2px rgba(85, 172, 238, 0.2), 0 1px 5px 0 rgba(85, 172, 238, 0.12);
  color: #00aff0;
  background-color: #fff;
  border-color: #00aff0;
}

.btn-outline-skype:hover,
.btn-outline-skype:focus {
  box-shadow: 0 2px 2px 0 rgba(85, 172, 238, 0.14), 0 3px 1px -2px rgba(85, 172, 238, 0.2), 0 1px 5px 0 rgba(85, 172, 238, 0.12);
  background-color: #00aff0;
  color: #fff;
}

.btn-facebook {
  box-shadow: 0 2px 2px 0 rgba(59, 89, 152, 0.14), 0 3px 1px -2px rgba(59, 89, 152, 0.2), 0 1px 5px 0 rgba(59, 89, 152, 0.12);
  background-color: #3b5998;
  border-color: #3b5998;
}

.btn-twitter {
  box-shadow: 0 2px 2px 0 rgba(85, 172, 238, 0.14), 0 3px 1px -2px rgba(85, 172, 238, 0.2), 0 1px 5px 0 rgba(85, 172, 238, 0.12);
  background-color: #55acee;
  border-color: #55acee;
}

.btn-google-plus {
  box-shadow: 0 2px 2px 0 rgba(221, 75, 57, 0.14), 0 3px 1px -2px rgba(221, 75, 57, 0.2), 0 1px 5px 0 rgba(221, 75, 57, 0.12);
  background-color: #dd4b39;
  border-color: #dd4b39;
}

.btn-linkedin {
  box-shadow: 0 2px 2px 0 rgba(9, 118, 180, 0.14), 0 3px 1px -2px rgba(9, 118, 180, 0.2), 0 1px 5px 0 rgba(9, 118, 180, 0.12);
  background-color: #0976b4;
  border-color: #0976b4;
}

.btn-pinterest {
  box-shadow: 0 2px 2px 0 rgba(204, 33, 39, 0.14), 0 3px 1px -2px rgba(204, 33, 39, 0.2), 0 1px 5px 0 rgba(204, 33, 39, 0.12);
  background-color: #cc2127;
  border-color: #cc2127;
}

.btn-youtube {
  box-shadow: 0 2px 2px 0 rgba(229, 45, 39, 0.14), 0 3px 1px -2px rgba(229, 45, 39, 0.2), 0 1px 5px 0 rgba(229, 45, 39, 0.12);
  background-color: #e52d27;
  border-color: #e52d27;
}

.btn-tumblr {
  box-shadow: 0 2px 2px 0 rgba(53, 70, 92, 0.14), 0 3px 1px -2px rgba(53, 70, 92, 0.2), 0 1px 5px 0 rgba(53, 70, 92, 0.12);
  background-color: #35465c;
  border-color: #35465c;
}

.btn-github {
  box-shadow: 0 2px 2px 0 rgba(51, 51, 51, 0.14), 0 3px 1px -2px rgba(51, 51, 51, 0.2), 0 1px 5px 0 rgba(51, 51, 51, 0.12);
  background-color: #333333;
  border-color: #333333;
}

.btn-behance {
  box-shadow: 0 2px 2px 0 rgba(23, 105, 255, 0.14), 0 3px 1px -2px rgba(23, 105, 255, 0.2), 0 1px 5px 0 rgba(23, 105, 255, 0.12);
  background-color: #1769ff;
  border-color: #1769ff;
}

.btn-dribbble {
  box-shadow: 0 2px 2px 0 rgba(234, 76, 137, 0.14), 0 3px 1px -2px rgba(234, 76, 137, 0.2), 0 1px 5px 0 rgba(234, 76, 137, 0.12);
  background-color: #ea4c89;
  border-color: #ea4c89;
}

.btn-skype {
  box-shadow: 0 2px 2px 0 rgba(85, 172, 238, 0.14), 0 3px 1px -2px rgba(85, 172, 238, 0.2), 0 1px 5px 0 rgba(85, 172, 238, 0.12);
  background-color: #00aff0;
  border-color: #00aff0;
}


#calendar {
  max-width: 100%;
  margin: 0 auto;
}

.fc-view-container {
  background-color: #fff;
}


.fc-toolbar h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
}

.fc th.fc-widget-header {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0px;
  text-transform: uppercase;
}

.fc-event,
.fc-event-dot {
  background: rgba(0, 140, 255, 0.15);
  color: #008cff !important;
  margin: 5px 7px;
  padding: 1px 5px;
  border: none;
}

.fc-state-active,
.fc-state-down {
  background-color: #fff;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}


/* User Cards */
.user-box {
  width: 110px;
  margin: auto;
  margin-bottom: 20px;

}

.user-box img {
  width: 100%;
  border-radius: 50%;
  padding: 3px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}

.profile-card-2 .card {
  position: relative;
}

.profile-card-2 .card .card-body {
  z-index: 1;
}

.profile-card-2 .card::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  height: 112px;
  background-color: #e6e6e6;
}

.profile-card-2 .card.profile-primary::before {
  background-color: #008cff;
}

.profile-card-2 .card.profile-success::before {
  background-color: #15ca20;
}

.profile-card-2 .card.profile-danger::before {
  background-color: #fd3550;
}

.profile-card-2 .card.profile-warning::before {
  background-color: #ff9700;
}

.profile-card-2 .user-box {
  margin-top: 30px;
}

.profile-card-3 .user-fullimage {
  position: relative;
}

.profile-card-3 .user-fullimage .details {
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
}

.profile-card-4 .user-box {
  width: 110px;
  margin: auto;
  margin-bottom: 10px;
  margin-top: 15px;
}

.profile-card-4 .list-icon {
  display: table-cell;
  font-size: 30px;
  padding-right: 20px;
  vertical-align: middle;
  color: #223035;
}

.profile-card-4 .list-details {
  display: table-cell;
  vertical-align: middle;
  font-weight: 600;
  color: #223035;
  font-size: 15px;
  line-height: 15px;
}

.profile-card-4 .list-details small {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 400;
  color: #808080;
}


.icon a:hover {
  background: #03a9f4;
  color: #fff;
  text-decoration: none;
}

.icon a {
  display: block;
  color: #424242;
  padding: 8px;
  line-height: 32px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 2px;
}

.icon a i {
  padding-right: 10px;
}

.icon-section {
  clear: both;
  overflow: hidden;
}

.icon-container {
  width: 240px;
  padding: .7em 0;
  float: left;
  position: relative;
  text-align: left;
}

.icon-container [class^="ti-"],
.icon-container [class*=" ti-"] {
  color: #000;
  position: absolute;
  margin-top: 3px;
  transition: .3s;
}

.icon-container:hover [class^="ti-"],
.icon-container:hover [class*=" ti-"] {
  font-size: 2.2em;
  margin-top: -5px;
}

.icon-container:hover .icon-name {
  color: #000;
}

.icon-name {
  color: #424242;
  margin-left: 35px;
  transition: .3s;
}

.icon-container:hover .icon-name {
  margin-left: 45px;
}


.preview {
  padding: 15px 0;
  position: relative;
}

.show-code {
  color: #101010;
}

.icons {
  font-size: 15px;
  padding-right: 7px;
}

.name {
  font-size: 15px;
}

.preview a {
  padding: 15px;
}

.preview a:hover {
  padding: 15px;
  text-decoration: none;
}

.preview a i {
  margin-right: 10px;
  font-size: 18px;
}

.icon-preview-box div:hover {
  background: #eef5f9;
}


.flag-icon-list div {
  cursor: pointer;
  line-height: 60px;
  white-space: nowrap;
  color: #424242;
}

.flag-icon-list div:hover {
  background: #eef5f9;
}

.flag-icon-list i {
  -webkit-transition: all 0.2s;
  -webkit-transition: font-size .2s;
  display: inline-block;
  font-size: 18px;
  margin: 0 15px 0 10px;
  text-align: left;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -o-transition: font-size .2s;
  transition: font-size .2s;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/*Widgets*/

.media-icons {
  left: 0;
  top: 0;
  position: absolute;
  line-height: 60px;
  text-align: center;
}

.media-icons span {
  left: 0;
  position: absolute;
  width: 70px;
  height: 70px;
  border-bottom-right-radius: 70px;
  border-top-left-radius: 4px;
}

.media-icons i {
  position: relative;
  font-size: 25px;
  padding-left: 15px;
  color: #fff;
}

.media-icons-big {
  left: 0;
  top: 0;
  position: absolute;
  line-height: 60px;
  text-align: center;
}

.media-icons-big span {
  position: absolute;
  left: 0;
  width: 120px;
  height: 118px;
  background: rgba(255, 255, 255, 0.25);
  border-bottom-right-radius: 130px;
}

.media-icons-big i {
  position: relative;
  font-size: 40px;
  padding-left: 30px;
  color: #fff;
  top: 30px;
}

.w-circle-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 25px;
  text-align: center;
}

.media .w-icon i {
  font-size: 44px;
}

.chart {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.chart.chart-widget-pie {
  margin-top: 5px;
  margin-bottom: 5px;
}

.percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
}

.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}

.w_chart {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  text-align: center;
}

.w_chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.w_percent {
  display: inline-block;
  line-height: 80px;
  z-index: 2;
  color: #000;
}

.w_percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
  color: #000;
}

.float-chart-container {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-height: 300px;
  max-height: 100%;
}

.float-chart {
  width: 100%;
  position: relative;
  max-width: none;
  height: 300px;
}


.gmaps,
.gmaps-panaroma {
  height: 400px;
  background: #eeeeee;
  border-radius: 3px;
}

.error {
  color: #ff0000;
}

label {
  color: #6b6b6b;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 10px;
}

/* Forms */
.input-group .btn {
  box-shadow: none;
  padding: .375rem .75rem;
}

.col-form-label {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: rgba(77, 77, 77, 1);
  text-transform: capitalize;
  letter-spacing: 0;
}

.form-control-rounded {
  border-radius: 30px !important;
}

.form-control {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161) !important;
  height: 53px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: rgba(77, 77, 77, 1);
  border-radius: 5px;
  border: none;
}

.form-group {
  margin-bottom: 17px;
}

.form-control::placeholder {
  color: #535151;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.form-box {
  width: 350px;
  margin: 0 auto;
}

.form-control-square {
  border-radius: 0px !important;
}


.form-control-xl {
  height: 60px !important;
  font-size: 26px !important;
}

.position-relative {
  position: relative !important;
}


.has-icon-left .form-control {
  padding-right: .85rem;
  padding-left: 0.85rem;
}

.form-control-position {
  position: absolute;
  top: 2px;
  right: 0;
  z-index: 2;
  display: block;
  /*  width: 3.5rem;
  height: 3.5rem;*/
  line-height: 3.5rem;
  text-align: center;
}

.has-icon-left .form-control-position {
  right: auto;
  left: 0px;
}

.has-icon-right .form-control-position {
  right: 0px;
  left: auto;
}

.has-icon-right .form-control {
  padding-right: 37px;
}

form .form-header {
  color: #223035;
  line-height: 3rem;
  font-size: 16px;
  letter-spacing: 1.0px;
  font-weight: 600;
  margin-bottom: 25px;
  border-bottom: 1px solid #dedede;
}

form .form-footer {
  border-top: 1px solid #d3dce9;
  padding: 20px 0 10px 0;
  margin-top: 20px;
}

form.form-bordered .form-group {
  margin: 0;
  border-bottom: 1px solid #ebeff5;
}

form.form-bordered .form-group>div {
  padding: 20px;
  padding-right: 0;
  border-left: 1px solid #ebeff5;
}

form.form-bordered .form-group .col-form-label {
  padding-top: 30px;
}

form.striped-rows .form-group:nth-child(2n) {
  background-color: #f4f5fa;
}

form.striped-rows .form-group {
  margin: 0;
}

.search-input {
  margin-bottom: 10px;
}

.custom-header {
  background: #484545;
  padding: 5px;
  color: white;
}

.input-group-prepend [type=checkbox]:checked,
.input-group-prepend [type=checkbox]:not(:checked),
.input-group-prepend [type=radio]:checked,
.input-group-prepend [type=radio]:not(:checked) {
  position: initial;
  opacity: 1;
  margin-top: 0px;
}

/* .wizard>.content {
  min-height: 400px;
} */

.dropzone {
  min-height: 230px;
  border: 2px dashed rgba(0, 0, 0, 0.3);
  background: white;
  border-radius: 6px;
}

.dropzone .dz-message {
  font-size: 30px;
}

.border-radius {
  border-radius: 0px;
}

.payment-icons img {
  width: 100px;
}

.bootstrap-touchspin .input-group-text {
  border-radius: 0px;
}

.datepicker table tr td,
.datepicker table tr th {
  width: 40px;
  height: 40px;
}

.user-lock {
  height: 150px !important;
}

.user-lock-img {
  width: 130px;
  margin: auto;
}

.user-lock-img img {
  width: 100%;
  border-radius: 50%;
  margin-top: 80px;
  border: 4px solid white;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

/* Tables */

/* Tables */
table.grid {
  width: 100%;
  border: none;
  background-color: #f1f1f1;
  padding: 0px;
}

table.grid td {
  border: 4px solid white;
  padding: 8px;
}

.card .table {
  margin-bottom: 20px;
}

.card .table td,
.card .table th {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.table.align-items-center td,
.table.align-items-center th {
  vertical-align: middle;
}

.table thead th {
  font-size: .72rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  letter-spacing: 1px;
  /*    border-bottom: 1px solid #e9ecef;*/
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  text-transform: capitalize;
  letter-spacing: 0;

  color: #FFF;
  background-color: #004b9c;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.table-flush td,
.table-flush th {
  border-right: 0;
  border-left: 0;
}

.table td,
.table th {
  white-space: nowrap;
}

.table th {
  font-weight: 600;
}

.table-responsive {
  white-space: nowrap;
}

.table .thead-primary th {
  color: #fff;
  background-color: #008cff;
  border-color: #0376f1;
}

.table .thead-secondary th {
  color: #fff;
  background-color: #75808a;
  border-color: #56616b;
}

.table .thead-success th {
  color: #fff;
  background-color: #15ca20;
  border-color: #03af0d;
}

.table .thead-danger th {
  color: #fff;
  background-color: #fd3550;
  border-color: #cc011c;
}

.table .thead-warning th {
  color: #fff;
  background-color: #ff9700;
  border-color: #da8100;
}

.table .thead-info th {
  color: #fff;
  background-color: #0dceec;
  border-color: #01b9d6;
}

.table .thead-dark th {
  color: #fff;
  background-color: #223035;
  border-color: #000000;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9eaea;
  border-color: #d6d6d6;
}

.table-primary {
  color: #fff;
  background-color: #008cff;
}

.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: rgba(244, 245, 250, 0.25);
}

.table-secondary {
  color: #fff;
  background-color: #75808a;
}

.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: rgba(244, 245, 250, 0.25);
}

.table-success {
  color: #fff;
  background-color: #15ca20;
}

.table-success td,
.table-success th,
.table-success thead th {
  border-color: rgba(244, 245, 250, 0.25);
}

.table-danger {
  color: #fff;
  background-color: #fd3550;
}

.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: rgba(244, 245, 250, 0.25);
}

.table-warning {
  color: #fff;
  background-color: #ff9700;
}

.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: rgba(244, 245, 250, 0.54);
}

.table-info {
  color: #fff;
  background-color: #0dceec;
}

.table-info td,
.table-info th,
.table-info thead th {
  border-color: rgba(244, 245, 250, 0.25);
}

.table-dark {
  color: #fff;
  background-color: #223035;
}

.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: rgba(244, 245, 250, 0.25);
}

.table-light {
  color: #212529;
  background-color: #e9eaea;
}

.table-light td,
.table-light th,
.table-light thead th {
  border-color: rgb(221, 222, 222);
}

.table-active,
.table-active>td,
.table-active>th {
  background-color: rgba(0, 0, 0, 0.02);
}

/* Alerts*/
.alert {
  position: relative;
  padding: 0;
  margin-bottom: 1rem;
  border: none;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
  border-radius: .25rem;
}

.alert .alert-icon {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 50px;
  font-size: 25px;
}

.alert .alert-message {
  display: table-cell;
  padding: 15px 15px 15px 10px;
  font-size: 13px;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 15px;
  color: inherit;
}

.alert .contrast-alert {
  background-color: rgba(255, 255, 255, 0.2);
}

.alert-success {
  color: #ffffff;
  background-color: #15ca20;
  border-color: #15ca20;
}

.alert-success .alert-link {
  color: #7bff2b;
}

.alert-info {
  color: #fefefe;
  background-color: #0dceec;
  border-color: #0dceec;
}

.alert-info .alert-link {
  color: #bef6ff;
}

.alert-danger {
  color: #ffffff;
  background-color: #fd3550;
  border-color: #fd3550;
}

.alert-danger .alert-link {
  color: #ffcacf;
}

.alert-warning {
  color: #fff;
  background-color: #ff9700;
  border-color: #ff9700;
}

.alert-warning .alert-link {
  color: #fff900;
}

.alert-outline-success {
  color: #15ca20;
  background-color: transparent;
  border: 1px solid #15ca20;
  border-right: 4px solid #15ca20;
  border-left: 4px solid #15ca20;
}

.alert-outline-success .alert-link {
  color: #15ca20;
}

.alert-outline-info {
  color: #0dceec;
  background-color: transparent;
  border: 1px solid #0dceec;
  border-right: 4px solid #0dceec;
  border-left: 4px solid #0dceec;
}

.alert-outline-info .alert-link {
  color: #0dceec;
}

.alert-outline-danger {
  color: #fd3550;
  background-color: transparent;
  border: 1px solid #fd3550;
  border-right: 4px solid #fd3550;
  border-left: 4px solid #fd3550;
}

.alert-outline-danger .alert-link {
  color: #fd3550;
}

.alert-outline-warning {
  color: #ff9700;
  background-color: transparent;
  border: 1px solid #ff9700;
  border-right: 4px solid #ff9700;
  border-left: 4px solid #ff9700;
}

.alert-outline-warning .alert-link {
  color: #ff9700;
}

.alert-icon-success {
  color: #15ca20;
  background-color: transparent;
  border: 1px solid #15ca20;
}

.icon-part-success {
  background: #15ca20;
  color: #fff;
  border-right: 1px solid #08b713;
}

.alert-icon-success .alert-link {
  color: #15ca20;
}

.alert-icon-info {
  color: #0dceec;
  background-color: transparent;
  border: 1px solid #0dceec;
}

.icon-part-info {
  background: #0dceec;
  color: #fff;
  border-right: 1px solid #09b9d4;
}

.alert-icon-info .alert-link {
  color: #0dceec;
}

.alert-icon-danger {
  color: #fd3550;
  background-color: transparent;
  border: 1px solid #fd3550;
}

.icon-part-danger {
  background: #fd3550;
  color: #fff;
  border-right: 1px solid #de2840;
}

.alert-icon-danger .alert-link {
  color: #fd3550;
}

.alert-icon-warning {
  color: #ff9700;
  background-color: transparent;
  border: 1px solid #ff9700
}

.icon-part-warning {
  background: #ff9700;
  color: #fff;
  border-right: 1px solid #e08500;
}

.alert-icon-warning .alert-link {
  color: #ff9700;
}

.alert-round {
  border-radius: 30px;
}

.icon-part-round {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.icon-part-round-full {
  border-radius: 30px;
}

.alert-light-success {
  color: #15ca20;
  background-color: rgba(7, 255, 22, 0.24);
  border-color: rgb(212, 246, 214);
}

.alert-light-success .alert-link {
  color: #15ca20;
}

.alert-light-info {
  color: #0dceec;
  background-color: rgba(2, 221, 255, 0.24);
  border-color: rgb(211, 246, 252);
}

.alert-light-info .alert-link {
  color: #0dceec;
}

.alert-light-danger {
  color: #fd3550;
  background-color: rgba(255, 72, 97, 0.24);
  border-color: rgb(255, 218, 223);
}

.alert-light-danger .alert-link {
  color: #fd3550;
}

.alert-light-warning {
  color: #ff9700;
  background-color: rgba(255, 195, 0, 0.24);
  border-color: rgb(255, 236, 209);
}

.alert-light-warning .alert-link {
  color: #ff9700;
}

/*Badges*/
.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
}

.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}

.badge-up {
  position: absolute;
  top: 2px;
  right: 12px;
  border-radius: 50%;
  font-size: 12px;
  width: 18px;
  height: 18px;
  line-height: 14px;
}

.badge-primary {
  color: #fff;
  background-color: #008cff;
}

.badge-secondary {
  color: #fff;
  background-color: #75808a;
}

.badge-success {
  color: #fff;
  background-color: #15ca20;
}

.badge-danger {
  color: #fff;
  background-color: rgba(200, 67, 71, 1);
}

.dropdown-toggle-nocaret span.badge {
  background: #ccdff1;
  color: rgba(225, 31, 31, 1);
}

.badge-warning {
  color: #fff;
  background-color: #ff9700;
}

.badge-info {
  color: #fff;
  background-color: #0dceec;
}

.badge-light {
  color: #212529;
  background-color: #e9eaea;
}

.badge-dark {
  color: #fff;
  background-color: #223035;
}


/* Paginations */
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #008cff;
  background-color: #fff;
  border: 1px solid #dee2e6;
  box-shadow: 0 0.125rem 0.25rem rgba(80, 73, 73, 0.06);
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #008cff;
  border-color: #008cff
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6
}

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5
}

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5
}

.pagination-round .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
}

.pagination-round .page-item:last-child .page-link {
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
}

.pagination-separate .page-item .page-link {
  margin-left: 4px;
}

.pagination-outline-primary .page-item .page-link {
  color: #008cff;
  border: 1px solid #008cff;
}

.pagination-outline-primary .page-item .page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #008cff;
  border-color: #008cff
}

.pagination-outline-primary .page-item .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.pagination-outline-primary .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #008cff;
  border-color: #008cff;
}

.pagination-outline-primary .page-item.disabled .page-link,
.pagination-outline-success .page-item.disabled .page-link,
.pagination-outline-info .page-item.disabled .page-link,
.pagination-outline-danger .page-item.disabled .page-link,
.pagination-outline-warning .page-item.disabled .page-link,
.pagination-outline-dark .page-item.disabled .page-link,
.pagination-outline-secondary .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6
}

.pagination-outline-success .page-item .page-link {
  color: #15ca20;
  border: 1px solid #15ca20;
}

.pagination-outline-success .page-item .page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #15ca20;
  border-color: #15ca20
}

.pagination-outline-success .page-item .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(21, 202, 32, 0.30)
}

.pagination-outline-success .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #15ca20;
  border-color: #15ca20;
}

.pagination-outline-info .page-item .page-link {
  color: #0dceec;
  border: 1px solid #0dceec;
}

.pagination-outline-info .page-item .page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #0dceec;
  border-color: #0dceec
}

.pagination-outline-info .page-item .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(13, 206, 236, 0.18)
}

.pagination-outline-info .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #0dceec;
  border-color: #0dceec;
}

.pagination-outline-danger .page-item .page-link {
  color: #fd3550;
  border: 1px solid #fd3550;
}

.pagination-outline-danger .page-item .page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #fd3550;
  border-color: #fd3550
}

.pagination-outline-danger .page-item .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(253, 53, 80, 0.25)
}

.pagination-outline-danger .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #fd3550;
  border-color: #fd3550;
}

.pagination-outline-warning .page-item .page-link {
  color: #ff9700;
  border: 1px solid #ff9700;
}

.pagination-outline-warning .page-item .page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #ff9700;
  border-color: #ff9700
}

.pagination-outline-warning .page-item .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255, 151, 0, 0.26)
}

.pagination-outline-warning .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #ff9700;
  border-color: #ff9700;
}

.pagination-outline-dark .page-item .page-link {
  color: #223035;
  border: 1px solid #223035;
}

.pagination-outline-dark .page-item .page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #223035;
  border-color: #223035
}

.pagination-outline-dark .page-item .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(34, 48, 53, 0.45)
}

.pagination-outline-dark .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #223035;
  border-color: #223035;
}

.pagination-outline-secondary .page-item .page-link {
  color: #75808a;
  border: 1px solid #75808a;
}

.pagination-outline-secondary .page-item .page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #75808a;
  border-color: #75808a
}

.pagination-outline-secondary .page-item .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(117, 128, 138, 0.30)
}

.pagination-outline-secondary .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #75808a;
  border-color: #75808a;
}

.pagination-primary .page-item .page-link {
  color: #ffffff;
  border: 1px solid #0078da;
  background: #008cff;
}

.pagination-primary .page-item .page-link:hover {
  z-index: 2;
  color: #008cff;
  text-decoration: none;
  background-color: transparent;
  border-color: #0078da
}

.pagination-primary .page-item .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.pagination-primary .page-item.active .page-link {
  z-index: 1;
  color: #008cff;
  background-color: transparent;
  border-color: #0078da;
}

.pagination-primary .page-item.disabled .page-link,
.pagination-success .page-item.disabled .page-link,
.pagination-info .page-item.disabled .page-link,
.pagination-danger .page-item.disabled .page-link,
.pagination-warning .page-item.disabled .page-link,
.pagination-dark .page-item.disabled .page-link,
.pagination-secondary .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6
}

.pagination-success .page-item .page-link {
  color: #ffffff;
  border: 1px solid #04a50e;
  background-color: #15ca20;
}

.pagination-success .page-item .page-link:hover {
  z-index: 2;
  color: #15ca20;
  text-decoration: none;
  background-color: transparent;
  border-color: #04a50e
}

.pagination-success .page-item .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(21, 202, 32, 0.30)
}

.pagination-success .page-item.active .page-link {
  z-index: 1;
  color: #15ca20;
  background-color: transparent;
  border-color: #04a50e;
}

.pagination-info .page-item .page-link {
  color: #ffffff;
  border: 1px solid #02b0cc;
  background-color: #0dceec;
}

.pagination-info .page-item .page-link:hover {
  z-index: 2;
  color: #0dceec;
  text-decoration: none;
  background-color: transparent;
  border-color: #02b0cc
}

.pagination-info .page-item .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(13, 206, 236, 0.18)
}

.pagination-info .page-item.active .page-link {
  z-index: 1;
  color: #0dceec;
  background-color: transparent;
  border-color: #02b0cc;
}

.pagination-danger .page-item .page-link {
  color: #fff;
  border: 1px solid #d0021d;
  background-color: #fd3550;
}

.pagination-danger .page-item .page-link:hover {
  z-index: 2;
  color: #fd3550;
  text-decoration: none;
  background-color: transparent;
  border-color: #d0021d
}

.pagination-danger .page-item .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(253, 53, 80, 0.25)
}

.pagination-danger .page-item.active .page-link {
  z-index: 1;
  color: #fd3550;
  background-color: transparent;
  border-color: #d0021d;
}

.pagination-warning .page-item .page-link {
  color: #ffffff;
  border: 1px solid #d67f00;
  background-color: #ff9700;
}

.pagination-warning .page-item .page-link:hover {
  z-index: 2;
  color: #ff9700;
  text-decoration: none;
  background-color: transparent;
  border-color: #d67f00
}

.pagination-warning .page-item .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255, 151, 0, 0.26)
}

.pagination-warning .page-item.active .page-link {
  z-index: 1;
  color: #ff9700;
  background-color: transparent;
  border-color: #d67f00;
}

.pagination-dark .page-item .page-link {
  color: #ffffff;
  border: 1px solid #000000;
  background: #223035;
}

.pagination-dark .page-item .page-link:hover {
  z-index: 2;
  color: #223035;
  text-decoration: none;
  background-color: transparent;
  border-color: #000000
}

.pagination-dark .page-item .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(34, 48, 53, 0.45)
}

.pagination-dark .page-item.active .page-link {
  z-index: 1;
  color: #223035;
  background-color: transparent;
  border-color: #223035;
}

.pagination-secondary .page-item .page-link {
  color: #ffffff;
  border: 1px solid #607282;
  background-color: #75808a;
}

.pagination-secondary .page-item .page-link:hover {
  z-index: 2;
  color: #75808a;
  text-decoration: none;
  background-color: transparent;
  border-color: #607282
}

.pagination-secondary .page-item .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(117, 128, 138, 0.30)
}

.pagination-secondary .page-item.active .page-link {
  z-index: 1;
  color: #75808a;
  background-color: transparent;
  border-color: #607282;
}

.pagination-flat-primary .page-item .page-link {

  background-color: transparent;
  box-shadow: none;
  border: 1px solid #b7b7b7;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: rgba(0, 0, 0, 1);

  border: 1px solid #b7b7b7 !important;
  border-radius: 4px;
  line-height: 1;
  padding: 8px 10px 5px 8px;
}

.pagination-flat-primary .page-item .page-link:hover {
  z-index: 2;
  color: #008cff;
  text-decoration: none;
  background-color: rgba(23, 58, 114, 1);

  color: #fff;
  border: 1px solid #b7b7b7 !important;
  border-radius: 4px;
  line-height: 1;
  padding: 8px 10px 5px 8px;
}

ul.pagination .page-item {
  margin: 0 5px;
}

.pagination-flat-primary .page-item .page-link:focus {
  z-index: 2;
  outline: 0;
  /*  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)*/
}

.pagination-flat-primary .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #CD0508;
  ;
  border-radius: 4px;
  line-height: 1;
  padding: 8px 13px 5px 11px
}

.pagination-flat-success .page-item .page-link {
  color: #15ca20;
  background-color: transparent;
  box-shadow: none;
  border: none;
}

.pagination-flat-success .page-item .page-link:hover {
  z-index: 2;
  color: #15ca20;
  text-decoration: none;
  background-color: transparent;
}

.pagination-flat-success .page-item .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(21, 202, 32, 0.30)
}

.pagination-flat-success .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #15ca20;
}

.pagination-flat-info .page-item .page-link {
  color: #0dceec;
  background-color: transparent;
  box-shadow: none;
  border: none;
}

.pagination-flat-info .page-item .page-link:hover {
  z-index: 2;
  color: #0dceec;
  text-decoration: none;
  background-color: transparent;
}

.pagination-flat-info .page-item .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(13, 206, 236, 0.18)
}

.pagination-flat-info .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #0dceec;
}

.pagination-flat-danger .page-item .page-link {
  color: #fd3550;
  background-color: transparent;
  box-shadow: none;
  border: none;
}

.pagination-flat-danger .page-item .page-link:hover {
  z-index: 2;
  color: #fd3550;
  text-decoration: none;
  background-color: transparent;
}

.pagination-flat-danger .page-item .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(253, 53, 80, 0.25)
}

.pagination-flat-danger .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #fd3550;
}

.pagination-flat-warning .page-item .page-link {
  color: #ff9700;
  background-color: transparent;
  box-shadow: none;
  border: none;
}

.pagination-flat-warning .page-item .page-link:hover {
  z-index: 2;
  color: #ff9700;
  text-decoration: none;
  background-color: transparent;
}

.pagination-flat-warning .page-item .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255, 151, 0, 0.26)
}

.pagination-flat-warning .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #ff9700;
}

.pagination-flat-dark .page-item .page-link {
  color: #223035;
  background-color: transparent;
  box-shadow: none;
  border: none;
}

.pagination-flat-dark .page-item .page-link:hover {
  z-index: 2;
  color: #223035;
  text-decoration: none;
  background-color: transparent;
}

.pagination-flat-dark .page-item .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(34, 48, 53, 0.45)
}

.pagination-flat-dark .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #223035;
}

.pagination-flat-secondary .page-item .page-link {
  color: #75808a;
  background-color: transparent;
  box-shadow: none;
  border: none;
}

.pagination-flat-secondary .page-item .page-link:hover {
  z-index: 2;
  color: #75808a;
  text-decoration: none;
  background-color: transparent;
}

.pagination-flat-secondary .page-item .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(117, 128, 138, 0.30)
}

.pagination-flat-secondary .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #75808a;
}

.pagination-flat-primary .page-item.disabled .page-link,
.pagination-flat-success .page-item.disabled .page-link,
.pagination-flat-info .page-item.disabled .page-link,
.pagination-flat-danger .page-item.disabled .page-link,
.pagination-flat-warning .page-item.disabled .page-link,
.pagination-flat-dark .page-item.disabled .page-link,
.pagination-flat-secondary .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6
}

/* List Groups */
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgb(236, 236, 253)
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #008cff;
  border-color: #008cff;
}

.list-group-item.active-success {
  z-index: 2;
  color: #fff;
  background-color: #15ca20;
  border-color: #15ca20;
}

.list-group-item.active-danger {
  z-index: 2;
  color: #fff;
  background-color: #fd3550;
  border-color: #fd3550;
}

.list-group-item.active-warning {
  z-index: 2;
  color: #fff;
  background-color: #ff9700;
  border-color: #ff9700;
}

.list-group-item.active-info {
  z-index: 2;
  color: #fff;
  background-color: #0dceec;
  border-color: #0dceec;
}

.list-group-item.active-dark {
  z-index: 2;
  color: #fff;
  background-color: #223035;
  border-color: #223035;
}

.list-group-item.active-secondary {
  z-index: 2;
  color: #fff;
  background-color: #75808a;
  border-color: #75808a;
}

.list-group-primary .list-group-item {
  background-color: #008cff;
  color: #fff;
  border: 1px solid #39a3fb;
  box-shadow: inset 0 -1px 0px #0574d1;
}

.list-group-success .list-group-item {
  background-color: #15ca20;
  color: #fff;
  border: 1px solid #16da22;
  box-shadow: inset 0 -1px 0px #0fae18;
}

.list-group-danger .list-group-item {
  background-color: #fd3550;
  color: #fff;
  border: 1px solid #ff6579;
  box-shadow: inset 0 -1px 0px #de2039;
}

.list-group-warning .list-group-item {
  background-color: #ff9700;
  color: #fff;
  border: 1px solid #ffae3b;
  box-shadow: inset 0 -1px 0px #e28907;
}

.list-group-info .list-group-item {
  background-color: #0dceec;
  color: #fff;
  border: 1px solid #0fdfff;
  box-shadow: inset 0 -1px 0px #08afc9;
}

.list-group-dark .list-group-item {
  background-color: #223035;
  color: #fff;
  border: 1px solid #2d424c;
  box-shadow: inset 0 -1px 0px #0f1518;
}

.list-group-secondary .list-group-item {
  background-color: #75808a;
  color: #fff;
  border: 1px solid #8b939a;
  box-shadow: inset 0 -1px 0px #525b62;
}

/*Nav Tabs & Pills */
.nav-tabs .nav-link {
  color: #223035;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 2px;
  margin-bottom: 0;
  padding: 12px 20px;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;

}

.nav-tabs .nav-link:hover {
  border: 1px solid transparent;
}

.nav-tabs .nav-link i {
  margin-right: 2px;
  font-weight: 600;
}

.top-icon.nav-tabs .nav-link i {
  margin: 0px;
  font-weight: 500;
  display: block;
  font-size: 20px;
  padding: 5px 0;
}


.nav-tabs-primary.nav-tabs {
  border-bottom: 1px solid #008cff;
}

.nav-tabs-primary .nav-link.active,
.nav-tabs-primary .nav-item.show>.nav-link {
  color: #008cff;
  background-color: #fff;
  border-color: #008cff #008cff #fff;
  border-top: 3px solid #008cff;
}

.nav-tabs-success.nav-tabs {
  border-bottom: 1px solid #15ca20;
}

.nav-tabs-success .nav-link.active,
.nav-tabs-success .nav-item.show>.nav-link {
  color: #15ca20;
  background-color: #fff;
  border-color: #15ca20 #15ca20 #fff;
  border-top: 3px solid #15ca20;
}

.nav-tabs-info.nav-tabs {
  border-bottom: 1px solid #0dceec;
}

.nav-tabs-info .nav-link.active,
.nav-tabs-info .nav-item.show>.nav-link {
  color: #0dceec;
  background-color: #fff;
  border-color: #0dceec #0dceec #fff;
  border-top: 3px solid #0dceec;
}

.nav-tabs-danger.nav-tabs {
  border-bottom: 1px solid #fd3550;
}

.nav-tabs-danger .nav-link.active,
.nav-tabs-danger .nav-item.show>.nav-link {
  color: #fd3550;
  background-color: #fff;
  border-color: #fd3550 #fd3550 #fff;
  border-top: 3px solid #fd3550;
}

.nav-tabs-warning.nav-tabs {
  border-bottom: 1px solid #ff9700;
}

.nav-tabs-warning .nav-link.active,
.nav-tabs-warning .nav-item.show>.nav-link {
  color: #ff9700;
  background-color: #fff;
  border-color: #ff9700 #ff9700 #fff;
  border-top: 3px solid #ff9700;
}

.nav-tabs-dark.nav-tabs {
  border-bottom: 1px solid #223035;
}

.nav-tabs-dark .nav-link.active,
.nav-tabs-dark .nav-item.show>.nav-link {
  color: #223035;
  background-color: #fff;
  border-color: #223035 #223035 #fff;
  border-top: 3px solid #223035;
}

.nav-tabs-secondary.nav-tabs {
  border-bottom: 1px solid #75808a;
}

.nav-tabs-secondary .nav-link.active,
.nav-tabs-secondary .nav-item.show>.nav-link {
  color: #75808a;
  background-color: #fff;
  border-color: #75808a #75808a #fff;
  border-top: 3px solid #75808a;
}

.tabs-vertical .nav-tabs .nav-link {
  color: #223035;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 2px;
  margin-right: -1px;
  padding: 12px 1px;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.tabs-vertical .nav-tabs {
  border: 0;
  border-right: 1px solid #dee2e6;
}

.tabs-vertical .nav-tabs .nav-item.show .nav-link,
.tabs-vertical .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: 1px solid #dee2e6;
  border-right: 0;
  border-left: 1px solid #dee2e6;
}

.tabs-vertical-primary.tabs-vertical .nav-tabs {
  border: 0;
  border-right: 1px solid #008cff;
}

.tabs-vertical-primary.tabs-vertical .nav-tabs .nav-item.show .nav-link,
.tabs-vertical-primary.tabs-vertical .nav-tabs .nav-link.active {
  color: #008cff;
  background-color: #fff;
  border-color: #008cff #008cff #fff;
  border-bottom: 1px solid #008cff;
  border-right: 0;
  border-left: 3px solid #008cff;
}

.tabs-vertical-success.tabs-vertical .nav-tabs {
  border: 0;
  border-right: 1px solid #15ca20;
}

.tabs-vertical-success.tabs-vertical .nav-tabs .nav-item.show .nav-link,
.tabs-vertical-success.tabs-vertical .nav-tabs .nav-link.active {
  color: #15ca20;
  background-color: #fff;
  border-color: #15ca20 #15ca20 #fff;
  border-bottom: 1px solid #15ca20;
  border-right: 0;
  border-left: 3px solid #15ca20;
}

.tabs-vertical-info.tabs-vertical .nav-tabs {
  border: 0;
  border-right: 1px solid #0dceec;
}

.tabs-vertical-info.tabs-vertical .nav-tabs .nav-item.show .nav-link,
.tabs-vertical-info.tabs-vertical .nav-tabs .nav-link.active {
  color: #0dceec;
  background-color: #fff;
  border-color: #0dceec #0dceec #fff;
  border-bottom: 1px solid #0dceec;
  border-right: 0;
  border-left: 3px solid #0dceec;
}

.tabs-vertical-danger.tabs-vertical .nav-tabs {
  border: 0;
  border-right: 1px solid #fd3550;
}

.tabs-vertical-danger.tabs-vertical .nav-tabs .nav-item.show .nav-link,
.tabs-vertical-danger.tabs-vertical .nav-tabs .nav-link.active {
  color: #fd3550;
  background-color: #fff;
  border-color: #fd3550 #fd3550 #fff;
  border-bottom: 1px solid #fd3550;
  border-right: 0;
  border-left: 3px solid #fd3550;
}

.tabs-vertical-warning.tabs-vertical .nav-tabs {
  border: 0;
  border-right: 1px solid #ff9700;
}

.tabs-vertical-warning.tabs-vertical .nav-tabs .nav-item.show .nav-link,
.tabs-vertical-warning.tabs-vertical .nav-tabs .nav-link.active {
  color: #ff9700;
  background-color: #fff;
  border-color: #ff9700 #ff9700 #fff;
  border-bottom: 1px solid #ff9700;
  border-right: 0;
  border-left: 3px solid #ff9700;
}

.tabs-vertical-dark.tabs-vertical .nav-tabs {
  border: 0;
  border-right: 1px solid #223035;
}

.tabs-vertical-dark.tabs-vertical .nav-tabs .nav-item.show .nav-link,
.tabs-vertical-dark.tabs-vertical .nav-tabs .nav-link.active {
  color: #223035;
  background-color: #fff;
  border-color: #223035 #223035 #fff;
  border-bottom: 1px solid #223035;
  border-right: 0;
  border-left: 3px solid #223035;
}

.tabs-vertical-secondary.tabs-vertical .nav-tabs {
  border: 0;
  border-right: 1px solid #75808a;
}

.tabs-vertical-secondary.tabs-vertical .nav-tabs .nav-item.show .nav-link,
.tabs-vertical-secondary.tabs-vertical .nav-tabs .nav-link.active {
  color: #75808a;
  background-color: #fff;
  border-color: #75808a #75808a #fff;
  border-bottom: 1px solid #75808a;
  border-right: 0;
  border-left: 3px solid #75808a;
}

.nav-link {
  border-radius: .25rem;
  color: #223035;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 3px;
  padding: 12px 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  box-shadow: none;
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  letter-spacing: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #E2B100;
  background-color: #fff;
}

.nav-pills .nav-link:hover {
  background-color: transparent;
}

.nav-pills .nav-link i {
  margin-right: 2px;
  font-weight: 600;
}

.top-icon.nav-pills .nav-link i {
  margin: 0px;
  font-weight: 500;
  display: block;
  font-size: 20px;
  padding: 5px 0;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  /*color: #fff;
  background-color: #008cff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(0, 140, 255, 0.5);*/
}

.nav-link.active {
  color: #E2B100;
  background-color: #fff;
  box-shadow: none;
}

.nav-pills-success .nav-link.active,
.nav-pills-success .show>.nav-link {
  color: #fff;
  background-color: #15ca20;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(21, 202, 32, .5);
}

.nav-pills-info .nav-link.active,
.nav-pills-info .show>.nav-link {
  background-color: #fff;
  box-shadow: none;
  color: #E2B100;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  letter-spacing: 0;
}

.nav-pills-danger .nav-link.active,
.nav-pills-danger .show>.nav-link {
  color: #fff;
  background-color: #fd3550;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(253, 53, 80, .5);
}

.nav-pills-warning .nav-link.active,
.nav-pills-warning .show>.nav-link {
  color: #fff;
  background-color: #ff9700;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(255, 151, 0, .5);
}

.nav-pills-dark .nav-link.active,
.nav-pills-dark .show>.nav-link {
  color: #fff;
  background-color: #223035;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(34, 48, 53, .5);
}

.nav-pills-secondary .nav-link.active,
.nav-pills-secondary .show>.nav-link {
  color: #fff;
  background-color: #75808a;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(117, 128, 138, .5);
}

.card .tab-content {
  padding: 1rem 0 0 0;
}

/* Accordions */
#accordion1 .card-header button:before,
#accordion2 .card-header button:before,
#accordion3 .card-header button:before,
#accordion4 .card-header button:before,
#accordion5 .card-header button:before,
#accordion6 .card-header button:before,
#accordion7 .card-header button:before,
#accordion8 .card-header button:before {
  float: left !important;
  font-family: FontAwesome;
  content: "\f107";
  padding-right: 15px;
}

#accordion1 .card-header button.collapsed:before,
#accordion2 .card-header button.collapsed:before,
#accordion3 .card-header button.collapsed:before,
#accordion4 .card-header button.collapsed:before,
#accordion5 .card-header button.collapsed:before,
#accordion6 .card-header button.collapsed:before,
#accordion7 .card-header button.collapsed:before,
#accordion8 .card-header button.collapsed:before {
  content: "\f105";
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #008cff;
  transition: width .6s ease;
}

/* Background Colors */
.bg-primary {
  background-color: #008cff !important;
}

.bg-success {
  background-color: #15ca20 !important;
}

.bg-info {
  background-color: #0dceec !important;
}

.bg-secondary {
  background-color: #75808a !important;
}

.bg-danger {
  background-color: #fd3550 !important;
}

.bg-dark {
  background-color: #223035 !important;
}

.bg-warning {
  background-color: #ff9700 !important;
}

.bg-contrast {
  background: rgba(255, 255, 255, 0.30) !important;
}

.bg-body {
  background: rgb(247, 247, 255) !important;
}

.bg-inverse-primary {
  background-color: rgba(0, 140, 255, 0.18) !important;
}

.bg-inverse-success {
  background-color: rgba(21, 202, 32, 0.18) !important;
}

.bg-inverse-info {
  background-color: rgba(13, 206, 236, 0.18) !important;
}

.bg-inverse-secondary {
  background-color: rgba(117, 128, 138, 0.18) !important;
}

.bg-inverse-danger {
  background-color: rgba(253, 53, 80, 0.18) !important;
}

.bg-inverse-dark {
  background-color: rgba(34, 48, 53, 0.2) !important;
}

.bg-inverse-warning {
  background-color: rgba(255, 151, 0, 0.18) !important;
}

.bg-inverse-light {
  background-color: rgba(233, 234, 234, 0.2) !important;
}

.bg-pattern-primary {
  background-color: #007be0;
  background-image: url("../images/bg-pattern.png") !important;
}

.bg-pattern-danger {
  background-color: #ec2a44;
  background-image: url("../images/bg-pattern.png") !important;
}

.bg-pattern-success {
  background-color: #06a710;
  background-image: url("../images/bg-pattern.png") !important;
}

.bg-pattern-info {
  background-color: #00a7c1;
  background-image: url("../images/bg-pattern.png") !important;
}

.bg-pattern-warning {
  background-color: #ec8000;
  background-image: url("../images/bg-pattern.png") !important;
}

.bg-pattern-dark {
  background-color: #162023;
  background-image: url("../images/bg-pattern.png") !important;
}

.bg-pattern-secondary {
  background-color: #606b75;
  background-image: url("../images/bg-pattern.png") !important;
}

.bg-pattern-light {
  background-color: #f8f9fa;
  background-image: url("../images/bg-pattern.png") !important;
}

.bg-pattern-white {
  background-color: #ffffff;
  background-image: url("../images/bg-pattern.png") !important;
}

.gradient-bloody {
  background: #f54ea2;
  background: -webkit-linear-gradient(45deg, #f54ea2, #ff7676) !important;
  background: linear-gradient(45deg, #f54ea2, #ff7676) !important;
}

.gradient-scooter {
  background: #17ead9;
  background: -webkit-linear-gradient(45deg, #17ead9, #6078ea) !important;
  background: linear-gradient(45deg, #17ead9, #6078ea) !important;
}

.gradient-blooker {
  background: #ffdf40;
  background: -webkit-linear-gradient(45deg, #ffdf40, #ff8359) !important;
  background: linear-gradient(45deg, #ffdf40, #ff8359) !important;
}

.gradient-quepal {
  background: #42e695;
  background: -webkit-linear-gradient(45deg, #42e695, #3bb2b8) !important;
  background: linear-gradient(45deg, #42e695, #3bb2b8) !important;
}

.gradient-purpink {
  background: #7f00ff;
  background: -webkit-linear-gradient(45deg, #7f00ff, #e100ff) !important;
  background: linear-gradient(45deg, #7f00ff, #e100ff) !important;
}

.gradient-ibiza {
  background: #ee0979;
  background: -webkit-linear-gradient(45deg, #ee0979, #ff6a00) !important;
  background: linear-gradient(45deg, #ee0979, #ff6a00) !important;
}

.gradient-dusk {
  background: #2c3e50;
  background: -webkit-linear-gradient(45deg, #2c3e50, #fd746c) !important;
  background: linear-gradient(45deg, #2c3e50, #fd746c) !important;
}

.gradient-meridian {
  background: #283c86;
  background: -webkit-linear-gradient(45deg, #283c86, #45a247) !important;
  background: linear-gradient(45deg, #283c86, #45a247) !important;
}

.gradient-violet {
  background: #4776e6;
  background: -webkit-linear-gradient(45deg, #4776e6, #8e54e9) !important;
  background: linear-gradient(45deg, #4776e6, #8e54e9) !important;
}

.gradient-titanium {
  background: #283048;
  background: -webkit-linear-gradient(45deg, #283048, #859398) !important;
  background: linear-gradient(45deg, #283048, #859398) !important;
}

.gradient-shifter {
  background: #bc4e9c;
  background: -webkit-linear-gradient(45deg, #bc4e9c, #f80759) !important;
  background: linear-gradient(45deg, #bc4e9c, #f80759) !important;
}

.gradient-army {
  background: #414d0b;
  background: -webkit-linear-gradient(45deg, #414d0b, #727a17) !important;
  background: linear-gradient(45deg, #414d0b, #727a17) !important;
}

.gradient-orange {
  background: #fc4a1a;
  background: -webkit-linear-gradient(45deg, #fc4a1a, #f7b733) !important;
  background: linear-gradient(45deg, #fc4a1a, #f7b733) !important;
}

.gradient-yoda {
  background: #ff0099;
  background: -webkit-linear-gradient(45deg, #ff0099, #493240) !important;
  background: linear-gradient(45deg, #ff0099, #493240) !important;
}

.gradient-royal {
  background: #141e30;
  background: -webkit-linear-gradient(45deg, #141e30, #2c527d) !important;
  background: linear-gradient(45deg, #141e30, #2c527d) !important;
}

.gradient-knight {
  background: #ba8b02;
  background: -webkit-linear-gradient(45deg, #ba8b02, #181818) !important;
  background: linear-gradient(45deg, #ba8b02, #181818) !important;
}

.gradient-forest {
  background: #000428;
  background: -webkit-linear-gradient(45deg, #000428, #004e92) !important;
  background: linear-gradient(45deg, #000428, #004e92) !important;
}

.gradient-redmist {
  background: #000000;
  background: -webkit-linear-gradient(45deg, #000000, #e74c3c) !important;
  background: linear-gradient(45deg, #000000, #e74c3c) !important;
}

.gradient-steelgray {
  background: #1f1c2c;
  background: -webkit-linear-gradient(45deg, #1f1c2c, #928dab) !important;
  background: linear-gradient(45deg, #1f1c2c, #928dab) !important;
}

.gradient-influenza {
  background: #c04848;
  background: -webkit-linear-gradient(45deg, #c04848, #480048) !important;
  background: linear-gradient(45deg, #c04848, #480048) !important;
}

.gradient-flame {
  background: #ff9a9e;
  background: -webkit-linear-gradient(45deg, #ff9a9e, #fad0c4) !important;
  background: linear-gradient(45deg, #ff9a9e, #fad0c4) !important;
}

.gradient-cherry {
  background: #fbd3e9;
  background: -webkit-linear-gradient(45deg, #fbd3e9, #bb377d) !important;
  background: linear-gradient(45deg, #fbd3e9, #bb377d) !important;
}

.gradient-winter {
  background: #a1c4fd;
  background: -webkit-linear-gradient(45deg, #a1c4fd, #c2e9fb) !important;
  background: linear-gradient(45deg, #a1c4fd, #c2e9fb) !important;
}

.gradient-rain {
  background: #cfd9df;
  background: -webkit-linear-gradient(45deg, #cfd9df, #e2ebf0) !important;
  background: linear-gradient(45deg, #cfd9df, #e2ebf0) !important;
}

.gradient-telegram {
  background: #1c92d2;
  background: -webkit-linear-gradient(45deg, #1c92d2, #f2fcfe) !important;
  background: linear-gradient(45deg, #1c92d2, #f2fcfe) !important;
}

.gradient-horizon {
  background: #fceabb;
  background: -webkit-linear-gradient(45deg, #fceabb, #f8b500) !important;
  background: linear-gradient(45deg, #fceabb, #f8b500) !important;
}

.gradient-peach {
  background: #ffecd2;
  background: -webkit-linear-gradient(45deg, #ffecd2, #fcb69f) !important;
  background: linear-gradient(45deg, #ffecd2, #fcb69f) !important;
}

.gradient-meadow {
  background: #215f00;
  background: -webkit-linear-gradient(45deg, #215f00, #e4e4d9) !important;
  background: linear-gradient(45deg, #215f00, #e4e4d9) !important;
}

.border-left-sm {
  border-left: 2px solid !important;
}

.border-right-sm {
  border-right: 2px solid !important;
}

.border-top-sm {
  border-top: 2px solid !important;
}

.border-bottom-sm {
  border-bottom: 2px solid !important;
}

.border-left-lg {
  border-left: 4px solid !important;
}

.border-right-lg {
  border-right: 4px solid !important;
}

.border-top-lg {
  border-top: 4px solid !important;
}

.border-bottom-lg {
  border-bottom: 4px solid !important;
}

/* Borders */
.border-primary {
  border-color: #008cff !important;
}

.border-success {
  border-color: #15ca20 !important;
}

.border-info {
  border-color: #0dceec !important;
}

.border-secondary {
  border-color: #75808a !important;
}

.border-secondary-light {
  border-color: #33444a !important;
}

.border-danger {
  border-color: #fd3550 !important;
}

.border-dark {
  border-color: #223035 !important;
}

.border-warning {
  border-color: #ff9700 !important;
}

.border-light {
  border-color: #e9eaea !important;
}

.border-light-1 {
  border-color: rgba(255, 255, 255, 0.22) !important;
}

/* Text Colors */
.text-primary {
  color: rgba(48, 58, 146, 1) !important;
}

.text-success {
  color: rgba(23, 152, 74, 1) !important;
}

.text-info {
  color: #0dceec !important;
}

.text-secondary {
  color: #75808a !important;
}

.text-danger {
  color: rgba(200, 67, 71, 1) !important;
}

.text-dark {
  color: #223035 !important;
}

.text-warning {
  color: #ff9700 !important;
}

.text-light {
  color: #e9eaea !important;
}

/* Shadows */
.shadow-primary {
  box-shadow: 0 7px 30px rgba(2, 140, 253, 0.7) !important;
}

.shadow-secondary {
  box-shadow: 0 7px 30px rgba(117, 129, 137, 0.83) !important;
}

.shadow-success {
  box-shadow: 0 7px 30px rgba(21, 201, 33, 0.74) !important;
}

.shadow-danger {
  box-shadow: 0 7px 30px rgba(253, 53, 80, 0.7) !important;
}

.shadow-warning {
  box-shadow: 0 7px 30px rgba(254, 151, 1, 0.65) !important;
}

.shadow-info {
  box-shadow: 0 7px 30px rgba(13, 206, 236, 0.73) !important;
}

.shadow-light {
  box-shadow: 0 7px 30px rgba(186, 193, 193, 0.83) !important;
}

.shadow-dark {
  box-shadow: 0 7px 30px rgba(34, 48, 53, 0.81) !important;
}

/* CheckBoxes & Radios */

[class*="icheck-"] {
  min-height: 22px;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  padding-left: 0px;
}

.icheck-inline {
  display: inline-block;
}

.icheck-inline+.icheck-inline {
  margin-left: .75rem;
  margin-top: 6px;
}

[class*="icheck-"]>label {
  padding-left: 29px !important;
  min-height: 22px;
  line-height: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

[class*="icheck-"]>input:first-child {
  position: absolute !important;
  opacity: 0;
  margin: 0;
}

[class*="icheck-"]>input:first-child:disabled {
  cursor: default;
}

[class*="icheck-"]>input:first-child+label::before,
[class*="icheck-"]>input:first-child+input[type="hidden"]+label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  border: 1px solid #D3CFC8;
  border-radius: 0px;
  margin-left: -29px;
}

[class*="icheck-"]>input:first-child:checked+label::after,
[class*="icheck-"]>input:first-child:checked+input[type="hidden"]+label::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 10px;
  border: solid 2px #fff;
  border-left: none;
  border-top: none;
  transform: translate(7.75px, 4.5px) rotate(45deg);
  -ms-transform: translate(7.75px, 4.5px) rotate(45deg);
}

[class*="icheck-"]>input[type="radio"]:first-child+label::before,
[class*="icheck-"]>input[type="radio"]:first-child+input[type="hidden"]+label::before {
  border-radius: 50%;
}

[class*="icheck-"]>input:first-child:not(:checked):not(:disabled):hover+label::before,
[class*="icheck-"]>input:first-child:not(:checked):not(:disabled):hover+input[type="hidden"]+label::before {
  border-width: 2px;
}

[class*="icheck-"]>input:first-child:disabled+label,
[class*="icheck-"]>input:first-child:disabled+input[type="hidden"]+label,
[class*="icheck-"]>input:first-child:disabled+label::before,
[class*="icheck-"]>input:first-child:disabled+input[type="hidden"]+label::before {
  pointer-events: none;
  cursor: default;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

.icheck-default>input:first-child:not(:checked):not(:disabled):hover+label::before,
.icheck-default>input:first-child:not(:checked):not(:disabled):hover+input[type="hidden"]+label::before {
  border-color: #223035;
}

.icheck-default>input:first-child:checked+label::before,
.icheck-default>input:first-child:checked+input[type="hidden"]+label::before {
  background-color: #223035;
  border-color: #223035;
}

.icheck-default>input:first-child:checked+label::after,
.icheck-default>input:first-child:checked+input[type="hidden"]+label::after {
  border-bottom-color: #fff;
  border-right-color: #fff;
}

.icheck-primary>input:first-child:not(:checked):not(:disabled):hover+label::before,
.icheck-primary>input:first-child:not(:checked):not(:disabled):hover+input[type="hidden"]+label::before {
  border-color: #008cff;
}

.icheck-primary>input:first-child:checked+label::before,
.icheck-primary>input:first-child:checked+input[type="hidden"]+label::before {
  background-color: #008cff;
  border-color: #008cff;
}

.icheck-success>input:first-child:not(:checked):not(:disabled):hover+label::before,
.icheck-success>input:first-child:not(:checked):not(:disabled):hover+input[type="hidden"]+label::before {
  border-color: #15ca20;
}

.icheck-success>input:first-child:checked+label::before,
.icheck-success>input:first-child:checked+input[type="hidden"]+label::before {
  background-color: #15ca20;
  border-color: #15ca20;
}

.icheck-info>input:first-child:not(:checked):not(:disabled):hover+label::before,
.icheck-info>input:first-child:not(:checked):not(:disabled):hover+input[type="hidden"]+label::before {
  border-color: #0dceec;
}

.icheck-info>input:first-child:checked+label::before,
.icheck-info>input:first-child:checked+input[type="hidden"]+label::before {
  background-color: #0dceec;
  border-color: #0dceec;
}

.icheck-warning>input:first-child:not(:checked):not(:disabled):hover+label::before,
.icheck-warning>input:first-child:not(:checked):not(:disabled):hover+input[type="hidden"]+label::before {
  border-color: #ff9700;
}

.icheck-warning>input:first-child:checked+label::before,
.icheck-warning>input:first-child:checked+input[type="hidden"]+label::before {
  background-color: #ff9700;
  border-color: #ff9700;
}

.icheck-danger>input:first-child:not(:checked):not(:disabled):hover+label::before,
.icheck-danger>input:first-child:not(:checked):not(:disabled):hover+input[type="hidden"]+label::before {
  border-color: #fd3550;
}

.icheck-danger>input:first-child:checked+label::before,
.icheck-danger>input:first-child:checked+input[type="hidden"]+label::before {
  background-color: #fd3550;
  border-color: #fd3550;
}


.input-group-addon [type=checkbox]:checked,
.input-group-addon [type=checkbox]:not(:checked),
.input-group-addon [type=radio]:checked,
.input-group-addon [type=radio]:not(:checked) {
  position: initial;
  opacity: 1;
  margin-top: 4px;
}

.navbar-sidenav-tooltip.show {
  display: none;
}

.card-body-icon {
  position: absolute;
  z-index: 0;
  top: -25px;
  right: -25px;
  font-size: 5rem;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

.card-authentication1 {
  width: 26rem;
}

.card-authentication2 {
  width: 100%;
}

.bg-signup2 {
  background-color: rgb(0, 140, 255);
  background-image: url(../images/authentication-img.png);
  height: 100%;
  border-radius: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.bg-signin2 {
  background-image: url(../images/Logincopy.png);
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  box-shadow: 0 3px 18px #fdce0d;
}

.bg-reset-password2 {
  background-color: rgb(0, 140, 255);
  background-image: url(../images/authentication-img.png);
  height: 100%;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}


.footer {
  bottom: 0px;
  color: #272727;
  text-align: center;
  padding: 12px 30px;
  position: absolute;
  right: 0;
  left: 240px;
  background-color: #f9f9f9;
  border-top: 1px solid rgb(223, 223, 255);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#wrapper.toggled .footer {
  position: absolute;
  left: 0px;
}

.back-to-top {
  display: none;
  width: 40px;
  height: 40px;
  text-align: center;
  color: white;
  position: fixed;
  border-radius: 50%;
  bottom: 20px;
  right: 12px;
  background-color: rgba(23, 58, 114, 1);
  z-index: 10000;
  box-shadow: 1px 1px 40px 0px rgba(73, 220, 251, 0.32);
}

.back-to-top .fa-angle-double-up {
  margin-top: 20%;
  font-size: 20px;
}

.back-to-top:hover {
  color: white;
  background-color: #2f353f;
  transition: all .5s;
}

.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-goldenrod .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-block {
  display: block;
}

/* Pricing Tables */
.pricing-table .list-group {
  box-shadow: none;
  padding-left: 1rem;
  padding-right: 1rem;
}

.price-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.price {
  font-size: 3.5em;
  line-height: 1.8em;
  font-weight: 600;
  margin-bottom: 0;
}

.currency {
  font-size: 35px;
}

.pricing-table .card .card-body .list-group .list-group-item:first-child {
  border-top: 0px;
}

.pricing-table .card .card-body .list-group .list-group-item:last-child {
  border-bottom: 0px;
}

.pricing-table .card .card-body .list-group .list-group-item {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.05);
}

.pricing-table.pricing-table-color .card .card-body .list-group .list-group-item {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.error-pages {
  margin-top: 230px;
}

.error-title {
  font-size: 140px;
  line-height: 140px;
  text-transform: uppercase;
  font-weight: bold;
}

.error-sub-title {
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
}

.bg-error {
  background-color: rgb(255, 255, 255);
  background-image: url(../images/error-texture.png);
}

.bg-coming-soon {
  background-color: rgb(255, 255, 255);
  background-image: url(../images/coming-soon.png);
}

.coming-soon {
  margin-top: 230px;
}

.coming-soon-title {
  font-size: 35px;
  line-height: 35px;
  text-transform: uppercase;
}

/* Extra css */

.height-100v {
  height: 95vh;
}

.chart-container-1 {
  position: relative;
  height: 300px;
}

.chart-container-2 {
  position: relative;
  height: 260px;
}

/* Responsive */

@media only screen and (max-width: 1366px) {

  .error-pages {
    margin-top: 110px;
  }

  .coming-soon {
    margin-top: 110px;
  }

}


@media only screen and (min-width: 1199px) {
  .cus-lg-4 {
    -ms-flex: 0 0 30.333%;
    flex: 0 0 30.333%;
    max-width: 30.333%;
    margin: 0 15px;
  }

  .tabs-box .nav-item {
    width: 150px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1199px) {

  .row.row-group>div {
    border-right: 0;
    border-bottom: 1px solid rgba(234, 234, 234, 0.9);
  }

  .row.row-group>div:last-child {
    border-right: none;
    border-bottom: 0;
  }

  .user-details {
    margin-top: 20px;
  }

  .user-details {
    margin-top: 0;
  }
}


@media only screen and (max-width: 1024px) {


  .search-bar {
    margin-left: 10px;
    position: relative;
  }

  .search-bar input {
    width: 100%;
  }

  .nav-tabs .nav-link {
    padding: 10px 10px;
  }

}

@media only screen and (max-width: 991px) {
  .main-img-preview {
    margin-bottom: 20px;
  }

  .user-details {
    margin-top: 20px;
  }

  .tabs-box .nav-pills .nav-item {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {

  .height-100v {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #sidebar-wrapper {
    background: #E2B100;
    position: fixed;
    top: 0px;
    left: -240px;
    z-index: 1000;
    overflow-y: auto;
    width: 240px;
    height: 100%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    box-shadow: none;
  }

  .toggle-menu i {
    line-height: 60px;
    margin-left: 0px;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
  }

  .card {
    margin-bottom: 20px;
  }

  .card-deck {
    margin-bottom: 20px;
  }

  .card-group {
    margin-bottom: 20px;
  }

  .content-wrapper {
    margin-left: 0px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .footer {
    position: absolute;
    left: 0px;
  }

  #wrapper.toggled #sidebar-wrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
  }

  #wrapper.toggled .overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background: #000;
    opacity: 0.4;
    z-index: 999;
    display: block;
  }

  #wrapper.toggled .menu-icon {
    margin-left: 0px;
  }

  #wrapper.toggled .content-wrapper {
    margin-left: 0px;

  }

  #wrapper.toggled .footer {
    position: absolute;
    left: 0px;
  }

  .hidden-xs {
    display: none !important;
  }

  .main-img-preview {
    margin-bottom: 20px;
  }

  .tabs-button {
    margin-bottom: 20px;
  }

  .tabs-box .nav-pills .nav-item {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .tabs-header {
    display: block !important;
  }

  .bg-signup2 {
    height: 35rem;
    border-radius: 0;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .bg-signin2 {
    height: 25rem;
    border-radius: 0;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .bg-reset-password2 {
    height: 20rem;
    border-radius: 0;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .main-img-preview {
    margin-bottom: 20px;
  }
}


@media only screen and (max-width: 480px) {

  .search-bar {
    margin-left: 5px;
    position: relative;
  }

  .search-bar input {
    width: 100%;
  }

  .dropdown-lg {
    display: none;
  }

  .nav-item.language {
    display: none;
  }

  .right-nav-link a.nav-link {
    padding-right: .0rem !important;
  }

  .topbar-nav .navbar {
    padding: 0px 10px 0 5px;
  }


}


/*Forgot Password*/
.h3form-heading {
  white-space: nowrap;
  text-align: left;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: rgba(23, 58, 114, 1);
  letter-spacing: 0;
}

.form-box p {
  white-space: nowrap;
  line-height: 15px;
  text-align: left;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: rgba(77, 77, 77, 1);
  letter-spacing: 0;
  opacity: 0.6;
  margin-top: 25px;
  margin-bottom: 30px;
}


.streamline {
  position: relative;
  border-color: #dddee0;
}

.sl-item {
  position: relative;
  padding-bottom: 1px;
  border-color: #dddee0;
}

.sl-item:before,
.sl-item:after {
  display: table;
  content: " ";
}

.streamline .sl-item:after,
.streamline:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin-left: -6px;
  background-color: #fff;
  border-color: #173a72;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
  content: '';
}

.sl-item:after {
  top: 0;
}

.streamline:last-child:after {
  display: none;
}

.sl-item:after {
  clear: both;
}

.sl-content {
  padding-bottom: 10px;
  margin-top: -6px;
  margin-left: 24px;
}

.text-muted-dk {
  color: inherit;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: rgba(77, 77, 77, 1);
  text-transform: capitalize;
}


.sl-content p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: rgba(23, 58, 114, 1);
  text-transform: capitalize;
}

.b-accent {
  border-color: #173a72;
}

.b-l {
  border-left: 1px solid #dddee0;
}

.usr-left-det h6 {
  margin-bottom: 2px;
  text-align: left;
  font-family: League Spartan;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: rgba(77, 77, 77, 1);
  text-transform: capitalize;
}

.usr-left-det p {
  margin-bottom: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  
  text-transform: capitalize;
  margin-top: 3px;
}

.usr-img {
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  width: 60px;
  height: 60px;
  border-radius: 6px;
  overflow: hidden;
}

.left-user {
  display: flex;
  align-items: center;
}

.right-usr-det .price {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 0;
  color: rgba(235, 162, 34, 1);
}

.right-usr-det .text-success {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: rgba(23, 152, 74, 1) !important;
  text-transform: capitalize;
  margin-bottom: 0;
  line-height: initial;
}

.single-user {
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  padding: 8px 10px;
}

.usr-left-det {
  line-height: initial;
  margin-left: 16px;
}

.single-user {
  margin-bottom: 20px;
  box-shadow: -1px 1px 10px rgb(0 0 0 / 16%);
  padding: 12px 12px;
  border-radius: 8px;
}

.usr-left-det span {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: rgba(123, 121, 121, 1);
  text-transform: capitalize;
}

/*Drop cus*/

/* Dropdown menu css */
.dropdown-container {
  position: relative;
  max-width: 240px;
}

.dropdown-container.cust-drop-container .dropdown-toggle {
  color: #000000;
  background-color: #ffffff;
  font-size: 14px;
  padding: 15px 10px 15px 10px;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  transition: all ease-in-out 0.3s;
  padding-right: 40px;
  background: #e7eefb;
  color: #222;
  font-weight: 500;
  line-height: 0;
}

.dropdown-container.cust-drop-container .dropdown-toggle label {
  cursor: pointer;
  width: 100%;
}

.dropdown-container.cust-drop-container .dropdown-toggle:hover,
.dropdown-container.cust-drop-container .dropdown-toggle:active,
.dropdown-container.cust-drop-container .dropdown-toggle:focus {
  background-color: rgba(23, 58, 114, 1);
  color: #ffffff;
}

.dropdown-container.cust-drop-container .dropdown-menu {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5);
  margin-top: 17px;
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  background-color: #ffffff;
  z-index: 10;
}

.dropdown-container.cust-drop-container .dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  z-index: 10;
}

.dropdown-container.cust-drop-container .dropdown-menu a {
  text-decoration: none;
  display: block;
  color: #000000;
  font-size: 15px;
  padding: 16px 20px;
  font-weight: 600;
  box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5);
  transition: all ease-in-out 0.3s;
}

.dropdown-container.cust-drop-container .dropdown-menu a:hover,
.dropdown-container.cust-drop-container .dropdown-menu a:active,
.dropdown-container.cust-drop-container .dropdown-menu a:focus {
  background-color: rgba(23, 58, 114, 1);
  color: #ffffff;
}

.dropdown-menu,
.dropdown-toggle {
  position: relative;
}

.cust-drop-container .dropdown-menu::before,
.cust-drop-container .dropdown-toggle::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border: 5px solid;
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  margin-top: -5px;
  background-color: rgba(0, 0, 0, 0);
  transition: all ease-in-out 0.2s;
}

.cust-drop-container .dropdown-menu {
  z-index: 10;
  position: relative;
}

.cust-drop-container .dropdown-menu::before {
  z-index: -1;
  transform: rotate(-135deg);
  top: -4px;
  border-color: #ffffff;
  box-shadow: 1px 1px 4px -2px rgba(0, 0, 0, 0.4);
}

.dropdown-open .dropdown-menu.dropdown-active {
  display: block;
}

.dropdown-container.cust-drop-container.dropdown-open .dropdown-toggle {
  background-color: rgba(23, 58, 114, 1);
  color: #ffffff;
}

.dropdown-container.dropdown-open .dropdown-toggle:before {
  transform: rotate(-135deg);
}

.cust-drop-container .dropdown-bordered .dropdown-toggle {
  border: 2px solid #000000;
  border-radius: 10px;
}

.cust-drop-container .dropdown-bordered .dropdown-toggle:hover,
.cust-drop-container .dropdown-bordered .dropdown-toggle:active,
.cust-drop-container .dropdown-bordered .dropdown-toggle:focus {
  background-color: rgba(23, 58, 114, 1);
  color: #ffffff;
  border-color: #ffffff;
}

.cust-drop-container .dropdown-bordered .dropdown-menu {
  border: 2px solid #000000;
  border-radius: 10px;
}

.cust-drop-container .dropdown-bordered .dropdown-menu::before {
  border-color: #000000;
}

.cust-drop-container .dropdown-bordered .dropdown-menu a {
  box-shadow: none;
  border-bottom: 2px solid #000000;
}

.cust-drop-container .dropdown-bordered .dropdown-menu li:last-child a {
  border-bottom: 0;
}

.cust-drop-container .dropdown-solid .dropdown-toggle,
.dropdown-solid .dropdown-menu {
  background-color: #0979CE;
  color: #ffffff;
}

.cust-drop-container .dropdown-solid .dropdown-menu a {
  color: #ffffff;
}

.cust-drop-container .dropdown-solid .dropdown-menu a:hover,
.cust-drop-container .dropdown-solid .dropdown-menu a:active,
.cust-drop-container .dropdown-solid .dropdown-menu a:focus {
  background-color: #ffffff;
  color: #000000;
}

.cust-drop-container .dropdown-solid .dropdown-menu::before {
  border-color: #0979CE;
}

.cust-drop-container .dropdown-toggle::after {
  display: none;
}


.table.align-items-center td:last-child,
.table.align-items-center th:last-child {
  border-radius: 0 5px 5px 0;
}

.table.align-items-center td:first-child,
.table.align-items-center th:first-child {
  border-radius: 5px 0 0px 5px;
}

.table td,
.table th {
  border-top: none;
  border-bottom: none;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: rgba(23, 58, 114, 1);
}

.badge-view {
  border: 1px solid rgba(23, 58, 114, 1);
  border-radius: 4px;
  padding: 6px 8px;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  color: rgba(23, 58, 114, 1);
  text-transform: capitalize;
  line-height: inherit;
}

.badge-block {
  border: 1px solid rgba(200, 67, 71, 1);
  border-radius: 4px;
  padding: 6px 8px;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  color: #fff;
  text-transform: capitalize;
  line-height: inherit;
  background: rgba(200, 67, 71, 1);
}

.badge-blue {
  border: 1px solid rgba(23, 58, 114, 1);
  border-radius: 4px;
  padding: 6px 8px;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  color: #fff;
  text-transform: capitalize;
  line-height: inherit;
  background: rgba(23, 58, 114, 1);
}

.badge-blue:hover {
  border: 1px solid rgba(23, 58, 114, 1);
  border-radius: 4px;
  padding: 6px 8px;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  color: rgba(23, 58, 114, 1);
  text-transform: capitalize;
  line-height: inherit;
  background: #fff;
}

.badge-view:hover {
  color: #fff;
  background: rgba(23, 58, 114, 1);
}

.badge-block:hover {
  background: #fff;
  color: rgba(200, 67, 71, 1);
}

.dropdown-menu-arrow {
  top: -26px;
  right: 19px;
  width: 0;
  height: 0;
  position: absolute;
}

.dropdown-menu-arrow:before,
.dropdown-menu-arrow:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-width: 7px 8px;
  border-style: solid;
  border-color: transparent;
  z-index: 1001;
}

/*.dropdown-menu-arrow:after {
  bottom: -18px;
  right: -8px;
  border-bottom-color: #fff;
}

.dropdown-menu-arrow:before {
  bottom: -17px;
  right: -8px;
  border-bottom-color: rgba(0, 0, 0, 0.15);
}*/


.dropdown-menu {
  min-width: 12rem;
}

.cus-btn-outline {
  border: 1px solid rgba(23, 58, 114, 1);
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  color: rgba(23, 58, 114, 1);
  text-transform: capitalize;
  padding: 8px 20px;
  box-shadow: none;
  border-radius: 10px;
  line-height: initial;
  white-space: normal;
}

.cus-btn-outline:hover,
.cus-btn-outline:focus {
  border: 1px solid rgba(23, 58, 114, 1);
  background: rgba(23, 58, 114, 1);
  color: #fff;
}

.cus-btn-outline {
  background: rgba(48, 58, 146, 1);
  color: #fff;
}

.text-dark {
  color: rgba(23, 58, 114, 1) !important;
}

.text-warning {
  color: rgba(253, 206, 13, 1) !important;
}

.text-light {
  color: rgba(213, 207, 207, 1) !important;
}

.tabs-box .nav-link {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  color: rgba(77, 77, 77, 1);
  text-transform: capitalize;
  letter-spacing: 0;
}

.tabs-box .nav-pills .nav-link.active,
.tabs-box .nav-pills .show>.nav-link {
  color: rgba(77, 77, 77, 1);
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 6px rgb(23 58 114);
  font-weight: 700;
  border-radius: 8px;
}

.tabs-box .nav-pills .nav-link:hover {
  background-color: rgba(23, 58, 114, 1);
  color: #fff;
}

.tabs-box .nav-pills .nav-link,
.tabs-box .nav-pills .show>.nav-link {
  color: rgba(77, 77, 77, 1);
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 6px rgba(175, 175, 175, 1);
  font-weight: 500;
}

/*.tabs-box .nav-item {
  width: 150px;
  max-width: 100%;
}*/

.tabs-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tabs-box .nav-item {
  margin-right: 12px;
}

.nav-link.active {
  position: relative;
}


/*.triangle-with-shadow {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.5);
}*/
/*.nav-link.active::after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 14px solid #fff;
  position: absolute;
  content: "";
  -webkit-filter: drop-shadow(0px 4px 2px rgba(23, 58, 114, 1));
  filter: drop-shadow(0px 4px 2px rgba(23, 58, 114, 1));
  bottom: -14px;
  left: 0;
  right: 0;
  margin: 0 auto;
}*/

.tabs-box .nav-pills .nav-item:hover .nav-link.active::after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 14px solid rgba(23, 58, 114, 1);
}

/* File Upload */
.fake-shadow {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.fileUpload {
  position: relative;
  overflow: hidden;
}

.fileUpload #logo-id {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 33px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 130px;
}

.img-preview {
  max-width: 100%;
}

.main-img-preview img {
  height: 100%;
  width: 100%;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  border-radius: 4px
}

.main-img-preview {
  height: 168px;
}

.fileUpload {
  background: #fff;
  border: 2px solid #ededed;
  font-style: normal;
  line-height: 1;
  font-weight: normal;
  font-size: 18px;
  color: rgba(77, 77, 77, 1);
  text-transform: capitalize;
  height: 30px;
  border-radius: 6px
}

.fileUpload:hover {
  background: #173a72;
  border: 2px solid #173a72;
}

.fileUpload:focus {
  background: #173a72;
  border: 2px solid #173a72;
}

.fileUpload:active {
  background: #173a72;
  border: 2px solid #173a72;
}

.fileUpload .fa {
  font-size: 15px;
  margin-left: 3px;
}

.back_btn {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: rgba(48, 58, 146, 1) !important;
  text-transform: capitalize;
  margin-right: 10px;
}

.back_btn span {
  margin-right: 4px;
  margin-left: 4px;
}

.socail-media-links-icon {
  padding-left: 0;
}

.socail-media-links-icon li {
  display: inline-block;
  list-style: none;
  width: 35px;
  height: 35px;
  border-radius: 0;
  border: 2px solid #4d4d4d;
  padding: 0;
  text-align: center;
  line-height: 35px;
  font-size: 20px;
  margin-right: 10px;
}


.socail-media-links-icon li:hover {
  background: #4d4d4d;
}

.socail-media-links-icon li:hover a {
  color: #fff !important;
}

.socail-media-links-icon li a {
  text-decoration: none;
  color: #4d4d4d;
}

.noti-header01 h6 {
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 0;
}

.no-dp .list-group-item {
  border: none;
}

.media-body p {
  color: #0b55a5;
  font-size: 13px;
  margin-bottom: 0;
}

.dropdown-lg .dropdown-menu .media .media-body .msg-info {
  font-size: 14px;
  color: #565656;
  white-space: normal;
  line-height: normal;
}

.modal-title {
  font-size: 20px;
  font-weight: 600;
  
}

.close {
  opacity: unset;
  font-size: 30px;
}

.username {
  margin-top: 10px;
}

.username,
.domainname {
  margin-bottom: 0;
  color: #4d4d4d;
  font-weight: 400;
  text-align: center;
}

.user-icon-img {
  width: 90px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
}

.userimg {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 0px;
  background: rgba(228, 234, 253, 1);
}

.modal-content {
  border-radius: 8px;
  background: #fff;
}

.modal-header {
  padding: 10px 20px;
}

.block-btn {
  background: rgb(200, 67, 71);
  padding: 0px 5px;
  width: 100%;
  border-radius: 30px;
  text-transform: capitalize;
  font-weight: 500;
}

.usd-bx h6 {
  min-width: 120px;
  color: #223035;
  font-weight: 700;
  margin-bottom: 0;
}

.usd-bx p {
  margin-bottom: 0;
  color: #7a7a7a;
  font-weight: 500;
  font-size: 14px;
}


.usd-bx {
  margin-bottom: 10px;
  margin-top: 10px;
}

.usd-bx {
  display: flex;
  align-items: center;
}

.usd-bx .form-control {
  border-radius: 8px;
  border: 2px solid #b7b7b7;
  box-shadow: none !important;
  height: 45px;
}

.status-field::placeholder {
  color: rgba(23, 152, 74, 1) !important;
}

.user-details {
  padding: 10px 20px;
}

.col-pl-2 {
  padding-left: 0.5rem;
}

.col-pr-2 {
  padding-right: 0.5rem;
}

.stad-img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  height: 202px;
}

.page-heade2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: rgba(77, 77, 77, 1);
}

.plan-details-list li {
  font-size: 15px;
  color: rgb(77, 77, 77);
  line-height: 1.2;
  text-align: left;
}

.media-body.plan-body p {
  font-size: 15px;
  margin-bottom: 25px;
}

.plan-body .text-hdr-body {
  font-size: 22px;
  border-radius: 8px 8px 0px 0px;
  padding: 20px 5px;
}

.media-body.plan-body .price-plan {
  font-size: 20px;
  color: rgb(77, 77, 77);
  margin-bottom: 3px;
  margin-top: 12px;
}

.currnecy-symbol {
  font-size: 11px;
  vertical-align: super;
  font-weight: 700;
}

.monthly-text {
  font-size: 14px;
  vertical-align: middle;
}

.card.plan-card {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
}

.change-btn {
  width: 200px;
  max-width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  color: #0b55a5;
  border: 2px solid #0b55a5;
}


.date-event {
  background: #e7eefb;
  width: 70px;
  border-radius: 2px;
  padding: 14px 4px;
  text-align: center;
}

.media-body p {
  color: #0b55a5;
  margin-bottom: 0;
  font-size: 15px;
  line-height: initial;
}

.event-det p {
  color: #223035;
  opacity: 0.6;
}

.event-body {
  display: flex;
  align-items: center;
}

.event-det {
  margin-left: 20px;
}

.single-event-box {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  border-radius: 2px;
  margin-bottom: 30px;
  padding: 10px 20px 10px 18px;
}


/*********************************** ***
            Index Page CSS
****************************************/
/* Center the loader */
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 120px;
  height: 120px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
 /* -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
*/}

@-webkit-keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0
  }

  to {
    bottom: 0px;
    opacity: 1
  }
}

@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0
  }

  to {
    bottom: 0;
    opacity: 1
  }
}

#myDiv {
  display: none;
}

.loader {
  width: 60px;
  height: 75px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.ball {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: rgb(253 206 13);
  animation: bounce .5s alternate infinite;
}

.ball:nth-child(2) {
  animation-delay: .16s;
}

.ball:nth-child(3) {
  animation-delay: .32s;
}

.main-page-body {
  background-color: rgba(23, 58, 114, 1);
}

@keyframes bounce {
  from {
    tranform: scaleX(1.25);
  }

  to {
    transform: translateY(-50px) scaleX(1)
  }
}

#loader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  background-color: #222;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fdce0d;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

/* end of loader css */
.dropdown-menu.dropdown-menu-bx a {
  padding: 5px 20px !important;
}

.dropdown-menu.dropdown-menu-bx {
  padding: 0 0 !important;
}

.card {
  overflow: unset;
}

.cust-drop-container .dropdown-menu::before {
  top: 0;
}


/************ Header Menu ***********/
.cus-drop-menu-right2 a {
  text-transform: capitalize;
  color: #000;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}

.cus-drop-menu-right3 {
  border-radius: 10px;
  border: 1px solid #ECE5E5;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.cus-drop-menu-right3 .dropdown-item span {
  color: #E2B100;
  margin-right: 10px;
  font-size: 16px;
  width: 20px
}

.cus-drop-menu-right3 .dropdown-item {
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  color: rgba(77, 77, 77, 1);
  text-transform: capitalize;
  padding: 1px 15px !important;
}

.cus-drop-menu-right2 .cus-dropdown-item2 {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: rgba(77, 77, 77, 1);
  text-transform: capitalize;
}

.cus-drop-menu-right2 .cus-dropdown-item3 {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: rgba(77, 77, 77, 1);
  text-transform: capitalize;
}

.cus-drop-menu-right2 .cus-dropdown-item2 a {
  color: rgba(77, 77, 77, 1)
}

.cus-drop-menu-right2 .cus-dropdown-item3 {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: rgba(77, 77, 77, 1);
  text-transform: capitalize;
}

.cus-drop-menu-right2 .cus-dropdown-item3 a {
  color: rgba(77, 77, 77, 1)
}

.cus-drop-menu-right2 .dropdown-item:active a {
  color: #fff !important;
}


/***/
.row-margs {
  margin-top: 30px;
  margin-bottom: 35px
}

/***********************************************
    Transaction Details Page
************************************************/
.dropdown-container.cust-drop-container.cust-drop-container2 .dropdown-menu a {
  padding: 5px 10px;
  font-weight: 300;
  box-shadow: none;
}

.dropdown-container.cust-drop-container.cust-drop-container2 .dropdown-menu {
  margin: 0 0;
  padding: 0;
  right: 0;
  width: 140px !important;
  left: unset;
  min-width: unset;
}

.dropdown-container.cust-drop-container.cust-drop-container2 .dropdown-menu::before {
  display: none;
}

.cust-drop-container-bx span {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  color: rgba(0, 0, 0, 1) !important;
  margin-right: 15px
}

.cust-drop-container-bx .dropdown-toggle.click-dropdown {
  color: rgba(0, 0, 0, 1) !important;
  background: #fff !important;
  border-radius: 7px;
  color: #222;
  border-radius: 12px;
  border: 1px solid #E2B100;
  background: #FFF;
}

.stripped-cus-stable thead {
  background: rgba(48, 58, 146, 1);
  color: #fff
}

.stripped-cus-stable thead th>span {
  font-size: 23px;
  margin-left: 5px
}

.icon-delete {
  font-size: 24px
}

.show-tble-entries {
  color: #464646;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.tble-pag {
  justify-content: flex-end;
}

/**************************************
                     Support Page
         ***************************************/
.dropdown-container.cust-drop-container.cust-drop-container2 .dropdown-menu a {
  padding: 5px 10px;
  font-weight: 300;
  box-shadow: none;
}

.dropdown-container.cust-drop-container.cust-drop-container2 .dropdown-menu {
  margin: 0 0;
  padding: 0;
  right: 0;
  width: 140px !important;
  left: unset;
  min-width: unset;
}

.dropdown-container.cust-drop-container.cust-drop-container2 .dropdown-menu::before {
  display: none;
}

.cust-drop-container-bx3 {
  max-width: 250px
}

/**************************************
                     Sales Page
***************************************/
.dropdown-menu.dropdown-menu-bx a {
  padding: 5px 20px !important;
}

.dropdown-menu.dropdown-menu-bx {
  padding: 0 0 !important;
}

.card {
  overflow: unset;
}

.cust-drop-container .dropdown-menu::before {
  top: 0;
}


.chart-lable1 {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  color: rgba(77, 77, 77, 1);
  text-transform: capitalize;
  margin-bottom: 0;
}

.progress-bar1 {
  width: 67%;
  background-color: #173a72 !important;
  background-image: none;
  border-radius: 8px;
}

.progress-hright {
  height: 9px;
}

.chart-lable2 {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  color: rgba(77, 77, 77, 1);
  text-transform: capitalize;
  margin-bottom: 0;
}

.progress-bar2 {
  width: 33%;
  background-color: #fdce0d !important;
  background-image: none;
  border-radius: 8px;
}

.chart-container-bx1 {
  height: 200px;
}

.chart-container-bx2 {
  max-height: 260px
}

#c3-line-chart {
  height: 240px
}

.chart-container-bx3 {
  max-height: 228px
}

#barChart {
  max-height: 250px
}


/********************************************* 
 Manage User Page Css
****************************************************/
.dropdown-container.cust-drop-container.cust-drop-container2 .dropdown-menu a {
  padding: 5px 10px;
  font-weight: 300;
  box-shadow: none;
}

.dropdown-container.cust-drop-container.cust-drop-container2 .dropdown-menu {
  margin: 0 0;
  padding: 0;
  right: 0;
  width: 140px !important;
  left: unset;
  min-width: unset;
}

.dropdown-container.cust-drop-container.cust-drop-container2 .dropdown-menu::before {
  display: none;
}

.view-underline-link {
  text-decoration: underline;
  color: rgba(23, 152, 74, 1);
  font-size: 16px;
  font-weight: 700;
}

.table .si-rw td {
  vertical-align: middle;

  color: #464646;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.table .si-rw td span {
  font-size: 16px;
}


/************************************************
                 Login Page CSS
         *********************************************/
.card-groups1 {
  width: 100%;
  align-content: center;
  align-items: flex;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: right;
  height: 100vh;
  background: #e4eafd;
}

.cards1 {

  position: fixed;
  width: 50%;
  float: left;
  height: 100%;
  left: 0;
  top: 14%;
}

.light-blue-bg {
  background: #e4eafd;
}

.left-card1 {
  width: 50%;
  float: right;
  height: 100%;
  right: 0;
  position: unset;
  display: flex;
  align-self: center;
}

.left-card1 .card-body {

  box-shadow: none;
  background: #e4eafd;
  display: flex;
  align-items: baseline;
  align-self: center;

}

.input-group-icone {
  font-size: 22px;
  color: #6e72ff;
}

.see-all-link {
  font-style: normal;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: bold;
  font-size: 18px;
  color: rgba(55, 69, 190, 1);
}

.card-header {
  background: transparent;
}

.card-light-blue {
  background: rgba(228, 234, 253, 1);
}

.card-dark-blue {
  border-radius: 10px;
  border: 1px solid #F6F6F6;
  background: #FFF;
  box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.25);
}

.table-dark-goldenrod thead {
  border-radius: 10px;
  background: #E2B100;
  color: #000
}

.table-dark-goldenrod th {
  color: #000;
}

.table-dark-goldenrod td {
  color: #464646;
}

.table-dark-goldenrod td {
  border-bottom: 2px none !important;
  padding: 10px;
}

.table-dark-goldenrod th {
  border-bottom: none !important;
}


.redir-link {

  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: rgba(77, 77, 77, 1);
  text-decoration: underline;
}

.textarea-field {
  min-height: 300px;
  white-space: normal;
  padding: .375rem .75rem
}

.save-bnte {
  text-transform: capitalize;
  font-size: 20px;
  line-height: 20px
}

.update-btnee {
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  border-radius: 8px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  text-transform: capitalize;
  letter-spacing: 0;
  padding: 0px 44px;
  height: 43px;
}

.tr-bg-color {
  background-color: rgb(231, 238, 251);
}

/*******************************************************
          All Events
********************************************************/
.dropdown-container.cust-drop-container.cust-drop-container2 .dropdown-menu a {
  padding: 5px 10px;
  font-weight: 300;
  box-shadow: none;
}

.dropdown-container.cust-drop-container.cust-drop-container2 .dropdown-menu {
  margin: 0 0;
  padding: 0;
  right: 0;
  width: 140px !important;
  left: unset;
  min-width: unset;
}

.dropdown-container.cust-drop-container.cust-drop-container2 .dropdown-menu::before {
  display: none;
}

.blog-table td {
  vertical-align: sub !important;
}

.client--image {
  display: flex;
  align-items: center;
  padding: 4px;
}

.client--image img {
  width: 100%;
  height: auto;
}


.cust-form-field-three {
  box-shadow: none !important;
  border: 2px solid #e9ecef;
  height: 45px;
}

.cus-form-label-three {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
}

@media (max-width: 768px) {
  .cards1 {
    position: relative;
    width: 100%;
    float: none;
    height: auto;
    left: unset;
    top: unset;
  }

  .card-groups1 {
    display: block
  }

  .login-illustration {
    max-width: 100%;
    width: 200px;
  }

  .left-card1 {
    width: 100%;
    float: unset;
    height: 100%;
    right: unset;
    position: unset;
    display: block;
  }

  .bg-signin2s {
    border-right: none;
  }
}


/*Table*/
.table {
  color: #464646;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  border-collapse: separate;
  border-spacing: 0 6px;
}

.table tbody tr {
  border-radius: 10px;
  border: 1px solid #FBF8F8;
  background: #FFF;
  /* box-shadow: 0px 5px 6px 0px rgba(0, 169, 98, 0.50); */
}

.text-success {
  color: #33A142;
}

.text-danger {
  color: #F54A4A;
}

.text-warning {
  color: #E7B82A;
}

.text-secondary {
  color: #9699A0;
}

.search-bar.form-control {
  border-radius: 4px;
  border: 2px solid #D9D9D9;
  box-shadow: none !important;
  max-width: 1200px;
  height: 40px;
  padding-left: 25px;
}

.search-box {
  width: 80%;
}

.no-path {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 10px;
}


.search-box i {
  color: #535151;
  font-size: 12px;
  position: absolute;
  top: 15px;
  left: 10px;
}

.fs-14 {
  font-size: 14px !important;
}

.footer-menu {
  position: absolute;
  bottom: 0;
  padding: 10px 10px;
  border-top: 1px solid #fff;
  width: 100%;
}

.footer-menu img {
  width: 15px;
  height: 15px;
}


.footer-menu .menu-icon {
  padding: 0 55px 0 0;
}

.footer-menu a {
  display: inline-block;
}

.btn-outline-danger {
  color: #CD0508;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 10px;
  border: 2px solid #CD0508;
  text-transform: capitalize;
  height: 40px;
  list-style: 40px;
  height: 36px;
  padding: 2px 20px;
}

.cus-card-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.fs-12 {
  font-size: 12px !important;
}

/*Settings*/
.card-grey h3 {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.card-grey .user-profile {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.card-grey p {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}



.btn-light {
  border-radius: 10px;
  background: #fff;
  color: #464646;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  border-color: #fff;
  box-shadow: none;
}

.mn-width {
  min-width: 150px;
}

.card-grey {
  border-radius: 10px;
  background: #F1F0F0;
  padding: 15px 20px;
  min-height: 215px;
}

.btn-btm {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

/*User details*/
.form-control {
  border-radius: 10px;
  /* border: 1px solid #E2B100; */
  background: #FFF;
  /* box-shadow: none !important; */
  height: 40px;
  color: #AAB2B7;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.form-control::placeholder {
  border-radius: 10px;
  background: #FFF;
  box-shadow: none !important;
  height: 40px;
  color: #000;
  font-family: Poppins;
  font-size: 13px !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.col-form-label {
  color: #464646;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/*Custome radio*/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  border-radius: 100%;

}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
  content: '';
  width: 9px;
  height: 9px;
  background: #fff;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*end radio*/

.cus-modal.modal-content {
  border-radius: 10px;
  background: #E2B100;
  padding: 20px 10px;
}

.cus-modal.modal-content h5 {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.cus-modal.modal-content p {
  color: #FFF;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cus-modal.modal-content label {
  color: #FFF;
  font-family: Poppins;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
  text-transform: capitalize;
}

.button-bottoms .text-warning {
  color: #E7B82A;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  box-shadow: none;
}

.button-bottoms .text-danger {
  color: #CD0508;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  box-shadow: none;
}

.text-info {
  color: #E2B100 !important;
}

.inner-header-card {
  color: #464646;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.table-two tbody tr {
  box-shadow: 0px 5px 6px 0px #FBF8F8 !important;
  border-radius: 10px;
  border: 1px solid #FBF8F8;
  background: #FFF;
  padding: 5px
}

.table-two tbody tr img {
  width: 35px;
  height: 35px;
}

/**/
.modal-two .modal-title {
  color: #19214F;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.modal-two .modal-header {
  padding: 10px 15px;
}


.input-box label {
  color: #464646;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  letter-spacing: 0;
}

.input-box .form-control {
  border-radius: 10px;
  border: 1px solid #F1F0F0;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
}

/*custom image upload file*/
.preview-image {
  border-radius: 10px;
  border: 1px solid #F1F0F0;
  background: #4089d970;
  /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
  width: 150px;
  height: 150px;
  overflow: hidden;
}

.file-upload {
  display: inline-block;
  position: relative;
}

.custom-file-upload {
  border-radius: 10px;
  border: 1px solid #F1F0F0;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #778087;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  width: 150px;
  align-items: center;
}

.custom-file-upload img {
  width: 18px;
}

#fileInput,.fileInput {
  display: none;
}

.image-preview {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.image-preview img{
width:150px;
}
#preview {
  max-width: 100%;
  height: auto;
}

.image-upload-box {
  display: flex;
  align-items: flex-end;
}

.form-control.custum-textarea {
  border-radius: 10px;
  border: 1px solid #F1F0F0;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
  padding: 10px 15px;
}

.form-control.custum-textarea2 {
  border-radius: 10px;
  border: 1px solid #F1F0F0;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
  padding: 10px 15px;
  min-height: 120px;
}

.form-control.custum-input2 {
  border-radius: 10px;
  border: 1px solid #F1F0F0;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
  padding: 10px 15px;
}

.form-check-label-text {
  color: #464646;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  letter-spacing: 0;
  margin-left: 8px;
  margin-bottom: 10px;
}

.form-check-label-text .form-check-input {
  margin-top: 3px;
  margin-left: -1.80rem;
}

.form-control.custum-textarea::placeholder {
  color: #E2B100 !important;
  /*font-family: Nunito;*/
  font-size: 16px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.ul-lists {
  padding-left: 10px;
  margin-top: 25px;
}


.ul-lists li {
  color: #000;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 5px 0;
}

.cust-drop-container2 {
  box-shadow: none !important;
}

.cust-drop-container2 ul {
  border-radius: 10px;
  border: 1px solid #E2B100;
  background: #FFF;
}

.cust-drop-container2.cust-drop-container2 .dropdown-menu a:hover {
  padding: 5px 10px;
  font-weight: 300;
  box-shadow: none;
  border-radius: 10px;
  background: #C6D5F7;
}

.cust-drop-container2.cust-drop-container2 .dropdown-menu a {
  font-size: 12px;
}

.cust-drop-container2.cust-drop-container2 .dropdown-menu {
  border: none !important;
}

.cust-drop-container.cust-drop-container2 .dropdown-toggle::before {
  top: 56%;
}

/*.image-upload-box2 {
  display: block;
}*/

.image-preview2 {
  margin: 0;
}

.image-preview2 #preview {
  max-width: 100%;
  height: 150px;
}

.btn.btn-link {
  color: #E2B100;
  text-align: center;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  box-shadow: none;
  letter-spacing: 0;
  text-transform: capitalize;
}

.custom-file-upload.custom-file-upload2 {
  border-radius: 50%;
  border: 1px solid #00A962;
  background: #FFF;
  box-shadow: none;
  color: #00A962;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0;
  height: 30px;
  line-height: 35px;
  padding: 7px;
  width: 30px;
  background-color: #fff
}

.image-upload-box2 {
  position: relative;
}

.image-upload-box-wrap .file-upload {
  right: -10px;
  bottom: -10px;
  position: absolute;
}

/*Notification*/
.btn-primary.btn-primary-style {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  text-transform: capitalize;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 10px;
  background: #E2B100;
  padding: 5px 20px;
  height: 40px;
}

.notification-box .left-content img {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  width: 45px;
  height: 45px;
}

.info-bx h4 {
  color: #464646;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.info-bx p {
  color: #464646;
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}

.left-content {
  display: flex;
  align-items: center;
}

.info-bx {
  margin-left: 25px;
}

.delete-notification {
  text-align: right;
}

.notification-box {
  border-radius: 10px;
  border: 1px solid #464646;
  padding: 15px 15px;
}

.nav-item.language .dropdown-item {
  color: #000;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-transform: capitalize;
  padding: 5px 15px !important;
}

/*dashboard*/
.red-card {
  border-radius: 10px;
  background: #CD0508;
  box-shadow: 0px 5px 6px 0px #D9D9D9;
  border: 1px solid #CD0508 !important;
}

.yellow-card {
  border-radius: 10px;
  background: #E7B82A;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid #E7B82A !important;
}

.text_info span {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.yellow-card .text_info span {
  color: #000;
}

.text_bottom_info span {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.text_bottom_info img {
  width: 25px;
}

.text_bottom_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.card_body {
  padding: 10px 15px;
}


.date_info {
  color: #535151;
  text-align: right;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.Transactions-wrap {
  border-radius: 10px;
  border: 1px solid #C8C8C8;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 15px;
}

.card_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cust-drop-container-bx.cust-drop-container-wrap .dropdown-toggle.click-dropdown {
  background: #E2B100 !important;
  font-size: 12px !important;
  color: #fff !important;
}

.cust-drop-container-wrap .dropdown-menu.dropdown-active li {
  background: #E2B100 !important;
  font-size: 12px !important;
  color: #fff !important;
}

.cust-drop-container-wrap .dropdown-menu.dropdown-active li a {
  color: #fff !important;
}

.form-control.date-control {
  border-radius: 10px;
  border: 2px solid #9699A0;
  background: #FFF;
  color: #9699A0;
  font-family: Poppins;
  font-size: 10px !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  height: 36px;
}

.form-control.date-control::placeholder {
  font-family: Poppins;
  font-size: 10px;
}

.blue-border-card {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 5px 6px 0px #D9D9D9;
  border: 2px solid #E2B100 !important;
}

.blue-border-card .text_info span {
  color: #000;
}

.blue_list {
  background: #E2B100;
}

.yellow_list {
  background: #E0B02C;
}

.red_list {
  background: #AE0C07;
}

.orange_list {
  background: #F15C2D;
}

.green_list {
  background: #235C0E;
}

.purple_list {
  background: #6B29BF;
}

.circle_list {
  border-radius: 10px;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.branches_list {
  padding-left: 0px;
  list-style: none;
}

.branches_list li {
  color: #2B2A2A;
  font-family: Nunito;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px
}

/*login page*/


.overlay-image {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  background-size: 100% 100%;
  height: 100%;
  z-index: -1;
}

.auth-page {
  position: relative;
}

.left-image {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.card-authentication2 .welcome-hand {
  margin-top: 20px;
  display: block;
}

.welcome-hand {
  display: block;
  width: 45px;
  margin: 15px auto;
}

.card-authentication2 .card-title {
  color: #000;
  font-family: Nunito;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.auth-form-grp img {
  height: 20px;
  width: 20px;
  margin-right: 15px;
  color: #19214F;
}

.card-authentication2 .form-control {
  color: #19214F;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.card-authentication2 .form-control::placeholder {
  color: #19214F;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: transparent;
}

.authentication-form .form-control {
  border-bottom: 1px solid #9699A0;
  border-right: none !important;
}

.input-group-icone {
  font-size: 18px !important;
  color: #9699A0 !important;
}

.card-authentication2 .form-control-position {
  top: 0px;
}

.form-check_label .form-check-label {
  color: #464646;
  text-align: center;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  letter-spacing: 0
}

.forg_passeord {
  color: #464646;
  text-align: center;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.auth-page {
  overflow: hidden;
}

.big-circle {
  border-radius: 300px;
  background: #D9B94B;
  width: 200px;
  height: 200px;
  right: -108px;
  position: absolute;
  bottom: 20px;
}

.small-circle {
  border-radius: 300px;
  background: #D9B94B;
  width: 50px;
  height: 50px;
  left: -18px;
  position: absolute;
  bottom: 180px;
}

.logo-image {
  width: 170px;
}

.yellow-link {
  color: #E7B82A;
  text-align: center;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 600px) {
  .overlay-image {
    width: 200px;
    height: 200px;
  }

  .big-circle {
    border-radius: 300px;
    background: #D9B94B;
    width: 100px;
    height: 100px;
    right: -70px;
    position: absolute;
    bottom: 0;
    z-index: -1;
  }

  .small-circle {
    left: -38px;
  }
}

.si-rw td a {
  color: #464646;
}
.border-goldenrod{
  border:3px solid #E2B100 !important;
}
.text-goldenrod{
  color:#E2B100 !important;
}
.bg-light-goldenrod{
  background-color:#B6DADA !important;
}
.bg-goldenrod{
  background-color:#E2B100 !important;
}
.text-DFE0E0{
  color:#DFE0E0;
}
.head-title{
  color: #000;
/* text-align: center; */
font-family: Poppins;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 24px */
text-transform: capitalize;
}
.nav-tabs{
  border-bottom: none;
}
.nav-tabs .nav-item .nav-link{
  border:none;
  padding: 0;
  padding-right: 4px;
}
.nav-tabs .nav-item .nav-link.active{
  color:#E2B100;
  border:none;
}
.card-img-round {
  object-fit: cover; /* For responsive image scaling */
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.modal-centered{
  height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#tracking{
  background: #fff
}
.tracking-detail {
 padding: 3rem 0;
}
#tracking {
 margin-bottom: 1rem;
}
[class*="tracking-status-"] p {
 margin: 0;
 font-size: 1.1rem;
 color: #fff;
 text-transform: uppercase;
 text-align: center;
}
[class*="tracking-status-"] {
 padding: 1.6rem 0;
}

.tracking-item {
 border-left: 4px solid #ffc107;
 position: relative;
 padding: 2rem 1.5rem 0.5rem 2.5rem;
 font-size: 0.9rem;
 margin-left: 3rem;
 min-height: 5rem;
}
.tracking-item:last-child {
 padding-bottom: 4rem;
}
.tracking-item .tracking-date {
 margin-bottom: 0.5rem;
}
.tracking-item .tracking-date span {
 color: #888;
 font-size: 85%;
 padding-left: 0.4rem;
}
.tracking-item .tracking-content {
 padding: 0.5rem 0.8rem;
 background-color: #f4f4f4;
 border-radius: 0.5rem;
}
.tracking-item .tracking-content span {
 display: block;
 color: #767676;
 font-size: 13px;
}
.tracking-item .tracking-icon {
 position: absolute;
 left: -0.7rem;
 width: 1.1rem;
 height: 1.1rem;
 text-align: center;
 border-radius: 50%;
 font-size: 1.1rem;
 background-color: #fff;
 color: #fff;
}

.tracking-item-pending {
 border-left: 4px solid #d6d6d6;
 position: relative;
 padding: 2rem 1.5rem 0.5rem 2.5rem;
 font-size: 0.9rem;
 margin-left: 3rem;
 min-height: 5rem;
}
.tracking-item-pending:last-child {
 padding-bottom: 4rem;
}
.tracking-item-pending .tracking-date {
 margin-bottom: 0.5rem;
}
.tracking-item-pending .tracking-date span {
 color: #888;
 font-size: 85%;
 padding-left: 0.4rem;
}
.tracking-item-pending .tracking-content {
 padding: 0.5rem 0.8rem;
 background-color: #f4f4f4;
 border-radius: 0.5rem;
}
.tracking-item-pending .tracking-content span {
 display: block;
 color: #767676;
 font-size: 13px;
}
.tracking-item-pending .tracking-icon {
 line-height: 2.6rem;
 position: absolute;
 left: -0.7rem;
 width: 1.1rem;
 height: 1.1rem;
 text-align: center;
 border-radius: 50%;
 font-size: 1.1rem;
 color: #d6d6d6;
}
.tracking-item-pending .tracking-content {
 font-weight: 600;
 font-size: 17px;
}

.tracking-item .tracking-icon.status-current {
 width: 1.9rem;
 height: 1.9rem;
 left: -1.1rem;
}
.tracking-item .tracking-icon.status-intransit {
 color: #ffc107;
 font-size: 0.6rem;
}
.tracking-item .tracking-icon.status-current {
 color: #ffc107;
 font-size: 0.6rem;
}
@media (min-width: 992px) {

 .tracking-item .tracking-date {
   position: absolute;
   left: -10rem;
   width: 7.5rem;
   text-align: right;
 }
 .tracking-item .tracking-date span {
   display: block;
 }
 .tracking-item .tracking-content {
   padding: 0;
   background-color: transparent;
 }

 
 .tracking-item-pending .tracking-date {
   position: absolute;
   left: -10rem;
   width: 7.5rem;
   text-align: right;
 }
 .tracking-item-pending .tracking-date span {
   display: block;
 }
 .tracking-item-pending .tracking-content {
   padding: 0;
   background-color: transparent;
 }
}

.tracking-item .tracking-content {
 font-weight: 600;
 font-size: 17px;
}

.blinker {
 border: 7px solid #e9f8ea;
 animation: blink 1s;
 animation-iteration-count: infinite;
}
@keyframes blink { 50% { border-color:#fff ; }  }
.font-Poppins{font-family: Poppins;}
.fw-800{font-weight: 800;}
.fw-700{font-weight: 700;}
.fw-600{font-weight: 600;}
.fw-500{font-weight: 500;}
.fw-400{font-weight: 400;}
.fw-400{font-weight: 400;}
.fs-20{font-size: 20px;}
.fs-24{font-size: 24px;}
.fs-36{font-size: 36px;}
.fs-96{font-size: 96px;}
.fs-30{font-size: 30px;}
.fs-28{font-size: 28px;}
.fs-32{font-size: 32px;}
.fs-35{font-size: 35px;}
.fs-64{font-size: 64px;}
.fs-16{font-size: 16px;}
.fs-14{font-size: 14px;}
.fs-12{font-size: 12px;}
.fs-11{font-size: 11px;}
.fs-9{font-size: 9px;}
.fs-18{font-size: 18px;}
.h-8{height: 8px;}
.w-40px{width:40px;}
.w-55px{width:55px;}
.w-150{width:150px;}
.w-200px{width:200px;}
.w-80px{width:80px;}
.w-90px{width:90px;}
.h-80px{height:80px;}
.h-100px{height:100px;}
.h-150px{height:150px;}
.h-200px{height:200px;}
.h-260px{height:260px;}
.h-600px{height:600px;}
.h-300px{height:300px !important;}
.mb-50px{margin-bottom: 50px;}
.card-shadow{box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); border:none !important;}
.btn-shadow{box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); border:none !important; border-radius: 50% !important;
  width: 60px;

  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dot{width:10px;height: 10px; border-radius: 50%;background-color:#E2B100;}
.bi-bg-fill{    padding: 6px 8px;
  border-radius: 6px; vertical-align: -8px;}
  .border-none{
    border:none !important;
  }
  .w-space-normal{white-space: normal;}
  .text-4646{color:#464646;}.right-0{    right: 0;}
  .top-n-40px{top: -40px;}
  .line-h-26px{    line-height: 26px;}
  body.body-v-shapes::before,
  body.body-v-shapes::after {
      content: "";
      display: block;
      /* position: absolute; */
      width: 100%;
      
      background-repeat: no-repeat;
      background-size: cover;
  }
  
 .l-logo{
  width: 150px;
  border-radius: 50%;
  display: flex;
  height: 150px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  align-items: center;
  justify-content: center;
  position:absolute;
  top: -190px;
  background-color: #fff;
 }
 .w-40{
width: 40%;
 }
 .m-w-520{
max-width: 520px;
 }
 .min-h-48vh{
min-height: 48.8vh;
 }
 .lcartoon{
  display: flex;
  align-items: center;
  justify-content: center;
 }
 .lcartoon img{
  margin-bottom: -150px;
  z-index: 2;
 }
  .goldenrod-vector-top {
    width: 100%;
    height: 300px;
    background: linear-gradient(to right, #E2B100 0%, #E2B100    100%);
    clip-path: polygon( 0.00% 0.00%, 100% 0.00%, 99.79% 99.70%, 85.90% 67.16%, 80.42% 61.83%, 68.82% 63.61%, 52.92% 68.34%, 29.93% 59.47%, 12.50% 46.75%, 0.00% 31.36% );

  }
  .goldenrod-vector-bottom {
    /* position: fixed; */
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background: linear-gradient(to right, #E2B100 0%, #E2B100    100%);
    clip-path: polygon( 23.33% 26.72%, 29.93% 18.32%, 50.63% 13.74%, 79.10% 38.17%, 99.93% 70.99%, 99.93% 100%, 0.00% 100%, 0.00% 0.00%, 6.88% 22.14%, 12.29% 30.53%, 17.64% 34.35% );
  }
  .mt-100px{margin-top: 100px;}
.text-black{color:#000;}

#vendor-wiz .steps ul{list-style: none; color:#fff; display: flex; padding: 0;}
#vendor-wiz .steps ul li.current{font-weight: 700;}
#vendor-wiz .steps ul li{color:#fff; font-weight: 400; font-size:18px; background-color:#E2B100; padding:4px 38px; margin:0 1px;}
#vendor-wiz .steps ul li a{color:#fff; text-transform: uppercase;}
#vendor-wiz .steps ul li a .current-info.audible,#vendor-wiz .steps ul li a .number,#vendor-wiz .title{display: none;}
#vendor-wiz .actions ul{list-style: none; margin-top:28px; color:#fff; display: flex; padding: 0;justify-content: center;}
#vendor-wiz .actions ul li a{color:#fff; padding:4px 10px; background-color:#E2B100 ; margin:0 1px;font-weight: 700; font-size:24px; }
.red{color:red;}
.green{color:green;}
.cp{cursor: pointer;}
.event-banner{ 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  filter: brightness(0.5) hue-rotate(0deg);
  object-fit: cover;
  z-index: 1;
}
.event-banner-na{    width: 100%;
  height: 180px;
  object-fit: cover;}

  .login-bg{
    background-image: url("/assets/images/black-plain-concrete-textured 1.png"); 
    min-height: 100vh;
    background-size: contain;
  }
  .text-royal-blue{
    color: #004B9C;
  }
  .bg-royal-blue{
    background-color: #004B9C;
  }
  .py-3_2{
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
  .card-blue{
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background: rgba(0, 75, 156, 0.17);

  }
  .el-183{
    border-radius: 50%;
    background: rgba(0, 75, 156, 0.17);
    color: rgba(0, 75, 156, 1);
    padding: 10px 18px;
  }
  .text-9699A0{
    color: #9699A0;
  }
  .text-444444{
    color: #444444;
  }
  
  .custom-file-uploadf {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
      display: inline-block;
    padding: 12px 12px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  
  }
  .upload-icon {
    margin-left: 10px;
  }