.tabel_image {
    width: 58px;
    height: 58px;
    border-radius: 50%;
}

.button-dropdown .content-dubbed {
    position: absolute;
    top: 0;
    margin: auto;
    filter: blur(0px);
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: inherit;
    clip-path: polygon(100% 100%, 100% 0, -35% 0, 0 100%);
    white-space: nowrap;
}

.next {
    background: white;
    color: gray;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 50%;
    font-size: 25px;
    padding: 1px 14px;
    margin-right: 1px;
    font-style: normal;
}

.prev {
    background: white;
    color: gray;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 50%;
    font-size: 25px;
    padding: 1px 14px;
    margin-left: 1px;
    font-style: normal;
}

.story_image {
    width: 158px;
    border-radius: 9px !important;
    padding: 5px;
    margin-top: 12px;
}

.date_card_name {
    margin-top: -8px;
    margin-bottom: 10px;
    color: #1B1D42;
    font-weight: 800;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0px 20px;
}

@media only screen and (max-width:376px) {
    .date_card_name {
        font-size: 10px;
    }
}

@media only screen and (max-width:322px) {
    .date_card_name {
        font-size: 18px;
    }
}

@media only screen and (max-width:377px) {
    .prev {
        position: relative;
    }
}

.slider-container {
    max-width: 1000px;
    padding: 2rem 3rem;
    margin: 2rem auto 0 auto;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}

.slider-container:before {
    position: absolute;
    left: 0;
    top: 0;
    color: blue;
}

img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

.my-slider {
    position: relative;
}

.slider-item {
    background: grey;
    border-right: 2px solid #333;
    padding: 1.5rem 0.75rem;
    position: relative;
}

.slider-item:before {
    position: absolute;
    left: 0;
    top: 0;
    color: blue;
}

.slider-item:hover {
    cursor: pointer;
}

.controls {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translatey(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.controls:focus {
    outline: none;
}

.controls li:hover {
    cursor: pointer;
}

.card {
    text-align: center;
    margin: 0 auto;
    max-width: 200px;
    color: #333;
    background: white;
    border-radius: 5px;
    padding-bottom: 0.75rem;
    font-family: sans-serif;
    overflow: hidden;
    box-shadow: 2px 2px rgba(0, 0, 0, .3);
    position: relative;
}

.card:before {
    position: absolute;
    bottom: 0;
    color: blue;
}

.card img {
    margin-bottom: 0.25rem;
}

.card h2 {
    margin: 0 0 0.25rem;
}

.card p {
    margin: 0;
    padding: 0 0.5rem;
}

.ranking_page {
    position: relative;
    top: 5rem;
}

/* ==================================== */
.swiper-container {
    width: 100%;
    height: 100%;
    padding: 1rem 0px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 10px;
    width: 170px !important;
    margin-right: 20px !important;
    height: 181px !important;
}

.swiper-button-prev {
    background-color: #F3F8F0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding-top: 2px;
    font-size: 21px;
    color: #1B1D42;
    font-weight: 900;
    display: block;
}

.swiper-button-next {
    background-color: #F3F8F0;
    color: #1B1D42;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding-top: 2px;
    font-size: 21px;
    font-weight: 900;
    display: block;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    color: #1B1D42;

}

.custom-slider {
    /* width: 90%; */
    margin: auto;
}

.custom-box {
    height: 237px;
    text-align: center;
    box-shadow: none;
    margin: 10px;
    border-radius: 10px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

@media screen and (max-width: 481px) {
    .custom-box {
        width: 176px !important;
    }
}

@media screen and (max-width: 488px) {
    .custom-box {
        width: 195px !important;
        height: 231px !important;
    }
}

.slick-prev,
.slick-next {
    position: absolute;
    line-height: 0;
    top: 50%;
    width: 50px;
    height: 50px;
    display: none;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    border-radius: 0px !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: #1B1D42;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
}

.slick-prev:hover {
    background-color: #2F954A;
}

.slick-next:hover {
    background-color: #2F954A;
}

.slick-slider {
    user-select: none;
}

.slick-next {
    right: -30px;
    display: flex !important;

}

.slick-prev {
    left: -30px;
    display: flex !important;

}

.slick-next:before {
    content: '\003e';
    font-size: 25px;
    font-weight: 1000;
    color: #fff;
    position: relative;
    right: -1px;
    bottom: 2px;

}

.slick-prev:before {
    content: '\003c';
    font-size: 25px;
    font-weight: 1000;
    color: #fff;
    position: relative;
    right: 3px;
    bottom: 2px;

}

.common_images {
    display: flex;
    justify-content: center;
    align-items: center;
}

.date_jobroll {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    /* padding-right: 31px; */
}

.slick-dots li button:before {
    font-size: 25px !important;
    color: rgba(47, 149, 74, 0.2);

}

.slick-dots li.slick-active button:before {
    color: #2F954A;
}

.table-custom.table-custom-secondary thead th {
    background-color: #EAF4ED !important;
}

.table_back_color {
    border: none !important;
}

tr:nth-child(even) {
    background-color: #EAF4ED;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(even) td {
    background-color: #EAF4ED !important;
}

.table-rounded {
    padding: 0px !important;
}

.table-custom th {
    padding: 20px 10px !important;
}

.ranked_page {
    padding-top: 0px !important;
}

.new_user_title {
    color: #2F954A;
    font-size: 18px;
}

.latest_created_title {
    visibility: visible;
    animation-name: fadeIn;
    font-weight: 500;
    font-size: 24px;
    margin-top: 12px !important;
}

.cardata_slide {
    height: 213px;
    margin-top: 10px;
}

.ranking_card_cllipse {
    position: relative;
    top: 7rem;
}

.top_card_position {
    position: relative;
    top: 8px;
    font-size: 18px;
    color: #fff;
}

.ranked_page {
    visibility: visible;
    animation-name: fadeIn;
    background-color: transparent !important;
    position: relative;
    font-size: 28px;
    bottom: 74px;
}

.top_ranked {
    font-weight: 500;
    font-size: 24px;
    position: relative;
    top: 82px;
    color: #000 !important;
}

.table_id_name {
    background-color: #EAF4ED !important;

}

.table_border_fix {
    border-radius: 10px 0px 0px 10px;
    text-align: center;
}

.table_borederview {
    border-radius: 0px 10px 10px 0px;
}

.views_button {
    background-color: var(--picker1);
    padding: 10px 35px;
    border-radius: 10px;
    color: white;
}

.profile_image_url {
    width: 75px;
    height: 75px;
    border-radius: 50%;
}

.hover_table:hover {
    background-color: #fff !important;
}

.custom-box:focus-visible {
    outline: none !important;
}

.slick-dots {
    display: none !important;
}

.breadcrumbs-custom-title {
    margin-bottom: 29px !important;
}

.slick-prev {
    top: 50% !important;
}

@media screen and (max-width: 583px) {
    .slick-prev {
        display: none !important;
    }
}
@media screen and (max-width: 583px) {
    .slick-next {
        display: none !important;
    }
}