/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.lc-chat {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    padding: 0;
    overflow: hidden;
    font-size: 0;
    color: #fff;
    display: none;
}
.lc-chat-header {
    width: 100%;
    height: 60px;
    margin: 0;
    display: inline-block;

}
.lc-chat-messages {
    width: 100%;
    height: calc(100% - 110px);
    margin: 0;
    margin-bottom: 5px;
    display: inline-block;
    overflow: hidden;
    font-size: 14px;
}
.lc-chat-form {
    width: 100%;
    height: 40px;
    margin: 0;
    display: inline-block;
    font-size: 14px;
}

.lc-chat-messages ul {
    list-style: none;
    word-wrap: break-word;
    margin: 5px;
    padding: 10px 10px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    overflow: hidden;
    overflow-y: auto;
    border-radius: 18px;
    background: rgba(255,255,255,0.1);
}

ul.logs {
    display: none;
}

.lc-chat-header .title {
    width: calc(100% - 50px);
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 300;
    padding: 0 10px;
}
.lc-chat-header .participants {
    width: 30px;
    height: 30px;
    background: #fd4c72;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 900;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin: 15px 10px 15px 0;
}

.messages-wrap {
  font-size: 150%;
}

.inputMessage {
    font-size: 100%;
    box-shadow: none;
    border-radius: 16px;
    border-color: transparent;
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-top: 0;
    height: 40px;
}

.log {
  color: gray;
  font-size: 70%;
  margin: 5px;
  text-align: center;
}

.lc-chat-login {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background-color: #091b30;
}

.lc-chat-login .form {
  height: 100px;
  margin-top: -300px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.lc-chat-login .form .usernameInput {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    outline: none;
    padding-bottom: 15px;
    text-align: center;
    width: 280px;
    margin: 20px auto;
    box-shadow: none;
    font-weight: 400;
}
.lc-chat-login .title, .lc-chat-login .usernameInput {
  color: #fff;
}
.lc-chat-login .title {
    font-size: 120%;
    font-weight: 100;
}
.lc-chat-login .welcome-title.title {
    font-size: 150%;
    padding-bottom: 50px;
    text-transform: uppercase;
}
.lc-chat-login .welcome-title.title strong {
    display: block;
    font-size: 160%;
    text-transform: initial;
}
.lc-chat-login .usernameInput {
  font-size: 140%;
  letter-spacing: 0px;
}

span.username {
    padding-right: 20px;
    color: #fff !important;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}
span.messageBody {
    font-size: 15px;
    line-height: 18px;
    display: inline-block;
    width: 100%;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: left;
}

.lc-chat {
    position: absolute;
    top: 0px;
    left: 60px;
    width: calc(100% - 65px);
    height: calc(100% - 8px);
    padding: 0;
    overflow: hidden;
    font-size: 0;
    color: #fff;
    z-index: 2;
}
.lc-chat-sidebar {
    position: absolute;
    top: 0px;
    left: -82px;
    width: 140px;
    height: calc(100% - 66px);
    padding: 0;
    overflow: hidden;
    color: #fff;
    z-index:5;
    background: #000000c7;
    transition: all .3s;
    font-size: 14px;
}
.lc-chat-sidebar.open{
    width:170px;
}
.lc-chat-sidebar .only-expand-view{
    display: none !important;
}
.lc-chat-sidebar.open .only-expand-view{
    display: inline-block !important;
}
.lc-chat-sidebar .header-sidebar{
    position: relative;
    border-bottom: 1px solid #ffffff4d;
    padding: 7px 7px;
    min-height: 57px;
}
.lc-chat-sidebar .header-sidebar .opner-sidebar{
    display: inline-block;
    float: right;
    width: 26px;
    height: 40px;
    text-align: center;
}
.lc-chat-sidebar.open .header-sidebar .opner-sidebar{
    width: 10px;
}
.lc-chat-sidebar .header-sidebar .button{
    width: 130px;
    padding: 10px;
    text-align: center;
}
.lc-chat-sidebar .content-sidebar{
    padding: 7px;
    height: calc(100% - 60px);
    overflow: auto;
}
.lc-chat-sidebar .content-sidebar .search-form{
    margin-bottom:0px;
}
.lc-chat-sidebar .content-sidebar ul{
    margin: 0;
    padding: 0;
}
.lc-chat-sidebar .content-sidebar ul li{
    border-bottom: 1px solid #ffffff4d;
    padding: 10px 0px;
    position: relative;
}
.lc-chat-sidebar .content-sidebar ul li a{
        display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
}
.lc-chat-sidebar .content-sidebar ul li a span{
    display: flex !important;
    color: #fff;
    width: calc(100% - 32px);
    text-transform: capitalize
}
.lc-chat-sidebar .content-sidebar ul li a span.user-image{
    display: flex;
    color: #fff;
    width: 32px;
    /*height: 32px;*/
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    border: 2px solid transparent;
}
.lc-chat-sidebar .content-sidebar ul li a span.user-image img{
    border-radius: 50%; 
}
.lc-chat-sidebar .header-sidebar .opner-sidebar:after{
      content:'';
      display: block;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 10px solid #fff;
      width: 0;
      height: 0;
      margin-top: 10px;
}
.lc-chat-sidebar .header-sidebar .opner-sidebar.change-view:after{
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left:none;
      border-right: 10px solid #fff;
}
.lc-chat-sidebar .content-footer{
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: #000;
}
.lc-chat-sidebar .content-footer > div{
    text-align: center;
    font-size: 12px;
    border-top: 1px solid #fff;
    padding: 7px 0px;
    display: block;
    width: 100%;
}
.lc-chat-sidebar .content-footer > div a{
  color:#fff;
  text-decoration:none;
}
.lc-chat-user {
    position: absolute;
    width: calc(100% - 70px);
    height: calc(100% - 5px);
    right:0px;
    top: 5px;
    padding: 0;
    overflow: hidden;
    font-size: 0;
    color: #000;
    display: none;
    background: #fff;
    z-index: 4;
    transition: all .3s;
}
.lc-chat-user.main-settings,
.lc-chat-user.login-options,
.lc-chat-user.guest-login,
.lc-chat-user.guest-login-form,
.lc-chat-user.invite-options{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: auto;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 20px #00000059;
    z-index: 25;
}
.lc-chat-user.open{
  display:block;
}
.lc-chat-user.user-details.open{
  display:block;
}
.lc-chat-user.main-settings.open,
.lc-chat-user.login-options.open,
.lc-chat-user.guest-login.open,
.lc-chat-user.guest-login-form.open,
.lc-chat-user.invite-options.open{
  display:block;
}
.lc-chat-header {
    width: 100%;
    height: 60px;
    margin: 0;
    display: inline-block;

}
.lc-chat-user .lc-chat-header {
    width: 100%;
    height: 60px;
    margin: 0;
    display: inline-block;
}
.lc-chat-messages {
    width: 100%;
    height: calc(100% - 150px);
    margin: 0;
    margin-bottom: 0px;
    display: inline-block;
    overflow: hidden;
    font-size: 14px;
}
.lc-chat-messages.options-dialog{
  padding:0px 20px;
}
.main-settings.lc-chat-user .lc-chat-header .title{
  
font-size: 16px;
  
width: calc(100% - 50px);
  
padding-left: 20px;
}
.lc-chat-user .messages-wrap{
  border: 1px solid #d4d4d4;
  margin: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 20px);
}
.lc-chat-form {
    width: 100%;
    height: 40px;
    margin: 0;
    display: inline-block;
    font-size: 14px;
    position: relative;
}
.lc-chat-user .lc-chat-form .inputMessage{
  border: 1px solid #d4d4d4;
  width: calc(100% - 30px);
  margin-left: 15px;
}
.lc-chat-icons-bar {
    width: 100%;
    height: 40px;
    margin: 0px 0px 1px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 5px;
    font-size: 12px;
}
.lc-chat-icons-bar .icons a{
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
}
.lc-chat-messages ul {
    list-style: none;
    word-wrap: break-word;
    margin: 5px;
    padding: 15px 15px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    overflow: hidden;
    overflow-y: auto;
    border-radius: 0px;
    background: rgba(255,255,255,0.1);
}

ul.logs {
    display: none;
}

.lc-chat-header .title {
    width: calc(100% - 50px);
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 300;
    padding: 0 10px;
}
.lc-chat-user .lc-chat-header .title {
    width: calc(100% - 100px);
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 300;
    padding: 0 10px;
}
.lc-chat-header .participants {
    width: 30px;
    height: 30px;
    background: #fd4c72;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 900;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin: 15px 10px 15px 0px;
}
.lc-chat-header .participants a,
.lc-chat-header .participants button{
  
}
.lc-chat-user .lc-chat-header .participants{
    margin: 15px 0px 15px 10px;
}
.lc-chat-user .lc-chat-header .participants a{
   color:#fff;
   text-decoration:none;
   width: 25px;
   height: 30px;
   display: block;
}
.messages-wrap {
  font-size: 150%;
}

.inputMessage {
    font-size: 100%;
    box-shadow: none;
    border-radius: 0px;
    border-color: transparent;
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-top: 0;
    height: 40px;
    background: #fff;
    color: #000;
}
div.inputMessage{
  line-height:40px;
  padding: 0px 10px;
}
div.inputMessage a{
    text-decoration: none;
    color: #000;
}
.log {
  color: gray;
  font-size: 70%;
  margin: 5px;
  text-align: center;
}

.lc-chat-login {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background-color: #091b30;
}

.lc-chat-login .form{
  height: 100px;
  margin-top: -300px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.lc-chat-login .form .usernameInput {
    background-color: #fff;
    border: none;
    border-bottom: 2px solid #fff;
    outline: none;
    padding-bottom: 15px;
    text-align: center;
    width: 280px;
    margin: 20px auto;
    box-shadow: none;
    font-weight: 400;
    color: #000;
}
.lc-chat-login .form .button{
    width: 280px;
    margin: 20px auto;
    background-image: -webkit-linear-gradient(left, #fd8a66 0%, #fd4c72 49%, #fd387c 85%, #fd2384 100%);
    background-image: -o-linear-gradient(left, #fd8a66 0%, #fd4c72 49%, #fd387c 85%, #fd2384 100%);
    background-image: linear-gradient(to right, #fd8a66 0%, #fd4c72 49%, #fd387c 85%, #fd2384 100%);
    background-size: 140%;
    background-position: 0;
    padding: 10px 30px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.lc-chat-login .title, .lc-chat-login .usernameInput {
    color: #fff;
}
.lc-chat-login .title {
    font-size: 120%;
    font-weight: 100;
}
.lc-chat-login .welcome-title.title {
    font-size: 150%;
    padding-bottom: 50px;
    text-transform: uppercase;
}
.lc-chat-login .welcome-title.title strong {
    display: block;
    font-size: 160%;
    text-transform: initial;
}
.lc-chat-login .usernameInput {
  font-size: 140%;
  letter-spacing: 0px;
}
li.message{
    display:flex;
    margin-bottom: 10px;
    align-items: end;
}
.chat-text{
    display: inline-block;
    background: #fff;
    width: calc(100% - 28px);
    padding: 10px 10px 10px 10px;
    margin-left: 15px;
    position: relative;
    line-height: 13px;
}
.chat-text:before{
  content:'';
  display:block;
  position: absolute;
  left: -7px;
  top: 15px;
  z-index: 1;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #fff;
  margin-top: -7px;
}
.chat-text .date-time{
    font-size: 10px;
    color: #6f6d6d;
    float: right;
}
span.user-image{
}
span.username {
    padding-right: 10px;
    color: #000 !important;
    width: auto;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

span.messageBody {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 0px;
    text-align: left;
    color: #6f6d6d;
}
.defaultChat span.username,
.defaultChat span.messageBody{
    /* color: #fff !important; */
}
.defaultChat li.message{
    display: flex;
    margin-bottom: 10px;
    align-items: baseline;
}
.defaultChat .lc-chat-messages ul {
    list-style: none;
    word-wrap: break-word;
    margin: 5px;
    padding: 10px 10px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    overflow: hidden;
    overflow-y: auto;
    border-radius: 0px;
    background: rgba(255,255,255,0.1);
}
.defaultChat .inputMessage {
    font-size: 100%;
    box-shadow: none;
    border-radius: 0px;
    border-color: transparent;
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-top: 0;
    height: 40px;
}
.defaultChat .lc-chat {
    position: absolute;
    top: 0px;
    left: 66px;
    width: calc(100% - 65px);
    height: calc(100% - 66px);
    padding: 0;
    overflow: hidden;
    font-size: 0;
    color: #fff;
    z-index: 2;
}
.defaultChat .lc-chat-messages {
    width: 100%;
    height: calc(100% - 100px);
    margin: 0;
    margin-bottom: 0px;
    display: inline-block;
    overflow: hidden;
    font-size: 14px;
}
.lc-chat-user.user-details .lc-chat-header .title{
    font-size: 16px;
    width: calc(100% - 50px);
}
.lc-chat-user.user-details .lc-chat-messages,
.lc-chat-user.user-details .lc-chat-form{
    padding: 10px;
}
.button {
    display: inline-block;
    margin: 4px 2px;
    border: none;
    border-radius: 4px;
    transition: background-color 200ms ease-in-out 0s;
    background-color: #80b620;
    color: #fff;
    padding: 8px 30px;
    cursor: pointer;
    font-size: 15px;
    line-height: 15px;
    text-decoration: none;
}
.private-chat-block {
    background-color: #d51232;
}
button.back, .button.back {
    background-color: #888 !important;
}
.options-dialog .user-statuses input[type="radio"],.options-dialog .user-statuses input[type="checkbox"]{
    position: relative;
    width: 14px;
    top: 5px;
}
.switch .text {
    display: inline-block;
    margin: 6px 0 0 20px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
/*.slider {
    position: absolute;
    top: 13px;
    right: 22px;
    background-color: #e6e6e6;
    transition: background-color 0.4s;
    border-radius: 34px;
    width: 39px;
    height: 18px;
}*/
input:checked+.slider {
    background-color: #bfda8f;
}
.slider::before {
    position: absolute;
    content: '';
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 1px;
    background-color: #767676;
    transition: transform 0.4s;
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 #999;
}
input:checked+.slider::before {
    background-color: #80b620;
}
input:checked+.slider::before {
    transform: translateX(19px);
}
.options-dialog .items>* {
    border-top: 1px solid #e6e6e6;
    padding-left: 30px;
    background: 20px center no-repeat;
    min-height: 60px;
}
.plus-minus .buttons {
    position: relative;
    user-select: none;
    line-height: 0;
    margin-left: 140px;
}
.plus-minus .buttons button {
    display: inline;
    padding: 0;
    margin: 0;
    background-color: transparent;
    color: #767676;
    border: 1px solid #74943d;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    outline: none;
}
.lc-chat-messages.options-dialog > div{
  display: flex;
  width: 100%;
  align-items: center;
  padding: 10px 0px;
  font-size: 12px;
  border-top: 1px solid #e6e6e6;
  position: relative;
  min-height: 50px;
}
.lc-chat-messages.options-dialog > div .icon{
    margin-right: 10px;
}
.lc-chat-messages.options-dialog > div .self-right{
  align-self: end;
}
.lc-chat-messages.options-dialog > div input[type="radio"],
.lc-chat-messages.options-dialog > div input[type="checkbox"]{
  position:relative;
}
.options-dialog .user-statuses>* {
    display: inline-block;
    cursor: pointer;
    margin: 0;
}
.lc-chat-messages.options-dialog > div button{
  background-color:transparent;
  color:#000;
  font-size: 11px;
  font-weight:500;
}
.login-type-button {
    position: relative;
    padding: 5px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    margin: 5px;
    width: 45%;
    display: inline-block;
}
#login-guest {
    background-color: #989898;
    color: #fff;
}
.login-type-button::before {
    position: absolute;
    top: 7px;
    left: 10px;
    content: '';
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}
#login-guest::before {
    background-image: url(https://d1pfint8izqszg.cloudfront.net/images/skins/general/logins/guest.png);
    border-radius: 50%;
}
#login-guest span, #login-rumbletalk span, .login-twitter span, .login-facebook span {
    display: inline-block;
    margin: 0 25px;
    padding: 5px 9px;
}
.login-facebook {
    background-color: #3b5b9b !important;
    color: #fff !important;
}
.login-facebook::before {
    background-image: url(https://d1pfint8izqszg.cloudfront.net/images/skins/general/logins/facebook.png);
}
.login-twitter {
    background-color: #2faae1 !important;
    color: #fff !important;
}
.login-twitter::before {
    background-image: url(https://d1pfint8izqszg.cloudfront.net/images/skins/general/logins/twitter.png);
}
#login-rumbletalk {
    background-color: #75ac42;
    color: #fff;
}
#login-rumbletalk::before {
    background-image: url(https://d1pfint8izqszg.cloudfront.net/images/skins/general/logins/rumbletalk.png);
}
.login-form{
  display:block !important;
  width: 100%;
}
.login-form .row {
    display: block;
    margin: 10px 0 15px;
    border: none;
}
.login-label {
    padding-right: 0;
    font-weight: 400;
    display: block;
    color: #666;
}
.field {
    border-color: #80b620;
    margin: 5px 0;
    border-radius: 0;
    width: auto;
    border-width: 0 0 1px;
    padding: 5px 0;
    box-sizing: border-box;
    width: 100%;
    background: transparent;
    box-shadow: none;
}
button, .button {
    display: inline-block;
    margin: 4px 2px;
    border: none;
    border-radius: 4px;
    transition: background-color 200ms ease-in-out 0s;
    background-color: #80b620 !important;
    color: #fff;
    padding: 8px 30px;
    cursor: pointer;
    font-size: 15px;
    line-height: 15px;
    text-decoration: none;
    background-image: none;
}
.login-button {
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    width: auto;
    background-color: #80b620 !important;
    color: #fff !important;
}
#portal-c5d9a9fe-7e1d-483a-a818-a7cc983e2379 {display: none;}

.lc-chat-sidebar.open + .lc-chat-user,
.lc-chat-sidebar.open + .lc-chat-user + .lc-chat-user{
  width: calc(100% - 170px);
  height: calc(100% - 5px);
  left: 170px;
  top: 5px;
}
.lc-chat-user.userPopupDiv .chat-text{
    background: #00000017;
}
.lc-chat-user.userPopupDiv .chat-text:before{
    border-right: 7px solid #00000017;
}
.lc-chat-user.userPopupDiv .lc-chat-messages {
    height: calc(100% - 110px);
}

.privatChatInput {
    font-size: 100%;
    box-shadow: none;
    border-radius: 0px;
    border-color: transparent;
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-top: 0;
    height: 40px;
    background: #fff;
    color: #000;
}
div.privatChatInput{
  line-height:40px;
  padding: 0px 10px;
}
div.privatChatInput a{
    text-decoration: none;
    color: #000;
}
.lc-chat-user .lc-chat-form .privatChatInput{
  border: 1px solid #d4d4d4;
  width: calc(100% - 30px);
  margin-left: 15px;
}
.event-social {
    color: #fff;
}


.lc-chat-sidebar .content-sidebar ul li a.active span.user-image img{
    border: 4px solid #000000;
}
.lc-chat-sidebar .content-sidebar ul li a.dot:after{
    position: absolute;
    display: inline-block;
    background: #fd4d72;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    z-index: 1;
    left: 0;
    top: 8px;
    content:'';
}
.lc-chat-messages a.button {
    margin-left: 0px;
}

.lc-chat-sidebar .content-sidebar ul li{
    position: relative;
}
.lc-chat-sidebar .content-sidebar ul li.offline:before,
.lc-chat-sidebar .content-sidebar ul li.away:before{
   content: '';
   background-color: #fd4c72;
   height: 10px;
   width: 10px;
   border-radius: 100px;
   position: absolute;
   z-index: 2;
   right: 0px;
}
.lc-chat-sidebar .content-sidebar ul li.online:before,
.lc-chat-sidebar .content-sidebar ul li.busy:before{
   content: '';
   background-color: green;
   height: 10px;
   width: 10px;
   border-radius: 100px;
   position: absolute;
   z-index: 2;
   right: 0px;
}


.lc-chat-header .participants {
    width: 25px;
    height: 25px;
    background: #fd4c72;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 900;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 25px;
    margin: 14px 10px 15px 0px;
}
.lc-chat-header .online_user{
      width: 25px;
    height: 25px;
    background: green;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 900;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 25px;
    margin: 14px 10px 15px 0px;
 
}

.lc-chat-header .title {
    width: calc(100% - 75px) !important;
}

  