@font-face {
    font-family: Calibri;
    src: url('/assets/fonts/Calibri-Regular.ttf');
}

@font-face {
    font-family: Bebas;
    src: url('/assets/fonts/Bebas-Regular.ttf');
}
@font-face {
    font-family: Almarai;
    font-weight: 400;
    src: url('/fonts/Almarai-Regular.ttf') format('ttf');
}
html {
    height: 100%;
}

body {
    min-height: 100%;
    height: 100%;
    font-family: Calibri;
}

body {
    display: flex;
    flex-direction: column;
}

.title {
  color: #0C4A42;
}

.round {
  border-radius: 15px !important;
}

.comment {
  padding: 10px 0px;
  text-align: center;
}

.send-button {
    padding: 25px 10px 10px 10px;
    margin-left: -17px;
    margin-right: -17px;
    margin-bottom: -50px;
    margin-top: -8px;
    background-color: #3ECB97;
    border-color: #3ECB97;
    color: #fff;
}

.send-button:hover {
    background-color: #22bb83 !important;
    border-color: #22bb83;
    color: #fff;
}
.emojy-removed {
    display: none;
}

.emojy-showed {
    display: inline !important;
}

#emojis img:hover {
    cursor: pointer;
}

.emojy-selected #Objects>circle:first-child {
    fill: #496BF1;
}

.emojy-selected path {
    fill: #fff;
}

.emojy-selected line {
    stroke: #fff;
}

#success-card i {
    color: #707070;
}

.correct-emojy {
    display: none;
    position: absolute;
    right: 30%;
    bottom: 30%;
    color: #5DBCD2;
}

.round-top {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.footer {
    color: rgb(208, 208, 208);
}

.emojys-bebas {
    font-family: Bebas;
}

.default-icon {
    margin-bottom: 1rem;
}

#rate-card, #success-card {
    border: none;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.16);
}

.main-view > div {
    flex-grow: 1;
}

.main {
    display: flex;
    flex-flow: column;
    height: 100%;
}

footer {
    background-color: #fff;
}

.emojy-removed {
    display: none;
}

.emojy-showed {
    display: inline !important;
}

#emojis img:hover {
    cursor: pointer;
}

.emojy-selected #Objects > circle:first-child {
    fill: #496BF1;
}

.emojy-selected path {
    fill: #fff;
}

.emojy-selected line {
    stroke: #fff;
}

.question {
    font-size: 26px;
    color: #6c6c6c;
    font-weight: 500;
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 768px)  {
    #main {
        max-width: 600px;
    }
}

