/*@font-face {*/
/*    font-family: 'Myriad Pro';*/
/*    src: url('./fonts/MyriadPro-Regular.eot');*/
/*    src: url('./fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),*/
/*    url('./fonts/MyriadPro-Regular.woff') format('woff'),*/
/*    url('./fonts/MyriadPro-Regular.ttf')  format('truetype'),*/
/*    url('./fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'MyriadPro-It';*/
/*    src: url('./fonts/MyriadPro-It.eot');*/
/*    src: url('./fonts/MyriadPro-It.eot?#iefix') format('embedded-opentype'),*/
/*    url('./fonts/MyriadPro-It.woff') format('woff'),*/
/*    url('./fonts/MyriadPro-It.ttf')  format('truetype'),*/
/*    url('./fonts/MyriadPro-It.svg#MyriadPro-It') format('svg');*/
/*    font-weight: normal;*/
/*    font-style: italic;*/
/*}*/

/*@font-face {*/
/*    font-family: 'MyriadPro';*/
/*    src: url('./fonts/MyriadPro-Bold.eot');*/
/*    src: url('./fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),*/
/*    url('./fonts/MyriadPro-Bold.woff') format('woff'),*/
/*    url('./fonts/MyriadPro-Bold.ttf')  format('truetype'),*/
/*    url('./fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');*/
/*    font-weight: bold;*/
/*    font-style: normal;*/
/*}*/
@import url('https://fonts.cdnfonts.com/css/myriad-pro');
body {
    background: unset;
}
.row {
    margin: 0;
    margin-left: -15px;
    margin-right: -15px;
}
.banner {
    margin-top: 78px;
    z-index: 1;
    position: relative;
    padding-top: 8px;
}
/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0px;
    text-align: center;
    cursor: pointer;
}


.tp-banner-container2 {width: 92%; left: 4%;}

.grid figure img {
    position: relative;
    display: block;

    max-width: 100%;
}

.grid figure figcaption {
    padding: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border:6px solid #e88d10;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 0;
    font-size: 18px;
    text-transform: capitalize;

}

/*---------------*/
/***** Sadie *****/
/*---------------*/




figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;background:rgba(255, 255, 255, 0.75);

    content: '';
    opacity: 0;
}

figure.effect-sadie h2 {
    position: absolute;
    top: 25%;
    line-height: 50px;
    left: 50%;
    width: 248px;
    color: #1f1f1f;
    -webkit-transition: -webkit-transform 1.35s, color 0.35s;
    transition: transform 1.35s, color 0.35s;
    -webkit-transform: translate3d(0,-20%,0);
    transform: translate3d(0,-20%,0);
    opacity: 0;
    text-align: left;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 54px;
    margin-left: -124px;

}

@media (max-width: 1600px){

    .grid figure h2 span {
        display:none !important;

    }
}

.cbp-item figure.effect-sadie h2 img{width:65px;}
figure.effect-sadie figcaption::before,
figure.effect-sadie p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
    position: absolute;
    bottom: 5%;
    left: 3%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
    text-align:left;
    text-transform:none;
    font-size:14px;
    color:#1f1f1f;
}


figure.effect-sadie:hover h2 {
    color: #1f1f1f;
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
    transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover h2 {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.work .effect-sadie .image{position: relative;

    -moz-transition: all 18s ease-out;
    -o-transition: all 18s ease-out;
    -webkit-transition: all 18s ease-out;
    transition: all 18s ease-out;}

.work .effect-sadie:hover .image{-moz-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
    -moz-transition: all 18s ease;
    -o-transition: all 18s ease;
    -webkit-transition: all 18s ease;
    transition: all 18s ease;}






/*---------------*/
/***** Zoe *****/
/*---------------*/

figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: 0;
    background: rgba(255, 255, 255, 0.94);
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

figure.effect-zoe h2 {

}

figure.effect-zoe p.icon-links a {

    color: #3c4a50;
    font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
    color: #252d31;
}

figure.effect-zoe p.description {
    padding: 0;
    color: #222;
    text-transform: none;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
    display: inline-block;
    width: 80%;

}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,200%,0);
    transform: translate3d(0,200%,0);
}


figure.effect-zoe h2 {
    display: inline-block;
}

figure.effect-zoe:hover p.description {
    opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}


.icon-links{ margin:10px 00 0;}
.icon-links a{ color:#222; }
.icon-links a span.icon-facebook2{ font-size:25px;}
.icon-links a span.icon-twitter-1{ font-size:28px;}
.icon-links a span.icon-dribbble3{ font-size:22px;}
.icon-links a span.icon-facebook2:hover{ color:#204190;}
.icon-links a span.icon-twitter-1:hover{ color:#2ba8e0;}
.icon-links a span.icon-dribbble3:hover{ color:#ea2695; }


.team-members  .grid figure{ cursor:default;}

.team-members figcaption p {width: 85%; display: inline-block; margin:12px 0 0 0;}
.team-members figcaption h3{ text-transform:capitalize; margin: 25% 0 0 0; font-weight: 700; color: #222;}
.team-members figcaption span.position{ text-transform:capitalize; font-size: 15px; margin: -3px 0 0 0; display: block; color: #797979;}

figcaption img{ width:auto;}
.header ul li {
    margin: 0 0 0 20px;
}
.header .navigation {
    margin: unset;
    display: flex;
    align-content: flex-end;
    align-items: center;
    margin-top: 10px;
}
.header .navigation ul {
    margin-bottom: 0px;
    margin-top: 5px;
}

.header-one .header .navigation ul li a {
    display: block;
}

.col-md-12.header-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#login_id, #login_pw {
    margin-left: 0px;
    width: 100px !important;
    margin-right: 2px;

    font-weight: 900;
    padding: 4px !important;
    border: #b4987e solid 2px !important;
    background: #030300 !important;
    height: 32px;
    margin-top: 0px;
    border-radius: 5px;
}
.form_box .row100 .inputBox .text , .form_box .row100 .inputBox .text_s2 {
    font-family: 'Myriad Pro', sans-serif;
    font-weight: normal;
}
.form_box .row100 .inputBox input, .form_box .row100 .inputBox.textarea textarea {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 16px;
}
.input1 {
    z-index: 1;
}

.input1 {
    background-color: #e1dfdb !important;
    border: 1px solid #e08c1f !important;
    color: #a46400;
    margin-left: 50px;
    font-size: 16px;
}
#join_code {
    width: 200px !important;
}
#user_bank {
    border-radius: 17px;
}
#ref_img_btn {
    background: url('./img/btn_captcha_bg.png') no-repeat;
    background-size: 100% 100%;
    margin-left: 330px;
}
#join_btn_submit {
    background: url('./img/btn_join_bg.png') no-repeat;
    background-size: 100% 100%;
    border: none;
    color: white;
    width: 60% !important;
}



#login_id::-webkit-input-placeholder, #login_pw::-webkit-input-placeholder  { /* Edge */
    color: #625a5a;
    font-size: 12px;
    font-family: 'Myriad Pro', sans-serif;
}

#login_id::-ms-input-placeholder, #login_pw::-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #625a5a;
    font-size: 12px;
    font-family: 'Myriad Pro', sans-serif;
}

#login_id::placeholder, #login_pw::placeholder {
    color: #625a5a;
    font-size: 12px;
    font-family: 'Myriad Pro', sans-serif;
}
.img-banner {
    width: 100%;
}
.tab-content>.tab-pane {
    padding: 0px 25px;
}

section {
    margin-top: unset;
}

.nav-tabs {
    border-bottom: 1px solid #343434;
    padding: 2px;
    background: url('./img/tab_bg.png');
}

.nav-tabs .nav-link {
    width: calc(100% / 3 - 1.5px);
    font-size: 22px;
    line-height: 23px;
    color: #ffffff !important;
    font-weight: bold;
    font-family: "Myriad Pro";
    text-align: center;
    border-radius: 0px;
    margin-right: 2px;
    padding: 15px 0px;
    border: none;
    background: url("./img/tab_item_bg.png");
}
.nav-tabs .nav-link:last-child {
    margin-right: 0px;
}
.nav-tabs .nav-link.active  {
    background: url("./img/tab_active_bg.png");
}
.section-heading {
    background: white;
    padding-top: 50px;
}
section .h3old {
    margin-bottom: 0px;
}
section h3 span {
    color: #423d37;
    font-weight: bold;
}
.tab-heading-content {
    margin: 20px 0px;
}

.tab-heading-content h4 {
    background: url(./img/tab_heading_bg.png) no-repeat content-box;
    background-size: cover;
    color: #ffffff;
    text-align: center;
    line-height: 37px;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    font-family: "Myriad Pro";
    text-align: center;
}
.tab-content__item {

}

.block-tab {
    background: #000000;
    /* width: calc(100% - 380px); */
    margin: 0 auto;
    /* margin-top: -225px; */
    z-index: 2;
    clear: both;
    position: relative;
}
.tab-content__item ul {
    padding: 0px;
    margin: 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tab-content__item ul li {
    display: flex;
    justify-content: center;
    width: calc(100% / 5);
    padding: 20px 10px 10px 0px;

}
.tab-content__item ul li  a {

}

.tab-content__item ul li  a img {
    max-width: 100%;
    width: 100%;
}

.tab-content__item ul li:hover img {
    transform: scale3d(1.2, 1.2, 1.2);
    transition: transform .5s ease;
}
header.header-one.cb-header, .header {
    background:unset;
}
.mobile-menu {
    display: none !important;
}
.header-one {
    display: block;
}
.header-two {
    display: none;
}
#login_btn, #join_btn {
    padding: 6px 15px 7px 15px;
    border: #69583a;
    position: relative;
    color: #ffffff;
    font-weight: 900;
    background: -webkit-linear-gradient(180deg, #2b333f, #1a2028);
    background: -moz-linear-gradient(180deg, #2b333f, #1a2028);
    background: -ms-linear-gradient(180deg, #2b333f, #1a2028);
    background: -o-linear-gradient(180deg, #2b333f, #1a2028);
    background: linear-gradient(180deg, #9e9270, #655a3d);
    font-size: 14px;
    border-radius: 10px;
    background-image: linear-gradient(0deg, #453820 0%, #453820 3%, #8a8372 99%, #8a8372 100%);
}
#join_btn {
    padding: 6px 20px 7px 20px;
}
.login_box {
    margin-right: 0px;
}
.deposit {
    background: #ffffff;
}
.deposit .form-deposit {
    padding: 10px 40px 10px 70px;
    border-right: 1px solid #574116;
}
.deposit .history_box {
    padding: 10px 0px 10px 30px;
}

.form-deposit label
{
    line-height: 24px;
    color: #1b1600;
    font-weight: normal;
    font-size: 16px;
}
.form-deposit input, .form-deposit input:focus {
    border-radius: 5px;
    background-color: #e1dfdb;
    border: 2px solid #e08c20;
    box-shadow: unset;
    color: #a46400;
    height: 40px;
}
.form-deposit .form-input {
    margin-bottom: 20px !important;
}

.form-deposit .bet-level, .form-deposit .bet-level:focus {
    background-color: #4c4a46;
    color: #d98500;
}

.form-deposit  small {

    line-height: 19px;
    color: #a46400;
    font-size: 13px;
}
.form-deposit .label-bet-choose {
    display: block;
    padding-bottom: 5px;
    width: 97%;
    padding-left: 0px;
    margin-left: 5px;
    border-bottom: 1px solid #dfa42e;
}
.list-bet-choose ul  {
    padding: 0px;
    margin: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}
.list-bet-choose ul li {
    display: flex;
    width: calc(100% / 4 - 4px);
    margin-right: 4px;
    text-align: center;
    margin-bottom: 4px;
    box-sizing: border-box;

}
.list-bet-choose ul li:last-child {
    margin-right: 0px;
}

.list-bet-choose ul li a {
    display: block;
    width: 100%;
    color: white;
    text-decoration: none;
    position: relative;
    background: url("./img/best_bg.png") no-repeat;
    background-size: 100% 100%;


}


.list-bet-choose ul li a.active {
    background: url("./img/best_active_bg.png") no-repeat;
    background-size: 100% 100%;
}

.deposit .form-deposit button {
    background: url(./img/payment_bg.png) no-repeat;
    width: 100%;
    height: 50px;
    border: none;
    color: white;
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    font-family: "Myriad Pro";
    background-size: 100% 100%;
}

.history_box .tit, .history_box_notice .tit {
    background: #574116;
}

.history_box .tit .tit_con , .history_box_notice .tit .tit_con{
     font-family: unset;
    font-weight: 500;
    color: #ffe57c;
}

.history_box .bbs_contant .con .bbs_con, .history_box_notice .bbs_contant .con .bbs_con {
     font-family: unset;
     font-weight: normal;
    color: #1b1600;
}
.language-choose a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-image: linear-gradient(0deg, #885a2d 0%, #885a2d 3%, #b79d6b 99%, #b79d6b 100%);
    width: 100%;
    padding: 9px 8px 9px 8px;
}
.language-choose a img {
    width: 25px;
    height: auto;
}

span.header-username {
    font-size: 14px;
    color: #ffdb4c;
    font-family: "Myriad Pro";
    vertical-align: middle;
}
span.header-money-title {
    font-size: 14px;
    color: #ffffff;
    font-family: "Myriad Pro";
    /* text-align: center; */
    vertical-align: middle;
    margin-left: 15px;
    margin-right: 10px;
}
span.header-money-title strong {
    font-weight: normal;
    color: #ffdb4c;
}

.banner-2 {
    margin-top: 85px;
}
span.text02 {
    padding-left: 10px;
}

div#swal2-html-container {
  font-size: 1.6em;
}
button.swal2-confirm.swal2-styled.swal2-default-outline {
  font-size: 1.25em;
}
.update-userinfo-btn, #out-game {
  background: url(./img/payment_bg.png) no-repeat;
  padding: 5px 25px;
  border: none;
  color: white;
  font-size: 19px;
  line-height: 24px;
  color: #ffffff;
  font-family: "Myriad Pro";
  background-size: 100% 100%;
}

.btn-copy {
  background: linear-gradient(180deg, #9e9270, #655a3d);;
    width: auto;
    height: auto;
    border: none;
    font-size: 16px;
    display: flex;
    color: #ffffff;
    font-family: "Myriad Pro";
    align-items: center;
    padding: 0px 10px;
    border-radius: 10px;
    margin-left: 5px;
    text-decoration: none;
}
.btn-copy:hover {
  text-decoration: none;
  color: #ffffff;
}
/*responsive*/
@media (max-width: 768px){
    .row {
        margin:0;
    }
    .header-one {
        display: none;
    }
    .header-two {
        display: block;
        background-image: linear-gradient(0deg, #000000 0%, #322400 100%);
    }
    .tab-content__item ul li {
        width: calc(100% / 2);
    }
    .banner {
        margin-top: 80px;
        padding-top: 0px;
    }
    .sec-space {
        padding: 0 10px;
    }

    .block-tab {
         width: auto;
         margin-top: unset;
    }

    section .h3old span {
        font-size: 22px;
    }

    .section-heading {
        background: white;
        padding-top: 30px;
        margin-bottom: 30px;
    }
    .header-two .header {
        /*padding: 0px;*/
    }

    .tab-content__item ul {
        padding: 0px 25px;
    }

    .col-md-12.header-sp {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        padding: 0px 10px;
        height: 60px;
    }
    .header-two .header .logo {
        width: 150px;
    }
    .user-info a img {
        width: 35px;
        margin-right: 5px;
    }

    .header-two .header {
        background: unset;
    }
    .account-info {
        width: 35%;
        margin-top: 20px;
    }
    .user-info {
        width: calc(65% - 150px);
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .user-info a {
        width: 100%;
        display: flex;
        justify-content: end;
    }
    .user-info p {
        color: #ffcc00;
        font-family: "Myriad Pro";
        text-align: center;
        font-size: 14px;
        margin-bottom: 0px;
    }
    .account-info span {
        font-size: 14px;
        line-height: 20px;
        color: #ffffff;
        font-family: "Myriad Pro";
        text-align: center;
        margin-right: 5px;
    }
    .account-info span strong {
        font-weight: normal;
        color: #ffcc00;
    }
    .account-info a {
        color: #fff !important;
        border-radius: 5px;
        padding: 4px 12px 5px 12px;
        background-image: linear-gradient(0deg, #453820 0%, #453820 3%, #8a8372 99%, #8a8372 100%);
    }
    .menu-sp-block {
        position: fixed;
        top: -1000px;
        left: 0px;
        background: #c88c3e;
        width: 100%;
        z-index: 99;
        webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .close-menu {
        background-image: linear-gradient(0deg, #0e0200 0%, #3a2a00 100%);
        display: flex;
        justify-content: flex-end;
        padding: 8px 10px;
    }
    .close-menu a {

    }
    .close-menu a img {
        width: 25px;
    }
    .menu-main-block {
        padding: 0px 50px;
    }
    .menu-main-block ul {
        padding: 0px;
        margin: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .menu-main-block ul li {
        text-align: center;
        border-bottom: 2px solid #704104;
    }
    .menu-main-block ul li:last-child {
        border-bottom: none;
    }
    .menu-main-block ul li a {
        font-size: 22px;
        line-height: 42px;
        color: #ffffff;
        font-weight: bold;
        font-family: "Myriad Pro";
        text-align: center;
        padding: 5px 0px;
        display: flex;
        width: 100%;
        justify-content: center;
    }
    input.mobile-input-form {
        width: 100%;
        border-radius: 3px;
        background-color: #c88c3e;
        border: 2px solid #704104;
        margin-bottom: 10px;
        font-size: 16px;
        padding: 5px;
    }
    input.mobile-input-form::placeholder {
        color: #6e4909;
        font-family: "Myriad Pro";
        font-style: italic;
    }
    .form-mobile button {
        border: none;
        box-shadow: none;
        background: url(./img/btn_mobile_bg.png) no-repeat;
        width: 100%;
        display: block;
        height: auto;
        background-size: 100% 100%;
        font-size: 26px;
        line-height: 50px;
        color: #ffffff;
        font-family: "Myriad Pro";
        text-align: center;
        margin-bottom: 10px;
    }
    .deposit {
        padding: 0px 15px;
    }
    .deposit .form-deposit {
        padding: 0px !important;
        border-right: none;
    }
    .deposit .history_box {
        padding: 0px;
        margin-top: 50px;
    }
    .history_box .tit .tit_con, .history_box_notice .tit .tit_con {
        font-size: 16px;
        padding-top: 0px;
        color: #ffffff;
    }
    .history_box .bbs_contant .con .bbs_con, .history_box_notice .bbs_contant .con .bbs_con {
        font-size: 16px;
        padding-top: 0px;
    }

    .list-bet-choose ul {
        flex-wrap: wrap;
        padding: 10px;
    }
    .list-bet-choose ul li {
        width: calc(100% / 3 - 4px);
        margin-bottom: 4px;
    }
    .list-bet-choose ul li:nth-child(3n+3) {
        margin-right: 0px;
    }
    .history_box .tit, .history_box_notice .tit {
        background: #95855a;
    }
    .list-bet-choose ul li a {
        padding: 5px;
    }

    #join_btn_submit {
        width: 100% !important;
    }
    #ref_img_btn {
        position: unset;
        margin-left: 75%;
        width: 30%;
    }

    .banner-2 {
        margin-top: 80px;
    }
    .event-block {
        padding: 0px 15px;
    }

    div:where(.swal2-container) div:where(.swal2-popup) {
      width: 80% !important;
      padding: 15px 0px !important;
    }
    div#swal2-html-container {
      font-size: 2.6em;
    }
    div:where(.swal2-container) button:where(.swal2-styled) {
      padding: .75em 2.5em !important;
    }
    button.swal2-confirm.swal2-styled.swal2-default-outline {
      font-size: 2em;
  }
}










