



/****
Utility
****/

body {
    background-color: white;
    font-family: "poppins";
}

body img {
    max-width: 100%;
}

/* Buttons and Links */

a {
    color: #d60000;
}

a:hover {
    color: black;
}

.btn {
    font-size: 1em;
    font-weight: 600;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.35) 2px 2px 5px;
}

.btn-primary {
    background-color: black;
    color: white;
    border: 3px solid white;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background-color: red !important;
    color: white;
    border: 3px solid black;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn{
    background-color: #e15b5b;
    border:none;
}

.btn-danger {
    background-color: red;
    color: white;
    border: 3px solid white;
}

.btn-danger:hover {
    background-color: white;
    color: red;
    border: 3px solid red;
}

.btn:hover {
    background-color: red !important;
    color: white;
    border: 3px solid black;
}

/* END Buttons and Links */

/* Forms */

.form-check-input {
    border: 2px solid rgb(255 0 0);
    margin-right: 20px !important;
}

.form-check-input:checked {
    background-color: #ff0000;
    border-color: #ff0000;
}

.form-check-input:focus {
    box-shadow: none;
}

.form-control:focus {
    border-color: #000;
    box-shadow: none;
}

input {
    border-radius: 30px;
    width: 35%;
    height: 40px;
    border: 3px solid red;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin: 5px 0px 5px 0px !important;
}

label {
    margin: auto !important;
    font-size: 18px;
    font-weight: 600;
    color: black;
}

/* END Forms */

/* Other Utilities */

.mw-30 {
    max-width: 30%;
}

.mw-50 {
    max-width: 50%;
}

.mw-80 {
    max-width: 80%;
}

.spinner-border,
.spinner-grow {
    vertical-align: middle;
}

hr {
    border: 0;
    height: 2px;
    background-color: #dcdcdcb0;
    opacity: 1;
    margin: 50px 0px;
}

h4 {
    font-size: 2em;
    color: black;
}

/* END Other Utilities */

/****
Nav Bar
****/
nav .nav-item{
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 10px 10px 10px 0px;
}
nav .nav-item .active{
    color: rgb(33, 37, 41) !important;
    background: #fff;
    border-radius: 8px;
}

.nav-link {
    padding: 10px !important;
}

/****
Landing Page
****/
.landing-page-container {
    /*background-image: url(/media/orng-blue-polygons-bg-1-min.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
    background-color: #fff;
    height: 100%;
    min-height: 100vh;
}
.landing-page-container .container {
    max-width: 800px;
}
.video-title {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    color: #000;
}

.video-holder video {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 10px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-description {
    margin: auto;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 10px;
    border-radius: 8px;
    padding: 20px 10px;
    line-height: 1.75em;
    width: 97%;
}

.video-player-socials {
    margin: 20px 0px;
}

.cta-holder {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.cta-holder a {
    background-color: black;
    padding: 10px;
    text-align: center;
    border-radius: 30px;
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    margin: 0px 10px;
    border: 3px solid white;
    box-shadow: rgba(0, 0, 0, 0.35) 5px 5px 15px;
}

.cta-holder a:hover {
    background-color: white;
    border: 3px solid black;
    color: black;
}

.landingpage-footer {
    margin: 40px 0px 10px 0px;
    display: flex;
    align-items: center;
    border: 3px solid #1951a8;
    border-radius: 8px;
    background-color: white;
    box-shadow: rgba(149, 157, 165, 0.5) 3px 3px 10px;
    padding: 15px 5px;
}

.social-icon {
    font-size: 40px;
    text-decoration: none;
}

.footer-contact {
    font-size: 20px;
}

.vtr-disclosure {
}
/* END Landing*/


/****
Individual Location - 'Change Video Text Reply' Panel
****/

/* Edit Title */
.edit-vtr-title-input{
    width: 55%;
    display: inline-block;
}
.save-vtr-title:hover, .edit-vtr-title:hover, .cancel-vtr-title:hover{
    cursor: pointer;
    color: red;
}
/* END Edit Title*/

#newVid video {
    width: 100%;
}

.active-vtr .vtr-info {
    border: #6e6e6e 1px solid;
    border-radius: 20px;
    background: #6e6e6e;
}

.instructions-locations {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 2px;
    text-align: center;
    background-color: rgb(222 222 222 / 15%);
    border-radius: 25px;
    color: black;
    box-shadow: rgb(98 93 93 / 10%) 5px 8px 14px;
    margin: auto;
    max-width: 996px;
}

.instructions-locations i, .custom-instructions i {
    font-size: 20px;
    margin-left: 10px;
}

.customize-vtr-buttons button {
    width: 49%;
    font-size: 12px;
    padding: 10px 20px;
}

.customize-vtr-panes-container{
    text-align: center;
}

.video-pane video{
    max-width: 100%;
    margin: auto;
    display: block;
}

.vid-reply-title-container .form-check-input{
    width:50px;
    height:50px;
}

.vtr .form-label{
    padding-top: 17px;
}

.vtr-info .col-sm-6 {
    padding: 0;
    margin: 0px;
    text-align: center;
}

.update-image.btn,
.update-text {
    font-size: 16px !important;
    border: 3px solid white;
    width: 95%;
    text-align: center;
}

/*** Fake Landing Page ***/

.fake-landing {
    text-align: center;
    border: 1px solid grey;
    padding: 10px;
}

/*** Fake Phone ***/

.phone {
    position: relative;
    margin: 40px auto;
    height: 476px;
    width: 300px;
    border-radius: 40px;
    box-shadow: 0px 0px 0px 11px #1f1f1f, 0px 0px 0px 13px #191919,
    0px 0px 0px 20px #111;
}
.phone:before,
.phone:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/*home button indicator*/

.phone:after {
    bottom: 7px;
    width: 140px;
    height: 4px;
    background-color: #f2f2f2;
    border-radius: 10px;
}

/*frontal camera/speaker frame*/
.phone:before {
    top: 0px;
    width: 56%;
    height: 30px;
    background-color: #1f1f1f;
    border-radius: 0px 0px 40px 40px;
}

.screen {
    height: 100%;
    background-color: #fff;
    border-radius: 40px;
    text-align: right;
}

.phone-speaker,
.phone-camera {
    position: absolute;
    display: block;
    color: transparent;
}

/*speaker*/

.phone-speaker {
    top: 0px;
    left: 50%;
    transform: translate(-50%, 6px);
    height: 8px;
    width: 15%;
    background-color: #101010;
    border-radius: 8px;
    box-shadow: inset 0px -3px 3px 0px rgba(256, 256, 256, 0.2);
}

/*camera*/

.phone-camera {
    left: 10%;
    top: 0px;
    transform: translate(180px, 4px);
    width: 12px;
    height: 12px;
    background-color: #101010;
    border-radius: 12px;
    box-shadow: inset 0px -3px 2px 0px rgba(256, 256, 256, 0.2);
}
.phone-camera:after {
    content: "";
    position: absolute;
    background-color: #2d4d76;
    width: 6px;
    height: 6px;
    top: 2px;
    left: 2px;
    top: 3px;
    left: 3px;
    display: block;
    border-radius: 4px;
    box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.5);
}
.message {
    font-size: 14px;
    max-width: 95%;
    border-radius: 20px;
    padding: 8px 13px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 10px;
    display: inline-block;
    color: white;
    margin-left: 5%;
    background: #147efb;
    background-attachment: fixed;
    position: relative;
    text-align: left;
}
.message:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: -10px;
    width: 10px;
    height: 20px;
    border-bottom-left-radius: 10px;
}

.message:before {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: -8px;
    height: 20px;
    width: 20px;
    background: #147efb;
    background-attachment: fixed;
    border-bottom-left-radius: 15px;
}

.message-img {
    margin-top: 50px;
}

.message-img:after {
    background-color: #fff;
}

.message-img img{
    max-height: 200px;
}

.message-txt {
    margin-top: 10px;
}

.message-txt:after {
    background-color: #fff;
}

.phone-link {
    color: rgb(0, 0, 238);
    background: #fff;
    padding: .375rem .75rem;
    width: 100%;
    display: block;
    border-radius: 6px;
    margin-top: -15px;
}



/*Record Video Popup*/

.blink {
    animation: blinker 1.5s cubic-bezier(.5, 0, 1, 1) infinite alternate;
}
@keyframes blinker {
    from { opacity: 1; }
    to { opacity: 0; }
}

#recording-timer-container{
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.8);
    border-radius: 10px;
    padding: 5px;
    color: #fff;
}

/****
Individual Location - 'Customize Landing Page' Panel
****/

.custom-instructions {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 5px;
    text-align: center;
    background-color: rgb(222 222 222 / 15%);
    border-radius: 25px;
    color: black;
    box-shadow: rgb(98 93 93 / 10%) 5px 8px 14px;
    margin: auto;
    max-width: 996px;
}

#landingPreviewLink {
    background-color: red;
    color: white;
    text-decoration: none;
    padding: 10px 15px;
    border: 3px solid white;
    border-radius: 30px;
    display: inline-block;
    margin-top: 20px;
}

#landingPreviewLink:hover {
    background-color: white;
    color: red;
    border: 3px solid red;
}

#panel-landing input[type="text"] {
    height: 60px;
    border: 3px solid #00000024;
    padding: 10px;
}


#panel-landing textarea {
    height: 150px;
    border: 3px solid #00000024;
}

#panel-landing input:focus,
#panel-landing textarea:focus {
    border: 3px solid #ff0000;
}

#panel-landing label {
    margin: auto !important;
    font-size: 18px;
    font-weight: 400;
    color: black;
}

.customize-landing-page .col-sm6 {
    border: 3px solid black;
    border-radius: 30px;
}

#landing-change-btn {
    padding: 8px 65px;
    font-size: 24px;
    margin-bottom: 20px;
}

#change-current-vtr-video-mobile{
    display:none;
}
.social-dropdown{
    padding:1%;
    text-align: center;
}
.social-dropdown i {
    width: 18%;
    display: inline-block;
    font-size: 24px !important;
}
.social-dropdown i:hover{
    color:red;
    cursor: pointer;
}
.social-icon-customizer i{
    font-size: 44px;
}
.social-icon-customizer button{
    font-size: 16px;
    font-weight: 400;
    line-height: unset;
    padding: 0px 5px;
    max-height: 40px;
}
.delete-social-button{
    font-size: 24px;
}
.delete-social-button:hover{
    opacity:60%;
    cursor: pointer;
}
.social-button-container{
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
}
#add-social-button{
    font-size: 24px;
    transition: .3s ease;
}
#add-social-button:hover{
    color: red;
    cursor: pointer;
}

/****
Individual Location - 'Settings' Panel
****/

#panel-settings {
    background-color: #e4e4e4;
    padding: 40px 20px;
    margin-top: 50px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 5px 15px 25px,
    rgba(0, 0, 0, 0.05) 5px 5px 10px;
}

#panel-settings label {
    font-size: 30px;
}

#panel-settings input {
    margin-top: 20px !important;
}

#panel-settings .row {
    justify-content: space-between;
}

#panel-settings .row .col-sm-4 {
    background-color: black;
    margin: 15px 0px 0px 10px;
    text-align: center;
    border: 4px solid red;
    padding: 20px 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 4px 4px 5px;
    color: #fff;
    width: 30%;
}

#panel-settings .row .col-sm-4 h6 {
    font-size: 24px;
    color: white;
}

/*END SETTINGS*/

/****
Agency
****/

.video-popup-trigger {
    font-size: 30px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

.api-key-input {
    border: 3px solid black;
    border-radius: 20px;
}

.api-key-input:focus {
    box-shadow: none;
    border: 3px solid red;
}

.agency-key-holder {
    margin-top: 50px;
}

.btn-init {
    background-color: white;
    color: black;
    border: 3px solid black;
}

.btn-init:hover {
    background-color: black;
    color: white;
    border: 3px solid white;
}

.triple-btn {
    margin-bottom: 0px;
}

.triple-btn btn {
    margin-right: 0px !important;
    text-align: center;
}

.sync-container{
    margin-bottom: 20px;
}

.active-location {
    background-color: #ffffff;
    padding: 25px 10px 0px 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 15px;
    border-radius: 15px;
    justify-content: space-around;
    margin: 5px;
}

.missed-call-container {
    display: flex;
    align-content: space-around;
    justify-content: space-between;
    margin-bottom: 50px;
}

.missed-vtr {
    background-color: black;
    margin-top: 15px;
    text-align: center;
    border: 4px solid red;
    padding: 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 4px 4px 5px;
    color: #fff;
}

.missed-vtr h6 {
    font-size: 24px;
    color: white;
}

.not-imported {
    color: white;
}

/*Users Modal*/
#subusersModal {
    background-color: rgb(0 0 0 / 24%);
    background-image: linear-gradient( 315deg, rgba(0, 0, 0, 0.49) 0%, rgb(158 158 158 / 21%) 74% );
}

.manage-users-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

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

#user-3 {
    align-items: center;
}

.username {
    font-size: 18px;
}

.modal-footer .btn {
    background-color: red;
    border: none;
    font-size: 16px;
    padding: 5px 15px 5px 15px;
}

.modal-footer .btn:hover {
    background-color: #000;
    border: none;
}

#user-element-cloner {
    display: none;
}
/*END Users Modal*/

/*Settings*/
#change-agent-password-form {
    background-color: rgb(0 0 0 / 24%);
    background-image: linear-gradient( 315deg, rgb(0 0 0 / 87%) 0%, rgb(158 158 158 / 21%) 74% );
    padding: 40px;
    border-radius: 20px;
    height: 400px;
    width: 70%;
    margin: auto;
}
/*END Settings*/

/****
LOGIN
****/

.logo-holder {
    display: block;
    margin-bottom: 30px;
    background-image: url("/media/top-grey-wave_2_full-min.png");
    width: 100%;
    max-width: 100%;
    background-size: cover;
    background-position: bottom;
}

#login-logo {
    display: block;
    margin: auto;
    width: 17%;
    padding-top: 50px;
}

#login-form-holder {
    display: flex;
    padding: 0px 0px 20px 0px;
    width: 100%;
}

#login-form {
    width: 50%;
    display: block;
    height: auto;
    margin: auto;
    background-image: url("/media/black-liquid-bg-20-min.png"),
    linear-gradient(90deg, #aaaaaa 0%, #282828 100%);
    background-blend-mode: multiply;
    background-color: #ffffff;
    padding: 25px 20px 50px 10px;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.25) 3px 2px 15px;
}

#login-form img {
    opacity: 0.5;
}

#login-form label {
    color: white;
}

.username-input {
    width: 75%;
    margin: auto;
}

.password-input {
    width: 75%;
    margin: auto;
}

.login-btn-holder {
    text-align: center;
    margin-top: 25px;
}

.login-btn {
    width: 50%;
    margin: auto;
    padding: 10px 0px;
    background: linear-gradient(to left, rgb(222 0 0), rgb(237 0 0));
    font-size: 18px;
    font-weight: 500;
    color: white;
    border-radius: 50px;
    transition: 0.3s;
}

.login-btn:hover {
    background: linear-gradient(to left, rgb(0 0 0), rgb(0 0 0));
    color: red;
}

.register-btn-holder {
    padding: 0px 0px 50px 0px;
}

.register-btn {
    margin: auto;
    background-color: black;
    padding: 10px 5px;
    width: 50%;
    font-size: 18px;
    font-weight: 600;
    color: white;
    border: 1px solid red;
    border-radius: 30px;
    transition: 0.3s;
}

.register-btn-right {
    padding-top: 25px;
    margin: auto;
    text-align: center;
}

.register-btn-right p {
    font-size: 22px;
    font-weight: 600;
    width: 85%;
    text-align: center;
    margin: auto;
    padding-bottom: 50px;
}
/*END LOGIN*/



/****
Affiliate
****/
.active-agency {
    background-color: #ffffff;
    padding: 25px 10px 25px 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 15px;
    border-radius: 15px;
    justify-content: space-around;
    margin: 5px;
}


/****
Responsive
****/

@media (min-width: 300px) and (max-width: 769px) {

    /*Login*/
    .logo-holder {
        display: block;
        margin-bottom: 30px;
        background-image: url(/media/top-grey-wave_2_full-min.png);
        width: 100%;
        max-width: 100%;
        background-size: cover;
        background-position: revert;
    }

    #login-logo {
        display: block;
        margin: auto;
        width: 50%;
        padding-top: 91px;
    }

    #login-form {
        width: 90%;
    }
    .username-input {
        width: 100%;
    }
    .password-input {
        width: 100%;
    }

    .register-btn-right p {
        font-size: 16px;
        padding-bottom: 20px;
    }

    /*END Login*/

    /*Location*/
    .upload-new-video-mobile, #change-current-vtr-video-mobile{
        display:inline-block !important;
    }
    .video-change-btn, #change-current-vtr-video{
        display:none;
    }
    .video-pane video{
        max-height: 300px;
        width: auto;
    }
    /*END Location*/

    /*Agency*/
    .vtr-info button {
        font-size: 18px !important;
        margin-top: 10px;
        width: 100%;
    }
    .triple-btn .btn {
        font-size: 18px;
        width: 49%;
        margin: 10px 0px;
        padding: 10px;
    }
    /*END Agency*/

    /*END Landing*/
    .cta-holder a{
        margin: 10px 0px;
        width:90%;
    }
    /*END Landing*/

}