﻿body {
    margin: 0;
    padding: 0;
    
}


/* header*/
#header-wrapper {
    position: fixed;
    height: 55px;
    width: 100%;
    background: white;
    z-index: 1;
    padding: 7px 15px;
    box-shadow: inset 0 0 0 0 #dbe2e8, 0 5px 20px 0 rgba(47,61,73,.05);
    
}

/* Sidebar */
#sidebar-wrapper {
    z-index: 2;
    position: fixed;
    /*width: 250px;*/
    height: 100%;
    overflow-y: auto;
    background: #1f2932;
    /*padding-top: 50px;*/
}
.child {
    margin-top: auto;
    bottom: 0;
    vertical-align: bottom;
}

#sidebar-wrapper .navigation_items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display: -webkit-box;
    height: 100%;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    #sidebar-wrapper .navigation_items ul {
        font-weight: 400;
        font-family: 'Open Sans',sans-serif;
        padding-left: 10px;
    }

.navigation_items ul li a {
    color: #DBE3E8;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.navigation_items ul li i {
    font-size: 30px;
}

#wrapper.menuToggled .navigation_items ul li i {
    font-size: 16px;
}

/* Main content */
#page-content-wrapper {
    width: 100%;
    position: absolute;
    /*padding-left: 250px;*/
    padding-top: 50px;
    
}

/* Change the width of the sidebar to diasplay it */
#wrapper.menuToggled #sidebar-wrapper {
    width: 50px;
    transition: all 0.5s;
}

#wrapper.menuToggled #page-content-wrapper {
    padding-left: 50px;
    transition: all 0.5s;
}

#wrapper.menuToggled #header-wrapper {
    padding-left: 50px;
    transition: all 0.5s;
}

 
#wrapper.menuToggled .Logo_white {
    display: none;
}

#wrapper.menuToggled .LogoIcon_white {
    border-radius: 50%;
    border: 1px solid white;
}

#wrapper.menuToggled .navigation_items ul li .nav-title{
    display:none;
}
#wrapper.menuToggled .navigation_items ul li i {
   font-size:16px;
}
/* header styling */
.header-nav {
    padding: 0;
    list-style: none;
    /*float: right;*/
    text-align: right;
    padding-top: 7px;
}

    .header-nav li {
        padding: 0px 10px;
        display: inline;
        color: #2e3d49;
        font-weight: 400;
        font-family: 'Open Sans';
    }

     
.LogoIcon_white {
    width: 30px;
    height: 30px;
    margin-left:-5px;
}
.homeIcon1 {
    display: none
}
 
/* Mobile Phones Portrait or Landscape */
@media screen and (max-width: 500px) {
     
    #sidebar-wrapper {
        width: 50px;
        transition: all 0.5s;
    }

    #page-content-wrapper {
        padding-left: 50px;
        transition: all 0.5s;
    }

    #header-wrapper {
        padding-left: 50px;
        transition: all 0.5s;
    }

    #wrapper.menuToggled #sidebar-wrapper {
        width: 150px;
        transition: all 0.5s;
    }

    #wrapper.menuToggled #page-content-wrapper {
        padding-left: 150px;
        transition: all 0.5s;
    }

    #wrapper.menuToggled #header-wrapper {
        padding-left: 150px;
        transition: all 0.5s;
    }
    

     
    #wrapper.menuToggled .LogoIcon_white {
        border-radius: 0;
        border: none;
    }
    


    .LogoIcon_white {
        border-radius: 50%;
        border: 1px solid white;
    }
    
   
}

/*  Tablets Portrait or Landscape */
@media screen and (max-width: 979px) {
     .Logo_white {
        display: none;
    }
    #sidebar-wrapper {
        width: 50px;
        transition: all 0.5s;
    }

    #page-content-wrapper {
        padding-left: 50px;
        transition: all 0.5s;
    }

    #header-wrapper {
        padding-left: 50px;
        transition: all 0.5s;
    }
    #wrapper.menuToggled .LogoIcon_white {
        display: none;
        width:120px;
    }
    #wrapper.menuToggled .Logo_white {
        display: block;
        width: 120px;
    }
    #wrapper.menuToggled #sidebar-wrapper {
        width: 150px;
        transition: all 0.5s;
    }

    #wrapper.menuToggled #page-content-wrapper {
        padding-left: 150px;
        transition: all 0.5s;
    }
    
    #wrapper.menuToggled #header-wrapper {
        padding-left: 150px;
        transition: all 0.5s;
    }
    
    #wrapper.menuToggled .navigation_items ul li .nav-title {
        display: block;
    }
    .navigation_items ul li .nav-title {
        display: none;
    }
    .navigation_items ul li i {
        font-size: 16px;
    }

    
    .LogoIcon_white {
        border-radius: 50%;
        border: 1px solid white;
    }

    
}

/*Desktop screens */
@media screen and (min-width: 980px) {
     
    #sidebar-wrapper {
        width: 255px;
        transition: all 0.5s;
    }

    #page-content-wrapper {
        padding-left: 255px;
        transition: all 0.5s;
    }

    #header-wrapper {
        padding-left: 255px;
        transition: all 0.5s;
    }

     .LogoIcon_white {
        display: none;
        width: 120px;
    }
    #wrapper.menuToggled .LogoIcon_white {
        display: block;
        width: 30px;
        height:30px;
    }
    #wrapper.menuToggled .navigation_items ul li i {
        font-size: 16px;
    }
     
}

/*Scrollbar for sidebar*/
#sidebar-wrapper::-webkit-scrollbar {
    width: 0.2em;
}

#sidebar-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

#sidebar-wrapper::-webkit-scrollbar-thumb {
    background-color: #fab07c;
    outline: 1px solid slategrey;
}

/*settings page styles*/
.settings-page-title-h1 {
    font-size: 14px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    margin: 0 0 10px
}
.settings-header-title {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 14px;
    padding: 0px 0px 11px 16px;
    color: #2E3D49;
    margin: 0;
    font-weight: 600
}

.settings-ul li {
    background-color: none;
    padding: 8px 15px;
    font-size: .875rem;
    font-weight: 600;
    font-family: 'Open Sans',sans-serif;
    color: #4f4f4f;
}

    .settings-ul li a {
        display: block;
        text-decoration: none !important;
        color: inherit;
    }

    .settings-ul li.active {
        background: rgb(1, 131, 119);
        color: white;
    }

/*=====================================
       personal-info page styles
 =====================================*/
.deleteIconbtn {
    border-color: transparent;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    top: -24px;
    right: -78px;
    font-size: 18px;
    color: #1f2932;
}

.deleteIconbtn:hover {
    color: mediumturquoise;
}



.button-verify-email {
    background: white;
    color: #017a9b;
    box-shadow: 0px 0px 5px 1px rgba(33,33,33,.2);
    height: 2.6rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: transparent;
    border-radius: .25rem;
    cursor: pointer;
    display: inline-block;
    font-family: Open Sans,sans-serif;
    font-size: .8125rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 1.5rem;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
}

    .button-verify-email:hover {
        box-shadow: 0px 10px 21px rgba(33,33,33,.2);
    }

    .button-verify-email:focus {
        outline-color: #017a9b;
    }

 


.sendcode-button--primary {
    background: #017a9b;
    color: #fff;
}

.sendcode-button[disabled], .sendcode-button {
    border: 1px solid #017a9b;
    cursor: not-allowed;
    opacity: .24;
}

.sendcode-button {
    height: 2.6rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #017a9b;
    border: transparent;
    border-radius: .25rem;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: Open Sans,sans-serif;
    font-size: .8125rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 1.5rem;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
}

.sendcode-button__content, .verify-email_content {
    height: 100%;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    overflow-y: hidden;
}

/*======================================
       Notifications page styles
 ======================================*/
.notifications-wrapper-card {
    box-shadow: 0 0 4px 0 rgb(17 22 26 / 16%), 0 2px 4px 0 rgb(17 22 26 / 8%), 0 4px 8px 0 rgb(17 22 26 / 8%);
}

.notifications-wrapper-card-title {
    border-bottom: 1px solid #a4e4f5;
    background-color: #edf8f7
}

.notifications-wrapper-card .checkbox {
    height: 20px;
    width: 20px;
    display: inline-flex;
    position: relative;
    top: 5px
}

.notifications-wrapper-card .checkbox-title {
    font-family: 'Open Sans',sans-serif;
    color: #58646d;
    padding-left: 6px
}

.all-checkbox {
    height: 20px;
    width: 20px;
    display: inline-flex;
    position: relative;
    top: 5px
}

.all-checkbox-title {
    font-family: 'Open Sans',sans-serif;
    color: #58646d;
}

/*=========================================
            Welcome page styles
  =========================================*/
.RTTAI-program-links {
    box-shadow: 0 0 4px 0 rgba(17,22,26,.16)
}

    .RTTAI-program-links:hover {
        box-shadow: 0 4px 16px 4px rgba(17,22,26,.16),0 4px 8px 0 rgba(17,22,26,.08),0 16px 24px 0 rgba(17,22,26,.08);
        transition: .5s;
    }

.dashboard-learnmore-btn {
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 0.1rem;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    color: #017a9B;
    padding: 15px 30px
}

    .dashboard-learnmore-btn:hover {
        background-color: #f8f8f8;
    }


/*===========================================
       AccountLayout,SubscribeLayout styles
 ===========================================*/
.nav-tabs li a {
    border: none;
    border-radius: 0;
    padding: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #657482;
}

#accountLayout-header {
    display: flex;
    background: #fff;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.5rem 0;
    -webkit-box-shadow: 0 5px 15px 0 rgba(46,61,73,.12);
    box-shadow: 0 5px 15px 0 rgba(46,61,73,.12)
}
.waybaritem:before {
    display: inline-block;
    content: ">";
    padding-left: 8px;
    padding-right: 8px;
}

/*===============================================
           signIn/SignUp page styles
  ==============================================*/
.signIn-header-title, .signUp-header-title {
    color: #11161a;
    font-weight: 300
}

.signIn-header-title-content, .signUp-header-title-content {
    font-family: 'Open Sans',sans-serif;
    line-height: 1.75rem;
    color: #11161a
}

.input-icon {
    position: absolute;
    right: 30px;
    top: calc(50% - 0.5em); /* Keep icon in center of input, regardless of the input height */
    cursor: pointer;
    color: #657482 !important;
    font-size: 20px;
}

.input-wrapper {
    position: relative;
}

.passpord_style {
    padding-right: 35px;
}

.thirdparty_Loginbutton {
    width: 100%;
    border: none;
    min-height: 45px;
    text-transform: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 4px rgba(0, 0, 0, 0.12);
    letter-spacing: 0;
    min-width: 200px;
    background-color: transparent;
    outline-style: none;
    color: #6d7780;
    font-size: 14px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .thirdparty_Loginbutton:hover {
        background-color: rgba(203, 201, 201, 0.09);
    }

.signIn-button, .signUp-button {
    font-size: 13px;
    font-weight: 600;
    padding: 10px 32px;
    line-height: 1.5rem;
    letter-spacing: 0.1rem;
    font-family: 'Open Sans',sans-serif;
}

.forget-password-a {
    text-decoration: none;
    color: #017a9B;
    font-weight: 600;
    font-family: 'Open Sans',sans-serif
}

    .forget-password-a:hover {
        text-decoration: none;
    }