* {
    /* font-family: "RobotoFlex"; */
	/* font-family: "Futura PT Book"; */
	/* font-weight: 300; */
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
	/* font-family: "RobotoFlex"; */
	font-family: "Futura PT Book";
	font-weight: 400;
    line-height: 1;
}

body {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
	display: flex; 
	flex-direction: column;
	margin: 0;
}


ol,ul,li {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}


html {
    overflow: auto;
	text-decoration: none;
	background-color: #F5F6F7;
}

html {
    --rt-purple: #7700ff;
    --rt-orange: #ff4f12;
    --rt-green: #29cca3;
    --rt-blue: #2f9aff;
    --rt-purple-rgb: 119, 0, 255;
    --rt-orange-rgb: 255, 79, 18;
    --rt-green-rgb: 41, 204, 163;
    --rt-blue-rgb: 47, 154, 255;
    --rt-success: #00d359;
    --rt-error: #ff0c0c;
    --rt-warning: #ffb608;
    --rt-info: #0042ed;
    --rt-success-rgb: 0, 211, 89;
    --rt-error-rgb: 255, 12, 12;
    --rt-warning-rgb: 255, 182, 8;
    --rt-info-rgb: 0, 66, 237;
    --rt-white: #ffffff;
    --rt-white-5: #f4f4f5;
    --rt-white-10: #e8e8ee;
    --rt-white-20: #d3d4db;
    --rt-white-40: #b5b7c0;
    --rt-white-rgb: 255, 255, 255;
    --rt-white-5-rgb: 244, 244, 245;
    --rt-white-10-rgb: 232, 232, 238;
    --rt-white-20-rgb: 211, 212, 219;
    --rt-white-40-rgb: 181, 183, 192;
    --rt-main-text: #101828;
    --rt-main-text-rgb: 16, 24, 40;
    --rt-transparent-75: rgba(16, 24, 40, .7);
    --rt-transparent-50: rgba(16, 24, 40, .5);
    --rt-transparent-25: rgba(16, 24, 40, .25);
    --rt-transparent-10: rgba(16, 24, 40, .1);
    --rt-transparent-5: rgba(16, 24, 40, .05);
    --rt-transparent-3: rgba(16, 24, 40, .03);
    --rt-shadow: rgba(28, 41, 61, .1);
    --rt-shadow-rgb: 28, 41, 61
}

#content {
	padding: 32px;
	/* padding-bottom: 104px; */
	padding-bottom: 46px;
	padding-top: 16px;
	}

div {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    box-sizing: border-box;
}

label {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

.imgbox {
	display: grid;
	height: 50%;
}
.imgfit {
	max-width: 50%;
	max-height: 50vh;
	margin: 0;
}



.title-box {
    display: flex;
    -webkit-box-pack: center;
    justify-content: left;
    width: 100%;
    background-color: var(--rt-white-5);
	border-bottom: 1px solid var(--rt-transparent-10);
}

.title-box-inherit-1 {
	max-width: 1024px;
    width: 100%;
}

.title-box-inherit-2 {
    display: flex;
    align-items: flex-end;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0px 40px;
}

.footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    /* padding: 34px 80px 32px; */
	padding: 14px 80px 12px;
    /* font-size: .875rem; */
    font-weight: 500;
    background-color: var(--rt-white-5);
    color: var(--rt-transparent-50);
    border-top: 1px solid var(--rt-transparent-10);
    z-index: 5;
	position: fixed;
	bottom: 0px;
	flex-wrap: wrap;
}

.content-container {
	background-color: var(--rt-white-10);
	padding-bottom: 85px;
}

.text-container {
	width: 800px;
    padding: 32px;
    margin: auto;
	background: var(--rt-white);
}

.powerbi-content {
    height: calc(100vh - 280px)
}

.gif-flex {
	height: calc(100vh - 300px);
	width: calc(100vh - 300px);
}

.gif-flex-1-row {
	height: calc(100vh - 350px);
	width: calc(100vh - 350px);
}

.gif-flex-large {
	height: calc(100vh);
	width: calc(100vh);
}
	
.h-100 {
    height: 100%!important
}

.w-100 {
    width: 100%!important
}

.button-main {
    color: rgb(16, 24, 40);
    margin: 0px;
    /* font-family: "InterTight"; */
    font-style: normal;
    font-feature-settings: "tnum", "lnum";
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.button-medium {
	color: rgb(255, 255, 255);
    text-decoration: none;
    border: 2px solid transparent;
    box-sizing: border-box;
    outline: none;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    max-width: 100%;
    white-space: nowrap;
    min-width: 120px;
    height: 48px;
    padding: 0px 24px;
    /* background-color: rgba(255, 79, 18, 1);*/
	background-color: var(--rt-blue);
    border-radius: 8px;
}

.input-medium {
    border: none;
    outline: none;
    box-sizing: border-box;
    width: 100%;
    caret-color: rgb(16, 24, 40);
    /* font-family: "InterTight"; */
    font-style: normal;
    font-feature-settings: "tnum", "lnum";
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background-color: rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    padding: 20px 12px 4px;
    color: rgb(16, 24, 40);
}

.input-medium-checkbox {
    height: 18px;
}


.input-file {
    font-size: 14px;
    line-height: 20px;
}

.input-w-label {
    position: relative;
    line-height: 0;
    z-index: 1;
	display: inline-block;
    width: 100%;
}

.input-label {
    width: 100%;
    pointer-events: none;
    position: absolute;
    left: 0px;
    transition-property: background, transform, color;
    transition-timing-function: ease-out;
    transition-duration: 0.15s;
    /* font-family: "InterTight"; */
    font-style: normal;
    font-feature-settings: "tnum", "lnum";
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    transform: translate(0px, 4px);
    color: var(--rt-transparent-50);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0px 12px;
}

.rt-input-container__meta {
    display: block;
    margin-top: 4px;
    margin-left: 12px;
    font-size: .75rem;
    color: var(--rt-transparent-50);
	line-height: 12px;
	white-space: initial;
	word-break: break-word;
	text-overflow: None;
	overflow-wrap: anywhere;
	
}

.rt-input-container__meta--error {
    color: var(--rt-error);
    opacity: .8;
}

.form-medium {
	width: 280px;
}

.form-large {
	width: 420px;
}

.form-box {
	display: flex;
	max-width: 100%;
	margin-bottom: 16px;
}

.rt-btn {
    --btn-height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    max-width: 100%;
    min-width: 120px;
    height: var(--btn-height);
    /* padding: 0 24px; */
	padding: 0 16px;
    border: 2px solid transparent;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    color: var(--rt-white);
    text-decoration: none;
}

.rt-btn

.rt-btn--fab {
	--btn-size: 48px;
	min-height: var(--btn-size);
	min-width: var(--btn-size);
	max-height: var(--btn-size);
	max-width: var(--btn-size);
}

.rt-btn--fit {
	--btn-size: fit-content;
}

.rt-btn:hover:not(:disabled) {
    background-image: linear-gradient(var(--rt-transparent-5),var(--rt-transparent-5))
}

.rt-btn:active:not(:disabled) {
    background-image: linear-gradient(var(--rt-transparent-10),var(--rt-transparent-10))
}

.rt-btn:disabled {
    background-color: var(--rt-transparent-10);
    color: var(--rt-transparent-25);
    cursor: not-allowed
}

.rt-btn--purple {
    --current-color: var(--rt-purple);
    --current-color-rgb: var(--rt-purple-rgb);
    background-color: var(--rt-purple)
}

.rt-btn--orange {
    --current-color: var(--rt-orange);
    --current-color-rgb: var(--rt-orange-rgb);
    background-color: var(--rt-orange)
}

.rt-btn--green {
    --current-color: var(--rt-green);
    --current-color-rgb: var(--rt-green-rgb);
    background-color: var(--rt-green)
}

.rt-btn--blue {
    --current-color: var(--rt-blue);
    --current-color-rgb: var(--rt-blue-rgb);
    background-color: var(--rt-blue)
}

.rt-btn--gray {
    --current-color: var(--rt-white-5);
    --current-color-rgb: var(rt-white-5-rgb);
    background-color: var(--rt-white-40)
}

.rt-btn--small {
    min-width: 80px;
    --btn-height: 32px;
    padding: 0 12px
}

.rt-btn--medium {
    min-width: 120px;
    --btn-height: 48px;
    padding: 0px 24px
}

.rt-btn--large {
    min-width: 140px;
    --btn-height: 56px;
    padding: 0 40px
}

.rt-btn--rounded {
    border-radius: 8px
}

.rt-btn--circular {
    border-radius: 24px
}

.rt-btn--transparent {
    background-color: transparent;
    font-weight: 400;
    color: var(--current-color)
}

.rt-btn--transparent:hover:not(:disabled) {
    background-image: none;
    background-color: rgba(var(--current-color-rgb),.05)
}

.rt-btn--transparent:active:not(:disabled) {
    background-image: none;
    background-color: rgba(var(--current-color-rgb),.1)
}

.rt-btn--outline {
    background-color: transparent;
    color: var(--rt-main-text);
    border-color: var(--current-color)
}

.rt-btn--outline:hover:not(:disabled) {
    background-image: none;
    color: var(--current-color)
}

.rt-btn--outline:active:not(:disabled) {
    background-image: none
}

.rt-btn--icon {
    min-width: auto;
    width: var(--btn-height);
    padding: 0
}

.rt-btn--form-main {
	/* width: 280px; */
	width: 100%;
	margin-top: 24px;
	margin-bottom: 24px;
}

.rt-btn--form-add {
	margin-top: 12px;
	margin-bottom: 12px;
}
  
.required::after {
    content: "*";
    color: var(--rt-error);
	margin-left: 2px;
	font-size: 125%;
}

.required_if_gph::after {
    content: "**";
    color: var(--rt-error);
	margin-left: 2px;
	font-size: 125%;
}

.required_if_operator::after {
    content: "***";
    color: var(--rt-error);
	margin-left: 2px;
	font-size: 125%;
}

.success {
	color: var(--rt-success)
}

.warning {
	color: var(--rt-warning)
}

.error {
	color: var(--rt-error)
}

.inline-link {
	color: var(--rt-blue)
}





.rtk-links {
    display: flex;
    align-items: center;
}

.rtk-links--nav {
	position: relative;
    /* z-index: 1002; */
	padding: 0px 10px;
}


.rtk-link {
	display: block;	
	transition: color 0.3s ease;
	white-space: nowrap;
	text-decoration: none;
	margin: auto;
}

.rtk-link--right-margin {
	margin-right: 24px;
}

.rtk-link--medium {
	font-size: 16px;
	line-height: 20px;
}

.rtk-link--large {
	font-size: 18px;
	line-height: 24px;
}

.rtk-link--purple {
    color: var(--rt-main-text);
	--current-color: var(--rt-purple)
}

.rtk-link--orange {
    color: var(--rt-main-text);
	--current-color: var(--rt-orange)
}

.rtk-link:hover:not(:disabled) {
    color: var(--current-color)
}

.rtk-link:active:not(:disabled) {
    color: linear-gradient(var(--current-color),var(--rt-transparent-10))
}

.rtk-link:disabled {
    color: var(--rt-transparent-10);
    cursor: not-allowed
}




.styled-table {
    /*margin: 25px 0;*/
    /*min-width: 560px;
	max-width: 600px;*/
    /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);*/
	max-height: 800px;
}

.styled-table thead tr {
    background-color: var(--rt-transparent-5);
    /* color: #ffffff;*/
    text-align: left;
}

/*.styled-table th,
.styled-table td {
    padding: 12px 15px;
}*/

/*Add a bottom border to each row for separation*/
.styled-table tbody tr {
    border-bottom: 1px solid var(--rt-transparent-25);
}

/*Add a lighter background to every second row to help readability*/
/*.styled-table tbody tr:nth-of-type(even) {
    background-color: var(--rt-transparent-5);
}*/

/*Add a dark border to the very last row to signify the end of the table*/
.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid var(--rt-transparent-25);
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
	position: absolute;
	top: 12px;
	right: 0;
	display: flex;
	height: 24px;
	width: 24px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='rt-sys-icon'><path fill-rule='evenodd' d='M10.94 12.002l-5.941 5.94 1.06 1.061L12 13.063l5.941 5.94 1.061-1.06-5.941-5.941 5.941-5.941L17.942 5 12 10.941 6.06 5 4.998 6.06l5.94 5.942z' clip-rule='evenodd'></path></svg>");
	cursor: pointer;
	opacity: .5;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .25s;
    transition-property: opacity,color;
	min-width: 24px;
	fill: var(--rt-main-text);
}

input[type="search"]::-webkit-search-cancel-button:hover {
    opacity: 1;
}

.hr-line {
	padding: 0;
	height: 0;
	border: none;
	border-top: 1px solid var(--rt-transparent-10);
}

.page-title {
	font-family: 'Futura PT';
	font-weight: 500;
	font-size: 28px;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
	height: 24px;
}

/* start BOOTSTRAP */
.pagination {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
	margin-bottom: 16px;
}

.page-subnav,
.pagination-nav {
    width: 100%;
    height: 40px;
    background-color: #EEE;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, whiteSmoke 0%, #EEE 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,whiteSmoke), color-stop(100%,#EEE));
    background-image: -webkit-linear-gradient(top, whiteSmoke 0%,#EEE 100%);
    background-image: -ms-linear-gradient(top, whiteSmoke 0%,#EEE 100%);
    background-image: -o-linear-gradient(top, whiteSmoke 0%,#EEE 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 );
    background-image: linear-gradient(top, whiteSmoke 0%,#EEE 100%);
    border: 1px solid #E5E5E5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.pagination-fixed {
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 1020;
    border-color: #D5D5D5;
    border-width: 0 0 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 0 white, 0 1px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 0 white, 0 1px 5px rgba(0, 0, 0, .1);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.pagination-page-info {
    padding: .6em;
    padding-top: 5px;
    padding-bottom: 0;
    padding-left: 0;
    width: 40em;
    margin: .5em;
    margin-left: 0;
    font-size: 12px;
}
.pagination-page-info b {
    color: black;
    background: #6aa6ed;
    padding-left: 2px;
    padding: .1em .25em;
    font-size: 150%;
}

.page-link{
    position:relative;
    display:block;
    padding:.5rem .75rem;
    margin-left:-1px;
    line-height:1.25;
	text-decoration:none;
    color: var(--rt-main-text);
    background-color: var(--rt-white-5);
    border: 1px solid var(--rt-white-40)
}
.page-link:hover{
    z-index:250;
    color: var(--rt-white);
    background-color: var(--rt-blue);
    border-color: var(--rt-blue)
}
.page-link:focus{
    z-index:2;
    outline:0;
    box-shadow:0 0 0 .2rem var(--rt-shadow);
}

.page-item.active .page-link{
    color: var(--rt-white);
    background-color: var(--rt-blue);
    border-color: var(--rt-blue);
	z-index:0;
}

.page-item.disabled .page-link{
    color: var(--rt-main-text);
    background-color: #F5F6F7;
	border-color: var(--rt-white-40);
}

.btn-secondary{
    color: var(--rt-white);
    background-color: var(--rt-blue);
    border-color: var(--rt-blue);
}

.fa-trash:before{
    content: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="rgb(255, 255, 255)" class="sc-bdfBwQ hDvvej"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.5 6.26711V5.5H19.5V6.26711L14.4079 10.4733L15.3632 11.6297L14.4079 10.4733C13.8329 10.9482 13.5 11.655 13.5 12.4007V15.2135C13.5 15.7333 13.2309 16.216 12.7888 16.4893L10.5 17.9044V12.4007C10.5 11.655 10.1671 10.9482 9.59212 10.4733L4.5 6.26711ZM15 12.4007C15 12.1024 15.1332 11.8197 15.3632 11.6297L21 6.97364V5C21 4.44772 20.5523 4 20 4H4C3.44772 4 3 4.44772 3 5V6.97364L8.63685 11.6297C8.86683 11.8197 9 12.1024 9 12.4007V19.2498C9 19.8372 9.64474 20.1966 10.1444 19.8877L13.5776 17.7652C14.4618 17.2185 15 16.253 15 15.2135V12.4007ZM17.0606 20.0027L19.0014 18.062L20.9422 20.0027L22.0029 18.942L20.0621 17.0013L22.0029 15.0607L20.9422 14L19.0014 15.9407L17.0606 14L16 15.0607L17.9408 17.0013L16 18.942L17.0606 20.0027Z"></path></svg>')
}

.fa-th-list:before {
	content: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="rgb(255, 255, 255)" class="sc-bdfBwQ hDvvej"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 8.5C9.5 9.60457 8.60457 10.5 7.5 10.5C6.39543 10.5 5.5 9.60457 5.5 8.5C5.5 7.39543 6.39543 6.5 7.5 6.5C8.60457 6.5 9.5 7.39543 9.5 8.5ZM7.5 12C9.17556 12 10.5761 10.8226 10.9195 9.25L22 9.25L22 7.75L10.9195 7.75C10.5761 6.17741 9.17556 5 7.5 5C5.82444 5 4.42388 6.17741 4.08054 7.75H2V9.25H4.08054C4.42388 10.8226 5.82444 12 7.5 12ZM13.0805 15.75L2 15.75V17.25L13.0805 17.25C13.4239 18.8226 14.8244 20 16.5 20C18.1756 20 19.5761 18.8226 19.9195 17.25H22V15.75H19.9195C19.5761 14.1774 18.1756 13 16.5 13C14.8244 13 13.4239 14.1774 13.0805 15.75ZM18.5 16.5C18.5 17.6046 17.6046 18.5 16.5 18.5C15.3954 18.5 14.5 17.6046 14.5 16.5C14.5 15.3954 15.3954 14.5 16.5 14.5C17.6046 14.5 18.5 15.3954 18.5 16.5Z"></path></svg>');
}

.fa-download:before {
	content: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="rgb(255, 255, 255)" class="sc-bdfBwQ hDvvej"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 8.5H9.5V7V4.5H14.5V7V8.5H16H17.8787L12 14.3787L6.12132 8.5H8ZM8 4V5.5V7H6.5H4.91421C4.02331 7 3.57714 8.07714 4.20711 8.70711L11.2929 15.7929C11.6834 16.1834 12.3166 16.1834 12.7071 15.7929L19.7929 8.70711C20.4229 8.07714 19.9767 7 19.0858 7H17.5H16V5.5V4C16 3.44772 15.5523 3 15 3H9C8.44772 3 8 3.44772 8 4ZM2 19V16H3.5V19C3.5 19.2761 3.72386 19.5 4 19.5H20C20.2761 19.5 20.5 19.2761 20.5 19V16H22V19C22 20.1046 21.1046 21 20 21H4C2.89543 21 2 20.1046 2 19Z"></path></svg>');
}

.fa-toggle-off:before {
	content: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="rgb(255, 255, 255)" class="sc-bdfBwQ hDvvej"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.00195 1.99805L8.00195 21.998H9.50195L9.50195 1.99805H8.00195ZM14.4981 1.99805V21.998H15.9981V1.99805H14.4981Z"></path></svg>');
}

.fa-toggle-on:before {
	content: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="rgb(255, 255, 255)" class="sc-bdfBwQ hDvvej"><path fill-rule="evenodd" clip-rule="evenodd" d="M22 8H2V9.5H22V8ZM22 14.4961H2V15.9961H22V14.4961Z"></path></svg>');
}

.fa-arrows-alt:before {
	content: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="rgb(255, 255, 255)" class="sc-bdfBwQ hDvvej"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 4.5H19C19.2761 4.5 19.5 4.72386 19.5 5V8H21V5C21 3.89543 20.1046 3 19 3H16V4.5ZM8 4.5V3H5C3.89543 3 3 3.89543 3 5V8H4.5V5C4.5 4.72386 4.72386 4.5 5 4.5H8ZM4.5 16H3V19C3 20.1046 3.89543 21 5 21H8V19.5H5C4.72386 19.5 4.5 19.2761 4.5 19V16ZM16 19.5V21H19C20.1046 21 21 20.1046 21 19V16H19.5V19C19.5 19.2761 19.2761 19.5 19 19.5H16Z"></path></svg>');
}

.fa-sync:before {
	content: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="rgb(255, 255, 255)" class="sc-bdfBwQ hDvvej"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.4345 5.75H12C8.41015 5.75 5.5 8.66015 5.5 12.25C5.5 15.8399 8.41015 18.75 12 18.75C15.5899 18.75 18.5 15.8399 18.5 12.25H20C20 16.6683 16.4183 20.25 12 20.25C7.58172 20.25 4 16.6683 4 12.25C4 7.83172 7.58172 4.25 12 4.25H14.4393L12.2195 2.03014L13.2801 0.969482L16.7779 4.46725C17.0708 4.76015 17.0708 5.23502 16.7779 5.52791L13.2801 9.02566L12.2195 7.965L14.4345 5.75Z"></path></svg>');
}

.dropdown-item{
    display:block;
    width:100%;
    padding:.25rem 1.5rem;
    clear:both;
    font-weight:400;
    color: var(--rt-main-text);
    text-align:inherit;
    white-space:nowrap;
    background-color: transparent;
    border:0;
	text-decoration:none;
}
.dropdown-item:focus,.dropdown-item:hover{
    color: var(--rt-main-text);
    background-color: var(--rt-white-5);
}
.dropdown-item.active,.dropdown-item:active{
    color: var(--rt-white);
    background-color: var(--rt-orange);
}
.dropdown-item.disabled,.dropdown-item:disabled{
    color:#6c757d;
    pointer-events:none;
    background-color:transparent
}

.card-view {
	justify-content: space-between;
}

.input-group>.form-control {
	margin-right: 12px;
}

.table-bordered {
    border: None;
}

/* end rewrite bootstrap */


/* .floating-button { */
    /* z-index: 1; */
    /* position: fixed; */
    /* bottom: 116px; */
	/* right: 32px; */
	/* visibility: hidden; */
/* } */

/* .arrow_down { */
  /* position: relative; */
  /* content: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="rgb(255, 255, 255)" class="sc-bdfBwQ hDvvej"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.749 17.1827L16.9388 12.9711L18.0022 14.0289L12.5308 19.5289C12.39 19.6704 12.1986 19.75 11.9991 19.75C11.7995 19.75 11.6081 19.6704 11.4673 19.5289L5.99588 14.0289L7.0593 12.9711L11.249 17.1826L11.249 4H12.749L12.749 17.1827Z"></path></svg>'); */
/* } */
/* .arrow_up { */
   /* position: relative; */
   /* content: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="rgb(255, 255, 255)" class="sc-bdfBwQ hDvvej"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.7532 6.81734L16.943 11.0289L18.0064 9.97105L12.5349 4.47105C12.3942 4.32955 12.2028 4.25 12.0032 4.25C11.8036 4.25 11.6123 4.32955 11.4715 4.47105L6.00006 9.97105L7.06348 11.0289L11.2532 6.81734L11.2532 20H12.7532L12.7532 6.81734Z"></path></svg>'); */
 /* } */
 
 
/* Responsive menu ------------------- start */

.header {
	background: var(--rt-white);
    color: var(--rt-main-text);
    border-bottom: 1px solid var(--rt-transparent-10);
	background-color: #F5F6FA;
}

.header__p-top {
    min-height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
}
 
.top-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* justify-content: space-between; */
  justify-content: center;
  /* background-color: #00BAF0; */
  /* background: linear-gradient(to left, #f46b45, #eea849); */
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* color: #FFF; */
  height: 50px;
  padding: 1em;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu > li {
  margin: 0 1rem;
  overflow: hidden;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
	display: block;
	background-color: rgb(47, 154, 255);
	position: absolute;
	height: 4px;
	width: 30px;
	transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
	border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

@media (max-width: 920px) {
	.header__p-top {
		min-height: 34px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		width: 100%;
	}
	
	.pagination .page-link{
		padding:.25rem .5rem;
		font-size:.875rem;
		line-height:1.5
	}
	.menu-button-container {
		display: flex;
	}
	.menu {
		position: absolute;
		top: 0;
		margin-top: 50px;
		left: 0;
		flex-direction: column;
		width: 100%;
		justify-content: center;
		align-items: center;
		z-index: 2;
	}
	#menu-toggle ~ .menu li {
		height: 0;
		margin: 0;
		padding: 0;
		border: 0;
		transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
	}
	#menu-toggle:checked ~ .menu li {
		/* border: 1px solid #333; */
		height: 2.5em;
		padding: 0.5em;
		transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
	}
	#menu-toggle:checked ~ .menu li:last-child {
		padding-bottom: 2.5em !important;
	}
	.menu > li {
		display: flex;
		justify-content: center;
		margin: 0;
		padding: 0.5em 0;
		width: 100%;
		/* color: white; */
		/* background-color: #222; */
		background: var(--rt-white);
		color: var(--rt-main-text);
		border-bottom: 1px solid var(--rt-transparent-10);
		background-color: #F5F6FA;
	}
	.menu > li:not(:last-child) {
		border-bottom: 0px solid #444;
	}
	
	.menu > li:last-child {
		border-bottom: 1px solid var(--rt-transparent-10) !important;
	}
	
	.menu-button-container:hover > div {
		background-color: rgb(255, 79, 18);
	}
	
	.menu-button-container:hover > div::after {
		background-color: rgb(255, 79, 18);
	}
	
	.menu-button-container:hover > div::before {
		background-color: rgb(255, 79, 18);
	}
	
	.title-box-inherit-2 {
		justify-content: space-around;
	}
	
	.form-box {
		flex-direction: row;
		justify-content: space-around;
	}
	
	.search {
		justify-content: space-around;
	}
}

/* Responsive menu ------------------- end */


/* ------------------- Multiselect field start --------------------------- */
.select2-container {
  min-width: 280px;
}

.select2-results__option {
  padding-right: 20px;
  vertical-align: middle;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #eaeaeb;
	color: #272727;
}
.select2-container--default .select2-selection--multiple {
	margin-bottom: 10px;
}

.select2-container--open .select2-dropdown--below {
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}


.select2-selection__rendered {
	overflow: auto !important;
	padding: 0px 30px 10px 10px !important;
    /* -webkit-padding-end: 30px !important; */
    /* -webkit-padding-start: 10px !important; */
	height: 100%;
	min-height: 32px;
	max-height: 128px;
	/* width: 280px !important; */
	/* background-color: var(--rt-transparent-5); */
	background-color: rgba(16, 24, 40, 0.09);
}

/* .select2-selection__clear { */
	/* margin-top: 16px !important; */
	/* margin-right: 0px !important; */
	/* float: left !important; */
    /* margin-left: 0px !important; */
    /* padding-right: 10px !important; */
	/* font-size: 24px !important; */
	/* font-weight: 300 !important; */
/* } */

.select2-selection__clear {
	display: none;
}

.select2-selection__choice {
    line-height: 1.25;
    font-size: 16px;
    padding: 2px 2px 0px 4px !important;
	border: none !important;
    background-color: var(--rt-white) !important;
}

.select2-selection__choice__remove {
    /* color: var(--rt-main-text) !important; */
    margin-top: 0px !important;
    margin-right: 2px !important;
    float: left !important;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
    font-size: 24px;
    font-weight: 300 !important;
    position: relative !important;
    line-height: 0.65 !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none !important;
	border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
	box-sizing: border-box !important;
	outline: none !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: none !important;
	border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
	box-sizing: border-box !important;
	outline: none !important;
}

.select2-container--default .select2-selection--multiple {
    border: none !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
	box-sizing: border-box !important;
	outline: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	border: none !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
	box-sizing: border-box !important;
	outline: none !important;
	padding: 5px 5px;
}

.select2 {
    border: none;
    outline: none;
    box-sizing: border-box;
    width: 100% !important;
    caret-color: rgb(16, 24, 40);
    font-style: normal;
    font-feature-settings: "tnum", "lnum";
    font-weight: normal;
    font-size: 16px;
    /* line-height: 24px; */
    /* height: 48px; */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background-color: rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    padding: 20px 12px 4px !important;
    /* color: rgb(16, 24, 40); */
}




.select2-results__option .select2-results__option--highlighted {
	background-color: rgba(16, 24, 40, 0.05);
    /* background-color: var(--rt-white) !important; */
    color: var(--rt-main-text);
}

.select2-results__option .select2-results__option--highlighted {
	background-color: rgba(16, 24, 40, 0.05);
    /* background-color: var(--rt-white) !important; */
    color: var(--rt-main-text);
}

.select2-results__option {
    /* background-color: var(--rt-transparent-5) !important; */
	background-color: var(--rt-white);
    color: var(--rt-main-text);
}

.select2-results__option {
    /* background-color: var(--rt-transparent-5) !important; */
	background-color: var(--rt-white);
    color: var(--rt-main-text);
}

.select2-dropdown {
    background-color: var(--rt-white);
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-container--default .select2-results>.select2-results__options {
    border-radius: 8px;
}

/* .select2-results__option[aria-selected=true]:before { */
    /* font-family: 'Rostelecom Basis'; */
    /* content: "v"; */
    /* color: #fff; */
    /* background-color: #f77750; */
    /* border: 0; */
    /* display: inline-block; */
    /* padding-left: 3px; */
	/* visibility: visible; */
/* } */

.select2-results__option[aria-selected=true]:before {
	position: relative;
    content: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="rgb(255, 79, 18)" class="sc-bdfBwQ hDvvej"><path fill-rule="evenodd" clip-rule="evenodd" d="M18.0303 9.03033L11.0303 16.0303C10.7374 16.3232 10.2626 16.3232 9.96967 16.0303L5.96967 12.0303L7.03033 10.9697L10.5 14.4393L16.9697 7.96967L18.0303 9.03033Z"></path></svg>');
    /* color: #fff; */
    background-color: transparent;
    border: 0;
    /* display: inline-block; */
    padding-left: 3px;
	vertical-align: middle;
	visibility: visible;
}
.select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 28px;
    width: 20px;
    /* border: 2px solid #e9e9e9; */
    border-radius: 4px;
    background-color: #fff;
    margin-right: 14px;
    vertical-align: middle;
	visibility: hidden;
}

.select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
	display: none;
	visibility: hidden;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
/* ------------------- Multiselect field end --------------------------- */


.search {
	display: flex;
	flex-direction: column;
}

/* ------------- Image Wrapper Maximizer - start ----------------------- */

img {
  width: 100%;
  height: auto;
}

.wrapper {
  width: 100vw;
  min-height: 100vh;
  height: 100%;
}

.image-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 300px;
  width: 100%;
  transition: 0.4s ease;
}

.image-wrapper.active {
  transform: translate(-50%, -50%) scale(var(--scale));
}

.image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	opacity: 0.2;
	transition: scale 0.3s ease;
	cursor: pointer;
	z-index: 6;
}

.image-overlay:hover {
	background-color: #000000;
}

/* ------------- Image Wrapper Maximizer - end ------------------------- */

.card-screen-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.5;
	/* transition: all 0.3s ease; */
	z-index: 0;
	visibility: hidden;
}

.card-screen-background.active {
	visibility: visible;
	cursor: pointer;
	z-index: 9998;
	/* transition: all 0.3s ease; */
}


