body ,* {
    font-family: 'Work Sans', sans-serif;
    /*font-family: 'Cormorant Garamond', serif;*/
    /*position: relative;*/
}

:root {
    --Dark_Beige: #D6CBBD;
    --Purple: #3A184E;
    --Blue: #0F2D38;
    --Blank: #020A08;
    --BgColor: #FBF7F3;
    --textwhite: #FBF7F3;

}

.ContainerMain{
    background-color: var(--BgColor);
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.FooterUI {
    background-color: var(--Blue);
    WIDTH: 100%;
    BOTTOM: 0;
    padding: 0px 0px 0 0;
    display: flex;
    flex-direction: row;
    position: relative;
    z-index: 1;
}

.FooterUI .FooterRightDiv, .FooterUI .FooterLeftDiv {
    width: 50%;
    padding: 50px 0;
    align-items: end;
    display: inline-block;
    position: relative;
}

.FooterUI .FooterRightDiv {
    padding-left: 100px;
}

.LogoDiv, .MemberLoginDiv {
    display: flex;
    justify-content: center;
}

.LogoDiv {
    padding: 12px 32px;
}

.MemberLoginDiv {
    align-items: center;
    padding: 100px 0 200px;
}

.MainH1 {
    color: var(--Purple);
    font-family: 'Cormorant Garamond', serif;
    font-size: 64px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.64px;
    text-align: center;
}

.TextAlignLeft {
    text-align: left;
}

.WillingdonContent {
    color: #BB9F8A;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

.MemberLoginDiv .WillingdonContent {
    text-align: center;
}

.FooterUI p {
    color: #BB9F8A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.32px;
    margin-bottom: 0;
}

h1 {
    color: var(--Dark_Beige);
    font-family: 'Cormorant Garamond', serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 86px;
    margin-bottom: 0;
}

.InputFieldUI, .form-control {
    border: 1px solid var(--Dark_Beige);
    /*padding: 16px 20px;*/
    color: #877364;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px;
    /*margin-bottom: 10px;*/
    display: block;
    border-radius: 0;
}

.form-control:focus{
    box-shadow: none;
    background: transparent;
    border: 1px solid #3A184E;
}

.InputFieldUI:focus-visible {
    outline: unset;
}

.LoginInputDiv {
    padding: 20px 0 0;
    position: relative;
}

.BtnUI {
    padding: 8px 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.2px;
    text-align: center;
}

.BtnPurple {
    background-color: var(--Purple);
    color: var(--BgColor);
    border: 1px solid var(--Purple);
}

.MemberLoginDiv .BtnPurple {
    width: 458px;
    display: block;
    text-align: center;
    margin-top: 28px;
    text-transform: uppercase;
}

.BtnUI:hover {
    text-decoration: unset;
}
.BtnOutline:hover {
    border: 1px solid var(--Dark-Beige, #BB9F8A);
    color: #BB9F8A;
}
.BtnPurple:hover {
    text-decoration: unset;
    color: var(--Purple);
    border: 1px solid var(--Purple);
    background:  transparent;
    box-shadow: 0px 10px 8px 0px rgba(0, 0, 0, 0.10);
}


.FooterUI .FooterLeftDiv {
    /*padding: 0px 100px 0 150px;*/
    padding-right: 100px;
    /*display: inline-block;
    float: right;
    position: relative;
    width: 42%;*/
    display: flex;
    justify-content: end;
}

.FooterRightDiv:before {
    top: -73px;
}

.FooterRightDiv h1 {
    width: 70%;
}

.BtnDarkBeige {
    width: 266px;
    background-color: var(--Dark_Beige);
    display: block;
    color: var(--Blue);
}

.BtnDarkBeige:hover {
    color: var(--Blue);
    background:#FBF7F3;
}

.HrefUI {
    color: var(--Dark_Beige);
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.32px;
    text-decoration-line: underline;
    margin-bottom: 20px;
    display: block;
}

.HrefUI:hover {
    color: var(--Dark_Beige);
}

.mb20 {
    margin-bottom: 20px;
}

.ForgotPassLink {
    color: var(--Purple);
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    text-decoration-line: underline;
}

.LoginInputDiv .ForgotPassLink {
    position: absolute;
    right: 20px;
    bottom: 58px;
}

.ForgotPassLink:hover {
    color: var(--Purple);
}

.WillingdonNavBar .navbar-nav {
    margin: 0 auto;
}

.WillingdonNavBar {
    background-color: var(--BgColor);
}

.WillingdonNavBar .navbar-nav .nav-link {
    color: var(--Dark_Beige);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    padding: 12px 28px 25px
}
.WillingdonNavBar .navbar-nav .nav-link:hover{
    color: var(--Dark_Beige);
}
.WillingdonNavBar .navbar-collapse {
    align-items: baseline;
}
.WillingdonNavBar .navbar-text {
    color: var(--Dark_Beige);
    /*font-family: Cormorant Garamond;*/
    font-size: 16px;
    /*font-style: italic;*/
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    padding:0;
}

.DropdownDesign .dropdown-toggle {
    border: 1px solid var(--Blue);
    background-color: var(--BgColor) !important;
    border-radius: unset;
    padding: 12px 20px;
    color: var(--Blue) !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.64px;
}

.BillingDetailsOuterDiv .DropdownDesign {
    margin: 20px 0 80px;
    display: inline-block;
}

.CommonOutDiv {
    padding: 100px;
}

.TabsWillingdonDesign .nav-link {
    color: var(--Purple);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.64px;
    border: 1px solid var(--BgColor);
}

.TabsWillingdonDesign {
    border-bottom: unset;
}

    .TabsWillingdonDesign .nav-link:hover {
        border: 1px solid var(--BgColor);
    }

    .TabsWillingdonDesign .nav-link.active {
        font-weight: 600;
        border: unset;
        border-bottom: 2px solid var(--Purple);
        background-color: var(--BgColor);
    }

.FooterLeftDiv .BtnDarkBeige {
    margin: 30px 0;
}

.TableUI .dataTable {
    border-bottom: 1px solid var(--Dark_Beige);
}

.TableUI td.dt-body-right {
    text-align: left !important;
}

.TableUI {
    margin-top: 40px;
}

    .TableUI td {
        box-shadow: unset !important;
        border-top: 1px solid var(--Dark_Beige) !important;
        color: var(--Black);
        font-size: 16px;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        padding: 16px !important;
    }

    .TableUI th {
        border-bottom: 1px solid #BB9F8A !important;
        color: var(--Blue);
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        text-transform: capitalize;
        padding: 10px 16px !important;
    }

    .TableUI td a {
        color: var(--Purple) !important;
        font-size: 14px;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: -0.28px;
        text-decoration-line: underline;
    }

    .TableUI td img {
        margin-right: 5px;
    }

.AllBiilingDetailsRightSection {
    padding: 80px 0px 80px 80px;
    border-left: 1px solid #EFEAE6;
    flex: 0 0 29%;
    max-width: 29%;
}

.BillingDetailsOuterDiv {
    position: relative;
}

    .BillingDetailsOuterDiv .row {
        justify-content: space-between;
    }

.AllBiilingDetailsRightSection:after {
    content: '';
    position: absolute;
    border-top: 1px solid #EFEAE6;
    top: 0;
    right: 0;
    height: auto;
    width: 150%;
}
.LinkUI:hover {
    color: var(--Purple);
}

.AllBiilingDetailsRightSection:before {
    content: '';
    position: absolute;
    border-bottom: 1px solid #EFEAE6;
    bottom: 0;
    right: 0;
    height: auto;
    width: 150%;
}

.BillingDetailTableSection {
    margin-bottom: 20px;
}

.BillingDetailDiv .TotalDue {
    margin-top: 80px;
}

    .BillingDetailDiv .TotalDue .BtnPurple {
        display: block;
        margin-top: 20px;
    }

    .BillingDetailDiv .TotalDue p {
        color: var(--Blue);
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: -0.14px;
    }

    .BillingDetailDiv .TotalDue h3 {
        color: var(--Blue);
        font-size: 32px;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0.64px;
    }

.LinkUI {
    color: var(--Purple);
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.32px;
}

.TXTUnderline {
    text-decoration-line: underline;
}

.LinkUI.UserID {
    margin-bottom: 4px;
}

.MemberShipNo {
    color: var(--Blue);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.2px;
}

    .MemberShipNo span {
        font-weight: 600;
    }

.WillingdonNavBar .nav-item:hover, .WillingdonNavBar .nav-item.active {
    color: var(--Blue);
}

.WillingdonNavBar .nav-item.active {
    font-weight: 500;
}


.WillingdonNavBar .nav-item {
    position: relative;
}

    .WillingdonNavBar .nav-item .SubMenu {
        position: absolute;
        left: 0;
        top: 0;
        background-color: #091F27FA;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        transform: translate(0,0);
       /* transition: all 0.1s;*/
    }

    .closemobile{
        display:none;
    }


    .WillingdonNavBar .nav-item:hover .SubMenu {
        top: 56px;
        opacity: 1;
        visibility: visible;
        padding: 0;
        z-index: 99;
    }

    .WillingdonNavBar .nav-item .SubMenu li {
        display: flex;
    }

    .WillingdonNavBar .nav-item .SubMenu li {
        color: var(--Dark_Beige);
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.64px;
        text-transform: uppercase;
    }
.DropdownDesign .dropdown-toggle:focus, .WillingdonNavBar .navbar-text:focus {
    box-shadow: unset !important;
}
        .WillingdonNavBar .nav-item .SubMenu li:hover {
            color: #FBF7F3;
            cursor: pointer;
        }

    .WillingdonNavBar .nav-item .SubMenu ul {
        padding: 0;
    }

    .WillingdonNavBar .nav-item .SubMenu .SubMenuLeft li {
        width: 500px;
        padding: 16px 32px 16px 226px;
    }

    .WillingdonNavBar .nav-item .SubMenu .SubMenuLeft {
        margin: 20px 170px 20px 0;
    }

    .WillingdonNavBar .nav-item .SubMenu .SubMenuRight {
        margin: 80px 200px 80px 0px;
    }

  

.FooterLeftDiv span img {
    margin-right: 5px;
}
#BillingDetailsTable_filter, #BillingDetailsTable_length {
    display:none;
}
/*.SubMenu .SubNavItem:hover ul {
    opacity: 1;
    visibility: visible;
    position: absolute;
    right: 200px;
    top: -18px;
}
 .SubMenu .SubNavItem ul {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #091F27FA;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}*/

.DropdownDesign  .dropdown-menu {
    background: var(--Lightest-beige, #FBF7F3);
    border: unset;
    background: var(--Lightest-beige, #FBF7F3);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    width: 263px;
    border-radius: unset;
    padding:0;
}
.DropdownDesign .dropdown-item {
    padding: 12px 38px 12px 20px;
    color: var(--Blue);
    font-family: Work Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.64px;
    text-align: right;
}
    .DropdownDesign .dropdown-item:focus, .DropdownDesign .dropdown-item:hover {
        background: rgba(236, 222, 204, 0.50);
    }
.ModalDesign .close, .ModaRightDesign .close {
    opacity: 1;
    margin-top: -20px;
}

.ModaRightDesign .modal-dialog {
    position: fixed;
    margin: auto;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    width: 450px;
}
.ModaRightDesign .modal-body {
    padding: 32px 28px 0;
}

.ModaRightDesign .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: unset;
    padding: 0 20px;
    background: var(--Lightest-beige, #FBF7F3);
    box-shadow: 0px 0px 15px 0px rgba(88, 58, 35, 0.30);
}

.ModaRightDesign.fade .modal-dialog {
    right: 0px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.ModaRightDesign.fade.in .modal-dialog {
    right: 0;
}

.ModaRightDesign .modal-header {
    padding: 32px 28px;
    border-bottom: 1px solid var(--Light-Beige, #D6CBBD);
}
.ModaRightDesign .modal-header h4 {
    color: #0F2D38;
    font-family: 'Cormorant Garamond', serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    text-transform: capitalize;
}
.ModaRightDesign .ItalicSubTitle {
    color: #BB9F8A;
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
}
.RadioButtonsGrp{
    margin-left:25px;
    margin-top:42px;
}
.mb15 {
    margin-bottom: 15px;
}
.BtnAllDesign {
    width: auto;
    padding: 10px 28px 12px;
    margin: 0;
    border: unset;
    font-variant: all-small-caps;
}
.BtnOutline {
    border: 1px solid var(--Purple);
    color: var(--Purple);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /*font-variant: all-small-caps;*/
    letter-spacing: 1.2px;
    background-color: unset;
}
.ModaRightDesign  .modal-footer {
    border-top: unset;
}
.RadioButtonsGrp .form-group {
    position: relative;
    margin-bottom: 0;
    display: -webkit-inline-box;
}
.RadioButtonsGrp input[type="radio"] {
    display: none;
}
.BillingDetailsOuterDiv  ~ .modal-backdrop.show {
    opacity: 0;
    background-color: #fbf7f3;
}
    .RadioButtonsGrp label:before {
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        background-color: transparent;
        border: 2px solid #0F2D38;
        border-radius: 50%;
        top: 23%;
        left: -25px;
        transform: translateY(-50%);
        transition: border-color 400ms ease;
    }
    .RadioButtonsGrp input[type="radio"]:checked + label:before {
        border-color: #0F2D38;
    }
.RadioButtonsGrp input[type="radio"]:checked + label:after {
    transform: translateY(-50%) scale(0.55);
}
.RadioButtonsGrp input[type="radio"]:checked + label::after {
    transform: translateY(-50%) scale(0.55);
}

    .RadioButtonsGrp label::after {
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        background-color: #0F2D38;
        border: 2px solid #0F2D38;
        border-radius: 50%;
        top: 23%;
        left: -25px;
        transform: translateY(-50%) scale(0);
        transition: transform 400ms ease;
    }
    .RadioButtonsGrp label {
        color: #020A08;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom:32px;
    }
        .RadioButtonsGrp label span {
            font-weight: 400;
            display:block;
        }
    


/* NEW CSS Added */

/* Nav  */

#navbarText > span{
    color: var(--textwhite);
}

/* Nav  */

/* Heading  */

.header-section{
    background: var(--Blue);
    padding: 20px;
    height: 475px;
}

.DashboardPageTopSection{
    display: flex;
    justify-content: space-between;
    width: 72%;
    margin: 40px auto;
}


/* Heading  */

.event-content > h6{
    color: var(--Dark_Beige);
    font-family: Work Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-align: left;
}

.event-content > h4{
    color: var(--Purple);
    font-family: Cormorant Garamond;
    font-size: 32px;
    font-weight: 600;
    line-height: 39px;
    letter-spacing: 0em;
    text-align: left;
}

.a-link{
    text-decoration: underline;
}

.date{
    font-family: Work Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.01em;
    text-align: left;
    color: var(--Blue);
}

.content{
    font-family: Work Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.01em;
    text-align: left;
    color: var(--Blue);
}

.link-view-details{
    font-family: Work Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.02em;
    text-align: left;
    color: var(--Purple);
    text-decoration: underline;
}
.link-view-details:hover{
    color: var(--Purple);
}

.link-view-details:active{
    color: var(--Purple);
}

.item > h3{
    font-family: Cormorant Garamond;
    font-size: 32px;
    font-weight: 600;
    line-height: 39px;
    letter-spacing: -0.01em;
    text-align: left;
    color: var(--Purple);
}

.item > .d-flex > p > a{
    font-family: Work Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.02em;
    text-align: left;
    color: var(--Purple);
}



.NewsEventsHeading > h6{
    font-family: Work Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--Blue);
}

.header-sectionls-bg-text{
    display: flex;
    align-items: center;
}

.img-d{
    margin-right: 27px;
}

.custom-border-color{
    border-color: #8C8C8C;
}

.header-sectionls-bg-text div > h3{
    font-family: Cormorant Garamond;
    font-size: 48px;
    font-style: italic;
    font-weight: 600;
    line-height: 58px;
    letter-spacing: -0.01em;
    text-align: left;
    color: var(--textwhite);
    margin-bottom: 0;
}

.header-sectionls-bg-text div > p{
    font-family: Work Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.01em;
    text-align: left;
    color: var(--Dark_Beige);
}

.header-sectionrs-bg-text > h6{
    font-family: Work Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.01em;
    text-align: left;
    color: var(--textwhite);
}

.header-sectionrs-bg-text > h5{
    font-family: Work Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.01em;
    text-align: left;
    color: var(--textwhite);
}

.header-sectionrs-bg-text > h5 > span{
    font-family: Work Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.01em;
    text-align: left;
    color: var(--Dark_Beige);
}

.header-sectionrs-bg-text > .btn{
    font-family: Work Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0.16em;
    text-align: left;
    color: var(--textwhite);
    border: 1px solid #D6CBBD;
    padding: 12px 28px 12px 28px;
}

.header-sectionrs-bg-text >  p{
    margin-bottom: 0;
}

.header-sectionrs-bg-text >  p > a{
    font-family: Work Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.02em;
    text-align: left;
    color: var(--Dark_Beige); 
    text-decoration: underline;   
}

.EventsNewsletter{
    width: 90%;
    margin: -183px auto;
    background: white;
    /* padding: 0 30px; */
    /* padding: 100px 100px; */
    /* padding: 7.5vh 7.5vw; */
    padding: 100px;
}




.home-crousel .owl-carousel .owl-nav button.owl-prev{
    border-radius: 50%;
    color: #3A184E;
    position: absolute;
    top: 50%;
    left: -9px;
    background-image: url('img/prev-arrow.png');
    width: 70px;
    height: 70px;
}


.home-crousel .owl-carousel .owl-nav button.owl-next{
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -9px;
    width: 70px;
    height: 70px;
    background-image: url('img/next-arrow.png');

} 

.home-crousel .owl-carousel .owl-nav button.owl-prev:hover{
    background-color: transparent;
}

.home-crousel .owl-carousel .owl-nav button.owl-next:hover{
    background-color: transparent;
}

.owl-theme .owl-dots {
    display: none;
}


.custom-gap{
    margin-bottom: 88px;
}

.custom-t-m{
    margin-top: 40px;
}

.home-crousel .oC-p{
    padding: 0 105px;
}



.crousel-m-t{
    margin-top: 40px;
}


#slider1 .owl-stage{
    width: 100% !important;
}

#slider1 .owl-item{
    width: 100% !important;
    float: none;
    margin-bottom: 88px;
}

#slider1 .owl-stage-outer{
    width: 90%;
    margin: -183px auto;
    background: white;
    padding: 100px;
}


.mobileView {
    display: none;
}

.DropdownDesign .dropdown-toggle:after {
    background-image: url('./img/DropdownArrow.svg');
    height: 18px;
    width: 18px;
    background-repeat: no-repeat;
    background-size: cover;
    border: unset;
    margin-left: 15px;
}

.DropdownDesign .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.WillingdonNavBar .navbar-toggler-icon {
    background-image: url('./img/Menu.svg');
}

.WillingdonNavBar .navbar-toggler {
    border: unset;
}

.TableUI .dataTable ~ .dataTables_info, .TableUI .dataTable ~ .dataTables_paginate {
    display: none;
}
.DashboardBody .WillingdonNavBar .nav-item.active a {
    color: var(--Dark_Beige);
}

.WillingdonNavBar .nav-item .SubMenuRight li{
    display:none;
}

.WillingdonNavBar .nav-item .SubMenuRight li.showimage {
    display: block;
}

.AttachDisplay, .ImageDisplay {
    width: auto !important;
    height: 200px !important;
    margin: 10px 0 30px !important;
}
/*.loader {
    display : none; 
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    transform: translate(-50%, -50%);
    margin: auto;
    transform-origin: center center;*/ /* Center the rotation */
/*}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}*/
table {
    border-bottom: 1px solid #ebedf2 !important;
    margin-bottom: 10px !important;
}
.content{
    position: relative;
    height : 100%;
    width : 100%;
}


.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #f3f3f3;
    border-bottom-color: #BB9F8A;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.loadingDiv {
    background: rgba(0, 0, 0, .5);
}

.loadingDiv {
    min-width: 100%;
    width: 100%;
    height: 100%;
    padding: 10px;
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    color: #ccc;
    z-index: 9999;
    transition: .2s linear;
}

.form-group {
}

.form-control{
}