﻿.ui.form {
    margin-bottom: -50px;
}

.ui.form input {
    border-radius: 30px;
}

.form-inside {
    display: flex;
    justify-content: center;
}

.img-a {
    height: 250px;
    width: 400px;
}

.opt {
    font-size: 22px;
}

.ui.multiple.dropdown > .label {
    border-radius: 30px;
}

body::-webkit-scrollbar {
    width: 0em;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.menu-content {
    transition-duration: 0.6s;
    width: 65%;
    background-color: white;
    margin: 0 auto;
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .05);
    border-radius: 6px;
}

.inside {
    margin: 10px;
}

#share-img {
    height: 250px;
    width: 400px;
}

@media only screen and (max-width: 1300px) {
    .menu-content{
        width: 80%;
    }
}

@media only screen and (max-width: 1000px) {
    .menu-content {
        width: 90%;
    }
}

@media only screen and (max-width: 767px) {
    #div_pagamento{
        margin-top:10px;
    }
}

@media only screen and (max-width: 650px) {
    .menu-content {
        width: 98%;
    }
    #s2-ToolTip{
        display:none;
    }
    #btn_ready{
        width:100%;
        margin-bottom:50px;
    }
}