@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700;900&display=swap');

body {
    font-family: 'Source Sans Pro', sans-serif;
}

/* Preloader
-------------------------------------------------------*/

.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
    display: none;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: #00c9d0;
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.lead{
  font-size:13px;
}
.loader div {
    background-color: #d9b06a;
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: .5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.btn-new-pick {
    /*margin-top: 17%;
    margin-bottom: 3%;
    margin-left: 8%;*/
    width: 100%;
    /*    */
    font-weight: 700;
    color: #202651;
    background-color: #F5B945;

}

.btn-current-pick {
    /*    margin-left: 8%;
    margin-bottom: 6%;*/
    width: 100%;
    background-color: #202651;
    border-color: #202651;
    font-weight: bold;
    color: #fff;
    /*    */
}

.btn-current-pick:hover,
.btn-past-pick:hover,
.btn-new-pick:hover {
    color: rgba(255, 255, 255, 0.8);
}

.btn-past-pick {
    /*    margin-left: 8%;*/
    width: 100%;
    background-color: #202651;
    border-color: #202651;
    font-weight: bold;
    color: #fff;
    /*    */

}

.line {
    color: #D2D4DC;
    /*width: 143px;
    margin-left: 34%;
    margin-bottom: 6%;
    margin-top: 6%;*/
    border: 1px solid #D2D4DC;
}

.pickd {
    margin-top: 35%;
    margin-bottom: 5%;
}


.pick-name {
    color: #E66032;
    font-size: 28px;
    font-weight: 600;
    /*    */
    line-height: 41px;
    margin-top: 12px;


}

.pick-items {
    display: flex;
}

.horizontal-line {
    /*    width: 340px;*/
    color: #D2D4DC;
    border: 1px solid #D2D4DC;
    /*    margin-top: 6%;*/
    /*    margin-left: 15px;*/
}

.btn-continue {
    /*    margin-left: 8%;*/
    /*    margin-top: 100px;*/
    width: 100%;
    background-color: #202651;
    border-color: #202651;
    font-weight: bold;
    color: #fff;
    /*    */
}

.item-color {
    /*    */
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #202651;
}

.color-text {
    /*    */
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    color: #202651;
    margin-top: 15px;
    margin-left: 12px;

}

.item-name {
    /*    */
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    color: #202651;


}

.upload-photo {

    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    color: #202651;

}

.skip {
    color: #A6A8B9;
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;

}

.name-input {
    width: 340px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #797D97;
    margin-top: 6px;
}

.form-control-color {
    border: none;
    margin-left: -7px;

}

.d {
    text-align: end;
}

.header {
    margin-top: 25px;
}

.upload-photo {

    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    color: #202651;
    margin-top: 12px;
}

.optional {

    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #202651;
}

.add {
    color: #E66032;

    font-size: 15px;
    font-weight: 400;
    line-height: 20px;


}

.img-box,
.img-box-2 {
    border: 2px dashed #BDBDBD;
    border-radius: 5px;
    height: 90px;
    margin-top: 6px;
    margin-bottom: 15px;
    cursor: pointer;
}

.img-border {
    margin-top: 24px;
}

.manage-pick {

    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 41px;
    text-align: left;
    color: #E66032;
    margin-top: 11px;


}

.pick-day {

    font-size: 20px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: 0px;
    text-align: left;
    color: #202651;


}

.pick-announce {

    font-size: 26px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: 0px;
    color: #202651;
    margin: 0;

}

.add-item {
    color: #E66032;
    text-decoration: none;
}

.add-item:hover {
    color: #E66032;
}

.btn-blue {
    margin-left: 8%;
    width: 85%;
    background-color: #202651;
    border-color: #202651;
    font-weight: bold;
    color: #fff;
    margin-top: 15px;
}

.btn-end-pick {
    margin-top: 270px;
    margin-left: 8%;
    width: 85%;
    font-weight: 700;
    color: #FFFFFF;
    background-color: #F5B945;

    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;

}

.horizontal-line-1 {
    /*    width: 340px;*/
    color: #D2D4DC;
    border: 1px solid #D2D4DC;
    margin-left: 15px;
}

.btn-change {
    margin-top: 130px;
}

.swipe-container {
    /*    background: #F5B945;*/
    height: 80vh;
    /*    width: 340px;*/
    /*    left: 25px;
    top: 102px;*/
    border-radius: 15px;
    margin-top: 28px;
    box-shadow: 0px 4px 15px 0px #00000040;
    /*    background-size: 100% 100%;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;

}

.swipe-nope,
.swipe-like {
    position: absolute;
    font-size: 4em;
    opacity: 0;
    transition: opacity 0.2s linear;
    padding: 10px;
    color: #00000066;
    border-radius: 50%;
}

.swipe-nope {
    top: 20px;
    left: 20px;
    background-color: #E66032;
}

.swipe-like {
    top: 20px;
    right: 20px;
    background-color: #5BCD60;
}

.swipe-container-shadow {
    display: flex;
    flex-direction: column-reverse;
}

.swipe-shadow {
    background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, rgba(0, 0, 0, 0.532) 82.14%);
    font-size: 25px !important;
    font-weight: 600 !important;
    margin-bottom: 0;
    padding: 10px !important;
    /* height: 339.2px; */
    /* display: flex;*/
}

.swipe-container h1 {

    color: white;
    padding: 50px;
    font-weight: 700;
    font-size: 55px;
    line-height: 113%;
}

.no-item-left-container {
    background: #F5B945;
    height: 581.25px;
    /*    width: 340px;*/
    /*    left: 25px;
    top: 102px;*/
    border-radius: 15px;
    margin-top: 28px;
    box-shadow: 0px 4px 15px 0px #00000040;
    padding: 80px;
    line-height: 1.5;
    text-align: center;
    color: #202651;
}

.no-item-left-container h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
}

.no-item-left-container p {
    font-weight: 400;
    font-size: 20px;
    line-height: 135%;
}

.lorem-dolor {

    font-size: 72px;
    font-weight: 600;
    line-height: 81px;
    letter-spacing: 0px;
    text-align: left;
    color: #FFFFFF;
    margin-left: 12px;
    padding-top: 28px;

}

.open {

    font-size: 28px;
    font-weight: 600;
    line-height: 41px;
    letter-spacing: 0px;
    text-align: left;
    color: #E66032;

}

.name {

    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    color: #202651;

}

.list {


    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: left;
    color: #A6A8B9;

}

.day {

    font-size: 28px;
    font-weight: 600;
    line-height: 41px;
    letter-spacing: 0px;
    text-align: left;
    color: #E66032;

}

.you {
    text-align: end;

    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: right;
    color: #828282;

}

.you-text {

    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    color: #202651;
    background: #F5B945;
    border-radius: 15px 15px 0px 15px;
    /*    width: 250px;*/
    /*    height: 75px;*/
    padding-left: 9%;
    padding-top: 5%;
    padding-right: 18%;
    padding-bottom: 10px;

}

.frnd-text {

    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    color: #202651;
    background: #F2F2F2;
    border-radius: 15px 15px 0px 15px;
    /*    width: 250px;*/
    /*    height: 75px;*/
    padding-left: 9%;
    padding-top: 5%;
    padding-right: 18%;
    padding-bottom: 10px;


}

.type-text {
    border: 1px solid #BDBDBD;
    border-radius: 10px;
    width: 93%;
}

.type {
    margin-top: 100px;
    margin-bottom: 40px;
}




.text-pickd {
    color: #202651;
}


.form-control {
    border: 1px solid #797D97;
    /*    text-align: center;*/
}


.forgot-link {
    text-decoration: none;
    color: #E66032;
    display: block;
    text-align: right;
}


.signup-link {
    text-decoration: none;
    font-size: 20px;
    color: #202651;
}


.pickd-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}


.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}


.profile-name {
    /*    background: #F5B945;*/
    display: flex;
    /* display: block; */
    justify-content: center;
    color: #202651;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    /* height: 25px; */
    /*    width: 40px;*/
    border-radius: 50px;
    float: right;
    padding: 10px;
    text-decoration: none;
}

.profile-name:hover {
    color: #202651;
}


.profile-name:hover {
    color: #000000;
}


.upload-item-div,
.upload-item-div-2 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px;
    color: #BDBDBD;
    cursor: pointer;
}




.item-image {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    object-fit: cover;
    cursor: pointer;
}

#imageModal img {
    /*    object-fit: cover;*/
    width: 100%;
    height: 80vh;
    border-radius: 5px;
}


.item-color-val {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    object-fit: cover;
    cursor: pointer;
}


.message-div {
    height: 65vh;
    overflow-y: auto;
}


#dataModal .no-item-left-container {
    font-weight: 600;
    /*    font-family: 'SF Pro Text';*/
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    /* or 100% */

    text-align: center;
    border-radius: unset;
    color: #FFFFFF;
    /*    height: unset;*/
    margin-top: unset;
}

.explainer-cancel-btn {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 85%;
    font-size: 20px;
}

.explainer-cancel-btn i {
    color: #FFFFFF !important;
}


/*.frame {
    position: relative;
    width: 56vh;
    height: 84vh;
    max-width: 400px;
    max-height: 600px;
    z-index: 1;
}


.card {
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #f1f1f1;
    border-radius: 10px;
    user-select: none;
    cursor: pointer;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    touch-action: none;
}*/

.card .is-like {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
}

.card .is-like::after {
    position: absolute;
    left: 50%;
    bottom: 30%;
    transform: translateX(-50%) rotate(-10deg);
    width: 70%;
    height: 13%;
    font-size: 3em;
    letter-spacing: 0.2em;
    font-weight: 600;
    border-radius: 0.15em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card .like::after {
    content: "YES";
    color: #4dca93;
    border: 0.1em solid #4dca93;
}

.card .nope::after {
    content: "NO";
    color: #fb4f68;
    border: 0.1em solid #fb4f68;
}

.card .bottom {
    width: 100%;
    height: 25%;
    background: linear-gradient(to top, #00000080, #00000000);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 7%;
    font-weight: 400;
}

.card .bottom .title>span:nth-child(1) {
    font-size: 2em;
    font-weight: 700;
    margin-right: 0.2em;
}

.card .bottom .title>span:nth-child(2) {
    font-size: clamp(13px, 1.5em, 25px);
}

.card .bottom .title>span:nth-child(2)>b {
    font-size: 0.6em;
    margin-right: 0.2em;
}

.card .bottom .info {
    margin: 3% 0 0 2%;
    font-size: clamp(10px, 1.1em, 20px);
}

/*@media screen and (max-height: 540px) {
    .frame {
        width: 54vh;
        height: 81vh;
        font-size: 13px;
    }
}

@media screen and (max-height: 440px) {
    .frame {
        font-size: 8px;
    }
}*/


#dataModal .modal-body {
    padding: 0 !important;
}



#dataModal .btn-close {
    color: #FFF !important;
}

.explainer-cancel-btn .fa-times {
    font-size: 30px;
}

#lottie-animation {
    position: absolute;
    /* bottom: 0; */
    left: 0;
    top: 0;
    right: 0;
}

@media (min-width: 576px) {
    #dataModal .modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto;
    }
}