/* box/info */
.side-info-window {
    position: fixed;
    top: 25px;
    right: 20px;
    width: 300px;
    height: 82vh;
    background-color: #f9f9f9;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    border-radius: 12px;
    z-index: 1000;
    padding: 20px;
    box-sizing: border-box;
    color: #403f40;
}

.side-info-window h1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
    margin-top: unset;
    color: #363636;
}

.side-info-window h2 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 8px;
    color: #363636;
}

.side-info-window div {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 16px;
}

.side-info-window a.side-close-btn {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 27px;
    font-weight: 300;
    text-decoration: none;
    color: #999;
    cursor: pointer;
}

.side-info-window a.side-close-btn:hover {
    color: #333;
}

/* notifications */
.notification-container {
    position: fixed;
    z-index: 1001;
    top: 25px;
    right: 20px;
    width: 300px;
}

.side-info-notification {
    background-color: #e4f1fb;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #264e88;
    border-radius: 12px;
    padding: 20px;
    box-sizing: border-box;
    color: #426194;
    margin-bottom: 20px;
}

.side-error-notification {
    background-color: #f8e7e8;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #b84a48;
    border-radius: 12px;
    padding: 20px;
    box-sizing: border-box;
    color: #b84a48;
    margin-bottom: 20px;
}

.icon-text-wrapper {
    display: flex;
    gap: 10px;
}

.notification-info-text,
.notification-error-text {
    padding-right: 4px;
}

.notification-icon {
    width: 20px;
    height: 20px;
}

.notification-container a.side-close-btn {
    position: absolute;
    margin-top: -19px;
    right: 10px;
    font-size: 27px;
    font-weight: 300;
    text-decoration: none;
    color: #999;
    cursor: pointer;
}

.notification-container a.side-close-btn:hover {
    color: #333;
}


/* box/user-panel */

#rdb-forms .row {
    display: unset;
}

.glyphicon-edit {
    color: #337ab7;
}

.panel-body {
    padding: unset !important;
}

.panel-box *:not(.glyphicon) {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333333;
}

#panel-box .btn-primary {
    color: #fff;
}

#panel-box .panel-default.item-list .panel-body {
    padding: 15px !important;
}

#panel-box .panel-default.form-list .panel-body {
    padding: unset;
}

#panel-box.panel-box .navbar-default .nav>li>a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    text-transform: unset;
    font-weight: inherit;
}

#panel-box.panel-box a.btn.btn-info.btn-xs.rdb-button,
#panel-box.panel-box a.btn.btn-info.btn-xs.rdb-button:visited {
    color: white !important;
}

.panel-box a .glyphicon-pencil,
.panel-box a .glyphicon-edit,
.panel-box a .glyphicon-trash {
    color: #337ab7;
}

.panel-box label {
    font-weight: normal;
}

.panel-box table.tablesorter thead tr th {
    font-size: 9pt;
    text-transform: uppercase;
    background: #eee;
}

.container.panel-box .col-xs-1,
.container.panel-box .col-sm-1,
.container.panel-box .col-md-1,
.container.panel-box .col-lg-1,
.container.panel-box .col-xs-2,
.container.panel-box .col-sm-2,
.container.panel-box .col-md-2,
.container.panel-box .col-lg-2,
.container.panel-box .col-xs-3,
.container.panel-box .col-sm-3,
.container.panel-box .col-md-3,
.container.panel-box .col-lg-3,
.container.panel-box .col-xs-4,
.container.panel-box .col-sm-4,
.container.panel-box .col-md-4,
.container.panel-box .col-lg-4,
.container.panel-box .col-xs-5,
.container.panel-box .col-sm-5,
.container.panel-box .col-md-5,
.container.panel-box .col-lg-5,
.container.panel-box .col-xs-6,
.container.panel-box .col-sm-6,
.container.panel-box .col-md-6,
.container.panel-box .col-lg-6,
.container.panel-box .col-xs-7,
.container.panel-box .col-sm-7,
.container.panel-box .col-md-7,
.container.panel-box .col-lg-7,
.container.panel-box .col-xs-8,
.container.panel-box .col-sm-8,
.container.panel-box .col-md-8,
.container.panel-box .col-lg-8,
.container.panel-box .col-xs-9,
.container.panel-box .col-sm-9,
.container.panel-box .col-md-9,
.container.panel-box .col-lg-9,
.container.panel-box .col-xs-10,
.container.panel-box .col-sm-10,
.container.panel-box .col-md-10,
.container.panel-box .col-lg-10,
.container.panel-box .col-xs-11,
.container.panel-box .col-sm-11,
.container.panel-box .col-md-11,
.container.panel-box .col-lg-11,
.container.panel-box .col-xs-12,
.container.panel-box .col-sm-12,
.container.panel-box .col-md-12,
.container.panel-box .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

/* #bs-example-navbar-collapse-1.collapse.navbar-collapse {
    display: flex;
    justify-content: center;
} */

#client_vm_new_2_form a:hover,
a:focus {
    color: #337ab7;
}

.glyphicon-green {
    color: green;
}

.glyphicon-red {
    color: red;
}

.glyphicon-blue {
    color: blue;
}

.language-bar {
    min-height: 15px;
    text-align: right;
}

#loading-icon-container.flex {
    display: flex;
}

#loading-icon-container.display-none {
    display: none;
}

#loading-icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1002;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.lds-spinner,
.lds-spinner div,
.lds-spinner div:after {
    box-sizing: border-box;
}

.lds-spinner {
    color: #336653;
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    background: #ffffffa8;
    border-radius: 8px;
}

.lds-spinner div {
    transform-origin: 20px 20px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 1.6px;
    left: 18.4px;
    width: 3.2px;
    height: 8.8px;
    border-radius: 20%;
    background: currentColor;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

.mobile-table {
    display: none;
}

.panel-body .table-striped.tablesorter.classic-main-table thead tr th,
.panel-body .table-striped.tablesorter.classic-main-table tbody tr td {
    color: #333333;
}

.panel-body .table-striped.tablesorter.classic-main-table tbody tr td {
    font-size: 15px;
}

.panel-body .classic-main-table.table thead tr th {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-size: 14px;
}

.panel-body .classic-main-table.table thead tr td {
    border-bottom: 1px solid #ddd;
}

.table tbody tr td {
    border-bottom: 1px solid #ddd;
}

.table {
    margin: 0;
}

/*  */

body {
    padding-top: 2px;
    overflow-y: scroll;
}

table form {
    margin-bottom: 0;
}

form ul {
    margin-left: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2F96B4;
}

label {
    color: #777;
    font-style: oblique;
    font-weight: normal;
}

label.check {
    color: #000;
    font-style: normal;
    font-weight: normal;
}

.form-control {
    color: #000 !important;
}

.view-textarea {
    height: auto;
    min-height: 30px;
}


.error {
    color: red;
    font-style: italic;
}

.nom {
    margin: 0;
}


.black {
    color: #000000;
}

.colorgraph {
    height: 3px;
    border-top: 0;
    background: #c4e17f;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%,
            #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%,
            #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%,
            #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%,
            #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%,
            #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%,
            #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

.login {
    margin-top: 80px;
    width: 330px;
}

.datepicker {
    margin-top: 0px;
}

.mute {
    color: #aaa;
}

.breadcrumb {
    font-style: oblique;
    background: #343434;
    border-top: 1px dotted #777;
    margin-bottom: 0px;
    color: #777;
}

.breadcrumb a {

    color: #ccc;
}

.panel-heading {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 9pt;
    -background-color: #333 !important;
    -color: #fff !important;
    border-bottom: 4px solid #999 !important;
    -margin-bottom: 1px;
}

.col-lg-3 {
    margin-bottom: 10px;
}


label.btn input {
    position: relative;
    top: 2px;
}

.input-view {
    padding: 0;
    overflow: hidden;
    transition: unset;
    box-shadow: unset;
}

.input-view:hover {
    border: 0;
    overflow: visible;
}

.input-view-insider {
    border: 0;
    min-height: 30px;
    height: auto;
    transition: unset;
    box-shadow: unset;
}

.input-view-insider:hover {
    width: fit-content;
    min-width: 100%;
    z-index: 10;
    position: relative;
    border: 1px solid #ccc;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@media all and (max-width: 992px) {
    .lds-spinner {
        width: 60px;
        height: 60px;
    }

    .lds-spinner div {
        transform-origin: 30px 30px;
    }

    .lds-spinner div:after {
        top: 2px;
        left: 29px;
        width: 5px;
        height: 14px;
    }

    #rdb-forms #master_1_form .details-class .desc .offer p {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
    }

    #rdb-forms .preview-el .p-container {
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin: 0 10px;
    }

    #rdb-forms .preview-el .green-btn {
        margin-left: unset;
        margin-bottom: unset;
        margin-top: unset;
        margin-right: unset;
    }

    #rdb-forms .preview-el h1 {
        text-align: center;
        margin-left: unset;
    }

    #rdb-forms .preview-el div.p {
        text-align: justify;
        margin-left: auto;
        margin-right: auto;
    }

    #bs-example-navbar-collapse-1.collapse.navbar-collapse {
        flex-direction: column;
    }

    .navbar-brand {
        font-size: 28px;
        padding: 10px 15px;
    }

    .navbar-nav {
        margin: 7.5px -15px 0 -15px;
    }

    .navbar-header {
        margin: 5px 10px 0 10px;
    }

    .nav.navbar-nav.navbar-right {
        margin: 0 -15px;
    }

    #bs-example-navbar-collapse-1 .nav.navbar-nav .dropdown {
        font-size: 35px;
    }

    .navbar-nav>li>a {
        padding: 10px 27px;
        font-size: 2.5rem;
        line-height: 1.5;
    }

    .mobile-table {
        display: block;
    }

    .classic-main-table {
        display: none;
    }

    .table-pricing tbody tr th .lbl,
    .table-pricing tbody tr td .lbl {
        display: block;
    }

    .main-table {
        display: none;
    }

    .classic-table-note2 {
        display: none;
    }

    table div.col-md-8.offset-md-2.mt-70 {
        width: 100%;
        flex: 0 0 auto;
    }

    .table tbody {
        font-weight: 300;
    }

    .table>tbody {
        vertical-align: inherit;
    }

    #section-pricing div.note2 {
        margin-top: -10px;
        margin-left: 25px;
    }

    .table-pricing {
        box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.1);
    }

    .table-pricing tbody tr {
        width: 100%;
        background: #ffffff;
    }

    .table-pricing thead tr,
    .table-pricing tbody tr {
        display: block;
        width: 100%;
    }

    .panel-body .table tbody tr td {
        font-size: 18px;
    }

    #cms_pages_1_items_mob table tbody > tr > td > span {
        max-width: 50%;
        word-wrap: break-word;
    }

    .table-pricing tbody tr td:nth-child(even) {
        background: #f5f5f5;
    }

    .table-pricing tbody tr td:nth-child(odd) {
        background: #ffffff;
    }

    #panel-box #rdb-forms .table.table-striped.mobile-table tbody tr td span {
        font-size: 15px;
    }

    #cms_pages_1_items_mob>tr>td,
    tbody>tr>td {
        max-width: 100vw;
        width: 100vw;
    }

    .table-pricing tbody tr td .lbl {
        display: inline-block;
        min-width: 50%;
        text-align: left;
    }

    #panel-box #rdb-forms .table.table-striped.mobile-table tbody tr td span {
        font-size: 15px;
    }

    .table-pricing tbody tr th .lbl,
    .table-pricing tbody tr td .lbl {
        display: block;
    }

    .table-pricing tbody tr th,
    .table-pricing tbody tr td {
        text-align: left;
        display: flex;
        width: 100%;
    }

    .table-striped>tbody>tr:nth-of-type(odd) {
        background-color: unset;
    }

    .table tbody tr td {
        border-top: none;
        border-bottom: none;
        justify-content: space-between;
    }

    .table-pricing tbody tr td:first-child,
    .table-pricing tbody tr td:last-child {
        border-radius: 8px;
    }

    .mobile-table .table.table-pricing {
        border-radius: 8px;
    }

    .mobile-table .table.table-pricing tbody tr {
        border-radius: 8px;
    }

    .table-pricing tbody tr td:last-child {
        justify-content: space-between;
        padding: 8px 12px;
    }

    .panel-heading {
        font-size: 16px;
    }

    .panel.panel-default.form-list .panel-heading {
        display: flex;
        justify-content: space-between;
    }

    .panel-heading .pull-right {
        text-align: end;
    }

    .col-sm-3.col-xs-12 .form-group,
    .form-group label {
        font-size: 24px;
    }
}