.row
{
    padding:0 !important;
    margin: 0 !important;
}

.tooltip-inner{
    max-width: 400px !important;
    padding:8px;
    text-decoration:none;
    color: black !important;
    text-align: left !important;
    background-color:#fff !important;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    box-shadow: 0px 0px 6px black;
    opacity: 1 !important;
}

.tooltip.bs-tooltip-right .arrow:before {
    display:none !important;
}

.tooltip.bs-tooltip-left .arrow:before {
    display:none !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
    display:none !important;
}

.tooltip.bs-tooltip-top .arrow:before {
    display:none !important;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto
{
    padding: 0;
}
.elementor-message::before{
    content:'' !important;
}

.elementor-field-group .elementor-select-wrapper::before{
    content:'' !important;
}/*  https://loading.io/css/  */
.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #888;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}#loader_shadow {
    position: fixed;
    z-index: 102;
}

#loader_shadow_inner {
}

#loader_shadow_loader {
    background-color: rgba(204,204,204,0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;

}

.lds-roller {
    position: fixed;
    top: 50%;
    left: 50%;
    display: block;
    opacity: 1;
}

#loader_shadow_spinner {
    position: relative;
    top: 50%;
    text-align: center;
    margin: auto;
    display: table;
}

#loader_shadow_message {
    position: relative;
    top: 50%;
    background: #fff;
    border: 1px solid #0080D0;
    padding: 10px 5px;
    text-align: center;
    width: 185px;
    margin: auto;
    opacity: 0.8;
    display: table;
    margin-top: 10px;
}
.action-menu{
    font-size: large;
}

.action-menu-items {
    position: absolute;
    z-index: 2;
    right: 0;
    margin: 2px 0;
    min-width: 190px;
    padding: 10px 0;
    background-color: #fff;
    border: 1px solid #888;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .175);
}

.action-menu-item{
    padding: 0.375rem 1rem;
    font-weight: 400;
    font-size: 0.88rem;
    line-height: 1rem;
    display: block;
    border: 0;
    text-align: left;
    -webkit-transition:none;
    -moz-transition: none;
    transition: none;

}

.action-menu-item i{
    width: 29px;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1rem;
}


.action-menu-item:hover{
    color: #555;
    background-color: #eee;
    cursor: pointer;
}

.action-menu-icon{
    display:block;
    width:100%;
}

.action-menu-icon i{
    font-size: 25px;
    line-height: 1;
}
.loading .elementor-message{
    display:none;
}.info_tt_pass {
    content: " ";
    cursor: pointer;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/wp-content/plugins/ozolio/login/assets/libs/password/info.svg') no-repeat center center;
    margin-right: 7px;
    position: absolute;
    top: 40px;
    right: 7px;
}


.tt_wrap:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 4rem;
    bottom: 0;
    height: 1px;
    border-width: 0;
    margin-right: 5px;
    margin-left: 5px;

}

.tt_wrap.weak:before {
    border-bottom: 2px solid red;
}

.tt_wrap.strong:before {
    border-bottom: 2px solid green;
}

.error{
    color: #d9534f;
}
