/*1.0 Root Css*/
:root
{
    --Primary__color: #f30070;
    --Secondary__color: #ff6d00;
    --body_text_color: #15283c;
    --commonfont: 'Poppins';

    --primary__color: #7a238c;
    --primary__color_light: #a165ae;
    --secondary__color: #faf7fb;
    /* --secondary__color: #F9F6FA;  */
    --tertiary__color: #f6f7fa;
    --panel_text_color: #15283c;

    /* linear-gradient(150deg, #ff1223 0%, #fdd011 100%) */

    --white: #fff;
    --footer-bg: #f6f7fa;

    /* Black Color Shades */
    --black: #000;

    /* Grey Color Shades */
    --text656: #656f7f; /* Single time used */

    /* Blue Color Shades */
    --text605: #6051cf;  /*Indigo*/ /* Single time used */

    /* Orange Color Shades */
    --texteb7: #eb7e0a;  /* Used as a gradient with Primary Color */
    
}
/* Global */

h1,h2,h3,h4{
    text-transform: uppercase;
}
h1{
    font-size: 24px;
}
h2{
    font-size: 20px;
}
h3{
    font-size: 18px;
}
h4{
    font-size: 16px;
}
h5{
    font-size: 16px;
}
h6{
    font-size: 14px;
}
:focus-visible {
    outline: none;
}
.fa, .fas{
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
}   
.btn-rounded {
    border-radius: 50% !important;
}
.rt-rounded-10{
    border-radius: 10px;
}
.blue-btn{
    background-color: var(--primary__color);
    color: #fff;
}
.blue-btn:hover{
    background-color: var(--primary__color);
    color: #fff;
}

/* Dashboard Panel */

.dash-wrapper {
    min-height: 100vh;
    position: relative;
    top: 0;
    height: 100vh;
}
.main-header {
    min-height: 55px;
    width: 100%;
    position: fixed;
    z-index: 1001;
}
.main-header .logo-header {
    float: left;
    width: 270px;
    height: 57px;
    line-height: 55px;
    color: #333;
    z-index: 1001;
    font-size: 17px;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 1001;
    display: inline-block;
    position: relative;
    transition: all .3s;
}
.main-header .logo-header .big-logo {
    margin-right: 8px;
}
.main-header .logo-header .logo-mobile{
    display: none;
}
.main-header .logo-header .big-logo:hover {
    text-decoration: none;
}
.main-header .logo-header .big-logo .logo-img {
    width: 40px;
}
.main-header .logo-header .logo-full{
    padding: 15px;
}
.main-header .logo-header .logo {
    color: #575962;
    opacity: 1;
    transform: translate3d(0,0,0);
    transition: all 3s;
    position: relative;
}
.main-header .logo-header .logo:hover {
    text-decoration: none;
}
.main-header .logo-header .logo .navbar-brand {
    padding-top: 0;
    margin-right: 0;
    padding-bottom: 0;
    position: absolute;
    top: 2px;
    left: 0;
}
.main-header .logo-header .navbar-minimize {
    position: absolute;
    top: 0;
    right: 18px;
    z-index: 5;
}
.main-header .logo-header .navbar-toggler {
    padding-left: 0;
    padding-right: 0;
    opacity: 0;
    display: none;
}
.main-header .logo-header .navbar-toggler .navbar-toggler-icon {
    height: 1em;
    width: 1em;
    color: #545454;
    font-size: 28px;
}
.main-header .logo-header .more {
    background: 0 0;
    border: 0;
    font-size: 28px;
    padding: 0;
    opacity: 0;
    width: 0;
    display: none;
}
.main-header .navbar-header {
    background: var(--primary__color_light);
    border-left: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    min-height: 57px;
/*    padding: 0 20px;*/
}
.main-header .btn-minimize {
    /*font-size: 20px;
    line-height: 20px;*/
    padding: 8px;
    background: #eee!important;
    color: #788087!important;
}





/* Profile Dropdown */
.profile-pic img{
    width: 32px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    left: auto;
    right: 0;
}
.dropdown-user{
    padding: 15px;
    top:44px;
}
.dropdown-user a span:hover{
    color: #fff !important;
}
.user-box {
    display: flex;
    padding: .25rem 1rem;
}
.user-box .u-img {
    width: 60px;
}
.user-box .u-text {
    padding: 0 10px;
}
.user-box .u-text h4 {
    margin-bottom: 5px;
    margin-top: 4px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}
.user-box .u-text .text-muted {
    font-size: 12px;
    margin-bottom: 0;
}
.user-box .u-text .text-muted a{
    color: var(--primary__color);
}
.text-muted {
    color: #6c757d !important;
}
.btn-danger {
    background: #f3545d !important;
    border-color: #f3545d !important;
}
.user-box .u-text .btn {
    font-size: 11px;
}
.dropdown-toggle:after{
    display: none;
}
.main-header .dropdown-user .dropdown-item:hover{
    padding-left: 10px;
    color: var(--body_text_color) !important; 
    background: #efe5f1;
}
/* End - Profile Dropdown */



/* Sidebar */
#sidebar-container {
    box-shadow: 0 12px 30px rgba(80, 143, 244, .1);
}
#sidebar-container #collapse-icon:before{
    font-weight: 600;
}
/* Sidebar sizes when expanded and expanded */
.sidebar-expanded {
    width: 270px;
}
.sidebar-collapsed {
    width: 70px;
}
.navbar-brand span.logo{
    font-size: 24px;
    font-weight: 600;
    color:var(--primary__color);
}

/* Menu item*/
#sidebar-container .list-group a {
/*    height: 50px;*/
    color: var(--body_text_color) ;
        border-radius: 0;
        font-weight: 500;
}
#sidebar-container .list-group {
webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
}
/* Submenu item*/
#sidebar-container .list-group .sidebar-submenu a {
/*    height: 45px;*/
    font-size: 14px;
}
#sidebar-container .list-group a img{
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgba(83, 108, 167, .16);
    padding: 5px;
}
.submenu-active span{
    font-weight: 600;
    /* color: var(--primary__color); */
    
}

#sidebar-container.sidebar-expanded .list-group {
    margin-right: 15px;
    margin-left: 15px;
}

#sidebar-container.sidebar-expanded .list-group div{
    padding: 5px 10px;
}

#sidebar-container.sidebar-expanded .sidebar-dropdown.opened {
    /* background-color: #efe5f1 !important; */
    background-color: var(--tertiary__color) !important;
    border-radius: 10px;
}

#sidebar-container.sidebar-expanded .list-group .sidebar-submenu {
     margin-bottom: 0;
}
#sidebar-container.sidebar-collapsed .list-group div
{
    justify-content: center !important;
}
#sidebar-container.sidebar-collapsed .list-group img{
    margin-right: 0 !important;
}
#sidebar-container a.active span.menu-collapsed{
    /* color: var(--primary__color); */
    font-weight: 600;
}
.navbar-brand{
    margin-left: 10px;
}
#sidebar-container.sidebar-collapsed .list-group a{
    padding: 20px 0;
}
/* #sidebar-container.sidebar-expanded  .sidebar-menu  ul li a{
       margin-bottom:10px !important;
} */
/*#sidebar-container.sidebar-expanded .list-group .sidebar-submenu.show{
     margin-bottom:10px;
}*/

/* Tooltip */
.sidebar.sidebar-collapsed div span.tooltip {
    position: absolute;
    top: -20px;
    left: calc(100% + 2px);
    z-index: 3;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    opacity: 0;
    pointer-events: none;
    transition: 0s;
/*    color: #fff;*/
    text-transform: capitalize;
    width: auto;
/*    min-width: 150px;*/
}
.sidebar.sidebar-collapsed div img:hover .tooltip {
  opacity: 1; /* Shows tooltip on hover */
  pointer-events: auto;
/*  transition: all 0.4s ease;*/
  top: 50%;
  transform: translateY(-50%);
}

/*----------------------sidebar-menu-------------------------*/

 .sidebar-menu {
  padding-bottom: 10px;
}

.sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 14px;
  padding: 15px 20px 5px 20px;
  display: inline-block;
}
.sidebar-menu ul{
    padding-left: 0;
    padding-top:20px;
}

.sidebar-menu ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 10px 0;
}
.sidebar-expanded .sidebar-menu ul li a {
    margin-bottom: 10px;
}
 .sidebar-menu ul li a img {
  margin-right: 10px;
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(83, 108, 167, .16);
   /* padding: 5px; */
}

 .sidebar-menu ul li a:hover > div > img:hover {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate;
}

 .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: 15px;
}

 .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0;
}

 .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-left: 25px;
  font-size: 13px;
}
/*#sidebar-container.sidebar-expanded .list-group .sidebar-submenu li a{
    padding: 5px 0;
}*/
/*.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-menu ul li a span.label,
.sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}

.sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
  float: right;
  margin-top: 0px;
}

.sidebar-menu .sidebar-submenu {
  display: none;
}
.sidebar-menu .sidebar-dropdown.opened > a:after {
  transform: rotate(90deg);
  right: 17px;
}
.sidebar-dropdown.opened > a{
    margin-bottom: 0 !important;
}
.sidebar_minimize .sidebar-menu .sidebar-dropdown > a:after{
    display: none;
}
/* Sidebar */
.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 270px;
    padding-top: 55px;
    display: block;
    z-index: 1000;
    color: #fff;
    font-weight: 200;
    background: #fff;
    background-size: cover;
    background-position: center center;
    box-shadow: 2px 0 20px rgba(69,65,78,.07);
    transition: all .3s;
}

.sidebar:before {
    content: '';
    width: calc(100% - 20px);
    height: 1px;
    background: #f1f1f1;
    position: absolute;
    top: 57px;
    left: 10px;
    z-index: 1005;
}

.sidebar-collapsed {
    width: 70px !important;
}
#sidebar-container.sidebar-collapsed li div {
    justify-content: center !important;
}
#sidebar-container.sidebar-collapsed .sidebar-menu ul li a img{
    margin-right: 0;
}
.sidebar .sidebar-wrapper {
    position: relative;
    max-height: calc(100vh - 75px);
    min-height: 100%;
    overflow: auto;
    width: 270px;
    z-index: 4;
    padding-bottom: 100px;
    transition: all .3s;
}

.sidebar .sidebar-wrapper .sidebar-content {
    padding-top: 0;
    padding-bottom: 55px;
}

.sidebar .sidebar-wrapper .scroll-element.scroll-y {
    top: 5px!important;
}

.sidebar .nav {
    display: block;
    float: none;
    margin-top: 20px;
}

.sidebar .nav .nav-section {
    margin: 15px 0 0 0;
}

.sidebar .nav .nav-section .sidebar-mini-icon {
    text-align: center;
    font-size: 25px;
    color: #909093;
    display: none;
}

.sidebar .nav .nav-section .text-section {
    padding: 2px 30px;
    font-size: 11px;
    color: #727275;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 5px;
}

.sidebar .nav>.nav-item {
    display: list-item;
}
/* Submenu Badge */
.sidebar-menu  ul li .badge {
    margin-left: auto;
    line-height:16px;
    padding: .25em 1.3em;
  }
  .sidebar-menu .rounded-pill {
    border-radius: 30px !important;
  }
  .sidebar-menu .bg-subtle-pri {
    background-color: var(--Primary__color) !important;
    color: #fff;
  }
  .sidebar-menu .bg-subtle-sec {
    background-color: var(--Secondary__color) !important;
    color: #fff;
  }

/* Search */
#search-nav{
    width: 420px;
}
.nav-search .form-control {
    border: 0;
    background: 0 0;
    font-size: 13px;
    padding: .375em .75em;
}
.nav-search .form-control:focus, .nav-search .btn-search:focus{
    box-shadow: none;
}
.nav-search .input-group {
    border: 1px solid #eee;
    background: #eee;
    border-radius: 50px;
}
.main-header .navbar-header .nav-search .input-group {
    border: 0;
    background: rgba(255, 255, 255, .22) !important;
}

.main-header .navbar-header[data-background-color] .nav-search .input-group {
    border: 0;
    background: rgba(255,255,255,.22)!important;
    /* background: white; */
}

.main-header .navbar-header[data-background-color] .nav-search .input-group .form-control {
    color: #fff !important;
    height: calc(2em + .75rem + 2px);
}

.main-header .navbar-header[data-background-color] .nav-search .search-icon {
    color: #000;
}
.btn-search i{
    font-size: 18px;
}

.nav-search input[type='text']::-webkit-input-placeholder
{
     font-size: 14px;
    font-weight: 300; 
    color: #fff;
}
.nav-search input[type='text']::-moz-placeholder
{
    font-size: 14px;
    font-weight: 300; 
    color: #fff;
}
.nav-search input[type='text']::-ms-input-placeholder
{
    font-size: 14px;
    font-weight: 300; 
    color: #fff;
}
.nav-search input[type='text']::placeholder
{
    font-size: 14px;
    font-weight: 300; 
    color: #fff;
}
.btn-search i{
    color: var(--white);
}
/* Light Theme */
.main-header .navbar-header.light-theme .nav-search .input-group {
    background: white !important;
}
.main-header .navbar-header[data-background-color] .nav-search .input-group .form-control {
    color: var(--body_text_color) !important;
}
.main-header .navbar-header.light-theme .btn-minimize {
    background: #fff !important;
}
.light-theme .btn-search i{
    color: var(--primary__color);
}

.navbar-header.light-theme .nav-search input[type='text']::-webkit-input-placeholder
{
    color: var(--body_text_color);
}
.navbar-header.light-theme .nav-search input[type='text']::-moz-placeholder
{
    color: var(--body_text_color);
}
.navbar-header.light-theme .nav-search input[type='text']::-ms-input-placeholder
{ 
    color: var(--body_text_color);
}
.navbar-header.light-theme .nav-search input[type='text']::placeholder
{
    color: var(--body_text_color);
}

/* Minimize Sidebar Btn */

.main-header .btn-minimize:focus,.main-header .btn-minimize:hover {
    opacity: 1;
}
.main-header .navbar-header .btn-minimize {
    background: rgba(255, 255, 255, .22) !important;
    /* background: #fff; */
    color: #fff !important;
    box-shadow: none;
}

/* Tooltip */


.sidebar.sidebar-collapsed div span.tooltip {
    position: absolute;
    top: -20px;
    left: calc(100% + 2px);
    z-index: 3;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    opacity: 0;
    pointer-events: none;
    transition: 0s;
/*    color: #fff;*/
    text-transform: capitalize;
    width: auto;
/*    min-width: 150px;*/
}
.sidebar.sidebar-collapsed a:hover span.tooltip {
  opacity: 1; /* Shows tooltip on hover */
  pointer-events: auto;
/*  transition: all 0.4s ease;*/
  top: 50%;
  transform: translateY(-50%);
}

.sidebarMobileShow{
    display: none;
    color: black;
}
.sidebar-menu ul {
    list-style-type: none;
}

/* Header Title Area */

.main-panel .page_title {
    background: #fff;
    margin-top: 0;
    margin-bottom: 30px;
    padding: 10px 20px 10px 20px;
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
   margin-right: -35px;
    margin-left: -35px;
    position: relative;
}
.main-panel .content{
    padding: 0 20px 20px 20px;
}
.page_title h2 {
    font-size: 20px;
    font-weight: 600;
    color: #15283c;
    margin-bottom: 0;
    text-transform: uppercase;

}
.main-panel {
    background: var(--secondary__color);
}

.main-title h3 {
    transition: .5s;
    font-size: 18px;
    font-weight: 600;
    color: var(--panel_text_color);
    line-height: 1;
    margin-bottom: 15px;
}
.verticalCenter{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
/*Title Area Ends*/

/* Insights */

.card-round {
    border-radius: 10px;
}

.card-primary {
    border: none;
    border-left: .25em solid var(--primary__color) !important;
}
.card-stats {
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
    border-radius: 10px;
    margin-bottom: 10px;
}
.card-stats .card-body {
    padding: 15px !important;
}
.card-stats .icon-big {
    font-size: 2.8em;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-stats .col-stats {
    align-items: center;
    display: flex;
/*    padding-left: 5px;*/
}
.card-stats .card-category {
    margin-top: 0;
}

.card .card-category {
     margin-top: 8px;
    font-size: 16px;
    color: var(--panel_text_color);
    margin-bottom: 0;
    word-break: normal;
}
.card-stats .card-title {
    margin-bottom: 0 !important;
}

.card .card-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
}
.card-notsale {
    border: none;
    border-left: .25em solid #36b9cc !important; 
}
.card-pending {
    border: none;
    border-left: .25em solid#f6c23e!important;
}
.card-deleted {
    border: none;
    border-left: .25em solid #dc3545 !important;  
}

/* Tabs Component */
.white_card .white_card_header {
    /*border-bottom: 1px solid #f4f5fa;
    padding: 20px 40px;*/
    border-bottom: 1px solid #e3e6f0;
    padding: 15px 40px;
    background: #efe5f1;
    border-radius: 10px 10px 0 0;
}
.box_header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
}

.main-title h3 {
    transition: .5s;
    font-size: 18px;
    font-weight: 600;
    color: var(--body_text_color);
    line-height: 1;
    margin-bottom: 15px;
}
.box_header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
}
.white_card {
   /* background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;*/
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /* box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important; */
}

.header_iner {
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 99;
    padding: 30px;
    position: relative;
    border-radius: 0;
    margin: 0;
    background: var(--primary__color);
    border-radius: 0 0 10px 10px;
}
.paneltabs .nav-pills li{
    padding: 15px !important;
}
.paneltabs .nav-pills li a{
   color: var(--panel_text_color);
   font-size: 16px !important;
   font-weight: 600;
   padding-bottom: 15px;
}
.paneltabs .nav-pills li a.active {
    border-bottom: 2px solid var(--primary__color);
    color: var(--primary__color);
    transition: none;
}
.paneltabs .nav-pills i{
        font-size: 1.5rem;
}
.paneltabs .nav-pills i[class^="icofont-"], [class*=" icofont-"]{
    font-size: 2rem;
}
.paneltabs .nav-pills li img{
    width: 1.5rem;
}
.paneltabs .nav-pills li a:hover{
    color: var(--primary__color);
}
.paneltabs h4{
    font-weight: 600;
}
.paneltabs .underlineBelow{
    border-bottom: 1px solid #e1dfdf;
    margin-left: 0;
    margin-right: 0;
}
.paneltabs.subTabs ul{
    border-bottom: 1px solid #e1dfdf; 
}
.multiNav.paneltabs ul{
    border-bottom: none;
}
.paneltabs .dashboardForms .form-group label{
    font-weight: 400;
}
.userMgmttabs ul{
    /* background-color: #f4f5fa; */
    border-radius: 10px;
}
.userMgmttabs .nav-pills li{
    padding: 10px 15px !important;
}
.userMgmttabs .nav-pills li a{
    padding-bottom: 10px !important;
}
.userMgmttabs .borderAll{
    border: 1px solid #e1dfdf;
}
.verticalCenter {
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
}

/* Tabs Component Ends */ 


/*Filter : Right Sidebar - Option One*/

.filterForms::before{
    content: '';
    width: calc(100% - 20px);
    height: 1px;
    background: #f1f1f1;
    position: absolute;
    top: 58px;
    left: 10px;
    z-index: 1005;
}
.sidebarRight {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 99;
    top:56px;
    right: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    transition: transform 0.1s ease, opacity 0.1s ease;
    transform-origin: 0 0;
    border: 1px solid #ced4da;
    background-color: var(--white);
    -webkit-box-shadow: 0 10px 23.49px 3.51px rgba(0, 0, 0, .14);
    box-shadow: 0 10px 23.49px 3.51px rgba(0, 0, 0, .14);
  }
  
  .sidebarRight a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: var(--panel_text_color);
    display: block;
    transition: 0.3s;
  }
  
  .sidebarRight a:hover {
    color: var(--primary__color);
  }
  
  .sidebarRight .closebtn {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  .sidebarRight .form-check {
      padding-left: 0;
  }
  .sidebarRight .form-check label{
      font-size: 14px;
  }
  .sidebarRight h6{
      text-transform: uppercase;
  }
  .sidebarRight .form-group {
     margin-bottom: 5px;
  }
  .sidebarRight .filterForms .form-control {
      font-size: 14px;
      border-radius: 10px;
      height: calc(1.5em + .75rem + 4px);
      border: 1px solid #ced4da;
  }
  .sidebarRight .filterForms .addTldText{
    /* padding: 7px 10px; */
    /* line-height: 24; */
    border-radius: 10px 0 0 10px;
    height:35px;
    box-shadow: none !important;
}
  .sidebarRight .filterForms .addTldbtn{
    border-radius: 0 10px 10px 0;
    margin-left: -11px;
    padding: 5px 7px;
    width: 100%;
    
  }
  .sidebarRight .filterContent-scroll{
      height: 70vh;
      overflow-y: scroll;
      overflow-x: hidden;
      padding-left: 15px;
  }
  .sidebarRight .auctionType {
    display: none;
  }
  .filterForms .exchangeBtn{
    text-align: center;
}
.filterHeader{
    padding: 15px;
    background-color: var(--white);
}
.sidebarRight .filterForms .applyFilter {
    padding: 5px 10px;
    font-size: 14px;
    box-shadow: none;
    border-radius: 10px;
    background: #efe5f1; 
}
  /* width */
  .filterContent-scroll::-webkit-scrollbar {
    width: 5px;
    background: #d4d9dd;
  }
  /* Track */
   .view-fields-modal::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px var(--primary__color);
    border-radius: 10px;
  }
   
  /* Handle */
  .filterContent-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
     background: #efe5f1; 
  }
  
  /* Handle on hover */
  .filterContent-scroll::-webkit-scrollbar-thumb:hover {
  /*  background: var(--primary__color); */
  }
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
 
    .sidebarRight a {font-size: 18px;}
  }
  /* Filter Ends */

  
.edit-filter-modal{

    /*  border-radius: 0 0 4px 4px;*/
        width: 350px;
        position: absolute;
        right: 0;
        box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
        transition: transform 0.1s ease, opacity 0.1s ease;
        transform-origin: 0 0;
        padding: 20px;
        top: 82px;
        max-height: 500px;
        overflow-y:scroll;
        z-index: 99;
        border: 1px solid rgba(243, 0, 112, .4);
        background-color: var(--white);
        -webkit-box-shadow: 0 10px 23.49px 3.51px rgba(0, 0, 0, .14);
        box-shadow: 0 10px 23.49px 3.51px rgba(0, 0, 0, .14);
    }
    
    /* width */
    .edit-filter-modal::-webkit-scrollbar {
      width: 7px;
    }
    
    /* Track */
     .edit-filter-modal::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px #d4d9dd;
      border-radius: 10px;
    }
     
    /* Handle */
     .edit-filter-modal::-webkit-scrollbar-thumb {
      border-radius: 10px;
    }
    
    /* Handle on hover */
     .edit-filter-modal::-webkit-scrollbar-thumb:hover {
      background: #d4d9dd; 
    }
    
    .edit-filter-modal .form-check{
        padding-left: 0;
    }
/* Fields To View Dropdown */
.view-fields-dropdown{

    transition: color 0.2s ease;
    cursor: pointer;
    margin-right: 15px;
  }
  
  .view-fields-modal{
  
  /*  border-radius: 0 0 4px 4px;*/
          width: 550px;
      position: absolute;
      right: 0;
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
      transition: transform 0.1s ease, opacity 0.1s ease;
      transform-origin: 0 0;
      padding: 20px 0;
      top: 57px;
      z-index: 9;
      border: 1px solid #e1dfdf;
      background-color: var(--white);
      -webkit-box-shadow: 0 10px 23.49px 3.51px rgba(0, 0, 0, .14);
      box-shadow: 0 10px 23.49px 3.51px rgba(0, 0, 0, .14);
      border-radius: 10px;
  }
  
  /* width */
  .view-fields-modal::-webkit-scrollbar {
    width: 7px;
  }
  
  /* Track */
  /* .view-fields-modal::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #d4d9dd;
    border-radius: 10px;
  }*/
   
  /* Handle */
   .view-fields-modal::-webkit-scrollbar-thumb {
    border-radius: 10px;
  }
  
  /* Handle on hover */
   .view-fields-modal::-webkit-scrollbar-thumb:hover {
    background: #d4d9dd; 
  }
  .view-fields-form .form-group{
      padding-left: 15px;
      padding-right: 15px;
  }
  .view-fields-form .col-form-label{
      font-size: 14px;
  }
  .switch {
    position: relative;
    display: inline-block;
    width: 43px;
    height: 20px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 1px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch  input:checked + .slider {
  background: #738efa;
}

.switch  input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.switch  input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.switch  .slider.round {
  border-radius: 34px;
}

.switch  .slider.round:before {
  border-radius: 50%;
}


/*Buttons*/
.view-fields-btn {
    padding: 7px;
  background-color: var(--footer-bg);
  border: 1px solid #e1dfdf;
  font-weight: 500;
  font-size: 14px;
  border-radius: 10px;
  
}
.view-fields-btn i{
  font-size: 1.5rem;
}
.add-domain-btn{
  background-color: var(--primary__color);
  color: #fff;
}
/* Buttons End*/


/* Dashboard Forms */
.dash-btn{
    font-size: 13px;
    padding: 4px 15px;
    background-color: var(--primary__color);
    color: var(--white);
    margin-bottom: 5px;
}

/*Dashboard Forms */

.dashboardForms .form-control, .dashboardForms .form-control:hover,.dashboardForms .form-control:focus, .dmForms .form-control, .dmForms .form-control:hover{
    /*    box-shadow:0 5px 15px 0 rgba(28, 75, 154, .1);*/
        border:1px solid #ced4da;
    
    }
    .form-control:hover,.dashboardForms .form-control:focus, .dmForms .form-control:hover, .dmForms .form-control:focus{
        box-shadow:0 5px 15px 0 rgba(28, 75, 154, .1);
    }
    .dashboardForms .form-control, .dmForms .form-control{
        font-size: 16px;
        border-radius: 10px;
        height: calc(1.5em + .75rem + 6px);
    }
    .dashboardForms h4{
        font-weight: 600;
        line-height: 26px;
    }
    .dashboardForms .form-group, .dmForms .form-group{
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-bottom: 3rem;
    }
    .dashboardForms .ms-choice {
        line-height: 34px;
    }
    .dashboardForms .input-group-text{
        border-radius: 0 10px 10px 0;
    }
    #domainModal .dmForms .form-group{
        margin-bottom: 2rem;
    }
.dashboardForms .form-control:disabled, .dashboardForms .form-control[readonly] {
    background-color: var(--tertiary__color);
    opacity: 1;
}
.dashboardForms .formSection {
    border-bottom: 1px solid #dee2e6;
}
.dashboardTable .rt-light-gray{
    background-color: var(--tertiary__color);
    color: var(--panel_text_color);
}
.dashboardTable thead th {
    padding: 10px 20px;
    border-color: #e1dfdf;
    border-bottom: 1px solid #e1dfdf;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.dashboardTable tbody th, .dashboardTable tbody td {
    padding: 10px 20px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}
.dashboardTable tbody td img{
    /* width: 1.5rem; */
}
.dashboardTable .rt-sm4{
    font-size: 13px;
    padding: 5px 20px;
}
/* Tool Dropdown */
.toolDropDown {
    width: 30px !important;
    height: 30px !important;
    padding: 0 !important;
    border: none !important;
    background: transparent;
}

.toolDropDown-menu .dropdown-item {
    padding: 8px 15px;
    font-size: 13px;
}
.dash_more_tool .dropdown span {
    padding-left: 5px;
}

.dash_more_tool .dropdown span i {
    font-size: 12px;
    font-weight: 400;
    transform: rotate(90deg);
    display: inline-block;
    color: #59748a;
    position: relative;
    top: -1px;
    margin-right: 5px;
}
.dash_more_tool .dropdown .dropdown-menu {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 13px;
    top: 5px !important;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px 0 rgba(80, 143, 244, .2);
    -moz-box-shadow: 0 0 20px 0 rgba(80, 143, 244, .2);
    box-shadow: 0 0 20px 0 rgba(80, 143, 244, .2);
}
.dash_more_tool .dropdown .dropdown-menu a i {
    font-size: 13px;
    vertical-align: middle;
    position: relative;
    margin-right: 5px;
}

/* Login Css*/
.rt-form-two .form-control{
    height: calc(3em + .75rem + 2px);
}

.logFormWrapper .rt-section-title {
    font-size: 42px;
    margin-bottom: 10px;
}
.rt-form-two [type='color'], .rt-form-two [type='date'], .rt-form-two [type='datetime'], .rt-form-two [type='datetime-local'], .rt-form-two [type='email'], .rt-form-two [type='month'], .rt-form-two [type='number'], .rt-form-two [type='password'], .rt-form-two [type='search'], .rt-form-two [type='tel'], .rt-form-two [type='text'], .rt-form-two [type='time'], .rt-form-two [type='url'], .rt-form-two [type='week'], .rt-form-two input:not([type]), .rt-form-two textarea, .rt-form-two .form-control{
    padding: 32px 10px 5px;
}
.rt-form-two label{
    top:10px;
}

.blue-btn{
    background-color: var(--primary__color);
    color: #fff;
}
.blue-btn:hover{
    background-color: var(--primary__color);
    color: #fff;
}

.dashboardForms .input-group .input-group-text{
    background: var(--primary__color);
}
.blue-gradient{
    background: linear-gradient(to right, #738efa 0%, var(--primary__color) 51%, #738efa 100%);
    color: #fff;
}
.multiple-select .ms-drop ul>li.hide-radio.selected {
    background-color: var(--primary__color);
}
.dashboardForms .dash-btn{
    font-weight: 500;
}
#scrollUp{
    background: var(--primary__color) !important;
}


/* Login/Register*/
.registerWrapper{
    background-color:#fff; padding:50px; height: 100vh;
  }
  /* Login/Register End*/
  @media (min-width: 992px) {
  
      /* Media - Dashboard Header Start */
      .dashboardHeader .open-cart-opt a span{
    
          font-size: 12px;
          background-color: #ea8544;
          position: relative;
          left: -10px;
          top: -9px;
          border-radius: 50%;
          padding: 2px;
      }
     .dashboardHeader .main-header{
              padding-bottom: 0 !important;
      }
      .dashboardHeader .navbar{
              padding: 0 1rem;
      }
      .dashboardHeader .current-menu-item {
          background-color: #fff;
          border-radius: 20px 20px 0 0;
      }
      .dashboardHeader .main-menu ul li {
          padding-top: 10px;
         padding-bottom: 16px;
          margin-bottom: -1px;
      }
      .dashboardHeader .sub-menu li {
          padding-top: 0 !important;
          padding-bottom: 0 !important;
      }
      .dashboardHeader .main-menu > ul > li.current-menu-item > a{
          color: var(--black) !important;
      }
      /* Media - Dashboard Header Start */
  
      /* active nav style option 2 Start*/
      .anav-style .current-menu-item {
          background: linear-gradient(102deg, var(--Primary__color) 0%, var(--texteb7) 100%);
          border-radius: 0;
      }
      .anav-style .main-menu ul li {
          padding-top: 15px;
          padding-bottom: 15px;
          margin-bottom: -1px;
      }
      .anav-style .navbar, .anav-style .main-header{
              padding: 0 !important;
      }
      .anav-style .main-menu > ul > li.current-menu-item > a{
          color: var(--white) !important;
      }
      /* active nav style option 2 End */
  
  }
  /* Auth Modal Start*/
  .authWrapper{
      background-color: #f6f7fb;
      padding: 5px 20px 20px 20px !important;
  }
  .authInnerWrap{
      background-color: #e1e4eb;
      padding: 15px;
      border-radius: 10px;
  }
  .rt-auth-modal .modal-lg{
      max-width: 650px;
  }
  .copy-text {
      position: relative;
      padding: 5px 10px;
      border: 1px solid #000;
      border-radius: 10px;
      display: flex;
  }
  .copy-text input.text {
     /* padding: 10px;
      font-size: 18px;
      color: #eb7e0a;
      border: none;
      outline: none;
      background: transparent;*/
      padding: 2px;
      font-size: 18px;
      color: var(--text605);
      border: none;
      outline: none;
      background: transparent;
      margin-right: 40px;
  }
  .copy-text button {
      padding: 5px;
      background: transparent;
      color: var(--body_text_color);
      font-size: 18px;
      border: none;
      outline: none;
      border-radius: 10px;
      cursor: pointer;
  }
  
  .copy-text button:active {
      background: transparent;
      transform: scale(1.2);
  }
  .copy-text button:before {
      content: "Copied";
      position: absolute;
      top: -50px;
      right: 0px;
      background: #eb7e0a;
      color: #fff;
      padding: 8px 10px;
      border-radius: 20px;
      font-size: 15px;
      display: none;
  }
  .copy-text button:after {
      content: "";
      position: absolute;
      top: -20px;
      right: 25px;
      width: 10px;
      height: 10px;
      background: #eb7e0a;
      transform: rotate(45deg);
      display: none;
  }
  .copy-text.active button:before,
  .copy-text.active button:after {
      display: block;
  }
  .auth-p-content{
      font-size: 12px;
      color: var(--body_text_color);
      text-align: justify;
      line-height: 1.7em;
  }
  .rt-auth-modal .rt-modal-headr{
      background: #f6f7fb;
      border: none;
      padding: 5px 0 0 0;
  }
  .rt-auth-modal .modal-header .close , #domainModal .modal-header .close {
      color: #fff;
      font-size: 20px;
      position: relative;
      left: 7px;
      background: var(--primary__color);
      top: -12px;
      opacity: 1;
      border-radius: 50px;
      padding: 5px 10px;
      font-weight: 500;
  }
   #domainModal .modal-header .close {
      left: -10px;
      top:14px;
  }
  #domainModal .modal-content{
      border-radius: 10px;
  }
  #domainModal .modal-header {background: #f4f5fa;
      border-bottom: 1px solid #e1dfdf;
  }
  .rt-auth-modal .modal-header .close:hover{
      opacity: 1;
  }
  .leftAuthWrap ul{
          padding-left: 0;
          list-style: none;
  }
  .leftAuthWrap ul li img{
      height: 20px;
      width: 20px;
      margin-right: 10px;
      margin-bottom: 5px;
  }
  .leftAuthWrap ul li {
      margin-bottom: 15px;
  }
  
  /* Domain Portfolio Page*/
  .calendar-search-btn{
      outline: none !important;
      border: 0;
      background: transparent;
      position: absolute;
      top: 15px;
      margin-left: 215px;
  }
  .calendar-search-btn .icofont-ui-calendar:before {
      color: #000;
  }
  .port-search-form [type='search']{
  
    width: 85%;
    background-color: #d4d9dd;
      padding: 10px 15px;
      border: 1px solid #e1dfdf;
      border-radius: 15px 0 0 15px;
  }
  .port-search-form [type='text']{
      border-radius: 15px;
        width: 100%;
    background-color: var(--footer-bg);
      padding: 7px 10px;
      border: 1px solid #e1dfdf;
      min-width: 250px;
  }
  .port-search-form .icofont-search-1:before{
    color: #ec4148;
    font-size: 1.5rem;
  }
  .port-search-btn{
      font-family: var(--commonfont);
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;
   background-color: #d4d9dd;
      position: relative;
      z-index: 2; 
  
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display:         inline-flex;
      overflow: hidden;
      margin-left: -5px;
      padding: 11px 10px;
      border-radius: 0 15px 15px 0;
      -webkit-transition: all .24s cubic-bezier(.55, .055, .675, .19);
              transition: all .24s cubic-bezier(.55, .055, .675, .19);
      white-space: nowrap;
  
      border-width: 0;
  
  
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
              align-items: center;
  }
   
  .port-search-form span.bar{
     position: relative;
      top: 50%;
      width: 1px !important;
      height: 20px !important;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: black;
  }
  #myTabContent table{
    background-color: #fff;
  }
  
  #myTabContent .btn:focus{
      box-shadow: none;
  }
  #myTabContent .rt-rounded-10
  {
      border-radius: 10px !important;
  }
  .view-fields-btn {
        padding: 7px 10px;
      background-color: var(--footer-bg);
      /* box-shadow: 0 5px 15px 0 rgba(28, 75, 154, .1); */
      border: 1px solid #e1dfdf;
      font-weight: 500;
      font-size: 14px;
      border-radius: 10px;
  }
  .view-fields-btn i{
      font-size: 1.5rem;
  }
  .add-domain-btn{
      background-color: var(--primary__color);
      color: #fff;
  }
  @media (max-width: 1199.98px) {
      .inline-actions{
          display: inline-flex;
          padding: 25px 15px !important;
      }
  }
  @media (max-width: 991.98px) {
      .inline-actions{
          display: inline-flex;
          padding: 25px 5px !important;
      }
  }
  /* */
  
  @media (max-width: 767px) {
      .dashboardHeader .top-header{
          display: none;
      }
      .reg-link{
          text-align: center !important;
          margin-top: 10px !important;
      }
  }
  
  .searchByDate .ui-datepicker .ui-datepicker-title{
      color: #fff;
  }
  
  /* Nested Tabs*/
  
  #multiTab .nav-pills .nav-link.active{
      color: var(--Primary__color);
  }
  #multiTab .left{
      text-align: right;
      border-right: 2px solid var(--Secondary__color);
  }
  
  #multiTab .right{
      text-align: left;
  }
  
  #multiTab .nav-pills .nav-link{
      background-color: #fff;
     /* box-shadow: 0 5px 15px 0 rgba(28, 75, 154, .1);*/
      color: #000000;
  
  }
  #multiTab  .nav-pills .nav-link {
      padding: .2rem 2rem;
  }
  #multiTab .nav-pills .nav-link {
      border-radius: 0;
  }
  
  /* Auction / MakeOffer / Buy Domain View */
  .auctionView .imil-box .rt-box-style-2{
    border-radius: 10px 10px 0 0;
  }
  .auctionView .highlightViewB{
    border-radius: 0 0 10px 10px;
  }
  .auctionView .highlightViewT{
    border-radius: 10px 10px 0 0;
  }
  .auctionView .rt-box-style-2{
    border-radius: 10px;
  }
  .auctionView .rt-box-style-3{
    border-radius: 0 0 10px 10px;
  }
  .auctionView .alert{
    padding:7px 15px;
  }
  .profileView .highlightViewT {
    border-radius: 10px 10px 0 0;
    background: #efe5f1;
    }
    .profileView .rt-box-style-2{
    border-radius: 10px;
    }
    .profileView .rt-box-style-3{
    border-radius: 0 0 10px 10px;
    }

/* Added to cart modal */
.modal-confirm {        
    color: var(--body_text_color);
    font-size: 14px;
}
.modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}
.modal-confirm .modal-header {
    border-bottom: none;   
    position: relative;
}
.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -15px;
}
.modal-confirm .form-control, .modal-confirm .btn {
    min-height: 40px;
    border-radius: 3px; 
}
.modal-confirm .close {
    position: absolute;
    top: -5px;
    right: -5px;
}   
.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
}   
.modal-confirm .icon-box {
    color: #fff;        
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -64px;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    z-index: 9;
    background: #df3433;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-confirm .icon-box i {
    font-size: 40px;
    position: relative;
    top: 6px;
}
.modal-confirm.modal-dialog {
    margin-top: 80px;
}
.modal-confirm .btn {
    color: #fff;
    border-radius: 4px;
    background: var(--primary__color_light);
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
}
.modal-confirm .btn:hover, .modal-confirm .btn:focus {
    outline: none;
}

/* Add Domain Page*/
.add-domain .form-control{
    font-size: 16px;
}
.add-domain .form-group label{
    font-weight: 600;
}
.add-domain .form-control:hover,.add-domain .form-control:focus{
    box-shadow:0 5px 15px 0 rgba(28, 75, 154, .1);
    border:1px solid #ced4da;
}
.add-domain .form-group{
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 1.5rem;
}
form.add-domain{
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 30px;
} 

.addDomainWrapper{
    background-color:#fff; box-shadow: 0 5px 8px 0 rgba(46, 61, 98, 0.2)
, 0 6px 20px 0 rgba(46, 61, 98, 0.5);  padding:50px;
}
.addDomainTitle{
    background-color:#fff; box-shadow: 0 5px 8px 0 rgba(46, 61, 98, 0.2)
, 0 6px 20px 0 rgba(46, 61, 98, 0.1); padding:10px 50px;
}

/*Settings Page */
.qrCodeBox{
    display: block;
    text-align: center;
}  

/* Cart Page */
#domainCart td{
    padding: 20px 10px;
}
#domainCart .cart-heading a{
    font-weight: 600;
    color: var(--primary__color);
}
#domainCart .cart-body span{
    font-weight: 600;
    color: var(--black);
    font-size: 14px;
}
#checkoutCart td{
    padding: 10px;
}
#domainCart.table-hover tbody tr:hover {
    background-color: var(--tertiary__color);
}
/* Cart Modal */
#cartModal .modal-content{
    border-radius: 10px;
}
#cartModal .modal-content h5{
    font-size: 22px;
    color: var(--primary__color);
}
#cartModal .modal-content p{
    font-size: 18px;
    color: var(--body_text_color);
}
#cartModal .modal-header .close {
    color: #fff;
    font-size: 20px;
    position: relative;
    left: -14px;
    background: var(--primary__color_light);
    opacity: 1;
    border-radius: 50px;
    padding: 3px 6px;
    font-weight: 500;
    top: 10px;
    z-index: 99;
}
/* Notification Page */
#notifyMe td{
    padding: 20px 10px;
}
#notifyMe .cart-heading a{
    font-weight: 600;
    color: var(--primary__color);
}
#notifyMe .cart-body span{
    font-weight: 600;
    color: var(--black);
    font-size: 14px;
}

#notifyMe.table-hover tbody tr:hover {
    background-color: var(--tertiary__color);
}
#notifyMe .fa.fa-window-close{
    color: #dc3545;
    font-size: 18px;
}
#notifyMe span.badge {
    float: right;
    background-color: var(--Primary__color);
    color: #fff !important;
    line-height:16px;
    font-size: 12px;
    padding: .25em 1.3em;
}
#notifyMe .desc{
    font-size: 14px;
}
#notifyMe .bg-danger-subtle{
    background-color: var(--Secondary__color) !important;
}
.notify {
    position: relative;
    top: -27px;
    right: -6px;
}
.notify .waves {
    position: absolute;
    top: -5px;
    right: -2px;
    height: 22px;
    width: 22px;
    z-index: 10;
    border: 2px solid #f8285a;
    border-radius: 70px;
    animation: heartbit 1s ease-out;
    -moz-animation: heartbit 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: heartbit 1s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: heartbit 1s ease-out;
    animation-iteration-count: infinite;
}
.notify .point {
    width: 8px;
    height: 8px;
    border-radius: 30px;
    position: absolute;
    right: 5px;
    top: 2px;
    background: linear-gradient(102deg, var(--Primary__color) 0%, var(--texteb7) 100%);
    position: absolute;
}

@keyframes heartbit {
    0% {
      -webkit-transform: scale(0.2, 0.2);
      transform: scale(0.2, 0.2);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
      opacity: 0.9;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
      -webkit-transform: scale(0.9, 0.9);
      transform: scale(0.9, 0.9);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
  }

  .waves {
  /* background: rgba(0, 0, 0, 0.3); */
  opacity: 0;
  border: 2px solid #f8285a;
    border-radius: 70px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
   -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}
        
.wave-1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}  
/* Auth View */
.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Upload";
}
.custom-file-label {
    display: block;
    width: 100%;
    padding: .575rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-size: 16px;
    border-radius: 10px;
    height: calc(1.5em + .75rem + 6px);
}
.custom-file-label::after {
    height: calc(1.5em + .75rem + 5px);
    padding: .575rem .75rem;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0 10px 10px 0;
}
/* Auth View End */
/* Responsive */
@media screen and (max-width: 1200px) {
    .paneltabs .nav-pills li {
        padding: 12px !important;
    }
}
@media screen and (min-width:992px) {
    .main-panel {
        position: relative;
        width: calc(100% - 270px);
    /*    height: 100vh;*/
        min-height: 100%;
        float: right;
        transition: all .3s;
    }
    .sidebar_minimize .main-panel {
        width: calc(100% - 70px);
        transition: all .3s;
    }

}
@media screen and (max-width: 991px) {
    #sidebar-container.sidebar{
        display: none;
        height: 100vh;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    #sidebar-container.sidebar.sidebar-expanded {
        display: block;
    }
    .sidebar-menu ul {
        list-style-type: none;
    }
    .sidebar-collapsed .sidebar-menu{
        opacity: 0;
    }
    #search-nav{
        display: none !important;
    }
    .navbar-minimize button.btn-minimize{
        display: none !important;
    }
    .navbar-nav.topbar-nav{
        display: none !important;
    }
    .main-header .logo-header{
        background-color: var(--primary__color_light);
    }
    .main-header .navbar-header{
        border: 0;
    }
    .sidebarMobileShow {
        display: block !important;
    }
    .sidebar-collapsed {
        width: 0 !important;
    }
    .main-header .logo-header .big-logo .logo-img {
         display: none !important;
    }
     .main-header .logo-header .logo-full{
        display: none !important;
    }
    .main-header .logo-header .logo-mobile{
        display: block;
    }
    .main-header .logo-header{
         width: 270px !important;
    }
    .sidebar-collapsed .sidebar-menu .sidebar-profile{
        display: none !important;
    }
    .sidebar-collapsed .sidebar-menu .sidebar-socialMenu {
        display: none !important;
    }
    .sidebar-expanded .sidebar-menu .sidebar-profile{
         opacity:0;
          -webkit-animation:fadeIn ease-in 1;
          -moz-animation:fadeIn ease-in 1;
          animation:fadeIn ease-in 1;

          -webkit-animation-fill-mode:forwards;
          -moz-animation-fill-mode:forwards;
          animation-fill-mode:forwards;

          -webkit-animation-duration:1s;
          -moz-animation-duration:1s;
          animation-duration:1s;
        display: block;
    }
    .sidebar-expanded .sidebar-menu .sidebar-socialMenu {
        display: block;
    }
    .sidebar-expanded .sidebar-menu .sidebar-dropdown > a:after{
        display: block !important;
    }
}
@media screen and (max-width: 767px) {
   /*#sidebar-container.sidebar.sidebar-expanded{
     
        display: block !important;
   }*/
}

@media screen and (max-width: 600px) {
   #sidebar-container.sidebar{

    background: var(--primary__color_light);
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
   }
    .main-header .logo-header {
        align-items: center;
        max-width: 200px;
        display: grid
    }
   
    #sidebar-container .list-group a{
        color: #fff;
    }
    #sidebar-container .sidebar-dropdown.opened a{
        color: var(--body_text_color);
    }
    .sidebar-socialMenu .rt-single-icon-box{
        background-color: transparent !important;
    }
}
@media screen and (max-width: 576px) {

}

.disabledBtn{
    color: var(--text777) !important;
    background-color: #efe5f1;
}