html {
    height: 100%;
}


/* @extend display-flex; */
display-flex, .form-flex, .form-date-group, .steps ul, .title, .title .step-number, .actions ul li a, .form-radio-flex, .form-find {
    display: flex;
    display: -webkit-flex;
}

/* @extend list-type-ulli; */
list-type-ulli, .steps ul, .actions ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #20419a !important;
    line-height: 1.2em !important;
    margin-bottom: 10px !important;
    font-weight: bold !important;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

a {
    transition: all .2s ease;
}

a:focus,
a:active {
    text-decoration: none;
    outline: none;
    transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
}

input,
select,
textarea {
    outline: none;
    appearance: unset !important;
    -moz-appearance: unset !important;
    -webkit-appearance: unset !important;
    -o-appearance: unset !important;
    -ms-appearance: unset !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    -o-appearance: none !important;
    -ms-appearance: none !important;
    margin: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
}

input[type=checkbox] {
    appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    -webkit-appearance: checkbox !important;
    -o-appearance: checkbox !important;
    -ms-appearance: checkbox !important;
}

input[type=radio] {
    appearance: radio !important;
    -moz-appearance: radio !important;
    -webkit-appearance: radio !important;
    -o-appearance: radio !important;
    -ms-appearance: radio !important;
}

.clear {
    clear: both;
}

h2 {
    font-size: 30px;
    margin: 0px;
}

body {
    line-height: 22px;
    -webkit-font-feature-settings: 'lnum' 1;
    -moz-font-feature-settings: 'lnum' 1;
    font-feature-settings: 'lnum' 1;
    font-variant-numeric: lining-nums;
    -moz-osx-font-smoothing: grayscale;
    -ms-overflow-style: scrollbar;
    -webkit-font-smoothing: antialiased;
    float: left;
    width: 100%;
    overflow-x: hidden;
    color: #20419a;
    letter-spacing: .025em;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px;
    background-color: #fff;
    margin: 0;
    padding: 0;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.form-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 2px solid transparent;
    border-radius: 4px;
    padding: 0 13px;
    font-family: Titillium Web, sans-serif;
    font-size: .9em;
    font-weight: 600;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    text-decoration: none !important;
    line-height: 1.2;
    cursor: pointer;
    outline: none;
    transition: background .2s;
}

.form-buttons .form-button {
    margin-right: 10px;
    flex: auto;
}

.btn-large.form-button, .button.btn-huge, .button.btn-large {
    padding: 0 18px;
}

.btn-facebook.form-button {
    color: #fff !important;
    background-color: #3a589a;
}

.btn-facebook.form-button:hover {
    background-color: #2c4375;
}

.btn-google-oauth2.form-button {
    color: #fff !important;
    background-color: #4285f4;
}

.btn-google-oauth2.form-button:hover {
    background-color: #1266f1;
}

.btn-linkedin.form-button {
    color: #fff !important;
    background-color: #0073AF;
}

.btn-linkedin.form-button:hover {
    background-color: #005785;
}

.btn-large.form-button, .button.btn-large {
    height: 45px;
    font-size: .9em;
}

.form-buttons .fab {
    margin-right: 6px;
}

/* --------------------------------------------------- */
/* header -------------------------------------------- */
/* --------------------------------------------------- */
#header {
    height: 90px;
    background: #20419a;
    padding: 10px 20px;
    color: white;
    font-size: 20px;
    gap: 10px;
}

.appaltatoreBackgroud {
    background-color: /*#1c7430*/#20419a !important;
}

.header-top {
    background: #20419a;
    height: 40px;
}

#header .main-header {
    background: #20419a url("../images/Q8_Neg.svg") right center no-repeat;
        background-size: 100px;
    height: 90px;
    clear: both;
    width: 100%;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.logo-wrapper {
    height: 60px;
    width: 100px;
}

#header-title {
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    margin-left: 20px;
}

.logo .img {
    height: 60px;
    min-width: 100px;
    background-size: contain;
    background: url("../images/Q8_Neg.svg") no-repeat center center;
}

.logoSegit .img {
    height: 60px;
    min-width: 100px;
    background-size: contain;
    background: url("../images/logo-segit.svg") no-repeat center center;
}

.breadcrumb {
    padding: 0 20px;
}

.breadcrumb > li{
    float:left;
    margin-right: 7px;
    font-size: 12px;
    font-weight: bold;
    color: #20419a;
}

.breadcrumb > li > a{
    color: #20419a;
}

.breadcrumb li+li::before {
    background-image: none;
    content: "/";
    color: #20419a!important;
    margin-right: 7px;
}

#wrapper {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
}

main {
    flex: 1;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 1;
    max-width: 1400px;
}

.container {
    width: 1400px;
    margin: 0 auto;
    background: #fff;
}

.content-title {
    padding-left: 310px;
}

fieldset {
    padding: 0px;
    margin: 0px;
    border: none;
    padding-left: 45px !important;
    padding-right: 55px !important;
    padding-top: 45px !important;
}

fieldset.step-lavoro {
    min-width: 0;
    padding: 10px 20px 10px !important;
    margin: 0 0 30px;
    border: 1px solid #20419a;
}

fieldset.step-istruzione {
    min-width: 0;
    padding: 10px 20px 10px !important;
    margin: 0 0 30px;
    border: 1px solid #20419a;
}

fieldset > legend {
    width: auto;
    color: #20419a;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0 10px;
}

p.desc {
    margin: 0px;
    margin-bottom: 40px;
    color: #555;
}

.form-label {
    display: block;
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
}

.text-input {
    font-size: 12px;
    color: #999;
    display: block;
    margin-top: 5px;
}

.text-input span {
    color: #222;
    font-weight: bold;
}

input {
    width: 100%;
    display: block;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    padding: 0 20px;
    color: #222;
    /*font-weight: bold;*/
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif !important;
}

/*
#steps-uid-0-p-0 .form-row, #steps-uid-0-p-0 .form-group, #steps-uid-0-p-0 .form-date {
    width: 680px;
}
*/

.form-flex {
    margin: 0 -10px;
}

.form-flex .form-group {
    width: 50%;
    padding: 0 10px;
}

.form-group,
.form-date {
    margin-bottom: 18px;
    position: relative;
}

.form-date-group {
    border: 1px solid transparent;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

.form-date-group select {
    border: 1px solid #ebebeb;
    width: 100%;
    box-sizing: border-box;
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    -o-appearance: none !important;
    -ms-appearance: none !important;
    position: relative;
    background: 0 0;
    z-index: 10;
    cursor: pointer;
    padding: 0 20px;
    height: 50px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #999;
    box-sizing: border-box;
    background-color: #fff;
    color: #222;
    font-weight: bold;
}

.form-date-item {
    position: relative;
    overflow: hidden;
    width: 100px;
    margin-right: 10px;
}

.vertical {
    display: block;
    width: 100%;
    overflow: hidden;
}

.vertical .steps {
    float: left;
    width: 310px;
}

.vertical .content,
.vertical .actions {
    float: right;
    width: 800px;
}

.content {
    /*height: 870px;*/
}

.steps ul {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    position: relative;
    padding-left: 40px;
    padding-top: 40px;
}

.steps ul li {
    padding-bottom: 40px;
    position: relative;
    z-index: 99;
}

.steps ul li a {
    text-decoration: none;
    color: #222;
}

.steps ul:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 280px;
    background: #ebebeb;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 9;
}

.title {
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
}

.title .step-number {
    width: 40px;
    height: 40px;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    background: #5cb85c;
    color: #fff;
    margin-right: 15px;
    border: 5px solid #fff;
    font-weight: bold;
}

.title .step-text {
    font-weight: bold;
    color: #5cb85c;
}

.current .title .step-number {
    background: #20419a;
    color: #fff;
}

.current .title .step-text {
    color: #20419a;
}

.disabled a {
    cursor: default;
}

.disabled .title .step-number {
    background: #ebebeb;
    color: #999;
}

.disabled .title .step-text {
    color: #999;
}

.content h3 {
    display: none;
}

.content, .actions {
    background: #f8f8f8;
}

.actions {
    padding-top: 20px;
    padding-bottom: 30px;
}

.actions ul {
    padding-left: 45px;
    padding-right: 55px;
}

.actions ul .disabled {
    display: none;
}

.actions ul li {
    float: right;
}

.actions ul li:first-child {
    float: left;
}

.actions ul li a,
.btn-primary,
.btn-secondary,
.btn-outline-secondary {
    min-width: 150px;
    height: 50px;
    line-height: 50px !important;
    padding: 0 !important;
    color: #fff !important;
    background: #20419a !important;
    border-radius: 0 !important;
    border: none !important;
    font-weight: normal !important;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    text-decoration: none;
}

.actions ul li a:hover,
.btn-primary:hover {
    background: #162e6c !important;
}

.btn-secondary {
    background: #6c757d !important;
    animation: ease-in-out;
}

.btn-outline-secondary {
    background: transparent !important;
    border: 1px solid #6c757d !important;
    color: #6c757d !important;
}

.btn-outline-secondary:hover {
    background: #6c757d !important;
    color: white !important;
}

.btn-secondary:hover {
    background: #5a6268 !important;
}

.actions ul li:first-child a {
    background: #e8e8e8 !important;
    color: #999 !important;
}

.actions ul li:first-child a:hover {
    background: #dadada !important;
}


.form-radio-flex {
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin: 0 -15px;
}

.form-radio-flex .form-radio-item {
    padding: 0 15px;
    margin-bottom: 25px;
}

.form-radio-flex input {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px;
}

.form-radio-flex input + label {
    margin: 0px;
    width: 223px;
    height: 133px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    text-align: center;
    background-color: transparent;
    border: 1px solid transparent;
    text-align: center;
    text-transform: none;
    transition: border-color .15s ease-out, color .25s ease-out, background-color .15s ease-out, box-shadow .15s ease-out;
}

.form-radio-flex input + label img {
    width: 100%;
    height: 100%;
}

.form-radio-flex input:checked + label {
    border: 1px solid #20419a;
    z-index: 1;
}

.form-radio-flex input:focus + label {
    outline: none;
}

.form-radio-flex input:hover {
    border: 1px solid #20419a;
}

label.error {
    color: #f63726;
    display: block;
}

label.error:after {
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    content: '\f135';
    right: 15px;
    top: 42px;
    font-size: 13px;
    color: #f63726;
}

input.error {
    border: 1px solid #f63726;
}

#find_bank {
    padding: 0 55px;
    width: 680px;
    margin-right: 20px;
}

#find_bank::-webkit-input-placeholder {
    font-weight: 400;
}

#find_bank::-moz-placeholder {
    font-weight: 400;
}

#find_bank:-ms-input-placeholder {
    font-weight: 400;
}

#find_bank:-moz-placeholder {
    font-weight: 400;
}

.submit {
    width: 150px;
    background: #666;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
}

.submit:hover {
    background-color: #4d4d4d;
}

.form-find {
    position: relative;
    padding-bottom: 70px;
    border-bottom: 1px solid #ebebeb;
}

.form-icon {
    position: absolute;
    top: 12px;
    left: 20px;
    font-size: 18px;
    color: #999;
}

.choose-bank-desc {
    color: #666;
    margin: 0px;
    padding-top: 30px;
    padding-bottom: 35px;
}

#slider-margin {
    height: 9px;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    background: #e8e8e8;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    position: relative;
    margin-top: 110px;
}

#slider-margin .noUi-marker-horizontal.noUi-marker-large, #slider-margin .noUi-marker-horizontal.noUi-marker {
    height: 0px;
}

#slider-margin .noUi-connect {
    background: #20419a;
}

#slider-margin .noUi-connects {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
}

#slider-margin .noUi-handle {
    width: 15px;
    height: 30px;
    top: -12px;
    background: #e8e8e8;
    outline: none;
    border: none;
    right: -15px;
    border: 1px solid #20419a;
    border-radius: 0px;
}

#slider-margin .noUi-handle:after, #slider-margin .noUi-handle:before {
    width: 0px;
}

#slider-margin .noUi-handle .noUi-tooltip {
    bottom: 33px;
    border: none;
    background: transparent;
    font-size: 16px;
    color: #20419a;
    padding: 0px;
}

#slider-margin .noUi-pips {
    width: 96%;
}

#slider-margin .noUi-pips .noUi-value {
    top: -50px;
    font-size: 16px;
    color: #666;
}

#slider-margin .noUi-pips .noUi-value:before {
    content: '$';
}

#slider-margin .noUi-pips .noUi-value-horizontal {
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
}

.your-money {
    font-size: 16px;
    color: #222;
    margin: 0px;
    padding-top: 62px;
}

.your-money .money {
    font-size: 28px;
    font-weight: bold;
}

.form-check-input{
    width:12px;
}

.hide{
    display: none;
}

.privacy {
    height: 250px;
    overflow-y: auto;
    font-size: 13px;
}

.modal-backdrop {
    display: none !important;
}

.modal {
    background-color: rgba(0, 0, 0, 0.75);
}

.modal-body input[type=checkbox],
.modal-body input[type=radio] {
    width: auto;
}

/* --------------------------------------------------- */
/* footer -------------------------------------------- */
/* --------------------------------------------------- */
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: 0;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}

#subfooter {
    position: relative;
    height: 100px;
    clear: both;
    background-color: #20419a;
    padding: 12px 31px;
}

#subfooter .logo-footer {
    width: 89px;
    height: 40px;
    background: url("../images/Q8_Neg.svg") no-repeat;
}

#subfooter .logo-footer-segit {
    width: 157px;
    height: 70px;
    background: url("../images/logo-segit.svg") no-repeat;
    background-size: cover;
}

#subfooter .disclaimer {
    font-size: 10px;
    line-height: 12px;
    color: #fff;
}

/*#subfooter .policy-footer {
    padding-top: 5px;
}*/

#subfooter .policy-footer a {
    font-size: 12px;
    line-height: 13px;
    color: #fff !important;
}

#subfooter .nav li a .nav-icon {
    width: 15px;
    height: 13px;
    margin: 0 -5px;
}

.aggiungi-diploma a {
    color: #20419A;
    display: block;
    margin: 20px 0;
}

.aggiungi-diploma a:hover {
    opacity: .5;
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
    .container {
        width: calc(100% - 40px);
        max-width: 100%;
    }

    .vertical .steps, .vertical .content, .vertical .actions {
        float: none;
        width: 100%;
    }

    #find_bank {
        width: 100%;
    }

    .form-radio-flex input + label {
        width: 190px;
        height: 120px;
    }
}

@media screen and (max-width: 992px) {
    .content {
        height: auto;
    }

    .form-radio-flex input + label {
        width: 100px;
        height: 65px;
    }
}

@media screen and (max-width: 768px) {

    #steps-uid-0-p-0 .form-row, #steps-uid-0-p-0 .form-group, #steps-uid-0-p-0 .form-date {
        width: 100%;
    }

    .form-flex {
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
        margin: 0px;
    }

    .form-flex .form-group {
        padding: 0px;
    }

    fieldset, .actions ul {
        padding-left: 30px;
        padding-right: 30px;
    }

    #slider-margin .noUi-pips {
        width: 94%;
    }

    .header-top {
        display: none;
    }
    .breadcrumb {
        width: 100%;
        padding: 0 22px;
    }
    #header .main-header .header-title {
        padding: 13px 30px 0;
    }
    #header .main-header .logo .img {
        margin: 10px 15px;
        width: 75px;
        height: 34px;
    }
    #header .main-header {
        height: 65px;
    }
}

@media screen and (max-width: 480px) {
    .form-date-group, .form-find {
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
    }

    .content {
        height: auto;
    }

    #find_bank {
        margin-bottom: 20px;
    }

    .actions ul li a {
        width: 100px;
    }

    .form-radio-flex {
        margin: 0 -5px;
    }

    .form-radio-flex .form-radio-item {
        padding: 0 5px;
    }

    .form-radio-flex input + label {
        width: 90px;
        height: 61px;
    }

    .actions ul li a {
        width: auto;
        padding: 20px 10px !important;
    }
}

/*# sourceMappingURL=style.css.map */

.lista_cv tr.unread td:nth-child(2){
    font-weight: bold;
}

.lista_cv tr.unread{
    background-color: #efefef;
}

.lista_cv tr a i{
    color:#000;
}

.nav_link {
    padding: 10px 10px;
    border: 1px solid #ccc;
    border-bottom: 0;
    margin: 0 10px 0 0;
    line-height: 40px;
    background: #f3f3f3;
    color: #20419A;
}
.nav_link:hover {
    text-decoration: none;
    color: #666;
    background: #f9f9f9;
}
.nav_link.active {
    background: #20419A;
    color: #fff;
}

.modal-video {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.9);
    padding: 50px 100px;
    z-index: 10;
}
.modal-video.active {
    display: block;
}
.modal-video iframe {
    width: calc(100vw - 200px);
    height: calc(100vh - 100px);
}
.btn-close {
    width: 48px;
    height: 48px;
    color: #000;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    background-size: 50%;
    border: 2px solid #000;
    border-radius: 50%;
    opacity: .8;
    font-size: 2em;
    position: absolute;
    top: 5px;
    right: 20px;
    z-index: 10;
}
.btn-close:hover {
    opacity: 1;
}
.modal-video .btn-close {
    background-color: #fff;
}

.play-btn {
    height: 100px;
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.play-btn:hover {
    filter: brightness(0.8);
}

.video-content {
    background: #f3f3f3;
    margin-bottom: 30px;
}
.video-content:after {
    display: block;
    content: '';
    clear: both;
}
.video-content .video,
.video-content .testo {
/*    float: left;
    width: 50%;*/
}
.video-content .video {
    /*border: 3px solid #20419A;*/
    border-radius: 14px;
}
.video-content .video img {
    width: 100%;
}

.video-content .testo {
    padding: 20px 50px;
}
.video-content .video-link {
    display: block;
    background: #20419A;
    color: #fff;
    text-align: center;
    padding: 8px;
}

#video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    border-radius: 14px 14px 0 0;
    z-index: 2;
}

#modalVideo.modal {
    background-color: rgba(0, 0, 0, .85);
}
#modalVideo .modal-content {
    background: transparent;
    border: none;
    max-width: 600px;
    margin: 50vh auto;
    transform: translateY(-50%);
}
#modalVideo .modal-body {
    background-color: #fff;
}
#modalVideo .close {
    font-size: 3.5rem;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    opacity: .5;
}
#onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info, #onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-txt .ot-ven-dets {
    background-color: #fff !important;
}
#onetrust-consent-sdk #onetrust-pc-sdk h3, #onetrust-consent-sdk #onetrust-pc-sdk h4, #onetrust-consent-sdk #onetrust-pc-sdk h5, #onetrust-consent-sdk #onetrust-pc-sdk h6, #onetrust-consent-sdk #onetrust-pc-sdk p, #onetrust-consent-sdk #onetrust-pc-sdk #ot-ven-lst .ot-ven-opts p, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title, #onetrust-consent-sdk #onetrust-pc-sdk .ot-li-title, #onetrust-consent-sdk #onetrust-pc-sdk .ot-sel-all-hdr span, #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info, #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #modal-header, #onetrust-consent-sdk #onetrust-pc-sdk .ot-checkbox label span, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-sel-blk p, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-lst-title h3, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst .back-btn-handler p, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst .ot-ven-name, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-ven-lst .consent-category, #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-inactive-leg-btn, #onetrust-consent-sdk #onetrust-pc-sdk .ot-label-status, #onetrust-consent-sdk #onetrust-pc-sdk .ot-chkbox label span, #onetrust-consent-sdk #onetrust-pc-sdk #clear-filters-handler {
    color: #333 !important;
}

.ot-floating-button__front svg {
    transform:scale(0.6);
    -webkit-transform:scale(0.6);
    -moz-transform:scale(0.6);
    -ms-transform:scale(0.6);
    -o-transform:scale(0.6); !important;
}

.ot-floating-button__back svg {
    transform:scale(0.7);
    -webkit-transform:scale(0.7);
    -moz-transform:scale(0.7);
    -ms-transform:scale(0.7);
    -o-transform:scale(0.7); !important;
}

#ot-sdk-btn-floating.ot-floating-button {
    opacity: 0.8 !important;
    width: 35px !important;
    height: 35px !important;
    margin-left:3px  !important;
    margin-bottom: 110px !important;
}

.ot-floating-button__close,
.ot-floating-button__open {padding: 0 !important; line-height:0 !important;}

#ot-sdk-btn-floating .ot-floating-button__front, #ot-sdk-btn-floating .ot-floating-button__back {border-radius:2px !important;}

/*
#ot-sdk-btn-floating.ot-floating-button {
    right: 0.4% !important;
    animation: none !important;
}*/
