html,
body {
    padding: 0;
    margin: 0;
    height: 100%;
    background: #f7f7f7;;

}

:root {
    --bs-font-sans-serif: "Wix Madefor Display", serif !important;
    --bs-primary-rgb: 20, 159, 82;
    --bs-body-color: #1B2538;
}

.table>:not(caption)>*>* {
    padding: 0;
    color: inherit;
    background-color: inherit;
    border-bottom-width: inherit;
    box-shadow: unset;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
}

a {
    color: inherit;
    text-decoration: none;
}

main {
    height: fit-content;
    padding: 0 !important;
    min-height: 100vh;
    margin: 80px 0px;
    padding-bottom: 90px !important;
}

main:has(.auth-form),
main:has(.empty) {
    margin: 0px !important;
    padding-bottom: 0px !important;
}

header {
    width: 100vw;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    height: 95px;
    position: fixed;
    top: 0;
    z-index: 100;
}

footer {
    background: #1B2538;
    width: 100vw;
    height: 110px;
    position: fixed !important;
    z-index: 1000;
    bottom: 0;
}

span {
    color: #51576C;
}

footer * {
    color: var(--bs-white);
}

.cursor-pointer {
    cursor: pointer;
}


.sticky {
    position: sticky;
    top: 95px;
}

aside {
    min-width: 303px;
    height: calc(100vh);
    background: #28344B;
    position: fixed;
    top: 0px;
    z-index: 2;
}

aside ul li span {
    color: var(--bs-white) !important;
}

aside ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;

    padding: 20px;
    padding-top: 50px;
}

aside ul li {
    min-height: 50px;
    padding: 0 25px;
    display: flex;
}


aside ul li:hover,
aside ul li.active {
    background: #149F52;

    border-radius: 50px;
}

aside ul li:hover img,
aside ul li.active img {
    filter: sepia(1);
}

.form-dialog {
    width: 569px;
    background: #FFFFFF;
    box-shadow: 0px 4px 18px 0px #70707066;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: calc(50vh - 300px);
    margin-bottom: auto;
    padding: 60px;
}

.form-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    /* min-height: 430px; */
}

.auth-form {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

.form-control {
    border-radius: 0;
    ;
    border: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-bottom: var(--bs-border-width) solid var(--bs-border-color);
}

.form-control:focus {
    border-color: unset;
    border-bottom: var(--bs-border-width) solid #86b7fe;
    outline: 0;
    box-shadow: unset;
}

.logo-surius {
    width: 105px;
    margin-left: 100px;
    height: 32px;
}

.text-base {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}

.h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
}

.h3 {
    font-weight: 400;
    font-size: 29px;
    line-height: 115.99999999999999%;
}

.h3_5 {
    font-size: 25px;
    line-height: 100%;
}

.h4 {
    font-size: 20px;
    line-height: 39px;
}

.btn1 {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: 50px;
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    min-height: 53px;
}

.btn-secondary {
    --bs-btn-color: #555671;
    --bs-btn-bg: #FFF;
    --bs-btn-border-color: #C4C4C4;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 0;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #149F52;
    --bs-btn-border-color: #149F52;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #149F52;
    --bs-btn-hover-border-color: #149F52;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #149F52;
    --bs-btn-active-border-color: #149F52;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #149F52;
    --bs-btn-disabled-border-color: #149F52;
}

.form-floating>label {
    color: #C4C4C4;
}

.error-msg {
    display: none;
}

.error-msg.show {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
}

.error-text {
    color: #FF1212;
}

div#myContent {
    padding: 45px;
    /* padding-right: 100px; */
    height: fit-content;
    margin-left: 290px;
    margin-right: 100px;
}

/* dropdown */

.custom-select {
    margin-top: 0;
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 450px;
    height: 49px;
}

.select-button {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0.675em 1em;
    border: none;
    border-radius: 10px;
    background-color: white;
    cursor: pointer;
}

.arrow {
    content: url('../images/drop-arrow.svg');
    transition: transform ease-in-out 0.3s;
}

.select-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: none;
    border-radius: 10px;
    background-color: white;
    list-style: none;
    padding: 20px;
    max-height: 210px;
    overflow-y: auto;
    box-shadow: 0px 5px 10px 0px #484E5E59;
    z-index: 2;
}

.select-dropdown::-webkit-scrollbar {
    width: 7px;
}

.select-dropdown::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 25px;
}

.select-dropdown::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 25px;
}

.select-dropdown li {
    padding: 2px 2px;
    cursor: pointer;
}

.select-dropdown li:hover {
    color: rgb(var(--bs-primary-rgb));
    text-decoration: underline;
}

.custom-select.show .arrow {
    transform: rotate(180deg);
}

.custom-select.show .select-dropdown {
    display: block !important;
}

/* end dropdown */


.btn-primary span {
    color: inherit;
}

.r-15 {
    border-radius: 15px;
}

.mw-206 {
    min-width: 206px;
}

.thead {
    background-color: #E6E6E666;
    backdrop-filter: blur(4px);
    width: 100%;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
}

.thead * {
    background-color: #E6E6E666 !important;
    color: #1B2538 !important;
    padding: 0 !important;
}

.thead>* {
    background-color: #E6E6E666 !important;
    color: #1B2538 !important;
    padding: 0 !important;
}

.thead>*>* {
    background-color: transparent !important;
    color: #1B2538 !important;
    padding: 0 !important;
}

.thead img {
    width: 13px;
}

.thead div {
    border-right: 2px solid #F5F5F5;
    width: 220px;
    display: flex;
    justify-content: space-between;
    padding: 5px 10px !important;
    gap: 10px;
}

.tbody .trow {
    background-color: #FFFFFF;
    width: 100%;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 10px;
}

.tbody>*>* {
    background-color: transparent !important;
    color: #1B2538 !important;
    padding: 0 !important;
}

.tbody div.tcell {
    border-right: 2px solid #F5F5F5;
    min-width: 135px;
    display: flex;
    justify-content: space-between;
    padding: 5px 10px !important;
    align-items: center;
    gap: 10px;
    min-height: 65px;
    font-size: 18px;
}

.tbody div.tcell span {
    width: 100%;
}




.form_toggle {
    border: 1px solid #E6E6E6;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    padding: 0px !important;
    overflow: hidden;
    border-bottom-width: 1px !important;
    background: #F9F9F9;
}

.form_toggle-item input[type=radio] {
    display: none;
}

.form_toggle-item label {
    display: inline-block;
    padding: 0px 10px;
    line-height: 31px;
    cursor: pointer;
    user-select: none;
    position: relative;
    text-align: center;
    width: 57px;
}

/* Checked */
.form_toggle .item-1 input[type=radio]:checked+label {
    background: rgb(var(--bs-primary-rgb));
    border-radius: 15px;
    color: var(--bs-white);
}

.form_toggle .item-2 input[type=radio]:checked+label {
    background: #F1F1F1;
    border-radius: 15px;
    color: var(--bs-body-color);
}

.btn-small,
.btn-small *,
.btn-small>*,
.btn-small>*>span {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;

}

.btn-small {
    display: flex;
    gap: 5px;
}

div.action {
    min-width: 275px;
}

div.steps {
    width: 140px !important;
}

.btn-small img {
    width: 12px;
}

.select-small {
    max-height: 38px !important;
    border-radius: 15px;
    padding: 0;
    margin: 0;
    max-width: fit-content;
}

.modal-body .select-small
{
	max-width: 100%!important;
}

.select-small .select-button {
    font-size: 16px;
    padding: 0 15px;
    border-radius: 15px;
    height: 26px;
    width: fit-content;
    gap: 10px;
}

.select-small .select-button span {
    color: black;
}

.select-small .select-button .arrow {
    content: url('../images/drop-arrow-black.svg');
    transition: transform ease-in-out 0.3s;
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 640px;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: none;
    border-radius: 20px;
    outline: 0;
    padding: 3px;
}

.modal-header {
    display: flex;
    flex-shrink: 1;
    align-items: center;
    padding: var(--bs-modal-header-padding);
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    justify-content: flex-end;
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}


.modal-body span {
    color: #1B2538;
    font-size: 25px;
    text-align: center;
    width: 100%;
    display: block;
}

.modal-footer button {
    min-width: 150px;
    height: 52px;
}

.trow.disabled>*,
.trow.disabled *,
.trow.disabled *>* {
    color: #55567180 !important;
}


.cube {
    width: 39px;
    height: 40px;
    border-radius: 7px;
    border: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #555671;
}

.cube.prev_next {
    background-color: #E6E6E6;
}

.cube.prev_next.flip {
    transform: rotate(180deg);
}


.modal .form-floating>label {
    font-size: 16px;
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    transform: scale(.85) translateY(-.5rem) translateX(-0px);
    font-size: 10px;
    padding: 15px 0px;
}

#edit_scene .form_toggle {
    max-width: 120px;
}

#edit_scene .label {
    color: #C4C4C4;
    text-align: center;
    font-size: 10px;

}

#edit_scene.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 560px;
}

.accordion-button {
    padding: 0;
    background-color: #F1F1F1;
    border-radius: 5px;
    border: 0px;
}

.accordion {
    gap: 10px;
    display: flex;
    flex-direction: column;
    border: 0px;

}

.accordion-body {
    padding: 0;
}

.accordion-item {
    border: 0px;

}

.modal .form-floating>label {
    font-size: 16px;
    padding: 25px 0px;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
    padding: 3px 0;
}

.form-control {
    padding: 0;
}

.form-floating.w-75 {
    max-width: 66%;
}

.form-floating {
    position: relative;
    height: 55px;
}

.form-dialog {
    width: 569px;
    background: #FFFFFF;
    box-shadow: 0px 4px 18px 0px #70707066;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: calc(50vh - 270px);
    margin-bottom: auto;
    padding: 60px;
}

.auth-form {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* align-content: center; */
    justify-content: center;
}

img.logo-surius:hover {
    content: url('../images/sirius_color.png') !important;
}

button.btn49 {
    min-height: 49px;
}

button.btn38 {
    min-height: 38px;
}

.thead div {
    border-right: 2px solid #F5F5F5;
    min-width: 135px;
    display: flex;
    justify-content: space-between;
    padding: 5px 10px !important;
    gap: 10px;
    align-items: center;
}

div.action {
    min-width: 305px !important;
}

.btn-small {
    display: flex;
    gap: 5px;
    flex-wrap: nowrap;
    align-items: center;
    max-height: 35px;
    min-height: 35px;
}

#edit_scene .modal-content {
    padding: 30px 45px 40px 60px;
}

#edit_scene .label {
    color: #C4C4C4;
    text-align: left;
    font-size: 10px;
}

#sceneAccordion .accordion-item>.accordion-header .accordion-button {
    gap: 10px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

#sceneAccordion .accordion-header {
    background-color: #F1F1F1;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;

    border-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-button::after {
    margin-left: 0;
}

.form_toggle-item label {
    line-height: 36px;
}

#edit_scene .form_toggle-item label {
    line-height: 31px;
}

.arrow {
    width: 12px !important;
}

.form-floating1 .selected-value {
    font-size: 16px;
}

.form-floating1 .select-small .select-button {
    font-size: 16px;
    padding: 0;
    border-bottom: 1px solid #C4C4C4;
    border-radius: 0;
    height: 41px;
}

#edit_scene .custom-select.show .select-dropdown {
    display: block !important;
    max-height: fit-content;
    top: calc(100% + 5px);
    z-index: 10;
}

.accordion .form-floating1 .select-small .select-button {
    font-size: 14px;
    height: 36px;
}

.scene-hover {
    display: none;
}

.scene_img:hover .scene-hover {
    display: block;
    height: 100%;
}

.flip {
    transform: rotate(180deg);
}

span.sc_title {
    background: #F1F1F180;
    font-size: 15px;
    border-radius: 5px;
    margin-bottom: 17px;
    text-align: left;
    padding-left: 5px;
}

.scene-hover img:first-of-type {
    float: left;
    width: 7px;
}


.scene-hover img:last-of-type {
    float: right;
    width: 7px;
}

div[data-disabled='true'] *,
section[data-disabled='true'] * {
    color: transparent;
    background: #C4C4C41A;
    border-color: #C4C4C41A;
}

div[data-disabled='true'] .form_toggle,
section[data-disabled='true'] .form_toggle {
    visibility: hidden;
}

.bg-disabled {
    display: none;
}

section[data-disabled='true'] .bg-disabled {
    display: block;
    position: absolute;
    background-color: #fffbfb1a;
    z-index: 100;
    width: calc(100vw - 380px);
    height: 100%;
}

div[data-disabled='true'] .bg-disabled {
    display: block;
    position: absolute;
    background-color: #fffbfb1a;
    z-index: 100;
    width: 674px;
    height: 50px;
    /* top: 0; */
}

section[data-disabled='true'] .bg-disabled span {
    font-weight: 400;
    font-size: 25px;
    line-height: 100%;
    text-align: center;
    /* vertical-align: middle; */
    text-transform: uppercase;
    margin: auto;
    color: #514a4a69 !important;
    width: 100%;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.swiper.scene_img {
    width: 230px;
}

.swiper-slide {
    background-color: #404040;
    border-radius: 8px;
    padding:5px;
    box-sizing: border-box;
    overflow: hidden;
}

.swiper-slide .scene_img {

    height: 100%;
    display: flex;
    align-items: center;
	max-width:100%;
}



.burger-item {
    display: none;
}

.burger-item.show {
    display: flex;
}

.selected-value {
    white-space: nowrap;
    overflow: hidden;
    padding: 0 0px;
    margin-right: 10px;
}

.btn-danger {
    color: var(--bs-white);
    background: #EE202D;
}

form{
    width: 100%;
}

input.search_field {
    height: 25px;
    border: none;
    background-color: #ffffff !important;
    border-radius: 10px;
    padding: 0 10px!important;
    line-height: 100%;
}

.thead div.lbl_name {
    border-right: none!important;   
}

.swiper-slide .scene_img span{
    color: #ffffff;
    font-size: 14px;
    text-align: left;
    width: 100%;
    display: block;
}

a.btn1.btn49
{
   min-height: 42px;
}


@media (max-width:990px) {
    div#myContent {
        margin-left: 0px;
        margin-right: 0px;
        padding: 16px 25px;
    }


    #myTable-wrapper {
        overflow-x: scroll;
    }

    #myTable {
        width: max-content;
    }

    .tbody .trow {
        width: auto;
    }

    main {
        padding-bottom: 120px !important;
        margin: 90px 0px;
    }

    .logo-surius {
        margin-left: 0px;
    }

    footer .text-base.text-center.w-50 {
        width: 100% !important;
    }

    footer span {
        font-size: 14px;
    }

    #edit_scene .modal-content {
        padding: 10px;
    }

    /*.swiper.scene_img {
        width: 190px;
    }

    .swiper.scene_img img {
        width: 100%;
    }*/

    .custom-select {
        max-width: 100%;
        height: 40px;
    }

    .h3_5 {
        font-size: 20px;
        line-height: 100%;
    }

    .h4 {
        font-size: 15px;
        line-height: 26px;
    }

    button.btn49 {
        min-height: 42px;
    }

    .select-button {
        font-size: 13px;
    }

    .mw-206 {
        width: 50%;
    }

	.select-small.sort {
		max-height: 38px !important;
		border-radius: 15px;
		padding: 0;
		margin: 0;
		max-width: fit-content;
	}

    .burger-item {
        position: absolute;
        top: 93px;
        left: 0;
        background: white;
        height: 100vh;
        width: 100vw;
        z-index: 100;
    }

    .mobile-menu {
        background: #28344B;
    }

    .mobile-menu ul {
        list-style-type: none;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        row-gap: 10px;
    }


    .mobile-menu ul li {
        min-height: 50px;
        padding: 0 25px;
        display: flex;
    }

    .mobile-menu ul li.active {
        background: #149F52;
        border-radius: 50px;
    }

    .mobile-menu ul li span {
        color: var(--bs-white) !important;
    }

    .h2 {
        font-weight: 400;
        font-size: 25px;
        line-height: 100%;
    }

    .modal-body span {
        color: #1B2538;
        font-size: 17px;
        text-align: center;
        width: 100%;
        display: block;
    }

    .modal-footer button {
        min-width: 139px;
        height: 26px;
        padding: 5px;
        font-size: 13px;
        min-height: 37px;
    }

	.form-dialog {
		width: calc(100vw - 16px);
		background: #FFFFFF;
		box-shadow: 0px 4px 18px 0px #70707066;
		border-radius: 20px;
		margin: 0 auto;
		margin-top: calc(50vh - 270px);
		margin-bottom: auto;
		padding: 30px;
		max-width: 400px;
	}

    div[data-disabled='true'] .bg-disabled {
        display: block;
        position: absolute;
        background-color: #fffbfb1a;
        z-index: 100;
        width: 100%;
        height: 50px;
        /* top: 0; */
    }
}

@media (max-width:576px) {

    .mw-206 {
        width: 100%;
    }

    #myTable * span,
    #myTable *>* span,
    #myTable *>*>* span {
        font-size: 12px;
    }

    span.sc_title {
        font-size: 13px;
    }

    .scene-hover .swiper-button-prev,
    .scene-hover .swiper-button-next {
        display: none;
    }

    div.action {
        min-width: 250px !important;
    }


	.select-small .select-button {
		width: 100%;
	}

	.select-small.sort {
		max-width: 100%;
		width: 100%;
	}

}