.container-login {
    max-width: 600px;
    width: 100%;
    margin: 15px auto;
    background-color: #efefef;
    padding: 30px 15px;
    font-family: 'GoudyOlSt XBd BT';
    -webkit-box-shadow: 10px 10px 27px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 27px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 27px -12px rgba(0, 0, 0, 0.75);
}

.container-login .title {
    font-size: 30px;
    color: #F39200;
    font-weight: bold;
}

.ptwo-link button {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    background-color: #F39200;
    padding: 12px 35px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    margin-top: 45px;
    font-family: 'GoudyOlSt XBd BT';
    border: none;
}

.has-error {
    color: #c53f37;
}

.btn {
    display: inline-block;
    border: 0;
    outline: none;
    font-weight: 500;
    padding: 0px 7px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    text-align: center;
    font-family: 'GoudyOlSt XBd BT';
}

.btn-red {
    background-color: #F39200 !important;
    color: #fff !important;
}

.modal a.link i {
    color: #F39200;
}

.link i {
    color: #F39200;
}

.link {
    color: #3E3E3E;
}

.modal a:not(.link) {
    display: inline-block;
    width: 180px;
    background-color: #F39200;
    color: #fff;
    border: 0;
    outline: none;
    font-weight: 500;
    padding: 12px 0px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    font-family: 'GoudyOlSt XBd BT';
    font-size: unset;
}

.btn-black {
    background-color: #F39200 !important;
    color: #fff !important;
}

.checkbox-padding {
    padding-top: 35px;
}

.btn-big {
    display: inline-block;
    font-size: 15px;
    padding: 10px 50px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    font-family: 'GoudyOlSt XBd BT';
    border: 0;
}

.page-eleven-pagi ul li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #F6F6F6;
    color: #3E3E3E;
    padding: 12px 0px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    text-align: center;
}

.page-eleven-pagi ul li:last-child a, .page-eleven-pagi ul li:last-child span {
    background-color: #F6F6F6;
    color: #3E3E3E;
    padding: 11px 0px;
    margin-left: 30px;
    text-align: center;
}

.page-eleven-pagi ul li:first-child a, .page-eleven-pagi ul li:first-child span {
    background-color: #F6F6F6;
    color: #3E3E3E;
    padding: 11px 0px;
    margin-left: 30px;
    text-align: center;
}

.page-eleven-pagi ul li a:hover {
    background-color: #F39200;
    color: #fff;
}

.page-eleven-pagi ul li.page-item.active a {
    background-color: #F39200;
    color: #fff;
}

.pagination {
    display: unset;
}

.container {
    max-width: 94%;
}

.remove-item {
    position: absolute;
    top: 0;
    right: 50px;
}

.main-tab-one-drop-one label:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #F39200;
    margin-right: 6px;
    position: relative;
    top: -1.5px;
}

.main-tab-one-drop-one label {
    margin-bottom: 5px;
    font-size: 15px;
    position: relative;
    font-family: 'GoudyOlSt XBd BT';
}

select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
    background: #eee;
    box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
    display: none;
}

.select2-container--krajee .select2-selection--single {
    height: 39px;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
    height: 37px;
}

.select2-container--krajee .select2-selection--single {
    padding: 9px 24px 6px 12px;
}

.popover-x {
    display: none;
}

.select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove {
    margin: 0px 0 0 3px;
}

.select2-container--krajee .select2-selection--multiple .select2-selection__choice {
    background: white;
    padding: 3px 6px;
}

.select2-container--krajee .select2-selection--multiple {
    min-height: 39px;
}

.block-input label:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #F39200;
    margin-right: 6px;
    position: relative;
    top: -1.5px;
}

.block-input label {
    font-family: 'GoudyOlSt XBd BT';
    font-size: 15px;
}

.btn-gray {
    background-color: #F39200 !important;
    color: white !important;
}

.btn-black-two {
    display: inline-block;
    font-size: 12px;
    background-color: #F39200;
    padding: 8px 25px;
    color: #fff;
    margin-left: 10px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    font-family: 'GoudyOlSt XBd BT';
}

.btn-black-two:hover {
    color: #fff;
}

button, a {
    cursor: pointer;
}

.three-tik-right ul li a {
    background-color: #F39200;
}

.div-btn-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: white;
}

.three-tik-right ul li a {
    padding: 12px 50px;
    font-size: 14px;
}

.pie, .c100 .bar, .c100.p51 .fill, .c100.p52 .fill, .c100.p53 .fill, .c100.p54 .fill, .c100.p55 .fill, .c100.p56 .fill, .c100.p57 .fill, .c100.p58 .fill, .c100.p59 .fill, .c100.p60 .fill, .c100.p61 .fill, .c100.p62 .fill, .c100.p63 .fill, .c100.p64 .fill, .c100.p65 .fill, .c100.p66 .fill, .c100.p67 .fill, .c100.p68 .fill, .c100.p69 .fill, .c100.p70 .fill, .c100.p71 .fill, .c100.p72 .fill, .c100.p73 .fill, .c100.p74 .fill, .c100.p75 .fill, .c100.p76 .fill, .c100.p77 .fill, .c100.p78 .fill, .c100.p79 .fill, .c100.p80 .fill, .c100.p81 .fill, .c100.p82 .fill, .c100.p83 .fill, .c100.p84 .fill, .c100.p85 .fill, .c100.p86 .fill, .c100.p87 .fill, .c100.p88 .fill, .c100.p89 .fill, .c100.p90 .fill, .c100.p91 .fill, .c100.p92 .fill, .c100.p93 .fill, .c100.p94 .fill, .c100.p95 .fill, .c100.p96 .fill, .c100.p97 .fill, .c100.p98 .fill, .c100.p99 .fill, .c100.p100 .fill {
    border: 0.08em solid #F39200;
}

.c100 {
    background-color: #f9ebeb;
}

.c100 > span {
    color: black;
}

.c100:hover > span {
    color: black;
}

.black-button {
    display: inline-block;
    background-color: #3E3E3E;
    color: #fff;
    padding: 3px 6px;
    width: 105px;
    border: none;
}

.three-tik-right a {
    margin: 10px 0px;
}

a.link {
    color: #3E3E3E !important;
}

.psixteen-table-wrapper table {
    border-collapse: collapse;
}

.pfour-main-left-two {
    height: unset;
}

.pallini {
    content: "";
    display: block;
    width: 100%;
    height: 45px;
    background-image: url(../theme/img/91.png);
    background-repeat: repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.pthree-corse-wrapper h5:after {
    content: "";
    display: block;
    width: 860px;
    height: 45px;
    background-image: unset;
    background-repeat: repeat;
    position: absolute;
    left: 225px;
    top: -4px;
}

.mx-headng h4:after {
    content: "";
    display: block;
    width: 742px;
    height: 45px;
    background-image: unset;
    background-repeat: repeat;
    position: absolute;
    left: 138px;
    top: -6px;
}

.header-left {
    max-width: 800px;
    padding-right: 20px;
}

.header-right {
    position: relative;
    flex-grow: 1;
}

.header-button {
    margin-left: 30px;
}

.header {
    display: flex;
}

.pthree-pro-bar-list ul li {
    font-size: 15px;
}

.pthree-bar-heading-right p {
    font-size: 17px;
}

.btn-black-two {
    font-size: 15px;
}

.pfour-table-wrapper {
    padding-left: 0px;
    padding-right: 0px;
}

.pfour-table tr#pfour-heading td {
    padding-left: 10px;
    padding-right: 10px;
}

.pfour-table tr td {
    padding-left: 10px !important;
    padding-right: 10px;
}

.pthree-tab-one-heading span {
    font-size: 14px;
    color: white !important;
}

.three-tab-one-clock span {
    font-size: 14px;
}

.three-tab-para p {
    font-size: 14px;
}

.pthree-tbc-one-left-table {
    padding-left: 0px;
    padding-right: 0px;
}

.input-group.date .input-group-addon.kv-date-remove {
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 6px;
}

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}

.scroll-element, .scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}


/*************** SIMPLE INNER SCROLLBAR ***************/

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
    background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
    background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
    background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
}


/* update scrollbar offset if both scrolls are visible */

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -12px;
}


.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -12px;
}

.starrating > input {
    display: none;
}

/* Remove radio buttons */

.starrating > label:before {
    content: "\f005"; /* Star */
    margin: 4px;
    font-size: 3em;
    font-family: FontAwesome;
    display: inline-block;
}

@media only screen and (max-width: 370px) {
    .starrating > label:before {
        font-size: 2.5em;
    }
}

.starrating > label {
    color: #222222; /* Start color when not clicked */
}

.starrating > input:checked ~ label {
    color: #ffca08;
}

/* Set yellow color when star checked */

.starrating > input:hover ~ label {
    color: #ffca08;
}

/* Set yellow color when star hover */

.p8-modal .modal-content {
    top: 50px !important;
}

tr:hover {
    background-color: #f5f5f5;
}

.pthree-green {
    background-color: #50e182;
}

.pthree-green span {
    background-color: #50e182;
}

.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8); /* Sfondo semi-trasparente */
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.loader {
    width: 80px;
    height: 80px;
    border: 8px solid #f39200; /* colore del loader */
    border-top: 8px solid transparent;
    border-radius: 50%;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

body {
    overflow: auto;
}

body.loading {
    overflow: hidden;
}

body.loading .loader-container {
    display: flex;
}

.btn-select-date {
    background-color: #fff !important;
    border: 1px solid #dee2e6;
    font-family: inherit !important;
    margin: 0 !important;
    padding: 10px 20px !important;
}

.btn-select-date.selected {
    background-color: #3E3E3E !important;
    font-weight: bold;
}

.btn-select-date.selected > span {
    color: white;
}

.btn-select-date span:not(:last-child) {
    margin-right: 10px !important;
}

.btn-select-date span:last-child {
    margin-right: 0 !important;
}


.main-tab-one-table-wrapper table tr td:first-child {
    padding-left: 10px;
    font-family: inherit !important;
}

.main-tab-one-table-wrapper table tr td:last-child {
    padding-right: 10px;
}

.main-tab-one-table-wrapper table tr td:nth-child(2) {
    font-family: 'GoudyOlSt XBd BT' !important;
}


.main-tab-one-table-wrapper {
    padding-left: 0px;
    padding-right: 0px;
}

.note-editable ul {
    list-style-type: disc;
    padding: 1em;
    margin: 0em;
}

.select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__choice__remove {
    line-height: 0.6 !important;
}

.disabled-item {
    opacity: 0.5;
    cursor: not-allowed;
}