@import "custom_variable.css";
@import "shared-style.css";

/************************** START Change language Menue  **************************/

#language-picker {
    min-width:80px !important;
    list-style: none;
}

#language-picker .dropdown-menu {
    min-width:80px !important;
    height:40px !important;
}

#language-picker .dropdown-menu:hover {
    background-color: #252e35 !important;
    color: #fff !important;
}

#language-picker .dropdown-menu:hover > a {
    color: #fff !important;
    font-style: italic !important;
}

/************************** END Change language Menue  **************************/

/************************** START Main Banner Svg icons Style  **************************/

.main-banner-icons {
    list-style: none;
    display: flex;
}

.main-banner-icons li {
    display: inline;
    padding: 4px;
}

.main-banner-icons li:hover svg {
    /*cursor: pointer;*/
    fill:var(--gold);
}

.main-banner-icons li svg {
    fill: var(--green-double-light);
    /*fill:var(--green-light);*/
}

/************************** END Main Banner Svg icons Style  **************************/


/*  start pricing plans styles */

.pricing-table {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    background: #ffffff;
}

.pricing-table .ptable-item {
    padding: 0 15px;
    margin-bottom: 30px;
}

.pricing-table .ptable-single {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.pricing-table .ptable-header,
.pricing-table .ptable-body,
.pricing-table .ptable-footer {
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.pricing-table .ptable-status ,
.pricing-table .ptable-title,
.pricing-table .ptable-price,
.pricing-table .ptable-description,
.pricing-table .ptable-action {
    position: relative;
    width: 100%;
    text-align: center;
}

.pricing-table .ptable-single {
    background: #f6f8fa;
}

.pricing-table .ptable-single:hover {
    box-shadow: 0 0 10px #999999;
}

.pricing-table .ptable-header {
    margin: 0 30px;
    padding: 30px 0 45px 0;
    width: auto;
    background: #2A293E;
}

.pricing-table .ptable-header::before,
.pricing-table .ptable-header::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 100px solid #f6f8fa;
}

.pricing-table .ptable-header::before {
    right: 50%;
    border-right: 250px solid transparent;
}

.pricing-table .ptable-header::after {
    left: 50%;
    border-left: 250px solid transparent;
}

.pricing-table .ptable-item.featured-item .ptable-header {
    background: var(--primary);
}

.pricing-table .ptable-status {
    margin-top: -30px;
}

.pricing-table .ptable-status span {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 30px;
    padding: 5px 0;
    text-align: center;
    color: var(--white);
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    background: #2A293E;
}

.pricing-table .ptable-status span::before,
.pricing-table .ptable-status span::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 10px solid var(--primary);
}

.pricing-table .ptable-status span::before {
    right: 50%;
    border-right: 25px solid transparent;
}

.pricing-table .ptable-status span::after {
    left: 50%;
    border-left: 25px solid transparent;
}

.pricing-table .ptable-title h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 2px;
}

.pricing-table .ptable-price h2 {
    margin: 0;
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
    margin-left: 15px;
}

.pricing-table .ptable-price h2 small {
    position: absolute;
    font-size: 18px;
    font-weight: 300;
    margin-top: 16px;
    margin-left: -15px;
}

.pricing-table .ptable-price h2 span {
    margin-left: 3px;
    font-size: 16px;
    font-weight: 300;
}

.pricing-table .ptable-body {
    padding: 20px 0;
}

.pricing-table .ptable-description ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pricing-table .ptable-description ul li {
    color: #2A293E;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 7px;
    border-bottom: 1px solid #dedede;
}

.pricing-table .ptable-description ul li:last-child {
    border: none;
}

.pricing-table .ptable-footer {
    padding-bottom: 30px;
}

.pricing-table .ptable-action a {
    display: inline-block;
    padding: 10px 20px;
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    text-decoration: none;
    background: var(--dark);
}

.pricing-table .ptable-action a:hover {
    color:  var(--white);
    background: var(--primary);
}

.pricing-table .ptable-item.featured-item .ptable-action a {
    color: var(--white);
    background: var(--primary);
}

.pricing-table .ptable-item.featured-item .ptable-action a:hover {
    color: var(--primary);
    background: var(--white);
}


/* end pricing plans styles */

/****** Start of Copy txtme ID Extractor Styles ****/

.copyToClipordBtn {
    cursor: pointer;
    color: var(--primary);
}

.copyToClipordBtn:hover {
    color: var(--white);
    background: var(--primary);
}

/****** End of Copy txtme ID Extractor Styles ****/

/****** Start of Dynamic Pages Styles ****/

#dynamicPagesContainer {
    max-width: 80% !important;
    padding: 5rem !important;
    text-align: center;
}

#dynamicPagesContainer img {
    width: 50% !important;
    max-width: 1200px;
    height: auto;
}

#dynamicPagesContainer p {
    font-size: 1.5em;
    font-weight: bolder;
}

/** small media Dynamic Pages  styles **/
@media (max-width: 720px) {

    #dynamicPagesContainer {
        max-width: 100% !important;
        padding:2rem !important;
    }

    #dynamicPagesContainer p {
        font-size: 1.2em;
        font-weight: bolder;

    }
}

/****** End of Dynamic Pages Styles ****/

/*** Start Footer styel  ***/

.footer .footer-menu a:last-child {
    margin-right: 5px !important;
}

/*** End Footer styel  ***/
