@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");

body {
    font-family: Arial;
}
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
}

.card_effect {
    overflow: hidden !important;
    cursor: default !important;
    transition: all 350ms ease !important;
}

.single_jobs:hover {
    border-color: #7052fb !important;
    box-shadow: none !important;
}

@media screen and (max-width: 448px) {
    .tab {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: stretch;
        align-items: center;
    }
}

.collapse-arrow .icon {
    transform: rotate(-180deg);
    transition: 0.3s transform ease-in-out;
    display: inline-block;
}

.collapse-arrow .collapsed .icon {
    transform: rotate(0deg);
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}
.tab button:hover {
    background-color: #7052fb;
    color: #fff;
}
.tab button.active {
    background-color: #7052fb;
    color: white;
}
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

@media screen and (max-width: 412px) {
    .g-recaptcha {
        -webkit-transform: scale(0.85);
        margin-right: 100%;
    }
}

.card_tag_category {
    overflow: hidden !important;
    cursor: default !important;
    transition: all 300ms ease !important;
}

.card_tag_category:hover {
    box-shadow: 5px 5px 20px rgb(0 0 0 / 40%) !important;
    transform: translateY(-2%) !important;
}

.codebox pre {
    font-size: 14px;
}

.codebox .card-header {
    height: 29px;
}

.codebox .card-header .apple_button {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    display: inline-block;
    background-color: #47c652;
    margin-right: 5px;
}

.codebox .card-header .apple_button.red {
    background-color: #fa6454;
    margin-bottom: 0.5%;
    margin-top: 0.5%;
}
.codebox .card-header .apple_button.yellow {
    background-color: #febf40;
    margin-bottom: 0.5%;
    margin-top: 0.5%;
}
.codebox .card-header .apple_button.green {
    background-color: #47c652;
    margin-bottom: 0.5%;
    margin-top: 0.5%;
}
.code-line-numbers {
    width: 25px;
}
.code-line-numbers ul {
    list-style: none;
    border-right: 1px solid #e8edef;
}

@media (max-width: 1200px) {
    .seccion {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 414px) {
    .li_card_code {
        display: none;
    }
    .pre_http {
        margin-left: 0% !important;
    }
}

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    transform: scale(1.1);
}

.test_endpoint:hover {
    background-color: rgb(41, 143, 133) !important;
    color: white !important;
    transition: background-color 0.3s linear;
}

/* .pricing {
    background: #007bff;
    background: linear-gradient(to right, #0062E6, #33AEFF);
} */

.pricing_card .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing_card hr {
    margin: 1.5rem 0;
}

.pricing_card .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
    font-weight: bold;
}

.pricing_card .card-price {
    font-size: 2rem;
    margin: 0;
}

.pricing_card .card-price .period {
    font-size: 0.8rem;
}

.pricing_card ul li {
    margin-bottom: 1rem;
}

.pricing_card .text-muted {
    opacity: 0.7;
}

.pricing_card .btn {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: 0.1rem;
    font-weight: bold;
    padding: 1rem;
    opacity: 1;
    transition: all 0.2s;
    background-color: #7052fb;
    border-color: #7052fb;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
    .pricing_card .card:hover {
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }
    .pricing_card .card:hover .btn {
        opacity: 0.85;
    }
}

.collapsible-link::before {
    content: "";
    width: 14px;
    height: 2px;
    background: #333;
    position: absolute;
    top: calc(50% - 1px);
    right: 1rem;
    display: block;
    transition: all 0.3s;
}

/* Vertical line */
.collapsible-link::after {
    content: "";
    width: 2px;
    height: 14px;
    background: #333;
    position: absolute;
    top: calc(50% - 7px);
    right: calc(1rem + 6px);
    display: block;
    transition: all 0.3s;
}

.collapsible-link[aria-expanded="true"]::after {
    transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded="true"]::before {
    transform: rotate(180deg);
}

@media (min-width: 375px) {
    .title_faq {
        font-size: 15px;
    }
}

#accordionExample {
    -webkit-box-shadow: 0px 25px 10px -22px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 25px 10px -22px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 25px 10px -22px rgba(0, 0, 0, 0.5);
}

.btn_subscribe {
    background-color: #2ac4b5;
    border-color: #2ac4b5;
    display: inline-block;
    color: white;
    cursor: pointer !important;
    font-family: "Roboto", sans-serif;
    padding: 13px 29px 13px 29px;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 125%;
    font-weight: 500;
    transition: background-color 0.3s linear;
}

.btn_subscribe:hover {
    background-color: rgb(37, 172, 158);
    border-color: rgb(37, 172, 158);
    display: inline-block;
    color: white;
    font-family: "Roboto", sans-serif;
    padding: 13px 29px 13px 29px;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer !important;
    font-size: 125%;
    font-weight: 500;
    transition: background-color 0.3s linear;
}

.swal2-select {
    margin: 10px auto 0px auto !important;
}

.input-group {
    align-items: baseline !important;
}
#swal2-validation-message {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1em 0 0;
    padding: 0.625em;
    overflow: hidden;
    background: #f0f0f0;
    color: #666;
    font-size: 1em;
    font-weight: 300;
}

@media (max-width: 768px) {
    .tags-related {
        display: none !important;
    }
    /* .card-related-apis{
        height: 2rem !important;
    } */
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2ac4b5;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #2ac4b5;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2ac4b5;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.arrow-right {
    position: absolute;
    cursor: pointer;
    top: 55%;
    right: -1.5%;
    transform: translateY(-55%);
    color: #7052fb;
    z-index: 999;
    font-size: xx-large;
}

.arrow-right-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-color: #e1e5fc;
    border-radius: 50%;
    /* margin-right: 10px; */
    position: relative;
}

.arrow-left {
    position: absolute;
    cursor: pointer;
    top: 55%;
    left: -1.5%;
    transform: translateY(-55%);
    color: #7052fb;
    z-index: 999;
    font-size: xx-large;
}

.arrow-left-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-color: #e1e5fc;
    border-radius: 50%;
    /* margin-right: 10px; */
    position: relative;
}

/* @keyframes translate-right {
    0% {
        left: 15%;
        transform: rotate(45deg)
    }
    25% {
        left: 40%;
        transform: rotate(45deg)
    }
    100% {
        left: 15%;
        transform: rotate(45deg)
    }
}

@keyframes translate-left {
    0% {
        left: 20%;
        transform: rotate(45deg)
    }
    25% {
        left: 50%;
        transform: rotate(45deg)
    }
    100% {
        left: 20%;
        transform: rotate(45deg)
    }
} */

.arrow-right-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 0.5em;
    height: 0.5em;
    border-right: 0.1em solid #7052fb;
    border-top: 0.1em solid #7052fb;
    /* animation-name: translate-right;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; */
}

.arrow-left-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 0.5em;
    height: 0.5em;
    border-left: 0.1em solid #7052fb;
    border-bottom: 0.1em solid #7052fb;
    /* animation-name: translate-left;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; */
}

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    /* z-index: 1; */
    overflow: hidden;
    width: 165px;
}

.ribbon-top-right {
    right: -50px;
    top: 20px;
    overflow: hidden;
    background-color: #4bc5b9;
    transform: rotate(45deg);
}

.book-a-call {
    width: 100%;
    background-color: #2ac4b5 !important;
    border-color: #2ac4b5 !important;
    transition: all 0.3s;
}

.book-a-call:hover {
    background-color: #fff !important;
    border-color: #2ac4b5 !important;
    color: #2ac4b5 !important;
}

/* Code Snippets */

.codebox pre {
    font-size: 14px;
}

.codebox .card-header {
    height: 29px;
}

.codebox .card-header .apple_button {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    display: inline-block;
    background-color: #47c652;
    margin-right: 5px;
}

.codebox .card-header .apple_button.red {
    background-color: #fa6454;
    margin-bottom: 0.5%;
    margin-top: 0.5%;
}
.codebox .card-header .apple_button.yellow {
    background-color: #febf40;
    margin-bottom: 0.5%;
    margin-top: 0.5%;
}
.codebox .card-header .apple_button.green {
    background-color: #47c652;
    margin-bottom: 0.5%;
    margin-top: 0.5%;
}
.code-line-numbers {
    width: 25px;
}
.code-line-numbers ul {
    list-style: none;
    border-right: 1px solid #e8edef;
}

@media (max-width: 1200px) {
    .seccion {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 414px) {
    .li_card_code {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .dynamic-text-height {
        height: 7rem;
    }
}

@media screen and (min-width: 1024px) {
    .dynamic-height {
        height: 100%;
    }
}

/* of style.css */

/* line 1, ../../Arafath/CL/December/235. Job board/HTML/scss/_extend.scss */
.flex-center-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

/* Normal desktop :1200px. */
/* Normal desktop :992px. */
/* Tablet desktop :768px. */
/* small mobile :320px. */
/* Large Mobile :480px. */
/* 1. Theme default css */
/* Normal desktop :1200px. */
/* Normal desktop :992px. */
/* Tablet desktop :768px. */
/* small mobile :320px. */
/* Large Mobile :480px. */
/* line 6, ../../Arafath/CL/December/235. Job board/HTML/scss/theme-default.scss */
body {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-style: normal;
}

/* line 13, ../../Arafath/CL/December/235. Job board/HTML/scss/theme-default.scss */
.img {
    max-width: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/* line 17, ../../Arafath/CL/December/235. Job board/HTML/scss/theme-default.scss */
a,
.button {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/* line 21, ../../Arafath/CL/December/235. Job board/HTML/scss/theme-default.scss */
a:focus,
.button:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

/* line 26, ../../Arafath/CL/December/235. Job board/HTML/scss/theme-default.scss */
a:focus {
    text-decoration: none;
}

/* line 29, ../../Arafath/CL/December/235. Job board/HTML/scss/theme-default.scss */
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    text-decoration: none;
}

/* line 35, ../../Arafath/CL/December/235. Job board/HTML/scss/theme-default.scss */
a,
button {
    color: #1f1f1f;
    outline: medium none;
}

/* line 40, ../../Arafath/CL/December/235. Job board/HTML/scss/theme-default.scss */
h1,
h2,
h3,
h4,
h5 {
    font-family: "Roboto", sans-serif;
    color: #191d34;
}

/* line 44, ../../Arafath/CL/December/235. Job board/HTML/scss/theme-default.scss */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

/* line 53, ../../Arafath/CL/December/235. Job board/HTML/scss/theme-default.scss */
ul {
    margin: 0px;
    padding: 0px;
}

/* line 57, ../../Arafath/CL/December/235. Job board/HTML/scss/theme-default.scss */
li {
    list-style: none;
}

/* line 60, ../../Arafath/CL/December/235. Job board/HTML/scss/theme-default.scss */
p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #7a838b;
    margin-bottom: 13px;
    font-family: "Roboto", sans-serif;
}

/* line 69, ../../Arafath/CL/December/235. Job board/HTML/scss/theme-default.scss */
label {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2em;
}
h1 {
    font-size: 36px;
}

.job_details_area .job_sumary .summery_header {
    padding: 20px;
}

h4 {
    font-size: 18px;
}

.job_details_area .single_jobs .jobs_left .thumb {
    float: left;
    width: 82px;
    height: 82px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
    /* background: #F5F7FA; */
    margin-right: 25px;
    border: 1px solid #f0f0f0;
}

.boxed-btn {
    background: #2ac4b5;
    color: #131313;
    display: inline-block;
    padding: 13px 29px 13px 29px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    border: 1px solid #2ac4b5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    color: #fff !important;
    text-transform: uppercase;
    cursor: pointer;
}

.boxed-btn4 {
    display: inline-block;
    padding: 11px 29px 13px 29px;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 500;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    color: #fff !important;
    text-transform: capitalize;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    color: #00d363 !important;
    background: transparent;
}

.boxed-btn4 {
    background: #7052fb !important;
    color: #fff !important;
    font-size: 24px;
}

.single-textarea {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
    resize: none;
    font-size: 1.2em;
}

.job_details_area .job_sumary .job_content {
    padding: 15px;
}

/* end of style.css */

.containerColReverse {
    padding: 0 0.3rem;
}

.singleJobs {
    padding: 2rem 0 !important;
}

.documentationCard {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 15%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 15%);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 15%);
    border-radius: 0.75rem;
}

.pricingSelect {
    display: flex;
    justify-content: end;
    padding-bottom: 3%;
}

.forSpanTitle {
    font-size: 20px;
    font-weight: 500;
    font-family: "Roboto";
    margin-bottom: 0.5rem;
}

.apiTitle {
    font-size: 28px;
}

.apiDesc {
    font-size: 16px;
}

@media screen and (max-width: 550px) {
    .pricingSelect {
        justify-content: center !important;
    }
    .code-text {
        padding: 0;
    }
    #response {
        padding: 3px 5px !important;
    }
    .container {
        padding: 0.3rem;
    }
    .secondContainer {
        padding: 0;
    }
    .cardBody {
        padding: 0 !important;
    }
    .documentationCard {
        border: none !important;
        box-shadow: none !important;
        margin-top: 0 !important;
    }
    .leftRightBorder {
        border-left: none !important;
        border-right: none !important;
        border-top-right-radius: 0 !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        padding: 0 !important;
    }
    .theTab {
        display: flex;
        flex-direction: row !important;
        margin-bottom: 1.5rem;
    }
    #documentation span.full-text {
        display: none;
    }
    #documentation span.short-text {
        display: inline;
    }

    .borderBottom {
        border-bottom: none !important;
    }

    .responsiveButtonContainer {
        padding: 24px 6px !important;
    }

    .responsiveButton {
        width: 100% !important;
    }

    .displayNone {
        display: none !important;
    }
    .apiTitle {
        font-size: 20px;
    }
    .apiDesc {
        font-size: 14px;
    }
}

@media (min-width: 551px) {
    #documentation span.full-text {
        display: inline;
    }
    #documentation span.short-text {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .dynamic-text-height {
        height: 7rem;
    }
}

@media screen and (max-width: 990px) {
    .containerColReverse {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (min-width: 1024px) {
    .dynamic-height {
        height: 100%;
    }
}
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #7052fb;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
    z-index: 9999;
    display: none;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.tooltipselect {
    position: relative;
    display: inline-block;
}

.tooltipselect .tooltipselecttext {
    visibility: hidden;
    width: 100px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    font-size: 15px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltipselect:hover .tooltipselecttext {
    visibility: visible;
}

.jobs_left {
    width: 100%;
}

.jobs_content {
    word-wrap: break-word;
    width: 100%;
}

.arrow-right {
    right: -4% !important;
}

.arrow-left {
    left: -4% !important;
}

.responseCode {
    display: block;
    white-space: pre-wrap;
}

@media (max-width: 1100px) {
    .arrow-right {
        display: none !important;
    }

    .arrow-left {
        display: none !important;
    }
}

.owl-dots {
    text-align: center;
}
.owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #ccc;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}
.owl-dot.active {
    background: #000;
}

/* Modal Title */

.swal2-title {
    text-align: center !important;
}
