/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 26, 2020, 2:26:08 PM
    Author     : kasun
*/

.modal-content{
    border-radius: 0 !important;
}

.option-pane{
    width: 100%;
    display: block;
    text-align: center;
    border: 1.5px solid;
     border-color: #3c8dbc;
}
.option-pane-body{
    padding: 20px;
}
.option-pane-icon{
    color: #FFF;
    padding: 20px;
    font-size: 36px;
    border-radius: 100%;
    background-color: #3c8dbc;
}

.option-pane-title{
    margin-top: 10px;
    font-size: 24px;
    font-weight: 700;
    color: #3c8dbc;
}

.option-pane-message{
    margin-top: 15px;
}
.option-pane-footer{
    padding: 30px;
    border-top: 2px solid;
    background-color:  #3c8dbc;
        border-top-color: #3c8dbc;
}