.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

a.dropdown-item.selected,
select[multiple] option:checked {
    background-color: #7dc67e;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 85px;
}

a.dropdown-item.selected:before,
select[multiple] option:checked:before {
    content: '✓ ';
    position: relative;
}

/* ZOHO customizations */
.zsiq_floatmain:hover .zsiq_float__close-btn {
    display: inline-block;
}

.zsiq_float__close-btn {
    display: none;
    height: 25px;
    width: 25px;
    background-color: #0091ff;
    position: absolute;
    right: 0;
    top: -18px;
    border-radius: 25px;
    cursor: pointer;
    user-select: none;
}

.zsiq_float__close-btn:before,
.zsiq_float__close-btn:after {
    content: '';
    display: inline-block;
    position: relative;
    width: 12px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
}

.zsiq_float__close-btn:before {
    transform: rotate(-45deg);
    right: -7px;
    top: -5px;
}

.zsiq_float__close-btn:after {
    transform: rotate(45deg);
    right: 5px;
    top: -5px;
}
/* ZOHO customizations END*/

.modal-dialog {
    min-width: 800px;
    max-width: 800px;
}

button:disabled,
button[disabled] {
    pointer-events: none;
}


.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
  supported by Chrome, Edge, Opera and Firefox */
}

/* Register page text queries */
@media (max-width: 576px) {
    .toolsLogo img {
        padding: 10px;
    }
}
@media (min-width: 576px) {
    .toolsLogo img {
        padding: 10px;
    }
}

@media (min-width: 768px) {
    .toolsLogo img {
        padding: 10px;
    }
}

@media (min-width: 992px) {
    .toolsLogo img {
        padding: 5px;
    }
}

@media (min-width: 1200px) {
    .toolsLogo img {
        padding: 0px;
    }
}

.ms-drop.bottom {
    min-width: 100% !important;
    width: 100% !important;
}

.daterangepicker .ranges li.preview-request-datepicker-inactive-range {
    pointer-events: none;
    color: grey;
    background-color: lightgray;
}

/* GA UA styles */
table tr td.control-expand:before {
    font: normal normal normal 18px/1 FontAwesome;
    content: '\f055';
    cursor: pointer;
    position: relative;
    left: 50%;
    margin-left: -10px;
}

table tr.inactive td.control-expand:before {
    color: lightgray;
    content: '\f055';
    cursor: default;
}

table tr.expanded td.control-expand:before {
    content: '\f056';
    cursor: pointer;
}

table tr td.control-selection input {
    cursor: pointer;
    position: relative;
    left: 50%;
    margin-left: -10px;
    transform: scale(1.3);
}

table tr td.control-expand,
table tr td.control-selection {
    width: 20px;
}
/* GA UA styles END */

/* TODO: move this styles to React (this class is returned from API) */
.customWarningButton {
    text-decoration: none;
    background-color: #ed6c02;
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%),
        0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    margin-top: 5px;
    font-size: 14px;
    transition: 0.25s;
    display: block;
    width: fit-content;
}
.customWarningButton:hover {
    background: #e65100;
}

/* Salesforce pre-auth login page */

#custom_domain_name_div {
    display: none;
}

input[type=checkbox]:checked ~ #custom_domain_name_div{
    display: block;
}

/* Salesforce pre-auth login page END */

/* Pardot pre-auth login page */

#pardot_custom_domain_name_div {
    display: none;
}

input[type=checkbox]:checked ~ #pardot_custom_domain_name_div{
    display: block;
}

/* Pardot pre-auth login page END */