body {

    font-family: 'Source Sans 3', sans-serif;
}

.custom-navbar {
    background-color: #11141a;
}

.navbar-brand {
    color : #ffffff;
}

.navbar-brand:hover {
    color : #ffffff;
}

.nav-link {
    color : #ffffff;
}

.nav-link:hover {
    color: #ffffff;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler {
    color: rgba(255,255,255,.55);
    border-color: rgba(255,255,255,.1);
}

.form-card {

    color:  #ffffff;
}

.editor-toolbar a{
    color: #ffffff !important;
}
.editor-toolbar.disabled-for-preview a:not(.no-disable) {
    background: #1c1f27;
}
.editor-toolbar a.active, .editor-toolbar a:hover {
    color: #000000 !important;
}

.editor-toolbar.fullscreen {
    background: #000000;
}


.main-section-title {
    font-size: 27px;
}

.mail-input {
    background-color: #1c1f27;
    color: #ffffff;
    height: 61px;
    border-radius : 1em;
    border-color:  #282b32;
    font-size: 24px;
    text-align: center;
}

.mail-input:focus {
    background-color: #1c1f27;
    color: #ffffff;
    height: 61px;
}

.mail-input[readonly] {
    background-color: #1c1f27;
    color: #ffffff;
    height: 61px;
}

.dark-bg {
    background-color: #1c1f27;
    color: #ffffff;
}

.btn-tempmail {
    font-weight: bold;
    background: rgb(147, 149, 151);
    border-color: rgb(147, 149, 151);;
}

.btn:focus,.btn:active {
    outline: none !important;
    box-shadow: none;
}

.main-container {
    margin-top: 10px;
}

.mini-text {
    color :  rgb(147, 149, 151);
}

.mail-box {
    background-color: #1c1f27;
    color:  #ffffff;
    min-height:  500px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.card-header {
    border-bottom: 1px solid #282b32;
}

.card-footer {
    border-top : 1px solid #282b32;
}

.event-action-btn {
    margin-left: 10px;
    color : #6f6f6f;
}


.footer-section{
    background: #11141a;
    height: 50px;
    text-align: center;
}

.copyright {
    color: #ffffff;
    vertical-align: middle;
    padding: 15px;
}