@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* _content/AMS.DistributorPortal.WebUI/Components/CustomComponents/MTSSpinner.razor.rz.scp.css */
.spinner[b-qeel1mvifa] {
    height: 5rem;
    width: 5rem;
    border-radius: 50%;
    border: 5px solid transparent;
    animation: spin-b-qeel1mvifa 1s linear infinite;
    background: linear-gradient(white, white), conic-gradient(from 0.15turn, white, #051d51);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

@keyframes spin-b-qeel1mvifa {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* _content/AMS.DistributorPortal.WebUI/Components/CustomComponents/MTSTooltip.razor.rz.scp.css */
.tooltip-wrapper[b-bjwkrtbzv6] {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
    /*cursor: pointer;*/
}

span[b-bjwkrtbzv6] {
    visibility: hidden;
    position: absolute;
    width: /*10rem*/max-content;
    /*margin-left: -6rem;*/
    /*background-color: yellow;*/
    /*border:solid;
    border-color:black;*/
    color: #fff;
    text-align: center;
    /*padding: 0.5rem 0;*/
    border-radius: 6px;
    z-index: 1;
    font-size: 1rem;
    color:black;
}

/*span::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}*/

.tooltip-wrapper:hover span[b-bjwkrtbzv6] {
    visibility: visible;
}
/* _content/AMS.DistributorPortal.WebUI/Components/Layout/DynamicNavMenu.razor.rz.scp.css */
.nav-item[b-30a69332wj]  a:hover {
    background-color: rgba(255,255,255,0.25);
}

.nav-item[b-30a69332wj]  a.active {
    background-color: #FFA500;
}

.subMenuItem[b-30a69332wj]{
    background-color:#337AB7
}
/* _content/AMS.DistributorPortal.WebUI/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-jjtvtxrpot] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-jjtvtxrpot] {
    flex: 1;
}

.sidebar[b-jjtvtxrpot] {
    background-color: rgb(5, 29, 81);
}

.top-row[b-jjtvtxrpot] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

    .top-row[b-jjtvtxrpot]  a, .top-row[b-jjtvtxrpot]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-jjtvtxrpot]  a:hover, .top-row[b-jjtvtxrpot]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-jjtvtxrpot]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-jjtvtxrpot] {
        display: none;
    }

    .top-row.auth[b-jjtvtxrpot] {
        justify-content: space-between;
    }

    .top-row[b-jjtvtxrpot]  a, .top-row[b-jjtvtxrpot]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-jjtvtxrpot] {
        flex-direction: row;
    }

    .sidebar[b-jjtvtxrpot] {
        position: sticky;
        top: 0;
    }

    .top-row[b-jjtvtxrpot] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-jjtvtxrpot]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    article[b-jjtvtxrpot] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

li[b-jjtvtxrpot]  a:hover {
    background-color: #FFA500;
}

li[b-jjtvtxrpot] {
    overflow-x:hidden;
}
/* _content/AMS.DistributorPortal.WebUI/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-p0qtpp7uro] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-p0qtpp7uro] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-p0qtpp7uro] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-p0qtpp7uro] {
    font-size: 1.1rem;
}

.bi[b-p0qtpp7uro] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-p0qtpp7uro] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-p0qtpp7uro] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-p0qtpp7uro] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-p0qtpp7uro] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-p0qtpp7uro] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-p0qtpp7uro] {
        padding-bottom: 1rem;
    }

    .nav-item[b-p0qtpp7uro]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-p0qtpp7uro]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-p0qtpp7uro]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-p0qtpp7uro] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-p0qtpp7uro] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-p0qtpp7uro] {
        display: none;
    }

    .nav-scrollable[b-p0qtpp7uro] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/AMS.DistributorPortal.WebUI/Components/Modals/General/BusyModal.razor.rz.scp.css */
.spinner[b-w5mlttld7p] {
    height: 5rem;
    width: 5rem;
    border-radius: 50%;
    border: 5px solid transparent;
    animation: spin-b-w5mlttld7p 1s linear infinite;
    background: linear-gradient(white, white), conic-gradient(from 0.15turn, white, #051d51);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

@keyframes spin-b-w5mlttld7p {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* _content/AMS.DistributorPortal.WebUI/Components/Pages/Notifications/NotificationDashboard.razor.rz.scp.css */
.switch[b-1veg7liu28] {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 1.7rem;
}

    .switch input[b-1veg7liu28] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider[b-1veg7liu28] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2196F3;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 1.7rem;
}

    .slider[b-1veg7liu28]:before {
        position: absolute;
        content: "";
        height: 1.2rem;
        width: 1.2rem;
        left: 0.25rem;
        bottom: 0.25rem;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider[b-1veg7liu28] {
    background-color: #2196F3;
}

input:focus + .slider[b-1veg7liu28] {
    box-shadow: 0 0 0.1rem #2196F3;
}

input:checked + .slider[b-1veg7liu28]:before {
    -webkit-transform: translateX(1.3rem);
    -ms-transform: translateX(1.3rem);
    transform: translateX(1.3rem);
}
/* _content/AMS.DistributorPortal.WebUI/Components/Pages/Orders/CaptureOrder.razor.rz.scp.css */
.switch[b-f79selg397] {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 1.7rem;
}

    .switch input[b-f79selg397] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider[b-f79selg397] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: red;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 1.7rem;
}

    .slider[b-f79selg397]:before {
        position: absolute;
        content: "";
        height: 1.2rem;
        width: 1.2rem;
        left: 0.25rem;
        bottom: 0.25rem;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider[b-f79selg397] {
    background-color: green;
}

input:focus + .slider[b-f79selg397] {
    box-shadow: 0 0 0.1rem #2196F3;
}

input:checked + .slider[b-f79selg397]:before {
    -webkit-transform: translateX(1.3rem);
    -ms-transform: translateX(1.3rem);
    transform: translateX(1.3rem);
}
/* _content/AMS.DistributorPortal.WebUI/Components/Pages/Orders/GrDateCapture.razor.rz.scp.css */
.switch[b-zch30c6iat] {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 1.7rem;
}

    .switch input[b-zch30c6iat] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider[b-zch30c6iat] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: red;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 1.7rem;
}

    .slider[b-zch30c6iat]:before {
        position: absolute;
        content: "";
        height: 1.2rem;
        width: 1.2rem;
        left: 0.25rem;
        bottom: 0.25rem;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider[b-zch30c6iat] {
    background-color: green;
}

input:focus + .slider[b-zch30c6iat] {
    box-shadow: 0 0 0.1rem #2196F3;
}

input:checked + .slider[b-zch30c6iat]:before {
    -webkit-transform: translateX(1.3rem);
    -ms-transform: translateX(1.3rem);
    transform: translateX(1.3rem);
}
/* _content/AMS.DistributorPortal.WebUI/Components/Pages/Orders/UploadOrder.razor.rz.scp.css */
.switch[b-xnjuq6p60s] {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 1.7rem;
}

    .switch input[b-xnjuq6p60s] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider[b-xnjuq6p60s] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: red;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 1.7rem;
}

    .slider[b-xnjuq6p60s]:before {
        position: absolute;
        content: "";
        height: 1.2rem;
        width: 1.2rem;
        left: 0.25rem;
        bottom: 0.25rem;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider[b-xnjuq6p60s] {
    background-color: green;
}

input:focus + .slider[b-xnjuq6p60s] {
    box-shadow: 0 0 0.1rem #2196F3;
}

input:checked + .slider[b-xnjuq6p60s]:before {
    -webkit-transform: translateX(1.3rem);
    -ms-transform: translateX(1.3rem);
    transform: translateX(1.3rem);
}
/* _content/AMS.DistributorPortal.WebUI/Components/Pages/Quote/CaptureQuote.razor.rz.scp.css */
.switch[b-folxlrtcu9] {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 1.7rem;
}

    .switch input[b-folxlrtcu9] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider[b-folxlrtcu9] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: red;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 1.7rem;
}

    .slider[b-folxlrtcu9]:before {
        position: absolute;
        content: "";
        height: 1.2rem;
        width: 1.2rem;
        left: 0.25rem;
        bottom: 0.25rem;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider[b-folxlrtcu9] {
    background-color: green;
}

input:focus + .slider[b-folxlrtcu9] {
    box-shadow: 0 0 0.1rem #2196F3;
}

input:checked + .slider[b-folxlrtcu9]:before {
    -webkit-transform: translateX(1.3rem);
    -ms-transform: translateX(1.3rem);
    transform: translateX(1.3rem);
}
/* _content/AMS.DistributorPortal.WebUI/Components/Pages/Users/CreateUser.razor.rz.scp.css */
.switch[b-03vpc9blqg] {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 1.7rem;
}

    .switch input[b-03vpc9blqg] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider[b-03vpc9blqg] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: red;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 1.7rem;
}

    .slider[b-03vpc9blqg]:before {
        position: absolute;
        content: "";
        height: 1.2rem;
        width: 1.2rem;
        left: 0.25rem;
        bottom: 0.25rem;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider[b-03vpc9blqg] {
    background-color: green;
}

input:focus + .slider[b-03vpc9blqg] {
    box-shadow: 0 0 0.1rem #2196F3;
}

input:checked + .slider[b-03vpc9blqg]:before {
    -webkit-transform: translateX(1.3rem);
    -ms-transform: translateX(1.3rem);
    transform: translateX(1.3rem);
}
/* _content/AMS.DistributorPortal.WebUI/Components/Pages/Users/UpdateDistributorAssignment.razor.rz.scp.css */
.switch[b-f5doup1635] {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 1.7rem;
}

    .switch input[b-f5doup1635] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider[b-f5doup1635] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: red;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 1.7rem;
}

    .slider[b-f5doup1635]:before {
        position: absolute;
        content: "";
        height: 1.2rem;
        width: 1.2rem;
        left: 0.25rem;
        bottom: 0.25rem;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider[b-f5doup1635] {
    background-color: green;
}

input:focus + .slider[b-f5doup1635] {
    box-shadow: 0 0 0.1rem #2196F3;
}

input:checked + .slider[b-f5doup1635]:before {
    -webkit-transform: translateX(1.3rem);
    -ms-transform: translateX(1.3rem);
    transform: translateX(1.3rem);
}
/* _content/AMS.DistributorPortal.WebUI/Components/Pages/Users/UpdateMailEvents.razor.rz.scp.css */
.switch[b-947evdoynb] {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 1.7rem;
}

    .switch input[b-947evdoynb] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider[b-947evdoynb] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: red;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 1.7rem;
}

    .slider[b-947evdoynb]:before {
        position: absolute;
        content: "";
        height: 1.2rem;
        width: 1.2rem;
        left: 0.25rem;
        bottom: 0.25rem;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider[b-947evdoynb] {
    background-color: green;
}

input:focus + .slider[b-947evdoynb] {
    box-shadow: 0 0 0.1rem #2196F3;
}

input:checked + .slider[b-947evdoynb]:before {
    -webkit-transform: translateX(1.3rem);
    -ms-transform: translateX(1.3rem);
    transform: translateX(1.3rem);
}
/* _content/AMS.DistributorPortal.WebUI/Components/Pages/Users/UpdateRoles.razor.rz.scp.css */
.switch[b-6yohvwxujr] {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 1.7rem;
}

    .switch input[b-6yohvwxujr] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider[b-6yohvwxujr] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: red;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 1.7rem;
}

    .slider[b-6yohvwxujr]:before {
        position: absolute;
        content: "";
        height: 1.2rem;
        width: 1.2rem;
        left: 0.25rem;
        bottom: 0.25rem;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider[b-6yohvwxujr] {
    background-color: green;
}

input:focus + .slider[b-6yohvwxujr] {
    box-shadow: 0 0 0.1rem #2196F3;
}

input:checked + .slider[b-6yohvwxujr]:before {
    -webkit-transform: translateX(1.3rem);
    -ms-transform: translateX(1.3rem);
    transform: translateX(1.3rem);
}
/* _content/AMS.DistributorPortal.WebUI/Components/Pages/Users/UpdateUser.razor.rz.scp.css */
.switch[b-nhyugjh2bs] {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 1.7rem;
}

    .switch input[b-nhyugjh2bs] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider[b-nhyugjh2bs] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: red;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 1.7rem;
}

    .slider[b-nhyugjh2bs]:before {
        position: absolute;
        content: "";
        height: 1.2rem;
        width: 1.2rem;
        left: 0.25rem;
        bottom: 0.25rem;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider[b-nhyugjh2bs] {
    background-color: green;
}

input:focus + .slider[b-nhyugjh2bs] {
    box-shadow: 0 0 0.1rem #2196F3;
}

input:checked + .slider[b-nhyugjh2bs]:before {
    -webkit-transform: translateX(1.3rem);
    -ms-transform: translateX(1.3rem);
    transform: translateX(1.3rem);
}
/* _content/AMS.DistributorPortal.WebUI/Components/Pages/Users/UserMaintenanceDashboard.razor.rz.scp.css */
.switch[b-70w3hvc765] {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 1.7rem;
}

.switch input[b-70w3hvc765] {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider[b-70w3hvc765] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2196F3;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 1.7rem;
}

    .slider[b-70w3hvc765]:before {
        position: absolute;
        content: "";
        height: 1.2rem;
        width: 1.2rem;
        left: 0.25rem;
        bottom: 0.25rem;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider[b-70w3hvc765] {
    background-color: #2196F3;
}

input:focus + .slider[b-70w3hvc765] {
    box-shadow: 0 0 0.1rem #2196F3;
}

input:checked + .slider[b-70w3hvc765]:before {
    -webkit-transform: translateX(1.3rem);
    -ms-transform: translateX(1.3rem);
    transform: translateX(1.3rem);
}
/* _content/AMS.DistributorPortal.WebUI/Components/Pages/WestAfricaMapping/UpdateWestAfricaMappingOrderType.razor.rz.scp.css */
.switch[b-5ae3x1g57x] {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 1.7rem;
}

    .switch input[b-5ae3x1g57x] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider[b-5ae3x1g57x] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: red;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 1.7rem;
}

    .slider[b-5ae3x1g57x]:before {
        position: absolute;
        content: "";
        height: 1.2rem;
        width: 1.2rem;
        left: 0.25rem;
        bottom: 0.25rem;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider[b-5ae3x1g57x] {
    background-color: green;
}

input:focus + .slider[b-5ae3x1g57x] {
    box-shadow: 0 0 0.1rem #2196F3;
}

input:checked + .slider[b-5ae3x1g57x]:before {
    -webkit-transform: translateX(1.3rem);
    -ms-transform: translateX(1.3rem);
    transform: translateX(1.3rem);
}
