@import 'colors',
'typography',
'abstracts/placeholders',
'abstracts/mixins',
'abstracts/functions';
/* Enter Your Global CSS here */

    :root {
    --mdc-theme-primary: #2196f3;
    --mdc-theme-secondary: #2196f3;
}

.wp-swings_page_woo_refund_and_exchange_lite_menu #sswpbody-content {
    font-family: "NunitoSans-Regular", sans-serif;
    margin: 0;
    
}

body {
    background-color: #e5f4fe;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a:focus {
    box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

input[type="checkbox"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="radio"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
select:focus,
textarea:focus {
    box-shadow: none !important;
}

select,
option {
    color: rgba(0, 0, 0, 0.7) !important;
    box-shadow: none !important;
    border-color: rgba(0, 0, 0, 0.38) !important;
}

select {
    padding: 10px 30px 10px 15px !important;
}

.wps-link:focus {
    outline: none;
    border: none;
}

.wps-info-img {
    display: inline-block;
    margin-right: 6px;
    margin-top: -3px;
    max-width: 15px;
}

.wps-link {
    font-family: "NunitoSans-Bold";
    font-style: normal;
    font-weight: bold;
    font-size: $fs-xm-small;
    line-height: 24px;
    letter-spacing: 0.3px;
    color: #000000;
    display: inline-block;
    transition: 0.3s ease;
    &:hover {
        color: $c-doger-blue!important;
    }
    &.active {
        position: relative;
        color: $c-doger-blue!important;
    }
    &:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        border-bottom: 3px solid $c-doger-blue;
        border-radius: 2px;
    }
}

.wps-bg-white {
    background-color: $c-white;
    margin-right: 15px;
}

.wps-r-8 {
    border-radius: 8px;
}

.wps-pl-4 {
    padding: 0 4px !important;
}

.wps-section {
    padding: 28px 32px;
}

.wps-header-container {
    padding: 28px 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 8px;
    margin-right: 15px;
    @include media (wps-phone) {
        justify-content: flex-start;
    }

    .wps-header-title {
        font-family: "NunitoSans-ExtraBold";
        font-style: normal;
        font-weight: 800;
        font-size: $fs-xmedium;
        line-height: 24px;
        letter-spacing: 0.3px;
        color: $c-doger-blue;
        flex: 0 0 100%;
        max-width: calc(100% - 200px);
        @include media (wps-phone) {
            max-width: 100%;
        }
    }

    .wps-link {
        @include media (wps-phone) {
            margin-top: 15px;
        }
    }

    span {
        @include media (wps-phone) {
            margin: 15px 5px 0;
        }
    }
}

.wps-form-group {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 35px;

    .wps-form-group__label {
        flex: 0 0 100%;
        max-width: 200px;
        padding: 0 15px;

        .wps-form-label {
            font-family: "NunitoSans-SemiBold";
            font-size: $fs-xm-small;
            line-height: 24px;
            letter-spacing: 0.3px;
        }
    }

    .wps-form-group__control {
        flex: 0 0 100%;
        max-width: calc(100% - 200px);
        padding: 0 15px;

        .wps-form-select {
            &:hover {
                select {
                    border-color: rgba(0, 0, 0, 0.87) !important;
                    color: rgba(0, 0, 0, 0.87);
                }
            }

            &:focus {
                select {
                    border-color: #2196f3 !important;
                }
            }

            .mdl-textfield__label {
                display: block;
                max-width: 450px;
                padding-right: 16px;
                padding-left: 16px;
            }
        }
        .mdc-switch__native-control {
            width: 68px;
            height: 48px;
        }
    }
    .wps-password-hidden {
        outline: none;
        opacity: 0.7;
        transition: opacity 0.2s linear;
        user-select: none;
        
        &:hover {
            opacity: 1;
        }
    }
}

.select2 {
    &.select2-container {
        max-width: 100%;
    }
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background: $c-white;
    box-shadow: 0px 2px 5px rgba(63, 71, 86, 0.1);
    border-radius: 8px;
    padding: 16px;
}

.wps-col-wrap {
    margin-bottom: 35px;
}

.wps-options {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22) !important;
}

.mdc-button {
    border-radius: 35px !important;
    padding: 12px 24px !important;
    height: 100%;
}

.mdc-floating-label {
    color: $c-doger-blue;
}

.mdc-floating-label--float-above,
.mdc-floating-label--shake {
    color: $c-doger-blue !important;
}

#wps-wrael-table-inner-container,
#public-hooks-listing,
#admin-hooks-listing {
    width: 100%;
    table thead th {
        font-size: $fs-medium;
        font-family: "NunitoSans-ExtraBold";
    }
}