﻿@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

.font-Greatvibe {
    font-family: 'Great Vibes', cursive;
}

body {
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/
.error {
    color: #d11847;
}

/*#signature .jSignature {
    position: absolute;
    top: 130px !important;
    right: -20px;
    left: -20px;
    background-color: transparent !important;
}*/

.jSignature {
    width: 100% !important;
}

.disabled {
    touch-action: auto !important;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.btn {
    color: #fff;
    background-color: #d31346;
    border: none;
    border-radius: 5px !important;
}

#SignatureController {
    background-color: white;
}

.sign-box {
    background-color: #C0C0C0;
    min-height: 80px;
    border-bottom: 2px solid #000000;
    width: 100%;
    font-size: 0px;
    /*line-height: 80px;*/
    vertical-align: middle;
}

.text-noborder {
    border: none !important;
    border-bottom: 2px solid #000000 !important;
    width: 100%
}

#holder canvas {
    width: 100%;
}

.right-bottom {
    right: 15px;
    position: absolute;
    max-width: 70%;
}

.left-bottom {
    left: 15px;
    position: absolute;
    max-width: 30%;
}

.saveImageBottom {
    width: 30%;
}
/*Common Style*/
@media only screen and (max-width: 768px) {
    .pad, #holder canvas {
        width: 100%;
    }
}

@media screen and (min-width: 990px) and (max-width: 1380px) {
}

@media screen and (max-width: 991px) {
    #share-comment {
        display: none;
    }

    #signature-area {
        width: 100%;
        display: block;
        /*z-index:999;*/
    }

    #footer2 {
        display: inline-block;
    }

    #mobile-share-comment {
        display: block !important;
    }
}

.topbar {
    background-color: #fff;
    padding: 15px;
    text-align: center;
    z-index: 9999;
    width: 100%
}

.mr-10 {
    margin-right: 10px;
}

/*div.mobilescrollbar::-webkit-scrollbar {*/
/*background: #B43A3D;*/
/*width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {*/
/*border-radius: 10px;*/
/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    background-color: #B43A3D;
    border-radius: 10px;
    border: 2px solid #ffffff;
}

div.mobilescrollbar {
    height: 650px;
    border: 1px solid gray;
    overflow-y: scroll;
    overflow-x: hidden;
}

    div.mobilescrollbar:hover::-webkit-scrollbar {*/
/*background: #B43A3D;*/
/*}*/

/*div.mobilescrollbar > div {
        height: 1000px;
    }
*/

.sticky-header {
    position: sticky;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

    ::-webkit-scrollbar:vertical {
        width: 15px;
    }

    ::-webkit-scrollbar:horizontal {
        height: 15px;
    }

::-webkit-scrollbar-thumb {
    background-color: #d31346;
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}


#scrollDown {
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 15px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #d31346; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 7px 10px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

/*#scrollDown:hover {
        background-color: #555;*/ /* Add a dark-grey background on hover */
/*}*/

#scrollUp {
    position: fixed; /* Fixed/sticky position */
    bottom: 70px; /* Place the button at the bottom of the page */
    right: 15px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #d31346; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 7px 10px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

/*#scrollUp:hover {
        background-color: #555;*/ /* Add a dark-grey background on hover */
/*}*/

#mobile-scroll {
    display: none;
}

.padding-0 {
    padding: 0;
}

.desktop-visible {
    display: none;
}

.required:after {
    content: " *";
    color: red;
}

.has-error {
    border-bottom: 2px solid #dc3545 !important;
}

.p-10 {
    padding: 10px !important;
}

.mt-35 {
    margin-top: 35px;
}

.box-comment {
    background-color: #C0C0C0;
    border-radius: 10px;
    padding-bottom: 35px;
}

.box-stack {
    /*margin-top: -50px;
    border: 1px solid #C0C0C0;
    margin: 0 auto;
    border-radius: 5px;
    margin-left: 25px;
    margin-right: 25px;*/
    position: relative;
    text-align: center;
}

.box-stack-inner {
    background-color: white;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-60%);
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
    border: 1px solid #ddd;
}

    .box-stack-inner p:first-child {
        margin: 0;
    }
