.ck-editor__editable {
    border-color: azure !important;
}

.card {
    border: 1px solid #131f3b;
    border-radius: 20px;
    padding: 15px;
    text-align: center;
    margin: 10px 0;
}

.card .icon i {
    font-size: 50px;
    color: #707070;
}

.card .subtitle-flex {
    color: #707070;
}

.card .middle-text {
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0;
    color: #131f3b;
}

.card .footer-text {
    color: #949494;
}

.base-wrap {
    position: absolute;
    right: 0;
    margin-right: -10.5%;
    top: 47%;
}

.base {
    background: white;
    display: inline-block;
    height: 20px;
    margin-left: 20px;
    margin-top: 5px;
    position: relative;
    width: 60px;
    transform: rotate(90deg);
    border: 1px solid #131f3b;
    border-bottom: 1px solid transparent;
    z-index: 1;
}

.base:before {
    border-bottom: 34px solid #131f3b;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    content: "";
    height: 0;
    left: -1px;
    position: absolute;
    top: -35px;
    width: 0;
}

.base:after {
    border-bottom: 34px solid #fff;
    border-left: 29px solid transparent;
    border-right: 29px solid transparent;
    content: "";
    height: 0.5px;
    left: 0px;
    position: absolute;
    top: -34px;
    width: 0;
}

@media (max-width: 768px) {
    .base-wrap {
        top: auto;
        bottom: -24px;
        left: -18%;
    }

    .base {
        transform: rotate(180deg);
    }
}

.navmenu:hover {
    color: white !important;
}

ul {
    padding: inherit !important;
}

.ck-content ul {
    list-style-type: unset !important;
}

.service_default {
    padding: 0px 10px;
}

.slick-prev {
    display: none !important;
}

.slick-next {
    display: none !important;
}

.blog-area_v1 .card_list {
    max-width: calc(100%);
}

.blog-area_v1 .card_content,
.blog-area_v1 .card_list {
    max-width: calc(100%);
}

/*.amazonpadding{*/
/*    padding-top: 388px;*/

/*}*/
/*@media(max-width:993px){*/
/*    .amazonpadding{*/
/*    padding-top: 20px;*/

/*}*/
/*}*/

.custom-card {
    /* background: linear-gradient(107.27deg, #51cbf3 1.1%, #4b65ff 98.08%); */
    background-image: url(./assets/img/searchimg.png);
}

.custom-card-body {
    background-color: white;
    width: 100%;
    /* Ensure the card body takes up the full width */
}

.BB {
    font-size: 10px;
    font-weight: 500;
}

.bt {
    position: relative;
    display: inline-block;
    outline: 0;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    width: 100%;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 16px 20px;
    font-size: 12px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    cursor: pointer;
}

.bt:hover .dropdownone {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
}

.dropdownone {
    position: absolute;
    visibility: hidden;
    width: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    left: 0;
    border-radius: 4px;
    text-align: left;
    list-style: none;
    background: #fff;
    opacity: 0;
    padding: 0;
    transition: 0.3s ease;
    z-index: 1;
}

.dropdownone li {
    padding: 10px 0px;
    cursor: pointer;
    /* white-space: nowrap; */
}

i.material-icons {
    font-size: 1.25rem;
    padding-right: 12px;
    vertical-align: middle;
}

i.warning {
    color: #fac402;
}

i.passing {
    color: #25ba81;
}

i.critical {
    color: #c73445;
}

.btnss {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
}

.card-title {
    font-size: 13px;
}

.blog-area {
    position: relative;
    overflow: visible !important;
}

.fas {
    color: #131f3b;
}

.text-success {
    color: #6BF2D2 !important;
}

.custom-container {
    display: flex;
    gap: 5px;
    width: 35rem;
    max-width: 35rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    padding: 10px;
    margin-left: 106px;
    margin-top: -26px;
}

.custom-img-preview {
    width: 66px;
    height: 66px;
    margin-top: 32px;
}

.align-center {
    align-items: center;
}

.justify-text {
    text-align: justify;
    word-spacing: -3px;
}

.center-text-large {
    text-align: center;
    font-size: large;
}

.custom-img-style {
    border-radius: 5px;
    height: 350px;
    border: 1px solid #5472d2;
    padding: 5px;
    object-fit: cover;
    background: aliceblue;
}

.negative-margin-top {
    margin-top: -50px;
}

.icon-size {
    font-size: 20px;
}

.custom-border-radius {
    border-radius: 5px;
}

.custom-border-background {
    border: 1px solid #ececec;
    background: #fafafa;
    padding: 8px;
}

.large-font-size {
    font-size: 35px;
}

.custom-card-height {
    height: 381px;
}

.fixed-height {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.card-fixed-height {
    height: 256px;
}

.card-title-custom {
    text-align: left;
    font-size: 18px;
    margin-left: 18px;
}

.custom-margin {
    margin-left: 18px;
}

.text-left-custom {
    text-align: left;
}

.card-list-height {
    height: 50px;
}

.btn-rounded {
    border-radius: 12px;
}

.text-muted-small {
    color: #666666;
    font-size: 15px;
}

.cta-btn {
    height: 50px;
}