html {
    scroll-behavior: smooth;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none!important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
label {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    overflow-x: none!important;
    font-size: 13px;
}

:root {
    --primary-color: #a71e25;
    --secondary-color: #d44449;
}

.top_menu {
    padding: 16px 25px;
    width: 100%;
    height: 65px;
    background-color: var(--primary-color);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}

.top_menu .top_main_ul {
    display: flex;
}

.top_main_li {
    width: 100%;
}

.top_menu .top_main_li ul li {
    display: inline-block;
    /*padding: 0 0px 0 50px;*/
    margin-top: -10px;
}

.top_nav_left {
    font-size: 18px;
}

.top_nav_right {
    font-size: 13px;
}


/*.top_selectbox .select_wrap .default_option {
 	border-bottom: none;
}
.top_selectbox .select_wrap .default_option:before {
   content: "";
   position: absolute;
   top: 7px;
   right: 0px;
   width: 7px;
   height: 7px;
   border: 2px solid;
   color: transparent;
   border-color: transparent transparent #fff #fff;
   transform: rotate(-45deg);
}
.top_selectbox .select_wrap.active .default_option:before {
   top: 13px;
}
.top_selectbox .select_wrap .select_ul li {
	padding: 5px 15px;
	border-bottom: 1px #ccc solid;
}
.top_selectbox .select_wrap .select_ul {
	color: #000;
}*/

.top_selectbox .select_wrap .default_option {
    /*background: #fff;
  	border-radius: 5px;*/
    border-bottom: none;
    position: relative;
    cursor: pointer;
}

.top_selectbox .select_wrap .default_option li {
    padding: 7px 20px 7px 0px;
}

.top_selectbox .select_wrap .default_option:before {
    content: "";
    position: absolute;
    top: 7px;
    right: 0px;
    width: 7px;
    height: 7px;
    border: 2px solid;
    color: transparent;
    border-color: transparent transparent #fff #fff;
    transform: rotate(-45deg);
}

.top_selectbox .select_wrap .select_ul {
    position: absolute;
    top: 18px;
    left: -200px;
    width: 300px;
    height: 280px;
    overflow-y: auto;
    background: #fff;
    color: #000;
    border-radius: 5px;
    z-index: 99;
    display: none;
    padding: 0px 20px;
}

.top_selectbox .select_wrap .select_ul li {
    padding: 15px 0px;
    cursor: pointer;
    overflow-wrap: break-word;
    border-bottom: 1px #ccc solid;
    width: 100%;
}


/*.top_selectbox .select_wrap .select_ul li p {
  	border-bottom: 1px #ccc solid;
  	padding: 10px 0px;
}*/

.top_selectbox .select_wrap .select_ul li:last-child {
    border-bottom: none;
}

.top_selectbox .select_wrap .select_ul li:first-child:hover {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.top_selectbox .select_wrap .select_ul li:last-child:hover {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.top_selectbox .select_wrap .select_ul li:hover {
    background: #f6e3e4;
}

.top_selectbox .select_wrap .option {
    display: flex;
    align-items: center;
}

.top_selectbox .select_wrap .option .icon {
    background: url('https://i.imgur.com/oEZu0sK.png') no-repeat 0 0;
    width: 32px;
    height: 32px;
    margin-right: 15px;
}

.top_selectbox .select_wrap .option.pizza .icon {
    background-position: 0 0;
}

.top_selectbox .select_wrap .option.burger .icon {
    background-position: 0 -35px;
}

.top_selectbox .select_wrap .option.ice .icon {
    background-position: 0 -72px;
}

.top_selectbox .select_wrap .option.fries .icon {
    background-position: 0 -111px;
    width: 25px;
}

.top_selectbox .select_wrap.active .select_ul {
    display: block;
}

.top_selectbox .select_wrap.active .default_option:before {
    top: 13px;
    transform: rotate(-225deg);
}

.admin_arrow {
    font-size: 10px;
}

.user_iocn {
    font-size: 16px;
}


/* Left Side bar */

.left_said_bar_bg {
    height: calc(100vh - 230px);
    width: 100px;
    background-color: var(--primary-color);
    margin-top: 65px;
    z-index: 9;
    position: fixed;
    /* overflow-y: scroll; */
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand>a,
.sidebar-wrapper .sidebar-dropdown>a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
.right_said_bar,
#close-sidebar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/*----------------page-wrapper----------------*/

.page-wrapper {
    height: 100vh;
}

.page-wrapper .theme {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 4px;
    margin: 2px;
}

.page-wrapper .theme.chiller-theme {
    background: #1e2229;
}


/*----------------toggeled sidebar----------------*/

.page-wrapper.toggled .sidebar-wrapper {
    left: 0px;
    overflow: scroll;
}

@media screen and (min-width: 768px) {
    .page-wrapper.toggled .page-content {
        padding-left: 300px;
    }
}


/*----------------show sidebar button----------------*/

#show-sidebar {
    position: fixed;
    left: 0;
    top: 65px;
    border-radius: 0 4px 4px 0px;
    width: 35px;
    transition-delay: 0.3s;
}

.page-wrapper.toggled #show-sidebar {
    left: -40px;
}


/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
    width: 230px;
    height: calc(100vh - 65px);
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 999;
    background: var(--primary-color);
    margin-top: 65px;
}

.sidebar-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sidebar-wrapper a {
    text-decoration: none;
}

.sidebar-wrapper .sidebar-brand {
    padding: 10px 20px;
    text-align: left;
    align-items: center;
}

.sidebar-wrapper .sidebar-brand>a {
    text-transform: uppercase;
    font-weight: bold;
    flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
    cursor: pointer;
    font-size: 20px;
}

.sidebar-wrapper .sidebar-menu {
    padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
    font-weight: bold;
    font-size: 14px;
    padding: 15px 20px 5px 20px;
    display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative;
    padding: 8px 30px 8px 20px;
    color: #fff;
}

.sidebar-wrapper .sidebar-menu ul li a i {
    margin-right: 10px;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover>i::before {
    display: inline-block;
    animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown>a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    right: 15px;
    top: 10px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
    padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
    padding-left: 25px;
    font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    font-size: 8px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
    float: right;
    margin-top: 8px;
    margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
    float: right;
    margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
    display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a:after {
    transform: rotate(90deg);
    right: 17px;
}


/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
    display: inline-block;
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
}

.page-wrapper .page-content>div {
    padding: 20px 40px;
}

.page-wrapper .page-content {
    overflow-x: hidden;
}


/*------scroll bar---------------------*/

::-webkit-scrollbar {
    width: 5px;
    height: 7px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #525965;
    border: 0px none #ffffff;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
    background: #525965;
}

::-webkit-scrollbar-thumb:active {
    background: #525965;
}

::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
    background: transparent;
}

::-webkit-scrollbar-track:active {
    background: transparent;
}

::-webkit-scrollbar-corner {
    background: transparent;
}


/*-----------------------------chiller-theme-------------------------------------------------*/

.left_said_bar_bg {
    background-color: var(--primary-color);
    width: 0;
}

.sidebar-wrapper .sidebar-menu .main_nav li:hover {
    background-color: var(--secondary-color);
}

.sidebar-wrapper .sidebar-menu .sub_nav li:hover {
    background-color: var(--primary-color);
}

.hover_add_color {
    background-color: var(--secondary-color);
}

.submenu_add_color {
    background-color: var(--primary-color);
}

.right_said_bar {
    width: calc(100% - 230px);
}

.right_said_add_class {
    width: 100% !important;
}

.responsive_btn {
    background-color: var(--primary-color);
}

.slimScrollDiv {
    height: 100%!important;
}

.slimScrollBar {
    background: rgb(237 198 198)!important;
    width: 4px!important;
}

.main_menu {
    height: 100%!important;
    width: 100%;
}


/*============================*/

.main_menu::-webkit-scrollbar {
    width: 5px;
}


/* .main_menu::-webkit-scrollbar-track {
    background: #f1f1f1;
} */

.main_menu::-webkit-scrollbar-thumb {
    background: #cbcbcb;
}


/* .main_menu::-webkit-scrollbar-thumb:hover {
    background: #555;
} */


/*---------right_said_bar--------*/

.right_said_bar {
    width: calc(100% - 230px);
    height: auto;
    background-color: #f7f7f7;
    padding: 50px;
    margin-left: auto;
    margin-top: 32px;
}

.table.dataTable thead>tr>th.sorting:after {
    content: ""!important;
}

table.dataTable thead>tr>th.sorting:before {
    content: ""!important;
}

table.dataTable.nowrap th {
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    vertical-align: revert;
    background-color: var(--secondary-color);
    color: #fff;
}

.table td {
    padding: 10px 10px;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #b7b7b7;
}

.table_img {
    height: 40px;
    width: 40px;
    background-color: #753;
    border-radius: 50%;
    margin: auto;
}

.table.dataTable.nowrap td {
    font-size: 13px;
    vertical-align: middle;
    font-weight: 500;
    text-align: center;
    /* white-space: pre-line;
   word-break: break-all;*/
}

.websaite_btn {
    padding: 8px 40px;
    background-color: #1dc7ea;
    border: 2px #1dc7ea solid;
    outline: none;
}


/*=====select box coustem=====*/


/*.wrapper {
  	position: absolute;
  	top: 35%;
  	left: 50%;
  	transform: translate(-50%,-50%);
}*/

.wrapper .title {
    font-weight: 700;
    font-size: 22px;
    color: #fff;
}

.select_wrap {
    width: 100%;
    /*margin: 15px auto;*/
    position: relative;
    user-select: none;
}

.select_wrap .default_option {
    /*background: #fff;
  	border-radius: 5px;*/
    border-bottom: 1px #ccc solid;
    position: relative;
    cursor: pointer;
}

.select_wrap .default_option li {
    padding: 0px 20px 2px 0px;
    ;
}

.select_wrap .default_option:before {
    content: "";
    position: absolute;
    top: 7px;
    right: 5px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #555555 #555555;
    transform: rotate(-45deg);
}

.select_wrap .select_ul {
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    z-index: 9;
    display: none;
}

.select_wrap .select_ul li {
    padding: 5px 20px;
    cursor: pointer;
    overflow-wrap: break-word;
}

.select_wrap .select_ul li:first-child:hover {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.select_wrap .select_ul li:last-child:hover {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.select_wrap .select_ul li:hover {
    background: #f6e3e4;
}

.select_wrap .option {
    display: flex;
    align-items: center;
}

.select_wrap .option .icon {
    background: url('https://i.imgur.com/oEZu0sK.png') no-repeat 0 0;
    width: 32px;
    height: 32px;
    margin-right: 15px;
}

.select_wrap .option.pizza .icon {
    background-position: 0 0;
}

.select_wrap .option.burger .icon {
    background-position: 0 -35px;
}

.select_wrap .option.ice .icon {
    background-position: 0 -72px;
}

.select_wrap .option.fries .icon {
    background-position: 0 -111px;
    width: 25px;
}

.select_wrap.active .select_ul {
    display: block;
}

.select_wrap.active .default_option:before {
    top: 25px;
    transform: rotate(-225deg);
}


/*-------------*/

.table_top {
    width: 100%;
    height: auto;
    /*background-color: #757;*/
    /*display: flex;*/
}

.table_left,
.table_right {
    width: 50%;
}

.table_filter {
    width: 250px;
    vertical-align: bottom;
}

.table_filter .select_wrap .default_option li {
    font-size: 13px;
    font-weight: 500;
}

.table_filter .select_wrap .default_option {
    border-bottom: 2px #ccc solid;
}

.table_filter .select_wrap .select_ul {
    height: 250px;
    overflow-y: auto;
}

.input_type_date,
.input_type_date_range {
    background-color: transparent;
    border: none;
    background-color: #ededed;
    border-bottom: 2px #ccc solid;
    font-size: 13px;
    padding: 20px 15px;
    width: 100%;
}

.top_search_icon {
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
    font-size: 18px;
}

.search_text {
    position: absolute;
    top: 100%;
    left: 0;
}


/*==============================*/


/*enquiry*/


/*==============================*/

.enquiry_serchbox {
    width: 250px;
}

.search_box {
    width: 100%;
    border: none;
    font-size: 13px;
}

.search_icon {
    margin-top: 10px;
    font-size: 15px;
}

.export_btn {
    padding: 8px 30px;
    background-color: transparent;
    border: 2px #8a8a8a solid;
    outline: none;
    color: #8a8a8a;
    font-weight: 500;
}

.delete_btn {
    padding: 8px 30px;
    background-color: #dc3545;
    border: 2px #dc3545 solid;
    outline: none;
    color: #fff;
    font-weight: 500;
}

.close_dot {
    font-size: 7px;
    color: var(--secondary-color);
}

.received_dot {
    font-size: 7px;
    color: #57e779;
}

.info_dot {
    font-size: 7px;
    color: var(--blue);
}

.pending_dot {
    font-size: 7px;
    color: var(--yellow);
}

.page-item.active .page-link {
    background-color: #d44449;
    border-color: #d44449;
}


/*================================================*/


/*Basis info*/


/*================================================*/

.light_bg {
    height: auto;
    width: 100%;
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 5px;
}

.bg_white {
    height: auto;
    width: 100%;
    background-color: #fff;
    padding: 25px;
    border-radius: 5px;
}

.primary_title {
    font-size: 19px;
}

.secondary_title {
    font-size: 15px;
    background-color: var(--secondary-color);
    padding: 5px 15px;
}

.add_info_input,
.add_info_input_selected {
    font-size: 14px;
    margin-top: 2px;
}

.add_info_input_selected {
    background-color: #e8f0fe;
    color: #000;
}

.add_info_lable {
    text-transform: uppercase;
    color: #8a8a8a;
    font-weight: 500;
}

.add_info_input::placeholder {
    color: #8a8a8a;
    text-transform: capitalize;
}

.small_title {
    font-size: 12px;
    font-weight: 600;
}

.save_btn {
    padding: 6px 40px;
    background-color: #1dc7ea;
    border: 2px #1dc7ea solid;
    outline: none;
    font-size: 15px;
}

.check_box_selection .select_wrap .default_option {
    border: 1px #ccc solid;
    padding: 4px 15px;
    border-radius: 4px;
}

.check_box_selection .select_wrap {
    margin: 3px auto;
}

.check_box_selection .select_wrap .default_option:before {
    top: 10px;
    right: 15px;
}

.check_box_selection .select_wrap .default_option {
    padding: 5px;
}


/*==========================================*/


/*user_info*/


/*==========================================*/

.tab_titel {
    font-size: 20px;
    text-transform: uppercase;
    color: #525151;
    font-weight: 500;
}

.tab_sub_title {
    font-size: 16px;
    background-color: #fae8e9;
    padding: 14px 20px;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 600;
}

.tab_sub_title_success {
    font-size: 16px;
    background-color: #89ea93;
    padding: 14px 20px;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 600;
}

.user_info_bg {
    width: 70%;
    height: auto;
    padding: 30px 50px 0px 50px;
}

.user_info_bg ul li,
.more_info_bg ul li {
    display: flex;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 0px;
}

.user_info_bg ul li div,
.more_info_bg ul li div {
    flex-basis: auto;
    width: 100%;
}

.left_info,
.right_info {
    width: 50%;
}

.left_info p {
    display: inline-block;
}

.more_info_bg {
    width: 100%;
    height: auto;
    padding: 30px 50px 0px 50px;
}

.remind_btn {
    padding: 3px 20px;
    background-color: #1dc7ea;
    border: 2px #1dc7ea solid;
    outline: none;
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.primary_title p {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
}

.same_height {
    height: 100%!important;
    width: 100%;
}

.arrow_chnage_class {
    transform: rotate(-180deg);
}

#artist_details section {
    border-top: 1px #ccc solid;
}

#artist_details section:first-child {
    border-top: none;
}

.select_arrow {
    position: absolute;
    top: 31px;
    right: 19px;
    font-size: 20px;
    color: #999999;
}

.select_box {
    background-color: transparent;
    border: none;
    border-bottom: 1px #ccc solid;
    padding: 0px 10px;
    color: #212529;
    font-weight: 400;
}

option::after {
    content: "";
    background-color: #dd2;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    background-color: transparent;
    border: 1px #ced4da solid;
    border-radius: 5px;
}

.selection_box_div .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%!important;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 14px;
}

.btn-light {
    color: #212529;
    background-color: transparent;
    border-color: transparent;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none;
    outline: none!important;
    outline-offset: 0;
}

.btn-light:focus,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
}

.flex_width {
    width: 90%;
}

.flex_width ul li div:nth-child(1) {
    width: 30%;
}

.flex_width ul li div:nth-child(2) {
    width: 10%;
}

.flex_width ul li div:nth-child(3) {
    width: 60%;
    word-wrap: break-word;
}

.flex_width ul li div .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 50%;
}

.flex_width ul li div .add_info_input {
    width: 50%;
}

.flex_width ul li div .inner,
.flex_width ul li div .bs-searchbox,
.flex_width ul li div .selected {
    width: 100%;
}

.flex_width ul li div:nth-child(1).filter-option-inner .filter-option-inner-inner {
    width: fit-content!important;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: auto;
}

.flex_width ul li div:nth-child(2).ms-options-wrap {
    width: 50%;
}

.options-wrap>button {
    color: #212529;
}

.ms-options-wrap>button:after {
    right: 12px;
    width: 0;
    border: 5px solid rgba(0, 0, 0, 0);
    border-top-color: #212529;
}

.ms-options-wrap>.ms-options {
    width: 100%!important;
    z-index: 1;
}

.ms-search {
    width: 100%!important;
}

.accept_check .primary_title {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    vertical-align: unset;
}

.gst_bg {
    width: 70%;
    height: auto;
}

.gst_bg li p {
    display: inline-block;
    width: 50%;
}

.gst_bg li {
    padding: 0px 0;
}


/*===========drop down==========*/

.ms-options-wrap>button:focus,
.ms-options-wrap>button {
    position: relative;
    width: 100%;
    text-align: left;
    border: 1px solid #ced4da;
    background-color: #fff;
    padding: 6px 20px 6px 15px;
    border-radius: 4px;
    margin-top: 2px;
    font-size: 14px;
    color: #495057;
    outline: none;
    white-space: nowrap;
}

.ms-options-wrap>.ms-options>ul label {
    padding: 3px 5px;
}


/*=====================================*/


/*edit profile/*/


/*=====================================*/

.pro_bg {
    background-color: #fff;
    height: auto;
    width: 100%;
    border-radius: 15px;
    padding: 30px;
}

.pro_img_bg {
    height: auto;
    /* width: 100%; */
    /*background-color: #586;*/
}


/*.pro_img {
	height: 120px;
	width: 120px;
	background-color: #746;
	border-radius: 50%;
}*/

.prfile_img_main_bg {
    display: flex;
    justify-content: center;
}

.profile_radio_btns {
    /* width: 50%; */
    padding-top: 32px;
}

.profile-pic {
    color: transparent;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
}

.profile-pic input {
    display: none;
}

.profile-pic img {
    position: absolute;
    object-fit: cover;
    width: 120px;
    height: 120px;
    border-radius: 100px;
}

.profile-pic .-label {
    cursor: pointer;
    height: 120px;
    width: 120px;
}

.profile-pic:hover .-label {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    color: #fafafa;
    transition: background-color 0.2s ease-in-out;
    border-radius: 100px;
    margin-bottom: 0;
}

.profile-pic span {
    display: inline-flex;
    padding: 0.2em;
    height: 2em;
}

.camara_iocn {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -60%);
}

.user_name {
    font-size: 26px;
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.user_name_sub {
    font-size: 18px;
    color: #707070;
    font-weight: 600;
    text-transform: capitalize;
}

.about_artist_title {
    font-size: 14px;
    color: #707070;
    font-weight: 600;
    text-transform: uppercase;
}

.about_containt {
    font-size: 14px;
    color: #707070;
    /*font-weight: 500;*/
}

.detail_title {
    font-size: 14px;
    color: #707070;
    font-weight: 600;
}

.user_detail {
    font-size: 15px;
    color: #707070;
    font-weight: 400;
    vertical-align: text-bottom;
}

.user_chechk_bg {
    height: 100%;
    width: 49%!important;
    background-color: transparent;
}

.user_costem_check_bg {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    /*background-color: #e567;*/
}

.edit_profile_select::placeholder {
    color: #000;
}

.edit_profile_select .ms-options-wrap>button {
    color: #000!important;
    width: 250px!important;
}

.edit_profile_select .ms-options-wrap>button:after {
    right: 4px;
}


/*===========costome check box==========*/

.user_chechk_bg input[type=checkbox] {
    position: relative;
    border: 1px solid #707070;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    -webkit-appearance: none;
    opacity: .5;
}

.user_chechk_bg input[type=checkbox]:hover {
    opacity: 1;
}

.user_chechk_bg input[type=checkbox]:checked {
    background-color: #1dc7ea;
    border-color: #1dc7ea;
    opacity: 1;
}

.user_chechk_bg input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 6px;
    height: 12px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

.user_chechk_bg label {
    vertical-align: middle;
}

.user_chechk_bg {
    height: auto;
    width: 100%;
    background-color: transparent;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 7px 7px;
    margin-left: auto;
}

.checked_bg {
    background-color: #f2fbfd;
    border-color: #1dc7ea;
    color: #1dc7ea;
}

.user_chechk_bg label {
    font-weight: 500;
    font-size: 13px;
}

.checked_bg label {
    color: #1dc7ea;
    font-weight: 500;
}

.save_changes_btn button,
.save_changes_btn a {
    width: 90%;
    height: auto;
    background-color: #1dc7ea;
    border: 2px #1dc7ea solid;
    outline: none;
    padding: 10px;
    border-radius: 7px;
    font-size: 15px;
}


/*-------------nav tabs------------*/

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-item {
    width: calc(16% - 23px);
    margin: 0 15px;
    background-color: #eeee;
    text-align: center;
    border-radius: 5px;
}

.nav-tabs .nav-item .nav-link {
    color: #000;
    padding: 10px;
    text-transform: uppercase;
}

.nav-tabs .nav-link.active {
    background-color: var(--secondary-color);
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border: none;
}

.nav-tabs .nav-item:last-child {
    margin-right: 0;
}

.nav-tabs .nav-item:first-child {
    margin-left: 0;
}


/***********accept_check************/

.accept_check input[type=checkbox] {
    position: relative;
    border: 1px solid #707070;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .3em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 17px;
    width: 17px;
    /*border-radius: 50%;*/
    -webkit-appearance: none;
    opacity: .5;
}

.accept_check input[type=checkbox]:hover {
    opacity: 1;
}

.accept_check input[type=checkbox]:checked {
    background-color: #30b139;
    border-color: #30b139;
    opacity: 1;
}

.accept_check input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 6px;
    height: 12px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

.reject_check label,
.accept_check label {
    font-size: 13px;
    color: #212529;
    font-weight: 400;
    vertical-align: top;
}


/***********reject_check************/

.reject_check input[type=checkbox] {
    position: relative;
    border: 1px solid #707070;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .3em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 17px;
    width: 17px;
    -webkit-appearance: none;
    opacity: .5;
}

.reject_check input[type=checkbox]:hover {
    opacity: 1;
}

.reject_check input[type=checkbox]:checked {
    background-color: #e7575f;
    border-color: #e7575f;
    opacity: 1;
}

.reject_check input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 6px;
    height: 12px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

.user_edit_bg {
    height: auto;
    width: 100%;
    /*background-color: #eee;*/
    padding: 0 10px;
}

.user_edit_bg ul li {
    display: flex;
    font-size: 15px;
    font-weight: 500;
    padding: 7px 0px;
}

.user_edit_bg ul li div {
    flex-basis: auto;
    width: 100%;
}

.check_input {
    display: block;
    width: 250px!important;
    font-size: 13px;
    background-color: transparent;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #000;
}

.check_input_two {
    display: block;
    font-size: 13px;
    background-color: transparent;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #000;
}

.check_input::placeholder,
.check_input_tab2::placeholder {
    color: #000;
}

.check_input_tab2 {
    display: block;
    width: 200px;
    font-size: 13px;
    background-color: transparent;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #000;
}

.add_img_ul li {
    display: inline-block;
    width: 140px;
    height: 150px;
    background-color: #545;
}

.bank_lable {
    color: #000;
    font-weight: 500!important;
    vertical-align: text-bottom!important;
}

.view_description {
    width: 100%;
}

.img_remove {
    position: absolute;
    top: -3px;
    right: -3px;
    color: #000;
    height: 24px;
    width: 24px!important;
    border-radius: 50%;
    background-color: #fff;
}


/*----------upload img-----------*/

.upload_img .pro_img_bg {
    height: auto;
    width: 100%;
}

.upload_img .profile-pic {
    color: transparent;
    transition: 0!important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: 0!important;
}

.upload_img .profile-pic input {
    display: none;
}

.upload_img .profile-pic img {
    position: absolute;
    top: 0px;
    object-fit: cover;
    width: 140px;
    height: 150px;
    border-radius: 0px;
}

.upload_img .profile-pic .-label {
    cursor: pointer;
    width: auto;
    height: auto;
}

.upload_img .profile-pic:hover .-label {
    display: block;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    z-index: 10000;
    color: #fafafa;
    transition: 0!important;
    border-radius: 0px;
    margin-bottom: 0;
}

.upload_img .profile-pic span {
    display: inline-flex;
    padding: 0.2em;
    height: 2em;
}

.flex_width ul li div:nth-child(2) #bs-select-1 {
    width: 100%;
}

.flex_width ul li div .inner,
.flex_width ul li div .bs-searchbox,
.flex_width ul li div .selected {
    width: 100%;
}

.flex_width ul li div:nth-child(1).filter-option-inner .filter-option-inner-inner {
    width: fit-content!important;
}

.options-wrap>button {
    color: #212529;
}

.ms-options-wrap>button:after {
    right: 12px;
    width: 0;
    border: 5px solid rgba(0, 0, 0, 0);
    border-top-color: #212529;
}

.ms-options-wrap>.ms-options {
    width: 100%!important;
    z-index: 1;
}

.ms-search {
    width: 100%!important;
}

.accept_check .primary_title {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 17px;
    color: #000;
    vertical-align: unset;
}

.gst_bg {
    width: 70%;
    height: auto;
}

.gst_bg li p {
    display: inline-block;
    width: 50%;
}

.gst_bg li {
    padding: 0px 0;
}

.rupee_icon {
    font-size: 12px;
}

.cloase_alart {
    font-size: 20px;
    padding-left: 20px!important;
    margin-right: -12px;
    margin-top: -12px;
    color: #000!important;
    opacity: .8;
}

.alert_position {
    position: fixed;
    top: 100px;
    right: 0;
    z-index: 1;
    width: 22%;
    display: none;
}

input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.main_login {
    height: 100vh;
    width: 100%;
}

.login_img {
    background-image: url('../image/users-login.png');
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.login_bg {
    height: 100%;
    width: 100%;
    position: relative;
}

.login_sub_bg {
    height: auto;
    width: 20%;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
}

.login_title {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px #fff solid;
}

.add_info_lable_loin {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}

.add_info_input_login {
    font-size: 14px;
    margin-top: 2px;
    padding: 20px 15px;
    background-color: #fff;
    border-color: #fff;
    border: 1px solid #fff;
    color: #456;
}

.login_filed {
    padding: 20px 20px;
}

.login_submit {
    background-color: #1DC7EA!important;
}

.add_info_input_login::placeholder {
    color: #d3d3d3;
}

input[type=date]:required:invalid::-webkit-datetime-edit {
    color: transparent;
}

input[type=date]:focus::-webkit-datetime-edit {
    color: black !important;
}


/*====================================*/


/*====================================*/

.video_upload li iframe {
    height: 200px;
    width: 250px;
    border: none;
}

.video_upload2 li iframe {
    height: 100px;
    width: 255px;
    border: none;
}

.video_upload li {
    display: inline-block!important;
}

.iframe_remove {
    position: absolute;
    top: -5px;
    right: -30px;
    color: #000;
    height: 24px;
    width: 24px!important;
    border-radius: 50%;
    background-color: #fff;
}

.view_profile_edit_feild .check_input {
    width: 250px!important;
}

.view_profile_edit_feild .user_edit_bg ul li div {
    flex-basis: auto;
    width: 100%;
}

.view_profile_edit_feild div:nth-child(1) {
    width: 30%!important;
}

.view_profile_edit_feild div:nth-child(2) {
    width: 10%!important;
}

.view_profile_edit_feild div:nth-child(3) {
    width: 35%!important;
}

.view_profile_edit_feild div:nth-child(4) {
    width: 20%!important;
}

.view_profile_edit_feild_1 .check_input {
    width: 250px!important;
}

.view_profile_edit_feild_1 .user_edit_bg ul li div {
    flex-basis: auto;
    width: 100%;
}

.view_profile_edit_feild_1 div:nth-child(1) {
    width: 30%!important;
}

.view_profile_edit_feild_1 div:nth-child(2) {
    width: 10%;
}

.view_profile_edit_feild_1 div:nth-child(3) {
    width: 35%!important;
}

.view_profile_edit_feild_1 div:nth-child(4) {
    width: 20%!important;
}

#genre_category div:nth-child(2) {
    width: 250px!important;
}

.flex_width ul .view_profile_edit_feild_1 div:nth-child(2).ms-options-wrap {
    width: 250px!important;
}

.view_profile_edit_feild_1 div:nth-child(2).ms-options {
    width: 100%!important;
}

.nav-tabs .nav-link {
    border: none;
}

.flex_width_2 ul li div:nth-child(1) {
    width: 95%;
}

.flex_width_2 ul li div:nth-child(2) {
    width: 20%;
}

.flex_width_2 ul li div:nth-child(3) {
    width: 50%;
}

#dvPreview img,
#dvImage img {
    max-height: 160px!important;
    width: 150px!important;
    background-color: #eee;
    padding: 5px;
}

#dvPreview div span,
#dvImage div span,
#uploadproofDiv div span {
    float: none!important;
    position: absolute!important;
    top: -4px!important;
    right: -4px!important;
    padding: 2px 8px;
    background-color: #fff!important;
    border: 1px #ccc solid;
    border-radius: 50%;
}

#dvPreview div,
#dvImage div,
#uploadproofDiv div {
    float: none!important;
    display: inline-block!important;
    margin: 5px 17px;
    position: relative;
}

.add_img_btn {
    width: 100%;
    padding: 6px 40px;
    background-color: #1dc7ea;
    border: 2px #1dc7ea solid;
    outline: none;
    font-size: 15px;
}

#OpenImgUpload {
    padding: 6px 40px;
    background-color: #1dc7ea;
    border: 2px #1dc7ea solid;
    outline: none;
    font-size: 15px;
}


/*==============================*/


/*			/review/*/


/*==============================*/

.review_bg {
    background-color: #fff;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    padding: 15px;
    border-bottom: 1px #b8b5b5 solid;
}

.re_bg_1 {
    height: auto;
    width: 100%;
    display: flex;
}

.re_profile_bg {
    height: 50px;
    width: 50px;
}

.re_name_bg {
    width: calc(100% - 70px);
    height: auto;
    margin-left: 20px!important;
}

.re_title {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
}

.re_star {
    font-size: 16px;
    color: #919395;
}

.re_detail {
    font-size: 16px;
}

.event_detail {
    font-size: 15px;
    color: #7b7b7b;
    text-transform: capitalize;
    font-weight: 400;
}

.event_address {
    font-size: 13px;
    color: #7b7b7b;
    text-transform: capitalize;
}

.view_more_div {
    height: 100%;
    width: 100%;
    text-align: center;
}


/*------------togale swithc------------*/

.switch {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 12px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #9e9e9e;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 0px;
    bottom: -3px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

input:checked+.slider {
    background-color: #ff98bb;
}

input:focus+.slider {
    box-shadow: 0 0 1px #ff98bb;
}

input:checked+.slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
    /*background-color: #ff4081;*/
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.switch_lable {
    vertical-align: super;
    text-transform: capitalize;
    font-weight: 500;
    color: #000;
}


/* ============================================= package ============================================= */

.package_img {
    height: 50px;
    width: 50px;
    margin: auto;
}

.view_full_btn {
    padding: 6px 15px;
    background-color: #bbbcbc;
    border: 2px #bbbcbc solid;
    color: #000;
}

.view_full_btn:hover {
    color: #000;
}


/* ============================================= package add info ============================================= */

.package_add_info_bg {
    height: auto;
    /*width: 100%;
    */
    /*background-color: #478;
    */
}

.package_image_bg {
    height: auto;
    width: 200px;
    /*background-color: #854;
    */
    /*border: 2px #000 solid;
    */
}

.package_image_sub_bg {
    height: 200px;
    width: 200px;
    /*background-color: #857;
    */
    border: 2px #000 solid;
}

.pacage_add_btn {
    padding: 6px 0px;
    width: 85%;
    background-color: #1dc7ea;
    border: 2px #1dc7ea solid;
    outline: none;
    font-size: 15px;
}

.package_add_nrew_btn {
    padding: 8px 10px;
    width: 160px;
    background-color: #1dc7ea;
    border: 2px #1dc7ea solid;
    outline: none;
    font-size: 15px;
}


/* =============================================/ /package view info/ /============================================= */

.package_view_title,
.pakage_view_detail {
    font-size: 14px;
}

.border_bottom {
    border-bottom: 1px #b7b9ba solid;
    background-color: #feeeee;
}

.tag_font_size {
    font-size: 16px;
}

#img_contain,
#img_contain-2 {
    border: 1px solid grey;
    width: 250px!important;
    margin-left: 10px;
}

#file-input,
#file-input-2,
#pan_file,
#pan-image,
#addhar-image,
#document-image {
    height: fit-content;
    padding: 5px;
}

#image-preview,
#image-preview-2,
#image-preview-3 {
    height: 120px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
}

.times_icon {
    font-size: 18px;
    color: #d22;
}

.package_image_bg .profile-pic {
    color: transparent;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
}

.package_image_bg .profile-pic input {
    display: none;
}

.package_image_bg .profile-pic img {
    position: absolute;
    object-fit: cover;
    width: 200px;
    height: 200px;
    border-radius: 00px;
    border: 2px #000 solid;
}

.package_image_bg .profile-pic .-label {
    cursor: pointer;
    height: 200px;
    width: 200px;
}

.package_image_bg .profile-pic:hover .-label {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent!important;
    z-index: 10000;
    color: #fafafa;
    transition: background-color 0.2s ease-in-out;
    border-radius: 00px!important;
    margin-bottom: 0;
}


/*===========================================*/


/*dlete modal*/


/*===========================================*/

.delete_text {
    font-size: 20px;
}

.d_modal_yes_btn {
    padding: 5px 30px;
    background-color: #4bb582;
    border: 2px #4bb582 solid;
    outline: none;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 5px;
}

.d_modal_delete_btn {
    padding: 5px 30px;
    background-color: var(--primary-color);
    border: 2px var(--primary-color) solid;
    outline: none;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 5px;
}

.d_modal_header {
    padding: 10px 20px!important;
    background-color: var(--primary-color);
}

.remind_btn {
    padding: 3px 20px;
    background-color: #1dc7ea;
    border: 2px #1dc7ea solid;
    outline: none;
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.remind_btn_2 {
    padding: 3px 20px;
    background-color: #1dc7ea;
    border: 2px #1dc7ea solid;
    outline: none;
    font-size: 14px;
}

.remind_btn_position {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.package_img {
    height: 50px;
    width: 50px;
    margin: auto;
}

.productMaster {
    max-width: 100%;
    height: 500px;
}


/*===========================================*/


/*dashboard*/


/*===========================================*/

.d_box_bg_1,
.d_box_bg_2,
.d_box_bg_3,
.d_box_bg_4,
.d_box_bg_5,
.d_box_bg_6,
.d_box_bg_7,
.d_box_bg_8 {
    height: 100%;
    width: 100%;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
}

.db_box_bg_1,
.db_box_bg_2,
.db_box_bg_3,
.db_box_bg_4,
.db_box_bg_5,
.db_box_bg_6,
.db_box_bg_7,
.db_box_bg_8 {
    height: 100%;
    width: 100%;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
}

.d_box_title {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 500;
    align-self: center;
    color: #727272;
}

.db_box_title {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    align-self: center;
    color: #535151;
}

.d_box_number {
    font-size: 40px;
    font-weight: 700;
    color: #d1363e;
}

.d_box_bg_2 .d_box_number,
.db_box_bg_7 .d_box_number_1 {
    color: #e18a1eee;
}

.d_box_bg_3 .d_box_number,
.db_box_bg_7 .d_box_number_2 {
    color: #7b970cee;
}

.d_box_bg_4 .d_box_number,
.db_box_bg_7 .d_box_number_4 {
    color: #0c978aee;
}

.d_box_bg_5 .d_box_number,
.db_box_bg_7 .d_box_number_5 {
    color: #1989cbee;
}

.d_box_bg_6 .d_box_number,
.db_box_bg_7 .d_box_number_6 {
    color: #053897;
}

.d_box_bg_7 .d_box_number,
.db_box_bg_7 .d_box_number_7 {
    color: #c7429e;
}

.d_box_bg_8 .d_box_number,
.db_box_bg_7 .d_box_number_8 {
    color: #a853f5;
}


/*===========================================*/


/*package user */


/*===========================================*/

.p_u_bg {
    height: auto;
    width: 100%;
    display: flex;
}

.p_u_bg_1 {
    height: 250px;
    width: 250px;
}

.p_u_bg_2 {
    height: auto;
    width: calc(100% - 300px);
    margin-left: auto;
}

.package_user_img_bg {
    height: 100%;
    width: 100%;
    border: 2px #000 solid;
}


/* --- switch --- */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}


/* Hide default HTML checkbox */

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #a71e25;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2aa369;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2aa369;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.today_visitors {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.today_title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.today_count {
    font-size: 26px;
    font-weight: 700;
    color: #d44449;
}

.dashboard_card .card,
.dashboard_card .card-footer {
    padding: 0;
    border: none;
    background-color: transparent;
    display: block;
}

.save_btn.bg-dark {
    padding: 6px 10px;
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #6f6f6f;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: fixed;
    z-index: 1;
    left: 50%;
    top: 47%;
    font-size: 17px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.loader_bg {
    height: 100vh;
    width: 100%;
    background-color: rgba(225, 225, 225, .2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999;
    backdrop-filter: blur(3px);
}

.loading {
    height: 0;
    width: 0;
    padding: 25px;
    border: 6px solid #fbcccc;
    border-right-color: var(--primary-color);
    border-radius: 50%;
    -webkit-animation: rotate 1s infinite linear;
    position: absolute;
    left: 50%;
    top: 50%;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}


/*=================================*/


/*vertical tab*/


/*=================================*/

.vertical_tab {
    height: 700px;
    background-color: #7856;
    padding: 0;
    overflow-y: scroll;
    overflow-x: hidden;
}

.v_tab_header {
    height: auto;
    background-color: #fae8e9;
    /*background-color: #fae8e9;*/
    border-radius: 15px 15px 0 0;
    padding: 15px 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.v_profile_img {
    height: 45px;
    width: 45px;
    border-radius: 50%;
}

.v_header_title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.v_tav_containt_div {
    height: 700px;
    /*background-color: #857;*/
    width: 100%;
    font-size: 16px;
    padding: 20px 20px 20px 20px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.v_tab_active .nav-pills .nav-link.active,
.v_tab_active .nav-pills .show>.nav-link {
    background-color: #fae8e9;
    border-radius: 15px;
    border-bottom: none;
}

.v_tab_active .nav-pills .nav-link {
    border-bottom: 1px #ddd solid;
    padding: 15px;
}

.v_header_text {
    font-size: 16px;
    color: #737171;
}

.chat_left ul li,
.chat_right ul li {
    background-color: var(--secondary-color);
    padding: 7px 20px;
    max-width: 65%;
    width: max-content;
    border-radius: 5px;
    font-size: 18px;
    margin: 10px 0;
    color: #fff;
}

.chat_right ul li {
    background-color: var(--primary-color);
}

.chat_right ul {
    text-align: -webkit-right;
}

.v_tab_active {
    /* background-color: #875; */
    height: 700px;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.vertical_tab_bg ::-webkit-scrollbar {
    width: 5px;
    /* background-color: #ccc; */
}

.v_tab_active .input_type_date {
    width: 100%!important;
}

.v_tab_top_search_icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #898989;
}

.chat_time {
    font-size: 12px;
    text-align: right;
    color: #e6e6e6;
}

.chat_time_left {
    font-size: 12px;
    text-align: left;
    color: #e6e6e6;
}

.table_td_width {
    max-width: 400px;
    display: block;
    white-space: break-spaces;
    margin: auto;
}

.dataTable {
    width: 100% !important;
}

.sidebar-dropdown a img {
    margin-right: 8px !important;
    /* height: 25px;
    width: 25px; */
}

.single_menu a img {
    margin-right: 8px !important;
}

.menu_icon {
    font-size: 18px;
    margin-right: 8px;
}

.btn_success {
    background-color: #14a44d;
    border: 2px #14a44d solid;
    color: #fff;
}

.btn_success:hover {
    background-color: #14a44d!important;
    border: 2px #14a44d solid;
    color: #fff;
}

.disabled_btn {
    padding: 6px 40px;
    background-color: #6c757d;
    border: 2px #6c757d solid;
    outline: none;
    font-size: 15px;
}

.cursor-pointer {
    cursor: pointer;
}

.search_input {
    display: block;
    max-width: 100%!important;
    width: 100%!important;
    font-size: 13px;
    background-color: transparent;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #000;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: var(--primary-color);
}

.table_filter .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    box-shadow: none;
}

.text-lowercase::placeholder {
    text-transform: lowercase;
}

.cancel_form {
    background-color: #fae8e9;
    padding: 20px;
}

.cancel_event_lable {
    font-size: 17px;
    font-weight: 500;
}

.apply_radio_type_bg {
    border: 1px #b0b0b0 solid;
}

.plus-add-artist:hover {
    color: #28a745 !important;
    border-color: #28a745 !important;
    background-color: #fff !important;
}

.plus-add-gst:hover {
    color: #007bff !important;
    border-color: #007bff !important;
    background-color: #fff !important;
}

.save_primary {
    padding: 6px 40px;
    background-color: #007bff;
    border: 2px #007bff solid;
    outline: none;
    font-size: 15px;
}

.save-success {
    color: #fff !important;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

.save-info {
    color: #fff !important;
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
}

.model-lable {
    font-size: 14px;
    font-weight: 500;
}

.slide input[type="checkbox"] {
    position: relative;
    width: 50px;
    height: 25px;
    -webkit-appearance: none;
    appearance: none;
    background: red;
    outline: none;
    border-radius: 2rem;
    cursor: pointer;
    box-shadow: inset 0 0 5px rgb(0 0 0 / 50%);
}

.slide input[type="checkbox"]::before {
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}

.slide input[type="checkbox"]:checked::before {
    transform: translateX(100%);
    background: #fff;
}

.slide input[type="checkbox"]:checked {
    background: #00ed64;
}

.white-space-nowrap {
    white-space: nowrap;
}

.bg-red {
    background-color: rgb(240, 130, 130);
}

.radium-btn {
    padding: 6px 40px;
    background-color: #44b162;
    border: 2px #44b162 solid;
    outline: none;
    font-size: 15px;
}

.hotpink-btn {
    padding: 6px 40px;
    background-color: #cd981a;
    border: 2px #cd981a solid;
    outline: none;
    font-size: 15px;
}

.coral-btn {
    padding: 6px 40px;
    background-color: #FF7F50;
    border: 2px #FF7F50 solid;
    outline: none;
    font-size: 15px;
}