.tooltipster-content{
    overflow:hidden!important;
}
.aqua-hvr:hover{
    transition: color 0.5s ease;
    color:#64c9c1!important;
}
.aqua-hvr:hover>*{
    transition: color 0.5s ease;
    color:#64c9c1!important;
}
.sea-hvr:hover{
    transition: color 0.5s ease;
    color:#0f3d54!important;
}
.sea-hvr:hover>*{
    transition: color 0.5s ease;
    color:#0f3d54!important;
}
.bg-white-hvr:hover{
    transition: background 0.5s ease;
    background:white!important;
}

.notification-container{
    margin: -5px -13px;
    max-height:350px;
}
.notification-container::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.notification-title{
    padding: 8px 16px;
    background: #989898;
    font-size: 12px;
}

.notification-desc div {
    text-decoration: none;
}
.notification-desc:hover{
    background:#f1f1f1;
}
.tooltipster-sidetip .tooltipster-content {
	color: #212121; 
   padding: 3px 14px;
}
.tooltipster-sidetip .tooltipster-box {
    background: #ffffff;
    box-shadow: rgb(0 20 20 / 20%) 0px 0px 8px 0px;
    border-radius: 8px;
    padding: 0px;
    overflow: hidden;
}
.tooltipster-sidetip.tooltipster-borderless-black .tooltipster-box {border: none !important}
.card-block>select{
    padding: 0;
    max-width:100%;
    display:block!important;
}


.bootstrap-select{
    border: 1px solid #d0d0d0!important;
}

select{
    padding:10px 20px;
    border-radius:4px;    
    box-sizing : border-box;
    border-style:solid;
    border: 1px solid #d1d1d1;           
    min-width:150px!important;
    outline:none;    
}

.align-responsive{
    text-align:unset;
}
body{
    margin:0;
    overflow-x:hidden
}

.float-r{
    float:right;
}
.clk{
    cursor:pointer;
}

.gray{
    color:#e8e8e8;
}
.aqua{
    color:#64c9c1;
}
.sea{
    color:#0f3d54;
}
.white-bg{
    background:white!important;
}
.aqua-bg{
    background:#64c9c1;
}
.sea-bg{
    background:#0f3d54!important;
}
.gray-bg{
    background:#f1f1f1!important;
}
.clr-white{
    color:white!important;
}
.clr-aqua{
    color:#64c9c1!important;
}

.font-xxl{
    font-size:63px!important;
    font-family:'Open Sans Light'!important;
}
.font-xl{
    font-size:42px!important;
    line-height:44px;
    font-family:'Open Sans Light'!important;;
}
.font-xxl>b{
    font-family:'Open Sans Bold'!important;
}
.font-xl>b{
    font-family:'Open Sans Bold'!important;
}
.font-xl>div>b{
    font-family:'Open Sans Bold'!important;
}
.font-lm>b{
    font-family:'Open Sans Bold'!important;
}

.font-lm{
    font-size:35px!important;
}
.font-l{
    font-size:29px!important;
}
.font-ls{
    font-size:23px!important;
}
.font-xxm{
    font-size:25px!important;
}
.font-xm{
    font-size:21px!important;
}
.font-m{
    font-size:18px!important;
}
.font-xs{
    font-size:17px;
    line-height:3vh;
}
.font-s{
    font-size:13px;
}
.h-100{
    min-height:100%;
}
.w-100{
    width:100%;
    min-width:100%;
}
.w-90{
    width:90%;
}
.w-80{
    width:80%;
}
.w-70{
    max-width:70%!important;
    width:70%!important;
}
.w-60{
    max-width:60%!important;
    width:60%!important;
}
.w-50{
    width:50%!important;
}
.w-40{
    max-width:40%!important;
    width:40%!important
}
.w-30{
    width:30%!important;
    width:30%!important
}
.w-33{
    width:33%!important;
}
.w-25{
    width:25%!important;
    min-width:25%!important;
    max-width:25%!important;
}
.w-20{
    width:20%;
}
.w-10{
    width:10%;
}
.mb-100{
    margin-bottom:6vw!important
}
.mb-70{
    margin-bottom:70px!important;
}
.mb-60{
    margin-bottom:60px!important;
}
.mb-40{
    margin-bottom:7.5vh!important;
}
.mb-30{
    margin-bottom:2.2vw!important;
}
.mb-20{
    margin-bottom:1.75vw!important;
}
.mb-15{
    margin-bottom:1vw!important;
}
.mb-10{
    margin-bottom:0.7vw!important
}
.mb-5{
    margin-bottom:0.2vw!important
}
.mr-3{
    margin-right:13px;
}
.ml-3{
    margin-left:13px;
}
.pst-r{
    position:relative;
    min-height:40px;
}
.pst-a{
    position:absolute;
}
.pst-f{
    position:fixed;
}
.right{
    top:0;
    right:0;
    bottom:0;
}
.left{
    top:0;
    left:0;
    bottom:0;
}
.bottom{
    right:0;
    left:0;
    bottom:0;
}
.dsp-f{
    display:flex;
    align-items:center;
}
.f-wrap{
    align-items:stretch;
}
.f-grow{
    flex-grow:1;
}
.f-end{
    justify-content:flex-end;
}
.dsp-table{
    display:table;
    width:100%;
}
.dsp-table>div{
    display:table-cell
}
.dsp-fc{
    display:flex;
    flex-direction: column;
    align-items:center;
}
.wrap{
    flex-wrap:wrap;
    margin-top:-10px;
}
.wrap>*{
    margin-top:10px;
}
.wrap-reverse{
    flex-wrap:wrap-reverse;
}
.f-1{
    flex:1;
}
.dft-p{
    padding: 8vh 15.2vw;
}
.cst-p{
    padding:5vw 21vw!important;
}
.pr-0{
    padding-right:0px!important
}
.pl-0{
   padding-left:0px!important;
}
.pr-13{
   padding-right:13px!important;
}
.pr-7{
    padding-right:7px!important;
}
.pl-13{
    padding-left:13px!important;
 }
.pr-50{
    padding-right:50px!important
}
.pl-50{
    padding-left:50px!important
}
.pb-0{
    padding-bottom:0!important;
}
.pb-10{
    padding-bottom:10px!important;
}
.pb-20{
    padding-bottom:20px!important
}
.p-50{
    padding:50px 80px;
}
.pl{
    padding-left:50px
}
.j-c{
    justify-content:center;
}
.align-center{
    text-align:center;
    justify-content:center;
    margin:0 auto
}
.jstf{
    text-align:initial!important;
}
.input-success{
    border: 1px solid #03ad40!important;
    color: #03ad40!important;
}
.input-error{
    border: 1px solid #fb4242!important;
    color: #ff0000!important;
}
.input-error-message{
    color:red;
    text-align:end;
    font-size:0.7vw;
    margin-right:0.3vw;
    visibility:hidden;
    white-space:nowrap;
}

.button{
    transition: padding 1s ease;
    transition: background 0.5s ease;
    font-family:'Open Sans Bold' !important;
    text-transform: uppercase;
    border-radius:4px;
    padding:14px 30px;
    cursor:pointer;
    font-size:15px!important;
    color:white;
    border:0;

}
.button-aqua{
    background:#64c9c1;
    border-bottom:4px solid #53a59f;
}
.button-sea{
    background:#0f3d54;
    border-bottom: 4px solid #1a6286;
}
.button-aqua:hover{
    background:#3f807a;
    border-bottom:4px solid #64c9c1;
}
.button-sea:hover{
    background:#1a6286;
    border-bottom:4px solid #0f3d54;
}
.dimmer{
    background:rgba(0, 0, 0, 0.70);
    position:fixed;
    display:none;
    z-index:14;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.modal-p{
    padding:60px 35px;
}
.modal{
    display:flex;
    position:fixed;
    z-index:15;
    top:0;
    left:0;
    right:0;
    bottom:0;
    align-items:center;
    justify-content:center;
}
.modalCadastro{
    background:white;
    border-radius:7px;
    align-items:start;
    overflow:hidden;
}
.modalTermos{
    border-radius:9px;
}
.modalPrivacidade{
    border-radius:9px;
}
.lastColumnModal{
    align-items:stretch;
}
.close-modal{
    color:gray;
    font-size: 35px;
    cursor:pointer;
    transform: rotate(45deg);
    cursor:pointer;
}
.close-modal:hover{
    color:#27726f ;
}
.fotter{
    align-items:start;
}
.overflow-bar{
    height:75px;
    width:100%!important;
    z-index:-1;
}
.transition{
    transition:color 2s ease, border-color 2s ease!important;
}
.pulse-elements{
    color:red!important;
    border-color:red!important;
}
.customSelect{
    min-width:30px;
    min-height:30px;
    border:1px solid #e2e1e1;
    border-radius:2px;
    display:flex;
    justify-content:center;
    align-items:center;
    cursor:pointer;
}
.customSelect>svg{
    color:#64c9c1;
    font-size:20px;
}

/* SHAPES */
.arrow{
    cursor:pointer;
    border: solid #bebebe;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 1.5vw;
}
.arrow:hover{
    cursor:pointer;
    border: solid #27726f;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 1.5vw;
}
.arrow-right{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.arrow-left{
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.triangle{
    border-left: 9vw solid transparent;
    border-right: 9vw solid transparent;
    border-top: 1vw solid #0f3d54;
}
.my-circle{
    height:140px;
    width:140px;
    border-radius:70px;
}
.hifen{
    text-align: start;
    width: 63px;
    height: 7px;
    border-radius: 10px;
}
.animate-left{
    position:relative;
    background:transparent;
}
.animate-right{
    position:relative;
    background:transparent;
}
.animat-top{
    position:relative;
    background:transparent;
}
.animate{
    position: absolute;
    height:100%!important;
    z-index:3;
}
.animate>.pst-r{
    height:100%;

}
.relative-filler{
    opacity:0;
    background:transparent;
}
.animate-bottom{
    bottom:-1000px;
}
.animate-right>.animate{
    left:-1000px;
}
.animate-left>.animate{
    left:1000px;
}
.animate-right{
    opacity:0;
}
.animate-left{
    opacity:0;
}
.animate-pop{
    opacity:0;
    background:transparent;
}
.animate{
    opacity:0;
    width:100%;
    background:transparent;
}

/* Header */
.header{
    position:relative;
}
.header>div{
    padding-top:0px;
    padding-bottom:0px;
}
.headerButtonsContainer>span{
    color:white;
}
.entrarContainer{
    justify-content:flex-end;
    flex-grow:1;
    color:white;
    flex:1;
}
.whatsContainer{
    color:white;
}
.whatsContainer>img{
    margin-right:0.5vw;
}
.notificationAndImage.powerzap_visible{
    z-index:9;
}
.loginAppFormContainer{
    display:none
}
.powerzap_chat_canvas{
    top: 0!important;
    min-height: 100%!important;
    height: 100%!important;
    bottom: 0!important;
}
.powerzap_chat_canvas>iframe{
    top:35px!important;
    min-height:calc(100% - 50px);
}
.closeHuggy{
    font-size: 11px;
    background: #0c3b51;
    border-radius: 8px;
    position: absolute;
    right: 3px;
    top: 5px;
    width: 25px;
    height: 25px;
    color:white;
    cursor:pointer;
}
.closeHuggy>div{
    min-height:100%;
    position:relative;
    padding-top: 7px;
}
.closeHuggy>div>i{
    position:absolute;
    right: 9px;
    top: 8px;
}
.closeHuggy>div>span{
    margin-left:9px;
    margin-top:8px;
}
.tokenfield{
    overflow-y:auto!important;
    overflow-x:hidden!important;
}
.tokenfield::-webkit-scrollbar {
    width: 4px;
}

.tokenfield::-webkit-scrollbar-thumb {
    background: #b7b6b6;
    border-radius: 0;
}

.tokenfield::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 20px;
}

/* CUSTOM CHECKBOX */

@-webkit-keyframes animatetop {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: 8px;
    }
  }
  @-webkit-keyframes animatebottom {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: 4.2105263158px;
    }
  }


  input[type='checkbox'] {
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    display: inline-block;
    -webkit-transform: translateY(-100%);
    height: 16px;
    width: 16px;
    margin: 2px 10px;
    position:relative;
    top: 16px!important;
    background-color: transparent;
    border: 2px solid #BDC3C7;
    border-radius: 2px;
    transition: background-color 0.3s ease, border 0.3s ease;
  }
  input[type='checkbox']:hover {
    background-color: white;
  }
  input[type='checkbox']::before, input[type='checkbox']::after {
    position: absolute;
    height: 0;
    width: 1.76px;
    background-color: #FFFFFF;
    display: inline-block;
    -webkit-transform-origin: left top;
    border-radius: 4px;
    margin: -1px 0 0 -4px;
    content: '';
  }
  input[type='checkbox']::before {
    top: 4.96px;
    left: 3.36px;
    -webkit-transform: rotate(-135deg);
  }
  input[type='checkbox']::after {
    top: 2.08px;
    left: 0.16px;
    -webkit-transform: rotate(-45deg);
  }
  input[type='checkbox']:checked {
    background-color: #52a9a5;
    border: 8px solid #52a9a5;
  }
  input[type='checkbox']:checked::before, input[type='checkbox']:checked::after {
    box-shadow: 0 0 0 0.4px #FFFFFF;
  }
  input[type='checkbox']:checked::before {
    height: 8px;
    -webkit-animation: animatetop 0.3s ease;
  }
  input[type='checkbox']:checked::after {
    height: 4px;
    -webkit-animation: animatebottom 0.3s ease;
  }
  input[type='checkbox'].select-all-checkbox {
    margin-left: 13px;
  }

  .active {
    background-color: #FFFFFF;
    color: #7F8C8D;
  }

  /* FIM CUSTOM CHECKBOX */

  .fc-right .fc-button-group{
    width:auto!important;
}

.containerSelectPicker>.bootstrap-select{
    max-width: calc(100% - 50px);
}
.bootstrap-select select{
    display:none!important;
}


@keyframes card-loading-animation {
    from {transform: translateY(-100%);}
    to {transform: translateY(100%)}
}

.card-dimmer{
    content:'';
    position: absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    width:100%;
    height:100%;
}

.card-loading{
    position: absolute;
    top: -250px;
    bottom: -250px;
    left: 0;
    right: 0;
    background: linear-gradient( transparent,transparent,#000000,transparent,transparent);
    opacity: 0.1;
    z-index: 1;
    animation: card-loading-animation 2s infinite linear;
}

#table_produtos{
    margin: 0!important;
    border: 0!important;
    width:100%!important;
}
.dataTables_paginate.paging_simple_numbers{
    margin:0!important;
}

.paginate_button{
    border-left: 1px solid #dddddd!important;
    border-radius: 0!important;
    margin: 0!important;
    height: auto!important;
}

.paginate_button.previous, .paginate_button.next{
    margin: 0!important;
    border-top: 0!important;
    border-right: 0!important;
    border-bottom: 0!important;
    border-radius: 0px!important;
}


.card-container{
    box-shadow:0px 0px 17px 2px #e8e8e8;
    position:relative;
    overflow:hidden;
    background:white;
}

.fake-text{
    min-width: 83px;
    display: inline-block;
    height: 100%;
    min-height: 16px;
    background: #dedede;
    border-radius: 4px;
    margin-right: 14px;
}

.dt-buttons{
    position: absolute;
    top: -43px;
    font-size:17px;
    right: 15px;
}

.dt-buttons button{
    border:none;
    transition: 0.5s;
    background:transparent;
    font-weight:bold;
    font-family:'Nunito';
    color: #67bab6;
}
.dataTables_paginate.paging_simple_numbers{
    margin-bottom: 0;
    margin-right: 13px;
}
.dataTables_info{
    margin-left:20px;
}

@media screen and (max-width: 1400px) {     
    .dft-p {padding: 3.5% 10%}
}

@media screen and (max-width: 1200px) {
    .dft-p {padding: 2.5% 7%}
}

@media screen and (max-width: 850px) {
    .align-responsive      { text-align:center!important; margin:0 auto!important; }
    .dsp-responsive        { display:unset!important}
    .dsp-responsive>div    { display:unset!important}
    .dft-p      { padding:40px 60px!important }
    .cst-p      { padding:40px 50px!important}
    .pb-0       { padding-bottom:40px!important}
    .pr-50      { padding-right:20px!important}
    .pl-50      { padding-left:60px!important}
    .p-50       { padding: 50px 40px!important}
    .mb-100     { margin-bottom:50px!important;}
    .mb-70      { margin-bottom:30px!important;}
    .mb-30      { margin-bottom:25px!important}
    .pl         { padding-left:0px!important}
    .header>div { padding-top: 20px!important; padding-bottom:20px!important; }
    .button     { font-size: 11.5px!important; white-space:nowrap;}
    .font-xxl { font-size:30px!important}
    .font-xl  { font-size:23px!important; line-height:33px }
    .font-lm  { font-size:19px!important }
    .font-l   { font-size:17px!important }
    .font-ls  { font-size:14px!important }
    .font-xxm { font-size:14px!important; }
    .font-xm  { font-size:12px!important }
    .font-m   { font-size:10px!important }
    .font-xs  { font-size:10px!important  }
    .font-s   { font-size:10px!important  }
    .fotter   { padding: 50px 60px!important; text-align:center}
    .flexFooter>div { margin-bottom:80px; min-width:100%!important}
    .footerImage    { display: none; }
    .overflow-bar   { display:none; }
    .modal   {align-items:stretch}
    .modal-p { padding:20px 25px}
    .lastColumnModal { height:100%!important }
    .modalTermos { width:100%!important; min-height:100%!important;}
    .modalPrivacidade { width:100%!important; min-height:100%!important;}
    .flex-modal  { display:block;  }
    .arrow-modal { top: 0!important;margin-left:50px!important; border-top: 20px solid white!important; border-left: 15px solid transparent!important; border-right: 15px solid transparent!important; border-bottom:1vw solid transparent!important; width:0}
    .setaModal{ right: initial; left: 10px; bottom: -30px!important; transform: rotate(125deg); width: 46px; z-index: 2; }
     .setaModal>img{ width:73px; }
    .mb-10{ margin-bottom:10px!important; }
    .mb-20{ margin-bottom:20px!important;}
    .mb-40{ margin-bottom:40px!important;}
    input::placeholder{ font-size:12px; }
    .pb-20{ padding-bottom:10px!important;}
    .input-error-message{font-size:8px!important; font-family:'Open Sans Bold'!important}
    .empresasContainerUsers { padding-right:0px!important }

}

@media screen and (max-width: 400px){
    .dft-p{ padding:40px 20px!important }
}


.tooltipster-sidetip.tooltipster-borderless-black .tooltipster-box {
	background: rgba(33,33,33,0.7) !important;
	border-radius: 4px !important;
	padding: 0px !important;
	border: none !important;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-borderless-black .tooltipster-content {
	color: #FAFAFA !important;
	padding: 6px 16px !important;
	border: none !important;
	font-size: 12px !important;
	line-height: 15px !important;

}
.notification-header {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	width: 100%;
	padding: 16px;
	padding-bottom: 0px
}
.notification-tile {
	text-decoration: none;
	font-size: 14px;
	font-family: Bw Glenn Sans;
	line-height: 17px;
	color: #121212;
	padding: 0px;
}
.notification-tile-title{position: relative}
.notification-tile>.notification-desc{padding: 16px; border: none; position: relative}
.divider{border-bottom: 1px solid #CACACA; height: 1px; width: 100%}
.notification-header>span, .notification-header>.divider{padding: 4px 0px}
.notification-tile-title>.notification-badge{
	width: 10px;
	height: 10px;
	background: #D91041;
	position: absolute;
	right: 0px;
	border-radius: 50%;
	margin: 4px 0px;
	display: none
}
.unread>.notification-desc>.notification-tile-title>.notification-badge{display: initial}
.notification-tile-subtitle {padding-right: 12px}
.notification-tooltip>.tooltipster-box{border-radius: 4px !important; border-color: #cacaca}

.joinsy-menu * {                
    box-sizing: inherit;
    outline: 0;
    font-feature-settings: "lnum";
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    box-sizing: border-box;
}
.joinsy-menu { width: 245px; height: 100%; background: #090909; top: 0; left: 0; }
.joinsy-menu .logo { height: 100px;display: flex;justify-content: center;align-items: center; }
.joinsy-menu > ul { list-style: none;padding-left: 0; }
.joinsy-menu ul li .menu-link,
.joinsy-menu ul li .menu-group { border: 0 !important;background: transparent !important; line-height: 21px; display: flex; align-items: center; color: #fff; font-family: 'Bw Glenn Sans'; padding: 8px 0; margin-left: 24px; font-size: 14px !important; transition: 0.5s; cursor: pointer; text-decoration: none; }
.joinsy-menu ul li .menu-link .icon,
.joinsy-menu ul li .menu-group .icon { margin-right: 6px; display: flex; }
.joinsy-menu ul li .menu-link .icon > span,
.joinsy-menu ul li .menu-group .icon > span { font-size: 16px; }
.joinsy-menu ul li .menu-link .text,
.joinsy-menu ul li .menu-group .text { font-size: 14px !important; }
.SubMenu .header-menu-item { height: 0px; }
.joinsy-menu ul li .menu-link.active:after {
    content: '';
    position: absolute;
    bottom: -8px;
    right: 0;
    width: 8px;
    height: 8px;
    background: #f1f1f1;
    z-index: 2;
}
.joinsy-menu ul li .menu-link.active:before {
    content: '';
    position: absolute;
    top: -8px;
    right: 0;
    width: 8px;
    height: 8px;
    background: #f1f1f1;
    z-index: 2;
}

.joinsy-menu ul li .menu-link.active:after {
    content: '';
    position: absolute;
    bottom: -11px;
    right: -3px;
    width: 24px;
    height: 14px;
    background: url('../img/radius-menu.png') no-repeat right bottom;
    z-index: 2;
}
.joinsy-menu ul li .menu-link.active:before {
    content: '';
    position: absolute;
    top: -11px;
    right: -3px;
    width: 24px;
    height: 14px;
    background: url('../img/radius-menu.png') no-repeat right bottom;
    z-index: 2;   
    transform: scaleX(-1) rotate(180deg);
}

.joinsy-menu ul li .menu-link:hover,
.joinsy-menu ul li .menu-group:hover { color: #E0EF00; }
.joinsy-menu ul li .menu-link.active { position: relative; border-left: 8px solid #E0EF00 !important; color: #090909 !important; background: #FAFAFA !important; box-shadow: none; border: 0; border-radius: 8px 0 0 8px; margin-left: 4px; padding-left: 12px; }

.joinsy-menu ul li.has-submenu > .menu-group:after {
    content: 'keyboard_arrow_right';
    font-family: 'Material Icons';
    font-size: 16px !important;
    display: block;
    margin-left: 8px;}
.joinsy-menu ul li.has-submenu.active { color: #E0EF00; background: transparent !important; }
.joinsy-menu ul li.has-submenu .submenu { background: #4C4C4C;overflow: hidden;transition: 0.9s ease-in-out; max-height: 0px; padding-left: 10px; display: block; width: 100%; box-sizing: border-box; }
.joinsy-menu ul li.has-submenu.active .menu-group { color: #E0EF00; }
.joinsy-menu ul li.has-submenu.active .submenu { max-height: 100%;overflow: visible; }
.joinsy-menu ul li.has-submenu.active > .menu-group:after { content: 'keyboard_arrow_down'; color: #E0EF00; }
.primary-text{color: #6432c8}
.primary-svg>svg>path{fill: #6432c8 !important;}

@media screen and (max-width: 1300px){
    #MainMenu{
        z-index: 99999!important;
        width: 0px!important;
        transition: all 0.5s ease;
    }
    .joinsy-menu{
        display: none!important;
        width: 0px!important;
        transition: all 0.5s ease;
        overflow: auto;
    }
    body #PageContent{
        max-width: 100%!important;
        margin-left: 0px!important;
    }
}