/* RESET RULES
末末末末末末末末末末末末末末末末末末末末末末末末末 */
/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700&display=swap');*/

:root {
    --white: white;
    --gray: #999;
    --lightgray: whitesmoke;
    --popular: #ffdd40;
    --starter: #f73859;
    --essential: #00AEEF;
    --professional: #FF7F45;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    background: none;
    border: none;
    cursor: pointer;
}

table {
    border-collapse: collapse;
}

body {
    font-family: "Open Sans";
    /*font: 18px/1.5 'Noto Sans', sans-serif;*/
    background: var(--lightgray);
}

section:nth-child(1),
section:nth-child(3) {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

h1 {
    font-size: 2.5rem;
}

.container {
    max-width: 850px;
    padding: 0 10px;
    margin: 0 auto;
}


/* TABLE STYLES
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.table-wrapper {
    background: var(--white);
    overflow-x: auto;
}

table {
    position: relative;
    text-align: center;
    width: 100%;
}

    table thead {
        background: var(--white);
        transition: box-shadow 0.2s;
    }

    table tr {
        display: flex;
    }

    table th,
    table td {
        width: 25%;
        min-width: 150px;
    }

        table th:nth-child(1) {
            display: flex;
            flex-direction: column;
            justify-content: center;
            font-size: 1.5rem;
            line-height: 1.3;
            padding: 0 10px;
        }

            table th:nth-child(1) .svg-wrapper {
                margin-top: 10px;
            }

            table th:nth-child(1) svg {
                width: 22px;
                height: 22px;
            }

        table th .heading {
            padding: 1rem;
            color: var(--white);
        }

        table th:nth-child(2) .heading {
            background: var(--starter);
        }

        table th:nth-child(3) .heading {
            background: var(--essential);
        }

        table th:nth-child(4) .heading {
            background: var(--professional);
        }

        table th .info {
            position: relative;
            padding: 1.5rem 0;
            border-left: 1px solid var(--lightgray);
        }

        table th .popular {
            position: absolute;
            top: 10px;
            right: 0;
            font-size: 11px;
            background: var(--popular);
            padding: 4px 8px;
            border-radius: 2px;
        }

        table th .amount {
            font-size: 2rem;
        }

            table th .amount span {
                display: block;
                transform: translateY(-8px);
            }

        table th:nth-child(2) .amount {
            color: var(--starter);
        }

        table th:nth-child(3) .amount {
            color: var(--essential);
        }

        table th:nth-child(4) .amount {
            color: var(--professional);
        }

        table th .billing-msg,
        table th .amount span {
            font-weight: normal;
            font-size: 0.8rem;
        }

        table th button {
            display: inline-block;
            border-radius: 20px;
            padding: 8px 20px;
            margin-top: 10px;
            transition: all 0.2s;
        }

        table th:nth-child(2) button {
            color: var(--starter);
            border: 1px solid var(--starter);
        }

            table th:nth-child(2) button:hover {
                background: var(--starter);
            }

        table th:nth-child(3) button {
            color: var(--essential);
            border: 1px solid var(--essential);
        }

            table th:nth-child(3) button:hover {
                background: var(--essential);
            }

        table th:nth-child(4) button {
            color: var(--professional);
            border: 1px solid var(--professional);
        }

            table th:nth-child(4) button:hover {
                background: var(--professional);
            }

        table th button:hover {
            color: var(--white);
        }

    table td {
        padding: 10px;
    }

        table td:not(:first-child) {
            border-left: 1px solid var(--lightgray);
        }

        table td:first-child {
            font-size: 1rem;
            text-align: left;
        }

    table svg {
        width: 18px;
        height: 18px;
    }

        table svg.not-included {
            fill: var(--gray);
        }

        table svg.starter {
            fill: var(--starter);
        }

        table svg.essential {
            fill: var(--essential);
        }

        table svg.professional {
            fill: var(--professional);
        }


/* BODY CLASSES & MQ
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.sticky-table thead tr,
.sticky2-table thead tr {
    z-index: 1;
}


/* For New Price Layout & MQ Ramy
末末末末末末末末末末末末末末末末末末末末末末末末末 */


.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: none;
}


.btn-group-sm>.btn,.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}


.me-lg-15 {
    margin-left: 3.75rem!important;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
     padding: 0 0px; 
     max-width: fit-content;
}

.rounded {
    border-radius: 0.475rem!important;
}

#PriceListCol3 {
    margin-right: 0px; 
    margin-left: 0px;
}

#SecondCard{
   display: flex;

}


/* For New Price SelectButtonPrice Ramy
末末末末末末末末末末末末末末末末末末末末末末末末末 */


#SelectButtonPrice {
  --color: #009ef7;
  font-family: inherit;
  display: inline-block;
  width: 6em;
  height: 2.6em;
  line-height: 2.5em;
  overflow: hidden;
  margin: 20px;
  font-size: 17px;
  z-index: 1;
  color: var(--color);
  border: 2px solid var(--color);
  border-radius: 6px;
  position: relative;
}

#SelectButtonPrice::before {
  position: absolute;
  content: "";
  background: var(--color);
  width: 150px;
  height: 200px;
  z-index: -1;
  border-radius: 50%;
}

#SelectButtonPrice:hover {
  color: white;
}

#SelectButtonPrice:before {
  top: 100%;
  left: 100%;
  transition: .3s all;
}

#SelectButtonPrice:hover::before {
  top: -30px;
  left: -30px;
}

/*末末末末末末末末末末末末末末末末末末末末末末末末末 */

input[type=checkbox]:focus{
   outline: unset;
}