button.edu-btn {
    color: #fff;
    background: linear-gradient(45deg, #ec2274 50%, #f26258 90%, #f47f3d);
    font-weight: 600;    
    margin-top: 9px;
}

.edu-section-gap {
    padding: 60px 0!important;
}

.edu-product-modal .modal-dialog.enroll-pop {
    max-width: 850px;
}


button.rn-btn.edu-btn.edu1 {
    background: linear-gradient(45deg, #ec2274 50%, #f26258 90%, #f47f3d);
    color: #f5f5f5;
}

button.rn-btn.edu-btn.edu1:hover {
    background: #000;
    color: #f5f5f5;
}

html.dark-theme .edu-section-gap {
    background-color: #000000 !important;
}

html.dark-theme .edu-card.card-type-3 {
    background-color: #272727;
    border-radius: 15px;
}

html.dark-theme .price-list.price-style-02 .current-price {
    color: #e5e5e5;
}

html.dark-theme .edu-meta.meta-02 li {
    color: #e5e5e5;
}

html.dark-theme .rwt-dynamic-form .form-group input {
    background: #1e1e1e;
}

html.dark-theme span.filter-text {
    color: #e5e5e5 !important;
}
.filters-button-group button {
    background: #f5f5f5;
}
html.dark-theme button.edu-btn {
    color: #fff;
    background: linear-gradient(45deg, #ec2274 50%, #f26258 90%, #f47f3d);
    font-weight: 600;
}
html.dark-theme button.edu-btn:hover {
    background: linear-gradient(45deg, #f47f3d 90%, #f26258 50%, #ec2274);
}

html.dark-theme .filters-button-group button:hover {
    background: linear-gradient(45deg, #ec2274 50%, #f26258 90%, #f47f3d) !important;
    color: #e5e5e5 !important;
}

html.dark-theme .eduvibe-product-modal-popup .edu-modal-body {
    background: #1e1e1e;
}

html.dark-theme button.rn-btn.edu-btn.edu1:hover {
    background: #632a3c;
    color: #e5e5e5;
}

.selects {
    background: #f5f5f5;
    border-radius: 5px;
    font-weight: 500;
    padding: 0 30px;
    font-size: 16px;
    height: 60px;
    color: #6F6B80;
    border: 2px solid #f5f5f5;
}

/* course dropdown */
.container_one {
    /* width: auto; */
      }
  
  .dropdown {
    width: 100%;
    position: relative;
    /* color: white; */
  }
  .dropdown .label {
    color: #2b3044;
    margin-bottom: 5px;
  }
  .dropdown .select {
    cursor: pointer;
    transition: 0.3s;
    background-color: #f5f5f5;
    border-radius: 5px;
    display: flex;
    padding: 15px;
    padding-left: 30px;
    align-items: center;
    justify-content: space-between;
  }
  .dropdown .select .selected {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .dropdown .select .selected {
    font-weight: 500;
    font-size: 17px;
    opacity: 1;
    color: #6f6b80;
}
  .dropdown .select .selected.placeholder {
    color: #6f6b80;
    opacity: 1;
    font-weight: 500;
}
  .dropdown .select .caret {
    margin-left: 10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #7f7b8e;
    transition: 0.3s;
  }
  /* .dropdown .select:hover {
    background-color: #1e2235;
  } */
  .dropdown .menu {
    visibility: hidden;
    overflow: hidden;
    /* background-color: #2b3044; */
        background: linear-gradient(45deg, #ec2274 50%, #f26258 90%, #f47f3d);
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: 120%;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s;
    z-index: 1;
  }
  /* .dropdown .menu li {
    cursor: pointer;
    padding: 10px;
    list-style: none;
    color: #fff;
  } */
  .dropdown .menu li {
    cursor: pointer;
    position: relative;
    left: -10px;
    padding: 5px;
    padding-left: 20px;
    list-style: none;
    color: #fff;
  }
  .dropdown .menu li:hover {
   background-color: #1e2235;
    border-radius: 5px;
  }
  .dropdown .menu-open {
    visibility: visible;
    opacity: 1;
    max-height: 200px;
    /*overflow-y: scroll;*/
    overflow-y: hidden;
      }
  
  .caret-rotate {
    transform: rotate(180deg);
  }
  
  .active {
 /*border-bottom: 5px solid #ed2675;*/
  }
  .edu-elements-area ul.edu-pagination li.active {
    /*background: pink;*/
    border-radius: 50%;
    border:0;
}


/*carousel enlarge and vice-versa */




/*For google button*/

.gsi-material-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  background-color: WHITE;
  background-image: none;
  border: 1px solid #747775;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f1f1f;
  cursor: pointer;
  font-family: 'Roboto', arial, sans-serif;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
  transition: background-color .218s, border-color .218s, box-shadow .218s;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  max-width: 400px;
  min-width: min-content;
}

.gsi-material-button .gsi-material-button-icon {
  height: 20px;
  margin-right: 12px;
  min-width: 20px;
  width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.gsi-material-button .gsi-material-button-contents {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-family: 'Roboto', arial, sans-serif;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.gsi-material-button .gsi-material-button-state {
  -webkit-transition: opacity .218s;
  transition: opacity .218s;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.gsi-material-button:disabled {
  cursor: default;
  background-color: #ffffff61;
  border-color: #1f1f1f1f;
}

.gsi-material-button:disabled .gsi-material-button-contents {
  opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
  opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state, 
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
  background-color: #303030;
  opacity: 12%;
}

.gsi-material-button:not(:disabled):hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
  background-color: #303030;
  opacity: 8%;
}

/*custome google sign in button */
button.gsi-material-button.g-btn {
    width: 100%;
    max-width: none !important;
    margin-top: 9px;
    height: 60px;
    line-height: 16;
    /* font-weight: 600; */
    border-radius: 50px;
    display: flex;
    align-items: center;
    border:1px solid #f5f5f5!important;
    /* justify-content: center; */
}
button.gsi-material-button.g-btn a{
   font-size:15px; 
   color: #000000;
}

span.gsi-material-button-contents.g-btn-content {
    font-size: 18px;
    font-weight: 700;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*acccordian in course page's popup*/


 /*end popup */