:root {
    --emt-color-primary: #3A4775;
    --emt-top-bars-bg: #EDEDED;
    --font-lato: 'Lato', sans-serif;
}

body {
    font-family: var(--font-lato);
}

.emt-container {
    --settings-panel-width: 404px;
    --font-size-xl-12: 10px;
    --font-size-xl-14: 11px;
    --font-size-xl-15: 12px;
    --font-size-xl-20: 16px;
    --font-size-xl-22: 16px;
    --font-size-xl-30: 21px;
    --side-bar-padding-left: 29px;
    --side-bar-padding-right: 26px;
    --side-bar-padding-y: 18px;
}

.emt-container .sidebar .nav,
.emt-container .sidebar .nav:not(.sub-menu) {
    margin: 0;
}

.emt-container .sidebar .nav {
    overflow: initial;
}

.emt-container nav#sidebar {
    /* width: var(--settings-panel-width); */
    width: 572px;
    max-width: 597px;
}

/* -------------------------
EMT TOP SETTINGS ACTION BAR
---------------------------- */
.emt-container .emt-settings-action-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid rgba(175, 175, 175, 0.52);
    padding: 7px 27px 7px var(--side-bar-padding-left);
    background-color: var(--emt-top-bars-bg);
}

.emt-container .emt-go-back-button {
    display: flex;
    width: 16px;
    height: 16px;
    padding: 0;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
}

.emt-container .emt-go-back-button svg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.emt-container .emt-settings-action-btns .emt-btn {
    width: 91px;
    height: 24px;
    margin-top: 0;
    padding: 0;
    border: none;
    border-radius: 4px;
    font-size: var(--font-size-xl-14);
    font-weight: 400;
    font-family: var(--font-lato);
    color: #fff;
    background-color: var(--emt-color-primary);
    cursor: pointer;
}

.emt-container .emt-settings-action-btns .emt-reset-btn {
    width: 57px;
    margin-left: 5px;
    background-color: #F0F0F0;
    color: var(--emt-color-primary);
    border: 2px solid var(--emt-color-primary);
}

/* --------------------------
EMT TOP SAVED SETTINGS BAR
----------------------------- */
.emt-container .emt-saved-settings-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 9px 27px 9px var(--side-bar-padding-left);
    background-color: var(--emt-top-bars-bg);
}

.emt-container .emt-saved-settings-label {
    margin-right: 7px;
    font-size: var(--font-size-xl-15);
    color: #272121;
    ;
    font-weight: 600;
    font-family: var(--font-lato);
}

.emt-container .emt-saved-settings-btns .emt-settings-btn {
    width: auto;
    height: 24px;
    margin-right: 4px;
    padding: 0 0.6em;
    border: 1px solid #7F7F82;
    border-radius: 4px;
    font-size: var(--font-size-xl-15);
    font-weight: 400;
    font-family: var(--font-lato);
    color: #7F7F82;
    background-color: transparent;
}

.emt-container .emt-saved-settings-btns .emt-settings-btn.active1 {
    border-color: var(--emt-color-primary);
    color: var(--emt-color-primary);
}

/* --------------------------
EMT SETTINGS GROUPS
----------------------------- */
.emt-container .emt-settings-group {
    position: relative;
    padding: var(--side-bar-padding-y) var(--side-bar-padding-right) var(--side-bar-padding-y) var(--side-bar-padding-left);
}

.emt-container .emt-settings-group-w-slider {
    padding-right: 42px;
}

.emt-container .emt-settings-group:not(:last-of-type)::after {
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    width: 86%;
    bottom: 0;
    left: 50%;
    background: rgba(58, 71, 117, 0.12);
    transform: translateX(-50%);
}

.emt-container .emt-settings-group-item {
    --label-width: 155px;
    padding: 0;
    display: flex;
    align-items: center;
    list-style: none;
}

.emt-container .emt-settings-group-item:not(:last-of-type) {
    margin-bottom: 20px;
}

.emt-container .emt-settings-group-w-slider .emt-settings-group-item:not(:last-of-type) {
    margin-bottom: 14px;
}

.emt-container .emt-settings-group-item .emt-settings-label {
    width: var(--label-width);
}

.emt-container .emt-settings-group-item .emt-slide-container,
.emt-container .emt-settings-group-item .emt-settings-content {
    width: calc(100% - var(--label-width));
}

.emt-container .emt-settings-group-item .option-title {
    margin-bottom: 0;
    font-size: var(--font-size-xl-20);
    font-weight: bold;
    color: #3C3C3C;
}

.emt-container .emt-settings-group-item .know-about-wrapper,
.emt-container .emt-settings-group-item .know-about-wrapper .know-about-btn {
    width: 14px;
    height: 14px;
    line-height: 1;
}

.emt-container .emt-settings-group-item .know-about-wrapper .know-about-btn {
    background-color: #DEDEDE;
}

.emt-container .emt-settings-group-item .know-about-btn svg {
    width: auto;
    height: 12px;
}

.emt-container .emt-settings-group-item .emt-settings-audio-tones .pattern-box,
.emt-settings-content .emt-color-spheres .sphere-color {
    height: 22px;
    width: 22px;
    margin-right: 4px;
}

.emt-container .emt-settings-audio-tones .pattern-box .note_text,
.emt-container .emt-settings-size .pattern-box .note_text {
    font-weight: 700;
    font-family: var(--font-lato);
    font-size: var(--font-size-xl-14);
    color: var(--emt-color-primary);
}

.emt-container .emt-settings-audio-tones input[type="radio"].css-checkbox+label.css-label {
    border: 2px solid var(--emt-color-primary);
    border-radius: 100px;
    background-color: #fff;
    box-shadow: 0px 4px 4px -1px rgba(0, 0, 0, 0.06);
}

.emt-container .emt-settings-audio-tones input[type="radio"].css-checkbox:checked+label.css-label {
    background-color: var(--emt-color-primary);
}

.emt-container .emt-settings-audio-tones input[type="radio"].css-checkbox:checked+label.css-label .note_text {
    color: #fff;
}

.emt-container .emt-settings-size .emt-settings-size-btns {
    height: max-content;
    flex-wrap: wrap;
}

.emt-container .emt-settings-size .pattern-box {
    width: auto;
    height: 100%;
}

.emt-settings-size .pattern-box input[type="radio"].css-checkbox+label.css-label {
    border: 2px solid var(--emt-color-primary);
    border-radius: 3px;
    padding: 0 0.2em;
    height: 30px;
}

.emt-settings-size .pattern-box input[type="radio"].css-checkbox+label.css-label,
.emt-container .emt-settings-audio-tones input[type="radio"].css-checkbox+label.css-label {
    display: flex;
    align-items: center;
    justify-content: center;
}

.emt-settings-size .pattern-box input[type="radio"].css-checkbox:checked+label.css-label {
    background-color: var(--emt-color-primary);
}

.emt-settings-size .pattern-box input[type="radio"].css-checkbox:checked+label.css-label .note_text {
    color: #fff;
}

.emt-container .emt-settings-size .pattern-box .note_text,
.emt-container .emt-settings-audio-tones .pattern-box .note_text {
    display: block;
    line-height: 1;
}

.emt-container .emt-settings-content .color_choose {
    height: max-content;
    flex-wrap: wrap;
}

.emt-container .emt-settings-content .color_choose .bg-select-btn {
    padding: 0;
    width: 24px;
    border-radius: 6px;
    border: none;
    transition: none;
}

.emt-container .emt-settings-content .color_choose .bg-select-btn:not(:last-of-type) {
    margin-right: 6px;
}

#tool_background .btn.active,
#sphereColor .btn.active {
    -webkit-box-shadow: 0 0 0 1px var(--emt-color-primary);
    box-shadow: 0 0 0 1px var(--emt-color-primary);
}

.emt-settings-content .emt-color-spheres .sphere-color {
    padding: 0;
    border-radius: 100px !important;
    transition: none;
}

.emt-container .emt-settings-content .emt-path-btns .btn-path {
    width: 48px;
    height: 22px;
    border: none;
    background-color: #DDDDDD;
    box-shadow: none !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.emt-container .emt-settings-content .emt-path-btns .btn-path.active {
    background-color: var(--emt-color-primary);
}

.emt-container .emt-settings-content .emt-path-btns .btn-path.active svg path {
    fill: #fff;
}

.emt-container .emt-settings-content .emt-path-btns .btn-path-loop.active svg path {
    fill: none;
    stroke: #fff;
}

.emt-container .emt-path-btns .btn-path-straight svg {
    width: 20px;
    height: 20px;
}

.emt-container .emt-path-btns .btn-path-corner svg {
    width: 17px;
    height: 17px;
}

.emt-container .emt-path-btns .btn-path-loop svg {
    width: 17px;
}

.emt-container .know-about-wrapper .know-about-content {
    background: #DEDEDE;
    font-family: var(--font-lato);
    font-size: var(--font-size-xl-14);
    font-weight: 400;
    line-height: 1.2;
}

.emt-container .know-about-wrapper .know-about-content::before {
    border-color: transparent #DEDEDE transparent transparent;
}

/* ---------------------------
    App screen
------------------------------ */
.emt-container .tool-start-btn,
.emt-container .tool-start-btn:not(:disabled):not(.disabled):hover,
.emt-container .tool-start-btn:not(:disabled):not(.disabled):active,
.emt-container .tool-start-btn:not(:disabled):not(.disabled):focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.emt-container .tool-start-btn {
    width: 188px ;
    height: 51px;
    border-radius: 8px;
    font-family: var(--font-lato);
    font-size: var(--font-size-xl-30);
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: var(--emt-color-primary);
}

.emt-container.emt-tool-is-running .tool-start-btn {
    background-color: #FFFFFF;
    color: #000000;
}

.emt-container .emt-play-btn-container {
    width: auto;
    position: absolute;
    bottom: 45px;
    z-index: 999999;
    left: calc((100% - 404px) / 2);
    transform: translateX(-50%);
}

.emt-container.emt-tool-is-running .emt-play-btn-container {
    left: 50%;
}

.emt-container .time,
.emt-container .emt-sweep-count {
    font-family: var(--font-lato);
    font-size: var(--font-size-xl-22);
}

.emt-container .time {
    right: 50%;
    width: auto;
    transform: translateX(50%);
}

.emt-container .visual_toggle {
    position: absolute;
    right: 45px;
    bottom: 50px;
    display: flex;
    align-items: center;
}
.emt-container .visual_toggle .visual-button {
    position: relative;
    width: 50px;
    height: 25px;
    margin-bottom: 0;
    border-radius: 20px;
    background: transparent;
    border: 1px solid #fff;
    cursor: pointer;
    transition: 0.4s;
}
.emt-container .visual_toggle input#visualMode[type="checkbox"] {
    display: none;
}
.emt-container .visual_toggle .visual-button::before {
    position: absolute;
    content: '';
    background: #fff;
    width: 17px;
    height: 17px;
    border-radius: 20px;
    margin: 3.3px;
    transition: 0.4s;
}
.emt-container .visual_toggle input#visualMode:checked + .visual-button {
    background: #fff;
    border: 1px solid #fff;
}
.emt-container .visual_toggle input#visualMode:checked + .visual-button::before {
    background: #3A4775;
    transform: translateX(25px);
}
.emt-container .visual_toggle p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1;
    margin-left: 8px;
}

.emt-container .emt-sweep-count {
    position: absolute;
    right: 45px;
    top: 15px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    color: white;
    text-align: right;
}


/* --------------------------
ION RANGE SLIDER
----------------------------- */
.emt-container .emt-settings-group-item .irs {
    height: 32px;
}

.emt-container .emt-settings-group-item .irs-line {
    top: 14px;
    height: 5px;
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
    height: 100%;
}

.emt-container .emt-settings-group-item .irs-bar {
    left: 0 !important;
    background: var(--emt-color-primary);
    top: 14px;
    height: 5px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

/* .emt-container .emt-settings-group-item .irs-bar::after {
    content: "";
    position: absolute;
    display: block;
    width: 46px;
    height: 7px;
    background: var(--emt-color-primary);
    right: -56px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
} */

.emt-container .emt-settings-group-item .irs-line-left,
.emt-container .emt-settings-group-item .irs-line-right {
    width: 0;
}

.emt-container .emt-settings-group-item .irs-slider {
    top: 0;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #fff;
    background: #3A4775;
    box-shadow: none;
    cursor: pointer;
}

.emt-container .emt-settings-group-item .irs-single {
    top: 8px;
    color: #fff;
    font-family: var(--font-lato);
    font-size: var(--font-size-xl-12);
    font-weight: 500;
}

.emt-container .emt-settings-group-item .irs-max,
.emt-container .emt-settings-group-item .irs-min {
    top: 22px;
    font-weight: 500;
    color: #373737;
    background: none;
    font-size: var(--font-size-xl-12);
    font-family: var(--font-lato);
    padding: 0;
}

.emt-container .emt-settings-group-item .irs-min {
    left: -5px;
}

.emt-container .emt-settings-group-item .irs-max {
    right: -5px;
}

/* --------------------------
SWEET ALERT
----------------------------- */
.swal-modal {
    --font-size-xl-18: 14px;
    --font-size-xl-24: 19px;
}

.swal-overlay {
    background-color: rgba(44, 43, 43, 0.75);
}

.swal-modal * {
    padding: 0;
    margin: 0;
}

.swal-modal {
    width: 214px;
    padding: 25px;
    border-radius: 9px;
}

.swal-icon * {
    display: none;
}

.swal-icon::after,
.swal-icon::before {
    content: none;
}

.swal-icon {
    width: 41px;
    height: 41px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
    border: none;
    background-color: #DDDDDD;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    animation: none;
}

.swal-icon.swal-icon--success {
    background-image: url('../images/tick-icon.png');
}

.swal-icon.swal-icon--error {
    background-image: url('../images/swal-cross-icon.png');
}

.swal-icon.swal-icon--warning {
    background-image: url('../images/swal-warning-icon.png');
}

.swal-icon.swal-icon--info {
    background-image: url('../images/swal-info-icon.png');
}

.swal-icon:first-child {
    margin-top: 0;
}

.swal-title {
    margin-bottom: 21px;
    font-family: var(--font-lato);
    font-size: var(--font-size-xl-24);
    font-weight: 500;
    color: #000000;
}

.swal-title:first-child {
    margin-top: 0;
}

.swal-title:not(:last-child),
.swal-text {
    margin-bottom: 21px;
}

.emt-swal-w-text .swal-title:not(:last-child) {
    margin-bottom: 8px;
}

.swal-text {
    color: #3C3C3C;
    font-family: var(--font-lato);
    font-size: var(--font-size-xl-18);
}

.swal-footer {
    text-align: center;
}

.swal-button {
    width: 89px;
    height: 35px;
    border-radius: 5px;
    font-family: var(--font-lato);
    font-size: var(--font-size-xl-18);
}

.swal-button:focus {
    box-shadow: none;
}

/* -------------------------
EMT ANSWERS MODAL CONTAINER
---------------------------- */
.emt-answers-modal-container * {
    font-family: var(--font-lato);
}

.emt-answers-modal-container {
    background: #fff;
    border-radius: 14px;
    line-height: 7px;
    text-align: center;
    margin-left: 493px;
    padding: 20px 25px;
    width: 50%;
    z-index: 1;
}

.emt-container .emt-answers-modal-container .heading {
    font-size: var(--font-size-xl-22);
}

.emt-answers-modal-container p {
    color: #3C3C3C;
    font-size: var(--font-size-xl-20);
}

@media screen and (min-width: 992px) {
    .emt-container {
        --settings-panel-width: 445px;
        --side-bar-padding-left: 2.97vw;
        --side-bar-padding-right: 2.71vw;
        --side-bar-padding-y: 1.823vw;
    }

    .emt-container .emt-settings-action-bar {
        padding: 0.73vw 2.71vw 0.73vw var(--side-bar-padding-left);
    }

    .emt-container .emt-saved-settings-bar {
        padding: 0.9375vw 2.71vw 0.9375vw var(--side-bar-padding-left);
    }

    .emt-container .emt-saved-settings-label {
        margin-right: 0.68vw;
    }

    .emt-container .emt-saved-settings-btns .emt-settings-btn {
        margin-right: 0.46875vw;
    }

    .emt-container .emt-settings-group-w-slider {
        padding-right: 4.27083vw;
    }

    .emt-container .emt-settings-group-item:not(:last-of-type) {
        margin-bottom: 2.083vw;
    }

    .emt-container .emt-settings-group-w-slider .emt-settings-group-item:not(:last-of-type) {
        margin-bottom: 1.45833vw;
    }

    .emt-container .emt-play-btn-container {
        left: calc((100% + 404px) / 2);
    }

    .swal-modal {
        width: 21.67vw;
        padding: 2.552083vw;
        border-radius: 0.989583vw;
    }

    .swal-icon {
        margin-bottom: 1.25vw;
    }

    .swal-title:not(:last-child),
    .swal-text {
        margin-bottom: 2.1875vw;
    }

    .emt-swal-w-text .swal-title:not(:last-child) {
        margin-bottom: 0.833vw;
    }
}

@media screen and (min-width: 1025px) {
    .swal-icon {
        width: 4.0104167vw;
        height: 4.0104167vw;
    }

    .swal-icon {
        background-size: 1.5104167vw;
    }
}

@media screen and (min-width: 1200px) {
    .emt-container .tool-start-btn {
        width: 15.72916vw ;
        height: 4.27083vw;
        border-radius: 0.72916vw;
    }

    .swal-button {
        width: 7.4479167vw;
        height: 2.96875vw;
        border-radius: 0.46875vw;
    }
}

@media screen and (min-width: 1440px) {
    .emt-container {
        --settings-panel-width: 31.09375vw;
    }

    .emt-container .emt-go-back-button {
        width: 1.1458vw;
        height: 1.1458vw;
    }

    .emt-container .emt-settings-action-btns .emt-btn {
        border-radius: 6px;
        width: 6.302083vw;
        height: 1.614583vw;
    }

    .emt-container .emt-settings-action-btns .emt-reset-btn {
        width: 3.9583vw;
    }

    .emt-container .emt-settings-group-item {
        --label-width: 160px;
    }

    .emt-container .emt-settings-content .color_choose .bg-select-btn {
        border-radius: 0.46875vw;
    }

    .emt-container {
        --font-size-xl-30: 23px;
    }
}

@media screen and (max-width: 1600px) {
    .emt-container .emt-settings-group {
        padding: 40px 35px !important;
    }
}

@media screen and (min-width: 1500px) {
    .emt-container .emt-saved-settings-btns .emt-settings-btn {
        height: 1.614583vw;
    }

    .emt-container .emt-settings-group-item .know-about-wrapper,
    .emt-container .emt-settings-group-item .know-about-wrapper .know-about-btn {
        width: 0.9375vw;
        height: 0.9375vw;
    }

    .emt-container .emt-settings-group-item .emt-settings-audio-tones .pattern-box,
    .emt-settings-content .emt-color-spheres .sphere-color {
        margin-right: 6px;
    }

    .emt-container .emt-settings-size .emt-settings-size-btns {
        /* height: 1.09375vw; */
    }

    .emt-settings-size .pattern-box input[type="radio"].css-checkbox+label.css-label {
        padding: 0 0.4em;
    }

    .emt-container .emt-settings-content .color_choose {
        height: 1.302083vw;
    }

    .emt-container .emt-settings-content .color_choose .bg-select-btn {
        width: 1.667vw;
    }

    #tool_background .btn.active,
    #sphereColor .btn.active {
        -webkit-box-shadow: 0 0 0 2px var(--emt-color-primary);
        box-shadow: 0 0 0 2px var(--emt-color-primary);
    }

    .emt-container .emt-settings-content .color_choose .bg-select-btn:not(:last-of-type) {
        margin-right: 7px;
    }

    .emt-container .emt-settings-content .emt-path-btns .btn-path {
        width: 3.28125vw;
        height: 1.510416vw;
    }
}

@media screen and (min-width: 1600px) {
    .emt-container .emt-settings-group-item .emt-settings-audio-tones .pattern-box,
    .emt-settings-content .emt-color-spheres .sphere-color {
        width: 1.4583vw;
        height: 1.4583vw;
    }

    /* IRS */
    .emt-container .emt-settings-group-item .irs {
        height: 2.0833vw;
    }

    .emt-container .emt-settings-group-item .irs-slider {
        width: 2.0833vw;
        height: 2.0833vw;
    }

    .emt-container .emt-settings-group-item .irs-single {
        top: 11px;
    }

    .emt-container .emt-settings-group-item .irs-max,
    .emt-container .emt-settings-group-item .irs-min {
        top: 26px;
    }

    .emt-container .emt-settings-group-item .irs-line,
    .emt-container .emt-settings-group-item .irs-bar {
        top: 16px;
        height: 6px;
    }

    .emt-container {
        --font-size-xl-22: 18px;
        --font-size-xl-30: 25px;
    }

    .swal-modal {
        --font-size-xl-18: 15px;
        --font-size-xl-24: 20px;
    }
}

@media screen and (min-width: 1800px) {
    .emt-container {
        --font-size-xl-12: 11px;
        --font-size-xl-14: 13px;
        --font-size-xl-15: 14px;
        --font-size-xl-20: 18px;
        --font-size-xl-22: 21px;
        --font-size-xl-30: 28px;
    }

    .swal-modal {
        --font-size-xl-18: 17px;
        --font-size-xl-24: 22px;
    }
}

@media screen and (min-width: 1920px) {
    .emt-container {
        --font-size-xl-12: 12px;
        --font-size-xl-14: 14px;
        --font-size-xl-15: 15px;
        --font-size-xl-20: 20px;
        --font-size-xl-22: 22px;
        --font-size-xl-30: 30px;
        --side-bar-padding-left: 57px;
        --side-bar-padding-right: 52px;
        --side-bar-padding-y: 35px;
    }

    .swal-modal {
        --font-size-xl-18: 18px;
        --font-size-xl-24: 24px;
    }

    .emt-container .emt-settings-action-bar {
        padding: 14px 52px 14px var(--side-bar-padding-left);
        border-bottom-width: 3px;
    }

    .emt-container .emt-go-back-button {
        width: 22px;
        height: 22px;
    }

    .emt-container .emt-settings-action-btns .emt-btn {
        width: 121px;
        height: 31px;
    }

    .emt-container .emt-settings-action-btns .emt-reset-btn {
        width: 76px;
        margin-left: 8px;
    }

    .emt-container .emt-settings-group-item .know-about-wrapper,
    .emt-container .emt-settings-group-item .know-about-wrapper .know-about-btn {
        width: 18px;
        height: 18px;
    }

    .emt-container .emt-saved-settings-bar {
        padding: 18px 52px 18px var(--side-bar-padding-left);
    }

    .emt-container .emt-saved-settings-label {
        margin-right: 13px;
    }

    .emt-container .emt-saved-settings-btns .emt-settings-btn {
        margin-right: 9px;
        border-radius: 6px;
        height: 31px;
    }

    .emt-container .emt-settings-group-item .know-about-btn svg {
        height: 14px;
    }

    .emt-container .emt-settings-group-w-slider {
        padding-right: 82px;
    }

    .emt-container .emt-settings-group-item:not(:last-of-type) {
        margin-bottom: 40px;
    }

    .emt-container .emt-settings-group-w-slider .emt-settings-group-item:not(:last-of-type) {
        margin-bottom: 28px;
    }

    .emt-container .emt-settings-group-item {
        --label-width: 170px;
    }

    .emt-container .emt-settings-group-item .emt-settings-audio-tones .pattern-box,
    .emt-settings-content .emt-color-spheres .sphere-color {
        width: 28px;
        height: 28px;
        margin-right: 7px;
    }

    .emt-container .emt-settings-size .emt-settings-size-btns {
        height: 21px;
    }

    .emt-settings-size .pattern-box input[type="radio"].css-checkbox+label.css-label {
        border-radius: 4px;
    }

    .emt-container .emt-settings-content .color_choose {
        height: 25px;
    }

    .emt-container .emt-settings-content .color_choose .bg-select-btn {
        width: 32px;
    }

    .emt-container .emt-settings-content .color_choose .bg-select-btn:not(:last-of-type) {
        margin-right: 9px;
    }

    .emt-container .emt-settings-content .color_choose .bg-select-btn {
        border-radius: 9px;
    }

    .emt-container .emt-settings-content .emt-path-btns .btn-path {
        width: 63px;
        height: 29px;
    }

    .emt-container .emt-settings-content .emt-path-btns .btn-path:first-of-type {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .emt-container .emt-settings-content .emt-path-btns .btn-path:last-of-type {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .emt-container .emt-path-btns .btn-path-straight svg {
        width: 26px;
        height: 26px;
    }

    .emt-container .emt-path-btns .btn-path-corner svg {
        width: 21px;
        height: 21px;
    }

    .emt-container .emt-path-btns .btn-path-loop svg {
        width: 25px;
    }

    /* IRS */
    .emt-container .emt-settings-group-item .irs {
        height: 40px;
    }

    .emt-container .emt-settings-group-item .irs-slider {
        width: 40px;
        height: 40px;
    }

    .emt-container .emt-settings-group-item .irs-line,
    .emt-container .emt-settings-group-item .irs-bar {
        height: 7px;
    }

    .emt-container .tool-start-btn {
        border-radius: 14px;
    }

    .swal-modal {
        width: 416px;
        padding: 49px;
        border-radius: 19px;
    }

    .swal-icon {
        width: 77px;
        height: 77px;
        margin-bottom: 24px;
    }

    .swal-icon {
        background-size: 29px;
    }

    .swal-title:not(:last-child),
    .swal-text {
        margin-bottom: 42px;
    }

    .emt-swal-w-text .swal-title:not(:last-child) {
        margin-bottom: 16px;
    }

    .swal-button {
        width: 143px;
        height: 57px;
        border-radius: 9px;
    }
}

@media screen and (max-width: 648.91px) {
    .emt-container .sidebar-offcanvas {
        right: -404px;
    }
}

@media screen and (max-height: 551.91px) {
    .emt-container nav#sidebar {
        overflow: auto;
    }

    .emt-container .sidebar .nav {
        overflow: hidden;
        padding-bottom: 30px;
    }

    .emt-container .know-about-wrapper .know-about-content {
        max-width: calc(var(--settings-panel-width) - var(--label-width) - (var(--side-bar-padding-left) * 2));
    }
}