.swal-modal 
{
    width: 355px!important;
}

.swal-title 
{
    background-size: contain;
    border-radius: 0;
    border: none;
    width: 100%;
}

.swal-button 
{
    padding: 7px 24px!important;
}
    
.swal-text 
{
    font-size: 22px;
    font-family: 'Cairo', sans-serif;
    position: relative;
    float: none;
    line-height: normal;
    vertical-align: top;
    text-align: left;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    font-weight: bold;
    color: rgba(0,0,0,.64);
    text-shadow: 1px 1px #00000052;
    color: #000;
}

.swal-title 
{
    background-size: contain;
    border-radius: 0;
    border: none;
    width: 100%;
    height: 165px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/everestolympiad.png);
    font-weight: 600;
    text-transform: none;
    position: relative;
    color: #2e2e2e;
    text-shadow: rgb(255, 255, 255) 1px 1px;
    display: block;
    padding: 13px 16px;
    font-size: 0;
    line-height: normal;
    text-align: center
}

.swal-modal 
{
    background: linear-gradient(45deg, #ededed,#fff,#fff,#ededed,#fff,#fff,#ededed,#fff,#fff,#ededed);
    box-shadow: 0 0 0 5px #d0d0d0, inset 3px 3px 25px #f7f7f7;
    border: 4px solid #1E3A8A;
}

.swal-modal 
{
    width: 369px;
}

.swal-title 
{
    background-size: contain;
    border-radius: 0;
    border: none;
    width: 100%;
    height: 141px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/everestolympiad.png);
    font-weight: 600;
    text-transform: none;
    position: relative;
    color: #2e2e2e;
    text-shadow: rgb(255, 255, 255) 1px 1px;
    display: block;
    padding: 13px 16px;
    font-size: 0;
    line-height: normal;
    text-align: center;
}

.swal-text 
{
    font-size: 17px;
    font-family: 'Cairo', sans-serif;
    position: relative;
    float: none;
    line-height: normal;
    vertical-align: top;
    text-align: left;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    font-weight: bold;
    color: rgba(0,0,0,.64);
    text-shadow: 1px 1px #00000052;
    color: #1E3A8A;
}

.swal-button:hover 
{
    background-color: #1E3A8A!important;
}

.swal-button 
 {
    background-color: #1E3A8A;
 }
 
.swal-button:not([disabled]):hover 
{
    background-color: #1E3A8A;
}

@media (max-width: 767px) and (min-width: 300px)
{
	.swal-modal 
	{
        width: 305px!important;
	}
	
	.swal-text
	{
		font-size: 16px!important;
	}
}