@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800');

#add-to-chrome {
    height: 65px;
    padding-bottom: 15px;
}

#close {
    color: gray;
    position: absolute;
    left: 15px;
}

#confirm-modal {
    position: fixed;
    width: 500px;
    height: 200px;
    background: #fff;
    z-index: 100000;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -250px;
    border: solid 2px #ccc;
    display: none;
    font-family: Raleway;
}

#confirm-modal a {
    color: black!important;
}

#confirm-modal p {
    font-size: 23px;
    color: #010101;
    font-weight: normal;
    line-height: 29px;
    margin: 20px 0 0 20px;
    text-align: left;
}

#confirm-modal .actions {
    text-align: right;
    margin: 50px 20px 0 0;
}

#confirm-modal .blue {
    border: solid 1.7px rgba(24, 73, 198, 0.55) !important;
    background: #498cfe!important;
    color: #fff !important;
}

#confirm-modal .btn {
    background: #f3f2f2;
    border: 1px solid #acacac;
    font-size: 24px;
    margin-left: 20px;
    font-weight: normal;
    border-radius: 5px;
    padding: 5px 35px;
    text-decoration: none;
}

#confirm-modal-window {
	position: fixed;
	height: 100vh;
	width: 100vw;
    top: 0;
	background: rgba(0,0,0,.7);
    display: none;
    overflow: hidden!important;
    z-index: 500;
}