/*#329FA9*/

body {
    overflow-x: hidden!important;
}
.login-form .field-widget input::placeholder {
    color: white;
}

.select2-container--material {
    width: 100% !important;
    /**
     * Textbox
     */
    /**
     * Dropdown
     */
    /**
     * Options
     */
    /**
     * Focused textbox
     */
    /**
     * Disabled textbox
     */
}

.select2-container--material ::-webkit-input-placeholder {
    color: inherit;
}

.select2-container--material :-ms-input-placeholder {
    color: inherit;
}

.select2-container--material ::-ms-input-placeholder {
    color: inherit;
}

.select2-container--material ::placeholder {
    color: inherit;
}

.select2 .select2-container .select2-container--material{
    height:50px!important;
}

.select2-container--material .select2-selection {
    /* @extend input */
    overflow: visible;
    font: inherit;
    touch-action: manipulation;
    margin: 0;
    line-height: inherit;
    border-radius: 2px;
    box-sizing: inherit;
    height: 50px;
    line-height: inherit;
    /* @extend .form-control */
    display: block;
    width: 100%;
    color: white;
    background-clip: padding-box;
    border: 1px solid white;
    padding: .5rem 0 .6rem;
    font-size: 14px;
    line-height: inherit;
    background-color: transparent;
    background-image: none;
    border-radius: 2px;
    margin-top: .2rem;
    margin-bottom: 1rem;
    /* @extend input[type=text] */
    /*background-color: transparent;*/
    /*border: none;*/
    /*border-bottom: 1px solid #ccc;*/
    border-radius: 2px;
    outline: 0;
    width: 100%;
    font-size: 14px;
    box-shadow: none;
    transition: all .3s;
    min-height: 2.1rem;
}

/*.select2-container .select2-selection--single .select2-selection__rendered {*/
/*  padding-left:0;*/
/*}*/
/*.select2-container--material .select2-selection .select2-selection__rendered {*/
/*    padding-left: 4px !important;*/
/*}*/

.select2-container--material .select2-selection--single .select2-selection__rendered {
    float: left;
    line-height: 30px;
}

.select2-container--material .select2-selection--single .select2-selection__arrow {
    float: right;
}

.select2-container--material .select2-selection--multiple {
    /**
     * Multiple selected options
     */
    /**
     * Multiple selected option clear button
     */
}
.select2-container--material .select2-selection--single{
    margin-bottom:1px!important;
}
.select2-container--material .select2-selection--single:hover{
    border-color: #0296c0!important;
}
.select2 .select2-container .select2-container--material .select2-container--below .select2-container--focus{
    border-color: #0296c0!important;
}
.select2-container--material .select2-selection--multiple .select2-selection__rendered {
    width: 100%;
}

.select2-container--material .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}

.select2-container--material .select2-selection--multiple .select2-selection__choice {
    /* @extend .mdl-chip */
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    border: 0;
    border-radius: 16px;
    background-color: #dedede;
    display: inline-block;
    color: white;
    margin: 2px 0;
    font-size: 0;
    white-space: nowrap;
    /* @extend .mdl-chip__text */
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    float: left;
    margin-right: 8px;
    margin-bottom: 4px;
}

.select2-container--material .select2-selection--multiple .select2-selection__choice__remove {
    /* Hide default content */
    font-size: 0;
    opacity: 0.38;
    cursor: pointer;
    float: right;
    margin-top: 4px;
    margin-right: -6px;
    margin-left: 6px;
    transition: opacity;
}

.select2-container--material .select2-selection--multiple .select2-selection__choice__remove::before {
    content: "cancel";
    /* @extend .material-icons */
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    color: #c7b7cf;
}

.select2-container--material .select2-selection--multiple .select2-selection__choice__remove:hover {
    opacity: 0.54;
}

.select2-container--material .select2-search--inline .select2-search__field {
    color: rgba(0, 0, 0, 0.87);
    width: 100%;
    margin-top: 0;
    /* Match input[type=text] */
    height: 34px;
    line-height: 1;
}

.select2-container--material .select2-dropdown {
    border: 0;
}

.select2-container--material .select2-dropdown .select2-search__field {
    color: rgba(0, 0, 0, 0.87);
    min-height: 2.1rem;
    margin-bottom: 16px;
    border: 0;
    border-bottom: 1px solid #ccc;
    transition: all .3s;
}

.select2-container--material .select2-dropdown .select2-search__field:focus {
    /*color: rgba(0, 0, 0, 0.87);*/
    /*border-bottom: 1px solid #c7b7cf;*/
    /*box-shadow: 0 1px 0 0 #c7b7cf;*/
    border-color: #0296c0;
}

.select2-container--material .select2-results__options {
    /* @extend .zf-shadow-depth* */
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    /* @extend .dropdown-content */
    background-color: #fff;
    margin: 0;
    min-width: 100px;
    max-height: 650px;
    overflow-y: auto;
    z-index: 999;
    will-change: width, height;
    /* @extend .dropdown-content inline styles */
}

.select2-container--material .select2-results__option {
    /* @extend .dropdown-content li */
    cursor: pointer;
    clear: both;
    color: rgba(0, 0, 0, 0.87);
    line-height: 1.5rem;
    text-align: left;
    text-transform: none;
    /* @extend .dropdown-content li>a, .dropdown-content li>span */
    font-size: 14px;
    display: block;
    padding: 1rem;
    /**
     * Disabled options
     */
    /**
     * Selected option
     */
    /**
     * Active/hovered option
     */
}

.select2-container--material .select2-results__option[aria-disabled=true] {
    /* @extend .select-dropdown li.disabled */
    color: rgba(0, 0, 0, 0.3);
    background-color: transparent !important;
    cursor: context-menu;
    /* @extend .disabled */
    cursor: not-allowed;
}

.select2-container--material .select2-results__option[aria-selected=true] {
    /* @extend .dropdown-content li:active, .dropdow-content li:hover */
    color: rgba(0, 0, 0, 0.87);
    background-color: #eee;
}

.select2-container--material .select2-results__option--highlighted[aria-selected] {
    background-color: #ddd;
}

.select2-container--material.select2-container--focus .select2-selection {
    /* @extend input[type=text]:focus */
    border-bottom: 1px solid #c7b7cf;
    box-shadow: 0 1px 0 0 #c7b7cf;
}

.select2-container--material.select2-container--disabled .select2-selection {
    /* @extend .select-wrapper input.select-dropdown:disabled */
    color: rgba(0, 0, 0, 0.3);
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid #c7b7cf;
}

.select2-container--material.select2-container--disabled.select2-container--focus .select2-selection {
    box-shadow: none;
    border-color: #0296c0;
}

.select2-container--material .select2-dropdown .select2-search__field{
    margin-bottom: 0px!important;
    border: 1px solid #0296c0!important;
    box-shadow: none!important;
}

.select2-container--material.select2-container--focus .select2-selection{
    box-shadow: none!important;
    border: 1px solid white!important;
}

.slider-static {
    padding-top: 100px;
}

.btn.btn-theme-outline{
    color: #ffffff !important;
    border: 2px solid #0296c0;
    background-image: none;
    padding: 15px 25px;
}

.btn.btn-theme-outline.active {
    color: #ffffff !important;
    -webkit-box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);
    background: #0296c0!important;
    background: -webkit-linear-gradient(90deg, #0296c0, #329FA9)!important;
    background: -o-linear-gradient(90deg, #0296c0, #329FA9)!important;
    background: -moz-linear-gradient(90deg, #0296c0, #329FA9)!important;
    background: linear-gradient(90deg, #0296c0, #329FA9)!important;
}

.input-line{
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #c7b7cf;
    height: 50px;
    padding-left: 40px;
    color: #ffffff;
}

.input-line::placeholder{
    color: #fff;
}

ul.footer-nav > li > a {
    color: #fff
}

ul.footer-nav > li > a:hover {
    color: #0296c0;
}

.profile-img-holder {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 198px;
}

.page-list{
    list-style-type: disc;
}

.page-list > li {
    margin-left: 20px;
}

.field-widget > .form-control{
    border-radius: 0;
}

.form-control:focus{
    outline: none;
    box-shadow: none;
}

.mega-menu .drop-down-multilevel * {
    color: unset;
}

.logout-icon{
    font-size: 1.5em;
    padding-top: 40px;
}

.messages-unread,
.badge-credits{
    position: absolute;
    top: 25%;
    left: 70%;
}

.credits-badge{
    position: absolute;
    top:25%;
    left:70%;
}

.like-button{
    border: none;
    color:#333;
    background: transparent
}

a.btn-profile-icon{
    width: unset!important;
    height:unset!important;
    line-height:unset!important;
    background: transparent
}

a.btn-profile-icon:focus{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.social-icons.color .social-gplus button, .social-icons.color-hover .social-gplus button:hover {
    background-color: #db5442;
    color: white;
}



.chat-wrapper{
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    position: relative;
}
.side-chat-container{
    max-width: 300px;
    min-width: 200px;
    display: block;
    width: 100%;
    background: lightgrey;
    position:relative;
    border: 1px solid #0296c0;
    border-right: none;
}

.main-chat-container {
    overflow-y: hidden;
    width: 100%;
    border: 1px solid #0296c0;
    display: flex;
    flex-direction: column;
    flex: 3;
    position: relative;
    background: #fff;
}

.chat-top{
    width: 100%;
    border-bottom: 1px solid;
    padding: 5px;
    align-items: center;
    display: flex;
}


.main-chat-container>.chat-top {
    border-color: #0296c0;
    position: absolute;
    top: 0;
    left: 0;
    background:#fff;
    z-index:80;
}

.chat-main-status{
    height: 16px;
    line-height: 16px;
}
.slide-in-chat>.chat-top,
.side-chat-container>.chat-top {
    border-color: transparent;
}


.btn-transparent{
    background: transparent
}

.font-32{
    font-size: 32px;
}

.font-24{
    font-size: 24px;
}

.font-18{
    font-size: 18px;
}

.slide-in-chat {
    width: 300px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: lightgrey;
    border: 1px solid #0296c0;
    display:block;
    z-index:1000;
    -webkit-transition: width 2s; /* Safari prior 6.1 */
    transition: width 2s;
}

.chat-input-area{
    position: absolute;
    bottom: 0;
    left: 0;
    /*height: 100px;*/
    width: 100%;
    background: white;
}

.chat-input>textarea,
.chat-input>textarea:hover,
.chat-input>textarea:focus{
    height: 110px;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 0;
}

.chat-mockup-content{
    display: block;
    width: 90%;
    height: 200px;
    margin: 5px;
    background: green;
    min-height:200px;
    max-height: 200px;
}

.side-chat-contents,
.side-chat-content,
.main-chat-content{
    display: block;
    width:100%;
    position: relative;
}

.main-chat-content{
    margin-top: 60px;
    background: rgba(0,0,0,0.05);
}

.contact-wrapper{
    padding: 10px;
    border-bottom: 1px solid white;
}

.start-chatting{
    background: #0296c0;
    background: -webkit-linear-gradient(90deg,#0296c0,#329FA9);
    background: -o-linear-gradient(90deg,#0296c0,#329FA9);
    background: -moz-linear-gradient(90deg,#0296c0,#329FA9);
    background: linear-gradient(90deg,#0296c0,#329FA9);
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.theme-red-colour{
    color: #552521;
}

.btn-theme-red {
  color: #fff;
  background-color: #552521;
  border-color: #552521;
}

.btn-theme-red:hover {
  color: #fff;
  background-color: #372A40;
  border-color: #372A40;
}

.btn-theme-red:focus, .btn-theme-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-theme-red.disabled, .btn-theme-red:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-theme-red:not(:disabled):not(.disabled):active, .btn-theme-red:not(:disabled):not(.disabled).active,
.show > .btn-theme-red.dropdown-toggle {
  color: #fff;
  background-color: #552521;
  border-color: #552521;
}

.btn-theme-red:not(:disabled):not(.disabled):active:focus, .btn-theme-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-theme-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.me-photo, .partner-photo{
    width: 100%;
    height: auto;
    max-width: 22px;
    max-height: 22px;
}


.bubble{
    padding:10px;
    border-radius: 10px;
}

.message-me>.bubble{
    background: rgba(0, 0, 0, 0.3)
}

.message_content{
    font-size:16px;
}

.message-partner>.bubble{
    background: #0296c0;
}

.contact-wrapper.active{
    background: #0296c0;
}

.contact-wrapper:hover{
    background: #0296c0;
}

.team-social-icon.social-icons li {
    width: auto;
}

.like-button.active{
    background-color: #db5442;
    color: white;
}

.page-item.active .page-link{
    border-color: #0296c0;
    background: #0296c0;
    background: -webkit-linear-gradient(90deg,#0296c0,#329FA9);
    background: -o-linear-gradient(90deg,#0296c0,#329FA9);
    background: -moz-linear-gradient(90deg,#0296c0,#329FA9);
    background: linear-gradient(90deg,#0296c0,#329FA9);
}

.bg-theme{
    background: #0296c0;
}

.word-break-all{
    word-break: break-all;
}

.radio>label{
    cursor: pointer;
}
.stepwizard-step:before { right: unset!important; }
.stepwizard-step:nth-child(2):before { display: none; }

.mat-like-input-wrapper >input{
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #c7b7cf;
    height: 50px;
    padding-left: 5px;
    color: #ffffff;
}

.mat-like-input-wrapper >input::placeholder {
    color: white;
}

.btn-circle{
    background: aliceblue;
}

.btn-circle.active{
    background-color: #0296c0;
}

.my-profile-img{
    width: 310px;
}

.transparent-textarea {
    background: white;
    color: black;
    padding: 5px;
    border: 1px solid white!important;
    height: auto!important;
}

.transparent-textarea:disabled{
    background: lightgrey;
    color: black;
}

/*.transparent-textarea::placeholder{*/
/*    color: black;*/
/*}*/

.info-tooltip{
    cursor: pointer;
}

.media-buttons-group{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
    align-items: flex-end;
    padding: 4px;
}

.custom-file-label::after{
    display:none;
}
.custom-file-label{
    top: 0!important;
}
.submit-button{
    z-index: 1000;
    height: 38px;
    padding: 12px 30px;
}
.media-box{
    position: relative;
}

.media-relative{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #333;
  border-radius: 100%;

  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.price-package{
    width: 130px;
    min-width: 130px;
    max-width: 130px;
    margin: 8px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    border-radius:16px;
    border:1px solid #0296c0;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 7px 8px -4px rgba(0,0,0,.2), 0 12px 17px 2px rgba(0,0,0,.14), 0 5px 22px 4px rgba(0,0,0,.12);
    margin-top: 110px;
}

.price-package:hover,
.price-package.active{
    border-width:8px;
}

.price-package-header{
    background: #0296c0;
    background: -webkit-linear-gradient(90deg,#0296c0,#329FA9);
    background: -o-linear-gradient(90deg,#0296c0,#329FA9);
    background: -moz-linear-gradient(90deg,#0296c0,#329FA9);
    background: linear-gradient(90deg,#0296c0,#329FA9);
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-top: -70px;
    justify-content: center;
}

.price-package:hover > .pricing-package-header,
.price-package.active > .pricing-package-header{
    margin-top:-115px;
}

/*.price-package.active>.price-package-header{*/
/*    background-color: #3c4252;*/
/*}*/

.price-package-title{
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.price-package-promo{
    font-size: 13px;
    font-weight: 600;
    color: white;
    text-transform: capitalize;
}

.price-package-body{
    /*display: flex;*/
    /*flex-direction: column;*/
    padding: 15px;
}

.price-package-price{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.price-value{
    line-height: 1;
    color: #329FA9;
    font-size: 42px;
    font-weight: 400;
}

.price-currency{
    padding-right: 4px;
    font-size: 24px;
    font-weight: 600;
    color: #329FA9;
}

.price-package-details{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items:center;
}

.price-credit-value{
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
    color: #329FA9;;
    margin: 20px 0;
}

.price-credits-text{
    font-size: 16px;
    font-weight: 300;
}

.price-package-separator{
    border: 1px solid rgba(0,0,0,.12);
    margin: 32px 0;
}

.price-radio{
    display: none;
}

.price.border {
    cursor: pointer;
}

.price.border.active {
    border: 4px solid #0296c0!important;
    border-radius: 2px;
}

/*match*/
.bounceIn-profile-holder {
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.bounceIn-profile-overlay {
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    padding-top: 30%;
}

.bounceIn-profile-overlay i{
    opacity: 1;
}

.bounceIn-profile-overlay p {
    opacity: 1;
    color: white;
}

.bounceIn-profile {
    width: 250px;
    height: 280px;
    background-repeat:no-repeat;
    background-size:cover;
}

.not-like-holder {
    background-color: white;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    padding-top: 5px;
    position: absolute;
    bottom: -21px;
    left: 10px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.chat-with-holder {
    background-color: white;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    padding-top:7px;
    position: absolute;
    bottom: -21px;
    right: 10px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.chat-with-v2-holder {
    background-color: white;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    padding-top: 7px;
    position: absolute;
    bottom: -26px;
    left: 94px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.match-these-holder {
    background-color: white;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    padding-top: 13px;
    position: absolute;
    bottom: -26px;
    left: 94px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.not-like {
    font-size: 1.9em;
    color: #6c757d;
}

.chat-with {
    font-size: 1.7em;
    color: #007bff;
}

.chat-with-v2 {
    font-size: 2.2em;
    color: #007bff;
}

.match-these {
    font-size: 2.2em;
    color: #dc3545;
}

.match-these-overlay {
    font-size: 3em;
    color: #dc3545;
    text-shadow: 0px 0px 13px white;
}

.match-details-holder {
    margin-top: 1.8rem;
    margin-bottom: 0;
}

/*match*/

.company-info > b{
    margin: 0 5px;
}

/*.company-info {*/
/*    user-select: none; !* supported by Chrome and Opera *!*/
/*    -webkit-user-select: none; !* Safari *!*/
/*    -khtml-user-select: none; !* Konqueror HTML *!*/
/*    -moz-user-select: none; !* Firefox *!*/
/*    -ms-user-select: none;*/
/*    color: #1f1c1c!important;*/
/*}*/

h1.position-relative.divider::before{
    bottom: -60px;
}
ul.menu-links > li > a{
    width:100%!important;
}
.btn-chat-send{
    border-color:white;
    border-radius:0;
    width: 58px;
}

.btn-chat-attach {
    border-color: white;
    width: 58px;
    border-radius: 0;
}

.drop-down-multilevel{
    padding-top: 0!important;
    padding-bottom: 0!important;
}

.step-icon{
    width:60px;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #0296c0;
    background: -webkit-linear-gradient(90deg,#0296c0,#329FA9);
    background: -o-linear-gradient(90deg,#0296c0,#329FA9);
    background: -moz-linear-gradient(90deg,#0296c0,#329FA9);
    background: linear-gradient(90deg,#0296c0,#329FA9);
}

.step-icon>i{
    font-size:30px;
    color: white;
}

.step-link{
    border: none!important;
}
.step-link:hover{
    border: none!important;
}
.step-link:focus{
    box-shadow: none!important;
}
.nav-item.step{
    margin:0 5px;
}

.nav-item.step:focus{
    outline: none!important;
}

.nav-item.step.success>a>div>div:first-child{
    background: #28a745;
}

.step-link.active.show>div>div:first-child{
    background: #552521;
}

.nav-tabs{
    border: none;
}

.step-textarea{
    max-width:500px;
    margin: auto;
}

.mx-w-500{
    max-width:500px;
}

.mx-w-280{
    max-width: 280px;
}

.margin-auto{
    margin: auto;
}

.profile-details.profile-text{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.profile-details.profile-text>.title{
    color: #0296c0;
    font-size: 16px;
    font-style: normal;
    line-height: 18px;
    font-weight: 500;
}
.profile-details.profile-text>div:nth-child(2){
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    margin-left:5px;
}

.step-form{
    background:rgba(0, 0, 0, 0.8);
}

.radio > label {
    color: white;
}
.banner-form .form-inner{
    background:rgba(0, 0, 0, 0.8);
}

.inner-intro{
    height: 150px;
}

.custom-file-label{
    line-height: 24px;
    padding-left: 8px;
}

.border-theme-left{
    border-left:1px solid #0296c0;
}

.border-theme-right{
    border-right: 1px solid #0296c0;
}

.bordered-input-white{
    border: 1px solid white!important;
    border-radius: 2px!important;
    color:white!important;
}

.bordered-input-white:hover,
.bordered-input-white:focus{
    border-color: #0296c0!important;
}

.bordered-input-white::placeholder{
    color: rgba(255,255,255, 0.7)!important;
}

textarea.bordered-input-white{
    background: transparent;
}

textarea.bordered-input-white:focus{
    background: transparent;
}

.bordered-input-white:disabled,
textarea.bordered-input-white:disabled{
    color: #545454!important;
    background: lightgrey!important;
}

.bordered-input-white:disabled:hover,
textarea.bordered-input-white:disabled:hover{
    border: 1px solid white!important;
    cursor: not-allowed;
}

.h-50px{
    height: 50px!important;
}

.bottom-line{
    border-bottom: 1px solid white!important;
}
.no-text-transform{
    text-transform: unset!important;
}

.btn-success.redirect-button{
    cursor: pointer;
    display: inline-block;
    font-family: 'Montserrat',sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 100%;
    margin: 10px 0;
    outline: 0 none;
    padding: 15px 50px;
    position: relative;
    text-transform: capitalize;
    white-space: nowrap;
    border: none;
    border-radius: 23px;
    background: rgb(2, 150, 192);
    background: -moz-linear-gradient(30deg, rgb(2, 150, 192) 30%, rgb(50, 159, 169) 70%);
    background: -webkit-linear-gradient(30deg, rgb(2, 150, 192) 30%, rgb(50, 159, 169) 70%);
    background: -o-linear-gradient(30deg, rgb(2, 150, 192) 30%, rgb(50, 159, 169) 70%);
    background: -ms-linear-gradient(30deg, rgb(2, 150, 192) 30%, rgb(50, 159, 169) 70%);
    background: linear-gradient(120deg, rgb(2, 150, 192) 30%, rgb(50, 159, 169) 70%);
    color: #ffffff !important;
    -webkit-box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);
    box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);
}
.btn-success.redirect-button:hover{
    color: #fff;
    border: 2px solid rgb(2, 150, 192);
}

.menu-logo{
    display: flex!important;
    flex-direction:column;
    justify-content: center;
}
.build-logo {
    background: rgb(2, 150, 192);
    background: -moz-linear-gradient(30deg, rgb(2, 150, 192) 30%, rgb(50, 159, 169) 70%);
    background: -webkit-linear-gradient(30deg, rgb(2, 150, 192) 30%, rgb(50, 159, 169) 70%);
    background: -o-linear-gradient(30deg, rgb(2, 150, 192) 30%, rgb(50, 159, 169) 70%);
    background: -ms-linear-gradient(30deg, rgb(2, 150, 192) 30%, rgb(50, 159, 169) 70%);
    background: linear-gradient(120deg, rgb(2, 150, 192) 30%, rgb(50, 159, 169) 70%);
    color: #ffffff !important;
    font-size: 30px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: Engagement;
}

.footer-logo{
    display: flex;
    justify-content: center;
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-sm > .table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-md > .table-bordered {
        border: 0
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-lg > .table-bordered {
        border: 0
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-xl > .table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive > .table-bordered {
    border: 0
}

.section-title .sub-title {
    font-size: 80px;
}

@media screen and (max-width: 767px) {
    .banner-form .form-inner {
        padding: 10px 2px;
    }

    .intro-title .section-title .sub-title {
        line-height: 70px !important;
        font-size: 30px !important;
    }

    .inner-intro {
        height: 50px !important;
    }

    h1.position-relative.divider::before{
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .slider-static{
        padding-top: 20px;
    }
    .section-title .sub-title {
        line-height: 70px;
    }
    .messages-unread,
    .badge-credits{
        left: unset;
    }
    .credits-badge{
        left: unset;
    }
}


.form-control.is-invalid.custom-invalid {
    padding-right: 0;
}

.invalid-feedback-custom {
    width: 250px;
}

@keyframes blinking {
    0% {
        background-color: #0c5092;
    }
    50%{
      background-color: #0a437b;
    }
    100% {
        background-color: #083663;
    }
}

.if-unread {
    animation: blinking 1s infinite;
}


/* ribbon */
.ribbon {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: absolute;
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #b11818;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 180px;
    padding: 6px 0;
    background-color: #dc3545;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    font: 700 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center;
}

.old-credits {
    color: black;
    text-decoration: line-through;
}

/* bottom right*/
.ribbon-bottom-right {
    bottom: -10px;
    right: -10px;
}

.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.ribbon-bottom-right::before {
    bottom: 0;
    left: 0;
}

.ribbon-bottom-right::after {
    top: 0;
    right: 0;
}

.ribbon-bottom-right span {
    left: -29px;
    bottom: 25px;
    transform: rotate(-45deg);
}

.copyright-footer {
    color: #c5c5c5;
    font-size: 10px;
}



/*new buy credits*/
.img-buy-head-logo {
    height: 25px;
}

.buy-credits-nav-tabs .nav-tabs .nav-link {
    background-color: rgba(83, 65, 72, 0.09);
    border-color: #e9ecef #e9ecef #dee2e6;
    border-bottom: 0;
}

.buy-credits-nav-tabs .nav-tabs .nav-link.active {
    background-color: white;
    border-bottom: 0;
}

.custom-package-holder {
    padding: 15px 10px;
    min-width: 100px;
    border: 1px solid #dee2e6;
    background-color: #f3f6ff;
    cursor: pointer;
}

.custom-package-holder h2 {
    font-size: 1.7rem;
}

.custom-package-holder h4 {
    font-size: 1.2rem;
}

.custom-package-holder h5 {
    color: black;
    font-size: 13px;
}

.glow-when-active-card {
    cursor: pointer;
    position: relative;
    z-index: 0;
}

.glow-when-active-card:before {
    content: '';
    background: linear-gradient(45deg, #b1c7ff, #153dff, #ffffff);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing2 20s linear infinite;
    opacity: .3;
    transition: opacity .3s ease-in-out;
}

.custom-package-sms-holder {
    padding: 20px 12px;
    min-width: 130px;
    border: 1px solid #dee2e6;
    background-color: #f3f6ff;
}


/*affiliate page*/
.width-100 {
    width: 100%;
}

/*sepa ribon*/
.ribbon-sepa{
    margin: 33px 0 50px;
    position: absolute;
    text-transform: uppercase;
    background: rgb(255 0 0);
    border: 1px solid rgba(0,0,0,.3);
    box-shadow: 0px 1px 3px rgb(0 0 0 / 20%);
    padding: 0px 10px;
    clear: both;
    left: -8px;
}

div.left_ribbon{
    color: #fff;
    margin-left: -2px;
    float: left;
    font-size: 12px;
}

div.left_ribbon::before{
    display: block;
    width: 10px;
    height: 0px;
    position: absolute;
    bottom: -10px;
    left: -1px;
    content: "";
    border-bottom: 11px solid transparent;
    border-right: 10px solid rgb(173 0 0);
}

div.left_ribbon::after{
    display: block;
    width: 5px;
    height: 20px;
    position: absolute;
    bottom: 1px;
    right: -1px;
    content: "";
    border: 1px solid rgba(0,0,0,.3);
    transform: skew(0deg,45deg);
    -ms-transform: skew(0deg,45deg); /* IE 9 */
    -webkit-transform: skew(0deg,45deg); /* Safari and Chrome */
    -o-transform: skew(0deg,45deg); /* Opera */
    -moz-transform: skew(0deg,45deg); /* Firefox */
    background: rgb(173 0 0);
}
/*end sepa ribon*/

.line-height-12 {
    line-height: 12px;
}