/* font-family: 'Roboto', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

body,html,p{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: #4C5668;
}
body,html{
    scroll-behavior: smooth;
    overflow-x: hidden;
}
.container{
    max-width: 1080px;
}
.banner-section {
    margin-bottom: 85px;
    padding: 140px 0 280px;
    background: url(../images/bg-hero.png) bottom center / cover no-repeat;
}
h2{
    font-style: normal;
    font-weight: 600;
    font-size: 58px;
    line-height: 72px;
    color: #273142;
}
h2 span{
    color: #3E7CED;
}
h3{
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 42px;
    color: #273142;
}
h4{
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    color: #273142;
}
.row>*{
    padding-left: 12px;
    padding-right: 12px;
}
span.sub-head{
    margin-bottom: 20px;
    display: inline-flex;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.08em;
    color: rgba(39, 49, 66, 0.4);
    text-transform: uppercase;
}
/* header style start */
header {
    padding: 0px 15px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    background: #0f1d3e;
}
nav.navbar {
    height: 80px;
}
.nav-link.telephone-cls{
    font-size: 16px;
    line-height: 19px;
    color: #D0D3DA;
}
/* .mobile-logo>img{
    display: none;
}
*/
.mobile-logo {
    position: absolute;
    left: 23px;
    top: 26px;
    width: 129px;
    height: 27px;
}
.mobile-logo>a>img{
    width: 100%;
}
a.request-demo{
    padding: 11px 20px;
    border: 1px solid #FFFFFF !important;
    border-radius: 6px;
    background-color: transparent;
    border: 0;
    color: #FFFFFF;
    text-transform: uppercase;
}
a.request-demo:hover{
    background-color: #3E7CED;
    color: #FFFFFF;
    border-color: #3E7CED !important;
}
.banner-section h1{
    margin-bottom: 26px;
    font-style: normal;
    font-weight: 800;
    font-size: 64px;
    line-height: 72px;
    color: #FFFFFF;
}
.banner-section h1 span{
    color: #3E7CED;
}
.banner-section p{
    margin: 0 auto 40px;
    max-width: 896px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #D0D3DA;
}
.btn-primary{
    padding: 16px 28px 14px 28px;
    background: #3E7CED;
    border-radius: 6px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.005em;
    color: #FFFFFF;
    text-transform: uppercase;
    border: 1px solid transparent;
    text-decoration: none;
}
.btn-primary:hover{
    background-color: transparent;
    border: 1px solid #FFFFFF !important;
}
.banner-img{
    margin: 40px 0px -400px;
}
.navbar-brand{
    width: 318px;
}
a.telephone-cls {
    position: relative;
    margin-right: 24px;
    color: #D0D3DA;
    text-decoration: none;
}
/* .navbar-toggler {
    position: fixed;
    top: 25px;
    right: 15px;
    z-index: 3;
} */
.navbar-toggler, .navbar-toggler:focus{
    box-shadow: none;
    border: 0;
}
.navbar-toggler,.navbar-toggler:focus{
    border: 0 !important;
    outline: none !important;
}
.navbar-toggler-icon{
    color: #FFFFFF;
}
.logo-open{
    display: none;
}
.navbar-toggler-icon {
    background-image: none!important;
    background-color: var(--bs-gray-800);
    height: 3px;
    width: 25px;
    margin: 10px 0;
    position: relative;
    transition: all 0.35s ease-out;
    transform-origin: center;
}
.navbar-toggler-icon::before {
    display: block;
    background-color: var(--bs-gray-800);
    height: 3px;
    content: "";
    position: relative;
    top: -7px;
    transition: all 0.15s ease-out;
    transform-origin: center;
}
.navbar-toggler-icon::after {
    display: block;
    background-color: var(--bs-gray-800);
    height: 3px;
    content: "";
    position: relative;
    top: 4px;
    transition: all 0.35s ease-out;
    transform-origin: center;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    transform: rotate(45deg);
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
    opacity: 0;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
    transform: rotate(-90deg) translateX(7px);
}
button:focus:not(:focus-visible){
    box-shadow: none;
}
.navbar-dark .navbar-toggler-icon, .navbar-dark .navbar-toggler-icon::before, .navbar-dark .navbar-toggler-icon::after {
    background-color: var(--bs-gray-100);
}
.navbar-toggler[aria-expanded="true"]>span, .navbar-toggler[aria-expanded="true"]>span::before, .navbar-toggler[aria-expanded="true"]>span::after {
    color: #3E7CED !important;
    background: #3E7CED !important;
    position: relative;
    z-index: 999999;
}
/* footer style start */
footer{
    position: relative;
    padding: 120px 0px 0px;
    background-color: #0A152F;
}
.footer-top .row{
    border-bottom: 1px solid #343D52;
}
h5.widget-title {
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
}
ul.link-list{
    margin: 0;
    padding: 0;
}
ul.link-list li{
    margin-bottom: 22px;
    padding-left: 0px;
    list-style-type: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
ul.link-list li a{
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
    font-style: normal;
    align-items: flex-start;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
}
ul.link-list li span{
    display: inline-flex;
    margin-right: 11px;
}
ul.link-list li, ul.link-list li a{
    color:rgba(255, 255, 255, 0.8);
}
ul.link-list li a:hover{
    color:#3E7CED;
}
footer .widget p{
    width: 252px;
}
footer .widget a{
    margin-bottom: 33px;
    display: flex;
}
footer p{
    font-size: 18px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
}
span.copy-right-text, ul.terms-privacy li a{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.8);
}
ul.terms-privacy li{
    position: relative;
    list-style-type: none;
    padding-left: 20px;
}
ul.terms-privacy li::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #343D52;
    border-radius: 50%;
    top: 14px;
    left: 10px;
}
ul.terms-privacy li:first-child{
    padding-left: 0px;
}
ul.terms-privacy li:first-child::before{
    display: none;
}
ul.terms-privacy li a{
    text-decoration:none;
}
.footer-bottom{
    padding: 20px 15px 60px;
}
.footer-bottom{
    text-align: center;
}
.terms-privacy{
    margin-bottom: 0px;
    padding-left: 0;
}
.back-to-top>a {
    display: inline-flex;
    flex-direction: column;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 30px;
    text-decoration: none;
    color: #3E7CED;
    transform: translateX(-50%);
}
.back-to-top>a:hover{
    color: #FFFFFF;
}
/* .back-to-top>a:hover svg{
    fill: #fff;
}
*/
.main-menu a{
    padding: 14px 14px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
}
.mobile-cls {
    display: flex;
    width: 100%;
    align-items: center;
}
/* section{
    padding: 60px 0px;
}
*/
.why-formsio-section{
    padding-top: 110px;
}

.why-formsio-section .text-info{
    max-width: 528px;
}
.why-items-wrap {
    padding: 70px 0px 120px;
}
.why-items{
    margin: 0 0 24px;
    padding: 30px 30px 0px;
    background: #F3F4F6;
    border-radius: 8px;
    height: 326px;
}
.why-items h3{
    margin-bottom: 14px;
}
.why-items p{
    margin-bottom: 34px;
}
.pad-r-0{
    padding-right: 0px;
}
.pad-r-0 p{
    padding-right: 30px;
}
.price-wrap {
    padding:120px 0px 120px 0px;
}
.price-wrap h2 {
    margin-bottom: 70px;
}
 .price-icon{
    width: 54px;
    margin: 0 auto;
}
.price-items {
    position: relative;
    padding: 30px 30px 66px;
    background: #FFFFFF;
    border: 1px solid #D7DBE1;
    border-radius: 8px;
    height: 600px;
}
span.pkg-nm {
    padding: 18px 0px;
    color: #273142;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    display: block;
    text-align: center;
}
span.pkg-month {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #4C5668;
    display: block;
    text-align: center;
    padding: 5px 0px 30px;
}
span.price {
    font-style: normal;
    font-weight: 800;
    font-size: 42px;
    line-height: 42px;
    color: #3E7CED;
    display: block;
    text-align: center;
}
.list-wrap ul{
    margin: 0;
    padding: 0;
}
.list-wrap ul li{
    margin-bottom: 12px;
    padding: 0 0 0 25px;
    position: relative;
    list-style-type: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #273142;
}
.list-wrap ul li:last-child{
    margin-bottom: 0px;
}
.list-wrap ul li::before {
    content: "";
    position: absolute;
    background: url(../images/right-icon.png) left top / contain no-repeat;
    height: 18px;
    width: 18px;
    top: 1px;
    left: 0;
}
.price-items p{
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #4C5668;
}
.desc-nm {
    position: absolute;
    padding: 30px;
    bottom: 0;
    left: 0;
    width: 100%;
}
.blue-btn{
    padding: 16px 22px;
    border: 1px solid #3E7CED;
    border-radius: 6px;
    display: inline-flex;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #3E7CED;
    width: 100%;
    text-decoration: none;
}
.blue-btn:hover{
    background-color: #3E7CED;
    color: #FFFFFF !important;
}
.price-items .btn-primary,
.price-items .blue-btn{
    margin-bottom: 30px;
    width: 100%;
    justify-content: center;
}
.price-items .btn-primary:hover{
    border: 1px solid #3E7CED !important;
}
.price-items .btn-primary{
    display: inline-flex;
    margin-bottom: 30px;
}
.popupar-plan {
    margin-bottom: 13px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.08em;
    color: #3E7CED;
    text-transform: uppercase;
    display: block;
    text-align: center;
}
.price-items.active {
    height: 630px;
}
.price-items.active {
    height: 630px;
    margin-top: -30px;
}
.price-item-wrap{
    padding-top: 30px;
}
.read-more-cls{
    padding: 70px 0px 0px;
}
.read-more-cls a.blue-btn {
    padding: 16px 35px;
    justify-content: center;
    width: auto;
}
.read-more-cls h3 {
    margin-bottom: 18px;
}
.read-more-cls p {
    margin-bottom: 40px;
}
.price-items.enterprise span.price {
    margin-bottom: 53px;
}

.core-features-section {
    background: rgba(247, 248, 253, 1);
    padding: 120px 0;
}
.core-features-section .text-center {
    padding: 0 0 70px 0;
}
.laptop-img{
    background: url('../images/Rectangle-1.png') top center / cover no-repeat; background-size: cover;
}
.formsio-in-action-section{
    padding: 120px 0px 0px;
    background: rgba(247, 248, 253, 1);
}
.formsio-in-action-section .laptop-img img {
    margin-top: -143px;
}
.formsio-in-action-section .row.text-wrap-1 {
    padding-bottom: 170px;
}
.formsio-in-action-section .text-info {
    padding-top: 45px;
}
.get-started-section{
    background: url('../images/cta-graphic.jpg') top center / cover no-repeat; background-size: cover;
}
.get-started-section .text-center h2{
    color: white;
}
.get-started-section .text-center p{
    color: rgba(255, 255, 255, 0.74);
    padding: 30px 0 40px 0;
    width: 66%;
    margin: 0 auto;
}
.get-started-section button{
    color: rgba(62, 124, 237, 1);
}
.get-started-section button:hover{
    background: transparent !important;
    border: 1px solid white !important;
}
.get-started-section{
    padding: 120px 0;
}
.margin-wrap-1 {
    padding:0 0 70px 0;
}
.video-section{
    position: relative;
}
.video-section video {
    cursor: pointer;
}
.video-section video {
    cursor: pointer;
    position: absolute;
    left: 134px;
    top: -85px;
    right: 0;
    bottom: 0;
    height: auto;
    width: calc(100% - 266px);
}

/********07-03-2023 start***********/

.headerfix{
    background-color: #FFFFFF; 
    -webkit-box-shadow: 0px 4px 12px 0px rgba(14,27,56,0.05);
-moz-box-shadow: 0px 4px 12px 0px rgba(14,27,56,0.05);
box-shadow: 0px 4px 12px 0px rgba(14,27,56,0.05);
}

.headerfix .main-menu a{
    color: #273142;
}

.headerfix a.telephone-cls{
    color: #4C5668;
}

.headerfix a.telephone-cls:hover{
    color: #3E7CED;
}

.headerfix a.request-demo{
    color: #3E7CED; border-color: #3E7CED !important;
}
.headerfix a.request-demo:hover{
    color: #FFFFFF;
}

.logo-dark, .headerfix .scroll-logo
{
    display: none;
}

.headerfix .logo-dark
{
    display: block;
}



/********07-03-2023 end***********/
.popup-wrap{
    background: url(../images/popup-back.jpg) left top / cover no-repeat;
    --bs-modal-width: 100%;
    border: 0px;
}
.popup-wrap .modal-content{
    border: 0;
    background-color: transparent;
}
.popup-wrap form{
    padding: 40px;
    background: #FFFFFF;
    box-shadow: 0px 1px 40px rgba(13, 25, 53, 0.04), 0px 4px 20px -4px rgba(13, 25, 53, 0.1);
    border-radius: 8px;
}
.popup-wrap [aria-label="Close"] {
    border: 0;
    background: transparent;
    margin-left: auto;
}
.popup-wrap .modal-header{
    border: 0;
}
.popup-wrap .form-control{
    margin-bottom: 20px;
    border: 0;
    border-radius: 0px;
    border-bottom: 1px solid #D7DBE1;
    height: 48px;
    color: #707886;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}
.popup-wrap .form-control:focus{
    border-bottom-color: #3E7CED;
    outline: none;
    box-shadow: none;
}
.popup-wrap textarea.form-control{
    height: 96px;
}
.popup-logo{
    margin: 50px 0px 104px;
    display: flex;
}
.popup-wrap h2{
    margin-bottom: 24px;
}
.popup-wrap .desc {
    margin-bottom: 170px;
    max-width: 344px;
}
.captcha-img {
    max-width: 365px;
    margin-bottom: 40px;
}
.captcha-img img{
    width: 100%;
}
.popup-wrap [type="submit"]{
    padding: 11px 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.005em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.popup-wrap [type="submit"]:hover{
    color: #3E7CED;
    border: 1px solid #3E7CED !important;
}
p.foot-txt {
    margin: 0;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #707886;
    opacity: 0.8;
}
.foot-txt-2{
    display: none;
}
/************************************/
/********* Media Query start *********/
/************************************/
/*min width 1360*/
@media (max-width: 1420px){
}
/************************************/
/*min width 1280px */
@media (max-width: 1340px){
    .banner-section {
        margin-bottom: 330px;
        padding: 140px 0 133px;
   }
}
/************************************/
/*min width 1024px*/
@media (max-width: 1260px){
    .mx-lg-auto.main-menu {
        margin-right: 30px !important;
   }
    a.request-demo{
        font-size: 16px;
        padding: 9px 10px;
   }
    a.telephone-cls{
        margin-left: 0;
   }
    .navbar-brand{
        width: auto;
   }
   .video-section video {
        left: 123px;
        top: -85px;
        width: calc(100% - 245px);
    }
}
@media (min-width: 992px){
    .main-menu a{
        color: #FFFFFF;
        text-decoration: none;
   }
    .main-menu a:hover{
        color: #3E7CED;
   }
    .mobile-logo{
        display: none;
   }
}
@media (max-width: 991px){
    h2 {
        font-size: 46px;
        line-height: 55px;
   }
    h3 {
        font-size: 26px;
        line-height: 32px;
   }
    .navbar-brand {
        width: auto;
        margin: 0;
   }
    .main-menu {
        display: flex;
        flex-direction: column;
   }
    a.telephone-cls{
        margin-top: 40px !important;
        padding: 20px;
        display: block !important;
        width: 100%;
        margin: 0px auto !important;
        text-align: center;
        color: #111F3F;
   }
    a.telephone-cls::before{
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        background-color: #D7DBE1;
        height: 1px;
        width: 100vw;
        transform: translateX(-50%);
   }
    /* .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        top: 0px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        height: 100vh;
        background: rgba(17, 31, 63, 0.3);
   } */
   .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        top: 0px;
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        height: 100%;
        background: rgba(17, 31, 63, 0.3);
        overflow: hidden;
        z-index: 1;
    }
    .main-menu a {
        margin: 0;
        padding: 20px;
        color: #111F3F;
        text-align: center;
   }
    a.request-demo{
        width: 100%;
        border-color: #3E7CED !important;
        color: #3E7CED;
        font-weight: 700;
   }
    .mobile-cls {
        padding: 80px 18px 18px;
        background: #f8f9fa;
        flex-direction: column;
   }
    .mobile-cls .d-flex.align-items-center {
        width: 100%;
        margin: 8px 0 0 0;
   }
    .mx-lg-auto.main-menu{
        margin: 0px 0px 40px !important;
   }
    .widget {
        padding-bottom: 34px;
   }
    .footer-bottom {
        padding: 20px 15px 60px;
   }
    .banner-section h1 {
        margin-bottom: 20px;
        font-size: 48px;
        line-height: 55px;
   }
   .price-items {
        margin-bottom: 18px;
    }
    /* .video-section video {
        left: 87px;
        top: -106px;
        width: calc(100% - 182px);
    } */
    /* .formsio-in-action-section .laptop-img img {
        margin-top: -143px;
        max-width: 741px;
        margin: -143px 0 auto;
    }
    .video-section video {
        left: 50%;
        transform: translateX(-50%);
        width: 560px;
        top: -100px;
    } */
    .formsio-in-action-section .laptop-img img{
        width: 741px;
    }
    .price-item-wrap{
        padding-top: 0;
    }
    .price-items.active{
        margin-top: 0;
        height: 600px;
    }
    .video-section video {
        left: 50%;
        width: 560px;
        top: -104px;
        transform: translateX(-50%);
    }
    .video-section {
        display: flex;
        justify-content: center;
    }
    .popup-logo {
        margin: 50px 0px 75px;
    }
}
/************************************/
@media (max-width: 767px){
    .popup-wrap{
        background: #fff;
    }
    .foot-txt-2 {
        display: block !important;
        text-align: center;
        padding: 40px 0 20px;
    }
    .popup-wrap [type="submit"] {
        width: 100%;
    }
    .popup-wrap form {
        padding: 20px;
    }
    .popup-logo {
        margin: -60px 0px 40px;
    }
    .popup-wrap .desc{
        margin-bottom: 27px;
        max-width: 100%;
    }
    p.foot-txt{
        display: none;
    }
    body, html, p{
        font-size: 14px;
        line-height: 22px;
    }
    h2 {
        font-size: 28px;
        line-height: 34px;
    }
   h3{
        font-size: 18px;
        line-height: 24px;
   }
    h4{
        font-size: 18px;
        line-height: 24px;
    }
   /* Banner Style start */
    .banner-section {
        margin-bottom: 200px;
   }
    .banner-section h1 {
        font-size: 43px;
        line-height: 55px;
   }
   /* Footer Style Start */
    h5.widget-title{
        padding-top: 34px;
   }
    footer {
        padding: 107px 0px 0px;
   }
    .terms-privacy{
        padding: 0px;
        justify-content: center;
   }
    .copy-right-text{
        display: inline-flex;
        margin-bottom: 24px;
   }
    .footer-bottom{
        padding-bottom: 40px;
   }
    .widget {
        padding-bottom: 0px;
   }
    .why-items{
        margin-bottom: 18px;
        height: auto;
   }
    .why-items h3 {
        margin-bottom: 8px;
        font-size: 24px;
        line-height: 28px;
   }
    .why-items p{
        margin-bottom: 24px;
        font-size: 14px;
        line-height: 22px;
   }
    .why-formsio-section .text-info{
        max-width: 100%;
   }
    .why-formsio-section {
        padding: 80px 0px 0px;
   }
    .why-items-wrap {
        padding: 28px 0px 40px;
   }
   .read-more-cls{
    padding: 40px 0px 0px;
   }
   .price-wrap {
        padding: 40px 0px 40px 0px;
    }

    .class-reverse{
        flex-direction: column-reverse;
    }
    .core-features-section {
        background: rgba(247, 248, 253, 1);
        padding: 40px 0;
    }
    .core-features-section h3 {
        padding-bottom: 16px;
    }
    .core-features-section p {
        margin-bottom: 0;
    }
    .core-features-section .margin-wrap-1 {
        margin: 0 0 50px 0;
    }
    .formsio-in-action-section .text-info {
        margin-top: -15px;
    }
    .formsio-in-action-section .laptop-img img {
        margin-top: -60px;
        padding: 0 0 30px 0;
    }
    .formsio-in-action-section .row.text-wrap-1 {
        padding-bottom: 70px;
    }
    .get-started-section {
        padding: 50px 0;
    }
    .get-started-section .text-center p {
        padding: 15px 0 30px 0;
        width: 100%;
    }
    .formsio-in-action-section{
        padding: 40px 0px 0px;
    }
    /* .video-section video {
        left: 67px;
        top: -31px;
        width: calc(100% - 134px);
    } */
    .formsio-in-action-section .laptop-img img{
        width: 555px;
    }
    .price-items.active{
        margin-top: 0;
    }
    .video-section video {
        width: 418px;
        top: -31px;
    }
}
/************************************/
@media (max-width: 575px){
    .banner-section {
        margin-bottom: 100px;
   }
    .banner-section h1 {
        font-size: 34px;
        line-height: 42px;
   }
    .banner-section p{
        font-size: 14px;
        line-height: 22px;
   }
   .banner-img img.img-fluid {
        transform: scale(1.2);
    }
    .formsio-in-action-section .laptop-img img {
        width: 339px;
    }
    .video-section video {
        width: 257px;
        top: -42px;
    }
    .why-formsio-section {
        padding: 40px 0px 0px;
    }
    .core-features-section .text-center {
        padding: 0 0 40px 0;
    }
    .core-features-section .margin-wrap-1 {
        margin: 0px;
    }
    span.sub-head {
        margin-bottom: 6px;
    }
    .get-started-section .text-center p {
        padding: 12px 0 28px 0;
        width: 100%;
    }
}
.empty {
    border-bottom: 1px solid red!important;
}

.alert-minimalist {
    border-radius: 4px;
    box-shadow: 0 10px 24px 0 rgba(39, 49, 66, 0.16);
    border: solid 1px #e7eaf1;
    background-color: #ffffff;
    padding: 5px;
    z-index: 1080 !important;
}

    .alert-minimalist.ViewerAlert {
        width: 600px !important;
        left: 20% !important;
        bottom: 60px !important;
    }

    .alert-minimalist.success-alert {
        border-left: 4px solid #36b357;
    }

        .alert-minimalist.success-alert .circle {
            background: #36b357;
            color: #fff;
        }

    .alert-minimalist.danger-alert {
        border-left: 4px solid #f55d5f;
    }

        .alert-minimalist.danger-alert .circle {
            background: #f55d5f;
            color: #fff;
        }

    .alert-minimalist .list-left + .list-body {
        display: inline-block;
        width: 79%;
        margin-left: 12px;
    }

        .alert-minimalist .list-left + .list-body p {
            margin-bottom: 0;
        }

        .alert-minimalist .list-left + .list-body .item-title {
            margin-bottom: 8px;
        }

.w-32 {
    width: 32px;
    height: 32px;
    text-align: center;
}

.alert-minimalist .list-left + .list-body .item-title a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

.alert-minimalist .list-left {
    padding: 12px 0;
}

.alert-minimalist .list-right {
    float: right;
    line-height: 55px;
}

    .alert-minimalist .list-right .btn {
        border: 0;
    }

        .alert-minimalist .list-right .btn .icon-close {
            font-size: 12px;
            color: #a9adb3;
        }

        .alert-minimalist .list-right .btn:hover {
            border: 0;
            background: transparent;
            box-shadow: none;
        }

.list-left {
    float: left;
}

.text-muted {
    color: #777;
    font-size: 16px;
}

.avatar {
    position: relative;
    display: table-cell !important;
    vertical-align: middle;
    line-height: 1;
    font-weight: 700;
    border-radius: 50%;
}

.list-item {
    display: block;
    position: relative;
    padding: 12px 16px;
}