.bg-green {
  background-color: #5fc3b1;
}
.text-col-4 {
  color: #02C2B0 !important;
}
.text-col-2 {
color: #6EB1FF !important;
}
.text-col-3 {
  color: #FC7079 !important;
}
.form-select-custom {
  height: 43px;
  border: 1px solid #83AFE4;
  color: var(--Placeholder, #83AFE4);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.48px;
}

.parent-select {
  /* display: flex;
  justify-content: space-around; */
  background-color: transparent;
  border-top: none;
  padding: 1rem;
}

.parent-select-1 {
  display: flex;
  justify-content: space-between;
  background-color: transparent;
  border-top: none;
  /* padding: 1rem; */
}

.child-input-1 {
  padding-top: 29px;
}

.dis-flex {
  display: flex;
}

.child-select {
  padding: 0 5px;
}

.form-control-custom {
  width: 40px;
  height: 43px;
}

.form-control-custom-1 {
  /* width: 130px; */
  height: 43px;
}

.card-footer-custom {
  display: flex;
  background-color: transparent;
  border-top: none;
  padding: 0rem 1rem;
}

.text-bg p {
  padding: 1px 12px;
  background-color: #F1F4F8;
  color: #1D50D3;
  border-radius: 14px;
  margin-left: 5px;
}

/* Bootstrap 5 CSS and icons included */


.upload_dropZone {
  color: #0f3c4b;
  /* background-color: var(--colorPrimaryPale, #c8dadf); */
  outline: 2px dashed var(--border-color, #C7DFFF);
  outline-offset: -12px;
  transition:
    outline-offset 0.2s ease-out,
    outline-color 0.3s ease-in-out,
    background-color 0.2s ease-out;
}

.upload_dropZone.highlight {
  outline-offset: -4px;
  outline-color: var(--colorPrimaryNormal, #0576bd);
  background-color: var(--colorPrimaryEighth, #c8dadf);
}

.upload_svg {
  fill: var(--colorPrimaryNormal, #0576bd);
}

.btn-upload {
  color: #fff;
  background-color: #1D50D3;
}

.btn-upload:focus-visible {
  background-color: #8436a8 !important;
}

.btn-upload:hover,
.btn-upload:focus {
  color: #fff;
}

.upload_img {
  width: calc(33.333% - (2rem / 3));
  object-fit: contain;
}

.parent-text {
  display: flex;
  justify-content: space-between;
}

.parent-text-1 {
  display: flex;
  padding-top: 6px;
}

.text-red {
  color: var(--Teritary, #FC7079);
  /* font-family: 'Poppins'; */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 168.75% */
  letter-spacing: -0.48px;
}
.text-green {
  color: var(--Teritary, #02C2B0);
  /* font-family: 'Poppins'; */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 168.75% */
  letter-spacing: -0.48px;
}
.gr-icon{
  color: var(--Teritary, #02C2B0);
}
.al-icon{
  color: var(--Teritary, #FC7079);
}

/* Permissions & Roles */
.card-custom {
  border: 1px solid #83AFE4;
}
.check-display {
  display: flex;
}
.custom-checkbox {
  padding-left: 10px;
}
.text-border {
  display: flex;
}
.text-border-cloud {
  display: flex;
}
.text-border P {
  font-size: 8px;
  padding: 5px 8px;
  margin: 5px;
  border: 1px solid #6EB1FF;
  border-radius: 25px;
}
.text-border-cloud P {
  font-size: 15px;
  padding: 5px 8px;
  margin: 5px;
  border: 1px solid #6EB1FF;
  border-radius: 25px;
}
.card-text {
  letter-spacing: 0.25px;
  font-weight: 400;
}
.text-display {
  display: flex;
}

.box-1 {
  width: 12px;
  height: 12px;
  margin-top: 3px;
  background-color: var(--Teritary, #1D50D3);
}
.box-2 {
  width: 12px;
  height: 12px;
  margin-top: 3px;
  background-color: var(--Teritary, #6EB1FF);
}
.box-3 {
  width: 12px;
  height: 12px;
  margin-top: 3px;
  background-color: var(--Teritary, #FC7079);
}
.box-text {
  font-size: 12px;
}
.wrapper .page-content {
  padding: 0.75rem;
}
.icon-font .material-icons-outlined {
  font-size: 15px !important;
  font-weight: 400;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: #1D50D3;
}
.icon-btn {
  border: 1px solid #02C2B0;
  
}
.border-no {
  border: 0;
  width: fit-content;
}
.bg-none-btn {
  border-color: #02C2B0;
  background-color: transparent !important;
  color: #02C2B0;
}
.bg-none-btn:hover {
  border-color: #02C2B0;
  background-color: transparent !important;
  color: #02C2B0;
}
.bg-col-2 {
  background-color: #F1F4F8;
  width: fit-content;
  padding: 15px 30px;
  border-radius: 5px;
  color: #1D50D3;
  font-weight: 400;
}
.bg-pill {
  background-color: white;
  padding: 12px;
  border-radius: 8px;
}
.material-icons-outlined-custom {
  font-size: 16px !important;
}
.cus-sel-for-1{
  width: 95px;
  height: 45px;
  font-size: 12px;
  border-color: #83AFE4;
  color: #83AFE4;
  /* margin-left: 10px; */
}



/* new upload file */
    .download {
      padding: 1.25rem;
      border: 0;
      border-radius: 3px;
      background-color: #4F46E5;
      color: #fff;
      cursor: pointer;
      text-decoration: none;
    }

    .download:hover {
      color: #fff
    }

    #carbonads {
      display: block;
      overflow: hidden;
      max-width: 728px;
      position: relative;
      font-size: 22px;
      box-sizing: content-box
    }

    #carbonads>span {
      display: block
    }

    #carbonads a {
      color: #4F46E5;
      text-decoration: none
    }

    #carbonads a:hover {
      color: #4F46E5
    }

    .carbon-wrap {
      display: flex;
      align-items: center
    }

    .carbon-img {
      display: block;
      margin: 0;
      line-height: 1
    }

    .carbon-img img {
      display: block;
      height: 90px;
      width: auto
    }

    .carbon-text {
      display: block;
      padding: 0 1em;
      line-height: 1.35;
      text-align: left
    }

    .carbon-poweredby {
      display: block;
      position: absolute;
      bottom: 0;
      right: 0;
      padding: 6px 10px;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: .5px;
      font-weight: 600;
      font-size: 8px;
      border-top-left-radius: 4px;
      line-height: 1;
      color: #aaa !important
    }

    @media only screen and (min-width:320px) and (max-width:759px) {
      .carbon-text {
        font-size: 14px
      }
    }
    .file-container {
      width: 100%;
      font-family: var(--font-family);
  
      .file-upload {
          width: 100%;
          display: flex;
          /* background-color: var(--file-container-bg); */
          border-radius: var(--file-rounded);
          transition: all 0.3s;
  
          /* &:hover {
              box-shadow: var(--shadow);
          } */
  
          >div {
              width: 100%;
              /* background-color: var(--file-bg); */
              padding: 25px;
              margin: 25px;
              border-radius: 10px;
              border: 1px dashed #1D50D3;
              text-align: center;
              cursor: pointer;
  
              >i {
                  font-size: 3.125em;
                  color: #1D50D3;
              }
  
              >p,
              span,
              div {
                  font-size: var(--font-size);
                  line-height: 30px;
                  color: #1D50D3;
              }
  
              >div {
                  width: max-content;
                  padding: 0 10px;
                  margin: 0 auto;
                  border: 1px solid #1D50D3;
                  border-radius: 8px;
              }
          }
      }
  
      >table {
          width: 100%;
          border-collapse: collapse;
          font-size: var(--font-size);
          margin-top: 20px;
  
          & th,
          td {
              border-bottom: 1px solid var(--table-border-color);
              padding: 8px;
              text-align: left;
          }
  
          >tbody {
              >tr {
                  >td {
                      &:nth-child(1) {
                          font-weight: bold;
                      }
  
                      &:nth-child(2) {
                          white-space: nowrap;
                          text-overflow: ellipsis;
                          overflow: hidden;
                          max-width: 1px;
                      }
  
                      &:nth-child(3) {
                          text-align: center;
                      }
  
                      >img {
                          border-radius: 5px;
                          box-shadow: var(--shadow);
                      }
  
                      &.no-file {
                          text-align: center;
                          font-weight: normal;
                      }
  
                      > i{
                          font-size: 1.125em;
                      }
                  }
              }
          }
  
          & button {
              background-color: var(--delete-button-bg);
              width: 30px;
              height: 30px;
              border: none;
              border-radius: 50%;
              display: flex;
              justify-content: center;
              align-items: center;
              cursor: pointer;
  
              &:hover {
                  box-shadow: var(--shadow);
              }
  
              >i {
                  color: var(--delete-button-color);
                  font-size: 1.125em;
              }
          }
      }
  }
  .parent-div {
    width: 100%;
  
    >h1 {
      color: #2b2b2b;
      padding-bottom: 20px;
    }
  }
  :root{
    --file-container-bg:  #eeeeee;
    --file-bg:  #f8f8f8;
    --file-border-color: #606060;
    --file-rounded: 15px;
    --file-color: #2b2b2b;
    --table-border-color: #dbdbdb;
    --delete-button-bg: #f53636;
    --delete-button-color: #ffffff;
    --font-size: 0.875em;
    --font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    --shadow: 0px 8px 15px -8px rgba(0, 0, 0, 0.5);
}











































/* 
- General
- Mini Sidebar
- Submenu Wrapper
- Top Header
- Footer
- Utilities
- swicther
- eCommerce
- Order Tracking
- Responsive
- swicther
- Responsive

 */




/* Genral */

body {
  color: #4c5258;
  font-size: 14px;
  letter-spacing: .5px;
  background-color: #ffffff;
  overflow-x: hidden;
  font-family: Roboto, sans-serif;
}

a {
  color: #1D50D3;
  text-decoration: none;
}
.form-control{
  line-height: 2;
}
.bg-gradient-danger-1 {
  background: linear-gradient(to right, rgb(252, 112, 121), rgb(29, 80, 211), rgb(2, 194, 176));
}
ion-icon {
  vertical-align: middle;
}
.bg-bl{
  background-color: #1D50D3;
}
::placeholder {
  opacity: 0.5 !important;
}

.wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
.page-content{
  background-color: #F1F4F8;
  padding-left: 0;
  padding-right: 0;
}
.wrapper .page-content-wrapper {

  margin-left: 260px;
  margin-top: 65px;
  padding-bottom: 20px;
  transition: .3s all;

}

.text-col{
  color: #1D50D3!important;
}
.form-control{
  border-color: #6EB1FF;
}
::placeholder{
  color: #6EB1FF;   
}

.wrapper .page-content {
padding: 1.5rem;
}

.wrapper .overlay {
display: none;
position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: -300px;
  background-color: #060505;
  opacity: 0.5;
  z-index: 1;
  cursor: move;
  transition: .7s all;
}
.line-v{
  background-color: gray;
  height: 1px; 
}
.hr-line{
  background-color: #F1F4F8;
  height: 1px;
  margin-bottom: 10px;
}



/* Sidebar */

.sidebar-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 260px;
  height: 100%;
  background-color: #ffffff;
  background-clip: padding-box;
  border-right: 1px solid #e2e3e4;
  transition: all .2s;
  z-index: 16;
  box-shadow: none;
}


.sidebar-wrapper .sidebar-header {
  width: 260px;
  height: 65px;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  padding: 0 20px;
  z-index: 5;
  background-color: #ffffff;
  border-right: 1px solid #e2e3e4;
  border-bottom: 0px solid #e4e4e4;
  transition: all .2s;
  justify-content: space-between;
}

.sidebar-wrapper .sidebar-header .logo-icon {
  width: 50px;
}

.sidebar-wrapper .sidebar-header  .logo-text {
  font-size: 28px;
  margin-left: 10px;
  margin-bottom: 0;
  letter-spacing: 1px;
  color: #1D50D3;
}

.toggle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  color: #293445;
}

.toggle-icon:hover {
  background-color: #f5f5f5;
}

.sidebar-wrapper ul {
padding: 0;
margin: 0;
list-style: none;
background: 0% 0
}

.sidebar-wrapper .metismenu {
background: 0% 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 10px;
margin-top: 60px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}

.sidebar-wrapper .metismenu li+li {
margin-top: 5px
}

.sidebar-wrapper .metismenu li:first-child {
margin-top: 5px;
  padding-bottom: 10px;
}

.sidebar-wrapper .metismenu li:last-child {
margin-bottom: 5px
}

.sidebar-wrapper .metismenu>li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: relative;
  padding-bottom: 10px;
}

.sidebar-wrapper .metismenu a {
position: relative;
display: flex;
align-items: center;
justify-content: left;
padding: 6px 10px;
font-size: 16px;
color: #6EB1FF;
outline-width: 0;
text-overflow: ellipsis;
overflow: hidden;
letter-spacing: .5px;
border: 1px solid rgb(146 62 185 / 0%);
transition: all .2s ease-out
}

.sidebar-wrapper .metismenu a .parent-icon {
font-size: 21px;
line-height: 1
}

.sidebar-wrapper .metismenu a .parent-icon ion-icon {
vertical-align: initial;
}

.sidebar-wrapper .metismenu a .menu-title {
margin-left: 10px
}

.sidebar-wrapper .metismenu ul a {
  padding: 5px 12px 5px 12px;
font-size: 15px;
}

.sidebar-wrapper .metismenu ul a ion-icon {
margin-right: 10px
}

.sidebar-wrapper .metismenu ul {
background: rgb(255 255 255 / 0%);
  border: 1px solid #f4ebf8;
}

.sidebar-wrapper .metismenu ul ul a {
padding: 8px 15px 8px 30px
}

.sidebar-wrapper .metismenu ul ul ul a {
padding: 8px 15px 8px 45px
}

.sidebar-wrapper .metismenu .mm-active>a,
.sidebar-wrapper .metismenu a:active,
.sidebar-wrapper .metismenu a:focus,
.sidebar-wrapper .metismenu a:hover {
color: #1D50D3;
  text-decoration: none;
  /* background-color: rgb(29 80 211 / 10%); */
}

.menu-label {
padding: 20px 15px 5px 5px;
color: #b0afaf;
text-transform: uppercase;
font-size: 12px;
letter-spacing: .5px
}

.metismenu .has-arrow:after {
position: absolute;
content: "";
width: .5em;
height: .5em;
border-style: solid;
border-width: 1.2px 0 0 1.2px;
border-color: initial;
right: 15px;
transform: rotate(-45deg) translateY(-50%);
transform-origin: top;
top: 50%;
transition: all .3s ease-out
}


@media screen and (min-width:1025px) {
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .logo-text {
  display: none
}
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper {
  width: 80px
}
  .wrapper.toggled.sidebar-hovered .sidebar-wrapper {
  box-shadow: 0 .3rem .8rem rgba(0, 0, 0, .12)!important
}
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
  width: 80px
}
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .toggle-icon {
  display: none
}
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
  justify-content: center
}
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
  width: 80px
}
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu a {
  justify-content: center
}
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .menu-title {
  display: none
}
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li ul {
  display: none
}
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li.menu-label {
  display: none
}
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .has-arrow:after {
  display: none
}

}


.wrapper.toggled .top-header {
left: 80px
}

.wrapper.toggled .page-content-wrapper {
margin-left: 80px;
}


/* Top Header */

.top-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: fixed;
  top: 0;
  left: 260px;
  right: 0;
  height: 65px;
  padding: 0 1.5rem;
  border-bottom: 1px solid rgba(233, 236, 239, 0);
  background-clip: border-box;
  background-color: #ffffff;
  z-index: 5;
  transition: 0.3s all;
  box-shadow: none;
 
}

.top-header .navbar {
  width: 100%;
}

.top-header .mobile-menu-button {
color: #293445;
  font-size: 20px;
  font-weight: 500;
cursor: pointer;
display: none;
}


.top-header .navbar .searchbar {
  position: relative;
  display: none;
}


.top-header .navbar .full-search-bar {
  display: flex;
  align-items: center;
  position: fixed;
  left: 260px;
  right: 0;
  top: 0;
  bottom: 0;
  border-bottom: 1px solid rgb(255 255 255 / 12%);
  z-index: 100;
  background-color: #ffffff;
  height: 65px;
  padding: 0 1.5rem;
  -webkit-animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
  animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown
  
}

.top-header .navbar .searchbar .form-control {
  box-shadow: none;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}

.top-header .navbar .searchbar .form-control:focus {
  background-color: #fff;
  border-color: #c27be4;
  box-shadow: 0 0 0 .25rem rgba(146, 62, 185, 0.3)
  
}

.top-header .navbar .top-navbar-right .nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 0 10px;
}

.top-header .navbar .top-navbar-right .nav-item:hover {
  background-color: #f5f5f5;
}

.top-header .navbar .top-navbar-right .nav-link {
  color: #293445;
  font-size: 18px;
  font-weight: 500;
  padding-right: .7rem;
  padding-left: .7rem;
}
.search-icon {
  position: absolute;
  /* right: 175px; */
  color: #1D50D3;
}
.search-icon1 {
  position: absolute;
  right: 315px;
}
.search-icon2 {
  position: absolute;
  right: 187px;
}
.search-icon3 {
  position: absolute;
  right: 295px;
}
.top-header .navbar .searchbar .search-icon {

  color: #41464b;
  font-size: 1.2rem;
  opacity: 0.5;
  font-size: 20px;

}
/* .top-header .navbar .searchbar .search-icon1 {

  color: #41464b;
  font-size: 1.2rem;
  opacity: 0.5;
  font-size: 20px;

} */

.top-header .navbar .searchbar .search-close-icon {
  right: 2rem;
  opacity: 0.5;
  cursor: pointer;
  display: none;
  font-size: 20px;
  display: none;
}

.top-header .navbar .searchbar .search-close-icon {
  display: block;
}

.top-header .navbar .user-img {
  width: 30px;
  height: 30px;
  padding: 0px;
  border-radius: 50%;
}

.dropdown-toggle-nocaret:after {
display: none
}

.top-header .navbar .nav-link .notify-badge {
  position: absolute;
  top: 0px;
  right: -8px;
  color: #fff;
  font-size: 12px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f50d0d;
  z-index: 1;
}

.dropdown-user-setting .dropdown-menu {
  color: #1e2125;
width: 230px;
font-size: 14px;
border: 1px solid #e9ecef;
border-radius: 10px;
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

.top-header .navbar .dropdown-user-setting .dropdown-menu::after {
content: '';
width: 13px;
height: 13px;
background: #fff;
position: absolute;
top: -6px;
right: 16px;
transform: rotate(45deg);
border-top: 1px solid #ddd;
border-left: 1px solid #ddd
}

.top-header .navbar .dropdown-menu::after {
content: '';
width: 13px;
height: 13px;
background: #ffff;
position: absolute;
top: -6px;
right: 16px;
transform: rotate(45deg);
border-top: 1px solid #ddd;
border-left: 1px solid #ddd
}

.top-header .navbar .dropdown-item:hover,
.top-header .navbar .dropdown-item:focus {
color: #1e2125;
background-color: #f5f5f5
}


.top-header .navbar .dropdown-menu {
-webkit-animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown
}

@-webkit-keyframes animdropdown {
from {
  -webkit-transform: translate3d(0, 6px, 0);
  transform: translate3d(0, 6px, 0);
  opacity: 0
}
to {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1
}
}

@keyframes animdropdown {
from {
  -webkit-transform: translate3d(0, 6px, 0);
  transform: translate3d(0, 6px, 0);
  opacity: 0
}
to {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1
}
}


.dropdown-large {
position: relative
}

.dropdown-large .dropdown-menu {
width: 320px;
border: 1px solid #e9ecef;
padding: 0 0;
border-radius: 10px;
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

.top-header .navbar .dropdown-large .dropdown-menu::after {
content: '';
width: 13px;
height: 13px;
background: #fff;
position: absolute;
top: -6px;
right: 16px;
transform: rotate(45deg);
border-top: 1px solid #ddd;
border-left: 1px solid #ddd
}


.top-header .navbar .dropdown-apps .dropdown-menu::after {
content: '';
width: 13px;
height: 13px;
background: #343a40;
position: absolute;
top: -6px;
right: 12px;
transform: rotate(45deg);
border-top: 1px solid #ddd;
border-left: 1px solid #ddd
}


.dropdown-large .msg-header {
padding: .8rem 1rem;
border-bottom: 1px solid #ededed;
background-clip: border-box;
text-align: left;
display: flex;
align-items: center;
}

.dropdown-large .msg-header .msg-header-title {
font-size: 15px;
color: #1c1b1b;
margin-bottom: 0;
font-weight: 500
}

.dropdown-large .msg-header .msg-header-clear {
font-size: 12px;
color: #585858;
margin-bottom: 0
}

.dropdown-large .msg-footer {
padding: .8rem 1rem;
color: #1c1b1b;
border-top: 1px solid #ededed;
background-clip: border-box;
background: 0% 0;
font-size: 14px;
font-weight: 500;
}

.dropdown-large .user-online {
position: relative
}

.dropdown-large .msg-name {
font-size: 13px;
margin-bottom: 0
}

.dropdown-large .msg-info {
font-size: 12px;
margin-bottom: 0
}

.dropdown-large .msg-avatar {
width: 45px;
height: 45px;
border-radius: 50%;
margin-right: 15px
}

.dropdown-large .msg-time {
font-size: 11px;
margin-bottom: 0;
color: #919191
}

.dropdown-large .user-online:after {
content: '';
position: absolute;
bottom: 1px;
right: 17px;
width: 8px;
height: 8px;
border-radius: 50%;
box-shadow: 0 0 0 2px #fff;
background: #16e15e
}


.dropdown-large .dropdown-menu .dropdown-item {
padding: .5rem 1.3rem;
border-bottom: 1px solid #ededed
}


.header-message-list {
position: relative;
height: 360px
}

.header-notifications-list {
position: relative;
height: 360px
}

.dropdown-large .notify {
font-size: 26px;
text-align: center;
margin-right: 15px
}

.app-box {
width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  font-size: 24px;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  background-color: #f6f6f6;
margin-bottom: 5px;
}

.app-title {
color: #fff;
font-size: 14px;
}

.header-notifications-list {
position: relative;
height: 332px;
}


.breadcrumb-title {
  font-size: 20px;
  border-right: 1.5px solid #ced3da;

}

.page-breadcrumb .breadcrumb li.breadcrumb-item {
  font-size: 16px;

}

.page-breadcrumb .breadcrumb li a {
  font-size: 20px;
color: #697278;
}

.page-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  font-family: LineIcons;
  content: "\ea5c";
}


/* Footer */

.footer {
  position: absolute;
  left: 260px;
  right: 0;
  bottom: 0;
  padding: 0.7rem;
  color: #484444;
  background-color: #fff;
  border-top: 1px solid #e9ecef;
  text-align: center;
  transition: .3s all;
}

.wrapper.toggled .footer {
  left: 0px;
}


/* Utilities */

.radius-10 {
border-radius: 10px !important;
}

.icon-badge {
  width: 45px;
  height: 45px;
  font-size: 1.2rem;
color: #fff;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.radius-30 {
  border-radius: 30px;
}


.btn i,
.btn ion-icon {
  vertical-align: middle;
  font-size: 1rem;
  margin-top: -1em;
  margin-bottom: -1em;
  margin-right: 7px;
}


.btn i,
.btn.btn-lg  ion-icon {
  font-size: 1.25rem;
}

.service-box {
font-size: 25px;
  color: #1c1b1b;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e9ecef;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}


.error-social a {
display: inline-block;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin: 0px;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

.product-img-2 {
  width: 45px;
  height: 45px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
}

.theme-icons {
  background-color: #fff;
  color: #434547;
}

.back-to-top {
  display: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  position: fixed;
  border-radius: 50%;
  bottom: 20px;
  right: 12px;
  background-color: #1D50D3;
  z-index: 5;
}

.back-to-top:hover{
  color: #fff;
}

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


.chart-container1 {
position: relative;
height: 380px;
}

.chart-container2 {
position: relative;
height: 420px;
}

.chart-container3 {
position: relative;
height: 293px;
}

.chart-container4 {
position: relative;
height: 350px;
}

.chart-container5 {
position: relative;
height: 230px;
}

.chart-container6 {
position: relative;
height: 250px;
}

.chart-container7 {
position: relative;
height: 300px;
}

.chart-container8 {
position: relative;
height: 190px;
}

.chart-container9 {
position: relative;
height: 320px;
}


.product-box {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  background-color: #ffffff;
}

.product-box img {
  width: 52px;
  height: 52px;
  border-radius: 10px;
}

.piechart-legend {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.chart {
  position: relative;
  display: inline-block;
  width: 110px !important;
  height: 110px !important;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.percent {
  display: inline-block;
  line-height: 110px !important;
  z-index: 2;
  font-size: 18px;
  color: #525050;
}

.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px !important;
  height: 110px !important;
}

.gmaps, .gmaps-panaroma {
  height: 400px;
  background: #eee;
  border-radius: 3px;
}

.user-profile-avatar {
  background-color: #ffffff;
  width: 160px;
  height: 160px;
  padding: 5px;
  border-radius: 50%;
margin-left: 6.5rem;
}

.user-profile-avatar img {
width: 100%;
  height: 100%;
  border-radius: 50%;
}

.profile-cover {
  background-image: url(../images/cards/profile-cover.png);
  background-size: cover;
  height: 10rem;
  background-position: center;
}

.user-change-photo {
background-color: #ffffff;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  padding: 5px;
}

.user-change-photo img {
width: 100%;
  height: 100%;
  border-radius: 50%;
}

.error {
  color: #ff152b;
}


.widget-icon {
  width: 48px;
  height: 48px;
  background-color: #fafafa;
  border-radius: 50%;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.widget-icon-small {
  width: 36px;
  height: 36px;
  background-color: #ebebeb;
  border-radius: 50%;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.widget-icon-2 {
  width: 52px;
  height: 52px;
  background-color: #fafafa;
  border-radius: 10px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.font-13 {
  font-size: 13px;
}


.w_chart {
  position: relative;
  display: inline-block;
  width: 80px !important;
  height: 80px !important;
  text-align: center;
  font-size: 1.4em;
}

.w_percent {
  display: inline-block;
  line-height: 80px !important;
  z-index: 2;
  color: #0a0808;
}

.w_chart canvas {
  position: absolute;
  top: 10px;
  left: 0;
  width: 40px !important;
  height: 40px !important;
}

.w_percent:after {
  content: '%';
  margin-left: 0.1em;
}

.table-responsive {
  white-space: nowrap;
}




/* swicther */

.btn-switcher {
  position: fixed;
  right: 0px;
  top: 40%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.header-colors-indigators .indigator {
  width: 50px;
  height: 50px;
  background-color: #f7f8fa;
  border-radius: 10px;
  cursor: pointer;
}

/* eCommerce */

.btn-mobile-filter {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #ffffff;
  background-color: #1D50D3;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
  position: fixed;
  left: 0;
  top: 55%;
  z-index: 3;
}


.shop-container .card {
  border: 1px solid rgb(0, 0, 0, .125);
  box-shadow: none;
}

.product-grid .card.product-card {
background-color: #ffffff;
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s
}

.product-name {
  color: #212529;
}

@media (min-width: 992px) {
.product-grid .card.product-card {
      margin-bottom: 1.5rem;
}
.product-grid .card.product-card:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
}


ul.categories-list li {
  font-size: 14px;
  margin-bottom: 8px;
}

.product-categories ul a {
color: #212529;
}

.product-grid .card .card-footer a {
color: #212529;
}

.color-indigator-item {
width: 1.5rem;
height: 1.5rem;
background-color: #e6e0e0;
border-radius: 50%;
cursor: pointer
}

.color-indigator {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ccc;
}

.product-wishlist {
width: 2.2rem;
height: 2.2rem;
font-size: 20px;
background-color: #f9f9f9;
  color: #212529;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%
}
.product-compare, .product-catergory {
color: #212529;
}
.product-compare:hover, .product-wishlist:hover, .product-catergory:hover {
color: #212529;
}
.product-sharing .list-inline-item a {
width: 36px;
height: 36px;
color: #ffffff;
  background-color: rgb(255 255 255);
font-size: 18px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 50%;
transition: all .2s;
}

.tags-box .tag-link {
  padding: .3rem;
  background-color: #212529;
  border: 1px solid rgb(33 37 41);
  color: rgb(255 255 255);
  font-size: 13px;
  margin: 4px;
  display: inline-block;
}

/* Order Tracking */

.steps {
display: flex;
width: 100%;
}
.steps-light .step-item {
color: #888a8c
}
.step-item {
flex-basis: 0;
flex-grow: 1;
transition: color 0.25s ease-in-out;
text-align: center;
text-decoration: none !important;
}
.steps-light .step-item.active .step-count, .steps-light .step-item.active .step-progress {
color: #ffffff;
  background-color: #1D50D3;
}
.step-item:first-child .step-progress {
border-radius: .125rem;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.steps-light .step-count, .steps-light .step-progress {
color: #2e323e;
  background-color: #eaf0f5;
}
.step-progress {
position: relative;
width: 100%;
height: .25rem;
}
.step-count {
position: absolute;
top: -.75rem;
left: 50%;
width: 1.625rem;
height: 1.625rem;
margin-left: -.8125rem;
border-radius: 50%;
font-size: .875rem;
line-height: 1.625rem;
}
.step-label {
padding-top: 1.5625rem;
}
.step-label>i {
margin-top: -.25rem;
margin-right: .425rem;
font-size: 1.5em;
vertical-align: middle;
}
.steps-light .step-item.active.current {
color: #30384a;
}


.owl-thumbs .owl-thumb-item {
  width: 80px;
  height: 80px;
  margin: 0 4px;
  padding: 2px;
  background-color: transparent;
  border: 1px solid rgb(0 0 0 / 12%);
  border-radius: 4px;
}

.owl-thumbs .owl-thumb-item img {
  width: 100%;
}

.login-box {
  width: 30rem;
  margin: 1.5rem auto;
  height: auto;
}

.seperator {
  background-color: #ffffff;
  left: 35%;
  padding: 0px 10px;
}

.seperator-2 {
  background-color: #ffffff;
  left: 45%;
  padding: 0px 10px;
}


.options {
  font-size: 20px;
  color: #4c5258;
  cursor: pointer;
}

.login-bg-overlay {
  width: 100%;
  height: 420px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #8436a8;
  background-image: linear-gradient( 310deg,#7928ca,#ff0080);

}

.social-login a {
  width: 50px;
  height: 50px;
  
}

.social-login a img {
  width: 100%;
  border: 1px solid #e4e6eb;
  padding: 13px;
  border-radius: 10px;
}

.social-login-footer a {
  color: #3c3e40;
}

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

.login-menu-2 a.nav-link {
  color: #6d6868;
}


.login-cover-wrapper {
  width: 30rem;
  height: 46rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.forget-cover-wrapper {
  width: 30rem;
  height: 46rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.forget-border {
  padding: 30px;
  border: 1px solid #6EB1FF;
  border-radius: 10px;
}


.login-cover-img {
  background-image: url(../images/authentication/au-sign-up-basic.png);
  background-position: center;
  background-size: cover;
  width: 100%;
  transform: skewX(-10deg);
}


.register-cover-img {
  background-image: url(../images/authentication/register-cover-img.png);
  background-position: center;
  background-size: cover;
  width: 100%;
  transform: skewX(-10deg);
}

.au-reset-password-cover {
  background-image: url(../images/authentication/au-reset-password-cover.png);
  background-position: center;
  background-size: cover;
  width: 100%;
  transform: skewX(-10deg);
}


.reset-passowrd {
  width: auto;
  height: 35em;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mt-8 {
  margin-top: 12rem;
}

.au-sign-up-basic {
  background-image: url(../images/authentication/au-sign-up-basic.png);
  background-position: center;
  background-size: cover;
}

.au-sign-in-basic {
  background-image: url(../images/authentication/au-sign-in-basic.png);
  background-position: center;
  background-size: cover;
}

.au-reset-password-basic {
  background-image: url(../images/authentication/au-reset-password-cover.png);
  background-position: center;
  background-size: cover;
}



/* Responsive */

@media screen and (max-width: 1200px) {

  .filter-sidebar {
      width: 300px;
      height: 100%;
      position: fixed;
      left: 0;
      top: 0;
      overflow-y: scroll;
      background-color: #ffffff;
      z-index: 5;
      border-right: 1px solid #eee;
      box-shadow: 0 0.125rem 0.5rem rgb(0 0 0 / 28%);
  }
  
}

@media screen and (max-width:1024px) {

  .top-header .navbar .full-search-bar {
      left: 0;
  }
  

  .sidebar-wrapper {
  
      left: -300px;
  }


  .wrapper .page-content-wrapper {

      margin-left: 0px;

  }

  .top-header{
    
      left: 0px;
  }

  /* Toggeled */


 .wrapper.toggled .sidebar-wrapper{
  
      left: 0px;
  }

  
  .wrapper.toggled .page-content-wrapper {

      margin-left: 0px;

      padding: 0 0rem 2em 0rem;

  }

  .wrapper.toggled .top-header{
    
      left: 0px;
  }


  .wrapper.toggled .overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: .6;
  z-index: 12;
  display: block;
  cursor: move;
  transition: all .2s ease-out
}


.top-header .mobile-menu-button {
  display: block;
}




  .footer {
      left: 0px;
  }
  

}


@media screen and (max-width:620px) {
.top-header .navbar .dropdown-menu::after {
  display: none
}
.top-header .navbar .dropdown {
  position: static!important
}
.top-header .navbar .dropdown-menu {
  width: 100%!important
}

  .login-cover-wrapper {
      width: auto;
      height: auto;
  }
}
.for-pas{
  display: flex;
  justify-content: space-between;
}
.log-pas{
  display: flex;
  justify-content: center;
}
.btn:hover{
  background-color: #1D50D3;
}
.lng-fnt{
  font-size: 38px;
  color: #02C2B0;
}
.sm-fnt{
  font-size: 14px;
  color: #6EB1FF;
}
.gr-fnt{
  color: #02C2B0;
  font-size: 16px;
}
.lgt-gr{
  color: #6EB1FF;
}
.scd-col-stat{
  font-size: 38px;
}
.cus-sel-for{
  height: 30px;
  font-size: 12px;
  border-color: #83AFE4;
  color: #83AFE4;
}
.bg-lt-gr{
  background-color: #6EB1FF;
}
.bg-pnk{
  background-color: #FC7079;
}
.lig-col{
  color: #6EB1FF!important;
}




.bg-green {
  background-color: #5fc3b1;
}
.text-col-4 {
  color: #02C2B0 !important;
}
.text-col-2 {
color: #6EB1FF !important;
}
/* .bg-sky {
  background-color: #6EB1FF !important;
  } */
.text-col-3 {
  color: #FC7079 !important;
}
.text-sky {
  color: #c7dfff;
}
.form-select-custom {
  height: 43px;
  border: 1px solid #83AFE4;
  color: var(--Placeholder, #83AFE4);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.48px;
  cursor: pointer;
}
.form-select-custom:focus {
  box-shadow: none !important;
}

.parent-select {
  /* display: flex;
  justify-content: space-around; */
  background-color: transparent;
  border-top: none;
  padding: 1rem;
}

.parent-select-1 {
  display: flex;
  justify-content: space-between;
  background-color: transparent;
  border-top: none;
  /* padding: 1rem; */
}

.child-input-1 {
  padding-top: 29px;
}

.dis-flex {
  display: flex;
}

.child-select {
  padding: 0 5px;
}

.form-control-custom {
  width: 40px;
  height: 43px;
}

.form-control-custom-1 {
  /* width: 130px; */
  height: 43px;
}

.card-footer-custom {
  display: flex;
  background-color: transparent;
  border-top: none;
  padding: 0rem 1rem;
}

.text-bg p {
  padding: 1px 12px;
  background-color: #F1F4F8;
  color: #1D50D3;
  border-radius: 14px;
  margin-left: 5px;
}

/* Bootstrap 5 CSS and icons included */


.upload_dropZone {
  color: #0f3c4b;
  /* background-color: var(--colorPrimaryPale, #c8dadf); */
  outline: 2px dashed var(--border-color, #C7DFFF);
  outline-offset: -12px;
  transition:
    outline-offset 0.2s ease-out,
    outline-color 0.3s ease-in-out,
    background-color 0.2s ease-out;
}

.upload_dropZone.highlight {
  outline-offset: -4px;
  outline-color: var(--colorPrimaryNormal, #0576bd);
  background-color: var(--colorPrimaryEighth, #c8dadf);
}

.upload_svg {
  fill: var(--colorPrimaryNormal, #0576bd);
}

.btn-upload {
  color: #fff;
  background-color: #1D50D3;
}

.btn-upload:focus-visible {
  background-color: #8436a8 !important;
}

.btn-upload:hover,
.btn-upload:focus {
  color: #fff;
}

.upload_img {
  width: calc(33.333% - (2rem / 3));
  object-fit: contain;
}

.parent-text {
  display: flex;
  justify-content: space-between;
}

.parent-text-1 {
  display: flex;
  padding-top: 6px;
}

.text-red {
  color: var(--Teritary, #FC7079);
  /* font-family: 'Poppins'; */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 168.75% */
  letter-spacing: -0.48px;
}
.text-green {
  color: var(--Teritary, #02C2B0);
  /* font-family: 'Poppins'; */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 168.75% */
  letter-spacing: -0.48px;
}
.gr-icon{
  color: var(--Teritary, #02C2B0);
}
.al-icon{
  color: var(--Teritary, #FC7079);
}

/* Permissions & Roles */
.card-custom {
  border: 1px solid #83AFE4;
}
.check-display {
  display: flex;
}
.custom-checkbox {
  padding-left: 10px;
}
.text-border {
  display: flex;
}
.text-border-cloud {
  display: flex;
}
.text-border P {
  font-size: 8px;
  padding: 5px 8px;
  margin: 5px;
  border: 1px solid #6EB1FF;
  border-radius: 25px;
}
.text-border-cloud P {
  font-size: 15px;
  padding: 5px 8px;
  margin: 5px;
  border: 1px solid #6EB1FF;
  border-radius: 25px;
}
.card-text {
  letter-spacing: 0.25px;
  font-weight: 400;
}
.text-display {
  display: flex;
}

.box-1 {
  width: 12px;
  height: 12px;
  margin-top: 3px;
  background-color: var(--Teritary, #1D50D3);
}
.box-2 {
  width: 12px;
  height: 12px;
  margin-top: 3px;
  background-color: var(--Teritary, #6EB1FF);
}
.box-3 {
  width: 12px;
  height: 12px;
  margin-top: 3px;
  background-color: var(--Teritary, #FC7079);
}
.box-text {
  font-size: 12px;
}
.wrapper .page-content {
  padding: 0.75rem;
}
.icon-font .material-icons-outlined {
  font-size: 15px !important;
  font-weight: 400;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: #1D50D3;
}
.icon-btn {
  border: 1px solid #02C2B0;
  
}
.border-no {
  border: 0;
  width: fit-content;
}
.bg-none-btn {
  border-color: #02C2B0;
  background-color: transparent !important;
  color: #02C2B0;
}
.bg-none-btn:hover {
  border-color: #02C2B0;
  background-color: transparent !important;
  color: #02C2B0;
}
.bg-col-2 {
  background-color: #F1F4F8;
  width: fit-content;
  padding: 15px 30px;
  border-radius: 5px;
  color: #1D50D3;
  font-weight: 400;
}
.bg-pill {
  background-color: white;
  padding: 12px;
  border-radius: 8px;
}
.material-icons-outlined-custom {
  font-size: 16px !important;
}
.cus-sel-for-1{
  width: 95px;
  height: 45px;
  font-size: 12px;
  border-color: #83AFE4;
  color: #83AFE4;
  /* margin-left: 10px; */
}
.form-select {
  line-height: 2;
  border-color: #6EB1FF;
}

/* Chacha Start */
.input-group-text .icon {
  font-size: 24px;
  color: #555;
}
.input-group-custom {
  border: 1px solid #6EB1FF;
  border-radius: 8px;
}
.input-group .form-select {
  /* padding: 10px;   */
  border: none;
}
.input-icon{
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  margin-left: -85px !important;
}
/* Chacha End */
.border-right {
  border-right: 1px solid #fff;
  opacity: 0.7;
}
.border-blue {
  border: 1px solid #6EB1FF;
  border-radius: 5px;
}
.border-green {
  border: 2px solid #02C2B0;
  border-radius: 5px;
}
.progress2, .progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #6EB1FF;
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}
.bg-skyblue {
  background-color: #6EB1FF;
  border-radius: 10px;
}

.bg-round {
  background-color: #f1f4f8;
  border-radius: 50%;
  padding: 5px;
}
.bg-round-btn {
  background-color: #f1f4f8;
  border-radius: 5px;
  padding: 5px 10px;
}
.text-align {
  align-items: center;
}
.material-icons-outlined {
  font-size: 20px !important;
}
.scroll {
  height: 620px;
  overflow: auto;
}
.text-border-rec {
  display: flex;
}
.text-border-rec P {
  font-size: 12px;
  padding: 5px 8px;
  margin: 5px;
  border: 1px solid #6EB1FF;
  border-radius: 25px;
  display: inline-block;
}

/* Audio Player */

.holder {
  display: flex;
  flex-direction: column;
  /* align-items: center; */

  .get-it-on-github {
    margin-top: 24px;
    margin-bottom: 24px;
    font-family: "Roboto";
    color: #55606e;
  }
}

.audio.green-audio-player {
  /* width: 400px;
  min-width: 300px;
  height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 14px;
  border-radius: 4px;
  user-select: none;
  -webkit-user-select: none; */
  .play-pause-btn {
    display: none;
    cursor: pointer;
  }
  .spinner {
    width: 18px;
    height: 18px;
    background-image: url("../../assets/images/audio/loading.png");
    background-size: cover;
    background-repeat: no-repeat;
    animation: spin 0.4s linear infinite;
  }
  .slider {
    flex-grow: 1;
    background-color: #d8d8d8;
    cursor: pointer;
    position: relative;
  }
    .progress {
      background-color: #44bfa3;
      border-radius: inherit;
      position: absolute;
      pointer-events: none;
      .pin {
        height: 16px;
        width: 16px;
        border-radius: 8px;
        background-color: #44bfa3;
        position: absolute;
        pointer-events: all;
        box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
      }
    }
  }
  .controls {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #55606e;
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
    margin-left: 24px;
    margin-right: 24px;
    .slider {
      margin-left: 16px;
      margin-right: 16px;
      border-radius: 2px;
      height: 4px;
      
      .progress {
        width: 0;
        height: 100%;
        .pin {
          right: -8px;
          top: -6px;
        }
      }
    }
    span {
      cursor: default;
    }
  }
  .volume {
    position: relative;
    .volume-btn {
      cursor: pointer;
      &.open path {
        fill: #fff;
      }
    }
    .volume-controls {
      width: 30px;
      height: 135px;
      background-color: rgba(0, 0, 0, 0.62);
      border-radius: 7px;
      position: absolute;
      left: -3px;
      bottom: 52px;
      flex-direction: column;
      align-items: center;
      display: flex;
      &.hidden {
        display: none;
      }
      .slider {
        margin-top: 12px;
        margin-bottom: 12px;
        width: 6px;
        border-radius: 3px;
        .progress {
          bottom: 0;
          height: 100%;
          width: 6px;
          .pin {
            left: -5px;
            top: -8px;
        }
      }
    }
  }
}
/* svg,
img {
  display: block;
} */


@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
/* Signup Page */
.pos-abso {
  position: absolute;
  top: 50px;
  padding-left: 30px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.pos-abso-1 {
  position: absolute;
  top: 75px;
  padding-left: 30px;
  color: #6EB1FF;
  font-weight: 400;
  letter-spacing: 0.5px;
}
/* Forget Page */
.forget-abso {
  text-align: center;
  padding-top: 35px;
  color: #1D50D3;
  letter-spacing: 0.5px;
  margin-bottom: 0px;
}
.forget-abso-1 {
  text-align: center;
  color: #6EB1FF;
  letter-spacing: 0.5px;
}
.img-posi {
  right: 0;
  width: 640px;
  position: absolute;
  z-index: -1;
  height: 570px;
}
/* Change Password Page */
.img-posi-1 {
  width: 640px;
  position: absolute;
  z-index: -1;
  height: 585px;
}

/* No Campaign Page */
.page-height {
  height: 90vh;
}
.campaign {
  text-align: center;
  padding-top: 10%;
}

audio::-webkit-media-controls-panel {
background-color: #1D50D3;
color: #fff;
border: 1px solid #1D50D3;
}
audio::-webkit-media-controls-play-button {
  background-color: #fff;
  border-radius: 50%;
}

audio::-webkit-media-controls-mute-button {
  background-color: #fff;
  border-radius: 50%;
}
audio::-webkit-media-controls-current-time-display {
  color: #fff;
}
audio::-webkit-media-controls-time-remaining-display {
  color: #fff;
}
audio {
  border: 1px solid #1D50D3; /* Remove border */
}
audio::-webkit-media-controls-panel {
  border: 1px solid #1D50D3; /* Remove border */
}
.audio-text{
  font-size: 12px;
}