/* fontawsome */
@import url("../../assets/css/designer.css");

body {
    background: #F8F8FA;
}
h1, h2, h3, h4, h5, h6{
    font-size: 16px;
        color: #333333;
}
.rs_white_shadow {
    background: #FFFFFF;
    box-shadow: 0px 8px 24px #B8B8B81F; 
    border-radius: 8px;
    padding: 20px 15px;
}
table.dataTable thead>tr>th, table.dataTable thead>tr>th, th {
    background: #FAFAFB;
    color: #000000;
}
table.dataTable.table-striped>tbody>tr.odd>* {
    box-shadow: inset 0 0 0 9999px #ffffff;
}
table.dataTable {
    border-spacing: 0;
    /*background: #EAEBED;*/
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
}
table.dataTable.table-striped>tbody>tr {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #fff;
    overflow: hidden;
    border-radius: 80px !important;
}
table.dataTable>tbody>tr {
    background-color: #fafafc;
}
tbody, td, tfoot, th, thead, tr {
    border-color: #EAEBED;
    border-style: solid;
}
table.table-bordered.dataTable thead tr:first-child th, table.table-bordered.dataTable thead tr:first-child td {
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
}
table.table-bordered.dataTable thead tr:first-child th {
    border-top-left-radius: 0;
}
.app-header {
    box-shadow: none;
    background: #f7f7f9;
}
.app-header .navbar .navbar-nav .nav-item .nav-link {
    background: #ed1c24;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    color: #fff;
    box-shadow: 0 0 0px 2px #fff;
    font-size: 12px;
}
.app-header .navbar {
    min-height: 60px;
    padding: 0;
}
#main-wrapper[data-layout=vertical][data-header-position=fixed] .body-wrapper>.container-fluid, #main-wrapper[data-layout=vertical][data-header-position=fixed] .body-wrapper>.container-lg, #main-wrapper[data-layout=vertical][data-header-position=fixed] .body-wrapper>.container-md, #main-wrapper[data-layout=vertical][data-header-position=fixed] .body-wrapper>.container-sm, #main-wrapper[data-layout=vertical][data-header-position=fixed] .body-wrapper>.container-xl, #main-wrapper[data-layout=vertical][data-header-position=fixed] .body-wrapper>.container-xxl {
    padding-top: calc(50px + 15px);
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: start;
}
.footer {
    background: #f7f7f9;
    color: #333333;
}
.page-link {
    background: #FFFFFF;
    box-shadow: 0px 4px 24px #143F530A;
    border: 1px solid #EAEBED;
    border-radius: 8px;
    margin-right: 5px;
}

.page-link {
    background: #FFFFFF;
    box-shadow: 0px 4px 24px #143F530A;
    border: 1px solid #EAEBED;
    border-radius: 4px;
    margin-right: 5px;
    color: #000000;
    padding: 4px 10px;
    font-size: 12px;
}


.dataTables_length {
    color: #868589;
    font-weight: 600;
}
.row.align-items-center.mt-2 {
    border: 1px solid #eaebed;
    padding: 10px 0px;
    margin: 0 !important;
    border-top: 0;
    border-radius: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.show_permision.white_shadow_rs .row {
    z-index: 1;
    position: relative;
}
.show_permision.white_shadow_rs:before {
    z-index: 0;
}
.fixed_btn_edit {
    z-index: 1;
}


.rs__new_upload_img {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.rs__new_upload_img span {
    width: 100%;
    display: block;
    text-align: center;
    background: rgb(51 51 51 / 10%);
    padding: 5px 0;
    border-radius: 8px;
    color: #333333;
    border: 1px dashed  #333333;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    height: 35px;
}

.rs__new_upload_img input {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.multiple-select {
    padding: 0;
    border: 0;
}
.rs_upload_img {
  border: 1px dashed #AAABAE;
  border-radius: 10px;
  text-align: center;
  padding: 40px 20px;
  background: #f4f4f4;
  box-shadow: inset 0 0 0px 6px #ffffff;
  position: relative;
}

.rs_upload_img img {
  width: 50px;
}
.rs_upload_img .upload_img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    object-fit: contain;
    background: #f4f4f4;
    padding: 15px;
    border-radius: 10px;
}
.rs_upload_img p {
  margin: 0;
  color: #757575;
}

.rs_upload_img h5 {
  margin: 0;
  padding: 5px 0;
  color: #141414;
}
.rs_upload_img input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.rs_upload_new {
  display: flex;
  align-items: center;
}

.rs_upload_new .left {padding: 5px 10px;margin-right: 15px;border: 1px solid #DEDEDE;border-radius: 4px;    position: relative;}
.logo_close {
    background: #DADCDD;
    font-size: 14px;
    line-height: 0;
    color: #1C252E;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    position: absolute;
    top: -8px;
    right: -10px;
}

.logo_close:hover {
    background: #000;
    color: #fff;
}

.rs_upload_new .left img {
  height: 30px;
  width: 120px;
  object-fit: contain;
  object-position: center;
}
.rs_upload_new .right .btn {
    position: relative;
}
.rs_dow_excel_file {
    background: #F8F9F9;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px;
    border-radius: 8px;
}

.rs_dow_excel_file .left_dow {
    display: flex;
    align-items: center;
    width: calc(100% - 50px);
    padding-right: 10px;
}

.rs_dow_excel_file .left_dow .icon_excel {
    width: 35px;
}

.rs_dow_excel_file .left_dow .icon_excel img {
    width: 100%;
}

.rs_dow_excel_file .content_excel {
    width: calc(100% - 35px);
    padding-left: 15px;
}

.rs_dow_excel_file .content_excel p {
    margin: 0;
    color: rgb(20 20 20 / 56%);
}

.rs_dow_excel_file .content_excel h4 {
    color: #151726;
    font-size: 16px;
    margin: 0;
    font-weight: 500;
}

.right_dow {
    width: 50px;
    text-align: center;
}
.rs_upload_img b {
    display: block;
    padding: 8px 0 0 0;
    font-weight: 500;
}
.rs_upload_img b span {
    color: #00A76F;
}
.rs_dow_excel_file .right_dow a {
    background: #DADCDD;
    display: block;
    border-radius: 6px;
    padding: 5px;
    height: 39px;
    width: 39px;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.rs_dow_excel_file .right_dow a img {
    width: 16px;
}
.blue_error {
    color: #034EA1;
}

.dow_error {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(3 78 161 / 15%);
    border-radius: 4px;
}
.dow_error svg {
    width: 11px;
}
.dow_error:hover {
    background: #d5e1ee;
}

.error_check {
    font-size: 11px;
    padding: 2px 10px;
    display: block;
    border-radius: 50px;
    white-space: nowrap;
    font-weight: 500;
}

.coomplted {
    background: rgb(222 243 219);
    color: #1FAF0B;
}

.In_Progress {
    color: #4D81DB;
    background: rgb(219 228 247);
}

.Pen_ding {
    color: #E9C54E;
    background: rgb(252 247 232);
}

.Fai_led {
    color: #F15252;
    background: rgb(249 225 226);
}

.Partially_Completed {
    color: #1CB17B;
    background: rgb(221 243 235);
}
.form-validate .card.border-primary {
    border: 1px solid #e6edf5 !important;
    border-radius: 8px;
    padding: 10px;
    margin: 0 0 10px;
}

/***tab design***/
.rs_tabing .tabs{
			margin: 0px;
			padding: 0px;
			list-style: none;
			border-bottom: 2px solid #f7f7f9;
		}
		.rs_tabing .tabs li{
			background: none;
			color: #616A6A;
			display: inline-block;
			padding: 10px 15px;
			cursor: pointer;
			border: 0;
			border-bottom: 3px solid #ffffff;
			border-radius: 0;
		}

		.rs_tabing .tabs li.current{
			background: transparent;
			/* color: #ed1c24; */
		}

		.rs_tabing_detiles .tab-content{
			display: none;
			padding: 15px 10px;
		}

		.rs_tabing_detiles .tab-content.current{
			display: inherit;
		}


.rs_tabing {
    padding: 20px 0 0 0;
}
.rs__new_upload_img .right {
    width: 50px;
}

.rs__new_upload_img .right img {
    width: 100%;
    border: 1px solid #a1a1a1;
    padding: 5px;
    border-radius: 7px;
    height: 35px;
    object-fit: contain;
}

.rs__new_upload_img .left {width: calc(100% - 60px);}

.btn-outline-primary:hover,
.btn-outline-primary.show
 {
    color: #fff !important;
}
.btn-outline-primary:hover svg,
.btn-outline-primary.show svg
{
    fill: #fff !important;
}
.btn-outline-primary svg {
    fill: #333333;
}

.flter_br {
    padding: 10px 15px;
    border-bottom: 1px solid #eaebed;
    margin-bottom: 10px;
    color: #000;
    font-weight: 500;
}


.close_fliter {
    color: #fff !important;
    background: #00a03e;
    padding: 2px 10px;
    display: inline-block;
    align-items: flex-end;
    border-radius: 50px;
}

.filter_view {
    background: #FFFFFF;
    box-shadow: 0px 8px 24px #b8b8b84f;
    border-radius: 8px;
    width: 100%;
    min-width: 350px;
    position: absolute;
    display:none;
    right: 0;
    z-index: 99;
}
.filter_click {
    position: relative;
}
.grey_label {
    background: #EFEFEF;
    border-radius: 14px;
    display: inline-block;
    padding: 3px 11px;
    margin: 2px 0;
    white-space: nowrap;
    font-weight: 500;
    font-size: 12px;
}
.page-wrapper, .body-wrapper, .container-fluid {
    min-height: 100vh;
}

.sidebar-item.side_line_two .show_active {
    display: none !important;
}

.sidebar-item.side_line_two .sidebar-link.active .show_active {
    display: flex !important;
    position: relative;
    left: 0;
    font-size: 10px;
    top: -1px;
    margin-left: -23px;
}
.show-sidebar .sidebar-item.side_line_two .sidebar-link.active .show_active {
    display: flex !important;
    position: relative;
    left: 0;
    font-size: 6px;
    top: 0;
    margin-left: -18px;
}
.sidebar-nav ul .sidebar-item.selected>.sidebar-link, .sidebar-nav ul .sidebar-item.selected>.sidebar-link.active, .sidebar-nav ul .sidebar-item>.sidebar-link.active {
    background-color: rgb(237 28 36 / 10%);
    color: #ed1c24;
}
.fixed_view_filter {
    position: absolute;
    top: -10px;
    right: -8px;
    background: #000;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
}
.apply_view_rs_filter p {
    margin: 0;
    font-weight: 600;
}

.item_rs_filter a {
    background: #ffffff;
    color: #333333;
    padding: 2px 10px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    margin: 0 5px 0 0;
    box-shadow: inset 0 0 10px #d4d4d4;
    font-weight: 500;
}
.item_rs_filter a:hover {
    background: #333333;
    color: #ffffff;
    box-shadow: none;
}
.item_rs_filter {
    display: flex;
    /* white-space: nowrap; */
    overflow: auto;
    padding-bottom: 0;
    padding-left: 4px;
}

.apply_view_rs_filter {
    padding: 0 0 8px;
    display: inline-flex;
    align-items: center;
    overflow: auto;
    flex-wrap: wrap;
}

.click_more {
    background: #00a03e;
    color: #fff;
    width: 20px;
    height: 20px;
    padding: 0;
    font-size: 10px;
    line-height: 21px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}

.item_rs_filter::-webkit-scrollbar {
    height: 1px;   /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â  scroll bar height (jitlu patlu joie titlu) */
}
label {
    padding-bottom: 3px;
    font-size: 13px;
}
.item_rs_filter a.all__clear {
    color: #ed1c24 !important;
    background: rgb(237 28 36 / 5%);
    box-shadow: none;
    border: 1px solid #ed1c24;
}
.sidebar-nav ul .sidebar-item .sidebar-link:hover {
    background-color: rgb(237 28 36 / 10%);
    color: #ed1c24;
}
/* .modal-content {
    overflow: hidden;
} */
.rs_white_box {
  border-radius: 8px;
  padding: 20px;
  min-width: auto;
  margin-bottom: 15px;
}

.rs_white_box span {
  padding: 5px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 7px;
  border-radius: 8px;
}

.rs_white_box span img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.rs_white_box h5 {
    margin: 0;
    padding: 0 0 2px 0;
}
.rs_white_box p {
  margin: 0;
  color: #000000;
  font-weight: 500;
}

.green_rs {  background: #DCFCE7;}
.green_rs span {  background: #ACF3C4;}

.red_rs {  background: #FFE2E6;}
.red_rs span {  background: #FFC7CE;}

.yellow_rs {  background: #FFF4DE;}
.yellow_rs span {  background: #FFE6B5;}

.puprle_rs {  background: #F4E8FF;}
.puprle_rs span {  background: #E9D1FF;}

.blue_rs {background: #E8F4FF;}
.blue_rs span {background: rgb(42 128 209 / 17%);}

.rs_white_box.bottle_rs {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    height: calc(100% - 20px);
}


.green_bg_icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}



.green_bg_icon .right img {width: 130px;}

.green_bg_icon .left p {
  color: #000;
}
.rs_row_icon {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 15px;
}

.rs_row_icon .left {
    width: 70%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.rs_row_icon .right {
    width: 30%;
}

.rs_row_icon .left .rs_left img {
    height: 45px;
}

.rs_row_icon .left .rs_left {
    width: 45px;
}

.rs_row_icon .left .rs_right {
    width: calc(100% - 45px);
    padding: 0 15px;
    align-items: center;
}

.rs_row_icon .left .rs_right span {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    height: auto;
}
.rs_row_icon .left .rs_right p {
    font-size: 20px;
    font-weight: 800;
}

.rs_row_icon .left .rs_right span {
    color: #000000;
}
.rank_active {
    display: flex;
    align-items: center;
    padding: 10px 0 0;
    border-top: 1px solid red;
    position: relative;
}

.rank_active .left_ac, .rank_active .right_ac {
    width: 50%;
    padding: 0 10px;
}

.rank_active:before {
    height: 134%;
    width: 1px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: red;
    content: '';
}
.green_after:before { background: #bae8cd; }
.green_after { border-top: 1px solid #bae8cd;}

.second_rs:before {background: #ccb7e5;}
.second_rs {border-top: 1px solid #ccb7e5;}

.third_rs:before {background: #f7e7ba;}
.third_rs {border-top: 1px solid #f7e7ba;}

.four_rs:before {background: #fbd9c5;}
.four_rs {border-top: 1px solid #fbd9c5;}

.five_rs:before {background: #fcc8f9;}
.five_rs {border-top: 1px solid #fcc8f9;}

.six_rs:before {background: #aad0f3;}
.six_rs {border-top: 1px solid #aad0f3;}

.btn-outline-dark:hover svg {
    fill: #ffff;
}

.btn-outline-dark {
    display: flex;
    align-items: center;
}
.rs_btn svg {
    height: 18px;
    width: 18px;
}

.rs_border_add {
    border: 1px solid #637381;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    margin-left: 10px;
    line-height: 16px;
}

.rs_border_add:hover {
    background: #637381;
}

.rs_border_add:hover svg {
    fill: #fff;
}

.rs_border_add svg {
    width: 8px;
}
.rs_chart_count span {
    width: 22px;
    height: 22px;
    display: inline-block;
    border-radius: 4px;
    margin-right: 5px;
}

.rs_chart_count li {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.rs_chart_count b {
    padding-left: 10px;
}

.donut .apexcharts-legend.apexcharts-align-center.apx-legend-position-bottom {
    display: none;
}
.sidebar-nav ul .sidebar-item .sidebar-link span i {
    width: 10px;
    text-align: center;
}
/* .hide-menu {
    white-space: break-spaces;
} */

.cancelBtn {
    color: #ed1c24 !important;
    border-color: #ed1c24 !important;
    background: #fff !important;
}

.sidebar-nav ul .sidebar-item .submenu .sidebar-link span.hide-menu {
    white-space: pre-line;
}
.offcanvas-header {
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
}

.offcanvas-title {
    color: #333333;
    font-weight: 600;
}

.offcanvas-header .btn-close {
    height: 30px;
    background: #f1f1f1;
    color: #000;
}

.tab_table td {
    color: #333333;
    font-weight: 500;
}
.doctor_pro_pic {
    max-width: 150px;
    margin: 0 auto;
}

.doctor_pro_pic img {
    width: 100%;
    border-radius: 12px;
}

.webinar_card {
  background: linear-gradient(145deg, #ffffff, #fdfdfd);
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  padding: 10px;
  margin: 10px 0 0 0;
  /* max-width: 550px; */
  /* box-shadow: 0 2px 10px rgba(0,0,0,0.08); */
}

.webinar_title {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

.webinar_info p {
  margin: 6px 0;
  font-size: 14px;
  color: #333;
}

.webinar_info strong {
  color: #07529B;
}

.brand_name {
  background: #E2EFFF;
  color: #07529B;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 5px;
}

.webinar_details_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.webinar_details_list li {
  padding: 2px 0;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}

.webinar_details_list li:last-child {
  border-bottom: none;
}

.webinar_details_list span {
  color: #000000;
  font-weight: 500;
  padding-right: 8px;
}
.rs_meeting_video video {
    width: 100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
/* Poll card container */
.list-group-item {
    background: #fff; /* white card */
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    padding: 20px;
    transition: transform 0.2s, box-shadow 0.2s;
    margin-bottom: 0;
}


/* Question Title */
.list-group-item strong.h5 {
    font-size: 1.2rem;
    color: #333;
}

/* Poll options */
.list-group-item ul li {
    padding: 6px 0 0;
    display: flex;
    align-items: center;
        position: relative;
    cursor: pointer;
    transition: background 0.2s;
    border-radius: 8px;
}

.optionsContainer {
    max-height: 170px;
    overflow: auto;
}

/* Radio buttons styling */
.form-check-input {
    accent-color: #0d6efd; /* Bootstrap primary color */
    margin-right: 10px;
}

/* Badges */
.badge {
    font-size: 0.75rem;
    padding: 5px 8px;
    border-radius: 10px;
}

.badge.bg-success {
    background-color: #28a745 !important;
}

.badge.bg-secondary {
    background-color: #6c757d !important;
}

/* Button */
.list-group-item .btn {
    border-radius: 8px;
    padding: 6px 15px;
    font-size: 0.85rem;
    transition: all 0.2s;
}

.list-group-item .btn:disabled {
    opacity: 0.6;
}


.list-group-item ul li label {
    margin: 0 !important;
    display: block;
}
/* Container styling for checkbox list */
.rs_check_quea li {
    position: relative;
    padding-left: 35px; /* space for custom checkbox */
    margin-bottom: 12px;
    cursor: pointer;
    user-select: none;
    font-size: 1rem;
    color: #333;
    transition: background 0.2s;
    border-radius: 8px;
}



/* Hide default checkbox */
.rs_check_quea input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Custom checkbox */
.rs_check_quea label {
    position: relative;
    padding-left: 10px;
    cursor: pointer;
}

/* Create custom box */
.rs_check_quea label::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #ed1c24;
    border-radius: 6px;
    background-color: #fff;
    transition: all 0.2s;
}

/* Checkmark inside box */
.rs_check_quea input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 41%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 14px;
    border: solid #000000;
    border-width: 0 3px 3px 0;
}

/* Optional: hover effect */

.rs_check_quea label {
    position: relative;
    padding: 0 0 0 30px;
    color: #000;
}
.meeting_tab ul.tabs li {
    display: block;
    width: 100%;
    border: 1px solid #cdcdcd;
    margin-bottom: 5px;
    background: #fff;
    padding: 8px 20px;
}

.ul.tabs {
    display: block;
}

.meeting_tab ul.tabs {
    display: block;
    padding: 0;
    border: 0;
    background: transparent;
}

.meeting_tab ul.tabs .tab-link.current, .meeting_tab ul.tabs .tab-link:hover {
    background: #333333;
    color: #fff;
}
.meeting_tab_detiles .tab-content {
    padding: 0;
    border-radius: 4px;
}
.date_rs_view, .rs_timer {
    position: relative;
}

.date_rs_view i, .rs_timer i {
    position: absolute;
    color: #a1a1a1;
    top: 11px;
    right: 15px;
}
.tab_table  table  th {
    font-size: 12px;
    padding: 3px 10px !important;
    vertical-align: middle;
    background: #FAFAFB !important;
        white-space: nowrap;
    color: #000000;
}
 .tab_table table  td {
    font-size: 12px;
    padding: 3px 10px !important;
    vertical-align: middle;
}
.form-control:disabled {
    background: #eeeeee;
    border-color: #c2c2c2;
}

label.error{
    color: red;
}
/* Tabs */
.survey-tabs {
  display: flex;
  gap: 5px;
  margin-bottom: 15px;
  position: sticky;
    top: 0;
}

.tab-btn {
  padding: 10px 18px;
  font-weight: 600;
  border: none;
  background: #f9fafb;
  color: #4b5563;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #333333;
}

.tab-btn:hover {
    background: #f1f1f1;
    color: #000000;
}

.tab-btn.active {
  background: #333333;
  color: #fff;
  box-shadow: 0 -2px 6px rgba(0,0,0,0.1);
}

/* Content Box */
.tab-content {
  background: #fff;
  border-radius: 8px;
  padding: 15px 10px ;
  border: 1px solid #e5e7eb;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.tab-link.tab-btn {
    width: 100%;
    margin-bottom: 5px;
}
.tab-content.active {
    display: block;
}
.poll_title {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  background: rgb(51 51 51 / 10%);
  padding: 10px 15px;
  border-left: 5px solid #333333;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.poll_title i {
  color: #333333;
  font-size: 18px;
}
.form-select {
    border-color: #a1a1a1 !important;
    height: 35px;
    padding: 2px 30px 2px 16px;
}
.rs_step_nav p {
    margin: 0;
}

.rs_step_nav i {
    display: none;
}


.rs_step_nav.rs_active p {
    display: none;
}

.rs_step_nav.rs_active i {
    display: block;
    line-height: 35px;
    font-size: 17px;
}
.step_rs_buttons {
    margin: 0;
    justify-content: center;
}

.step_rs_buttons button {
    width: auto;
    color: #fff;
    margin: 0 5px;
}
.upload_video {
    position: relative;
}

.upload_video input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    width: 12px;
    height: 12px;
}

.upload_video i {
    font-size: 14px;
    color: #535353;
}
/* Container style */
.rs_new_tab_design {
    /* width: max-content; */
    padding: 0;
}

/* Tab list style */
.rs_new_tab_design .tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    background: #fff;
    border-radius: 0;
    /* box-shadow: 0 8px 15px rgba(0,0,0,0.1); */
    border-bottom: 1px solid #e6e6e6 !important;
    flex-wrap: wrap;
    border: 0;
}

/* Tab items */
.rs_new_tab_design .tabs li {
    padding: 5px 12px;
    cursor: pointer;
    margin: 5px 5px 0px 5px;
    border-radius: 0;
    /* box-shadow: 17px 12px 20px 20px #ccc, 0px 0px 0px 0px #831f1f; */ /* Neumorphism 3D effect */
    border-bottom: 2px solid #ffffff;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}

/* Active tab */
.rs_new_tab_design .tabs li.current {
    background: transparent;
    
    box-shadow: none;
    border-bottom: 2px solid  #ed1c24 !important;
    border: 0;
}

/* Hover effect */
.rs_new_tab_design .tabs li:hover:not(.current) {
    /* transform: translateY(-3px);
    box-shadow: 5px 5px 15px #bbb, -5px -5px 15px #fff; */
}
.rs_tabing_detiles {
    padding: 8px 0 0 0;
}
.apexcharts-toolbar {
    display: none !important;
}
.sma_rs_btn {
    padding: 3px 6px;
    
    white-space: nowrap;
    font-size: 10px;
}

.sma_rs_btn:hover i {
    color: #fff;
}

.sma_rs_btn i {
    font-size: 10px;
    line-height: 8px;
    padding: 0 3px 0 0;
}
.btn.sma_rs_btn.btn-outline-danger {
    color: #ed1c24 ;
    border-color: #ed1c24 ;
}
.btn.sma_rs_btn.btn-outline-danger:hover {
    background: #ed1c24;
    border-color: #ed1c24;
    color: #fff;
}
.btn-outline-fb {
    color: #1877F2 ;
    border-color: #1877F2 ;
}
.btn-outline-fb:hover {
    background: #1877F2;
    border-color: #1877F2;
    color: #fff;
}

.btn-outline-rocket {
    color: #9000fd ;
    border-color: #9000fd ;
}
.btn-outline-rocket:hover {
    background: #9000fd;
    border-color: #9000fd;
    color: #fff;
}
.new_btn_boost a {
    display: table;
    margin: 5px 0;
    width: 100%;
}
.daterangepicker .ranges li.active, .daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #ed1c24;
    color: #fff !important;
}

.count_rs {
  position: relative;
  display: inline-block;
  width: 100%;
}
.count_rs .char_count {
    position: absolute;
    right: 10px;
    bottom: 3px;
    font-size: 12px;
    color: #878787;
}
.dc_btn {
    white-space: nowrap;
}


.rs_new_tab_design .tabs li span {
    background: transparent;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 12px;
    margin-left: 5px;
    vertical-align: middle;
    font-weight: 700;
    color: #878787;
}
.rs_new_tab_design .tabs li.current span {
    background: transparent;
    color: #000;
}

/* .rs_tabing .tab-link.Pending.current {
    background: #ed801c;
    border-color: #ed801c;
}
.rs_tabing .tab-link.Submitted_Videos.current {
    background: #00a336;
    border-color: #00a336;
}
.rs_tabing .tab-link.Rejected_Videos.current {
    background: #ed1c24;
    border-color: #ed1c24;
}
.rs_tabing .tab-link.Rejection_Reversal.current {
    background: #ed801c;
    border-color: #ed801c;
}
.rs_tabing .tab-link.Live_Video.current {
    background: #9000fd;
    border-color: #9000fd;
}
.rs_tabing .tab-link.Scheduled.current {
    background: #2196F3;
    border-color: #2196F3;
}
.rs_tabing .tab-link.Scheduled.current {
    background: #2196F3;
    border-color: #2196F3;
}
.rs_tabing .tab-link.Under_Process.current {
    background: #FFC107;
    border-color: #FFC107;
    color: #000;
} */

.new_rs_tab_row {
    background: #fff;
    border-radius: 0 8px 8px 8px;
    padding: 10px 10px;
    border: 1px solid #e5e7eb;
}

.new_rs_tab_row.rs_tabing_detiles .tab-content {
    padding: 15px 0 0 0;
    border: 0;
}

.show_edit_poster {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.show_edit_poster img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.hover_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 10px;
    text-align: center;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    font-size: 13px;
}
.rs_alg_width  .item.active  .show_edit_poster img, 
.rs_alg_width  .item.active  .show_edit_poster video {
    border-color: #252b3b;
}
.dr_day:hover .show_edit_poster .hover_overlay {
    transform: translateY(0);
}

.show_edit_poster p {
    margin: 10px 0 0;
    font-weight: bold;
    text-align: center;
}

.view_rs_poster {
    position: absolute;
    top: 10px;
    right: 10px;
}

.btn-rs:hover {
    background: #3e0764;
    color: #fff !important;
}
ul.tabs li i {
    font-size: 14px;
    margin-right: 10px;
    vertical-align: baseline;
}
.tab-link i.fa-solid.fa-signal,
.tab-link .fa-list{
    color: #ed1c24;
}

.tab-link .fa-laptop,
.tab-link .fa-clock,
.tab-link .fa-hourglass-half {
    color: #fbbc04;
}

.tab-link .fa-circle-check,
.tab-link .fa-whatsapp {
    color: #00a336;
}
.tab-link .fa-envelope-circle-check,
.tab-link .fa-calendar-days {
    color: #4285f4;
}

.tab-link .fa-circle-xmark {
    color: #ed1c24;
}
.tab-link .fa-table-cells-large {
    color: #ed1c24;
}
.raw_video, .edited_video {
    width: 25px;
    height: 25px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 2px 0 0 0;
}
.raw_video {
    border-color: #00A336;
    color: #00A336 !important;
}

.edited_video {
    border-color: #07529B;
    color: #07529B !important;
}


.steps-wrapper.small{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding: 0;
    border-radius:10px;
    position:relative;
    overflow:hidden;
        flex-wrap: wrap;
}

/* Background light line */
.steps-wrapper.small::before{
    content:"";
    position:absolute;
    top: 15px;
    left:45px;
    right:45px;
    height:3px; /* THINNER */
    background:#e0e0e0;
    border-radius:3px;
    opacity: 0;
}

/* Animated blue line */
.steps-wrapper.small::after{
    content:"";
    position:absolute;
    top: 14px;
    left:45px;
    height:3px;
    background: #000000;
    border-radius:3px;
    width:0;
    animation:progressFill 1.6s ease forwards;
    opacity: 0;
}

/* Set progress position */
@keyframes progressFill{
    from{ width:0; }
    to{ width:42%; }  /* FB Live (3rd step) */
}

.steps-wrapper .step{
    width: auto;
    text-align:center;
    position:relative;
    z-index:2;
    display: flex;
    align-items: center;
    margin: 0;
    border-right: 1px solid #c9c9c9;
    padding: 0 10px;
}

.icon-wrap{
    width: 25px;        /* SMALLER */
    height: 25px;       /* SMALLER */
    font-size: 12px;    /* SMALLER ICON */
    border-radius: 8px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    margin: 0 5px 0 0;
    /* background: #f7f7f7 !important; */
    /* box-shadow:0 2px 6px rgba(0,0,0,0.06); */
}

@keyframes pop{
    0%{ transform:scale(0.5); opacity:0; }
    100%{ transform:scale(1); opacity:1; }
}

/* COLORS */
.steps-wrapper .step.completed .icon-wrap{
    background: #b0d9ff;
    color: #1e62a1;
}

.steps-wrapper .step.active .icon-wrap{
    background: #ecd2ff;
    color: #9000fd;
}

@keyframes activePulse{
    0%{ transform:scale(1); }
    50%{ transform:scale(1.10); }
    100%{ transform:scale(1); }
}

.steps-wrapper .step.rejected .icon-wrap{
    background:#ffeaea;
    color:#d9534f;
}

.steps-wrapper .step.pending_row .icon-wrap{
    background: #ccedd7;
    color: #00a336;
}

.steps-wrapper .step span{
    font-size:11px;   /* SMALLER TEXT */
    font-weight:600;
    color: #000000;
}


.steps-wrapper .step.submitted .icon-wrap {
    background: rgb(0 0 0 / 20%);
    color: #000;
}

.steps-wrapper .step.pending {
    /* display: block; */
}
.steps-wrapper .step:last-child {
    border: 0;
}
.rs_status_bar span{
    color:#07529B; border-radius:4px; font-size:12px; font-weight:500;
}
.rs_status_bar > span {
    border-right: 1px solid #949494;
    border-radius: 0;padding:3px 8px; 
}

.rs_status_bar > span:last-child {
    border: 0;
}

.rs_rs_status_bar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
}

.rs_rs_status_bar span {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px;
    border-radius: 50px;
    font-size: 12px;
    border: 1px solid #e2e2e2;
    cursor: pointer;
    background: #fff;
    box-shadow: inset 0 0 5px 0px #e2e2e2;
}

.rs_rs_status_bar:before {
    position: absolute;
    content: '';
    width: calc(100% - 20px);
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    background: #e2e2e2;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
.rs_rs_status_bar.one_item_rs:before {
    opacity: 0;
}

.rs_rs_status_bar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
    z-index: 1;
}

/* Line behind */
.rs_rs_status_bar:before {
    position: absolute;
    content: '';
    width: calc(100% - 30px);
    height: 2px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    background: #e1e1e1;
    z-index: -1;
}

.rs_rs_status_bar span {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #dcdcdc;
    font-size: 13px;
    position: relative;
    transition: 0.2s ease;
    overflow: hidden;
}

.rs_rs_status_bar span.active {
    border: none;
    background: linear-gradient(135deg, #00a336, #4cd964);
    padding: 2px;
}
.rs_rs_status_bar span.active i {
    color: #00a336 !important;
}
/* Inner white circle */
.rs_rs_status_bar span.active::after {
    content: "";
    position: absolute;
    inset: 1px;
    background: #fff;
    border-radius: 50px;
}

/* Icon clean */
.rs_rs_status_bar span i {
    position: relative;
    z-index: 5;
}
.listing_check .item {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 15px 30px;
    position: relative;
    justify-content: space-between;
}

.listing_check {
    margin: 0px 0 0 0;
    position: relative;
}

.listing_check .item .left {
    width: calc(100% - 100px);
}

.listing_check .item .right {
    text-align: right;
}

.listing_check .item .right span {
    display: block;
        font-weight: 500;
}

.two_status .yellor_rs {
    color: #01768b;
    background: rgb(1 118 139 / 10%);
}
.two_status .danger_rs {
    color: #FB1D1D;
    background: rgb(251 29 29 / 20%);
}

.listing_check .item .left h3 {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.listing_check .item i {
    position: absolute;
    top: 1px;
    left: 0;
    color: #333333;
    border: 2px solid #ffffff;
    border-radius: 50%;
    font-size: 14px;
    box-shadow: 0 0 0px 2px #333333;
    background: white;
}

.listing_check .item i.fa-circle-xmark {
    color: #FB1D1D;
    box-shadow: 0 0 0px 2px #FB1D1D;
}

.listing_check .item i.fa-clock {
    color: #EEB555;
    box-shadow: 0 0 0px 2px #EEB555;
}

.listing_check .item .left p {
    color: #000;
    font-weight: 500;
    margin: 0;
}

.listing_check:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #333333;
    left: 8.8px;
    top: 0;
}
.listing_check .item:last-child:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 100%;
    background: #ffffff;
    left: 8px;
}
.upload_photo span img {
    width: 100%;
    max-width: 28px;
}
.listing_check .item:last-child {
    padding-bottom: 0;
}
.top_heading {
    padding-bottom: 30px;
    border-bottom: 1px solid #dedede;
}
.two_status span {
    padding: 5px 10px;
    margin: 0 5px 5px;
    display: inline-block;
    font-size: 12px;
    border-radius: 50px;
}
.two_status .completed {
    color: #0337ff;
    background: rgb(3 55 255 / 10%);
}
.dark_completed {
    color: #5900ff;
    background: rgb(89 0 255 / 10%);
}
.two_status  .orange_rs {
    color: #333333;
    background: rgb(51 51 51 / 10%);
}
.sma_rs_btn i.fa-solid.fa-rocket {
    padding: 0;
}
.plan_wrapper {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 0 20px;
}

.plan_box {
    width: calc(50% - 20px);
    background: #f3f3f3;
    border-radius: 20px;
    padding: 30px 25px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s ease;
    border: none;

    /* 3D / Neomorphic effect */
    box-shadow: 
        8px 8px 18px rgba(0,0,0,0.18),
        -6px -6px 14px rgba(255,255,255,0.9);
    border: 2px solid #d1d1d1;
}

.plan_box:hover {
    transform: translateY(-6px);
    box-shadow: 
        12px 12px 25px rgba(0,0,0,0.22),
        -6px -6px 16px rgba(255,255,255,1);
}

.plan_box.active {
    /* background: #ffffff; */
    box-shadow: 
        inset 5px 5px 10px rgba(0,0,0,0.15),
        inset -5px -5px 10px rgba(255,255,255,0.8);
    transform: scale(0.98);
}

.plan_icon {
    width: 85px;
    height: 85px;
    background: #f3f3f3;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;

    box-shadow:
        6px 6px 12px rgba(0,0,0,0.18),
        -6px -6px 12px rgba(255,255,255,1);
}

.plan_icon svg {
    width: 40px;
    height: 40px;
}

.plan_box h3 {
    font-size: 22px;
    margin: 0;
    color: #cacaca;
    font-weight: 700;
}
.plan_box.active h3 {
    color: #333;
}
/* ACTIVE STATE */
.plan_box.active {
    border-color: #333333;
    background: rgb(193 193 193 / 10%);
    transform: scale(1.03);
    box-shadow: 0 15px 35px rgba(0,0,0,0.18);
}
.select_poster_rs ul.tabs {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    border: 0;
}

.select_poster_rs  img {
    width: 100%;
}

.select_poster_rs ul.tabs li.tab-link {
    padding: 0;
    width: calc(50% - 5px);
    margin: 0 auto 10px;
}

.rs_poster {
    border: 1px solid #ececec;
    padding: 0;
    border-radius: 4px;
}

.select_poster_view_rs .tab-content {
    padding: 0;
    border: 0;
    border: 1px solid #ececec;
    padding: 8px;
    border-radius: 5px;
}

.select_poster_view_rs .tab-content img {
    width: 100%;
}

.select_poster_rs ul.tabs li.tab-link:last-child {
    margin: 0 0 auto 5px;
}


.select_poster_rs ul.tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.select_poster_rs ul.tabs li.tab-link {
    width: calc(50% - 6px);
    position: relative;
    cursor: pointer;
    transition: 0.3s ease;
    border: 0;
}

.select_poster_rs ul.tabs li.tab-link .rs_poster {
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e8e8e8;
    /* transition: 0.35s ease; */
    box-shadow:
        0 2px 4px rgba(0,0,0,0.05),
        0 8px 15px rgba(0,0,0,0.06);
}

.select_poster_rs ul.tabs li.tab-link:hover .rs_poster {
    transform: translateY(-4px) scale(1.02);
    box-shadow:
        0 6px 18px rgba(0,0,0,0.15),
        0 0 10px rgba(120,150,255,0.25);
}

.select_poster_rs ul.tabs li.tab-link.current .rs_poster {
    /* transform: translateY(-6px) scale(1.05); */
    border: 2px solid transparent;
    /* box-shadow: 0 0 22px rgb(237 28 36 / 20%), 0 0 12px rgb(0 0 0 / 35%), 0 12px 30px rgb(0 0 0 / 20%); */
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, #ed1c24, #000000) border-box;
}

.select_poster_rs ul.tabs li.tab-link.current::after {
    content: "";
    position: absolute;
    inset: -4px;
    border-radius: 16px;
    pointer-events: none;
    background: radial-gradient(
        circle,
        rgba(125, 77, 255, 0.35),
        transparent 70%
    );
    animation: neonPulse 2.2s infinite;
}

@keyframes neonPulse {
    0% { opacity: 0.25; }
    50% { opacity: 0.7; }
    100% { opacity: 0.25; }
}


.select_poster_view_rs .tab-content {
    border: none;
    padding: 10px;
    border-radius: 18px;
    background: #fff;
    transition: 0.35s;
    box-shadow:
        0 6px 15px rgba(0,0,0,0.08),
        0 10px 25px rgba(0,0,0,0.12);
}

.select_poster_view_rs .tab-content.current {
    box-shadow: 0 0px 1px 1px rgba(0, 0, 0, 0.12), 0 20px 40px rgba(0, 0, 0, 0.15);
}

.rs_poster_view img {
    border-radius: 18px;
}

.liquid_tabs .ltab {
    position: relative;
    display: flex;
    padding: 0 0 10px;
    background: #ffffff;
    border-radius: 0;
    gap: 10px;
    border-bottom: 1px solid #e5e7eb;
    justify-content: center;
}

.liquid_tabs .ltab .item {
    padding: 10px 28px;
    color: #000000;
    cursor: pointer;
    position: relative;
    z-index: 2;
    font-weight: 600;
    background: #f3f3f3;
    border-radius: 50px;
}

.liquid_tabs .blob {
    position: absolute;
    height: 40px;
    width: 110px;
    background: linear-gradient(135deg, #ed1c24, #333333);
    border-radius: 30px;
    transition: 0.35s ease;
    z-index: 1;
    top: 7px;
    left: 6px;
    display: none;
}

.liquid_tabs .item:nth-child(1).active ~ .blob {
    transform: translateX(0px);
}
.liquid_tabs .item.active {
    background: linear-gradient(135deg, #ed1c24, #333333);
    color: #fff;
    border-radius: 50px;
}

.liquid_tabs .lcontent {
    display: none;
    padding: 0;
    background: #fff;
    margin-top: 15px;
    border-radius: 8px;
    animation: show .3s ease;
    border: 0px solid #e5e7eb;
}
.liquid_tabs .lcontent.active {
    display: block;
}
@keyframes show {
    from {opacity:0; transform:translateY(5px);}
    to   {opacity:1; transform:translateY(0);}
}
.repots_acc .acc__title {
    color: #000;
    font-size: 16px;
}

.repots_acc .acc__panel {
    color: #000;
    padding: 15px;
}

.repots_acc .acc__title.active, .repots_acc .acc__title:hover {
    color: #000;
    background-color: #fff !important;
}
.repots_acc .acc {
    width: 100%;
    max-width: 100%;
}
.rs_view_part_inside  .info-box span {
    font-size: 11px;
    color: #8a8a8a;
}

.rs_view_part_inside  .info-box p {
    margin: 0;
    font-size: 13px;
    color: #1f2937;
}

.rs_view_part_inside .icon-btn {
    border: 1px solid #e5e7eb;
    background: #fff;
    padding: 6px 8px;
    border-radius: 6px;
    font-size: 12px;
    cursor: pointer;
}

.rs_view_part_inside .circle-btn {
    border: none;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f1f5f9;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs_view_part_inside  .circle-btn.dark {
    background: #111827;
    color: #fff;
}

.rs_view_part_inside  .circle-btn.primary {
    background: #e2efff;
    color: #07529b;
}

.rs_view_part_inside .circle-btn.success {
    background: #e5f3e5;
    color: #018a03;
}
.rs_view_part_inside .info-box {
    border-bottom: 1px solid #f2f2f2;
    padding: 15px;
}
.rs_view_part_inside {
    border-top: 1px solid #f2f2f2;
    position: relative;
}

.rs_view_part_inside:after {
    position: absolute;
    width: 101%;
    height: 1px;
    background: #ffffff;
    content: '';
    left: -10px;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

.rs_view_part_inside .info-item label {
    font-size: 12px;
    color: #6c757d;
    margin-bottom: 2px;
}

.rs_view_part_inside .info-item p {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 500;
}

.rs_view_part_inside .soft-box {
    background: #f8f9fb;
    border-radius: 8px;
    padding: 10px 12px;
}

.rs_view_part_inside .progress {
    height: 15px;
    border-radius: 10px;
    background-color: #f4f4f4;
}

.rs_view_part_inside .card {
    background: #fff;
}
.rs_view_part_inside .progress-bar {
    width: 100%;
    height: 15px;
    background-color: #F4F6F8;
    border-radius: 3px;
    margin: 0;
    position: relative;
}
.rs_view_part_inside  .new_info_item {
    display: flex;
    flex-wrap: wrap;
}

.rs_view_part_inside  .new_info_item .info_rs_status {
    width: 50px;
    background: rgb(0 88 255 / 10%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 17px;
    color: #0058ff;
}

.rs_view_part_inside  .new_info_item  .view_date_rs {
    width: calc(100% - 50px);
    padding-left: 15px;
}
.rs_view_part_inside .new_info_item .info_rs_status.green_view {
    background: rgb(0 128 0 / 10%);
    color: green;
}
.timer_rs {
    display: flex;
    align-items: center;
    border: 1px solid #F7D4D6;
    border-radius: 4px;
    padding: 5px 0;
    margin-left: 15px;
}

.rs_items {
    width: 50px;
    text-align: center;
        border-right: 1px solid #efefef;
}

.rs_items:last-child {
    border: 0;
}
.rs_items h3 {
    margin: 0;
}

.rs_items span {
    color: #7A7A7A;
    font-weight: 600;
}
.bg_sky {
    background: #F9F9FB;
    padding: 10px 7px;
    border-radius: 8px;
    position: relative;
    margin: 15px 0;
}

.bg_sky .fixed_edit {
    background: #FDE8E9;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    transition: all 300ms ease-in-out;
    align-items: center;
    color: #ED1D24;
    margin: 0 5px 0 0;
    justify-content: center;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.bg_sky .fixed_edit:hover {
    background: #ED1D24;
    color: #fff;
}
.bg_sky .fixed_edit svg {
    width: 14px;
}
.rs_avti_date {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.rs_avti_date .left_rs {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #f7d4d6;
    border-radius: 6px;
    height: 70px;
    width: 90px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #ED1D24;
    font-size: 14px;
    position: relative;
}

.rs_avti_date .right_rs {
    width: calc(100% - 100px);
    padding-left: 15px;
}

.rs_avti_date .left_rs:before, .rs_avti_date .left_rs:after {
    position: absolute;
    content: '';
    width: 3px;
    height: 11px;
    background: #ED1D24;
    top: -5px;
    left: 10px;
}

.rs_avti_date .left_rs:after {
    left: inherit;
    right: 11px;
}

.rs_avti_date .right_rs p {
    margin: 0;
    font-weight: 500;
}

.rs_avti_date .right_rs h5 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.meeting_row span {
    font-size: 12px;
    color: #707070;
    font-weight: 500;
    padding-bottom: 7px;
    display: block;
}

.item_botder {
    border-left: 1px solid #e8e8e8;
    padding: 5px 10px;
}

.blue_bedge {
    display: flex;
    align-items: center;
}

.blue_bedge p {
    margin: 0;
    background: #DEEEFF;
    padding: 2px 8px;
    border-radius: 50px;
}

.blue_bedge b {
    background: #DEEEFF;
    padding: 1px 6px;
    border-radius: 50px;
    color: #034EA1;
    border: 1px solid #034EA1;
    line-height: 15px;
    margin-left: 10px;
        white-space: nowrap;
}
.item_space {
    padding: 2px 8px !important;
    border-radius: 50px;
}

.item_space i {
    padding-right: 5px;
}

.meeting_row .pending_app {
    color: #4f9901;
    background: rgb(79 153 1 / 10%);
}


.meeting_row  .webinar_under_app {
    color: #fbbc04;
    background: rgb(251 188 4 / 10%);
}

.meeting_row  .sheduled_app {
    color: #4285f4;
    background: rgb(66 133 244 / 10%);
}

.meeting_row  .completed_app {
    color: #00a336;
    background: rgb(0 163 54 / 10%);
}
.meeting_row .cancel_app {
    color: #ed1c24;
    background: rgb(237 28 36 / 10%);
}
.rs_inside_br {
    padding: 10px;
    border: 1px solid #ECECEC;
    border-radius: 8px;
}
.rs_inside_br .tab-link:hover {
    background: #ED1D24;
    color: #ffffff;
    border-radius: 8px;
}
.rs_inside_br .tab-link {
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
    background: #fff;
    border: 0;
    color: #989898;
    font-weight: 400;
    padding: 10px 8px;
}
.rs_inside_br .tab-link span svg {
    fill: #989898;
    width: 20px;
    margin: 0 5px 0 0px;
    vertical-align: middle;
    height: 16px;
}

.rs_inside_br .tab-link.current span svg, .rs_inside_br .tab-link:hover span svg {
    fill: #fff;
}
.rd_black_title h4 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.rd_black_title {
    padding: 0 0 5px;
}
.rs_inside_tab_container {
    border: 1px solid #F3F3F3;
    border-radius: 8px;
    padding: 10px;
}


.rs_inside_br .tab-link.current {
    background: #ED1D24;
    border: 0;
    color: #fff;
}
.rs_inside_br ul.tabs {
    padding: 0;
    border: 0;
}
.report_card img {
    width: 100%;
    border-radius: 16px;
}
.rs_grey_border_inside {
    border: 1px solid #ECECEC;
    border-radius: 8px;
    padding: 10px;
}

.report_view {
    border: 1px solid #ECECEC;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    align-items: center;
    margin: 10px 0 0;
}

.report_view .left {
    border: 1px solid #F7D4D6;
    border-radius: 12px;
    padding: 10px;
}

.report_view .left img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.report_view .right {
    width: calc(100% - 70px);
    padding: 0 0 0 10px;
    /* white-space: nowrap; */
}

.report_view .right p {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    color: #a3a3a3;
}

.report_view .right h4 {
    font-weight: 700;
    margin: 0;
}
.specker_rs_list {
    display: flex;
    align-items: center;
    width: 100%;
}

.specker_rs_list .left {
    width: 50px;
    height: 50px;
    margin: 0 10px 0 0;
}

.specker_rs_list .left img {
    border: 1px solid #E3E3E3;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.specker_rs_list .right {
    width: calc(100% - 60px);
}

.specker_rs_list .right h5 {
    margin: 0 0 3px;
}

.specker_rs_list .right span {
    background: rgb(112 112 112 / 12%);
    border-radius: 15px;
    padding: 2px 10px;
    display: inline-block;
    font-size: 12px;
}
.tab_table.spacing_rs table td {
    padding: 6px 10px !important;
}

.activity_tab {
    text-align: left;
    width: 100%;
}

.activity_tab ul.tabs {
    justify-content: start;
    width: 100%;
    background: #F9F9FB;
    border: 0;
    padding: 5px 5px;
}

.activity_tab ul.tabs li.tab-link {
    padding: 7px 10px;
}

.activity_tab ul.tabs li.tab-link span {
    padding-right: 10px;
}

.activity_tab ul.tabs li.tab-link.current {
    background: #FDE8E9;
    color: #ED1D24;
    border: 0;
}

.activity_tab ul.tabs li.tab-link svg {
    fill: #393939;
}

.activity_tab ul.tabs li.tab-link.current svg {
    fill: #ED1D24;
}
.avatar_group {
    display: flex;
    margin: 0;
}

.avatar_group li {
    width: 30px;
    height: 30px;
    background: #FDE8E9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-weight: 600;
    color: #f14f56;
    border: 1px solid #e8b7ba;
}

.avatar_group li {
    margin: 0 0 0 -8px;
}

.avatar_group li:first-child {
    margin: 0;
}
.report_card {
    position: relative;
}

.card_rs_dow {
    position: absolute;
    bottom: 8px;
    right: 10px;
    background: #000000;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    color: #fff !important;
    border-radius: 8px;
    padding: 0;
    align-items: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.card_employee {
  background: #fff;
  border: 1px solid #E3E3E3;
  border-radius: 8px;
  padding: 15px;
  /* margin: 10px auto;
  max-width: 364px; */
  width: 100%;
}
.user_pic {
  text-align: center;
}

.user_pic, .user_pic img {
  border-radius: 12px;
  width: 50px;
  height: 50px;
  object-fit: contain;
  border: 1px solid #ffb4b7;
  -webkit-border-radius: 8px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #ed1d24;
  background: rgb(237 29 36 / 10%);
}

.profile_view_rs h4 {
  text-align: left;
  margin: 10px 0;
}
ul.employee_des {
  display: flex;
  justify-content: start;
}

.employee_des li, .joining_date p {
  background: rgb(237 237 237 / 50%);
  margin: 2px 5px 5px 0;
  padding: 2px 10px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 500;
}

.grey_bg {
  background: rgb(237 237 237 / 38%);
  border-radius: 12px;
  padding: 10px 15px;
  margin-bottom: 10px;
}

.grey_bg p:last-child {
  margin: 0;
}

.grey_bg p {
  color: #535353;
  font-weight: 500;
  display: flex;
  align-items: baseline;
}

.joining_date {
  display: flex;
  justify-content: center;
}
.joining_date p {
  display: none;
}
.joining_date a {
  color: #1354BC;
  font-weight: 500;
}

.joining_date a:hover {
  color: #202123;
}
.card_employee .toggle input[type="checkbox"]:checked+label:before {
  background: #1354bc;
}
.new_upload_btn {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.new_upload_btn p {
  background: rgb(19 84 188 / 10%);;
  color: #1354bc;
  width: calc(100% - 60px);
  padding: 8px 10px;
  border: 1px solid #1354bc;
  border-radius: 4px;
  text-align: center;
  font-weight: 500;
  margin: 0;
}

.new_upload_btn span {
  width: 50px;
  height: 39px;
  background: #1354bc;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.new_upload_btn span input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.preview_img {
  padding: 10px 0 0;
  display: flex;
  justify-content: center;
}

.preview_img img {
  width: 100%;
}

.preview_img span {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #bfbfbf;
  background: #e7e7e7;
  border-radius: 4px;
  margin: 0 8px 0 0;
  padding: 2px;
  position: relative;
}
.preview_img i {
  position: absolute;
  top: -4px;
  right: -5px;
  color: red;
}
.main_poll .card {
    border: 1px solid #ececec;
}
.card_employee {
    position: relative;
}

.send_appr {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #2d69001c;
    width: auto;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 0 10px;
}

.send_appr svg {
    width: 15px;
    height: auto;
}

.Send_consent {
    position: absolute;
    top: 10px;
    right: 10px;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.Send_consent a {
    background: #ed1c24;
    padding: 2px 10px;
    color: #fff;
    border-radius: 50px;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.add_new_surey {
    margin: 10px 0;
    display: block;
    width: 100%;
    text-align: center;
    background: #FAFAFC;
    padding: 25px 10px;
    border-radius: 12px;
    color: #000;
}

.add_new_surey h4 {
    margin: 0;
    padding: 15px 0 5px;
}

.add_new_surey p {
    color: #a4a4a4;
    margin: 0;
}
.edit_row_rs_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ed1d24;
    color: #fff !important;
    border-radius: 6px;
}
.survey-tabs .tab-link.active {
    background: #FDE8E9;
    color: #ED1D24;
}
.survey-tabs ul.tabs {
    margin: 0;
}
.new_br_red_btn a {
    color: #000;
    border: 1px solid #d3d3d3;
    border-radius: 50px;
    padding: 0px 10px;
    display: inline-block;
    margin: 0 5px 5px 0;
    font-weight: 500;
    white-space: nowrap;
}

.new_br_red_btn {
    flex-wrap: wrap;
}
.step_rs_buttons button.save_as_draft {
    background: #ffb300;
    color: #fff !important;
}
.new_chear_view {
    border-radius: 16px;
    padding: 15px;
}
.new_chear_view img {
    height: 70px;
    margin: 0 0 0 auto;
    display: table;
    max-width: 70px;
    object-fit: contain;
}
.new_chear_view h4 {
    font-size: 20px;
    font-weight: 600;
}
.new_br_red_btn{
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
        max-width: 250px;
}

/* Common button style */
.new_br_red_btn .btn-pill{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 13px;
    border-radius: 30px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

/* Attendee */
.new_br_red_btn .btn-pill.attendee{
    background: #eef2ff;
    color: #4f46e5;
    border-color: #dbe1ff;
}

/* Speaker */
.new_br_red_btn .btn-pill.speaker{
    background: #f3e8ff;
    color: #9333ea;
    border-color: #e9d5ff;
}

/* Moderator */
.new_br_red_btn .btn-pill.moderator{
    background: #fff7e6;
    color: #d97706;
    border-color: #fde68a;
}

/* Files */
.new_br_red_btn .btn-pill.files{
    background: #f9fafb;
    color: #374151;
    border-color: #e5e7eb;
}

/* Hover effect */
.new_br_red_btn .btn-pill:hover{
    transform: translateY(0px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}
.send__review_star {
    position: relative;
}

.send__review_star .form-control {
    padding-bottom: 35px;
}

.send_rs_review {
    position: absolute;
    bottom: 10px;
    right: 20px;
    color: #ed1c24;
    font-size: 15px;
}
.send_appr_rs_red a {
    color: #ED1D24;
    background: #FDE8E9;
    padding: 8px 10px;
    border-radius: 8px;
    text-align: center;
    display: inline-block;
    font-weight: 600;
    margin: 0 5px;
}

.new_surey_form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #E3E3E3;
    border-radius: 8px;
    padding: 15px;
    width: 100%;
    margin-bottom: 15px;
}

.rs_right_view {
    display: flex;
}

.rs_left_view h6 {
    margin: 0;
}

.rs_left_view {
    width: calc(100% - 150px);
}
.new_detile_view {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background: #fff;
    border: 1px solid #E3E3E3;
    border-radius: 8px;
    padding: 15px;
    width: 100%;
    margin: 0 0 15px;
}

.new_detile_view .right_view_row {
    width: calc(100% - 50px);
    padding-left: 15px;
}

.new_detile_view .right_view_row .grey_bg {
    width: 100%;
}

.new_detile_view .grey_bg {
    width: 100%;
    padding: 15px 0 0 0;
    background: transparent;
    margin: 0;
}

.new_detile_view .grey_bg p {color: #535353;display: inline-block;margin: 0 0 5px;padding: 3px 10px;background: #f3f3f4;border-radius: 50px;border: 1px solid #8c919e;}



.new_detile_view .delete_surey {
    position: absolute;
    top: 5px;
    right: 5px;
    background: red;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 8px;
    padding: 0;
}

.new_detile_view .delete_surey:hover {
    background: #000;
}

.new_detile_view:nth-child(even) {
    background: #fefefe;
}

/* responsive toggle  */


.show_logo {
    display: none;
}

.side_one {
    position: relative;
}

.side_one:after {
    width: 1px;
    height: calc(100% - 14px);
    background: #E3E3E3;
    content: '';
    top: 0;
    left: 14px;
    position: absolute;
    z-index: -1;
}

.side_line_two:before, .side_line_three:before {
    width: 12px;
    height: 1px;
    background: #E3E3E3;
    content: '';
    top: 50%;
    left: 0;
    position: absolute;
    transform: translateY(-50%);
}

.side_line_two {
    position: relative;
    padding: 0 0 0 20px;
}
.side_one_sub.side_one:after {
    left: 44px;
}
.side_line_two:last-child:after {
    width: 1px;
    height: 91%;
    background: #ffff;
    content: '';
    top: 22px;
    left: -14px;
    position: absolute;
}
li.sidebar-item.side_line_three {
    position: relative;
}

.side_line_three:before {
    left: -14px;
}





.side_line_three:last-child:after {
    width: 1px;
    height: 91%;
    background: #ffffff;
    content: '';
    top: 22px;
    left: -16px;
    position: absolute;
}
.side_line_two .sidebar-link.active, .side_line_two .sidebar-link:hover {
    background: transparent !important;
    color: #ed1c24 !important;
}

.side_line_two .sidebar-link {
    background: transparent !important;
    color: #2c3749 !important;
    padding: 5px 0px !important;
}





@media (min-width: 1199.98px) {
    .show-sidebar .new_third_menu {
    display: none !important;
}



.show-sidebar .sidebar-item.side_line_two .new_third_menu {
    visibility: hidden;
    opacity: 0;
    display: none !important;
}
.show-sidebar .sidebar-item.side_line_two:hover .new_third_menu {
    opacity: 1;
    visibility: visible;
}
  .view_1199_menu{
    display: none;
  }
  .open_1199 {
    display: none !important;
}
  .show-sidebar .side_one:after,
.show-sidebar .side_line_two:after,
.show-sidebar .side_line_two:before, 
.show-sidebar .side_line_three:before,
.show-sidebar .side_line_three:after,
.show-sidebar .side_line_two:last-child:after,
.show-sidebar .side_line_three:last-child:after{
  display:none;
}
.show-sidebar .open_1200 i:before {
    content: "\f105";
}
.show-sidebar .sidebar-nav ul .sidebar-item ul.submenu.inner_sub_menu {
    left: 101%;
}
.show-sidebar .sidebar-link .fa-angle-down {
    top: 10px;
    right: 10px;
    transform: rotate(-90deg);
}
.open_1200 {
    background: rgb(253 232 233);
    border-radius: 0;
    width: 25px;
    height: 25px;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    display: block;
    justify-content: center;
    color: #ed1c24 !important;
    border: 1px solid #ffa3a7;
    font-size: 13px;
    border-radius: 6px;
    position: absolute;
    right: -13px;
    line-height: 24px;
    top: 20px;
}
  .open_1200{
  display: block !important;
}
 .show-sidebar .left-sidebar {
        transform: translateX(0px);
        width: 110px;
        z-index: 99;
    }
   .show-sidebar .left-sidebar .scroll-sidebar {
    padding: 0 10px;
    overflow: initial;
}
.show-sidebar .sidebar-nav ul .sidebar-item .sidebar-link span {
    justify-content: center;
    width: 100%;
}
.show-sidebar .sidebar-nav ul .sidebar-item ul.submenu a.sidebar-link:hover {
    background: #f4f6f8;
}
.open_1199  i.fa-solid.fa-bars {
    display: none;
}

.show-sidebar .open_1199 i.fa-solid.fa-angle-left:before {
    content: "\f105";
}
 .show-sidebar .sidebar-nav ul .sidebar-item:hover ul.submenu {
    display: block;
}
.show-sidebar .sidebar-nav ul .sidebar-item  .submenu a.sidebar-link {
    flex-wrap: nowrap;
    text-align: left;
}
.show-sidebar .sidebar-nav ul .sidebar-item .submenu a.sidebar-link span.hide-menu {
    text-align: left;
    font-size: 12px;
}
.show-sidebar .sidebar-nav ul .sidebar-item ul.submenu a.sidebar-link.active {
    flex-wrap: nowrap;
    text-align: left;
    display: flex;
}
.show-sidebar .sidebar-nav ul .sidebar-item ul.submenu a.sidebar-link{
          gap: 10px;
}
.show-sidebar .sidebar-nav ul .sidebar-item ul.submenu span {
    width: auto;
}

.show-sidebar .sidebar-nav ul .sidebar-item ul.submenu span .hide-menu {
    text-align: left;
    display: inline-block;
}
.show-sidebar .sidebar-nav ul .sidebar-item {
    position: relative;
}
.show-sidebar .sidebar-nav ul .sidebar-item.side_line_two {
    padding: 0 10px;
}
.show-sidebar .sidebar-nav ul .sidebar-item ul.submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 99;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px #adadad33;
    padding: 5px;
    width: 170px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.show-sidebar .left-sidebar span {
    flex-wrap: wrap;
    display: block;
    text-align: center;
}

.show-sidebar .sidebar-nav ul .sidebar-item .sidebar-link {
    flex-wrap: wrap;
    gap: 4px;
}

.show-sidebar .sidebar-nav ul .sidebar-item .sidebar-link span.hide-menu {
    display: block;
    width: 100%;
    white-space: normal;
    font-size: 10px;
    line-height: 1.5;
}
.show-sidebar .sidebar-nav ul .sidebar-item:hover ul.submenu.active,
.show-sidebar .sidebar-nav ul .sidebar-item:hover ul.submenu,
.show-sidebar .sidebar-nav ul .sidebar-item ul.submenu.active .sidebar-item:hover .inner_sub_menu ,
.show-sidebar .sidebar-nav ul .sidebar-item ul.submenu .sidebar-item:hover .inner_sub_menu  {
    display: block !important;
}
.show-sidebar .sidebar-nav ul .sidebar-item ul.submenu.active,
.show-sidebar .sidebar-nav ul .sidebar-item ul.submenu,
.show-sidebar .sidebar-nav ul .sidebar-item ul.submenu.active .inner_sub_menu,
.show-sidebar .sidebar-nav ul .sidebar-item ul.submenu .inner_sub_menu {
    display: none !important;
}


   .show-sidebar .footer {
    left: 0;
   }
   .show-sidebar .body-wrapper, 
   .show-sidebar#main-wrapper[data-layout=vertical][data-header-position=fixed][data-sidebartype=mini-sidebar] .app-header {
    width: calc(100% - 110px);
    margin-left: auto !important;
    /* z-index: 9999; */
}
.show-sidebar#main-wrapper[data-layout=vertical][data-header-position=fixed] .app-header {
        width: calc(100% - 110px);
    }
.show-sidebar .logo-img img {
    width: 90px;
}
   .show_logo {
    display: none;
}

.open_1199 {
    position: relative;
}
.show-sidebar .brand-logo .hide_logo {
    display: none;
}

.show-sidebar .brand-logo .show_logo {
    display: block;
    width: 70px;
}

 }

 @media (max-width: 1199.98px) { 
.open_1199 {
    display: flex !important;
}
.open_1200{
  display: none !important;
}
.footer {
    left: 0px;
}
}
 @media (max-width: 991.98px) { 
    
.col_new {
    max-width: 33.33%;
    flex: inherit;
}
}
 @media (max-width: 767.98px) { 
.fixed_view_filter {
    position: absolute;
    top: -5px;
    right: -8px;
    background: #ed1c24;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
}
.rs_new_tab_design .tabs {
    border-radius: 10px;
}

}
 @media (max-width: 575.98px) { 
.filter_view {
    min-width: 320px;
}
.main_title {
    margin: 0;
    font-size: 15px;
}
.rs_step_nav {
    font-size: 0;
}
.rs_step_nav p {
    font-size: 12px;
    line-height: 23px;
}

.rs_acti_step_form .rs_step_nav span {
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 26px;
    font-weight: 500;
}

.rs_acti_step_form .step_rs:before {
    top: 12px;
}
.rs_step_nav.rs_active i {
    font-size: 12px;
}
.rs_acti_step_form  .rs_step_nav.rs_active i {
    font-size: 12px;
    line-height: 23px;
}
.rs_acti_step_form .rs_step_nav span {
    box-shadow: 0 0 1px 4px #ffffff;
}
.rs_step_nav.rs_active:before {
    top: 18px;
}
.rs_acti_step_form .rs_step_nav.rs_active:before {
        top: 12px;
    }
    .app-header .navbar {
    min-height: 50px;
}
#main-wrapper[data-layout=vertical][data-header-position=fixed] .body-wrapper>.container-fluid, #main-wrapper[data-layout=vertical][data-header-position=fixed] .body-wrapper>.container-lg, #main-wrapper[data-layout=vertical][data-header-position=fixed] .body-wrapper>.container-md, #main-wrapper[data-layout=vertical][data-header-position=fixed] .body-wrapper>.container-sm, #main-wrapper[data-layout=vertical][data-header-position=fixed] .body-wrapper>.container-xl, #main-wrapper[data-layout=vertical][data-header-position=fixed] .body-wrapper>.container-xxl {
    padding: 40px 10px 35px;
}

.footer p {
    font-size: 12px !important;
}
.rs_new_tab_design .tabs li {
    padding: 0 10px;
    font-size: 13px;
    margin: 4px 4px 4px 4px;
}
.select_poster_rs {
    padding-bottom: 20px;
}
.plan_box {
    width: 100%;
}

.plan_wrapper {
    flex-wrap: wrap;
}
.col_new {
    max-width: 100%;
    flex: inherit;
}

}
