/* www.turnuvatr.net */
/* 
    Created on : 04.Ağu.2020, 22:45:57
    Author     : ByRooT
*/
.swal-overlay { background-color: rgba(40, 55, 71,0); }
.swal-modal   { background-color: rgba(40, 55, 71,1); border:1px solid #444; box-shadow:0 0 3px 0 rgba(0, 0, 0 ,1);}
.swal-title   { color:rgba(186, 74, 0 ,1);}
.swal-text    { color: #999;}
.swal-footer  { margin-top: 32px; border-top: 1px solid #444; overflow: hidden; background-color:rgba(27, 38, 49  ,1);}
.swal-button { width: 120px; height: 40px;transition: .5s; transition-property: box-shadow;  background-color: rgba(40, 55, 71,1); border:1px solid rgba(255,255,255,.2); color:rgba(214, 219, 223 ,1); box-shadow:0 0 3px 0 rgba(23, 32, 42 ,1);}
.swal-button:hover{ box-shadow:0 0 3px 0 rgba(32, 32, 32 ,1); background-color: rgba(40, 55, 71,1); color:rgba(214, 219, 223 ,1); }
.swal-button:focus{ box-shadow:0 0 3px 0 rgba(32, 32, 32 ,1); background-color: rgba(40, 55, 71,1); border:1px solid rgba(255,255,255,.2); color:rgba(214, 219, 223 ,1); outline: 0; }