/*--------------------------------------------------------------------------
TABLE OF CONTENTS
--------------------------------------------------------------------------
* Google Font
* Common Css
* Font Size
* Spacing Css
* Typograpy Style Css
* Color And Button Style
* Input Style Css
* Header Css
* Mobile Sidebar
* Tablet Sidedar
* Desktop Sidedar
* Breadcrumb
* Table
* Authentication
/*==========================================================================
Google Font
==========================================================================*/
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@300;400;500;600;700&display=swap');

:root{
  --primary-font: 'Public Sans', sans-serif;
  --body-bg:#f8fafb;
  --body-color:#5D596C;
  --primary-color:#fab700;
  --primary-rgb:250,183,0;
  --scrollbar-color:#eaedf0;
  --card-color:#fff;
  --table-head-color:rgb(244, 246, 248);
  --grey-color:#5D596C;
  --text-grey:#A6A4AF;
  --backdrop-color:rgba(0, 0, 0, 0.3);
  --border-color:#eaedf0;
  --input-color:#44566c;
  --input-label-color:#8697a8;
  --input-border-color:#e3e6ef;
  --card-shadow: 0px 2px 4px rgba(169,194,209,.05),0px 12px 16px rgba(169,194,209,.1);
  --dropdown-shadow: 0px 16px 24px rgba(169,194,209,.25),0px 2px 4px rgba(169,194,209,.1);
  --sidebar-width:280px;
  --sidebar-collapse-width:88px;
  --t-base: 0.3s ease;
  --t-smooth: cubic-bezier(.215,.61,.355,1);
  --t-elastic: 0.3s cubic-bezier(0.68,-0.55,0.265,1.55);
}
/*==========================================================================
Common Css
==========================================================================*/
* {
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   -webkit-tap-highlight-color: transparent
}

*,:after,:before {
   -webkit-box-sizing: border-box;
   box-sizing: border-box
}

a {
  text-decoration: none;
  color: var(--body-color);
  transition: all 400ms ease;
}

.custom-container{
  padding-right: 30px;
  padding-left: 30px;
  width: 100%; 
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media(max-width: 1439px) {
  .custom-container{
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
}

@media (max-width: 374px) {
  .custom-container{
    padding-right: 10px;
    padding-left: 10px;
  }
}

a:hover {
  color: var(--primary-color);
}

img,
svg {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.logo {
  max-height: 40px;
}

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

.transition {
  transition: all 400ms ease;
}

.object-fit-cover{
  object-fit: cover;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.wh-40{
  width:40px;
  height: 40px;
  object-fit: cover;
}

.wh-50{
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.wh-60{
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.wh-80{
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.wh-120{
  width: 120px;
  height: 120px;
  object-fit: cover;
}


.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}
/*==========================================================================
Font Size
==========================================================================*/
.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px
}

.fs-19 {
  font-size: 19px
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.fs-25 {
  font-size: 25px;
}
/*==========================================================================
Spacing Css
==========================================================================*/
.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.p-25 {
  padding: 25px;
}

.p-30{
  padding: 30px;
}
/*==========================================================================
* Typograpy Style Css
==========================================================================*/
.display-6 {
  font-size: calc(1.5rem + 3vw);
  font-weight: 700;
  line-height: 1.25;
}

@media(min-width: 1200px) {
  .display-6 {
    font-size: 3.75rem;
  }
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  font-weight: 700;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h1,
.h1 {
  font-size: calc(1.365rem + 2.1vw)
}

@media(min-width: 1200px) {

  h1,
  .h1 {
    font-size: 3rem;
  }
}

h2,
.h2 {
  font-size: calc(1.33rem + 1.2vw)
}

@media(min-width: 1200px) {

  h2,
  .h2 {
    font-size: 2.25rem;
  }
}

h3,
.h3 {
  font-size: calc(1.275rem + 0.3vw)
}

@media(min-width: 1200px) {

  h3,
  .h3 {
    font-size: 1.5rem;
  }
}

h4,
.h4 {
  font-size: 1.25rem;
}

h5,
.h5 {
  font-size: 1.125rem;
}

h6,
.h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 27px;
}

body {
  background: var(--body-bg);
  color: var(--body-color);
  font-family: var(--primary-font);
  overflow-x: hidden;
  font-size: 16px;
}
/*==========================================================================
* Color And Button Style
==========================================================================*/
.text-yellow{
  color:var(--primary-color);
}

.text-grey{
  color:var(--grey-color);
}

.btn-sm {
  padding: 6px 24px;
}

.btn-md {
  padding: 12px 30px;
}

.btn-lg {
  padding: 13px 34px;
}

.primary-btn{
  background: var(--primary-color);
  color:var(--body-color);
  font-weight: 500;
}

.secondary-btn{
  background: #EAEDF0;
  color:var(--body-color);
  font-weight: 500;
}
/*==========================================================================
* Input Style Css
==========================================================================*/
.form-control:focus{
  color: var(--input-color);
  border: 1px solid var(--primary-color);
  box-shadow: 0 5px 20px rgba(var(--primary-rgb),.1);
  background: #fff;
}

.form-label{
  font-size: 15px;
}

.form-check-input:focus{
  box-shadow: 0 5px 20px rgba(var(--primary-rgb),.1);
  border: 1px solid var(--primary-color);
}

.form-check-input:checked{
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}

textarea{
    height:120px;
    width:100%
}

.switch-checkbox input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
}

.switch-checkbox label {
	cursor: pointer;
	text-indent: -9999px;
	width: 50px;
	height: 25px;
	background: grey;
	display: block;
	border-radius: 100px;
	position: relative;
}

.switch-checkbox label:after {
	content: '';
	position: absolute;
	top: 2.5px;
	left: 3px;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 90px;
	transition: 0.3s;
}

.switch-checkbox input:checked + label {
	background: var(--primary-color);
}

.switch-checkbox input:checked + label:after {
	left: calc(100% - 3px);
	transform: translateX(-100%);
}

.switch-checkbox label:active:after {
	width: 20px;
}

/*==========================================================================
* Header
==========================================================================*/
body{
  background: var(--body-bg);
  color:var(--body-color);
  font-family: var(--primary-font);
  font-size: 16px;
  box-sizing:border-box;
}

.header .nav {
  height: 4.2667rem;
  background: #fff;
}

.header .nav .bi {
  font-size: 17px;
}

.header .nav .icon-border {
  border: 1px solid var(--border-color);
  width: 35px;
  height: 35px;
}

.header .nav .profile-img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
}

.dropdown-menu{
  box-shadow: var(--dropdown-shadow);
}

.dropdown-menu .dropdown-item{ 
  color: var(--body-color);
  padding:6px 30px;
}

i.bi {
  -webkit-text-stroke: 0.6px;
  color: var(--grey-color);
}

.vr{
  background: #999;
}

@media(min-width:768px){
  .header .nav .bi {
    font-size: 20px;
  }
}

.page-content{
  position: relative;
  min-height: 100vh;
}
/*==========================================================================
Mobile Sidebar
==========================================================================*/
.sidebar {
  position: fixed;
  top: 0;
  left: -280px;
  background: var(--card-color);
  height: 100%;
  border-right: 1px dashed var(--border-color);
  z-index: 999;
  transition: var(--t-base);
  overflow-y: scroll;
}

.sidebar::-webkit-scrollbar{
   width:0.3rem;
   height: 0.3rem;
}

.sidebar::-webkit-scrollbar-thumb{
   border-radius: 0.3rem;
   background-color:#eaedf0 ;
}

.sidebar.close {
  left: 0;
}

.sidebar .logo-wrap {
  margin: 0 15px;
}

.sidebar .logo-wrap .fav {
  max-height: 40px;
}

.sidebar .logo-wrap .logo {
  display: block;
}

.sidebar .logo-wrap .fav {
  display: none;
}

.sidebar .nav .nav-item a {
  display: flex;
  align-items: center;
  color: var(--gray-color);
  margin: 0 7px;
  margin-bottom: 7px;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.sidebar .nav-item .text,
.sidebar .nav-item .submenu-text {
  color: var(--gray-color);
  font-size: 15px;
  font-weight: 500;
  text-wrap: nowrap;
}

.sidebar .nav .nav-item a:hover {
  background: #f1f2f4;
}

.sidebar .nav-item .nav-link.active {
  background: rgba(255, 200, 0, 0.08);
}

.sidebar .nav-item .nav-link.active .text {
  color: var(--primary-color);
}

.sidebar .nav-item .nav-link.active .icon {
  color: var(--primary-color);
}

.sidebar .nav-item .nav-link.active .arrow {
  color: var(--primary-color);
}

.sidebar .nav .nav-item .icon {
  padding-right: 15px;
  font-size: 18px;
  transition: var(--t-base);
}

.sidebar .nav .nav-item .arrow {
  transition: all 0.5s ease;
  font-size: 14px;
  transition: var(--t-base);
}

.sidebar .nav .nav-item .nav-link[aria-expanded="true"]>.arrow {
  transform: rotate(90deg);
}

.sidebar .nav .label {
  margin-top: 1.3rem;
  margin-bottom: 0.75rem;
}

.sidebar .nav .label span {
  font-size: 12px;
  font-weight: 700;
  color: #999;
  text-transform: uppercase;
}

.sidebar .nav .submenu li a {
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  margin: 0 7px;
  font-size: 15px;
  font-weight: 500;
}

.sidebar .nav .nav-item .dot-wrap {
  min-width: auto;
  margin-right: 10px;
  width: 23px;
  height: 23px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.sidebar .nav .nav-item .dot-wrap .dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gray-color);
  transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.sidebar .nav .nav-item .submenu a.active>.dot-wrap .dot {
  width: 8px;
  height: 8px;
  background-color: var(--primary-color);
}

@media(max-width:767.98px) {
  .sidebar {
    width: 280px;
  }

  .sidebar .logo-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .back-drop {
    background: var(--backdrop-color);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5;
    display: none;
  }

  .back-drop.close {
    display: block;
  }
}

.header{
  transition: var(--t-base);
}

.page-content{
  transition: var(--t-base);
}

@media(min-width:768px) {
  .sidebar-close {
    display: none;
  }
}
/*==========================================================================
Tablet Sidebar
==========================================================================*/
@media (max-width: 1365px) and (min-width: 768px){
  .tablet-sidebar {
    top: 0;
    left: 0;
    width: var(--sidebar-collapse-width);
  }

  .tablet-sidebar.close {
    width:var(--sidebar-width);
  }

  .sidebar .logo-wrap {
    text-align: center;
  }

  .sidebar .logo-wrap .logo {
    display: none;
  }

  .sidebar.close .logo-wrap .logo {
    display: block;
  }

  .sidebar .logo-wrap .fav {
    display: block;
  }

  .sidebar.close .logo-wrap .fav {
    display: none;
  }

  .sidebar .nav .nav-item {
    width: 88px;
    position: relative;
  }

  .sidebar .nav .nav-item .icon {
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
  }

  .sidebar .nav .nav-item .text {
    opacity: 0;
    pointer-events: none;
    text-wrap: nowrap;
  }

  .sidebar .nav .nav-link .arrow {
    opacity: 0;
  }

  .sidebar .nav .label {
    display: none;
  }

  .sidebar .nav .nav-item .submenu {
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    padding: 15px 11px;
    transition: none;
  }
  
  .sidebar .nav .nav-item .submenu .dot-wrap {
    display: none;
  }

  .sidebar.close .nav .nav-item {
    width: 100%;
  }

  .sidebar.close .nav .nav-item .icon {
    min-width: auto;
    height: auto;
    line-height: 0;
    text-align: center;
    font-size: 17px;
  }

  .sidebar.close .nav .nav-item .text {
    opacity: 1;
    pointer-events: pointer;
  }

  .sidebar.close .nav .nav-link .arrow {
    opacity: 1;
  }

  .sidebar.close .nav .label {
    display: block;
  }

  .sidebar.close .nav .nav-item .submenu {
    position: relative;
    left: 0;
    top: 0;
    transition: all 400ms;
    padding: 0;
  }

  .sidebar.close .nav .nav-item .submenu .dot-wrap {
    display: flex;
  }

  .sidebar~.header {
    position: relative;
    top: 0;
    left: 88px;
    width: 100%;
    max-width: calc(100% - 88px);
    transition: 0.18s ease-in-out;
  }

  .sidebar.close~.header {
    left: 280px;
    max-width: calc(100% - 280px);
  }

  .sidebar~.page-content {
    position: relative;
    top: 0;
    left: 88px;
    width: 100%;
    max-width: calc(100% - 88px);
  }

  .sidebar.close~.page-content {
    left: 280px;
    max-width: calc(100% - 280px);
  }
}
/*==========================================================================
Desktop Sidebar
==========================================================================*/
@media(min-width:1366px) {
  .sidebar {
    top: 0;
    left: 0;
    width: var(--sidebar-width);
  }

  .sidebar.close {
    width: var(--sidebar-collapse-width);
  }

  .sidebar.close .logo-wrap {
    text-align: center;
  }

  .sidebar.close .logo-wrap .logo {
    display: none;
  }

  .sidebar .logo-wrap .logo {
    display: block;
  }

  .sidebar.close .logo-wrap .fav {
    display: block;
  }

  .sidebar .logo-wrap .fav {
    display: none;
  }

  .sidebar.close .nav .nav-item {
    width: 88px;
    position: relative;
  }

  .sidebar.close .nav .nav-item .icon {
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
  }

  .sidebar.close .nav .nav-item .text {
    opacity: 0;
    pointer-events: none;
  }

  .sidebar.close .nav .nav-link .arrow {
    opacity: 0;
    pointer-events: none;
  }

  .sidebar.close .nav .label {
    display: none;
  }

  .sidebar.close .nav .nav-item .submenu {
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    padding: 15px 11px;
    transition: none;
    box-shadow: 0px 2px 4px rgba(169,194,209,.05),0px 12px 16px rgba(169,194,209,.1);
  }

  .sidebar.close .nav .nav-item .submenu .dot-wrap {
    display: none;
  }

  .sidebar .nav .nav-item {
    width: 100%;
  }

  .sidebar .nav .nav-item .icon {
    min-width: auto;
    height: auto;
    line-height: 0;
    text-align: center;
  }

  .sidebar .nav .nav-item .text {
    opacity: 1;
    pointer-events: pointer;
  }

  .sidebar .nav .nav-link .arrow {
    opacity: 1;
  }

  .sidebar .nav .label {
    display: block;
  }

  .sidebar .nav .nav-item .submenu {
    position: relative;
    left: 0;
    top: 0;
    transition: all 400ms;
    padding: 0;
    box-shadow: none;
  }

  .sidebar .nav .nav-item .submenu .dot-wrap {
    display: flex;
  }

  .sidebar~.header {
    position: relative;
    top: 0;
    left: 280px;
    max-width: calc(100% - 280px);
    transition: 0.18s ease-in-out;
  }

  .sidebar.close~.header {
    left: 88px;
    width: 100%;
    max-width: calc(100% - 88px);
  }

  .sidebar~.page-content {
    position: relative;
    top: 0;
    left: 280px;
    max-width: calc(100% - 280px);
    transition: 0.18s ease-in-out;
  }

  .sidebar.close~.page-content {
    left: 88px;
    width: 100%;
    max-width: calc(100% - 88px);
  }
}
/*==========================================================================
Widget
==========================================================================*/
.page-content .card{
  border: none;
  box-shadow: var(--card-shadow);
  background: var(--card-color);
}

.page-content .widget .icon i{
   height: 3rem;
   width: 3rem;
   text-align: center;
   line-height: 3rem;
   border-radius: 5px;
   display: inline-block;
   font-size: 20px;
}

.page-content .widget .icon .success{
  background: #daf4f0;
  color: rgb(10,179,156);
}

.page-content .widget .icon .info{
  background: #dff0fa;
  color: rgb(41,156,219);
}

.page-content .widget .icon .warning{
  background: #fef4e4;
  color: rgb(247,184,75);
}

.page-content .widget .icon .dark{
  background: #e2e5ed;
  color: rgb(64,81,137);
}


@media(min-width:768px){
  .g-4, .gy-4 {
    --bs-gutter-y: 1.7rem;
  }
}

.earning-chart{
  min-height: 420px;
}

.status{
  display: inline-block;
  padding: 2px 5px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
}

.status{
  display: inline-block;
  padding: 2px 5px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
}

.status-success{
  background: #E2FBF6;
  color: #13DEB8;
}

.status-warning{
  background: #FFF5E4;
  color: #FFAE1F;
}

.status-info{
  background: #E9F7FF;
  color: #49BEFF;
}

.status-danger{
  background: #FEF0ED;
  color: #FA886B;
}

.registration-user .body .br-bottom{
  border-bottom:1px solid var(--border-color);
}

.registration-user .body .br-bottom:last-child{
  border-bottom: none;
}
/*==========================================================================
Table
==========================================================================*/
.table>thead {
  background-color: var(--table-head-color);
}

.dataTables_scrollBody::-webkit-scrollbar{
    width:0.5rem;
    height: 0.5rem;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 0.5rem;
    visibility: hidden;
}

.dataTables_scrollBody:hover::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 0.3rem;
    visibility: visible;
}

.table>:not(caption)>*>* {
  padding: 1rem 2.2rem;
  border-bottom: 1px dashed rgb(241, 243, 244);
}

.datatable .row{
  --bs-gutter-y:24px;
}

.datatable .row:first-child{
  padding: 25px;
}

.datatable .row:last-child{
  padding: 25px;
}

.datatable .pagination .page-link{
  border-radius: 30px;
  margin: 0 3px;
  border:none;
  padding: 6px 14px;
  position: relative;
  display: block;
  font-weight: 500;
  color: var(--body-color);
}

.datatable .pagination .page-item.active .page-link{
  background: var(--primary-color);
  color:var(--body-color);
}
  
.datatable .pagination .page-link:focus{
  box-shadow: 0 5px 20px rgba(var(--primary-rgb),.1);
}

.table .dropdown-menu{
  padding: 10px;
  z-index: 999;
  border:none;
}

.table .dropdown-menu .dropdown-item{
  padding: 6px 10px;
  border-radius: 5px;
  transition: all 400ms ease;
}
/*==========================================================================
Breadcrumb
==========================================================================*/
.breadcrumb-wrap .breadcrumb-item a{
  font-size: 15px;
}

.breadcrumb-wrap .breadcrumb-item a.active{
  color:#f1f2f4;
}
/*==========================================================================
Authentication
==========================================================================*/
.bg-light{
  background: var(--body-bg) !important;
}

.auth-wrap{
  height:100vh;
}

.auth-wrap .card{
  box-shadow: var(--card-shadow);
}

.auth-wrap .logo-wrap{
  background: var(--body-bg);
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
}

.auth-wrap .logo-wrap img{
  width: 60px;
  height: 60px;
}

.auth-wrap .head{
  margin-top:40px;
  margin-bottom: 30px;
}

.auth-wrap i.bi {
  -webkit-text-stroke: 0.4px;
}
/*==========================================================================
Tag Input
==========================================================================*/
.tagin {
  display: none;
}

.tagin-wrapper {
  cursor: text;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
  flex-wrap: wrap;
  padding: calc(0.375rem - 2px) calc(0.75rem - 2px);
}
.tagin-wrapper.focus {
  color: #212529;
  outline: 0;
  border-color: #86b7fe;
  background-color: #fff;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.tagin.is-valid + .tagin-wrapper, .was-validated .tagin:valid + .tagin-wrapper {
  border-color: #198754;
}
.tagin.is-valid + .tagin-wrapper.focus, .was-validated .tagin:valid + .tagin-wrapper.focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.tagin.is-invalid + .tagin-wrapper, .was-validated .tagin:invalid + .tagin-wrapper {
  border-color: #dc3545;
}
.tagin.is-invalid + .tagin-wrapper.focus, .was-validated .tagin:invalid + .tagin-wrapper.focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.tagin-tag {
  border-radius: 0.25rem;
  color: #fff;
  height: 24px;
  margin: 2px;
  border: 0;
  padding: 0 4px;
  display: inline-flex;
  transition: transform 0.1s;
  align-items: center;
  font-weight: 300;
  background-color: #6c757d;
}

.tagin-tag-remove {
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-left: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23a0aec0' width='18px' height='18px'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z'/%3E%3C/svg%3E");
}

.tagin-tag-remove:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white' width='18px' height='18px'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z'/%3E%3C/svg%3E");
}

.tagin-input {
  color: #212529;
  height: 28px;
  outline: 0;
  padding: 0 2px 0 0;
  margin-left: 2px;
  border-color: transparent;
  border-width: 1px 0;
}
.tagin-input:not(.tagin-input-hidden) {
  width: 4px;
  min-width: 4px;
}

.tagin-input-hidden {
  top: 0;
  left: -9999px;
  position: absolute;
  overflow: hidden;
  visibility: hidden;
  white-space: nowrap;
}
.custom-container{
  padding-bottom: 120px;
}

.footer{
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  width: 100%;
  background: #fff;
  z-index: 1;
  -webkit-box-shadow: rgba(146,153,184,.05) 0 -5px 10px;
  box-shadow: rgba(146,153,184,.05) 0 -5px 10px;
}