/*
Theme Name: SMS
Theme URI: https://www.sms.com/
Author: sms
Author URI: https://www.sms.com/
Description:
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sms
Tags: one-column, two-columns, right-sidebar, left-sidebar, translation-ready
Template: twentytwenty
*/

#mec_skin_11 {
    max-width: 120rem !important;
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 120rem !important;
}

main {
    background-color: #9ab39a;
}

.zoom {
    overflow: hidden;
    padding: 0;
    width: 300px;
    height: 250px;
    border: 1px solid #000;
    float: left;
    margin: 10px;
    background: blue;
}
.zoom img {
    transition: all ease 0.3s;
    margin: 0 auto;
    display: block;
    object-fit: cover;
}
.zoom img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    z-index: 0;
    cursor: pointer;
    opacity: 0.5;
}

.head-to-head__circle-chart-value {
    font-family: fcb-extra-bold,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 3.2rem;
    font-style: italic;
    position: absolute;
    opacity: 0;
    top: 50%;
    left: calc(50% - .2rem);
    -webkit-animation: k 1s forwards;
    animation: k 1s forwards;
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.head-to-head__circle-chart-title {
    font-family: fcb-bold,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-weight: 400;
    color: #fdc52c;
    font-size: 1.2rem;
    padding-bottom: 1.2rem;
}

hr {
    margin: 0.75rem 0;
}

.column {
    padding: 0.50rem 0 0 0;
}

.input-inline .column {
    display:flex;
    flex-direction: row;
    /*justify-content: center;*/
    align-items: center;
}

@media only screen and (max-width: 600px) {
    .input-inline .column {
        justify-content: space-between;
    }
}

.input-inline .column .input.addmatch-input-width, .addmatch-input-width {
    width: 150px;
    min-width: unset;
}

.input-inline .column input {
    width: unset;
    min-width: 250px;
}
.input-inline .column  label {
    margin: 0 0.5em;
}


.input-inline .column {
    padding: 1rem;
}

.space-between {
    justify-content: space-between
}

.logo-main img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.modal-card {
    width: 100%;
    /*width: 35rem;
    max-width: 100%;*/
    align-items: center;
    justify-content: center;
}

.section {
    background-image: url("/wp-content/uploads/2021/09/bg.png");
}

#navbar-main {
    background-image: url("/wp-content/uploads/2021/09/bg.png");
}

.field-body {
    flex-grow: 3;
}

.field-label {
    margin-right: 0.25rem;
    font-size: 14px;
    text-align: left;
}

.div-label-box {
    width: 80%;
    background-color: #fafafa;
    cursor: unset;
}

.modal-100 {
    width: 100%;
}

.modal-card-head {
    width: 66.5%;
}

.modal-card-body {
    width: 66.5%;

}

.modal-card-foot {
    width: 66.5%;
}

/* Modal */
.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 300ms ease-in;
    -moz-transition: opacity 300ms ease-in;
    transition: opacity 300ms ease-in;
    pointer-events: none;
}

.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}

.modalDialog > div {
    position: relative;
    margin: 1% auto;
}

.close {
    padding: 0;
    color:black;
    line-height: 25px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 24px;
    text-decoration: none;
    background:none;
    font-weight: bold;
}

.close:hover {
    color: #EA4436;
}
/* Modal end */
