<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.msgBox {
    padding: 15px 15px;
    margin: 0;
    position: fixed;
    z-index: 99999;
    font-family: 'Barlow', sans-serif !important;
    width: 100%;
    min-height: 160px;
    border-radius: 0;
    max-width: 775px;
    box-shadow: 0px 0px 2px #00000033;
    background: #fff !important;
}

.msgBoxContainer {
    display: block;
    text-align: left;
    padding: 15px 0px;
}

div.msgBoxBackGround {
    top: 0;
    left: 0;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.9;
    z-index: 999;
}

div.msgBoxTitle {
    padding: 6px 0 16px 0;
    font-size: 21px;
    font-weight: 700;
    color: #395FA9;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    text-align: left;
    
}

div.msgBoxImage {
    height: 50px;
    width: auto;
    display: block;
    margin: 0;
    position: absolute;
    right: 7px;
    top: 9px;
}

div.msgBoxImage img {
    height: 100%;
}

div.msgBoxContent {
    font-size: 15px;
    margin: 0 0 0px 0;
    display: inline-block;
    font-weight: 700;
    width: 100%;
}

div.msgBoxContent table{
    width: 100%;
}

div.msgBoxContent p {
    padding: 0;
    margin: 0;
    display: table;
    height: 100%;
    width: 100%;
}

div.msgBoxContent span {
    display: flex;
    vertical-align: middle;
    color: #000;
    font-size: 20px;
    line-height: 20px;
    align-items: center;
    margin-left: 15px;
}

div.msgBoxButtons {
    display: inline-block;
    width: 100%;
    text-align: right;
    margin-top: 25px;
}

div.msgBoxButtons input[type='button'] {
    display: inline-flex;
    font-size: 15px;
    line-height: 1.25;
    padding: 15px 15px;
    background: #395FA9;
    color: #fff;
    -webkit-transition: all .3s cubic-bezier(0.8, 0, 0.5, 1);
    -o-transition: all .3s cubic-bezier(0.8, 0, 0.5, 1);
    transition: all .3s cubic-bezier(0.8, 0, 0.5, 1);
    border-radius: 2px;
    min-width: 174px;
    text-align: center;
    font-weight: 700;
    position: relative;
    border: none;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    margin: 2px 5px;
}

div.msgBoxButtons input[type='button']:nth-child(1) {
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    background: #395fa9;
    color: #fff;
}

div.msgBoxButtons input[type='button']:hover {
    background-color: #198754;
    color: #fff;
}

div.msgBoxButtons input[type='button']:active {
    background-color: #8B8889;
    color: #fff;
}

div.msgBoxButtons input[type="button"][value="Tamam"] {
    background: #395FA9!important;
    color: #fff!important;
}

div.msgBoxInputs {
    margin: 0 auto;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 5px;
    width: auto;
    display: flex;
    justify-content: center;
}

div.msgInput input[type='text'],
div.msgInput input[type='password'] {
    padding: 4px;
    border: 1px solid #DFDFDF;
    color: #2f2f2f;
    width: 180px;
}

div.msgInput text {
    color: #000;
    font-size: 12px;
}</pre></body></html>