/************************ GENERAL STYLES *********************/
html, body {
    direction: ltr;
}

.protection_level-btn {
  font-size: 12px;
}

.small-text {
    font-size: 12px;
  }

/************************ HEADER *********************/

.wrapper-footer.half {
    border-top-right-radius: 0;
}

.protection p[data-status="off"] {
    letter-spacing: 0;
}

.protection.until p {
    font-size: 14px;
    width: 160px;
} 

.wrapper_details_item:first-of-type button {
    margin-left: auto;
}

.wrapper_details_item:last-of-type label {
    margin-right: auto;
}

.devices-slider {
    margin-left: calc(50vw - 63px - (77px / 2));
}

/************************ DEVICES SLIDER *********************/

/* .transparent-input-container {
    margin-left: 2.5em;
} */

/* .devices-carousel {
    left: 50%;
} */

/************************ SEARCH *********************/

.search-box input {
    padding-left: 21px;
}

#tab-section .search-icon {
    right: 14px;
}

.transparent-input-container .clear-icon {
    right: 0;
}

/************************ SWITCH *********************/

.switch .slider:after {
    left: 2px;
  }

.switch.checked>.slider:after {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}

/********************* TAB ***************************/

.tooltip, h2.no_tooltip {
    padding-right: 12.5px;
}

.tooltip-big {
    padding-left: 7px;
}

.app-tooltip {
    left: 70%;
}

.list-number {
    margin-right: 20px;
}

.list-item img.loading {
    margin-right: -10px;
}

/************************ SIDE MENUS *********************/

.side-menu-icon[data-side="right"] {
    right: 0;
}
.menu-wrapper {
    padding: 28px 0 0 28px;
}

.menu-wrapper[data-side="right"] {
    top: 0;
    right: 0;
}

.menu-wrapper[data-side="left"] {
    top: 0;
    left: 0;
}

.menu-list li .sub-list-btn {
    margin: 0 14px 7px 0;;
}

li.inside {
    width: 90%;
}

[data-side="right"] .close-popup-btn {
    left: -14px;
    top: -14px;
}

[data-side="left"] .close-popup-btn {
    right: 14px;
    top: -14px;
}

/************************ POPUP *********************/

.pop_up .close-popup-btn {
    right: 6%;
}

/************************ POPUP - RADIO *********************/

#pause_protection_popup .radio_list {
    padding-left: 21px;
  }

.radio_container {
    padding-left: 21px;
}

.radio_container .checkmark {
    left: -2px;
}

.radio_container .checkmark::after {
    left: 2px;
}

.checkmark {
    left: 0;
}

#expired_duration_select{
    left: 47%;
  }

/************************ POPUP - PROTECTION LEVELS *********************/

.pop_up .protection_level_name {
    margin-left: -7px;
}

.pop_up .level-mark {
    margin-right: 7px;
}

.protection_level-card:first-of-type {
    margin-left: 42px;
}

.protection_level-card:last-child {
    padding-right: 42px;
}

/************************ SCREEN TIME *********************/
.screen_time_table td.button-container button {
    float: right;
    margin-right: 10.5px;
}

/************************ PAUSES SCHEDULE *********************/
.dots-edit {
    padding-right: 5.5px;
}

/************************ CONTENT MANAGEMENT *********************/

.app-icon-container {
    margin-right: 14px;
}

.category-icon {
    margin-right: 7px;
}

.open-container.inside {
    padding: 0 21px 0 63px;
}

.autocomplete-icon {
    margin-right: 7px;
}

.apps-table-row.inside .protection_level-btn {
    font-size: 11.5px;
}

@media only screen and (max-width: 360px) {
    .open-container.inside {
        padding-left: 30px;
    }
} 

@media only screen and (max-width: 330px) {
    .open-container.inside {
        padding-left: 22px;
    }

    .tab-header-button.basic-btn {
        font-size: 12px;
    }
} 

/******************* LOGIN_FORM **********************/
.forgot_password_link {
    right: 0;
  }

.pwd_eye {
    right: 65px;
}

.pwd_eye.no_forgot_pwd {
    right: 0;
}

.login_screen_container i {
    padding-left: 0;
}

@media (max-width: 992px){
    .pwd_eye{
        right: 60px; /* or nothing */
    }
}

@media (max-height: 800px) {
    .link_login_form {
        margin-left: 10px;
    }

}

/******************* NO_PERMISSION **********************/

.protection_status_wrapper {
    font-weight: bold;
    text-align : center;
    font-size  : 18px;
    margin-top : -25px;
}
.protection_status_on {
    color:green;
}

.protection_status_off {
    color:red;
}

.send_request {
    margin-right: 2%;
}

.cancel_request {
    margin-left: 2%;
}

.renew_link {
    color: #224dff;
    display: inline;
}

.bullet {
	position    : relative;
	padding-left: 20px;
}

.bullet::before {
    content : '•'; /* Unicode for bullet character */
    position: absolute;
    left    : 0;
    top     : 0;
}
.padding_delete_app_button {
    padding-left: 25px;
}

.padding_instead_delete_btn {
    padding-right: 44px;
}

#copy_url_on_click {
    margin-left: 5px;
}

#copy_url_on_click:active {
    color: blue;
  }