.frm_cpt_compare input[type="text"],
.frm_cpt_compare input[type="email"],
.frm_cpt_compare input[type="password"],
.frm_cpt_compare select,
.frm_cpt_compare textarea {
    width: 90%;
}

.frm_cpt_compare textarea {
    height: 150px;
}

.cpt_compare_alert_message_box {
    position: fixed;
    top: 50px;
    right: 50px;
}

.cpt_compare_alert_message_box .alert {
    padding: 20px 30px 20px 46px;
    font-size: 16px;
}

.cpt_compare_alert_message_box .alert svg {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 17px;
    top: 17px;
}

.cpt_compare_alert_message_box .alert.alert-success svg {
    fill: #155724;
}

.cpt_compare_alert_message_box .alert.alert-warning svg {
    fill: #856404;
}

.cpt_compare_alert_message_box .alert.alert-danger svg {
    fill: #721c24;
}

ul.cpt_compare_pagination {
    display: block;
    text-align: center;
    font-size: 14px;
    margin: 20px 0px;
}

ul.cpt_compare_pagination>li {
    display: inline-block;
}

ul.cpt_compare_pagination>li>a,
ul.cpt_compare_pagination>li>span,
ul.cpt_compare_pagination>li>span.spacer {
    display: inline-block;
    margin: 2px 0.5px;
    text-decoration: none;
    padding: 4px;
    border-radius: 5px;
}

.frm_cpt_compare .form-group {
    margin-bottom: 30px;
}

.frm_cpt_compare .form-group label {
    font-size: 14px;
    font-weight: 500;
    display: block;
}

.frm_cpt_compare .form-group small {
    font-size: 12px;
}

.frm_cpt_compare .nav-link {
    color: #4a5568;
    display: flex;
    align-items: center;
}

.frm_cpt_compare .nav-link:hover,
.frm_cpt_compare .nav-link:hover svg {
    color: #0056b3;
    fill: #0056b3;
}

.frm_cpt_compare .nav-link svg {
    margin-right: 10px;
    fill: #4a5568;
}

.frm_cpt_compare .nav-link.active svg {
    fill: #fff;
}

.frm_cpt_compare .card {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.frm_cpt_compare .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    border-top: 1px solid rgba(0, 0, 0, 0.055);
    max-width: none;
    padding: 0px;
}

.frm_cpt_compare .card .nav-pills {
    margin-bottom: 0px;
}

.frm_cpt_compare .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}

.frm_cpt_compare .mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.frm_cpt_compare .bg-gray-300 {
    background-color: #e2e8f0;
}

.frm_cpt_compare .h-100 {
    height: 100% !important;
}

.frm_cpt_compare .shadow-none {
    box-shadow: none !important;
}

.frm_cpt_compare .tab-content .tab-pane {
    padding-bottom: 60px;
}

.frm_cpt_compare .tab-content .tab-pane h6 {
    text-transform: uppercase;
}

.frm_cpt_compare .tab-content .tab-pane .btnsaveContainer {
    position: absolute;
    bottom: 30px;
    right: 20px;
}

.frm_cpt_compare .tab-content .tab-pane .cpt_compare_file_types_container {
    width: 100%;
}

.frm_cpt_compare .tab-content .tab-pane .cpt_compare_file_types_container th,
.frm_cpt_compare .tab-content .tab-pane .cpt_compare_file_types_container td {
    padding: 10px 0px;
}

.frm_cpt_compare .tab-content .tab-pane .custom-control-input {
    z-index: 1;
    top: 7px;
    width: 2rem;
}

.frm_cpt_compare .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 50px;
}

.frm_cpt_compare .ajax-loader,
.frm_cpt_compare .ajax-message-container {
    display: none;
}

.frm_cpt_compare .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #007bff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.frm_cpt_compare .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.frm_cpt_compare .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.frm_cpt_compare .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.frm_cpt_compare .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

.custom-switch.custom-switch-lg {
    padding-bottom: 1rem;
    padding-left: 2.25rem;
}

.custom-switch.custom-switch-lg .custom-control-label {
    padding-left: 0.75rem;
    padding-top: 0.15rem;
}

.custom-switch.custom-switch-lg .custom-control-label::before {
    border-radius: 1rem;
    height: 1.5rem;
    width: 2.5rem;
}

.custom-switch.custom-switch-lg .custom-control-label::after {
    border-radius: 0.65rem;
    height: calc(1.5rem - 4px);
    width: calc(1.5rem - 4px);
}

.custom-switch.custom-switch-lg .custom-control-input:checked~.custom-control-label::after {
    transform: translateX(1rem);
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.frm_cpt_compare .cpt_compare_remove_image {
    background: url("../images/del.png") no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-left: 10px;
}

.frm_cpt_compare .cpt_compare_wp_image_upload img {
    max-width: 150px;
}

.cpt_compare_field label {
    margin-left: 5px;
    vertical-align: unset;
}

.cpt_compare_footer.e-con-boxed.e-flex {
    background: var(--e-global-color-text);
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 9999;
    text-align: center;
    border-top: 1px solid #ddd;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.2);
    display: none;
}

.cpt_compare_footer.e-flex {
    --display: flex;
    --flex-direction: row !important;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --justify-content: center;
    --align-items: center;
    --flex-wrap: wrap;
    --padding-top: 15px;
    --padding-bottom: 15px;
    --padding-left: 20px;
    --padding-right: 20px;
    --z-index: 9950;
}

.cpt_compare_footer .item_cpt_compare_remove {
    display: inline-block;
    color: white;
    background: red;
    border-radius: 40px;
    padding: 1px;
    width: 20px;
    height: 20px;
    line-height: 14px;
    font-size: 14px;
    cursor: pointer;
    margin-left: 55px;
    margin-top: -50px;
    position: absolute;
    align-self: center;
}

.cpt_compare_footer .item_cpt_compare_remove:hover {
    background: darkred;
}

.cpt_compare_footer #cpt_compare_btn {
    border: none;
    padding: 10px 20px;
}

.item_container_cpt_compare {
    background: white;
    padding: 5px 30px 0px;
    border-radius: 10px;
    height: 50px;
    width: 100px;
    display: flex;
    align-items: center;
}

.compare_investment_funds {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    grid-auto-rows: 1fr;
    overflow: auto;
    padding: 5px;
}

.compare_investment_funds .cpt_compare_item {
    padding: .5rem;
    border-radius: 4px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .24), 0 0 2px 0 rgba(0, 0, 0, .08), 0 2px 4px 0 rgba(0, 0, 0, .08);
    position: relative;
    min-width: 240px;
}

.compare_investment_funds .cpt_compare_item .cpt_compare_item_row {
    margin-bottom: 20px;
}

.compare_investment_funds .cpt_compare_item_row.featured_image {
    text-align: center;
}

.compare_investment_funds .cpt_compare_item_row.post_title {
    font-weight: bold;
    font-size: 20px;
}

.compare_investment_funds .cpt_compare_item_row.post_title:hover {
    text-decoration: underline;
}

.compare_investment_funds h5 {
    margin-bottom: 5px;
    margin-block-start: 0px;
    font-size: 16px !important;
}

.compare_investment_funds .cpt_compare_item_remove {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #888383;
    text-align: center;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 10px;
}

.compare_investment_funds .cpt_compare_item_remove:hover {
    background: #494747;
}

.cpt_compare_item_action_btns .elementor-button:first-child {
    margin-right: 10px;
}

.big-plus-button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ccc !important;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
}

.add_cpt_fund_select {
    top: calc(50% - 20px);
    position: absolute;
    width: 90%;
    display: none;
}

.cpt_compare_item_new {
    display: none;
}

.big-plus-button:hover {
    background-color: #888383 !important;
}

.big-plus-button::before,
.big-plus-button::after {
    content: "";
    display: block;
    background-color: white;
    /* Color of the plus sign */
    position: absolute;
}

.big-plus-button::before {
    height: 60%;
    /* Adjust size of vertical bar */
    width: 10%;
    /* Adjust thickness of vertical bar */
}

.big-plus-button::after {
    height: 10%;
    /* Adjust thickness of horizontal bar */
    width: 60%;
    /* Adjust size of horizontal bar */
}

@media only screen and (max-width: 760px) {
    .cpt_compare_footer #cpt_compare_btn {
        width: 100%;
    }

    .cpt_compare_item_action_btns .elementor-button {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 10px;
    }

    .cpt_compare_item_action_btns .elementor-button:last-child {
        margin-bottom: 0;
    }
}