html, body {
    background-color: transparent;
}
@font-face {
    font-family: "nunito-sans";
    src: url('https://cdn.travmedia.com/fonts/NunitoSans-ExtraLight.ttf');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: "nunito-sans";
    src: url('https://cdn.travmedia.com/fonts/NunitoSans-ExtraLightItalic.ttf');
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: "nunito-sans";
    src: url('https://cdn.travmedia.com/fonts/NunitoSans-Light.ttf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "nunito-sans";
    src: url('https://cdn.travmedia.com/fonts/NunitoSans-LightItalic.ttf');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: "nunito-sans";
    src: url('https://cdn.travmedia.com/fonts/NunitoSans-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "nunito-sans";
    src: url('https://cdn.travmedia.com/fonts/NunitoSans-Italic.ttf');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: "nunito-sans";
    src: url('https://cdn.travmedia.com/fonts/NunitoSans-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "nunito-sans";
    src: url('https://cdn.travmedia.com/fonts/NunitoSans-SemiBoldItalic.ttf');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: "nunito-sans";
    src: url('https://cdn.travmedia.com/fonts/NunitoSans-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "nunito-sans";
    src: url('https://cdn.travmedia.com/fonts/NunitoSans-BoldItalic.ttf');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: "nunito-sans";
    src: url('https://cdn.travmedia.com/fonts/NunitoSans-ExtraBold.ttf');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: "nunito-sans";
    src: url('https://cdn.travmedia.com/fonts/NunitoSans-ExtraBolditalic.ttf');
    font-weight: 800;
    font-style: italic;
}
@font-face {
    font-family: "nunito-sans";
    src: url('https://cdn.travmedia.com/fonts/NunitoSans-Black.ttf');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: "nunito-sans";
    src: url('https://cdn.travmedia.com/fonts/NunitoSans-BlackItalic.ttf');
    font-weight: 900;
    font-style: italic;
}
#sliderImageBlk{
    padding:0;
    margin:0;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    z-index:-1;
    min-height: 100%;
    overflow: hidden;
}
#sliderImageBlk img{
    position:absolute;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    width:100%;
    z-index:1;
    min-height: 100%;
    object-fit: cover;
}
#sliderImageBlk img:not(:first-of-type) {
    display: none;
}
#sliderImageBlk img.active{
    z-index:3
}
.loginContainer {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 1px;
    right: 1px;
    top: 80px;
}
@media (max-width: 500px) {
	.loginContainer, .loginAreaContainer {
		top: 30px !important;
	}
}
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    width:inherit;
    height:inherit;
    margin: 0 auto;
    pointer-events: all;
}

#registerAdvancedOptions .custom-checkbox .col-xs-6,
#registerAdvancedOptions .custom-checkbox .col-sm-4,
#registerAdvancedOptions .custom-checkbox .col-md-3,
#registerAdvancedOptions .custom-checkbox .col-lg-3,
#registerAdvancedOptions .custom-checkbox .col-xl-3 {
    width: 100%;
    float: none;
}

.loginAreaMainContainer ::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}
.loginAreaContainer {
    left: 1px; right: 1px; top: 80px; margin: 0; overflow: auto; height: 100%;
}
.region-list label {
    padding-left: 4px;
}
#selectableUsers .col-xs-6 {
    padding-left: 0px;
}
#selectableUsers .profile-thumb {
    position: relative;
}
#selectableUsers .company-social-card {
    min-height: 209px !important;
}

#selectableUsers .profile-thumb .company-card-text-overlay {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    color: #FFF;
    display: block;
    padding: 10px;
    opacity: 0;
    background-color: #000;
    font-size: 12px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
#selectableUsers .profile-thumb .company-card-text-overlay a {
    text-decoration: none;
    color: #fff;
}
#selectableUsers .profile-thumb:hover .company-card-text-overlay {
    opacity: 0.6;
    transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
}

.urlStoryInfo {
    background: #e0e0e0;
    padding: 10px;
    display: none;
}

.urlStoryInfo .storyImg{
    float: right;
}
#txtMediaKitPdfDropzone {
	height: 100%;
}
#registrationFrm .influencerRegFields .progress {
    display: none;
}
#registrationFrm #filelist {
    text-align: center;
    padding-top: 15px;
}

#cookiesPolicy {
    position: fixed;
    bottom: -150px;
    right: 10px;
    margin-left: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    opacity: .95;
    filter: alpha(opacity=95);
    background-color: #e0e0e0;
    z-index: 20000;
    padding: 8px 20px 16px 20px;
    font-size: 14px;
    cursor: pointer;
    line-height: 1.5;
    height: 145px;
}
#cookiesPolicy .closeicon{
    float: right;
}
#profileImageDropzone {
    height: 100%;
}
.required-asterisk {
    color: red;
    font-size: 24px;
    line-height: 0px;
}
#tm-homepage-container .homepage-content-body-container {
    background-color: white;
}
.anchor-with-fixed-navbar {
    padding-top: 50px;
    margin-top: -50px;
}

/* Always show contact form scrollbar */
#contact-us-popup-form .InnerPopupContent .ps-scrollbar-y-rail {
    opacity: 0.6;
}

.captcha {
    display: flex;
    flex-basis: 100%;
    flex-wrap: nowrap;
    gap: 10px;
}

.captcha .captcha-input {
    flex-grow: 1;
}

.paymentButtons .btn.btn-default.active {
    border-width: 2px;
    border-color: green;
}
#registrationFrm .specialtiesBeatsWrapper label {
    text-transform: capitalize;
}
.user-profile-photo-upload-container .userProfilePhotoContainer {
    width: 130px;
    height: 130px;
    overflow: hidden;
    border-radius: 4px;
}