


/***********************************************/
/***************** Packages ********************/
/***********************************************/
@import url('https://fonts.googleapis.com/css?family=Tajawal');

#subscribeModal .modal-content{
    overflow:hidden;
}

#subscribeModal .form-control {
    height: 56px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-left:30px;
}
#subscribeModal .btn {
    /*border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-right:20px;
    background:#007b5e;
    border-color:#007b5e;*/
}
#subscribeModal .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #007b5e;
    outline: 0;
    box-shadow: none;
}
#subscribeModal .top-strip{
    height: 155px;
    background: #007b5e;
    transform: rotate(141deg);
    margin-top: -94px;
    margin-right: 190px;
    margin-left: -130px;
    border-bottom: 65px solid #4CAF50;
    border-top: 10px solid #4caf50;
}
#subscribeModal .bottom-strip{
    height: 155px;
    background: #007b5e;
    transform: rotate(112deg);
    margin-top: -110px;
    margin-right: -215px;
    margin-left: 300px;
    border-bottom: 65px solid #4CAF50;
    border-top: 10px solid #4caf50;
}

/**************************/
/****** modal-lg stips *********/
/**************************/
#subscribeModal .modal-lg .top-strip {
    height: 155px;
    background: #007b5e;
    transform: rotate(141deg);
    margin-top: -106px;
    margin-right: 457px;
    margin-left: -130px;
    border-bottom: 65px solid #4CAF50;
    border-top: 10px solid #4caf50;
}
#subscribeModal .modal-lg .bottom-strip {
    height: 155px;
    background: #007b5e;
    transform: rotate(135deg);
    margin-top: -115px;
    margin-right: -339px;
    margin-left: 421px;
    border-bottom: 65px solid #4CAF50;
    border-top: 10px solid #4caf50;
}

/****** extra *******/
#Reloadpage{
    cursor:pointer;
}

.modal-dialog.modal-notify.modal-info .modal-header {
    /*background-color: #33b5e5;*/     background-color: rgb(26, 179, 148);
}
.sv_main .sv_container .sv_body {
     padding: 0em 0em 0em 1em; 
}
#subscribeModal .justify-content-center {
    -ms-flex-pack: left!important;
    justify-content: left!important;
}
#subscribeModal .btn-Cancel:hover {
    color: #fff;
    background-color: #179d82; /*rgb(26, 179, 148); */
}
#subscribeModal .btn-Cancel {
    color: #fff;
    background-color: #179d82; /*rgb(10, 163, 132);*/
    font-size: 0.75em;
    font-weight: bold;
    line-height: 2em;
    border: none;
    min-width: 100px;
    cursor: pointer;
    padding: 0 2em;
    border-radius: 2px;
}
