/*------ Fiks for a fa details summary label og select til a se bra ut pa chrome ------------------------------------*/
select, input { box-sizing: border-box!important}

/*----- Save notification - finnes ikke i spaden --------------------------------------------------------------------*/
#save-notification {left: 0; right: 0; top: 50px; transition: ease-in-out 1s;  z-index: 10;}
.notification-show {opacity: 1;}
.notification-hide {opacity: 0;}

/*----- Width pa number felt - vil ikke bli lagt til i spaden -------------------------------------------------------*/
@media screen and (min-width:640px) { .form-col-2 {width: 40%!important;} }
@media screen and (max-width:640px) { .form-col-2 {width: 50%!important;} }
@media screen and (min-width:990px) { .form-col-2 {width: 30%!important;} }

@media screen and (min-width:640px) { .form-col-4 {width: 50%!important;} }
/*@media screen and (max-width:640px) { .form-col-4 {width: 50%!important;} }*/
@media screen and (min-width:990px) { .form-col-4 {width: 50%!important;} }

/*----- Modal box - dette skal bort og erstattes med kode fra troika ------------------------------------------------*/
.treeselect, .treeselect:hover {border-bottom: 1px solid #767676;}
.list-arrow:after {content: "⌃"; transform: rotate(90deg) !important; float: right;}
.fake-input {display: inline-block;height: 18px;vertical-align: middle;width: 18px;}
.fake-input-checkbox {background-position: -26px -262px;}
:checked + .fake-input-checkbox, [aria-checked="true"] .fake-input-checkbox, :checked + .fake-input-checkbox.checked, [aria-checked="mixed"] .fake-input-checkbox.checked {background-position: -26px -287px;}
.decoration {background-image: url("../images/sprite_mFINN_14@2x.png") !important; background-size: 190px 330px !important;}
.decoration {background-image: url("../images/sprite_mFINN_14.png") !important; background-repeat: no-repeat !important;}
.modal ol, .modal ul {  list-style: none;  }

.keyword-input:disabled { background-color: #c3ccd9 }

.summary-market:focus span {
    border-bottom: 1px solid #000;
}

.nav-adtypes a:focus h3, .nav-partner a:focus span.link {
    border-bottom: 1px solid #0063FB;
}

a:focus .draftedAd {
    border: 1px solid #0063FB;
    border-radius: 2px;
    background-color: #F1F9FF;
}

/*----- bildeopplasting ---------------------------------------------------------------------------------------------*/
.gu-mirror {
    background-color: #fff;
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999 !important;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}
.gu-hide {
    display: none !important;
}
.gu-unselectable {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
.gu-transit {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
}

.dropdown {
    background: #fff;
    box-shadow: 0 5px 10px rgba(100, 100, 100, .3);
    border-radius: 3px;
    margin-top: 2px;
    overflow: hidden;
    border: 1px solid rgb(155, 168, 177);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    margin-bottom: 10px;
}
.dropdown-section:not(:last-of-type) {
    border-bottom: 1px solid #eee;
}
.dropdown-heading, .autocomplete-result-image {
    font-size: 1em;
    margin: 0;
    line-height: inherit;
    vertical-align: top;
}
.dropdown-heading {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.dropdown-link {
    display: block;
}
.dropdown-link-ad {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.dropdown-result-list, .autocomplete-result-text {
    margin: 0;
}

.highlighted-term {
    background: inherit;
    font-weight: bold;
    color: inherit;
}

.dropdown-link:focus,
.dropdown-link:hover,
.dropdown-link:active {
    text-decoration: none;
}

.dropdown-item:hover {
    background-color: #F2FAFF;
}

.dropdown-container {
    position: relative;
}

@media (max-width: 1024px) {
    .dropdown-heading,
    .dropdown-link {
        padding: 4px 0;
    }
}
@media (max-width: 385px) {
    .dropdown-heading {
        font-weight: bold;
    }
}
@media (min-width: 386px) {
    .dropdown-result-list {
        -webkit-flex: 3;
        -ms-flex: 3;
        flex: 3;
        min-width: 0;
    }
    .dropdown-section {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.truncateTitle {
    width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*----- kart --------------------------------------------------------------------------------------------------------*/
section.preview-map{ overflow:auto;	}
#address .preview-map .mapcontainer span{ display:block;color:#999;padding:82px }
#address .preview-map .mapcontainer span{ display:none }
#address.customcoords .preview-map .mapcontainer span{ display:none }

.allok #area span.allok{ display:inline }

.full-map{ display:block }
.full-map .mapcontainer{ width:100%; height:400px;}
.full-map .status {padding:0 10px 10px 10px; height:23px; line-height:24px}
.full-map .status input{margin:0 0 0 4px; float:right}

div.olMapViewport > div.finnZoomBtns { left: 20px !important;top: 20px !important;  }

/*----- Blue color focus ring instead of red ------------------------------------------------------------------------*/
@media (min-width: 320px) {
    body:not(.no-focus-ring) :focus {outline: #06BEFD solid 0px!important; box-shadow: none!important;}
}

/*----- Need to be in TROIKA ----------------------------------------------------------------------------------------*/
.hr, hr {border: 0; border-bottom: 1px solid #dfe4e8; margin: 10px 0;}

/* ----- Custom2 details/summary ----------------------------------------------------------------------------------- */
.customds2 summary::-webkit-details-marker, details summary::-webkit-details-marker {display: none;/* skjule default marker pa webkit */}
.customds2 details > summary::before,
.customds2 summary:first-of-type:before {width: 1em; content: '+ '; font-size: 25px;}
.customds2 details[open] > summary {display: none;/* for a skjule summary text nar apen */}
.customds1 summary::-webkit-details-marker,
.customds1 details[open] > summary:first-of-type:before { -webkit-transform: matrix(1.1, 0, 0, 1.1, -10, 7); -ms-transform: matrix(1.1, 0, 0, 1.1, -10, 7); transform: matrix(1.1, 0, 0, 1.1, -10, 7); }
.customds1 details > summary:before {content: '⌃'; float: right; font-size: 2em; height: 35px; -webkit-transform: matrix(1.1, 0, 0, -1.1, -10, -14); -ms-transform: matrix(1.1, 0, 0, -1.1, -10, -14); transform: matrix(1.1, 0, 0, -1.1, -10, -14);}
input.unstyled, select.unstyled {border: 0; background-color: #FFF!important; border-bottom-width: 0!important;}
details > summary:hover {cursor: pointer;}
details > summary:first-of-type {list-style-type: none;}

.form-grid {flex-direction: row !important;}
.hidden {display: none !important;}
.file-input-button input {position: absolute; top: 0; right: 0; left: 0; bottom: 0; width: 100%; margin: 0; padding: 0; filter: alpha(opacity=0); opacity: 0; cursor: pointer;}
input[type="file"] {padding: initial; border: initial; line-height: initial; box-shadow: none;}
.file-input-button {position: relative;}

/* ----- mindre tekst på checkboxes på mobil ----------------------------------------------------------------------- */
@media (max-width: 420px) {
    .smalltext,
    .smalltext.input-toggle label,
    .button.smalltext, a.button.smalltext {font-size: 13px!important;}
}

.imagefix {max-width:75%; max-height:100px}
.mapcontainer img {max-width: 100%;}

.definition-list dd { float: right!important;}
.definition-list dt { float: left!important;}

.editable .tagword::after, .tagword.editable::after {content: ''; margin-left: 5px; height: 8px; width: 8px; display: inline-block; background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjhweCIgaGVpZ2h0PSI4cHgiIHZpZXdCb3g9IjAgMCA4IDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDggODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik01LjYsNEw4LDYuNEw2LjQsOEw0LDUuNkwxLjYsOEwwLDYuNEwyLjQsNEwwLDEuNkwxLjYsMEw0LDIuNEw2LjQsMEw4LDEuNkw1LjYsNHoiLz48L2c+PC9zdmc+);}


/*.input input::-webkit-input-placeholder, .input--textarea textarea::-webkit-input-placeholder {color: #767676 !important;}*/
/*.input input:-ms-input-placeholder, .input--textarea textarea:-ms-input-placeholder {color: #767676 !important;}*/
/*.input input::placeholder, .input--textarea textarea::placeholder {color: #767676 !important;}*/

/* ----- Temp multiselect style ----------------------------------------------------------------------- */
.input--select__wrap select:disabled {
    background-color: #c3ccd9;
}

.selectedItems {
    display: inline-block;
    color: #fff;
    background-color: #0063FB;
    font-size: 12px;
    line-height: 16px;
    padding: 6px 8px;
    margin: 0 8px 16px 0 !important;
    white-space: nowrap;
    border-radius: 8px;
}

.selectedItems:link, .selectedItems:hover, .selectedItems:active, .selectedItems:focus, .selectedItems:visited {
    color: #fff;
}

.input__sub-text-invalid {
    display: block;
    color: #da2400;
}

/* ---- Quill FINN theming and overrides of Quill Snow theme defaults ---- */
.ql-toolbar {
    border-width: 1px 1px 0 1px !important;
    border-color: #c3ccd9 !important;
    border-radius: 4px 4px 0px 0px;
}

.ql-editor {
    border: 1px solid #c3ccd9;
    border-radius: 0px 0px 4px 4px;
    min-height: 200px !important;
    resize: vertical;
    overflow-y: scroll;
}

.ql-editor:active, .ql-editor:focus {
    border-color: #0063fb;
    padding-bottom: 10px;
}

.ql-editor h3 {
    font-size: 23px;
}

.ql-container {
    color: #474445;
    border-width: 0 !important;
    font-family: Finntype, Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
}

.ql-editor ul > li:before  {
    content: ' '  !important;
    background: #06befb;
    height: 8px;
    width: 8px;
    border-radius: 4px;
    margin-right: 0.5em !important;
    margin-left: -1em !important;
}

.ql-editor ul > li, ol > li  {
    padding-left: 0 !important;
}

.ql-editor ol, .ql-editor ul {
    padding-left: 1em !important;
}

.ql-snow .ql-editor h3 {
    font-size: 22px !important;
}

.ql-editor blockquote, .ql-editor dl, .ql-editor h1,
.ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5,
.ql-editor ol, .ql-editor p, .ql-editor ul {
    margin: 0 0 8px 0 !important;
}

/* ---- override content-box style ---- */
.tooltip-color {
    background-color: #b6f0ff;
    border-color: #b6f0ff;
}

.context-box:before {
    border-color: #b6f0ff;
}

/* ---- PanelWidget style---- */
.panel-widget-container {
    min-height: 115px;
    display: flex;
    flex-direction: row;
}

.panel-widget-image {
    height: 82px;
}

.panel-widget-text {
    align-content: center;
}

/* --- Market frontpage styles --- */
.innfinn-market-title {
    font-size: 22px;
    line-height: 28px;
}

/* --- Profile Widget styles --- */
.innfinn-profile-summary {
    display: table;
    width: 100%;
}

.innfinn-profile-summary-img {
    width: 1px;
    display: table-cell;
    vertical-align: middle;
}

.innfinn-profile-summary-img-inner {
    position: relative;
}

.innfinn-profile-summary-img-inner img {
    display: block;
    border-radius: 50%;
    max-width: none;
    width: 64px;
    height: 64px;
}

.innfinn-profile-summary-img-verified {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.innfinn-profile-summary-body {
    width: auto;
    display: table-cell;
    vertical-align: middle;
}

.innfinn-profile-summary-name {
    font-size: 16px;
    line-height: 22px;
}
/*------ Fix to avoid grid-items floating left ------*/
.u-float-right {
    float: right !important;
}/*------ Fiks for a fa details summary label og select til a se bra ut pa chrome ------------------------------------*/
select, input { box-sizing: border-box!important}

/*----- Save notification - finnes ikke i spaden --------------------------------------------------------------------*/
#save-notification {left: 0; right: 0; top: 50px; transition: ease-in-out 1s;  z-index: 10;}
.notification-show {opacity: 1;}
.notification-hide {opacity: 0;}

/*----- Width pa number felt - vil ikke bli lagt til i spaden -------------------------------------------------------*/
@media screen and (min-width:640px) { .form-col-2 {width: 40%!important;} }
@media screen and (max-width:640px) { .form-col-2 {width: 50%!important;} }
@media screen and (min-width:990px) { .form-col-2 {width: 30%!important;} }

@media screen and (min-width:640px) { .form-col-4 {width: 50%!important;} }
/*@media screen and (max-width:640px) { .form-col-4 {width: 50%!important;} }*/
@media screen and (min-width:990px) { .form-col-4 {width: 50%!important;} }

/*----- Modal box - dette skal bort og erstattes med kode fra troika ------------------------------------------------*/
.treeselect, .treeselect:hover {border-bottom: 1px solid #767676;}
.list-arrow:after {content: "⌃"; transform: rotate(90deg) !important; float: right;}
.fake-input {display: inline-block;height: 18px;vertical-align: middle;width: 18px;}
.fake-input-checkbox {background-position: -26px -262px;}
:checked + .fake-input-checkbox, [aria-checked="true"] .fake-input-checkbox, :checked + .fake-input-checkbox.checked, [aria-checked="mixed"] .fake-input-checkbox.checked {background-position: -26px -287px;}
.decoration {background-image: url("../images/sprite_mFINN_14@2x.png") !important; background-size: 190px 330px !important;}
.decoration {background-image: url("../images/sprite_mFINN_14.png") !important; background-repeat: no-repeat !important;}
.modal ol, .modal ul {  list-style: none;  }

.keyword-input:disabled { background-color: #c3ccd9 }

.summary-market:focus span {
    border-bottom: 1px solid #000;
}

.nav-adtypes a:focus h3, .nav-partner a:focus span.link {
    border-bottom: 1px solid #0063FB;
}

a:focus .draftedAd {
    border: 1px solid #0063FB;
    border-radius: 2px;
    background-color: #F1F9FF;
}

/*----- bildeopplasting ---------------------------------------------------------------------------------------------*/
.gu-mirror {
    background-color: #fff;
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999 !important;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}
.gu-hide {
    display: none !important;
}
.gu-unselectable {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
.gu-transit {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
}

.dropdown {
    background: #fff;
    box-shadow: 0 5px 10px rgba(100, 100, 100, .3);
    border-radius: 3px;
    margin-top: 2px;
    overflow: hidden;
    border: 1px solid rgb(155, 168, 177);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    margin-bottom: 10px;
}
.dropdown-section:not(:last-of-type) {
    border-bottom: 1px solid #eee;
}
.dropdown-heading, .autocomplete-result-image {
    font-size: 1em;
    margin: 0;
    line-height: inherit;
    vertical-align: top;
}
.dropdown-heading {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.dropdown-link {
    display: block;
}
.dropdown-link-ad {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.dropdown-result-list, .autocomplete-result-text {
    margin: 0;
}

.highlighted-term {
    background: inherit;
    font-weight: bold;
    color: inherit;
}

.dropdown-link:focus,
.dropdown-link:hover,
.dropdown-link:active {
    text-decoration: none;
}

.dropdown-item:hover {
    background-color: #F2FAFF;
}

.dropdown-container {
    position: relative;
}

@media (max-width: 1024px) {
    .dropdown-heading,
    .dropdown-link {
        padding: 4px 0;
    }
}
@media (max-width: 385px) {
    .dropdown-heading {
        font-weight: bold;
    }
}
@media (min-width: 386px) {
    .dropdown-result-list {
        -webkit-flex: 3;
        -ms-flex: 3;
        flex: 3;
        min-width: 0;
    }
    .dropdown-section {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.truncateTitle {
    width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*----- kart --------------------------------------------------------------------------------------------------------*/
section.preview-map{ overflow:auto;	}
#address .preview-map .mapcontainer span{ display:block;color:#999;padding:82px }
#address .preview-map .mapcontainer span{ display:none }
#address.customcoords .preview-map .mapcontainer span{ display:none }

.allok #area span.allok{ display:inline }

.full-map{ display:block }
.full-map .mapcontainer{ width:100%; height:400px;}
.full-map .status {padding:0 10px 10px 10px; height:23px; line-height:24px}
.full-map .status input{margin:0 0 0 4px; float:right}

div.olMapViewport > div.finnZoomBtns { left: 20px !important;top: 20px !important;  }

/*----- Blue color focus ring instead of red ------------------------------------------------------------------------*/
@media (min-width: 320px) {
    body:not(.no-focus-ring) :focus {outline: #06BEFD solid 0px!important; box-shadow: none!important;}
}

/*----- Need to be in TROIKA ----------------------------------------------------------------------------------------*/
.hr, hr {border: 0; border-bottom: 1px solid #dfe4e8; margin: 10px 0;}

/* ----- Custom2 details/summary ----------------------------------------------------------------------------------- */
.customds2 summary::-webkit-details-marker, details summary::-webkit-details-marker {display: none;/* skjule default marker pa webkit */}
.customds2 details > summary::before,
.customds2 summary:first-of-type:before {width: 1em; content: '+ '; font-size: 25px;}
.customds2 details[open] > summary {display: none;/* for a skjule summary text nar apen */}
.customds1 summary::-webkit-details-marker,
.customds1 details[open] > summary:first-of-type:before { -webkit-transform: matrix(1.1, 0, 0, 1.1, -10, 7); -ms-transform: matrix(1.1, 0, 0, 1.1, -10, 7); transform: matrix(1.1, 0, 0, 1.1, -10, 7); }
.customds1 details > summary:before {content: '⌃'; float: right; font-size: 2em; height: 35px; -webkit-transform: matrix(1.1, 0, 0, -1.1, -10, -14); -ms-transform: matrix(1.1, 0, 0, -1.1, -10, -14); transform: matrix(1.1, 0, 0, -1.1, -10, -14);}
input.unstyled, select.unstyled {border: 0; background-color: #FFF!important; border-bottom-width: 0!important;}
details > summary:hover {cursor: pointer;}
details > summary:first-of-type {list-style-type: none;}

.form-grid {flex-direction: row !important;}
.hidden {display: none !important;}
.file-input-button input {position: absolute; top: 0; right: 0; left: 0; bottom: 0; width: 100%; margin: 0; padding: 0; filter: alpha(opacity=0); opacity: 0; cursor: pointer;}
input[type="file"] {padding: initial; border: initial; line-height: initial; box-shadow: none;}
.file-input-button {position: relative;}

/* ----- mindre tekst på checkboxes på mobil ----------------------------------------------------------------------- */
@media (max-width: 420px) {
    .smalltext,
    .smalltext.input-toggle label,
    .button.smalltext, a.button.smalltext {font-size: 13px!important;}
}

.imagefix {max-width:75%; max-height:100px}
.mapcontainer img {max-width: 100%;}

.definition-list dd { float: right!important;}
.definition-list dt { float: left!important;}

.editable .tagword::after, .tagword.editable::after {content: ''; margin-left: 5px; height: 8px; width: 8px; display: inline-block; background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjhweCIgaGVpZ2h0PSI4cHgiIHZpZXdCb3g9IjAgMCA4IDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDggODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik01LjYsNEw4LDYuNEw2LjQsOEw0LDUuNkwxLjYsOEwwLDYuNEwyLjQsNEwwLDEuNkwxLjYsMEw0LDIuNEw2LjQsMEw4LDEuNkw1LjYsNHoiLz48L2c+PC9zdmc+);}


/*.input input::-webkit-input-placeholder, .input--textarea textarea::-webkit-input-placeholder {color: #767676 !important;}*/
/*.input input:-ms-input-placeholder, .input--textarea textarea:-ms-input-placeholder {color: #767676 !important;}*/
/*.input input::placeholder, .input--textarea textarea::placeholder {color: #767676 !important;}*/

/* ----- Temp multiselect style ----------------------------------------------------------------------- */
.input--select__wrap select:disabled {
    background-color: #c3ccd9;
}

.selectedItems {
    display: inline-block;
    color: #fff;
    background-color: #0063FB;
    font-size: 12px;
    line-height: 16px;
    padding: 6px 8px;
    margin: 0 8px 16px 0 !important;
    white-space: nowrap;
    border-radius: 8px;
}

.selectedItems:link, .selectedItems:hover, .selectedItems:active, .selectedItems:focus, .selectedItems:visited {
    color: #fff;
}

.input__sub-text-invalid {
    display: block;
    color: #da2400;
}

/* ---- Quill FINN theming and overrides of Quill Snow theme defaults ---- */
.ql-toolbar {
    border-width: 1px 1px 0 1px !important;
    border-color: #c3ccd9 !important;
    border-radius: 4px 4px 0px 0px;
}

.ql-editor {
    border: 1px solid #c3ccd9;
    border-radius: 0px 0px 4px 4px;
    min-height: 200px !important;
    resize: vertical;
    overflow-y: scroll;
}

.ql-editor:active, .ql-editor:focus {
    border-color: #0063fb;
    padding-bottom: 10px;
}

.ql-editor h3 {
    font-size: 23px;
}

.ql-container {
    color: #474445;
    border-width: 0 !important;
    font-family: Finntype, Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
}

.ql-editor ul > li:before  {
    content: ' '  !important;
    background: #06befb;
    height: 8px;
    width: 8px;
    border-radius: 4px;
    margin-right: 0.5em !important;
    margin-left: -1em !important;
}

.ql-editor ul > li, ol > li  {
    padding-left: 0 !important;
}

.ql-editor ol, .ql-editor ul {
    padding-left: 1em !important;
}

.ql-snow .ql-editor h3 {
    font-size: 22px !important;
}

.ql-editor blockquote, .ql-editor dl, .ql-editor h1,
.ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5,
.ql-editor ol, .ql-editor p, .ql-editor ul {
    margin: 0 0 8px 0 !important;
}

/* ---- override content-box style ---- */
.tooltip-color {
    background-color: #b6f0ff;
    border-color: #b6f0ff;
}

.context-box:before {
    border-color: #b6f0ff;
}

/* ---- PanelWidget style---- */
.panel-widget-container {
    min-height: 115px;
    display: flex;
    flex-direction: row;
}

.panel-widget-image {
    height: 82px;
}

.panel-widget-text {
    align-content: center;
}

/* --- Market frontpage styles --- */
.innfinn-market-title {
    font-size: 22px;
    line-height: 28px;
}

/* --- Profile Widget styles --- */
.innfinn-profile-summary {
    display: table;
    width: 100%;
}

.innfinn-profile-summary-img {
    width: 1px;
    display: table-cell;
    vertical-align: middle;
}

.innfinn-profile-summary-img-inner {
    position: relative;
}

.innfinn-profile-summary-img-inner img {
    display: block;
    border-radius: 50%;
    max-width: none;
    width: 64px;
    height: 64px;
}

.innfinn-profile-summary-img-verified {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.innfinn-profile-summary-body {
    width: auto;
    display: table-cell;
    vertical-align: middle;
}

.innfinn-profile-summary-name {
    font-size: 16px;
    line-height: 22px;
}
/*------ Fix to avoid grid-items floating left ------*/
.u-float-right {
    float: right !important;
}


/*---- Styling for compensation data fields--- */

/*compensation header text*/
.innfinn-infotext-section-header-container {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 10px;
}
.innfinn-infotext-section-header-container .context-box.context-box--left {
    padding: 5px 15px;
}

.innfinn-infotext-section-header-container:hover {
    cursor: pointer;
}

.panel.u-mb-reduced {
    margin-bottom: 0 !important;
}
.panel.u-mb-reduced .u-t4 {
    font-size: 14px;
    margin-bottom: 0;
}
.panel.u-mb-reduced .innfinn-infotext-section-header-container{
    margin-bottom: 0;
}
.innfinn-salary-range-container .panel label {
    font-weight: 100;
}
.innfinn-salary-range-container .panel .input {
    margin: 0;
}
.info-text-new{
    font-size: 14px;
    font-weight: 700;
}
.info-text-new:hover {
    cursor: pointer;
}
.innfinn-salary-range-container {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
}


@media (min-width: 640px) {
    .innfinn-salary-range-container {
        grid-template-columns: repeat(3, 1fr);
    }

    .innfinn-salary-range-container > div:nth-child(4) {
        grid-column: 1 / -1;
    }
}


/*
Badge ToolTip
*/

.badge-tooltip-widget {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;

}

.badge {
    background-color: #F1F9FF;
    padding: 5px 15px;
    border-radius: 5px;
    margin-left: 15px;
}


.info-icon {
    width: 22px;
    height: 22px;

}

.info-icon:hover {
    cursor: pointer;
}


.tooltip-text {

    width: 359px;
    height: auto;
    top: -115px;
    left: 47px;
    padding: 10px;
    border-radius: 8px;
    letter-spacing: 1px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    background-color: #FFFFFF;
    transform: translateY(20px);
    z-index: 1;

}

.tooltip-text,
.tooltip-text:after {
    position: absolute;
    opacity: 0;
    transition: all 0.4s ease;

}

.tooltip-text:after {
    content: "";
    top: 77px;
    left: 45px;
    box-shadow: rgba(0, 0, 0, 0.2) 0.8px 0.8px 0.81px;
    transform: rotate(45deg);
    border-width: 8px;
    border-style: solid;
    border-color: transparent #FFF #FFF transparent;
    z-index: 2;

}

@media (min-width: 640px) {
    .tooltip-text {
        left: 53px;
    }

    .tooltip-text:after {
        left: 37px;
    }
}

.info-icon:hover ~ .tooltip-text,
.info-icon:hover ~ .tooltip-text::after {
    cursor: pointer;
    opacity: 1;
}