@font-face {
  font-family: "Avenir";
  src: url("AvenirLTStd-Book.otf");
}
@font-face {
  font-family: "AvenirRoman";
  src: url("AvenirLTStd-Roman.otf");
}
@font-face {
  font-family: "AvenirBlack";
  src: url("AvenirLTStd-Black.otf");
}

body {
  font-family: "AvenirRoman";
  background-color: #E9F4FE;
  font-size: 16px;
  /*background-color:#F7F7F7;*/
}

.post-date {
  background: #f4f4f4;
  padding: 4px;
  margin: 3px 0;
  display: block;
}

.post-thumb {
  width: 100%;
}

.pagination-links {
  margin: 30px 0;
}

.pagination-links strong {
  padding: 8px 13px;
  margin: 5px;
  background: #f4f4f4;
  border: 1px #ccc solid;
}

a.pagination-link {
  padding: 8px 13px;
  margin: 5px;
  background: #f4f4f4;
  border: 1px #ccc solid;
}

.cat-delete {
  display: inline;
}
.btn-avail {
  margin: 1px;
  width: 100px;
}

@media only screen and (max-width: 500px) {
  .logotext {
    display: none;
  }
}
.btn-primary {
  background-color: #1e90ff;
}
.badge-primary {
  background-color: #1e90ff;
}

a {
  color: #1e90ff;
}

.stdcolor {
  color: #1e90ff !important;
  cursor: pointer;
  text-decoration: none;
}
.stdcolor-arrow {
  color: #1e90ff;
  cursor: pointer;
  text-decoration: none;
}
.stdcolor-link {
  color: #1e90ff;
  cursor: pointer;
  text-decoration: none;
}
.offcolor {
  color: lightgrey;
}

.lighthover {
  /* cursor: pointer; */
  color: #e7eaec;
}
/* .lighthover:hover{
  color:#1e90ff;
} */

.icon {
  cursor: pointer;
  color: #7b7b7b;
}
.icon:hover {
  color: #1e90ff;
}

.icon.noclick {
  color: grey;
  cursor: default;
}

.subscription-form .form-group {
  position: relative;
}

.subscription-form input {
  /* height: auto; */
}

.form-control {
  padding: 0.75rem 1rem 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0;
}

.subscription-form .form-group button {
  position: absolute;
  top: 0.375rem;
  right: 0.4rem;
  border-radius: 4px;
}

.breakxxl {
  display: block;
  width: 100%;
  height: 24px;
}

.breakxxl {
  display: block;
  width: 100%;
  height: 18px;
}

.breakxl {
  display: block;
  width: 100%;
  height: 12px;
}

.breakl {
  display: block;
  width: 100%;
  height: 6px;
}
.breaks {
  display: block;
  width: 100%;
  height: 3px;
}

@media only screen and (max-width: 768px) {
  .hero-heading {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 768px) {
  .hero-heading {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
  }
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.list-group-item.active {
  background-color: #1e90ff;
  border-color: #1e90ff;
}
.btn-link {
  color: #1e90ff !important;
  border-color: #fff !important;
  background-color: #fff;
  height:40px;
  border-radius: 8px;
}
.btn-link:hover {
  color: #0E72ED !important;
}
.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #1e90ff !important;
  border-color: #1e90ff;
}

.btn-outline-secondary:hover {
  color: #fff !important;
  background-color: #1e90ff !important;
  border-color: #1e90ff;
}

.btn-outline-primary {
  color: #1e90ff !important;
  border-color: #1e90ff !important;
}

.btn-outline-link-primary:hover {
  color: #fff ;
  background-color: #1e90ff ;
  border-color: #1e90ff;
}

.btn-outline-link-primary {
  color: #1e90ff;
  border-color: #1e90ff ;
}


.user-img-circle {
  border-radius: 50%;
  width: 36px;
  margin: 0px;
  border: 1px solid lightgrey;
}
.user-img-circle-homeui {
  border-radius: 50%;
  width: 36px;
  margin: 1px;
  border: 1px solid lightgrey;
}
.border-external {
  border: 1px solid #1e90ff;
}
.circle-icon {
  background: #ffc0c0;
  padding: 30px;
  border-radius: 50%;
}
.form-control {
  border-radius: 6px;
}
label {
  margin-bottom: 0px;
}
.nav-link {
  color: #1e90ff !important;
}
.loading-gif {
  background-image: ("loading.svg");
}

.vl {
  border-left: 1px solid lightgrey;
  height: 100%;
}
.borderline {
  border: 1px #ccc solid;
}
.maxout {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.alert p {
  margin-bottom: 0px;
}
.alert .close {
  /* top: 12px;
  right: 10px;
  position: absolute; */
}
/* .alert-dismissible .close {
padding:0px;
} */

/* Sidebar */
#sidebar-wrapper {
  z-index: 1;
  position: absolute;
  width: 0;
  height: 100%;
  overflow-y: hidden;
  background: #efefef;
  opacity: 0.9;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  background-color:#f8f9fa;
}

/* Main Content */
#page-content-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  /* padding:15px; */
  transition: all 0.5s;
  background: white;
}

@media (max-width: 479px) {
  #page-content-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    padding-right:10px;
  }
}

#menu-toggle {
  transition: all 0.3s;
  font-size: 2em;
}
/* Change the width of the sidebar to display it*/
#wrapper.menuDisplayed #sidebar-wrapper {
  width: 100px;
}

#wrapper.menuDisplayed #page-content-wrapper {
  padding-left: 100px;
}

/* START: New sidebar css */
@media only screen and (min-width: 768px) {
  .sidebar-mobile {
    display:none;
  }
  .sidebar-desktop {
    display: block;
  }
  .sidebar-mobile .navbar{
    position:fixed;
    left: 0px;
    width: 100px;
    height: 100vh;
    z-index: 5;
  }
  #page-content-wrapper {
    padding-left: 100px;
  }
}


@media only screen and (max-width: 768px) {
  .sidebar-mobile {
    display: block;
  }
  .sidebar-desktop {
    display: none;
  }
  .nav-item-highlight:hover {
    background-color:#dadada;
  }

}
/* END: New sidebar css */
/* START: Setting */

.test {
  background-color: #1e90ff;
}
.responsive-title {
  font-size: 2rem;
  /* font-weight: bold; */
}
.responsive-subtitle {
    max-width: 70%;
}
.goals-container {
  display:flex;
}
.goals-child {
  flex: 1;
  white-space: nowrap;
  overflow:hidden;
  text-overflow: ellipsis;
}
.goals-child-right {
  margin-left: -70%;
}
.left-right-container {
  display:flex;
}
.left-child {
  flex: 1;
  white-space: nowrap;
  overflow:hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 980px) and (max-width: 1100px) {
  .left-right-container {
    display:block;
  }
  .left-child {
    display:block;
    white-space: normal;
  }
  .right-child {
    display:block;
  }
}
@media only screen and (max-width: 500px) {
  .left-right-container {
    display:block;
  }
  .left-child {
    display:block;
    white-space: normal;
  }
  .right-child {
    display:block;
    left: 0px;
  }
  .add-people {
    margin-top: -50px;
  }
}
/* END: Setting */
/* START: Home */
.welcome-area {
  background-color: #E9F4FE;
  border-radius: 30px;
}
/* END: Home */
/* START: Stats */

/* END: Stats */

/* Sidebar styling */
.sidebar-nav {
  padding: 0;
  list-style: none;
  transition: all 0.5s;
  width: 100%;
  text-align: center;
}

.sidebar-nav li {
  line-height: 40px;
  width: 100%;
  transition: all 0.3s;
  padding: 10px;
}

.sidebar-nav li a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  color: #7b7b7b;
}
.sidebar-nav a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  color: #7b7b7b;
}
.sidebar-nav a:hover {
  display: block;
  text-decoration: none;
  color: #398ff7;
}
.color-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: conic-gradient(from 0deg,
      red,
      yellow,
      lime,
      aqua,
      blue,
      magenta,
      red);
  display: inline-block;
  margin-right: 10px;
}
.popup {
  text-align: center;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 300px;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  border: 1px solid #ccc;
  z-index: 2;
}

#modalOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
a {
  color: #398ff7;
}
.dropdown-menu a:hover {
  color: white !important;
}
div {
  /* border: 1px #ccc solid; */
}
.card {
  min-height: 250px;
  margin: 2px;
}

/*Navbar Mobile Responsiveness*/

.navbar-header4246 {
  display: inline-block;
  width: 100vw;
}

.mobile-nav-item {
  width: 33.3%;
  float: left;
  height: 100%;
}

.nav-button {
  height: 100%;
  background-color: transparent;
  border: 1px solid transparent;
  padding-top: 7px;
  font-size: 1.5rem;
}

.nav-logo {
  padding-top: 0px;
  padding-right: 0px;
  margin-right: 0px;
}

.avatar-sec {
  border: none;
  background-color: white;
}
.avatar-sec:focus {
  outline: none;
}
.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  left: 90%;
}

.modal-fullscreen-menu .close {
  color: white;
  opacity: 1;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  font-size: 5vh;
}

.modal-fullscreen-menu .modal-dialog {
  margin: 0 auto;
  width: 100%;
  max-width: 768px;
  display: flex;
  height: 100%;
  align-items: center;
}

.modal-fullscreen-menu .modal-content {
  background-color: transparent;
  box-shadow: none;
  border: none;
}

.modal-fullscreen-menu .list-group {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.modal-fullscreen-menu .list-group a {
  font-size: 200%;
  font-weight: 200;
  letter-spacing: 0.05em;
  border: none;
  transition: all 0.25s ease;
  background-color: transparent;
  color: white;
  padding: 7.5vh 0;
  height: 5vh;
  font-size: 5vh;
  line-height: 0;
}

.modal-fullscreen-menu .list-group a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  opacity: 0;
  transform: scale3d(0.7, 1, 1);
  transition: transform 0.4s, opacity 0.4s;
}

.modal-fullscreen-menu .list-group a:hover {
  color: black;
}

.modal-fullscreen-menu .list-group a:hover:before {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.modal-backdrop.in {
  opacity: 1;
}

/*CHANGING MEDIA QUERIES*/

@media only screen and (max-width: 768px) {
  /*Phone*/
  #wrapper.menuDisplayed #sidebar-wrapper {
    width: 0px;
    display: none;
  }


  #wrapper.menuDisplayed .custom-logo {
    display: none;
  }

  .tablet-desktop-navbar {
    display: none;
  }

  #wrapper.menuDisplayed #page-content-wrapper {
    padding: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    padding-top: 0px;
  }

  /*IPAD PRO & IPAD*/
  #wrapper.menuDisplayed #sidebar-wrapper {
    width: 100px;
  }

  #wrapper.menuDisplayed .custom-logo {
    left: 0;
  }

  #wrapper.menuDisplayed #sidebar-wrapper .sidebar-nav {
    text-align: center;
  }

  #wrapper.menuDisplayed #sidebar-wrapper .sidebar-nav li a .icon span {
    display: none;
  }

  #wrapper.menuDisplayed #page-content-wrapper {
    padding-left: 115px;
  }

  .sidebar-nav li div.icon {
    font-size: 1.25rem;
  }

  .mobile-navbar {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  body {
    padding-top: 0px;
  }

  .mobile-navbar {
    display: none;
  }

  /*Desktop*/
}
.btn {
  border-radius: 1rem;
  margin-top: 0.25rem;
  white-space: nowrap;
}


button.close {
  top: 10px;
  position: absolute;
  right: 10px;
}
.card {
  border-radius: 10px;
}
/* START: meetinglink -> detail */
@media only screen and (max-width: 500px) {
  .meetinglink-detail-mobile {
    margin-left:-120px;
  }
}

/* END: meetinglink -> detail */
/* START: team -> detail */
@media only screen and (max-width: 500px) {
  .team-detail-mobile {
    margin-left:-120px;
  }
}

/* END: team -> detail */
.dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}
dt {
  font-weight: 700;
}
dd,
dt {
  line-height: 1.42857143;
}
.dl-horizontal dd {
  margin-left: 180px;
}
.jumbotron {
  border-radius: 1.3rem;
}
.handpointer {
  cursor: pointer;
}
.bglightblue {
  background-color: #E9F4FE;
}
.blueborder {
  border: 2px solid #1e90ff;
}

/* .ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
    border-radius: 100px;
}
.ibox-content {
    clear: both;
    background: #E9F4FE;
    border-radius: 10px;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid;
    border-width: 1px;

} */
.leftbox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
  border-radius: 100px;
}
.leftbox-content {
  clear: both;
  background: #e9f4fe;
  border-radius: 10px;
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  /* height: 90%; */
}
.folder-list li {
  border-bottom: 1px solid #dee2e6;
  display: block;
  padding: 5px 0;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
table.dataTable thead th,
table.dataTable thead td {
  border-bottom: 1px solid #1e90ff !important;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #E9F4FE !important;
}
.dataTables_info {
  width: auto;
  float: right !important;
}
.lightblue {
  background: #e9f4fe;
}

.text-trunc-inline {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
}
.toast-title {
    font-weight: 700
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.toast-message a, .toast-message label {
    color: #fff
}

.toast-message a:hover {
    color: #ccc;
    text-decoration: none
}

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    -ms-filter: alpha(Opacity=80);
    filter: alpha(opacity=80)
}

.toast-close-button:focus, .toast-close-button:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4;
    -ms-filter: alpha(Opacity=40);
    filter: alpha(opacity=40)
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999
}

#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#toast-container > div {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: #fff;
    opacity: .8;
    -ms-filter: alpha(Opacity=80);
    filter: alpha(opacity=80)
}

#toast-container > :hover {
    -moz-box-shadow: 0 0 12px #000;
    -webkit-box-shadow: 0 0 12px #000;
    box-shadow: 0 0 12px #000;
    opacity: 1;
    -ms-filter: alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer
}

#toast-container > .toast-info {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important
}

#toast-container > .toast-error {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important
}

#toast-container > .toast-success {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important
}

#toast-container > .toast-warning {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important
}

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
    width: 300px;
    margin: auto
}

#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
    width: 96%;
    margin: auto
}

.toast {
    background-color: #030303
}

.toast-success {
    background-color: #51a351
}

.toast-error {
    background-color: #bd362f
}

.toast-info {
    background-color: #2f96b4
}

.toast-warning {
    background-color: #f89406
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4;
    -ms-filter: alpha(Opacity=40);
    filter: alpha(opacity=40)
}

@media all and (max-width: 240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
}

@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em
    }
}

.menuoption1{
  display:flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  line-height: 10px;
  gap:10px;
  font-size:.9rem;
  padding:10px;
  margin: 0px !important;
  width:100%;
  color:#212529

}

.menuoption1:hover{
 color:#1e90ff;
 background-color: #EAECEF;
}
.selectedmenu{

  padding-right: 2px;
  margin-right:2px !important;
  border-right: 5px solid #1e90ff;
  color:#1e90ff;
  background-color: #EAECEF;

}
.showmenu1 a{
  padding-top:0px;
  padding-bottom: 0px;

}

@media only screen and (max-width: 768px) {
  .showmenu1 a{
    padding: 0.5rem 1rem;
    padding-left: 0px;
    padding-right:0px;
    margin-left:30px;
    margin-right:30px;

  }
}
