ul , li {
    margin: 0;
    padding: 0;
}
div.tooltip ul  {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
html body.bg-full-screen-image {
    background: url("../images/bgs/bg7.jpg") center center no-repeat fixed;
    background-size: auto;
    -webkit-background-size: cover;
    background-size: cover;
}

@media (min-width: 769px) {
    html body.bg-full-screen-image {
        background: url("../images/bgs/bg7.jpg") center center no-repeat fixed;
        background-size: auto;
        -webkit-background-size: cover;
        background-size: cover;
    }
}

@media  (pointer: coarse){
    html body.bg-full-screen-image {
        background: url("../images/bgs/bg3.jpg") center center no-repeat fixed;
        background-size: auto;
        -webkit-background-size: cover;
        background-size: cover;
    }
}


html body.loginpage {
    height: 100%;
    background-color: #f4f5fa;
    direction: ltr;
}
form .form-control.new-look {
    background-color: #e8f0fd;
    color:#484e51;
    border: 0;
}
form .form-control.new-look::placeholder {
    color:#484e51;
    opacity: 50%;
}
.app-content.center-layout, html body .content.app-content {
    overflow: hidden;
}
html body.loginpage .content {
    position: relative;
    min-height: -webkit-calc(100% - 32px);
    min-height: -moz-calc(100% - 32px);
    min-height: calc(100% - 32px);
    padding: 0;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
html body.loginpage .content .content-wrapper .content-wrapper-before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
.content {
    position: relative;
    overflow: visible;
    width: auto;
    min-height: auto;
    margin-left: 0;
    padding: inherit;
}
.blank-page .content-wrapper .flexbox-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.box-shadow-2 {
    -webkit-box-shadow: 0 10px 18px 0 rgba(0, 0, 63,.2);
    box-shadow: 4px 4px 8px 1px rgba(0, 0, 63,.3)
}

.btn-bg-gradient-x-soapp.btn-glow {
    -webkit-box-shadow: 0 0 12px 0 #9f78ff;
    box-shadow: 0 0 12px 0
    #9f78ff;
}

.btn-bg-gradient-x-soapp {
    position: relative!important;
    top: unset!important;
    right: unset!important;
    background: rgb(0,167,153);
    background-image: -webkit-gradient(linear,left top,right top,from(#00a799),to(#9bca83));
    background-image: -webkit-linear-gradient(left,#00a799 0%,#9bca83 50%);
    background-image: -moz-linear-gradient(left,#00a799 0%,#9bca83 50%);
    background-image: -o-linear-gradient(left,#00a799 0%,#9bca83 50%);
    background-image: linear-gradient(90deg, #00a799 0%, #9bca83 50%);
    background-size: 100% auto;
}
.btn-bg-gradient-x-soapp, .btn-bg-gradient-x-purple-red {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    color: #fff;
    border: none;
    -webkit-background-size: 200% auto;
}
.btn.btn-login-soapp{
    font-size: 16px;
}
.round-1{
    border-radius: 14px;
}
.loginlogo{
    min-width: 150px;
    max-width: 300px;
    margin: 0 auto;
}

.loginlogo img{
    width: 100%;
}

.ringMenu:hover {
    padding: 30px 30px;
    margin: -30px -30px;
}
.ringMenu ul {
    list-style: none;
    position: relative;
    color: white;
}
.ringMenu ul a {
    color: white;
}
.ringMenu ul li {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ringMenu ul li:not(.main) {
    /*-webkit-transform: rotate(-180deg) scale(0);
    -moz-transform: rotate(-180deg) scale(0);
    -o-transform: rotate(-180deg) scale(0);
    transform: rotate(-180deg) scale(0);*/
    visibility: hidden;
    opacity: 0;
}
.ringMenu:hover ul li {
    /*-webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);*/
    visibility: visible;
    opacity: 1;
}
.ringMenu ul li.top {
    -webkit-transform-origin: 50% 152px;
    -moz-transform-origin: 50% 152px;
    -o-transform-origin: 50% 152px;
    transform-origin: 50% 152px;
    position: absolute;
    top: -97px;
    left: 0;
}
.ringMenu ul li.bottom {
    -webkit-transform-origin: 50% -52px;
    -moz-transform-origin: 50% -52px;
    -o-transform-origin: 50% -52px;
    transform-origin: 50% -52px;
    position: absolute;
    bottom: -102px;
    left: 0;
}
.ringMenu ul li.right {
    -webkit-transform-origin: -52px 50%;
    -moz-transform-origin: -52px 50%;
    -o-transform-origin: -52px 50%;
    transform-origin: -52px 50%;
    position: absolute;
    top: 0px;
    right: -102px;
    box-shadow: 0px 0px 28px 1px
    #828181;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    z-index: 99999;
}
.ringMenu ul li.right1 {
    -webkit-transform-origin: -52px 50%;
    -moz-transform-origin: -52px 50%;
    -o-transform-origin: -52px 50%;
    transform-origin: -52px 50%;
    position: absolute;
    top: 0px;
    right: -48px;
    box-shadow: 0px 0px 28px 1px
    #828181;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    z-index: 99999;
}
.ringMenu ul li.left {
    -webkit-transform-origin: 152px 50%;
    -moz-transform-origin: 152px 50%;
    -o-transform-origin: 152px 50%;
    transform-origin: 152px 50%;
    position: absolute;
    top: 0;
    left: -102px;
}

.swal2-styled.swal2-confirm {
    font-size: 12px!important;
}

.swal2-container {
    z-index: 20000000!important; /* Apenas para prevenir que o alert fique por baixo dos popups */
}
#soappContentHolder{
    overflow: hidden;
}
.user-menu-toggle {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.profile-image{
    width: 35px;
    height: 35px;
    display: inline-flex;
    vertical-align: middle;
    border-radius: 50%;
    background-size: cover;
    align-items: center;
}
.profile-image svg{
    color: white!important;
}
.simple-arrow {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    font-size: 12px;
    color:white;
}
.user-menu {
    width: 300px;
    background: #F0F0F0;
    position: absolute;
    top: -267px;
    right: 4%;
    border:1px solid white;
    border-radius: 10px 10px 0 0;
}

.user-info {
    border-bottom: 1px solid white;
    padding: 10px 0 0 0;
    position: relative;
    background-color: #000000;
    border-radius: 10px 10px 0 0;
    height: 48px;
}
.profile-img {
    width: 45px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    background-size: cover;
}
h3.profile-name{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    color:white;
    font-weight: normal;
    line-height: normal;
    font-size: 15px;
    padding-left:20px;

}
.btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    position: absolute;
    right: 10px;
    top:50%;
    translateY:-50%;
}
.menu-nav {
    list-style-type: none;
}
.menu-nav li{
    padding: 15px 10px;
    line-height: normal;
    color:#7e7e7e;
    border-bottom: 1px solid white;
    cursor: pointer;
}
.menu-nav li a{
    text-decoration: none;
}
.menu-nav li svg{
    color:#7e7e7e;
    font-size: 15px!important;
    margin-right: 5px;
}
.menu-nav li span{
    width: 20px;
    margin-right: 10px;
    text-align: center;
}
.menu-nav li:hover {
    background: #eaeaea;
    color:#7e7e7e;
}
.soappDarkYellowBar{
    background-color: #e8e4e4!important;
    color: black;
}
.soappListBodyYellowLight{
    background-color: #F0F0F0!important;
    color: black;
}
.subject{
    display: inline;
    margin-left: 10px;
}
.emailoptionsmenu{
    position: absolute;
    align-content: center;
    align-items: center;
    padding: 3px;
    top: 1px;
    right: -3px;
    border-radius: 10px;
    border-radius: 10px;
    display: none;
}
.emaildate{
    margin-right: 4px;
}
.sideicons{
    padding-top: 2px;
}
/* NEW STYLES 2021-03-25 */
.calendar-view-btn {
    background-color: #e8e8e8;
    padding: 0px 5px;
    border-radius: 5px;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    margin-right: 5px;
    margin-left: 5px;
}
.calendar-view-btn:hover {
    background-color: silver;
    color:black;
    text-decoration: none;
}
.calendar-view-btn.calendar-view-btn-dafault {
    background: #9f9f9f;
}
/* NEW STYLES 2021-04-08 */
/* on mobile browsers, I set a width of 100% */
table.mceLayout, textarea.tinyMCE {
    width: 100% !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.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: 15px;
    width: 15px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

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

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

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

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