@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body{
    font-family: 'Roboto' , sans-serif !important;
    font-style: normal;
}

.menu_background_color {
    background-color: #FFD1D1 !important;
}

.new-menu-top {
    background-color : #FAFAFA !important;
    -webkit-box-shadow:  none !important;
    box-shadow: none !important;
}

.new-text-primary-color {
    color : #F9401B !important;
}

.new-text-segundery-color {
    color : #000 !important;
}

.new-backgroud-primary-color {
    background-color : #F9401B !important;
}

.box_title_discription_page {
    margin-left: 10px;
    margin-bottom: 25px;
}

.new_link_color_2 {
    color : #6A6A6A !important;
}

.title_discription_page {
    font-size: 35px;
    text-transform: uppercase;
    color: #F9401B;
    font-family: 'Montserrat', sans-serif;
}

.font_bold{
    font-weight: bold;
}

.font_size_1 {
    font-size: 14px;
}
.font_size_2 {
    font-size: 13px;
}
.font_size_3 {
    font-size: 13.5px !important;
}
.font_size_4 {
    font-size: 11px !important;
}

.margin_bottom_1 {
    margin-bottom: 3px !important;
}

.margin_bottom_2 {
    margin-bottom: 6px !important;
}

.margin_bottom_3 {
    margin-bottom: 9px !important;
}

.margin_bottom_4 {
    margin-bottom: 12px !important;
}

.margin_bottom_5 {
    margin-bottom: 15px !important;
}

.margin_bottom_6 {
    margin-bottom: 18px !important;
}

.sub_title_discription_page {
    font-weight: bold;
    text-transform: uppercase;
    color: #6A6A6A;
}

.sub_title_discription_page_2 {
    text-transform: uppercase;
    color: #6A6A6A;
}

.new_lowercase {
    /* text-transform: lowercase; */
    color: #6A6A6A;
}

.box_information{
    margin-left: 10px;
    margin-bottom: 18px;
}

.title_information{
    text-transform: uppercase;
    color: #6A6A6A;
}

.sub_title_discription_page_3 {
    text-transform: uppercase;
    color: #6A6A6A;
}

.button_border {
    border: 1px solid #F9401B;
}

.btn-brand {
    background-color: #F9401B !important;
    border-color: #F9401B !important;
}

.m-datatable>.m-datatable__pager>.m-datatable__pager-nav>li>.m-datatable__pager-link.m-datatable__pager-link--active{
    background-color: #F9401B !important;
    color: #fff;
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item .m-menu__submenu .m-menu__item>.m-menu__link .m-menu__link-text{
    color: #6A6A6A !important;
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item .m-menu__submenu .m-menu__item>.m-menu__link .m-menu__link-text::hover{
    color: #6A6A6A;
}

.m-datatable>.m-datatable__pager>.m-datatable__pager-nav>li>.m-datatable__pager-link::hover{
    background-color: #F9401B !important;
    color: #fff;
}
/* checkbox list */
.m-datatable>.m-datatable__table>.m-datatable__head .m-datatable__row>.m-datatable__cell .m-checkbox.m-checkbox--solid>span, .m-datatable>.m-datatable__table>.m-datatable__body .m-datatable__row>.m-datatable__cell .m-checkbox.m-checkbox--solid>span, .m-datatable>.m-datatable__table>.m-datatable__foot .m-datatable__row>.m-datatable__cell .m-checkbox.m-checkbox--solid>span {
    background: #E4E2E2;
}

@media (min-width: 1025px){
    .m-aside-left--fixed .m-aside-left.m-aside-left--skin-dark .ps>.ps__rail-y>.ps__thumb-y {
        background: #F9401B!important;
    }
}

.m-datatable>.m-datatable__table>.m-datatable__head .m-datatable__row>.m-datatable__cell {
    background: #FFD1D1 !important;
}

.m-datatable.m-datatable--default>.m-datatable__table>.m-datatable__body .m-datatable__row.m-datatable__row--even>.m-datatable__cell{
    background: #FAFAFA !important;
}

.m-datatable>.m-datatable__pager>.m-datatable__pager-info .m-datatable__pager-size .btn.dropdown-toggle:hover, .m-datatable>.m-datatable__pager>.m-datatable__pager-info .m-datatable__pager-size.show>.btn.dropdown-toggle{
    background: #F9401B !important;
}
.new_link_color{
    color: #F9401B !important;
}

.m-datatable__head > tr > td{
    background: #FFD1D1 !important;
}


.m-datatable__row--hover{
    background: #FFD1D1 !important;
}
.m-datatable>.m-datatable__table>.m-datatable__head .m-datatable__row>.m-datatable__cell>span>i {
    color: #F9401B !important;
}

.m-btn--icon.m-btn--icon-only {
    vertical-align: bottom !important;
 }
  /* Toggle animado */
.hamburger-menu-button {
    width: 15px;
    height: 15px;
    padding: 6px;
    display: block;
    position: relative;
    z-index: 100;
    border: 0px;
    box-sizing: content-box;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
}
.hamburger-menu-button-open {
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -12px;
}
.hamburger-menu-button-open,
.hamburger-menu-button-open::before,
.hamburger-menu-button-open::after {
    position: absolute;
    width: 18px;
    height: 2px;
    background: #6A6A6A;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.hamburger-menu-button-open::before,
.hamburger-menu-button-open::after {
    left: 0;
    content: "";
}
.hamburger-menu-button-open::before {
    top: 6px;
}
.hamburger-menu-button-open::after {
    bottom: 6px;
}
.hamburger-menu-button-close {
    background: transparent;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
.hamburger-menu-button-close::before {
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
}
.hamburger-menu-button-close::after {
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
}


/* lists */

.new_list_icon_edit{
    background-color: #284516 !important;
}

.new_list_icon_exclusion{
    background-color: #C62828 !important;
}

/* buttons */

.btn-success{
    background-color: #F9401B !important;
    border-color: #F9401B !important;
}

.btn-primary{
    background-color: #F9401B !important;
    border-color: #F9401B !important;
}
/* breadcrumb */

.breadcrumb{
    background: #FAFAFA !important;
}


/* Notification Button */
.icon-button_notifications {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #333333;
    background: #dddddd;
    border: none;
    outline: none;
    border-radius: 50%;
    margin-top: 16px;
}

.icon-button_notifications:hover {
    cursor: pointer;
}

.icon-button_notifications:active {
    background: #cccccc;
}

.icon-button__badge_notifications {
    position: absolute;
    top: -7px;
    right: -9px;
    width: 20px;
    height: 20px;
    background: #F9401B;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

/* notification sidebar */

.sidebarnotificationSidebar {
	right: 0;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 10;
    background-color: #FAFAFA;
    transition: 0.5s;
    margin-top: 60px;
    padding-top: 40px;
    -webkit-box-shadow: -2px 0px 5px 1px rgba(0,0,0,0.11);
    -moz-box-shadow: -2px 0px 5px 1px rgba(0,0,0,0.11);
    box-shadow: -2px 0px 5px 1px rgba(0,0,0,0.11);
}

.item_sidebar {
    width: 429px;
    margin-bottom: 5px;
    padding: 0px 8px 0px 10px;
    text-decoration: none;
    color: #818181;
    transition: 0.3s;
    display: inline-block;
  }

  .sidebar_content_list_item{
    width: 100%;
    margin-bottom: 5px;
    padding: 8px 8px 0px 10px;
    text-decoration: none;
    color: #818181;
    transition: 0.3s;
    display: inline-block;
  }

  .sidebar_content_list_items_system{
    width: 100%;
    margin-bottom: 5px;
    padding: 10px 8px 0px 10px;
    text-decoration: none;
    color: #818181;
    transition: 0.3s;
    display: inline-block;
    background: #FFD1D1;
  }

  .content_item_sidebar{
    width: 100%;

    border-bottom: 1px solid rgba(0,0,0,0.11);
    padding: 0px 0px 4px 0px;
    color: #818181;
    transition: 0.3s;

    display: flex;

  }

  .content_item_sidebar:hover{
      cursor: pointer;
  }

  .title_superior {
  	  position: relative;
  	  top: -28px;
      left: 10px;
      margin-bottom: 25px;
      font-size: 18px;
      color: #444;
      font-weight: bold;
  }

  .content_item_sidebar .icon {
      width: 60px;
      height: 60px;
      align-items: center;
      display: flex;
      justify-content: center;
  }
  .content_item_sidebar .content {
      width: 300px;
      height: 100%;
      display: flex;
      flex-direction: column;
      padding-top: 9px;
  }
  .content_item_sidebar .content .message{
    width: 100%;
    margin-top: 0px;
    min-height: 30px;
    color: #444;
  }
  .content_item_sidebar .content .hour{
      height: 15x;
      font-size: 75%;
      display: flex;
      justify-content: flex-start;
      color: #444;
      margin-top: 12px;
  }
  .item_sidebar .closebtn {
      position: absolute;
      top: 0;
      left: 360px;
      font-size: 36px;
      margin-left: 50px;
      text-decoration: none;
      color: red;
  }

  .item_sidebar_contents_sidebarnotificationSidebar{
    height: 70vh !important;
    overflow: auto !important;
  }

  .item_sidebar_contents_sidebarnotificationSidebar::-webkit-scrollbar {
    width: 10px;
  }

  .item_sidebar_contents_sidebarnotificationSidebar::-webkit-scrollbar-track {
    box-shadow: none;
    border-radius: 10px;
  }
  .item_sidebar_contents_sidebarnotificationSidebar::-webkit-scrollbar-thumb {
    background: #818181;
    border-radius: 10px;
  }

  .item_sidebar_contents_sidebarnotificationSidebar::-webkit-scrollbar-thumb:hover {
    background: #6A6A6A;
  }

  .icon_circle{
    width: 35px;
    height: 35px;
    border-radius: 20%;
    background-color: rgba(0,0,0,0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    }

    .icon img {
        width: 16px;
    }

    .icon_circle2{
        width: 35px;
        height: 35px;
        border-radius: 20%;
        background-color: antiquewhite;
        display: flex;
        justify-content: center;
        align-items: center;
    }
  /* 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) {
    .sidebarnotificationSidebar {padding-top: 15px;}
    .sidebarnotificationSidebar a {font-size: 18px;}
  }

    .new_notification_bedg{
        display: inline-block;
        padding: 0.25em 0.4em;
        font-size: 75%;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: 0.25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        color: #fff;
        background-color: #F9401B !important;
        position: relative;
        bottom: -13px;
    }

    /* SPINNER */

    .lds-ring {
        display: inline-block;
        position: relative;
        width: 13px;
        height: 13px;
    }
    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        top: -5px;
        width: 15px;
        height: 15px;
        margin: 8px;
        border: 2px solid currentColor;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #fff transparent transparent transparent;
    }
    .lds-ring div:nth-child(1) {
        animation-delay: -0.45s;
    }
    .lds-ring div:nth-child(2) {
        animation-delay: -0.3s;
    }
    .lds-ring div:nth-child(3) {
        animation-delay: -0.15s;
    }
    @keyframes lds-ring {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }

    .lds-ring_2 {
        display: inline-block;
        position: relative;
        width: 13px;
        height: 13px;
    }
    .lds-ring_2 div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        top: -5px;
        width: 15px;
        height: 15px;
        margin: 8px;
        border: 2px solid currentColor;
        border-radius: 50%;
        animation: lds-ring_2 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #f9401b transparent transparent transparent;
    }
    .lds-ring_2 div:nth-child(1) {
        animation-delay: -0.45s;
    }
    .lds-ring_2 div:nth-child(2) {
        animation-delay: -0.3s;
    }
    .lds-ring_2 div:nth-child(3) {
        animation-delay: -0.15s;
    }
    @keyframes lds-ring_2 {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }

    .lds-ring_2_white {
        display: inline-block;
        position: relative;
        width: 13px;
        height: 13px;
    }
    .lds-ring_2_white div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        top: -5px;
        width: 15px;
        height: 15px;
        margin: 8px;
        border: 2px solid currentColor;
        border-radius: 50%;
        animation: lds-ring_2_white 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #ffff transparent transparent transparent;
    }
    .lds-ring_2_white div:nth-child(1) {
        animation-delay: -0.45s;
    }
    .lds-ring_2_white div:nth-child(2) {
        animation-delay: -0.3s;
    }
    .lds-ring_2_white div:nth-child(3) {
        animation-delay: -0.15s;
    }
    @keyframes lds-ring_2_white {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }

/* Login */

.outher_domain{
    font-size: 85px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
}

.login_background{
    width: 700px;
    height: 85vh;
}
.__container{
    width: 100%;
    height: 100vh;
    padding-top: 1rem;
    margin: 0 auto;
}

@media screen and (min-width: 1200px) {
    .m-login__wrapper{
        width:  100%;
        background-size: contain;
    }

    .__container{
        padding-left: 2rem;
    }

    .m-login__signin{
        width: 400px;
        margin-left: 176px;
    }

    .image__2 {
        padding-left: 0px ;
    }
    .image__2 img{
        width: 712px;
    }

    .login_background {
        height: 78vh;
    }

    .outher_domain{
        margin-left: 350px;
    }
}

@media screen and (min-width: 1500px) {
    .outher_domain{
        margin-left: 389px;
    }
}

@media screen and (min-width: 1600px) {
    .m-login__wrapper{
        width: 100%;
        background-size: auto;
    }
    .m-login__signin{
        width: 609px ;
        margin-left: 57px;
    }
    .image__2 img{
        width: 900px;
    }

    .image__2 {
        padding-left: 210px;
    }

    .outher_domain{
        margin-left: 201px;
    }
}

@media screen and (min-width: 1700px) {
    .m-login__signin{
        width: 609px !important;
        margin-left: 57px;
    }
    .image__2 {
        padding-left: 93px;
    }

    .image__2 img{
        width: 900px;
    }

    .outher_domain{
        margin-left: 385px;
    }
}
@media screen and (min-width: 1800px) {
    .m-login__signin{
        width: 609px !important;
        margin-left: 142px;
    }
    .image__2 {
        padding-left: 139px;
    }

    .outher_domain{
        margin-left: 385px;
    }
}
@media screen and (min-width: 1900px) {
    .__container{
        width: 2000px;
    }

    .m-login__signin{
        width: 609px;
        margin-left: 142px;
    }

    .image__2 {
        padding-left: 225px;
    }

    .image__2 img{
        width: 900px;
    }

    .outher_domain{
        margin-left: 385px;
    }
}

@media screen and (min-width: 2000px) {

    .m-login__signin{
        width: 609px !important;
        margin-left: 142px;
    }

    .image__2 {
        padding-left: 250px;
    }

    .image__2 img{
        width: 900px;
    }

    .outher_domain{
        margin-left: 600px;
    }
}
/* botão fazer upgrade*/
.button__upgrade{
    background: #F9401B !important;
    color: #fff;
    font-weight: bold;
}

/* botão fazer upgrade*/
.button__upgrade{
    background: #F9401B !important;
    color: #fff;
    font-weight: bold;
}

.button__upgrade:hover{
    background: #F9401B !important;
    color: #fff;
    font-weight: bold;
}
/* botão de indique ganhe */

.button__present{
    background: #F9401B !important;
    color: #fff;
    font-weight: bold;
}

.button__present:hover{
    background: transparent !important;
    color: #F9401B;
    font-weight: bold;
}


/* style focus and blur modal open */
.contentOutOfFocus {
    /* width: 100%; */
    z-index: 1040;
}

.contentBlur {
    /* width: 100% !important; */
    position: relative;
    z-index: 1041;
    margin: 0px;
    color: #000;
    background: #fff;
}
