Sindbad~EG File Manager

Current Path : /home/nicedoo/www/wp-content/plugins/searchwp-live-ajax-search/assets/styles/admin/
Upload File :
Current File : /home/nicedoo/www/wp-content/plugins/searchwp-live-ajax-search/assets/styles/admin/style.css

:root {
    --primary: #437e47;
    --primaryHover: #2b6e2f;
    --secondary: #2b66d1;
    --secondaryRGB: 43, 102, 209;
    --neutral: #0e2121;
    --neutralRGB: 14, 33, 33;
    --neutralText: rgba(var(--neutralRGB), 0.8);
    --accent: #eba844;
    --borderColor: #e8e8eb;
    --borderShadow: #e6e9f0;
    --white: #ffffff;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.swp-h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    color: var(--neutral);
    margin: 0;
}

.swp-collapse {
    background: var(--white);
    border: 1px solid var(--borderColor);
    -webkit-box-shadow: 0px 2px 2px var(--borderShadow);
            box-shadow: 0px 2px 2px var(--borderShadow);
    border-radius: 4px;
    margin-bottom: 30px;
}

.swp-collapse--header,
.swp-sub-collapse--header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 78px;
    text-align: left;
    padding: 0 30px;
}

.swp-sub-collapse .swp-collapse--header,
.swp-sub-collapse--header {
    height: 60px;
}

.swp-collapse--content {
    border-top: 1px solid var(--borderColor);
}

.swp-collapse.swp-closed .swp-collapse--content {
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute;
}

.swp-expand--button {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
}

.swp-arrow {
    width: 16px;
    height: 16px;
    cursor: pointer;
    display: block;
}

.swp-collapse.swp-closed .swp-arrow {
    -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

.swp-header,
.swp-content-container {
    font-family: 'Inter', sans-serif;
    font-style: normal;
}

.swp-content-container {
    margin: 40px 22px;
}

.searchwp-settings-view {
    padding-top: 0;
}

.searchwp-settings-row {
    border-bottom: 1px solid var(--borderColor);
    margin: 0 30px;
    padding: 30px 0;
    font-size: 14px;
    line-height: 1.3;
    display: flex;
    color: var(--neutralText);
}

.searchwp-settings-row:last-child {
    border-bottom: 0;
}

.searchwp-settings-row.section-heading h3 {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    color: rgba(var(--neutralRBG), 0.9);
}

.searchwp-settings-row .desc {
    display: block;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.7;
    margin-top: 24px;
}

.searchwp-setting-field {
    margin: 0;
    max-width: 1000px;
}

.searchwp-setting-field select {
    background: var(--white);
    border: 1px solid rgba(var(--neutralRGB), 0.14);
    border-radius: 3px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
    color: var(--neutralText);
    padding: 0 12px;
    height: 40px;
    width: 400px;
}

.searchwp-setting-field select:hover,
.searchwp-setting-field select:active {
    color: var(--neutralText);
}

.searchwp-setting-field select {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='11' viewBox='0 0 17 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.2915 0.814362L8.09717 6.95819L1.90283 0.814362L0 2.7058L8.09717 10.7545L16.1943 2.7058L14.2915 0.814362Z' fill='%230E2121' fill-opacity='0.8'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 12px top 50%;
    background-size: 12px auto;
    padding-right: 33px;
}


.searchwp-settings-row-checkbox input {
    margin: 2px 0 0 0;
}

.searchwp-settings-row-checkbox .desc {
    margin: 0 0 0 12px;
}

.searchwp-settings-row-number input {
    max-width: 55px;
    padding-right: 0;
}

.searchwp-setting-label {
    min-width: 264px;
}

.searchwp-setting-label label {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
}

/*------- Checkbox ----------*/

.swp-toggle {
    cursor: pointer;
}

input.swp-toggle-checkbox {
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
}

input.swp-toggle-checkbox:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

.swp-toggle-switch {
    background-color: rgba(var(--neutralRGB), 0.14);
    border-radius: 20px;
    width: 40px;
    height: 22px;
    position: relative;
    -webkit-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
    transition: background-color 0.25s;
}

.swp-toggle-switch:hover {
    background-color: rgba(var(--neutralRGB), 0.2);
}

.swp-toggle-switch:before, 
.swp-toggle-switch:after {
    content: "";
}

.swp-toggle-switch:before {
    display: block;
    background: var(--white);
    border-radius: 50%;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 2px;
    left: 2px;
    -webkit-transition: left 0.25s;
        -o-transition: left 0.25s;
            transition: left 0.25s;
}

.swp-toggle-switch:before {
    display: block;
    background: var(--white);
    border-radius: 50%;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 2px;
    left: 2px;
    -webkit-transition: left 0.25s;
        -o-transition: left 0.25s;
            transition: left 0.25s;
}

.swp-toggle-checkbox:checked + .swp-toggle-switch,
.swp-toggle-switch--checked {
    background: var(--secondary);
}

input.swp-toggle-checkbox:focus + .swp-toggle-switch,
input.swp-toggle-checkbox:active + .swp-toggle-switch {
    -webkit-box-shadow: 0 0 2px 1px var(--secondary);
            box-shadow: 0 0 2px 1px var(--secondary);
    border: none;
}

.swp-toggle-checkbox:checked + .swp-toggle-switch:before {
    left: 20px;
}

.swp-toggle .swp-label {
    display: block;
    margin-top: 21px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
    color: var(--neutralText);
}

/*------- DYK styles --------*/

.searchwp-settings-dyk {
    padding: 20px;
    background-color: #f7f7f7;
    border-radius: 2px;
    max-width: 850px;
    margin-top: 20px;
}

.searchwp-settings-dyk h5 {
    font-weight: 700;
    font-size: 14px;
    margin: 0 0 16px;
}

.searchwp-settings-dyk p:last-of-type {
    margin: 0;
}

.searchwp-settings-dyk p a {
    color: var(--secondary);
}

.searchwp-settings-dyk .green {
    color: var(--primary);
    font-weight: 700;
}

/*------- End of DYK styles --------*/

/*------- CTA styles --------*/

.searchwp-settings-cta {
    background: var(--white);
    border: 1px solid var(--borderColor);
    -webkit-box-shadow: 0px 2px 2px var(--borderShadow);
            box-shadow: 0px 2px 2px var(--borderShadow);
    border-radius: 4px;
    padding: 30px;
}

.searchwp-settings-cta p {
    color: var(--neutralText);
    font-size: 14px;
    margin: 0 0 16px;
}

.searchwp-settings-cta h5 {
    margin: 0 0 16px;
    font-size: 18px;
    font-weight: 700;
}

.searchwp-settings-cta h6 {
    font-weight: 700;
    font-size: 14px;
    margin: 0 0 16px;
}

.searchwp-settings-cta p {
    color: var(--neutralText);
    font-size: 14px;
    margin: 0 0 16px;
}

.searchwp-settings-cta p:last-of-type {
    margin: 0;
}

.searchwp-settings-cta p a {
    color: var(--secondary);
}

.searchwp-settings-cta .fa-star {
    color: var(--accent);
}

.searchwp-settings-cta .green {
    color: var(--primary);
    font-weight: 700;
}

.searchwp-settings-cta .list {
    display: flex;
    justify-content: space-between;
    max-width: 850px;
    margin-bottom: 20px;
}

.searchwp-settings-cta .list ul {
    margin: 0;
}

.searchwp-settings-cta .list li {
    position: relative;
    margin: 0;
    padding: 0 0 2px 16px;
    color: var(--neutralText);
    font-size: 14px;
}

.searchwp-settings-cta .list li:before {
    content: '+';
    position: absolute;
    top: -1px;
    left: 0;
}

/*------- End of CTA styles --------*/

/*------- Shared styles --------*/

#wpcontent {
    padding-left: 0 !important;
}

.searchwp-logo svg {
    display: block;
}

.searchwp-settings-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 22px 34px;
    border-top: 3px solid var(--primary);
}

.searchwp-settings-subheader {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 0 22px;
}

.searchwp-settings-nav-tab {
    text-decoration: none;
    padding-top: 2px; /* Visual offset */
}

.postbox.searchwp-settings-nav-tab-active {
    min-width: 1px;
    border: none;
    border-bottom: 2px solid var(--accent);
}

.searchwp-settings-header-nav ul {
    list-style: none;
    margin: 0;
    width: 100%;
}

.searchwp-settings-header-nav,
.searchwp-settings-header-nav ul,
.searchwp-settings-header-nav ul li {
    display: flex;
    align-items: stretch;
}

.searchwp-settings-header-nav ul li {
    margin: 0;
}

.searchwp-settings-header-nav ul li a {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 30px 0 0;
    border-bottom: 2px solid transparent;
}

.searchwp-settings-header-nav ul li a:hover {
    border-bottom: 2px solid var(--borderColor);
}

.searchwp-settings-header-nav ul li a:focus {
    box-shadow: none;
    color: var(--secondary);
    border-bottom: 2px solid var(--borderColor);
}

.searchwp-settings-header-nav ul li a > span {
    display: flex;
    align-items: center;
    padding: 18px 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    color: var(--neutral);
}

.swp-header-menu--item {
    cursor: pointer;
}

.notice {
    margin: 20px 22px 0;
}

.searchwp-btn {
    display: inline-block;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.2;
    color: var(--neutralText);
    background-color: var(--white);
    border: 1px solid rgba(140, 143, 154, 0.3);
    padding: 0 16px;
    height: 40px;
    border-radius: 3px;
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: fit-content;
    text-decoration: none;
    text-align: center;
}

.searchwp-btn-md {
    font-size: 13px;
    font-weight: 700;
    padding: 0 16px;
    height: 40px;
}

.searchwp-btn-accent {
    color: var(--white);
    background-color: var(--primary);
    border-color: var(--primary);
}

.searchwp-btn-accent:hover {
    color: var(--white);
    background-color: var(--primaryHover);
}

.searchwp-btn-accent:focus {
    color: var(--white);
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px var(--primaryHover);
            box-shadow: 0 0 0 1px #fff, 0 0 0 3px var(--primaryHover);
    outline: none;
}

.swp-relative {
    position: relative;
}

/*------- End of Shared styles --------*/

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists