body{
    margin:0;
    padding: 0;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Poppins', sans-serif;
}
.rs_top_menu{
    align-items: center;
}

#navbarsExampleDefault .navbar-nav.rs_top_menu li a{
    color: #383d3e;
    padding: 0px 0px;
    font-size:14px;
    position: relative;
}
#navbarsExampleDefault .navbar-nav.rs_top_menu li a:hover{
    color: #00AFFA;
    text-decoration: none;
}
#navbarsExampleDefault .navbar-nav.rs_top_menu li a:hover{
  color: #9e9e9e;
}
#navbarsExampleDefault .navbar-nav.rs_top_menu li {
    padding: 0px 30px;
    list-style-type: none;
}
#navbarsExampleDefault .navbar-nav.rs_top_menu li > a:hover::before {
    content: '';
    width: 100%;
    bottom: -5px;
    left: 0px;
    height: 2px;
    border-bottom: 2px solid #00AFFA;
    position: absolute;
    display: block;
}
.phone_view .toggle-nav {
    color: #000;
}
.phone_view .toggle-nav:hover{
  color: #000;
}
#navbarsExampleDefault .navbar-nav.rs_top_menu li > a::before {
    content: '';
    width: 0px;
    transition: .3s all ease;
}
.circle{
    border-radius: 50%;
}
.show>.btn-primary.dropdown-toggle{
     box-shadow:0 !important;
    background-color: transparent !important;
    border: none !important;
}
.rs_top_drop .btn-primary, .rs_top_drop .btn-primary:hover  {
    background-color: transparent;
    border: none;
    padding:0;
    box-shadow: none;
}
.rs_top_drop .btn-primary img{
    border-radius: 50%;
}
.rs_top_drop .dropdown-toggle::after{
    display:none;
}
.rs_top_drop .dropdown-menu{
    left:-60px;
}
.rs_top_drop .btn-primary:not(:disabled):not(.disabled).active:focus,
 .rs_top_drop .btn-primary:not(:disabled):not(.disabled):active:focus, .show> .btn-primary.dropdown-toggle:focus {
    box-shadow:0;
    background-color: transparent;
    border: none;
}
.rs_content_bg{
    background-color:#f6f6f6;
    /* height: 100vh; */
}
.rs_top_drop .dropdown-menu li{
    padding:0px 10px !important;
    line-height: 2.5;
}
.rs_top_drop .dropdown-menu li i{
    margin-right: 10px;
}
.rs_top_drop .dropdown-menu li a:hover{
    color:#585858   !important ;
}
 .rs_top_drop li > a:hover::before{
    display: none !important;
 }
 .rs_top_drop .dropdown-menu li a:hover {
    color: #414141 !important;
}

.fa-fa-plus{
    background: #00AFFA!important;
}

.company_sidebar .nav-pills .nav-link span i {
    width: 25px;
}
.company_sidebar{
    /* background-color:#00AFFA; */
    background-color: white;
    height: 100%;
    position: fixed;
    width: 300px !important;
    z-index: 8;
    left: 0;
    padding: 0px;
    overflow-y: auto;
}

.company_sidebar ul li {
    display: block;
    width: 100%;
   /* border-top: 1px solid #eee;*/
}

.company_sidebar .nav-link.active{
    background-color: #fff;
    border-radius: 0;
    color: #00AFFA;
    border-left: 3px solid;
}
.company_sidebar .nav-pills .nav-link{
    /* color:#fff; */
    color: rgba(0, 0, 0, 0.76);
    padding:10px;
    font-size: 14px;
    max-width: 90%;
    margin: 0px auto;
    border-radius: 10px;
}

.rs_company_list{
    padding:15px 0px 10px;
}
.rs_company_list h2 {
    color: #383d3e;
    font-weight: normal;
    font-size: 25px;
}
.rs_company_section .table{
    margin-bottom:0px;
}
.rs_company_section .table td{
    vertical-align: middle;
}
.rs_company_section .table thead tr th{
    padding-top:20px;
    padding-bottom:20px;
    color: #585858;
    font-weight: 600;
    border-bottom:0;
    border-top:0;
    font-size:15px;
}
.rs_company_section .table tbody tr td{
    color:#585858;
    font-size:14px;
}
.rs_company_section .table tbody tr:nth-of-type(odd){
    /* background-color: rgba(111, 0, 255, 0.1); */
    background-color: rgba(55, 100, 228, 0.1);
}
.rs_company_section .table tbody tr td:last-child i,.download-pdf {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #fff;
    /* background-color: #ffd357; */
    background-color: #618afd;
    font-size: 12px;
}
.rs_side_icon a {
    padding: 10px;
    color: #00AFFA
}
.rs_side_icon .setting_icon {
    padding: 18px 5px;
}
.rs_pagination .page-item.active .page-link{
    background-color: #00AFFA;
    color:#fff;
    border:1px solid #00AFFA;
}
.rs_pagination  .page-link{
    color:#000;
}
.rs_pagination  .page-link:hover{
    background-color: #00AFFA;
    color:#fff;
}
.page-link {
    color: #00AFFA;
}
.page-item.active .page-link {
    background-color: #00AFFA;
    border-color: #00AFFA;
}
.page-link:hover {
    background-color: #618afd;
    border-color: #00AFFA;
}
.rs_footer_section{
    background-color:#2d2d2d;
    padding:10px 0;
}
.rs_footer_section p{
    color:#fff;
    font-size: 14px;
}
.rs_top_menu .sub-menu{
    display: none;
}
.rs_top_menu .sub-menu{
    background:#fff;
    box-shadow: 2px 1px 5px #fff;
}
.rs_top_menu .sub-menu li{
    list-style-type: none;
}
.rs_top_menu .sub-menu{
    padding-left: 0px;
}
.rs_top_menu .sub-menu li a{
    text-align: left;
    line-height: 1.5;

}
label{
    font-size:14px;
    color:#646464;
    font-weight: 500;
}
input[type="date"] {
    font-size: 14px;
    color: #585858;
}
.form-control::placeholder {
    font-size: 14px;
    color: #ccc;
}
.form-control:focus{
    box-shadow: 0 0 0 0.2rem rgba(205,90,145,.25);
    border-color:#fccee4;

}
.custom_button a{
    /* background-color:#383d3e; */
    background-color:#00AFFA;
    padding: 10px 20px;
    color:#fff;
    border-radius: 5px;
    text-decoration: none;
    border:0;
    font-size: 14px;
}
.custom_button a:hover{
    color: #fff;
    /* background-color: #474a4b; */
    background-color:#00AFFA;
}

.custom_button button{
    /* background-color:#383d3e; */
    background-color:#00AFFA;
    padding: 10px 20px;
    color:#fff;
    border-radius: 5px;
    text-decoration: none;
    border:0;
}
.custom_button button:hover{
    color: #fff;
    /* background-color: #474a4b; */
    background-color: #15B8F6;
}
.custom_button{
    /*display: flex;
    justify-content: flex-end;*/
    text-align: right;
}

.custom_button_left button{
    background-color:#383d3e;
    padding: 10px 20px;
    color:#fff;
    border-radius: 5px;
    text-decoration: none;
    border:0;
}
.custom_button_left button:hover{
    color: #fff;
    /* background-color: #474a4b; */
    background-color: #15B8F6;
}
.custom_button_left{
    display: flex;
    justify-content: flex-start;
}



.login-page .card{
    padding:30px 15px;

}
.login_head h2 {
    font-weight: 600;
    color: #585858;
    margin-bottom: 25px;
}
.logo_section{
    margin:60px 0px 30px 0px;

}
.input-group-text {
    background: transparent;
}
.login-page .form-control {
    height: 45px;
}
.login-page .input-group.mb-3{
    margin-bottom: 35px !important;
}
.rs_forgot {
    display: flex;
    justify-content: space-between;
}
.custom-control-input:checked~.custom-control-label::before{
    border-color: #00AFFA;
    background-color: #00AFFA;
}
.for_got a {
  color: #585858;
 font-size: 14px;
}
.login-btn {
    margin: 40px 0;
}
.login-btn a {
    background: #00AFFA;
    padding: 12px;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
}
.right_section_centent {
    padding-left: 60px;
}
/*rs_create_campaign start*/

.modal .modal-content {
    border-radius: 3px;
    border: 0;
}
.modal-header {
    background:transparent;
    border-radius: 0;
    color: #585858;
}
div#create-campaign .close {
    color: #585858;
    opacity: 1;
}
#upload.form-control{
    line-height: 0.9;
}
.save_btns .btn.btn-primary {
    background-color: #00AFFA;
    border-color: #00AFFA;
}
.save_btns .btn.btn-warning {
    background-color: #585858;
    border-color: #585858;
    color:#fff;

}
.card{
    border:0 !important;
    box-shadow: 1px 0px 8px #d0d0d0;
}
.rs_create_campaign .table thead tr th{
    padding-top: 20px;
    padding-bottom: 20px;
    color: #585858;
    font-weight: 600;
    border-bottom: 0;
    border-top: 0;
    font-size: 15px;
}
.rs_create_campaign .table tbody tr td{
    color: #585858;
    font-size: 14px;
}
.rs_create_campaign .table tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 150, 213, 0.1);
}
.filter-table-section .btn-light {
    background-color: #fff;
    border: 1px solid #ddd;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}
td.filter-btns {
    vertical-align: bottom !important;
    text-align: right;
}
td.filter-btns .filter_search {
    background: #00AFFA;
    border: 0;
    width: 100%;
    padding: 7px;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
}
#new_campaign .card{
    padding: 15px;
}
#new_campaign .custom-select{
    font-size: 14px;
    color: #585858;
    width: 100%;
}
.rs_sumbit_btns{
    text-align: left;
    margin:20px 0;
    border:0;
    transition: 1s;
}
.rs_sumbit_btns a{
    background-color: #00AFFA;
    padding: 10px 30px;
    color: #fff;
    border-radius:5px;
    border:0;
}
.custom_button button:hover {
  /* background-color: #474a4b; */
  background-color: #15B8F6;
  transition: 1s;
}
.rs_sumbit_btns:hover{
    color:#fff;
    text-decoration: none;
    background-color: #474a4b;
}
.add_filter i {
    background: #00AFFA;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 1.7;
    font-size: 18px;
    border-radius: 50%;
    color: #fff;
    margin-top: 10px
}
.form-group {
    position: relative;
}
.rs_campaign_view .table thead tr th{
    padding-top: 20px;
    padding-bottom: 20px;
    color: #585858;
    font-weight: 600;
    border-bottom: 0;
    border-top: 0;
    font-size: 15px;
}
.rs_campaign_view .table tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 150, 213, 0.1);
}
.rs_campaign_view .table tbody tr td {
    color: #585858;
    font-size: 14px;
    vertical-align: middle;
}
.rs_campaign_view .table tbody tr td i:last-child {
    width: 25px;
    height: 25px;
    line-height: 2.2;
    border-radius: 50%;
    color: #fff;
    background-color: #86d690;
    text-align: center;
    font-size: 12px;
}
.company_sidebar .nav-pills .nav-item .nav-link:hover {
    /* background-color: #383d3e;
    color: #fff; */
    background-color: rgba(0, 175, 250, 0.05) ;
    color: #00AFFA;
    transition: 0.8s;
    border-radius: 11.3883px;
}
.company_sidebar ul li a{
    color: #00AFFA;
}
.rs_increase{
    display: flex;
    align-items: center;
}


/*mega menu*/
.dropdown-large {
  position: static !important;
}
.dropdown-menu-large {
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0px;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight:300;
  line-height: 1.428571429;
  color: #00AFFA333;
  white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
    color: #585858;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}


/*mega menu completed*/

/*user dashboard*/
.rs_card_section .card {
    padding: 10px;
}
.rs_card_section .card .icon_camp i {
    background-color: rgb(211, 8, 128);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 2.3;
    border: 3px solid #f8f8fe;
    font-size: 25px;
    color: #fff;
    text-align: center;
    display: none;
}
.rs_content_campaign h4 {
    margin-top: 15px;
    color: #585858;
}
.rs_content_campaign p{
    color: #585858;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 400;
}
.rs_card_section .card:hover {
    /*transform: translateY(-0.3px);*/
    transition: 0.8s;
    box-shadow: 1px 2px 5px #ddd;
    transform: translateY(-1px) scale(1.02);
}
.rs_card_section .card:after {
    content: "";
    display: block;
    background: #00AFFA;
    width: 30px;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
}
.rs_card_section .card:hover:after{
    width: 100%;
    transition: 1s;
}
/*user-dashboard*/
/*checkbox css day check*/
.day_custom {
   /* display: inline-flex;
   justify-content: space-between;
   align-items: center; */
   display: inline-block;
}
.weeks {
  margin: 0 auto;
}
.weeks input {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
}
.weeks label {
    color: rgb(102, 102, 102);
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    padding: 10px 20px;
    font-size: 13px;
    border-radius: 3px
}
.weeks input:checked + label {
    background: #00AFFA;
    font-weight: 500;
    color: #fff;
    font-size: 13px;
    padding: 10px 20px;
}

/*check box complete*/
/*Notification*/

.top-text-block{
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #00AFFA;
  white-space: inherit !important;
  border-bottom:1px solid #f4f4f4;
  position:relative;

  }

.topbar-align-center {
  text-align: center;
}
.rs_notification ul{
    padding:0;
}
.rs_notification ul li {
    background-color: #fbfbfb;
}
.rs_notification ul li a{
    color:#00AFFA;
    font-size:14px;
    text-decoration: none;
}
.rs_notification .dropdown-menu {
    max-width: 300px;
    min-width: 250px;
    left: -230px;
    padding:0px !important;

}
.rs_notification .top-text-light{
    font-size:12px;
    color: #454545;
}
.rs_notification .dropdown-toggle::after{
    display: none;
}
.note_main_heading h6 {
    padding: 10px;
    margin-bottom: 0;
    border-bottom: 1px solid #eae8e8;
    color: #31353d;
    font-weight: bold;
}
.rs_notification .btn:focus, .rs_notification .btn.focus{
    outline: 0;
     box-shadow:none;
}
.rs_side_icon a:hover{
    color:#585858;
}
.rs_notification .dropdown-menu li {
    padding: 0 !important;
    margin-bottom: 10px;
}
.rs_notification .dropdown-menu li {
    padding: 0px 10px !important;
    margin-bottom: 10px;
}
#navbarsExampleDefault .navbar-nav .rs_notification .dropdown-menu li > a:hover::before{
  display: none;
}
/*Notifications*/



/*sidenav*/
.pad-15 {
  padding: 15px;
}

.clear {
  clear: both;
}
.clear:after, .clear:before{
    content: " ";
   display: table;
}
a.toggle-nav {
    color: #fff;
    line-height: 25px;
    font-size: 28px;
    width: 100%;
    padding: 10px 15px;
    display: block;
    border-radius: 5px;
}
a.toggle-nav:hover {
 /* color: #fff; */
 color: #00AFFA;
}
.left-head{
    text-align: center;
}
.side-bar-gone .left-head{
    text-align: center;
}

.header > .left-head {
  width: 250px;
  display: block;
  background:#20282B;
  position:relative;
}
.header > .left-head .logo img{
  max-width:150px;
  width:100%;
}
.header > .left-head .logo{
  padding:10px 0px 10px 15px;
 }
.nice-nav {
  width: 100%;
  /*background: #DE5939;*/
  height: 100%;
  transition:all 0.4s ease-in-out 0s;
  float:left;
}
.nice-nav.open {
    display: block;
    margin-left: -275px;

}
.nice-nav > .user-info {
    padding: 10px 15px;
    color: #fff;
    border-bottom: 1px solid #ddd;
    min-height: 41px;
}
 .nice-nav .user-info .user-name,
.nice-nav .user-info img{float:left;}


.nice-nav> .user-info > .user-name {
  padding: 0px 10px;
}

.user-info > .user-name h5 {
  text-transform: uppercase;
  font-size: 16px;
}

.user-info > .user-name span {
  font-size: 80%;
  color: #555;
  font-style: italic;
}


.nice-nav li.child-menu span.toggle-right {
  text-align: right;
  float: right;
  display: inline-block;
  position: absolute;
  right: 0;
  padding: 15px;
  top: 0;
  /*background: #DE5939;*/
  bottom: 0;
}

.nice-nav ul li a {
  padding: 12px;
  /*background: #FA7252;*/
 /* border-bottom: 1px solid #ddd;*/
  display: block;
  /* color: #fff; */
  color: #00AFFA;
  position: relative;
}

.nice-nav ul li.child-menu ul {
  background: #aaa;
  display: none;
}

.nice-nav ul li.child-menu ul li a {
  background: #273135;
  padding: 10px 20px;
}
.side-bar-gone .company_sidebar ul li .rs_name {
    display: none;
}
.side-bar-gone .rs_sidebar.nice-nav.open {
    max-width: 80px !important;
    margin-left: 0px;
    margin-right: 15px;
}
.side-bar-gone  .company_sidebar{
  width: 80px !important;
}
.side-bar-gone .company_sidebar .nav-pills .nav-link{
  text-align: center;
  min-height: 70px;
}
.side-bar-gone .company_sidebar .nav-pills .nav-link:hover .rs_name{
  display: block;
  font-size: 10px;
}

/*sidenav*/


   span.rs_count_number {
    width: 35px;
    height: 35px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.1);
    text-align: center;
    line-height: 2.4;
    color: #383d3e;
    font-weight: 400;
    border-radius: 50%;
    margin-right: 10px;
    border: 2px solid #d6d5d5;
    margin: 5px 5px 5px 0;
}

.rs_content_campaign {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.icon_camp h4 {
    margin: 10px 0;
    font-size: 20px;
        color: #383d3e
}
/*main_index*/

.rs_company_section .actions {
    display: flex;
    justify-content: space-between;
}
.rs_company_section table thead tr th a {
    color: #383d3e !important;
}
.navbar-brand img {
    width: 150px;
}
.rs_pagination p {
    font-size: 13px;
}
.rs_pagination ul.pagination li a {
    font-size: 13px;
}
.rs_pagination .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
.rs_company_section tr a{
  text-decoration: none;
}



.rs_card_section .card {
    background-image: url(../img/market.png);
    opacity: 5;
    background-repeat: no-repeat;
    background-position: 150% 50%;
}
.rs_top_drop .dropdown-menu:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 14px solid #fff;
    display: inline-block;
    right: 24px;
    position: absolute;
    top: -6px;
}
.rs_notification ul li {
    margin-bottom: 15px !important;
}
.rs_notification .top-text-heading {
    padding-bottom: 5px;
}

#style-4::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar
{
  width: 4px;
  background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb
{
  background-color: #3c3c3c;

}

/*Media only screen and */

@media only screen and (min-width: 575px){
/*   .table{
    display:inline-table;
}*/
  .rs_company_list{
    display: flex;
    justify-content: space-between;
}
}
@media only screen and (min-width: 992px){
    .side-bar-gone .rs_right_text  {
    width: 100% !important;
    max-width: 100% !important;
    flex: 100;
    padding-left: 0;
}
.side-bar-gone .right_section_centent{
    padding-left: 0px;
    width: 100% !important;
    max-width: 100% !important;
    flex: 100;
}
}
@media only screen and (min-width:768px){

.login-page .card{
    width:50%;
    margin:0 auto;
}
.navbar-expand-md .navbar-nav .dropdown-menu{
    padding: 25px 0;
}
.rs_top_drop .dropdown-menu {
    left: -140px;
    min-width: 200px;
    padding: 5px !important;
    top: 65px;
    border: 0;
    box-shadow: 1px 1px 5px #eee;
}
.rs_right_text {
    padding-left: 60px;
}
nav.navbar.navbar-expand-md {
    position: fixed;
    width: 100%;
    height: 70px;
    background: #fff;
    z-index: 999;
}
.rs_content_bg{
  padding-top:70px;
}
 .rs_hide_phone .dropdown-menu{
  width: 100%;
  margin:0px;
  z-index: 999;
 }
}
@media only screen and (max-width: 992px){
  #navbarsExampleDefault .navbar-nav.rs_top_menu li{
    padding:0px 15px;
  }
}
@media only screen and (max-width: 768px){
.rs_card_section .card{
  background-image: none;
}

.rs_card_section {
    margin-bottom: 30px;
}
.side-bar-gone .company_sidebar{
    width: 0px !important;
}
.phone-menu-toggle {
    position: absolute;
    right: 30px;
    top: 20px;
}
/*#navbarsExampleDefault.rs_menu_top {
    position: absolute;
    top: 60px;
    background: #fff;
    z-index: 9999;
    width: 100%;
    left: 0;
    box-shadow:0px 12px 13px -15px #5f5c5c;
}*/
.rs_hide_phone{
    display: none;
}
.right_section_centent {
    padding-left: 15px;
}
.custom_button {
    display: flex;
    justify-content: flex-start;
}
.navbar-nav.ml-auto.rs_top_menu {
    margin-bottom: 20px;
}
ul.navbar-nav.ml-auto.rs_top_menu{
    flex-direction: row;
    justify-content: flex-end;
}
.rs_top_drop .dropdown-menu {
    right: 0;
    width: 100%;
    position: absolute;
    left: -140px;
    max-width: 100%;
    min-width: 200px;
}
.rs_second_sec .input-group {
    margin-bottom: 10px;
}
}
@media (max-width: 768px) {
  .left-head.desktop {
    display: none;
  }
  .navbar .navbar-toggler-icon{
   width: 0.5em;
  }
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
.rs_notification .dropdown-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    left: 0;
    top: 46px;
}
.company_sidebar .left-head {
    display: none;
}
}
@media only screen and (min-width: 767px){
  .phone-menu-toggle{
    display:none;
}

}

@media only screen and (max-width:767px){

  #navbarsExampleDefault.rs_menu_top {
    position: absolute;
    top: 60px;
    background: #fff;
    z-index: 9999;
    width: 100%;
    left: 0;
    box-shadow:0px 12px 13px -15px #5f5c5c;
}
}

@media only screen and (min-width: 769px){
  .left-head.phone_view{
  display: none;
}
}
@media only screen and (max-width: 769px) and (min-width: 768px){

.side-bar-gone .col-md-10.rs_right_text{
      padding-left:15px !important;
    flex: auto !important;
    max-width: 100% !important;
}
}



/*New thread Switch CSS*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -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: #00AFFA;
  }
  input:focus + .slider {
    box-shadow: 0 0 1px #ffc107;
  }
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  .slider.round {
    border-radius: 34px;
  }
  .slider.round:before {
    border-radius: 50%;
  }



 .company_sidebar > ::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.company_sidebar > ::-webkit-scrollbar-track {
  background: #ffffff;
}

/* Handle */
.company_sidebar > ::-webkit-scrollbar-thumb {
  /* background: #945b29;  */
  background: #2545a1;
}


.dropdown-item{
  margin-left: 20px;
}

.dropdown-item:hover{

  background-color: transparent;
}
