body {
    background-color: #16171c;
}

.eduvo-education-main-wrapper {
    width: 100%;
    padding: 20px;
    position: relative;
    background-image: url("../images/education-bg.png");
    background-size: fill;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    z-index: 1;
    background-color: #0000007d;
    background-blend-mode: overlay;
}
.eduvo-education-main-wrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000052;
    z-index: -1;
}
.eduvo-education-inner-wrapper {
    width: 100%;
}
.education-content-wrapper {
    width: 100%;
    padding: 40px 30px 30px 30px;
}
.education-content-wrapper h2 {
    font-size: 28px;
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0px 0px 8px #00000052;
}
.education-content-wrapper p {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    max-width: 70%;
    width: 100%;
    padding: 10px 0px;
}
.category-list-wrapper {
    padding: 5px 10px;
    border-radius: 10px;
    background: #d9d9d933;
    width: 100%;
    max-width: 260px;
}
.category-list-wrapper ul {
    display: flex;
    align-items: center;
    column-gap: 30px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.category-list-wrapper ul li {
    position: relative;
    padding-left: 18px;
}
.category-list-wrapper ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 9px;
    bottom: 0;
    width: 8px;
    height: 8px;
    background-color: #ffffffad;
    border-radius: 50%;
}
.category-list-wrapper ul li a {
    display: inline-block;
    color: #ffffffad;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.multi-btn {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-top: 20px;
}
.custom-btn {
    width: 130px;
    height: 38px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    background: #8034e0;
    color: #ffffff;
    line-height: 38px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #8034e0;
}
.custom-btn:hover {
    background: transparent;
    color: #8034e0;
    border: 1px solid #ffffff;
}
.text-btn {
    width: 130px;
    height: 38px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #ffffff;
    color: #ffffff;
    line-height: 38px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}
.text-btn:hover {
    background: #8034e0;
    color: #fff;
    border: 1px solid #8034e0;
}
.eduvo-card-slider-wrapper {
    width: 100%;
    padding: 60px 30px 40px 30px;
    position: relative;
}
.card-item-slider-wrapper {
    width: 100%;
}

.card-item-wrapper {
    background: #323338;
    /*height: 390px;*/
    border-radius: 20px;
    border: 2px solid #ffffff38;
    padding: 4px;
    position: relative;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}
.card-item-wrapper:hover {
    transform: translateY(-12px);
}
.card-img-wrapper img {
    width: 100%;
    border-radius: 12px;
}
.card-content-wrapper {
    padding: 12px;
}
.card-content-wrapper .top-header {
    display: flex;
    align-items: center;
    column-gap: 12px;
    padding: 12px 0px;
    margin-bottom: 20px;
}
.card-content-wrapper .top-header a {
    width: 90px;
    height: 30px;
    background: #8034e0;
    border-radius: 8px;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
}
.card-content-wrapper .top-header span {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
}
.inner-text {
    width: 100%;
    padding: 0px 0px;
}
.inner-text h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}
.inner-text p {
    color: #f3efef;
    font-size: 12px;
    padding: 12px 0px;
    margin: 0;
}
.eduvo-card-slider-wrapper .owl-nav {
    position: absolute;
    top: -75px;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.eduvo-card-slider-wrapper .owl-nav button {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.eduvo-card-slider-wrapper .owl-nav button:hover {
    background-color: transparent !important;
}
.eduvo-card-slider-wrapper .owl-nav button span {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    vertical-align: -4px;
    padding-left: 12px;
}

/*header css start*/

.rk_main_header_wrapper {
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #444348;
    background-image: linear-gradient(
        to center,
        #241b38,
        #1e1b32,
        #1a1a2b,
        #181924,
        #16171c,
        #181924,
        #1a1a2b,
        #1e1b32,
        #241b38
    );
}

.gradient-color {
    background: linear-gradient(
        179.85deg,
        #1d1f27 0.13%,
        #8034e0 248.51%
    ) !important;
}

.rk_header_inner-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rk_search_bar_wrapper {
    position: relative;
}

.rk_search_bar_wrapper input {
    width: 611px;
    height: 45px;
    background: transparent;
    padding: 12px;
    border: 1px solid gray !important;
    border-radius: 5px;
    font-size: 15px;
    color: #ffffff;
}
.rk_search_bar_wrapper input:focus {
    outline: none;
    box-shadow: none;
}
.rk_search_bar_wrapper span {
    position: absolute;
    top: 7px;
    right: 15px;
    opacity: 0.5;
}
.rk_right_login_wrapper ul {
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
    column-gap: 24px;
}
.rk_right_login_wrapper ul li {
    opacity: 0.5;
    align-items: center;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    border-radius: 20px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.rk_right_login_wrapper ul li:hover {
    background: #8b8888d4;
}
.rk_right_login_wrapper {
    display: flex;
    align-items: center;
    column-gap: 25px;
}

.rk-card_main_wrapper {
    width: 100%;
    padding: 0px 20px;
}
.rk_card_inner_wrapper {
    width: 50%;
    background-color: #191c25;
    border-radius: 10px;
    padding: 30px;
}
.rk_card_title {
    padding-bottom: 30px;
    margin: 0;
}
.rk_card_title h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.rk_card_body {
    background-color: #1f2430;
    border-radius: 10px;
    border: 2px solid #444348;
    position: relative;
    padding: 40px;
    width: 100%;
    height: 388px;
    overflow: hidden;
    background: linear-gradient(
        180deg,
        rgba(29, 31, 39, 0.4) 0%,
        rgba(15, 6, 103, 0.4) 45.5%,
        rgba(128, 52, 224, 0.4) 100%
    );
    display: flex;
    align-items: end;
}
.rk_card_body h2 {
    font-size: 48px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 24px;
    margin: 0;
}
.rk_card_body .img-card {
    position: absolute;
    top: 0;
    right: 0;
}
.content {
    max-width: 380px;
}

.custom_btn {
    display: inline-block;
    width: 200px;
    height: 50px;
    border-radius: 10px;
    background-color: #ffffff;
    font-size: 20px;
    color: #1d1f27;
    text-align: center;
    text-decoration: none;
    line-height: 46px;
    font-weight: 600;
}
.rk-card-wrapper {
    width: 100%;
    display: flex;
    column-gap: 30px;
}

.rk-card-list-wrapper {
    width: 100%;
    padding: 30px;
    display: flex;
    column-gap: 30px;
    background-color: #191c25;
    border-radius: 10px;
    margin-top: 30px;
}
.rk-card-block-wrapper {
    width: 50%;
    border-radius: 10px;
    border: 2px solid #444348;
    position: relative;
    padding: 30px;
    background: linear-gradient(
        179.85deg,
        rgba(29, 31, 39, 0.4) 0.13%,
        rgb(128 52 224 / 26%) 248.51%
    );
}
.rk-carsd-list-title {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 20px;
}
.rk-carsd-list-title h4 {
    color: #ffffffa8;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.rk-carsd-list-title span {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    background-color: #8034e038;
}
.rk-carsd-list-body .card-list .card-list-img {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.rk-carsd-list-body .card-list .card-list-img span {
    color: #ffffff;
}
.rk-carsd-list-body .card-list {
    width: 100%;
    display: flex;
    background: #484d6214;
    padding: 15px 20px;
    border-radius: 10px;

    align-items: center;
    justify-content: space-between;
}
.rk-carsd-list-body .bg-trans {
    background-color: transparent;
}
.rk-carsd-list-body .card-list .card-list-text a {
    display: inline-block;
    width: 136px;
    height: 45px;
    background: linear-gradient(178.67deg, #1d1f27 -37.09%, #8034e0 392.09%);
    border-radius: 10px;
    text-align: center;
    line-height: 45px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    /* border: 1px solid #9c9797; */
    border: none;
}
#sidebar-logo {
    margin-top: 20px;
}
.rk_search_bar_wrapper span img {
    height: 20px !important;
    margin: auto;
}
.session-main-page-wrapper {
    background-color: #0f0e12; /* Base background color */
    background-image: radial-gradient(
            circle at top left,
            rgba(61, 29, 104, 0.9),
            transparent 70%
        ),
        radial-gradient(
            circle at top right,
            rgba(61, 29, 104, 0.9),
            transparent 70%
        );
    background-repeat: no-repeat;
    background-position: top left, top right;
    background-size: 650px 650px, 650px 650px; /* Increased by 30% */
}

.rk_card_image {
    height: 150px;
    max-height: 300px;
    width: 100%;
    object-fit: cover;
}
.rk_card_bottom_text {
    font-size: 12px !important;
}
.rk_graph_container {
    padding: 30px 20px;
    background-color: #191c25;
    border-radius: 15px;
    margin: 20px 35px;
}
.rk_graph_container .time-range-buttons {
    display: flex;
    justify-content: center;
    margin: 10px;
    background: #17191f;
    border-radius: 20px;
    border: 1px solid gray;
    width: 80%;
    margin: 20px auto;
}

.rk_graph_container .time-range-buttons button {
    background-color: transparent;
    color: #fff;
    border: none;
    padding: 10px 15px;
    font-size: 14px !important;
    min-width: 100px !important;
    font-weight: 400 !important;
    margin: 3px 5px;
    cursor: pointer;
    border-radius: 20px;
    font-weight: bold;
}

.rk_graph_container .time-range-buttons button:hover {
    background-color: #4d4e51;
}

.rk_graph_container .time-range-buttons button.active {
    background-color: #500da163;
}
.rk_graph_parent {
    height: 300px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid gray;
    margin-right: 10px 20px;
}

/*  NOTIFICATION CSS START */

.rk_notification_main_wrapper {
    width: 100%;
    padding: 20px;
}
.rk_notification_title h4 {
    font-family: Roboto;
    font-size: 32px;
    font-weight: 500;
    line-height: 37.5px;
    text-align: left;
    color: #ffffff;
}
.rk_notification_title p {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.13px;
    text-align: left;
    color: #ffffff8a;
}
.rk_notification_inner_wrapper {
    width: 100%;
    padding: 20px 0px;
}
.rk_noti_inner_title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rk_noti_inner_title .text-icon {
    display: flex;
    column-gap: 24px;
}
.rk_noti_inner_title h5 {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.09px;
    text-align: left;
    box-shadow: 0px 0px 4px 0px #00000080;
    color: #ffffff;
}
.rk_noti_inner_title .text-icon h5 {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.09px;
    text-align: left;
    box-shadow: 0px 0px 4px 0px #00000080;
    color: #ffffff;
}
.rk_noti_inner_title .text-icon h5 span {
    display: inline;
    padding-right: 8px;
}

.rk_notification_strip_wrapper {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #ffffff8a;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.noti_details_wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 30px;
}
.noti_details_wrapper .noti-name h5 {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.13px;
    text-align: left;
    color: #ffffff;
    margin: 0;
}
.noti_details_wrapper .noti-name h5 small {
    display: inline-block;
    margin-left: 30px;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff8a;
}
.noti_details_wrapper .noti-name p {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 200;
    line-height: 28.13px;
    text-align: left;
    color: #ffffff8a;
    margin: 0;
}
.rk_notification_strip_wrapper .noti_msg_wrapper {
    width: 100%;
    display: flex;
    justify-content: end;
    padding-right: 30px;
}
.rk_notification_strip_wrapper .noti_msg_wrapper p {
    margin: 0;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    text-align: left;
    color: #ffffff;
}
.rk_notification_strip_wrapper .noti_msg_wrapper p span {
    display: inline-block;
    padding-left: 12px;
}
.noti-active {
    background: #ffffff21;
}

/*  NOTIFICATION CSS START */

.rk_notification_main_wrapper {
    width: 100%;
    padding: 20px;
}
.rk_notification_title h4 {
    font-family: Roboto;
    font-size: 32px;
    font-weight: 500;
    line-height: 37.5px;
    text-align: left;
    color: #ffffff;
}
.rk_notification_title p {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.13px;
    text-align: left;
    color: #ffffff8a;
}
.rk_notification_inner_wrapper {
    width: 100%;
    padding: 20px 0px;
}
.rk_noti_inner_title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rk_noti_inner_title .text-icon {
    display: flex;
    column-gap: 24px;
}
.rk_noti_inner_title h5 {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.09px;
    text-align: left;
    box-shadow: 0px 0px 4px 0px #00000080;
    color: #ffffff;
}
.rk_noti_inner_title .text-icon h5 {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.09px;
    text-align: left;
    box-shadow: 0px 0px 4px 0px #00000080;
    color: #ffffff;
}
.rk_noti_inner_title .text-icon h5 span {
    display: inline;
    padding-right: 8px;
}

.rk_notification_strip_wrapper {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #ffffff8a;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.noti_details_wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 30px;
}
.noti_details_wrapper .noti-name h5 {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.13px;
    text-align: left;
    color: #ffffff;
    margin: 0;
}
.noti_details_wrapper .noti-name h5 small {
    display: inline-block;
    margin-left: 30px;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff8a;
}
.noti_details_wrapper .noti-name p {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 200;
    line-height: 28.13px;
    text-align: left;
    color: #ffffff8a;
    margin: 0;
}
.rk_notification_strip_wrapper .noti_msg_wrapper {
    width: 100%;
    display: flex;
    justify-content: end;
    padding-right: 30px;
}
.rk_notification_strip_wrapper .noti_msg_wrapper p {
    margin: 0;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    text-align: left;
    color: #ffffff;
}
.rk_notification_strip_wrapper .noti_msg_wrapper p span {
    display: inline-block;
    padding-left: 12px;
}
.noti-active {
    background: #ffffff21;
}

/*CHAT MESSAGE CSS START*/

.rk-chat-box-main-wrapper {
    width: 100%;
    padding: 20px;
}

.rk-chat-box-inner-wrapper {
    width: 100%;
    display: flex;
}
.chat-list-main-wrapper {
    width: 30%;
    border: 1px solid #444348;
}
.chat-screen-wrapper {
    width: 70%;
}
.chat-list-header {
    width: 100%;
    padding: 20px 20px;
    background: linear-gradient(
        59.96deg,
        #6328ad -32.85%,
        #a864ff -3.59%,
        #461c7a 109.9%
    );
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.chat-list-header .slelect-list select {
    padding: 12px;
    background: transparent;
    border: 0px;
    font-size: 20px;
    color: #ffffff;
    display: inline;
}
.chat-list-header .slelect-list select option {
    color: #111;
}
.chat-list-header .slelect-list select:focus {
    outline: none;
    box-shadow: none;
}
.chat-list-header .slelect-list {
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.chat-list-header .slelect-list p {
    margin: 0;
    background: #16171d;
    color: #ffffff;
    padding: 2px 9px;
    border-radius: 12px;
    font-size: 14px;
    text-align: center;
}

.rk-chat-inner-list {
    width: 100%;
    padding: 15px 20px;
}
.rk-chat-inner-list .serach-box {
    display: flex;
    align-items: center;
    position: relative;
}
.rk-chat-inner-list .serach-box input {
    border: 1px solid #d6dff6;
    background: #ecf0f9;
    height: 50px;
}
.rk-chat-inner-list .serach-box span {
    position: absolute;
    top: 10px;
    right: 14px;
}

.rk_notification_strip_wrapper {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #ffffff8a;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.chat_details_wrapper {
    width: 80%;
    display: flex;
    align-items: center;
    column-gap: 16px;
}
.rk_chat_strip_wrapper {
    width: 100%;
    display: flex;
    padding: 12px 12px;
}
.chat_details_wrapper .chat-name h5 {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.13px;
    text-align: left;
    color: #ffffff;
    margin: 0;
}
.chat_details_wrapper .chat-name p {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 28.13px;
    text-align: left;
    color: #ffffffab;
    margin: 0;
}
.rk_chat_strip_wrapper .chat_msg_wrapper {
    width: 20%;
}
.rk_chat_strip_wrapper .chat_msg_wrapper p {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 200;
    line-height: 28.13px;
    text-align: left;
    color: #ffffff8a;
    margin: 0;
}
.rk_chat_strip_wrapper .chat_msg_wrapper span {
    margin: 0;
    background: #8034e0;
    color: #ffffff;
    padding: 2px 6px;
    border-radius: 12px;
    font-size: 14px;
    text-align: center;
    width: 34px;
    display: inline-block;
}
.active-chat {
    background: linear-gradient(
        59.96deg,
        #6328ad -32.85%,
        #a864ff -3.59%,
        #461c7a 109.9%
    );
    border-radius: 12px;
}

.chat-screen-wrapper .chat-msg-header {
    width: 100%;
    box-shadow: 0px 1px 5px 0px #64748b1f;
    background: #ffffff70;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.chat-screen-wrapper .chat-msg-header .msg-name h5 {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    color: #ffffff;
}
.chat-screen-wrapper .chat-msg-header .msg-name p {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.86px;
    text-align: left;
    color: #ffffff;
    margin: 0;
}
.chat-msg-inner {
    width: 100%;
    padding: 20px;
    position: relative;
    height: 580px;
}
.chat-time {
    text-align: center;
}
.chat-time p {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
}

.chat-user-chat {
    width: 100%;
    display: flex;
    column-gap: 20px;
}
.chat-user-chat .usr-text {
    background: #54545480;
    border: 1px solid #ffffff38;
    padding: 16px 20px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    width: max-content;
    margin-bottom: 12px;
}
.chat-user-chat .usr-text p {
    margin: 0;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.09px;
    text-align: left;
    color: #ffffff;
}
.chat-user-chat .usr-text p small {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    line-height: 15.23px;
    text-align: left;
    color: #ffffff80;
    display: inline-block;
    padding-right: 12px;
}
.chat-user-chat.right-chat {
    justify-content: end;
}
.chat-user-chat.right-chat .chat-multi .usr-text {
    background: #8034e0;
    border: 1px solid #ffffff38;
}
.chat-user-chat.right-chat .chat-multi .usr-text p small {
    padding-left: 12px;
    padding-right: 0px;
}
.chat-reply-main-wrapper {
    width: 100%;
    position: absolute;
    left: 14px;
    bottom: 0;
    display: flex;
    column-gap: 20px;
}

.chat-reply-main-wrapper .reply-input {
    position: relative;
    display: flex;
    align-items: center;
    width: 90%;
}
.chat-reply-main-wrapper .reply-input span {
    position: absolute;
    right: 20px;
}
.chat-reply-main-wrapper .reply-input input {
    height: 50px;
    border-radius: 30px;
    padding: 0px 20px;
}
.chat-reply-main-wrapper .reply-input span img {
    width: 20px;
}

/* rk video wrapper class */

.rk-card-vedio-content {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0px 30px;
    justify-content: space-between;
}
.rk-card-vedio-content .vedio-left-wrapper {
    width: 60%;
}
.rk-card-vedio-content .vedio-left-wrapper h4 {
    color: #fff;
    padding: 22px 0px;
    margin: 0;
    font-size: 32px;
    font-weight: 600;
}
.rk-card-vedio-content .vedio-left-wrapper p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    opacity: 0.5;
}
.rk-card-vedio-content .vedio-right-wrapper {
    width: 40%;
    display: flex;
    justify-content: end;
    column-gap: 12px;
}

.rk-card-vedio-content .vedio-right-wrapper a {
    display: inline-block;
    width: 45px;
    height: 45px;
    background-color: #8034e054;
    border-radius: 10px;
    text-align: center;
    line-height: 46px;
}

.rk-card-vedio-content .vedio-right-wrapper a i,
.rk-card-vedio-content .vedio-right-wrapper a img {
    width: 25px;
    height: 25px;
}
.rk-card-vedio-content .vedio-right-wrapper a:hover {
    background-color: #7c44c1;
}
.rk-vedio-wrapper {
    border-radius: 10px;
    border: 2px solid #444348;
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}
