/* Mentor*/

.mentor-left-card {
    border: solid 1px gainsboro;
    border-radius: 8px;
    width: 100%;
    padding: 20px 15px;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: white;
}

.mentor-left-title {
    margin-bottom: 10px;
    color: var(--Gray-700, #344054);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.mentor-left-card img {
    border-radius: 0%;
    width: 100%;
    /* margin-bottom: 20px; */
}

.mentor-left-card strong {
    font-weight: 700;
}

.profile-download-button {
    border: solid 1px #fe6244;
    border-radius: 8px;
    background: #fe6244;
    font-weight: 600;
    color: white;
    transition: 0.3s ease-in-out;
}

.profile-download-button:hover {
    background: #ff5532;
    transition: 0.3s ease-in-out;
}

.mentor-right-card {
    border: solid 1px gainsboro;
    border-radius: 8px;
    width: 100%;
    padding: 10px 15px;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: white;
}

.mentor-right-title {
    margin-bottom: 10px;
    color: var(--Gray-700, #344054);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.mentor-amount {
    font-size: 22px;
    color: #fe6244;
    font-weight: 600;
    margin: 0 10px;
}

.mentor-question-search-btn {
    color: white;
    padding: 4px 10px;
    margin: 0 10px;
    border: 1px solid #fe6244;
    border-radius: 5px;
    background: #fe6244;
}

.mentor-question-add-btn {
    color: white;
    padding: 5px 15px;
    margin: 0 10px;
    border: 1px solid #fe6244;
    border-radius: 5px;
    background: #fe6244;
    cursor: pointer;
}

.mentor-question-add-btn:hover {
    background: #f55535;
    transition: all 0.3s ease;
}

.question-add-btn {
    color: white;
    padding: 5px 15px;
    margin: 0 10px;
    border: 1px solid #8842f4;
    border-radius: 5px;
    background: #8842f4;
    cursor: pointer;
    width: 55px !important;
}

.question-add-btn:hover {
    background: #7d34eb;
    transition: all 0.3s ease;
}

.remove_question {
    color: white;
    padding: 0px 0px;
    margin: 0 17px;
    border: 1px solid #f44242c4;
    border-radius: 5px;
    background: #ff1919b8;
    cursor: pointer;
    width: 45px !important;
}

.remove_question:hover {
    background: #e41313b8;
    transition: all 0.3s ease;
}

.form.mentor-search {
    display: flex;
    align-items: center;
}

.search-wrapper {
    display: flex;
    align-items: center;
    /* border: 1px solid #ccc; */
    border-radius: 4px;
    /* padding: 6px; */
}

.search-wrapper i {
    margin: 0 10px;
    font-size: 18px !important;
}

.mentor-query-table {
    padding: 20px 10px;
}

.mentor-table-header {
    background-color: #eaeef3 !important;
}



/* event course card style  */
.event-card-left {
    background-color: #8e44ad;
    color: #fff;
    padding: 15px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 60px;
    border-radius: 10px;
}

.event-card-right {
    margin-top: -15px;
}

.event-title{
    font-size: medium;
    font-weight: bold;
}

.event-tag {
    background-color: #333;
    color: #bbb;
    font-size: 10px;
    padding: 3px 8px;
    border-radius: 22px;
}

.date-box .day {
    font-size: 24px;
    font-weight: bold;
}

.date-box .month {
    font-size: 14px;
}
/* event course card style  */


/* event books card style  */
.books-title {
    font-size: medium;
    font-weight: bold;
}

.books-img {
    height: 266px;
    border-radius: 8px;
    object-fit: scale-down;
    border: solid 1px #cecece;
    margin: 15px;
}
/* event books card style  */




/* questions style  */

.join-card.question-right-card {
    border: solid 1px gainsboro;
    border-radius: 8px;
    width: 100%;
    padding: 10px 15px;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: white;
}

.question_card {
    padding: 15px;
    background: white;
    border: solid 1px gainsboro;
    border-radius: 8px;
}

.question-img {
    width: 50px;
    height: 50px;
}

i.fa-regular.fa-image {
    font-size: 26px;
    padding-left: 20px;
    margin-top: 5px;
}

.question_count_label {
    color: var(--Secondary, #FE6244);
    text-align: center;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding: 0px 8px;
    background: #fe62443d;
    border-radius: .25rem;
}

.form-check-input:checked {
    background-color: #fe6244 !important;
    border-color: #fe6244 !important;
}

/* mentor-dashboard
 */

.dash-card {
    padding: 15px 20px;
    color: white;
    border: solid 1px gainsboro;
    border-radius: 8px;
    background: var(--Primary-Light, #674597);
    box-shadow: 0px 8px 24px 0px rgba(33, 36, 44, 0.05);
}

.set_border {
    border-right: solid 1px #fdfdfdab;
}

.faq-p {
    font-weight: bold;
    font-size: 24px;
}

/* profile-css  */

.profile-details-label {
    color: var(--Darker-Grey, #2C3A49);
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.profile-col-card {
    border: solid 1px gainsboro;
    border-radius: 8px;
    width: 100%;
    padding: 10px 15px;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: white;
}

/* login-signup modal  */

.modal_header_custom {
    height: 40px !important;
}

.modal_btn {
    background-color: #fe6244 !important;
    color: white !important;
    font-family: monospace;
    width: 100%;
}
.modal_btn:hover {
    background-color: #f35333 !important;
    color: white !important;
    font-family: monospace;
    width: 100%;
}

.modal_btn_sign_up {
    background-color: #fe6244 !important;
    color: white !important;
    font-family: monospace;
    width: 100%;
}
.modal_btn_sign_up:hover {
    background-color: #f35333 !important;
    color: white !important;
    font-family: monospace;
    width: 100%;
}

/* Certificate-lockers */
.Ceritficates-lockers .blurry-image {
    width: 100%;
    filter: blur(6px);
}
.Ceritficates-lockers .lock-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px); */
    display: flex;
    justify-content: center;
    align-items: center;
}

.Ceritficates-lockers .lock-overlay i {
    font-size: 40px;
    color: #ff4825;
}

/* rounds event-details  */

.ag-format-container {
    width: 1142px;
    margin: 0 auto;
}

.ag-courses_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 0;
}

.ag-courses_item {
    -ms-flex-preferred-size: calc(33.33333% - 30px);
    flex-basis: calc(33.33333% - 30px);
    margin: 0 15px 30px;
    overflow: hidden;
    border-radius: 28px;
}

.ag-courses-item_link {
    display: block;
    padding: 30px 20px;
    background-color: #674597;
    overflow: hidden;
    position: relative;
    cursor: default;
}

.ag-courses-item_link:hover,
.ag-courses-item_link:hover .ag-courses-item_date {
    text-decoration: none;
    color: #FFF;
}

.ag-courses-item_link:hover .ag-courses-item_bg {
    -webkit-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
}

.ag-courses-item_title {
    margin: 0 0 10px;
    overflow: hidden;
    font-weight: bold;
    font-size: 30px;
    color: #FFF;
    z-index: 2;
    position: relative;
    cursor: default;
}

.ag-courses-item_date-box {
    font-size: 18px;
    color: #FFF;

    z-index: 2;
    position: relative;
}

.ag-courses-item_date {
    font-weight: bold;
    color: #f9b234;

    -webkit-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease
}

.ag-courses-item_bg {
    height: 128px;
    width: 128px;
    background-color: #fe6244;
    z-index: 1;
    position: absolute;
    top: -75px;
    right: -75px;
    border-radius: 50%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.ag-courses_item:nth-child(2n) .ag-courses-item_bg {
    background-color: #03e402;
}

.ag-courses_item:nth-child(3n) .ag-courses-item_bg {
    background-color: #02cae4;
}

.ag-courses_item:nth-child(4n) .ag-courses-item_bg {
    background-color: #ffb82a;
}

.ag-courses_item:nth-child(5n) .ag-courses-item_bg {
    background-color: #f639ce;
}

.ag-courses_item:nth-child(6n) .ag-courses-item_bg {
    background-color: #4c49ea;
}

.ag-courses_item:nth-child(7n) .ag-courses-item_bg {
    background-color: #ea4949;
}
.ag-courses_item:nth-child(8n) .ag-courses-item_bg {
    background-color: #832ced;
}
.ag-courses_item:nth-child(9n) .ag-courses-item_bg {
    background-color: #2cedad;
}


@media only screen and (max-width: 979px) {
    .ag-courses_item {
        -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
    }

    .ag-courses-item_title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .ag-format-container {
        width: 96%;
    }

}

@media only screen and (max-width: 639px) {
    .ag-courses_item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .ag-courses-item_title {
        min-height: 72px;
        line-height: 1;

        font-size: 24px;
    }

    .ag-courses-item_link {
        padding: 22px 40px;
    }

    .ag-courses-item_date-box {
        font-size: 16px;
    }
}

/* event-segment-details-card  */

.event-segment-card .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .event-segment-card .card {
    margin: 15px 0px;
    padding: 20px;
    grid-template-rows: 20px 50px 1fr 50px;
    border-radius: 10px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
    transition: all 0.2s;
  }

  .event-segment-card .card:hover {
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.4);
    transform: scale(1.01);
  }

  .event-segment-card .card__link,
  .event-segment-card .card__exit,
  .event-segment-card .card__icon {
    position: relative;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
  }

  .event-segment-card .card__link::after {
    position: absolute;
    top: 25px;
    left: 0;
    content: "";
    width: 0%;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.6);
    transition: all 0.5s;
  }

  .event-segment-card .card__link:hover::after {
    width: 100%;
  }

  .event-segment-card .card__exit {
    grid-row: 1/2;
    justify-self: end;
  }

  .event-segment-card .card__icon {
    grid-row: 2/3;
    font-size: 30px;
    height: 30px;
    width: auto;
  }

  .event-segment-card .card__title {
    grid-row: 3/4;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    margin-left: 16px;
  }

  .event-segment-card .card__apply {
    grid-row: 4/5;
    align-self: center;
  }

  /* CARD BACKGROUNDS */

  .event-segment-card .card-1 {
    background: radial-gradient(#1fe4f5, #3fbafe);
  }

  .event-segment-card .card-2 {
    background: radial-gradient(#fbc1cc, #fa99b2);
  }

  .event-segment-card .card-3 {
    background: radial-gradient(#76b2fe, #b69efe);
  }

  .event-segment-card .card-4 {
    background: radial-gradient(#60efbc, #58d5c9);
  }

  .event-segment-card .card-5 {
    background: radial-gradient(#f588d8, #c0a3e5);
}

.event-segment-card .card-6 {
    background: radial-gradient(#ffa07a, #ff6347);
}

.event-segment-card .card-7 {
    background: radial-gradient(#ffeb3b, #ffc107);
}

.event-segment-card .card-8 {
    background: radial-gradient(#8bc34a, #4caf50);
}

.event-segment-card .card-9 {
    background: radial-gradient(#00bcd4, #009688);
}

.event-segment-card .card-10 {
    background: radial-gradient(#2196f3, #1976d2);
}

.event-segment-card .card-11 {
    background: radial-gradient(#3f51b5, #673ab7);
}

.event-segment-card .card-12 {
    background: radial-gradient(#9c27b0, #e91e63);
}

.event-segment-card .card-13 {
    background: radial-gradient(#ff5722, #ff9800);
}

.event-segment-card .card-14 {
    background: radial-gradient(#795548, #607d8b);
}

.event-segment-card .card-15 {
    background: radial-gradient(#cddc39, #8bc34a);
}

.event-segment-card .card-16 {
    background: radial-gradient(#4caf50, #009688);
}

.event-segment-card .card-17 {
    background: radial-gradient(#2196f3, #03a9f4);
}

.event-segment-card .card-18 {
    background: radial-gradient(#673ab7, #9c27b0);
}

.event-segment-card .card-19 {
    background: radial-gradient(#e91e63, #f44336);
}

.event-segment-card .card-20 {
    background: radial-gradient(#ffeb3b, #ff9800);
}

.event-segment-card .card-21 {
    background: radial-gradient(#607d8b, #455a64);
}

  /* RESPONSIVE */

  @media (max-width: 1600px) {
    .event-segment-card .cards {
      justify-content: center;
    }
  }

.rewards-section.benefits-section
{
    background-color: #f9f9f9;
}
