[contenteditable] {
    -webkit-user-select: text;
    user-select: text
}

.cdp-preloader {
    width: 90%;
    height: 4px;
    background: linear-gradient(to right, #429388, #429388);
    background-color: #ccc;
    position: absolute;
    margin-top: 3px;
    padding-top: 2px;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 4px;
    background-size: 20%;
    background-repeat: repeat-y;
    background-position: -25% 0;
    animation: cdpscroll 1.2s ease-in-out infinite
}

@keyframes cdpscroll {
    50% {
        background-size: 80%
    }
    100% {
        background-position: 125% 0
    }
}

.cdp-content * {
    outline: 0;
    font-weight: 300
}

.cdp-preloader-c {
    padding: 30px !important
}

.cdp-container,
.cdp-preloader-c {
    width: calc(100% - 40px);
    padding: 0 20px;
    max-width: 1286px;
    margin: 0 auto;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.cdp-f20 {
    font-size: 20px;
    padding-bottom: 10px
}

.cdp-box {
    border-radius: 3px;
    margin-top: 23px
}

.cdp-cf::after {
    content: '';
    clear: both;
    display: block
}

.cdp-bg-green {
    background: #e1efd8
}

.cdp-bg-green-title {
    background: #00b050;
    border-bottom: 1px solid #31538f;
    color: white
}

.cdp-nm {
    margin: 0 !important
}

.cdp-center {
    text-align: center
}

.cdp-left {
    float: left
}

.cdp-right {
    float: right
}

.cdp-text-left {
    text-align: left
}

.cdp-text-right {
    text-align: right
}

.cdp-inline {
    display: inline-block
}

.cdp-showcase-3 {
    width: calc(100% / 3 - 37px - 32px);
    margin-right: 37px
}

.cdp-showcase-3:first-child {
    margin-left: 67px
}

.cdp-showcase-3:last-child {
    margin-right: 0
}

.cfg-img-sc-3 {
    width: 100%;
    object-fit: cover;
    object-position: center
}

.cfg-img-sc-3-special {
    width: 93% !important;
    object-fit: cover;
    object-position: center
}

.cdp-font-heading {
    font-size: 24px;
    line-height: 1;
    padding-top: 50px;
    padding-left: 67px;
    padding-bottom: 66px
}

.cdp-font-title {
    color: black;
    padding-bottom: 25px
}

.cdp-font-footer {
    font-size: 18px;
    color: black;
    padding-top: calc(42px + 20px);
    padding-bottom: 26px
}

.cdp-ff-i {
    font-weight: 400;
    font-style: italic
}

.cdp-ff-b1 {
    font-weight: 200
}

.cdp-ff-b2 {
    font-weight: 400
}

.cdp-ff-b3 {
    font-weight: 500
}

.cdp-ff-b4 {
    font-weight: 600
}

.cdp-ff-b5 {
    font-weight: 700
}

.cdp-ff-b6 {
    font-weight: 800
}

.cdp-welcome-title {
    padding-top: 35px;
    padding-bottom: 10px
}

.cdp-welcome-title-after {
    padding: 0;
    margin: 0;
    padding-top: 40px;
    line-height: 53px
}

.cdp-welcome-title-after h1 {
    padding: 0;
    margin: 0;
    line-height: normal
}

.cdp-intro {
    font-family: 'Montserrat', sans-serif !important;
    margin-bottom: 70px
}

.cdp-intro-options {
    padding-bottom: 50px
}

.cdp-intro-button {
    background: #50b6a8;
    border: 0;
    color: white;
    font-size: 24px;
    padding: 17px 117px;
    border-radius: 30px;
    transition: .3s;
    cursor: pointer
}

.cdp-button {
    background: #50b6a8 !important;
    border: 0 !important;
    color: white !important;
    font-size: 23px;
    padding: 12px 66px;
    font-weight: 600;
    border-radius: 29px;
    height: 58px;
    width: 317px;
    transition: .3s !important;
    cursor: pointer !important
}

.cdp-intro-button:hover,
.cdp-button:hover {
    background: #48a598 !important
}

.cdp-intro-button:active,
.cdp-button:active {
    background: #429388 !important;
    transition: 0s !important
}

.cdp-pointer {
    cursor: pointer
}

.cdp-manager-btns {
    line-height: 2
}

.cdp-arrow {
    border: solid #50b6a8;
    display: inline-block;
    border-width: 0 4px 4px 0;
    padding: 5px;
    border-radius: 2px;
    transition: all .3s;
    display: block
}

.cdp-arrow-down {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-top: 2px
}

.cdp-arrow-right {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-right: 3px
}

.cdp-arrow-left {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.cdp-collapsibles {
    padding: 20px 0
}

.cdp-collapsible {
    margin-bottom: 15px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
    border-radius: 10px
}

.cdp-collapsible-title {
    border: 0;
    font-size: 21px;
    background-color: #fff;
    padding: 24px 44px;
    color: black;
    transition: all .2s;
    cursor: pointer;
    border-radius: 10px
}

.cdp-collapsible-title.cdp-active {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px
}

.cdp-collapsible-title:hover {
    background-color: #48a598;
    color: white
}

.cdp-collapsible-title:hover * {
    border-color: white
}

.cdp-collapsible-title:active {
    transition: all 0s;
    background-color: #429388
}

.cdpp-more-filters-wrapper {
    overflow: hidden
}

.cdp-collapsible-content {
    transition: height .3s ease-out, max-height .5s ease-out, border-bottom .5s .3s, padding .3s;
    border-bottom: 0 !important;
    overflow: hidden;
    padding: 0 10px;
    border-top: 0;
    max-height: 0;
    background: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px
}

.cdp-collapsible-content.cdp-active {
    padding: 10px;
    max-height: unset;
    border-bottom: 0 !important
}

.cdp-collapsible-title.cdp-active * {
    border-color: white
}

.cdp-collapsible-title.cdp-active {
    background: #50b6a8;
    color: white
}

.cdp-collapsible:last-child {
    margin-bottom: 0
}

.cdp-supports {
    padding: 10px 0
}

.cdp-support-box {
    border: 1px solid #31538f;
    background: #ddeaf6;
    padding: 10px;
    color: black;
    min-height: 84px
}

.cdp-s-i-a {
    line-height: 53px
}

.cdp-third {
    width: calc(100% / 3 - 29px);
    margin-right: 10px
}

.cdp-third:not(.cdp-ignore):last-child {
    margin-right: 0
}

.cdp-fourth {
    width: calc(100% / 4 - 30px);
    margin-right: 10px
}

.cdp-fourth:not(.cdp-ignore):last-child {
    margin-right: 0
}

.cdp-projects {
    background: #fff;
    border: 1px solid #44546a;
    color: black;
    padding: 25px 30px;
    padding-top: 5px;
    margin-top: 10px
}

.cdp-project-box {
    padding: 10px;
    border: 1px solid #44546a;
    min-height: 261.78125px
}

.cdp-support-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 50px - 20px);
    padding: 0px 10px;
    margin-left: 50px
}

.cdp-support-header {
    position: relative
}

.cdp-support-img {
    height: 50px;
    width: 50px;
    object-position: center;
    object-fit: cover
}

.cdp-support-img-rd {
    height: 50px;
    width: 50px;
    object-position: center;
    object-fit: cover
}

.cdp-support-desc {
    padding: 5px 0
}

.cdp-tool {
    position: relative
}

.cdp-animated {
    transition: .3s all
}

.cdp-half-opacity {
    opacity: .5
}

span.cdp-green,
.cdp-green {
    color: #50b6a8;
    transition: color .3s
}

.cdp-green.cdp-hover:hover {
    color: #48a598
}

.cdp-green.cdp-hover:active {
    transition: all 0s;
    color: #429388
}

.cdp-table {
    width: 100%;
    border-spacing: 0px;
    color: black
}

.cdp-table tr td:nth-child(1),
.cdp-table tr th:nth-child(1),
.cdp-table tr th:nth-child(2),
.cdp-table tr th:nth-child(3),
.cdp-table tr td:nth-child(2),
.cdp-table tr td:nth-child(3) {
    padding: 3px 20px
}

.cdp-table tr td:nth-child(1),
.cdp-table tr th:nth-child(1) {
    min-width: 192px;
    text-align: left;
    padding-left: 44px !important
}

.cdp-table tr td:nth-child(3),
.cdp-table tr th:nth-child(3) {
    padding-right: 44px !important
}

.cdp-table tr th:nth-child(2),
.cdp-table tr th:nth-child(3),
.cdp-table tr td:nth-child(2),
.cdp-table tr td:nth-child(3) {
    width: 50%;
    text-align: left
}

.cdp-table tr th:nth-child(2),
.cdp-table tr td:nth-child(2) {
    width: 50%;
    text-align: left;
    padding-right:
}

.cdp-table tr:nth-child(1) td {
    padding-top: 35px !important
}

.cdp-table tr td {
    padding: 16px 20px !important;
    line-height: 24px
}

.cdp-table .cdp-thead {
    background: #f7f7f7
}

.cdp-table tr th {
    border-bottom: 1px solid #e1e1e1;
    font-weight: 400;
    height: 33px;
    padding: 5px 10px;
    height: 58px
}

.cdp-padding {
    padding: 15px 20px
}

.cdp-nbp {
    padding-bottom: 0 !important
}

.cdp-ntp {
    padding-top: 0 !important
}

.cdp-padding-10 {
    padding: 10px
}

.cdp-padding-10-h {
    padding-top: 10px;
    padding-bottom: 10px
}

.cdp-np {
    padding: 0 !important
}

.cdp-nlh {
    line-height: inherit !important
}

.cdp-green-bg {
    background: #f7f7f7
}

.cdp-shadow {
    -moz-box-shadow: 3px 3px 15px 10px #eee !important;
    -webkit-box-shadow: 3px 3px 15px 10px #eee !important;
    box-shadow: 3px 3px 15px 10px #eee !important
}

.cdp-white-bg {
    background: #fff
}

.cdp-names-input {
    width: calc(50% - 97.5px)
}

.cdp-names-input input {
    width: 100%
}

.cdp-names-divider {
    font-size: 16px;
    line-height: 49px;
    padding: 0 10px;
    width: 175px;
    color: black;
    margin-top: 14px
}

.cdp-name-box {
    background-color: #50b6a8;
    width: 165px;
    padding: 5px;
    font-weight: 200;
    border-radius: 1px;
    text-align: center;
    color: white;
    font-size: 18px;
    cursor: pointer;
    transition: background-color .3s;
    height: 29px;
    line-height: 29px;
    border-radius: 3px
}

.cdp-name-box:hover {
    background-color: #48a598;
    cursor: pointer
}

.cdp-name-box-small {
    background: #50b6a8;
    font-size: 18px;
    font-weight: 200;
    border-radius: 1px;
    text-align: left;
    display: inline-block;
    position: relative;
    cursor: pointer;
    pointer-events: none;
    color: white;
    padding: 0px 19px !important;
    padding-right: 63px !important;
    margin-left: 1px;
    margin-right: 1px;
    height: 38px;
    border-radius: 3px
}

.cdp-name-box-small[data-cdp-val="0"] {
    width: 68px
}

.cdp-name-box-small[data-cdp-val="1"] {
    width: 108px
}

.cdp-name-box-small[data-cdp-val="2"] {
    width: 109px
}

.cdp-name-box-small::after {
    content: '\00d7';
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 22px;
    font-size: 28px;
    line-height: 38px;
    padding-right: 3px;
    padding-left: 9px;
    pointer-events: auto;
    background: #42a89a;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.cdp-names-text-info {
    padding-left: 30px;
    line-height: 40px
}

.cdp-magic-input {
    text-align: left;
    line-height: 39px;
    font-size: 17px;
    box-shadow: 0 0 0 transparent;
    border-radius: 1px;
    background-color: #fff;
    color: #32373c;
    overflow-x: hidden;
    word-wrap: unset;
    white-space: nowrap;
    resize: none;
    padding: 6px;
    min-height: 39px;
    width: 100%;
    width: calc(100% - 12px);
    margin: 0 auto;
    margin-top: 14px;
    margin-bottom: 14px;
    border-radius: 3px
}

.cdp-magic-input br {
    display: none !important
}

.cdp-magic-input *:not(.cdp-drag) {
    display: inline;
    white-space: nowrap
}

.cdp-magic-input i {
    font-style: normal
}

.cdp-magic-input:focus {
    border-color: #50b6a8;
    box-shadow: 0 0 0 1px #50b6a8;
    outline: 2px solid transparent
}

.cdp-novis {
    visibility: hidden
}

.tb-close-icon,
.tb-close-icon:focus {
    outline: 0 !important;
    outline-style: none
}

.cdp-gray-button {
    background: #f2f2f2;
    border: 1px solid #31538f;
    color: #000;
    padding: 5px 40px
}

.cdp-gray {
    color: #666
}

.cdp-h2 {
    font-size: 16px;
    margin: 10px 0
}

.cdp-white {
    color: #fff !important
}

.cdp-error-span-tooltip {
    display: none;
    color: #991111;
    font-size: 10px
}

.cdptipster-box {
    border-color: #888 !important;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, .2)
}

.cdp-spinner {
    position: absolute;
    left: calc(50% - 40px);
    top: calc(50% - 120px);
    height: 60px;
    width: 60px;
    margin: 0px auto;
    -webkit-animation: cdp-rotation .9s infinite linear;
    -moz-animation: cdp-rotation .9s infinite linear;
    -o-animation: cdp-rotation .9s infinite linear;
    animation: cdp-rotation .9s infinite linear;
    border-left: 6px solid rgba(55, 190, 190, 0.48);
    border-right: 6px solid rgba(55, 190, 190, 0.48);
    border-bottom: 6px solid rgba(74, 255, 255, 0.77);
    border-top: 6px solid rgba(74, 255, 255, 0.77);
    border-radius: 100%;
    z-index: 200000
}

@-webkit-keyframes cdp-rotation {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg)
    }
}

@-moz-keyframes cdp-rotation {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(359deg)
    }
}

@-o-keyframes cdp-rotation {
    from {
        -o-transform: rotate(0deg)
    }
    to {
        -o-transform: rotate(359deg)
    }
}

@keyframes cdp-rotation {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

.cdp-blue-circle {
    background: #50b6a8;
    color: white;
    font-weight: 400;
    font-size: 14px;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 7px;
    line-height: 27px
}

.cdp-low-margin-bot {
    margin-bottom: 5px
}

.cdp-margin-left {
    margin-left: 5px
}

.cdp-margin-left-25 {
    margin-left: 25px
}

.cdp-red-bg {
    background: #bf0000
}

.cdp-button.cdp-red-bg:hover {
    background: #ae0000
}

.cdp-button.cdp-red-bg:active {
    background: #9d0000
}

.cdp-d-header {
    font-size: 16px;
    font-weight: 600;
    margin-top: 13px;
    margin-bottom: 0px
}

.cdp-d-header-2 {
    font-size: 14px;
    margin-top: 33px;
    margin-bottom: 18px
}

.cdp-delete-table {
    border-spacing: 0;
    padding-bottom: 20px !important
}

.cdp-delete-table tbody td {}

.cdp-delete-table .cdp-h-tbe {
    padding-top: 15px;
    min-height: 15px;
    background: rgb(245, 245, 245)
}

.cdp-delete-table tbody td,
.cdp-delete-table thead th {
    padding-bottom: 20px !important;
    padding-top: 20px;
    padding-left: 20px !important;
    padding-right: 10px;
    font-size: 19px !important;
    text-align: left !important
}

.cdp-delete-table thead th {
    padding: 20px !important;
    border-bottom: 2px solid rgb(223, 223, 223) !important;
    font-weight: 600
}

.cdp-delete-table tbody td {
    background: rgb(245, 245, 245) !important
}

.cdp-delete-table tbody td:nth-child(1),
.cdp-delete-table thead th:nth-child(1) {
    padding-left: 40px !important;
    width: 32px
}

.cdp-delete-table tbody td:nth-child(2),
.cdp-delete-table thead th:nth-child(2) {
    text-align: left !important
}

.cdp-delete-table tbody td:nth-child(3),
.cdp-delete-table thead th:nth-child(3) {
    text-align: left !important
}

.cdp-delete-table tbody td:nth-child(4),
.cdp-delete-table thead th:nth-child(4) {
    min-width: 110px;
    width: 110px
}

.cdp-delete-table tbody td:nth-child(5),
.cdp-delete-table thead th:nth-child(5) {
    min-width: 165px;
    width: 165px
}

.cdp-delete-table tbody td:nth-child(6),
.cdp-delete-table thead th:nth-child(6) {
    min-width: 104px;
    width: 104px;
    padding-right: 40px !important
}

.cdp-delete-table tbody {
    background: rgb(245, 245. 245) !important
}

.cdp-delete-table tbody td:nth-child(2),
.cdp-delete-table thead th:nth-child(2) {
    padding-left: 7px !important
}

.cdp-delete-table tbody td:nth-child(1),
.cdp-delete-table thead th:nth-child(1) {
    padding-right: 0px !important
}

.cdp-table-cont {
    overflow-x: auto;
    max-width: 100%;
    width: 100%;
    overflow-y: hidden !important
}

.cdp-table-cont table {
    width: 100%
}

.cdp-multiple-tooltip-count {
    opacity: 0
}

.cdp-hide {
    display: none
}

.cdp-no-style {
    list-style: none
}

.pagination-link,
.pagination-next,
.pagination-previous {
    border-color: #dbdbdb;
    color: #363636
}

.pagination-link:hover,
.pagination-next:hover,
.pagination-previous:hover {
    border-color: #b5b5b5;
    color: #363636
}

.pagination-link:focus,
.pagination-next:focus,
.pagination-previous:focus {
    border-color: #3273dc
}

.pagination-link:active,
.pagination-next:active,
.pagination-previous:active {
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, .2)
}

.pagination-link[disabled],
.pagination-next[disabled],
.pagination-previous[disabled] {
    background-color: #dbdbdb;
    border-color: #dbdbdb;
    box-shadow: none;
    color: #7a7a7a;
    opacity: .5
}

.pagination-next,
.pagination-previous {
    white-space: nowrap
}

.pagination-link.is-current {
    background-color: #3273dc;
    border-color: #3273dc;
    color: #fff
}

.pagination-ellipsis {
    color: #b5b5b5;
    pointer-events: none
}

.pagination-list {
    flex-wrap: wrap
}

.cdp-pagination .page-btn.active a {
    transition: background-color .3s, color .3s;
    color: white
}

.cdp-pagination .page-btn {
    transition: background-color .3s, color .3s
}

.cdp-pagination .page-btn.active {
    transition: background-color .3s, color .3s;
    border-color: #50b6a8;
    background: #50b6a8;
    color: white
}

#cdp-d-table-tbody tr,
#cdp-d-table-tbody td {
    word-break: break-word
}

#cdp-d-table-tbody tr.cdp-del td:not(td:nth-child(1)),
#cdp-d-table-tbody tr.cdp-del td:not(td:nth-child(1)) a {
    color: #c50000 !important;
    text-decoration: none !important;
    text-decoration: line-through !important
}

.cdp-del td,
.cdp-del a {
    text-decoration: line-through !important;
    color: red !important
}

.cdp-tab-list {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px
}

.cdp-tab-element:not(:last-child) {
    border-right: 0 !important
}

.cdp-tab-element {
    width: calc(100% / 3 - 16px);
    color: black;
    background: #f6f6f6;
    padding: 8px;
    text-align: center;
    border-bottom: 4px solid #50b6a8;
    cursor: pointer;
    transition: all .3s;
    height: 25px;
    line-height: 25px;
    font-size: 20px
}

.cdp-tab-element span {
    font-weight: 500
}

.cdp-tab-element:hover:not(.cdp-tab-active):not([data-disabled="true"]) {
    background: #eee
}

.cdp-tab-element[data-disabled="true"] {
    cursor: not-allowed
}

.cdp-tab-element:first-child {
    border-top-left-radius: 3px
}

.cdp-tab-element:last-child {
    border-top-right-radius: 3px
}

.cdp-tab-active {
    background: #50b6a8;
    color: white
}

.cdp-content *:not(.cdp-normal-font),
.cdp-tooltip-content *:not(.cdp-normal-font) {
    font-family: 'Montserrat', sans-serif !important
}

.cdp-content b {
    font-weight: 600
}

.cdp-content a {
    color: #50b6a8
}

.cdp-content a:hover {
    color: #48a598
}

.cdp-content a:active {
    color: #429388
}

.cdp-profile-bar {
    margin-bottom: 24px;
    margin-top: 16px
}

.cdp-select-styled,
.cdp-select {
    font-size: 14px;
    color: #666;
    border-color: rgb(198, 201, 206);
    background: #fff
}

.cdp-select-padding {
    padding: 0 45px 0 20px !important;
    height: 48px;
    line-height: 48px !important;
    margin: 0 13px
}

.cdp-content [type="checkbox"],
.cdp-other-inputs[type="checkbox"],
.cdp-checkbox,
input[type="checkbox"].cdp-data-set {
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    margin: -.25rem .25rem 0 0;
    outline: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    -webkit-appearance: none;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    border: 1px solid #50b6a8;
    height: 29px;
    width: 29px;
    margin-right: 5px;
    margin-top: -2px;
    background: #fff;
    transition: all .3s;
    border-radius: 6px;
    margin-right: 12px
}

.cdp-content [type="checkbox"]:checked,
.cdp-other-inputs[type="checkbox"]:checked,
.cdp-checkbox:checked,
input[type="checkbox"].cdp-data-set:checked {
    background: #50b6a8
}

.cdp-content [type="checkbox"]:checked::before,
.cdp-other-inputs[type="checkbox"]:checked::before,
.cdp-checkbox:checked::before,
input[type="checkbox"].cdp-data-set:checked::before {
    content: '';
    border-top: 2px solid white;
    border-left: 2px solid white;
    height: 13px !important;
    width: 7px !important;
    margin: -.1875rem 0 0 -.25rem;
    margin-top: 4px;
    margin-left: 9px;
    transform: rotate(220deg);
    float: left;
    display: inline-block;
    vertical-align: middle
}

.cdp-table tbody td {
    color: gray
}

.cdp-table tbody td:nth-child(1) {
    font-weight: 300
}

.cdp-table tbody td:nth-child(3) {
    color: black;
    font-weight: 500
}

tr.cdp-selected-tr-opt td:nth-child(2) {
    color: black !important;
    font-weight: 500 !important
}

tr.cdp-selected-tr-opt td:nth-child(2) span {
    font-weight: 500 !important
}

tr.cdp-selected-tr-opt td:nth-child(3) {
    color: gray !important;
    font-weight: 300 !important
}

tr.cdp-selected-tr-opt td:nth-child(1) span {
    font-weight: 500 !important;
    color: black !important
}

.cdp-d-search {
    height: 110px;
    width: 644px;
    font-size: 30px
}

.cdp-d-searchbox-c {
    line-height: 30px !important;
    margin-left: 3px;
    padding-left: 15px !important;
    position: relative !important;
    background: url('../imgs/search.png');
    background-position: calc(100% - 13px) center;
    background-repeat: no-repeat;
    width: 193px;
    height: 42px;
    padding-right: 28px;
    background-size: 16px;
    font-size: 18px !important;
    border-radius: 3px !important;
    border-color: rgb(198, 201, 206) !important
}

.cdp-d-searchbox-c:focus,
.cdp-content input:focus {
    border-color: #50b6a8 !important;
    box-shadow: none !important;
    outline: 0 !important
}

.cdp-padding-23 {
    padding: 23px
}

.cdp-padding-23-h {
    padding-top: 23px;
    padding-bottom: 23px
}

.cdp-padding-15-h {
    padding-top: 15px;
    padding-bottom: 15px
}

.cdp-pad-lin {
    padding: 28px 44px
}

.cdp-curr-cont {
    padding-left: 3px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    margin-top: 7px !important
}

.cdp-con-cen {
    margin: 0 auto;
    text-align: center
}

.cdp-select-centered {
    width: 100% !important;
    max-width: 637px;
    text-align: center !important;
    margin: 0 auto;
    margin-bottom: 5px
}

.cdp-c-x-a-v {
    max-width: 661px !important
}

.cdp-special-cb-p label {
    margin-right: 60px;
    display: inline-block;
    line-height: 44px
}

.cdp-special-cb-p input[type="checkbox"] {
    margin-right: 8px !important
}

.cdp-special-cb-p label:last-child {
    margin-right: 0px !important
}

.cdp-special-cb-p h2 {
    margin-bottom: 5px
}

.cdp-cont-d-box-tabed {
    background: #f9f9f9
}

.cdp-radio {
    border: 1px solid #50b6a8 !important;
    transition: all .3s;
    margin-right: 15px;
    width: 25px !important;
    height: 25px !important
}

.cdp-radio:checked::before {
    margin: 0;
    content: "";
    border-radius: 50%;
    width: 13px !important;
    height: 13px !important;
    background-color: #1e8cbe;
    line-height: 1.14285714;
    margin-top: 5px !important;
    margin-left: 5px !important
}

.cdp-radio:checked::before {
    background-color: #50b6a8 !important
}

.cdp-sm-d {
    font-size: 12px
}

.cdp-ff-20 {
    font-size: 20px
}

.cdp-d-sel-all-con {
    display: inline-block;
    width: 305px;
    max-width: 305px;
    line-height: 30px
}

.cdp-d-pagi-cent {
    display: inline-block;
    padding-right: 334px;
    width: calc(100% - 394px - 245px)
}

.pagination-pages-section {
    margin: 0;
    margin-bottom: 25px;
    width: auto;
    float: right !important
}

.pagination-next {
    margin: 0;
    float: right !important
}

.pagination-previous {
    margin: 0;
    float: left;
    margin: 0 1px
}

.pagination-pages {
    display: inline-block;
    text-align: center;
    margin: 0 1px
}

#cdp-d-table-pagi {
    text-align: center
}

.page-btn {
    border: 1px solid #aaa;
    font-size: 18px;
    background: #fff;
    top: -0.5px;
    font-weight: 400;
    float: left;
    margin: 0 1px;
    min-width: 28px !important;
    text-align: center;
    height: 28px;
    line-height: 29px;
    color: #969696;
    cursor: not-allowed
}

.page-btn:not(.active) {
    cursor: pointer !important
}

.page-btn:not(.active):hover {
    border: 1px solid #48a598;
    background: #48a598
}

.page-btn:not(.active):active {
    border: 1px solid #429388;
    background: #429388
}

.page-btn:not(.active):hover a {
    color: white !important
}

.page-btn:not(.active):active a {
    color: white !important
}

.page-btn a {
    color: #555;
    padding: 3px 10px !important
}

.cdp-pagi-arrows {
    width: 28px !important;
    border: 1px solid #aaa !important;
    height: 28px !important;
    font-size: 40px !important;
    position: relative !important;
    background: #fff;
    font-weight: 400 !important;
    line-height: 26px !important;
    margin-left: 1px
}

.cdp-pagi-arrows a {
    position: absolute !important;
    right: 0 !important;
    left: 0px !important;
    top: -2px !important;
    bottom: 0 !important;
    color: #969696;
    height: 28px !important;
    width: 28px !important
}

.cdp-separator-dis {
    pointer-events: none;
    float: left;
    width: 28px;
    border: 1px solid #b8b8b8 !important;
    height: 28px !important;
    font-size: 33px;
    position: relative;
    background: #fff;
    top: 0px;
    font-weight: 400;
    margin: 0 1px;
    line-height: 27px;
    cursor: not-allowed !important
}

.cdp-separator-dis a {
    color: #b8b8b8 !important;
    position: absolute;
    right: 0;
    left: 2px;
    top: -2px;
    bottom: 0;
    height: 19px;
    width: 19px
}

.cdp-pagi-arrows .prev_page {
    left: 0px !important
}

.cdp-pagi-arrows .next_page {
    left: 1px !important
}

.cdp-width-166 {
    width: 68px !important
}

.cdp-vtop-pad {
    vertical-align: top;
    padding-top: 15px;
    min-width: 230px;
    padding-left: 13px
}

.cdp-d-tp-pad {
    padding-top: 15px;
    padding-bottom: 45px
}

.cdp-even-more-th-info {
    padding-top: 7px
}

.cdp-number-field-styled {
    width: 70px !important;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0 0 0 transparent;
    padding: 5px 7px;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: textfield !important
}

.cdp-number-field-styled::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    -moz-appearance: textfield !important
}

.cdp-number-field-styled::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    -moz-appearance: textfield !important
}

.cdp-custom-date-picking {
    border-color: rgb(198, 201, 206) !important;
    line-height: 48px !important;
    border-radius: 3px !important;
    height: 48px;
    font-size: 18px;
    width: 160px;
    margin-left: 15px
}

.cdp-color-p-i {}

.cdp-p-hh {
    padding-bottom: 25px;
    padding-top: 25px
}

.cdp-p-25-40 {
    padding-top: 25px;
    padding-bottom: 40px
}

.cdp-p-40-b {
    padding-bottom: 40px
}

.cdp-p-10-b {
    padding-bottom: 10px
}

.cdp-p-20-b {
    padding-bottom: 20px
}

.cdp-p-25-t {
    padding-top: 25px
}

.cdp-p-15-25 {
    padding-top: 15px
}

.cdp-p-10-h {
    padding-top: 10px;
    padding-bottom: 10px
}

.cdp-p-15-h {
    padding-top: 15px;
    padding-bottom: 15px
}

.cdp-p-20-h {
    padding-top: 20px;
    padding-bottom: 20px
}

.cdp-p-30-h {
    padding-top: 30px;
    padding-bottom: 30px
}

.cdp-max-600 {
    max-width: 637px !important;
    min-width: 637px !important;
    margin-left: 49px
}

.cdp-per-page-select-show {
    width: 96px !important;
    height: 42px;
    font-size: 17px !important;
    padding-right: 44px !important;
    padding: 0 45px 0 20px !important;
    line-height: 42px !important;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px
}

.cdp-d-pad-sp {
    padding: 0 40px
}

.cdp-hr {
    border: 1px solid #dfdfdf !important;
    margin-bottom: 20px
}

.cdp-d-throttling-count {
    width: 85px !important;
    height: 42px !important;
    line-height: 40px !important;
    color: #32373c;
    border-color: rgb(198, 201, 206) !important;
    font-size: 17px !important
}

.cdp-date-picked {
    margin-right: 0px !important
}

.cdp-option-premium .option[data-value="3"],
.cdp-premium-in-select .option[data-value="premium"],
.cdp-premium-in-select-m [data-value="2"] {
    position: relative
}

.cdp-option-premium .option[data-value="3"]::after,
.cdp-premium-in-select .option[data-value="premium"]::after,
.cdp-premium-in-select-m [data-value="2"]::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 19px;
    height: 19px;
    top: calc(50% - 10px);
    background: url('../imgs/premium.png');
    display: inline-block;
    line-height: 19px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0;
    margin-left: 7px;
    cursor: pointer
}

.cdp-cont-d-box-tabed {
    display: none;
    overflow: hidden
}

.cdp-tbody-of-settings a {
    text-decoration: none
}

.cdp-tbody-of-settings a:hover,
.cdp-tbody-of-settings a:hover span {
    color: #429388 !important
}

.cdp-content ::placeholder {
    color: #ddd !important;
    opacity: 1
}

.cdp-content ::-moz-placeholder {
    color: #ddd !important;
    opacity: 1
}

.cdp-content :-moz-placeholder {
    color: #ddd !important;
    opacity: 1
}

.cdp-content ::-webkit-input-placeholder {
    color: #ddd !important;
    opacity: 1
}

.cdp-content ::-ms-input-placeholder {
    color: #ddd !important;
    opacity: 1
}

.cdp-content :-ms-input-placeholder {
    color: #ddd !important;
    opacity: 1
}

.cdp-backup-alert {
    background: #fcecec;
    color: black;
    border-radius: 1px;
    text-align: center;
    line-height: 23px;
    padding: 38px;
    font-size: 14px;
    border-radius: 3px
}

.cdp-delete-btn {
    margin-top: 10px;
    border: 0;
    border-radius: 7px
}

.cdp-delete-info b {
    font-weight: 500
}

.cdp-final-ask {
    background: #fbe4d4;
    line-height: 1.9;
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 1px 5px;
    cursor: default
}

.cdp-small-btn {
    border: 0;
    border-radius: 2px
}

.cdp-delete-info {
    background: #e2edf7;
    text-align: center;
    padding: 10px;
    color: black;
    margin: 0 auto;
    font-weight: 300;
    width: 663px !important;
    height: 33px !important;
    line-height: 33px
}

.cdp-intro-image {
    width: 100%;
    border-radius: 6px;
    transition: all .3s;
    cursor: zoom-in
}

.cdp-intro-image:hover {
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2)
}

.cdp-intro-img-1:hover {
    margin-left: calc(6vw + 5px)
}

.cdp-intro-img-1 {
    background-image: url('../imgs/intro_1.gif');
    background-position: 41% 61%;
    background-size: 120% auto
}

.cdp-intro-img-2 {
    background-image: url('../imgs/intro_2.gif');
    background-position: 44% 61%;
    background-size: 120% auto
}

.cdp-intro-img-3:hover {
    margin-left: calc(-6vw - 5px)
}

.cdp-intro-img-3 {
    background-image: url('../imgs/intro_3.gif');
    background-position: 45% 15%;
    background-size: 102% auto
}

.cdp-no-vis {
    visibility: hidden
}

.cdp-togglable-name-b {
    cursor: pointer
}

.cdp-tooltip-premium-spc-2 {
    margin-bottom: 0;
    padding-bottom: 0;
    max-height: 32px
}

.label_e50._bottom_ea7 {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 34px !important;
    min-width: 300px
}

.label_e50 {
    position: fixed;
    z-index: 2147483648;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 40px;
    box-shadow: 0 12px 14px 8px rgba(0, 0, 0, .17);
    filter: blur(0)
}

jdiv {
    -webkit-animation: 0s none;
    animation: 0s none;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    background: none;
    border: 0;
    box-shadow: none;
    box-sizing: content-box;
    bottom: auto;
    caption-side: top;
    clear: none;
    clip: auto;
    cursor: auto;
    display: inline;
    direction: ltr;
    flex: none;
    height: auto;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
    image-rendering: auto;
    justify-content: flex-start;
    left: auto;
    letter-spacing: normal;
    line-height: normal;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    -o-object-fit: fill;
    object-fit: fill;
    opacity: 1;
    order: 1;
    orphans: 2;
    outline: 0 none;
    overflow: visible;
    padding: 0;
    perspective: none;
    position: static;
    resize: none;
    right: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-overflow: clip;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transform: none;
    transition: all 0s ease 0s;
    unicode-bidi: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: baseline;
    white-space: normal;
    width: auto;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    z-index: auto;
    zoom: normal;
    filter: none !important;
    font-weight: 400;
    -webkit-text-size-adjust: inherit;
    -webkit-font-smoothing: antialiased;
    -webkit-text-fill-color: currentColor
}

.hoverl_bc6 {
    cursor: pointer
}

.label_e50._bottom_ea7 .text_468._noAd_b4d,
.label_e50._left_bba .text_468._noAd_b4d,
.label_e50._right_56b .text_468._noAd_b4d {
    margin: 0 33px 0 16px
}

.label_e50._bottom_ea7 .text_468,
.label_e50._left_bba .text_468,
.label_e50._right_56b .text_468 {
    transform: translateZ(0);
    margin: 0 37px 0 16px;
    min-width: 160px;
    visibility: visible
}

.label_e50 .text_468 {
    font: inherit;
    text-indent: 0;
    line-height: 40px;
    vertical-align: top;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    visibility: visible;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.contentTransitionWrap_c73 {
    -webkit-animation-name: fadeIn_d9b;
    animation-name: fadeIn_d9b;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
}

.leaf_2cc {
    position: absolute;
    width: 32px;
    height: 33px;
    z-index: 6;
    overflow: hidden
}

.leaf_2cc._bottom_afb,
.leaf_2cc._left_7af,
.leaf_2cc._right_ff0 {
    right: 0;
    top: 0;
    width: 33px;
    border-radius: 0 24px 0 0 !important
}

.cssLeaf_464 {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2240%22%20viewBox%3D%220%200%2032%2040%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23424867%22%20d%3D%22M0%200h9.02L32%2033.196V40H0z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%2318C139%22%20d%3D%22M9%200c3.581.05%2023%205.426%2023%2033.08v.03C18.922%2030.751%209%2019.311%209%205.554V0z%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A);
    position: absolute;
    height: 33px;
    width: 33px;
    left: 1px
}

#cdp_jvlabelWrap-fake * {
    cursor: pointer !important;
    font-family: Arial !important
}

#cdp_jvlabelWrap-fake {
    cursor: pointer !important;
    opacity: 1;
    transition: .3s all
}

#cdp_jvlabelWrap-fake:hover {
    opacity: .9
}

#cdp_notice_error_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(72, 164, 151, 0.30);
    z-index: 100000
}

#cdp_notice_error_modal .cdp_notice_content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    width: min(90vw, 660px);
    background: white;
    text-align: center;
    border-radius: 6px
}

#cdp_notice_error_modal .cdp_notice_content * {
    font-family: 'Montserrat'
}

#cdp_notice_error_modal .cdp_notice_heading {
    background: rgb(106, 214, 199);
    background: -moz-linear-gradient(60deg, rgba(106, 214, 199, 1) 0%, rgba(87, 191, 177, 1) 100%);
    background: -webkit-linear-gradient(60deg, rgba(106, 214, 199, 1) 0%, rgba(87, 191, 177, 1) 100%);
    background: linear-gradient(60deg, rgba(106, 214, 199, 1) 0%, rgba(87, 191, 177, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6ad6c7", endColorstr="#57bfb1", GradientType=1);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

#cdp_notice_error_modal .cdp_notice_heading img {
    width: 170.55px;
    height: 76.91px;
    padding: 15px
}

#cdp_notice_error_modal .cdp_notice_heading .cdp_notice_heading_text {
    font-size: 30px;
    font-weight: 600;
    color: white;
    padding-bottom: 20px
}

#cdp_notice_error_modal .cdp_notice_the_text {
    font-size: 18px;
    font-weight: 200;
    color: #3C434A;
    width: 417px;
    margin: 0 auto;
    letter-spacing: 0.2px
}

#cdp_notice_error_modal .cdp_notice_the_text a {
    color: #50B6A8;
    text-decoration: none;
    font-weight: 400;
    transition: .3s all
}

#cdp_notice_error_modal .cdp_notice_the_text a:hover {
    cursor: pointer;
    opacity: 0.7
}

#cdp_notice_error_modal .cdp_notice_the_text div {
    padding-bottom: 5px;
    padding-top: 5px;
    line-height: 25px
}

#cdp_notice_error_modal .cdp_notice_the_text>div:first-child {
    margin-top: 15px
}

#cdp_notice_error_modal .cdp_notice_the_text>div:last-child {
    margin-bottom: 15px
}

#cdp_notice_error_modal .cdp_notice_logs {
    max-width: 520px;
    min-height: 120px;
    border: 1px solid #CACACA;
    border-radius: 3px;
    background: white;
    color: #777;
    padding: 15px;
    max-height: 150px;
    overflow: auto;
    resize: none;
    outline: none;
    position: relative;
    margin: 0 auto;
    display: block
}

#cdp_notice_error_modal .cdp-copy-notice-logs {
    right: 100px;
    top: 12px;
    position: absolute;
    color: #50B6A8;
    font-weight: 400;
    font-size: 18px;
    cursor: pointer;
    transition: .3s all
}

#cdp_notice_error_modal .cdp-copy-notice-logs:hover {
    opacity: 0.7
}

#cdp_notice_error_modal .cdp-modal-times {
    filter: invert(1);
    opacity: 0.9 !important;
    transition: .3s all
}

#cdp_notice_error_modal .cdp-modal-times:hover {
    opacity: 0.6 !important
}

#cdp_notice_error_modal .cdp_notice_goto_forum {
    background: #50B6A8;
    color: white !important;
    font-size: 24px;
    padding: 15px;
    border-radius: 60px;
    max-width: 320px;
    margin: 0 auto;
    margin-top: 35px;
    font-weight: 600;
    text-decoration: none;
    transition: .3s all;
    cursor: pointer;
    transform: rotate(0deg);
    opacity: 1
}

#cdp_notice_error_modal .cdp_notice_goto_forum a {
    color: white !important;
    text-decoration: none
}

#cdp_notice_error_modal .cdp_notice_goto_forum:hover {
    transform: rotate(2deg);
    opacity: 0.7
}

#cdp_notice_error_modal .cdp_notice_goto_forum::after {
    content: '';
    border: solid #fff;
    display: inline-block;
    border-width: 0 3px 3px 0;
    padding: 5px;
    border-radius: 2px;
    transition: all .3s;
    transform: rotate(-45deg);
    bottom: 1px;
    position: relative
}

#cdp_notice_error_modal .cdp-notice-troubles {
    margin-top: 10px;
    color: #808080;
    position: relative;
    font-size: 16px;
    margin-bottom: 30px
}

#cdp_notice_error_modal .cdp-notice-nope {
    background: #F9F9F9;
    color: #808080;
    width: 50%;
    font-size: 16px;
    text-align: center;
    min-height: 60px;
    line-height: 22px;
    border-bottom-left-radius: 6px
}

#cdp_notice_error_modal .cdp-notice-nope span {
    display: block;
    max-width: 215px;
    margin: 0 auto;
    margin-top: 7px
}

#cdp_notice_error_modal .cdp-notice-yeah {
    background: #50B6A8;
    color: white;
    width: 50%;
    font-size: 16px;
    text-align: center;
    min-height: 60px;
    line-height: 60px;
    border-bottom-right-radius: 6px
}

#cdp_notice_error_modal .cdp-notice-yeah,
#cdp_notice_error_modal .cdp-notice-nope {
    cursor: pointer;
    opacity: 1;
    transition: .3s all
}

#cdp_notice_error_modal .cdp-notice-yeah:hover,
#cdp_notice_error_modal .cdp-notice-nope:hover {
    opacity: 0.7
}