html {
    font-size: 14px;
    font-family: "Montserrat Regular";
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Montserrat Regular';
    src: url('../font/montserrat-regular.ttf');
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url('../font/montserrat-bold.ttf');
}

@font-face {
    font-family: 'Montserrat SemiBold';
    src: url('../font/montserrat-semibold.ttf');
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    padding-top:83px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 18px 30px 15px 25px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
    z-index: 1000;
}

a, a:visited {
    text-decoration: none;
}

.clear {
    clear: both;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.top-area {
    display: flex;
    align-items: center;
}

.logo {
    font-size: 24px;
    font-family: "Montserrat SemiBold", sans-serif;
    color: #2F3144;
    font-weight: bold;
    display: inline-block;
}

    .logo img {
        height: 50px;
        margin-right: 12px;
        vertical-align: middle;
    }

.menu-icon {
    display:none;
}

.menu {
    position: relative;
    display: block;
    margin-left: auto;
    top: 0;
}

.menu-cover {
    border-top: none;
    padding-top: 0;
    margin: 0;
}

.menu-item {
    color: #797C7F;
    font-family: "WorkSans Medium", sans-serif;
    font-size: 18px;
    line-height: 35px;
    padding: 0 8px;
    display: inline-block;
    text-align: center;
    margin-right: 29px;
    text-decoration: none;
    transition: color 0.3s;
}

    .menu-item:hover {
        color: #7d0511;
    }

.footer {
    background-color: #3a3a3a;
}

.footer-cover {
    margin: 0 25px;
}

.footer-content {
    padding: 23px 0 23px;
}

.footer-menu {
    list-style: none;
    display: flex;
    flex-direction: row;
    float: left;
    margin-bottom: 0;
    justify-content: space-around
}

.footer-menu-item {
    margin-right: 40px;
}

    .footer-menu-item a {
        color: white;
        display: block;
        font-size: 14px;
        font-family: "Montserrat Regular";
        transition: color 0.3s;
    }

        .footer-menu-item a:hover {
            color: #929292;
        }

.footer-copyright {
    text-align: left;
    float: right;
    color: white;
    font-size: 12px;
    font-family: "Montserrat Regular";
}


.main-content-area {
    display: flex;
    min-height:80vh;
}
.main-content {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    height: 100%;
}
.tracker-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1250px;
    padding-top: 20px;
    margin: 0 auto;
}
.tracker-block-wrapper {
    max-width: 430px;
    padding:0 10px;
}
.tracker-block-header {
    font-family: "Montserrat Bold";
    font-size: 55px;
    color: #2F3144;
}
    .tracker-block-header span {
        color: #7d0511;
        margin-right: 5px;
    }
.desktop-line {
    display: block;
    margin: 26px 0 31px 0;
}
.tracker-block-text {
    line-height: 27px;
    font-size: 18px;
    margin-bottom: 40px;
    text-align: left;
    font-family: "Montserrat Regular";
    color: rgba(0, 0, 0, 0.65);
    font-weight: 100;
}
.tracker-block-error {
    display: none;
    text-align: center;
    color: #fa4e5f;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 18px;
}
.form-input {
    padding: 17px 0 17px 16px;
    height: 55px;
    width: auto;
    font-size: 18px;
    outline: none;
    border: none;
}
.iti--show-selected-dial-code .iti__selected-flag {
    background-color: white;
    font-weight:bold;
}
.tracker-input {
    margin-bottom: 26px;
    box-shadow: 0 7px 16px #BEC7DA;
    height: 60px;
    position: relative;
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 5px;
}
.form-btn {
    cursor: pointer;
    height: 55px;
    font-size: 20px;
    margin-bottom: 40px;
    padding: 15px 65px;
    text-align: center;
    font-family: "Montserrat SemiBold";
    background: #7d0511;
    color: #FFFFFF;
    border-radius: 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    outline: none;
    border: none;
    width: 100%;
    position: relative;
    z-index: 101;
    transition: background-color 0.3s;
}
    .form-btn:hover {
        background-color: #2F3144;
    }

.divided-block-picture-main {
    display: block;
    width: 804px;
    height: 565px;
    background: url(/img/phone_desktop.png) no-repeat center;
}

.how-does-it-work-block {
    width: 100%;
    max-width: 1250px;
    padding-top: 50px;
    margin: 0 auto;
}
.how-does-it-work-main-title {
    font-family: "Montserrat Bold";
    text-align: center;
    font-size: 55px;
    color: #2F3144;
    font-weight: bold;
}
.how-does-it-work-main-desc {
    font-family: "Open Sans Regular";
    text-align: center;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.65);
    padding: 20px 0;
}
.how-does-it-work-6block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.how-does-it-work-6block-item {
    width: 50%;
    max-width: 625px;
}
.how-does-it-work-6block-item-title {
    font-family: "Montserrat Bold";
    font-size: 30px;
    font-weight: bold;
    color: #2F3144;
    margin-top:50px;
}
.how-does-it-work-6block-item-desc {
    font-family: "Open Sans Regular";
    font-size: 17px;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 20px;
}
.how-does-it-work-6block-img1, .how-does-it-work-6block-img2, .how-does-it-work-6block-img3 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 400px;
}
.how-does-it-work-6block-img1 {
    background-image: url('/img/6block_1.png');
}
.how-does-it-work-6block-img2 {
    background-image: url('/img/6block_2.png');
}
.how-does-it-work-6block-img3 {
    background-image: url('/img/6block_3.png');
}
.how-does-it-work-iconblock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.how-does-it-work-iconblock-item {
    width: 33%;
    max-width: 415px;
}
.how-does-it-work-iconblock-item-icon {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 100px;
}
.how-does-it-work-iconblock-item-title {
    font-family: "Montserrat Bold";
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #2F3144;
    margin: 50px 20px;
}
.how-does-it-work-iconblock-item-desc {
    text-align: center;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 20px;
}
.how-does-it-work-iconblock-img1 {
    background-image: url('/img/icons6_2.svg');
}
.how-does-it-work-iconblock-img2 {
    background-image: url('/img/icons6_3.svg');
}
.how-does-it-work-iconblock-img3 {
    background-image: url('/img/icons6_4.svg');
}

.loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    opacity: 0;
    transition: opacity 0.3s;
}
.loading-bg {
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1020;
    opacity:0.6;
}
.loading-text {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 1020;
    font-weight: 500;
    color: white;
    font-size: 18px;
    letter-spacing: 2px;
}

.premium-number-item {
    width: 600px;
    height: 120px;
    background-color: #e6f1ff;
    margin: 10px;
    position: relative;
}
.premium-number-left-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background-image: url('/img/profile.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px;
}
.premium-number-right-number {
    position: absolute;
    top: 15px;
    left: 90px;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
}
.premium-number-right-online-count {
    position: absolute;
    top: 45px;
    left: 90px;
    line-height: 20px;
    font-size: 17px;
    font-weight: 500;
    color: #00ac19;
}
.premium-number-right-bar-area {
    background-color: #4693e4;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.premium-number-right-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.premium-number-right-bar-percent {
    background-color: #0e60b7;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    min-width:5%;
}
.premium-number-right-bar-txt {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.premium-number-right-bar-txt-gif {
    display: inline-block;
    width: 50px;
    height: 40px;
    background-image: url('/img/loading.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px;
}
.premium-number-right-btn {
    position: absolute;
    top: 20px;
    right: 15px;
    background-color: #7d0511;
    cursor: pointer;
    padding: 10px 20px;
    font-family: "Montserrat SemiBold";
    color: #FFFFFF;
    border-radius: 15px;
    font-size: 18px;
}

.results-not-ready{
    display:none;
    color:#ff273c;
    text-align:center;
    font-size:19px;
    font-weight:bold;
    padding-bottom:10px;
}


.premium-number-item-area {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
}

.premium-result-table {
    width: 806px;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
    margin: 0 auto;
}
.premium-result-table-start, .premium-result-table-end, .premium-result-table-detail, .premium-result-table-number {
    line-height: 40px;
    background-color: #ebedf0;
    margin-bottom: 3px;
    text-indent: 10px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.premium-result-table-start {
    width: 300px;
}
.premium-result-table-end {
    width: 300px;
}
.premium-result-table-number {
    width: 600px;
}
.premium-result-table-detail {
    width: 200px;
    text-align:center;
}
    .premium-result-table-detail span {
        display: inline-block;
        line-height: 30px;
        text-align: center;
        background-color: #7d0511;
        cursor: pointer;
        padding: 0 20px;
        font-family: "Montserrat SemiBold";
        color: #FFFFFF;
        border-radius: 15px;
        font-size: 16px;
        transition: background-color 0.3s;
    }
        .premium-result-table-detail span:hover {
            background-color: #b1404b;
        }
.premium-result-table-title {
    background-color: #8d8d8d;
    color:#fff;
    font-weight:bold;
    font-size:18px;
}
.return-page {
    display: inline-block;
    line-height: 40px;
    text-align: center;
    background-color: #7d0511;
    cursor: pointer;
    padding: 0 20px;
    font-family: "Montserrat SemiBold";
    color: #FFFFFF;
    border-radius: 15px;
    font-size: 16px;
    transition: background-color 0.3s;
    margin:20px 0;
}
    .return-page:hover {
        background-color: #b1404b;
    }

.message-area{
    width:1250px;
    height:100%;
    margin:0 auto;
}
.message-area-flex1 {
    display: flex;
    flex-direction: row;
    justify-content: space-around
}
    .message-area-flex1 textarea {
        width:600px;
        height:70px;
        padding:10px;
    }
    .message-area-flex1 input {
        width: 200px;
        height:40px;
    }

.conversation {
    width: 500px;
    margin: 0 auto;
    height: calc(100% - 12px);
    max-height: 300px;
    position: relative;
    background: #efe7dd url(https://cloud.githubusercontent.com/assets/398893/15136779/4e765036-1639-11e6-9201-67e728e86f39.jpg) repeat;
    z-index: 0;
    overflow: auto;
}
.conversation-container {
    height: calc(100% - 68px);
    box-shadow: inset 0 10px 10px -10px #000000;
    overflow-x: hidden;
    padding: 0 16px;
    margin-bottom: 5px;
}

.message {
    color: #000;
    clear: both;
    line-height: 18px;
    font-size: 15px;
    padding: 8px;
    position: relative;
    margin: 8px 0;
    max-width: 85%;
    word-wrap: break-word;
    z-index: -1;
}
    .message:first-child {
        margin: 16px 0 8px;
    }
    .message:after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
    }

    .message.d1 {
        background: #fff;
        border-radius: 0px 5px 5px 5px;
        float: left;
    }

    .message.d2 {
        background: #e1ffc7;
        border-radius: 5px 0px 5px 5px;
        float: right;
    }
    .message.d1:after {
        border-width: 0px 10px 10px 0;
        border-color: transparent #fff transparent transparent;
        top: 0;
        left: -10px;
    }

    .message.d2:after {
        border-width: 0px 0 10px 10px;
        border-color: transparent transparent transparent #e1ffc7;
        top: 0;
        right: -10px;
    }

.message-popup-area {
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index:1030;
}
.message-popup-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.6;
}
.message-popup-content {
    position: fixed;
    top: 5vh;
    left: 0;
    right: 0;
    bottom: 5vh;
}
.message-popup-conversation {
    width: 100vw;
    height: 90vh;
    max-height: unset;
}
    .message-popup-conversation .conversation-container {
        height: calc(100% - 1vh);
    }
.message-popup-close {
    position: fixed;
    top: 0;
    right: 0;
    width: 8vh;
    height: 8vh;
    background-image: url('/img/close.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 5vh;
}

.numberlist-popup-area {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1030;
}

.numberlist-popup-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.6;
}

.numberlist-popup-content {
    position: fixed;
    background-color:#fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.numberlist-popup-content-inside {
    position:relative;
    width: 100vw;
    height: 100%;
}

.numberlist-popup-close {
    position: absolute;
    top: -8vw;
    right: 0;
    width: 8vh;
    height: 8vh;
    background-image: url('/img/close.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 5vh;
}