@font-face {
    font-family: 'Lato-Light';
    src: url('../fonts/Lato-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Thin';
    src: url('../fonts/Lato-Thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('../fonts/Lato-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway-Medium';
    src: url('../fonts/Raleway-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway-Regular';
    src: url('../fonts/Raleway-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway-Light';
    src: url('../fonts/Raleway-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway-Bold';
    src: url('../fonts/Raleway-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'QuattrocentoSans';
    src: url('../fonts/QuattrocentoSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




body
{
    background: #f7f7f7;
}

/*.gnrl-font-light*/
/*{*/
    /*font-family: 'Lato-Light';*/
/*}*/

.pre-loader-div {
    position: fixed;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, .7);
    z-index: 999999;
    display: none;
    text-align: center;
    padding-top: 40vh;

}

.pre-loader-div .spinner-layer {
    border-color: #59c9e0 !important;
}


.content-container {
    position: relative;
    margin-top: 85px;
    margin-left: 275px;
    margin-bottom: 30px;
}

.message-container {

    position: relative;
    margin-top: 85px;
    margin-left: 275px;

}

.chat-box-container {

    /*height: 83vh;*/
    border-bottom: 0.7px solid #EEEEEE;
    padding-bottom: 79px;
    height: calc(100vh - 160px);
}


.gnrl-font-thin
{
    font-family: 'Lato-Light';
}

.gnrl-font-bold
{
    font-family: 'Lato-Bold';
}

.gnrl-font-medium
{
    font-family: 'Raleway-Medium';
}

.gnrl-font-regular
{
    font-family: 'Raleway-Regular';
}

.gnrl-font-light
{
    font-family: 'Raleway-Light';
}

.gnrl-font-bold
{
    font-family: 'Raleway-Bold';
}

.col .row
{
    margin: 0;
}

.row
{
    margin: 0;
}

a
{
    cursor: pointer;
}

/*body {*/
    /*display: flex;*/
    /*min-height: 100vh;*/
    /*flex-direction: column;*/
/*}*/

/*main {*/
    /*flex: 1 0 auto;*/
/*}*/

.green.accent-2,
.red.accent-2
{
    color: #fff;
}

.left-hand {
    position: relative;
    height: 100vh;
}

.left-hand p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}

section.signup .left-hand img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.signup form
{
    margin: 0;
}

.signup .row .col.s12.m12.l8,
.signup .row .col.s12.m12.l4
{
    padding: 0;
}

.form-right .input-field label.active
{
    transform: translateY(-20px) scale(0.8) !important;
}

.form-right
{
    text-align: center;
    /*background: #f7f7f7;*/
    height: 100%;
}

.form-front
{
    padding: 0 80px;
}

.logo
{
    padding: 80px 0;
}

.continue p
{
    font-size: 30px;
}


input.invalid[type=email]:not(.browser-default),
input.invalid[type=text]:not(.browser-default),
input.invalid[type=email]:not(.browser-default):focus,
input.invalid[type=text]:not(.browser-default):focus,
input.valid[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
.input-field textarea
{
    font-family: 'Raleway-Regular';
    color: #979797;
    border-bottom: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*.input-field textarea*/
/*{*/
    /*border: 1px solid #979797 !important;*/
    /*border-radius: 7px;*/
    /*padding-left: 10px;*/
/*}*/

.signup input[type=email],
.signup input[type=password],
.signup input[type=text]
{
    border: 1px solid #8768b9 !important;
    border-radius: 7px;
    padding-left: 10px;
    width: 97%;
}

.signup label
{
    padding-left: 10px;
}

@-webkit-keyframes autofill {
    to {
        color: #666;
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

.login-bt
{
    margin-top: 16px;
}

.teal.lighten-2 {
    background-color: red !important;
    color: #fff;
}

.log-bt
{
    background-color: #b496e0;
    padding: 14px;
    color: #fff;
    border-radius: 15px;
    display: block;
    text-transform: uppercase;
    border: none;
    width: 100%;
    height: 47px;
    font-size: 14px;
    letter-spacing: 1px;
}

.cancel-login-btn {
    margin-top: 35px;
    text-align: center;
}

.cancel-login-btn span {
    color: #a9a9a9;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

button:focus
{
    background-color: #b496e0;
}

header.topbar .nav-wrapper
{
    background-color: #59c9e0;
    padding-bottom: 90px;
}

.topbar nav
{
    position: fixed;
    z-index: 99;
}

.topbar nav ul a:hover
{
    background: transparent;
}

.topbar ul li a
{
    padding: 25px 40px 0 0;
    font-size: 30px;
}

.sidenav
{
    top: 20px;
    width: 250px;
    border-top-right-radius: 15px;
    -webkit-box-shadow: 10px 0 5px -2px rgba(0,0,0,0.1);
    box-shadow: 10px 0 5px -2px rgba(0,0,0,0.1);
    background: #59c9e0;
    text-align: center;
    z-index: 99999;
}

/*.sidebar {*/
    /*position: fixed;*/
    /*left: 0;*/
    /*top: 20px;*/
    /*width: 250px;*/
    /*height: auto;*/
    /*bottom: 0;*/
    /*background: #ffffff;*/
    /*border-top-right-radius: 15px;*/
    /*z-index: 10;*/
    /*overflow-y: auto;*/
    /*-webkit-box-shadow: 10px 0 5px -2px rgba(0,0,0,0.1);*/
    /*box-shadow: 10px 0 5px -2px rgba(0,0,0,0.1);*/
/*}*/

.sidenav:before{
    right: -1px;
    width: 1px;
    top: -1px;
    height: 8px
}
.sidenav:after {
    top: -1px;
    right: 0;
    width: 2px;
    height: 2px
}

.sidenav li:first-child:hover
{
    background-color: #fff !important;
}

.sidenav li:first-child
{
    padding: 23px 0 0;
}

/*.sidebar::-webkit-scrollbar*/
/*{*/
    /*width: 5px;*/
    /*height: 5px;*/
/*}*/

/*!* Track *!*/
/*.sidebar::-webkit-scrollbar-track {*/
    /*background: #f1f1f1;*/
/*}*/

/*!* Handle *!*/
/*.sidebar::-webkit-scrollbar-thumb {*/
    /*background: #7f7f7f;*/
    /*border-radius: 5px;*/
    /*cursor: pointer !important;*/
/*}*/


.dashboard-logo
{
    text-align: center;
    /*padding: 23px 0 0;*/
    background-color: #fff;
}

.sidebar-menus ul
{
    margin: 0;
}

.sidebar-menus ul li,
.sidenav li
{
    padding: 10px;
    border-bottom: 1px solid #fff;
}

.sidebar-menus ul li a,
.sidenav li>a
{
    color: #fff;
    font-size: 20px;
}

.sidenav li>a:hover {
    background-color: transparent;
}

/*.sidebar-menus ul li:hover,*/
.sidenav li.active,
.sidenav li:hover,
.sidenav:not(:first-child) li:hover
{
    /*border: 0px solid;*/
    /*border-image: linear-gradient(45deg, rgb(0,143,104), rgb(250,224,66)) 1;*/
    /*background-image: linear-gradient(to right top, #ffffff, #e8edfd, #c4dffa, #95d4f2, #59c9e0);*/
    /*border-image: url("../images/border.png");*/
    background-color: #8ad9e9 !important;
}

.left-padding
{
    padding: 0 30px 40px 275px;
}

section.groups
{
    position: absolute;
    top: 110px;
    left: 0;
    bottom: 0;
    width: 100%;
}

.add-group
{
    position: relative;
    top: 65px;
}

.search,
.folder
{
    padding: 17px 0 0 0;
}

.folder
{
    float: right;
    position: relative;
    z-index: 9;
}

.success-msg
{
    background-color: #9076bf !important;
}

.error-msg
{
    background-color: red !important;
}

/*group index*/

.input-text
{
    border: 1px solid #ccc;
    border-radius: 16px;
    padding-left: 10px;
    margin-top: 12px;
}

.input-text input[type=text]
{
    margin: 0;
    height: 30px;
}

.group-widget,
.country-widget
{
    background-color: #ffffff;
    text-align: center;
    padding: 15px 0px;
    margin-top: 20px;
    border-radius: 15px;
    box-shadow: 4px 4px 7px 2px rgba(0,0,0,0.1);
    cursor: pointer;
}

.widget-img
{
    padding-top: 6px;
}

.member-widget .widget-img
{
    padding-top: 25px;
}

.widget-img img
{
    height: 110px;
    width: 110px;
    border-radius: 50%;
}


.group-content {
    text-align: right;
}

.group-content h3,
.country-content h3
{
    font-size: 22px;
    margin: 0;
    margin-bottom: 5px;
    min-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.group-content p,
.country-content p
{
    color: #66c0ea;
    font-size: 18px;
    margin: 0;
}

.group-content span,
.country-content span
{
    color: #66c0ea;
}

.group-icons
{
    text-align: right;
}

.country-icons
{
    text-align: center;
}

.group-icons,
.country-icons
{
    margin-top: 10px;
}

.group-icons .edit,
.country-icons .edit
{
    margin-right: 45px;
}


/*Add group*/

.group-form,
.schedule,
.group-coordinator,
.upload,
.category
{
    background-color: #fff;
    display: inline-block;
    width: 100%;
    padding: 20px;
}

.input-field label,
.input-field input[type=text]:focus + label,
input[type=text]:not(.browser-default):focus:not([readonly])+label,
.select-wrapper input[type=text],
textarea.materialize-textarea:focus:not([readonly])+label
{
    color: #5da7cf;
}

input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
.input-field input[type=text]:focus,
.input-field input[type=text],
.input-field input[type=text].valid,
.input-field input[type=text].invalid,
.input-field input[type=password]:focus,
.input-field input[type=password],
.input-field input[type=password].valid,
.input-field input[type=password].invalid,
.input-field textarea,
textarea.materialize-textarea:focus:not([readonly])
{
    border-bottom: 1px solid #eaeaea;
    box-shadow: none;
    -webkit-box-shadow: none;
}

input[type=text]:not(.browser-default)[readonly="readonly"]
{
    color: #979797;
    border-bottom: none;
}

.dropdown-content li>a, .dropdown-content li>span
{
    color: #979797;
}

.select-wrapper .caret
{
    fill: #979797;
}

.schedule
{
    margin-top: 20px;
}

.schedule p,
.schedule-table tr th
{
    color: #5da7cf;
}

.schedule-table tbody tr
{
    border-bottom: none;
}

.schedule-table table
{
    background-color: #f7f7f7;
    border: 1px solid #e4e4e4;
}

.pick-time
{
    margin:20px 0;
}

.pick-time input[type=text]:not(.browser-default):focus:not([readonly]),
.input-text input[type=text]:not(.browser-default):focus:not([readonly]),
input.valid[type=text]:not(.browser-default)
{
    border-bottom: none;
    box-shadow: none;
}

.picker
{
    border-bottom: 1px solid #e4e4e4;
    display: inline-block;
    width: 100%;
}

.schedule-table tr th,
.schedule-table tr td
{
    border-right: 1px solid #e4e4e4;
    text-align: center;
}

/*.schedule-table table [type="checkbox"]+span:not(.lever):before*/
/*{*/
    /*border: 2px solid #f7f7f7;*/
/*}*/

.group-coordinator,
.category
{
    margin-top: 20px;
}

.save
{
    margin: 60px 0;
    text-align: center;
}

.gnrl-btn,
.btn:hover
{
    background-color: #b496e0;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
}

.save-changes
{
    padding: 15px 80px;
}

.browse-img
{
    padding: 10px 50px;
}

.upload img
{
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.upload .btn span
{
    padding: 0 38px;
}

.file-path-wrapper input[type=text]
{
    border: none;
}

.upload-img
{
    float: right;
    padding-top: 12px;
}

.homeless
{
    position: relative;
    margin-top: 10px;
}

.homeless a
{
    background-color: #e9f3f8;
    display: block;
    text-align: center;
    padding: 10px;
    color: #5da7cf;
    /*margin: 0;*/
    border-radius: 10px;
    border: 1px solid #e5e5e5;
}

.homeless span
{
    position: absolute;
    top: -10px;
    right: -5px;
    color: #39c708;
}

.category-tag
{
    font-size: 12px;
    display: inline-block;
    margin-right: 5px;
}

/*category*/

.category-widget
{
    background-color: #e2ecf1;
    border: 1px solid #dcdcdc;
    padding: 10px 40px;
    text-align: center;
    border-radius: 10px;
    margin-top: 10px;
    min-height: 150px;
    position: relative;
    top: 55px;
}

.cat-widget
{
    min-height: 190px;
    position: relative;
}

.cat-widget .country-content span
{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0 20px;
}

.cat-widget .country-icons
{
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

.new-category
{
    float: right;
    margin-top: 10px;
}

.new-category span
{
    text-decoration: underline;
    color: #41c0fb;
    padding-right: 15px;
}

.category-widget h3
{
    font-size: 30px;
}

.category-widget h3,
.category-widget p
{
    color: #5da7cf;
    margin: 0;
}

.category-widget p
{
    padding-top: 5px;
}

.new-category img
{
    position: relative;
    top: 7px;

}

.add-model
{
    width: 486px;
    background-color: #f6f4f5;
    border-radius: 10px;
}

.model-title
{
    margin: 10px 0 40px;
}

.model-title h4
{
    text-align: center;
    font-size: 25px;
    color: #5da7cf;
}

.model-add
{
    margin: 40px 0 0;
}

/*.model-box*/
/*{*/
    /*margin: 40px 0 0;*/
/*}*/

.model-bt
{
    padding: 10px 130px;
}

/*messages*/

.messages
{
    position: relative;
    top: 70px;
}

.message-bar
{
    background-color: #ffffff;
    position: fixed;
    top: 110px;
    bottom: 0;
    /*max-width: 692px;*/
    width: 41.6%;
    /*height: 100%;*/
}


.user-msg {
    max-height: calc(100vh - 165px);
    overflow-y: auto;
}

.user-msg ul li
{
    border-bottom: 1px solid #eaeaea;
    padding-top: 30px;
    cursor: pointer;
}

.user-msg li a
{
    font-size: 20px;
    color: #000;
}

.user-msg li span
{
    float: right;
    color: #cccccc;
}

.sender-box
{
    float: right;
}

.reciever-box
{
    float: left;
}

.msg-sender
{
    background-color: #fff;
}

.msg-reciever
{
    background-color: #e6e7ee;
}

.sender-box,
.reciever-box
{
    width: 370px;
}

.msg-sender,
.msg-reciever
{
    border: 1px solid #dadadb;
    border-radius: 10px;
    padding: 10px 20px;
    margin-top: 30px;
}

.msg-sender p,
.msg-reciever p
{
    margin: 0;
}

.sender-box span,
.reciever-box span
{
    float: right;
    color: #989898;
    font-size: 12px;
}

.chat-input
{
    background-color: #dedfe7;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.chat-input .input-field a i
{
    right: 0;
    color: #896cba;
}

.microphone
{
    margin: 10px;
    float: left;
    width: 10%;
}

.microphone img
{
    background-color: #fff;
    border-radius: 20px;
    padding: 10px 15px;
}

.msg-input {
    width: 85%;
    float: left;
}

.msg-input .input-field
{
    background: #fff;
    border-radius: 30px;
    padding-left: 15px;
    margin: 0;
    margin-top: 9px;
}

.msg-input input[type=text]
{
    border: none;
    margin: 0;
}

.msg-input input[type=text]:not(.browser-default):focus:not([readonly]),
.msg-input .input-field input[type=text]:focus,
.msg-input .input-field input[type=text]
{
    border-bottom: none;
}

.chat-box
{
    flex-direction: column-reverse;
    display: flex;
    position: relative;
    padding: 20px 45px 0 30px;
    overflow-y: auto;
    max-height: calc(100vh - 240px);
}

.audio-file
{
    margin-top: 30px;
}

/*visits*/

.visit-widget
{
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.1);
    position: relative;
}

.visit-widget .visit-txt
{
    float: left;
}

.visit-widget .visit-btn
{
    float: right;
}

.visit-btn
{
    padding: 10px 0;
}

.visit-btn .accept,
.visit-btn .decline

{
    background-color: #e9f3f8;
    padding: 10px 20px;
    text-align: center;
    font-size: 20px;
    border-radius: 7px;
}

.visit-btn .accept
 {
    color: #3ea621;
    margin-right: 20px;
 }

.visit-btn .decline
{
    color: #ff0000;
}

.add-model .input-field
{
    padding-left: 10px;
}

.remove-msg p
{
    text-align: center;
    font-size: 30px;
    padding: 0 20px;
}

.image-preview
{
    text-align: center;
}

.group_image_model
{
    width: 30%;
    background-color: #f6f4f5;
    border-radius: 10px;
}

.model-btn,
.model-btn-done,
.model-btn-cancel
{
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    border: none;
}

.model-btn-done
{
    background-color: #5da7cf;
}

.model-btn-cancel
{
    background-color: #ef6d6d;
}

.homeless.active span {
    display: block;
}

.homeless span {
    display: none;
}

.countries
{
    position: relative;
    top: 85px;
}

.audio-file audio
{
    width: 100%;
}

.cancel-bt
{
    color: #9e9e9e;
    background: transparent;
    margin-top: 20px;
    display: inline-block;
    font-weight: bold;
    width: 100%;
}

.time-selecting-div {

    width: 45% !important;
    margin-right: 5px;
    float: left;


}

.time-selecting-div .select-dropdown {
    border: 1px solid !important;
    box-shadow: none !important;
    outline: none !important;
    text-align: center !important;
}

.time-selecting-div .dropdown-content {
    border-color: #5da7cf !important;
}

.time-selecting-div .dropdown-content li {
    text-align: center !important;
}

.birthday-label {
    color: #5da7cf;
    padding-left: 10px;
}

.visit-back-btn {
    margin-top: 85px;
}

.back-btn {
    display: inline-block;
    cursor: pointer;
    z-index: 9;
    position: relative;
    color: #575757;
    margin-bottom: 12px;
}

.back-btn span {

    position: relative;
    bottom: 6px;
    font-weight: 600;
}

.position-relative {
    position: relative;
}


/*.alert-msg*/
/*{*/
    /*margin-top: 65px;*/
    /*text-align: center;*/
/*}*/

/*.alert-space*/
/*{*/
    /*top: 170px !important;*/
/*}*/

/*.alert-remove-space*/
/*{*/
    /*top: 110px !important;*/
/*}*/

.login-body
{
    overflow-y: hidden;
}

.store-bt img
{
    width: 60%;
}

.main-content
{
    text-align: center;
}

.main-block
{
    position: relative;
    height: 100vh;
    padding-bottom: 200px;
}

.logo-name p
{
    font-size: 50px;
    margin: 0;
}

.login-btn a
{
    background-color: #b496e0;
    border-radius: 5px;
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
}

.login-btn
{
    float: right;
    margin: 46px 46px 0;
}

.app-stores-bt
{
    margin: 0 50px;
    position: absolute;
    bottom: 60px;
}

.copyright
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /*width: 100%;*/
    margin: 0;
}

.copyright-text p,
.terms-copyright p,
.footer-links a
{
    font-family: 'Raleway-Bold';
    /*color: #fff;*/
}

.foot-links
{
    float: right;
    padding-top: 15px;
}

.terms-links
{
    /*float: right;*/
    /*padding-top: 12px;*/
    /*margin-right: 60px;*/
    position: fixed;
    width: 33%;
    bottom: 15px;
    text-align: center;
    z-index: 9;
}

.terms-links a
{
    padding: 0 10px ;
}

[v-cloak]{
    display: none;
}

.display-none {
    display: none;
}

.login-back
{
    position: absolute;
    top: 20px;
    left: 20px;
}

.terms .login-back
{
    left: 0;
}

/*terms of service*/

.app-stores,
.logo-content a
{
    color: unset;
    text-align: center;
}

.app-stores
{
    margin: 60px 0;
}

.logo-content .logo-img
{
    margin: 50px 0;
    display: inline-block;
}

.now-available
{
    font-size: 20px;
}

.logo-content .logo-name p
{
    text-decoration: underline;
}

.azir-logo img
{
    width: 60%;
}

.form-front input.valid[type=email]:not(.browser-default),
.form-front input.valid[type=text]:not(.browser-default),
.form-front input.valid[type=password]:not(.browser-default)
{
    box-shadow: none;
    -webkit-box-shadow: none;
}

.body-wrapper #slide-out {
    transform: unset !important;
}

.sidebar #slide-out {
    transform: unset !important;
}

.login-relative-div {
    position: relative;
}

.error-message {
    color: red;
    font-weight: 600;
    font-size: 12px !important;
}

.small-footer {
    display: none;
}

.coordinator-widget {
    cursor: unset !important;
    min-height: 25px !important;
}

.coordinator-widget .coordinator-phone {
    color: #000 !important;
    font-size: 14px !important;
    display: block;
    height: 22px;
}

.logo-slogan {
    font-family: QuattrocentoSans;
    font-size: 30px;
    margin: 10px 0 0 0;
    color: darkgrey;
    text-align: center;
}

.image-100-div img {
    max-width: 100%;
}

.pop-up-details p {
    color: #66c0ea;
    margin-top: 0;
}

.cursor-pointer {
    cursor: pointer;
}


.group-content-name {
    padding-top: 10px;
}

.msg-box-container-fix-toggle {
    display: none;
    text-align: right;
    width: 100%;
    padding: 5px;
    background-color: #59c9e0;
    font-size: 20px;
}

.msg-box-container-fix-toggle i {
    color: #fff;
    font-size: 19px;
    cursor: pointer;
}


.show-loader {
    overflow: hidden !important;
    max-height: 100vh;
}

.show-loader .spinner {
    display: flex !important;
}


.spinner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999999;
    display: none;
    background-color: rgba(0,0,0,.3);
    text-align: center;
    justify-content: center;
    align-items: center;
}


.spinner-container {
    width: 150px;
    height: 130px;
    background-color: rgba(0,0,0,.6);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.loading-dots {
    color: #fff;
    font-weight: 700;
    margin: 0;
}

.loading-dots:after {
    content: ' .';
    animation: dots 1s steps(5, end) infinite;
}

@keyframes dots {
    0%, 20% {
        color: rgba(0,0,0,0);
        text-shadow:
            .25em 0 0 rgba(0,0,0,0),
            .5em 0 0 rgba(0,0,0,0);}
    40% {
        color: white;
        text-shadow:
            .25em 0 0 rgba(0,0,0,0),
            .5em 0 0 rgba(0,0,0,0);}
    60% {
        text-shadow:
            .25em 0 0 white,
            .5em 0 0 rgba(0,0,0,0);}
    80%, 100% {
        text-shadow:
            .25em 0 0 white,
            .5em 0 0 white;}
}


/*responsiveness*/

@media (max-width: 600px) {
    .add-model
    {
        width: 100%;
    }

    body
    {
        overflow-x: hidden;
    }

    .msg-input
    {
        width: 80%;
    }

    .schedule
    {
        padding: 0;
    }

    .pick-time .select-wrapper input[type=text]
    {
        font-size: 12px;
    }

    .visit-widget .visit-btn {
        float: none;
        text-align: center;
        margin-top: 0 !important;
    }

    .terms-links
    {
        width: 100% !important;
    }

    .terms-foot .foot-links
    {
        float: none;
    }

    .terms-foot
    {
        padding-bottom: 40px;
        text-align: center;
    }

    .logo-slogan {
        font-size: 14px;
        text-shadow: 0 0 3px #000000, 0 0 5px #000000;
    }


}

@media (max-height: 490px) {

    .azir-logo img {
        width: 20% !important;
    }

    .logo {
        padding: 0 !important;
    }

}



@media (max-width: 600px) {
    body {
        font-size: 10px;
        letter-spacing: -0.5px;
    }

    .terms-links {
        display: none;
    }

    .app-stores-bt {
        display: none;
    }

    .left-hand p {
        display: none;
    }

    .small-footer {
        display: block;
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
    }

    .small-footer img {
        max-width: 130px;
    }

    .small-footer .terms-links {
        margin-top: 18px !important;
        display: block !important;
        position: relative !important;
    }

    .small-footer p {
        text-align: center;
        margin-bottom: 8px;
    }


}

@media (max-width: 992px) {
    .sidebar
    {
        display: none;
    }
    .left-padding {
        padding: 0 30px 0 0;
    }
    .sidenav-trigger .material-icons
    {
        position: fixed;
        font-size: 40px;
        color: #fff;
        padding-left: 20px;
        line-height: 0;
        top: 55px;
        z-index: 99;
    }
    .sidenav
    {
        background-color: #59c9e0;
    }
    .sidenav li>a
    {
        color: #fff;
    }

    .continue p {
        font-size: 20px;
    }

    .sidenav li:first-child
    {
        padding: 0px;
    }

    .dashboard-logo
    {
        padding: 23px 0;
    }

    .chat-input
    {
        width: 100%;
    }

    .user-msg ul li
    {
        padding:  20px;
    }

    .content-container,
    .message-container
    {
        margin-left: 0;
        margin-top: 0;
        padding-top: 100px;
    }

    .signup
    {
        position: relative;
    }

    .form-right,
    .main-block
    {
        position: absolute;
        top: 0;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        left: 0;
        right: 0;
    }

    .group_image_model
    {
        width: 100%;
        max-height: 100%;
    }


    .terms-links
    {
        position: fixed !important;
        width: 100% !important;
        bottom: 5px !important;
        text-align: center !important;
        z-index: 9 !important;
        left: 0 !important;
        right: 0 !important;
    }

    .copyright
    {
        position: fixed;
        bottom: 50px;
        text-align: center;
    }

    section.signup .left-hand img
    {
        height: 100vh;
    }

    .app-stores-bt
    {
        margin: 0 0 25px 0;
    }

    .login-btn
    {
        position: absolute;
        top: 0;
        right: 0;
        margin: 20px 10px;
    }

    .login-form-copyright
    {
        z-index: 9;
    }

    .login-back
    {
        position: absolute;
    }

    .left-hand p {
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        width: 100%;
        text-align: center;
        z-index: 99999;
    }

    .terms-links a {
        padding: 0 10px;
        color: #000;
    }

    .main-content {
        text-align: center;
        padding-top: 15px;
    }

    .form-front input[type=email],
    .form-front input[type=password],
    .form-front input[type=text]
    {
        background-color: #fff;
    }


    .login-relative-div {
        position: unset;
    }

    .cancel-login-btn span {
        color: #000000;
    }

    .azir-logo img {
        width: 40%;
    }

    .form-front .input-field {
        margin-top: 8px !important;
        margin-bottom: 8px !important;
    }

    .form-front input {
        margin: 0 !important;
    }

    .cancel-login-btn {
        margin-top: 15px;
    }

    .msg-box-container-fix {
        position: fixed;
        left: 0 !important;
        /*width: 75% !important;*/
        border: 1px solid #eaeaea;
        top: 23vh;
        transition: width 1s;
        background: #fff;
        z-index: 999;
        /*max-width: 350px !important;*/
    }

    .msg-box-container-fix-toggle {
        display: block;
    }

}

@media (max-width: 1024px){
    .group-content h3,
    .country-content h3
    {
        font-size: 18px;
    }

    .chat-box
    {
        padding: 0;
    }

    .sender-box,
    .reciever-box
    {
        width: 100%;
    }

    .visit-widget .visit-btn
    {
        margin-top: 16px;
    }

    .accept,
    .decline
    {
        font-size: 14px !important;
    }

}

@media (max-width: 1400px)
{
    .form-front
    {
        padding: 0 30px;
    }

    /*.login-bt*/
    /*{*/
    /*    margin-top: 35px;*/
    /*}*/

    .logo
    {
        padding: 10px 0;
    }
}

@media (max-width: 1150px) {
    .message-bar {
        position: relative;
        top: 0;
        bottom: 0;
        /* max-width: 692px; */
        width: 100%;
         height: 100%;
    }

    .user-msg li a {
        font-size: 14px;
    }

}

@media (max-width: 1440px) {
    .user-msg li a {
        font-size: 16px;
    }
    .category-widget h3 {
        font-size: 20px;
    }

    .group-icons .edit
    {
        margin-right: 15px;
    }

    .chat-box-container
    {
        height: 80vh;
    }

    .chat-box
    {
        max-height: 65vh;
    }

}



@media (max-width: 1200px) {
    .category-widget
    {
        padding: 10px;
    }
    .category-widget h3
    {
        font-size: 20px;
    }

    .group-content
    {
        text-align: center;
    }

    .group-content h3,
    .country-content h3
    {
        margin-bottom: 0;
    }

    .group-icons
    {
        text-align: center;
    }
}


@media (min-width: 1200px) and (max-width: 1500px) {
    /*.group-widget*/
    /*{*/
        /*padding: 0;*/
    /*}*/

    .group-content
    {
        margin-top: 15px;
    }

    .group-content h3,
    .group-content p
    {
        font-size: 14px;
    }

}

@media (max-width: 1680px) {
    .group-widget .group-content span:last-child
    {
        font-size: 11px;
    }
}



@media (height: 670px) {

}
