﻿.field-icon {
    float: right;
    margin-right: 11px;
    position: absolute;
    z-index: 99;
    cursor: pointer;
    right: 0;
    top: calc(50% - 9px);
    font-size: 18px !important;
}

.hide {
    display: none !important
}

.cc-picker-code-select-enabled::after {
    top: 22px !important;
}

#appCountryCode_phoneCode {
    float: left !important;
}

.cc-picker-flag {
    top: 0;
}

.cc-picker-code-select-enabled {
    padding-right: 0 !important;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 80px;
    height: 50px;
    align-items: center;
    display: flex;
    background-color: #F4F4F4;
    border: 0;
    border-right: 1px solid #ced4da;
}

.navbar-logo .main-logo {
    max-height: 100px;
    max-width: 300px;
}

.no-box-shadow {
    box-shadow: none !important;
}

.upgrade-btn {
    box-shadow: 0px 7px 10px rgba(247,42,152,0.35);
}

.btn-pink {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1.25px;
    border-radius: 5px;
    padding: 8px 28px 7px;
    background: #7d0043;
    background: -moz-linear-gradient(45deg, #7d0043 -50%, #f72a98 100%) !important;
    background: -webkit-linear-gradient(45deg, #7d0043 -50%,#f72a98 100%) !important;
    background: linear-gradient(45deg, #7d0043 -50%,#f72a98 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d0043', endColorstr='#f72a98',GradientType=1 ) !important;
    border: 0;
    box-shadow: 0px 7px 10px rgba(247,42,152,0.35);
}

input[type=password].form-control {
    border-radius: .25rem !important;
}

.cc-picker-code-list {
    z-index: 1040 !important;
}
