@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&display=swap');

*, :after, :before {
    border: 0 solid #e5e7eb;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

:root {
  scroll-behavior: smooth;
}

html {
  background-color: rgba(243,244,246,1);
  overflow: unset;
}

body {
  background-color: rgba(243,244,246,1);
  color: rgba(107,114,128,1);
  font-size: .875rem;
  line-height: 1.25rem;
  line-height: 1.5;
}

a {
  color: #0d6efd;
  text-decoration: none;
}

a:hover {
  color: #1151b3;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
  margin-top: 65px;
  overflow: hidden;
  padding: 10px;
  transition: all 0.5s;
}

#main #main_cont {
  max-width: 100%;
}

@media (max-width: 1199px) {
  #main {
    padding: 20px;
  }
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.main .pagetitle {
  margin-bottom: 30px;
  border-bottom: 1.5px solid #2222;
}

.main .pagetitle #page_name {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  padding-right: 5px;
}

.main .pagetitle #page_name::after {
  content: " ";
  width: 2.2px;
  height: 20px;
  display: inline-block;
  background: #d1d1d1;
  margin-left: 6px;
}

.main .breadcrumb {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  color: #899bbd;
  font-weight: 600;
  background: none;
  padding: 0px;
}

.breadcrumb-item.active {
  display: flex;
  align-items: center;
}

.breadcrumb-item.active i.bi-chevron-right {
  font-size: 15px;
  padding-right: 10px;
}

.breadcrumb-item i.bi-house {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16.5px;
  color: #333;
}

.breadcrumb-item.active i.bi-house {
  padding-right: 10px;
 }

 .breadcrumb-item+.breadcrumb-item {
  padding-left: 0;
 }

.breadcrumb-item+.breadcrumb-item::before {
  content: none;
}

.breadcrumb span {
  color: #333;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #052860;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  -webkit-animation-name: dropdown-animate;
  animation-name: dropdown-animate;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

.dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.5s;
}

.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f6f9ff;
}

@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
}

@-webkit-keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

/* Light Backgrounds */
.bg-primary-light {
  background-color: #cfe2ff;
  border-color: #cfe2ff;
}

.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}

.bg-success-light {
  background-color: #d1e7dd;
  border-color: #d1e7dd;
}

.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da;
}

.bg-warning-light {
  background-color: #fff3cd;
  border-color: #fff3cd;
}

.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc;
}

.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4;
}

/* Card */
.card {
    margin-bottom: 30px;
    border-radius: 5px;
    border-bottom-width: 1px;
    border-color: rgba(229,231,235,1);
    box-shadow: 0 0 transparent,0 0 transparent,0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);
    box-shadow: 0,0,0 0 transparent,0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);
}

.card-header,
.card-footer {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}

.card-title {
    padding: 20px 0 0px 0;
    font-size: 18px;
    font-weight: 600;
    color: #012970;
}

.card-title span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400;
}

.card-body {
  padding: 0 20px 20px 20px;
}

.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

/* Close Button */
.btn-close {
  background-size: 25%;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

/* Accordion */
.accordion-item {
  border: 1px solid #ebeef4;
}

.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #012970;
  background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
  padding: 15px 0;
  background: none;
  border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #4154f1;
}

.accordion-flush .accordion-body {
  padding: 0 0 15px 0;
  color: #3e4f6f;
  font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  color: #899bbd;
  font-weight: 600;
}

.breadcrumb a {
  color: #899bbd;
  transition: 0.5s;
}

.breadcrumb a:hover {
  color: #51678f;
}

.breadcrumb .breadcrumb-item::before {
  color: #899bbd;
}

.breadcrumb .active {
  color: #51678f;
  font-weight: 500;
}

/* Bordered Tabs */
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
  color: #4154f1;
}

.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: #4154f1;
  border-bottom: 2px solid #4154f1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  height: 70px;
  background-color: rgba(255,255,255,1);
  border-color: rgba(229,231,235,1);
  border-bottom-width: 1px;
  z-index: 20;
  margin-left: 250px;
  /* Toggle Sidebar Button */
  /* Search Bar */
}

.header .toggle-sidebar-btn {
  font-size: 32px;
  padding-left: 10px;
  cursor: pointer;
  color: #012970;
}

.header .search-bar {
  min-width: 360px;
  padding: 0 20px;
}

.header .search-form {
  width: 100%;
}

.header .search-form input {
  border: 0;
  font-size: 14px;
  color: #012970;
  border: 1px solid rgba(1, 41, 112, 0.2);
  padding: 7px 38px 7px 8px;
  border-radius: 3px;
  width: 100%;
}

.header .search-form input:focus {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: 1px solid rgba(1, 41, 112, 0.3);
}

.header .search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
}

.header .search-form button i {
  color: #012970;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
}

.header-nav>ul {
  margin: 0;
  padding: 0;
}

.header-nav .nav-icon {
  font-size: 22px;
  color: #012970;
  margin-right: 25px;
  position: relative;
}

.header-nav .nav-profile {
  color: #012970;
}

.header-nav .nav-profile img {
  max-height: 36px;
}

.header-nav .nav-profile span {
  font-size: 14px;
  font-weight: 500;
}

.header-nav .badge-number {
  position: absolute;
  inset: -2px -5px auto auto;
  font-weight: normal;
  font-size: 12px;
  padding: 3px 6px;
}

.header-nav .notifications {
  inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.5s;
}

.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .notifications .notification-item:hover {
  background-color: #f6f9ff;
}

.header-nav .messages {
  inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.5s;
}

.header-nav .messages .message-item a {
  display: flex;
}

.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}

.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}

.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .messages .message-item:hover {
  background-color: #f6f9ff;
}

.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
  top: 8px !important;
}

.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}

.header-nav .profile .dropdown-header span {
  font-size: 14px;
}

.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.5s;
}

.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

#main,
  #footer {
    margin-left: 250px;
}

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
  position: absolute;
  right: 0px;
  top: 15px;
}

.dashboard .filter .icon {
  color: #aab7cf;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.5s;
  font-size: 16px;
}

.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
  color: #4154f1;
}

.dashboard .filter .dropdown-header {
  padding: 8px 15px;
}

.dashboard .filter .dropdown-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #aab7cf;
  margin-bottom: 0;
  padding: 0;
}

.dashboard .filter .dropdown-item {
  padding: 8px 15px;
}

/* Info Cards */
.dashboard .info-card {
  padding-bottom: 10px;
}

.dashboard .info-card h6 {
  font-size: 28px;
  color: #012970;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.dashboard .card-icon {
  font-size: 32px;
  line-height: 0;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0;
}

.dashboard .sales-card .card-icon {
  color: #4154f1;
  background: #f6f6fe;
}

.dashboard .revenue-card .card-icon {
  color: #2eca6a;
  background: #e0f8e9;
}

.dashboard .customers-card .card-icon {
  color: #ff771d;
  background: #ffecdf;
}


/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
  padding: 30px;
}

.error-404 h1 {
  font-size: 180px;
  font-weight: 700;
  color: #4154f1;
  margin-bottom: 0;
  line-height: 150px;
}

.error-404 h2 {
  font-size: 24px;
  font-weight: 700;
  color: #012970;
  margin-bottom: 30px;
}

.error-404 .btn {
  background: #51678f;
  color: #fff;
  padding: 8px 30px;
}

.error-404 .btn:hover {
  background: #3e4f6f;
}

@media (min-width: 992px) {
  .error-404 img {
    max-width: 50%;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 10px;
  padding-top: 0;
  font-size: 14px;
  transition: all 0.5s;
  background-color: rgba(243, 244, 246, 1);
}

.footer .copyright {
  border-top: 1px solid #e5e7eb;
  padding-top: 10px;
}

.footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #012970;
}

.all-em-card {
  padding: 20px;
  text-align: center;
}

.all-e-img img {
    border-radius: 50%;
    height: 120px;
    width: 120px;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

.font-bold {
    font-weight: 600;
    color: #222;
}

.h-full {
    height: 100%;
}

.text-lg {
    font-size: 1.125rem;
}

a {
    color: inherit;
    text-decoration: inherit;
}

.stacked-side-nav {
    display: flex;
    flex: 1 1 auto;
    flex-shrink: 0;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    z-index: 10;
}

.stack-side-mini {
    width: 80px;
    background-color: rgba(255,255,255,1);
    border-color: rgba(229,231,235,1);
    border-right-width: 1px;
    z-index: 10;
}

.logo {
    width: auto;
}

.side-panel {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.side {
    position: absolute;
    inset: 0px;
}

.menu-item {
    align-items: center;
    border-radius: .375rem;
    -webkit-column-gap: .5rem;
    column-gap: .5rem;
    cursor: pointer;
    display: flex;
    font-weight: 600;
    padding-left: .75rem;
    padding-right: .75rem;
    white-space: nowrap;
    width: 100%;
    height: 40px;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.menu-item.menu-item-light.menu-item-active, .menu-item.menu-item-light.menu-item-hoverable:hover {
    color: rgba(17,24,39,1);
    background-color: rgba(243,244,246,1);
}

/* Side Secondary */

.stacked-side-nav-secondary {
    width: 250px;
    background-color: rgba(255,255,255,1);
    border-color: rgba(229,231,235,1);
    border-right-width: 1px;
    transition-duration: 0.45s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    left: 0px;
    position: relative;
}

.stack-side-sec-container {
    height: 100%;
    padding-right: 3px;
}

.stack-side-sec-main {
    overflow-y: scroll;
    height: 100%;
    padding-bottom: 25px;
}

.back-button {
    border-radius: 9999px;
    color: rgba(75,85,99,1);
    line-height: 1.75rem;
    background-color: initial;
    border-color: transparent;
    border-width: 1px;
    justify-content: center;
    align-items: center;
    width: 2.25rem;
    height: 2.25rem;
    display: inline-flex;
    font-weight: 600;
    white-space: nowrap;
    font-size: 21px;
}

.menu-transparent {
    background-color: initial;
}

.menu-collapse-item {
    align-items: center;
    border-radius: .375rem;
    cursor: pointer;
    display: flex;
    font-weight: 500;
    height: 2.5rem;
    justify-content: space-between;
    /* padding-left: .75rem; */
    /* padding-right: .75rem; */
    -webkit-user-select: none;
    user-select: none;
}

.menu-collapse-item.menu-collapse-item-transparent,
.menu-item.menu-item-transparent {
    color: rgba(75,85,99,1);
}

.menu-item-name {
    font-size: 14px;
    margin-top: 5.5px;
}

.menu-item-children {
    font-size: 14px;
}

.menu-item.menu-item-transparent.menu-item-hoverable:hover, .menu-collapse-item:hover, .menu-collapse-item.active {
    background-color: rgba(17,24,39,.1);
    color: rgba(17,24,39,1);
}

.menu-item.menu-item-transparent.menu-item-hoverable:hover  a {
    color: rgba(17,24,39,1);
}

.menu-collapse ul {
    transition: all .5s ease-in-out;
}

.stack-side-sec-main::-webkit-scrollbar-track
{
	border-radius: 10px;
	background-color: transparent;
}

.stack-side-sec-main::-webkit-scrollbar
{
	width: 6px;
    margin-right: 3px;
	background-color: transparent;
}

.stack-side-sec-main::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #dbdbdb;
}

.dashboard .card {
  padding: 1rem;
  background-color: #fff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  max-width: 320px;
  border-radius: 7px;
}

.dashboard  .card:hover {
  transform: scale(0.95);
  transition: all 0.4s;
}

.title {
  display: flex;
  align-items: center;
}

.title span {
  position: relative;
  padding: 0.5rem;
  background-color: #10B981;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 9999px;
}

.title span svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  height: 1rem;
}

.title-text {
  margin-left: 0.5rem;
  color: #374151;
  font-size: 18px;
  margin-bottom: 0;
}

.percent {
  margin-left: 0.5rem;
  color: #02972f;
  font-weight: 600;
  display: flex;
}

.data {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.data p {
  /* margin-top: 1rem;
  margin-bottom: 1rem; */
  color: #1F2937;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  text-align: left;
}

.data .range {
  position: relative;
  background-color: #E5E7EB;
  width: 100%;
  height: 0.5rem;
  border-radius: 0.25rem;
}

.data .range .fill {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #10B981;
  width: 76%;
  height: 100%;
  border-radius: 0.25rem;
}

/*--------------------------------------------------------------
# Login Page
--------------------------------------------------------------*/

#login_page {
    background: #E8EBF3;
}

/*------------ Login container ------------*/

#login_page .box-area{
    width: 930px;
}

/*------------ Right box ------------*/

#login_page .right-box{
    padding: 10px 30px 40px 40px;
}

/*------------ Custom Placeholder ------------*/

#login_page::placeholder{
    font-size: 16px;
}

#login_page .round-4{
    border-radius: 15px;
}
#login_page .round-5{
    border-radius: 12px;
}

#login_page .btn-lg {
    background: #20950f;
    border: #20950f;
}


/*------------ For small screens------------*/

@media only screen and (max-width: 768px){

    #login_page .box-area{
        margin: 0 10px;

     }
    
    #login_page .left-box{
        height: 100px;
        overflow: hidden;
     }
    
    #login_page .right-box{
        padding: 20px;
     }

}

/*--------------------------------------------------------------
# 404 Page
--------------------------------------------------------------*/
.err-text {
  font-size: 10em;
  font-weight: 600;
  color: #000;
  letter-spacing: -2px;
}

.err-text span {
  color: #20950f;
}

.msg-text {
  font-size: 30px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}

.err a {
  color: #20950f;
  font-weight: 500;
  text-decoration: none;
  transition: .5s;
}

.err p {
  color: #222;
  font-size: 17px;
}

/*--------------------------------------------------------------
# Profile Page
--------------------------------------------------------------*/

.profile .card {
  max-width: 100%;
}

.card.list .card-header {
  box-shadow: none;
}

.card.list .card-title {
  padding: 0px;
  font-size: 24px;
  font-weight: 600;
  color: #112;
  margin: 0;
}

.action-cont span {
  cursor: pointer;
}

.action-cont span:first-of-type:hover {
  color: rgba(30,58,138,1);
}

.action-cont span:last-of-type:hover {
  color: rgba(239,68,68,1);
}

.column.is-full {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 10px !important;
}

#case-form .card-body {
  padding: 20px;
}

#case-form h5 {
  color: rgba(17,24,39,1);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem;
}

#case-form .form-label {
    align-items: center;
    display: flex;
    font-weight: 600;
}

#case-form .input {
  -webkit-appearance: none;
  appearance: none;
  border-color: rgba(209,213,219,1);
  border-radius: .375rem;
  border-width: 1px;
  padding: .5rem .75rem;
  transition-duration: .15s;
  width: 100%;
  height: 2.75rem;
}

#case-form .checkbox {
  padding: 9px;
  margin-right: 10px;
  cursor: pointer;
}

#case-form .checkbox:focus {
  box-shadow: 0 0 0 0.125em rgba(72,95,199,.25);
}

#case-form #income_details label {
  cursor: pointer;
}

#case-form select {
  cursor: pointer;
}

#case-form .input-file {
  padding: 1.8rem 1rem;
}

#case-form #attachment_details span {
  font-size: 15px;
}

.case-form-fixed-foot {
  position: fixed;
  bottom: 0;
  left: 250px;
  background-color: rgba(255,255,255,1);
  border-color: rgba(229,231,235,1);
  border-top-width: 1px;
  z-index: 10;
  width: calc(100% - 250px);
  padding: 20px 10px;
}

.btn-cssbuttons {
  position: relative;
  color: #000;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  overflow: hidden;
 }
 
 .btn-cssbuttons span,
 .btn-cssbuttons span span {
  display: inline-flex;
  vertical-align: middle;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
 }
 
 .btn-cssbuttons span {
  transition-delay: 0.05s;
 }
 
 .btn-cssbuttons span:first-child {
  padding-right: 7px;
 }
 
 .btn-cssbuttons span span {
  margin-left: 8px;
  transition-delay: 0.1s;
 }

 .btn-ul {
  display: none;
 }
 
 .btn-cssbuttons ul {
  position: absolute;
  top: 100%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  transition: all 0.3s ease-in-out
 }
 
 .btn-cssbuttons:hover ul {
      top: 45%;
  }

 .btn-cssbuttons ul li {
  flex: 0.4;
  text-align: center;
 }
 
 .btn-cssbuttons ul li a {
  display: inline-flex;
  vertical-align: middle;
  transform: translateY(55px);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
 }
 
 .btn-cssbuttons ul li:nth-of-type(2) a:hover {
  color: #075E54;
 }
 
 .btn-cssbuttons:hover::before {
  transform: scale(1.2);
 }
 
 .btn-cssbuttons:hover span,
 .btn-cssbuttons:hover span span {
  transform: translateY(-55px);
  display: none;
 }
 
 .btn-cssbuttons:hover ul li a {
  transform: translateY(0);
 }
 
 .btn-cssbuttons:hover ul li:nth-child(1) a {
  transition-delay: 0.15s;
 }
 
 .btn-cssbuttons:hover ul li:nth-child(2) a {
  transition-delay: 0.2s;
 }
 
 .btn-cssbuttons:hover ul li:nth-child(3) a {
  transition-delay: 0.25s;
 }
 
 .card.check-id {
    background: #ffffff8c;
    border: 1px solid #ccccccb0;
    box-shadow: none;
}

.card.check-id h3 {
    font-size: 19px;
}

.card.check-id .free-button {
    width: 130px;
    background: #20950f;
    color: white;
    border: 0 none;
    cursor: pointer;
    padding: 6px 24px;
    margin: 10px 5px;
    font-size: 15px;
    border-radius: 50px;
}

.card.check-id .free-button:hover, #p_ag .free-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #20950f;
}

@media (max-width: 576px) {
    .stacked-side-nav {
        left: -100%;
    }
    
    #main, #footer {
        margin-left: 0;
    }
    
    .header {
        margin-left: 0;
    }
    
    .case-form-fixed-foot {
        position: relative;
    }
    
    .toggle-sidebar .stacked-side-nav {
        left: 0;
    }
    
    .nav-list-toggle i {
        transition-duration: 0.5s;
    }
}

button.dt-button.buttons-excel.buttons-html5 {
    background: #20950f;
    color: #fff;
    border: none;
}