  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
  }

  .dropdown-menu.show {
    display: block;
  }

  .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .dropdown-menu-dark {
    color: #fff;
    background-color: #343a40;
    border-color: rgba(0, 0, 0, 0.15);
  }

  .dropdown-menu-dark .dropdown-item {
    color: #fff;
  }

  .dropdown-menu-dark .dropdown-item:hover,
  .dropdown-menu-dark .dropdown-item:focus {
    color: #f8f9fa;
    background-color: rgba(255, 255, 255, 0.1);
  }

  .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
  }

  .dropdown-item:hover,
  .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
  }

.dropdown-toggle {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 8px 12px;
    border: none;
    background-color: transparent;
    width: 100%;
}

.dropdown-toggle::after {
    content: '\25BC'; /* Ícone de seta para baixo */
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
    color: inherit;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
    color: #007bff;
}

.dropdown-toggle[aria-expanded="true"]::after {
    content: '\25B2'; /* Ícone de seta para cima quando ativo */
}


.open>.dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
}


form .display-error {
    display: none;
}

form .error {
    color: #da2128;
}    

.subs-box-content-price-form {
    font-family: "Roboto";
    font-size: 15px;
}


.subs-box-content-price-form-left {
    float: left;
    display: inline-block;
    width: 75%;
    text-align: left;
}

.subs-box-content-price-form-right {
    float: right;
    display: inline-block;
    width: 25%;
    text-align: right;

}

.subs-white-border-top {
    border-top: 1px solid white;
}

.subs-box-content-price-form-textregular{
    font-weight: 300;
}

.subs-box-content-price-form-textbold{
    font-weight: 500;
}

.talk-to-us-beside-phone-top{
font-family: "Coranto 2 Headline";
font-size: 22px;
font-weight: bold;
}
.talk-to-us-beside-phone-bellow{
font-family: "Roboto";
font-size: 14px;
} 

.subs-plan-box-your-order {
height: 18px;
width: 70px;
background-color: #70C2B4;
font-size: 10px;
font-family: 'Roboto';
float: left;
color: white;
padding-top: 1.5px;   
}

#isGiftFields,#isGiftFields_title, .recps, .recpsphonep2{
    display: none;
}


.form-container input {
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    padding: 0.75rem;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}








        /* Tomorrow Theme */
        /* Original theme - https://github.com/chriskempson/tomorrow-theme */
        .prettyprint {
            background: white;
            font-family: Menlo, 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Monaco, Consolas, monospace;
            font-size: 12px;
            line-height: 1.5;
            border: 1px solid #ccc;
            padding: 10px;
        }

        .pln {
            color: #4d4d4c;
        }

        @media screen {
            .str {
                color: #718c00;
            }

            .kwd {
                color: #8959a8;
            }

            .com {
                color: #8e908c;
            }

            .typ {
                color: #4271ae;
            }

            .lit {
                color: #f5871f;
            }

            .pun {
                color: #4d4d4c;
            }

            .opn {
                color: #4d4d4c;
            }

            .clo {
                color: #4d4d4c;
            }

            .tag {
                color: #c82829;
            }

            .atn {
                color: #f5871f;
            }

            .atv {
                color: #3e999f;
            }

            .dec {
                color: #f5871f;
            }

            .var {
                color: #c82829;
            }

            .fun {
                color: #4271ae;
            }
        }
        @media print, projection {
            .str {
                color: #006600;
            }

            .kwd {
                color: #006;
                font-weight: bold;
            }

            .com {
                color: #600;
                font-style: italic;
            }

            .typ {
                color: #404;
                font-weight: bold;
            }

            .lit {
                color: #004444;
            }

            .pun, .opn, .clo {
                color: #444400;
            }

            .tag {
                color: #006;
                font-weight: bold;
            }

            .atn {
                color: #440044;
            }

            .atv {
                color: #006600;
            }
        }
        /* Specify class=linenums on a pre to get line numbering */
        ol.linenums {
            margin-top: 0;
            margin-bottom: 0;
        }

        /* IE indents via margin-left */
        li.L0,
        li.L1,
        li.L2,
        li.L3,
        li.L4,
        li.L5,
        li.L6,
        li.L7,
        li.L8,
        li.L9 {
            /* */
        }

        /* Alternate shading for lines */
        li.L1,
        li.L3,
        li.L5,
        li.L7,
        li.L9 {
            /* */
        }
    