﻿body {
    font-family: 'Montserrat','Arial',sans-serif;
}

.mb-20 {
    margin-bottom: 20px;
}

.pd-0 {
    padding: 0;
}

.pt-10 {
    padding-top: 10px;
}

.fw-300 {
    font-weight: 300;
}

.flex-grow-0{
    flex-grow: 0 !important;
}

b, strong {
    font-weight: bold !important;
}

.rowbdr {
    border: solid 1px #e9e9e9;
    border-top-color: rgb(233, 233, 233);
    border-top-style: solid;
    border-top-width: 1px;
    border-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel {
    border-width: 0 0 1px 0;
    border-style: solid;
    background: none;
    box-shadow: none;
}

    .panel:last-child {
        border-bottom: none;
    }

.panel-group > .panel:first-child .panel-heading {
    border-radius: 0;
}

.panel-group .panel {
    border-radius: 0;
}

    .panel-group .panel + .panel {
        margin-top: 0;
    }

.panel-defalut a {
    text-decoration: none;
}

.panel-default a:hover,
a:focus {
    text-decoration: none;
}

.panel-heading {
    background-color: #e9e9e9;
    border-radius: 0;
    border: none;
    color: #fff;
    padding: 0;
}

.panel-default > .panel-heading {
    color: #3b3b3b;
    background-color: #e9e9e9;
    border-color: #d0d0d0;
}

.panel-title {
    padding: 9px 15px;
    font-size: 15px;
    color: #3b3b3b;
    font-family: 'Roboto','Arial',sans-serif;
    margin-bottom: 0;
}

    .panel-title a {
        display: block;
        color: #3b3b3b;
        text-decoration: none;
    }

.panel-body {
    background: #fff;
    padding: 0;
}

.panel:last-child .panel-body {
    border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading {
    border-radius: 0 0 4px 4px;
    transition: border-radius 0.3s linear 0.2s;
}

    .panel:last-child .panel-heading.active {
        border-radius: 0;
        transition: border-radius linear 0s;
    }

.wrap {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.table > thead > tr > th, .table > thead {
    vertical-align: bottom;
    border-bottom: 0;
    font-family: 'Roboto','Arial',sans-serif;
    font-size: 13px;
}

    .table > tbody > tr > td,
    .table > tbody > tr > th,
    .table > tfoot > tr > td,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > thead > tr > th {
        border-top: 0;
        border-bottom: 0;
        padding: 7px 15px;
        font-family: 'Roboto','Arial',sans-serif;
        font-size: 13px;
    }

.flag {
    width: 25px;
    height: 15px;
    margin-right: 5px;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
}

/* #bs-collapse icon scale option */

/*#bs-collapse .panel-heading a:after {
    content: ' ';
    font-size: 24px;
    position: relative;
    font-family: 'Material Icons';
    transform: scale(0);
    transition: all 0.5s;
    float: right;
}

#bs-collapse .panel-heading.active a:after {
    content: '\e909';
    transform: scale(1);
    transition: all 0.5s;
}*/

/* #accordion rotate icon option */

.accordion-container .panel-heading a:before {
    content: '\e914';
    font-size: 18px;
    position: relative;
    font-family: "assistcard-icon";
    transform: rotate(0deg);
    transition: all 0.5s;
    float: right;
    color: #3b3b3b;
}

.accordion-container .panel-heading.active a:before {
    transform: rotate(90deg);
    transition: all 0.5s;
}

.version-2 h1 {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #323232;
    margin-bottom: 16px;
}

.version-2 h2.phone-list-title {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #D82028;
    margin-bottom: 18px;
}

.version-2 .h1-subtitle {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #474747;
    margin-bottom: 16px;
}

.version-2 .app-section {
    background: #FBFBFB;
    border: 1px solid #E2E2E2;
    border-radius: 6px;
    padding: 12px 14px;
    margin-bottom: 24px;
}

    .version-2 .whatsapp-section h3,
    .version-2 .skype-section h3,
    .version-2 .app-section h3 {
        font-family: 'Montserrat', Arial, Helvetica, sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        color: #000000;
        margin-bottom: 10px;
    }

.version-2 .app-section p {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #474747;
    margin-bottom: 12px;
}

    .version-2 .app-section .qr-app{
        width: 109px;
        height: 109px;
    }
    .version-2 .app-section .apple-store {
        display: block;
        margin-bottom: 10px;
        width: 120px;
    }
    .version-2 .app-section .google-play {
        display: block;
        width: 130px;
    }
    .version-2 .app-Wpp .qr-app {
        width: 109px;
        height: 109px;
    }

    .version-2 .whatsapp-section h3 {
        font-family: 'Montserrat', Arial, Helvetica, sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        color: #000000;
        margin-bottom: 10px;
    }

    .version-2 .whatsapp-section p {
        font-family: 'Montserrat', Arial, Helvetica, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        color: #474747;
        margin-bottom: 12px;
    }

.version-2 .whatsapp-section,
.version-2 .skype-section {
    background: #FBFBFB;
    border: 1px solid #EDEDED;
    border-radius: 8px;
    padding: 12px 14px;
    margin-bottom: 12px;
}

    .version-2 .whatsapp-section .whatsapp-contact,
    .version-2 .skype-section .skype-contact {
        font-family: 'Montserrat', Arial, Helvetica, sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        display: flex;
        align-items: center;
        color: #353535;
        text-decoration: none;
    }
    .version-2 .whatsapp-section .whatsapp-logo,
    .version-2 .skype-section .skype-logo {
        background-image: url('/Content/img/phonelist/skype.png');
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        background-size: contain;
        display: inline-block;
        margin-right: 8px;
    }

    .version-2 .whatsapp-section .whatsapp-logo {
        background-image: url('/Content/img/phonelist/whatsapp.svg');
    }

    .version-2 .skype-section .skype-logo {
        background-image: url('/Content/img/phonelist/skype.png');
    }

.bg-image-phone {
    background-image: url('/Content/img/phonelist/videollamada-assistcard.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.version-2 .country-unit {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    margin-bottom: 30px;
}

    .version-2 .country-unit .name {
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 15px;
        color: #474747;
        margin-bottom: 8px;
    }

    .version-2 .country-unit .phone-list {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #353535;
    }

        .version-2 .country-unit .phone-list .phone {
            margin-right: 20px;
            position: relative;
        }

            .version-2 .country-unit .phone-list .phone:after {
                content: '';
                width: 4px;
                height: 4px;
                background: #EB0029;
                position: absolute;
                border-radius: 100%;
                right: -12px;
                top: 7px;
            }
            .version-2 .country-unit .phone-list .phone:last-child:after {
                display: none;
            }

.version-4 .accordion-button {
    background-color: transparent;
}

.version-4 .panel-title {
    padding: 0;
}