﻿/*VERYFICAR//////////////////////////////////////////////////////////////////////////*/
.infotooltip {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background: url('../../Content/images/icons/info-circle.svg') center no-repeat;
    background-size: auto;
    background-size: contain;
    margin-left: 5px;
    transform: translateY(3px);
}


.style_p_tooltip {
    Color: white
}

.table.plans-table tbody tr td.btn.btn-price:after:hover {
    content: ' ';
    background: url('../img/icons/chevron-double-right-white-01.svg') no-repeat center;
    opacity: 85%;
}

/*.table.plans-table tbody tr td.plan-price .btn-price:after {
    position: absolute;
    bottom: 0.75rem;
    right: -0.5rem;
    margin: auto;
    width: 1.25rem;
    height: 1.25rem;
btn-price    background: url('../img/icons/chevron-double-right-green.svg') center no-repeat;
    background-size: contain;
    opacity: 0.85;
    content: ' ';
    transition: 0.15s ease all;
}*/

.table.plans-table tbody tr td.plan-price:hover strong:after {
    filter: brightness(0) invert(1);
}

.plan-price:hover .btn.btn-price:after {
    content: ' ';
    background: url('../img/icons/chevron-double-right-white-01.svg') no-repeat center;
    opacity: 0.85;
}

/*VERYFICAR//////////////////////////////////////////////////////////////////////////*/



/* PICK PLAN */
.pick-plan {
    height: auto;
    position: relative;
    padding: 8rem 0 12rem 0;
}

.pick-plan h1 {
    font-size: 3rem;
    color: #2D2D32;
    font-weight: bold;
    line-height: 1.33;
    margin: 0 0 1.4rem 0;
}

.pick-plan h4 {
    font-size: 2rem;
    color: #707367;
    display: block;
    margin: 3rem 0 0 0;
}

.pick-plan p {
    font-size: 1.5rem;
    line-height: 1.33;
    color: #707367;
    margin: 0;
    max-width: 85%;
}

.pick-plan .form-group {
    position: relative;
    margin-top: 3rem;
}

.pick-plan .form-group img {
    width: 2.5rem;
    display: block;
}

.pick-plan .form-group label {
    font-size: 2rem;
    color: #707367;
    display: block;
    margin: 0.75rem 0;
    line-height: 1.5;
}

.pick-plan .form-group.input-field label {
    font-size: 1.25rem;
    color: #2D2D32;
}

.pick-plan .form-group label .info {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background: url('../img/icons/info-circle.svg') center no-repeat;
    background-size: contain;
    margin-left: 5px;
    transform: translateY(3px);
}

.pick-plan .select-dropdown,
.pick-plan .date-dropdown {
    position: relative;
    width: 32.5%;
}

.pick-plan .form-group.input-field {
    position: relative;
    width: 60%;
}

.pick-plan .select-dropdown .form-control,
.pick-plan .date-dropdown .form-control {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.pick-plan .date-dropdown .form-control {
    opacity: 1;
    visibility: visible;
    border: transparent;
    background: transparent;
    color: transparent;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    outline: none;
    box-shadow: none;
    user-select: none;
}

.pick-plan .date-dropdown .form-control::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.pick-plan .date-dropdown .form-control::-webkit-datetime-edit-day-field:focus,
.pick-plan .date-dropdown .form-control::-webkit-datetime-edit-month-field:focus,
.pick-plan .date-dropdown .form-control::-webkit-datetime-edit-year-field:focus {
    background-color: transparent;
    color: transparent;
    outline: none;
}

.pick-plan .form-group.input-field .form-control {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1rem 3rem 1rem 1.5rem;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    display: block;
    text-decoration: none;
    color: #2B2C33;
    font-size: 1.25rem;
    box-shadow: rgba(10,10,10,0.25) 0 3px 3px;
    transition: 0.25s ease all;
}

.pick-plan .select-dropdown .dropdown-toggle,
.pick-plan .date-dropdown .dropdown-toggle {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1rem 3rem 1rem 1.5rem;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    display: block;
    text-decoration: none;
    color: #2B2C33;
    font-size: 1.25rem;
    box-shadow: rgba(10,10,10,0.25) 0 3px 3px;
    cursor: pointer;
    transition: 0.25s ease all;
    user-select: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pick-plan .select-dropdown.error .dropdown-toggle,
.pick-plan .date-dropdown.error .dropdown-toggle {
    border-color: #00B088;
    color: #00B088;
}

.pick-plan .select-dropdown .dropdown-toggle:hover,
.pick-plan .date-dropdown .dropdown-toggle:hover {
    background: #f9f9f9;
}

.pick-plan .select-dropdown .dropdown-toggle:after,
.pick-plan .date-dropdown .dropdown-toggle:after {
    border: none;
    display: block;
    margin: auto;
    content: ' ';
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #727481;
    border-left: 2px solid #727481;
    transform-origin: center;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    transition: 0.25s ease transform;
}

.pick-plan .select-dropdown .dropdown-menu {
    width: 100%;
    top: -3px !important;
    border-radius: 0 0 10px 10px;
    background: #fff;
    border: 1px solid #E6E6E6;
    max-height: 300px;
    overflow-x: hidden;
    user-select: none;
}

.pick-plan .select-dropdown .dropdown-menu .dropdown-item {
    padding: 0.5rem 1rem;
    color: #2B2C33;
    font-size: 1.25rem;
    cursor: pointer;
    transition: 0.25s ease all;
}

.pick-plan .select-dropdown .dropdown-menu .dropdown-item:active {
    background: #ddd;
    color: #2B2C33;
}

.pick-plan .select-dropdown .dropdown.show .dropdown-toggle {
    border-radius: 10px 10px 0 0;
    background: #f9f9f9;
    box-shadow: none;
}

.pick-plan .select-dropdown .dropdown.show .dropdown-toggle:after {
    transform: rotate(-225deg);
}

.pick-plan .btn.btn-primary {
    margin-top: 3rem;
    padding-left: 4rem;
    padding-right: 4rem;
}

.tooltip-custom.show {
    opacity: 1;
}

.tooltip-custom .tooltip-inner {
    background: #707367;
    color: #F4F4F4;
    padding: 2.5rem;
    border-radius: 10px;
    box-shadow: rgba(10,10,10,0.35) 0 10px 20px;
    opacity: 1;
    max-width: 800px;
    text-align: left;
    font-size: 1rem;
    line-height: 1.25;
}

.tooltip-custom.bs-tooltip-top .tooltip-inner {
    transform: translateY(-1.5rem);
}

.tooltip-custom.bs-tooltip-bottom .tooltip-inner {
    transform: translateY(1.5rem);
}

.tooltip-custom .tooltip-inner ul {
    margin: 0;
    padding: 0;
}

.tooltip-custom .tooltip-inner ul li {
    display: block;
    position: relative;
    padding-left: 3rem;
}

.tooltip-custom .tooltip-inner ul li:before {
    position: absolute;
    top: 0.65rem;
    left: 1.325rem;
    width: 0.35rem;
    height: 0.35rem;
    background: #fff;
    content: ' ';
    border-radius: 50%;
}

.tooltip-custom .tooltip-inner ul li + li {
    margin-top: 5px;
}

.tooltip-custom .tooltip-inner ul li strong {
    font-weight: 600;
}

.tooltip-custom .arrow {
    width: 1.2rem;
    height: 2rem;
    z-index: 2;
}

.tooltip-custom.bs-tooltip-top .arrow::before,
.tooltip-custom.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-width: 2rem 0.6rem 0;
    border-top-color: #707367;
}

.tooltip-custom.bs-tooltip-bottom .arrow::before,
.tooltip-custom.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-width: 0 0.6rem 2rem;
    border-bottom-color: #707367;
}


.tooltipBO {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltipBO .tooltiptextBO {
    visibility: hidden;
    width: 250px;
    background-color: rgba(0, 0, 0, 0.66);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    font-size: 0.9em;
    position: absolute;
    z-index: 1;
}

.tooltipBO:hover .tooltiptextBO {
    visibility: visible;
}


/* QUESTIONS */
.pick-plan .form-group.question-item {
    margin-top: 2rem;
}

.pick-plan .form-group.question-item label {
    font-size: 1.5rem;
    margin: 0 0 0.75rem 0;
}

.pick-plan .form-group.question-item label.radio-inline {
    font-size: 1.25rem;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2rem 0 0;
    position: relative;
    color: #2B2C33;
    cursor: pointer;
    user-select: none;
}

.pick-plan .form-group.question-item label.radio-inline input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.pick-plan .form-group.question-item label.radio-inline input + div {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: rgba(10,10,10,0.3) 0 3px 6px;
    transition: 0.15s ease all;
}

.pick-plan .form-group.question-item label.radio-inline:hover input + div {
    background: #f9f9f9;
}

.pick-plan .form-group.question-item label.radio-inline:active input + div {
    background: #eee;
}

.pick-plan .form-group.question-item label.radio-inline input + div:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1rem;
    height: 1rem;
    background: #00B088;
    content: ' ';
    border-radius: 50%;
    transition: 0.1s ease all;
    transform-origin: center;
    transform: scale(-0.5);
    opacity: 0;
}

.pick-plan .form-group.question-item label.radio-inline input:checked + div:after {
    opacity: 1;
    transform: scale(1);
}

.pick-plan .form-group.question-item label.radio-inline span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 0.5rem;
}

.pick-plan .response-box {
    display: none;
}

.pick-plan .response-box .form-group.input-field {
    position: relative;
    width: 45%;
    margin-top: 2rem;
}

.pick-plan .response-box .btn.btn-primary {
    margin-top: 2rem;
}

.pick-plan .compliance-links {
    padding-top: 5rem;
}

.pick-plan .compliance-links a {
    text-decoration: underline;
    color: #2D2D32;
    font-size: 1.25rem;
}

.pick-plan .compliance-links p.small {
    font-size: 1rem;
    color: #2D2D32;
    margin-top: 1rem;
    margin-bottom: 0;
}

/* PLANS WE RECOMMEND */
.pick-plan .box h1 {
    padding-bottom: 2rem;
}

.pick-plan .box h2 {
    font-size: 2rem;
    color: #2D2D32;
    margin: 0.75rem 0 1rem 0;
}

.pick-plan .box img {
    width: 2.5rem;
    display: block;
}

.pick-plan .box .btn-primary {
    margin-top: 4rem;
}

.pick-plan .box .btn-secondary {
    /*margin-top: 4rem;*/
    line-height: 1.3rem;
}



/* TABLES */

/*style modification, margins*/
.table.plans-table {
    /*    margin-top: 4rem;
*/ margin-top: 0.5rem;
    margin-bottom: 0rem;
}
/*style modification, margins*/

/*style modification,new style*/
.table-margins {
    margin-top: 4rem;
    margin-bottom: 1rem;
}

.table.plans-table tbody tr td,
.table.plans-table thead th {
    width: 25%;
}

.table.plans-table thead th {
    vertical-align: middle;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 400;
    padding: 2rem 1.75rem;
    border-top: none;
    border-bottom: none;
    color: #2D2D32;
}

.table.plans-table thead th.plan-type {
    border: 1px solid #979797;
    border-bottom-color: #00B088;
}

.table.plans-table tbody tr td {
    vertical-align: top;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 400;
    padding: 2rem 1.75rem;
    border-top: none;
    border-bottom: none;
    color: #2D2D32;
}

/*Style modification, border color*/
.table.plans-table tbody tr td.plan-type {
    /*border: 1px solid #979797;*/
    /*border-right-color: #00B088;*/
    /*border: 1px solid #00B088;*/
}

.table.plans-table tbody tr td.plan-benefit {
    /*border: 1px solid #00B088;*/
    cursor: pointer;
    transition: 0.15s ease all;
}

.table.plans-table tbody tr td.plan-price {
    /*border: 1px solid #00B088;*/
    cursor: pointer;
    transition: 0.15s ease all;
}

/*style modification, un comment style*/
.table.plans-table tbody tr td.plan-price:hover {
    /*background-color: #00B088;*/
}

.table.plans-table tbody tr td.highlight-background:hover {
    /*background-color: #00B088;*/
}

.table.plans-table tbody tr td.plan-action {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
}
/*style modification*/
.table.plans-table tbody tr td strong {
    font-weight: 400;
    display: inline-block;
    /*display: block;*/
}

/*style modification*/
.table.plans-table tbody tr td.plan-price strong {
    color: #00B088;
    position: relative;
    transition: 0.15s ease all;
}

.table.plans-table tbody tr td.plan-price:hover strong {
    color: #fff;
}

.table.plans-table tbody tr td.plan-price strong:after {
    position: absolute;
    bottom: 0.75rem;
    right: -0.5rem;
    margin: auto;
    width: 1.25rem;
    height: 1.25rem;
    background: url('../img/icons/chevron-double-right-green.svg') center no-repeat;
    background-size: contain;
    opacity: 0.85;
    content: ' ';
    transition: 0.15s ease all;
}

.table.plans-table tbody tr td.plan-price:hover strong:after {
    filter: brightness(0) invert(1);
}

.table.plans-table tbody tr td.plan-price i {
    display: block;
    font-style: normal;
    font-size: 1rem;
    color: #2D2D32;
    font-weight: bold;
    transition: 0.15s ease all;
}

.table.plans-table tbody tr td.plan-price:hover i {
    color: #fff;
}

.table.plans-table tbody tr td span {
    color: #707367;
    font-size: 1.5rem;
    display: block;
    white-space: nowrap;
    transition: 0.15s ease all;
}

    /*Style modification, un comment style*/
    /*.table.plans-table tbody tr td span:hover {
    color: #ffffff;
}*/


.table.plans-table tbody tr td.plan-price:hover span {
    color: rgba(255,255,255,0.75);
}

.table.plans-table tbody tr td.plan-action .btn.btn-secondary {
    margin: 0;
}

.table.plans-table tbody tr td.plan-action .btn.btn-secondary:after {
    display: none;
}

.table.plans-table tbody tr td.plan-action .btn.btn-secondary:before {
    width: 100%;
}

.table.plans-table tbody tr td.plan-type a.btn.btn-secondary {
    margin: 0;
    text-align: left;
    width: 100%;
    display: block;
    color: #2D2D32;
    font-size: 2rem;
    padding: 0;
}

.table.plans-table tbody tr td.plan-type a.btn.btn-secondary:before {
    display: none;
}

.table.plans-table tbody tr td.plan-type a.btn.btn-secondary:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 1.5rem;
    height: 1.5rem;
    filter: brightness(0);
    background: url('../img/icons/chevron-double-right-green.svg') center no-repeat;
    background-size: contain;
    opacity: 0.85;
}

.table.plans-table tbody tr td.plan-type a.btn.btn-secondary:hover {
    color: #00B088;
}


.table.plans-table tbody tr td.plan-type a.btn.btn-secondary:hover:after {
    filter: none;
    opacity: 1;
}

/*style modification, + width*/
.table.plans-table tbody tr td.plan-type.basic-borders {
    border: 1px solid #979797;
    width: 25%;
}

/*style modification, + width*/
.table.plans-table tbody tr td.plan-type.plan-link {
    width: 50%;
}

/*style modification, comment style*/

/*.table.plans-table tbody tr.empty-row td:last-child {
    border-top-color: transparent;
    border-bottom-color: transparent;
}*/
/*style modification*/



/*Highlight plans table spans////////////////////////////////////*/

.table-highlight {
    font-weight: bold;
    color: #fff;
    position: relative;
    display: inline-block;
    padding-left: 7px;
    padding-right: 7px;
    overflow: hidden;
}

.Hightlight-blue {
    background: #3F7FBF;
    clip-path: polygon(6% 0%, 100% 0, 97% 100%, 0% 100%);
}

.Hightlight-green {
    background: #00B088;
    cursor: pointer;
    clip-path: polygon(6% 0%, 100% 0, 97% 100%, 0% 100%);
}

/*TABLE BORDER/////////////////////////////////////////////*/

.green-border-bottom {
    border-bottom: 7px solid #00b088 !important;
    /*color: #00b088;*/
}

.border-top {
    border-bottom: 7px solid;
    /*color: #00b088;*/
}



/* TREE */
.tree-plants {
    padding: 0 0 7rem 0;
}

.tree-plants .box {
    border-top: 2px solid #707367;
    border-bottom: 2px solid #707367;
    padding: 2.5rem 0;
}

.tree-plants .box img.img-fluid {
    width: calc((100% / 4) * 1);
    display: inline-block;
    vertical-align: middle;
}

.tree-plants .box .info {
    display: inline-block;
    vertical-align: middle;
    width: calc(((100% / 4) * 3) - 5px);
    padding-left: 2.5rem;
}

.tree-plants h3 {
    font-size: 2rem;
    font-weight: bold;
    color: #707367;
}

.tree-plants p {
    font-size: 1.25rem;
    font-weight: 400;
    color: #2D2D32;
    line-height: 1.6;
}

.tree-plants p strong {
    font-weight: normal;
    text-decoration: underline;
}




@media (min-width: 992px) and (max-width: 1199px) {
    .table.plans-table tbody tr td,
    .table.plans-table thead th {
        font-size: 1.5rem;
        padding: 1.5rem;
    }

    .table.plans-table tbody tr td.plan-type a.btn.btn-secondary {
        font-size: 1.5rem;
    }

    .table.plans-table tbody tr td.plan-type a.btn.btn-secondary:after {
        width: 1rem;
        height: 1rem;
        right: 0.5rem;
    }

    .table.plans-table tbody tr td span {
        font-size: 1.25rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .pick-plan .select-dropdown,
    .pick-plan .date-dropdown {
        width: 40%;
    }

    .tooltip-custom .tooltip-inner {
        max-width: 500px;
    }

    .table.plans-table tbody tr td,
    .table.plans-table thead th {
        font-size: 1.5rem;
        padding: 1.5rem;
    }

    .table.plans-table tbody tr td span {
        font-size: 1.25rem;
    }
}

@media (max-width: 767px) {

    /*style modification      margin: 2.5rem 0 0 -15px;*/
    .main .plans {
        max-width: calc(100% + 15px);
        margin: 2.5rem 0 0 -15px;
        padding: 1.5rem 15px;
        background: #E1E1DF;
    }

    .main .plans:before {
        display: none;
    }

    .main .plans p {
        line-height: 1.3;
        font-size: 1.15rem;
    }

    .main .plans .btn {
        margin-bottom: -3rem;
    }

    .tree-plants .box img.img-fluid {
        display: block;
        width: 150px;
        margin: auto;
    }

    .tree-plants .box .info {
        width: 100%;
        text-align: center;
        padding-top: 1.5rem;
        padding-left: 0;
    }

    .pick-plan {
        padding: 3.5rem 0 5rem 0;
    }

    .pick-plan h1 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .pick-plan p {
        max-width: 100%;
        font-size: 1.25rem;
    }

    .pick-plan .form-group label {
        font-size: 1.5rem;
    }

    .pick-plan .select-dropdown,
    .pick-plan .date-dropdown {
        width: 80%;
    }

    .pick-plan .form-group {
        margin-top: 2rem;
    }

    .pick-plan .btn.btn-primary {
        margin-top: 1.5rem;
    }

    .tooltip-custom .tooltip-inner {
        max-width: 320px;
    }

    .pick-plan .box .btn-secondary {
        margin-top: 2rem;
    }

    .pick-plan .box h2 {
        font-size: 1.5rem;
    }

    .pick-plan .form-group.input-field,
    .pick-plan .response-box .form-group.input-field {
        width: 100%;
    }

    .pick-plan h4 {
        font-size: 1.5rem;
    }

    .pick-plan .form-group.question-item label {
        font-size: 1.25rem;
        margin-bottom: 0.25rem;
    }

    .pick-plan .form-group.question-item label.radio-inline {
        font-size: 1.1rem;
    }

    .table.plans-table {
        margin-top: 2rem;
    }

    /*style modification, display comment*/
    .table.plans-table tbody tr {
        /*        display: flex;
        */ flex-direction: row;
            flex-wrap: wrap;
    }

    /*style modification, display comment*/
    .table.plans-table tbody tr.empty-row {
        display: none;
    }
    
    /*style modification, width comment*/
    .table.plans-table tbody tr td {
        padding: 1rem 1rem;
        /*width: calc(100% / 2);*/
        font-size: 1.25rem;
    }

    .table.plans-table tbody tr td span {
        font-size: 0.9rem;
        white-space: normal;
        line-height: 2rem;
    }

    .table.plans-table tbody tr td.plan-type {
        border-right: transparent;
    }

    .table.plans-table tbody tr td.plan-type strong {
        line-height: 1.25;
        margin-bottom: 0.25rem;
    }

    .table.plans-table tbody tr td.plan-price i {
        font-size: 0.8rem;
    }

    .table.plans-table tbody tr td.plan-price strong {
        line-height: 1.25;
        margin-bottom: 0.25rem;
        padding-right: 0.5rem;
    }

    .table.plans-table tbody tr td.plan-price strong:after {
        width: 0.75rem;
        height: 0.75rem;
        bottom: auto;
        top: 0.35rem;
    }

    /*style modification, border-top commented*/
    .table.plans-table tbody tr td.plan-price + td.plan-price {
        margin-left: auto;
        /*        border-top: transparent;
*/ /*style modification, border-top commented*/
    }

    .table.plans-table tbody tr td.plan-action {
        margin-left: auto;
        padding: 0.15rem 1rem 2rem 1rem;
        width: calc(50% + 1px);
    }

    .table.plans-table tbody tr td.plan-action .btn.btn-secondary {
        font-size: 0.9rem;
    }

    /*style modification, width 1px -> 25%*/
    .table.plans-table thead th.empty:nth-child(4),
    .table.plans-table tbody tr.empty-row td:nth-child(4),
    .table.plans-table tbody tr:last-child td.plan-action {
        width: 25%;
    }

    .table.plans-table tbody tr td.plan-type a.btn.btn-secondary {
        font-size: 1.25rem;
        padding-right: 2rem;
        line-height: 1.25;
    }

    .table.plans-table tbody tr td.plan-type a.btn.btn-secondary:after {
        width: 0.6rem;
        height: 0.6rem;
    }

    .table.plans-table tbody tr td.plan-type.plan-link {
        border-left: transparent;
    }

}


@media (max-width: 370px) {
    .table.plans-table tbody tr td.plan-type.plan-link {
        border-left: transparent;
    }

    .table.plans-table tbody tr td.plan-type.plan-link {
        width: 50%;
    }

    .table.plans-table tbody tr td.plan-type.basic-borders {
        border: 1px solid #979797;
        width: 25%;
    }
}
