/*@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
    font-family: "Montserrat", sans-serif;
}

/* scroll css */

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* height for horizontal scrollbar */
::-webkit-scrollbar {
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #C7E0FE;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #C7E0FE;
}

/* scroll css */

html,
.sidebar-enable.vertical-collpsed {
    background: #fff;
}

.simplebar-mask {
    background: #C7E0FE;
}

.sidebar_menus a {
    color: #0f172a !important;
    font-size: 14px !important;
    line-height: 20px !important;
    padding-left: 15px !important;
    padding-right: 8px !important;
    margin-bottom: 4px;
}

.sidebar_menus a i {
    color: #0f172a !important;
}

.sidebar_menus a:hover {
    background: #0265FE;
}

#sidebar-menu {
    padding: 10px 25px;
}

.sidebar_menus a:hover{
    background: #0265FE;
    color: #fff !important;
    border-radius: 10px;
}
.sidebar_menus a:hover i{
    color: #fff !important;
}

.sidebar_menus a.active {
    background: #0265FE;
    border-radius: 5px;
    color: #0f172a !important;
    font-weight: 500;
}

.sidebar_menus a.active span,
#sidebar-menu.sidebar_menus a.active i {
    /* color: #0f172a !important; */
    color: #fff !important;
}

.navbar-brand-box {
    padding: 0 25px !important;
    background: #e6f1ff !important;
    border-bottom: 1px solid #C7E0FE !important;
}

.navbar-brand-box .logo.logo-light {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.navbar-brand-box .logo.logo-light img {
    width: 50px;
}

.vertical-menu.sidebar.mm-active {
    z-index: 10;
}

.vertical-menu.sidebar {
    z-index: 100;
}

.sidebar-enable.vertical-collpsed .logo.logo-light {
    overflow: hidden;
}

.sidebar-enable.vertical-collpsed .navbar-brand-box .logo.logo-light img {
    width: 131px;
    padding-left: 6px;
}

.sidebar-enable.vertical-collpsed #sidebar-menu {
    padding: 10px !important;
}

.sidebar-enable.vertical-collpsed .navbar-brand-box {
    padding: 10px !important;
}

/* .sidebar-enable.vertical-collpsed #sidebar-menu li a {
  padding: 0 !important;
  min-height: 55px !important;
  display: flex;
  justify-content: center;
  align-items: center;
} */

.sidebar-enable.vertical-collpsed #sidebar-menu li a:hover {
    justify-content: flex-start !important;
    padding-left: 9px !important;
    background: #0265FE !important;
}

.sidebar-enable.vertical-collpsed #sidebar-menu li a:hover i {
    color: #0f172a !important;
}

.sidebar-enable.vertical-collpsed #sidebar-menu li a+.sub-menu.mm-collapse {
    background: #C7E0FE !important;
    border-radius: 5px;
    padding: 10px;
}

.sidebar-enable.vertical-collpsed #sidebar-menu li a+.sub-menu.mm-collapse a {
    justify-content: start !important;
    padding: 0 15px !important;
    width: auto;
    border-radius: 5px;
    min-height: 39px !important;
}

#sidebar-menu #side-menu .mm-active {
    color: #0f172a !important;
}

/* #sidebar-menu #side-menu .mm-active a,
#sidebar-menu #side-menu .mm-active a i {
     color: #0f172a !important;
    color: #fff !important;
} */

.main-content .page-content {
    background: #fff;
}

#page-topbar {
    box-shadow: none;
}

#page-topbar .navbar-header {
    border-bottom: 1px solid #00000017;
}

.form-label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #0f172a;
    text-transform: capitalize;
}

input.form-control, select.form-select {
    height: 40px;
    border-radius: 5px;
    padding: 0 16px;
}

.btn.btn-secondary,
.btn.btn-primary,
.btn.btn-warning,
.btn.btn-danger {
    border: 0;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
}
img.rounded-circle.header-profile-user {
    border-radius: 5px !important;
}
.btn.btn-primary {
    /* color: #0f172a; */
    color: #fff;
    background: #0265FE;
}



.btn.btn-primary:hover {
    color: #fff;
    background: #0F408C;
}

.btn.btn-secondary {
    background: #f3f3f3;
    border: 1px solid #0000002b;
    color: #475569;
}

.btn.btn-secondary:hover {
    background: #e3e3e3;
}

@media (max-width: 992px) {
    .navbar-brand-box {
        background: #fff !important;
        border-bottom: 1px solid #00000012;
    }

    .sidebar-enable #page-topbar .image_box {
        width: 280px;
        background: #C7E0FE;
    }

    .sidebar-enable #page-topbar .image_box .navbar-brand-box {
        background: #C7E0FE !important;
    }

    /* .sidebar-enable #page-topbar .image_box #vertical-menu-btn {
        background: #C7E0FE;
      } */
    .sidebar-enable .main-content .page-content {
        background: #8a8a8a4f;
    }

    .sidebar-enable .navbar-header {
        background: #d6d6d9;
    }
}

.form-control {
    background-color: transparent;
}

.header-profile-user {
    background-color: transparent;
}

/* .dataTables_wrapper {
  padding: 18px 10px;
  border: 1px solid #00000036;
  border-radius: 10px;
} */

/* div.dataTables_wrapper .row:first-child {
  flex-direction: row-reverse;
  justify-content: space-between !important;
  align-items: center;
  margin-bottom: 15px;
} */



/* div.dataTables_wrapper
  .row:first-child
  .col-sm-12.col-md-6:nth-child(2)
  #DataTables_Table_0_filter {
  text-align: start !important;
  position: relative;
  padding-left: 7px;
} */

/* div.dataTables_wrapper
  .row:first-child
  .col-sm-12.col-md-6:nth-child(2)
  #DataTables_Table_0_filter
  input {
  height: 44px;
  padding-left: 40px;
  position: relative;
}

div.dataTables_wrapper
  .row:first-child
  .col-sm-12.col-md-6:nth-child(2)
  #DataTables_Table_0_filter
  label::before {
  position: absolute;
  left: 30px;
  top: 6px;
  font-family: "Font Awesome 5 Free";
  content: "\f002";
  display: inline-block;
  padding-right: 3px;
  font-weight: 900;
  font-size: 22px;
  color: #0265FE;
  z-index: 1;
}

div.dataTables_wrapper
  .row:first-child
  .col-sm-12.col-md-6:nth-child(2)
  #DataTables_Table_0_filter
  label {
  font-size: 0;
} */

/* table.table-bordered.dataTable {
  border-right-width: 0;
  border: 0 !important;
  border-color: transparent !important;
}

table.table-bordered.dataTable tr {
  border-bottom: 1px solid #0000002e;
} */

/* table.table-bordered.dataTable tr th,
table.table-bordered.dataTable tr td {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 26px;
}

table.table-bordered.dataTable tr th {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #0f172a;
}

table.table-bordered.dataTable tr td {
  font-size: 12px;
  color: #475569;
} */

/* ************************************************************************************ */
/* tabs table starts here */
.tab_tables {
    padding: 16px;
    border: 1px solid #00000026;
    border-radius: 5px;
    margin-bottom: 40px;
}

.tab_tables .nav.nav-pills li a {
    min-width: 88px;
    padding: 0 10px;
    padding-bottom: 0px;
    padding-bottom: 6px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #475569 !important;
    display: inline-block;
    border-bottom: 2px solid transparent;
}

.tab_tables .nav.nav-pills {
    margin-bottom: 20px;
    border-bottom: 1px solid #00000021;
}

.tab_tables .nav.nav-pills li.active a {
    color: #0f172a !important;
    border-bottom: 5px solid #0265FE;
}

.tab_tables .dataTables_wrapper {
    padding: 0 !important;
    border: 0px !important;
}

.setting .dropdown-menu {
    padding: 0;
    border-radius: 5px;
    border: 1px solid #0000001c;
}

.setting .dropdown-menu .dropdown-item {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #00000030;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #475569;
    padding-left: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.setting .dropdown-menu .dropdown-item:last-child {
    border-bottom: 0;
}

/* ************************************************************************************ */
.up_arrow.setting .dropdown-menu {
    padding: 10px !important;
}

.up_arrow.setting .confirm_btn {
    padding: 0 !important;
    height: 40px;
    padding-left: 13px !important;
}

.up_arrow.settin .dropdown-menu {
    top: 43px !important;
    left: -23px !important;
    width: 130px !important;
}

.up_arrow.setting .confirm_btn.btn-sucess {
    background: #4eb33c;
    border-radius: 6px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.up_arrow.setting .confirm_btn.btn-danger {
    background: #db3743;
    border-radius: 6px;
    color: #fff !important;
    font-weight: 700;
}

.badge {
    font-weight: 700;
    line-height: 20px;
    font-size: 11px;
    padding: 3px 11px;
    border-radius: 5px;
}
.verifaction__box .col-md-12 {
    width: 31%;
        padding-bottom: 20px;
}

.badge.bg-success {
    color: #fff;
    background: #4eb33c !important;
}

.badge.Godkänd {
    color: #4eb33c;
    background-color: #4eb33c2b;
}

.badge.table {
    color: #a35b00;
    background: #ffd5a1c2;
    display: block !important;
    width: 60px;
}

.badge.Klar {
    color: #4eb33c;
    background-color: #4eb33c2b;
}

.badge.Nekad {
    color: #db3743;
    background: #db374330;
}

.badge.Utgånget {
    color: #ffffff;
    background: hwb(357 7% 63% / 0.925);
}

.badge.Flaggade {
    color: #313030;
    background: #d6e40fec;
}

.card_box {
    padding: 18px;
    border: 1px solid #00000021;
    border-radius: 12px;
}

.card_box .iamge_box {
    display: flex;
    height: 32px;
    width: 32px;
    background: #0265FE1a;
    border-radius: 5px;
    margin-bottom: 7px;
    justify-content: center;
    align-items: center;
}

.card_box .iamge_box img {
    height: 24px;
    width: 24px;
}

.card_box .heading {
    font-size: 28px;
    font-weight: 600;
    color: #475569;
    border-bottom: 0;
}

.card_box .heading .count {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.card_box .heading .count.up {
    color: #4eb33c;
}

.card_box .heading .icon_box {
    height: 16px;
    width: 16px;
    border-radius: 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center !important;
}

.card_box .heading .icon_box .up {
    background-color: #4eb33c1a;
}

.inside_para {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #475569;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.card_box .heading .icon_box.up {
    background: #4eb33c1a;
}

.card_box .heading .icon_box img {
    height: 11px;
    width: 13px;
}

.titile_box {
    margin-bottom: 20px;
}

.card_box .heading .down.count {
    color: #f05154;
}

.card_box .heading .icon_box.down {
    background: #fcdcdc;
}

.tables_box .main_table {
    /* padding: 18px; */
    border: 1px solid #00000021;
    border-radius: 12px;
    height: 100%;
}

.tables_box .main_table .link {
    font-weight: 700;
    font-size: 14px;
    color: #0f172a;
    text-transform: capitalize;
}

.tables_box .main_table .form-select {
    color: #0f172a;
    font-size: 14px;
    line-height: 20px;
    background-color: transparent;
}

.main_table .upper_box .row {
    padding: 18px 8px 0px 8px !important;
}

.main_table .table tr th:first-child,
.main_table .table tr td:first-child {
    padding-left: 18px;
}

.main_table .table tr th:last-child,
.main_table .table td th:last-child {
    padding-right: 18px;
}

.main_table .table tr th {
    font-size: 14px;
    line-height: 20px;
    color: #0f172a;
    font-weight: 400;
}

.main_table .table tr td {
    font-size: 12px;
    line-height: 20px;
    color: #475569;
}

.main_table .table tr td.up_arrow {
    color: #5fd0a5;
}

.main_table .table tr td.down_arrow {
    color: #f05154;
}

.sidebar-enable .table tr th,
.sidebar-enable .table tr td {
    background: transparent;
    pointer-events: none;
}

.data_tabel .main_table .upper_box .row {
    padding: 18px 20px 21px 20px !important;
}

.tables_box .main_table .link:hover {
    text-decoration: underline !important;
}

.name_cat {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
}

.name_cat .imag_box img {
    height: 34px;
    width: 34px;
    object-fit: cover;
    border-radius: 5px;
}

td.name_cat .form-check-label {
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    color: #0f172a;
    text-overflow: ellipsis;
    width: 143px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

td.name_cat .form-check-label:hover {
    text-decoration: underline;
    font-weight: 800;
}

.badge.Väntar {
    color: #f49e31;
    background: #fff4e6;
}

.setting .dropdown-toggle {
    width: 32px;
    height: 32px;
    background: #fff;
    border: 1px solid #0000002e;
    padding: 0;
}

.tables_box .data_tabel .main_table .form-select {
    background-color: #fff;
}

.main_table .table tr td.setting .dropdown-menu {
    inset: unset !important;
    top: unset;
    right: unset;
    right: 0 !important;
    top: 44px !important;
}

.drop_btn_bo {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #817363;
}

.page_heading_box {
    padding-bottom: 20px;
}

.page_heading_box .page_heading {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #0f172a;
}

.page_heading_box .heading_btns .filter_btn {
    border: 1px solid #00000030;
    background: transparent;
    height: 32px;
    padding: 5px 12px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #475569;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.page_heading_box .heading_btns {
    gap: 12px;
}

/* detail page  */
.formContianer {
    border: 1px solid rgb(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0px 8px 29.8px 0px rgb(14, 26, 44, 0.06);
}

.formContianer {
    border: 1px solid rgb(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0px 8px 29.8px 0px rgb(14, 26, 44, 0.06);
    width: 780px;
    margin: auto;
    margin-bottom: 60px;
}

.information_box {
    margin-top: 20px;
}

.heart {
    height: 43px;
    width: 43px;
    background: #fff;
    border: 1px solid #00000029;
    border-radius: 100px;

    text-decoration: none;
    color: #0000005c;
    font-size: 24px;
}

.head_box .main_head {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 0;
    color: #0f172a;
}

.head_box .main_para {
    color: #475569;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.price.text-end.m-0 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #475569;
}

.loc_box {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #0f172a;
}

.final-price {
    font-size: 18px;
    line-height: 20px;
    font-weight: 800;
    color: #0f172a;
}

.head_box {
    padding-bottom: 18px;
    border-bottom: 1px solid #00000029;
    margin-bottom: 22px;
}

.detail_box .detail_head {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 12px;
}

.detials .alder h4 {
    color: #475569;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 7px;
}

.detials .alder p {
    font-size: 14px;
    line-height: 20px;
    color: #0f172a;
    font-weight: 600;
}

.alder {
    min-width: 105px;
}

.detail_head.sec {
    margin-top: 29px;
}

.dis {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #0f172a;
}

.submit-btn-container-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-check {
    text-wrap: nowrap;
}

.form-check-label {
    color: #0f172a;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 3px !important;
    font-weight: 400;
}

.form-check-label span {
    color: #475569;
    font-weight: 400;
}

.submit-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    width: 100%;
}

.btn-Spara {
    border: 1px solid rgb(192, 192, 192);
    border-radius: 12px;
    font-weight: 500;
    padding: 15px 60px;
    height: 54px;
}

.btn-FÃ¶rhandsgranskning {
    border-radius: 12px;
    border: none;
    padding: 15px 20px;
    height: 54px;
    font-weight: 500;
    background-color: rgb(216, 168, 77);
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-FÃ¶rhandsgranskning:hover {
    color: #fff !important;
}

.submit-btn-container {
    padding-top: 23px;
    border-top: 1px solid #00000017;
}

.submit-btn-container-body input {
    margin-top: 8px;
}

@media (max-width: 700px) {
    .formContianer {
        padding: 25px 16px !important;
    }

    .submit-btn-container-body {
        flex-direction: column;
        align-items: start;
    }

    .head_box .main_head {
        font-size: 18px;
        font-weight: 600;
        line-height: 25px;
    }

    .head_box .main_para {
        color: #475569;
        font-size: 12px;
    }

    .heart {
        height: 30px;
        width: 30px;
        font-size: 15px;
    }

    .loc_box {
        font-size: 12px;
    }

    .col-lg-8.right_box {
        padding: 0;
    }

    .detail_box .detail_head {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 6px;
    }

    .detials .alder h4,
    .detials .alder p {
        font-size: 12px;
    }

    .detials .alder h4 {
        margin-bottom: 3px;
    }

    .alder {
        min-width: 85px;
    }

    .detail_head.sec {
        margin-top: 19px;
    }

    .dis {
        font-size: 14px;

        line-height: 23px;
    }

    .submit-btn button {
        width: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .submit-btn {
        gap: 10px;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .right_side_box .inside_box {
        width: 100%;
    }
}

.img_horsi img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.img_horsis img {
    width: 100%;
    height: 100%;
    border-radius: 47px;
    object-fit: cover;
}

.image_grid_box .sale_badge {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 2px 8px;
    position: absolute;
    top: 12px;
    left: 12px;
}

.image_grid_box {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.image_flex {
    flex-direction: column;
    gap: 10px;
}

.gallery_count {
    min-height: 44px;
    min-width: 67px;
    padding: 10px 14px;
    background: #00000087;
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom-right-radius: 12px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    gap: 3px;
}

@media (min-width: 993px) {
    .first_box {
        width: 66.6666%;
    }

    .image_flex {
        width: 33.333%;
    }
}

.inside_box {
    width: 221px;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #00000026;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

@media (max-width: 992px) {
    .image_grid_box {
        flex-direction: column;
    }

    .image_flex {
        flex-direction: row;
    }

    .inside_box {
        width: 234px;
    }
}

.heading h2 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #0f172a;
}

.heading {
    padding-bottom: 0;
    border-bottom: 1px solid #00000021;
}

.name_box {
    padding-top: 11px;
    padding-bottom: 15px;
}

.name_box .alpha {
    height: 49px;
    width: 49px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0f172a;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    background: #C7E0FE;
}

.name_box {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 10px;
    align-items: center;
}

.name_box .name .person_name {
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 0;
    color: #0f172a;
}

.name_box .name .log {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #475569;
}

.name_box .name .log i {
    font-size: 8px;
    color: #4eb33c;
}

.name_box .name .logout i {
    font-size: 8px;
    color: #e71010;
}

.place_box .place .map {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #475569;
}

.place_box .place .location {
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 0;
}

.place_box {
    border-bottom: 1px solid #00000026;
    padding-bottom: 11px;
}

.verified_box {
    padding: 12px 0;
}

.verified_box h4 {
    color: #475569;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 6px;
}

.verified_box p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    color: #0f172a;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    margin-bottom: 5px;
}

.com_btn .hover_img {
    display: none;
}

.com_btn:hover .hover_img {
    display: block !important;
}

.com_btn:hover .No-hover_img {
    display: none;
}

.Common-see_btn {
    color: #475569 !important;
    border-color: #00000021;
    gap: 7px;
}

.Common-see_btn:hover {
    background: #f2f2f2 !important;
    border-color: #00000021 !important;
}

.btns_box {
    gap: 15px;
    display: flex;
    flex-direction: column;
}

.report {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    text-decoration: navajowhite;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #db3743;
}

@media (max-width: 1200px) and (min-width: 992px) {
    .place_box {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 15px;
    }

    .com_btn {
        font-size: 12px !important;
    }
}

.com_btn {
    background: #0265FE;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    height: 54px;
    border-radius: 12px;
    color: #0f172a;
}

.Common-see_btn {
    background: transparent;
    border: 1px solid #0f172a29;
    padding: 15px 20px;
    border-radius: 12px;
    color: #0f172a;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.right_side_box {
    flex-direction: column;
    align-items: center !important;
}

.button_hover:hover {
    background: #0265FE !important;
    color: #fff !important;
}

.Common-see_btn:hover {
    background: #f2f2f2 !important;
    border-color: #00000021 !important;
}

a {
     color: #484848;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.header_back {
    margin-bottom: 10px;
}

.header_back .back {
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    line-height: 30px;
    text-transform: capitalize !important;
}

.submit-btn .btn {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    border-radius: 4px;
}

.submit-btn .btn-confirm {
    color: #fff;
    background: #4eb33c;
}

.submit-btn .btn-cancel {
    background: #db3743;
    color: #fff;
}

.submit-btn p {
    font-size: 14px;
    line-height: 20px;
    color: #475569;
    font-weight: 700;
}

@media (max-width: 830px) {
    .formContianer {
        width: 100%;
    }
}

@media (max-width: 700px) {
    .formContianer {
        padding: 25px 16px !important;
    }

    .formContianer .row {
        margin: 0 !important;
        padding: 0 !important;
    }
}

.inside_box .person_detail .image_box img {
    width: 48px;
    height: 48px;
    border-radius: 100px;
}

/* detail page ends here */

/* modal starts here */

/* modal style starts here */
.com_modal.advance_filter .modal-dialog {
    width: 310px;
    margin: 0 auto;
}

.com_modal .modal-header h1 {
    font-size: 20px !important;
    font-weight: 600;
    line-height: 28px;
}

.com_modal .modal-header {
    padding: 15px;
    padding-top: 15px;
    padding-top: 18px;
}

.com_modal .modal-footer {
    padding: 17px 15px;
}

.com_modal .modal-footer .com_btn {
    margin: 0;
    height: 52px;
}

.com_modal .modal-footer {
    border-top: 0;
}

.com_modal .check_box .form-check label {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.com_modal .check_box .form-check label {
    border-bottom: 1px solid #0000001f;
}

.com_modal .check_box .form-check:last-child label {
    border-bottom: 0;
}

.com_modal .check_box .form-check .check_box_input {
    position: absolute;
    top: 12px !important;
    margin: 0;
    left: 12px;
}

.com_modal .cev_btn {
    display: none;
}

@media (max-width: 700px) {
    .com_modal .cev_btn {
        display: block;
    }

    .com_modal .modal-dialog {
        bottom: 0 !important;
        position: fixed;
        height: 100%;
        left: 0;
        right: 0;
        align-items: flex-end;
        width: 100% !important;
        margin: 0 !important;
        max-width: 100% !important;
    }

    .com_modal .modal-dialog .modal-content {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        padding: 0 15px;
    }

    .com_modal .modal-header {
        padding: 30px 0;
    }

    .cev_btn {
        position: absolute;
        top: 1px;
        border: 0;
        background: none;
        font-size: 14px;
    }

    .com_modal .modal-header .btn-close {
        margin: 0;
        position: absolute;
        top: 13px;
        background-image: unset !important;
        width: 65px;
        height: 6px;
        padding: 0;
        background-color: #a8a9ac;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .com_modal .modal-header h1 {
        font-size: 16px !important;
        font-weight: 700;
        line-height: 20px;
        text-align: center;
        width: 100%;
    }

    .com_modal .check_box .item_chek {
        font-size: 14px !important;
    }

    .com_modal .check_box .form-check .check_box_input {
        position: absolute;
        top: 11px !important;
    }

    .boost_badge {
        font-size: 12px;
    }
}

/* modal style ends here */

/* save search modal starts here */
.saveSearch .modal-dialog {
    width: 385px;
}

.saveSearch .modal-dialog .modal-header {
    flex-direction: column;
    padding: 25px;
    border-bottom: 0;
    padding-bottom: 0;
}

.saveSearch .modal-dialog .modal-header h1 {
    font-size: 28px !important;
    font-weight: 600;
    line-height: 40px;
    color: #0f172a;
}

.saveSearch .modal-dialog .modal-header .para {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #475569;
}

.saveSearch .modal-dialog .modal-body {
    padding: 17px 25px;
    padding-bottom: 9px;
}

.saveSearch .label {
    font-size: 14px !important;
    line-height: 20px;
    font-weight: 700;
    color: #0f172a;
}

.saveSearch .count_limit {
    font-size: 14px;
    line-height: 20px;
    color: #475569;
}

.saveSearch .modal-footer.two_btn {
    border-top: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding-top: 0;
}

.saveSearch .btn.cancel_btn {
    background-color: #f3f3f3;
    height: 54px;
    border-radius: 12px;
    border: 1px solid #00000024;
    font-size: 14px;
    font-weight: 700;
    color: #475569;
}

.saveSearch .btn.cancel_btn:hover {
    background: #e1e1e1 !important;
    color: inherit !important;
}

@media (max-width: 600px) {
    .saveSearch .modal-dialog {
        width: 96% !important;
        margin: 0 auto;
    }

    .input_box textarea {
        height: 112px !important;
    }

    .saveSearch .modal-header {
        padding: 12px !important;
        padding-bottom: 0 !important;
    }

    .saveSearch .modal-dialog .modal-header h1 {
        font-size: 18px !important;
        line-height: 30px;
    }

    .saveSearch .modal-dialog .modal-header .para {
        font-size: 12px;
    }

    .saveSearch .modal-dialog .modal-body {
        padding: 15px !important;
    }

    .saveSearch .label {
        font-size: 12px !important;
    }
}

.delete_modal .modal-footer {
    padding-top: 0;
    border: 0;
}

.delete_modal .modal-footer .btn.cancel_btn {
    width: 162px;
}

.delete_modal .mid_heading {
    font-size: 14px;
    color: #0f172a;
    font-weight: 700;
    margin-bottom: 3px;
}

.delete_modal .para {
    font-size: 14px;
    line-height: 20px;
    color: #475569;
}

.delete_modal .modal-dialog {
    width: 346px;
}

/* modal ends here */
.badge.UtgÃ¥nget {
    color: #7d7d83;
    background: #7d7d8321;
}

.page_heading_box .form-select {
    width: 120px;
}

.page_heading_box .up_arrow.setting .dropdown-menu {
    width: 190px;
}

.up_arrow.setting .confirm_btn.btn-yellow {
    background: #eebd60;
    margin-bottom: 9px;
    border-radius: 5px;
    color: #fff;
}

.input_box textarea {
    height: 153px !important;
    border-radius: 12px !important;
    padding: 8px 16px !important;
}

.text_arae_modal .modal-dialog {
    width: 100%;
}

.text_arae_modal .modal-footer.two_btn {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.text_arae_modal .modal-footer .btn {
    width: 100%;
}

@media (min-width: 375px) {
    .text_arae_modal .modal-footer .btn {
        width: 136px !important;
    }
}

@media (min-width: 500px) {
    .text_arae_modal .modal-dialog {
        width: 480px;
    }
}

.tab_tables table thead .form-check-input {
    margin-top: 10px;
}

.tab_tables table thead th {
    font-size: 14px;
    line-height: 20px;
    color: #0f172a;
    font-weight: 400;
}

.tab_tables table tbody .underLine_td {
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    color: #0f172a;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .page_heading_box .header_box {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 5px;
    }
}

.main_table .dark {
    color: #475569;
    font-weight: 700;
}

.main_table .upper_box .perosn_member .row {
    padding: 0 6px !important;
    border-bottom: 1px solid #00000026;
    padding-bottom: 11px !important;
}

.perosn_member .person_detail .row {
    padding: 0 !important;
}

.detail_member_in .line_one p {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #0f172a;
    margin-bottom: 5px !important;
}

.detail_member_in .line_one:last-child p {
    margin-bottom: 0;
}

.detail_member_in .line_one strong {
    font-size: 12px;
    font-weight: 700;
    color: #0f172a;
    line-height: 20px;
}

.verifaction__box .row.m-0.p-0 {
    padding: 0 !important;
    border-bottom: 0;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.email_box .email_text {
    font-size: 12px;
    line-height: 15px;
    color: #0f172a;
    font-weight: 600;
}

.email_box .email_head {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #0f172a;
    gap: 3px;
        word-break: break-all;
}

.email_box .email_head img {
    height: 16px;
    width: 16px;
}

.bio_box .bio_head {
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #0f172a;
    margin-bottom: 4px !important;
}

.bio_box .bio_text {
    color: #0f172a;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.member_table_main .main_table {
    height: 100%;
}

.perosn_member .row.p-0.m-0 {
    border-bottom: 0 !important;
}

@media (max-width: 992px) {
    .verifaction__box .email_box {
        padding-bottom: 9px;
    }
}

.Redigera_btn {
    background: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.badge.SÃ¥ld {
    color: #493aff;
    background-color: #493aff36;
}

.tab_tables .nav.nav-pills {
    min-width: 1000px;
    width: 100%;
}

/* my profile starts here */
.my_profile_priview {
    padding: 30px 40px;
    border: 1px solid #00000026;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 12px;
    position: relative;
    margin: 0px 18px;
    width: 780px;
}

.heading {
    font-size: 28px;
    line-height: 40px;
    color: #0f172a;
    font-weight: 600;
}

.heading_box {
    padding-bottom: 3px;
    border-bottom: 1px solid #0000002b;
    margin-bottom: 17px;
}

.imag_circle {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100px;
    background: #C7E0FE;
    border-radius: 100%;
    margin-bottom: 27px;
    cursor: pointer;
}

.cam_box {
    position: absolute;
    height: 32px;
    width: 32px;
    background: #0265FE;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 2px solid #fff;
    bottom: -1px;
    right: -1px;
}

.imag_circle:hover {
    background: #fdeed2;
}

.input_box .form-label {
    font-weight: 700;
    line-height: 25px;
    font-size: 14px;
    display: block;
}

.input_box {
    margin-bottom: 11px !important;
}

.form_box .form-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 25px;
}

.form-label .change {
    position: absolute;
    bottom: 26px;
    right: 12px;
}

.form-control:disabled {
    background-color: #9797971f;
    opacity: 1;
}

.med_head {
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
    color: #0f172a;
    padding-bottom: 8px;
    border-bottom: 1px solid #00000021;
    margin-bottom: 25px;
}

.google {
    height: 52px;
    width: 340px;
    border: 1px solid #00000021;
    border-radius: 12px;
    background: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.google img {
    position: absolute;
    left: 15px;
    top: 12px;
}

.google:hover {
    background: #f2f2f2;
}

.med_box {
    margin-bottom: 30px;
}

.member_head p {
    color: #0f172a;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.ME_badge {
    color: #0265FE;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 12px;
    background: #0265FE1a;
    border-radius: 24px;
}

.data_mem {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0;
}

.toggel_box {
    padding: 0px 15px;
    border: 1px solid #00000024;
    border-radius: 12px;
    height: 52px;
    margin-bottom: 12px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #393939;
}

.form-switch input {
    width: 43px !important;
    height: 24px;
}

.accordion-item {
    border: 0 !important;
}

.accordian_box .accordion-button {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    justify-content: flex-start !important;
    padding: 15px 0;
    padding-top: 15px;
    padding-top: 17px;
    color: #0f172a !important;
    line-height: 30px;
    font-size: 28px;
    font-weight: 600;
    border-bottom: 1px solid #0003 !important;
}

/*
.accordian_box .accordion-button::after {
  left: 30% !important;
  margin: 0;
  position: absolute;
  color: #0F172A !important;
} */

.accordian_box .accordion-button::after {
    right: 0 !important;
    margin: 0;
    position: absolute;
    color: #0f172a !important;
    background-image: none !important;
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-size: 15px;
}

.accordion-body {
    padding: 25px 0;
    position: relative;
}

.close_account {
    background: #f3f3f3;
    height: 36px;
    padding: 7px 10px;
    border: 1px solid #00000012;
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
    color: #db3743;
    font-weight: 700;
    margin-bottom: 9px;
    cursor: pointer;
}

.account_para {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
}

.close_account:hover {
    background: #dadada !important;
}

.com_btn {
    width: 196px;
}

.btn_box {
    padding-top: 19px;
}

.collapse .accordion-body::after {
    content: "";
    position: absolute;
    height: 1px;
    background: #00000029;
    left: -40px;
    bottom: 3px;
    right: -40px;
}

.member_head {
    flex-wrap: wrap;
}

/* modal designing starts here */

.saveSearch .input_box {
    margin-bottom: 0 !important;
}

.saveSearch .modal-footer.two_btn {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 22px;
}

.saveSearch .modal-footer.two_btn .com_btn {
    width: 100%;
}

.saveSearch .form-group {
    margin-bottom: 8px;
}

.change_password .modal-header .para {
    text-align: center;
    width: 98%;
}

@media (max-width: 992px) {
    .my_profile_priview {
        margin: 0;
        padding: 25px 16px;
    }
}

@media (max-width: 700px) {
    .accordian_box .accordion-button {
        font-size: 12px;
    }

    .accordian_box .accordion-button::after {
        left: 235px;
    }

    .heading,
    .med_head {
        font-size: 18px;
        line-height: 25px;
    }

    .form_box .form-group {
        grid-template-columns: 1fr;
    }

    .member_head p {
        font-size: 16px;
        line-height: 28px;
    }

    .data_mem {
        font-size: 12px;
    }

    .accordion-body {
        padding: 21px 0;
        padding-bottom: 6px;
    }

    .collapse .accordion-body::after {
        left: 0;
        right: 0;
    }

    .account_para {
        font-size: 12px;
    }
}

@media (max-width: 500px) {
    .google {
        height: 52px;
        width: 100%;
    }
}

.eye {
    position: absolute;
    top: 0;
    right: 0;
    height: 52px;
    border: 0;
    width: 40px;
    color: #8a8a8a;
    background: transparent;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
    background-color: #0265FE !important;
    border-color: #0265FE;
}

.my_profile_priview .heading {
    border-bottom: 0 !important;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
    box-shadow: none;
}

.med_box.member .member_head img {
    height: 32px;
    width: 32px;
}

.inner_profile_main {
    margin-bottom: 90px;
}

.saveSearch .name_heading {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 5px !important;
}

.close_account_user textarea {
    height: 87px;
}

.form-group .side_img {
    position: absolute;
    left: 14px;
    top: 16px;
}

.form-group .input {
    height: 54px;
    padding: 20px;
    padding-left: 20px;
    padding-left: 20px;
}

.form-group .label {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #0f172a;
    margin-bottom: 5px;
}

.pad_left input {
    padding-left: 45px !important;
}

.filterInputs {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}

.form-group.minus {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.form-group.minus .label {
    margin-top: 18px;
}

.input_box .kr {
    position: absolute;
    bottom: 1px;
    height: 53px;
    width: 26px;
    right: 1px;
    background: transparent;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border: 0;
    border-left: 1px solid #00000014;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #475569;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-group {
    margin-bottom: 0;
}

.advance_filter {
    /* margin-left: 11px; */
    margin-top: 19px;
}

.inside_form {
    display: flex;
    align-items: center;
    gap: 9px;
}

.input_box .form-select {
    padding-right: 42px !important;
    line-height: 12px;
    font-size: 14px;
    color: #475569 !important;
}

.form-group .input,
.form-group select {
    height: 52px;
    padding: 20px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    border: 1px solid #0000002b;
    padding-top: 0;
    padding-bottom: 0 !important;
}

.form-input_box .side_img {
    position: absolute;
    left: 14px;
    top: 16px;
}

.input_box .pad_left {
    padding-left: 45px !important;
}

.btn_abort {
    width: 132px;
    height: 33px;
    background-color: #fff;
    border: 1px solid #db3743;
    color: #db3743;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
}

.btn_abort:hover {
    background-color: #f0f0f0;
}

.boost_detail .detail_member_in .item_detail .line_one p {
    margin-bottom: 7px !important;
}

.boost_detail .bost_Detail_btn {
    width: 200px !important;
}

.bost_detail_name .form-check-label {
    font-size: 12px;
    line-height: 20px;
    color: #0f172a;
    font-weight: 600;
}

.bost_detail_name .place .map {
    font-size: 10px;
    line-height: 15px;
}

.bost_detail_name .place .location {
    font-size: 14px;
    font-weight: 700;
}

.boost_detail .perosn_member .person_detail .row {
    padding: 0 !important;
}

.bost_detail_name {
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #0000001c;
}

.bost_detail_name {
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #0000001c;
    margin-bottom: 20px;
}

.bagde_Boost {
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #0265FE;
    background: #fff;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 16px;
    left: 20px;
    padding: 1px 6px;
    border-radius: 102px;
}

.bagde_Boost img {
    height: 16px;
    width: 16px;
}

.fliter_box_list {
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 30px;
}

.fliter_box_list .filter_main {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #475569;
}

.fliter_box_list .filter_item {
    font-size: 14px;
    line-height: 20px;
    color: #475569;
    font-weight: 400;
    gap: 12px;
    padding: 5px 10px;
    border: 1px solid #00000030;
    border-radius: 100px;
}

.fliter_box_list .filter_item a {
    color: #475569;
}

.abot_link {
    color: #db3743;
    text-decoration: underline !important;
}

.abot_link:hover {
    color: #9f242d;
}

.approving_modal .approval_modal_body .name_cat .form-check-label {
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    color: #0f172a;
}

.approving_modal .approval_modal_body .table_box_modal {
    margin-top: 12px;
}

.approving_modal .approval_modal_body .table_box_modal th {
    padding: 0;
    padding-left: 0px;
    font-weight: 700;
    color: #0f172a;
    font-size: 12px;
    line-height: 20px;
}

.approving_modal .approval_modal_body .table_box_modal td {
    padding: 5px;
    padding-left: 0 !important;
    color: #0f172a;
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    padding-bottom: 11px !important;
}

@media (min-width: 700px) {
    .approving_modal .modal-dialog {
        max-width: 350px !important;
    }

    .rejection_modal .modal-dialog {
        max-width: 386px;
    }
}

.approving_modal .confrim_btn {
    background: #4eb33c;
    color: #fff;
}

.approving_modal .confrim_btn:hover {
    background: #316c26 !important;
}

.rejection_modal .modal-dialog textarea {
    height: 87px !important;
}

.rejection_modal .modal-dialog .rejection_btn {
    background: #db3743;
    color: #fff;
}

.btn_table_head .filter_btn {
    border: 1px solid #00000030;
    background: transparent;
    height: 32px;
    padding: 5px 12px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #475569;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.export_btn {
    border: 1px solid #00000030;
    background: transparent;
    height: 32px;
    padding: 5px 12px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #475569;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.export_head_tabel_box .head_box_table_export .btn_table_head {
    position: absolute;
    top: -10px;
    right: 0px;
}

.export_head_tabel_box .head_box_table_export {
    padding-right: 120px;
    border-bottom: 1px solid #00000021;
    margin-bottom: 20px;
}

.export_head_tabel_box .head_box_table_export .nav.nav-pills.w-100 {
    margin: 0;
    border: 0;
}

/* catmodal starts here */

.d-grid_cat {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.d-grid_cat {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    /* border: 1px solid #E5E5E5;
  border-radius: 12px; */
}

.cat_box {
    padding: 35px;
    text-align: center;
}

.txet_cat {
    font-size: 28px;
    line-height: 35px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 5px !important;
}

.cat_box img {
    margin-bottom: 23px;
}

.cat_box {
    border: 1px solid #e5e5e5;
    cursor: pointer;
    border-right-color: transparent;
}

.cat_box:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.cat_box:last-child {
    border-right: 1px solid #e5e5e5;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.cat_box:hover {
    border-color: #0265FE;
    border-right-color: #0265FE;
}

@media (max-width: 767px) {
    .d-grid_cat {
        grid-template-columns: 1fr 1fr !important;
    }

    .cat_box:first-child {
        border-top-left-radius: 12px;
        border-bottom-left-radius: 0px;
    }

    .cat_box:nth-child(2) {
        border-top-right-radius: 12px;
        border-bottom-right-radius: 0px;
        border-right: 1px solid #e5e5e5;
    }

    .cat_box:nth-child(2):hover {
        border-right: 1px solid #0265FE;
    }

    .cat_box:nth-child(3) {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 12px;
    }

    .cat_box:last-child {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 12px;
    }
}

@media (min-width: 1300px) {
    .select_cat_modal .modal-dialog {
        max-width: 1280px;
        width: 100% !important;
    }
}

@media (max-width: 1300px) {
    .select_cat_modal .modal-dialog {
        max-width: 90%;
        width: 100% !important;
    }
}

@media (max-width: 900px) {
    .select_cat_modal .modal-dialog {
        max-width: 98%;
        width: 100% !important;
    }
}

.delete_sub_catModal .form-select {
    padding-left: 16px !important;
}

.done_arrow.form-select {
    background: #fff;
    min-width: 125px;
    padding-right: 12px;
}

.inner_repot-head {
    font-size: 14px;
    line-height: 20px;
    color: #0f172a;
    font-weight: 700;
    margin-bottom: 7px !important;
}

.repoterNameBlock .name_box {
    padding-top: 0;
}

.reportDetail_modal .name_main.name_cat .form-check-label {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.reportDetail_modal .name_main.name_cat .form-check-label span {
    text-decoration: underline;
    font-weight: 700;
    color: #0f172a;
    text-overflow: ellipsis;
    width: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.reportDetail_modal .cancel_btn {
    min-width: 167px;
}

.document_main_heading {
    color: #0f172a;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 14px;
}

.document_boxes {
    max-width: 344px;
    border: 1px solid #00000029;
    border-radius: 5px;
    padding: 17px 12px;
    display: flex;
    justify-content: flex-start;
    align-items: start;
    gap: 15px;
    width: 100%;
    position: relative;
}

.document_boxes .icon_box img {
    width: 36px;
    height: 36px;
    border-radius: 4px;
}

.document_boxes .text_box_document h4 {
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #0f172a;
    text-decoration: underline;
}

.document_boxes .text_box_document p {
    margin-bottom: 0;
    color: #475569;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.list_document_box {
    display: flex;
    justify-content: flex-start;
    gap: 25px;
    flex-wrap: wrap;
}

.doucment_item {
    margin-bottom: 40px;
}

.doucment_item:last-child {
    margin-bottom: 0px;
}

.document_boxes .document_setting_btn {
    position: absolute;
    top: 0px;
    padding: 5px;
    right: 8px;
}

.document_box {
    padding-bottom: 50px;
}

/* .document_add_modal .modal-dialog.modal-dialog-centered {
  width: 98%;
  max-width: 780px;
} */

.document_add_modal .form-group {
    margin-bottom: 18px;
}

.document_add_modal .form-group .label {
    font-size: 16px !important;
    font-weight: 400;
}

.document_add_modal .form-group .inside_add {
    width: 100%;
    height: 124px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px dashed #00000040;
    border-radius: 12px;
    margin-top: 4px;
}

.document_add_modal .form-group .inside_add .document_add_label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #475569;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.document_add_modal .form-group .inside_add .document_add_label i {
    font-size: 25px;
}

.document_add_modal .modal-footer.two_btn .btn {
    width: 100%;
    max-width: 173px;
}

.admin_Setting_main_prof .btn_box {
    border-top: 1px solid #0000001c;
    padding-top: 30px;
}

.supper_admin_profile {
    padding-top: 24px;
}

.right_box {
    gap: 14px;
}

.drop_btn_bo {
    width: 44px;
    height: 44px;
    border-radius: 5px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #0000002b;
    font-size: 20px;
    font-weight: 600;
}

.btn.drop_btn_bo:hover {
    background: #C7E0FE;
    color: #000 !important;
    border: 1px solid #0000002b;
}

\ .black_ms {
    display: block;
}

.white_ms {
    display: none;
}

.btn.drop_btn_bo:hover .black_ms {
    display: block;
}

/* .btn.drop_btn_bo:hover .white_ms {
  display: block;
} */
.black_ms {
    display: block;
}

.white_ms {
    display: none !important;
}

.btn.drop_btn_bo:hover .black_ms {
    display: block;
}

.btn.drop_btn_bo:hover .white_ms {
    display: none !important;
}

.translation_select .input {
    height: 44px !important;
    padding: 4px;
    width: 64px;
    border: 1px solid #0000002b;
    background-color: transparent !important;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header_search_box input {
    height: 44px !important;
    padding-left: 35px !important;
    width: 100%;
    max-width: 265px;
}

.header_search_box .glass {
    position: absolute;
    top: 13px;
    left: 12px;
}

.header_search_box .glass i {
    font-size: 19px;
    color: #0265FE;
}

.header_search_box .input_box {
    margin-bottom: 0 !important;
}

.badge.Såld {
    background-color: #493aff1a;
    color: #493aff;
}

.badge.Sald {
    background-color: #493aff1a;
    color: #493aff;
}

.chat_container {
    border: 1px solid rgb(0, 0, 0, 0.1);
    border-radius: 5px;
    box-shadow: 0px 8px 29.8px 0px rgb(14, 26, 44, 0.06);
    margin: auto;
    margin-bottom: 60px;
    width: 100%;
    max-width: 780px;
}

.chat_hed .image_box img {
    height: 84px;
    width: 84px;
    border-radius: 8px;
}

.chat_main .chat_body .image_box img {
    height: 40px;
    width: 40px;
    border-radius: 100px;
}

.chat_hed {
    gap: 16px;
}

.chat_hed {
    padding: 34px 32px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.chat_heading {
    gap: 10px;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    color: #0f172a;
    margin-bottom: 4px;
}

.bm_heading_chat {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #0f172a;
}

.chat_body {
    padding: 62px 32px;
}

.chat_main {
    gap: 12px;
    margin-bottom: 20px;
}

.chat_body.image_box img {
    height: 40px;
    width: 40px;
    border-radius: 100px;
}

.chat_inner .messsage {
    padding: 16px 18px;
    width: auto;
    display: inline-block;
    max-width: 480px;
    background: #f6f6f6;
    border-radius: 24px 24px 24px 0;
    font-size: 14px;
    line-height: 20px;
    color: #0f172a;
}

.chat_inner {
    gap: 17px;
}

.chat_inner .time {
    color: #475569;
    font-size: 11px;
    line-height: 20px;
    font-weight: 400;
}

.right_chat {
    flex-direction: row-reverse;
    justify-content: flex-start !important;
}

.right_chat .chat_inner .messsage {
    background: #C7E0FE !important;
}

.name_box_chat {
    height: 40px;
    width: 40px;
    background: #C7E0FE;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    font-size: 16px;
    line-height: 30px;
    color: #0f172a;
    font-weight: 700;
}

/* for notification style starst here */
.notification h5 {
    font-size: 22px;
    color: #123450;
    font-weight: 700;
}

.dropdown-notification {
    padding: 15px 10px 20px 10px;
    right: 0 !important;
    left: auto !important;
}

.dropdown-header h5 {
    font-size: 22px;
    color: #123450;
    font-weight: 700;
}

.dropdown-notification .list-group-item {
    border: 0;
    border-bottom: 1px solid #e2e5e8;
}

.dropdown-notification .user-avtar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
}

.dropdown-notification .text-muted {
    float: left;
    width: 100%;
    color: #000 !important;
    font-size: 15px;
    font-weight: 500;
}

.dropdown-notification p.text-body.fs-6 {
    font-size: 17px !important;
    color: #464646 !important;
    margin-top: 5px !important;
    float: left;
    width: 100%;
    font-weight: 400;
}

.list-group-item-action {
    width: 100%;
    text-align: inherit;
    text-decoration: none;
    border-bottom: 1px solid #0000002e !important;
}

.item .list-group-item-action {
    border-bottom: 0;
}

.dropdown-notification {
    min-width: 330px;
    max-width: 100%;
    transform: none !important;
    box-shadow: rgba(0, 0, 0, 0.27) 0px 5px 15px;
    border-radius: 5px;
}

.dropdown-notification .list-group-item {
    border: 0;
    border-bottom: 1px solid #e2e5e8;
    background: #C7E0FE54;
    padding: 10px 0;
}

.dropdown-notification .list-group-item:last-child {
    border-bottom: 0;
}

/* .dropdown-notification .item:nth-child(2n) .list-group-item {
  background: #fff;
} */
.dropdown-notification .list-group-item h5 {
    font-weight: 700;
    /* color: #000; */
}

.dropdown-notification .view_all {
    padding-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #00000036;
}

.dropdown-notification .view_all .ViewAll_btn {
    height: 35px;
    width: 146px;
    border-radius: 5px;
    border: 0;
    color: #000;
    background-color: #0265FE;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropdown-notification .view_all .ViewAll_btn:hover {
    color: #fff;
}

.dropdown-notification .heading_box {
    padding: 5px;
}

.dropdown-notification .inside_list_noti {
    max-height: 350px;
    overflow-y: scroll;
}

.unread_notification {
    background: #fff0d1 !important;
}

.list-group-item:hover {
    background: #ffe9bc !important;
}

.person_image_show {
    height: 100px;
    width: 100px;
    border-radius: 100px;
}

/* Remove modal borders and background */
.modal-content {
    /* background-color: transparent; */
    border: none;
}

.slider_content {
    background-color: transparent;
    border: none;
}

/* Remove modal header */
.slider_header {
    display: block;
    padding: 0;
    background: transparent;
    border: 0;
}

.slider_header .btn-close {
    position: absolute;
    top: 3px;
    background-color: #fff;
    border-radius: 100px;
    right: 0;
    z-index: 5;
    height: 25px;
    width: 25px;
}

.horse_detail_submit_btn {
    justify-content: flex-end;
}

/* Make the modal body full-screen */
.modal-body {
    padding: 0;
}

/* Make the carousel and images full-width and height */
.carousel-inner,
.carousel-item,
.carousel-item img,
.carousel-item video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 15px;
    background: #0000001c;
}

/* Hide carousel controls */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 50%;
}

.dropdown.up_arrow.setting .dropdown-menu {
    width: 100%;
    min-width: 205px;
}

.alpha img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100px;
}

.imag_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100px;
}

.see_allReoprt_btn_box {
    margin-top: 25px;
    border-top: 1px solid #0000003b;
    padding-top: 9px;
}

.see_allReoprt_btn_box .see_allReport_btn {
    width: 100%;
    height: 52px;
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid #0000002e;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #475569;
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

body[data-sidebar="dark"] .vertical-menu {
    background: #e6f1ff;
}

.main_table .upper_box .dataTables_wrapper {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.tables_box .main_table .upper_box {
    overflow-x: hidden;
}

.tables_box .main_table .upper_box .dataTables_wrapper .row:first-child {
    display: none;
}

.imag_box {
    height: 36px;
    width: 36px;
    object-fit: cover;
    border-radius: 5px;
}

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

.underLine_td_1 h4 {
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    color: #0f172a;
    text-decoration: underline;
    margin-left: 5px;
}

.image_grid_box.for_one_image .first_box.img_horsi {
    width: 100%;
}

.badge.boost_badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: unset;
    color: #0265FE;
    background-color: #fff;
    padding: 2px 9px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
}

.badge.boost_badge img {
    height: 15px;
}

.badge.boostAds {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: unset;
    color: hsl(246, 75%, 61%);
    background-color: #fff;
    padding: 2px 9px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
}

#change-password {
    padding: 20px 17px;
}

@media (min-width: 767px) {
    .chat_body {
        max-height: 500px;
        overflow-y: auto;
    }
}

.person_detail.note_is_send {
    color: #c50000cf;
    font-weight: 600;
}

/* Custom loader color for SweetAlert */

/* new CSS 20-Nov-2024 */

/* #DataTables_Table_0 tbody .underLine_td_1 img {
  width: 101px !important;
} */

#DataTables_Table_1_paginate {
    margin-bottom: 16px;
}

/* 22-Nov-2024 */

.was-validated .form-control:invalid,
.form-control.is-invalid.was-validated .form-control:invalid,
.form-control.is-invalid {
    display: block;
    background-image: none;
}

.tab_tables .nav.nav-pills li {
    text-align: end;
}

/* #DataTables_Table_0 thead th .form-check-label { */
.table.dataTable thead th .form-check-label {
    font-size: 14px;
    margin: 0 !important;
    line-height: 20px;
    font-weight: 400;
}

/* #DataTables_Table_0 tbody tr .underLine_td_1 img { */
.table.dataTable tbody tr .underLine_td_1 img,
.table.dataTable tbody tr .underLine_td_1 video {
    width: 36px !important;
    height: 36px !important;
    border-radius: 6px;
    margin: 0 6px;
}

/* #DataTables_Table_0 tbody tr .underLine_td_1 h4 { */
.table.dataTable tbody tr .underLine_td_1 h4 {
    font-weight: 600;
}

/* #DataTables_Table_0 tbody tr td { */
.table.dataTable tbody tr td {
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
        vertical-align: middle;
}
.table th.setting.sorting_disabled {
    width: 130px;
}
/* #DataTables_Table_0 tbody tr td .dropdown.up_arrow.setting { */
.table.dataTable tbody tr td .dropdown.up_arrow.setting {
    width: auto;
}

/* #DataTables_Table_0 tbody tr td .dropdown { */
.table.dataTable tbody tr td .dropdown {
    width: fit-content;
}

/* #DataTables_Table_0 tbody tr td .dropdown button { */
.table.dataTable tbody tr td .dropdown button {
    background: #fff;
    border: 1px solid rgb(0, 0, 0, 0.1);
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #475569;
    font-weight: 700;
}

/* #DataTables_Table_0 tbody tr td .dropdown button.form-select::after { */
.table.dataTable tbody tr td .dropdown button.form-select::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 20px;
}

/* #DataTables_Table_0 tbody tr td .dropdown .dropdown-menu { */
.table.dataTable tbody tr td .dropdown .dropdown-menu {
    border-radius: 8px;
    padding: 0;
    box-shadow: 0 4px 11px 0 rgb(9, 18, 27, 0.1);
    border: 1px solid rgb(0, 0, 0, 0.1);
    inset: 0 !important;
    top: 0px;
    right: 0px;
    left: 0px;
    transform: unset !important;
    height: fit-content !important;
    top: 41px !important;
    right: 0 !important;
    left: unset !important;
    overflow: hidden;
}

/* #DataTables_Table_0 tbody tr td .dropdown .dropdown-menu li { */
.table.dataTable tbody tr td .dropdown .dropdown-menu li {
    border-bottom: 1px solid rgb(0, 0, 0, 0.1);
}

/* #DataTables_Table_0 tbody tr td .dropdown .dropdown-menu li:nth-last-child(1) { */
.table.dataTable tbody tr td .dropdown .dropdown-menu li:nth-last-child(1) {
    border-bottom: 0;
}

/* #DataTables_Table_0 tbody tr td .dropdown .dropdown-menu a { */
.table.dataTable tbody tr td .dropdown .dropdown-menu a {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    padding: 13px;
}

.reset_screen .input-group-append button {
    position: absolute !important;
    right: 0;
    top: 0;
    bottom: 0;
    border: 0;
}

.reset_screen .input-group-append button:hover {
    background-color: transparent;
    color: #000000a6;
}

/* nov 25 style starts here */
.main_table .upper_box .dataTables_wrapper .row {
    padding: 0 !important;
}

.tables_box .main_table .upper_box .fa-solid.fa-arrow-up {
    color: #5fd0a5;
}

.tables_box .main_table .upper_box .fa-solid.fa-arrow-down {
    color: #f05154;
}

.tables_box {
    padding-bottom: 30px;
}

.dataTables_wrapper .row .col-sm-12 {
    padding: 0;
}

.table.dataTable tbody tr td .dropdown button.form-select {
    padding-right: 33px;
    min-width: 140px !important;
}

.page-link.active,
.active>.page-link {
    background-color: #0265FE;
    border-color: #0265FE;
}

.swal2-actions button {
    min-width: 100px;
    border-radius: 8px;
}

.swal2-actions button.swal2-confirm {
    background: #0265FE;
    background-image: none;
}

.swal2-actions button.swal2-cancel {
    background: #e4e4e4;
    color: #000000b8;
}

@media (max-width: 1200px) {
    .tab_tables table thead th {
        /* min-width: 90px; */
        min-width: 135px !important;
    }

    .tab_tables table thead th:first-child {
        min-width: 188px;
    }
}

@media (min-width: 993px) {
    .navbar-header #vertical-menu-btn {
        display: none;
    }
}

@media (max-width: 992px) {
    .vertical-menu.sidebar {
        display: none;
    }

    .sidebar-enable .vertical-menu.sidebar.mm-active,
    .sidebar-enable .vertical-menu.sidebar {
        display: block;
    }

    .main-content {
        margin-left: 0 !important;
    }

    .navbar-brand-box {
        width: auto;
    }

    .sidebar-enable .navbar-brand-box {
        background: #fff !important;
        border-bottom: 0;
    }

    .sidebar-enable .table-striped>tbody>tr:nth-of-type(2n + 1)>* {
        --bs-table-bg-type: #d6d6d9;
    }

    .sidebar-enable .main-content::after {
        content: "";
        background: #d6d6d987;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        pointer-events: auto;
        /* z-index: 10000; */
    }
}

@media (max-width: 600px) {
    .titile_box {
        max-width: 50%;
    }
}

@media (max-width: 360px) {
    .titile_box {
        max-width: 100%;
    }
}

.dis {
    white-space: pre-line;
    word-break: break-word;
}

/*  image grid  */

.img_horsi img,
.img_horsi video {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: contain;
    background-color: #dedede;
}

.sale_badge {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 2px 8px;
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 1;
}

.image_grid_box {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.image_flex {
    flex-direction: column;
    gap: 10px;
}

.gallery_count {
    min-height: 44px;
    min-width: 67px;
    padding: 10px 14px;
    background: #00000087;
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom-right-radius: 12px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    gap: 3px;
}

.heart {
    height: 43px;
    width: 43px;
    background: #fff;
    border: 1px solid #00000029;
    border-radius: 100px;
    text-decoration: none;
    color: #0000005c;
    font-size: 24px;
}

.viode_box {
    position: relative;
    display: inline-block;
    height: 100%;
    width: 100%;
}

.viode_box i {
    position: absolute;
    top: 39%;
    z-index: 1;
    font-size: 50px;
    color: #fff;
    cursor: pointer;
    pointer-events: auto;
    left: 50%;
}

select.cursor_p {
     cursor: pointer !important;
}

@media (min-width: 993px) {
    .first_box {
        width: 66.6666%;
    }

    .image_flex {
        width: 33.333%;
    }

    .image_grid_box {
        max-height: 400px;
    }

    .submit-btn .btn {
        font-size: 13px;
    }
}

@media (max-width: 992px) {
    .image_flex {
        flex-direction: row;
        justify-content: center;
    }

    .image_flex .img_horsi {
        width: 49% !important;
    }
}

@media (min-width: 767px) {
    .img_horsi.lie_2 {
        height: 49% !important;
    }
}

@media (max-width: 992px) {
    .image_grid_box {
        flex-direction: column;
    }

    /* .first_box{
width: 100% !important;
} */
    .navbar-header .d-flex.image_box {
        flex-direction: row-reverse;
    }

    .navbar-header .image_box #vertical-menu-btn {
        padding-left: 22px !important;
    }
}

@media (max-width: 380px) {
    .navbar-brand-box {
        display: block;
    }
}

.boost_badge.position_boost {
    position: absolute;
    bottom: 8px;
    left: 8px;
    z-index: 1;
    background: #fff;
}

.first_box.img_horsi .heart {
    position: absolute;
    top: 6px;
    right: 10px;
}

.heart.bookmark {
    right: 61px !important;
}

.second_box .viode_box i {
    left: 45% !important;
}

.third_box .second_box .viode_box i {
    left: 45% !important;
}

#permEmail .modal-dialog.modal-dialog-centered {
    width: 430px;
}

@media (max-width: 993px) {
    .first_box img {
        max-height: 300px;
    }

    .second_box img,
    .third_box img {
        max-height: 180px;
    }

    .viode_box i {
        top: 28%;
        left: 43%;
        font-size: 37px;
    }

    .first_box {
        height: 300px;
    }

    #page-topbar .navbar-header {
        height: 70px;
    }

    .drop_btn_bo #notification-count {
        padding: 0;
        height: 25px;
        width: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 6px !important;
    }

    .footer {
        position: unset;
    }
}

@media (max-width: 600px) {

    .second_box img,
    .third_box img {
        max-height: 100px;
    }

    #permEmail .modal-dialog.modal-dialog-centered {
        width: 96%;
    }
}

@media (max-width: 992px) {
    .sidebar-enable #page-topbar .image_box {
        border: 0 !important;
        flex-direction: row;
    }

    .sidebar-enable #page-topbar .image_box {
        border: 0 !important;
        flex-direction: row;
        justify-content: space-between;
        padding-left: 31px;
        border-bottom: 1px solid #C7E0FE !important;
    }

    .navbar-header .image_box .navbar-brand-box {
        padding: 0 !important;
        width: 88px !important;
        height: 69px;
        border-bottom: 0 !important;
        display: flex;
    }

    .navbar-header .image_box .navbar-brand-box .logo.logo-light .logo-sm {
        width: 100% !important;
        /* display: block !important; */
    }

    .navbar-header .image_box .navbar-brand-box .logo.logo-light .logo-sm img {
        width: 100%;
    }

    .user_memebr_detail_page .inner_profile_main {
        justify-content: flex-start !important;
        margin-top: 25px;
    }

    .user_memebr_detail_page .my_profile_priview,
    .user_memebr_detail_page .my_profile_priview form,
    .user_memebr_detail_page .inner_profile_main form {
        width: 100%;
    }

    .collapse .accordion-body::after {
        left: 0;
        right: 0;
    }

    .collapse .accordion-body {
        padding-bottom: 30px;
    }
}

.collapse .accordion-body {
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .chat_main .chat_heading {
        flex-direction: column-reverse;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        gap: 5px;
        font-size: 14px;
        margin-bottom: 2px;
    }

    .chat_main .badge.Sald {
        display: inline-block;
        width: 60px;
    }

    .chat_main .badge.Såld {
        display: inline-block;
        width: 60px;
    }

    .bm_heading_chat {
        font-size: 12px;
    }

    .chat_inner .messsage {
        font-size: 12px;
    }

    #delete_add .btn.cancel_btn {
        width: 116px !important;
    }

    .accordian_box .accordion-body {
        padding-bottom: 27px;
    }
}

/*  nov 28 starts here */

/* verical side bar width */
.vertical-menu,
.navbar-brand-box {
    width: 280px;
}

.main-content {
    margin-left: 280px;
}

.vertical-menu #sidebar-menu .handling,
.vertical-menu #sidebar-menu .installingar {
    font-size: 14px;
    color: #0f172a;
    margin-top: 33px;
    margin-bottom: 20px;
    padding-left: 10px;
}

.vertical-menu #sidebar-menu .installingar {
    margin-top: 30px;
}

@media (max-width: 400px) {
    .sidebar-enable #page-topbar .image_box {
        position: absolute;
        z-index: 10;
    }
}

.form-select.show.done_arrow {
    font-size: 14px;
    line-height: 20px;
    color: #475569;
    font-weight: 700;
    text-align: center;
}

#delete_add .btn {
    width: 164px !important;
}

/* .main_table {
  max-height: 247px !important;
} */

@media (max-width: 1400px) and (min-width: 992px) {

    .user_memebr_detail_page .inner_profile_main .my_profile_priview,
    .user_memebr_detail_page .inner_profile_main .my_profile_priview .my_profile_priview {
        width: 100% !important;
    }
}

.modal-header .para {
    text-align: center;
}

.table.dataTable tbody tr .underLine_td_1 .boost_td_icon {
    height: 20px !important;
    width: 20px !important;
}

/*  new change */
.d-flex.image_box {
    height: 100% !important;
}

.d-flex.image_box .navbar-brand-box {
    display: flex;
    justify-content: center;
}

.item_detail .line_one p {
    min-width: 99px;
}

.item_detail .line_one strong {
    word-break: break-all;
}

.detail_section .information_box .submit-btn-container .submit-btn-container {
    border: 0 !important;
    padding: 0;
}

.export_head_tabel_box .head_box_table_export {
    border-bottom: 0 !important;
}

.select_cat_modal .modal-footer.two_btn .btn.cancel_btn {
    width: 174px;
}

.select_cat_modal .modal-footer.two_btn .btn.com_btn {
    width: 196px;
}

.select_cat_modal .modal-footer.two_btn {
    justify-content: center;
    display: flex;
}

.d-grid_cat .cat_box:nth-child(2) {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.d-grid_cat .cat_box .text_cat {
    color: #0f172a;
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
}

.text_box_document a {
    width: 77%;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 992px) {
    .footer {
        left: 280px;
    }

    .export_head_tabel_box .head_box_table_export .btn_table_head {
        position: unset !important;
        max-width: 111px;
    }
}

@media (max-width: 767px) {
    .cat_box {
        margin-bottom: 0;
    }

    .cat_box {
        margin-bottom: 0;
    }

    .d-grid_cat .cat_box:nth-child(2) {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0;
    }

    .d-grid_cat .cat_box:nth-child(4) {
        border-top-right-radius: 12px;
        border-right: 1px solid #e5e5e5;
    }

    .d-grid_cat .cat_box:nth-child(6) {
        border-bottom-left-radius: 12px;
    }

    .select_cat_modal .modal-footer.two_btn {
        margin-top: 15px;
    }

    .d-grid_cat .cat_box:nth-child(8) {
        border-top-right-radius: 0 !important;
    }

    .select_cat_modal .modal-footer.two_btn .btn.cancel_btn {
        width: 133px;
    }

    .select_cat_modal .modal-footer.two_btn .btn.com_btn {
        width: 160px;
    }

    .cat_box {
        padding: 22px;
        text-align: center;
    }

    .d-grid_cat .cat_box .text_cat {
        margin-bottom: 0;
    }
}

@media (max-width: 600px) {
    .d-grid_cat .cat_box .text_cat {
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
    }

    .cat_box img {
        margin-bottom: 10px;
        height: 32px;
        width: 32px;
    }
}

.input_box .form-label {
    margin-bottom: 0;
}

#add_document .modal-dialog.modal-dialog-centered {
    width: 100%;
    max-width: 572px;
}

#add_document .modal-footer.two_btn {
    display: flex;
}

.supper_admin_profile .cam_box img {
    height: 16px;
    width: 16px;
    background-color: unset;
}

.supper_admin_profile .imag_circle .image {
    border-radius: 100%;
    background-color: unset;
}

.supper_admin_profile .bottom_btn_box,
.supper_admin_profile .submit_button {
    justify-content: flex-end !important;
    display: flex;
    padding-top: 30px;
    margin-top: 30px !important;
    position: relative;
}

.supper_admin_profile .bottom_btn_box::after,
.supper_admin_profile .submit_button::after {
    content: "";
    height: 1px;
    background-color: #00000026;
    left: -40px;
    right: -40px;
    position: absolute;
    top: 0px;
}

.dropdown-item.text-danger.delete-data {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 0 !important;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}

.table.dataTable tbody tr td .dropdown .dropdown-menu a {
    line-height: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

#subadmin-store .imag_circle .image {
    border-radius: 100%;
    background-color: unset;
}

.page_rooler .header_box .btns_box.two_btn {
    flex-direction: revert;
    gap: 7px;
    flex-wrap: wrap;
}

.page_rooler .header_box .btns_box.two_btn .btn {
    width:auto;
}

.roll_permission_check .heading {
    font-size: 19px;
    line-height: 21px;
}

.check_box_row_role_edit {
    margin: 20px 0;
}

.check_box_row_role_edit label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.footer {
    left: 280px;
}

/* #DataTables_Table_0_info {
  padding-left: 26px;
} */
.main_table .upper_box.table-wrapper {
    max-height: 100%;
}

.email_table .table_email_discription {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.edit_email_btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    color: #000000bd;
    border: 1px solid #000000bd;
    padding: 5px 10px;
    border-radius: 7px;
}

.create_email_template .btn.cancel_btn {
    background-color: #f3f3f3;
    height: 54px;
    border-radius: 12px;
    border: 1px solid #00000024;
    font-size: 14px;
    font-weight: 700;
    color: #475569;
    width: 148px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.create_email_template .btn.cancel_btn:hover {
    background: #e1e1e1 !important;
    color: inherit !important;
}

.create_email_template .bottom_btn_box {
    gap: 13px;
}

.create_email_template label {
    font-weight: 700;
    line-height: 25px;
    font-size: 14px;
    display: block;
    color: #0f172a;
    text-transform: capitalize;
    margin-bottom: 2px;
}

.form-label .change {
    bottom: 17px;
}

.create_email_template input {
    height: 41px;
    border-radius: 9px !important;
}

.create_email_template textarea {
    height: 90px;
    padding: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    border: 1px solid #0000002b;
    padding-top: 0;
    padding-bottom: 0 !important;
    width: 100% !important;
}

.create_email_template .form-group {
    margin-bottom: 15px;
}

.create_email_template .form-group {
    flex-wrap: wrap;
}

.tab_tables .nav.nav-pills li a {
    text-align: center;
}

@media (max-width: 992px) {

    .supper_admin_profile .bottom_btn_box::after,
    .supper_admin_profile .submit_button::after {
        left: 0;
        right: 0;
    }

    #DataTables_Table_0_info {
        margin-bottom: 8px;
    }
}

@media (max-width: 600px) {
    #add_document .modal-footer.two_btn button.cancel_btn {
        max-width: 134px;
    }

    #add_document .modal-footer.two_btn button.btn.com_btn {
        max-width: 159px;
    }

    .supper_admin_profile .bottom_btn_box,
    .supper_admin_profile .submit_button {
        justify-content: center !important;
    }

    .tables_box .main_table .link {
        margin-bottom: 11px !important;
        display: inline-block;
    }

    .create_email_template .btn.btn-primary {
        width: 120px;
    }

    .create_email_template .btn.cancel_btn {
        width: 100px;
    }

    .page_heading_box.mt-3.template_email {
        padding-bottom: 0;
    }
}

@media (max-width: 371px) {
    .page_rooler .header_box .btns_box.two_btn .btn {
        width: 200px;
    }
}

.sort {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #475569;
}

.sort a {
    text-decoration: none;
    font-weight: 700;
    color: #0265FE;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}

.dropdown.sort .dropdown-menu .dropdown-item {
    color: #212529;
}

#banner-store textarea.form-control {
    min-height: 100px;
    resize: none;
    border-radius: 12px;
    padding: 16px;
}

#banner-store #image {
    /* width: auto !important; */
    height: 50px;
    border-radius: 10px;

}

/* .dataTables_wrapper {
  overflow: auto !important;
} */
.form-cones,
.form-age,
.form-dressage,
.form-race,
.form-accessories {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #0f172a;
    text-transform: capitalize;
}

select.form-control {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: 0.47rem 1.75rem 0.47rem 0.75rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-emphasis-color);
    background-color: var(--bs-secondary-bg);
    background-image: var(--bs-form-select-bg-img),
        var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color-translucent);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 52px;
    border-radius: 5px;
    padding: 0 16px;
}

.table.dataTable tbody tr:not(:first-child):last-child td .dropdown .dropdown-menu {
    top: unset !important;
    bottom: 42px !important;
}

.tab_tables .dataTables_wrapper {
    padding-bottom: 30px !important;
}



.tabs_box.tab_tables {
    position: relative;
}

.tabs_box.tab_tables .dropdown.sort {
    position: absolute;
    right: 50px;
    z-index: 10;
    top: 76px;
}

.approve_main_btn_box {
    position: absolute;
    left: 247px;
    font-size: 14px;
    line-height: 20px;
    color: #0f172a;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 9px;
    z-index: 10;
    border: 0;
}

.approve_main_btn_box .btn {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    border: 0;
}

.approve_main_btn_box .btn.godApprove {
    background-color: #4eb33c;
}

.approve_main_btn_box .btn.godApprove:hover {
    background-color: #3f9130;
}

.godcancel.btn.btn-danger:hover {
    background-color: #b02f38;
}

.godcancel.btn.btn-danger {
    background-color: #db3743;
}

.tab_tables table thead th .form-check input {
    margin-top: 5px;
}

@media (max-width: 1170px) {
    .approve_main_btn_box {
        margin-bottom: 18px;
        position: unset;
    }
}

@media (max-width: 600px) {
    .tabs_box.tab_tables .dropdown.sort {
        position: unset !important;
        margin-bottom: 13px;
        margin-left: 4px;
    }
}

.main_table .approve_main_btn_box {
    position: unset;
    padding-left: 8px;
    margin-bottom: 11px;
}

.approve_main_btn_box.mebership_detail_add {
    position: unset !important;
    margin-left: 12px;
    margin-bottom: 6px;
}

.table.dataTable tbody tr td.underLine_td_1.checkbox_all {
    display: grid;
    grid-template-columns: 14px 36px 1fr;
    gap: 7px;
}

.table.dataTable tbody tr td.underLine_td_1.checkbox_all img {
    margin: 0 !important;
}

.table.dataTable tbody tr td.underLine_td_1.checkbox_all h4 {
    margin: 0 !important;
}

/* .table.dataTable tbody tr td.underLine_td_1 h4 {
  margin: 0 !important;
} */
/* .table.dataTable tbody tr td.underLine_td_1 {
  display: grid
;
  grid-template-columns: 14px 36px 1fr;
  gap: 7px;
} */
/* .table.dataTable tbody tr td.underLine_td_1 img {
  margin: 0 !important;
} */
td.underLine_td_1 input.form-check-input {
    height: 12px;
    width: 12px !important;
}

td.underLine_td_1.new_underline_boost {
    display: grid;
    grid-template-columns: 16px 36px 15px 1fr;
    gap: 6px;
}

td.underLine_td_1.new_underline_boost img {
    margin: 0 !important;
}

td.underLine_td.membership_anchor a.underline_td h4 {
    font-size: 12px;
}

td.underLine_td_1.new_underline_boost h4 {
    margin: 0;
}

.boost_managment_table .underLine_td_1.new_underline_boost {
    min-width: 210px;
}

.tabs_box.tab_tables.table-responsive.roller_table {
    padding-bottom: 80px;
}

/*
.dataTables_wrapper {
  overflow: scroll;
} */


/* .sub-menu.mm-active.mm-collapse{
  display: none;
  opacity: 0;
}
.sub-menu.mm-collapse a {
  display: none !important;
}
.sub-menu.mm-active.mm-collapse.mm-show{
  display: none;
}


.sub-menu.mm-collapse.mm-show a {
  display: block !important;
} */

.metismenu .mm-collapse:not(.mm-show) {
    display: none !important;
}

.metismenu .mm-collapse.mm-show {
    display: block !important;
}

.simplebar-content-wrapper #logout-form {
    position: absolute;
    bottom: 6px;
    left: 31px !important;
}

.simplebar-content-wrapper {
    padding-bottom: 65px !important;
    position: relative;
}

@media(max-height:900px) {
    .simplebar-content-wrapper #logout-form {
        position: unset;
    }
}

.error {
    color: #e83e3e;
}
input[type="file"].form-control.uploadImage::file-selector-button {
    background: #0265fe;
    height: 60px;
    margin-left: -17px !important;
    color: #fff;
    line-height: 47px;
}
input[type="file"].form-control.uploadImage:hover::file-selector-button {
    background: #0265fe;
    height: 60px;
    margin-left: -17px !important;
    color: #fff;

}

/*input[type="file"].form-control.uploadImage::file-selector-button {
    background: #0265fe;
    height: 66px;
     margin-left: -20px;
    margin-top: 0;
     padding-left: 0;
    color: #fff;
    padding-top: 0;
    margin-top: -20px;
}*/


ul#myTab button.nav-link.active a.btn.btn-secondary.waves-effect {
    background: #0265fe !important;
    color: #fff !important;
}
.col-sm-12.mt-2 img.image {
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 10px;
}

#sidebar-menu ul li a {
    display: flex;
    gap: 6px;
    align-items: center;
}

#sidebar-menu ul li a svg {

    color: #383838;
}

#sidebar-menu ul li a:hover svg {

    color: #fff;
}
#sidebar-menu ul li.nav-item.mm-active a svg{
   /* color: #fff; */
}


.dataTables_wrapper .row {
    margin: 0;
  }


  @media(max-width:650px){
    .translation_select .input {
        width: 84px;
  }
  .navbar-header .image_box .navbar-brand-box {
    padding: 0 !important;
    width: 52px !important;
    justify-content: start;
  }
  .navbar-brand-box .logo.logo-light img {
    width: 40px;
  }
  .drop_btn_bo {
    width: 37px;
    height: 44px;
  }
}


.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75rem;
    border-radius: 0.25rem;
    background-color: #f0f0f0;
    color: #333;
    margin-right: 4px;
}

#searchHistoryContainer .list-unstyled, #savedSearchesContainer .list-unstyled {
background: #ffffff8a;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #cccccc9c;
  color: #000;
  font-weight: 500;
  width: 100%;
  margin-bottom: 13px;

}

#searchHistoryContainer ul, #savedSearchesContainer ul {
word-break: break-all;
  padding: 21px 20px 0px 0px;
  width: 100%;



}
.new-seraching-section strong {
border-right: 1px solid #0265fe;
  padding-right: 10px;
  margin-right: 12px;
  width: 140px;
  justify-content: center;
  align-content: center;
  text-align: center;
  color: #000;
}
.new-seraching-section {
  display: flex;
  margin-bottom: 24px;
  border: 1px solid #ccc;
  background: #e6f1ff;
  border-radius: 5px;
}

 .nav-tabs .nav-link {
        color: #000;
        border: 1px solid transparent;
        border-bottom: none;
        background-color: #f8f9fa;
}
.nav-tabs .nav-link.active {
        color: #fff !important;
        background-color: #0265fe !important;
        border-color: #dee2e6 #dee2e6 #fff;
        font-weight: bold;
}

.action-button a, .action-button button {
    padding: 10px !important;
    font-size: 15px !important;
}